RE: [PATCH] drm/amdgpu: Don't report unique_id for Arcturus

2020-05-07 Thread Russell, Kent
and adding support) for clarity. Thanks! Kent From: Deucher, Alexander Sent: Thursday, May 7, 2020 11:10 AM To: Russell, Kent ; amd-gfx@lists.freedesktop.org Subject: Re: [PATCH] drm/amdgpu: Don't report unique_id for Arcturus [AMD Public Use] Shouldn't all of this code be moved later anyway

Re: [PATCH] drm/amdgpu: Don't report unique_id for Arcturus

2020-05-07 Thread Deucher, Alexander
: [PATCH] drm/amdgpu: Don't report unique_id for Arcturus This isn't supported in the SMU yet, so just break early. This can be reverted once the SMU supports the feature Signed-off-by: Kent Russell Change-Id: I09945613aa7400afdf3f9d5dc0ffb636ee2896f7 --- drivers/gpu/drm/amd/powerplay

[PATCH] drm/amdgpu: Don't report unique_id for Arcturus

2020-05-07 Thread Kent Russell
This isn't supported in the SMU yet, so just break early. This can be reverted once the SMU supports the feature Signed-off-by: Kent Russell Change-Id: I09945613aa7400afdf3f9d5dc0ffb636ee2896f7 --- drivers/gpu/drm/amd/powerplay/arcturus_ppt.c | 5 + 1 file changed, 5 insertions(+) diff