Home | Sort by: relevance | last modified time | path |
/src/sys/external/bsd/drm2/dist/drm/virtio/ | |
virtgpu_vq.c | 730 uint32_t scanout = le32_to_cpu(cmd->scanout); local in function:virtio_gpu_cmd_get_edid_cb 734 if (scanout >= vgdev->num_scanouts) 736 output = vgdev->outputs + scanout; 877 int scanout; local in function:virtio_gpu_cmd_get_edids 882 for (scanout = 0; scanout < vgdev->num_scanouts; scanout++) { 893 cmd_p->scanout = cpu_to_le32(scanout); [all...] |
/src/sys/external/bsd/drm2/dist/include/uapi/drm/ | |
vmwgfx_drm.h | 186 * @scanout: Boolean whether the surface is intended to be used as a 187 * scanout. 199 __s32 scanout; member in struct:drm_vmw_surface_create_req 893 * @drm_vmw_surface_flag_scanout: Whether the surface is a scanout |
/src/sys/dev/pci/ | |
viogpu.h | 340 __le32 scanout; member in struct:virtio_gpu_cmd_get_edid |
/src/sys/external/bsd/drm2/dist/drm/vmwgfx/ | |
vmwgfx_drv.h | 243 bool scanout; member in struct:vmw_surface |