Hi Dave, Daniel, The following changes since commit 6efb943b8616ec53a5e444193dccf1af9ad627b5: Linux 5.13-rc1 (2021-05-09 14:17:44 -0700) are available in the Git repository at: git://git.pengutronix.de/git/pza/linux.git tags/imx-drm-next-2021-05-12 for you to fetch changes up to fc1e985b67f9f318bc5797c9370715f5d020dac3: drm/imx: ipuv3-plane: add color encoding and range properties (2021-05-10 17:20:29 +0200) ---------------------------------------------------------------- drm/imx: fixes, dma-fence annotation, and color encoding/range plane properties - Annotate dma-fence critical section in atomic_commit_tail - Fix PRG modifiers after drmm resource conversion to regain tiled scanout capability - Add 8 pixel alignment fix to support 1366x768 resolution - Stop advertising YUV formats on planes that don't support them - Add COLOR_ENCODING and COLOR_RANGE plane properties on planes that support them - Remove unnecessarily exported symbols ---------------------------------------------------------------- Daniel Vetter (1): drm/imx: Annotate dma-fence critical section in commit path Liu Ying (1): drm/imx: ipuv3-plane: Remove two unnecessary export symbols Lucas Stach (1): drm/imx: ipuv3-plane: fix PRG modifiers after drm managed resource conversion Philipp Zabel (3): drm/imx: ipuv3-plane: do not advertise YUV formats on planes without CSC gpu: ipu-v3: Add Rec.709 limited range support to DP drm/imx: ipuv3-plane: add color encoding and range properties Sebastian Reichel (1): drm/imx: Add 8 pixel alignment fix drivers/gpu/drm/imx/imx-drm-core.c | 21 ++++++- drivers/gpu/drm/imx/imx-ldb.c | 5 ++ drivers/gpu/drm/imx/ipuv3-crtc.c | 11 +++- drivers/gpu/drm/imx/ipuv3-plane.c | 115 +++++++++++++++++++++++++++++++------ drivers/gpu/ipu-v3/ipu-dc.c | 5 ++ drivers/gpu/ipu-v3/ipu-di.c | 7 +++ drivers/gpu/ipu-v3/ipu-dp.c | 25 +++++++- include/video/imx-ipu-v3.h | 2 + 8 files changed, 167 insertions(+), 24 deletions(-)