Searched refs:drm_format_num_planes (Results 1 – 16 of 16) sorted by relevance
/linux-4.1.27/drivers/gpu/drm/msm/ |
D | msm_fb.c | 44 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/ |
D | omap_fb.c | 106 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()
|
D | omap_drv.h | 280 int i, n = drm_format_num_planes(pixel_format); in objects_lookup()
|
/linux-4.1.27/drivers/gpu/drm/tegra/ |
D | fb.c | 33 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()
|
D | dc.c | 538 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/ |
D | drm_fb_cma_helper.c | 123 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()
|
D | drm_crtc.c | 3272 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/ |
D | rockchip_drm_fb.c | 118 num_planes = min(drm_format_num_planes(mode_cmd->pixel_format), in rockchip_user_fb_create()
|
/linux-4.1.27/drivers/gpu/drm/armada/ |
D | armada_fb.c | 116 if (drm_format_num_planes(mode->pixel_format) > 1 && in armada_fb_create()
|
/linux-4.1.27/drivers/gpu/drm/exynos/ |
D | exynos_drm_fb.c | 196 exynos_fb->buf_cnt = drm_format_num_planes(mode_cmd->pixel_format); in exynos_user_fb_create()
|
D | exynos_drm_ipp.c | 491 num_plane = drm_format_num_planes(ipp_cfg->fmt); in ipp_validate_mem_node()
|
/linux-4.1.27/drivers/gpu/drm/atmel-hlcdc/ |
D | atmel_hlcdc_layer.c | 449 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()
|
D | atmel_hlcdc_plane.c | 581 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/ |
D | mdp5_smp.c | 189 nplanes = drm_format_num_planes(fmt); in mdp5_smp_request()
|
D | mdp5_plane.c | 450 nplanes = drm_format_num_planes(fb->pixel_format); in mdp5_plane_mode_set()
|
/linux-4.1.27/include/drm/ |
D | drm_crtc.h | 1476 extern int drm_format_num_planes(uint32_t format);
|