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

drm/amdgpu: Add unique_id support for GC 11.0.1/2

These can support unique_id, so create the sysfs file for them

Signed-off-by: Kent Russell <kent.russell@amd.com>
Reviewed-by: Harish Kasiviswanathan <Harish.Kasiviswanathan@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Cc: stable@vger.kernel.org # 6.1.x

authored by

Kent Russell and committed by
Alex Deucher
c108a184 dc38b996

+2
+2
drivers/gpu/drm/amd/pm/amdgpu_pm.c
··· 1991 1991 case IP_VERSION(9, 4, 2): 1992 1992 case IP_VERSION(10, 3, 0): 1993 1993 case IP_VERSION(11, 0, 0): 1994 + case IP_VERSION(11, 0, 1): 1995 + case IP_VERSION(11, 0, 2): 1994 1996 *states = ATTR_STATE_SUPPORTED; 1995 1997 break; 1996 1998 default: