Home
last modified time | relevance | path

Searched defs:fw_shared (Results 1 – 7 of 7) sorted by relevance

/linux-6.6.21/drivers/gpu/drm/amd/amdgpu/
Dvcn_v4_0_3.c110 volatile struct amdgpu_vcn4_fw_shared *fw_shared; in vcn_v4_0_3_sw_init() local
176 volatile struct amdgpu_vcn4_fw_shared *fw_shared; in vcn_v4_0_3_sw_fini() local
716 volatile struct amdgpu_vcn4_fw_shared *fw_shared = in vcn_v4_0_3_start_dpg_mode() local
873 volatile struct amdgpu_vcn4_fw_shared *fw_shared; in vcn_v4_0_3_start_sriov() local
1044 volatile struct amdgpu_vcn4_fw_shared *fw_shared; in vcn_v4_0_3_start() local
1252 volatile struct amdgpu_vcn4_fw_shared *fw_shared; in vcn_v4_0_3_stop() local
Dvcn_v3_0.c154 volatile struct amdgpu_fw_shared *fw_shared; in vcn_v3_0_sw_init() local
264 volatile struct amdgpu_fw_shared *fw_shared; in vcn_v3_0_sw_fini() local
944 volatile struct amdgpu_fw_shared *fw_shared = adev->vcn.inst[inst_idx].fw_shared.cpu_addr; in vcn_v3_0_start_dpg_mode() local
1096 volatile struct amdgpu_fw_shared *fw_shared; in vcn_v3_0_start() local
1600 volatile struct amdgpu_fw_shared *fw_shared; in vcn_v3_0_pause_dpg_mode() local
1718 volatile struct amdgpu_fw_shared *fw_shared; in vcn_v3_0_dec_ring_set_wptr() local
Dvcn_v4_0.c127 volatile struct amdgpu_vcn4_fw_shared *fw_shared; in vcn_v4_0_sw_init() local
215 volatile struct amdgpu_vcn4_fw_shared *fw_shared; in vcn_v4_0_sw_fini() local
916 volatile struct amdgpu_vcn4_fw_shared *fw_shared = adev->vcn.inst[inst_idx].fw_shared.cpu_addr; in vcn_v4_0_start_dpg_mode() local
1043 volatile struct amdgpu_vcn4_fw_shared *fw_shared; in vcn_v4_0_start() local
1238 volatile struct amdgpu_vcn4_fw_shared *fw_shared; in vcn_v4_0_start_sriov() local
1460 volatile struct amdgpu_vcn4_fw_shared *fw_shared; in vcn_v4_0_stop() local
Dvcn_v2_5.c162 volatile struct amdgpu_fw_shared *fw_shared; in vcn_v2_5_sw_init() local
257 volatile struct amdgpu_fw_shared *fw_shared; in vcn_v2_5_sw_fini() local
821 volatile struct amdgpu_fw_shared *fw_shared = adev->vcn.inst[inst_idx].fw_shared.cpu_addr; in vcn_v2_5_start_dpg_mode() local
1045 volatile struct amdgpu_fw_shared *fw_shared = adev->vcn.inst[i].fw_shared.cpu_addr; in vcn_v2_5_start() local
1467 volatile struct amdgpu_fw_shared *fw_shared = adev->vcn.inst[inst_idx].fw_shared.cpu_addr; in vcn_v2_5_pause_dpg_mode() local
Dvcn_v2_0.c100 volatile struct amdgpu_fw_shared *fw_shared; in vcn_v2_0_sw_init() local
201 volatile struct amdgpu_fw_shared *fw_shared = adev->vcn.inst->fw_shared.cpu_addr; in vcn_v2_0_sw_fini() local
797 volatile struct amdgpu_fw_shared *fw_shared = adev->vcn.inst->fw_shared.cpu_addr; in vcn_v2_0_start_dpg_mode() local
932 volatile struct amdgpu_fw_shared *fw_shared = adev->vcn.inst->fw_shared.cpu_addr; in vcn_v2_0_start() local
1220 volatile struct amdgpu_fw_shared *fw_shared = adev->vcn.inst->fw_shared.cpu_addr; in vcn_v2_0_pause_dpg_mode() local
Dvcn_v1_0.c156 volatile struct amdgpu_fw_shared *fw_shared = adev->vcn.inst->fw_shared.cpu_addr; in vcn_v1_0_sw_init() local
Damdgpu_vcn.h253 struct amdgpu_vcn_fw_shared fw_shared; member