Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/samsung/exynos-gsc/
H A Dgsc-regs.h98 #define GSC_OUT_YUV420_2P (2 << 4) macro
H A Dgsc-regs.c322 cfg |= GSC_OUT_YUV420_2P; in gsc_hw_set_out_image_format()
/openbmc/linux/drivers/gpu/drm/exynos/
H A Dregs-gsc.h134 #define GSC_OUT_YUV420_2P (2 << 4) macro
H A Dexynos_drm_gsc.c679 cfg |= (GSC_OUT_CHROMA_ORDER_CRCB | GSC_OUT_YUV420_2P); in gsc_dst_set_fmt()
694 cfg |= (GSC_OUT_CHROMA_ORDER_CBCR | GSC_OUT_YUV420_2P); in gsc_dst_set_fmt()