Home
last modified time | relevance | path

Searched refs:drm_format_info_block_width (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/sys/dev/pci/drm/
H A Ddrm_fourcc.c379 unsigned int drm_format_info_block_width(const struct drm_format_info *info, in drm_format_info_block_width() function
389 EXPORT_SYMBOL(drm_format_info_block_width);
425 (drm_format_info_block_width(info, plane) * in drm_format_info_bpp()
447 drm_format_info_block_width(info, plane) * in drm_format_info_min_pitch()
H A Ddrm_fb_helper.c1281 if ((drm_format_info_block_width(format, 0) > 1) || in drm_fb_helper_check_var()
1787 WARN_ON((drm_format_info_block_width(format, 0) > 1) || in drm_fb_helper_fill_var()
/openbsd-src/sys/dev/pci/drm/include/drm/
H A Ddrm_fourcc.h315 unsigned int drm_format_info_block_width(const struct drm_format_info *info,
/openbsd-src/sys/dev/pci/drm/i915/display/
H A Dintel_fb.c876 *hsub = drm_format_info_block_width(fb->format, color_plane) / in intel_fb_plane_get_subsampling()
877 drm_format_info_block_width(fb->format, main_plane); in intel_fb_plane_get_subsampling()