Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/
Ddrm_ioc32.c61 #define DRM_IOCTL_AGP_ALLOC32 DRM_IOWR(0x34, drm_agp_buffer32_t)
62 #define DRM_IOCTL_AGP_FREE32 DRM_IOW( 0x35, drm_agp_buffer32_t)
797 } drm_agp_buffer32_t; typedef
802 drm_agp_buffer32_t __user *argp = (void __user *)arg; in compat_drm_agp_alloc()
803 drm_agp_buffer32_t req32; in compat_drm_agp_alloc()
833 drm_agp_buffer32_t __user *argp = (void __user *)arg; in compat_drm_agp_free()