summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/gfx_v12_0.c
AgeCommit message (Expand)AuthorFilesLines
2025-04-10drm/amdgpu/gfx12: fix num_mecAlex Deucher1-1/+1
2025-03-29drm/amdgpu/gfx12: correct cleanup of 'me' field with gfx_v12_0_me_fini()Wentao Liang1-1/+1
2025-02-17drm/amd/amdgpu: change the config of cgcg on gfx12Kenneth Feng1-11/+0
2024-12-18drm/amdgpu/gfx12: fix IP version checkAlex Deucher1-1/+1
2024-11-08drm/amdgpu: Add sysfs interface for gc reset maskJesse.zhang@amd.com1-0/+6
2024-11-04drm/amdgpu: Group gfx sysfs functionsLijo Lazar1-2/+2
2024-10-15drm/amdgpu/gfx12: Apply Isolation Enforcement to GFX & Compute ringsSrinivasan Shanmugam1-0/+4
2024-10-15drm/amdgpu: optimize fn gfx_v12_ring_insert_nopSunil Khatri1-4/+1
2024-10-08drm/amdgpu: fix typosAndrew Kreimer1-1/+1
2024-10-07drm/amdgpu/gfx12: Implement cleaner shader support for GFX12 hardwareSrinivasan Shanmugam1-2/+25
2024-10-07drm/amdgpu: update the handle ptr in hw_finiSunil Khatri1-5/+3
2024-10-07drm/amdgpu: update the handle ptr in hw_initSunil Khatri1-3/+3
2024-10-07drm/amdgpu: update the handle ptr in resumeSunil Khatri1-2/+2
2024-10-07drm/amdgpu: update the handle ptr in suspendSunil Khatri1-2/+4
2024-10-07drm/amdgpu: update the handle ptr in wait_for_idleSunil Khatri1-2/+2
2024-10-02drm/amdgpu: update the handle ptr in sw_finiSunil Khatri1-2/+2
2024-10-02drm/amdgpu: update the handle ptr in sw_initSunil Khatri1-2/+2
2024-10-02drm/amdgpu: update the handle ptr in late_initSunil Khatri1-2/+2
2024-10-02drm/amdgpu: update the handle ptr in early_initSunil Khatri1-2/+2
2024-10-02drm/amdgpu: update the handle ptr in print_ip_stateSunil Khatri1-2/+2
2024-10-02drm/amdgpu: update the handle ptr in dump_ip_stateSunil Khatri1-2/+2
2024-09-18drm/amdgpu: update golden regs for gfx12Frank Min1-3/+11
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/gfx12: per queue reset only on bare metalAlex Deucher1-0/+6
2024-09-02drm/amdgpu/mes: modify mes api for mmio queue resetJiadong Zhu1-1/+1
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-08-29drm/amdgpu/gfx12: return early in preempt_ib()Alex Deucher1-0/+3
2024-08-23drm/amdgpu/gfx12: set UNORD_DISPATCH in compute MQDsAlex Deucher1-1/+1
2024-08-13drm/amdgpu/mes12: fix suspend issueJack Xiao1-26/+1
2024-08-13drm/amdgpu: fix ptr check warning in gfx12 ip_dumpSunil Khatri1-3/+3
2024-08-06drm/amdgpu: add golden setting for gc v12Likun Gao1-0/+27
2024-08-06drm/amdgpu: optimize the padding for gfx12Sunil Khatri1-2/+20
2024-07-24drm/amdgpu/gfx12: Enable bad opcode interruptJesse Zhang1-0/+74
2024-07-24drm/amdgpu/gfx12: properly handle error ints on all pipesAlex Deucher1-24/+106
2024-07-24drm/amdgpu/gfx12: enable wave kill for compute queuesAlex Deucher1-0/+1
2024-07-10drm/amdgpu: select compute ME engines dynamicallySunil Khatri1-1/+1
2024-07-08drm/amdgpu: add gfx queue support for gfx12 ipdumpSunil Khatri1-0/+94
2024-07-08drm/amdgpu: add cp queue registers for gfx12 ipdumpSunil Khatri1-2/+109
2024-07-08drm/amdgpu: add print support for gfx12 ipdumpSunil Khatri1-0/+16
2024-07-08drm/amdgpu: add gfx12 register support in ipdumpSunil Khatri1-0/+101
2024-07-08drm/amd/pm: avoid to load smu firmware for APUsTim Huang1-5/+3
2024-07-01drm/amdgpu/gfx12: remove GDS leftoversMarek Olšák1-16/+0
2024-07-01drm/amdgpu/gfx12: remove superfluous cache flagsMarek Olšák1-6/+0
2024-06-28drm/amdgpu: refine gfx12 firmware loadingYang Wang1-12/+10
2024-06-14drm/amdgpu: call flush_gpu_tlb directly in gfxhub enableYunxiang Li1-1/+3
2024-05-18drm/amdgpu: enable gfxoff for gc v12.0.0Likun Gao1-0/+1
2024-05-18drm/amdgpu: enable gfx cgcg&cgls for gfx v12_0_0Likun Gao1-0/+1
2024-05-13drm/amdgpu: fix mqd corruption for gfx12Frank Min1-13/+8