Home
last modified time | relevance | path

Searched refs:drm_agp_buffer32_t (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/
Ddrm_ioc32.c63 #define DRM_IOCTL_AGP_ALLOC32 DRM_IOWR(0x34, drm_agp_buffer32_t)
64 #define DRM_IOCTL_AGP_FREE32 DRM_IOW( 0x35, drm_agp_buffer32_t)
672 } drm_agp_buffer32_t; typedef
677 drm_agp_buffer32_t __user *argp = (void __user *)arg; in compat_drm_agp_alloc()
678 drm_agp_buffer32_t req32; in compat_drm_agp_alloc()
706 drm_agp_buffer32_t __user *argp = (void __user *)arg; in compat_drm_agp_free()