Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/exynos/
Dexynos_drm_fimc.c705 cfg |= EXYNOS_CITRGFMT_FLIP_Y_MIRROR; in fimc_dst_set_transf()
712 cfg |= EXYNOS_CITRGFMT_FLIP_Y_MIRROR; in fimc_dst_set_transf()
716 EXYNOS_CITRGFMT_FLIP_Y_MIRROR); in fimc_dst_set_transf()
720 cfg &= ~EXYNOS_CITRGFMT_FLIP_Y_MIRROR; in fimc_dst_set_transf()
725 EXYNOS_CITRGFMT_FLIP_Y_MIRROR); in fimc_dst_set_transf()
729 cfg &= ~EXYNOS_CITRGFMT_FLIP_Y_MIRROR; in fimc_dst_set_transf()
Dregs-fimc.h478 #define EXYNOS_CITRGFMT_FLIP_Y_MIRROR (2 << 14) macro