Searched refs:has_resource_blob (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/gpu/drm/virtio/
H A Dvirtgpu_debugfs.c56 virtio_gpu_add_bool(m, "blob resources", vgdev->has_resource_blob);
H A Dvirtgpu_kms.c176 vgdev->has_resource_blob = true;
204 vgdev->has_resource_blob ? '+' : '-',
H A Dvirtgpu_gem.c84 if (vgdev->has_resource_blob && !vgdev->has_virgl_3d) {
H A Dvirtgpu_ioctl.c103 value = vgdev->has_resource_blob ? 1 : 0;
445 if (!vgdev->has_resource_blob)
H A Dvirtgpu_drv.h249 bool has_resource_blob; member in struct:virtio_gpu_device

Completed in 151 milliseconds