]> git.neil.brown.name Git - gta04.git/commit
gma500: Fix lid related crash
authorAlan Cox <alan@linux.intel.com>
Mon, 16 Jul 2012 16:51:50 +0000 (17:51 +0100)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 16 Jul 2012 16:20:33 +0000 (09:20 -0700)
commitf507598b06ab00fb46495ccdeeb3ef9c1dc43dee
treee8fb87140920808eaf64fb917b01d6349698510e
parent84a1caf1453c3d44050bd22db958af4a7f99315c
gma500: Fix lid related crash

We now set up the lid timer before we set up the backlight.  On some
devices that causes a crash as we do a backlight change before or during
the setup.

As this fixes a crash on boot regression on some setups it ought to go
in ASAP, especially as all the user gets is a blank screen.

Signed-off-by: Alan Cox <alan@linux.intel.com>
Tested-by: Mattia Dongili <malattia@linux.it>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/gpu/drm/gma500/psb_device.c