Home
last modified time | relevance | path

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

/drivers/gpu/drm/i915/gvt/
Dfb_decoder.c43 int drm_format; /* Pixel format in DRM definition */ member
232 plane->drm_format = skl_pixel_formats[fmt].drm_format; in intel_vgpu_decode_primary_plane()
237 plane->drm_format = bdw_pixel_formats[fmt].drm_format; in intel_vgpu_decode_primary_plane()
281 int drm_format; /* Pixel format in DRM definition */ member
358 plane->drm_format = cursor_pixel_formats[index].drm_format; in intel_vgpu_decode_cursor_plane()
416 int drm_format; in intel_vgpu_decode_sprite_plane() local
440 drm_format = sprite_pixel_formats[fmt].drm_format; in intel_vgpu_decode_sprite_plane()
446 if (drm_format == DRM_FORMAT_XRGB2101010) in intel_vgpu_decode_sprite_plane()
447 drm_format = DRM_FORMAT_XBGR2101010; in intel_vgpu_decode_sprite_plane()
448 else if (drm_format == DRM_FORMAT_XRGB8888) in intel_vgpu_decode_sprite_plane()
[all …]
Ddmabuf.c226 info->drm_format = p.drm_format; in vgpu_get_plane_info()
256 info->drm_format = c.drm_format; in vgpu_get_plane_info()
313 (fb_info->drm_format == latest_info->drm_format) && in pick_dmabuf_by_info()
349 gvt_dmabuf->drm_format = fb_info->drm_format; in update_fb_info()
Dfb_decoder.h107 u32 drm_format; /* format in DRM definition */ member
122 u32 drm_format; /* format in DRM definition */ member
138 u32 drm_format; /* format in DRM definition */ member
Ddmabuf.h39 __u32 drm_format; /* drm format of plane */ member
/drivers/gpu/drm/selftests/
DMakefile3 test-drm_format.o test-drm_framebuffer.o \
/drivers/gpu/drm/vc4/
Dvc4_plane.c118 static const struct hvs_format *vc4_get_hvs_format(u32 drm_format) in vc4_get_hvs_format() argument
123 if (hvs_formats[i].drm == drm_format) in vc4_get_hvs_format()