intel_dsi_panel_vbt.c 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711
  1. /*
  2. * Copyright © 2014 Intel Corporation
  3. *
  4. * Permission is hereby granted, free of charge, to any person obtaining a
  5. * copy of this software and associated documentation files (the "Software"),
  6. * to deal in the Software without restriction, including without limitation
  7. * the rights to use, copy, modify, merge, publish, distribute, sublicense,
  8. * and/or sell copies of the Software, and to permit persons to whom the
  9. * Software is furnished to do so, subject to the following conditions:
  10. *
  11. * The above copyright notice and this permission notice (including the next
  12. * paragraph) shall be included in all copies or substantial portions of the
  13. * Software.
  14. *
  15. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  16. * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  17. * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
  18. * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  19. * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
  20. * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
  21. * DEALINGS IN THE SOFTWARE.
  22. *
  23. * Author: Shobhit Kumar <shobhit.kumar@intel.com>
  24. *
  25. */
  26. #include <drm/drmP.h>
  27. #include <drm/drm_crtc.h>
  28. #include <drm/drm_edid.h>
  29. #include <drm/i915_drm.h>
  30. #include <drm/drm_panel.h>
  31. #include <linux/slab.h>
  32. #include <video/mipi_display.h>
  33. #include <asm/intel-mid.h>
  34. #include <video/mipi_display.h>
  35. #include "i915_drv.h"
  36. #include "intel_drv.h"
  37. #include "intel_dsi.h"
  38. struct vbt_panel {
  39. struct drm_panel panel;
  40. struct intel_dsi *intel_dsi;
  41. };
  42. static inline struct vbt_panel *to_vbt_panel(struct drm_panel *panel)
  43. {
  44. return container_of(panel, struct vbt_panel, panel);
  45. }
  46. #define MIPI_TRANSFER_MODE_SHIFT 0
  47. #define MIPI_VIRTUAL_CHANNEL_SHIFT 1
  48. #define MIPI_PORT_SHIFT 3
  49. #define PREPARE_CNT_MAX 0x3F
  50. #define EXIT_ZERO_CNT_MAX 0x3F
  51. #define CLK_ZERO_CNT_MAX 0xFF
  52. #define TRAIL_CNT_MAX 0x1F
  53. #define NS_KHZ_RATIO 1000000
  54. #define GPI0_NC_0_HV_DDI0_HPD 0x4130
  55. #define GPIO_NC_0_HV_DDI0_PAD 0x4138
  56. #define GPIO_NC_1_HV_DDI0_DDC_SDA 0x4120
  57. #define GPIO_NC_1_HV_DDI0_DDC_SDA_PAD 0x4128
  58. #define GPIO_NC_2_HV_DDI0_DDC_SCL 0x4110
  59. #define GPIO_NC_2_HV_DDI0_DDC_SCL_PAD 0x4118
  60. #define GPIO_NC_3_PANEL0_VDDEN 0x4140
  61. #define GPIO_NC_3_PANEL0_VDDEN_PAD 0x4148
  62. #define GPIO_NC_4_PANEL0_BLKEN 0x4150
  63. #define GPIO_NC_4_PANEL0_BLKEN_PAD 0x4158
  64. #define GPIO_NC_5_PANEL0_BLKCTL 0x4160
  65. #define GPIO_NC_5_PANEL0_BLKCTL_PAD 0x4168
  66. #define GPIO_NC_6_PCONF0 0x4180
  67. #define GPIO_NC_6_PAD 0x4188
  68. #define GPIO_NC_7_PCONF0 0x4190
  69. #define GPIO_NC_7_PAD 0x4198
  70. #define GPIO_NC_8_PCONF0 0x4170
  71. #define GPIO_NC_8_PAD 0x4178
  72. #define GPIO_NC_9_PCONF0 0x4100
  73. #define GPIO_NC_9_PAD 0x4108
  74. #define GPIO_NC_10_PCONF0 0x40E0
  75. #define GPIO_NC_10_PAD 0x40E8
  76. #define GPIO_NC_11_PCONF0 0x40F0
  77. #define GPIO_NC_11_PAD 0x40F8
  78. struct gpio_table {
  79. u16 function_reg;
  80. u16 pad_reg;
  81. u8 init;
  82. };
  83. static struct gpio_table gtable[] = {
  84. { GPI0_NC_0_HV_DDI0_HPD, GPIO_NC_0_HV_DDI0_PAD, 0 },
  85. { GPIO_NC_1_HV_DDI0_DDC_SDA, GPIO_NC_1_HV_DDI0_DDC_SDA_PAD, 0 },
  86. { GPIO_NC_2_HV_DDI0_DDC_SCL, GPIO_NC_2_HV_DDI0_DDC_SCL_PAD, 0 },
  87. { GPIO_NC_3_PANEL0_VDDEN, GPIO_NC_3_PANEL0_VDDEN_PAD, 0 },
  88. { GPIO_NC_4_PANEL0_BLKEN, GPIO_NC_4_PANEL0_BLKEN_PAD, 0 },
  89. { GPIO_NC_5_PANEL0_BLKCTL, GPIO_NC_5_PANEL0_BLKCTL_PAD, 0 },
  90. { GPIO_NC_6_PCONF0, GPIO_NC_6_PAD, 0 },
  91. { GPIO_NC_7_PCONF0, GPIO_NC_7_PAD, 0 },
  92. { GPIO_NC_8_PCONF0, GPIO_NC_8_PAD, 0 },
  93. { GPIO_NC_9_PCONF0, GPIO_NC_9_PAD, 0 },
  94. { GPIO_NC_10_PCONF0, GPIO_NC_10_PAD, 0},
  95. { GPIO_NC_11_PCONF0, GPIO_NC_11_PAD, 0}
  96. };
  97. static inline enum port intel_dsi_seq_port_to_port(u8 port)
  98. {
  99. return port ? PORT_C : PORT_A;
  100. }
  101. static const u8 *mipi_exec_send_packet(struct intel_dsi *intel_dsi,
  102. const u8 *data)
  103. {
  104. struct mipi_dsi_device *dsi_device;
  105. u8 type, flags, seq_port;
  106. u16 len;
  107. enum port port;
  108. flags = *data++;
  109. type = *data++;
  110. len = *((u16 *) data);
  111. data += 2;
  112. seq_port = (flags >> MIPI_PORT_SHIFT) & 3;
  113. /* For DSI single link on Port A & C, the seq_port value which is
  114. * parsed from Sequence Block#53 of VBT has been set to 0
  115. * Now, read/write of packets for the DSI single link on Port A and
  116. * Port C will based on the DVO port from VBT block 2.
  117. */
  118. if (intel_dsi->ports == (1 << PORT_C))
  119. port = PORT_C;
  120. else
  121. port = intel_dsi_seq_port_to_port(seq_port);
  122. dsi_device = intel_dsi->dsi_hosts[port]->device;
  123. if (!dsi_device) {
  124. DRM_DEBUG_KMS("no dsi device for port %c\n", port_name(port));
  125. goto out;
  126. }
  127. if ((flags >> MIPI_TRANSFER_MODE_SHIFT) & 1)
  128. dsi_device->mode_flags &= ~MIPI_DSI_MODE_LPM;
  129. else
  130. dsi_device->mode_flags |= MIPI_DSI_MODE_LPM;
  131. dsi_device->channel = (flags >> MIPI_VIRTUAL_CHANNEL_SHIFT) & 3;
  132. switch (type) {
  133. case MIPI_DSI_GENERIC_SHORT_WRITE_0_PARAM:
  134. mipi_dsi_generic_write(dsi_device, NULL, 0);
  135. break;
  136. case MIPI_DSI_GENERIC_SHORT_WRITE_1_PARAM:
  137. mipi_dsi_generic_write(dsi_device, data, 1);
  138. break;
  139. case MIPI_DSI_GENERIC_SHORT_WRITE_2_PARAM:
  140. mipi_dsi_generic_write(dsi_device, data, 2);
  141. break;
  142. case MIPI_DSI_GENERIC_READ_REQUEST_0_PARAM:
  143. case MIPI_DSI_GENERIC_READ_REQUEST_1_PARAM:
  144. case MIPI_DSI_GENERIC_READ_REQUEST_2_PARAM:
  145. DRM_DEBUG_DRIVER("Generic Read not yet implemented or used\n");
  146. break;
  147. case MIPI_DSI_GENERIC_LONG_WRITE:
  148. mipi_dsi_generic_write(dsi_device, data, len);
  149. break;
  150. case MIPI_DSI_DCS_SHORT_WRITE:
  151. mipi_dsi_dcs_write_buffer(dsi_device, data, 1);
  152. break;
  153. case MIPI_DSI_DCS_SHORT_WRITE_PARAM:
  154. mipi_dsi_dcs_write_buffer(dsi_device, data, 2);
  155. break;
  156. case MIPI_DSI_DCS_READ:
  157. DRM_DEBUG_DRIVER("DCS Read not yet implemented or used\n");
  158. break;
  159. case MIPI_DSI_DCS_LONG_WRITE:
  160. mipi_dsi_dcs_write_buffer(dsi_device, data, len);
  161. break;
  162. }
  163. out:
  164. data += len;
  165. return data;
  166. }
  167. static const u8 *mipi_exec_delay(struct intel_dsi *intel_dsi, const u8 *data)
  168. {
  169. u32 delay = *((const u32 *) data);
  170. usleep_range(delay, delay + 10);
  171. data += 4;
  172. return data;
  173. }
  174. static const u8 *mipi_exec_gpio(struct intel_dsi *intel_dsi, const u8 *data)
  175. {
  176. u8 gpio, action;
  177. u16 function, pad;
  178. u32 val;
  179. struct drm_device *dev = intel_dsi->base.base.dev;
  180. struct drm_i915_private *dev_priv = dev->dev_private;
  181. if (dev_priv->vbt.dsi.seq_version >= 3)
  182. data++;
  183. gpio = *data++;
  184. /* pull up/down */
  185. action = *data++ & 1;
  186. if (gpio >= ARRAY_SIZE(gtable)) {
  187. DRM_DEBUG_KMS("unknown gpio %u\n", gpio);
  188. goto out;
  189. }
  190. if (!IS_VALLEYVIEW(dev_priv)) {
  191. DRM_DEBUG_KMS("GPIO element not supported on this platform\n");
  192. goto out;
  193. }
  194. if (dev_priv->vbt.dsi.seq_version >= 3) {
  195. DRM_DEBUG_KMS("GPIO element v3 not supported\n");
  196. goto out;
  197. }
  198. function = gtable[gpio].function_reg;
  199. pad = gtable[gpio].pad_reg;
  200. mutex_lock(&dev_priv->sb_lock);
  201. if (!gtable[gpio].init) {
  202. /* program the function */
  203. /* FIXME: remove constant below */
  204. vlv_iosf_sb_write(dev_priv, IOSF_PORT_GPIO_NC, function,
  205. 0x2000CC00);
  206. gtable[gpio].init = 1;
  207. }
  208. val = 0x4 | action;
  209. /* pull up/down */
  210. vlv_iosf_sb_write(dev_priv, IOSF_PORT_GPIO_NC, pad, val);
  211. mutex_unlock(&dev_priv->sb_lock);
  212. out:
  213. return data;
  214. }
  215. static const u8 *mipi_exec_i2c_skip(struct intel_dsi *intel_dsi, const u8 *data)
  216. {
  217. return data + *(data + 6) + 7;
  218. }
  219. typedef const u8 * (*fn_mipi_elem_exec)(struct intel_dsi *intel_dsi,
  220. const u8 *data);
  221. static const fn_mipi_elem_exec exec_elem[] = {
  222. [MIPI_SEQ_ELEM_SEND_PKT] = mipi_exec_send_packet,
  223. [MIPI_SEQ_ELEM_DELAY] = mipi_exec_delay,
  224. [MIPI_SEQ_ELEM_GPIO] = mipi_exec_gpio,
  225. [MIPI_SEQ_ELEM_I2C] = mipi_exec_i2c_skip,
  226. };
  227. /*
  228. * MIPI Sequence from VBT #53 parsing logic
  229. * We have already separated each seqence during bios parsing
  230. * Following is generic execution function for any sequence
  231. */
  232. static const char * const seq_name[] = {
  233. [MIPI_SEQ_ASSERT_RESET] = "MIPI_SEQ_ASSERT_RESET",
  234. [MIPI_SEQ_INIT_OTP] = "MIPI_SEQ_INIT_OTP",
  235. [MIPI_SEQ_DISPLAY_ON] = "MIPI_SEQ_DISPLAY_ON",
  236. [MIPI_SEQ_DISPLAY_OFF] = "MIPI_SEQ_DISPLAY_OFF",
  237. [MIPI_SEQ_DEASSERT_RESET] = "MIPI_SEQ_DEASSERT_RESET",
  238. [MIPI_SEQ_BACKLIGHT_ON] = "MIPI_SEQ_BACKLIGHT_ON",
  239. [MIPI_SEQ_BACKLIGHT_OFF] = "MIPI_SEQ_BACKLIGHT_OFF",
  240. [MIPI_SEQ_TEAR_ON] = "MIPI_SEQ_TEAR_ON",
  241. [MIPI_SEQ_TEAR_OFF] = "MIPI_SEQ_TEAR_OFF",
  242. [MIPI_SEQ_POWER_ON] = "MIPI_SEQ_POWER_ON",
  243. [MIPI_SEQ_POWER_OFF] = "MIPI_SEQ_POWER_OFF",
  244. };
  245. static const char *sequence_name(enum mipi_seq seq_id)
  246. {
  247. if (seq_id < ARRAY_SIZE(seq_name) && seq_name[seq_id])
  248. return seq_name[seq_id];
  249. else
  250. return "(unknown)";
  251. }
  252. static void generic_exec_sequence(struct drm_panel *panel, enum mipi_seq seq_id)
  253. {
  254. struct vbt_panel *vbt_panel = to_vbt_panel(panel);
  255. struct intel_dsi *intel_dsi = vbt_panel->intel_dsi;
  256. struct drm_i915_private *dev_priv = to_i915(intel_dsi->base.base.dev);
  257. const u8 *data;
  258. fn_mipi_elem_exec mipi_elem_exec;
  259. if (WARN_ON(seq_id >= ARRAY_SIZE(dev_priv->vbt.dsi.sequence)))
  260. return;
  261. data = dev_priv->vbt.dsi.sequence[seq_id];
  262. if (!data) {
  263. DRM_DEBUG_KMS("MIPI sequence %d - %s not available\n",
  264. seq_id, sequence_name(seq_id));
  265. return;
  266. }
  267. WARN_ON(*data != seq_id);
  268. DRM_DEBUG_KMS("Starting MIPI sequence %d - %s\n",
  269. seq_id, sequence_name(seq_id));
  270. /* Skip Sequence Byte. */
  271. data++;
  272. /* Skip Size of Sequence. */
  273. if (dev_priv->vbt.dsi.seq_version >= 3)
  274. data += 4;
  275. while (1) {
  276. u8 operation_byte = *data++;
  277. u8 operation_size = 0;
  278. if (operation_byte == MIPI_SEQ_ELEM_END)
  279. break;
  280. if (operation_byte < ARRAY_SIZE(exec_elem))
  281. mipi_elem_exec = exec_elem[operation_byte];
  282. else
  283. mipi_elem_exec = NULL;
  284. /* Size of Operation. */
  285. if (dev_priv->vbt.dsi.seq_version >= 3)
  286. operation_size = *data++;
  287. if (mipi_elem_exec) {
  288. data = mipi_elem_exec(intel_dsi, data);
  289. } else if (operation_size) {
  290. /* We have size, skip. */
  291. DRM_DEBUG_KMS("Unsupported MIPI operation byte %u\n",
  292. operation_byte);
  293. data += operation_size;
  294. } else {
  295. /* No size, can't skip without parsing. */
  296. DRM_ERROR("Unsupported MIPI operation byte %u\n",
  297. operation_byte);
  298. return;
  299. }
  300. }
  301. }
  302. static int vbt_panel_prepare(struct drm_panel *panel)
  303. {
  304. generic_exec_sequence(panel, MIPI_SEQ_ASSERT_RESET);
  305. generic_exec_sequence(panel, MIPI_SEQ_INIT_OTP);
  306. return 0;
  307. }
  308. static int vbt_panel_unprepare(struct drm_panel *panel)
  309. {
  310. generic_exec_sequence(panel, MIPI_SEQ_DEASSERT_RESET);
  311. return 0;
  312. }
  313. static int vbt_panel_enable(struct drm_panel *panel)
  314. {
  315. generic_exec_sequence(panel, MIPI_SEQ_DISPLAY_ON);
  316. return 0;
  317. }
  318. static int vbt_panel_disable(struct drm_panel *panel)
  319. {
  320. generic_exec_sequence(panel, MIPI_SEQ_DISPLAY_OFF);
  321. return 0;
  322. }
  323. static int vbt_panel_get_modes(struct drm_panel *panel)
  324. {
  325. struct vbt_panel *vbt_panel = to_vbt_panel(panel);
  326. struct intel_dsi *intel_dsi = vbt_panel->intel_dsi;
  327. struct drm_device *dev = intel_dsi->base.base.dev;
  328. struct drm_i915_private *dev_priv = dev->dev_private;
  329. struct drm_display_mode *mode;
  330. if (!panel->connector)
  331. return 0;
  332. mode = drm_mode_duplicate(dev, dev_priv->vbt.lfp_lvds_vbt_mode);
  333. if (!mode)
  334. return 0;
  335. mode->type |= DRM_MODE_TYPE_PREFERRED;
  336. drm_mode_probed_add(panel->connector, mode);
  337. return 1;
  338. }
  339. static const struct drm_panel_funcs vbt_panel_funcs = {
  340. .disable = vbt_panel_disable,
  341. .unprepare = vbt_panel_unprepare,
  342. .prepare = vbt_panel_prepare,
  343. .enable = vbt_panel_enable,
  344. .get_modes = vbt_panel_get_modes,
  345. };
  346. struct drm_panel *vbt_panel_init(struct intel_dsi *intel_dsi, u16 panel_id)
  347. {
  348. struct drm_device *dev = intel_dsi->base.base.dev;
  349. struct drm_i915_private *dev_priv = dev->dev_private;
  350. struct mipi_config *mipi_config = dev_priv->vbt.dsi.config;
  351. struct mipi_pps_data *pps = dev_priv->vbt.dsi.pps;
  352. struct drm_display_mode *mode = dev_priv->vbt.lfp_lvds_vbt_mode;
  353. struct vbt_panel *vbt_panel;
  354. u32 bits_per_pixel = 24;
  355. u32 tlpx_ns, extra_byte_count, bitrate, tlpx_ui;
  356. u32 ui_num, ui_den;
  357. u32 prepare_cnt, exit_zero_cnt, clk_zero_cnt, trail_cnt;
  358. u32 ths_prepare_ns, tclk_trail_ns;
  359. u32 tclk_prepare_clkzero, ths_prepare_hszero;
  360. u32 lp_to_hs_switch, hs_to_lp_switch;
  361. u32 pclk, computed_ddr;
  362. u16 burst_mode_ratio;
  363. enum port port;
  364. DRM_DEBUG_KMS("\n");
  365. intel_dsi->eotp_pkt = mipi_config->eot_pkt_disabled ? 0 : 1;
  366. intel_dsi->clock_stop = mipi_config->enable_clk_stop ? 1 : 0;
  367. intel_dsi->lane_count = mipi_config->lane_cnt + 1;
  368. intel_dsi->pixel_format = mipi_config->videomode_color_format << 7;
  369. intel_dsi->dual_link = mipi_config->dual_link;
  370. intel_dsi->pixel_overlap = mipi_config->pixel_overlap;
  371. bits_per_pixel = dsi_pixel_format_bpp(intel_dsi->pixel_format);
  372. intel_dsi->operation_mode = mipi_config->is_cmd_mode;
  373. intel_dsi->video_mode_format = mipi_config->video_transfer_mode;
  374. intel_dsi->escape_clk_div = mipi_config->byte_clk_sel;
  375. intel_dsi->lp_rx_timeout = mipi_config->lp_rx_timeout;
  376. intel_dsi->turn_arnd_val = mipi_config->turn_around_timeout;
  377. intel_dsi->rst_timer_val = mipi_config->device_reset_timer;
  378. intel_dsi->init_count = mipi_config->master_init_timer;
  379. intel_dsi->bw_timer = mipi_config->dbi_bw_timer;
  380. intel_dsi->video_frmt_cfg_bits =
  381. mipi_config->bta_enabled ? DISABLE_VIDEO_BTA : 0;
  382. pclk = mode->clock;
  383. /* In dual link mode each port needs half of pixel clock */
  384. if (intel_dsi->dual_link) {
  385. pclk = pclk / 2;
  386. /* we can enable pixel_overlap if needed by panel. In this
  387. * case we need to increase the pixelclock for extra pixels
  388. */
  389. if (intel_dsi->dual_link == DSI_DUAL_LINK_FRONT_BACK) {
  390. pclk += DIV_ROUND_UP(mode->vtotal *
  391. intel_dsi->pixel_overlap *
  392. 60, 1000);
  393. }
  394. }
  395. /* Burst Mode Ratio
  396. * Target ddr frequency from VBT / non burst ddr freq
  397. * multiply by 100 to preserve remainder
  398. */
  399. if (intel_dsi->video_mode_format == VIDEO_MODE_BURST) {
  400. if (mipi_config->target_burst_mode_freq) {
  401. computed_ddr =
  402. (pclk * bits_per_pixel) / intel_dsi->lane_count;
  403. if (mipi_config->target_burst_mode_freq <
  404. computed_ddr) {
  405. DRM_ERROR("Burst mode freq is less than computed\n");
  406. return NULL;
  407. }
  408. burst_mode_ratio = DIV_ROUND_UP(
  409. mipi_config->target_burst_mode_freq * 100,
  410. computed_ddr);
  411. pclk = DIV_ROUND_UP(pclk * burst_mode_ratio, 100);
  412. } else {
  413. DRM_ERROR("Burst mode target is not set\n");
  414. return NULL;
  415. }
  416. } else
  417. burst_mode_ratio = 100;
  418. intel_dsi->burst_mode_ratio = burst_mode_ratio;
  419. intel_dsi->pclk = pclk;
  420. bitrate = (pclk * bits_per_pixel) / intel_dsi->lane_count;
  421. switch (intel_dsi->escape_clk_div) {
  422. case 0:
  423. tlpx_ns = 50;
  424. break;
  425. case 1:
  426. tlpx_ns = 100;
  427. break;
  428. case 2:
  429. tlpx_ns = 200;
  430. break;
  431. default:
  432. tlpx_ns = 50;
  433. break;
  434. }
  435. switch (intel_dsi->lane_count) {
  436. case 1:
  437. case 2:
  438. extra_byte_count = 2;
  439. break;
  440. case 3:
  441. extra_byte_count = 4;
  442. break;
  443. case 4:
  444. default:
  445. extra_byte_count = 3;
  446. break;
  447. }
  448. /*
  449. * ui(s) = 1/f [f in hz]
  450. * ui(ns) = 10^9 / (f*10^6) [f in Mhz] -> 10^3/f(Mhz)
  451. */
  452. /* in Kbps */
  453. ui_num = NS_KHZ_RATIO;
  454. ui_den = bitrate;
  455. tclk_prepare_clkzero = mipi_config->tclk_prepare_clkzero;
  456. ths_prepare_hszero = mipi_config->ths_prepare_hszero;
  457. /*
  458. * B060
  459. * LP byte clock = TLPX/ (8UI)
  460. */
  461. intel_dsi->lp_byte_clk = DIV_ROUND_UP(tlpx_ns * ui_den, 8 * ui_num);
  462. /* count values in UI = (ns value) * (bitrate / (2 * 10^6))
  463. *
  464. * Since txddrclkhs_i is 2xUI, all the count values programmed in
  465. * DPHY param register are divided by 2
  466. *
  467. * prepare count
  468. */
  469. ths_prepare_ns = max(mipi_config->ths_prepare,
  470. mipi_config->tclk_prepare);
  471. prepare_cnt = DIV_ROUND_UP(ths_prepare_ns * ui_den, ui_num * 2);
  472. /* exit zero count */
  473. exit_zero_cnt = DIV_ROUND_UP(
  474. (ths_prepare_hszero - ths_prepare_ns) * ui_den,
  475. ui_num * 2
  476. );
  477. /*
  478. * Exit zero is unified val ths_zero and ths_exit
  479. * minimum value for ths_exit = 110ns
  480. * min (exit_zero_cnt * 2) = 110/UI
  481. * exit_zero_cnt = 55/UI
  482. */
  483. if (exit_zero_cnt < (55 * ui_den / ui_num))
  484. if ((55 * ui_den) % ui_num)
  485. exit_zero_cnt += 1;
  486. /* clk zero count */
  487. clk_zero_cnt = DIV_ROUND_UP(
  488. (tclk_prepare_clkzero - ths_prepare_ns)
  489. * ui_den, 2 * ui_num);
  490. /* trail count */
  491. tclk_trail_ns = max(mipi_config->tclk_trail, mipi_config->ths_trail);
  492. trail_cnt = DIV_ROUND_UP(tclk_trail_ns * ui_den, 2 * ui_num);
  493. if (prepare_cnt > PREPARE_CNT_MAX ||
  494. exit_zero_cnt > EXIT_ZERO_CNT_MAX ||
  495. clk_zero_cnt > CLK_ZERO_CNT_MAX ||
  496. trail_cnt > TRAIL_CNT_MAX)
  497. DRM_DEBUG_DRIVER("Values crossing maximum limits, restricting to max values\n");
  498. if (prepare_cnt > PREPARE_CNT_MAX)
  499. prepare_cnt = PREPARE_CNT_MAX;
  500. if (exit_zero_cnt > EXIT_ZERO_CNT_MAX)
  501. exit_zero_cnt = EXIT_ZERO_CNT_MAX;
  502. if (clk_zero_cnt > CLK_ZERO_CNT_MAX)
  503. clk_zero_cnt = CLK_ZERO_CNT_MAX;
  504. if (trail_cnt > TRAIL_CNT_MAX)
  505. trail_cnt = TRAIL_CNT_MAX;
  506. /* B080 */
  507. intel_dsi->dphy_reg = exit_zero_cnt << 24 | trail_cnt << 16 |
  508. clk_zero_cnt << 8 | prepare_cnt;
  509. /*
  510. * LP to HS switch count = 4TLPX + PREP_COUNT * 2 + EXIT_ZERO_COUNT * 2
  511. * + 10UI + Extra Byte Count
  512. *
  513. * HS to LP switch count = THS-TRAIL + 2TLPX + Extra Byte Count
  514. * Extra Byte Count is calculated according to number of lanes.
  515. * High Low Switch Count is the Max of LP to HS and
  516. * HS to LP switch count
  517. *
  518. */
  519. tlpx_ui = DIV_ROUND_UP(tlpx_ns * ui_den, ui_num);
  520. /* B044 */
  521. /* FIXME:
  522. * The comment above does not match with the code */
  523. lp_to_hs_switch = DIV_ROUND_UP(4 * tlpx_ui + prepare_cnt * 2 +
  524. exit_zero_cnt * 2 + 10, 8);
  525. hs_to_lp_switch = DIV_ROUND_UP(mipi_config->ths_trail + 2 * tlpx_ui, 8);
  526. intel_dsi->hs_to_lp_count = max(lp_to_hs_switch, hs_to_lp_switch);
  527. intel_dsi->hs_to_lp_count += extra_byte_count;
  528. /* B088 */
  529. /* LP -> HS for clock lanes
  530. * LP clk sync + LP11 + LP01 + tclk_prepare + tclk_zero +
  531. * extra byte count
  532. * 2TPLX + 1TLPX + 1 TPLX(in ns) + prepare_cnt * 2 + clk_zero_cnt *
  533. * 2(in UI) + extra byte count
  534. * In byteclks = (4TLPX + prepare_cnt * 2 + clk_zero_cnt *2 (in UI)) /
  535. * 8 + extra byte count
  536. */
  537. intel_dsi->clk_lp_to_hs_count =
  538. DIV_ROUND_UP(
  539. 4 * tlpx_ui + prepare_cnt * 2 +
  540. clk_zero_cnt * 2,
  541. 8);
  542. intel_dsi->clk_lp_to_hs_count += extra_byte_count;
  543. /* HS->LP for Clock Lanes
  544. * Low Power clock synchronisations + 1Tx byteclk + tclk_trail +
  545. * Extra byte count
  546. * 2TLPX + 8UI + (trail_count*2)(in UI) + Extra byte count
  547. * In byteclks = (2*TLpx(in UI) + trail_count*2 +8)(in UI)/8 +
  548. * Extra byte count
  549. */
  550. intel_dsi->clk_hs_to_lp_count =
  551. DIV_ROUND_UP(2 * tlpx_ui + trail_cnt * 2 + 8,
  552. 8);
  553. intel_dsi->clk_hs_to_lp_count += extra_byte_count;
  554. DRM_DEBUG_KMS("Eot %s\n", intel_dsi->eotp_pkt ? "enabled" : "disabled");
  555. DRM_DEBUG_KMS("Clockstop %s\n", intel_dsi->clock_stop ?
  556. "disabled" : "enabled");
  557. DRM_DEBUG_KMS("Mode %s\n", intel_dsi->operation_mode ? "command" : "video");
  558. if (intel_dsi->dual_link == DSI_DUAL_LINK_FRONT_BACK)
  559. DRM_DEBUG_KMS("Dual link: DSI_DUAL_LINK_FRONT_BACK\n");
  560. else if (intel_dsi->dual_link == DSI_DUAL_LINK_PIXEL_ALT)
  561. DRM_DEBUG_KMS("Dual link: DSI_DUAL_LINK_PIXEL_ALT\n");
  562. else
  563. DRM_DEBUG_KMS("Dual link: NONE\n");
  564. DRM_DEBUG_KMS("Pixel Format %d\n", intel_dsi->pixel_format);
  565. DRM_DEBUG_KMS("TLPX %d\n", intel_dsi->escape_clk_div);
  566. DRM_DEBUG_KMS("LP RX Timeout 0x%x\n", intel_dsi->lp_rx_timeout);
  567. DRM_DEBUG_KMS("Turnaround Timeout 0x%x\n", intel_dsi->turn_arnd_val);
  568. DRM_DEBUG_KMS("Init Count 0x%x\n", intel_dsi->init_count);
  569. DRM_DEBUG_KMS("HS to LP Count 0x%x\n", intel_dsi->hs_to_lp_count);
  570. DRM_DEBUG_KMS("LP Byte Clock %d\n", intel_dsi->lp_byte_clk);
  571. DRM_DEBUG_KMS("DBI BW Timer 0x%x\n", intel_dsi->bw_timer);
  572. DRM_DEBUG_KMS("LP to HS Clock Count 0x%x\n", intel_dsi->clk_lp_to_hs_count);
  573. DRM_DEBUG_KMS("HS to LP Clock Count 0x%x\n", intel_dsi->clk_hs_to_lp_count);
  574. DRM_DEBUG_KMS("BTA %s\n",
  575. intel_dsi->video_frmt_cfg_bits & DISABLE_VIDEO_BTA ?
  576. "disabled" : "enabled");
  577. /* delays in VBT are in unit of 100us, so need to convert
  578. * here in ms
  579. * Delay (100us) * 100 /1000 = Delay / 10 (ms) */
  580. intel_dsi->backlight_off_delay = pps->bl_disable_delay / 10;
  581. intel_dsi->backlight_on_delay = pps->bl_enable_delay / 10;
  582. intel_dsi->panel_on_delay = pps->panel_on_delay / 10;
  583. intel_dsi->panel_off_delay = pps->panel_off_delay / 10;
  584. intel_dsi->panel_pwr_cycle_delay = pps->panel_power_cycle_delay / 10;
  585. /* This is cheating a bit with the cleanup. */
  586. vbt_panel = devm_kzalloc(dev->dev, sizeof(*vbt_panel), GFP_KERNEL);
  587. if (!vbt_panel)
  588. return NULL;
  589. vbt_panel->intel_dsi = intel_dsi;
  590. drm_panel_init(&vbt_panel->panel);
  591. vbt_panel->panel.funcs = &vbt_panel_funcs;
  592. drm_panel_add(&vbt_panel->panel);
  593. /* a regular driver would get the device in probe */
  594. for_each_dsi_port(port, intel_dsi->ports) {
  595. mipi_dsi_attach(intel_dsi->dsi_hosts[port]->device);
  596. }
  597. return &vbt_panel->panel;
  598. }