diff options
| author | Huang Rui <[email protected]> | 2022-04-19 21:49:14 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2022-05-06 14:36:15 +0000 |
| commit | 10eab4e7d74a789234418c42de72682b2ee9001a (patch) | |
| tree | 8ea0d78199b477f82a6dff4b5a3c16abfc640908 /drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c | |
| parent | drm/amdgpu: enable imu firmware for GC 11.0.1 (diff) | |
| download | kernel-10eab4e7d74a789234418c42de72682b2ee9001a.tar.gz kernel-10eab4e7d74a789234418c42de72682b2ee9001a.zip | |
drm/amdgpu/discovery: enable gfx v11 for GC 11.0.1
Enable gfx v11 for GC 11.0.1.
Signed-off-by: Huang Rui <[email protected]>
Reviewed-by: Aaron Liu <[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 8621e30b52ba..9c44b2250a3c 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c @@ -1749,6 +1749,7 @@ static int amdgpu_discovery_set_gc_ip_blocks(struct amdgpu_device *adev) amdgpu_device_ip_block_add(adev, &gfx_v10_0_ip_block); break; case IP_VERSION(11, 0, 0): + case IP_VERSION(11, 0, 1): case IP_VERSION(11, 0, 2): amdgpu_device_ip_block_add(adev, &gfx_v11_0_ip_block); break; |
