]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit27479ab3f273f56a0fb8dfb97340334fb721df92
tree6b97c3610391037607b891c8c860a2f7ea531bff
parent8196618e69471a79e21c65470c95a4c44fd95fc5
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