RE: [PATCH] drm/amd/powerplay: avoid DPM reenable process on Navi1x ASICs V2

2019-11-12 Thread Feng, Kenneth
Reviewed-by: Kenneth Feng -Original Message- From: amd-gfx On Behalf Of Evan Quan Sent: Tuesday, November 12, 2019 9:47 AM To: amd-gfx@lists.freedesktop.org Cc: alexdeuc...@gmail.com; Matt Coffin ; Quan, Evan Subject: [PATCH] drm/amd/powerplay: avoid DPM reenable process on Navi1x

[PATCH] drm/amd/powerplay: avoid DPM reenable process on Navi1x ASICs V2

2019-11-11 Thread Evan Quan
Otherwise, without RLC reinitialization, the DPM reenablement will fail. That affects the custom pptable uploading. V2: setting/clearing uploading_custom_pp_table in smu_sys_set_pp_table() Change-Id: I6fe2ed5ce23f2a5b66f371c0b6d1f924837e5af6 Reported-by: Matt Coffin Signed-off-by: Evan Quan

RE: [PATCH] drm/amd/powerplay: avoid DPM reenable process on Navi1x ASICs

2019-11-11 Thread Quan, Evan
> -Original Message- > From: Alex Deucher > Sent: Tuesday, November 12, 2019 1:34 AM > To: Quan, Evan > Cc: amd-gfx list > Subject: Re: [PATCH] drm/amd/powerplay: avoid DPM reenable process on > Navi1x ASICs > > On Mon, Nov 11, 2019 at 4:25 AM Evan Qua

Re: [PATCH] drm/amd/powerplay: avoid DPM reenable process on Navi1x ASICs

2019-11-11 Thread Matt Coffin
Patch is Tested-by: Matt Coffin On 11/11/19 2:25 AM, Evan Quan wrote: > Otherwise, without RLC reinitialization, the DPM reenablement > will fail. That affects the custom pptable uploading. > > Change-Id: I6fe2ed5ce23f2a5b66f371c0b6d1f924837e5af6 > Signed-off-by: Evan Quan > --- >

Re: [PATCH] drm/amd/powerplay: avoid DPM reenable process on Navi1x ASICs

2019-11-11 Thread Alex Deucher
On Mon, Nov 11, 2019 at 4:25 AM Evan Quan wrote: > > Otherwise, without RLC reinitialization, the DPM reenablement > will fail. That affects the custom pptable uploading. > > Change-Id: I6fe2ed5ce23f2a5b66f371c0b6d1f924837e5af6 > Signed-off-by: Evan Quan > --- >

[PATCH] drm/amd/powerplay: avoid DPM reenable process on Navi1x ASICs

2019-11-11 Thread Evan Quan
Otherwise, without RLC reinitialization, the DPM reenablement will fail. That affects the custom pptable uploading. Change-Id: I6fe2ed5ce23f2a5b66f371c0b6d1f924837e5af6 Signed-off-by: Evan Quan --- drivers/gpu/drm/amd/powerplay/amdgpu_smu.c| 32 +++