Searched refs:up_h (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/exynos/ |
H A D | exynos_drm_fimc.c | 71 * @up_h: horizontal scale up. 79 bool up_h; member 787 sc->up_h = (dst_w >= src_w) ? true : false; in fimc_set_prescaler() 789 DRM_DEV_DEBUG_KMS(ctx->dev, "hratio[%d]vratio[%d]up_h[%d]up_v[%d]\n", in fimc_set_prescaler() 790 sc->hratio, sc->vratio, sc->up_h, sc->up_v); in fimc_set_prescaler() 811 DRM_DEV_DEBUG_KMS(ctx->dev, "range[%d]bypass[%d]up_h[%d]up_v[%d]\n", in fimc_set_scaler() 812 sc->range, sc->bypass, sc->up_h, sc->up_v); in fimc_set_scaler() 829 if (sc->up_h) in fimc_set_scaler()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/exynos/ |
H A D | exynos_drm_fimc.c | 71 * @up_h: horizontal scale up. 79 bool up_h; member 785 sc->up_h = (dst_w >= src_w); in fimc_set_prescaler() 787 DRM_DEV_DEBUG_KMS(ctx->dev, "hratio[%d]vratio[%d]up_h[%d]up_v[%d]\n", in fimc_set_prescaler() 788 sc->hratio, sc->vratio, sc->up_h, sc->up_v); in fimc_set_prescaler() 809 DRM_DEV_DEBUG_KMS(ctx->dev, "range[%d]bypass[%d]up_h[%d]up_v[%d]\n", in fimc_set_scaler() 810 sc->range, sc->bypass, sc->up_h, sc->up_v); in fimc_set_scaler() 827 if (sc->up_h) in fimc_set_scaler()
|
Completed in 4 milliseconds