Re: [PATCH v3] drm: kirin: Enable COMPILE_TEST

2023-01-19 Thread John Stultz
On Thu, Jan 19, 2023 at 11:01 AM Sean Anderson wrote: > > Make various small changes to allow compile-testing on other arches. > This is helpful to allow testing changes to 32-bit arm drivers in the > same build. > > The primary changes is to use macros for 64-bit divisions and shifts, > but we al

[PATCH v3] drm: kirin: Enable COMPILE_TEST

2023-01-19 Thread Sean Anderson
Make various small changes to allow compile-testing on other arches. This is helpful to allow testing changes to 32-bit arm drivers in the same build. The primary changes is to use macros for 64-bit divisions and shifts, but we also need some other fixes to deal with larger constants and differenc