summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd
AgeCommit message (Expand)AuthorLines
2024-09-10drm/amd/pm: update the features set on smu v14.0.2/3Kenneth Feng-1/+19
2024-09-10drm/amdkfd: Fix resource leak in criu restore queueJesse Zhang-0/+1
2024-09-10drm/amd/display: Do not reset planes based on crtc zpos_changedLeo Li-1/+1
2024-09-06drm/amdgpu: drop redundant W=1 warnings from MakefileJani Nikula-17/+1
2024-09-06drm/amdgpu: revert "use CPU for page table update if SDMA is unavailable"Christian König-6/+0
2024-09-06drm/amdgpu/mes11: Indent an if statmentDan Carpenter-1/+1
2024-09-06drm/amdkfd: Document and define SVM events message macroPhilip Yang-23/+22
2024-09-06drm/amdkfd: Select reset method for poison handlingHawking Zhang-8/+32
2024-09-06drm/amdkfd: fix missed queue reset on queue destroyJonathan Kim-2/+3
2024-09-06drm/amdgpu: Surface svm_default_granularity, a RW module parameterRamesh Errabolu-7/+39
2024-09-06drm/amdgpu: fix queue reset issue by mmioJesse Zhang-0/+1
2024-09-06drm/amd/display: Add kdoc entry for 'program_isharp_1dlut' in 'dpp401_dscl_pr...Srinivasan Shanmugam-0/+1
2024-09-06drm/amdgpu: Replace 'amdgpu_job_submit_direct' with 'drm_sched_entity' in cle...Srinivasan Shanmugam-16/+19
2024-09-06drm/amdgpu/: Add missing kdoc entry in amdgpu_vm_handle_fault functionSrinivasan Shanmugam-0/+1
2024-09-06drm/amd/display: fix dccg root clock optimization related hangQili Lu-5/+15
2024-09-06drm/amd/display: Refactor dccg35_get_other_enabled_symclk_feNicholas Susanto-40/+25
2024-09-06drm/amdgpu: Normalize reg offsets on JPEG v4.0.3Lijo Lazar-21/+15
2024-09-06drm/amd/display: Avoid race between dcn35_set_drr() and dc_state_destruct()Tobias Jakobi-8/+12
2024-09-06drm/amd/display: Avoid race between dcn10_set_drr() and dc_state_destruct()Tobias Jakobi-8/+12
2024-09-06drm/amdgpu: use clamp() in amdgpu_vm_adjust_size()Li Zetao-1/+1
2024-09-06drm/amd: use clamp() in amdgpu_pll_get_fb_ref_div()Li Zetao-1/+1
2024-09-06drm/amdgpu: enable gfxoff quirk on HP 705G4Peng Liu-0/+2
2024-09-06drm/amdgpu: add raven1 gfxoff quirkPeng Liu-0/+2
2024-09-06drm/amd/display: Fix spelling mistake "recompte" -> "recompute"Colin Ian King-1/+1
2024-09-06drm/amdkfd: Add cache line size infoDavid Belanger-1/+7
2024-09-06drm/amd/display: Add missing kdoc entry for 'bs_coeffs_updated' in dpp401_dsc...Srinivasan Shanmugam-0/+1
2024-09-06drm/amdgpu: fix invalid fence handling in amdgpu_vm_tlb_flushLang Yu-2/+4
2024-09-06drm/amdgpu: re-work VM syncingChristian König-55/+65
2024-09-06drm/sched: add optional errno to drm_sched_start()Christian König-4/+4
2024-09-05Revert "drm/amdgpu: align pp_power_profile_mode with kernel docs"Alex Deucher-2/+4
2024-09-05Revert "drm/amdgpu: align pp_power_profile_mode with kernel docs"Alex Deucher-2/+4
2024-09-03drm/display: split DSC helpers from DP helpersDmitry Baryshkov-0/+1
2024-09-02drm/amd/display: Block timing sync for different signals in PMODillon Varone-1/+2
2024-09-02drm/amd/display: Lock DC and exit IPS when changing backlightLeo Li-1/+12
2024-09-02drm/amdgpu: always allocate cleared VRAM for GEM allocationsAlex Deucher-0/+3
2024-09-02drm/amdgpu/mes: add mes mapping legacy queue switchJack Xiao-20/+43
2024-09-02drm/amd/display: Determine IPS mode by ASIC and PMFW versionsLeo Li-1/+25
2024-09-02drm/amdgpu/gfx10: use rlc safe mode for soft recoveryAlex Deucher-0/+2
2024-09-02drm/amdgpu/gfx11: use rlc safe mode for soft recoveryAlex Deucher-0/+2
2024-09-02drm/amdgpu/gfx12: use rlc safe mode for soft recoveryAlex Deucher-0/+2
2024-09-02drm/amdgpu/gfx12: use proper rlc safe mode helpersAlex Deucher-2/+2
2024-09-02drm/amdgpu/gfx11: use proper rlc safe mode helpersAlex Deucher-4/+4
2024-09-02drm/amdgpu/gfx10: use proper rlc safe mode helpersAlex Deucher-2/+2
2024-09-02drm/amdgpu/gfx12: per queue reset only on bare metalAlex Deucher-0/+6
2024-09-02drm/amdgpu/gfx11: per queue reset only on bare metalAlex Deucher-0/+6
2024-09-02drm/amdgpu/gfx10: per queue reset only on bare metalAlex Deucher-0/+6
2024-09-02drm/amdgpu/mes11: implement mmio queue reset for gfx11Jiadong Zhu-0/+80
2024-09-02drm/amdgpu/mes: implement amdgpu_mes_reset_hw_queue_mmioJiadong Zhu-0/+20
2024-09-02drm/amdgpu/mes: modify mes api for mmio queue resetJiadong Zhu-4/+17
2024-09-02drm/amdgpu/gfx12: fallback to driver reset compute queue directlyAlex Deucher-14/+79