[AMD Official Use Only - General] Reviewed-by: Hawking Zhang <[email protected]>
Regards, Hawking -----Original Message----- From: Lazar, Lijo <[email protected]> Sent: Tuesday, June 27, 2023 12:39 To: Lazar, Lijo <[email protected]>; [email protected] Cc: Deucher, Alexander <[email protected]>; Ma, Le <[email protected]>; Kasiviswanathan, Harish <[email protected]>; Kamal, Asad <[email protected]>; Zhang, Hawking <[email protected]> Subject: RE: [PATCH] drm/amd/pm: Add GFX v9.4.3 unique id to sysfs [AMD Official Use Only - General] <ping> Thanks, Lijo -----Original Message----- From: amd-gfx <[email protected]> On Behalf Of Lijo Lazar Sent: Wednesday, June 21, 2023 6:49 PM To: [email protected] Cc: Deucher, Alexander <[email protected]>; Ma, Le <[email protected]>; Kasiviswanathan, Harish <[email protected]>; Kamal, Asad <[email protected]>; Zhang, Hawking <[email protected]> Subject: [PATCH] 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]> --- drivers/gpu/drm/amd/pm/amdgpu_pm.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/amd/pm/amdgpu_pm.c b/drivers/gpu/drm/amd/pm/amdgpu_pm.c index 386ccf11e657..9ec51f50fc52 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): -- 2.25.1
