|
From: Antonino D. <ad...@po...> - 2003-01-03 10:46:26
|
On Mon, 2002-12-30 at 04:07, Geert Uytterhoeven wrote: > > Did anyone actually test fbcon_set_logo() on monochrome hardware? > > I admit I haven't tried it myself yet (still fighting with amifb), but this > looks more reasonable: > - Use index i*8+j instead of i*2 This part is fixed in linux-2.5.54. > - Replace conditionals by straight code without branches (bit 7 of needs_logo > is either 0 (normal) or 1 (reverse), and perhaps we should kill the default > case?). This is cleaner, I believe. Tony |