Re: [PATCH 4/5] drm: Select fbdev helpers for modules that require them

2024-09-30 Thread Jocelyn Falempe
On 27/09/2024 16:37, Thomas Zimmermann wrote: Fbdev emulation for SHMEM and TTM requires helpers from the fbdev subsystem. Select them from the modules that use them instead of the core DRM module. Thanks, it looks good to me. Reviewed-by: Jocelyn Falempe Signed-off-by: Thomas Zimmermann

[PATCH 4/5] drm: Select fbdev helpers for modules that require them

2024-09-27 Thread Thomas Zimmermann
Fbdev emulation for SHMEM and TTM requires helpers from the fbdev subsystem. Select them from the modules that use them instead of the core DRM module. Signed-off-by: Thomas Zimmermann --- drivers/gpu/drm/Kconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/d