You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2021/09/30 06:08:44 UTC

[GitHub] [incubator-nuttx] shuai532209720 opened a new pull request #4631: feat: driver: support double buffer for display

shuai532209720 opened a new pull request #4631:
URL: https://github.com/apache/incubator-nuttx/pull/4631


   ## Summary
   This PR is to support multiple buffers, like doube buffer. Reference linux kernel fbmem implement.
   reference links:
   https://github.com/torvalds/linux/blob/master/drivers/video/fbdev/core/fbmem.c
   https://github.com/torvalds/linux/blob/master/drivers/video/fbdev/goldfishfb.c
   ## Impact
   This PR will not affect the manufacturer's adaptation which has been implement.
   It just provides one more interface for multiple buffer.
   ## Testing
   It has been verified on the chip of our project.
   


-- 
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: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-nuttx] shuai532209720 closed pull request #4631: feat: driver: support double buffer for display

Posted by GitBox <gi...@apache.org>.
shuai532209720 closed pull request #4631:
URL: https://github.com/apache/incubator-nuttx/pull/4631


   


-- 
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: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org