Searched refs:DRM_IOCTL_I915_GEM_GET_TILING (Results 1 – 7 of 7) sorted by relevance
/third_party/mesa3d/src/intel/vulkan/ |
D | anv_gem.c | 269 if (intel_ioctl(device->fd, DRM_IOCTL_I915_GEM_GET_TILING, &get_tiling)) { in anv_gem_get_tiling() 372 if (intel_ioctl(fd, DRM_IOCTL_I915_GEM_GET_TILING, &get_tiling)) { in anv_gem_get_bit6_swizzle()
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
D | crocus_bufmgr.c | 579 ret = intel_ioctl(bufmgr->fd, DRM_IOCTL_I915_GEM_GET_TILING, &get_tiling); in crocus_bo_gem_create_from_name() 1264 if (intel_ioctl(bufmgr->fd, DRM_IOCTL_I915_GEM_GET_TILING, &get_tiling)) in crocus_bo_import_dmabuf()
|
/third_party/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_bufmgr.c | 830 ret = drmIoctl(bufmgr->fd, DRM_IOCTL_I915_GEM_GET_TILING, &get_tiling); in brw_bo_gem_create_from_name() 1529 if (drmIoctl(bufmgr->fd, DRM_IOCTL_I915_GEM_GET_TILING, &get_tiling)) in brw_bo_gem_create_from_prime_internal()
|
/third_party/libdrm/include/drm/ |
D | i915_drm.h | 385 #define DRM_IOCTL_I915_GEM_GET_TILING DRM_IOWR (DRM_COMMAND_BASE + DRM_I915_GEM_GET_TILING, struct … macro
|
/third_party/mesa3d/include/drm-uapi/ |
D | i915_drm.h | 451 #define DRM_IOCTL_I915_GEM_GET_TILING DRM_IOWR (DRM_COMMAND_BASE + DRM_I915_GEM_GET_TILING, struct … macro
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
D | iris_bufmgr.c | 1707 int ret = intel_ioctl(bufmgr->fd, DRM_IOCTL_I915_GEM_GET_TILING, &ti); in iris_gem_get_tiling()
|
/third_party/libdrm/intel/ |
D | intel_bufmgr_gem.c | 1083 DRM_IOCTL_I915_GEM_GET_TILING, in get_tiling_mode()
|