diff options
author | Maxime Ripard <[email protected]> | 2024-03-04 10:12:25 +0100 |
---|---|---|
committer | Maxime Ripard <[email protected]> | 2024-03-14 13:45:03 +0100 |
commit | 5d515eb1295151aa3e50af69fc726823aba7bac3 (patch) | |
tree | fbe9c59ff1a0f0171776685c1eec503e315c51da /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 9dd81b2e1ec72a3759f8d6bb6e9cbef93aab6227 (diff) |
drm/sun4i: hdmi: Fix u64 div on 32bit arch
Commit 358e76fd613a ("drm/sun4i: hdmi: Consolidate atomic_check and
mode_valid") changed the clock rate from an unsigned long to an unsigned
long long resulting in a a 64-bit division that might not be supported
on all platforms.
The resulted in compilation being broken at least for m68k, xtensa and
some arm configurations, at least.
Fixes: 358e76fd613a ("drm/sun4i: hdmi: Consolidate atomic_check and mode_valid")
Reported-by: Geert Uytterhoeven <[email protected]>
Reported-by: Naresh Kamboju <[email protected]>
Closes: https://lore.kernel.org/r/CA+G9fYvG9KE15PGNoLu+SBVyShe+u5HBLQ81+kK9Zop6u=ywmw@mail.gmail.com/
Reported-by: kernel test robot <[email protected]>
Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/
Acked-by: Thomas Zimmermann <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Maxime Ripard <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions