Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/gvt/
H A Ddmabuf.c275 info->drm_format = p.drm_format; in vgpu_get_plane_info()
305 info->drm_format = c.drm_format; in vgpu_get_plane_info()
360 (fb_info->drm_format == latest_info->drm_format) && in pick_dmabuf_by_info()
392 gvt_dmabuf->drm_format = fb_info->drm_format; in update_fb_info()
/linux/samples/vfio-mdev/
H A Dmbochs.c147 u32 drm_format; member
260 mode->drm_format = DRM_FORMAT_XRGB8888; in mbochs_check_framebuffer()
848 u32 fourcc = dmabuf->mode.drm_format; in mbochs_print_dmabuf()
1130 plane->drm_format = 0; in mbochs_query_gfx_plane()
1147 plane->drm_format = dmabuf->mode.drm_format; in mbochs_query_gfx_plane()
H A Dmdpy.c500 plane->drm_format = mdev_state->type->format; in mdpy_query_gfx_plane()
/linux/drivers/gpu/drm/imx/dcss/
H A Ddcss-dpr.c345 u32 drm_format; member
369 if (comp_sel_map[i].drm_format == pix_fmt) { in to_comp_sel()
/linux/include/uapi/linux/
H A Dvfio.h805 * returned with zero-initialized drm_format, size, width and height
820 __u32 drm_format; /* drm format of plane */ member
/linux/drivers/gpu/drm/vc4/
H A Dvc4_plane.c253 static const struct hvs_format *vc4_get_hvs_format(u32 drm_format) in vc4_get_hvs_format() argument
258 if (hvs_formats[i].drm == drm_format) in vc4_get_hvs_format()