Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/exynos/
Dexynos_drm_fimc.c898 cfg &= ~EXYNOS_CITRGFMT_OUTROT90_CLOCKWISE; in fimc_dst_set_transf()
908 cfg |= EXYNOS_CITRGFMT_OUTROT90_CLOCKWISE; in fimc_dst_set_transf()
923 cfg |= (EXYNOS_CITRGFMT_OUTROT90_CLOCKWISE | in fimc_dst_set_transf()
937 *swap = (cfg & EXYNOS_CITRGFMT_OUTROT90_CLOCKWISE) ? 1 : 0; in fimc_dst_set_transf()
961 if (cfg_ext & EXYNOS_CITRGFMT_OUTROT90_CLOCKWISE) { in fimc_set_prescaler()
Dregs-fimc.h484 #define EXYNOS_CITRGFMT_OUTROT90_CLOCKWISE (1 << 13) macro