Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/device-drivers/drm/user_space/
Duser_tdrm.c309 if (ioctl(tdrm_fd, DRM_IOCTL_AGP_ALLOC, &agp_buffer)) in main()
/third_party/libdrm/include/drm/
Ddrm.h1016 #define DRM_IOCTL_AGP_ALLOC DRM_IOWR(0x34, struct drm_agp_buffer) macro
/third_party/mesa3d/include/drm-uapi/
Ddrm.h1016 #define DRM_IOCTL_AGP_ALLOC DRM_IOWR(0x34, struct drm_agp_buffer) macro
/third_party/libdrm/
Dxf86drm.c2282 if (drmIoctl(fd, DRM_IOCTL_AGP_ALLOC, &b)) in drmAgpAlloc()