Skip to content

Commit 19b53f9

Browse files
hkasivisalexdeucher
authored andcommitted
drm/amd/pm: add unique_id for gfx12
Expose unique_id for gfx12 Signed-off-by: Harish Kasiviswanathan <Harish.Kasiviswanathan@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com> (cherry picked from commit 16fbc18) Cc: stable@vger.kernel.org # 6.12.x
1 parent 7fc0765 commit 19b53f9

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
@@ -2421,6 +2421,8 @@ static int default_attr_update(struct amdgpu_device *adev, struct amdgpu_device_
24212421
case IP_VERSION(11, 0, 1):
24222422
case IP_VERSION(11, 0, 2):
24232423
case IP_VERSION(11, 0, 3):
2424+
case IP_VERSION(12, 0, 0):
2425+
case IP_VERSION(12, 0, 1):
24242426
*states = ATTR_STATE_SUPPORTED;
24252427
break;
24262428
default:

0 commit comments

Comments
 (0)