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.
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: