Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/msm/
Dmsm_fb.c44 int i, n = drm_format_num_planes(fb->pixel_format); in msm_framebuffer_destroy()
76 int i, n = drm_format_num_planes(fb->pixel_format); in msm_framebuffer_describe()
98 int ret, i, n = drm_format_num_planes(fb->pixel_format); in msm_framebuffer_prepare()
114 int i, n = drm_format_num_planes(fb->pixel_format); in msm_framebuffer_cleanup()
145 int ret, i, n = drm_format_num_planes(mode_cmd->pixel_format); in msm_framebuffer_create()
185 n = drm_format_num_planes(mode_cmd->pixel_format); in msm_framebuffer_init()
/linux-4.1.27/drivers/gpu/drm/omapdrm/
Domap_fb.c106 int i, n = drm_format_num_planes(fb->pixel_format); in omap_framebuffer_destroy()
251 int ret, i, n = drm_format_num_planes(fb->pixel_format); in omap_framebuffer_pin()
284 int ret, i, n = drm_format_num_planes(fb->pixel_format); in omap_framebuffer_unpin()
308 if (p >= drm_format_num_planes(fb->pixel_format)) in omap_framebuffer_bo()
344 int i, n = drm_format_num_planes(fb->pixel_format); in omap_framebuffer_describe()
372 int i, n = drm_format_num_planes(mode_cmd->pixel_format); in omap_framebuffer_create()
386 int ret, i, n = drm_format_num_planes(mode_cmd->pixel_format); in omap_framebuffer_init()
Domap_drv.h280 int i, n = drm_format_num_planes(pixel_format); in objects_lookup()
/linux-4.1.27/drivers/gpu/drm/tegra/
Dfb.c33 if (index >= drm_format_num_planes(framebuffer->pixel_format)) in tegra_fb_get_plane()
145 for (i = 0; i < drm_format_num_planes(cmd->pixel_format); i++) { in tegra_fb_create()
Ddc.c538 if (drm_format_num_planes(state->fb->pixel_format) > 2) { in tegra_plane_atomic_check()
583 for (i = 0; i < drm_format_num_planes(fb->pixel_format); i++) { in tegra_plane_atomic_update()
/linux-4.1.27/drivers/gpu/drm/
Ddrm_fb_cma_helper.c123 for (i = 0; i < drm_format_num_planes(mode_cmd->pixel_format); i++) { in drm_fb_cma_create()
191 int i, n = drm_format_num_planes(fb->pixel_format); in drm_fb_cma_describe()
Ddrm_crtc.c3272 num_planes = drm_format_num_planes(r->pixel_format); in framebuffer_check()
5251 int drm_format_num_planes(uint32_t format) in drm_format_num_planes() function
5276 EXPORT_SYMBOL(drm_format_num_planes);
5291 if (plane >= drm_format_num_planes(format)) in drm_format_plane_cpp()
/linux-4.1.27/drivers/gpu/drm/rockchip/
Drockchip_drm_fb.c118 num_planes = min(drm_format_num_planes(mode_cmd->pixel_format), in rockchip_user_fb_create()
/linux-4.1.27/drivers/gpu/drm/armada/
Darmada_fb.c116 if (drm_format_num_planes(mode->pixel_format) > 1 && in armada_fb_create()
/linux-4.1.27/drivers/gpu/drm/exynos/
Dexynos_drm_fb.c196 exynos_fb->buf_cnt = drm_format_num_planes(mode_cmd->pixel_format); in exynos_user_fb_create()
Dexynos_drm_ipp.c491 num_plane = drm_format_num_planes(ipp_cfg->fmt); in ipp_validate_mem_node()
/linux-4.1.27/drivers/gpu/drm/atmel-hlcdc/
Datmel_hlcdc_layer.c449 nplanes = drm_format_num_planes(fb->pixel_format); in atmel_hlcdc_layer_update_set_fb()
617 int nplanes = drm_format_num_planes(desc->formats->formats[i]); in atmel_hlcdc_layer_init()
Datmel_hlcdc_plane.c581 state->nplanes = drm_format_num_planes(fb->pixel_format); in atmel_hlcdc_plane_atomic_check()
/linux-4.1.27/drivers/gpu/drm/msm/mdp/mdp5/
Dmdp5_smp.c189 nplanes = drm_format_num_planes(fmt); in mdp5_smp_request()
Dmdp5_plane.c450 nplanes = drm_format_num_planes(fb->pixel_format); in mdp5_plane_mode_set()
/linux-4.1.27/include/drm/
Ddrm_crtc.h1476 extern int drm_format_num_planes(uint32_t format);