[PATCH 3/5] drm/amd/pp: Memory Latency is always 25us on Vega10

2018-06-19 Thread Harry Wentland
From: Rex Zhu Also use the tolerable latency defined in Display to find lowest MCLK frequency when disable mclk switch Signed-off-by: Rex Zhu Acked-by: Alex Deucher --- .../drm/amd/powerplay/hwmgr/vega10_hwmgr.c| 24 ++- 1 file changed, 2 insertions(+), 22 deletions(-)

Re: [PATCH 3/5] drm/amd/pp: Memory Latency is always 25us on Vega10

2018-06-18 Thread Alex Deucher
On Mon, Jun 18, 2018 at 7:18 AM, Rex Zhu wrote: > Also use the tolerable latency defined in Display > to find lowest MCLK frequency when disable mclk switch This should probably be two patches? One to fix the memory latency, and one to switch the tolerable latency for display. With that fixed:

[PATCH 3/5] drm/amd/pp: Memory Latency is always 25us on Vega10

2018-06-18 Thread Rex Zhu
Also use the tolerable latency defined in Display to find lowest MCLK frequency when disable mclk switch Signed-off-by: Rex Zhu --- drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c | 24 ++ 1 file changed, 2 insertions(+), 22 deletions(-) diff --git