Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/exynos/
H A Dexynos_drm_fimc.c705 cfg |= EXYNOS_CITRGFMT_FLIP_X_MIRROR; in fimc_dst_set_transf()
712 cfg |= EXYNOS_CITRGFMT_FLIP_X_MIRROR; in fimc_dst_set_transf()
717 cfg |= (EXYNOS_CITRGFMT_FLIP_X_MIRROR | in fimc_dst_set_transf()
720 cfg &= ~EXYNOS_CITRGFMT_FLIP_X_MIRROR; in fimc_dst_set_transf()
726 EXYNOS_CITRGFMT_FLIP_X_MIRROR | in fimc_dst_set_transf()
729 cfg &= ~EXYNOS_CITRGFMT_FLIP_X_MIRROR; in fimc_dst_set_transf()
H A Dregs-fimc.h477 #define EXYNOS_CITRGFMT_FLIP_X_MIRROR (1 << 14) macro