Home
last modified time | relevance | path

Searched refs:GSC_SCALED_HEIGHT (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/drivers/media/platform/samsung/exynos-gsc/
Dgsc-regs.h112 #define GSC_SCALED_HEIGHT(x) ((x) << 16) macro
Dgsc-regs.c254 cfg |= GSC_SCALED_HEIGHT(frame->crop.width); in gsc_hw_set_out_size()
257 cfg |= GSC_SCALED_HEIGHT(frame->crop.height); in gsc_hw_set_out_size()
/linux-5.19.10/drivers/gpu/drm/exynos/
Dregs-gsc.h151 #define GSC_SCALED_HEIGHT(x) ((x) << 16) macro
Dexynos_drm_gsc.c877 GSC_SCALED_HEIGHT(buf->rect.w)); in gsc_dst_set_size()
880 GSC_SCALED_HEIGHT(buf->rect.h)); in gsc_dst_set_size()