Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/vulkan/
Danv_gem.c103 (flags & I915_MMAP_WC) ? I915_MMAP_OFFSET_WC : I915_MMAP_OFFSET_WB, in anv_gem_mmap_offset()
Danv_device.c4012 gem_flags |= I915_MMAP_WC; in anv_MapMemory()
/third_party/libdrm/include/drm/
Di915_drm.h749 #define I915_MMAP_WC 0x1 macro
/third_party/mesa3d/include/drm-uapi/
Di915_drm.h849 #define I915_MMAP_WC 0x1 macro
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_bufmgr.c786 .flags = wc ? I915_MMAP_WC : 0, in crocus_bo_gem_mmap_legacy()
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_bufmgr.c1019 .flags = wc ? I915_MMAP_WC : 0, in brw_bo_gem_mmap_legacy()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_bufmgr.c1446 .flags = bo->real.mmap_mode == IRIS_MMAP_WC ? I915_MMAP_WC : 0, in iris_bo_gem_mmap_legacy()
/third_party/libdrm/intel/
Dintel_bufmgr_gem.c3583 mmap_arg.flags = I915_MMAP_WC; in drm_intel_gem_bo_map__wc()
/third_party/mesa3d/docs/relnotes/
D21.2.0.rst3246 - iris: Drop fallback GEM_MMAP_GTT if GEM_MMAP with I915_MMAP_WC fails