diff options
| author | Rodrigo Siqueira <[email protected]> | 2024-07-04 11:54:34 -0600 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2024-07-23 17:35:51 -0400 |
| commit | 332315885d3ccc6d8fe99700f3c2e4c24aa65ab7 (patch) | |
| tree | d3526c9b0e5f1859348b0cae91b1b26a0486cd42 /tools/perf/scripts/python | |
| parent | 6fa4bf3dce0668a96faca0024e382f4489a9cc9b (diff) | |
drm/amd/display: Remove ASSERT if significance is zero in math_ceil2
In the DML math_ceil2 function, there is one ASSERT if the significance
is equal to zero. However, significance might be equal to zero
sometimes, and this is not an issue for a ceil function, but the current
ASSERT will trigger warnings in those cases. This commit removes the
ASSERT if the significance is equal to zero to avoid unnecessary noise.
Cc: Mario Limonciello <[email protected]>
Cc: Alex Deucher <[email protected]>
Cc: [email protected]
Reviewed-by: Chaitanya Dhere <[email protected]>
Signed-off-by: Rodrigo Siqueira <[email protected]>
Signed-off-by: Aurabindo Pillai <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions