Searched refs:drm_format_info_block_width (Results 1 – 5 of 5) sorted by relevance
348 unsigned int drm_format_info_block_width(const struct drm_format_info *info, in drm_format_info_block_width() function358 EXPORT_SYMBOL(drm_format_info_block_width);397 drm_format_info_block_width(info, plane) * in drm_format_info_min_pitch()
1315 if ((drm_format_info_block_width(fb->format, 0) > 1) || in drm_fb_helper_check_var()1687 WARN_ON((drm_format_info_block_width(fb->format, 0) > 1) || in drm_fb_helper_fill_var()
317 unsigned int drm_format_info_block_width(const struct drm_format_info *info,
360 block_w = drm_format_info_block_width(sfb->base.format, 0); in rk_vop_plane_atomic_update()
2889 *hsub = drm_format_info_block_width(fb->format, color_plane) / in intel_fb_plane_get_subsampling()2890 drm_format_info_block_width(fb->format, main_plane); in intel_fb_plane_get_subsampling()