Home
last modified time | relevance | path

Searched refs:p_pf2vf (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/amd/amdgpu/
Damdgpu_virt.h68 struct amd_sriov_msg_pf2vf_info_header *p_pf2vf; member
235 if (!adev->virt.fw_reserve.p_pf2vf) \
238 if (adev->virt.fw_reserve.p_pf2vf->version == 1) \
239 *(val) = ((struct amdgim_pf2vf_info_v1 *)adev->virt.fw_reserve.p_pf2vf)->field; \
240 if (adev->virt.fw_reserve.p_pf2vf->version == 2) \
241 *(val) = ((struct amdgim_pf2vf_info_v2 *)adev->virt.fw_reserve.p_pf2vf)->field; \
Damdgpu_virt.c337 adev->virt.fw_reserve.p_pf2vf = NULL; in amdgpu_virt_init_data_exchange()
341 adev->virt.fw_reserve.p_pf2vf = in amdgpu_virt_init_data_exchange()
351 adev->virt.fw_reserve.p_pf2vf, pf2vf_size, in amdgpu_virt_init_data_exchange()
355 ((void *)adev->virt.fw_reserve.p_pf2vf + in amdgpu_virt_init_data_exchange()
Dmxgpu_ai.c189 size = strnlen((((char *)adev->virt.fw_reserve.p_pf2vf) + in xgpu_ai_get_pp_clk()
193 strcpy(buf,((char *)adev->virt.fw_reserve.p_pf2vf + val)); in xgpu_ai_get_pp_clk()