Searched refs:drm_compat_ioctl (Results 1 – 12 of 12) sorted by relevance
| /linux/include/drm/ |
| H A D | drm_ioctl.h | 162 long drm_compat_ioctl(struct file *filp, unsigned int cmd, unsigned long arg); 165 #define drm_compat_ioctl NULL macro
|
| H A D | drm_gem_dma_helper.h | 265 .compat_ioctl = drm_compat_ioctl,\
|
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_ioc32.c | 42 return drm_compat_ioctl(filp, cmd, arg); in amdgpu_kms_compat_ioctl()
|
| /linux/drivers/gpu/drm/nouveau/ |
| H A D | nouveau_ioc32.c | 58 return drm_compat_ioctl(filp, cmd, arg); in nouveau_compat_ioctl()
|
| /linux/drivers/gpu/drm/i915/ |
| H A D | i915_ioc32.c | 83 return drm_compat_ioctl(filp, cmd, arg); in i915_ioc32_compat_ioctl()
|
| /linux/drivers/gpu/drm/ |
| H A D | drm_ioc32.c | 350 * drm_compat_ioctl - 32bit IOCTL compatibility handler for DRM drivers 363 long drm_compat_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) in drm_compat_ioctl() 393 EXPORT_SYMBOL(drm_compat_ioctl); 362 long drm_compat_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) drm_compat_ioctl() function
|
| /linux/drivers/accel/amdxdna/ |
| H A D | amdxdna_pci_drv.c | 221 .compat_ioctl = drm_compat_ioctl,
|
| /linux/drivers/accel/habanalabs/common/ |
| H A D | habanalabs_drv.c | 91 .compat_ioctl = drm_compat_ioctl,
|
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_device.c | 245 ret = drm_compat_ioctl(file, cmd, arg); in xe_drm_compat_ioctl() 250 /* similarly to drm_compat_ioctl, let's it be assigned to .compat_ioct unconditionally */
|
| /linux/drivers/gpu/drm/tegra/ |
| H A D | drm.c | 803 .compat_ioctl = drm_compat_ioctl,
|
| /linux/drivers/gpu/drm/panthor/ |
| H A D | panthor_drv.c | 1627 .compat_ioctl = drm_compat_ioctl,
|
| /linux/drivers/gpu/drm/vmwgfx/ |
| H A D | vmwgfx_drv.c | 1282 return vmw_generic_ioctl(filp, cmd, arg, &drm_compat_ioctl); in vmw_compat_ioctl()
|