summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd
AgeCommit message (Expand)AuthorFilesLines
2025-02-25drm/amd/pm: Update pmfw headers for smu_v13_0_12Asad Kamal2-2/+288
2025-02-25drm/amdgpu: Update amdgpu_job_timedout to check if the ring is guiltyJesse.zhang@amd.com1-4/+20
2025-02-25drm/amd/pm: add support for checking SDMA reset capabilityJesse.zhang@amd.com5-1/+68
2025-02-25drm/amdgpu: Add reset function pointer for SDMA v4.4.2 page ringJesse.zhang@amd.com1-0/+1
2025-02-25drm/amdgpu: Improve SDMA reset logic with guilty queue trackingJesse.zhang@amd.com3-14/+61
2025-02-25drm/amdgpu/sdma: Introduce is_guilty callbacks for sdma GFX and PAGE ringsJesse.zhang@amd.com1-0/+30
2025-02-25drm/amdgpu: Introduce cached_rptr and is_guilty callback in amdgpu_ringJesse.zhang@amd.com2-0/+5
2025-02-25drm/amdgpu: Introduce conditional user queue suspension for SDMA resetsJesse.zhang@amd.com3-8/+54
2025-02-25drm/amdgpu: Remove redundant logic in GC v9.4.3Lijo Lazar1-16/+1
2025-02-25drm/amdgpu: Do not poweroff UVDJ in JPEG4_0_3Sathishkumar S1-6/+0
2025-02-25drm/amdgpu/sdma: Refactor SDMA reset functionality and add callback supportJesse.zhang@amd.com1-4/+28
2025-02-25drm/amdgpu/kfd: Add shared SDMA reset functionality with callback supportJesse.zhang@amd.com3-1/+85
2025-02-25drm/amdgpu: correct the name of mes_pipe structureLikun Gao3-15/+15
2025-02-25drm/amdkfd: Preserve cp_hqd_pq_control on update_mqdDavid Yat Sin4-7/+14
2025-02-25amdgpu/pm/legacy: fix suspend/resume issueschr[]3-14/+45
2025-02-25drm/amdgpu: update the handle ptr in is_idleSunil Khatri78-148/+148
2025-02-25Merge drm/drm-next into drm-misc-nextThomas Zimmermann8-9/+49
2025-02-25Merge tag 'v6.14-rc4' into drm-nextDave Airlie8-9/+49
2025-02-24drm/amdgpu: Pop jobs from the queue more robustlyTvrtko Ursulin1-3/+19
2025-02-21drm/amdgpu: remove all KFD fences from the BO on releaseChristian König3-48/+47
2025-02-21drm/amd/display: Constify 'struct bin_attribute'Thomas Weißschuh1-4/+4
2025-02-21drm/amdgpu: Constify 'struct bin_attribute'Thomas Weißschuh3-17/+16
2025-02-19drm/amdgpu: update the handle ptr in get_clockgating_stateSunil Khatri32-60/+61
2025-02-19drm/amd/display: Add clear DCC and Tiling callback for DCERodrigo Siqueira6-16/+9
2025-02-19drm/amdkfd: Fix error handling for missing PASID in 'kfd_process_device_init_vm'Srinivasan Shanmugam1-0/+1
2025-02-19drm/amdgpu: Remove redundant check of adevXiang Liu1-1/+1
2025-02-19drm/amdgpu: Check aca enabled inside cper init/fini funcXiang Liu2-4/+8
2025-02-19drm/amdgpu: Use firmware supported NPS modesLijo Lazar1-10/+26
2025-02-19drm/amd/pm: Fetch current power limit from PMFWLijo Lazar1-0/+1
2025-02-19drm/amdgpu: Add ring reset callback for JPEG4_0_3Sathishkumar S1-7/+49
2025-02-19drm/amdgpu: Add JPEG4_0_3 core reset control regSathishkumar S1-0/+34
2025-02-19drm/amdgpu: Replace Mutex with Spinlock for RLCG register access to avoid Pri...Srinivasan Shanmugam3-4/+6
2025-02-19drm/amd/display: 3.2.321Taimur Hassan1-1/+1
2025-02-19drm/amd/display: Add support for disconnected eDP streamsHarry VanZyllDeJong1-3/+3
2025-02-19drm/amd/display: dpia should avoid encoder used by dp2Peichen Huang1-14/+2
2025-02-19drm/amd/display: Guard against setting dispclk low when activeNicholas Kazlauskas1-4/+9
2025-02-19drm/amd/display: Fix BT2020 YCbCr limited/full range inputIlya Bakoulin12-17/+29
2025-02-19drm/amd/display: Add log for MALL entry on DCN32xAurabindo Pillai1-0/+2
2025-02-19drm/amd/display: Add total_num_dpps_required field to informative structureOleh Kuzhylnyi2-1/+8
2025-02-19drm/amd/display: Read LTTPR ALPM caps during link cap retrievalGeorge Shen2-1/+17
2025-02-19drm/amd/display: Print seamless boot message in mark_seamless_boot_streamAlex Hung1-1/+3
2025-02-19drm/amd/display: Add clear DCC and Tiling callback for DCNRodrigo Siqueira14-11/+15
2025-02-19drm/amd/display: Rename panic functionRodrigo Siqueira3-5/+5
2025-02-19drm/amd/display: Add DCC/Tiling reset helper for DCN and DCERodrigo Siqueira4-0/+66
2025-02-19Revert "drm/amd/display: Request HW cursor on DCN3.2 with SubVP"Leo Zeng1-1/+0
2025-02-19drm/amd/display: Don't treat wb connector as physical in create_validate_stre...Harry Wentland3-14/+20
2025-02-19drm/amd/display: Exit idle optimizations before accessing PHYOvidiu Bunea1-0/+5
2025-02-18drm/amdgpu: Switch to use hrtimer_setup()Nam Cao1-2/+2
2025-02-18Merge drm/drm-next into drm-misc-nextThomas Zimmermann17-32/+56
2025-02-17drm/amdgpu: Generate bad page threshold cper recordsXiang Liu3-1/+28