Home
last modified time | relevance | path

Searched refs:events_clear (Results 1 – 4 of 4) sorted by relevance

/qemu/hw/display/
H A Dvhost-user-gpu.c489 vgconfig->events_clear = b->virtio_config.events_clear; in vhost_user_gpu_get_config()
502 if (vgconfig->events_clear) { in vhost_user_gpu_set_config()
503 b->virtio_config.events_read &= ~vgconfig->events_clear; in vhost_user_gpu_set_config()
H A Dvirtio-gpu.c1605 if (vgconfig->events_clear) { in virtio_gpu_set_config()
1606 g->virtio_config.events_read &= ~vgconfig->events_clear; in virtio_gpu_set_config()
/qemu/include/standard-headers/linux/
H A Dvirtio_gpu.h363 uint32_t events_clear; member
/qemu/contrib/vhost-user-gpu/
H A Dvhost-user-gpu.c1199 if (config->events_clear) { in vg_set_config()
1200 g->virtio_config.events_read &= ~config->events_clear; in vg_set_config()