Home
last modified time | relevance | path

Searched refs:drm_format_vert_chroma_subsampling (Results 1 – 10 of 10) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/rockchip/
Drockchip_drm_fb.c117 vsub = drm_format_vert_chroma_subsampling(mode_cmd->pixel_format); in rockchip_user_fb_create()
Drockchip_drm_vop.c526 int vsub = drm_format_vert_chroma_subsampling(pixel_format); in scl_vop_cal_scl_fac()
894 int vsub = drm_format_vert_chroma_subsampling(fb->pixel_format); in vop_update_plane_event()
/linux-4.4.14/drivers/gpu/drm/msm/
Dmsm_fb.c187 vsub = drm_format_vert_chroma_subsampling(mode_cmd->pixel_format); in msm_framebuffer_init()
/linux-4.4.14/drivers/gpu/drm/msm/mdp/mdp5/
Dmdp5_plane.c542 vsub = drm_format_vert_chroma_subsampling(pixel_format); in calc_scaley_steps()
564 drm_format_vert_chroma_subsampling(pix_fmt); in get_scale_config()
619 roi_h /= drm_format_vert_chroma_subsampling(pix_fmt); in mdp5_write_pixel_ext()
/linux-4.4.14/drivers/gpu/drm/
Ddrm_fb_cma_helper.c121 vsub = drm_format_vert_chroma_subsampling(mode_cmd->pixel_format); in drm_fb_cma_create()
Ddrm_crtc.c3148 vsub = drm_format_vert_chroma_subsampling(r->pixel_format); in framebuffer_check()
5681 int drm_format_vert_chroma_subsampling(uint32_t format) in drm_format_vert_chroma_subsampling() function
5696 EXPORT_SYMBOL(drm_format_vert_chroma_subsampling);
/linux-4.4.14/drivers/gpu/drm/tegra/
Dfb.c143 vsub = drm_format_vert_chroma_subsampling(cmd->pixel_format); in tegra_fb_create()
/linux-4.4.14/drivers/gpu/drm/atmel-hlcdc/
Datmel_hlcdc_plane.c625 vsub = drm_format_vert_chroma_subsampling(fb->pixel_format); in atmel_hlcdc_plane_atomic_check()
/linux-4.4.14/include/drm/
Ddrm_crtc.h1494 extern int drm_format_vert_chroma_subsampling(uint32_t format);
/linux-4.4.14/drivers/gpu/drm/exynos/
Dexynos_drm_ipp.c485 height /= drm_format_vert_chroma_subsampling( in ipp_validate_mem_node()