Home
last modified time | relevance | path

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

/aosp_15_r20/external/trusty/lk/dev/virtio/gpu/
Dvirtio-gpu.c44 static int virtio_gpu_flush_thread(void *arg);
405 …t = thread_create("virtio gpu flusher", &virtio_gpu_flush_thread, (void *)gdev, HIGH_PRIORITY, DEF… in virtio_gpu_start()
528 static int virtio_gpu_flush_thread(void *arg) in virtio_gpu_flush_thread() function