diff options
| author | Prike Liang <[email protected]> | 2021-11-12 07:28:55 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2022-02-16 22:30:03 +0000 |
| commit | db090ff8f98d8314fab0442a16e7b1e6a33e16be (patch) | |
| tree | a1756d71f24d9049f866c413100a26d409b32659 /drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c | |
| parent | drm/amdgpu/psp: Add support for MP0 13.0.8 (diff) | |
| download | kernel-db090ff8f98d8314fab0442a16e7b1e6a33e16be.tar.gz kernel-db090ff8f98d8314fab0442a16e7b1e6a33e16be.zip | |
drm/amd/pm: Add support for MP1 13.0.8
Set smu sw function and enable swSMU support for MP1.
Signed-off-by: Prike Liang <[email protected]>
Reviewed-by: Alex Deucher <[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 30fb2f69b87d..150e493a76b1 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c @@ -1337,6 +1337,7 @@ static int amdgpu_discovery_set_smu_ip_blocks(struct amdgpu_device *adev) case IP_VERSION(13, 0, 1): case IP_VERSION(13, 0, 2): case IP_VERSION(13, 0, 3): + case IP_VERSION(13, 0, 8): amdgpu_device_ip_block_add(adev, &smu_v13_0_ip_block); break; default: |
