Searched refs:drm_compat_ioctl (Results 1 – 8 of 8) 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 | 362 long drm_compat_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) in drm_compat_ioctl() function 391 EXPORT_SYMBOL(drm_compat_ioctl);
|
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_device.c | 243 ret = drm_compat_ioctl(file, cmd, arg); in xe_drm_compat_ioctl()
|
| /linux/drivers/gpu/drm/tegra/ |
| H A D | drm.c | 803 .compat_ioctl = drm_compat_ioctl,
|