aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/sdma_v3_0.c
Commit message (Expand)AuthorAgeFilesLines
* drm/amdgpu: update the handle ptr in is_idleSunil Khatri2025-02-251-2/+2
* drm/amdgpu: update the handle ptr in get_clockgating_stateSunil Khatri2025-02-191-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-2/+2
* 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 post_soft_resetSunil Khatri2024-10-011-2/+2
* drm/amdgpu: update the handle ptr in soft_resetSunil Khatri2024-10-011-2/+2
* drm/amdgpu: update the handle ptr in pre_soft_resetSunil Khatri2024-10-011-2/+2
* drm/amdgpu: update the handle ptr in check_soft_resetSunil Khatri2024-10-011-2/+2
* 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: fix typo in the commentYan Zhen2024-09-181-1/+1
* 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 SDMA v3.0Mario 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 SDMA3.0Mario Limonciello2023-01-101-12/+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-9/+7
* drm/amdgpu/sdma: Remove redundant lower_32_bits() calls when settings SDMA do...Haohui Mai2022-04-261-4/+4
* drm/amdgpu: expand cg_flags from u32 to u64Evan Quan2022-04-081-1/+1
* drm/amdgpu: only allow secure submission on rings which support thatLang Yu2022-03-151-0/+1
* drm/amdgpu: add the sched_score to amdgpu_ring_initChristian König2021-04-091-5/+3
* drm/amd/amdgpu/sdma_v3_0: Fix incorrect param doc-rot issueLee Jones2020-12-011-1/+1
* drm/amd/amdgpu/sdma_v3_0: Fix a bunch of kernel-doc function documentation is...Lee Jones2020-12-011-3/+11
* 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/+1
* drm/amd: drop dependencies on drm_os_linux.hSam Ravnborg2019-06-101-1/+4
* 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: Use sdma_engine arrayOak Zeng2019-01-141-2/+1
* drm/amdgpu: Use asic specific doorbell index instead of macro definitionOak Zeng2018-11-281-1/+1