aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/stackcollapse.py
diff options
context:
space:
mode:
authorGeorge Shen <[email protected]>2022-05-20 11:55:10 -0400
committerAlex Deucher <[email protected]>2022-06-21 18:17:24 -0400
commita3a885878e74d3d81e4742f8dd84faa27c8863ad (patch)
tree8d81d97eff03aea7dca2792929bd4d0c0449aead /tools/perf/scripts/python/stackcollapse.py
parent04e6931a76e592e66e1014ffe4d13303ccac5d8b (diff)
drm/amd/display: Fix divide-by-zero in DPPCLK and DISPCLK calculation
[Why] Certain use cases will pass in zero in the new_clocks parameter for all clocks. This results in a divide-by-zero error when attempting to round up the new clock. When new_clocks are zero, no rounding is required, so we can skip it. [How] Guard the division calculation with a check to make sure clocks are not zero. Tested-by: Daniel Wheeler <[email protected]> Acked-by: Rodrigo Siqueira <[email protected]> Signed-off-by: George Shen <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions