Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_virt.c675 struct amd_sriov_msg_pf2vf_info *pf2vf_v2 = NULL; in amdgpu_virt_exchange_data() local
699 pf2vf_v2 = (struct amd_sriov_msg_pf2vf_info *)adev->virt.fw_reserve.p_pf2vf; in amdgpu_virt_exchange_data()
701 bp_block_offset = ((uint64_t)pf2vf_v2->bp_block_offset_low & 0xFFFFFFFF) | in amdgpu_virt_exchange_data()
702 ((((uint64_t)pf2vf_v2->bp_block_offset_high) << 32) & 0xFFFFFFFF00000000); in amdgpu_virt_exchange_data()
703 bp_block_size = pf2vf_v2->bp_block_size; in amdgpu_virt_exchange_data()

Completed in 4 milliseconds