Make it play nice on at least DG1.

Signed-off-by: Matthew Auld <[email protected]>
Cc: Thomas Hellström <[email protected]>
---
 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

Reply via email to