Searched refs:gvt_dmabuf (Results 1 – 1 of 1) sorted by relevance
384 static void update_fb_info(struct vfio_device_gfx_plane_info *gvt_dmabuf, in update_fb_info() argument387 gvt_dmabuf->drm_format = fb_info->drm_format; in update_fb_info()388 gvt_dmabuf->drm_format_mod = fb_info->drm_format_mod; in update_fb_info()389 gvt_dmabuf->width = fb_info->width; in update_fb_info()390 gvt_dmabuf->height = fb_info->height; in update_fb_info()391 gvt_dmabuf->stride = fb_info->stride; in update_fb_info()392 gvt_dmabuf->size = fb_info->size; in update_fb_info()393 gvt_dmabuf->x_pos = fb_info->x_pos; in update_fb_info()394 gvt_dmabuf->y_pos = fb_info->y_pos; in update_fb_info()395 gvt_dmabuf->x_hot = fb_info->x_hot; in update_fb_info()[all …]