summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/sdma_v5_0.c
AgeCommit message (Expand)AuthorFilesLines
2025-06-18drm/amdgpu/sdma5: init engine reset mutexAlex Deucher1-0/+1
2025-04-21drm/amdgpu: optimize queue reset and stop logic for sdma_v5_0Jesse.zhang@amd.com1-22/+9
2025-04-21drm/amdgpu/: drm/amdgpu: Register the new sdma function pointers for sdma_v5_0Jesse.zhang@amd.com1-21/+57
2025-04-08drm/amdgpu: remove is_mes_queue flagAlex Deucher1-116/+50
2025-02-25drm/amdgpu: update the handle ptr in is_idleSunil Khatri1-2/+2
2025-02-19drm/amdgpu: update the handle ptr in get_clockgating_stateSunil Khatri1-2/+2
2024-12-18drm/amdgpu: drop the amdgpu_device argument from amdgpu_ib_freePierre-Eric Pelloux-Prayer1-1/+1
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-1/+1
2024-11-08drm/amdgpu: Add sysfs interface for sdma reset maskJesse.zhang@amd.com1-0/+18
2024-10-23drm/amdgpu: Clean the functions pointer set as NULLSunil Khatri1-1/+0
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-5/+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/+2
2024-10-07drm/amdgpu: update the handle ptr in wait_for_idleSunil Khatri1-2/+2
2024-10-02drm/amdgpu: update the handle ptr in soft_resetSunil Khatri1-1/+1
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 early_initSunil Khatri1-2/+2
2024-10-02drm/amdgpu/sdma5: implement ring reset callback for sdma5Jiadong Zhu1-0/+88
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-10-02drm/amdgpu/sdma5: split out per instance resume functionJiadong Zhu1-115/+138
2024-08-13drm/amd: Make amd_ip_funcs static for SDMA v5.0Tobias Jakobi1-1/+1
2024-07-24drm/amdgpu: add print support for sdma_v_5_0 ip_dumpSunil Khatri1-0/+22
2024-07-24drm/amdgpu: Add sdma_v5_0 ip dump for devcoredumpSunil Khatri1-0/+82
2024-04-27drm/amdgpu: add check before free wb entryJesse Zhang1-1/+2
2024-04-27drm/amdgpu: replace tmz flag into buffer flagFrank Min1-3/+3
2024-03-04drm/amdgpu: cleanup conditional executionChristian König1-21/+8
2023-10-31Merge tag 'drm-misc-next-2023-10-27' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-9/+1
2023-10-26drm/amdgpu: move buffer funcs setting up a levelAlex Deucher1-9/+1
2023-09-28drm/amd: Move microcode init from sw_init to early_init for SDMA v5.0Mario Limonciello1-4/+5
2023-09-28drm/amd: Drop error message about failing to load SDMA firmwareMario Limonciello1-3/+1
2023-09-20drm/amdgpu: Use function for IP version checkLijo Lazar1-2/+2
2023-07-25drm/amdgpu: load sdma ucode in the guest machineYuanShang1-5/+3
2023-06-09drm/amdgpu/sdma: set sched.ready status after ring/IB test in sdmaGuchun Chen1-2/+0
2023-06-09drm/amdgpu: introduce vmhub definition for multi-partition cases (v3)Hawking Zhang1-1/+1
2023-04-14drm/amdgpu: move vmhub out of amdgpu_ring_funcs (v4)Le Ma1-1/+1
2023-01-10drm/amd: Convert SDMA to use `amdgpu_ucode_ip_version_decode`Mario Limonciello1-28/+2
2022-10-11drm/amdgpu: fix SDMA suspend/resume on SR-IOVAlex Deucher1-1/+4
2022-10-11drm/amdgpu: switch sdma buffer function tear down to a helperAlex Deucher1-5/+1
2022-09-29drm/amdgpu/sdma5: use common function to init sdma fwLikun Gao1-40/+9
2022-07-13drm/amdgpu/mes: ring aggregatged doorbell when mes queue is unmappedLe Ma1-23/+56
2022-05-04drm/amdgpu/sdma5: add mes support for sdma ib testJack Xiao1-14/+36
2022-05-04drm/amdgpu/sdma5: add mes support for sdma ring testJack Xiao1-11/+26
2022-05-04drm/amdgpu/sdma5: add mes queue fence handlingJack Xiao1-0/+18
2022-05-04drm/amdgpu/sdma5: associate mes queue id with fenceJack Xiao1-1/+3
2022-05-04drm/amdgpu/sdma5: initialize sdma mqdJack Xiao1-0/+44
2022-05-04drm/amdgpu: use ring structure to access rptr/wptr v2Jack Xiao1-9/+7