Hi Dave and Daniel, The following changes since commit 49f7844b08844ac7029f997702099c552566262b: Merge tag 'drm-misc-next-2021-08-05' of git://anongit.freedesktop.org/drm/drm-misc into drm-next (2021-08-06 06:59:30 +1000) are available in the Git repository at: git://linuxtv.org/pinchartl/media.git tags/drm-xilinx-dpsub-20210809 for you to fetch changes up to 6ebfd22c969044bda7b5c3f0a20a958c7ff656b9: drm/xlnx/zynqmp_disp: Fix incorrectly named enum 'zynqmp_disp_layer_id' (2021-08-09 02:28:05 +0300) ---------------------------------------------------------------- - Miscellaneous fixes in ZynqMP DPSUB driver ---------------------------------------------------------------- Dylan Yip (1): drm: xlnx: zynqmp_dpsub: Update dependencies for ZynqMP DP Laurent Pinchart (4): drm: xlnx: zynqmp_dpsub: Pass disp structure to all internal functions drm: xlnx: zynqmp_dpsub: Fix graphics layer blending drm: xlnx: zynqmp_dpsub: Add global alpha support drm: xlnx: zynqmp_dpsub: Expose plane ordering to userspace Lee Jones (1): drm/xlnx/zynqmp_disp: Fix incorrectly named enum 'zynqmp_disp_layer_id' Quanyang Wang (3): drm: xlnx: zynqmp_dpsub: Call pm_runtime_get_sync before setting pixel clock drm: xlnx: zynqmp: release reset to DP controller before accessing DP registers drm: xlnx: zynqmp: Add zynqmp_disp_layer_is_video() to simplify the code drivers/gpu/drm/xlnx/Kconfig | 2 + drivers/gpu/drm/xlnx/zynqmp_disp.c | 322 ++++++++++++++++++------------------- drivers/gpu/drm/xlnx/zynqmp_dp.c | 22 +-- 3 files changed, 174 insertions(+), 172 deletions(-) -- Regards, Laurent Pinchart