summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd
AgeCommit message (Expand)AuthorLines
2025-09-25drm/amdgpu: remove the redeclaration of variable iSunil Khatri-1/+0
2025-09-25drm/amdgpu/userq: assign an error code for invalid userq vaPrike Liang-0/+2
2025-09-25drm/amdgpu: revert "rework reserved VMID handling" v2Christian König-41/+50
2025-09-25drm/amdgpu: remove leftover from enforcing isolation by VMIDChristian König-5/+0
2025-09-25drm/amdgpu: Add fallback to pipe reset if KCQ ring reset failsJesse.Zhang-0/+12
2025-09-25drm/amd: Fix hybrid sleepMario Limonciello (AMD)-1/+1
2025-09-23drm/amd/display: remove output_tf_change flagMelissa Wen-9/+4
2025-09-23drm/amd/display: Init DCN35 clocks from pre-os HW valuesLeo Li-2/+119
2025-09-23drm/amd/display: Use mpc.preblend flag to indicate preblendAlvin Lee-2/+2
2025-09-23drm/amd/display: Only restore backlight after amdgpu_dm_init or dm_resumeMatthew Schwartz-4/+15
2025-09-23drm/amd/pm: Add VCN reset message support for SMU v13.0.12Jesse.Zhang-1/+6
2025-09-23drm/amdgpu: Move VCN reset mask setup to late_init for VCN 5.0.1Jesse.Zhang-5/+20
2025-09-23drm/amdgpu: Add ring reset support for VCN v5.0.1Jesse.Zhang-0/+26
2025-09-23drm/amdgpu: Refactor VCN v5.0.1 HW init into separate instance functionJesse.Zhang-8/+19
2025-09-23drm/amd/display: remove output_tf_change flagMelissa Wen-9/+4
2025-09-23drm/amd/display: Optimize remove_duplicates() from O(N^2) to O(N)Kuan-Wei Chiu-10/+11
2025-09-23drm/amd/display: change dc stream color settings only in atomic commitMelissa Wen-24/+66
2025-09-23drm/amd/ras: Add rascore status definitionYiPeng Chai-0/+37
2025-09-23drm/amdgpu: Use kmalloc_array() instead of kmalloc()Rahul Kumar-8/+8
2025-09-23drm/amd/display: update color on atomic commit timeMelissa Wen-1/+35
2025-09-23drm/amd/display: Promote DC to 3.2.351Taimur Hassan-1/+1
2025-09-23drm/amd/display: [FW Promotion] Release 0.1.28.0Taimur Hassan-1/+1
2025-09-23drm/amd/display: Init DCN35 clocks from pre-os HW valuesLeo Li-2/+119
2025-09-23drm/amd/display: Revert "correct sw cache timing to ensure dispclk ramping"Charlene Liu-21/+9
2025-09-23drm/amd/display: Correct sw cache timing to ensure dispclk rampingCharlene Liu-9/+21
2025-09-23drm/amd/display: Insert dccg log for easy debugCharlene Liu-3/+21
2025-09-23drm/amd/display: Remove wm_optimized_requiredDillon Varone-14/+10
2025-09-23drm/amd/display: Set wm_pending when disable stutter w/a usedDillon Varone-0/+1
2025-09-23drm/amd/display: Refactor SMU tracingDillon Varone-14/+20
2025-09-23drm/amd/display: Isolate dcn401 SMU functionsDillon Varone-14/+140
2025-09-23drm/amd/display: Add fast sync field in ultra sleep more for DMUBAllen Li-1/+6
2025-09-23drm/amd/display: Use mpc.preblend flag to indicate preblendAlvin Lee-2/+2
2025-09-23drm/amd/display: Fix for test crash due to power gatingSridevi Arvindekar-1/+2
2025-09-23drm/amd/display: Enable DTM v3 on dGPUs with DCN 3.1+Ivan Lipski-4/+8
2025-09-23drm/amd/display: Init dispclk from bootup clock for DCN314Lo-an Chen-5/+143
2025-09-23drm/amd/display: Handle interpolation for first data pointMario Limonciello-0/+10
2025-09-23drm/amd/display: Add monitor patch to read psr cap againPaul Hsieh-0/+15
2025-09-23drm/amd/display: Add AVI infoframe copy in copy_stream_update_to_streamKarthi Kandasamy-1/+15
2025-09-23drm/amd/display: Add missing post flip callsDillon Varone-4/+7
2025-09-23drm/amd/display: Disable stutter when programming watermarks on dcn32Dillon Varone-6/+36
2025-09-23drm/amdgpu: Update amdgpu_vcn5_fw_shared for vcn_5_0_1Sonny Jiang-1/+1
2025-09-23drm/amdgpu: Enable MES lr_compute_wa by defaultMario Limonciello-2/+15
2025-09-23drm/amdgpu: use hmm_pfns instead of array of pagesSunil Khatri-49/+25
2025-09-23drm/amd/pm: place the smu 13.0.0 pptable header into the correct folderYang Wang-0/+0
2025-09-23drm/amdgpu: Fix vbios build number parsing logicLijo Lazar-3/+4
2025-09-22Merge tag 'amd-drm-next-6.18-2025-09-19' of https://gitlab.freedesktop.org/ag...Dave Airlie-5186/+2079
2025-09-18drm/amd/display: Only restore backlight after amdgpu_dm_init or dm_resumeMatthew Schwartz-4/+15
2025-09-18drm/amdgpu/atom: Check kcalloc() for WS buffer in amdgpu_atom_execute_table_l...Guangshuo Li-0/+4
2025-09-18drm/amdgpu: revert to old status lock handling v3Christian König-102/+93
2025-09-18drm/amdgpu: suspend KFD and KGD user queues for S0ixAlex Deucher-14/+10