Home
last modified time | relevance | path

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

/openbmc/qemu/hw/display/
H A Dmacfb.c278 int macfb_stride = s->mode->stride; in macfb_draw_graphic() local
311 for (y = 0; y < s->height; y++, page += macfb_stride) { in macfb_draw_graphic()
312 if (macfb_check_dirty(s, snap, page, macfb_stride)) { in macfb_draw_graphic()