Go to the source code of this file.
Functions | |
| void | init_gmode (void) |
| initialize graphics mode. | |
Variables | |
| l4_uint8_t * | gr_vmem |
| Linear video framebuffer. | |
| l4_uint8_t * | gr_vmem_maxmap |
| don't map fb beyond this address. | |
| l4_size_t | gr_vmem_size |
| Size of video framebuffer. | |
| l4_uint8_t * | vis_vmem |
| vsbl. | |
| l4_offs_t | vis_offs |
| vis_vmem - gr_vmem | |
| l4_uint16_t | VESA_XRES |
| pixels per line | |
| l4_uint16_t | VESA_YRES |
| pixels per row | |
| l4_uint16_t | VESA_YRES_CLIENT |
| pixels per row for clients | |
| l4_uint16_t | VESA_BPL |
| bytes per line | |
| l4_uint8_t | VESA_BITS |
| bits per pixel | |
| l4_uint8_t | VESA_RES |
| reserved bits | |
| l4_uint8_t | VESA_RED_OFFS |
| red bits offset in pixel | |
| l4_uint8_t | VESA_GREEN_OFFS |
| green bits offset in pixel | |
| l4_uint8_t | VESA_BLUE_OFFS |
| blue bits offset in pixel | |
| l4_uint8_t | VESA_RED_SIZE |
| number of red bits per pixel | |
| l4_uint8_t | VESA_GREEN_SIZE |
| number of green bits per pixel | |
| l4_uint8_t | VESA_BLUE_SIZE |
| number of blue bits per pixel | |
| l4_uint8_t | FONT_XRES |
| x-pixels per font character | |
| l4_uint8_t | FONT_YRES |
| y-pixels per font character | |
| l4_uint32_t | FONT_CHRS |
| number of characters in font | |
| int | panned |
| display is panned | |
| l4_umword_t | accel_caps |
| l4_uint32_t | pan_offs_x |
| panned to position x | |
| l4_uint32_t | pan_offs_y |
| panned to position y | |
Definition in file gmode.h.
| void init_gmode | ( | void | ) |
initialize graphics mode.
| l4_uint8_t* gr_vmem_maxmap |
| l4_size_t gr_vmem_size |
1.5.6