Home
last modified time | relevance | path

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

/openbmc/qemu/hw/display/
H A Dtc6393xb.c136 uint32_t scr_width, scr_height; /* in pixels */ member
422 for (i = 0; i < s->scr_height; i++) { in tc6393xb_draw_graphic()
448 for(i = 0; i < s->scr_height; i++) { in tc6393xb_draw_blank()
462 if (s->scr_width == 0 || s->scr_height == 0) in tc6393xb_update_display()
471 s->scr_height != surface_height(surface)) { in tc6393xb_update_display()
472 qemu_console_resize(s->con, s->scr_width, s->scr_height); in tc6393xb_update_display()
564 s->scr_height = 640; in tc6393xb_init()
/openbmc/linux/drivers/video/fbdev/omap/
H A Dhwa742.c348 int scr_height = hwa742.fbdev->panel->y_res; in send_frame_handler() local
384 enable_tearsync(y, scr_width, h, scr_height, in send_frame_handler()