RE: [PATCH] drm/amd/powerplay: correct Arcturus OD support

2019-11-07 Thread Feng, Kenneth
Reviewed-by: Kenneth Feng -Original Message- From: amd-gfx On Behalf Of Quan, Evan Sent: Thursday, November 7, 2019 3:39 PM To: amd-gfx@lists.freedesktop.org Cc: Li, Candice ; Quan, Evan ; Freehill, Chris Subject: [PATCH] drm/amd/powerplay: correct Arcturus OD support [CAUTION

RE: [PATCH] drm/amd/powerplay: correct Arcturus OD support

2019-11-07 Thread Freehill, Chris
Sent: Thursday, November 7, 2019 8:05 AM To: Alex Deucher ; Quan, Evan Cc: Li, Candice ; amd-gfx@lists.freedesktop.org; Freehill, Chris Subject: RE: [PATCH] drm/amd/powerplay: correct Arcturus OD support While we do like OverDrive being available (mostly our open-source community users who are

RE: [PATCH] drm/amd/powerplay: correct Arcturus OD support

2019-11-07 Thread Russell, Kent
i, Candice ; amd-gfx@lists.freedesktop.org; Freehill, Chris Subject: Re: [PATCH] drm/amd/powerplay: correct Arcturus OD support On Thu, Nov 7, 2019 at 2:38 AM Quan, Evan wrote: > > OD is not supported on Arcturus. Thus the pp_od_clk_voltage sysfs > interface is also

Re: [PATCH] drm/amd/powerplay: correct Arcturus OD support

2019-11-07 Thread Alex Deucher
On Thu, Nov 7, 2019 at 2:38 AM Quan, Evan wrote: > > OD is not supported on Arcturus. Thus the > pp_od_clk_voltage sysfs interface is also not supported. > > Change-Id: Ib70632a55a0980cf04c3432d43dbcf869cd1b4bf > Signed-off-by: Evan Quan You might want to check with Chris and Kent about this. I

[PATCH] drm/amd/powerplay: correct Arcturus OD support

2019-11-06 Thread Quan, Evan
OD is not supported on Arcturus. Thus the pp_od_clk_voltage sysfs interface is also not supported. Change-Id: Ib70632a55a0980cf04c3432d43dbcf869cd1b4bf Signed-off-by: Evan Quan --- drivers/gpu/drm/amd/powerplay/amdgpu_smu.c | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --gi