aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/gpu/drm/amd/amdgpu/vcn_v2_5.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-29drm/amdgpu/vcn2.5: read back register after writtenDavid (Ming Qiang) Wu1-0/+19
2025-05-07drm/amdgpu/vcn: using separate VCN1_AON_SOC offsetRuijing Dong1-0/+1
2025-03-19drm/amdgpu/vcn: adjust workload profile handlingAlex Deucher1-10/+18
2025-03-19drm/amdgpu/vcn: fix ref counting for ring based profile handlingAlex Deucher1-8/+18
2025-03-10drm/amdgpu/vcn: fix idle work handler for VCN 2.5Alex Deucher1-4/+116
2025-02-27drm/amdgpu/vcn2.5: use generic set_power_gating_state helperAlex Deucher1-19/+2
2025-02-27drm/amdgpu/vcn2.5: add set_pg_state callbackAlex Deucher1-17/+20
2025-02-27drm/amdgpu/vcn: adjust pause_dpg_mode function signatureAlex Deucher1-4/+6
2025-02-27drm/amdgpu/vcn2.5: convert internal functions to use vcn_instAlex Deucher1-29/+51
2025-02-27drm/amdgpu/vcn: switch vcn helpers to be instance basedAlex Deucher1-29/+42
2025-02-27drm/amdgpu/vcn: move more instanced data to vcn_instanceAlex Deucher1-25/+26
2025-02-27drm/amdgpu/vcn: make powergating status per instanceAlex Deucher1-14/+29
2025-02-27drm/amdgpu/vcn: switch work handler to be per instanceAlex Deucher1-2/+2
2025-02-27drm/amdgpu/vcn2.5: fix VCN stop logicAlex Deucher1-6/+9
2025-02-25drm/amdgpu: update the handle ptr in is_idleSunil Khatri1-3/+3
2025-02-17drm/amdgpu: Rename VCN clock gating function for consistencySrinivasan Shanmugam1-1/+1
2025-02-12drm/amdgpu/vcn2.5: split code along instancesAlex Deucher1-430/+411
2024-12-10drm/amdgpu: move per inst variables to amdgpu_vcn_instBoyuan Zhang1-3/+3
2024-12-10drm/amdgpu: pass ip_block in set_clockgating_stateBoyuan Zhang1-3/+4
2024-12-10drm/amdgpu: pass ip_block in set_powergating_stateBoyuan Zhang1-4/+4
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-10-22drm/amdgpu: Clean the functions pointer set as NULLSunil Khatri1-10/+0
2024-10-07drm/amdgpu: change the comment from handle to ip_blockSunil Khatri1-7/+7
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-01drm/amdgpu: update the handle ptr in sw_finiSunil Khatri1-2/+2
2024-10-01drm/amdgpu: update the handle ptr in sw_initSunil Khatri1-2/+2
2024-10-01drm/amdgpu: update the handle ptr in early_initSunil Khatri1-2/+2
2024-10-01drm/amdgpu: update the handle ptr in print_ip_stateSunil Khatri1-2/+2
2024-10-01drm/amdgpu: update the handle ptr in dump_ip_stateSunil Khatri1-2/+2
2024-08-16drm/amdgpu: add vcn ip dump support for vcn_v2_6Sunil Khatri1-2/+2
2024-08-16drm/amdgpu: add print support for vcn_v2_5 ip dumpSunil Khatri1-1/+33
2024-08-16drm/amdgpu: add vcn_v2_5 ip dump supportSunil Khatri1-1/+79
2024-06-14drm/amdgpu: drop some kernel messages in VCN codeDavid (Ming Qiang) Wu1-9/+2
2024-04-26drm/amdgpu: add protype for print ip stateSunil Khatri1-0/+2
2024-04-26drm/amdgpu: add prototype for ip dumpSunil Khatri1-0/+2
2024-03-20drm/amdgpu/vcn: enable vcn1 fw load for VCN 4_0_6Saleemkhan Jamadar1-3/+5
2023-09-20drm/amdgpu: Use function for IP version checkLijo Lazar1-4/+5
2023-07-12drm/amdgpu: use psp_execute_load_ip_fw insteadLang Yu1-3/+1
2023-06-09drm/amdgpu: add RAS POISON interrupt funcs for vcn_v2_6Horatio Zhang1-4/+21
2023-06-09drm/amdgpu: introduce vmhub definition for multi-partition cases (v3)Hawking Zhang1-4/+4
2023-04-14drm/amdgpu: move vmhub out of amdgpu_ring_funcs (v4)Le Ma1-71/+13
2023-03-13drm/amdgpu: Move vcn ras block init to ras sw_initHawking Zhang1-2/+4
2023-01-09drm/amd: Load VCN microcode during early_initMario Limonciello1-2/+3
2022-11-23drm/amdgpu: enable RAS poison for VCN 2.6Tao Zhou1-0/+29
2022-11-17drm/amdgpu: define common vcn_set_ras_funcsTao Zhou1-12/+1