On Mon, Nov 4, 2024, at 13:24, Dmitry Baryshkov wrote: > On Mon, Nov 04, 2024 at 02:10:54PM +0200, Laurentiu Palcu wrote: >> On Mon, Oct 28, 2024 at 04:35:07PM +0000, Arnd Bergmann wrote: >>> Fixes: 004555a18d57 ("drm/imx/dcss: Allow build with COMPILE_TEST=y") >> > I can pick it up. > > However I think it is: > > Fixes: e7033bdfd43b ("drm/imx/dcss: use drm_bridge_connector API") It's probably both commits. My randconfig builds showed it only failing on x86, which means that it was still working by accident on all builds that include ARCH_MXC && ARM64, between the two commits. The commit you pointed out should have added the #include, but that seems to come indirectly from include/drm/drm_of on all arm64 builds. > With that > > Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx> Thanks, Arnd