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

  /src/sys/external/bsd/drm2/dist/include/drm/
drm_fourcc.h 100 * drm_format_info_block_height() which allows handling both
124 * drm_format_info_block_height()
319 unsigned int drm_format_info_block_height(const struct drm_format_info *info,
  /src/sys/external/bsd/drm2/dist/drm/
drm_fourcc.c 361 * drm_format_info_block_height - height in pixels of a block
368 unsigned int drm_format_info_block_height(const struct drm_format_info *info, function in typeref:typename:unsigned int
378 EXPORT_SYMBOL(drm_format_info_block_height);
398 drm_format_info_block_height(info, plane));
drm_fb_helper.c 1316 (drm_format_info_block_height(fb->format, 0) > 1))
1688 (drm_format_info_block_height(fb->format, 0) > 1));
  /src/sys/arch/arm/rockchip/
rk_vop.c 359 block_h = drm_format_info_block_height(sfb->base.format, 0);

Completed in 14 milliseconds