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: Initialize smuio functions for smuio v15_0_8

Add initialization for smuio funcs specific to v15.0.8

Signed-off-by: Hawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: Likun Gao <Likun.Gao@amd.com>
Reviewed-by: Yang Wang <kevinyang.wang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

authored by

Hawking Zhang and committed by
Alex Deucher
4c7838b5 c0d4cc90

+4
+4
drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c
··· 103 103 #include "smuio_v13_0_3.h" 104 104 #include "smuio_v13_0_6.h" 105 105 #include "smuio_v14_0_2.h" 106 + #include "smuio_v15_0_8.h" 106 107 #include "vcn_v5_0_0.h" 107 108 #include "vcn_v5_0_1.h" 108 109 #include "jpeg_v5_0_0.h" ··· 3143 3142 break; 3144 3143 case IP_VERSION(14, 0, 2): 3145 3144 adev->smuio.funcs = &smuio_v14_0_2_funcs; 3145 + break; 3146 + case IP_VERSION(15, 0, 8): 3147 + adev->smuio.funcs = &smuio_v15_0_8_funcs; 3146 3148 break; 3147 3149 default: 3148 3150 break;