Home
last modified time | relevance | path

Searched refs:vgconfig (Results 1 – 2 of 2) sorted by relevance

/qemu/hw/display/
H A Dvhost-user-gpu.c471 struct virtio_gpu_config *vgconfig = in vhost_user_gpu_get_config() local
487 vgconfig->num_scanouts = b->virtio_config.num_scanouts; in vhost_user_gpu_get_config()
488 vgconfig->events_read = b->virtio_config.events_read; in vhost_user_gpu_get_config()
489 vgconfig->events_clear = b->virtio_config.events_clear; in vhost_user_gpu_get_config()
498 const struct virtio_gpu_config *vgconfig = in vhost_user_gpu_set_config() local
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.c1602 const struct virtio_gpu_config *vgconfig = in virtio_gpu_set_config() local
1605 if (vgconfig->events_clear) { in virtio_gpu_set_config()
1606 g->virtio_config.events_read &= ~vgconfig->events_clear; in virtio_gpu_set_config()