All of lore.kernel.org
 help / color / mirror / Atom feed
* Small execbuf coherency fixes
@ 2016-08-10 11:54 Chris Wilson
  2016-08-10 11:54 ` [PATCH 1/9] drm/i915: Cache kmap between relocations Chris Wilson
                   ` (10 more replies)
  0 siblings, 11 replies; 13+ messages in thread
From: Chris Wilson @ 2016-08-10 11:54 UTC (permalink / raw)
  To: intel-gfx; +Cc: mika.kuoppala

Execbuf suffers from a coherency problem which in theory is handled by
the prepare for direct access implemented by pwrite. The issue being not
only is that function non-existent (implemented inline for pwrite) it is
missing a barrier or two.
-Chris

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

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

end of thread, other threads:[~2016-08-12 10:41 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-10 11:54 Small execbuf coherency fixes Chris Wilson
2016-08-10 11:54 ` [PATCH 1/9] drm/i915: Cache kmap between relocations Chris Wilson
2016-08-10 11:54 ` [PATCH 2/9] drm/i915: Extract i915_gem_obj_prepare_shmem_write() Chris Wilson
2016-08-10 11:54 ` [PATCH 3/9] drm/i915: Before accessing an object via the cpu, flush GTT writes Chris Wilson
2016-08-10 11:54 ` [PATCH 4/9] drm/i915: Wait for writes through the GTT to land before reading back Chris Wilson
2016-08-10 11:54 ` [PATCH 5/9] drm/i915: Pin the pages first in shmem prepare read/write Chris Wilson
2016-08-10 11:54 ` [PATCH 6/9] drm/i915: Tidy up flush cpu/gtt write domains Chris Wilson
2016-08-10 11:54 ` [PATCH 7/9] drm/i915: Refactor execbuffer relocation writing Chris Wilson
2016-08-10 11:54 ` [PATCH 8/9] drm/i915: Fallback to single page GTT mmappings for relocations Chris Wilson
2016-08-10 11:54 ` [PATCH 9/9] drm/i915: Disallow direct CPU access to stolen pages " Chris Wilson
2016-08-10 12:32 ` ✗ Ro.CI.BAT: failure for series starting with [1/9] drm/i915: Cache kmap between relocations Patchwork
2016-08-12 10:01 ` Small execbuf coherency fixes Joonas Lahtinen
2016-08-12 10:41   ` Chris Wilson

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.