aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/gpu/drm/amd/amdgpu/si_dma.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-04-07drm/amdgpu: keep removing sid.h dependency from si_dma.cAlexandre Demers1-3/+3
2025-04-07drm/amdgpu: move si_dma.c away from sid.h and si_enums.hAlexandre Demers1-47/+61
2025-04-07drm/amdgpu: wire up defines, shifts and masks through SI codeAlexandre Demers1-0/+2
2025-02-25drm/amdgpu: update the handle ptr in is_idleSunil Khatri1-3/+3
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-2/+2
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-7/+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-3/+4
2024-10-01drm/amdgpu: update the handle ptr in soft_resetSunil Khatri1-1/+1
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-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-26drm/amdgpu: move buffer funcs setting up a levelAlex Deucher1-5/+0
2023-06-09drm/amdgpu/sdma: set sched.ready status after ring/IB test in sdmaGuchun Chen1-2/+0
2022-10-17drm/amdgpu/si_dma: remove unused variable in si_dma_stop()Yang Yingliang1-2/+0
2022-10-10drm/amdgpu: switch sdma buffer function tear down to a helperAlex Deucher1-3/+2
2022-05-04drm/amdgpu: use ring structure to access rptr/wptr v2Jack Xiao1-2/+2
2022-04-26drm/amdgpu/sdma: Remove redundant lower_32_bits() calls when settings SDMA doorbellHaohui Mai1-3/+2
2021-05-21drm/amd/amdgpu/si_dma: Fix some function name disparityLee Jones1-3/+3
2021-04-09drm/amdgpu: add the sched_score to amdgpu_ring_initChristian König1-3/+2
2020-11-24drm/amd/amdgpu/si_dma: Fix a bunch of function documentation issuesLee Jones1-4/+10
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-1/+0
2020-04-01drm/amdgpu: implement more ib pools (v2)xinhui pan1-1/+2
2020-01-22drm/amdgpu: remove unnecessary conversion to boolNirmoy Das1-1/+1
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/+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: Modify the argument of emit_ib interfaceRex Zhu1-1/+3
2018-11-05drm/amdgpu: cleanup si_dma_ring_test_ibChristian König1-5/+2
2018-11-05drm/amdgpu: remove messages from IB testsChristian König1-8/+2
2018-11-05drm/amdgpu: further ring test cleanupsChristian König1-16/+7
2018-11-05drm/amdgpu: Retire amdgpu_ring.ready flag v4Andrey Grodzovsky1-6/+4
2018-11-05drm/amdgpu: remove illegal instruction stub from si_dma.cChristian König1-14/+0
2018-10-09drm/amdgpu: fix incorrect use of amdgpu_irq_add_id in si_dma.cChristian König1-19/+8
2018-09-26drm/amdgpu: move more defines into amdgpu_irq.hChristian König1-2/+2
2018-09-26drm/amdgpu: make function pointers mandatoryChristian König1-12/+8
2018-08-27drm/amdgpu: use new scheduler load balancing for VMsChristian König1-5/+7
2018-03-05drm/amdgpu: change amdgpu_ttm_set_active_vram_sizeChristian König1-2/+2