Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/exynos/
Dexynos_drm_fimc.c428 cfg2 &= ~EXYNOS_CITRGFMT_INROT90_CLOCKWISE; in fimc_src_set_transf()
438 cfg2 |= EXYNOS_CITRGFMT_INROT90_CLOCKWISE; in fimc_src_set_transf()
455 cfg2 |= EXYNOS_CITRGFMT_INROT90_CLOCKWISE; in fimc_src_set_transf()
747 if (cfg_ext & EXYNOS_CITRGFMT_INROT90_CLOCKWISE) { in fimc_set_prescaler()
Dregs-fimc.h469 #define EXYNOS_CITRGFMT_INROT90_CLOCKWISE (1 << 31) macro