Home
last modified time | relevance | path

Searched refs:gvt_dmabuf (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/i915/gvt/
Ddmabuf.c353 static void update_fb_info(struct vfio_device_gfx_plane_info *gvt_dmabuf, in update_fb_info() argument
356 gvt_dmabuf->drm_format = fb_info->drm_format; in update_fb_info()
357 gvt_dmabuf->drm_format_mod = fb_info->drm_format_mod; in update_fb_info()
358 gvt_dmabuf->width = fb_info->width; in update_fb_info()
359 gvt_dmabuf->height = fb_info->height; in update_fb_info()
360 gvt_dmabuf->stride = fb_info->stride; in update_fb_info()
361 gvt_dmabuf->size = fb_info->size; in update_fb_info()
362 gvt_dmabuf->x_pos = fb_info->x_pos; in update_fb_info()
363 gvt_dmabuf->y_pos = fb_info->y_pos; in update_fb_info()
364 gvt_dmabuf->x_hot = fb_info->x_hot; in update_fb_info()
[all …]