Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/gvt/
A Dfb_decoder.c239 plane->drm_format = skl_pixel_formats[fmt].drm_format; in intel_vgpu_decode_primary_plane()
244 plane->drm_format = bdw_pixel_formats[fmt].drm_format; in intel_vgpu_decode_primary_plane()
365 plane->drm_format = cursor_pixel_formats[index].drm_format; in intel_vgpu_decode_cursor_plane()
423 int drm_format; in intel_vgpu_decode_sprite_plane() local
447 drm_format = sprite_pixel_formats[fmt].drm_format; in intel_vgpu_decode_sprite_plane()
456 drm_format = DRM_FORMAT_XBGR8888; in intel_vgpu_decode_sprite_plane()
462 drm_format = DRM_FORMAT_YUYV; in intel_vgpu_decode_sprite_plane()
465 drm_format = DRM_FORMAT_UYVY; in intel_vgpu_decode_sprite_plane()
468 drm_format = DRM_FORMAT_YVYU; in intel_vgpu_decode_sprite_plane()
471 drm_format = DRM_FORMAT_VYUY; in intel_vgpu_decode_sprite_plane()
[all …]
A Dfb_decoder.h111 u32 drm_format; /* format in DRM definition */ member
126 u32 drm_format; /* format in DRM definition */ member
142 u32 drm_format; /* format in DRM definition */ member
A Ddmabuf.c274 info->drm_format = p.drm_format; in vgpu_get_plane_info()
304 info->drm_format = c.drm_format; in vgpu_get_plane_info()
359 (fb_info->drm_format == latest_info->drm_format) && in pick_dmabuf_by_info()
391 gvt_dmabuf->drm_format = fb_info->drm_format; in update_fb_info()
A Ddmabuf.h39 __u32 drm_format; /* drm format of plane */ member
/linux/samples/vfio-mdev/
A Dmbochs.c152 u32 drm_format; member
265 mode->drm_format = DRM_FORMAT_XRGB8888; in mbochs_check_framebuffer()
853 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()
A Dmdpy.c497 plane->drm_format = mdev_state->type->format; in mdpy_query_gfx_plane()
/linux/drivers/gpu/drm/imx/dcss/
A Ddcss-dpr.c345 u32 drm_format; member
369 if (comp_sel_map[i].drm_format == pix_fmt) { in to_comp_sel()
/linux/drivers/gpu/drm/imx/lcdc/
A Dimx-lcdc.c121 static unsigned int imx_lcdc_get_format(unsigned int drm_format) in imx_lcdc_get_format() argument
123 switch (drm_format) { in imx_lcdc_get_format()
/linux/include/uapi/linux/
A Dvfio.h818 __u32 drm_format; /* drm format of plane */ member
/linux/drivers/gpu/drm/vc4/
A Dvc4_plane.c240 static const struct hvs_format *vc4_get_hvs_format(u32 drm_format) in vc4_get_hvs_format() argument
245 if (hvs_formats[i].drm == drm_format) in vc4_get_hvs_format()
/linux/Documentation/gpu/
A Dtodo.rst657 drm_format, drm_framebuffer, drm_dp_mst_helper, drm_mm, drm_plane_helper and

Completed in 29 milliseconds