summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c
AgeCommit message (Expand)AuthorFilesLines
2025-02-25drm/amdgpu: update the handle ptr in is_idleSunil Khatri1-2/+2
2025-02-19drm/amdgpu: update the handle ptr in get_clockgating_stateSunil Khatri1-2/+2
2025-02-13drm/amdgpu/sdma4: drop gfxoff calls in dump ip stateAlex Deucher1-2/+0
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-12-10drm/amd/pm: add inst to dpm_set_powergating_by_smuBoyuan Zhang1-2/+2
2024-10-07drm/amdgpu: update the handle ptr in hw_finiSunil Khatri1-3/+3
2024-10-07drm/amdgpu: update the handle ptr in hw_initSunil Khatri1-3/+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-2/+2
2024-10-02drm/amdgpu: update the handle ptr in soft_resetSunil Khatri1-1/+1
2024-10-02drm/amdgpu: update the handle ptr in sw_finiSunil Khatri1-2/+2
2024-10-02drm/amdgpu: update the handle ptr in sw_initSunil Khatri1-2/+2
2024-10-02drm/amdgpu: update the handle ptr in late_initSunil Khatri1-2/+2
2024-10-02drm/amdgpu: update the handle ptr in early_initSunil Khatri1-2/+2
2024-10-02drm/amdgpu: update the handle ptr in print_ip_stateSunil Khatri1-2/+2
2024-10-02drm/amdgpu: update the handle ptr in dump_ip_stateSunil Khatri1-2/+2
2024-07-24drm/amdgpu: add print support for sdma_v_4_0 ip_dumpSunil Khatri1-0/+22
2024-07-24drm/amdgpu: Add sdma_v4_0 ip dump for devcoredumpSunil Khatri1-0/+80
2024-04-30drm/amdgpu: Fix signedness bug in sdma_v4_0_process_trap_irq()Dan Carpenter1-1/+1
2024-04-27drm/amdgpu: add error handle to avoid out-of-boundsBob Zhou1-0/+3
2024-04-27drm/amdgpu: replace tmz flag into buffer flagFrank Min1-3/+3
2024-03-04drm/amdgpu: change vm->task_info handlingShashank Sharma1-9/+14
2023-10-31Merge tag 'drm-misc-next-2023-10-27' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-15/+1
2023-10-26drm/amdgpu: move buffer funcs setting up a levelAlex Deucher1-15/+1
2023-10-20drm/amdgpu: replace reset_error_count with amdgpu_ras_reset_error_countTao Zhou1-5/+2
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-19/+29
2023-06-15drm/amdgpu/sdma4: set align mask to 255Alex Deucher1-2/+2
2023-06-09drm/amdgpu/sdma: set sched.ready status after ring/IB test in sdmaGuchun Chen1-4/+0
2023-06-09drm/amdgpu: assign the doorbell index in 1st page to sdma page queueLe Ma1-2/+12
2023-06-09drm/amdgpu: introduce vmhub definition for multi-partition cases (v3)Hawking Zhang1-5/+5
2023-06-09drm/amdgpu: disable sdma ecc irq only when sdma RAS is enabled in suspendGuchun Chen1-3/+5
2023-04-14drm/amdgpu: move vmhub out of amdgpu_ring_funcs (v4)Le Ma1-83/+16
2023-04-12drm/amdgpu: Fix sdma v4 sw fini errorlyndonli1-1/+1
2023-01-20drm/amdgpu: Optimize sdma ras block initialization code for sdma v4_0YiPeng Chai1-16/+5
2023-01-10drm/amd: Convert SDMA to use `amdgpu_ucode_ip_version_decode`Mario Limonciello1-45/+2
2022-12-02drm/amdgpu/sdma_v4_0: turn off SDMA ring buffer in the s2idle suspendPrike Liang1-9/+15
2022-10-20drm/amdgpu: fix sdma doorbell init ordering on APUsAlex Deucher1-5/+0
2022-10-11drm/amdgpu: fix SDMA suspend/resume on SR-IOVAlex Deucher1-1/+4
2022-10-11drm/amdgpu: switch sdma buffer function tear down to a helperAlex Deucher1-19/+5
2022-09-29drm/amdgpu: fix sdma v4 init microcode errorLikun Gao1-1/+1
2022-09-29drm/amdgpu/sdma4: use common function to init sdma fwLikun Gao1-88/+19
2022-09-14drm/amdgpu: move nbio sdma_doorbell_range() into sdma code for vegaAlex Deucher1-0/+5
2022-08-30drm/amdgpu: Remove the unneeded result variable 'r'ye xingchen1-4/+1
2022-05-04drm/amdgpu: use ring structure to access rptr/wptr v2Jack Xiao1-17/+11
2022-04-26drm/amdgpu/sdma: Fix incorrect calculations of the wptr of the doorbellsHaohui Mai1-2/+2
2022-04-09drm/amdgpu: expand cg_flags from u32 to u64Evan Quan1-1/+1