On Mon, 04 Mar 2024 10:12:25 +0100, Maxime Ripard wrote: > 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. > > [...] Applied to misc/kernel.git (drm-misc-next-fixes). Thanks! Maxime