Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/virtio/
H A Dvirtgpu_kms.c243 vgdev->has_context_init = true; in virtio_gpu_init()
259 vgdev->has_context_init ? '+' : '-', in virtio_gpu_init()
H A Dvirtgpu_gem.c115 if (!vgdev->has_context_init) in virtio_gpu_gem_object_open()
H A Dvirtgpu_drv.h285 bool has_context_init; member