]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915/bdw: Always use MMIO flips with Execlists
authorOscar Mateo <oscar.mateo@intel.com>
Thu, 24 Jul 2014 16:04:34 +0000 (17:04 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Mon, 11 Aug 2014 21:25:49 +0000 (23:25 +0200)
commitf7300251d7a5b88b6fb6cd5b23368d9d18627a1d
tree0b58de548df0e4ef1d4bd6785505fc9c9572f14f
parenta1edb964a7858b4ae42ce6d1d00c1d83692f7220
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>
drivers/gpu/drm/i915/intel_display.c
drivers/gpu/drm/i915/intel_lrc.c