aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/gpu/drm/amd/amdgpu/cik_sdma.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2018-11-05drm/amdgpu: Retire amdgpu_ring.ready flag v4Andrey Grodzovsky1-7/+5
2018-11-05drm/amdgpu: use scheduler fault instead of reset workChristian König1-1/+4
2018-09-26drm/amdgpu: move more defines into amdgpu_irq.hChristian König1-3/+3
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-07-05drm/amdgpu: switch firmware path for CIK parts (v2)Alex Deucher1-12/+12
2018-07-05drm/amdgpu/sdma: simplify sdma instance setupAlex Deucher1-6/+6
2018-04-03drm/amdgpu/sdma: fix mask in emit_pipeline_syncAlex Deucher1-1/+1
2018-03-05drm/amdgpu: change amdgpu_ttm_set_active_vram_sizeChristian König1-2/+2
2018-02-19drm/amdgpu: separate PASID mapping from VM flush v2Christian König1-3/+2
2018-02-19drm/amdgpu: revert "Add support for filling a buffer with 64 bit value"Christian König1-3/+0
2018-02-19drm/amdgpu: remove now superflous *_hdp operationChristian König1-9/+1
2018-02-19drm/amdgpu: implement gmc_v7_0_emit_flush_gpu_tlbChristian König1-13/+2
2018-02-19drm/amdgpu: wire up emit_wreg for CIK SDMAChristian König1-0/+9
2018-02-19drm/amdgpu: forward pasid to backend flush implementationsChristian König1-1/+2
2018-02-19drm/amdgpu: move struct amdgpu_mc into amdgpu_gmc.hChristian König1-2/+2
2017-12-27drm/amdgpu: rename vm_id to vmidChristian König1-7/+7
2017-12-18drm/amdgpu: rename amdgpu_wb_* functionsAlex Deucher1-5/+5
2017-12-04drm/amdgpu: change redundant init logs to debug levelpding1-2/+2
2017-09-26drm/amdgpu: Add copy_pte_num_dw member in amdgpu_vm_pte_funcsYong Zhao1-0/+2
2017-09-26drm/amdgpu: Fix a bug in amdgpu_fill_buffer()Yong Zhao1-0/+3
2017-07-14drm/amdgpu: Make SDMA phase quantum configurableFelix Kuehling1-1/+31
2017-07-14drm/amdgpu: Enable SDMA context switching for CIKFelix Kuehling1-0/+30
2017-03-29drm/amdgpu: fix vm pte pde flags to 64-bit for sdma (v3)Junwei Zhang1-2/+2
2017-03-29drm/amdgpu: expand pte flags to uint64_tChunming Zhou1-1/+1
2017-03-29drm/amdgpu: switch ih handling to two levels (v3)Alex Deucher1-3/+6
2017-03-29drm/amdgpu: change wptr to 64 bits (v2)Ken Wang1-5/+7