Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/virtio/
Dvirtgpu_kms.c189 vgdev->has_host_visible = true; in virtio_gpu_init()
202 vgdev->has_host_visible ? '+' : '-'); in virtio_gpu_init()
297 if (vgdev->has_host_visible) in virtio_gpu_release()
Dvirtgpu_debugfs.c87 if (!vgdev->has_host_visible) { in virtio_gpu_debugfs_host_visible_mm()
Dvirtgpu_vram.c149 if (!vgdev->has_host_visible) in virtio_gpu_vram_map()
Dvirtgpu_drv.h247 bool has_host_visible; member
Dvirtgpu_ioctl.c284 value = vgdev->has_host_visible ? 1 : 0; in virtio_gpu_getparam_ioctl()