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: Set GC family for GC 11.0.3

Set AMDGPU_FAMILY_GC_11_0_0.

Signed-off-by: Hawking Zhang <Hawking.Zhang@amd.com>
Reviewed-by: Frank Min <Frank.Min@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

authored by

Hawking Zhang and committed by
Alex Deucher
2b569234 f926464e

+1
+1
drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c
··· 2170 2170 break; 2171 2171 case IP_VERSION(11, 0, 0): 2172 2172 case IP_VERSION(11, 0, 2): 2173 + case IP_VERSION(11, 0, 3): 2173 2174 adev->family = AMDGPU_FAMILY_GC_11_0_0; 2174 2175 break; 2175 2176 case IP_VERSION(11, 0, 1):