Re: [PATCH 08/10] fbdev/ssd1307fb: Generate deferred I/O ops

2023-07-06 Thread Sam Ravnborg
On Thu, Jul 06, 2023 at 05:08:51PM +0200, Thomas Zimmermann wrote: > Use the existing generator macros to create deferred-I/O helpers > for ssd1307fb and set them in the fb_ops structure. Functions > for damage handling on memory ranges and areas are provided by > the driver. > > Ssd1307fb's imple

[PATCH 08/10] fbdev/ssd1307fb: Generate deferred I/O ops

2023-07-06 Thread Thomas Zimmermann
Use the existing generator macros to create deferred-I/O helpers for ssd1307fb and set them in the fb_ops structure. Functions for damage handling on memory ranges and areas are provided by the driver. Ssd1307fb's implementation of fb_write writes to system memory, so the generated code can use th