Searched refs:drm_format_num_planes (Results 1 – 13 of 13) sorted by relevance
38 if (drm_format_num_planes(mode->pixel_format) != 1) in mtk_drm_framebuffer_init()98 if (drm_format_num_planes(cmd->pixel_format) != 1) in mtk_drm_mode_fb_create()
69 int drm_format_num_planes(uint32_t format);
111 int ret, i, n = drm_format_num_planes(mode_cmd->pixel_format); in msm_framebuffer_create()150 n = drm_format_num_planes(mode_cmd->pixel_format); in msm_framebuffer_init()
100 if (drm_format_num_planes(mode->pixel_format) > 1 && in armada_fb_create()
241 int drm_format_num_planes(uint32_t format) in drm_format_num_planes() function248 EXPORT_SYMBOL(drm_format_num_planes);
88 num_planes = min(drm_format_num_planes(mode_cmd->pixel_format), in rockchip_user_fb_create()
156 n_planes = drm_format_num_planes(fb->format->format); in malidp_mw_encoder_atomic_check()
301 unsigned int num_planes = drm_format_num_planes(mode_cmd->pixel_format); in omap_framebuffer_create()
135 nplanes = drm_format_num_planes(fmt); in mdp5_smp_calculate()
142 for (i = 0; i < drm_format_num_planes(cmd->pixel_format); i++) { in tegra_fb_create()
221 num_planes = drm_format_num_planes(format); in zx_vl_plane_atomic_update()
470 int num_planes = drm_format_num_planes(format->drm); in vc4_plane_mode_set()
1055 num_base_fmt_planes = drm_format_num_planes(fmt->base.pixel_format); in dpu_format_check_modified_format()