| 1 | //! Linear RGBA8888 framebuffer device: a pixel buffer plus a one-page control |
| 2 | //! block (FILL, PRESENT, DBMODE registers) with optional double buffering to |
| 3 | //! avoid flicker. See the VM spec section 6.5 for the register and buffer layout. |
| 4 |
nothing calls this directly
no outgoing calls
no test coverage detected