drm/amdgpu: add num_xcps return

Add num_xcps return.

Signed-off-by: James Zhu <James.Zhu@amd.com>
Reviewed-by: Lijo Lazar <lijo.lazar@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
James Zhu
2023-01-10 09:05:35 -05:00
committed by Alex Deucher
parent 1bd99ca269
commit 13a94f3f13

View File

@@ -318,6 +318,8 @@ static int aqua_vanjaram_switch_partition_mode(struct amdgpu_xcp_mgr *xcp_mgr,
adev->nbio.funcs->set_compute_partition_mode(adev, mode);
ret = __aqua_vanjaram_post_partition_switch(xcp_mgr, flags);
*num_xcps = num_xcc / num_xcc_per_xcp;
unlock:
if (flags & AMDGPU_XCP_OPS_KFD)
amdgpu_amdkfd_unlock_kfd(adev);