summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2026-06-04drm/xe/display: rename xe_display_pm_shutdown*() to xe_display_shutdown*()Jani Nikula3-8/+10
2026-06-04drm/i915/display: add "pm" to intel_display_driver_{suspend, resume}() namesJani Nikula4-13/+14
2026-06-04drm/draw: Remove unused helper drm_draw_get_char_bitmap()Thomas Zimmermann1-7/+0
2026-06-04drm/panic: Look up glyph shape with font helperThomas Zimmermann1-2/+4
2026-06-04drm/client: log: Look up glyph shape with font helperThomas Zimmermann1-4/+6
2026-06-04Merge tag 'amd-drm-next-7.2-2026-06-03' of https://gitlab.freedesktop.org/agd...Dave Airlie350-813/+101781
2026-06-03drm/xe/multi_queue: skip submit when primary queue is suspendedNiranjana Vishwanathapura1-1/+4
2026-06-03drm/xe/pxp: PXP no longer requires HuC from media 35 onwardsDaniele Ceraolo Spurio1-10/+25
2026-06-03drm/xe: explicit TLB flush for context based tlb invalidationTangudu Tilak Tirumalesh1-0/+6
2026-06-03drm/xe: Clear pending_disable before signaling suspend fenceTangudu Tilak Tirumalesh1-1/+1
2026-06-03Revert "drm/xe: Skip exec queue schedule toggle if queue is idle during suspend"Tangudu Tilak Tirumalesh3-77/+5
2026-06-04Merge tag 'drm-msm-next-2026-05-30' of https://gitlab.freedesktop.org/drm/msm...Dave Airlie60-2944/+6982
2026-06-03gpu: nova-core: move lifetime to `Bar0`Gary Guo35-145/+152
2026-06-03drm/amd/pm: smu_v14_0_0: use SoftMin for gfxclk in set_soft_freq_limited_rangePriya Hosur1-1/+2
2026-06-03drm/amdgpu: Fix incorrect VRAM GART mappings on non-4K page size systemsDonet Tom1-4/+8
2026-06-03drm/amdgpu/userq: move wptr_obj cleanup in mqd_destroySunil Khatri2-4/+5
2026-06-03drm/amdgpu: improve the userq seq BO free bit lookupPrike Liang1-5/+6
2026-06-03drm/amdgpu/userq: remove the vital queue unmap loggingSunil Khatri3-10/+5
2026-06-03drm/amdkfd: Fix buffer overflow in SDMA queue checkpoint/restore on GFX11Andrew Martin1-8/+41
2026-06-03drm/amdkfd: fix NULL dereference in get_queue_ids()Muhammad Bilal1-1/+1
2026-06-03drm/amdgpu: set noretry=1 as default for GFX 10.1.x (Navi10/12/14)Vitaly Prosyak1-1/+1
2026-06-03drm/amdgpu/gfxhub: Program CRASH_ON_*_FAULT bits to 0 as neededTimur Kristóf9-56/+38
2026-06-03drm/amdgpu: fix waiting for all submissions for userptrsChristian König1-2/+4
2026-06-03drm/amdgpu: drm/amdgpu: Set correct DMA mask for gfx12.1Harish Kasiviswanathan1-4/+8
2026-06-03drm/amdgpu: Use asic specific pte_addr_maskHarish Kasiviswanathan9-1/+12
2026-06-03drm/amd/pm: zero unused SMU argument registersYang Wang1-2/+6
2026-06-03drm/amd/pm: mark metrics.energy_accumulator is invalid for smu 14.0.2Yang Wang1-1/+0
2026-06-03drm/amd/pm: fix smu13 power limit default/cap calculationYang Wang2-29/+35
2026-06-03drm/amd/pm: apply SMU 13.0.10 workaround during MP1 unloadYang Wang1-1/+9
2026-06-03drm/amdgpu: Align amdgpu_gtt_mgr entries to TLB size on all SITimur Kristóf1-1/+1
2026-06-03drm/amdgpu: unmap userq for evicting user queuePrike Liang1-2/+2
2026-06-03drm/amdgpu/sdma7.1: fix support for disable_kqAlex Deucher1-0/+1
2026-06-03drm/amdkfd: fix UAF race in destroy_queue_cpschAlysa Liu1-1/+7
2026-06-03drm/amd/display: Bound VBIOS record-chain walk loopsHarry Wentland3-14/+33
2026-06-03drm/amd/display: Clamp HDMI HDCP2 rx_id_list read to buffer sizeHarry Wentland1-1/+2
2026-06-03drm/amd/display: Reject gpio_bitshift >= 32 in bios_parser_get_gpio_pin_info()Harry Wentland1-2/+4
2026-06-03drm/amd/display: Use krealloc_array() in dal_vector_reserve()Harry Wentland1-2/+2
2026-06-03drm/amd/display: Fix NULL deref and buffer over-read in SDP debugfsHarry Wentland1-0/+5
2026-06-03drm/amd/display: Clamp VBIOS HDMI retimer register count to array sizeHarry Wentland1-16/+32
2026-06-03drm/amd/display: Fix out-of-bounds read in dp_get_eq_aux_rd_interval()Harry Wentland1-1/+1
2026-06-03drm/amd/display: add missing CSC entries for BT.2020 for DCE IPsLeorize2-2/+18
2026-06-03drm/amd/pm: smu_v14_0_0: use SoftMin for gfxclk in set_soft_freq_limited_rangePriya Hosur1-1/+2
2026-06-03drm/amdgpu: Fix incorrect VRAM GART mappings on non-4K page size systemsDonet Tom1-4/+8
2026-06-03amd/amdkfd: Fix profiler lock init orderTvrtko Ursulin1-3/+3
2026-06-03drm/amdgpu/ras: add ras_suspend callback and use it for cp_ecc_error_irqYunxiang Li5-11/+53
2026-06-03drm/amdgpu: set sub_block_index for mca ras sub-blocksYunxiang Li1-0/+3
2026-06-03drm/amdgpu/userq: move wptr_obj cleanup in mqd_destroySunil Khatri2-4/+5
2026-06-03drm/amd/ras: chunk UNIRAS CPER debugfs readsXiang Liu1-16/+33
2026-06-03drm/amdgpu: improve the userq seq BO free bit lookupPrike Liang1-5/+6
2026-06-03drm/amdgpu: Adjust _PR3 detectionMario Limonciello1-1/+1