summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c
AgeCommit message (Expand)AuthorFilesLines
2025-04-10Remove unnecessary firmware version check for gc v9_4_2Candice Li1-0/+1
2025-02-27drm/amdgpu/gfx9: manually control gfxoff for CS on RVAlex Deucher1-2/+30
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-28drm/amdgpu: clean up the suspend_completePrike Liang1-2/+2
2024-10-23drm/amdgpu/gfx9: Add cleaner shader for GFX9.4.2Srinivasan Shanmugam1-0/+12
2024-10-23Revert "drm/amdgpu/gfx9: put queue resets behind a debug option"Alex Deucher1-4/+0
2024-10-15drm/amdgpu: optimize fn gfx_v9_ring_insert_nopSunil Khatri1-4/+1
2024-10-08drm/amdgpu: fix typosAndrew Kreimer1-1/+1
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-3/+3
2024-10-02drm/amdgpu: update the handle ptr in soft_resetSunil Khatri1-2/+2
2024-10-02drm/amdgpu/gfx9: Add Cleaner Shader Deinitialization in gfx_v9_0 ModuleSrinivasan Shanmugam1-0/+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-5/+5
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-27drm/amdgpu/gfx9: Explicitly halt CP before initAlex Deucher1-0/+4
2024-09-27drm/amdgpu/gfx9: set additional bits on CP haltAlex Deucher1-1/+18
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-08-29drm/amdgpu/gfx9: put queue resets behind a debug optionAlex Deucher1-0/+4
2024-08-21drm/amdgpu/gfx9: Apply Isolation Enforcement to GFX & Compute ringsSrinivasan Shanmugam1-0/+6
2024-08-21drm/amdgpu/gfx9: Implement cleaner shader support for GFX9 hardwareSrinivasan Shanmugam1-5/+40
2024-08-16drm/amdgpu/gfx9: use rlc safe mode for soft recoveryAlex Deucher1-0/+2
2024-08-16drm/amdgpu/gfx9: use proper rlc safe mode helpersAlex Deucher1-4/+4
2024-08-16drm/amdgpu/gfx9: add ring reset callback for gfxAlex Deucher1-0/+46
2024-08-16drm/amdgpu/gfx9: per queue reset only on bare metalAlex Deucher1-0/+3
2024-08-16drm/amdgpu/gfx9: implement reset_hw_queue for gfx9Jiadong Zhu1-0/+37
2024-08-16drm/amdgpu/gfx9: wait for reset done before remapJiadong Zhu1-5/+31
2024-08-16drm/amdgpu/gfx9: remap queue after reset successfullyJiadong Zhu1-9/+27
2024-08-16drm/amdgpu/gfx9: add ring reset callbackAlex Deucher1-0/+38
2024-08-13drm/amdgpu: fix ptr check warning in gfx9 ip_dumpSunil Khatri1-2/+2
2024-08-06drm/amdgpu: optimize the padding for gfx9Sunil Khatri1-3/+21
2024-07-24drm/amdgpu/gfx9: Enable bad opcode interruptAlex Deucher1-0/+65
2024-07-24drm/amdgpu/gfx9: properly handle error ints on all pipesAlex Deucher1-1/+43
2024-07-24drm/amdgpu/gfx9: enable wave kill for compute queuesAlex Deucher1-0/+1
2024-06-19drm/amdgpu: refine gfx9 firmware loadingYang Wang1-23/+22
2024-06-05drm/amdgpu: fix comments and error message for ipdumpSunil Khatri1-2/+2
2024-06-05drm/amdgpu: rename ip_dump_cp_queues to compute queuesSunil Khatri1-7/+7
2024-06-05drm/amdgpu: add cp queue registers for gfx9 ipdumpSunil Khatri1-2/+108
2024-06-05drm/amdgpu: add print support for gfx9 ipdumpSunil Khatri1-1/+17
2024-06-05drm/amdgpu: add gfx9 register support in ipdumpSunil Khatri1-1/+123
2024-04-27drm/amdgpu: add protype for print ip stateSunil Khatri1-0/+1
2024-04-27drm/amdgpu: add prototype for ip dumpSunil Khatri1-0/+1