Searched refs:drm_compat_ioctl (Results 1 – 12 of 12) sorted by relevance
/linux-6.6.21/include/drm/ |
D | drm_ioctl.h | 173 long drm_compat_ioctl(struct file *filp, unsigned int cmd, unsigned long arg); 176 #define drm_compat_ioctl NULL macro
|
D | drm_accel.h | 27 .compat_ioctl = drm_compat_ioctl,\
|
D | drm_gem_dma_helper.h | 265 .compat_ioctl = drm_compat_ioctl,\
|
D | drm_gem.h | 437 .compat_ioctl = drm_compat_ioctl,\
|
/linux-6.6.21/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_ioc32.c | 42 return drm_compat_ioctl(filp, cmd, arg); in amdgpu_kms_compat_ioctl()
|
/linux-6.6.21/drivers/gpu/drm/nouveau/ |
D | nouveau_ioc32.c | 58 return drm_compat_ioctl(filp, cmd, arg); in nouveau_compat_ioctl()
|
/linux-6.6.21/drivers/gpu/drm/i915/ |
D | i915_ioc32.c | 83 return drm_compat_ioctl(filp, cmd, arg); in i915_ioc32_compat_ioctl()
|
/linux-6.6.21/drivers/gpu/drm/gma500/ |
D | psb_drv.c | 497 .compat_ioctl = drm_compat_ioctl,
|
/linux-6.6.21/drivers/gpu/drm/ |
D | drm_ioc32.c | 971 long drm_compat_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) in drm_compat_ioctl() function 1000 EXPORT_SYMBOL(drm_compat_ioctl);
|
/linux-6.6.21/drivers/gpu/drm/radeon/ |
D | radeon_drv.c | 494 return drm_compat_ioctl(filp, cmd, arg); in radeon_kms_compat_ioctl()
|
/linux-6.6.21/drivers/gpu/drm/tegra/ |
D | drm.c | 802 .compat_ioctl = drm_compat_ioctl,
|
/linux-6.6.21/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_drv.c | 1312 return vmw_generic_ioctl(filp, cmd, arg, &drm_compat_ioctl); in vmw_compat_ioctl()
|