Home
last modified time | relevance | path

Searched refs:current_frame (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/hw/display/
H A Domap_lcdc.c220 omap_lcd->dma->phys_framebuffer[omap_lcd->dma->current_frame], in omap_update_display()
271 if (omap_lcd->dma->current_frame == 0) in omap_update_display()
285 omap_lcd->dma->current_frame] + frame_offset; in omap_update_display()
286 omap_lcd->dma->condition |= 1 << omap_lcd->dma->current_frame; in omap_update_display()
290 omap_lcd->dma->current_frame ^= 1; in omap_update_display()
334 s->dma->current_frame = -1; in omap_lcd_update()
342 if (s->dma->current_frame == -1) { in omap_lcd_update()
345 s->dma->current_frame = 0; in omap_lcd_update()
372 s->dma->phys_framebuffer[s->dma->current_frame], in omap_lcd_update()
463 s->dma->current_frame = -1; in omap_lcdc_reset()
/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A Ddecorators.py141 current_frame = sys._getframe()
143 if frame is not current_frame:
194 current_frame = sys._getframe()
196 if frame is not current_frame:
/openbmc/qemu/include/hw/arm/
H A Domap.h411 int current_frame; member