summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/vcn_v5_0_0.c
AgeCommit message (Expand)AuthorFilesLines
2025-05-29drm/amdgpu/vcn5: read back register after writtenDavid (Ming Qiang) Wu1-0/+20
2025-05-08drm/amd: Add per-ring reset for vcn v5.0.0 useMario Limonciello1-1/+16
2025-05-08drm/amdgpu/vcn: using separate VCN1_AON_SOC offsetRuijing Dong1-1/+2
2025-02-28drm/amdgpu: Fix parameter annotation in vcn_v5_0_0_is_idleSrinivasan Shanmugam1-1/+1
2025-02-27drm/amdgpu/vcn5.0.0: use generic set_power_gating_state helperAlex Deucher1-26/+1
2025-02-27drm/amdgpu/vcn5.0.0: add set_pg_state callbackAlex Deucher1-15/+18
2025-02-27drm/amdgpu/vcn: adjust pause_dpg_mode function signatureAlex Deucher1-7/+8
2025-02-27drm/amdgpu/vcn5.0.0: convert internal functions to use vcn_instAlex Deucher1-44/+55
2025-02-27drm/amdgpu/vcn: switch vcn helpers to be instance basedAlex Deucher1-23/+44
2025-02-27drm/amdgpu/vcn: move more instanced data to vcn_instanceAlex Deucher1-7/+9
2025-02-27drm/amdgpu/vcn: make powergating status per instanceAlex Deucher1-17/+31
2025-02-27drm/amdgpu/vcn: switch work handler to be per instanceAlex Deucher1-2/+3
2025-02-27drm/amdgpu/vcn5.0.0: split code along instancesAlex Deucher1-197/+193
2025-02-25drm/amdgpu: update the handle ptr in is_idleSunil Khatri1-2/+2
2024-12-12drm/amdgpu: add ip_dump support for vcn 5.0.1Alex Deucher1-14/+21
2024-12-10drm/amdgpu: update irq sec header for vcn 5.0.0Alex Deucher1-5/+5
2024-12-10drm/amd/amdgpu/vcn: Fix kdoc entries for VCN clock/power gating functionsSrinivasan Shanmugam1-2/+2
2024-12-10drm/amdgpu: move per inst variables to amdgpu_vcn_instBoyuan Zhang1-2/+2
2024-12-10drm/amdgpu: pass ip_block in set_clockgating_stateBoyuan Zhang1-2/+3
2024-12-10drm/amdgpu: pass ip_block in set_powergating_stateBoyuan Zhang1-4/+5
2024-12-10drm/amdgpu: add inst to amdgpu_dpm_enable_vcnBoyuan Zhang1-4/+8
2024-12-10drm/amd/pm: add inst to dpm_set_powergating_by_smuBoyuan Zhang1-2/+2
2024-11-21drm/amdgpu: Add sysfs interface for vcn reset maskJesse.zhang@amd.com1-0/+10
2024-10-23drm/amdgpu: Clean the functions pointer set as NULLSunil Khatri1-5/+0
2024-10-07drm/amdgpu: change the comment from handle to ip_blockSunil Khatri1-8/+8
2024-10-07drm/amdgpu: update the handle ptr in hw_finiSunil Khatri1-5/+4
2024-10-07drm/amdgpu: update the handle ptr in hw_initSunil Khatri1-5/+4
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 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 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-08-16drm/amdgpu: add print support for vcn_v5_0 ip dumpSunil Khatri1-1/+33
2024-08-16drm/amdgpu: add vcn_v5_0 ip dump supportSunil Khatri1-1/+75
2024-08-13Revert "drm/amdgpu: add vcn_v5_0 ip dump support"Sunil Khatri1-169/+1
2024-08-13drm/amdgpu: add vcn_v5_0 ip dump supportSunil Khatri1-1/+169
2024-07-24drm/amdgpu: add missed harvest check for VCN IP v4/v5Tim Huang1-0/+6
2024-06-05drm/amdgpu: drop some kernel messages in VCN codeDavid (Ming Qiang) Wu1-9/+1
2024-05-13drm/amdgpu/vcn: set VCN5 power gating state to GATE on suspendDavid (Ming Qiang) Wu1-0/+7
2024-05-13drm/amdgpu/vcn: remove irq disabling in vcn 5 suspendDavid (Ming Qiang) Wu1-19/+0
2024-04-27drm/amdgpu: update fw_share for VCN5Sonny Jiang1-7/+7
2024-04-27drm/amdgpu: add protype for print ip stateSunil Khatri1-0/+1
2024-04-27drm/amdgpu: add prototype for ip dumpSunil Khatri1-0/+1
2024-04-23drm/amdgpu/vcn: fix unitialized variable warningsPierre-Eric Pelloux-Prayer1-0/+1
2024-03-20drm/amdgpu/vcn: enable vcn1 fw load for VCN 4_0_6Saleemkhan Jamadar1-2/+2
2024-02-13drm/amdgpu: add VCN_5_0_0 IP block supportSonny Jiang1-0/+1339