Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/exynos/
Dexynos_drm_fimc.c905 cfg |= EXYNOS_CITRGFMT_FLIP_Y_MIRROR; in fimc_dst_set_transf()
912 cfg |= EXYNOS_CITRGFMT_FLIP_Y_MIRROR; in fimc_dst_set_transf()
916 EXYNOS_CITRGFMT_FLIP_Y_MIRROR); in fimc_dst_set_transf()
920 cfg &= ~EXYNOS_CITRGFMT_FLIP_Y_MIRROR; in fimc_dst_set_transf()
925 EXYNOS_CITRGFMT_FLIP_Y_MIRROR); in fimc_dst_set_transf()
929 cfg &= ~EXYNOS_CITRGFMT_FLIP_Y_MIRROR; in fimc_dst_set_transf()
Dregs-fimc.h481 #define EXYNOS_CITRGFMT_FLIP_Y_MIRROR (2 << 14) macro