diff options
| author | Prike Liang <Prike.Liang@amd.com> | 2023-07-14 16:01:27 -0400 |
|---|---|---|
| committer | Alex Deucher <alexander.deucher@amd.com> | 2023-08-30 15:00:22 -0400 |
| commit | bb7249ee45ff3133d4b531bb7bea3b979cc83e52 (patch) | |
| tree | d801d006ed94ff5ec438a51433646ff8d0e9e535 /drivers | |
| parent | drm/amdgpu/soc21: add initial GC 11.5.0 soc21 support (diff) | |
| download | linux-bb7249ee45ff3133d4b531bb7bea3b979cc83e52.tar.gz linux-bb7249ee45ff3133d4b531bb7bea3b979cc83e52.zip | |
drm/amdgpu/discovery: enable soc21 support
Add 11.5.0 to IP discovery table.
Signed-off-by: Prike Liang <Prike.Liang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers')
| -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 717ed4521dec..d8040dd7d98f 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c @@ -1632,6 +1632,7 @@ static int amdgpu_discovery_set_common_ip_blocks(struct amdgpu_device *adev) case IP_VERSION(11, 0, 2): case IP_VERSION(11, 0, 3): case IP_VERSION(11, 0, 4): + case IP_VERSION(11, 5, 0): amdgpu_device_ip_block_add(adev, &soc21_common_ip_block); break; default: |
