]> bbs.cooldavid.org Git - net-next-2.6.git/commit
fbdev: atafb - Fix 16 bpp console
authorGeert Uytterhoeven <geert@linux-m68k.org>
Tue, 18 Nov 2008 20:13:01 +0000 (21:13 +0100)
committerGeert Uytterhoeven <geert@linux-m68k.org>
Mon, 12 Jan 2009 19:56:29 +0000 (20:56 +0100)
commit74511413dd0b8f6c9f5a47bf045eba434f4fdd2b
treea087f79bf1199d0536cc58e8ef8bdccd2e50d0fe
parent02603930da19fa447648952873e967fb9663ec18
fbdev: atafb - Fix 16 bpp console

  - 16 bpp must use the cfb_*() ops
  - 16 bpp needs to set up info->pseudo_palette[] (was fbcon_cfb16_cmap[] in
    2.4.x)
  - Kill commented out 2.4.x fbcon remnants

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
drivers/video/atafb.c