Searched refs:vfactor (Results 1 – 4 of 4) sorted by relevance
/drivers/gpu/drm/exynos/ |
D | exynos_drm_fimc.c | 1007 u32 pre_hratio, hfactor, pre_vratio, vfactor; in fimc_set_prescaler() local 1034 ret = fimc_get_ratio_shift(src_h, dst_h, &pre_vratio, &vfactor); in fimc_set_prescaler() 1045 __func__, pre_hratio, hfactor, pre_vratio, vfactor); in fimc_set_prescaler() 1048 sc->vratio = (src_h << 14) / (dst_h << vfactor); in fimc_set_prescaler() 1054 shfactor = FIMC_SHFACTOR - (hfactor + vfactor); in fimc_set_prescaler()
|
/drivers/media/platform/exynos4-is/ |
D | fimc-core.c | 295 ret = fimc_get_scaler_factor(sy, ty, &sc->pre_vratio, &sc->vfactor); in fimc_set_scaler_info() 304 sc->main_vratio = (sy << 14) / (ty << sc->vfactor); in fimc_set_scaler_info() 307 sc->main_vratio = (sy << 8) / (ty << sc->vfactor); in fimc_set_scaler_info()
|
D | fimc-core.h | 194 u32 vfactor; member
|
D | fimc-reg.c | 240 shfactor = 10 - (sc->hfactor + sc->vfactor); in fimc_hw_set_prescaler()
|