summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/xlnx
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'sound-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2022-01-141-2/+7
|\
| * dmaengine: xilinx_dpdma: stop using slave_id fieldArnd Bergmann2021-12-171-2/+7
* | drm: Remove CONFIG_DRM_KMS_CMA_HELPER optionThomas Zimmermann2021-11-301-1/+0
|/
* drm/xlnx/zynqmp_disp: Fix incorrectly named enum 'zynqmp_disp_layer_id'Lee Jones2021-08-091-1/+1
* drm: xlnx: zynqmp_dpsub: Expose plane ordering to userspaceLaurent Pinchart2021-08-091-0/+1
* drm: xlnx: zynqmp_dpsub: Add global alpha supportLaurent Pinchart2021-08-091-2/+7
* drm: xlnx: zynqmp_dpsub: Fix graphics layer blendingLaurent Pinchart2021-08-091-1/+11
* drm: xlnx: zynqmp_dpsub: Pass disp structure to all internal functionsLaurent Pinchart2021-08-091-145/+121
* drm: xlnx: zynqmp: Add zynqmp_disp_layer_is_video() to simplify the codeQuanyang Wang2021-08-091-17/+22
* drm: xlnx: zynqmp: release reset to DP controller before accessing DP registersQuanyang Wang2021-08-091-10/+12
* drm: xlnx: zynqmp_dpsub: Update dependencies for ZynqMP DPDylan Yip2021-08-091-0/+2
* drm: xlnx: zynqmp_dpsub: Call pm_runtime_get_sync before setting pixel clockQuanyang Wang2021-08-091-1/+2
* drm/xlnx: Don't set struct drm_device.irq_enabledThomas Zimmermann2021-06-291-2/+0
* 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