summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xlnx
Commit message (Expand)AuthorAgeFilesLines
* drm/dp: Pass drm_dp_aux to drm_dp*_link_train_channel_eq_delay()Lyude Paul2021-04-271-1/+1
* drm/dp: Pass drm_dp_aux to drm_dp_link_train_clock_recovery_delay()Lyude Paul2021-04-271-1/+1
* drm/dp: Add backpointer to drm_device in drm_dp_auxLyude Paul2021-04-271-0/+1
* drm: xlnx: zynqmp: fix a memset in zynqmp_dp_train()Dan Carpenter2021-04-081-1/+1
* Merge tag 'drm-misc-next-2021-03-03' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2021-03-161-14/+18
|\
| * drm: Use state helper instead of the plane state pointerMaxime Ripard2021-02-251-1/+1
| * drm/atomic: Pass the full state to planes atomic disable and updateMaxime Ripard2021-02-251-7/+7
| * drm: Store new plane state in a variable for atomic_update and disableMaxime Ripard2021-02-241-3/+4
| * drm: Use the state pointer directly in planes atomic_checkMaxime Ripard2021-02-241-2/+1
| * drm/atomic: Pass the full state to planes atomic_checkMaxime Ripard2021-02-241-1/+3
| * drm: Rename plane atomic_check state namesMaxime Ripard2021-02-241-4/+6
* | drm/xlnx: fix kmemleak by sending vblank_event in atomic_disableQuanyang Wang2021-02-031-8/+7
|/
* drm/<drivers>: Constify struct drm_driverDaniel Vetter2020-11-061-1/+1
* drm: Use the state pointer directly in atomic_checkMaxime Ripard2020-11-031-3/+1
* drm/atomic: Pass the full state to CRTC atomic begin and flushMaxime Ripard2020-11-021-2/+2
* drm/atomic: Pass the full state to CRTC atomic_checkMaxime Ripard2020-11-021-2/+4
* drm: xlnx: Use dma_request_chan for DMA channel requestPeter Ujfalusi2020-10-281-3/+1
* drm/atomic: Pass the full state to CRTC atomic enable/disableMaxime Ripard2020-10-091-2/+4
* drm/xlnx: Initialize DRM driver instance with CMA helper macroThomas Zimmermann2020-09-251-13/+1
* Merge drm/drm-next into drm-misc-nextMaxime Ripard2020-09-141-0/+1
|\
| * drm: xlnx: dpsub: Fix DMADEVICES Kconfig dependencyLaurent Pinchart2020-09-051-0/+1
* | drm: xlnx: remove defined but not used 'scaling_factors_666'Jason Yan2020-09-121-6/+0
* | drm/xlnx: Use devm_drm_dev_allocDaniel Vetter2020-09-111-21/+6
|/
* drm: xlnx: zynqmp: Use switch - case for link rate downshiftHyun Kwon2020-08-011-13/+16
* drm: xlnx: Fix typo in parameter descriptionWei Yongjun2020-07-301-1/+1
* drm: xlnx: fix spelling mistake "failes" -> "failed"Colin Ian King2020-07-301-1/+1
* drm: xlnx: DRM/KMS driver for Xilinx ZynqMP DisplayPort SubsystemHyun Kwon2020-07-189-0/+4092