Home
last modified time | relevance | path

Searched refs:fence_poll (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/hw/display/
H A Dvirtio-gpu-gl.c177 timer_free(gl->fence_poll); in virtio_gpu_gl_device_unrealize()
H A Dvirtio-gpu-virgl.c1070 timer_mod(gl->fence_poll, qemu_clock_get_ms(QEMU_CLOCK_VIRTUAL) + 10); in virtio_gpu_fence_poll()
1123 gl->fence_poll = timer_new_ms(QEMU_CLOCK_VIRTUAL, in virtio_gpu_virgl_init()
/openbmc/qemu/include/hw/virtio/
H A Dvirtio-gpu.h243 QEMUTimer *fence_poll; member