Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/exynos/
Dexynos_drm_fimc.c903 cfg |= EXYNOS_CITRGFMT_FLIP_X_MIRROR; in fimc_dst_set_transf()
910 cfg |= EXYNOS_CITRGFMT_FLIP_X_MIRROR; in fimc_dst_set_transf()
915 cfg |= (EXYNOS_CITRGFMT_FLIP_X_MIRROR | in fimc_dst_set_transf()
918 cfg &= ~EXYNOS_CITRGFMT_FLIP_X_MIRROR; in fimc_dst_set_transf()
924 EXYNOS_CITRGFMT_FLIP_X_MIRROR | in fimc_dst_set_transf()
927 cfg &= ~EXYNOS_CITRGFMT_FLIP_X_MIRROR; in fimc_dst_set_transf()
Dregs-fimc.h480 #define EXYNOS_CITRGFMT_FLIP_X_MIRROR (1 << 14) macro