diff options
| author | Sung Lee <sung.lee@amd.com> | 2020-03-31 00:16:23 +0300 |
|---|---|---|
| committer | Alex Deucher <alexander.deucher@amd.com> | 2020-04-23 01:11:47 +0300 |
| commit | 0b1f04d8876bd1397d3c2c837c3ea4cc77773698 (patch) | |
| tree | 5707c5f743948241e0cba0b68cb7cac7103fb536 /tools/perf/scripts/python/syscall-counts.py | |
| parent | f2cd2e5d861245dbf40e9b919e4734123164d8f4 (diff) | |
| download | linux-0b1f04d8876bd1397d3c2c837c3ea4cc77773698.tar.xz | |
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 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions
