drm: xlnx: zynqmp_dpsub: Move DRM/KMS initialization to separate file
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Wed, 28 Sep 2022 21:25:56 +0000 (00:25 +0300)
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Wed, 19 Oct 2022 13:51:04 +0000 (16:51 +0300)
commit76c8eeb72dbbe31770c645e4039846f6f4019475
tree55092f4aa2c8a249528c6865838b2a6abb376940
parent88beb8ccc03223dd2849f8c37cb8afd2e49a0239
drm: xlnx: zynqmp_dpsub: Move DRM/KMS initialization to separate file

Start preparation for using the DPSUB as a standalone DisplayPort
encoder without a display controller by moving the DRM/KMS
initialization to a new zynqmp_kms.c file. No functional change
intended.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
drivers/gpu/drm/xlnx/Makefile
drivers/gpu/drm/xlnx/zynqmp_dpsub.c
drivers/gpu/drm/xlnx/zynqmp_kms.c [new file with mode: 0644]
drivers/gpu/drm/xlnx/zynqmp_kms.h [new file with mode: 0644]