HomeSort by: relevance | last modified time | path
    Searched refs:drm_format_info_block_width (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/include/drm/
drm_fourcc.h 99 * @char_per_block, drm_format_info_block_width() and
116 * drm_format_info_block_width()
317 unsigned int drm_format_info_block_width(const struct drm_format_info *info,
  /src/sys/external/bsd/drm2/dist/drm/
drm_fourcc.c 341 * drm_format_info_block_width - width in pixels of block.
348 unsigned int drm_format_info_block_width(const struct drm_format_info *info, function in typeref:typename:unsigned int
358 EXPORT_SYMBOL(drm_format_info_block_width);
397 drm_format_info_block_width(info, plane) *
drm_fb_helper.c 1315 if ((drm_format_info_block_width(fb->format, 0) > 1) ||
1687 WARN_ON((drm_format_info_block_width(fb->format, 0) > 1) ||
  /src/sys/arch/arm/rockchip/
rk_vop.c 360 block_w = drm_format_info_block_width(sfb->base.format, 0);
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_display.c 2889 *hsub = drm_format_info_block_width(fb->format, color_plane) /
2890 drm_format_info_block_width(fb->format, main_plane);

Completed in 27 milliseconds