]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: don't disable FBC for pipe A when flipping pipe B
authorPaulo Zanoni <paulo.r.zanoni@intel.com>
Tue, 14 Jul 2015 19:29:13 +0000 (16:29 -0300)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 5 Aug 2015 08:01:00 +0000 (10:01 +0200)
commita138bdb324741b79384aa30a3d8bec82ef3abb53
treed3c011c85e4e69d7f17c00eef678ed3989ff1c17
parentcd7964f725055016db2a2785c4ee68da33557830
drm/i915: don't disable FBC for pipe A when flipping pipe B

Use the appropriate call.

I know there's a discussion about whether we need this call here at
all, but removing the call means we'll only update FBC after we get
the page flip IRQ. So the user may only see the new frame a little
after it should. Let's wait just a little bit more before removing
this call since we can rely in the HW tracking for accurate flips.

Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_display.c