summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/xlnx
Commit message (Expand)AuthorAgeFilesLines
...
* drm: xlnx: zynqmp_dpsub: Remplace hardcoded values with ARRAY_SIZE()Laurent Pinchart2022-10-191-4/+4
* drm: xlnx: zynqmp_dpsub: Pass format info to zynqmp_disp_layer_set_format()Laurent Pinchart2022-10-191-6/+4
* drm: xlnx: zynqmp_dpsub: Use local variable in zynqmp_disp_layer_update()Laurent Pinchart2022-10-191-1/+1
* drm: xlnx: zynqmp_dpsub: Configure blender in zynqmp_disp_enable()Laurent Pinchart2022-10-191-3/+3
* drm: xlnx: zynqmp_dpsub: Don't pass CRTC to zynqmp_disp_setup_clock()Laurent Pinchart2022-10-191-10/+8
* drm: xlnx: zynqmp_dpsub: Drop unused zynqmp_disp_format.bus_fmt fieldLaurent Pinchart2022-10-191-2/+0
* drm: xlnx: zynqmp_dpsub: Drop unused zynqmp_disp.event fieldLaurent Pinchart2022-10-191-3/+0
* drm: xlnx: zynqmp_dpsub: Report HPD through the bridgeLaurent Pinchart2022-10-191-6/+5
* drm: xlnx: zynqmp_dpsub: Use DRM connector bridge helperLaurent Pinchart2022-10-192-90/+20
* drm: xlnx: zynqmp_dpsub: Attach to the next bridgeLaurent Pinchart2022-10-191-0/+18
* drm: xlnx: zynqmp_dpsub: Move encoder to DPSUB coreLaurent Pinchart2022-10-193-78/+25
* drm: xlnx: zynqmp_dpsub: Move connector registration to bridge attachLaurent Pinchart2022-10-191-13/+24
* drm: xlnx: zynqmp_dpsub: Don't access connector in zynqmp_dp_set_format()Laurent Pinchart2022-10-191-7/+8
* drm: xlnx: zynqmp_dpsub: Create DRM bridge to model DP encoderLaurent Pinchart2022-10-191-108/+225
* drm: xlnx: zynqmp_dpsub: Constify mode argument to functionLaurent Pinchart2022-10-191-1/+1
* drm: xlnx: zynqmp_dpsub: Switch to atomic encoder enable/disableLaurent Pinchart2022-10-191-4/+6
* drm/gem: rename struct drm_gem_dma_object.{paddr => dma_addr}Danilo Krummrich2022-08-031-3/+3
* drm/gem: rename GEM CMA helpers to GEM DMA helpersDanilo Krummrich2022-08-032-5/+5
* drm/fb: rename FB CMA helpers to FB DMA helpersDanilo Krummrich2022-08-031-2/+2
* drm/atomic-helper: Remove _HELPER_ infix from DRM_PLANE_HELPER_NO_SCALINGThomas Zimmermann2022-07-261-2/+2
* drm/atomic-helper: Move DRM_PLANE_HELPER_NO_SCALING to atomic helpersThomas Zimmermann2022-07-261-1/+0
* drm: xlnx: add <linux/io.h> for readl/writelRandy Dunlap2022-07-061-0/+1
* drm/xlnx: Fix build failure due to missing includeVille Syrjälä2022-06-211-0/+1
* drm/display: Introduce a DRM display-helper moduleThomas Zimmermann2022-04-251-1/+2
* drm: Rename dp/ to display/Thomas Zimmermann2022-04-251-1/+1
* Merge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst2022-02-071-2/+7
|\
| * Merge tag 'drm-misc-next-2022-01-27' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2022-02-012-1/+2
| |\
| * \ 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/xlnx: Use drm_module_platform_driver() to register the driverJavier Martinez Canillas2022-01-271-1/+2
| |_|/ |/| |
* | | drm/dp: Move public DisplayPort headers into dp/Thomas Zimmermann2022-01-171-1/+1
* | | drm/dp: Move DisplayPort helpers into separate helper moduleThomas Zimmermann2022-01-171-0/+1
|/ /
* / 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