drm: psuedocolor support for ARGB modes
authorRob Clark <rob@ti.com>
Wed, 16 Feb 2011 02:45:51 +0000 (02:45 +0000)
committerDave Airlie <airlied@redhat.com>
Wed, 23 Feb 2011 01:09:13 +0000 (11:09 +1000)
commit9da12b6aeb8bde8cc3aecba12b0ec1114d6dcfea
treebc4050f4033eaa4b43c44c22e04f68504644a212
parenta250b9fdc53a286d32e22f21170382a46b3a3ef5
drm: psuedocolor support for ARGB modes

If there is an alpha channel, need to mask in 1's in the alpha channel
to prevent the fb from being completely transparent.

Signed-off-by: Rob Clark <rob@ti.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/drm_fb_helper.c