Lines Matching refs:gvt_dmabuf
388 static void update_fb_info(struct vfio_device_gfx_plane_info *gvt_dmabuf,
391 gvt_dmabuf->drm_format = fb_info->drm_format;
392 gvt_dmabuf->drm_format_mod = fb_info->drm_format_mod;
393 gvt_dmabuf->width = fb_info->width;
394 gvt_dmabuf->height = fb_info->height;
395 gvt_dmabuf->stride = fb_info->stride;
396 gvt_dmabuf->size = fb_info->size;
397 gvt_dmabuf->x_pos = fb_info->x_pos;
398 gvt_dmabuf->y_pos = fb_info->y_pos;
399 gvt_dmabuf->x_hot = fb_info->x_hot;
400 gvt_dmabuf->y_hot = fb_info->y_hot;