aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/gpu/drm/amd/amdgpu/cik_sdma.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-04-07drm/amdgpu: small cleanup to CIK SDMAAlexandre Demers1-9/+3
2025-04-07drm/amdgpu: use cik_sdma_is_idle() in CIK SDMAAlexandre Demers1-5/+1
2025-02-25drm/amdgpu: update the handle ptr in is_idleSunil 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-3/+3
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 soft_resetSunil Khatri1-3/+3
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-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 CIK SDMAMario 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 SDMA on CIKMario Limonciello1-10/+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-5/+3
2022-04-26drm/amdgpu/sdma: Remove redundant lower_32_bits() calls when settings SDMA doorbellHaohui Mai1-2/+2
2021-05-21drm/amd/amdgpu/cik_sdma: Fix a few incorrectly named functionsLee Jones1-4/+4
2021-04-09drm/amdgpu: add the sched_score to amdgpu_ring_initChristian König1-3/+2
2020-11-24drm/amd/amdgpu/cik_sdma: Add one and remove another function param descriptionLee Jones1-1/+1
2020-11-24drm/amd/amdgpu/cik_sdma: Supply some missing function param descriptionsLee Jones1-3/+11
2020-11-02drm/amdgpu: improve code indentation and alignmentDeepak R Varma1-1/+1
2020-10-30drm/amdgpu: perform srbm soft reset always on SDMA resumeEvan Quan1-15/+12
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/+3
2019-06-10drm/amd: drop dependencies on drm_os_linux.hSam Ravnborg1-1/+1
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
2018-11-05drm/amdgpu: Refine function nameRex Zhu1-2/+2
2018-11-05drm/amdgpu: Modify the argument of emit_ib interfaceRex Zhu1-1/+3
2018-11-05drm/amdgpu: remove messages from IB testsChristian König1-13/+4
2018-11-05drm/amdgpu: further ring test cleanupsChristian König1-16/+8