Home
last modified time | relevance | path

Searched refs:dpy_gfx_update (Results 1 – 25 of 37) sorted by relevance

12

/qemu/ui/
H A Degl-headless.c166 dpy_gfx_update(edpy->dcl.con, x, y, w, h);
172 .dpy_gfx_update = egl_gfx_update,
H A Dconsole.c230 if (update && dcl->ops->dpy_gfx_update) { in displaychangelistener_gfx_switch()
231 dcl->ops->dpy_gfx_update(dcl, 0, 0, in displaychangelistener_gfx_switch()
796 void dpy_gfx_update(QemuConsole *con, int x, int y, int w, int h) in dpy_gfx_update() function
818 if (dcl->ops->dpy_gfx_update) { in dpy_gfx_update()
819 dcl->ops->dpy_gfx_update(dcl, x, y, w, h); in dpy_gfx_update()
829 dpy_gfx_update(con, 0, 0, w, h); in dpy_gfx_update_full()
H A Dsdl2.c799 .dpy_gfx_update = sdl2_2d_update,
810 .dpy_gfx_update = sdl2_gl_update,
H A Ddbus-listener.c768 .dpy_gfx_update = dbus_gl_gfx_update,
789 .dpy_gfx_update = dbus_gfx_update,
H A Dconsole-vc.c247 dpy_gfx_update(QEMU_CONSOLE(s), 0, 0, in console_refresh()
870 dpy_gfx_update(QEMU_CONSOLE(s), s->update_x0, s->update_y0, in DECLARE_INSTANCE_CHECKER()
H A Ddbus-console.c133 .dpy_gfx_update = dbus_gfx_update,
H A Dspice-display.c784 .dpy_gfx_update = display_update,
1114 .dpy_gfx_update = spice_gl_update,
/qemu/hw/display/
H A Dcg3.c140 dpy_gfx_update(s->con, 0, y_start, width, y - y_start); in cg3_update_display()
149 dpy_gfx_update(s->con, 0, y_start, width, y - y_start); in cg3_update_display()
H A Dbochs-display.c246 dpy_gfx_update(s->con, 0, ys, in bochs_display_update()
252 dpy_gfx_update(s->con, 0, ys, in bochs_display_update()
H A Dnext-fb.c92 dpy_gfx_update(s->con, 0, 0, s->cols, s->rows); in nextfb_update()
H A Dtcx.c246 dpy_gfx_update(ts->con, 0, y_start, in tcx_update_display()
256 dpy_gfx_update(ts->con, 0, y_start, in tcx_update_display()
299 dpy_gfx_update(ts->con, 0, y_start, in tcx24_update_display()
311 dpy_gfx_update(ts->con, 0, y_start, in tcx24_update_display()
H A Dg364fb.c194 dpy_gfx_update(s->con, xmin, ymin, in g364fb_draw_graphic8()
214 dpy_gfx_update(s->con, xmin, ymin, xmax - xmin + 1, ymax - ymin + 1); in g364fb_draw_graphic8()
H A Dpxa2xx_lcd.c1318 dpy_gfx_update(s->con, 0, miny, s->xres, maxy - miny + 1); in pxa2xx_update_display()
1321 dpy_gfx_update(s->con, miny, 0, maxy - miny + 1, s->xres); in pxa2xx_update_display()
1326 dpy_gfx_update(s->con, 0, maxy, s->xres, miny - maxy + 1); in pxa2xx_update_display()
1331 dpy_gfx_update(s->con, maxy, 0, miny - maxy + 1, s->xres); in pxa2xx_update_display()
H A Dssd0303.c271 dpy_gfx_update(s->con, 0, 0, 96 * MAGNIFY, 16 * MAGNIFY); in ssd0303_update_display()
H A Dmacfb.c323 dpy_gfx_update(s->con, 0, ymin, s->width, y - ymin); in macfb_draw_graphic()
330 dpy_gfx_update(s->con, 0, ymin, s->width, y - ymin); in macfb_draw_graphic()
H A Dssd0323.c273 dpy_gfx_update(s->con, 0, 0, 128 * MAGNIFY, 64 * MAGNIFY); in ssd0323_update_display()
H A Ddm163.c280 dpy_gfx_update(s->console, 0, LED_SQUARE_SIZE * row, in update_display_of_row()
H A Dqxl-render.c157 dpy_gfx_update(vga->con, in qxl_render_update_area_unlocked()
H A Dbcm2835_fb.c209 dpy_gfx_update(s->con, 0, first, s->config.xres, in fb_update_display()
H A Domap_lcdc.c322 dpy_gfx_update(omap_lcd->con, 0, first, width, last - first + 1); in omap_update_display()
H A Dpl110.c306 dpy_gfx_update(s->con, 0, first, s->cols, last - first + 1); in pl110_update_display()
H A Dvga.c1367 dpy_gfx_update(s->con, cx_min * cw, cy * cheight, in vga_draw_text()
1722 dpy_gfx_update(s->con, 0, y_start, in vga_draw_graphic()
1747 dpy_gfx_update(s->con, 0, y_start, in vga_draw_graphic()
H A Dvhost-user-gpu.c338 dpy_gfx_update(con, m->x, m->y, m->width, m->height); in vhost_user_gpu_handle_display()
/qemu/include/ui/
H A Dconsole.h215 void (*dpy_gfx_update)(DisplayChangeListener *dcl,
318 void dpy_gfx_update(QemuConsole *con, int x, int y, int w, int h);
233 void (*dpy_gfx_update)(DisplayChangeListener *dcl, global() member
/qemu/hw/vfio/
H A Ddisplay.c469 dpy_gfx_update(dpy->con, 0, 0, in vfio_display_region_update()

12