drm: xlnx: zynqmp_dpsub: Create DRM bridge to model DP encoder
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Wed, 4 Aug 2021 16:21:41 +0000 (19:21 +0300)
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Wed, 19 Oct 2022 13:51:02 +0000 (16:51 +0300)
commit47e801bd0749f0691a137255e2db35f5348f4f4f
tree038a52a51e3949671d29a146f456e60b1fe19d45
parentd693bd3b5b640fadc1d2d310b9bc7256cfdc557c
drm: xlnx: zynqmp_dpsub: Create DRM bridge to model DP encoder

The DP encoder is currently modelled as a DRM encoder and DRM connector.
This doesn't support system configurations where the DP encoder is
driven by the FPGA programmable logic, using the live video input to the
DP subsystem. To enable such use cases, we need to model the encoder as
a DRM bridge.

As a first step, create a DRM bridge in the DP encoder driver. Move and
delegate the implementation of the DRM encoder and connector operations
to the bridge to prepare for the transition. The bridge will be
registered with the DRM core as a separate change.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
drivers/gpu/drm/xlnx/zynqmp_dp.c