Searched refs:drm_format (Results 1 - 10 of 10) sorted by relevance

/linux-master/drivers/gpu/drm/i915/gvt/
H A Dfb_decoder.c44 int drm_format; /* Pixel format in DRM definition */ member in struct:pixel_format
233 plane->drm_format = skl_pixel_formats[fmt].drm_format;
238 plane->drm_format = bdw_pixel_formats[fmt].drm_format;
282 int drm_format; /* Pixel format in DRM definition */ member in struct:cursor_mode_format
359 plane->drm_format = cursor_pixel_formats[index].drm_format;
417 int drm_format; local
441 drm_format
[all...]
H A Ddmabuf.h39 __u32 drm_format; /* drm format of plane */ member in struct:intel_vgpu_fb_info
H A Dfb_decoder.h111 u32 drm_format; /* format in DRM definition */ member in struct:intel_vgpu_primary_plane_format
126 u32 drm_format; /* format in DRM definition */ member in struct:intel_vgpu_sprite_plane_format
142 u32 drm_format; /* format in DRM definition */ member in struct:intel_vgpu_cursor_plane_format
H A Ddmabuf.c273 info->drm_format = p.drm_format;
303 info->drm_format = c.drm_format;
358 (fb_info->drm_format == latest_info->drm_format) &&
390 gvt_dmabuf->drm_format = fb_info->drm_format;
/linux-master/samples/vfio-mdev/
H A Dmbochs.c151 u32 drm_format; member in struct:mbochs_mode
264 mode->drm_format = DRM_FORMAT_XRGB8888;
852 u32 fourcc = dmabuf->mode.drm_format;
1129 plane->drm_format = 0;
1146 plane->drm_format = dmabuf->mode.drm_format;
H A Dmdpy.c496 plane->drm_format = mdev_state->type->format;
/linux-master/drivers/gpu/drm/imx/dcss/
H A Ddcss-dpr.c345 u32 drm_format; member in struct:rgb_comp_sel
369 if (comp_sel_map[i].drm_format == pix_fmt) {
/linux-master/drivers/gpu/drm/imx/lcdc/
H A Dimx-lcdc.c121 static unsigned int imx_lcdc_get_format(unsigned int drm_format) argument
123 switch (drm_format) {
/linux-master/include/uapi/linux/
H A Dvfio.h803 * returned with zero-initialized drm_format, size, width and height
818 __u32 drm_format; /* drm format of plane */ member in struct:vfio_device_gfx_plane_info
/linux-master/drivers/gpu/drm/vc4/
H A Dvc4_plane.c240 static const struct hvs_format *vc4_get_hvs_format(u32 drm_format) argument
245 if (hvs_formats[i].drm == drm_format)

Completed in 301 milliseconds