linux/drivers/video/nvidia
Guido Guenther ce38cac482 [PATCH] rivafb/nvidiafb: race between register_framebuffer and *_bl_init
Since we now use the generic backlight infrastructure, I think we need to
call rivafb_bl_init before calling register_framebuffer since otherwise
rivafb_bl_init might race with the framebuffer layer already opening the
device and setting up the video mode.  In this case we might end up with a
not yet fully intialized backlight (info->bl_dev still NULL) when calling
riva_bl_set_power via rivafb_set_par/rivafb_load_video_mode and the kernel
dies without any further notice during boot.

This fixes booting current git on a PB 6,1.  In this case radeonfb/atyfb
would be affected too - I can fix that too but don't have any hardware to
test this on.

Cc: "Antonino A. Daplas" <adaplas@pol.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-07-31 13:28:45 -07:00
..
Makefile [PATCH] Rewritten backlight infrastructure for portable Apple computers 2006-06-25 10:00:59 -07:00
nv_accel.c [PATCH] nvidiafb: add suspend and resume hooks 2006-03-27 08:44:55 -08:00
nv_backlight.c [PATCH] powermac: Combined fixes for backlight code 2006-07-10 13:24:20 -07:00
nv_dma.h
nv_hw.c [PATCH] nvidiafb: Add support for Geforce 6100 and related chipsets 2006-06-26 09:58:30 -07:00
nv_i2c.c Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
nv_local.h
nv_of.c Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
nv_proto.h [PATCH] powermac: Combined fixes for backlight code 2006-07-10 13:24:20 -07:00
nv_setup.c [PATCH] nvidiafb: Reduce stack usage 2006-01-10 08:01:51 -08:00
nv_type.h [PATCH] nvidiafb: add suspend and resume hooks 2006-03-27 08:44:55 -08:00
nvidia.c [PATCH] rivafb/nvidiafb: race between register_framebuffer and *_bl_init 2006-07-31 13:28:45 -07:00