提交 b4d6126d 编写于 作者: M Monk Liu 提交者: Alex Deucher

drm/amdgpu:virt_init_setting invoke is missed!

this must be invoked during early init
Signed-off-by: NMonk Liu <Monk.Liu@amd.com>
Reviewed-by: NAlex Deucher <alexander.deucher@amd.com>
Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
上级 71aec257
......@@ -546,6 +546,10 @@ static int soc15_common_early_init(void *handle)
(amdgpu_ip_block_mask & (1 << AMD_IP_BLOCK_TYPE_PSP)))
psp_enabled = true;
if (amdgpu_sriov_vf(adev)) {
amdgpu_virt_init_setting(adev);
}
/*
* nbio need be used for both sdma and gfx9, but only
* initializes once
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册