cabc_tuning_data_mondrian.h 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159
  1. /* Copyright (c) 2009-2011, Code Aurora Forum. All rights reserved.
  2. *
  3. * This program is free software; you can redistribute it and/or modify
  4. * it under the terms of the GNU General Public License version 2 and
  5. * only version 2 as published by the Free Software Foundation.
  6. *
  7. * This program is distributed in the hope that it will be useful,
  8. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  9. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  10. * GNU General Public License for more details.
  11. *
  12. * You should have received a copy of the GNU General Public License
  13. * along with this program; if not, write to the Free Software
  14. * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
  15. * 02110-1301, USA.
  16. *
  17. */
  18. #ifndef _CABC_TUNING_DATA_MONDRIAN_
  19. #define _CABC_TUNING_DATA_MONDRIAN_
  20. #define MASTER_DSI_PDEST 1
  21. #define CABC_LEVEL_MAX 3
  22. static char CABC_NORMAL_1[CABC_TUNE_FIRST_SIZE] = {
  23. 0xB8,
  24. 0x07,
  25. 0x87,
  26. 0x38,
  27. 0x20,
  28. 0x03,
  29. 0xBE,
  30. };
  31. static char CABC_NORMAL_2[CABC_TUNE_SECOND_SIZE] = {
  32. 0xB9,
  33. 0x07,
  34. 0x87,
  35. 0x38,
  36. 0x20,
  37. 0x03,
  38. 0xFF,
  39. };
  40. static char CABC_NORMAL_3[CABC_TUNE_THIRD_SIZE] = {
  41. 0xCE,
  42. 0x75,
  43. 0x7D,
  44. 0x80,
  45. 0x84,
  46. 0x8A,
  47. 0x8F,
  48. 0x94,
  49. 0x99,
  50. 0x9D,
  51. 0xA1,
  52. 0xA6,
  53. 0xAA,
  54. 0xAF,
  55. 0xB2,
  56. 0xB5,
  57. 0xB7,
  58. 0xB8,
  59. };
  60. static char CABC_NORMAL_4[CABC_TUNE_FOURTH_SIZE] = {
  61. 0xC1,
  62. 0x0C,
  63. 0x60,
  64. 0x00,
  65. 0x00,
  66. 0x80,
  67. 0x00,
  68. 0x44,
  69. 0x04,
  70. 0x00,
  71. 0x80,
  72. 0xE7,
  73. 0x96,
  74. 0x02,
  75. 0x40,
  76. 0x2D,
  77. 0xF7,
  78. 0x00,
  79. 0x38,
  80. 0x40,
  81. 0x94,
  82. 0x10,
  83. 0x01,
  84. 0x00,
  85. 0x00,
  86. 0x00,
  87. 0x00,
  88. 0x00,
  89. 0x00,
  90. 0x02,
  91. 0x00,
  92. 0x00,
  93. 0x02,
  94. 0x00,
  95. 0x01,
  96. 0x11,
  97. };
  98. static char CABC_NEGATIVE_4[CABC_TUNE_FOURTH_SIZE] = {
  99. 0xC1,
  100. 0x1C,
  101. 0x60,
  102. 0x00,
  103. 0x00,
  104. 0x80,
  105. 0x00,
  106. 0x44,
  107. 0x04,
  108. 0x00,
  109. 0x80,
  110. 0xE7,
  111. 0x96,
  112. 0x02,
  113. 0x40,
  114. 0x2D,
  115. 0xF7,
  116. 0x00,
  117. 0x38,
  118. 0x40,
  119. 0x94,
  120. 0x10,
  121. 0x01,
  122. 0x00,
  123. 0x00,
  124. 0x00,
  125. 0x00,
  126. 0x00,
  127. 0x00,
  128. 0x02,
  129. 0x00,
  130. 0x00,
  131. 0x02,
  132. 0x00,
  133. 0x01,
  134. 0x11,
  135. };
  136. static char CABC_SELECT_0[CABC_TUNE_SELECT_SIZE] = {
  137. 0x55, 0x00,
  138. };
  139. static char CABC_SELECT_1[CABC_TUNE_SELECT_SIZE] = {
  140. 0x55, 0x01,
  141. };
  142. static char CABC_SELECT_2[CABC_TUNE_SELECT_SIZE] = {
  143. 0x55, 0x02,
  144. };
  145. #endif