commit | 14bf993e83e1d6924f4bf4506120a15c4b255e58 | [log] [tgz] |
---|---|---|
author | Oscar Mateo <oscar.mateo@intel.com> | Thu Jul 24 17:04:34 2014 +0100 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Mon Aug 11 23:25:49 2014 +0200 |
tree | 0b58de548df0e4ef1d4bd6785505fc9c9572f14f | |
parent | ba8b7ccb196b07c1c553450e8e7b44a7a938e58a [diff] |
drm/i915/bdw: Always use MMIO flips with Execlists The normal flip function places things in the ring in the legacy way, so we either fix that or force MMIO flips always as we do in this patch. Signed-off-by: Oscar Mateo <oscar.mateo@intel.com> Reviewed-by: Damien Lespiau <damien.lespiau@intel.com> [danvet: Checkpatch. Fucking again.] Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>