Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/
H A Ddrm_fourcc.c348 unsigned int drm_format_info_block_width(const struct drm_format_info *info, in drm_format_info_block_width() function
358 EXPORT_SYMBOL(drm_format_info_block_width);
397 drm_format_info_block_width(info, plane) * in drm_format_info_min_pitch()
H A Ddrm_fb_helper.c1315 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()
/netbsd-src/sys/external/bsd/drm2/dist/include/drm/
H A Ddrm_fourcc.h317 unsigned int drm_format_info_block_width(const struct drm_format_info *info,
/netbsd-src/sys/arch/arm/rockchip/
H A Drk_vop.c360 block_w = drm_format_info_block_width(sfb->base.format, 0); in rk_vop_plane_atomic_update()
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/display/
H A Dintel_display.c2889 *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()