Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/exynos/
Dexynos_drm_fimc.c547 cfg2 &= ~EXYNOS_CITRGFMT_INROT90_CLOCKWISE; in fimc_src_set_transf()
557 cfg2 |= EXYNOS_CITRGFMT_INROT90_CLOCKWISE; in fimc_src_set_transf()
574 cfg2 |= EXYNOS_CITRGFMT_INROT90_CLOCKWISE; in fimc_src_set_transf()
587 *swap = (cfg2 & EXYNOS_CITRGFMT_INROT90_CLOCKWISE) ? 1 : 0; in fimc_src_set_transf()
953 if (cfg_ext & EXYNOS_CITRGFMT_INROT90_CLOCKWISE) { in fimc_set_prescaler()
Dregs-fimc.h472 #define EXYNOS_CITRGFMT_INROT90_CLOCKWISE (1 << 31) macro