RE: [PATCH] drm/amd/pm: bug fix for pcie dpm

2021-03-10 Thread Quan, Evan
[AMD Public Use] Reviewed-by: Evan Quan -Original Message- From: amd-gfx On Behalf Of Kenneth Feng Sent: Tuesday, March 9, 2021 9:18 PM To: amd-gfx@lists.freedesktop.org Cc: Feng, Kenneth Subject: [PATCH] drm/amd/pm: bug fix for pcie dpm Currently the pcie dpm has two problems. 1

Re: [PATCH] drm/amd/pm: bug fix for pcie dpm

2021-03-09 Thread Alex Deucher
On Tue, Mar 9, 2021 at 8:17 AM Kenneth Feng wrote: > > Currently the pcie dpm has two problems. > 1. Only the high dpm level speed/width can be overrided > if the requested values are out of the pcie capability. > 2. The high dpm level is always overrided though sometimes > it's not necesarry. >

[PATCH] drm/amd/pm: bug fix for pcie dpm

2021-03-09 Thread Kenneth Feng
Currently the pcie dpm has two problems. 1. Only the high dpm level speed/width can be overrided if the requested values are out of the pcie capability. 2. The high dpm level is always overrided though sometimes it's not necesarry. Signed-off-by: Kenneth Feng ---