diff options
| author | Lijo Lazar <[email protected]> | 2023-06-21 13:15:37 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2023-06-30 17:12:15 +0000 |
| commit | baf65745aad33812fe151d5c9a77cf360775bca4 (patch) | |
| tree | 64f92247b499e43a2a08a4b74f5925ea4366100f /drivers/gpu/drm/amd/pm/amdgpu_pm.c | |
| parent | drm/amd/pm: Enable pp_feature attribute (diff) | |
| download | kernel-baf65745aad33812fe151d5c9a77cf360775bca4.tar.gz kernel-baf65745aad33812fe151d5c9a77cf360775bca4.zip | |
drm/amd/pm: Add GFX v9.4.3 unique id to sysfs
Expose unique id of GFX v9.4.3 ASICs as device attribute.
Signed-off-by: Lijo Lazar <[email protected]>
Reviewed-by: Hawking Zhang <[email protected]>
Reviewed-by: Yang Wang <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/pm/amdgpu_pm.c')
| -rw-r--r-- | drivers/gpu/drm/amd/pm/amdgpu_pm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/pm/amdgpu_pm.c b/drivers/gpu/drm/amd/pm/amdgpu_pm.c index a072ffbf556e..9ef88a0b1b57 100644 --- a/drivers/gpu/drm/amd/pm/amdgpu_pm.c +++ b/drivers/gpu/drm/amd/pm/amdgpu_pm.c @@ -2072,6 +2072,7 @@ static int default_attr_update(struct amdgpu_device *adev, struct amdgpu_device_ case IP_VERSION(9, 4, 0): case IP_VERSION(9, 4, 1): case IP_VERSION(9, 4, 2): + case IP_VERSION(9, 4, 3): case IP_VERSION(10, 3, 0): case IP_VERSION(11, 0, 0): case IP_VERSION(11, 0, 1): |
