Re: [PATCH v6 0/4] Allow disabling all native fbdev drivers and only keeping DRM emulation

2023-07-22 Thread Javier Martinez Canillas
Javier Martinez Canillas writes: > This patch series splits the fbdev core support in two different Kconfig > symbols: FB and FB_CORE. The motivation for this is to allow CONFIG_FB to > be disabled, while still having the the core fbdev support needed for the > CONFIG_DRM_FBDEV_EMULATION to be en

Re: [PATCH v6 0/4] Allow disabling all native fbdev drivers and only keeping DRM emulation

2023-07-19 Thread Javier Martinez Canillas
Helge Deller writes: Hello Helge, > Hi Javier, > > On 7/19/23 10:15, Javier Martinez Canillas wrote: >> This patch series splits the fbdev core support in two different Kconfig >> symbols: FB and FB_CORE. The motivation for this is to allow CONFIG_FB to >> be disabled, while still having the the

Re: [PATCH v6 0/4] Allow disabling all native fbdev drivers and only keeping DRM emulation

2023-07-19 Thread Helge Deller
Hi Javier, On 7/19/23 10:15, Javier Martinez Canillas wrote: This patch series splits the fbdev core support in two different Kconfig symbols: FB and FB_CORE. The motivation for this is to allow CONFIG_FB to be disabled, while still having the the core fbdev support needed for the One "the" to

[PATCH v6 0/4] Allow disabling all native fbdev drivers and only keeping DRM emulation

2023-07-19 Thread Javier Martinez Canillas
This patch series splits the fbdev core support in two different Kconfig symbols: FB and FB_CORE. The motivation for this is to allow CONFIG_FB to be disabled, while still having the the core fbdev support needed for the CONFIG_DRM_FBDEV_EMULATION to be enabled. The motivation is automatically disa