aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-sqlite.py
diff options
context:
space:
mode:
authorVille Syrjälä <[email protected]>2023-11-28 13:51:31 +0200
committerVille Syrjälä <[email protected]>2023-12-13 20:46:02 +0200
commite2e1916008aacf706ffa6bba65714c6d6200b196 (patch)
tree5bb345eaa4ba1426ad945b43c457cefffb56231a /tools/perf/scripts/python/export-to-sqlite.py
parente93bffc2ac0a833b42841f31fff955549d38ce98 (diff)
drm/i915/cdclk: s/-1/~0/ when dealing with unsigned values
cdclk_pll_is_unknown() used ~0 when checking for the "VCO is unknown" value, but the assignment uses -1. They are the same in the end, but let's use the same ~0 form on both sides for consistency. Signed-off-by: Ville Syrjälä <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected] Reviewed-by: Gustavo Sousa <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions