summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/xlnx
Commit message (Expand)AuthorAgeFilesLines
* drm: zynqmp_dpsub: Always register bridgeSean Anderson2024-05-021-4/+3
* Revert "drm: Switch DRM_DISPLAY_HELPER to depends on"Geert Uytterhoeven2024-05-021-4/+2
* Revert "drm: Switch DRM_DISPLAY_DP_HELPER to depends on"Geert Uytterhoeven2024-05-021-1/+1
* drm: xlnx: zynqmp_dpsub: Set input live formatAnatoliy Klymenko2024-04-243-17/+90
* drm: xlnx: zynqmp_dpsub: Minimize usage of global flagAnatoliy Klymenko2024-04-241-9/+3
* drm: xlnx: zynqmp_dpsub: Anounce supported input formatsAnatoliy Klymenko2024-04-243-4/+139
* drm: xlnx: zynqmp_dpsub: Add connected live layer helperAnatoliy Klymenko2024-04-241-14/+23
* drm: xlnx: zynqmp_dpsub: Update live format definesAnatoliy Klymenko2024-04-241-4/+4
* drm: xlnx: zynqmp_dpsub: Set layer mode during creationAnatoliy Klymenko2024-04-244-18/+20
* drm: xlnx: db: fix a memory leak in probeDan Carpenter2024-04-101-1/+1
* drm: Switch DRM_DISPLAY_DP_HELPER to depends onMaxime Ripard2024-03-281-1/+1
* drm: Switch DRM_DISPLAY_HELPER to depends onMaxime Ripard2024-03-281-2/+4
* drm: xlnx: dp: Reset DisplayPort IPRohit Visavalia2024-02-291-0/+4
* drm: xlnx: zynqmp_dpsub: switch to ->edid_read callbackJani Nikula2024-02-091-4/+4
* drm: xlnx: zynqmp_dpsub: Filter interrupts against maskAnatoliy Klymenko2024-02-071-1/+8
* drm: xlnx: zynqmp_dpsub: Clear status register ASAPAnatoliy Klymenko2024-02-071-2/+2
* drm: xlnx: zynqmp_dpsub: Fix timing for live modeAnatoliy Klymenko2024-02-071-1/+1
* drm: xlnx: zynqmp_dpsub: Make drm bridge discoverableAnatoliy Klymenko2024-02-071-0/+1
* drm/xlnx: Do not include <drm/drm_plane_helper.h>Thomas Zimmermann2023-12-061-1/+0
* drm: xlnx: zynqmp_dpsub: Use devm_platform_ioremap_resource_byname()Li Zetao2023-08-021-7/+3
* drm: xlnx: zynqmp_dpsub: Use dev_err_probe instead of dev_errWang Ming2023-08-021-2/+2
* drm: xlnx: zynqmp_dpsub: Add missing check for dma_set_maskJiasheng Jiang2023-08-021-1/+3
* drm/xlnx/zynqmp_dp: Fix function name zynqmp_dp_link_train() -> zynqmp_dp_tra...Lee Jones2023-08-021-1/+1
* drm/xlnx/zynqmp_dpsub: Convert to platform remove callback returning voidUwe Kleine-König2023-06-081-4/+2
* drm/xlnx: Use GEM DMA fbdev emulationThomas Zimmermann2023-03-141-2/+2
* Merge tag 'drm-misc-next-2022-11-10-1' of git://anongit.freedesktop.org/drm/d...Dave Airlie2022-11-161-1/+1
|\
| * drm/fb-helper: Move generic fbdev emulation into separate source fileThomas Zimmermann2022-11-051-1/+1
* | drm: xlnx: Fix return type of zynqmp_dp_bridge_mode_validNathan Huckleberry2022-11-091-3/+4
|/
* drm: xlnx: zynqmp_dpsub: Add support for live video inputLaurent Pinchart2022-10-192-7/+80
* drm: xlnx: zynqmp_dpsub: Support operation without DMA engineLaurent Pinchart2022-10-193-6/+26
* drm: xlnx: zynqmp_dpsub: Allow configuration of layer modeLaurent Pinchart2022-10-193-23/+22
* drm: xlnx: zynqmp_dpsub: Parse DT to find connected portsLaurent Pinchart2022-10-192-0/+67
* drm: xlnx: zynqmp_dpsub: Rename zynqmp_dpsub_handle_vblank with DRM prefixLaurent Pinchart2022-10-193-4/+4
* drm: xlnx: zynqmp_dpsub: Decouple DRM device from zynqmp_dpsubLaurent Pinchart2022-10-194-50/+99
* drm: xlnx: zynqmp_dpsub: Move all DRM init and cleanup to zynqmp_kms.cLaurent Pinchart2022-10-194-123/+127
* drm: xlnx: zynqmp_dpsub: Manage DP and DISP allocations manuallyLaurent Pinchart2022-10-195-30/+57
* drm: xlnx: zynqmp_dpsub: Move DP bridge init to zynqmp_dp_probe()Laurent Pinchart2022-10-193-24/+13
* drm: xlnx: zynqmp_dpsub: Register AUX bus at bridge attach timeLaurent Pinchart2022-10-191-17/+24
* drm: xlnx: zynqmp_dpsub: Move planes handling to zynqmp_kms.cLaurent Pinchart2022-10-194-168/+167
* drm: xlnx: zynqmp_dpsub: Move CRTC handling to zynqmp_kms.cLaurent Pinchart2022-10-195-235/+232
* drm: xlnx: zynqmp_dpsub: Move DRM/KMS initialization to separate fileLaurent Pinchart2022-10-194-41/+93
* drm: xlnx: zynqmp_dpsub: Move planes to zynqmp_dpsub structureLaurent Pinchart2022-10-192-19/+18
* drm: xlnx: zynqmp_dpsub: Move CRTC to zynqmp_dpsub structureLaurent Pinchart2022-10-192-11/+12
* drm: xlnx: zynqmp_dpsub: Move audio clk from zynqmp_disp to zynqmp_dpsubLaurent Pinchart2022-10-195-60/+65
* drm: xlnx: zynqmp_dpsub: Move pclk from zynqmp_disp to zynqmp_dpsubLaurent Pinchart2022-10-193-29/+28
* drm: xlnx: zynqmp_dpsub: Don't use drmm_kcalloc() for temporary dataLaurent Pinchart2022-10-191-11/+34
* 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