Searched refs:has_context_init (Results 1 – 4 of 4) sorted by relevance
199 vgdev->has_context_init = true; in virtio_gpu_init()208 vgdev->has_context_init ? '+' : '-'); in virtio_gpu_init()
112 value = vgdev->has_context_init ? 1 : 0; in virtio_gpu_getparam_ioctl()118 value = vgdev->has_context_init ? 1 : 0; in virtio_gpu_getparam_ioctl()589 if (!vgdev->has_context_init || !vgdev->has_virgl_3d) in virtio_gpu_context_init_ioctl()
115 if (!vgdev->has_context_init) in virtio_gpu_gem_object_open()
259 bool has_context_init; member