Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/virtio/
Dvirtgpu_debugfs.c56 virtio_gpu_add_bool(m, "blob resources", vgdev->has_resource_blob); in virtio_gpu_features()
Dvirtgpu_kms.c173 vgdev->has_resource_blob = true; in virtio_gpu_init()
201 vgdev->has_resource_blob ? '+' : '-', in virtio_gpu_init()
Dvirtgpu_gem.c84 if (vgdev->has_resource_blob && !vgdev->has_virgl_3d) { in virtio_gpu_mode_dumb_create()
Dvirtgpu_ioctl.c281 value = vgdev->has_resource_blob ? 1 : 0; in virtio_gpu_getparam_ioctl()
612 if (!vgdev->has_resource_blob) in verify_blob()
Dvirtgpu_drv.h246 bool has_resource_blob; member