summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd
AgeCommit message (Expand)AuthorFilesLines
2024-09-07drm/amdgpu: revert "use CPU for page table update if SDMA is unavailable"Christian König1-6/+0
2024-09-07drm/amdgpu/mes11: Indent an if statmentDan Carpenter1-1/+1
2024-09-07drm/amdkfd: Document and define SVM events message macroPhilip Yang1-23/+22
2024-09-07drm/amdkfd: Select reset method for poison handlingHawking Zhang1-8/+32
2024-09-07drm/amdkfd: fix missed queue reset on queue destroyJonathan Kim1-2/+3
2024-09-07drm/amdgpu: Surface svm_default_granularity, a RW module parameterRamesh Errabolu4-7/+39
2024-09-07drm/amdgpu: fix queue reset issue by mmioJesse Zhang1-0/+1
2024-09-07drm/amd/display: Add kdoc entry for 'program_isharp_1dlut' in 'dpp401_dscl_pr...Srinivasan Shanmugam1-0/+1
2024-09-07drm/amdgpu: Replace 'amdgpu_job_submit_direct' with 'drm_sched_entity' in cle...Srinivasan Shanmugam1-16/+19
2024-09-07drm/amdgpu/: Add missing kdoc entry in amdgpu_vm_handle_fault functionSrinivasan Shanmugam1-0/+1
2024-09-07drm/amd/display: fix dccg root clock optimization related hangQili Lu4-5/+15
2024-09-07drm/amd/display: Refactor dccg35_get_other_enabled_symclk_feNicholas Susanto1-40/+25
2024-09-07drm/amdgpu: Normalize reg offsets on JPEG v4.0.3Lijo Lazar1-21/+15
2024-09-07drm/amd/display: Avoid race between dcn35_set_drr() and dc_state_destruct()Tobias Jakobi1-8/+12
2024-09-07drm/amd/display: Avoid race between dcn10_set_drr() and dc_state_destruct()Tobias Jakobi1-8/+12
2024-09-07drm/amdgpu: use clamp() in amdgpu_vm_adjust_size()Li Zetao1-1/+1
2024-09-07drm/amd: use clamp() in amdgpu_pll_get_fb_ref_div()Li Zetao1-1/+1
2024-09-07drm/amdgpu: enable gfxoff quirk on HP 705G4Peng Liu1-0/+2
2024-09-07drm/amdgpu: add raven1 gfxoff quirkPeng Liu1-0/+2
2024-09-07drm/amd/display: Fix spelling mistake "recompte" -> "recompute"Colin Ian King1-1/+1
2024-09-07drm/amdkfd: Add cache line size infoDavid Belanger1-1/+7
2024-09-07drm/amd/display: Add missing kdoc entry for 'bs_coeffs_updated' in dpp401_dsc...Srinivasan Shanmugam1-0/+1
2024-09-07drm/amdgpu: fix invalid fence handling in amdgpu_vm_tlb_flushLang Yu1-2/+4
2024-09-07drm/amdgpu: re-work VM syncingChristian König5-55/+65
2024-09-05Revert "drm/amdgpu: align pp_power_profile_mode with kernel docs"Alex Deucher1-2/+4
2024-09-02drm/amdgpu/gfx10: use rlc safe mode for soft recoveryAlex Deucher1-0/+2
2024-09-02drm/amdgpu/gfx11: use rlc safe mode for soft recoveryAlex Deucher1-0/+2
2024-09-02drm/amdgpu/gfx12: use rlc safe mode for soft recoveryAlex Deucher1-0/+2
2024-09-02drm/amdgpu/gfx12: use proper rlc safe mode helpersAlex Deucher1-2/+2
2024-09-02drm/amdgpu/gfx11: use proper rlc safe mode helpersAlex Deucher1-4/+4
2024-09-02drm/amdgpu/gfx10: use proper rlc safe mode helpersAlex Deucher1-2/+2
2024-09-02drm/amdgpu/gfx12: per queue reset only on bare metalAlex Deucher1-0/+6
2024-09-02drm/amdgpu/gfx11: per queue reset only on bare metalAlex Deucher1-0/+6
2024-09-02drm/amdgpu/gfx10: per queue reset only on bare metalAlex Deucher1-0/+6
2024-09-02drm/amdgpu/mes11: implement mmio queue reset for gfx11Jiadong Zhu1-0/+80
2024-09-02drm/amdgpu/mes: implement amdgpu_mes_reset_hw_queue_mmioJiadong Zhu1-0/+20
2024-09-02drm/amdgpu/mes: modify mes api for mmio queue resetJiadong Zhu4-4/+17
2024-09-02drm/amdgpu/gfx12: fallback to driver reset compute queue directlyAlex Deucher1-14/+79
2024-09-02drm/amdgpu/gfx12: add ring reset callbacksAlex Deucher1-0/+18
2024-09-02drm/amdgpu/gfx10: rework reset sequenceAlex Deucher1-7/+19
2024-09-02drm/amdgpu/gfx10: wait for reset done before remapJiadong Zhu1-11/+30
2024-09-02drm/amdgpu/gfx10: remap queue after reset successfullyJiadong Zhu1-11/+35
2024-09-02drm/amdgpu/gfx10: add ring reset callbacksAlex Deucher1-0/+91
2024-09-02drm/amdgpu/gfx11: wait for reset done before remapJiadong Zhu1-1/+14
2024-09-02drm/amdgpu/gfx11: rename gfx_v11_0_gfx_init_queue()Alex Deucher1-3/+3
2024-09-02drm/amdgpu/gfx11: fallback to driver reset compute queue directly (v2)Prike Liang1-13/+71
2024-09-02drm/amd/display: 3.2.299Aric Cyr2-2/+2
2024-09-02drm/amd/display: Fix flickering caused by dccgHansen Dsouza3-73/+72
2024-09-02drm/amd/display: Block timing sync for different signals in PMODillon Varone1-1/+2
2024-09-02drm/amd/display: fix graphics hang in multi-display mst caseGabe Teeger4-49/+34