Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/i915/gvt/
Ddmabuf.c346 static void update_fb_info(struct vfio_device_gfx_plane_info *gvt_dmabuf, in update_fb_info() argument
349 gvt_dmabuf->drm_format = fb_info->drm_format; in update_fb_info()
350 gvt_dmabuf->drm_format_mod = fb_info->drm_format_mod; in update_fb_info()
351 gvt_dmabuf->width = fb_info->width; in update_fb_info()
352 gvt_dmabuf->height = fb_info->height; in update_fb_info()
353 gvt_dmabuf->stride = fb_info->stride; in update_fb_info()
354 gvt_dmabuf->size = fb_info->size; in update_fb_info()
355 gvt_dmabuf->x_pos = fb_info->x_pos; in update_fb_info()
356 gvt_dmabuf->y_pos = fb_info->y_pos; in update_fb_info()
357 gvt_dmabuf->x_hot = fb_info->x_hot; in update_fb_info()
[all …]