summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2025-04-29drm/vc4: convert to devm_drm_bridge_alloc() APILuca Ceresoli1-29/+5
2025-04-29drm/msm/hdmi: convert to devm_drm_bridge_alloc() APILuca Ceresoli1-5/+4
2025-04-29drm/msm/dsi: convert to devm_drm_bridge_alloc() APILuca Ceresoli1-5/+4
2025-04-29drm/msm/dp: convert to devm_drm_bridge_alloc() APILuca Ceresoli1-4/+5
2025-04-29drm/mcde: convert to devm_drm_bridge_alloc() APILuca Ceresoli1-4/+3
2025-04-29drm/exynos: mic: convert to devm_drm_bridge_alloc() APILuca Ceresoli1-4/+3
2025-04-29drm/bridge: ti-sn65dsi86: convert to devm_drm_bridge_alloc() APILuca Ceresoli1-4/+3
2025-04-29drm/bridge: tda998x: convert to devm_drm_bridge_alloc() APILuca Ceresoli1-4/+3
2025-04-29drm/bridge: dw-hdmi: convert to devm_drm_bridge_alloc() APILuca Ceresoli1-4/+3
2025-04-29drm/bridge: lt9611uxc: convert to devm_drm_bridge_alloc() APILuca Ceresoli1-4/+3
2025-04-29drm/bridge: display-connector: convert to devm_drm_bridge_alloc() APILuca Ceresoli1-4/+4
2025-04-29drm/bridge: analogix-anx6345: convert to devm_drm_bridge_alloc() APILuca Ceresoli1-4/+4
2025-04-29drm/xe/guc: Fix capture of steering registersJohn Harrison1-1/+1
2025-04-29drm/xe/svm: fix dereferencing error pointer in drm_gpusvm_range_alloc()Harshit Mogalapalli1-1/+1
2025-04-28drm: Select DRM_KMS_HELPER from DRM_DEBUG_DP_MST_TOPOLOGY_REFSJanne Grunau1-1/+1
2025-04-28drm: adp: Remove pointless irq_lock spin lockJanne Grunau1-6/+0
2025-04-28drm: adp: Enable vblank interrupts in crtc's .atomic_enableJanne Grunau1-2/+2
2025-04-28drm: adp: Handle drm_crtc_vblank_get() errorsJanne Grunau1-5/+11
2025-04-28drm: adp: Use spin_lock_irqsave for drm device event_lockJanne Grunau1-2/+3
2025-04-28drm/fdinfo: Protect against driver unbindTvrtko Ursulin1-0/+6
2025-04-28Merge drm/drm-next into drm-xe-nextThomas Hellström5-7/+3
2025-04-28drm/panfrost: reorder pd/clk/rst sequencePhilippe Simons1-19/+19
2025-04-28drm/panfrost: add h616 compatible stringPhilippe Simons1-0/+8
2025-04-28drm/panfrost: Add PM runtime flagPhilippe Simons2-0/+36
2025-04-28drm/i915/psr: Move PSR workaround to intel_psr.cJouni Högander2-13/+10
2025-04-28drm/i915/display: Ensure enough lines between delayed VBlank and VBlankJouni Högander3-0/+42
2025-04-28drm/i915/alpm: Check for alpm support before accessing alpm registerAnimesh Manna1-1/+1
2025-04-28drm/ttm: fix the warning for hit_low and evict_lowSunil Khatri1-1/+2
2025-04-28drm/xe: Drop force_alloc from xe_bo_evict in selftestsMatthew Brost3-3/+3
2025-04-27drm/v3d: client ranges from axi_ids are different with V3D 7.1Jose Maria Casanova Crespo1-1/+22
2025-04-27drm/v3d: fix client obtained from axi_ids on V3D 4.1Jose Maria Casanova Crespo1-13/+24
2025-04-27drm/mediatek: mtk_dpi: Rename output fmts array for MT8195 DP_INTFAngeloGioacchino Del Regno1-3/+3
2025-04-27drm/mediatek: mtk_dpi: Allow additional output formats on MT8195/88AngeloGioacchino Del Regno1-2/+22
2025-04-27drm/mediatek: mtk_dpi: Add support for additional output formatsAngeloGioacchino Del Regno1-2/+31
2025-04-27drm/mediatek: mtk_dpi: Add local helpers for bus format parametersAngeloGioacchino Del Regno1-6/+40
2025-04-27drm/mediatek: mtk_dpi: Use switch in mtk_dpi_config_color_format()AngeloGioacchino Del Regno1-2/+6
2025-04-26Merge tag 'drm-fixes-2025-04-26' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds16-183/+229
2025-04-26drm/xe/eustall: Do not support EU stall on SRIOV VFHarish Chegondi2-1/+5
2025-04-26drm/xe/eustall: Resolve a possible circular locking dependencyHarish Chegondi1-2/+9
2025-04-26Merge tag 'amd-drm-fixes-6.15-2025-04-23' of https://gitlab.freedesktop.org/a...Dave Airlie5-57/+96
2025-04-26Merge tag 'exynos-drm-fixes-for-v6.15-rc4' of git://git.kernel.org/pub/scm/li...Dave Airlie5-9/+5
2025-04-26Merge tag 'drm-misc-fixes-2025-04-22' of https://gitlab.freedesktop.org/drm/m...Dave Airlie6-117/+128
2025-04-26Merge tag 'drm-xe-next-2025-04-17' of https://gitlab.freedesktop.org/drm/xe/k...Dave Airlie79-819/+2084
2025-04-25drm/i915/vga: Consolidate intel_vga_disable() callsVille Syrjälä5-29/+3
2025-04-25drm/i915/vga: Nuke vga_redisable_power_on()Ville Syrjälä3-14/+2
2025-04-25drm/i915/vga: Include the current pipe in the VGA disable debug messageVille Syrjälä1-1/+28
2025-04-25drm/i915/vga: Extract intel_vga_regs.hVille Syrjälä5-30/+39
2025-04-25drm/i915/vga: Add more VGACNTRL bitsVille Syrjälä1-2/+19
2025-04-25drm/i915/vga: Clean up VGACNTRL bitsVille Syrjälä1-3/+4
2025-04-25drm/xe: Abort printing coredump in VM printer output if fullMatthew Brost1-0/+3