aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/cik_sdma.c
Commit message (Expand)AuthorAgeFilesLines
* drm/amdgpu: small cleanup to CIK SDMAAlexandre Demers2025-04-071-9/+3
* drm/amdgpu: use cik_sdma_is_idle() in CIK SDMAAlexandre Demers2025-04-071-5/+1
* drm/amdgpu: update the handle ptr in is_idleSunil Khatri2025-02-251-2/+2
* drm/amdgpu: drop the amdgpu_device argument from amdgpu_ib_freePierre-Eric Pelloux-Prayer2024-12-181-1/+1
* drm/amd: Add the capability to mark certain firmware as "required"Mario Limonciello2024-12-101-0/+2
* drm/amdgpu: pass ip_block in set_clockgating_stateBoyuan Zhang2024-12-101-2/+2
* drm/amdgpu: pass ip_block in set_powergating_stateBoyuan Zhang2024-12-101-1/+1
* drm/amdgpu: Clean the functions pointer set as NULLSunil Khatri2024-10-221-3/+0
* drm/amdgpu: update the handle ptr in hw_finiSunil Khatri2024-10-071-5/+3
* drm/amdgpu: update the handle ptr in hw_initSunil Khatri2024-10-071-5/+3
* drm/amdgpu: update the handle ptr in resumeSunil Khatri2024-10-071-3/+3
* drm/amdgpu: update the handle ptr in suspendSunil Khatri2024-10-071-2/+2
* drm/amdgpu: update the handle ptr in wait_for_idleSunil Khatri2024-10-071-2/+2
* drm/amdgpu: update the handle ptr in soft_resetSunil Khatri2024-10-011-3/+3
* drm/amdgpu: update the handle ptr in sw_finiSunil Khatri2024-10-011-2/+2
* drm/amdgpu: update the handle ptr in sw_initSunil Khatri2024-10-011-2/+2
* drm/amdgpu: update the handle ptr in early_initSunil Khatri2024-10-011-2/+2
* drm/amdgpu: refine sdma firmware loadingYang Wang2024-06-141-5/+6
* drm/amdgpu: add protype for print ip stateSunil Khatri2024-04-261-0/+1
* drm/amdgpu: add prototype for ip dumpSunil Khatri2024-04-261-0/+1
* drm/amdgpu: replace tmz flag into buffer flagFrank Min2024-04-261-2/+2
* Merge tag 'drm-misc-next-2023-10-27' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2023-10-311-5/+0
|\
| * drm/amdgpu: move buffer funcs setting up a levelAlex Deucher2023-10-261-5/+0
* | drm/amd: Move microcode init from sw_init to early_init for CIK SDMAMario Limonciello2023-09-281-4/+5
* | drm/amd: Drop error message about failing to load SDMA firmwareMario Limonciello2023-09-281-3/+1
|/
* drm/amdgpu/sdma: set sched.ready status after ring/IB test in sdmaGuchun Chen2023-06-091-2/+0
* drm/amd: Use `amdgpu_ucode_*` helpers for SDMA on CIKMario Limonciello2023-01-101-10/+6
* drm/amdgpu: switch sdma buffer function tear down to a helperAlex Deucher2022-10-101-5/+1
* drm/amdgpu: use ring structure to access rptr/wptr v2Jack Xiao2022-05-041-5/+3
* drm/amdgpu/sdma: Remove redundant lower_32_bits() calls when settings SDMA do...Haohui Mai2022-04-261-2/+2
* drm/amd/amdgpu/cik_sdma: Fix a few incorrectly named functionsLee Jones2021-05-211-4/+4
* drm/amdgpu: add the sched_score to amdgpu_ring_initChristian König2021-04-091-3/+2
* drm/amd/amdgpu/cik_sdma: Add one and remove another function param descriptionLee Jones2020-11-241-1/+1
* drm/amd/amdgpu/cik_sdma: Supply some missing function param descriptionsLee Jones2020-11-241-3/+11
* drm/amdgpu: improve code indentation and alignmentDeepak R Varma2020-11-021-1/+1
* drm/amdgpu: perform srbm soft reset always on SDMA resumeEvan Quan2020-10-301-15/+12
* drm/amdgpu: expand sdma copy_buffer interface with tmz parameterAaron Liu2020-04-281-1/+2
* drm/amdgpu: rework sched_list generationNirmoy Das2020-04-091-1/+2
* drm/amdgpu: stop disable the scheduler during HW finiChristian König2020-04-011-2/+0
* drm/amdgpu: implement more ib pools (v2)xinhui pan2020-04-011-1/+2
* drm/amdgpu: simplify padding calculations (v2)Luben Tuikov2019-12-231-2/+2
* drm/amdgpu: replace vm_pte's run-queue list with drm gpu scheds listNirmoy Das2019-12-181-5/+3
* drm/amd: drop use of drmP.h in remaining filesSam Ravnborg2019-06-101-1/+3
* drm/amd: drop dependencies on drm_os_linux.hSam Ravnborg2019-06-101-1/+1
* drm/amdgpu: Correct the irq types' num of sdmaEmily Deng2019-04-031-4/+4
* drm/amdgpu: add flags to emit_ib interface v2Jack Xiao2019-01-251-1/+1
* drm/amdgpu: Refine function nameRex Zhu2018-11-051-2/+2
* drm/amdgpu: Modify the argument of emit_ib interfaceRex Zhu2018-11-051-1/+3
* drm/amdgpu: remove messages from IB testsChristian König2018-11-051-13/+4
* drm/amdgpu: further ring test cleanupsChristian König2018-11-051-16/+8