diff options
author | Marijn Suijten <[email protected]> | 2021-10-11 22:16:40 +0200 |
---|---|---|
committer | Rob Clark <[email protected]> | 2021-10-15 13:26:28 -0700 |
commit | a377da4b0e9ae248f99932dc74ec356dd4c5db15 (patch) | |
tree | 9378a71e81b2c18eb48cca74c3478b342711823b /tools/perf/scripts/python/arm-cs-trace-disasm.py | |
parent | 5369f3c50995b7dc91cfba23679bb3a71f613a0d (diff) |
drm/msm/dsi: Use division result from div_u64_rem in 7nm and 14nm PLL
div_u64_rem provides the result of the division and additionally the
remainder; don't use this function to solely calculate the remainder
while calculating the division again with div_u64.
A similar improvement was applied earlier to the 10nm pll in
5c191fef4ce2 ("drm/msm/dsi_pll_10nm: Fix dividing the same numbers
twice").
Signed-off-by: Marijn Suijten <[email protected]>
Reviewed-By: AngeloGioacchino Del Regno <[email protected]>
Reviewed-by: Abhinav Kumar <[email protected]>
Reviewed-by: Stephen Boyd <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Rob Clark <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/arm-cs-trace-disasm.py')
0 files changed, 0 insertions, 0 deletions