diff options
| author | Prike Liang <[email protected]> | 2021-10-26 02:22:48 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2022-02-16 22:30:02 +0000 |
| commit | 2019bf7cd2135bf4633dcde8357c63fdf1ae87d7 (patch) | |
| tree | b3d24603fdf8f12d51e46c794d323ef655a88e26 /drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c | |
| parent | drm/amd: smu7: downgrade voltage error to info (diff) | |
| download | kernel-2019bf7cd2135bf4633dcde8357c63fdf1ae87d7.tar.gz kernel-2019bf7cd2135bf4633dcde8357c63fdf1ae87d7.zip | |
drm/amdgpu/discovery: Add 13.0.9 SMUIO block
Add SMUIO sw function for the new SMUIO block.
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 1befe6b3c5db..1fedea184027 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c @@ -1890,6 +1890,7 @@ int amdgpu_discovery_set_ip_blocks(struct amdgpu_device *adev) case IP_VERSION(11, 0, 11): case IP_VERSION(11, 5, 0): case IP_VERSION(13, 0, 1): + case IP_VERSION(13, 0, 9): adev->smuio.funcs = &smuio_v11_0_6_funcs; break; case IP_VERSION(13, 0, 2): |
