[PATCH 1/5] drm/amd/display: Implement dm_pp_get_clock_levels_by_type_with_latency

2018-06-19 Thread Harry Wentland
From: Rex Zhu Display component can get tru max_displ_clk_in_khz instand of hardcode Signed-off-by: Rex Zhu Acked-by: Alex Deucher --- .../drm/amd/display/amdgpu_dm/amdgpu_dm_pp_smu.c | 16 +--- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git

Re: [PATCH 1/5] drm/amd/display: Implement dm_pp_get_clock_levels_by_type_with_latency

2018-06-18 Thread Harry Wentland
On 2018-06-18 07:18 AM, Rex Zhu wrote: > Display component can get tru max_displ_clk_in_khz instand of hardcode > > Signed-off-by: Rex Zhu Mikita has pretty much the same patch (part of the DC patchset going out tomorrow) and did the *10 on our end. I prefer your version, though, as that

Re: [PATCH 1/5] drm/amd/display: Implement dm_pp_get_clock_levels_by_type_with_latency

2018-06-18 Thread Alex Deucher
On Mon, Jun 18, 2018 at 7:18 AM, Rex Zhu wrote: > Display component can get tru max_displ_clk_in_khz instand of hardcode tru -> true With that fixed: Acked-by: Alex Deucher > > Signed-off-by: Rex Zhu > --- > .../drm/amd/display/amdgpu_dm/amdgpu_dm_services.c | 45 > +- >

[PATCH 1/5] drm/amd/display: Implement dm_pp_get_clock_levels_by_type_with_latency

2018-06-18 Thread Rex Zhu
Display component can get tru max_displ_clk_in_khz instand of hardcode Signed-off-by: Rex Zhu --- .../drm/amd/display/amdgpu_dm/amdgpu_dm_services.c | 45 +- 1 file changed, 43 insertions(+), 2 deletions(-) diff --git