Re: [PATCH 06/32] fbdev/arcfb: Use generator macros for deferred I/O

2023-11-16 Thread Javier Martinez Canillas
Thomas Zimmermann writes: > Implement the driver's fops with the generator macros for deferred > I/O. Only requires per-driver code for the on-scren scanout buffer. > The generated helpers implement reading, writing and drawing on top > of that. Also update the selected Kconfig tokens accordingly

[PATCH 06/32] fbdev/arcfb: Use generator macros for deferred I/O

2023-11-15 Thread Thomas Zimmermann
Implement the driver's fops with the generator macros for deferred I/O. Only requires per-driver code for the on-scren scanout buffer. The generated helpers implement reading, writing and drawing on top of that. Also update the selected Kconfig tokens accordingly. Actual support for deferred I/O i