Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/amd/amdgpu/
Dvcn_v5_0_0.c134 volatile struct amdgpu_vcn5_fw_shared *fw_shared; in vcn_v5_0_0_sw_init() local
201 volatile struct amdgpu_vcn5_fw_shared *fw_shared; in vcn_v5_0_0_sw_fini() local
664 volatile struct amdgpu_vcn5_fw_shared *fw_shared = adev->vcn.inst[inst_idx].fw_shared.cpu_addr; in vcn_v5_0_0_start_dpg_mode() local
761 volatile struct amdgpu_vcn5_fw_shared *fw_shared; in vcn_v5_0_0_start() local
945 volatile struct amdgpu_vcn5_fw_shared *fw_shared; in vcn_v5_0_0_stop() local
Dvcn_v4_0_5.c150 volatile struct amdgpu_vcn4_fw_shared *fw_shared; in vcn_v4_0_5_sw_init() local
234 volatile struct amdgpu_vcn4_fw_shared *fw_shared; in vcn_v4_0_5_sw_fini() local
875 volatile struct amdgpu_vcn4_fw_shared *fw_shared = adev->vcn.inst[inst_idx].fw_shared.cpu_addr; in vcn_v4_0_5_start_dpg_mode() local
1000 volatile struct amdgpu_vcn4_fw_shared *fw_shared; in vcn_v4_0_5_start() local
1211 volatile struct amdgpu_vcn4_fw_shared *fw_shared; in vcn_v4_0_5_stop() local
Dvcn_v4_0_3.c151 volatile struct amdgpu_vcn4_fw_shared *fw_shared; in vcn_v4_0_3_sw_init() local
226 volatile struct amdgpu_vcn4_fw_shared *fw_shared; in vcn_v4_0_3_sw_fini() local
763 volatile struct amdgpu_vcn4_fw_shared *fw_shared = in vcn_v4_0_3_start_dpg_mode() local
920 volatile struct amdgpu_vcn4_fw_shared *fw_shared; in vcn_v4_0_3_start_sriov() local
1091 volatile struct amdgpu_vcn4_fw_shared *fw_shared; in vcn_v4_0_3_start() local
1299 volatile struct amdgpu_vcn4_fw_shared *fw_shared; in vcn_v4_0_3_stop() local
Dvcn_v3_0.c193 volatile struct amdgpu_fw_shared *fw_shared; in vcn_v3_0_sw_init() local
313 volatile struct amdgpu_fw_shared *fw_shared; in vcn_v3_0_sw_fini() local
989 volatile struct amdgpu_fw_shared *fw_shared = adev->vcn.inst[inst_idx].fw_shared.cpu_addr; in vcn_v3_0_start_dpg_mode() local
1141 volatile struct amdgpu_fw_shared *fw_shared; in vcn_v3_0_start() local
1646 volatile struct amdgpu_fw_shared *fw_shared; in vcn_v3_0_pause_dpg_mode() local
1765 volatile struct amdgpu_fw_shared *fw_shared; in vcn_v3_0_dec_ring_set_wptr() local
Dvcn_v4_0.c141 volatile struct amdgpu_vcn4_fw_shared *fw_shared; in vcn_v4_0_fw_shared_init() local
267 volatile struct amdgpu_vcn4_fw_shared *fw_shared; in vcn_v4_0_sw_fini() local
961 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
1088 volatile struct amdgpu_vcn4_fw_shared *fw_shared; in vcn_v4_0_start() local
1304 volatile struct amdgpu_vcn4_fw_shared *fw_shared; in vcn_v4_0_start_sriov() local
1548 volatile struct amdgpu_vcn4_fw_shared *fw_shared; in vcn_v4_0_stop() local
Dvcn_v2_5.c201 volatile struct amdgpu_fw_shared *fw_shared; in vcn_v2_5_sw_init() local
306 volatile struct amdgpu_fw_shared *fw_shared; in vcn_v2_5_sw_fini() local
869 volatile struct amdgpu_fw_shared *fw_shared = adev->vcn.inst[inst_idx].fw_shared.cpu_addr; in vcn_v2_5_start_dpg_mode() local
1093 volatile struct amdgpu_fw_shared *fw_shared = adev->vcn.inst[i].fw_shared.cpu_addr; in vcn_v2_5_start() local
1515 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.c138 volatile struct amdgpu_fw_shared *fw_shared; in vcn_v2_0_sw_init() local
248 volatile struct amdgpu_fw_shared *fw_shared = adev->vcn.inst->fw_shared.cpu_addr; in vcn_v2_0_sw_fini() local
841 volatile struct amdgpu_fw_shared *fw_shared = adev->vcn.inst->fw_shared.cpu_addr; in vcn_v2_0_start_dpg_mode() local
976 volatile struct amdgpu_fw_shared *fw_shared = adev->vcn.inst->fw_shared.cpu_addr; in vcn_v2_0_start() local
1264 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.c194 volatile struct amdgpu_fw_shared *fw_shared = adev->vcn.inst->fw_shared.cpu_addr; in vcn_v1_0_sw_init() local
Damdgpu_vcn.h298 struct amdgpu_vcn_fw_shared fw_shared; member