intel_tv.c 47 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653
  1. /*
  2. * Copyright © 2006-2008 Intel Corporation
  3. * Jesse Barnes <jesse.barnes@intel.com>
  4. *
  5. * Permission is hereby granted, free of charge, to any person obtaining a
  6. * copy of this software and associated documentation files (the "Software"),
  7. * to deal in the Software without restriction, including without limitation
  8. * the rights to use, copy, modify, merge, publish, distribute, sublicense,
  9. * and/or sell copies of the Software, and to permit persons to whom the
  10. * Software is furnished to do so, subject to the following conditions:
  11. *
  12. * The above copyright notice and this permission notice (including the next
  13. * paragraph) shall be included in all copies or substantial portions of the
  14. * Software.
  15. *
  16. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  17. * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  18. * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
  19. * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  20. * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
  21. * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
  22. * DEALINGS IN THE SOFTWARE.
  23. *
  24. * Authors:
  25. * Eric Anholt <eric@anholt.net>
  26. *
  27. */
  28. /** @file
  29. * Integrated TV-out support for the 915GM and 945GM.
  30. */
  31. #include <drm/drmP.h>
  32. #include <drm/drm_atomic_helper.h>
  33. #include <drm/drm_crtc.h>
  34. #include <drm/drm_edid.h>
  35. #include "intel_drv.h"
  36. #include <drm/i915_drm.h>
  37. #include "i915_drv.h"
  38. enum tv_margin {
  39. TV_MARGIN_LEFT, TV_MARGIN_TOP,
  40. TV_MARGIN_RIGHT, TV_MARGIN_BOTTOM
  41. };
  42. /** Private structure for the integrated TV support */
  43. struct intel_tv {
  44. struct intel_encoder base;
  45. int type;
  46. const char *tv_format;
  47. int margin[4];
  48. u32 save_TV_H_CTL_1;
  49. u32 save_TV_H_CTL_2;
  50. u32 save_TV_H_CTL_3;
  51. u32 save_TV_V_CTL_1;
  52. u32 save_TV_V_CTL_2;
  53. u32 save_TV_V_CTL_3;
  54. u32 save_TV_V_CTL_4;
  55. u32 save_TV_V_CTL_5;
  56. u32 save_TV_V_CTL_6;
  57. u32 save_TV_V_CTL_7;
  58. u32 save_TV_SC_CTL_1, save_TV_SC_CTL_2, save_TV_SC_CTL_3;
  59. u32 save_TV_CSC_Y;
  60. u32 save_TV_CSC_Y2;
  61. u32 save_TV_CSC_U;
  62. u32 save_TV_CSC_U2;
  63. u32 save_TV_CSC_V;
  64. u32 save_TV_CSC_V2;
  65. u32 save_TV_CLR_KNOBS;
  66. u32 save_TV_CLR_LEVEL;
  67. u32 save_TV_WIN_POS;
  68. u32 save_TV_WIN_SIZE;
  69. u32 save_TV_FILTER_CTL_1;
  70. u32 save_TV_FILTER_CTL_2;
  71. u32 save_TV_FILTER_CTL_3;
  72. u32 save_TV_H_LUMA[60];
  73. u32 save_TV_H_CHROMA[60];
  74. u32 save_TV_V_LUMA[43];
  75. u32 save_TV_V_CHROMA[43];
  76. u32 save_TV_DAC;
  77. u32 save_TV_CTL;
  78. };
  79. struct video_levels {
  80. int blank, black, burst;
  81. };
  82. struct color_conversion {
  83. u16 ry, gy, by, ay;
  84. u16 ru, gu, bu, au;
  85. u16 rv, gv, bv, av;
  86. };
  87. static const u32 filter_table[] = {
  88. 0xB1403000, 0x2E203500, 0x35002E20, 0x3000B140,
  89. 0x35A0B160, 0x2DC02E80, 0xB1403480, 0xB1603000,
  90. 0x2EA03640, 0x34002D80, 0x3000B120, 0x36E0B160,
  91. 0x2D202EF0, 0xB1203380, 0xB1603000, 0x2F303780,
  92. 0x33002CC0, 0x3000B100, 0x3820B160, 0x2C802F50,
  93. 0xB10032A0, 0xB1603000, 0x2F9038C0, 0x32202C20,
  94. 0x3000B0E0, 0x3980B160, 0x2BC02FC0, 0xB0E031C0,
  95. 0xB1603000, 0x2FF03A20, 0x31602B60, 0xB020B0C0,
  96. 0x3AE0B160, 0x2B001810, 0xB0C03120, 0xB140B020,
  97. 0x18283BA0, 0x30C02A80, 0xB020B0A0, 0x3C60B140,
  98. 0x2A201838, 0xB0A03080, 0xB120B020, 0x18383D20,
  99. 0x304029C0, 0xB040B080, 0x3DE0B100, 0x29601848,
  100. 0xB0803000, 0xB100B040, 0x18483EC0, 0xB0402900,
  101. 0xB040B060, 0x3F80B0C0, 0x28801858, 0xB060B080,
  102. 0xB0A0B060, 0x18602820, 0xB0A02820, 0x0000B060,
  103. 0xB1403000, 0x2E203500, 0x35002E20, 0x3000B140,
  104. 0x35A0B160, 0x2DC02E80, 0xB1403480, 0xB1603000,
  105. 0x2EA03640, 0x34002D80, 0x3000B120, 0x36E0B160,
  106. 0x2D202EF0, 0xB1203380, 0xB1603000, 0x2F303780,
  107. 0x33002CC0, 0x3000B100, 0x3820B160, 0x2C802F50,
  108. 0xB10032A0, 0xB1603000, 0x2F9038C0, 0x32202C20,
  109. 0x3000B0E0, 0x3980B160, 0x2BC02FC0, 0xB0E031C0,
  110. 0xB1603000, 0x2FF03A20, 0x31602B60, 0xB020B0C0,
  111. 0x3AE0B160, 0x2B001810, 0xB0C03120, 0xB140B020,
  112. 0x18283BA0, 0x30C02A80, 0xB020B0A0, 0x3C60B140,
  113. 0x2A201838, 0xB0A03080, 0xB120B020, 0x18383D20,
  114. 0x304029C0, 0xB040B080, 0x3DE0B100, 0x29601848,
  115. 0xB0803000, 0xB100B040, 0x18483EC0, 0xB0402900,
  116. 0xB040B060, 0x3F80B0C0, 0x28801858, 0xB060B080,
  117. 0xB0A0B060, 0x18602820, 0xB0A02820, 0x0000B060,
  118. 0x36403000, 0x2D002CC0, 0x30003640, 0x2D0036C0,
  119. 0x35C02CC0, 0x37403000, 0x2C802D40, 0x30003540,
  120. 0x2D8037C0, 0x34C02C40, 0x38403000, 0x2BC02E00,
  121. 0x30003440, 0x2E2038C0, 0x34002B80, 0x39803000,
  122. 0x2B402E40, 0x30003380, 0x2E603A00, 0x33402B00,
  123. 0x3A803040, 0x2A802EA0, 0x30403300, 0x2EC03B40,
  124. 0x32802A40, 0x3C003040, 0x2A002EC0, 0x30803240,
  125. 0x2EC03C80, 0x320029C0, 0x3D403080, 0x29402F00,
  126. 0x308031C0, 0x2F203DC0, 0x31802900, 0x3E8030C0,
  127. 0x28802F40, 0x30C03140, 0x2F203F40, 0x31402840,
  128. 0x28003100, 0x28002F00, 0x00003100, 0x36403000,
  129. 0x2D002CC0, 0x30003640, 0x2D0036C0,
  130. 0x35C02CC0, 0x37403000, 0x2C802D40, 0x30003540,
  131. 0x2D8037C0, 0x34C02C40, 0x38403000, 0x2BC02E00,
  132. 0x30003440, 0x2E2038C0, 0x34002B80, 0x39803000,
  133. 0x2B402E40, 0x30003380, 0x2E603A00, 0x33402B00,
  134. 0x3A803040, 0x2A802EA0, 0x30403300, 0x2EC03B40,
  135. 0x32802A40, 0x3C003040, 0x2A002EC0, 0x30803240,
  136. 0x2EC03C80, 0x320029C0, 0x3D403080, 0x29402F00,
  137. 0x308031C0, 0x2F203DC0, 0x31802900, 0x3E8030C0,
  138. 0x28802F40, 0x30C03140, 0x2F203F40, 0x31402840,
  139. 0x28003100, 0x28002F00, 0x00003100,
  140. };
  141. /*
  142. * Color conversion values have 3 separate fixed point formats:
  143. *
  144. * 10 bit fields (ay, au)
  145. * 1.9 fixed point (b.bbbbbbbbb)
  146. * 11 bit fields (ry, by, ru, gu, gv)
  147. * exp.mantissa (ee.mmmmmmmmm)
  148. * ee = 00 = 10^-1 (0.mmmmmmmmm)
  149. * ee = 01 = 10^-2 (0.0mmmmmmmmm)
  150. * ee = 10 = 10^-3 (0.00mmmmmmmmm)
  151. * ee = 11 = 10^-4 (0.000mmmmmmmmm)
  152. * 12 bit fields (gy, rv, bu)
  153. * exp.mantissa (eee.mmmmmmmmm)
  154. * eee = 000 = 10^-1 (0.mmmmmmmmm)
  155. * eee = 001 = 10^-2 (0.0mmmmmmmmm)
  156. * eee = 010 = 10^-3 (0.00mmmmmmmmm)
  157. * eee = 011 = 10^-4 (0.000mmmmmmmmm)
  158. * eee = 100 = reserved
  159. * eee = 101 = reserved
  160. * eee = 110 = reserved
  161. * eee = 111 = 10^0 (m.mmmmmmmm) (only usable for 1.0 representation)
  162. *
  163. * Saturation and contrast are 8 bits, with their own representation:
  164. * 8 bit field (saturation, contrast)
  165. * exp.mantissa (ee.mmmmmm)
  166. * ee = 00 = 10^-1 (0.mmmmmm)
  167. * ee = 01 = 10^0 (m.mmmmm)
  168. * ee = 10 = 10^1 (mm.mmmm)
  169. * ee = 11 = 10^2 (mmm.mmm)
  170. *
  171. * Simple conversion function:
  172. *
  173. * static u32
  174. * float_to_csc_11(float f)
  175. * {
  176. * u32 exp;
  177. * u32 mant;
  178. * u32 ret;
  179. *
  180. * if (f < 0)
  181. * f = -f;
  182. *
  183. * if (f >= 1) {
  184. * exp = 0x7;
  185. * mant = 1 << 8;
  186. * } else {
  187. * for (exp = 0; exp < 3 && f < 0.5; exp++)
  188. * f *= 2.0;
  189. * mant = (f * (1 << 9) + 0.5);
  190. * if (mant >= (1 << 9))
  191. * mant = (1 << 9) - 1;
  192. * }
  193. * ret = (exp << 9) | mant;
  194. * return ret;
  195. * }
  196. */
  197. /*
  198. * Behold, magic numbers! If we plant them they might grow a big
  199. * s-video cable to the sky... or something.
  200. *
  201. * Pre-converted to appropriate hex value.
  202. */
  203. /*
  204. * PAL & NTSC values for composite & s-video connections
  205. */
  206. static const struct color_conversion ntsc_m_csc_composite = {
  207. .ry = 0x0332, .gy = 0x012d, .by = 0x07d3, .ay = 0x0104,
  208. .ru = 0x0733, .gu = 0x052d, .bu = 0x05c7, .au = 0x0200,
  209. .rv = 0x0340, .gv = 0x030c, .bv = 0x06d0, .av = 0x0200,
  210. };
  211. static const struct video_levels ntsc_m_levels_composite = {
  212. .blank = 225, .black = 267, .burst = 113,
  213. };
  214. static const struct color_conversion ntsc_m_csc_svideo = {
  215. .ry = 0x0332, .gy = 0x012d, .by = 0x07d3, .ay = 0x0133,
  216. .ru = 0x076a, .gu = 0x0564, .bu = 0x030d, .au = 0x0200,
  217. .rv = 0x037a, .gv = 0x033d, .bv = 0x06f6, .av = 0x0200,
  218. };
  219. static const struct video_levels ntsc_m_levels_svideo = {
  220. .blank = 266, .black = 316, .burst = 133,
  221. };
  222. static const struct color_conversion ntsc_j_csc_composite = {
  223. .ry = 0x0332, .gy = 0x012d, .by = 0x07d3, .ay = 0x0119,
  224. .ru = 0x074c, .gu = 0x0546, .bu = 0x05ec, .au = 0x0200,
  225. .rv = 0x035a, .gv = 0x0322, .bv = 0x06e1, .av = 0x0200,
  226. };
  227. static const struct video_levels ntsc_j_levels_composite = {
  228. .blank = 225, .black = 225, .burst = 113,
  229. };
  230. static const struct color_conversion ntsc_j_csc_svideo = {
  231. .ry = 0x0332, .gy = 0x012d, .by = 0x07d3, .ay = 0x014c,
  232. .ru = 0x0788, .gu = 0x0581, .bu = 0x0322, .au = 0x0200,
  233. .rv = 0x0399, .gv = 0x0356, .bv = 0x070a, .av = 0x0200,
  234. };
  235. static const struct video_levels ntsc_j_levels_svideo = {
  236. .blank = 266, .black = 266, .burst = 133,
  237. };
  238. static const struct color_conversion pal_csc_composite = {
  239. .ry = 0x0332, .gy = 0x012d, .by = 0x07d3, .ay = 0x0113,
  240. .ru = 0x0745, .gu = 0x053f, .bu = 0x05e1, .au = 0x0200,
  241. .rv = 0x0353, .gv = 0x031c, .bv = 0x06dc, .av = 0x0200,
  242. };
  243. static const struct video_levels pal_levels_composite = {
  244. .blank = 237, .black = 237, .burst = 118,
  245. };
  246. static const struct color_conversion pal_csc_svideo = {
  247. .ry = 0x0332, .gy = 0x012d, .by = 0x07d3, .ay = 0x0145,
  248. .ru = 0x0780, .gu = 0x0579, .bu = 0x031c, .au = 0x0200,
  249. .rv = 0x0390, .gv = 0x034f, .bv = 0x0705, .av = 0x0200,
  250. };
  251. static const struct video_levels pal_levels_svideo = {
  252. .blank = 280, .black = 280, .burst = 139,
  253. };
  254. static const struct color_conversion pal_m_csc_composite = {
  255. .ry = 0x0332, .gy = 0x012d, .by = 0x07d3, .ay = 0x0104,
  256. .ru = 0x0733, .gu = 0x052d, .bu = 0x05c7, .au = 0x0200,
  257. .rv = 0x0340, .gv = 0x030c, .bv = 0x06d0, .av = 0x0200,
  258. };
  259. static const struct video_levels pal_m_levels_composite = {
  260. .blank = 225, .black = 267, .burst = 113,
  261. };
  262. static const struct color_conversion pal_m_csc_svideo = {
  263. .ry = 0x0332, .gy = 0x012d, .by = 0x07d3, .ay = 0x0133,
  264. .ru = 0x076a, .gu = 0x0564, .bu = 0x030d, .au = 0x0200,
  265. .rv = 0x037a, .gv = 0x033d, .bv = 0x06f6, .av = 0x0200,
  266. };
  267. static const struct video_levels pal_m_levels_svideo = {
  268. .blank = 266, .black = 316, .burst = 133,
  269. };
  270. static const struct color_conversion pal_n_csc_composite = {
  271. .ry = 0x0332, .gy = 0x012d, .by = 0x07d3, .ay = 0x0104,
  272. .ru = 0x0733, .gu = 0x052d, .bu = 0x05c7, .au = 0x0200,
  273. .rv = 0x0340, .gv = 0x030c, .bv = 0x06d0, .av = 0x0200,
  274. };
  275. static const struct video_levels pal_n_levels_composite = {
  276. .blank = 225, .black = 267, .burst = 118,
  277. };
  278. static const struct color_conversion pal_n_csc_svideo = {
  279. .ry = 0x0332, .gy = 0x012d, .by = 0x07d3, .ay = 0x0133,
  280. .ru = 0x076a, .gu = 0x0564, .bu = 0x030d, .au = 0x0200,
  281. .rv = 0x037a, .gv = 0x033d, .bv = 0x06f6, .av = 0x0200,
  282. };
  283. static const struct video_levels pal_n_levels_svideo = {
  284. .blank = 266, .black = 316, .burst = 139,
  285. };
  286. /*
  287. * Component connections
  288. */
  289. static const struct color_conversion sdtv_csc_yprpb = {
  290. .ry = 0x0332, .gy = 0x012d, .by = 0x07d3, .ay = 0x0145,
  291. .ru = 0x0559, .gu = 0x0353, .bu = 0x0100, .au = 0x0200,
  292. .rv = 0x0100, .gv = 0x03ad, .bv = 0x074d, .av = 0x0200,
  293. };
  294. static const struct color_conversion hdtv_csc_yprpb = {
  295. .ry = 0x05b3, .gy = 0x016e, .by = 0x0728, .ay = 0x0145,
  296. .ru = 0x07d5, .gu = 0x038b, .bu = 0x0100, .au = 0x0200,
  297. .rv = 0x0100, .gv = 0x03d1, .bv = 0x06bc, .av = 0x0200,
  298. };
  299. static const struct video_levels component_levels = {
  300. .blank = 279, .black = 279, .burst = 0,
  301. };
  302. struct tv_mode {
  303. const char *name;
  304. int clock;
  305. int refresh; /* in millihertz (for precision) */
  306. u32 oversample;
  307. int hsync_end, hblank_start, hblank_end, htotal;
  308. bool progressive, trilevel_sync, component_only;
  309. int vsync_start_f1, vsync_start_f2, vsync_len;
  310. bool veq_ena;
  311. int veq_start_f1, veq_start_f2, veq_len;
  312. int vi_end_f1, vi_end_f2, nbr_end;
  313. bool burst_ena;
  314. int hburst_start, hburst_len;
  315. int vburst_start_f1, vburst_end_f1;
  316. int vburst_start_f2, vburst_end_f2;
  317. int vburst_start_f3, vburst_end_f3;
  318. int vburst_start_f4, vburst_end_f4;
  319. /*
  320. * subcarrier programming
  321. */
  322. int dda2_size, dda3_size, dda1_inc, dda2_inc, dda3_inc;
  323. u32 sc_reset;
  324. bool pal_burst;
  325. /*
  326. * blank/black levels
  327. */
  328. const struct video_levels *composite_levels, *svideo_levels;
  329. const struct color_conversion *composite_color, *svideo_color;
  330. const u32 *filter_table;
  331. int max_srcw;
  332. };
  333. /*
  334. * Sub carrier DDA
  335. *
  336. * I think this works as follows:
  337. *
  338. * subcarrier freq = pixel_clock * (dda1_inc + dda2_inc / dda2_size) / 4096
  339. *
  340. * Presumably, when dda3 is added in, it gets to adjust the dda2_inc value
  341. *
  342. * So,
  343. * dda1_ideal = subcarrier/pixel * 4096
  344. * dda1_inc = floor (dda1_ideal)
  345. * dda2 = dda1_ideal - dda1_inc
  346. *
  347. * then pick a ratio for dda2 that gives the closest approximation. If
  348. * you can't get close enough, you can play with dda3 as well. This
  349. * seems likely to happen when dda2 is small as the jumps would be larger
  350. *
  351. * To invert this,
  352. *
  353. * pixel_clock = subcarrier * 4096 / (dda1_inc + dda2_inc / dda2_size)
  354. *
  355. * The constants below were all computed using a 107.520MHz clock
  356. */
  357. /**
  358. * Register programming values for TV modes.
  359. *
  360. * These values account for -1s required.
  361. */
  362. static const struct tv_mode tv_modes[] = {
  363. {
  364. .name = "NTSC-M",
  365. .clock = 108000,
  366. .refresh = 59940,
  367. .oversample = TV_OVERSAMPLE_8X,
  368. .component_only = 0,
  369. /* 525 Lines, 60 Fields, 15.734KHz line, Sub-Carrier 3.580MHz */
  370. .hsync_end = 64, .hblank_end = 124,
  371. .hblank_start = 836, .htotal = 857,
  372. .progressive = false, .trilevel_sync = false,
  373. .vsync_start_f1 = 6, .vsync_start_f2 = 7,
  374. .vsync_len = 6,
  375. .veq_ena = true, .veq_start_f1 = 0,
  376. .veq_start_f2 = 1, .veq_len = 18,
  377. .vi_end_f1 = 20, .vi_end_f2 = 21,
  378. .nbr_end = 240,
  379. .burst_ena = true,
  380. .hburst_start = 72, .hburst_len = 34,
  381. .vburst_start_f1 = 9, .vburst_end_f1 = 240,
  382. .vburst_start_f2 = 10, .vburst_end_f2 = 240,
  383. .vburst_start_f3 = 9, .vburst_end_f3 = 240,
  384. .vburst_start_f4 = 10, .vburst_end_f4 = 240,
  385. /* desired 3.5800000 actual 3.5800000 clock 107.52 */
  386. .dda1_inc = 135,
  387. .dda2_inc = 20800, .dda2_size = 27456,
  388. .dda3_inc = 0, .dda3_size = 0,
  389. .sc_reset = TV_SC_RESET_EVERY_4,
  390. .pal_burst = false,
  391. .composite_levels = &ntsc_m_levels_composite,
  392. .composite_color = &ntsc_m_csc_composite,
  393. .svideo_levels = &ntsc_m_levels_svideo,
  394. .svideo_color = &ntsc_m_csc_svideo,
  395. .filter_table = filter_table,
  396. },
  397. {
  398. .name = "NTSC-443",
  399. .clock = 108000,
  400. .refresh = 59940,
  401. .oversample = TV_OVERSAMPLE_8X,
  402. .component_only = 0,
  403. /* 525 Lines, 60 Fields, 15.734KHz line, Sub-Carrier 4.43MHz */
  404. .hsync_end = 64, .hblank_end = 124,
  405. .hblank_start = 836, .htotal = 857,
  406. .progressive = false, .trilevel_sync = false,
  407. .vsync_start_f1 = 6, .vsync_start_f2 = 7,
  408. .vsync_len = 6,
  409. .veq_ena = true, .veq_start_f1 = 0,
  410. .veq_start_f2 = 1, .veq_len = 18,
  411. .vi_end_f1 = 20, .vi_end_f2 = 21,
  412. .nbr_end = 240,
  413. .burst_ena = true,
  414. .hburst_start = 72, .hburst_len = 34,
  415. .vburst_start_f1 = 9, .vburst_end_f1 = 240,
  416. .vburst_start_f2 = 10, .vburst_end_f2 = 240,
  417. .vburst_start_f3 = 9, .vburst_end_f3 = 240,
  418. .vburst_start_f4 = 10, .vburst_end_f4 = 240,
  419. /* desired 4.4336180 actual 4.4336180 clock 107.52 */
  420. .dda1_inc = 168,
  421. .dda2_inc = 4093, .dda2_size = 27456,
  422. .dda3_inc = 310, .dda3_size = 525,
  423. .sc_reset = TV_SC_RESET_NEVER,
  424. .pal_burst = false,
  425. .composite_levels = &ntsc_m_levels_composite,
  426. .composite_color = &ntsc_m_csc_composite,
  427. .svideo_levels = &ntsc_m_levels_svideo,
  428. .svideo_color = &ntsc_m_csc_svideo,
  429. .filter_table = filter_table,
  430. },
  431. {
  432. .name = "NTSC-J",
  433. .clock = 108000,
  434. .refresh = 59940,
  435. .oversample = TV_OVERSAMPLE_8X,
  436. .component_only = 0,
  437. /* 525 Lines, 60 Fields, 15.734KHz line, Sub-Carrier 3.580MHz */
  438. .hsync_end = 64, .hblank_end = 124,
  439. .hblank_start = 836, .htotal = 857,
  440. .progressive = false, .trilevel_sync = false,
  441. .vsync_start_f1 = 6, .vsync_start_f2 = 7,
  442. .vsync_len = 6,
  443. .veq_ena = true, .veq_start_f1 = 0,
  444. .veq_start_f2 = 1, .veq_len = 18,
  445. .vi_end_f1 = 20, .vi_end_f2 = 21,
  446. .nbr_end = 240,
  447. .burst_ena = true,
  448. .hburst_start = 72, .hburst_len = 34,
  449. .vburst_start_f1 = 9, .vburst_end_f1 = 240,
  450. .vburst_start_f2 = 10, .vburst_end_f2 = 240,
  451. .vburst_start_f3 = 9, .vburst_end_f3 = 240,
  452. .vburst_start_f4 = 10, .vburst_end_f4 = 240,
  453. /* desired 3.5800000 actual 3.5800000 clock 107.52 */
  454. .dda1_inc = 135,
  455. .dda2_inc = 20800, .dda2_size = 27456,
  456. .dda3_inc = 0, .dda3_size = 0,
  457. .sc_reset = TV_SC_RESET_EVERY_4,
  458. .pal_burst = false,
  459. .composite_levels = &ntsc_j_levels_composite,
  460. .composite_color = &ntsc_j_csc_composite,
  461. .svideo_levels = &ntsc_j_levels_svideo,
  462. .svideo_color = &ntsc_j_csc_svideo,
  463. .filter_table = filter_table,
  464. },
  465. {
  466. .name = "PAL-M",
  467. .clock = 108000,
  468. .refresh = 59940,
  469. .oversample = TV_OVERSAMPLE_8X,
  470. .component_only = 0,
  471. /* 525 Lines, 60 Fields, 15.734KHz line, Sub-Carrier 3.580MHz */
  472. .hsync_end = 64, .hblank_end = 124,
  473. .hblank_start = 836, .htotal = 857,
  474. .progressive = false, .trilevel_sync = false,
  475. .vsync_start_f1 = 6, .vsync_start_f2 = 7,
  476. .vsync_len = 6,
  477. .veq_ena = true, .veq_start_f1 = 0,
  478. .veq_start_f2 = 1, .veq_len = 18,
  479. .vi_end_f1 = 20, .vi_end_f2 = 21,
  480. .nbr_end = 240,
  481. .burst_ena = true,
  482. .hburst_start = 72, .hburst_len = 34,
  483. .vburst_start_f1 = 9, .vburst_end_f1 = 240,
  484. .vburst_start_f2 = 10, .vburst_end_f2 = 240,
  485. .vburst_start_f3 = 9, .vburst_end_f3 = 240,
  486. .vburst_start_f4 = 10, .vburst_end_f4 = 240,
  487. /* desired 3.5800000 actual 3.5800000 clock 107.52 */
  488. .dda1_inc = 135,
  489. .dda2_inc = 16704, .dda2_size = 27456,
  490. .dda3_inc = 0, .dda3_size = 0,
  491. .sc_reset = TV_SC_RESET_EVERY_8,
  492. .pal_burst = true,
  493. .composite_levels = &pal_m_levels_composite,
  494. .composite_color = &pal_m_csc_composite,
  495. .svideo_levels = &pal_m_levels_svideo,
  496. .svideo_color = &pal_m_csc_svideo,
  497. .filter_table = filter_table,
  498. },
  499. {
  500. /* 625 Lines, 50 Fields, 15.625KHz line, Sub-Carrier 4.434MHz */
  501. .name = "PAL-N",
  502. .clock = 108000,
  503. .refresh = 50000,
  504. .oversample = TV_OVERSAMPLE_8X,
  505. .component_only = 0,
  506. .hsync_end = 64, .hblank_end = 128,
  507. .hblank_start = 844, .htotal = 863,
  508. .progressive = false, .trilevel_sync = false,
  509. .vsync_start_f1 = 6, .vsync_start_f2 = 7,
  510. .vsync_len = 6,
  511. .veq_ena = true, .veq_start_f1 = 0,
  512. .veq_start_f2 = 1, .veq_len = 18,
  513. .vi_end_f1 = 24, .vi_end_f2 = 25,
  514. .nbr_end = 286,
  515. .burst_ena = true,
  516. .hburst_start = 73, .hburst_len = 34,
  517. .vburst_start_f1 = 8, .vburst_end_f1 = 285,
  518. .vburst_start_f2 = 8, .vburst_end_f2 = 286,
  519. .vburst_start_f3 = 9, .vburst_end_f3 = 286,
  520. .vburst_start_f4 = 9, .vburst_end_f4 = 285,
  521. /* desired 4.4336180 actual 4.4336180 clock 107.52 */
  522. .dda1_inc = 135,
  523. .dda2_inc = 23578, .dda2_size = 27648,
  524. .dda3_inc = 134, .dda3_size = 625,
  525. .sc_reset = TV_SC_RESET_EVERY_8,
  526. .pal_burst = true,
  527. .composite_levels = &pal_n_levels_composite,
  528. .composite_color = &pal_n_csc_composite,
  529. .svideo_levels = &pal_n_levels_svideo,
  530. .svideo_color = &pal_n_csc_svideo,
  531. .filter_table = filter_table,
  532. },
  533. {
  534. /* 625 Lines, 50 Fields, 15.625KHz line, Sub-Carrier 4.434MHz */
  535. .name = "PAL",
  536. .clock = 108000,
  537. .refresh = 50000,
  538. .oversample = TV_OVERSAMPLE_8X,
  539. .component_only = 0,
  540. .hsync_end = 64, .hblank_end = 142,
  541. .hblank_start = 844, .htotal = 863,
  542. .progressive = false, .trilevel_sync = false,
  543. .vsync_start_f1 = 5, .vsync_start_f2 = 6,
  544. .vsync_len = 5,
  545. .veq_ena = true, .veq_start_f1 = 0,
  546. .veq_start_f2 = 1, .veq_len = 15,
  547. .vi_end_f1 = 24, .vi_end_f2 = 25,
  548. .nbr_end = 286,
  549. .burst_ena = true,
  550. .hburst_start = 73, .hburst_len = 32,
  551. .vburst_start_f1 = 8, .vburst_end_f1 = 285,
  552. .vburst_start_f2 = 8, .vburst_end_f2 = 286,
  553. .vburst_start_f3 = 9, .vburst_end_f3 = 286,
  554. .vburst_start_f4 = 9, .vburst_end_f4 = 285,
  555. /* desired 4.4336180 actual 4.4336180 clock 107.52 */
  556. .dda1_inc = 168,
  557. .dda2_inc = 4122, .dda2_size = 27648,
  558. .dda3_inc = 67, .dda3_size = 625,
  559. .sc_reset = TV_SC_RESET_EVERY_8,
  560. .pal_burst = true,
  561. .composite_levels = &pal_levels_composite,
  562. .composite_color = &pal_csc_composite,
  563. .svideo_levels = &pal_levels_svideo,
  564. .svideo_color = &pal_csc_svideo,
  565. .filter_table = filter_table,
  566. },
  567. {
  568. .name = "480p",
  569. .clock = 107520,
  570. .refresh = 59940,
  571. .oversample = TV_OVERSAMPLE_4X,
  572. .component_only = 1,
  573. .hsync_end = 64, .hblank_end = 122,
  574. .hblank_start = 842, .htotal = 857,
  575. .progressive = true, .trilevel_sync = false,
  576. .vsync_start_f1 = 12, .vsync_start_f2 = 12,
  577. .vsync_len = 12,
  578. .veq_ena = false,
  579. .vi_end_f1 = 44, .vi_end_f2 = 44,
  580. .nbr_end = 479,
  581. .burst_ena = false,
  582. .filter_table = filter_table,
  583. },
  584. {
  585. .name = "576p",
  586. .clock = 107520,
  587. .refresh = 50000,
  588. .oversample = TV_OVERSAMPLE_4X,
  589. .component_only = 1,
  590. .hsync_end = 64, .hblank_end = 139,
  591. .hblank_start = 859, .htotal = 863,
  592. .progressive = true, .trilevel_sync = false,
  593. .vsync_start_f1 = 10, .vsync_start_f2 = 10,
  594. .vsync_len = 10,
  595. .veq_ena = false,
  596. .vi_end_f1 = 48, .vi_end_f2 = 48,
  597. .nbr_end = 575,
  598. .burst_ena = false,
  599. .filter_table = filter_table,
  600. },
  601. {
  602. .name = "720p@60Hz",
  603. .clock = 148800,
  604. .refresh = 60000,
  605. .oversample = TV_OVERSAMPLE_2X,
  606. .component_only = 1,
  607. .hsync_end = 80, .hblank_end = 300,
  608. .hblank_start = 1580, .htotal = 1649,
  609. .progressive = true, .trilevel_sync = true,
  610. .vsync_start_f1 = 10, .vsync_start_f2 = 10,
  611. .vsync_len = 10,
  612. .veq_ena = false,
  613. .vi_end_f1 = 29, .vi_end_f2 = 29,
  614. .nbr_end = 719,
  615. .burst_ena = false,
  616. .filter_table = filter_table,
  617. },
  618. {
  619. .name = "720p@50Hz",
  620. .clock = 148800,
  621. .refresh = 50000,
  622. .oversample = TV_OVERSAMPLE_2X,
  623. .component_only = 1,
  624. .hsync_end = 80, .hblank_end = 300,
  625. .hblank_start = 1580, .htotal = 1979,
  626. .progressive = true, .trilevel_sync = true,
  627. .vsync_start_f1 = 10, .vsync_start_f2 = 10,
  628. .vsync_len = 10,
  629. .veq_ena = false,
  630. .vi_end_f1 = 29, .vi_end_f2 = 29,
  631. .nbr_end = 719,
  632. .burst_ena = false,
  633. .filter_table = filter_table,
  634. .max_srcw = 800
  635. },
  636. {
  637. .name = "1080i@50Hz",
  638. .clock = 148800,
  639. .refresh = 50000,
  640. .oversample = TV_OVERSAMPLE_2X,
  641. .component_only = 1,
  642. .hsync_end = 88, .hblank_end = 235,
  643. .hblank_start = 2155, .htotal = 2639,
  644. .progressive = false, .trilevel_sync = true,
  645. .vsync_start_f1 = 4, .vsync_start_f2 = 5,
  646. .vsync_len = 10,
  647. .veq_ena = true, .veq_start_f1 = 4,
  648. .veq_start_f2 = 4, .veq_len = 10,
  649. .vi_end_f1 = 21, .vi_end_f2 = 22,
  650. .nbr_end = 539,
  651. .burst_ena = false,
  652. .filter_table = filter_table,
  653. },
  654. {
  655. .name = "1080i@60Hz",
  656. .clock = 148800,
  657. .refresh = 60000,
  658. .oversample = TV_OVERSAMPLE_2X,
  659. .component_only = 1,
  660. .hsync_end = 88, .hblank_end = 235,
  661. .hblank_start = 2155, .htotal = 2199,
  662. .progressive = false, .trilevel_sync = true,
  663. .vsync_start_f1 = 4, .vsync_start_f2 = 5,
  664. .vsync_len = 10,
  665. .veq_ena = true, .veq_start_f1 = 4,
  666. .veq_start_f2 = 4, .veq_len = 10,
  667. .vi_end_f1 = 21, .vi_end_f2 = 22,
  668. .nbr_end = 539,
  669. .burst_ena = false,
  670. .filter_table = filter_table,
  671. },
  672. };
  673. static struct intel_tv *enc_to_tv(struct intel_encoder *encoder)
  674. {
  675. return container_of(encoder, struct intel_tv, base);
  676. }
  677. static struct intel_tv *intel_attached_tv(struct drm_connector *connector)
  678. {
  679. return enc_to_tv(intel_attached_encoder(connector));
  680. }
  681. static bool
  682. intel_tv_get_hw_state(struct intel_encoder *encoder, enum pipe *pipe)
  683. {
  684. struct drm_device *dev = encoder->base.dev;
  685. struct drm_i915_private *dev_priv = to_i915(dev);
  686. u32 tmp = I915_READ(TV_CTL);
  687. if (!(tmp & TV_ENC_ENABLE))
  688. return false;
  689. *pipe = PORT_TO_PIPE(tmp);
  690. return true;
  691. }
  692. static void
  693. intel_enable_tv(struct intel_encoder *encoder,
  694. struct intel_crtc_state *pipe_config,
  695. struct drm_connector_state *conn_state)
  696. {
  697. struct drm_device *dev = encoder->base.dev;
  698. struct drm_i915_private *dev_priv = to_i915(dev);
  699. /* Prevents vblank waits from timing out in intel_tv_detect_type() */
  700. intel_wait_for_vblank(encoder->base.dev,
  701. to_intel_crtc(encoder->base.crtc)->pipe);
  702. I915_WRITE(TV_CTL, I915_READ(TV_CTL) | TV_ENC_ENABLE);
  703. }
  704. static void
  705. intel_disable_tv(struct intel_encoder *encoder,
  706. struct intel_crtc_state *old_crtc_state,
  707. struct drm_connector_state *old_conn_state)
  708. {
  709. struct drm_device *dev = encoder->base.dev;
  710. struct drm_i915_private *dev_priv = to_i915(dev);
  711. I915_WRITE(TV_CTL, I915_READ(TV_CTL) & ~TV_ENC_ENABLE);
  712. }
  713. static const struct tv_mode *
  714. intel_tv_mode_lookup(const char *tv_format)
  715. {
  716. int i;
  717. for (i = 0; i < ARRAY_SIZE(tv_modes); i++) {
  718. const struct tv_mode *tv_mode = &tv_modes[i];
  719. if (!strcmp(tv_format, tv_mode->name))
  720. return tv_mode;
  721. }
  722. return NULL;
  723. }
  724. static const struct tv_mode *
  725. intel_tv_mode_find(struct intel_tv *intel_tv)
  726. {
  727. return intel_tv_mode_lookup(intel_tv->tv_format);
  728. }
  729. static enum drm_mode_status
  730. intel_tv_mode_valid(struct drm_connector *connector,
  731. struct drm_display_mode *mode)
  732. {
  733. struct intel_tv *intel_tv = intel_attached_tv(connector);
  734. const struct tv_mode *tv_mode = intel_tv_mode_find(intel_tv);
  735. int max_dotclk = to_i915(connector->dev)->max_dotclk_freq;
  736. if (mode->clock > max_dotclk)
  737. return MODE_CLOCK_HIGH;
  738. /* Ensure TV refresh is close to desired refresh */
  739. if (tv_mode && abs(tv_mode->refresh - drm_mode_vrefresh(mode) * 1000)
  740. < 1000)
  741. return MODE_OK;
  742. return MODE_CLOCK_RANGE;
  743. }
  744. static void
  745. intel_tv_get_config(struct intel_encoder *encoder,
  746. struct intel_crtc_state *pipe_config)
  747. {
  748. pipe_config->base.adjusted_mode.crtc_clock = pipe_config->port_clock;
  749. }
  750. static bool
  751. intel_tv_compute_config(struct intel_encoder *encoder,
  752. struct intel_crtc_state *pipe_config,
  753. struct drm_connector_state *conn_state)
  754. {
  755. struct intel_tv *intel_tv = enc_to_tv(encoder);
  756. const struct tv_mode *tv_mode = intel_tv_mode_find(intel_tv);
  757. if (!tv_mode)
  758. return false;
  759. pipe_config->base.adjusted_mode.crtc_clock = tv_mode->clock;
  760. DRM_DEBUG_KMS("forcing bpc to 8 for TV\n");
  761. pipe_config->pipe_bpp = 8*3;
  762. /* TV has it's own notion of sync and other mode flags, so clear them. */
  763. pipe_config->base.adjusted_mode.flags = 0;
  764. /*
  765. * FIXME: We don't check whether the input mode is actually what we want
  766. * or whether userspace is doing something stupid.
  767. */
  768. return true;
  769. }
  770. static void
  771. set_tv_mode_timings(struct drm_i915_private *dev_priv,
  772. const struct tv_mode *tv_mode,
  773. bool burst_ena)
  774. {
  775. u32 hctl1, hctl2, hctl3;
  776. u32 vctl1, vctl2, vctl3, vctl4, vctl5, vctl6, vctl7;
  777. hctl1 = (tv_mode->hsync_end << TV_HSYNC_END_SHIFT) |
  778. (tv_mode->htotal << TV_HTOTAL_SHIFT);
  779. hctl2 = (tv_mode->hburst_start << 16) |
  780. (tv_mode->hburst_len << TV_HBURST_LEN_SHIFT);
  781. if (burst_ena)
  782. hctl2 |= TV_BURST_ENA;
  783. hctl3 = (tv_mode->hblank_start << TV_HBLANK_START_SHIFT) |
  784. (tv_mode->hblank_end << TV_HBLANK_END_SHIFT);
  785. vctl1 = (tv_mode->nbr_end << TV_NBR_END_SHIFT) |
  786. (tv_mode->vi_end_f1 << TV_VI_END_F1_SHIFT) |
  787. (tv_mode->vi_end_f2 << TV_VI_END_F2_SHIFT);
  788. vctl2 = (tv_mode->vsync_len << TV_VSYNC_LEN_SHIFT) |
  789. (tv_mode->vsync_start_f1 << TV_VSYNC_START_F1_SHIFT) |
  790. (tv_mode->vsync_start_f2 << TV_VSYNC_START_F2_SHIFT);
  791. vctl3 = (tv_mode->veq_len << TV_VEQ_LEN_SHIFT) |
  792. (tv_mode->veq_start_f1 << TV_VEQ_START_F1_SHIFT) |
  793. (tv_mode->veq_start_f2 << TV_VEQ_START_F2_SHIFT);
  794. if (tv_mode->veq_ena)
  795. vctl3 |= TV_EQUAL_ENA;
  796. vctl4 = (tv_mode->vburst_start_f1 << TV_VBURST_START_F1_SHIFT) |
  797. (tv_mode->vburst_end_f1 << TV_VBURST_END_F1_SHIFT);
  798. vctl5 = (tv_mode->vburst_start_f2 << TV_VBURST_START_F2_SHIFT) |
  799. (tv_mode->vburst_end_f2 << TV_VBURST_END_F2_SHIFT);
  800. vctl6 = (tv_mode->vburst_start_f3 << TV_VBURST_START_F3_SHIFT) |
  801. (tv_mode->vburst_end_f3 << TV_VBURST_END_F3_SHIFT);
  802. vctl7 = (tv_mode->vburst_start_f4 << TV_VBURST_START_F4_SHIFT) |
  803. (tv_mode->vburst_end_f4 << TV_VBURST_END_F4_SHIFT);
  804. I915_WRITE(TV_H_CTL_1, hctl1);
  805. I915_WRITE(TV_H_CTL_2, hctl2);
  806. I915_WRITE(TV_H_CTL_3, hctl3);
  807. I915_WRITE(TV_V_CTL_1, vctl1);
  808. I915_WRITE(TV_V_CTL_2, vctl2);
  809. I915_WRITE(TV_V_CTL_3, vctl3);
  810. I915_WRITE(TV_V_CTL_4, vctl4);
  811. I915_WRITE(TV_V_CTL_5, vctl5);
  812. I915_WRITE(TV_V_CTL_6, vctl6);
  813. I915_WRITE(TV_V_CTL_7, vctl7);
  814. }
  815. static void set_color_conversion(struct drm_i915_private *dev_priv,
  816. const struct color_conversion *color_conversion)
  817. {
  818. if (!color_conversion)
  819. return;
  820. I915_WRITE(TV_CSC_Y, (color_conversion->ry << 16) |
  821. color_conversion->gy);
  822. I915_WRITE(TV_CSC_Y2, (color_conversion->by << 16) |
  823. color_conversion->ay);
  824. I915_WRITE(TV_CSC_U, (color_conversion->ru << 16) |
  825. color_conversion->gu);
  826. I915_WRITE(TV_CSC_U2, (color_conversion->bu << 16) |
  827. color_conversion->au);
  828. I915_WRITE(TV_CSC_V, (color_conversion->rv << 16) |
  829. color_conversion->gv);
  830. I915_WRITE(TV_CSC_V2, (color_conversion->bv << 16) |
  831. color_conversion->av);
  832. }
  833. static void intel_tv_pre_enable(struct intel_encoder *encoder,
  834. struct intel_crtc_state *pipe_config,
  835. struct drm_connector_state *conn_state)
  836. {
  837. struct drm_device *dev = encoder->base.dev;
  838. struct drm_i915_private *dev_priv = to_i915(dev);
  839. struct intel_crtc *intel_crtc = to_intel_crtc(encoder->base.crtc);
  840. struct intel_tv *intel_tv = enc_to_tv(encoder);
  841. const struct tv_mode *tv_mode = intel_tv_mode_find(intel_tv);
  842. u32 tv_ctl;
  843. u32 scctl1, scctl2, scctl3;
  844. int i, j;
  845. const struct video_levels *video_levels;
  846. const struct color_conversion *color_conversion;
  847. bool burst_ena;
  848. int xpos = 0x0, ypos = 0x0;
  849. unsigned int xsize, ysize;
  850. if (!tv_mode)
  851. return; /* can't happen (mode_prepare prevents this) */
  852. tv_ctl = I915_READ(TV_CTL);
  853. tv_ctl &= TV_CTL_SAVE;
  854. switch (intel_tv->type) {
  855. default:
  856. case DRM_MODE_CONNECTOR_Unknown:
  857. case DRM_MODE_CONNECTOR_Composite:
  858. tv_ctl |= TV_ENC_OUTPUT_COMPOSITE;
  859. video_levels = tv_mode->composite_levels;
  860. color_conversion = tv_mode->composite_color;
  861. burst_ena = tv_mode->burst_ena;
  862. break;
  863. case DRM_MODE_CONNECTOR_Component:
  864. tv_ctl |= TV_ENC_OUTPUT_COMPONENT;
  865. video_levels = &component_levels;
  866. if (tv_mode->burst_ena)
  867. color_conversion = &sdtv_csc_yprpb;
  868. else
  869. color_conversion = &hdtv_csc_yprpb;
  870. burst_ena = false;
  871. break;
  872. case DRM_MODE_CONNECTOR_SVIDEO:
  873. tv_ctl |= TV_ENC_OUTPUT_SVIDEO;
  874. video_levels = tv_mode->svideo_levels;
  875. color_conversion = tv_mode->svideo_color;
  876. burst_ena = tv_mode->burst_ena;
  877. break;
  878. }
  879. if (intel_crtc->pipe == 1)
  880. tv_ctl |= TV_ENC_PIPEB_SELECT;
  881. tv_ctl |= tv_mode->oversample;
  882. if (tv_mode->progressive)
  883. tv_ctl |= TV_PROGRESSIVE;
  884. if (tv_mode->trilevel_sync)
  885. tv_ctl |= TV_TRILEVEL_SYNC;
  886. if (tv_mode->pal_burst)
  887. tv_ctl |= TV_PAL_BURST;
  888. scctl1 = 0;
  889. if (tv_mode->dda1_inc)
  890. scctl1 |= TV_SC_DDA1_EN;
  891. if (tv_mode->dda2_inc)
  892. scctl1 |= TV_SC_DDA2_EN;
  893. if (tv_mode->dda3_inc)
  894. scctl1 |= TV_SC_DDA3_EN;
  895. scctl1 |= tv_mode->sc_reset;
  896. if (video_levels)
  897. scctl1 |= video_levels->burst << TV_BURST_LEVEL_SHIFT;
  898. scctl1 |= tv_mode->dda1_inc << TV_SCDDA1_INC_SHIFT;
  899. scctl2 = tv_mode->dda2_size << TV_SCDDA2_SIZE_SHIFT |
  900. tv_mode->dda2_inc << TV_SCDDA2_INC_SHIFT;
  901. scctl3 = tv_mode->dda3_size << TV_SCDDA3_SIZE_SHIFT |
  902. tv_mode->dda3_inc << TV_SCDDA3_INC_SHIFT;
  903. /* Enable two fixes for the chips that need them. */
  904. if (IS_I915GM(dev))
  905. tv_ctl |= TV_ENC_C0_FIX | TV_ENC_SDP_FIX;
  906. set_tv_mode_timings(dev_priv, tv_mode, burst_ena);
  907. I915_WRITE(TV_SC_CTL_1, scctl1);
  908. I915_WRITE(TV_SC_CTL_2, scctl2);
  909. I915_WRITE(TV_SC_CTL_3, scctl3);
  910. set_color_conversion(dev_priv, color_conversion);
  911. if (INTEL_INFO(dev)->gen >= 4)
  912. I915_WRITE(TV_CLR_KNOBS, 0x00404000);
  913. else
  914. I915_WRITE(TV_CLR_KNOBS, 0x00606000);
  915. if (video_levels)
  916. I915_WRITE(TV_CLR_LEVEL,
  917. ((video_levels->black << TV_BLACK_LEVEL_SHIFT) |
  918. (video_levels->blank << TV_BLANK_LEVEL_SHIFT)));
  919. assert_pipe_disabled(dev_priv, intel_crtc->pipe);
  920. /* Filter ctl must be set before TV_WIN_SIZE */
  921. I915_WRITE(TV_FILTER_CTL_1, TV_AUTO_SCALE);
  922. xsize = tv_mode->hblank_start - tv_mode->hblank_end;
  923. if (tv_mode->progressive)
  924. ysize = tv_mode->nbr_end + 1;
  925. else
  926. ysize = 2*tv_mode->nbr_end + 1;
  927. xpos += intel_tv->margin[TV_MARGIN_LEFT];
  928. ypos += intel_tv->margin[TV_MARGIN_TOP];
  929. xsize -= (intel_tv->margin[TV_MARGIN_LEFT] +
  930. intel_tv->margin[TV_MARGIN_RIGHT]);
  931. ysize -= (intel_tv->margin[TV_MARGIN_TOP] +
  932. intel_tv->margin[TV_MARGIN_BOTTOM]);
  933. I915_WRITE(TV_WIN_POS, (xpos<<16)|ypos);
  934. I915_WRITE(TV_WIN_SIZE, (xsize<<16)|ysize);
  935. j = 0;
  936. for (i = 0; i < 60; i++)
  937. I915_WRITE(TV_H_LUMA(i), tv_mode->filter_table[j++]);
  938. for (i = 0; i < 60; i++)
  939. I915_WRITE(TV_H_CHROMA(i), tv_mode->filter_table[j++]);
  940. for (i = 0; i < 43; i++)
  941. I915_WRITE(TV_V_LUMA(i), tv_mode->filter_table[j++]);
  942. for (i = 0; i < 43; i++)
  943. I915_WRITE(TV_V_CHROMA(i), tv_mode->filter_table[j++]);
  944. I915_WRITE(TV_DAC, I915_READ(TV_DAC) & TV_DAC_SAVE);
  945. I915_WRITE(TV_CTL, tv_ctl);
  946. }
  947. static const struct drm_display_mode reported_modes[] = {
  948. {
  949. .name = "NTSC 480i",
  950. .clock = 107520,
  951. .hdisplay = 1280,
  952. .hsync_start = 1368,
  953. .hsync_end = 1496,
  954. .htotal = 1712,
  955. .vdisplay = 1024,
  956. .vsync_start = 1027,
  957. .vsync_end = 1034,
  958. .vtotal = 1104,
  959. .type = DRM_MODE_TYPE_DRIVER,
  960. },
  961. };
  962. /**
  963. * Detects TV presence by checking for load.
  964. *
  965. * Requires that the current pipe's DPLL is active.
  966. * \return true if TV is connected.
  967. * \return false if TV is disconnected.
  968. */
  969. static int
  970. intel_tv_detect_type(struct intel_tv *intel_tv,
  971. struct drm_connector *connector)
  972. {
  973. struct drm_crtc *crtc = connector->state->crtc;
  974. struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
  975. struct drm_device *dev = connector->dev;
  976. struct drm_i915_private *dev_priv = to_i915(dev);
  977. u32 tv_ctl, save_tv_ctl;
  978. u32 tv_dac, save_tv_dac;
  979. int type;
  980. /* Disable TV interrupts around load detect or we'll recurse */
  981. if (connector->polled & DRM_CONNECTOR_POLL_HPD) {
  982. spin_lock_irq(&dev_priv->irq_lock);
  983. i915_disable_pipestat(dev_priv, 0,
  984. PIPE_HOTPLUG_INTERRUPT_STATUS |
  985. PIPE_HOTPLUG_TV_INTERRUPT_STATUS);
  986. spin_unlock_irq(&dev_priv->irq_lock);
  987. }
  988. save_tv_dac = tv_dac = I915_READ(TV_DAC);
  989. save_tv_ctl = tv_ctl = I915_READ(TV_CTL);
  990. /* Poll for TV detection */
  991. tv_ctl &= ~(TV_ENC_ENABLE | TV_TEST_MODE_MASK);
  992. tv_ctl |= TV_TEST_MODE_MONITOR_DETECT;
  993. if (intel_crtc->pipe == 1)
  994. tv_ctl |= TV_ENC_PIPEB_SELECT;
  995. else
  996. tv_ctl &= ~TV_ENC_PIPEB_SELECT;
  997. tv_dac &= ~(TVDAC_SENSE_MASK | DAC_A_MASK | DAC_B_MASK | DAC_C_MASK);
  998. tv_dac |= (TVDAC_STATE_CHG_EN |
  999. TVDAC_A_SENSE_CTL |
  1000. TVDAC_B_SENSE_CTL |
  1001. TVDAC_C_SENSE_CTL |
  1002. DAC_CTL_OVERRIDE |
  1003. DAC_A_0_7_V |
  1004. DAC_B_0_7_V |
  1005. DAC_C_0_7_V);
  1006. /*
  1007. * The TV sense state should be cleared to zero on cantiga platform. Otherwise
  1008. * the TV is misdetected. This is hardware requirement.
  1009. */
  1010. if (IS_GM45(dev))
  1011. tv_dac &= ~(TVDAC_STATE_CHG_EN | TVDAC_A_SENSE_CTL |
  1012. TVDAC_B_SENSE_CTL | TVDAC_C_SENSE_CTL);
  1013. I915_WRITE(TV_CTL, tv_ctl);
  1014. I915_WRITE(TV_DAC, tv_dac);
  1015. POSTING_READ(TV_DAC);
  1016. intel_wait_for_vblank(dev, intel_crtc->pipe);
  1017. type = -1;
  1018. tv_dac = I915_READ(TV_DAC);
  1019. DRM_DEBUG_KMS("TV detected: %x, %x\n", tv_ctl, tv_dac);
  1020. /*
  1021. * A B C
  1022. * 0 1 1 Composite
  1023. * 1 0 X svideo
  1024. * 0 0 0 Component
  1025. */
  1026. if ((tv_dac & TVDAC_SENSE_MASK) == (TVDAC_B_SENSE | TVDAC_C_SENSE)) {
  1027. DRM_DEBUG_KMS("Detected Composite TV connection\n");
  1028. type = DRM_MODE_CONNECTOR_Composite;
  1029. } else if ((tv_dac & (TVDAC_A_SENSE|TVDAC_B_SENSE)) == TVDAC_A_SENSE) {
  1030. DRM_DEBUG_KMS("Detected S-Video TV connection\n");
  1031. type = DRM_MODE_CONNECTOR_SVIDEO;
  1032. } else if ((tv_dac & TVDAC_SENSE_MASK) == 0) {
  1033. DRM_DEBUG_KMS("Detected Component TV connection\n");
  1034. type = DRM_MODE_CONNECTOR_Component;
  1035. } else {
  1036. DRM_DEBUG_KMS("Unrecognised TV connection\n");
  1037. type = -1;
  1038. }
  1039. I915_WRITE(TV_DAC, save_tv_dac & ~TVDAC_STATE_CHG_EN);
  1040. I915_WRITE(TV_CTL, save_tv_ctl);
  1041. POSTING_READ(TV_CTL);
  1042. /* For unknown reasons the hw barfs if we don't do this vblank wait. */
  1043. intel_wait_for_vblank(dev, intel_crtc->pipe);
  1044. /* Restore interrupt config */
  1045. if (connector->polled & DRM_CONNECTOR_POLL_HPD) {
  1046. spin_lock_irq(&dev_priv->irq_lock);
  1047. i915_enable_pipestat(dev_priv, 0,
  1048. PIPE_HOTPLUG_INTERRUPT_STATUS |
  1049. PIPE_HOTPLUG_TV_INTERRUPT_STATUS);
  1050. spin_unlock_irq(&dev_priv->irq_lock);
  1051. }
  1052. return type;
  1053. }
  1054. /*
  1055. * Here we set accurate tv format according to connector type
  1056. * i.e Component TV should not be assigned by NTSC or PAL
  1057. */
  1058. static void intel_tv_find_better_format(struct drm_connector *connector)
  1059. {
  1060. struct intel_tv *intel_tv = intel_attached_tv(connector);
  1061. const struct tv_mode *tv_mode = intel_tv_mode_find(intel_tv);
  1062. int i;
  1063. if ((intel_tv->type == DRM_MODE_CONNECTOR_Component) ==
  1064. tv_mode->component_only)
  1065. return;
  1066. for (i = 0; i < ARRAY_SIZE(tv_modes); i++) {
  1067. tv_mode = tv_modes + i;
  1068. if ((intel_tv->type == DRM_MODE_CONNECTOR_Component) ==
  1069. tv_mode->component_only)
  1070. break;
  1071. }
  1072. intel_tv->tv_format = tv_mode->name;
  1073. drm_object_property_set_value(&connector->base,
  1074. connector->dev->mode_config.tv_mode_property, i);
  1075. }
  1076. /**
  1077. * Detect the TV connection.
  1078. *
  1079. * Currently this always returns CONNECTOR_STATUS_UNKNOWN, as we need to be sure
  1080. * we have a pipe programmed in order to probe the TV.
  1081. */
  1082. static enum drm_connector_status
  1083. intel_tv_detect(struct drm_connector *connector, bool force)
  1084. {
  1085. struct drm_display_mode mode;
  1086. struct intel_tv *intel_tv = intel_attached_tv(connector);
  1087. enum drm_connector_status status;
  1088. int type;
  1089. DRM_DEBUG_KMS("[CONNECTOR:%d:%s] force=%d\n",
  1090. connector->base.id, connector->name,
  1091. force);
  1092. mode = reported_modes[0];
  1093. if (force) {
  1094. struct intel_load_detect_pipe tmp;
  1095. struct drm_modeset_acquire_ctx ctx;
  1096. drm_modeset_acquire_init(&ctx, 0);
  1097. if (intel_get_load_detect_pipe(connector, &mode, &tmp, &ctx)) {
  1098. type = intel_tv_detect_type(intel_tv, connector);
  1099. intel_release_load_detect_pipe(connector, &tmp, &ctx);
  1100. status = type < 0 ?
  1101. connector_status_disconnected :
  1102. connector_status_connected;
  1103. } else
  1104. status = connector_status_unknown;
  1105. drm_modeset_drop_locks(&ctx);
  1106. drm_modeset_acquire_fini(&ctx);
  1107. } else
  1108. return connector->status;
  1109. if (status != connector_status_connected)
  1110. return status;
  1111. intel_tv->type = type;
  1112. intel_tv_find_better_format(connector);
  1113. return connector_status_connected;
  1114. }
  1115. static const struct input_res {
  1116. const char *name;
  1117. int w, h;
  1118. } input_res_table[] = {
  1119. {"640x480", 640, 480},
  1120. {"800x600", 800, 600},
  1121. {"1024x768", 1024, 768},
  1122. {"1280x1024", 1280, 1024},
  1123. {"848x480", 848, 480},
  1124. {"1280x720", 1280, 720},
  1125. {"1920x1080", 1920, 1080},
  1126. };
  1127. /*
  1128. * Chose preferred mode according to line number of TV format
  1129. */
  1130. static void
  1131. intel_tv_chose_preferred_modes(struct drm_connector *connector,
  1132. struct drm_display_mode *mode_ptr)
  1133. {
  1134. struct intel_tv *intel_tv = intel_attached_tv(connector);
  1135. const struct tv_mode *tv_mode = intel_tv_mode_find(intel_tv);
  1136. if (tv_mode->nbr_end < 480 && mode_ptr->vdisplay == 480)
  1137. mode_ptr->type |= DRM_MODE_TYPE_PREFERRED;
  1138. else if (tv_mode->nbr_end > 480) {
  1139. if (tv_mode->progressive == true && tv_mode->nbr_end < 720) {
  1140. if (mode_ptr->vdisplay == 720)
  1141. mode_ptr->type |= DRM_MODE_TYPE_PREFERRED;
  1142. } else if (mode_ptr->vdisplay == 1080)
  1143. mode_ptr->type |= DRM_MODE_TYPE_PREFERRED;
  1144. }
  1145. }
  1146. /**
  1147. * Stub get_modes function.
  1148. *
  1149. * This should probably return a set of fixed modes, unless we can figure out
  1150. * how to probe modes off of TV connections.
  1151. */
  1152. static int
  1153. intel_tv_get_modes(struct drm_connector *connector)
  1154. {
  1155. struct drm_display_mode *mode_ptr;
  1156. struct intel_tv *intel_tv = intel_attached_tv(connector);
  1157. const struct tv_mode *tv_mode = intel_tv_mode_find(intel_tv);
  1158. int j, count = 0;
  1159. u64 tmp;
  1160. for (j = 0; j < ARRAY_SIZE(input_res_table);
  1161. j++) {
  1162. const struct input_res *input = &input_res_table[j];
  1163. unsigned int hactive_s = input->w;
  1164. unsigned int vactive_s = input->h;
  1165. if (tv_mode->max_srcw && input->w > tv_mode->max_srcw)
  1166. continue;
  1167. if (input->w > 1024 && (!tv_mode->progressive
  1168. && !tv_mode->component_only))
  1169. continue;
  1170. mode_ptr = drm_mode_create(connector->dev);
  1171. if (!mode_ptr)
  1172. continue;
  1173. strncpy(mode_ptr->name, input->name, DRM_DISPLAY_MODE_LEN);
  1174. mode_ptr->name[DRM_DISPLAY_MODE_LEN - 1] = '\0';
  1175. mode_ptr->hdisplay = hactive_s;
  1176. mode_ptr->hsync_start = hactive_s + 1;
  1177. mode_ptr->hsync_end = hactive_s + 64;
  1178. if (mode_ptr->hsync_end <= mode_ptr->hsync_start)
  1179. mode_ptr->hsync_end = mode_ptr->hsync_start + 1;
  1180. mode_ptr->htotal = hactive_s + 96;
  1181. mode_ptr->vdisplay = vactive_s;
  1182. mode_ptr->vsync_start = vactive_s + 1;
  1183. mode_ptr->vsync_end = vactive_s + 32;
  1184. if (mode_ptr->vsync_end <= mode_ptr->vsync_start)
  1185. mode_ptr->vsync_end = mode_ptr->vsync_start + 1;
  1186. mode_ptr->vtotal = vactive_s + 33;
  1187. tmp = (u64) tv_mode->refresh * mode_ptr->vtotal;
  1188. tmp *= mode_ptr->htotal;
  1189. tmp = div_u64(tmp, 1000000);
  1190. mode_ptr->clock = (int) tmp;
  1191. mode_ptr->type = DRM_MODE_TYPE_DRIVER;
  1192. intel_tv_chose_preferred_modes(connector, mode_ptr);
  1193. drm_mode_probed_add(connector, mode_ptr);
  1194. count++;
  1195. }
  1196. return count;
  1197. }
  1198. static void
  1199. intel_tv_destroy(struct drm_connector *connector)
  1200. {
  1201. drm_connector_cleanup(connector);
  1202. kfree(connector);
  1203. }
  1204. static int
  1205. intel_tv_set_property(struct drm_connector *connector, struct drm_property *property,
  1206. uint64_t val)
  1207. {
  1208. struct drm_device *dev = connector->dev;
  1209. struct intel_tv *intel_tv = intel_attached_tv(connector);
  1210. struct drm_crtc *crtc = intel_tv->base.base.crtc;
  1211. int ret = 0;
  1212. bool changed = false;
  1213. ret = drm_object_property_set_value(&connector->base, property, val);
  1214. if (ret < 0)
  1215. goto out;
  1216. if (property == dev->mode_config.tv_left_margin_property &&
  1217. intel_tv->margin[TV_MARGIN_LEFT] != val) {
  1218. intel_tv->margin[TV_MARGIN_LEFT] = val;
  1219. changed = true;
  1220. } else if (property == dev->mode_config.tv_right_margin_property &&
  1221. intel_tv->margin[TV_MARGIN_RIGHT] != val) {
  1222. intel_tv->margin[TV_MARGIN_RIGHT] = val;
  1223. changed = true;
  1224. } else if (property == dev->mode_config.tv_top_margin_property &&
  1225. intel_tv->margin[TV_MARGIN_TOP] != val) {
  1226. intel_tv->margin[TV_MARGIN_TOP] = val;
  1227. changed = true;
  1228. } else if (property == dev->mode_config.tv_bottom_margin_property &&
  1229. intel_tv->margin[TV_MARGIN_BOTTOM] != val) {
  1230. intel_tv->margin[TV_MARGIN_BOTTOM] = val;
  1231. changed = true;
  1232. } else if (property == dev->mode_config.tv_mode_property) {
  1233. if (val >= ARRAY_SIZE(tv_modes)) {
  1234. ret = -EINVAL;
  1235. goto out;
  1236. }
  1237. if (!strcmp(intel_tv->tv_format, tv_modes[val].name))
  1238. goto out;
  1239. intel_tv->tv_format = tv_modes[val].name;
  1240. changed = true;
  1241. } else {
  1242. ret = -EINVAL;
  1243. goto out;
  1244. }
  1245. if (changed && crtc)
  1246. intel_crtc_restore_mode(crtc);
  1247. out:
  1248. return ret;
  1249. }
  1250. static const struct drm_connector_funcs intel_tv_connector_funcs = {
  1251. .dpms = drm_atomic_helper_connector_dpms,
  1252. .detect = intel_tv_detect,
  1253. .late_register = intel_connector_register,
  1254. .early_unregister = intel_connector_unregister,
  1255. .destroy = intel_tv_destroy,
  1256. .set_property = intel_tv_set_property,
  1257. .atomic_get_property = intel_connector_atomic_get_property,
  1258. .fill_modes = drm_helper_probe_single_connector_modes,
  1259. .atomic_destroy_state = drm_atomic_helper_connector_destroy_state,
  1260. .atomic_duplicate_state = drm_atomic_helper_connector_duplicate_state,
  1261. };
  1262. static const struct drm_connector_helper_funcs intel_tv_connector_helper_funcs = {
  1263. .mode_valid = intel_tv_mode_valid,
  1264. .get_modes = intel_tv_get_modes,
  1265. };
  1266. static const struct drm_encoder_funcs intel_tv_enc_funcs = {
  1267. .destroy = intel_encoder_destroy,
  1268. };
  1269. void
  1270. intel_tv_init(struct drm_device *dev)
  1271. {
  1272. struct drm_i915_private *dev_priv = to_i915(dev);
  1273. struct drm_connector *connector;
  1274. struct intel_tv *intel_tv;
  1275. struct intel_encoder *intel_encoder;
  1276. struct intel_connector *intel_connector;
  1277. u32 tv_dac_on, tv_dac_off, save_tv_dac;
  1278. const char *tv_format_names[ARRAY_SIZE(tv_modes)];
  1279. int i, initial_mode = 0;
  1280. if ((I915_READ(TV_CTL) & TV_FUSE_STATE_MASK) == TV_FUSE_STATE_DISABLED)
  1281. return;
  1282. if (!intel_bios_is_tv_present(dev_priv)) {
  1283. DRM_DEBUG_KMS("Integrated TV is not present.\n");
  1284. return;
  1285. }
  1286. /*
  1287. * Sanity check the TV output by checking to see if the
  1288. * DAC register holds a value
  1289. */
  1290. save_tv_dac = I915_READ(TV_DAC);
  1291. I915_WRITE(TV_DAC, save_tv_dac | TVDAC_STATE_CHG_EN);
  1292. tv_dac_on = I915_READ(TV_DAC);
  1293. I915_WRITE(TV_DAC, save_tv_dac & ~TVDAC_STATE_CHG_EN);
  1294. tv_dac_off = I915_READ(TV_DAC);
  1295. I915_WRITE(TV_DAC, save_tv_dac);
  1296. /*
  1297. * If the register does not hold the state change enable
  1298. * bit, (either as a 0 or a 1), assume it doesn't really
  1299. * exist
  1300. */
  1301. if ((tv_dac_on & TVDAC_STATE_CHG_EN) == 0 ||
  1302. (tv_dac_off & TVDAC_STATE_CHG_EN) != 0)
  1303. return;
  1304. intel_tv = kzalloc(sizeof(*intel_tv), GFP_KERNEL);
  1305. if (!intel_tv) {
  1306. return;
  1307. }
  1308. intel_connector = intel_connector_alloc();
  1309. if (!intel_connector) {
  1310. kfree(intel_tv);
  1311. return;
  1312. }
  1313. intel_encoder = &intel_tv->base;
  1314. connector = &intel_connector->base;
  1315. /* The documentation, for the older chipsets at least, recommend
  1316. * using a polling method rather than hotplug detection for TVs.
  1317. * This is because in order to perform the hotplug detection, the PLLs
  1318. * for the TV must be kept alive increasing power drain and starving
  1319. * bandwidth from other encoders. Notably for instance, it causes
  1320. * pipe underruns on Crestline when this encoder is supposedly idle.
  1321. *
  1322. * More recent chipsets favour HDMI rather than integrated S-Video.
  1323. */
  1324. intel_connector->polled = DRM_CONNECTOR_POLL_CONNECT;
  1325. drm_connector_init(dev, connector, &intel_tv_connector_funcs,
  1326. DRM_MODE_CONNECTOR_SVIDEO);
  1327. drm_encoder_init(dev, &intel_encoder->base, &intel_tv_enc_funcs,
  1328. DRM_MODE_ENCODER_TVDAC, "TV");
  1329. intel_encoder->compute_config = intel_tv_compute_config;
  1330. intel_encoder->get_config = intel_tv_get_config;
  1331. intel_encoder->pre_enable = intel_tv_pre_enable;
  1332. intel_encoder->enable = intel_enable_tv;
  1333. intel_encoder->disable = intel_disable_tv;
  1334. intel_encoder->get_hw_state = intel_tv_get_hw_state;
  1335. intel_connector->get_hw_state = intel_connector_get_hw_state;
  1336. intel_connector_attach_encoder(intel_connector, intel_encoder);
  1337. intel_encoder->type = INTEL_OUTPUT_TVOUT;
  1338. intel_encoder->crtc_mask = (1 << 0) | (1 << 1);
  1339. intel_encoder->cloneable = 0;
  1340. intel_encoder->base.possible_crtcs = ((1 << 0) | (1 << 1));
  1341. intel_tv->type = DRM_MODE_CONNECTOR_Unknown;
  1342. /* BIOS margin values */
  1343. intel_tv->margin[TV_MARGIN_LEFT] = 54;
  1344. intel_tv->margin[TV_MARGIN_TOP] = 36;
  1345. intel_tv->margin[TV_MARGIN_RIGHT] = 46;
  1346. intel_tv->margin[TV_MARGIN_BOTTOM] = 37;
  1347. intel_tv->tv_format = tv_modes[initial_mode].name;
  1348. drm_connector_helper_add(connector, &intel_tv_connector_helper_funcs);
  1349. connector->interlace_allowed = false;
  1350. connector->doublescan_allowed = false;
  1351. /* Create TV properties then attach current values */
  1352. for (i = 0; i < ARRAY_SIZE(tv_modes); i++)
  1353. tv_format_names[i] = tv_modes[i].name;
  1354. drm_mode_create_tv_properties(dev,
  1355. ARRAY_SIZE(tv_modes),
  1356. tv_format_names);
  1357. drm_object_attach_property(&connector->base, dev->mode_config.tv_mode_property,
  1358. initial_mode);
  1359. drm_object_attach_property(&connector->base,
  1360. dev->mode_config.tv_left_margin_property,
  1361. intel_tv->margin[TV_MARGIN_LEFT]);
  1362. drm_object_attach_property(&connector->base,
  1363. dev->mode_config.tv_top_margin_property,
  1364. intel_tv->margin[TV_MARGIN_TOP]);
  1365. drm_object_attach_property(&connector->base,
  1366. dev->mode_config.tv_right_margin_property,
  1367. intel_tv->margin[TV_MARGIN_RIGHT]);
  1368. drm_object_attach_property(&connector->base,
  1369. dev->mode_config.tv_bottom_margin_property,
  1370. intel_tv->margin[TV_MARGIN_BOTTOM]);
  1371. }