From: Flora Cui Date: Fri, 15 Apr 2022 14:27:31 +0000 (-0400) Subject: drm/amdgpu/discovery: set family for GC 11.0.2 X-Git-Tag: howlett/maple/20220722_2~460^2~3^2~143 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=30ca5b2b6b7ea5053e7dfd09de72088f60aa433c;p=users%2Fjedix%2Flinux-maple.git drm/amdgpu/discovery: set family for GC 11.0.2 Set AMDGPU_FAMILY_GC_11_0_0. Reviewed-by: Hawking Zhang Signed-off-by: Flora Cui Signed-off-by: Alex Deucher --- diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c index b9e04bdafcdd..7ffbe38450cc 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c @@ -2125,6 +2125,7 @@ int amdgpu_discovery_set_ip_blocks(struct amdgpu_device *adev) adev->family = AMDGPU_FAMILY_GC_10_3_7; break; case IP_VERSION(11, 0, 0): + case IP_VERSION(11, 0, 2): adev->family = AMDGPU_FAMILY_GC_11_0_0; break; default: