Re: [PATCH] drm/amdgpu: Add unique_id support for sienna cichlid

2022-03-25 Thread Alex Deucher
On Fri, Mar 25, 2022 at 9:05 AM Kent Russell wrote: > > This is being added to SMU Metrics, so add the required tie-ins in the > kernel. Also create the corresponding unique_id sysfs file. > > v2: Add FW version check, remove SMU mutex > > Signed-off-by: Kent Russell > --- >

RE: [PATCH] drm/amdgpu: Add unique_id support for sienna cichlid

2022-03-25 Thread Russell, Kent
[AMD Official Use Only] > -Original Message- > From: Alex Deucher > Sent: Friday, March 25, 2022 9:26 AM > To: Russell, Kent > Cc: amd-gfx list > Subject: Re: [PATCH] drm/amdgpu: Add unique_id support for sienna cichlid > > On Fri, Mar 25, 2022 at 9:0

[PATCH] drm/amdgpu: Add unique_id support for sienna cichlid

2022-03-25 Thread Kent Russell
This is being added to SMU Metrics, so add the required tie-ins in the kernel. Also create the corresponding unique_id sysfs file. v2: Add FW version check, remove SMU mutex Signed-off-by: Kent Russell --- drivers/gpu/drm/amd/pm/amdgpu_pm.c| 3 +-

RE: [PATCH] drm/amdgpu: Add unique_id support for sienna cichlid

2022-02-11 Thread Russell, Kent
nt ; amd-gfx@lists.freedesktop.org > Cc: Russell, Kent > Subject: RE: [PATCH] drm/amdgpu: Add unique_id support for sienna cichlid > > [AMD Official Use Only] > > If this is only available with the latest pmfw, you might need to add some > version guard > there. &g

RE: [PATCH] drm/amdgpu: Add unique_id support for sienna cichlid

2022-02-10 Thread Quan, Evan
you worked with an outdated kernel. BR Evan > -Original Message- > From: amd-gfx On Behalf Of Kent > Russell > Sent: Thursday, February 10, 2022 11:43 PM > To: amd-gfx@lists.freedesktop.org > Cc: Russell, Kent > Subject: [PATCH] drm/amdgpu: Add unique_id support for sienna cichlid

[PATCH] drm/amdgpu: Add unique_id support for sienna cichlid

2022-02-10 Thread Kent Russell
This is being added to SMU Metrics, so add the required tie-ins in the kernel. Also create the corresponding unique_id sysfs file. Signed-off-by: Kent Russell --- drivers/gpu/drm/amd/pm/amdgpu_pm.c| 3 +- .../pmfw_if/smu11_driver_if_sienna_cichlid.h | 12 +--

[PATCH] drm/amdgpu: Add unique_id support for sienna cichlid

2022-02-10 Thread Kent Russell
This is being added to SMU Metrics, so add the required tie-ins in the kernel Signed-off-by: Kent Russell --- .../pmfw_if/smu11_driver_if_sienna_cichlid.h | 12 +-- .../amd/pm/swsmu/smu11/sienna_cichlid_ppt.c | 33 +++ 2 files changed, 43 insertions(+), 2 deletions(-)