Searched refs:scr_width (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/hw/display/ |
H A D | tc6393xb.c | 136 uint32_t scr_width, scr_height; /* in pixels */ member 424 for (j = 0; j < s->scr_width; j++, data_display += 4, data_buffer++) { in tc6393xb_draw_graphic() 446 w = s->scr_width * surface_bytes_per_pixel(surface); in tc6393xb_draw_blank() 462 if (s->scr_width == 0 || s->scr_height == 0) in tc6393xb_update_display() 470 if (s->scr_width != surface_width(surface) || in tc6393xb_update_display() 472 qemu_console_resize(s->con, s->scr_width, s->scr_height); in tc6393xb_update_display() 563 s->scr_width = 480; in tc6393xb_init()
|
/openbmc/linux/drivers/video/fbdev/omap/ |
H A D | hwa742.c | 347 int scr_width = hwa742.fbdev->panel->x_res; in send_frame_handler() local 353 x, y, w, h, scr_width, color_mode, flags); in send_frame_handler() 384 enable_tearsync(y, scr_width, h, scr_height, in send_frame_handler() 391 offset = (scr_width * y + x) * bpp / 8; in send_frame_handler() 394 OMAPFB_CHANNEL_OUT_LCD, offset, scr_width, 0, 0, w, h, in send_frame_handler()
|