linux/drivers/gpu/drm/udl
Keith Packard 804d74abe2 drm: use drm_compat_ioctl for 32-bit apps
Most of the DRM drivers appear to be missing the .compat_ioctl file
operation entry necessary for 32-bit application compatibility.

This patch  uses drm_compat_ioctl for all drivers which don't have
their own, and which are using drm_ioctl for .unlocked_ioctl.

This leaves drivers/gpu/drm/psb/psb_drv.c unchanged; it has a custom
.unlocked_ioctl and will presumably need a custom .compat_ioctl as
well.

Signed-off-by: Keith Packard <keithp@keithp.com>
Signed-off-by: Dave Airlie <airlied@gmail.com>
2012-09-06 06:55:02 +10:00
..
Kconfig gpu/mfd/usb: Fix USB randconfig problems 2012-08-20 11:52:41 -07:00
Makefile drm/udl: initial UDL driver (v4) 2012-03-15 13:35:34 +00:00
udl_connector.c drm/udl: initial UDL driver (v4) 2012-03-15 13:35:34 +00:00
udl_drv.c drm: use drm_compat_ioctl for 32-bit apps 2012-09-06 06:55:02 +10:00
udl_drv.h udl: add prime fd->handle support. 2012-05-23 10:46:05 +01:00
udl_encoder.c drm: Make the .mode_fixup() operations mode argument a const pointer 2012-07-19 21:52:38 -04:00
udl_fb.c udl: support vmapping imported dma-bufs 2012-05-31 14:13:59 +01:00
udl_gem.c drm/udl: Use ERR_CAST inlined function instead of ERR_PTR(PTR_ERR(.. [1] 2012-08-09 09:58:44 +10:00
udl_main.c drm/udl: Make sure to get correct endian keys from vendor descriptor 2012-06-25 07:43:12 +01:00
udl_modeset.c drm/udl: dpms off the crtc when disabled. 2012-08-22 09:27:47 +10:00
udl_transfer.c drm/udl: initial UDL driver (v4) 2012-03-15 13:35:34 +00:00