Home
last modified time | relevance | path

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

/third_party/libdrm/include/drm/
Di915_drm.h373 #define DRM_IOCTL_I915_GEM_GET_CACHING DRM_IOWR(DRM_COMMAND_BASE + DRM_I915_GEM_GET_CACHING, struc… macro
/third_party/mesa3d/include/drm-uapi/
Di915_drm.h500 #define DRM_IOCTL_I915_GEM_GET_CACHING DRM_IOWR(DRM_COMMAND_BASE + DRM_I915_GEM_GET_CACHING, struc… macro
/third_party/libdrm/intel/
Dintel_bufmgr_gem.c1700 if (drmIoctl(bufmgr_gem->fd, DRM_IOCTL_I915_GEM_GET_CACHING, &arg)) in is_cache_coherent()