aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/cik_sdma.c
AgeCommit message (Expand)Author
2023-10-31Merge tag 'drm-misc-next-2023-10-27' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2023-10-26drm/amdgpu: move buffer funcs setting up a levelAlex Deucher
2023-09-28drm/amd: Move microcode init from sw_init to early_init for CIK SDMAMario Limonciello
2023-09-28drm/amd: Drop error message about failing to load SDMA firmwareMario Limonciello
2023-06-09drm/amdgpu/sdma: set sched.ready status after ring/IB test in sdmaGuchun Chen
2023-01-10drm/amd: Use `amdgpu_ucode_*` helpers for SDMA on CIKMario Limonciello
2022-10-10drm/amdgpu: switch sdma buffer function tear down to a helperAlex Deucher
2022-05-04drm/amdgpu: use ring structure to access rptr/wptr v2Jack Xiao
2022-04-26drm/amdgpu/sdma: Remove redundant lower_32_bits() calls when settings SDMA do...Haohui Mai
2021-05-21drm/amd/amdgpu/cik_sdma: Fix a few incorrectly named functionsLee Jones
2021-04-09drm/amdgpu: add the sched_score to amdgpu_ring_initChristian König
2020-11-24drm/amd/amdgpu/cik_sdma: Add one and remove another function param descriptionLee Jones
2020-11-24drm/amd/amdgpu/cik_sdma: Supply some missing function param descriptionsLee Jones
2020-11-02drm/amdgpu: improve code indentation and alignmentDeepak R Varma
2020-10-30drm/amdgpu: perform srbm soft reset always on SDMA resumeEvan Quan
2020-04-28drm/amdgpu: expand sdma copy_buffer interface with tmz parameterAaron Liu
2020-04-09drm/amdgpu: rework sched_list generationNirmoy Das
2020-04-01drm/amdgpu: stop disable the scheduler during HW finiChristian König
2020-04-01drm/amdgpu: implement more ib pools (v2)xinhui pan
2019-12-23drm/amdgpu: simplify padding calculations (v2)Luben Tuikov
2019-12-18drm/amdgpu: replace vm_pte's run-queue list with drm gpu scheds listNirmoy Das
2019-06-10drm/amd: drop use of drmP.h in remaining filesSam Ravnborg
2019-06-10drm/amd: drop dependencies on drm_os_linux.hSam Ravnborg
2019-04-03drm/amdgpu: Correct the irq types' num of sdmaEmily Deng
2019-01-25drm/amdgpu: add flags to emit_ib interface v2Jack Xiao
2018-11-05drm/amdgpu: Refine function nameRex Zhu
2018-11-05drm/amdgpu: Modify the argument of emit_ib interfaceRex Zhu
2018-11-05drm/amdgpu: remove messages from IB testsChristian König
2018-11-05drm/amdgpu: further ring test cleanupsChristian König
2018-11-05drm/amdgpu: Retire amdgpu_ring.ready flag v4Andrey Grodzovsky
2018-11-05drm/amdgpu: use scheduler fault instead of reset workChristian König
2018-09-26drm/amdgpu: move more defines into amdgpu_irq.hChristian König
2018-09-26drm/amdgpu: make function pointers mandatoryChristian König
2018-08-27drm/amdgpu: use new scheduler load balancing for VMsChristian König
2018-07-05drm/amdgpu: switch firmware path for CIK parts (v2)Alex Deucher
2018-07-05drm/amdgpu/sdma: simplify sdma instance setupAlex Deucher
2018-04-03drm/amdgpu/sdma: fix mask in emit_pipeline_syncAlex Deucher
2018-03-05drm/amdgpu: change amdgpu_ttm_set_active_vram_sizeChristian König
2018-02-19drm/amdgpu: separate PASID mapping from VM flush v2Christian König
2018-02-19drm/amdgpu: revert "Add support for filling a buffer with 64 bit value"Christian König
2018-02-19drm/amdgpu: remove now superflous *_hdp operationChristian König
2018-02-19drm/amdgpu: implement gmc_v7_0_emit_flush_gpu_tlbChristian König
2018-02-19drm/amdgpu: wire up emit_wreg for CIK SDMAChristian König
2018-02-19drm/amdgpu: forward pasid to backend flush implementationsChristian König
2018-02-19drm/amdgpu: move struct amdgpu_mc into amdgpu_gmc.hChristian König
2017-12-27drm/amdgpu: rename vm_id to vmidChristian König
2017-12-18drm/amdgpu: rename amdgpu_wb_* functionsAlex Deucher
2017-12-04drm/amdgpu: change redundant init logs to debug levelpding
2017-09-26drm/amdgpu: Add copy_pte_num_dw member in amdgpu_vm_pte_funcsYong Zhao
2017-09-26drm/amdgpu: Fix a bug in amdgpu_fill_buffer()Yong Zhao