On Wed, Sep 10, 2025, at 11:28, Thomas Zimmermann wrote: > Am 09.09.25 um 19:29 schrieb Arnd Bergmann: >> On Tue, Sep 9, 2025, at 15:19, Thomas Zimmermann wrote: >> >> Is there any reason I missed why enabling FB_TILEBLITTING is >> useful if you don't use one of the four drivers that require it? > > It's more that some users might want to disable it explicitly. The > option adds additional code to fbcon. And most affected drivers could > easily be changed to work without it AFAICT.
Right, I see your point. I assumed this was purely library code getting called by the four drivers, but there is also the fbcon code it interacts with. Acked-by: Arnd Bergmann <a...@arndb.de>