1
0
Fork 0
alistair23-linux/drivers/gpu/drm/mgag200
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/mgag200: Hardware cursor support 2013-06-17 19:42:48 +10:00
mgag200_cursor.c drm/mgag200: fix oops in cursor code. 2014-01-16 14:43:04 +10:00
mgag200_drv.c drm: kill ->gem_init_object() and friends 2013-10-09 14:38:02 +10:00
mgag200_drv.h drm: kill ->gem_init_object() and friends 2013-10-09 14:38:02 +10:00
mgag200_fb.c drm: ast,cirrus,mgag200: use drm_can_sleep 2014-01-29 10:51:52 +10:00
mgag200_i2c.c drm/mgag200: Bug fix: Renesas board now selects native resolution. 2013-03-08 08:31:49 +10:00
mgag200_main.c drm/mgag200: on cards with < 2MB VRAM default to 16-bit 2014-01-23 11:01:35 +10:00
mgag200_mode.c drivers: gpu: Mark functions as static in mgag200_mode.c 2014-01-14 12:59:20 +10:00
mgag200_reg.h drm/mgag200: Hardware cursor support 2013-06-17 19:42:48 +10:00
mgag200_ttm.c drivers: gpu: Mark functions as static in mgag200_ttm.c 2014-01-14 12:59:21 +10:00