Expand description
Framebuffer implementation
Provides the low-level framebuffer device interface including physical address tracking for user-space mmap and double-buffered rendering.
Structs§
- FbInfo
- Framebuffer information structure passed to user space via syscall.
- Framebuffer
- Framebuffer configuration
Functions§
- get_
fb_ info - Get framebuffer info (safe to call from syscall context).
- get_
phys_ addr - Get the framebuffer physical address.
- init
- Initialize framebuffer
- set_
phys_ addr - Store the framebuffer physical address (called from bootstrap).
- with_
framebuffer - Execute a closure with the framebuffer (mutable access)