summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/xlnx/zynqmp_disp.c
Commit message (Expand)AuthorAgeFilesLines
* dmaengine: xilinx_dpdma: stop using slave_id fieldArnd Bergmann2021-12-171-2/+7
* 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_dpsub: Call pm_runtime_get_sync before setting pixel clockQuanyang Wang2021-08-091-1/+2
* 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: 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: remove defined but not used 'scaling_factors_666'Jason Yan2020-09-121-6/+0
* drm: xlnx: DRM/KMS driver for Xilinx ZynqMP DisplayPort SubsystemHyun Kwon2020-07-181-0/+1697