diff options
author | Sung Lee <sung.lee@amd.com> | 2020-03-30 17:16:23 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2020-04-22 18:11:47 -0400 |
commit | 0b1f04d8876bd1397d3c2c837c3ea4cc77773698 (patch) | |
tree | 5707c5f743948241e0cba0b68cb7cac7103fb536 /drivers/gpu/drm/amd/display/modules/inc/mod_freesync.h | |
parent | f2cd2e5d861245dbf40e9b919e4734123164d8f4 (diff) |
drm/amd/display: Cast int to float before division
[Why]:
Some inputs to dml_ceil have it dividied by int which causes a
truncation. This loss of precision means the ceil function becomes
redundant and does not round up.
[How]:
Cast parameter to float before division.
Signed-off-by: Sung Lee <sung.lee@amd.com>
Reviewed-by: Dmytro Laktyushkin <Dmytro.Laktyushkin@amd.com>
Acked-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display/modules/inc/mod_freesync.h')
0 files changed, 0 insertions, 0 deletions