[Bug 94987] fullscreen flickering with google-chrome (youtube and not only)

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Apr 18 19:38:20 UTC 2016


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

--- Comment #8 from Chris Wilson <chris at chris-wilson.co.uk> ---
Next up try:

diff --git a/drivers/gpu/drm/i915/i915_gem.c b/drivers/gpu/drm/i915/i915_gem.c
index 6ce2c31..2897f67 100644
--- a/drivers/gpu/drm/i915/i915_gem.c
+++ b/drivers/gpu/drm/i915/i915_gem.c
@@ -4491,6 +4491,7 @@ void i915_gem_object_init(struct drm_i915_gem_object
*obj,

        obj->fence_reg = I915_FENCE_REG_NONE;
        obj->madv = I915_MADV_WILLNEED;
+       obj->cache_dirtry = true;

        i915_gem_info_add_obj(obj->base.dev->dev_private, obj->base.size);
 }

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/intel-gfx-bugs/attachments/20160418/8061ccc8/attachment.html>


More information about the intel-gfx-bugs mailing list