Home
last modified time | relevance | path

Searched refs:frame_incomplete (Results 1 – 11 of 11) sorted by relevance

/Zephyr-latest/modules/lvgl/
Dlvgl_display.c30 flush.desc.frame_incomplete = !lv_display_flush_is_last(flush.display); in lvgl_flush_thread_entry()
140 request->desc.frame_incomplete = !lv_display_flush_is_last(request->display); in lvgl_flush_display()
Dlvgl_display_mono.c103 .frame_incomplete = !is_last, in lvgl_flush_cb_mono()
/Zephyr-latest/drivers/display/
Ddisplay_sdl_bottom.h31 bool frame_incomplete);
Ddisplay_sdl_bottom.c108 bool frame_incomplete) in sdl_display_write_bottom() argument
126 if (display_on && !frame_incomplete) { in sdl_display_write_bottom()
Ddisplay_st7796s.c169 mipi_desc.frame_incomplete = desc->frame_incomplete; in st7796s_write()
Ddisplay_ili9xxx.c166 mipi_desc.frame_incomplete = desc->frame_incomplete; in ili9xxx_write()
Ddisplay_gc9x01x.c544 mipi_desc.frame_incomplete = desc->frame_incomplete; in gc9x01x_write()
Ddisplay_sdl.c270 disp_data->display_on, desc->frame_incomplete); in sdl_display_write()
/Zephyr-latest/samples/drivers/display/src/
Dmain.c321 buf_desc.frame_incomplete = true; in main()
354 buf_desc.frame_incomplete = false; in main()
/Zephyr-latest/include/zephyr/drivers/
Ddisplay.h134 bool frame_incomplete; member
/Zephyr-latest/drivers/mipi_dbi/
Dmipi_dbi_nxp_lcdic.c444 if (!desc->frame_incomplete) { in mipi_dbi_lcdic_write_display()