drm/amdgpu: initialize num_xcd to 1 for gfx v9_0
authorLe Ma <le.ma@amd.com>
Thu, 16 Dec 2021 07:35:25 +0000 (15:35 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 20 Apr 2023 19:43:38 +0000 (15:43 -0400)
commit4e7f84ec068cec6a9a72fe0f558e0ae4cf765c51
treecf39d08479235eb0963c1b04ba277ed91d3b91c9
parent66daccde429611530db82605c197be01adadb389
drm/amdgpu: initialize num_xcd to 1 for gfx v9_0

Assign value here as the num_xcd is referenced in some gfx9 common path.

Signed-off-by: Le Ma <le.ma@amd.com>
Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c