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/amd/pm: Add mode2 support for SMU v13.0.12

Add mode2 reset support for smu version 13.0.12

Signed-off-by: Asad Kamal <asad.kamal@amd.com>
Reviewed-by: Lijo Lazar <lijo.lazar@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

authored by

Asad Kamal and committed by
Alex Deucher
100350c3 1d5b62e3

+3
+2
drivers/gpu/drm/amd/amdgpu/amdgpu_reset.c
··· 183 183 switch (amdgpu_ip_version(adev, MP1_HWIP, 0)) { 184 184 case IP_VERSION(13, 0, 2): 185 185 case IP_VERSION(13, 0, 6): 186 + case IP_VERSION(13, 0, 12): 186 187 case IP_VERSION(13, 0, 14): 187 188 ret = aldebaran_reset_init(adev); 188 189 break; ··· 207 206 switch (amdgpu_ip_version(adev, MP1_HWIP, 0)) { 208 207 case IP_VERSION(13, 0, 2): 209 208 case IP_VERSION(13, 0, 6): 209 + case IP_VERSION(13, 0, 12): 210 210 case IP_VERSION(13, 0, 14): 211 211 ret = aldebaran_reset_fini(adev); 212 212 break;
+1
drivers/gpu/drm/amd/amdgpu/soc15.c
··· 556 556 break; 557 557 case IP_VERSION(13, 0, 6): 558 558 case IP_VERSION(13, 0, 14): 559 + case IP_VERSION(13, 0, 12): 559 560 /* Use gpu_recovery param to target a reset method. 560 561 * Enable triggering of GPU reset only if specified 561 562 * by module parameter.