]> git.baikalelectronics.ru Git - kernel.git/commit
drm/gma500: Move asle interrupt work into a work task
authorPatrik Jakobsson <patrik.r.jakobsson@gmail.com>
Tue, 11 Mar 2014 17:51:20 +0000 (18:51 +0100)
committerPatrik Jakobsson <patrik.r.jakobsson@gmail.com>
Mon, 17 Mar 2014 19:12:04 +0000 (20:12 +0100)
commit98fad14729fc8df37c2f83130bf89a94ba0e8bf4
treeb2776e555ac3588a97952d281a7c09db7b978203
parent91c18d874b7327a4c454862357e30b59b4a55783
drm/gma500: Move asle interrupt work into a work task

Previously the backlight code was called from IRQ context which isn't
allowed. This patch moves all the asle work into a work task which takes
care of the locking bug reported by users.

Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=64221
Signed-off-by: Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
drivers/gpu/drm/gma500/opregion.c
drivers/gpu/drm/gma500/psb_drv.h