|
PatchworkOS
|
Framebuffer info struct. More...
#include <fb.h>
Data Fields | |
| uint64_t | width |
| uint64_t | height |
| uint64_t | stride |
| fb_format_t | format |
| char | name [MAX_NAME] |
Framebuffer info struct.
The fb_info_t struct stores information about a framebuffer and is retrieved by reading a /dev/fb/[id]/info file.
| fb_format_t fb_info_t::format |
Definition at line 43 of file fb.h.
Referenced by frontbuffer_init(), gop_init(), screen_swap(), and screen_transfer_frontbuffer().
| uint64_t fb_info_t::height |
Definition at line 41 of file fb.h.
Referenced by backbuffer_init(), frontbuffer_init(), gop_init(), screen_deinit(), screen_height(), and screen_init().
| char fb_info_t::name[MAX_NAME] |
Definition at line 44 of file fb.h.
Referenced by frontbuffer_init(), gop_init(), ps2_device_init(), ps2_kbd_init(), ps2_mouse_init(), and surface_get_info().
| uint64_t fb_info_t::stride |
Definition at line 42 of file fb.h.
Referenced by backbuffer_init(), frontbuffer_init(), gop_init(), screen_deinit(), screen_swap(), screen_transfer(), screen_transfer_blend(), and screen_transfer_frontbuffer().
| uint64_t fb_info_t::width |
Definition at line 40 of file fb.h.
Referenced by frontbuffer_init(), gop_init(), screen_init(), and screen_width().