Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

drm/amdgpu: enable mode2 reset for SMU IP v15.0.0

Set the default reset method to mode2 for SMU 15.0.0.

Signed-off-by: Kanala Ramalingeswara Reddy <Kanala.RamalingeswaraReddy@amd.com>
Signed-off-by: Pratik Vishwakarma <Pratik.Vishwakarma@amd.com>
Acked-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

authored by

Pratik Vishwakarma and committed by
Alex Deucher
39a96f12 782baa76

+1
+1
drivers/gpu/drm/amd/amdgpu/soc21.c
··· 422 422 case IP_VERSION(14, 0, 1): 423 423 case IP_VERSION(14, 0, 4): 424 424 case IP_VERSION(14, 0, 5): 425 + case IP_VERSION(15, 0, 0): 425 426 return AMD_RESET_METHOD_MODE2; 426 427 default: 427 428 if (amdgpu_dpm_is_baco_supported(adev))