commit | 23ec3d1479fd79658cd52c47618d8ddd2f32550b | [log] [tgz] |
---|---|---|
author | Rex Zhu <Rex.Zhu@amd.com> | Mon Jun 18 18:15:15 2018 +0800 |
committer | Alex Deucher <alexander.deucher@amd.com> | Thu Jul 05 16:39:55 2018 -0500 |
tree | 9b22f460c4495089c25051c656cd2f0dddcd7897 | |
parent | afb1436c7b44ab928e6369a4d48e3abb8215241e [diff] |
drm/amd/pp: Convert clock unit to KHz as defined 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 <alexander.deucher@amd.com> Acked-by: Harry Wentland <harry.wentland@amd.com> Signed-off-by: Rex Zhu <Rex.Zhu@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>