drm/kms: fix kms/fbdev colormap support properly.
authorDave Airlie <airlied@redhat.com>
Fri, 23 Oct 2009 08:49:03 +0000 (18:49 +1000)
committerDave Airlie <airlied@redhat.com>
Wed, 28 Oct 2009 01:23:48 +0000 (11:23 +1000)
commit77de0846aed9d7a1b0ea65090620900d66fb5cfb
tree6b97c3610391037607b891c8c860a2f7ea531bff
parentfcb45611448098a36b893bda71e72bd39730a3dd
drm/kms: fix kms/fbdev colormap support properly.

This sets the fbcon to use TRUECOLOR by default, it then
only modifies the pseudo palette for fbcon, and only touches
the real palette when in 8-bit pseudo color mode.

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