[Intel-gfx] [PATCH] [rfc] hack patch to fix dirty on offload screens

Chris Wilson chris at chris-wilson.co.uk
Tue Jun 9 00:32:57 PDT 2015


On Tue, Jun 09, 2015 at 02:32:12PM +1000, Dave Airlie wrote:
> The offload screens on an nvidia gpu show dirt on them, this is due to the
> stuff not being flushed fully back to the CPU side and into main memory,
> for the secondary GPU to pick it up from.
> 
> This is the hack I used to have in UXA, which works here, however I'm sure
> this isn't acceptable for upstream, so let me know what else I could try.

Hmm, thinking about it we need to make the dst uncached as well as a PCI
device will bypass LLC.

So we do need the submit before the ProcessPending as that is where the
slave will then do its copy. My fault for thinking the copy would be
from its BlockHandler after amalgamating the damage.
-Chris

-- 
Chris Wilson, Intel Open Source Technology Centre


More information about the Intel-gfx mailing list