[PATCH 0/4] Fixing live video input in ZynqMP DPSUB

From: Anatoliy Klymenko
Date: Fri Jan 12 2024 - 18:42:38 EST


Patches 1/4,2/4,3/4 are minor fixes.

DPSUB requires input live video format to be configured.
Patch 4/4: The DP Subsystem requires the input live video format to be
configured. In this patch we are assuming that the CRTC's bus format is fixed
and comes from the device tree. This is a proposed solution, as there are no api
to query CRTC output bus format.

Is this a good approach to go with?

Anatoliy Klymenko (4):
drm: xlnx: zynqmp_dpsub: Make drm bridge discoverable
drm: xlnx: zynqmp_dpsub: Fix timing for live mode
drm: xlnx: zynqmp_dpsub: Don't generate vblank in live mode
drm: xlnx: zynqmp_dpsub: Set live video in format

drivers/gpu/drm/xlnx/zynqmp_disp.c | 111 +++++++++++++++++++++---
drivers/gpu/drm/xlnx/zynqmp_disp.h | 3 +-
drivers/gpu/drm/xlnx/zynqmp_disp_regs.h | 8 +-
drivers/gpu/drm/xlnx/zynqmp_dp.c | 14 ++-
drivers/gpu/drm/xlnx/zynqmp_kms.c | 2 +-
5 files changed, 118 insertions(+), 20 deletions(-)

--
2.25.1