mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* Type confusion in fbcon
@ 2002-12-19 23:14 Russell King
  2002-12-20 18:10 ` [Linux-fbdev-devel] " James Simmons
  0 siblings, 1 reply; 6+ messages in thread
From: Russell King @ 2002-12-19 23:14 UTC (permalink / raw)
  To: Linux Kernel List, linux-fbdev-devel

I'm in the midst of porting sa1100fb over to the new fb API, and I stumbled
across an apparant confusion over the type of fb_info->pseudo_palette.

Some code appears to think its an unsigned long, others think its u32.
This doesn't make much difference when sizeof(unsigned long) == sizeof(u32)
but this isn't always the case (eg, 64-bit architectures).

I'll get back to bashing the sa1100fb driver to work out why fbcon is
producing a _completely_ blank display, despite characters being written
to it.

-- 
Russell King (rmk@arm.linux.org.uk)                The developer of ARM Linux
             http://www.arm.linux.org.uk/personal/aboutme.html


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2002-12-23 21:10 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-12-19 23:14 Type confusion in fbcon Russell King
2002-12-20 18:10 ` [Linux-fbdev-devel] " James Simmons
2002-12-20 21:30   ` Russell King
2002-12-23  9:18     ` Geert Uytterhoeven
2002-12-23 21:11       ` David S. Miller
2002-12-23 21:17         ` Geert Uytterhoeven

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome