[GIT PULL] drm/imx: pending update handling, plane zpos property
Philipp Zabel
pza at pengutronix.de
Fri Feb 22 11:23:50 UTC 2019
please consider merging these imx-drm updates for v5.1.
Same content as the imx-drm-next-2019-02-13 pull request, but rebased
onto v5.0-rc7, with a Tested-by: on the zpos patch, and two commit typo
fixes in commit messages.
regards
Philipp
The following changes since commit a3b22b9f11d9fbc48b0291ea92259a5a810e9438:
Linux 5.0-rc7 (2019-02-17 18:46:40 -0800)
are available in the Git repository at:
git://git.pengutronix.de/pza/linux tags/imx-drm-next-2019-02-22
for you to fetch changes up to a0ea4ffff2662c10ca69d5e246adf5543fd945b9:
drm/imx: only send commit done event when all state has been applied (2019-02-22 12:17:58 +0100)
----------------------------------------------------------------
drm/imx: handle pending updates better, add plane zpos property support
- Add a mechanism to only send commit done events once all pending
updates have been applied. This closes a small race window where
already armed events could fire even though the double buffered
hardware update just missed the update window.
- Add plane zpos property support to allow placing the overlay plane
behind the primary plane.
- Allow building imx-drm on all platforms under COMPILE_TEST.
----------------------------------------------------------------
Lucas Stach (4):
gpu: ipu-v3: pre: add double buffer status readback
gpu: ipu-v3: prg: add function to get channel configure status
drm/imx: ipuv3-plane: add function to query atomic update status
drm/imx: only send commit done event when all state has been applied
Philipp Zabel (3):
drm/imx: ipuv3-plane: add zpos property
drm/imx: imx-tve: depend on COMMON_CLK
drm/imx: allow building under COMPILE_TEST
drivers/gpu/drm/imx/Kconfig | 3 +-
drivers/gpu/drm/imx/imx-drm-core.c | 7 +---
drivers/gpu/drm/imx/ipuv3-crtc.c | 30 ++++++++++++++-
drivers/gpu/drm/imx/ipuv3-plane.c | 76 +++++++++++++++++++++++++-------------
drivers/gpu/drm/imx/ipuv3-plane.h | 2 +
drivers/gpu/ipu-v3/ipu-pre.c | 6 +++
drivers/gpu/ipu-v3/ipu-prg.c | 16 ++++++++
drivers/gpu/ipu-v3/ipu-prv.h | 1 +
include/video/imx-ipu-v3.h | 1 +
9 files changed, 109 insertions(+), 33 deletions(-)
More information about the dri-devel
mailing list