On Wed, Feb 4, 2026 at 12:02 AM Pratik Vishwakarma <[email protected]> wrote: > > Set the default reset method to mode2 for SMU 15.0.0. > > Signed-off-by: Kanala Ramalingeswara Reddy > <[email protected]> > Signed-off-by: Pratik Vishwakarma <[email protected]>
Acked-by: Alex Deucher <[email protected]> > --- > drivers/gpu/drm/amd/amdgpu/soc21.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/gpu/drm/amd/amdgpu/soc21.c > b/drivers/gpu/drm/amd/amdgpu/soc21.c > index d9cc649d81ad..79d132fc8ca9 100644 > --- a/drivers/gpu/drm/amd/amdgpu/soc21.c > +++ b/drivers/gpu/drm/amd/amdgpu/soc21.c > @@ -422,6 +422,7 @@ soc21_asic_reset_method(struct amdgpu_device *adev) > case IP_VERSION(14, 0, 1): > case IP_VERSION(14, 0, 4): > case IP_VERSION(14, 0, 5): > + case IP_VERSION(15, 0, 0): > return AMD_RESET_METHOD_MODE2; > default: > if (amdgpu_dpm_is_baco_supported(adev)) > -- > 2.43.0 >
