HomeSort by: relevance | last modified time | path
    Searched defs:gfx_plane_info (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/gvt/
dmabuf.c 426 struct vfio_device_gfx_plane_info *gfx_plane_info = args; local in function:intel_vgpu_query_plane
431 if (gfx_plane_info->flags == (VFIO_GFX_PLANE_TYPE_DMABUF |
434 else if ((gfx_plane_info->flags & ~VFIO_GFX_PLANE_TYPE_DMABUF) ||
435 (!gfx_plane_info->flags))
439 gfx_plane_info->drm_plane_type);
447 update_fb_info(gfx_plane_info, &fb_info);
448 gfx_plane_info->dmabuf_id = dmabuf_obj->dmabuf_id;
461 gfx_plane_info->dmabuf_id);
494 gfx_plane_info->dmabuf_id = ret;
509 update_fb_info(gfx_plane_info, &fb_info)
    [all...]
dmabuf.c 426 struct vfio_device_gfx_plane_info *gfx_plane_info = args; local in function:intel_vgpu_query_plane
431 if (gfx_plane_info->flags == (VFIO_GFX_PLANE_TYPE_DMABUF |
434 else if ((gfx_plane_info->flags & ~VFIO_GFX_PLANE_TYPE_DMABUF) ||
435 (!gfx_plane_info->flags))
439 gfx_plane_info->drm_plane_type);
447 update_fb_info(gfx_plane_info, &fb_info);
448 gfx_plane_info->dmabuf_id = dmabuf_obj->dmabuf_id;
461 gfx_plane_info->dmabuf_id);
494 gfx_plane_info->dmabuf_id = ret;
509 update_fb_info(gfx_plane_info, &fb_info)
    [all...]
dmabuf.c 426 struct vfio_device_gfx_plane_info *gfx_plane_info = args; local in function:intel_vgpu_query_plane
431 if (gfx_plane_info->flags == (VFIO_GFX_PLANE_TYPE_DMABUF |
434 else if ((gfx_plane_info->flags & ~VFIO_GFX_PLANE_TYPE_DMABUF) ||
435 (!gfx_plane_info->flags))
439 gfx_plane_info->drm_plane_type);
447 update_fb_info(gfx_plane_info, &fb_info);
448 gfx_plane_info->dmabuf_id = dmabuf_obj->dmabuf_id;
461 gfx_plane_info->dmabuf_id);
494 gfx_plane_info->dmabuf_id = ret;
509 update_fb_info(gfx_plane_info, &fb_info)
    [all...]

Completed in 40 milliseconds