* [Intel-gfx] [PATCH i-g-t 1/2] test/i915/gem_ctx_shared: prefer gem_mmap__device_coherent
@ 2022-02-21 14:03 Matthew Auld
2022-02-21 14:03 ` [Intel-gfx] [PATCH i-g-t 2/2] test/i915/gem_exec_await: " Matthew Auld
0 siblings, 1 reply; 2+ messages in thread
From: Matthew Auld @ 2022-02-21 14:03 UTC (permalink / raw)
To: igt-dev; +Cc: Thomas Hellström, intel-gfx
Make it play nice on at least DG1.
Signed-off-by: Matthew Auld <matthew.auld@intel.com>
Cc: Thomas Hellström <thomas.hellstrom@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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Intel-gfx] [PATCH i-g-t 2/2] test/i915/gem_exec_await: prefer gem_mmap__device_coherent
2022-02-21 14:03 [Intel-gfx] [PATCH i-g-t 1/2] test/i915/gem_ctx_shared: prefer gem_mmap__device_coherent Matthew Auld
@ 2022-02-21 14:03 ` Matthew Auld
0 siblings, 0 replies; 2+ messages in thread
From: Matthew Auld @ 2022-02-21 14:03 UTC (permalink / raw)
To: igt-dev; +Cc: Thomas Hellström, intel-gfx
Make it play nice on at least DG1.
Signed-off-by: Matthew Auld <matthew.auld@intel.com>
Cc: Thomas Hellström <thomas.hellstrom@linux.intel.com>
---
tests/i915/gem_exec_await.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/i915/gem_exec_await.c b/tests/i915/gem_exec_await.c
index bf8eb682..fe176595 100644
--- a/tests/i915/gem_exec_await.c
+++ b/tests/i915/gem_exec_await.c
@@ -126,8 +126,8 @@ static void wide(int fd, const intel_ctx_t *ctx, int ring_size,
if (ahnd)
exec[e].exec[0].flags = EXEC_OBJECT_PINNED;
- exec[e].cmd = gem_mmap__wc(fd, exec[e].exec[0].handle,
- 0, 4096, PROT_WRITE);
+ exec[e].cmd = gem_mmap__device_coherent(fd, exec[e].exec[0].handle,
+ 0, 4096, PROT_WRITE);
gem_set_domain(fd, exec[e].exec[0].handle,
I915_GEM_DOMAIN_WC, I915_GEM_DOMAIN_WC);
--
2.34.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-02-21 14:07 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-21 14:03 [Intel-gfx] [PATCH i-g-t 1/2] test/i915/gem_ctx_shared: prefer gem_mmap__device_coherent Matthew Auld
2022-02-21 14:03 ` [Intel-gfx] [PATCH i-g-t 2/2] test/i915/gem_exec_await: " Matthew Auld
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox