diff options
| author | Chris Wilson <[email protected]> | 2017-01-09 11:19:32 +0000 |
|---|---|---|
| committer | Chris Wilson <[email protected]> | 2017-02-01 10:54:17 +0000 |
| commit | 69aeafeae9b30d797c439a30d1a4ccc8dc5b0eb0 (patch) | |
| tree | 841e6ed55b3f78b991f20af5edb660b4dd6bafd7 /tools/perf/scripts/python | |
| parent | e2b06d71bd3f50ac7098b3f2492ea95470b713db (diff) | |
drm/i915: Flush untouched framebuffers before display on !llc
On a non-llc system, the objects are created with .cache_level =
CACHE_NONE and so the transition to uncached for scanout is a no-op.
However, if the object was never written to, it will still be in the CPU
domain (having been zeroed out by shmemfs). Those cachelines need to be
flushed prior to display.
Reported-and-tested-by: Vito Caputo
Fixes: a6a7cc4b7db6 ("drm/i915: Always flush the dirty CPU cache when pinning the scanout")
Signed-off-by: Chris Wilson <[email protected]>
Cc: <[email protected]> # v4.10-rc1+
Link: http://patchwork.freedesktop.org/patch/msgid/[email protected]
Reviewed-by: Daniel Vetter <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions