Home
last modified time | relevance | path

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

/Linux-v4.19/include/drm/
Ddrm_fourcc.h71 int drm_format_horz_chroma_subsampling(uint32_t format);
/Linux-v4.19/drivers/gpu/drm/
Ddrm_fourcc.c278 int drm_format_horz_chroma_subsampling(uint32_t format) in drm_format_horz_chroma_subsampling() function
285 EXPORT_SYMBOL(drm_format_horz_chroma_subsampling);
/Linux-v4.19/drivers/gpu/drm/imx/
Dipuv3-plane.c126 x /= drm_format_horz_chroma_subsampling(fb->format->format); in drm_plane_state_to_ubo()
145 x /= drm_format_horz_chroma_subsampling(fb->format->format); in drm_plane_state_to_vbo()
475 hsub = drm_format_horz_chroma_subsampling(fb->format->format); in ipu_plane_atomic_check()
/Linux-v4.19/drivers/gpu/drm/rockchip/
Drockchip_drm_fb.c86 hsub = drm_format_horz_chroma_subsampling(mode_cmd->pixel_format); in rockchip_user_fb_create()
Drockchip_drm_vop.c287 int hsub = drm_format_horz_chroma_subsampling(pixel_format); in scl_vop_cal_scl_fac()
765 int hsub = drm_format_horz_chroma_subsampling(fb->format->format); in vop_plane_atomic_update()
/Linux-v4.19/drivers/gpu/drm/msm/
Dmsm_fb.c151 hsub = drm_format_horz_chroma_subsampling(mode_cmd->pixel_format); in msm_framebuffer_init()
/Linux-v4.19/drivers/gpu/drm/msm/disp/mdp5/
Dmdp5_plane.c667 hsub = drm_format_horz_chroma_subsampling(pixel_format); in calc_scalex_steps()
713 sub = horz ? drm_format_horz_chroma_subsampling(pix_fmt) : in get_scale_config()
768 roi_w /= drm_format_horz_chroma_subsampling(pix_fmt); in mdp5_write_pixel_ext()
Dmdp5_smp.c136 hsub = drm_format_horz_chroma_subsampling(fmt); in mdp5_smp_calculate()
/Linux-v4.19/drivers/gpu/drm/tegra/
Dfb.c139 hsub = drm_format_horz_chroma_subsampling(cmd->pixel_format); in tegra_fb_create()
/Linux-v4.19/drivers/gpu/drm/vc4/
Dvc4_plane.c306 h_subsample = drm_format_horz_chroma_subsampling(format); in vc4_plane_setup_clipping_and_scaling()
/Linux-v4.19/drivers/gpu/drm/atmel-hlcdc/
Datmel_hlcdc_plane.c681 hsub = drm_format_horz_chroma_subsampling(fb->format->format); in atmel_hlcdc_plane_atomic_check()
/Linux-v4.19/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_plane.c748 drm_format_horz_chroma_subsampling(fmt->base.pixel_format); in _dpu_plane_setup_scaler()