Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/virtio/
H A Dvirtgpu_debugfs.c56 virtio_gpu_add_bool(m, "blob resources", vgdev->has_resource_blob); in virtio_gpu_features()
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.c96 value = vgdev->has_resource_blob ? 1 : 0; in virtio_gpu_getparam_ioctl()
435 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.h246 bool has_resource_blob; member