Home
last modified time | relevance | path

Searched refs:pre_dst_height (Results 1 - 14 of 14) sorted by relevance

/kernel/linux/linux-5.10/drivers/media/platform/s3c-camif/
H A Dcamif-core.h173 u32 pre_dst_height; member
H A Dcamif-core.c166 scaler->pre_dst_height = source_y / scaler->pre_v_ratio; in s3c_camif_get_scaler_config()
H A Dcamif-regs.c375 cfg = (sc->pre_dst_width << 16) | sc->pre_dst_height; in camif_hw_set_prescaler()
/kernel/linux/linux-6.6/drivers/media/platform/samsung/s3c-camif/
H A Dcamif-core.h175 u32 pre_dst_height; member
H A Dcamif-core.c167 scaler->pre_dst_height = source_y / scaler->pre_v_ratio; in s3c_camif_get_scaler_config()
H A Dcamif-regs.c375 cfg = (sc->pre_dst_width << 16) | sc->pre_dst_height; in camif_hw_set_prescaler()
/kernel/linux/linux-5.10/drivers/gpu/drm/exynos/
H A Dexynos_drm_fimc.c743 u32 pre_dst_width, pre_dst_height; in fimc_set_prescaler() local
779 pre_dst_height = src_h >> vfactor; in fimc_set_prescaler()
780 DRM_DEV_DEBUG_KMS(ctx->dev, "pre_dst_width[%d]pre_dst_height[%d]\n", in fimc_set_prescaler()
781 pre_dst_width, pre_dst_height); in fimc_set_prescaler()
801 EXYNOS_CISCPREDST_PREDSTHEIGHT(pre_dst_height)); in fimc_set_prescaler()
/kernel/linux/linux-6.6/drivers/gpu/drm/exynos/
H A Dexynos_drm_fimc.c741 u32 pre_dst_width, pre_dst_height; in fimc_set_prescaler() local
777 pre_dst_height = src_h >> vfactor; in fimc_set_prescaler()
778 DRM_DEV_DEBUG_KMS(ctx->dev, "pre_dst_width[%d]pre_dst_height[%d]\n", in fimc_set_prescaler()
779 pre_dst_width, pre_dst_height); in fimc_set_prescaler()
799 EXYNOS_CISCPREDST_PREDSTHEIGHT(pre_dst_height)); in fimc_set_prescaler()
/kernel/linux/linux-5.10/drivers/media/platform/exynos4-is/
H A Dfimc-core.h181 * @pre_dst_height: the prescaler's destination height
197 u32 pre_dst_height; member
H A Dfimc-reg.c243 cfg = (sc->pre_dst_width << 16) | sc->pre_dst_height; in fimc_hw_set_prescaler()
H A Dfimc-core.c265 sc->pre_dst_height = sy / sc->pre_vratio; in fimc_set_scaler_info()
/kernel/linux/linux-6.6/drivers/media/platform/samsung/exynos4-is/
H A Dfimc-core.h181 * @pre_dst_height: the prescaler's destination height
197 u32 pre_dst_height; member
H A Dfimc-reg.c243 cfg = (sc->pre_dst_width << 16) | sc->pre_dst_height; in fimc_hw_set_prescaler()
H A Dfimc-core.c266 sc->pre_dst_height = sy / sc->pre_vratio; in fimc_set_scaler_info()

Completed in 17 milliseconds