RE: [PATCH 2/2] drm/amdgpu: Add unique_id for Arcturus

2020-04-30 Thread Russell, Kent
> To: Russell, Kent ; amd-gfx@lists.freedesktop.org > Cc: Russell, Kent > Subject: RE: [PATCH 2/2] drm/amdgpu: Add unique_id for Arcturus > > [AMD Official Use Only - Internal Distribution Only] > > arcturus_tables_init() is performed on ip sw_init when the SMU hw may be no

RE: [PATCH 2/2] drm/amdgpu: Add unique_id for Arcturus

2020-04-29 Thread Quan, Evan
Russell Sent: Tuesday, April 28, 2020 12:48 AM To: amd-gfx@lists.freedesktop.org Cc: Russell, Kent Subject: [PATCH 2/2] drm/amdgpu: Add unique_id for Arcturus Add support for unique_id for Arcturus, since we only have the ppsmc definitions for that added at the moment Signed-off-by: Kent Russell

RE: [PATCH 2/2] drm/amdgpu: Add unique_id for Arcturus

2020-04-29 Thread Russell, Kent
[AMD Official Use Only - Internal Distribution Only] > -Original Message- > From: Alex Deucher > Sent: Wednesday, April 29, 2020 1:39 PM > To: Russell, Kent > Cc: amd-gfx list > Subject: Re: [PATCH 2/2] drm/amdgpu: Add unique_id for Arcturus > > On Mon, Apr 2

Re: [PATCH 2/2] drm/amdgpu: Add unique_id for Arcturus

2020-04-29 Thread Alex Deucher
On Mon, Apr 27, 2020 at 12:47 PM Kent Russell wrote: > > Add support for unique_id for Arcturus, since we only have the ppsmc > definitions for that added at the moment > > Signed-off-by: Kent Russell > Change-Id: I66f8e9ff41521d6c13ff673587d6061c1f3f4b7a > --- > drivers/gpu/drm/amd/powerplay/ar

[PATCH 2/2] drm/amdgpu: Add unique_id for Arcturus

2020-04-27 Thread Kent Russell
Add support for unique_id for Arcturus, since we only have the ppsmc definitions for that added at the moment Signed-off-by: Kent Russell Change-Id: I66f8e9ff41521d6c13ff673587d6061c1f3f4b7a --- drivers/gpu/drm/amd/powerplay/arcturus_ppt.c | 10 ++ 1 file changed, 10 insertions(+) diff