Home
last modified time | relevance | path

Searched refs:drm_format_horz_chroma_subsampling (Results 1 – 12 of 12) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/rockchip/
Drockchip_drm_fb.c116 hsub = drm_format_horz_chroma_subsampling(mode_cmd->pixel_format); in rockchip_user_fb_create()
Drockchip_drm_vop.c525 int hsub = drm_format_horz_chroma_subsampling(pixel_format); in scl_vop_cal_scl_fac()
893 int hsub = drm_format_horz_chroma_subsampling(fb->pixel_format); in vop_update_plane_event()
/linux-4.4.14/drivers/gpu/drm/msm/
Dmsm_fb.c186 hsub = drm_format_horz_chroma_subsampling(mode_cmd->pixel_format); in msm_framebuffer_init()
/linux-4.4.14/drivers/gpu/drm/msm/mdp/mdp5/
Dmdp5_plane.c517 hsub = drm_format_horz_chroma_subsampling(pixel_format); in calc_scalex_steps()
563 sub = horz ? drm_format_horz_chroma_subsampling(pix_fmt) : in get_scale_config()
618 roi_w /= drm_format_horz_chroma_subsampling(pix_fmt); in mdp5_write_pixel_ext()
Dmdp5_smp.c222 hsub = drm_format_horz_chroma_subsampling(fmt); in mdp5_smp_request()
/linux-4.4.14/drivers/gpu/drm/
Ddrm_fb_cma_helper.c120 hsub = drm_format_horz_chroma_subsampling(mode_cmd->pixel_format); in drm_fb_cma_create()
Ddrm_crtc.c3147 hsub = drm_format_horz_chroma_subsampling(r->pixel_format); in framebuffer_check()
5646 int drm_format_horz_chroma_subsampling(uint32_t format) in drm_format_horz_chroma_subsampling() function
5671 EXPORT_SYMBOL(drm_format_horz_chroma_subsampling);
/linux-4.4.14/drivers/gpu/drm/tegra/
Dfb.c142 hsub = drm_format_horz_chroma_subsampling(cmd->pixel_format); in tegra_fb_create()
/linux-4.4.14/drivers/gpu/drm/armada/
Darmada_overlay.c185 hsub = drm_format_horz_chroma_subsampling(pixel_format); in armada_ovl_plane_update()
/linux-4.4.14/drivers/gpu/drm/atmel-hlcdc/
Datmel_hlcdc_plane.c624 hsub = drm_format_horz_chroma_subsampling(fb->pixel_format); in atmel_hlcdc_plane_atomic_check()
/linux-4.4.14/include/drm/
Ddrm_crtc.h1493 extern int drm_format_horz_chroma_subsampling(uint32_t format);
/linux-4.4.14/drivers/gpu/drm/exynos/
Dexynos_drm_ipp.c483 width /= drm_format_horz_chroma_subsampling( in ipp_validate_mem_node()