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

drm/amdgpu: Add psp v14_0_3 ras support

Add psp v14_0_3 ras support.

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
2c2b84f1 55f4139b

+1
+1
drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c
··· 3571 3571 case IP_VERSION(13, 0, 6): 3572 3572 case IP_VERSION(13, 0, 12): 3573 3573 case IP_VERSION(13, 0, 14): 3574 + case IP_VERSION(14, 0, 3): 3574 3575 return true; 3575 3576 default: 3576 3577 return false;