summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/xlnx
AgeCommit message (Expand)AuthorFilesLines
2021-02-24drm: Store new plane state in a variable for atomic_update and disableMaxime Ripard1-3/+4
2021-02-24drm: Use the state pointer directly in planes atomic_checkMaxime Ripard1-2/+1
2021-02-24drm/atomic: Pass the full state to planes atomic_checkMaxime Ripard1-1/+3
2021-02-24drm: Rename plane atomic_check state namesMaxime Ripard1-4/+6
2020-11-06drm/<drivers>: Constify struct drm_driverDaniel Vetter1-1/+1
2020-11-03drm: Use the state pointer directly in atomic_checkMaxime Ripard1-3/+1
2020-11-02drm/atomic: Pass the full state to CRTC atomic begin and flushMaxime Ripard1-2/+2
2020-11-02drm/atomic: Pass the full state to CRTC atomic_checkMaxime Ripard1-2/+4
2020-10-28drm: xlnx: Use dma_request_chan for DMA channel requestPeter Ujfalusi1-3/+1
2020-10-09drm/atomic: Pass the full state to CRTC atomic enable/disableMaxime Ripard1-2/+4
2020-09-25drm/xlnx: Initialize DRM driver instance with CMA helper macroThomas Zimmermann1-13/+1
2020-09-14Merge drm/drm-next into drm-misc-nextMaxime Ripard1-0/+1
2020-09-12drm: xlnx: remove defined but not used 'scaling_factors_666'Jason Yan1-6/+0
2020-09-11drm/xlnx: Use devm_drm_dev_allocDaniel Vetter1-21/+6
2020-09-05drm: xlnx: dpsub: Fix DMADEVICES Kconfig dependencyLaurent Pinchart1-0/+1
2020-08-01drm: xlnx: zynqmp: Use switch - case for link rate downshiftHyun Kwon1-13/+16
2020-07-30drm: xlnx: Fix typo in parameter descriptionWei Yongjun1-1/+1
2020-07-30drm: xlnx: fix spelling mistake "failes" -> "failed"Colin Ian King1-1/+1
2020-07-18drm: xlnx: DRM/KMS driver for Xilinx ZynqMP DisplayPort SubsystemHyun Kwon9-0/+4092