Home
last modified time | relevance | path

Searched refs:events_read (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/drivers/gpu/drm/virtio/
H A Dvirtgpu_kms.c40 u32 events_read, events_clear = 0; in virtio_gpu_config_changed_work_func() local
44 events_read, &events_read); in virtio_gpu_config_changed_work_func()
45 if (events_read & VIRTIO_GPU_EVENT_DISPLAY) { in virtio_gpu_config_changed_work_func()
/openbmc/qemu/hw/display/
H A Dvhost-user-gpu.c489 vgconfig->events_read = b->virtio_config.events_read; in vhost_user_gpu_get_config()
504 b->virtio_config.events_read &= ~vgconfig->events_clear; in vhost_user_gpu_set_config()
H A Dvirtio-gpu-base.c85 g->virtio_config.events_read |= event_type; in virtio_gpu_notify_event()
H A Dvirtio-gpu.c1615 g->virtio_config.events_read &= ~vgconfig->events_clear; in virtio_gpu_set_config()
/openbmc/linux/include/uapi/linux/
H A Dvirtio_gpu.h360 __le32 events_read; member
/openbmc/qemu/include/standard-headers/linux/
H A Dvirtio_gpu.h363 uint32_t events_read; member
/openbmc/qemu/contrib/vhost-user-gpu/
H A Dvhost-user-gpu.c1200 g->virtio_config.events_read &= ~config->events_clear; in vg_set_config()