Home
last modified time | relevance | path

Searched refs:EXYNOS_CITRGFMT_FLIP_Y_MIRROR (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/drm/exynos/
H A Dexynos_drm_fimc.c707 cfg |= EXYNOS_CITRGFMT_FLIP_Y_MIRROR; in fimc_dst_set_transf()
714 cfg |= EXYNOS_CITRGFMT_FLIP_Y_MIRROR; in fimc_dst_set_transf()
718 EXYNOS_CITRGFMT_FLIP_Y_MIRROR); in fimc_dst_set_transf()
722 cfg &= ~EXYNOS_CITRGFMT_FLIP_Y_MIRROR; in fimc_dst_set_transf()
727 EXYNOS_CITRGFMT_FLIP_Y_MIRROR); in fimc_dst_set_transf()
731 cfg &= ~EXYNOS_CITRGFMT_FLIP_Y_MIRROR; in fimc_dst_set_transf()
H A Dregs-fimc.h478 #define EXYNOS_CITRGFMT_FLIP_Y_MIRROR (2 << 14) macro