Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/virtio/
H A Dvirtgpu_kms.c176 vgdev->has_resource_blob = true; in virtio_gpu_init()
204 vgdev->has_resource_blob ? '+' : '-', in virtio_gpu_init()
H A Dvirtgpu_ioctl.c103 value = vgdev->has_resource_blob ? 1 : 0; in virtio_gpu_getparam_ioctl()
445 if (!vgdev->has_resource_blob) in verify_blob()
H A Dvirtgpu_gem.c84 if (vgdev->has_resource_blob && !vgdev->has_virgl_3d) { in virtio_gpu_mode_dumb_create()
H A Dvirtgpu_drv.h257 bool has_resource_blob; member