Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/samsung/exynos-gsc/
H A Dgsc-regs.h113 #define GSC_SCALED_WIDTH(x) ((x) << 0) macro
H A Dgsc-regs.c253 cfg = GSC_SCALED_WIDTH(frame->crop.height); in gsc_hw_set_out_size()
256 cfg = GSC_SCALED_WIDTH(frame->crop.width); in gsc_hw_set_out_size()
/openbmc/linux/drivers/gpu/drm/exynos/
H A Dregs-gsc.h153 #define GSC_SCALED_WIDTH(x) ((x) << 0) macro
H A Dexynos_drm_gsc.c876 cfg = (GSC_SCALED_WIDTH(buf->rect.h) | in gsc_dst_set_size()
879 cfg = (GSC_SCALED_WIDTH(buf->rect.w) | in gsc_dst_set_size()