]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915/skl: don't set the AsyncFlip performance mode for Gen9+
authorImre Deak <imre.deak@intel.com>
Wed, 13 Feb 2013 15:27:34 +0000 (15:27 +0000)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 24 Sep 2014 12:33:15 +0000 (14:33 +0200)
commitdecb8de4c92dfbbc72e25f27f5dba0b0ef5e06a2
treefe29b594b9c49f0804426a5f9340dd34bd1f48dd
parent6bad4b97b2b9c67e5c2fe75846b057b5aea82836
drm/i915/skl: don't set the AsyncFlip performance mode for Gen9+

The following sets the AsyncFlip performance mode for everything above
Gen6:

commit 4790cb36b3eede8fb0cca529dc1d31b9936fa24b
Author: Chris Wilson <chris@chris-wilson.co.uk>
Date:   Sun Jan 20 16:11:20 2013 +0000

    drm/i915: Disable AsyncFlip performance optimisations

Starting from Gen9 the MI_MODE register layout changes and doesn't
include the above bit.

Reviewed-by: Thomas Wood <thomas.wood@intel.com>
Signed-off-by: Imre Deak <imre.deak@intel.com>
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_ringbuffer.c