Searched refs:gvt_dmabuf (Results 1 – 1 of 1) sorted by relevance
388 static void update_fb_info(struct vfio_device_gfx_plane_info *gvt_dmabuf, in update_fb_info() argument 391 gvt_dmabuf->drm_format = fb_info->drm_format; in update_fb_info() 392 gvt_dmabuf->drm_format_mod = fb_info->drm_format_mod; in update_fb_info() 393 gvt_dmabuf->width = fb_info->width; in update_fb_info() 394 gvt_dmabuf->height = fb_info->height; in update_fb_info() 395 gvt_dmabuf->stride = fb_info->stride; in update_fb_info() 396 gvt_dmabuf->size = fb_info->size; in update_fb_info() 397 gvt_dmabuf->x_pos = fb_info->x_pos; in update_fb_info() 398 gvt_dmabuf->y_pos = fb_info->y_pos; in update_fb_info() 399 gvt_dmabuf in update_fb_info() [all...]