diff options
| author | Tim Huang <[email protected]> | 2024-12-05 09:23:04 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2025-02-13 02:02:55 +0000 |
| commit | e7704d7c72f028af67492b451ffd31d3b5e4603c (patch) | |
| tree | a130527a9625d543e3886044be8eedf72ec46e0c /drivers/gpu/drm/amd/amdgpu/soc21.c | |
| parent | drm/amdgpu: enable VCN/JPEG CGPG for GC IP version 11.5.3 (diff) | |
| download | kernel-e7704d7c72f028af67492b451ffd31d3b5e4603c.tar.gz kernel-e7704d7c72f028af67492b451ffd31d3b5e4603c.zip | |
drm/amdgpu: add support for SMU IP version 14.0.5
This initializes SMU IP version 14.0.5.
Signed-off-by: Tim Huang <[email protected]>
Reviewed-by: Yifan Zhang <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/soc21.c')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/soc21.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/soc21.c b/drivers/gpu/drm/amd/amdgpu/soc21.c index 2e86c730d192..a302f1ae6282 100644 --- a/drivers/gpu/drm/amd/amdgpu/soc21.c +++ b/drivers/gpu/drm/amd/amdgpu/soc21.c @@ -390,6 +390,7 @@ soc21_asic_reset_method(struct amdgpu_device *adev) case IP_VERSION(14, 0, 0): case IP_VERSION(14, 0, 1): case IP_VERSION(14, 0, 4): + case IP_VERSION(14, 0, 5): return AMD_RESET_METHOD_MODE2; default: if (amdgpu_dpm_is_baco_supported(adev)) |
