commit | 2a92d5bca1999b69c78f3c3e97b5484985b094b9 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Tue Jul 08 10:40:29 2014 +0100 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Tue Jul 08 13:16:02 2014 +0200 |
tree | 0afe31db419c90e6222dfa979dc56dd3d457d863 | |
parent | 78382593e921c88371abd019aca8978db3248a8f [diff] |
drm/i915: Disable RCS flips on Ivybridge We currently see random GPU hangs when using RCS flips with multiple pipes on Ivybridge. Now that we have mmio flips, we can fairly cheaply fallback to using CPU driven flips instead. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=77104 Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>