linux/drivers/gpu/drm/i830
Arnd Bergmann 130b985193 drm: i810/i830: fix locked ioctl variant
The i810 and i830 device drivers may replace their file operations
on an open file descriptor. My previous patch to move the BKL
out of the common DRM code into these drivers only caught the
default file operations, not the ones that actually end up being
used.

Found while trying to come up with a way to kill the BKL for
good in these drivers.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Dave Airlie <airlied@redhat.com>
2010-09-30 12:45:09 +10:00
..
Makefile
i830_dma.c drm: i810/i830: fix locked ioctl variant 2010-09-30 12:45:09 +10:00
i830_drv.c drm: kill BKL from common code 2010-08-05 11:54:40 +10:00
i830_drv.h drm: kill BKL from common code 2010-08-05 11:54:40 +10:00
i830_irq.c drm/i830: fixed brace and spacing coding style issues 2010-08-02 10:15:54 +10:00