aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-02-12drm/amdgpu/gfx9: manually control gfxoff for CS on RVAlex Deucher1-2/+34
2025-01-06drm/amdgpu: reduce RLC safe mode request for gfx clock gatingPrike Liang1-12/+2
2024-12-18drm/amdgpu: drop the amdgpu_device argument from amdgpu_ib_freePierre-Eric Pelloux-Prayer1-2/+2
2024-12-10drm/amd: Add the capability to mark certain firmware as "required"Mario Limonciello1-1/+11
2024-12-10drm/amdgpu: pass ip_block in set_clockgating_stateBoyuan Zhang1-2/+2
2024-12-10drm/amdgpu: pass ip_block in set_powergating_stateBoyuan Zhang1-2/+2
2024-12-10drm/amdgpu: reduce the mmio writes in kiq settingPrike Liang1-3/+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-28drm/amdgpu: clean up the suspend_completePrike Liang1-2/+2
2024-10-22drm/amdgpu/gfx9: Add cleaner shader for GFX9.4.2Srinivasan Shanmugam1-0/+12
2024-10-22Revert "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-01drm/amdgpu: update the handle ptr in soft_resetSunil Khatri1-2/+2
2024-10-01drm/amdgpu/gfx9: Add Cleaner Shader Deinitialization in gfx_v9_0 ModuleSrinivasan Shanmugam1-0/+2
2024-10-01drm/amdgpu: update the handle ptr in sw_finiSunil Khatri1-2/+2
2024-10-01drm/amdgpu: update the handle ptr in sw_initSunil Khatri1-2/+2
2024-10-01drm/amdgpu: update the handle ptr in late_initSunil Khatri1-5/+5
2024-10-01drm/amdgpu: update the handle ptr in early_initSunil Khatri1-2/+2
2024-10-01drm/amdgpu: update the handle ptr in print_ip_stateSunil Khatri1-2/+2
2024-10-01drm/amdgpu: update the handle ptr in dump_ip_stateSunil Khatri1-2/+2
2024-09-26drm/amdgpu/gfx9: Explicitly halt CP before initAlex Deucher1-0/+4
2024-09-26drm/amdgpu/gfx9: set additional bits on CP haltAlex Deucher1-1/+18
2024-09-06drm/amdgpu: enable gfxoff quirk on HP 705G4Peng Liu1-0/+2
2024-09-06drm/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-20drm/amdgpu/gfx9: Apply Isolation Enforcement to GFX & Compute ringsSrinivasan Shanmugam1-0/+6
2024-08-20drm/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-23drm/amdgpu/gfx9: Enable bad opcode interruptAlex Deucher1-0/+65
2024-07-23drm/amdgpu/gfx9: properly handle error ints on all pipesAlex Deucher1-1/+43
2024-07-23drm/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