aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/gpu/drm/amd/amdgpu/sdma_v3_0.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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/amd: Add the capability to mark certain firmware as "required"Mario Limonciello1-0/+2
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-10-22drm/amdgpu: Clean the functions pointer set as NULLSunil Khatri1-3/+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-01drm/amdgpu: update the handle ptr in post_soft_resetSunil Khatri1-2/+2
2024-10-01drm/amdgpu: update the handle ptr in soft_resetSunil Khatri1-2/+2
2024-10-01drm/amdgpu: update the handle ptr in pre_soft_resetSunil Khatri1-2/+2
2024-10-01drm/amdgpu: update the handle ptr in check_soft_resetSunil Khatri1-2/+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 early_initSunil Khatri1-2/+2
2024-09-18drm/amdgpu: fix typo in the commentYan Zhen1-1/+1
2024-06-14drm/amdgpu: refine sdma firmware loadingYang Wang1-5/+6
2024-04-26drm/amdgpu: add protype for print ip stateSunil Khatri1-0/+1
2024-04-26drm/amdgpu: add prototype for ip dumpSunil Khatri1-0/+1
2024-04-26drm/amdgpu: replace tmz flag into buffer flagFrank Min1-2/+2
2023-10-31Merge tag 'drm-misc-next-2023-10-27' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-5/+0
2023-10-26drm/amdgpu: move buffer funcs setting up a levelAlex Deucher1-5/+0
2023-09-28drm/amd: Move microcode init from sw_init to early_init for SDMA v3.0Mario Limonciello1-4/+5
2023-09-28drm/amd: Drop error message about failing to load SDMA firmwareMario Limonciello1-3/+1
2023-06-09drm/amdgpu/sdma: set sched.ready status after ring/IB test in sdmaGuchun Chen1-2/+0
2023-01-10drm/amd: Use `amdgpu_ucode_*` helpers for SDMA3.0Mario Limonciello1-12/+6
2022-10-10drm/amdgpu: switch sdma buffer function tear down to a helperAlex Deucher1-5/+1
2022-05-04drm/amdgpu: use ring structure to access rptr/wptr v2Jack Xiao1-9/+7
2022-04-26drm/amdgpu/sdma: Remove redundant lower_32_bits() calls when settings SDMA doorbellHaohui Mai1-4/+4
2022-04-08drm/amdgpu: expand cg_flags from u32 to u64Evan Quan1-1/+1
2022-03-15drm/amdgpu: only allow secure submission on rings which support thatLang Yu1-0/+1
2021-04-09drm/amdgpu: add the sched_score to amdgpu_ring_initChristian König1-5/+3
2020-12-01drm/amd/amdgpu/sdma_v3_0: Fix incorrect param doc-rot issueLee Jones1-1/+1
2020-12-01drm/amd/amdgpu/sdma_v3_0: Fix a bunch of kernel-doc function documentation issuesLee Jones1-3/+11
2020-04-28drm/amdgpu: expand sdma copy_buffer interface with tmz parameterAaron Liu1-1/+2
2020-04-09drm/amdgpu: rework sched_list generationNirmoy Das1-1/+2
2020-04-01drm/amdgpu: stop disable the scheduler during HW finiChristian König1-2/+0
2020-04-01drm/amdgpu: implement more ib pools (v2)xinhui pan1-1/+2
2019-12-23drm/amdgpu: simplify padding calculations (v2)Luben Tuikov1-2/+2
2019-12-18drm/amdgpu: replace vm_pte's run-queue list with drm gpu scheds listNirmoy Das1-5/+3
2019-06-10drm/amd: drop use of drmP.h in remaining filesSam Ravnborg1-1/+1
2019-06-10drm/amd: drop dependencies on drm_os_linux.hSam Ravnborg1-1/+4
2019-04-03drm/amdgpu: Correct the irq types' num of sdmaEmily Deng1-4/+4
2019-01-25drm/amdgpu: add flags to emit_ib interface v2Jack Xiao1-1/+1
2019-01-14drm/amdgpu: Use sdma_engine arrayOak Zeng1-2/+1
2018-11-28drm/amdgpu: Use asic specific doorbell index instead of macro definitionOak Zeng1-1/+1