diff options
| author | Flora Cui <[email protected]> | 2022-04-15 14:20:54 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2022-05-05 20:51:58 +0000 |
| commit | eee5ed424183e9dbbfc8a0269ad0e925dfb3f37f (patch) | |
| tree | 640282c1bdc1f18ff563e759d275b11123c75ff2 /drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c | |
| parent | drm/amdgpu: add GMC11 support for GC 11.0.2 (diff) | |
| download | kernel-eee5ed424183e9dbbfc8a0269ad0e925dfb3f37f.tar.gz kernel-eee5ed424183e9dbbfc8a0269ad0e925dfb3f37f.zip | |
drm/amdgpu/discovery: add gmc11 support for GC 11.0.2
Enable gmc11 support.
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 02583b34b996..6771eb798de8 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c @@ -1521,6 +1521,7 @@ static int amdgpu_discovery_set_gmc_ip_blocks(struct amdgpu_device *adev) amdgpu_device_ip_block_add(adev, &gmc_v10_0_ip_block); break; case IP_VERSION(11, 0, 0): + case IP_VERSION(11, 0, 2): amdgpu_device_ip_block_add(adev, &gmc_v11_0_ip_block); break; default: |
