Re: [PATCH] drm: rework FB_CORE dependency

2024-11-16 Thread kernel test robot
aeinki/drm-exynos.git exynos-drm-next patch link: https://lore.kernel.org/r/20241115152722.3537630-1-arnd%40kernel.org patch subject: [PATCH] drm: rework FB_CORE dependency config: arc-randconfig-052-20241117 (attached as .config) compiler: arc-elf-gcc (GCC) 13.2.0 dtschema version: 2024.12.dev

Re: [PATCH] drm: rework FB_CORE dependency

2024-11-15 Thread Arnd Bergmann
On Fri, Nov 15, 2024, at 16:54, Thomas Zimmermann wrote: > Am 15.11.24 um 16:27 schrieb Arnd Bergmann: >> >> @@ -220,7 +221,6 @@ config DRM_CLIENT_LIB >> tristate >> depends on DRM >> select DRM_KMS_HELPER if DRM_FBDEV_EMULATION >> -select FB_CORE if DRM_FBDEV_EMULATION > > Th

Re: [PATCH] drm: rework FB_CORE dependency

2024-11-15 Thread Thomas Zimmermann
Hi Am 15.11.24 um 16:27 schrieb Arnd Bergmann: From: Arnd Bergmann The 'select FB_CORE' statement moved from CONFIG_DRM to DRM_CLIENT_LIB, but there are now configurations that have code calling into fb_core as built-in even though the client_lib itself is a loadable module: x86_64-linux-ld:

[PATCH] drm: rework FB_CORE dependency

2024-11-15 Thread Arnd Bergmann
From: Arnd Bergmann The 'select FB_CORE' statement moved from CONFIG_DRM to DRM_CLIENT_LIB, but there are now configurations that have code calling into fb_core as built-in even though the client_lib itself is a loadable module: x86_64-linux-ld: drivers/gpu/drm/drm_fbdev_shmem.o: in function `d