[Bug 95414] [SNA HSW] Corruption in OpenGL video output (DRI2 + TearFree)

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Nov 7 13:31:32 UTC 2016


https://bugs.freedesktop.org/show_bug.cgi?id=95414

--- Comment #17 from Chris Wilson <chris at chris-wilson.co.uk> ---
New theory:

--- a/drivers/gpu/drm/i915/i915_gem_execbuffer.c
+++ b/drivers/gpu/drm/i915/i915_gem_execbuffer.c
@@ -1282,6 +1282,7 @@ void i915_vma_move_to_active(struct i915_vma *vma,

                /* update for the implicit flush after a batch */
                obj->base.write_domain &= ~I915_GEM_GPU_DOMAINS;
+               obj->cache_dirty |= obj->cache_level != I915_CACHE_NONE;
        }

        if (flags & EXEC_OBJECT_NEEDS_FENCE)

Can you please try
https://cgit.freedesktop.org/~ickle/linux-2.6/log/?h=prescheduler

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/intel-gfx-bugs/attachments/20161107/ad5fa10b/attachment.html>


More information about the intel-gfx-bugs mailing list