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: Init mmhub v1_8_1 ras func

reuse mmhub v1_8 ras functuion

Signed-off-by: Hawking Zhang <Hawking.Zhang@amd.com>
Reviewed-by: Asad Kamal <asad.kamal@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

authored by

Hawking Zhang and committed by
Alex Deucher
57bcfa89 bd18b11f

+1
+1
drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c
··· 1542 1542 adev->mmhub.ras = &mmhub_v1_7_ras; 1543 1543 break; 1544 1544 case IP_VERSION(1, 8, 0): 1545 + case IP_VERSION(1, 8, 1): 1545 1546 adev->mmhub.ras = &mmhub_v1_8_ras; 1546 1547 break; 1547 1548 default: