diff options
author | Sung Lee <[email protected]> | 2020-03-30 17:16:23 -0400 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2020-04-22 18:11:47 -0400 |
commit | 0b1f04d8876bd1397d3c2c837c3ea4cc77773698 (patch) | |
tree | 5707c5f743948241e0cba0b68cb7cac7103fb536 /scripts/gdb/linux/modules.py | |
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 <[email protected]>
Reviewed-by: Dmytro Laktyushkin <[email protected]>
Acked-by: Rodrigo Siqueira <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/modules.py')
0 files changed, 0 insertions, 0 deletions