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.c493 vgconfig->events_clear = b->virtio_config.events_clear; in vhost_user_gpu_get_config()
506 if (vgconfig->events_clear) { in vhost_user_gpu_set_config()
507 b->virtio_config.events_read &= ~vgconfig->events_clear; in vhost_user_gpu_set_config()
H A Dvirtio-gpu.c1614 if (vgconfig->events_clear) { in virtio_gpu_set_config()
1615 g->virtio_config.events_read &= ~vgconfig->events_clear; in virtio_gpu_set_config()
/qemu/include/standard-headers/linux/
H A Dvirtio_gpu.h364 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()