Re: [PATCH 15/32] fbdev/udlfb: Select correct helpers

2023-11-16 Thread Javier Martinez Canillas
Thomas Zimmermann writes: > The driver uses deferred I/O. Select the correct helpers via > FB_SYSMEM_HELPERS_DEFERRED in the Kconfig file. > > Signed-off-by: Thomas Zimmermann > --- Reviewed-by: Javier Martinez Canillas -- Best regards, Javier Martinez Canillas Core Platforms Red Hat

[PATCH 15/32] fbdev/udlfb: Select correct helpers

2023-11-15 Thread Thomas Zimmermann
The driver uses deferred I/O. Select the correct helpers via FB_SYSMEM_HELPERS_DEFERRED in the Kconfig file. Signed-off-by: Thomas Zimmermann --- drivers/video/fbdev/Kconfig | 6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/drivers/video/fbdev/Kconfig b/drivers/video/fbdev