Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/amd/amdgpu/
Dvcn_v4_0.c115 volatile struct amdgpu_vcn4_fw_shared *fw_shared; in vcn_v4_0_sw_init() local
183 volatile struct amdgpu_vcn4_fw_shared *fw_shared; in vcn_v4_0_sw_fini() local
866 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
993 volatile struct amdgpu_vcn4_fw_shared *fw_shared; in vcn_v4_0_start() local
1188 volatile struct amdgpu_vcn4_fw_shared *fw_shared; in vcn_v4_0_start_sriov() local
1408 volatile struct amdgpu_vcn4_fw_shared *fw_shared; in vcn_v4_0_stop() local
Dvcn_v3_0.c153 volatile struct amdgpu_fw_shared *fw_shared; in vcn_v3_0_sw_init() local
261 volatile struct amdgpu_fw_shared *fw_shared; in vcn_v3_0_sw_fini() local
941 volatile struct amdgpu_fw_shared *fw_shared = adev->vcn.inst[inst_idx].fw_shared.cpu_addr; in vcn_v3_0_start_dpg_mode() local
1095 volatile struct amdgpu_fw_shared *fw_shared; in vcn_v3_0_start() local
1599 volatile struct amdgpu_fw_shared *fw_shared; in vcn_v3_0_pause_dpg_mode() local
1717 volatile struct amdgpu_fw_shared *fw_shared; in vcn_v3_0_dec_ring_set_wptr() local
Dvcn_v2_5.c161 volatile struct amdgpu_fw_shared *fw_shared; in vcn_v2_5_sw_init() local
241 volatile struct amdgpu_fw_shared *fw_shared; in vcn_v2_5_sw_fini() local
775 volatile struct amdgpu_fw_shared *fw_shared = adev->vcn.inst[inst_idx].fw_shared.cpu_addr; in vcn_v2_5_start_dpg_mode() local
999 volatile struct amdgpu_fw_shared *fw_shared = adev->vcn.inst[i].fw_shared.cpu_addr; in vcn_v2_5_start() local
1421 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.c99 volatile struct amdgpu_fw_shared *fw_shared; in vcn_v2_0_sw_init() local
198 volatile struct amdgpu_fw_shared *fw_shared = adev->vcn.inst->fw_shared.cpu_addr; in vcn_v2_0_sw_fini() local
794 volatile struct amdgpu_fw_shared *fw_shared = adev->vcn.inst->fw_shared.cpu_addr; in vcn_v2_0_start_dpg_mode() local
931 volatile struct amdgpu_fw_shared *fw_shared = adev->vcn.inst->fw_shared.cpu_addr; in vcn_v2_0_start() local
1219 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.c153 volatile struct amdgpu_fw_shared *fw_shared = adev->vcn.inst->fw_shared.cpu_addr; in vcn_v1_0_sw_init() local
Damdgpu_vcn.h244 struct amdgpu_vcn_fw_shared fw_shared; member