]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
staging: drm/imx: don't drop crtc offsets when doing pageflip
authorLucas Stach <l.stach@pengutronix.de>
Fri, 10 Jan 2014 15:17:30 +0000 (16:17 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 13 Jan 2014 23:11:51 +0000 (15:11 -0800)
commit32f7110623db58f3283d6c9e1c02752032cf9c68
treee8bd703af8c43300fa1e447d8d99a03e33d8a71a
parentbc2b067aab5ae046cb7fdb49e8b90ada44a3d5b1
staging: drm/imx: don't drop crtc offsets when doing pageflip

CRTC offsets are only set with the initial modeset, any
subseqent pageflips assume them to be kept the same, so
we need to remember the current state until another modeset
changes it.

Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/imx-drm/ipuv3-crtc.c
drivers/staging/imx-drm/ipuv3-plane.c