Home
last modified time | relevance | path

Searched refs:drm_format_num_planes (Results 1 – 13 of 13) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/mediatek/
Dmtk_drm_fb.c38 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()
/Linux-v4.19/include/drm/
Ddrm_fourcc.h69 int drm_format_num_planes(uint32_t format);
/Linux-v4.19/drivers/gpu/drm/msm/
Dmsm_fb.c111 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()
/Linux-v4.19/drivers/gpu/drm/armada/
Darmada_fb.c100 if (drm_format_num_planes(mode->pixel_format) > 1 && in armada_fb_create()
/Linux-v4.19/drivers/gpu/drm/
Ddrm_fourcc.c241 int drm_format_num_planes(uint32_t format) in drm_format_num_planes() function
248 EXPORT_SYMBOL(drm_format_num_planes);
/Linux-v4.19/drivers/gpu/drm/rockchip/
Drockchip_drm_fb.c88 num_planes = min(drm_format_num_planes(mode_cmd->pixel_format), in rockchip_user_fb_create()
/Linux-v4.19/drivers/gpu/drm/arm/
Dmalidp_mw.c156 n_planes = drm_format_num_planes(fb->format->format); in malidp_mw_encoder_atomic_check()
/Linux-v4.19/drivers/gpu/drm/omapdrm/
Domap_fb.c301 unsigned int num_planes = drm_format_num_planes(mode_cmd->pixel_format); in omap_framebuffer_create()
/Linux-v4.19/drivers/gpu/drm/msm/disp/mdp5/
Dmdp5_smp.c135 nplanes = drm_format_num_planes(fmt); in mdp5_smp_calculate()
/Linux-v4.19/drivers/gpu/drm/tegra/
Dfb.c142 for (i = 0; i < drm_format_num_planes(cmd->pixel_format); i++) { in tegra_fb_create()
/Linux-v4.19/drivers/gpu/drm/zte/
Dzx_plane.c221 num_planes = drm_format_num_planes(format); in zx_vl_plane_atomic_update()
/Linux-v4.19/drivers/gpu/drm/vc4/
Dvc4_plane.c470 int num_planes = drm_format_num_planes(format->drm); in vc4_plane_mode_set()
/Linux-v4.19/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_formats.c1055 num_base_fmt_planes = drm_format_num_planes(fmt->base.pixel_format); in dpu_format_check_modified_format()