Home
last modified time | relevance | path

Searched refs:PCIQXLDevice (Results 1 – 25 of 36) sorted by relevance

12

/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/hw/display/
H A Dqxl.h32 typedef struct PCIQXLDevice { struct
130 } PCIQXLDevice; argument
152 void qxl_set_guest_bug(PCIQXLDevice *qxl, const char *msg, ...)
155 void qxl_spice_update_area(PCIQXLDevice *qxl, uint32_t surface_id,
162 void qxl_spice_oom(PCIQXLDevice *qxl);
163 void qxl_spice_reset_memslots(PCIQXLDevice *qxl);
164 void qxl_spice_reset_image_cache(PCIQXLDevice *qxl);
165 void qxl_spice_reset_cursor(PCIQXLDevice *qxl);
172 void qxl_render_resize(PCIQXLDevice *qxl);
173 void qxl_render_update(PCIQXLDevice *qxl);
[all …]
H A Dqxl.c532 PCIQXLDevice *qxl = container_of(sin, PCIQXLDevice, ssd.qxl); in interface_attach_worker()
539 PCIQXLDevice *qxl = container_of(sin, PCIQXLDevice, ssd.qxl); in interface_set_compression_level()
550 PCIQXLDevice *qxl = container_of(sin, PCIQXLDevice, ssd.qxl); in interface_set_mm_time()
565 PCIQXLDevice *qxl = container_of(sin, PCIQXLDevice, ssd.qxl); in interface_get_init_info()
632 PCIQXLDevice *qxl = container_of(sin, PCIQXLDevice, ssd.qxl); in interface_get_command()
712 PCIQXLDevice *qxl = container_of(sin, PCIQXLDevice, ssd.qxl); in interface_req_cmd_notification()
775 PCIQXLDevice *qxl = container_of(sin, PCIQXLDevice, ssd.qxl); in interface_release_resource()
821 PCIQXLDevice *qxl = container_of(sin, PCIQXLDevice, ssd.qxl); in interface_get_cursor_command()
864 PCIQXLDevice *qxl = container_of(sin, PCIQXLDevice, ssd.qxl); in interface_req_cursor_notification()
897 PCIQXLDevice *qxl = container_of(sin, PCIQXLDevice, ssd.qxl); in interface_flush_resources()
[all …]
H A Dqxl-render.c26 static void qxl_blit(PCIQXLDevice *qxl, QXLRect *rect) in qxl_blit()
59 void qxl_render_resize(PCIQXLDevice *qxl) in qxl_render_resize()
89 static void qxl_set_rect_to_surface(PCIQXLDevice *qxl, QXLRect *area) in qxl_set_rect_to_surface()
97 static void qxl_render_update_area_unlocked(PCIQXLDevice *qxl) in qxl_render_update_area_unlocked()
168 void qxl_render_update(PCIQXLDevice *qxl) in qxl_render_update()
193 PCIQXLDevice *qxl = opaque; in qxl_render_update_area_bh()
200 void qxl_render_update_area_done(PCIQXLDevice *qxl, QXLCookie *cookie) in qxl_render_update_area_done()
210 static void qxl_unpack_chunks(void *dest, size_t size, PCIQXLDevice *qxl, in qxl_unpack_chunks()
235 static QEMUCursor *qxl_cursor(PCIQXLDevice *qxl, QXLCursor *cursor, in qxl_cursor()
282 int qxl_render_cursor(PCIQXLDevice *qxl, QXLCommandExt *ext) in qxl_render_cursor()
/dports/emulators/qemu42/qemu-4.2.1/hw/display/
H A Dqxl.h30 typedef struct PCIQXLDevice { struct
129 } PCIQXLDevice; argument
151 void qxl_set_guest_bug(PCIQXLDevice *qxl, const char *msg, ...)
154 void qxl_spice_update_area(PCIQXLDevice *qxl, uint32_t surface_id,
161 void qxl_spice_oom(PCIQXLDevice *qxl);
162 void qxl_spice_reset_memslots(PCIQXLDevice *qxl);
163 void qxl_spice_reset_image_cache(PCIQXLDevice *qxl);
164 void qxl_spice_reset_cursor(PCIQXLDevice *qxl);
171 void qxl_render_resize(PCIQXLDevice *qxl);
172 void qxl_render_update(PCIQXLDevice *qxl);
[all …]
H A Dqxl.c522 PCIQXLDevice *qxl = container_of(sin, PCIQXLDevice, ssd.qxl); in interface_attach_worker()
529 PCIQXLDevice *qxl = container_of(sin, PCIQXLDevice, ssd.qxl); in interface_set_compression_level()
540 PCIQXLDevice *qxl = container_of(sin, PCIQXLDevice, ssd.qxl); in interface_set_mm_time()
555 PCIQXLDevice *qxl = container_of(sin, PCIQXLDevice, ssd.qxl); in interface_get_init_info()
622 PCIQXLDevice *qxl = container_of(sin, PCIQXLDevice, ssd.qxl); in interface_get_command()
702 PCIQXLDevice *qxl = container_of(sin, PCIQXLDevice, ssd.qxl); in interface_req_cmd_notification()
769 PCIQXLDevice *qxl = container_of(sin, PCIQXLDevice, ssd.qxl); in interface_release_resource()
821 PCIQXLDevice *qxl = container_of(sin, PCIQXLDevice, ssd.qxl); in interface_get_cursor_command()
864 PCIQXLDevice *qxl = container_of(sin, PCIQXLDevice, ssd.qxl); in interface_req_cursor_notification()
897 PCIQXLDevice *qxl = container_of(sin, PCIQXLDevice, ssd.qxl); in interface_flush_resources()
[all …]
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()
169 void qxl_render_update(PCIQXLDevice *qxl) in qxl_render_update()
194 PCIQXLDevice *qxl = opaque; in qxl_render_update_area_bh()
201 void qxl_render_update_area_done(PCIQXLDevice *qxl, QXLCookie *cookie) in qxl_render_update_area_done()
211 static void qxl_unpack_chunks(void *dest, size_t size, PCIQXLDevice *qxl, in qxl_unpack_chunks()
236 static QEMUCursor *qxl_cursor(PCIQXLDevice *qxl, QXLCursor *cursor, in qxl_cursor()
283 int qxl_render_cursor(PCIQXLDevice *qxl, QXLCommandExt *ext) in qxl_render_cursor()
/dports/emulators/qemu-utils/qemu-4.2.1/hw/display/
H A Dqxl.h30 typedef struct PCIQXLDevice { struct
129 } PCIQXLDevice; typedef
151 void qxl_set_guest_bug(PCIQXLDevice *qxl, const char *msg, ...)
154 void qxl_spice_update_area(PCIQXLDevice *qxl, uint32_t surface_id,
161 void qxl_spice_oom(PCIQXLDevice *qxl);
162 void qxl_spice_reset_memslots(PCIQXLDevice *qxl);
163 void qxl_spice_reset_image_cache(PCIQXLDevice *qxl);
164 void qxl_spice_reset_cursor(PCIQXLDevice *qxl);
171 void qxl_render_resize(PCIQXLDevice *qxl);
172 void qxl_render_update(PCIQXLDevice *qxl);
[all …]
H A Dqxl.c522 PCIQXLDevice *qxl = container_of(sin, PCIQXLDevice, ssd.qxl); in interface_attach_worker()
529 PCIQXLDevice *qxl = container_of(sin, PCIQXLDevice, ssd.qxl); in interface_set_compression_level()
540 PCIQXLDevice *qxl = container_of(sin, PCIQXLDevice, ssd.qxl); in interface_set_mm_time()
555 PCIQXLDevice *qxl = container_of(sin, PCIQXLDevice, ssd.qxl); in interface_get_init_info()
622 PCIQXLDevice *qxl = container_of(sin, PCIQXLDevice, ssd.qxl); in interface_get_command()
702 PCIQXLDevice *qxl = container_of(sin, PCIQXLDevice, ssd.qxl); in interface_req_cmd_notification()
769 PCIQXLDevice *qxl = container_of(sin, PCIQXLDevice, ssd.qxl); in interface_release_resource()
821 PCIQXLDevice *qxl = container_of(sin, PCIQXLDevice, ssd.qxl); in interface_get_cursor_command()
864 PCIQXLDevice *qxl = container_of(sin, PCIQXLDevice, ssd.qxl); in interface_req_cursor_notification()
897 PCIQXLDevice *qxl = container_of(sin, PCIQXLDevice, ssd.qxl); in interface_flush_resources()
[all …]
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()
169 void qxl_render_update(PCIQXLDevice *qxl) in qxl_render_update()
194 PCIQXLDevice *qxl = opaque; in qxl_render_update_area_bh()
201 void qxl_render_update_area_done(PCIQXLDevice *qxl, QXLCookie *cookie) in qxl_render_update_area_done()
211 static void qxl_unpack_chunks(void *dest, size_t size, PCIQXLDevice *qxl, in qxl_unpack_chunks()
236 static QEMUCursor *qxl_cursor(PCIQXLDevice *qxl, QXLCursor *cursor, in qxl_cursor()
283 int qxl_render_cursor(PCIQXLDevice *qxl, QXLCommandExt *ext) in qxl_render_cursor()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/hw/display/
H A Dqxl.h30 typedef struct PCIQXLDevice { struct
129 } PCIQXLDevice; argument
151 void qxl_set_guest_bug(PCIQXLDevice *qxl, const char *msg, ...)
154 void qxl_spice_update_area(PCIQXLDevice *qxl, uint32_t surface_id,
161 void qxl_spice_oom(PCIQXLDevice *qxl);
162 void qxl_spice_reset_memslots(PCIQXLDevice *qxl);
163 void qxl_spice_reset_image_cache(PCIQXLDevice *qxl);
164 void qxl_spice_reset_cursor(PCIQXLDevice *qxl);
171 void qxl_render_resize(PCIQXLDevice *qxl);
172 void qxl_render_update(PCIQXLDevice *qxl);
[all …]
H A Dqxl.c522 PCIQXLDevice *qxl = container_of(sin, PCIQXLDevice, ssd.qxl); in interface_attach_worker()
529 PCIQXLDevice *qxl = container_of(sin, PCIQXLDevice, ssd.qxl); in interface_set_compression_level()
540 PCIQXLDevice *qxl = container_of(sin, PCIQXLDevice, ssd.qxl); in interface_set_mm_time()
555 PCIQXLDevice *qxl = container_of(sin, PCIQXLDevice, ssd.qxl); in interface_get_init_info()
622 PCIQXLDevice *qxl = container_of(sin, PCIQXLDevice, ssd.qxl); in interface_get_command()
702 PCIQXLDevice *qxl = container_of(sin, PCIQXLDevice, ssd.qxl); in interface_req_cmd_notification()
769 PCIQXLDevice *qxl = container_of(sin, PCIQXLDevice, ssd.qxl); in interface_release_resource()
821 PCIQXLDevice *qxl = container_of(sin, PCIQXLDevice, ssd.qxl); in interface_get_cursor_command()
864 PCIQXLDevice *qxl = container_of(sin, PCIQXLDevice, ssd.qxl); in interface_req_cursor_notification()
897 PCIQXLDevice *qxl = container_of(sin, PCIQXLDevice, ssd.qxl); in interface_flush_resources()
[all …]
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()
174 void qxl_render_update(PCIQXLDevice *qxl) in qxl_render_update()
199 PCIQXLDevice *qxl = opaque; in qxl_render_update_area_bh()
206 void qxl_render_update_area_done(PCIQXLDevice *qxl, QXLCookie *cookie) in qxl_render_update_area_done()
216 static void qxl_unpack_chunks(void *dest, size_t size, PCIQXLDevice *qxl, in qxl_unpack_chunks()
241 static QEMUCursor *qxl_cursor(PCIQXLDevice *qxl, QXLCursor *cursor, in qxl_cursor()
288 int qxl_render_cursor(PCIQXLDevice *qxl, QXLCommandExt *ext) in qxl_render_cursor()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/hw/display/
H A Dqxl.h30 typedef struct PCIQXLDevice { struct
129 } PCIQXLDevice; argument
151 void qxl_set_guest_bug(PCIQXLDevice *qxl, const char *msg, ...)
154 void qxl_spice_update_area(PCIQXLDevice *qxl, uint32_t surface_id,
161 void qxl_spice_oom(PCIQXLDevice *qxl);
162 void qxl_spice_reset_memslots(PCIQXLDevice *qxl);
163 void qxl_spice_reset_image_cache(PCIQXLDevice *qxl);
164 void qxl_spice_reset_cursor(PCIQXLDevice *qxl);
171 void qxl_render_resize(PCIQXLDevice *qxl);
172 void qxl_render_update(PCIQXLDevice *qxl);
[all …]
H A Dqxl.c522 PCIQXLDevice *qxl = container_of(sin, PCIQXLDevice, ssd.qxl); in interface_attach_worker()
529 PCIQXLDevice *qxl = container_of(sin, PCIQXLDevice, ssd.qxl); in interface_set_compression_level()
540 PCIQXLDevice *qxl = container_of(sin, PCIQXLDevice, ssd.qxl); in interface_set_mm_time()
555 PCIQXLDevice *qxl = container_of(sin, PCIQXLDevice, ssd.qxl); in interface_get_init_info()
622 PCIQXLDevice *qxl = container_of(sin, PCIQXLDevice, ssd.qxl); in interface_get_command()
702 PCIQXLDevice *qxl = container_of(sin, PCIQXLDevice, ssd.qxl); in interface_req_cmd_notification()
769 PCIQXLDevice *qxl = container_of(sin, PCIQXLDevice, ssd.qxl); in interface_release_resource()
821 PCIQXLDevice *qxl = container_of(sin, PCIQXLDevice, ssd.qxl); in interface_get_cursor_command()
864 PCIQXLDevice *qxl = container_of(sin, PCIQXLDevice, ssd.qxl); in interface_req_cursor_notification()
897 PCIQXLDevice *qxl = container_of(sin, PCIQXLDevice, ssd.qxl); in interface_flush_resources()
[all …]
/dports/emulators/qemu/qemu-6.2.0/hw/display/
H A Dqxl.h31 struct PCIQXLDevice { struct
132 OBJECT_DECLARE_SIMPLE_TYPE(PCIQXLDevice, PCI_QXL) argument
151 void qxl_set_guest_bug(PCIQXLDevice *qxl, const char *msg, ...)
154 void qxl_spice_update_area(PCIQXLDevice *qxl, uint32_t surface_id,
161 void qxl_spice_oom(PCIQXLDevice *qxl);
162 void qxl_spice_reset_memslots(PCIQXLDevice *qxl);
163 void qxl_spice_reset_image_cache(PCIQXLDevice *qxl);
164 void qxl_spice_reset_cursor(PCIQXLDevice *qxl);
171 void qxl_render_resize(PCIQXLDevice *qxl);
172 void qxl_render_update(PCIQXLDevice *qxl);
[all …]
H A Dqxl.c522 PCIQXLDevice *qxl = container_of(sin, PCIQXLDevice, ssd.qxl); in interface_attach_worker()
529 PCIQXLDevice *qxl = container_of(sin, PCIQXLDevice, ssd.qxl); in interface_set_compression_level()
540 PCIQXLDevice *qxl = container_of(sin, PCIQXLDevice, ssd.qxl); in interface_set_mm_time()
555 PCIQXLDevice *qxl = container_of(sin, PCIQXLDevice, ssd.qxl); in interface_get_init_info()
622 PCIQXLDevice *qxl = container_of(sin, PCIQXLDevice, ssd.qxl); in interface_get_command()
678 PCIQXLDevice *qxl = container_of(sin, PCIQXLDevice, ssd.qxl); in interface_req_cmd_notification()
745 PCIQXLDevice *qxl = container_of(sin, PCIQXLDevice, ssd.qxl); in interface_release_resource()
797 PCIQXLDevice *qxl = container_of(sin, PCIQXLDevice, ssd.qxl); in interface_get_cursor_command()
840 PCIQXLDevice *qxl = container_of(sin, PCIQXLDevice, ssd.qxl); in interface_req_cursor_notification()
873 PCIQXLDevice *qxl = container_of(sin, PCIQXLDevice, ssd.qxl); in interface_flush_resources()
[all …]
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()
174 void qxl_render_update(PCIQXLDevice *qxl) in qxl_render_update()
200 PCIQXLDevice *qxl = opaque; in qxl_render_update_area_bh()
207 void qxl_render_update_area_done(PCIQXLDevice *qxl, QXLCookie *cookie) in qxl_render_update_area_done()
217 static void qxl_unpack_chunks(void *dest, size_t size, PCIQXLDevice *qxl, in qxl_unpack_chunks()
242 static QEMUCursor *qxl_cursor(PCIQXLDevice *qxl, QXLCursor *cursor, in qxl_cursor()
289 int qxl_render_cursor(PCIQXLDevice *qxl, QXLCommandExt *ext) in qxl_render_cursor()
/dports/emulators/qemu60/qemu-6.0.0/hw/display/
H A Dqxl.h31 struct PCIQXLDevice { struct
133 OBJECT_DECLARE_SIMPLE_TYPE(PCIQXLDevice, PCI_QXL) argument
152 void qxl_set_guest_bug(PCIQXLDevice *qxl, const char *msg, ...)
155 void qxl_spice_update_area(PCIQXLDevice *qxl, uint32_t surface_id,
162 void qxl_spice_oom(PCIQXLDevice *qxl);
163 void qxl_spice_reset_memslots(PCIQXLDevice *qxl);
164 void qxl_spice_reset_image_cache(PCIQXLDevice *qxl);
165 void qxl_spice_reset_cursor(PCIQXLDevice *qxl);
172 void qxl_render_resize(PCIQXLDevice *qxl);
173 void qxl_render_update(PCIQXLDevice *qxl);
[all …]
H A Dqxl.c523 PCIQXLDevice *qxl = container_of(sin, PCIQXLDevice, ssd.qxl); in interface_attach_worker()
530 PCIQXLDevice *qxl = container_of(sin, PCIQXLDevice, ssd.qxl); in interface_set_compression_level()
541 PCIQXLDevice *qxl = container_of(sin, PCIQXLDevice, ssd.qxl); in interface_set_mm_time()
556 PCIQXLDevice *qxl = container_of(sin, PCIQXLDevice, ssd.qxl); in interface_get_init_info()
623 PCIQXLDevice *qxl = container_of(sin, PCIQXLDevice, ssd.qxl); in interface_get_command()
703 PCIQXLDevice *qxl = container_of(sin, PCIQXLDevice, ssd.qxl); in interface_req_cmd_notification()
770 PCIQXLDevice *qxl = container_of(sin, PCIQXLDevice, ssd.qxl); in interface_release_resource()
822 PCIQXLDevice *qxl = container_of(sin, PCIQXLDevice, ssd.qxl); in interface_get_cursor_command()
865 PCIQXLDevice *qxl = container_of(sin, PCIQXLDevice, ssd.qxl); in interface_req_cursor_notification()
898 PCIQXLDevice *qxl = container_of(sin, PCIQXLDevice, ssd.qxl); in interface_flush_resources()
[all …]
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()
174 void qxl_render_update(PCIQXLDevice *qxl) in qxl_render_update()
200 PCIQXLDevice *qxl = opaque; in qxl_render_update_area_bh()
207 void qxl_render_update_area_done(PCIQXLDevice *qxl, QXLCookie *cookie) in qxl_render_update_area_done()
217 static void qxl_unpack_chunks(void *dest, size_t size, PCIQXLDevice *qxl, in qxl_unpack_chunks()
242 static QEMUCursor *qxl_cursor(PCIQXLDevice *qxl, QXLCursor *cursor, in qxl_cursor()
289 int qxl_render_cursor(PCIQXLDevice *qxl, QXLCommandExt *ext) in qxl_render_cursor()
/dports/emulators/qemu5/qemu-5.2.0/hw/display/
H A Dqxl.h31 struct PCIQXLDevice { struct
133 OBJECT_DECLARE_SIMPLE_TYPE(PCIQXLDevice, PCI_QXL) argument
152 void qxl_set_guest_bug(PCIQXLDevice *qxl, const char *msg, ...)
155 void qxl_spice_update_area(PCIQXLDevice *qxl, uint32_t surface_id,
162 void qxl_spice_oom(PCIQXLDevice *qxl);
163 void qxl_spice_reset_memslots(PCIQXLDevice *qxl);
164 void qxl_spice_reset_image_cache(PCIQXLDevice *qxl);
165 void qxl_spice_reset_cursor(PCIQXLDevice *qxl);
172 void qxl_render_resize(PCIQXLDevice *qxl);
173 void qxl_render_update(PCIQXLDevice *qxl);
[all …]
H A Dqxl.c523 PCIQXLDevice *qxl = container_of(sin, PCIQXLDevice, ssd.qxl); in interface_attach_worker()
530 PCIQXLDevice *qxl = container_of(sin, PCIQXLDevice, ssd.qxl); in interface_set_compression_level()
541 PCIQXLDevice *qxl = container_of(sin, PCIQXLDevice, ssd.qxl); in interface_set_mm_time()
556 PCIQXLDevice *qxl = container_of(sin, PCIQXLDevice, ssd.qxl); in interface_get_init_info()
623 PCIQXLDevice *qxl = container_of(sin, PCIQXLDevice, ssd.qxl); in interface_get_command()
703 PCIQXLDevice *qxl = container_of(sin, PCIQXLDevice, ssd.qxl); in interface_req_cmd_notification()
770 PCIQXLDevice *qxl = container_of(sin, PCIQXLDevice, ssd.qxl); in interface_release_resource()
822 PCIQXLDevice *qxl = container_of(sin, PCIQXLDevice, ssd.qxl); in interface_get_cursor_command()
865 PCIQXLDevice *qxl = container_of(sin, PCIQXLDevice, ssd.qxl); in interface_req_cursor_notification()
898 PCIQXLDevice *qxl = container_of(sin, PCIQXLDevice, ssd.qxl); in interface_flush_resources()
[all …]
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()
174 void qxl_render_update(PCIQXLDevice *qxl) in qxl_render_update()
199 PCIQXLDevice *qxl = opaque; in qxl_render_update_area_bh()
206 void qxl_render_update_area_done(PCIQXLDevice *qxl, QXLCookie *cookie) in qxl_render_update_area_done()
216 static void qxl_unpack_chunks(void *dest, size_t size, PCIQXLDevice *qxl, in qxl_unpack_chunks()
241 static QEMUCursor *qxl_cursor(PCIQXLDevice *qxl, QXLCursor *cursor, in qxl_cursor()
288 int qxl_render_cursor(PCIQXLDevice *qxl, QXLCommandExt *ext) in qxl_render_cursor()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/hw/display/
H A Dqxl.h31 struct PCIQXLDevice { struct
132 OBJECT_DECLARE_SIMPLE_TYPE(PCIQXLDevice, PCI_QXL) argument
151 void qxl_set_guest_bug(PCIQXLDevice *qxl, const char *msg, ...)
154 void qxl_spice_update_area(PCIQXLDevice *qxl, uint32_t surface_id,
161 void qxl_spice_oom(PCIQXLDevice *qxl);
162 void qxl_spice_reset_memslots(PCIQXLDevice *qxl);
163 void qxl_spice_reset_image_cache(PCIQXLDevice *qxl);
164 void qxl_spice_reset_cursor(PCIQXLDevice *qxl);
171 void qxl_render_resize(PCIQXLDevice *qxl);
172 void qxl_render_update(PCIQXLDevice *qxl);
[all …]
H A Dqxl.c522 PCIQXLDevice *qxl = container_of(sin, PCIQXLDevice, ssd.qxl); in interface_attach_worker()
529 PCIQXLDevice *qxl = container_of(sin, PCIQXLDevice, ssd.qxl); in interface_set_compression_level()
540 PCIQXLDevice *qxl = container_of(sin, PCIQXLDevice, ssd.qxl); in interface_set_mm_time()
555 PCIQXLDevice *qxl = container_of(sin, PCIQXLDevice, ssd.qxl); in interface_get_init_info()
622 PCIQXLDevice *qxl = container_of(sin, PCIQXLDevice, ssd.qxl); in interface_get_command()
678 PCIQXLDevice *qxl = container_of(sin, PCIQXLDevice, ssd.qxl); in interface_req_cmd_notification()
745 PCIQXLDevice *qxl = container_of(sin, PCIQXLDevice, ssd.qxl); in interface_release_resource()
797 PCIQXLDevice *qxl = container_of(sin, PCIQXLDevice, ssd.qxl); in interface_get_cursor_command()
840 PCIQXLDevice *qxl = container_of(sin, PCIQXLDevice, ssd.qxl); in interface_req_cursor_notification()
873 PCIQXLDevice *qxl = container_of(sin, PCIQXLDevice, ssd.qxl); in interface_flush_resources()
[all …]

12