diff options
author | 2025-03-11 14:15:18 -0400 | |
---|---|---|
committer | 2025-03-13 23:09:49 -0400 | |
commit | 16fbc18cb07470cd33fb5f37ad181b51583e6dc0 (patch) | |
tree | ca278fafda82c79cbd63c89c1126e94f9a25ddb1 /drivers/gpu/drm/amd/pm/amdgpu_pm.c | |
parent | drm/amdgpu: Update SRIOV video codec caps (diff) | |
download | linux-rng-16fbc18cb07470cd33fb5f37ad181b51583e6dc0.tar.xz linux-rng-16fbc18cb07470cd33fb5f37ad181b51583e6dc0.zip |
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>
Diffstat (limited to 'drivers/gpu/drm/amd/pm/amdgpu_pm.c')
-rw-r--r-- | drivers/gpu/drm/amd/pm/amdgpu_pm.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/pm/amdgpu_pm.c b/drivers/gpu/drm/amd/pm/amdgpu_pm.c index 1d04f1b79ded..2179344e78d9 100644 --- a/drivers/gpu/drm/amd/pm/amdgpu_pm.c +++ b/drivers/gpu/drm/amd/pm/amdgpu_pm.c @@ -2341,6 +2341,8 @@ static int default_attr_update(struct amdgpu_device *adev, struct amdgpu_device_ case IP_VERSION(11, 0, 1): case IP_VERSION(11, 0, 2): case IP_VERSION(11, 0, 3): + case IP_VERSION(12, 0, 0): + case IP_VERSION(12, 0, 1): *states = ATTR_STATE_SUPPORTED; break; default: |