Searched refs:virtio_gpu_simple_resource (Results 1 – 5 of 5) sorted by relevance
10 void virtio_gpu_init_udmabuf(struct virtio_gpu_simple_resource *res) in virtio_gpu_init_udmabuf()15 void virtio_gpu_fini_udmabuf(struct virtio_gpu_simple_resource *res) in virtio_gpu_fini_udmabuf()22 struct virtio_gpu_simple_resource *res, in virtio_gpu_update_dmabuf()
30 static void virtio_gpu_create_udmabuf(struct virtio_gpu_simple_resource *res) in virtio_gpu_create_udmabuf()71 static void virtio_gpu_remap_udmabuf(struct virtio_gpu_simple_resource *res) in virtio_gpu_remap_udmabuf()82 static void virtio_gpu_destroy_udmabuf(struct virtio_gpu_simple_resource *res) in virtio_gpu_destroy_udmabuf()131 void virtio_gpu_init_udmabuf(struct virtio_gpu_simple_resource *res) in virtio_gpu_init_udmabuf()154 void virtio_gpu_fini_udmabuf(struct virtio_gpu_simple_resource *res) in virtio_gpu_fini_udmabuf()175 struct virtio_gpu_simple_resource *res, in virtio_gpu_create_dmabuf()201 struct virtio_gpu_simple_resource *res, in virtio_gpu_update_dmabuf()
35 struct virtio_gpu_simple_resource *res; in virtio_gpu_rutabaga_update_cursor()79 struct virtio_gpu_simple_resource *res; in rutabaga_cmd_create_resource_2d()102 res = g_new0(struct virtio_gpu_simple_resource, 1); in rutabaga_cmd_create_resource_2d()117 struct virtio_gpu_simple_resource *res; in rutabaga_cmd_create_resource_3d()141 res = g_new0(struct virtio_gpu_simple_resource, 1); in rutabaga_cmd_create_resource_3d()152 struct virtio_gpu_simple_resource *res, in virtio_gpu_rutabaga_resource_unref()180 struct virtio_gpu_simple_resource *res; in rutabaga_cmd_resource_unref()240 struct virtio_gpu_simple_resource *res; in rutabaga_cmd_resource_flush()291 struct virtio_gpu_simple_resource *res; in rutabaga_cmd_set_scanout()454 struct virtio_gpu_simple_resource *res; in rutabaga_cmd_attach_backing()[all …]
32 struct virtio_gpu_simple_resource { struct42 QTAILQ_ENTRY(virtio_gpu_simple_resource) next; argument53 struct virtio_gpu_simple_resource *res);217 static struct virtio_gpu_simple_resource *220 struct virtio_gpu_simple_resource *res; in virtio_gpu_find_resource()358 struct virtio_gpu_simple_resource *res; in vg_resource_create_2d()377 res = g_new0(struct virtio_gpu_simple_resource, 1); in vg_resource_create_2d()413 struct virtio_gpu_simple_resource *res; in vg_disable_scanout()439 struct virtio_gpu_simple_resource *res) in vg_resource_destroy()462 struct virtio_gpu_simple_resource *res; in vg_resource_unref()[all …]
147 QTAILQ_HEAD(, virtio_gpu_simple_resource) reslist;