Re: [PATCH] drm/amd/pp: Convert clock unit to KHz as defined

2018-06-28 Thread Alex Deucher
On Thu, Jun 28, 2018 at 5:10 AM, rex zhu wrote: > From: Rex Zhu > > Convert clock unit 10KHz to KHz as the data sturct defined. > e.g. > struct pp_clock_with_latency { > uint32_t clocks_in_khz; > uint32_t latency_in_us; > }; > Meanwhile revert the same conversion in display side.

[PATCH] drm/amd/pp: Convert clock unit to KHz as defined

2018-06-28 Thread rex zhu
From: Rex Zhu Convert clock unit 10KHz to KHz as the data sturct defined. e.g. struct pp_clock_with_latency { uint32_t clocks_in_khz; uint32_t latency_in_us; }; Meanwhile revert the same conversion in display side. Acked-by: Alex Deucher Acked-by: Harry Wentland Signed-off-by: