[PATCH] drm/i915: Allow concurrent read access between CPU and GPU domain

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Tue, 10 Apr 2012 11:52:50 +0100, Chris Wilson <chris at chris-wilson.co.uk> wrote:
> Similar to allowing a buffer to be simultaneously read by the GPU and
> through the GTT, we wish to allow readback of the pages through the CPU
> domain whilst they are also being read by the GPU. Domain coherency
> is managed by allowing multiple readers, but only a single writer.
> 
> This is used by mesa for its program cache which it may search for every
> new program every frame and then renews should it need to add. During
> renewal, mesa copies the program bo currently executing through a CPU
> mapping onto the new bo. This patch allows the search and that copy to
> proceed without causing a stall on the current batch.

At Daniel's request, I added i-g-t/gem_cpu_concurrent_blit to catch the
possible bugs that may have been introduced by this patch.
-Chris

-- 
Chris Wilson, Intel Open Source Technology Centre


[Index of Archives]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]
  Powered by Linux