MUST REVERT: Fix the video slowness issue when unplug HDMI.
authorHu Tiger Chen <hu.tiger.chen@intel.com>
Wed, 29 Feb 2012 14:18:28 +0000 (06:18 -0800)
committerMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Tue, 3 Jul 2012 09:30:19 +0000 (12:30 +0300)
commitceebba46cfaeb688b5e4900359fdbfa8fb466888
tree61382c84da69c197bc7f277e0d4c56ca89798fbd
parent5fc13b70defdbab733a0a64e806cab3046b5394b
MUST REVERT: Fix the video slowness issue when unplug HDMI.

This is caused by the pending flips left in psb_intel_crtc.
After HDMI unplug, vblank interrupt will never be triggered,
where actually pending flips are handled. The solution is to
handle the HDMI pending flips in vblank handler of local display.

ISSUE: ANDROID-1463

Signed-off-by: Mohan Kandra <mohan.b.kandra@intel.com>
Signed-off-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
drivers/staging/mrst/drv/psb_page_flip.c