summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2026-06-17drm/amd/display: Move HPD and IRQ handler code to amdgpu_dm_irqAlex Hung4-1500/+1538
2026-06-17drm/amd/display: Extract DMUB code to amdgpu_dm_dmubAlex Hung4-920/+1002
2026-06-17drm/amd/display: Extract audio code to amdgpu_dm_audioAlex Hung4-267/+350
2026-06-17drm/amd/display: Extract backlight code to amdgpu_dm_backlightAlex Hung6-619/+710
2026-06-17drm/amd/display: Introduce dc_plane_cm and migrate surface update color pathRafal Ostrowski18-429/+587
2026-06-17drm/amd/display: Remove unused project_id from DML2 core instanceWenjing Liu3-5/+0
2026-06-17drm/amd/display: Remove get_utm_qos_model from soc_and_ip_translatorWenjing Liu1-14/+0
2026-06-17drm/amd/display: Add utm_qos_model pointer to clk_bw_paramsWenjing Liu1-0/+2
2026-06-17drm/amd/display: Add a new interface to set idle opts in clock managerNicholas Kazlauskas1-0/+2
2026-06-17drm/amd/display: Increase dcn42b uclk valueGabe Teeger1-1/+1
2026-06-17drm/amdgpu/ras: Add address sanity check for unirasCe Sun7-7/+68
2026-06-17drm/amdgpu: correct reservation fence slots for userq per-vm BOs evictionPrike Liang1-1/+2
2026-06-17drm/amdkfd: add sdma queue counter for gfxv9.4.3Eric Huang6-8/+107
2026-06-17drm/amdkfd: Add gfx11 queue/pipe reset support to topologyAmber Lin2-0/+4
2026-06-17drm/amdkfd: Fix reset event signalAmber Lin1-1/+5
2026-06-17drm/amdgpu: Don't use UTS_RELEASE directlyUwe Kleine-König (The Capable Hub)1-2/+2
2026-06-17drm/amdgpu/gfx: fix cleaner shader IB buffer overflowAsad Kamal1-5/+5
2026-06-17drm/amdgpu/ras: Add flag to make VBIOS read optionalCe Sun1-1/+1
2026-06-17drm/amdgpu: allocate lockdep mutex on the heap to fix stack overflowPrike Liang1-50/+53
2026-06-17drm/amdgpu/ras: added RAS EEPROM device support checkCe Sun1-1/+17
2026-06-17drm/amdgpu/ras: Parse all deferred errors with UMC aca handleCe Sun1-7/+6
2026-06-17drm/amd/display: Promote DC to 3.2.385Taimur Hassan1-1/+1
2026-06-17drm/amd/display: fix compressed buffer config routine waiting timeAntonio Quartulli1-4/+4
2026-06-17drm/amd/display: Use handle_hpd_irq_helper for HPD RXTimur Kristóf1-40/+1
2026-06-17drm/amdkfd: Fix SMI event PID reporting for containersAndrew Martin5-56/+77
2026-06-17drm/amd/display: Add detect reason to handle_hpd_irq_helperTimur Kristóf1-7/+11
2026-06-17drm/amdgpu/gfx: defer per-queue helper_end until after MES resumeJesse Zhang2-8/+65
2026-06-17drm/amd/display: Add KUnit tests for amdgpu_dm_pp_smuAlex Hung4-2/+265
2026-06-17drm/amd/display: Remove duplicate pp_rn_set_wm_rangesAlex Hung1-12/+1
2026-06-17drm/amd/display: Restore periodic detection for DCN35Ivan Lipski3-4/+2
2026-06-17drm/amd/display: Extract HDCP testable helpers for KUnitAlex Hung3-54/+370
2026-06-17drm/amd/display: Extract DPRX CRC transition helpers for KUnit testingAlex Hung3-17/+203
2026-06-17drm/amd/display: Fix incorrect logic in CRC source handlingAlex Hung1-5/+5
2026-06-17drm/amd/display: Add KUnit tests for amdgpu_dm_mst_typesAlex Hung4-0/+133
2026-06-17drm/amd/display: Remove dead code in dm_dp_mst_get_modesAlex Hung1-14/+9
2026-06-17drm/amd/display: Enable warnings as errors for KUnit testsAlex Hung1-0/+3
2026-06-17drm/amd/display: remove redundant code in amdgpu_dm_replayAlex Hung1-5/+2
2026-06-17drm/amd/display: fix max dispclk_khz/dppclk_khz double 1000Charlene Liu1-4/+4
2026-06-17drm/amd/display: Add KUnit tests for writeback connectorAlex Hung4-2/+355
2026-06-17drm/amd/display: Fix writeback format loop and variable initAlex Hung1-3/+5
2026-06-17drm/amd/display: Temp disable repeater FGCG as workaroundOvidiu Bunea5-2/+21
2026-06-17drm/amd/display: Deprecate DMUB register offload functionalityAustin Zheng20-330/+0
2026-06-17drm/amd/display: TEST_HARNESS FSN could be 0ChunTao Tso1-5/+4
2026-06-17drm/amd/display: Skip PHY SSC reduction on some 8K panelsRoman Li1-3/+10
2026-06-17drm/amdkfd: Extend MQDs in HBM to gfx944Kent Russell1-0/+1
2026-06-17drm/amdkfd: Extend MQDs in HBM to gfx942Kent Russell1-0/+1
2026-06-17drm/amdgpu: remove spurious line in amdgpu_ring_find_guilty_fence()Alex Deucher1-1/+0
2026-06-17drm/amdgpu: skip already suspended IP blocks in ip_suspend_phase2Yunxiang Li1-1/+1
2026-06-17drm/amdkfd: Move mqd_on_vram out of v9 mqd managerKent Russell3-14/+16
2026-06-17drm/amdkfd: Properly acquire queue buffers in CRIU restoreDavid Francis1-2/+10