aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/gpu/drm/amd/amdgpu/sdma_v5_0.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-04drm/amdgpu: cleanup conditional executionChristian König1-21/+8
2023-10-31Merge tag 'drm-misc-next-2023-10-27' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-9/+1
2023-10-26drm/amdgpu: move buffer funcs setting up a levelAlex Deucher1-9/+1
2023-09-28drm/amd: Move microcode init from sw_init to early_init for SDMA v5.0Mario Limonciello1-4/+5
2023-09-28drm/amd: Drop error message about failing to load SDMA firmwareMario Limonciello1-3/+1
2023-09-20drm/amdgpu: Use function for IP version checkLijo Lazar1-2/+2
2023-07-25drm/amdgpu: load sdma ucode in the guest machineYuanShang1-5/+3
2023-06-09drm/amdgpu/sdma: set sched.ready status after ring/IB test in sdmaGuchun Chen1-2/+0
2023-06-09drm/amdgpu: introduce vmhub definition for multi-partition cases (v3)Hawking Zhang1-1/+1
2023-04-14drm/amdgpu: move vmhub out of amdgpu_ring_funcs (v4)Le Ma1-1/+1
2023-01-09drm/amd: Convert SDMA to use `amdgpu_ucode_ip_version_decode`Mario Limonciello1-28/+2
2022-10-10drm/amdgpu: fix SDMA suspend/resume on SR-IOVAlex Deucher1-1/+4
2022-10-10drm/amdgpu: switch sdma buffer function tear down to a helperAlex Deucher1-5/+1
2022-09-29drm/amdgpu/sdma5: use common function to init sdma fwLikun Gao1-40/+9
2022-07-13drm/amdgpu/mes: ring aggregatged doorbell when mes queue is unmappedLe Ma1-23/+56
2022-05-04drm/amdgpu/sdma5: add mes support for sdma ib testJack Xiao1-14/+36
2022-05-04drm/amdgpu/sdma5: add mes support for sdma ring testJack Xiao1-11/+26
2022-05-04drm/amdgpu/sdma5: add mes queue fence handlingJack Xiao1-0/+18
2022-05-04drm/amdgpu/sdma5: associate mes queue id with fenceJack Xiao1-1/+3
2022-05-04drm/amdgpu/sdma5: initialize sdma mqdJack Xiao1-0/+44
2022-05-04drm/amdgpu: use ring structure to access rptr/wptr v2Jack Xiao1-9/+7
2022-04-26drm/amdgpu/sdma: Fix incorrect calculations of the wptr of the doorbellsHaohui Mai1-4/+4
2022-04-08drm/amdgpu: expand cg_flags from u32 to u64Evan Quan1-1/+1
2022-03-15drm/amdgpu: only allow secure submission on rings which support thatLang Yu1-0/+1
2022-03-02drm/amdgpu/sdma5: drop unused cyan skillfish firmwareAlex Deucher1-7/+1
2022-02-16drm/amdgpu: make cyan skillfish support code more consistentAlex Deucher1-2/+1
2022-02-11drm/amdgpu: add support for GC 10.1.4Lang Yu1-1/+2
2021-12-13drm/amd: fix improper docstring syntaxIsabella Basso1-2/+0
2021-10-04drm/amdgpu: convert IP version array to include instancesAlex Deucher1-4/+4
2021-10-04drm/amdgpu/sdma: remove manual instance settingAlex Deucher1-2/+0
2021-10-04drm/amdgpu/sdma5.0: convert to IP version checkingAlex Deucher1-15/+15
2021-07-23drm/amdgpu: add sdma v5 golden settings for cyan_skillfishTao Zhou1-0/+36
2021-07-23drm/amdgpu: add sdma fw loading support for cyan_skillfishTao Zhou1-0/+12
2021-07-23drm/amdgpu: increase size for sdma fw name stringTao Zhou1-1/+1
2021-05-21drm/amdgpu: Fix inconsistent indentingJiapeng Chong1-7/+6
2021-05-21drm/amd/amdgpu/sdma_v5_0: Fix typo in function nameLee Jones1-1/+1
2021-05-21drm/amdgpu: Modify GC register access from MMIO to RLCG in file sdma_v5*Peng Ju Zhou1-36/+42
2021-05-19drm/amdgpu: update sdma golden setting for Navi12Guchun Chen1-0/+4
2021-05-10drm/amdgpu: drop the GCR packet from the emit_ib frame for sdma5.0Alex Deucher1-12/+0
2021-05-10drm/amdgpu: Add graphics cache rinse packet for sdma 5.0Alex Deucher1-0/+28
2021-04-09drm/amdgpu: add the sched_score to amdgpu_ring_initChristian König1-5/+3
2021-01-05drm/amdgpu: remove redundant logic related HDPLikun Gao1-1/+0
2020-12-01drm/amd/amdgpu/sdma_v5_0: Provide some missing and repair other function paramsLee Jones1-6/+13
2020-12-01drm/amdgpu: only skip smc sdma sos ta and asd fw in SRIOV for navi12Stanley.Yang1-1/+1
2020-09-25drm/amd: Skip not used microcode loading in SRIOVJingwen Chen1-0/+3
2020-09-15drm/amd/amdgpu: fix comparison pointer to bool warning in sdma_v5_0.cZheng Bin1-1/+1
2020-07-14drm/amdgpu/sdma5: fix wptr overwritten in ->get_wptr()Xiaojie Yuan1-18/+8
2020-07-10drm/amdgpu: remove unnecessary logic of ASIC checkLikun Gao1-7/+1
2020-07-01drm/amdgpu: call release_firmware() without a NULL checkNirmoy Das1-2/+2
2020-07-01drm/amdgpu: add fw release for sdma v5_0Wenhui Sheng1-1/+5