Skip to content

Commit c108a18

Browse files
kentrussellalexdeucher
authored andcommitted
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 <[email protected]> Reviewed-by: Harish Kasiviswanathan <[email protected]> Reviewed-by: Christian König <[email protected]> Signed-off-by: Alex Deucher <[email protected]> Cc: [email protected] # 6.1.x
1 parent dc38b99 commit c108a18

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/gpu/drm/amd/pm/amdgpu_pm.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1991,6 +1991,8 @@ static int default_attr_update(struct amdgpu_device *adev, struct amdgpu_device_
19911991
case IP_VERSION(9, 4, 2):
19921992
case IP_VERSION(10, 3, 0):
19931993
case IP_VERSION(11, 0, 0):
1994+
case IP_VERSION(11, 0, 1):
1995+
case IP_VERSION(11, 0, 2):
19941996
*states = ATTR_STATE_SUPPORTED;
19951997
break;
19961998
default:

0 commit comments

Comments
 (0)