summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/xlnx/zynqmp_kms.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* drm: zynqmp_kms: Fix AUX bus not getting unregisteredSean Anderson2024-06-171-3/+9
* drm: xlnx: zynqmp_dpsub: Enable plane in atomic updateAnatoliy Klymenko2024-06-171-3/+7
* drm: xlnx: zynqmp_dpsub: Set layer mode during creationAnatoliy Klymenko2024-04-241-1/+1
* drm/xlnx: Do not include <drm/drm_plane_helper.h>Thomas Zimmermann2023-12-061-1/+0
* drm/xlnx: Use GEM DMA fbdev emulationThomas Zimmermann2023-03-141-2/+2
* drm/fb-helper: Move generic fbdev emulation into separate source fileThomas Zimmermann2022-11-051-1/+1
* drm: xlnx: zynqmp_dpsub: Allow configuration of layer modeLaurent Pinchart2022-10-191-1/+1
* drm: xlnx: zynqmp_dpsub: Rename zynqmp_dpsub_handle_vblank with DRM prefixLaurent Pinchart2022-10-191-2/+2
* drm: xlnx: zynqmp_dpsub: Decouple DRM device from zynqmp_dpsubLaurent Pinchart2022-10-191-19/+47
* drm: xlnx: zynqmp_dpsub: Move all DRM init and cleanup to zynqmp_kms.cLaurent Pinchart2022-10-191-2/+121
* drm: xlnx: zynqmp_dpsub: Move DP bridge init to zynqmp_dp_probe()Laurent Pinchart2022-10-191-5/+1
* drm: xlnx: zynqmp_dpsub: Move planes handling to zynqmp_kms.cLaurent Pinchart2022-10-191-6/+139
* drm: xlnx: zynqmp_dpsub: Move CRTC handling to zynqmp_kms.cLaurent Pinchart2022-10-191-1/+189
* drm: xlnx: zynqmp_dpsub: Move DRM/KMS initialization to separate fileLaurent Pinchart2022-10-191-0/+70