Re: [PATCH] drm/vc4: Flush the caches before the bin jobs, as well.

2018-01-18 Thread Boris Brezillon
On Thu, 21 Dec 2017 14:17:22 -0800 Eric Anholt wrote: > If the frame samples from a render target that was just written, its > cache flush during the binning step may have occurred before the > previous frame's RCL was completed. Flush the texture caches again > before starting each RCL job to m

Re: [PATCH] drm/vc4: Flush the caches before the bin jobs, as well.

2018-01-17 Thread Eric Anholt
Eric Anholt writes: > If the frame samples from a render target that was just written, its > cache flush during the binning step may have occurred before the > previous frame's RCL was completed. Flush the texture caches again > before starting each RCL job to make sure that the sampling of the >

[PATCH] drm/vc4: Flush the caches before the bin jobs, as well.

2017-12-21 Thread Eric Anholt
If the frame samples from a render target that was just written, its cache flush during the binning step may have occurred before the previous frame's RCL was completed. Flush the texture caches again before starting each RCL job to make sure that the sampling of the previous RCL's output is corre