]> git.baikalelectronics.ru Git - kernel.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)
commitb370d1d57cd274def5fd5f8dcf9a18a735029faa
treea087f79bf1199d0536cc58e8ef8bdccd2e50d0fe
parent1588733007c4b665c82c47f4fa6d9df51200162d
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