Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/platform/exynos-gsc/
Dgsc-regs.h116 #define GSC_SCALED_WIDTH(x) ((x) << 0) macro
Dgsc-regs.c257 cfg = GSC_SCALED_WIDTH(frame->crop.height); in gsc_hw_set_out_size()
260 cfg = GSC_SCALED_WIDTH(frame->crop.width); in gsc_hw_set_out_size()
/Linux-v4.19/drivers/gpu/drm/exynos/
Dregs-gsc.h156 #define GSC_SCALED_WIDTH(x) ((x) << 0) macro
Dexynos_drm_gsc.c872 cfg = (GSC_SCALED_WIDTH(buf->rect.h) | in gsc_dst_set_size()
875 cfg = (GSC_SCALED_WIDTH(buf->rect.w) | in gsc_dst_set_size()