scanout           626 drivers/gpu/drm/virtio/virtgpu_vq.c 	uint32_t scanout = le32_to_cpu(cmd->scanout);
scanout           630 drivers/gpu/drm/virtio/virtgpu_vq.c 	if (scanout >= vgdev->num_scanouts)
scanout           632 drivers/gpu/drm/virtio/virtgpu_vq.c 	output = vgdev->outputs + scanout;
scanout           773 drivers/gpu/drm/virtio/virtgpu_vq.c 	int scanout;
scanout           778 drivers/gpu/drm/virtio/virtgpu_vq.c 	for (scanout = 0; scanout < vgdev->num_scanouts; scanout++) {
scanout           789 drivers/gpu/drm/virtio/virtgpu_vq.c 		cmd_p->scanout = cpu_to_le32(scanout);
scanout           225 drivers/gpu/drm/vmwgfx/vmwgfx_drv.h 	bool scanout;
scanout           908 drivers/gpu/drm/vmwgfx/vmwgfx_kms.c 	if (unlikely(!surface->scanout))
scanout           776 drivers/gpu/drm/vmwgfx/vmwgfx_surface.c 	srf->scanout = req->scanout;
scanout           821 drivers/gpu/drm/vmwgfx/vmwgfx_surface.c 	if (srf->scanout &&
scanout          1439 drivers/gpu/drm/vmwgfx/vmwgfx_surface.c 	srf->scanout           = for_scanout;
scanout           196 include/uapi/drm/vmwgfx_drm.h 	__s32 scanout;
scanout           308 include/uapi/linux/virtio_gpu.h 	__le32 scanout;