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

drm/amdgpu/discovery: add SMUIO_13_0_8 func support

Add SMUIO funcs for SMUIO_13_0_8.

Signed-off-by: Chengming Gui <Jack.Gui@amd.com>
Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

authored by

Chengming Gui and committed by
Alex Deucher
86140844 8742f5f1

+1
+1
drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c
··· 2270 2270 adev->smuio.funcs = &smuio_v13_0_funcs; 2271 2271 break; 2272 2272 case IP_VERSION(13, 0, 6): 2273 + case IP_VERSION(13, 0, 8): 2273 2274 adev->smuio.funcs = &smuio_v13_0_6_funcs; 2274 2275 break; 2275 2276 default: