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

/openbsd-current/sys/dev/pci/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;

Completed in 134 milliseconds