[igt-dev] [PATCH i-g-t 1/2] test/i915/gem_ctx_shared: prefer gem_mmap__device_coherent
Matthew Auld
matthew.auld at intel.com
Mon Feb 21 14:03:41 UTC 2022
Make it play nice on at least DG1.
Signed-off-by: Matthew Auld <matthew.auld at intel.com>
Cc: Thomas Hellström <thomas.hellstrom at linux.intel.com>
---
tests/i915/gem_ctx_shared.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/i915/gem_ctx_shared.c b/tests/i915/gem_ctx_shared.c
index 37444185..b38b7f73 100644
--- a/tests/i915/gem_ctx_shared.c
+++ b/tests/i915/gem_ctx_shared.c
@@ -290,7 +290,7 @@ static void exec_shared_gtt(int i915, const intel_ctx_cfg_t *cfg,
execbuf.flags |= I915_EXEC_FENCE_IN;
scratch = gem_create(i915, 4096);
- s = gem_mmap__wc(i915, scratch, 0, 4096, PROT_WRITE);
+ s = gem_mmap__device_coherent(i915, scratch, 0, 4096, PROT_WRITE);
gem_set_domain(i915, scratch, I915_GEM_DOMAIN_WC, I915_GEM_DOMAIN_WC);
s[0] = bbe;
--
2.34.1
More information about the igt-dev
mailing list