summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm
AgeCommit message (Expand)AuthorLines
2025-04-28drm: adp: Remove pointless irq_lock spin lockJanne Grunau-6/+0
2025-04-28drm: adp: Enable vblank interrupts in crtc's .atomic_enableJanne Grunau-2/+2
2025-04-28drm: adp: Handle drm_crtc_vblank_get() errorsJanne Grunau-5/+11
2025-04-28drm: adp: Use spin_lock_irqsave for drm device event_lockJanne Grunau-2/+3
2025-04-28drm/fdinfo: Protect against driver unbindTvrtko Ursulin-0/+6
2025-04-28Merge drm/drm-next into drm-xe-nextThomas Hellström-7/+3
2025-04-28drm/panfrost: reorder pd/clk/rst sequencePhilippe Simons-19/+19
2025-04-28drm/panfrost: add h616 compatible stringPhilippe Simons-0/+8
2025-04-28drm/panfrost: Add PM runtime flagPhilippe Simons-0/+36
2025-04-28drm/i915/psr: Move PSR workaround to intel_psr.cJouni Högander-13/+10
2025-04-28drm/i915/display: Ensure enough lines between delayed VBlank and VBlankJouni Högander-0/+42
2025-04-28drm/i915/alpm: Check for alpm support before accessing alpm registerAnimesh Manna-1/+1
2025-04-28drm/ttm: fix the warning for hit_low and evict_lowSunil Khatri-1/+2
2025-04-27drm/xe: Drop force_alloc from xe_bo_evict in selftestsMatthew Brost-3/+3
2025-04-27drm/v3d: client ranges from axi_ids are different with V3D 7.1Jose Maria Casanova Crespo-1/+22
2025-04-27drm/v3d: fix client obtained from axi_ids on V3D 4.1Jose Maria Casanova Crespo-13/+24
2025-04-27drm/mediatek: mtk_dpi: Rename output fmts array for MT8195 DP_INTFAngeloGioacchino Del Regno-3/+3
2025-04-27drm/mediatek: mtk_dpi: Allow additional output formats on MT8195/88AngeloGioacchino Del Regno-2/+22
2025-04-27drm/mediatek: mtk_dpi: Add support for additional output formatsAngeloGioacchino Del Regno-2/+31
2025-04-27drm/mediatek: mtk_dpi: Add local helpers for bus format parametersAngeloGioacchino Del Regno-6/+40
2025-04-27drm/mediatek: mtk_dpi: Use switch in mtk_dpi_config_color_format()AngeloGioacchino Del Regno-2/+6
2025-04-26Merge tag 'drm-fixes-2025-04-26' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds-183/+229
2025-04-25drm/xe/eustall: Do not support EU stall on SRIOV VFHarish Chegondi-1/+5
2025-04-25drm/xe/eustall: Resolve a possible circular locking dependencyHarish Chegondi-2/+9
2025-04-26Merge tag 'amd-drm-fixes-6.15-2025-04-23' of https://gitlab.freedesktop.org/a...Dave Airlie-57/+96
2025-04-26Merge tag 'exynos-drm-fixes-for-v6.15-rc4' of git://git.kernel.org/pub/scm/li...Dave Airlie-9/+5
2025-04-26Merge tag 'drm-misc-fixes-2025-04-22' of https://gitlab.freedesktop.org/drm/m...Dave Airlie-117/+128
2025-04-26Merge tag 'drm-xe-next-2025-04-17' of https://gitlab.freedesktop.org/drm/xe/k...Dave Airlie-819/+2084
2025-04-25drm/i915/vga: Consolidate intel_vga_disable() callsVille Syrjälä-29/+3
2025-04-25drm/i915/vga: Nuke vga_redisable_power_on()Ville Syrjälä-14/+2
2025-04-25drm/i915/vga: Include the current pipe in the VGA disable debug messageVille Syrjälä-1/+28
2025-04-25drm/i915/vga: Extract intel_vga_regs.hVille Syrjälä-30/+39
2025-04-25drm/i915/vga: Add more VGACNTRL bitsVille Syrjälä-2/+19
2025-04-25drm/i915/vga: Clean up VGACNTRL bitsVille Syrjälä-3/+4
2025-04-24drm/xe: Abort printing coredump in VM printer output if fullMatthew Brost-0/+3
2025-04-24drm/xe: Update xe_ttm_access_memory to use GPU for non-visible accessMatthew Brost-19/+218
2025-04-24drm/xe: Add devcoredump chunkingMatthew Brost-12/+49
2025-04-24scripts/kernel-doc.py: don't create *.pyc filesMauro Carvalho Chehab-2/+2
2025-04-24drm: drv: implement __drm_dev_alloc()Danilo Krummrich-16/+42
2025-04-24Merge drm/drm-next into drm-xe-nextThomas Hellström-13622/+21621
2025-04-24drm/imagination: Add reset controller support for GPU initializationMichal Wilczynski-1/+51
2025-04-24drm/imagination: avoid unused-const-variable warningArnd Bergmann-6/+4
2025-04-24drm/i915/display: Disintegrate sink alpm enable from psr with lobfAnimesh Manna-24/+24
2025-04-24drm/i915/alpm: Add intel_psr_need_alpm() to simplify alpm checkAnimesh Manna-2/+10
2025-04-24drm/i915/lobf: Check for sink error and disable LOBFAnimesh Manna-16/+37
2025-04-24drm/i915/lobf: Add mutex for alpm updateAnimesh Manna-3/+13
2025-04-24drm/i915/lobf: Add debug interface for lobfAnimesh Manna-0/+35
2025-04-24drm/i915/lobf: Update lobf if any change in dependent parametersAnimesh Manna-1/+43
2025-04-24drm/i915/lobf: Add fixed refresh rate check in compute_config()Animesh Manna-0/+4
2025-04-24drm/i915/lobf: Disintegrate alpm_disable from psr_disableAnimesh Manna-11/+22