summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/sdma_v5_0.c
Commit message (Expand)AuthorAgeFilesLines
* drm/amdgpu: add check before free wb entryJesse Zhang2024-04-261-1/+2
* drm/amdgpu: replace tmz flag into buffer flagFrank Min2024-04-261-3/+3
* drm/amdgpu: cleanup conditional executionChristian König2024-03-041-21/+8
* Merge tag 'drm-misc-next-2023-10-27' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2023-10-311-9/+1
|\
| * drm/amdgpu: move buffer funcs setting up a levelAlex Deucher2023-10-261-9/+1
* | drm/amd: Move microcode init from sw_init to early_init for SDMA v5.0Mario Limonciello2023-09-281-4/+5
* | drm/amd: Drop error message about failing to load SDMA firmwareMario Limonciello2023-09-281-3/+1
* | drm/amdgpu: Use function for IP version checkLijo Lazar2023-09-201-2/+2
|/
* drm/amdgpu: load sdma ucode in the guest machineYuanShang2023-07-251-5/+3
* drm/amdgpu/sdma: set sched.ready status after ring/IB test in sdmaGuchun Chen2023-06-091-2/+0
* drm/amdgpu: introduce vmhub definition for multi-partition cases (v3)Hawking Zhang2023-06-091-1/+1
* drm/amdgpu: move vmhub out of amdgpu_ring_funcs (v4)Le Ma2023-04-141-1/+1
* drm/amd: Convert SDMA to use `amdgpu_ucode_ip_version_decode`Mario Limonciello2023-01-091-28/+2
* drm/amdgpu: fix SDMA suspend/resume on SR-IOVAlex Deucher2022-10-101-1/+4
* drm/amdgpu: switch sdma buffer function tear down to a helperAlex Deucher2022-10-101-5/+1
* drm/amdgpu/sdma5: use common function to init sdma fwLikun Gao2022-09-291-40/+9
* drm/amdgpu/mes: ring aggregatged doorbell when mes queue is unmappedLe Ma2022-07-131-23/+56
* drm/amdgpu/sdma5: add mes support for sdma ib testJack Xiao2022-05-041-14/+36
* drm/amdgpu/sdma5: add mes support for sdma ring testJack Xiao2022-05-041-11/+26
* drm/amdgpu/sdma5: add mes queue fence handlingJack Xiao2022-05-041-0/+18
* drm/amdgpu/sdma5: associate mes queue id with fenceJack Xiao2022-05-041-1/+3
* drm/amdgpu/sdma5: initialize sdma mqdJack Xiao2022-05-041-0/+44
* drm/amdgpu: use ring structure to access rptr/wptr v2Jack Xiao2022-05-041-9/+7
* drm/amdgpu/sdma: Fix incorrect calculations of the wptr of the doorbellsHaohui 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/sdma5: drop unused cyan skillfish firmwareAlex Deucher2022-03-021-7/+1
* drm/amdgpu: make cyan skillfish support code more consistentAlex Deucher2022-02-161-2/+1
* drm/amdgpu: add support for GC 10.1.4Lang Yu2022-02-111-1/+2
* drm/amd: fix improper docstring syntaxIsabella Basso2021-12-131-2/+0
* drm/amdgpu: convert IP version array to include instancesAlex Deucher2021-10-041-4/+4
* drm/amdgpu/sdma: remove manual instance settingAlex Deucher2021-10-041-2/+0
* drm/amdgpu/sdma5.0: convert to IP version checkingAlex Deucher2021-10-041-15/+15
* drm/amdgpu: add sdma v5 golden settings for cyan_skillfishTao Zhou2021-07-231-0/+36
* drm/amdgpu: add sdma fw loading support for cyan_skillfishTao Zhou2021-07-231-0/+12
* drm/amdgpu: increase size for sdma fw name stringTao Zhou2021-07-231-1/+1
* drm/amdgpu: Fix inconsistent indentingJiapeng Chong2021-05-211-7/+6
* drm/amd/amdgpu/sdma_v5_0: Fix typo in function nameLee Jones2021-05-211-1/+1
* drm/amdgpu: Modify GC register access from MMIO to RLCG in file sdma_v5*Peng Ju Zhou2021-05-211-36/+42
* drm/amdgpu: update sdma golden setting for Navi12Guchun Chen2021-05-191-0/+4
* drm/amdgpu: drop the GCR packet from the emit_ib frame for sdma5.0Alex Deucher2021-05-101-12/+0
* drm/amdgpu: Add graphics cache rinse packet for sdma 5.0Alex Deucher2021-05-101-0/+28
* drm/amdgpu: add the sched_score to amdgpu_ring_initChristian König2021-04-091-5/+3
* drm/amdgpu: remove redundant logic related HDPLikun Gao2021-01-051-1/+0
* drm/amd/amdgpu/sdma_v5_0: Provide some missing and repair other function paramsLee Jones2020-12-011-6/+13
* drm/amdgpu: only skip smc sdma sos ta and asd fw in SRIOV for navi12Stanley.Yang2020-12-011-1/+1
* drm/amd: Skip not used microcode loading in SRIOVJingwen Chen2020-09-251-0/+3
* drm/amd/amdgpu: fix comparison pointer to bool warning in sdma_v5_0.cZheng Bin2020-09-151-1/+1
* drm/amdgpu/sdma5: fix wptr overwritten in ->get_wptr()Xiaojie Yuan2020-07-141-18/+8
* drm/amdgpu: remove unnecessary logic of ASIC checkLikun Gao2020-07-101-7/+1