Searched refs:framebuffer (Results 1 – 13 of 13) sorted by relevance
33 Maintain cache coherency for LCDIF framebuffer. This is generally34 required, unless an external framebuffer is utilized with custom38 bool "Use external memory for framebuffer"41 Use external memory for framebuffer. Configures the LCDIF to write42 framebuffer data to a memory mapped external device.44 Note that no specific linker section is used for this framebuffer, so54 hex "LCDIF framebuffer address"56 Address of memory mapped external framebuffer.
32 system RAM until a new framebuffer is written. If the security34 framebuffer enabled.41 The framebuffer size is computed as : panel_width * panel_height * bpp.54 display_write is called with a framebuffer equal in size to the66 display_write MUST supply a framebuffer equal in size to screen width104 display_write MUST supply a framebuffer equal in size to screen width
10 Enable Intel Multiboot framebuffer-based display driver.
7 framebuffer {8 compatible = "intel,multiboot-framebuffer";
12 int "Internal framebuffer size used for link emulation purpose"15 Configure the size of the internal framebuffer the emulated Imager
66 uint8_t framebuffer[CONFIG_VIDEO_EMUL_IMAGER_FRAMEBUFFER_SIZE]; member328 uint16_t *fb16 = (uint16_t *)data->framebuffer; in emul_imager_fill_framebuffer()356 memcpy(data->framebuffer + fmt->pitch * i, data->framebuffer, fmt->pitch); in emul_imager_fill_framebuffer()
7 bool "Character framebuffer for dot matrix displays"9 Character framebuffer for dot matrix displays.
74 controllers that require a framebuffer to be present in system memory,75 since the controller can render the LVGL framebuffer directly
282 kernel entry point. Some drivers (e.g., the multiboot framebuffer467 framebuffer) happens from Zephyr code, and that all memory
713 frambuffer||framebuffer
212 * Added framebuffer driver with multiboot support
1104 * :dtcompatible:`intel,multiboot-framebuffer`
2963 * :github:`54214` - Display framebuffer allocation