diff options
| author | Flora Cui <[email protected]> | 2022-04-15 14:27:31 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2022-05-05 20:52:57 +0000 |
| commit | 30ca5b2b6b7ea5053e7dfd09de72088f60aa433c (patch) | |
| tree | 73e682d55261d735dbf36b2a81266c5caecb99ee /drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c | |
| parent | drm/amdgpu/discovery: add gfx11 support for GC 11.0.2 (diff) | |
| download | kernel-30ca5b2b6b7ea5053e7dfd09de72088f60aa433c.tar.gz kernel-30ca5b2b6b7ea5053e7dfd09de72088f60aa433c.zip | |
drm/amdgpu/discovery: set family for GC 11.0.2
Set AMDGPU_FAMILY_GC_11_0_0.
Reviewed-by: Hawking Zhang <[email protected]>
Signed-off-by: Flora Cui <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c | 1 |
1 files changed, 1 insertions, 0 deletions
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: |
