Searched refs:DRM_IOCTL_AGP_INFO (Results 1 - 4 of 4) sorted by relevance
/third_party/ltp/testcases/kernel/device-drivers/drm/user_space/ |
H A D | user_tdrm.c | 302 if (ioctl(tdrm_fd, DRM_IOCTL_AGP_INFO, &agp_info)) in main()
|
/third_party/libdrm/ |
H A D | xf86drm.c | 2373 * This function is a wrapper around the DRM_IOCTL_AGP_INFO ioctl, getting the 2382 if (drmIoctl(fd, DRM_IOCTL_AGP_INFO, &i)) in drmAgpVersionMajor() 2396 * This function is a wrapper around the DRM_IOCTL_AGP_INFO ioctl, getting the 2405 if (drmIoctl(fd, DRM_IOCTL_AGP_INFO, &i)) in drmAgpVersionMinor() 2419 * This function is a wrapper around the DRM_IOCTL_AGP_INFO ioctl, getting the 2428 if (drmIoctl(fd, DRM_IOCTL_AGP_INFO, &i)) in drmAgpGetMode() 2442 * This function is a wrapper around the DRM_IOCTL_AGP_INFO ioctl, getting the 2451 if (drmIoctl(fd, DRM_IOCTL_AGP_INFO, &i)) in drmAgpBase() 2465 * This function is a wrapper around the DRM_IOCTL_AGP_INFO ioctl, getting the 2474 if (drmIoctl(fd, DRM_IOCTL_AGP_INFO, in drmAgpSize() [all...] |
/third_party/mesa3d/include/drm-uapi/ |
H A D | drm.h | 556 * DRM_IOCTL_AGP_INFO ioctl argument type. 1015 #define DRM_IOCTL_AGP_INFO DRM_IOR( 0x33, struct drm_agp_info) macro
|
/third_party/libdrm/include/drm/ |
H A D | drm.h | 556 * DRM_IOCTL_AGP_INFO ioctl argument type. 1015 #define DRM_IOCTL_AGP_INFO DRM_IOR( 0x33, struct drm_agp_info) macro
|
Completed in 10 milliseconds