Skip to content

Commit 16fbc18

Browse files
hkasivisalexdeucher
authored andcommitted
drm/amd/pm: add unique_id for gfx12
Expose unique_id for gfx12 Signed-off-by: Harish Kasiviswanathan <[email protected]> Reviewed-by: Alex Deucher <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent 19478f2 commit 16fbc18

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
@@ -2341,6 +2341,8 @@ static int default_attr_update(struct amdgpu_device *adev, struct amdgpu_device_
23412341
case IP_VERSION(11, 0, 1):
23422342
case IP_VERSION(11, 0, 2):
23432343
case IP_VERSION(11, 0, 3):
2344+
case IP_VERSION(12, 0, 0):
2345+
case IP_VERSION(12, 0, 1):
23442346
*states = ATTR_STATE_SUPPORTED;
23452347
break;
23462348
default:

0 commit comments

Comments
 (0)