Home
last modified time | relevance | path

Searched defs:qxl (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/hw/display/
H A Dqxl-render.c27 static void qxl_blit(PCIQXLDevice *qxl, QXLRect *rect) in qxl_blit()
60 void qxl_render_resize(PCIQXLDevice *qxl) in qxl_render_resize()
90 static void qxl_set_rect_to_surface(PCIQXLDevice *qxl, QXLRect *area) in qxl_set_rect_to_surface()
98 static void qxl_render_update_area_unlocked(PCIQXLDevice *qxl) in qxl_render_update_area_unlocked()
176 void qxl_render_update(PCIQXLDevice *qxl) in qxl_render_update()
202 PCIQXLDevice *qxl = opaque; in qxl_render_update_area_bh() local
209 void qxl_render_update_area_done(PCIQXLDevice *qxl, QXLCookie *cookie) in qxl_render_update_area_done()
219 static void qxl_unpack_chunks(void *dest, size_t size, PCIQXLDevice *qxl, in qxl_unpack_chunks()
254 static QEMUCursor *qxl_cursor(PCIQXLDevice *qxl, QXLCursor *cursor, in qxl_cursor()
308 int qxl_render_cursor(PCIQXLDevice *qxl, QXLCommandExt *ext) in qxl_render_cursor()
H A Dqxl.c40 #define SPICE_RING_CONS_ITEM(qxl, r, ret) { \ argument
127 void qxl_set_guest_bug(PCIQXLDevice *qxl, const char *msg, ...) in qxl_set_guest_bug()
142 static void qxl_clear_guest_bug(PCIQXLDevice *qxl) in qxl_clear_guest_bug()
147 void qxl_spice_update_area(PCIQXLDevice *qxl, uint32_t surface_id, in qxl_spice_update_area()
167 static void qxl_spice_destroy_surface_wait_complete(PCIQXLDevice *qxl, in qxl_spice_destroy_surface_wait_complete()
177 static void qxl_spice_destroy_surface_wait(PCIQXLDevice *qxl, uint32_t id, in qxl_spice_destroy_surface_wait()
194 static void qxl_spice_flush_surfaces_async(PCIQXLDevice *qxl) in qxl_spice_flush_surfaces_async()
203 void qxl_spice_loadvm_commands(PCIQXLDevice *qxl, struct QXLCommandExt *ext, in qxl_spice_loadvm_commands()
210 void qxl_spice_oom(PCIQXLDevice *qxl) in qxl_spice_oom()
216 void qxl_spice_reset_memslots(PCIQXLDevice *qxl) in qxl_spice_reset_memslots()
[all …]
H A Dqxl-logger.c104 static int qxl_log_image(PCIQXLDevice *qxl, QXLPHYSICAL addr, int group_id) in qxl_log_image()
138 static int qxl_log_cmd_draw_copy(PCIQXLDevice *qxl, QXLCopy *copy, in qxl_log_cmd_draw_copy()
155 static int qxl_log_cmd_draw(PCIQXLDevice *qxl, QXLDrawable *draw, int group_id) in qxl_log_cmd_draw()
168 static int qxl_log_cmd_draw_compat(PCIQXLDevice *qxl, QXLCompatDrawable *draw, in qxl_log_cmd_draw_compat()
186 static void qxl_log_cmd_surface(PCIQXLDevice *qxl, QXLSurfaceCmd *cmd) in qxl_log_cmd_surface()
204 int qxl_log_cmd_cursor(PCIQXLDevice *qxl, QXLCursorCmd *cmd, int group_id) in qxl_log_cmd_cursor()
236 int qxl_log_command(PCIQXLDevice *qxl, const char *ring, QXLCommandExt *ext) in qxl_log_command()
/openbmc/qemu/include/ui/
H A Dspice-display.h91 QXLInstance qxl; member
/openbmc/qemu/ui/
H A Dspice-display.c971 static void spice_server_gl_scanout(QXLInstance *qxl, in spice_server_gl_scanout()