All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] RFT gem_mmap_gtt/gdg Throw in a wmb
@ 2018-05-10  7:47 Chris Wilson
  2018-05-10  8:04 ` ✗ Fi.CI.CHECKPATCH: warning for " Patchwork
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Chris Wilson @ 2018-05-10  7:47 UTC (permalink / raw)
  To: intel-gfx

---
 drivers/gpu/drm/i915/i915_gem.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/gpu/drm/i915/i915_gem.c b/drivers/gpu/drm/i915/i915_gem.c
index 89bf5d67cb74..4c26e1fed6c6 100644
--- a/drivers/gpu/drm/i915/i915_gem.c
+++ b/drivers/gpu/drm/i915/i915_gem.c
@@ -2089,6 +2089,7 @@ int i915_gem_fault(struct vm_fault *vmf)
 	GEM_BUG_ON(!obj->userfault_count);
 
 	i915_vma_set_ggtt_write(vma);
+	wmb();
 
 err_fence:
 	i915_vma_unpin_fence(vma);
-- 
2.17.0

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-05-10  9:39 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-10  7:47 [PATCH] RFT gem_mmap_gtt/gdg Throw in a wmb Chris Wilson
2018-05-10  8:04 ` ✗ Fi.CI.CHECKPATCH: warning for " Patchwork
2018-05-10  8:24 ` ✓ Fi.CI.BAT: success " Patchwork
2018-05-10  8:26 ` [PATCH] " Chris Wilson
2018-05-10  9:39 ` ✓ Fi.CI.IGT: success for " Patchwork

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.