From: amaora <nem...@ra...> - 2009-06-06 18:55:54
|
On Sat, Jun 06, 2009 at 01:25:17AM +0400, amaora wrote: > Hi, > > I write framebuffer driver for the PCF8833, it work, but only if > xxx_fix.visual == FB_VISUAL_PSEUDOCOLOR, TRUECOLOR/DIRECTCOLOR don't work. > Kernel is blocked (stalled) in function register_framebuffer on line > fb_notifier_call_chain(...), i don't know how to find stall point more deep. > Why this happening? > > Thanks, > > Roman Belov > It seems to me should not write it here, sorry. Problem solved, it was necessary to initialize a pointer to the pseudo palette, for true color. |