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 psp v14_0_3 RAS support for non-SRIOV configurations.

Enable psp v14_0_3 RAS support for non-SRIOV configurations.

Signed-off-by: Candice Li <candice.li@amd.com>
Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

authored by

Candice Li and committed by
Alex Deucher
d1ebe307 b4b7271e

+1 -1
+1 -1
drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c
··· 3572 3572 case IP_VERSION(13, 0, 6): 3573 3573 case IP_VERSION(13, 0, 12): 3574 3574 case IP_VERSION(13, 0, 14): 3575 - case IP_VERSION(14, 0, 3): 3576 3575 return true; 3577 3576 default: 3578 3577 return false; ··· 3585 3586 case IP_VERSION(13, 0, 10): 3586 3587 case IP_VERSION(13, 0, 12): 3587 3588 case IP_VERSION(13, 0, 14): 3589 + case IP_VERSION(14, 0, 3): 3588 3590 return true; 3589 3591 default: 3590 3592 return false;