diff options
author | Rex Zhu <Rex.Zhu@amd.com> | 2018-06-18 18:15:15 +0800 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2018-07-05 16:39:55 -0500 |
commit | 23ec3d1479fd79658cd52c47618d8ddd2f32550b (patch) | |
tree | 9b22f460c4495089c25051c656cd2f0dddcd7897 /drivers/gpu/drm/amd/amdgpu/amdgpu_queue_mgr.c | |
parent | afb1436c7b44ab928e6369a4d48e3abb8215241e (diff) | |
download | linux-23ec3d1479fd79658cd52c47618d8ddd2f32550b.tar.gz linux-23ec3d1479fd79658cd52c47618d8ddd2f32550b.tar.bz2 linux-23ec3d1479fd79658cd52c47618d8ddd2f32550b.zip |
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>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_queue_mgr.c')
0 files changed, 0 insertions, 0 deletions