Home
last modified time | relevance | path

Searched refs:GSC_IN_ROT_YFLIP (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/media/platform/exynos-gsc/
Dgsc-regs.h40 #define GSC_IN_ROT_YFLIP (2 << 16) macro
Dgsc-regs.c398 cfg |= GSC_IN_ROT_YFLIP; in gsc_hw_set_rotation()
/linux-4.4.14/drivers/gpu/drm/exynos/
Dexynos_drm_gsc.c573 cfg |= GSC_IN_ROT_YFLIP; in gsc_src_set_transf()
588 cfg &= ~GSC_IN_ROT_YFLIP; in gsc_src_set_transf()
595 cfg &= ~GSC_IN_ROT_YFLIP; in gsc_src_set_transf()
844 cfg |= GSC_IN_ROT_YFLIP; in gsc_dst_set_transf()
859 cfg &= ~GSC_IN_ROT_YFLIP; in gsc_dst_set_transf()
866 cfg &= ~GSC_IN_ROT_YFLIP; in gsc_dst_set_transf()
Dregs-gsc.h60 #define GSC_IN_ROT_YFLIP (2 << 16) macro