Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/virtio/
H A Dvirtgpu_kms.c45 if (events_read & VIRTIO_GPU_EVENT_DISPLAY) { in virtio_gpu_config_changed_work_func()
53 events_clear |= VIRTIO_GPU_EVENT_DISPLAY; in virtio_gpu_config_changed_work_func()
/openbmc/linux/include/uapi/linux/
H A Dvirtio_gpu.h357 #define VIRTIO_GPU_EVENT_DISPLAY (1 << 0) macro
/openbmc/qemu/include/standard-headers/linux/
H A Dvirtio_gpu.h360 #define VIRTIO_GPU_EVENT_DISPLAY (1 << 0) macro
/openbmc/qemu/hw/display/
H A Dvirtio-gpu-base.c112 virtio_gpu_notify_event(g, VIRTIO_GPU_EVENT_DISPLAY); in virtio_gpu_ui_info()