commit | 778e26dee5e6b3be4611b1f99f8359cb64b27ce9 | [log] [tgz] |
---|---|---|
author | Patrik Jakobsson <patrik.r.jakobsson@gmail.com> | Tue Mar 11 18:51:20 2014 +0100 |
committer | Patrik Jakobsson <patrik.r.jakobsson@gmail.com> | Mon Mar 17 20:12:04 2014 +0100 |
tree | b2776e555ac3588a97952d281a7c09db7b978203 | |
parent | c7829b29e9fd66f4e5cdd411feb28a22acdd1936 [diff] |
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>