Hi Dave, Daniel,
please consider merging these fixes for v5.2.
regards Philipp
The following changes since commit cd6c84d8f0cdc911df435bb075ba22ce3c605b07:
Linux 5.2-rc2 (2019-05-26 16:49:19 -0700)
are available in the Git repository at:
git://git.pengutronix.de/git/pza/linux tags/imx-drm-fixes-2019-05-29
for you to fetch changes up to 137caa702f2308f7ef03876e164b0d0f3300712a:
drm/imx: ipuv3-plane: fix atomic update status query for non-plus i.MX6Q (2019-05-27 15:13:57 +0200)
---------------------------------------------------------------- drm/imx: ipuv3-plane: fix frame rate regression on non-plus i.MX6Q
Fix a regression introduced by 70e8a0c71e9 ("drm/imx: ipuv3-plane: add function to query atomic update status") that halves the frame rate on non-plus i.MX6Q, because the pending check always returns "pending" even if an update is actually applied.
---------------------------------------------------------------- Philipp Zabel (1): drm/imx: ipuv3-plane: fix atomic update status query for non-plus i.MX6Q
drivers/gpu/drm/imx/ipuv3-plane.c | 13 ++++++++----- drivers/gpu/drm/imx/ipuv3-plane.h | 1 - 2 files changed, 8 insertions(+), 6 deletions(-)