]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: disable FBC when more than one pipe is active
authorJesse Barnes <jbarnes@virtuousgeek.org>
Fri, 23 Jul 2010 22:20:00 +0000 (15:20 -0700)
committerEric Anholt <eric@anholt.net>
Mon, 26 Jul 2010 18:27:06 +0000 (11:27 -0700)
commitf882a779d639908420ca477e99c07a30d440dd38
tree3d41bcee055ef9eec9e74eb98c4ac67cdcaba927
parentba74492a5fc8b350e826b2debfdcf1a366c28e33
drm/i915: disable FBC when more than one pipe is active

We're really supposed to do this to avoid trouble with underflows when
multiple planes are active.

Fixes https://bugs.freedesktop.org/show_bug.cgi?id=26987.

Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Tested-by: fangxun <xunx.fang@intel.com>
Signed-off-by: Eric Anholt <eric@anholt.net>
drivers/gpu/drm/i915/i915_debugfs.c
drivers/gpu/drm/i915/i915_drv.h
drivers/gpu/drm/i915/intel_display.c