Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/exynos/
Dexynos_drm_fimc.c704 cfg |= EXYNOS_CITRGFMT_FLIP_X_MIRROR; in fimc_dst_set_transf()
711 cfg |= EXYNOS_CITRGFMT_FLIP_X_MIRROR; in fimc_dst_set_transf()
716 cfg |= (EXYNOS_CITRGFMT_FLIP_X_MIRROR | in fimc_dst_set_transf()
719 cfg &= ~EXYNOS_CITRGFMT_FLIP_X_MIRROR; in fimc_dst_set_transf()
725 EXYNOS_CITRGFMT_FLIP_X_MIRROR | in fimc_dst_set_transf()
728 cfg &= ~EXYNOS_CITRGFMT_FLIP_X_MIRROR; in fimc_dst_set_transf()
Dregs-fimc.h480 #define EXYNOS_CITRGFMT_FLIP_X_MIRROR (1 << 14) macro