aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/samsung_duallcd/s6e8aa1_param.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/samsung_duallcd/s6e8aa1_param.h')
-rw-r--r--drivers/video/samsung_duallcd/s6e8aa1_param.h74
1 files changed, 0 insertions, 74 deletions
diff --git a/drivers/video/samsung_duallcd/s6e8aa1_param.h b/drivers/video/samsung_duallcd/s6e8aa1_param.h
deleted file mode 100644
index 3232b88..0000000
--- a/drivers/video/samsung_duallcd/s6e8aa1_param.h
+++ /dev/null
@@ -1,74 +0,0 @@
-#ifndef __S6E8AA1_PARAM_H__
-#define __S6E8AA1_PARAM_H__
-
-static const unsigned char SEQ_APPLY_MTP_KEY_ENABLE[] = {
- 0xF1,
- 0x5A, 0x5A
-};
-
-static const unsigned char SEQ_SLEEP_OUT[] = {
- 0x11,
- 0x00, 0x00
-};
-
-static const unsigned char SEQ_PANEL_CONDITION_SET[] = {
- 0xF8,
- 0x3D, 0x35, 0x00, 0x00, 0x00, 0x94, 0x00, 0x3C, 0x7D, 0x08,
- 0x27, 0x08, 0x7D, 0x00, 0x00, 0x00, 0x00, 0x04, 0x08, 0x7D,
- 0x00, 0x00, 0x00, 0x02, 0x08, 0x08, 0x23, 0x66, 0xC0, 0xC1,
- 0x01, 0x81, 0xC1, 0x00, 0xC1, 0xF6, 0xF6, 0xC1
-};
-
-static const unsigned char SEQ_DISPLAY_CONDITION_SET[] = {
- 0xF2,
- 0x80, 0x03, 0x0D
-};
-
-static const unsigned char SEQ_GAMMA_CONDITION_SET[] = {
- 0xFA,
- 0x01, 0x40, 0x32, 0x49, 0xC5, 0xBB, 0xB6, 0xBC, 0xC5, 0xC0,
- 0xC9, 0xC9, 0xC5, 0xA0, 0x9F, 0x98, 0xB3, 0xB3, 0xAF, 0x00,
- 0xD0, 0x00, 0xCF, 0x00, 0xE7
-};
-
-static const unsigned char SEQ_GAMMA_UPDATE[] = {
- 0xF7, 0x03,
- 0x00
-};
-
-static const unsigned char SEQ_ETC_SOURCE_CONTROL[] = {
- 0xF6,
- 0x00, 0x02, 0x00
-};
-
-static const unsigned char SEQ_ETC_PENTILE_CONTROL[] = {
- 0xB6,
- 0x0C, 0x02, 0x03, 0x32, 0xFF, 0x44, 0x44, 0xC0, 0x10
-};
-
-static const unsigned char SEQ_ELVSS_CONTROL[] = {
- 0xB1,
- 0x08, 0x95, 0x41, 0xC4
-};
-
-static const unsigned char SEQ_ETC_NVM_SETTING[] = {
- 0xD9,
- 0x14, 0x40, 0x0C, 0xCB, 0xCE, 0x6E, 0xC4, 0x07, 0x40
-};
-
-static const unsigned char SEQ_DISPLAY_ON[] = {
- 0x29,
- 0x00, 0x00
-};
-
-static const unsigned char SEQ_DISPLAY_OFF[] = {
- 0x28,
- 0x00, 0x00
-};
-
-static const unsigned char SEQ_STANDBY_ON[] = {
- 0x01,
- 0x00, 0x00
-};
-
-#endif /* __S6E8AA1_PARAM_H__ */