aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-s5p/include/plat/regs-fb-s5p.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/plat-s5p/include/plat/regs-fb-s5p.h')
-rw-r--r--arch/arm/plat-s5p/include/plat/regs-fb-s5p.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/plat-s5p/include/plat/regs-fb-s5p.h b/arch/arm/plat-s5p/include/plat/regs-fb-s5p.h
index b616f2c..9aaf890 100644
--- a/arch/arm/plat-s5p/include/plat/regs-fb-s5p.h
+++ b/arch/arm/plat-s5p/include/plat/regs-fb-s5p.h
@@ -146,6 +146,7 @@
#define S3C_BLENDEQ3 (0x024C) /* Window 3 blending equation control */
#define S3C_BLENDEQ4 (0x0250) /* Window 4 blending equation control */
#define S3C_BLENDCON (0x0260) /* Blending control */
+#define S3C_DUALRGB (0x027C) /* DUALRGB INTERFACE SETTING REGISTER */
#define S3C_SHD_WIN_BASE (0x4000) /* Shadow Window control reg Base */
/*
* Bit Definitions
@@ -412,4 +413,10 @@
/* WxKEYCON1 (1~4) */
#define S3C_KEYCON1_COLVAL(x) (((x) & 0xffffff) << 0)
+/* DUALRGB */
+#define S3C_DUALRGB_BYPASS_SINGLE (0 << 0)
+#define S3C_DUALRGB_BYPASS_DUAL (1 << 0)
+#define S3C_DUALRGB_MIE_DUAL (2 << 0)
+#define S3C_DUALRGB_MDNIE (3 << 0)
+
#endif /* __ASM_PLAT_REGS_FB_S5P_H */