drm: xlnx: zynqmp_dpsub: Move CRTC to zynqmp_dpsub structure
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Fri, 6 Aug 2021 11:29:52 +0000 (14:29 +0300)
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Wed, 19 Oct 2022 13:51:04 +0000 (16:51 +0300)
commit68dcffea19dd3cb4528886b315f84b376f0c8f5d
treea8f7753e85dec9e4e0eadc1ab60e4966202f3b2e
parentc979296ef60cdd37b4354c9507a624ae3c5e4bd6
drm: xlnx: zynqmp_dpsub: Move CRTC to zynqmp_dpsub structure

Decouple the zynqmp_disp, which handles the hardware configuration, from
the DRM CRTC by moving the CRTC to the zynqmp_dpsub structure. The CRTC
handling code will be moved to a separate file in a subsequent step.

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