Searched refs:gfx_update (Results 1 – 25 of 28) sorted by relevance
12
/openbmc/qemu/hw/display/ |
H A D | virtio-vga.c | 28 g->hw_ops->gfx_update(g); in virtio_vga_base_update_display() 30 vvga->vga.hw_ops->gfx_update(&vvga->vga); in virtio_vga_base_update_display() 81 .gfx_update = virtio_vga_base_update_display,
|
H A D | ramfb-standalone.c | 34 .gfx_update = display_update_wrapper,
|
H A D | next-fb.c | 103 .gfx_update = nextfb_update,
|
H A D | ssd0303.c | 303 .gfx_update = ssd0303_update_display,
|
H A D | jazz_led.c | 268 .gfx_update = jazz_led_update_display,
|
H A D | virtio-gpu-base.c | 164 .gfx_update = virtio_gpu_update_display,
|
H A D | cg3.c | 277 .gfx_update = cg3_update_display,
|
H A D | ssd0323.c | 348 .gfx_update = ssd0323_update_display,
|
H A D | dm163.c | 307 .gfx_update = dm163_update_display,
|
H A D | bochs-display.c | 261 .gfx_update = bochs_display_update,
|
H A D | tcx.c | 747 .gfx_update = tcx_update_display, 752 .gfx_update = tcx24_update_display,
|
H A D | bcm2835_fb.c | 379 .gfx_update = fb_update_display,
|
H A D | pl110.c | 535 .gfx_update = pl110_update_display,
|
H A D | omap_lcdc.c | 485 .gfx_update = omap_update_display,
|
H A D | g364fb.c | 473 .gfx_update = g364fb_update_display,
|
H A D | vmware_vga.c | 1144 s->vga.hw_ops->gfx_update(&s->vga); in vmsvga_update_display() 1246 .gfx_update = vmsvga_update_display,
|
H A D | macfb.c | 642 .gfx_update = macfb_update_display,
|
H A D | xenfb.c | 997 .gfx_update = xenfb_update,
|
H A D | xlnx_dp.c | 1227 .gfx_update = xlnx_dp_update_display,
|
H A D | artist.c | 1339 .gfx_update = artist_update_display,
|
H A D | sm501.c | 1838 .gfx_update = sm501_update_display,
|
/openbmc/qemu/hw/vfio/ |
H A D | display.c | 352 .gfx_update = vfio_display_dmabuf_update, 487 .gfx_update = vfio_display_region_update,
|
/openbmc/qemu/include/ui/ |
H A D | console.h | 369 void (*gfx_update)(void *opaque); member
|
/openbmc/qemu/ui/ |
H A D | console.c | 142 if (con->hw_ops->gfx_update) { in graphic_hw_update() 143 con->hw_ops->gfx_update(con->hw); in graphic_hw_update()
|
/openbmc/qemu/hw/arm/ |
H A D | musicpal.c | 249 .gfx_update = lcd_refresh,
|
12