JorgeGzm commented on PR #19911: URL: https://github.com/apache/nuttx/pull/19911#issuecomment-5372350476
> I wonder if we could incorporate the street dirty region stuff into the base FB driver? So that all drivers can benefit? The dirty-region support is not part of vfb: it lives in drivers/video/fb.c, touching only fb.c and fb.h. It hooks the existing FBIO_UPDATE ioctl, so every driver benefits with no changes. One behaviour change worth flagging: drivers with no updatearea entry, such as an LTDC, used to get -ENOTTY and now get OK. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
