Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/virtio/
H A Dvirtgpu_kms.c192 vgdev->has_host_visible = true; in virtio_gpu_init()
205 vgdev->has_host_visible ? '+' : '-'); in virtio_gpu_init()
304 if (vgdev->has_host_visible) in virtio_gpu_release()
H A Dvirtgpu_vram.c152 if (!vgdev->has_host_visible) in virtio_gpu_vram_map()
H A Dvirtgpu_drv.h258 bool has_host_visible; member
H A Dvirtgpu_ioctl.c106 value = vgdev->has_host_visible ? 1 : 0; in virtio_gpu_getparam_ioctl()