1
0
Fork 0
alistair23-linux/drivers/gpu/drm/ast
Dave Airlie f4b4718b61 drm: ast,cirrus,mgag200: use drm_can_sleep
these 3 were checking in_interrupt but we have situations where
calling vunmap under this could cause a BUG to be hit in
smp_call_function_many. Use the drm_can_sleep macro instead,
which should stop this path from been taken in this case.

Cc: stable@vger.kernel.org
Signed-off-by: Dave Airlie <airlied@redhat.com>
2014-01-29 10:51:52 +10:00
..
Kconfig drm: Add separate Kconfig option for fbdev helpers 2013-10-11 23:36:58 +02:00
Makefile drm: Initial KMS driver for AST (ASpeed Technologies) 2000 series (v2) 2012-05-17 10:53:37 +01:00
ast_dram_tables.h drm: Initial KMS driver for AST (ASpeed Technologies) 2000 series (v2) 2012-05-17 10:53:37 +01:00
ast_drv.c drm: kill ->gem_init_object() and friends 2013-10-09 14:38:02 +10:00
ast_drv.h drm: kill ->gem_init_object() and friends 2013-10-09 14:38:02 +10:00
ast_fb.c drm: ast,cirrus,mgag200: use drm_can_sleep 2014-01-29 10:51:52 +10:00
ast_main.c drivers: gpu: Mark function as static and remove unused function in ast_main.c 2014-01-14 12:59:15 +10:00
ast_mode.c drivers: gpu: Mark functions as static in ast_mode.c 2014-01-14 12:59:16 +10:00
ast_post.c UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/ 2012-10-02 18:01:07 +01:00
ast_tables.h drm: Initial KMS driver for AST (ASpeed Technologies) 2000 series (v2) 2012-05-17 10:53:37 +01:00
ast_ttm.c drivers: gpu: Mark functions as static in ast_ttm.c 2014-01-14 12:59:16 +10:00