blob: aa3c6781b65cdd13be2ed9db564fb77346a80531 [file] [log] [blame]
Keith Packarda4fc5ed2009-04-07 16:16:42 -07001/*
2 * Copyright © 2008 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 DEALINGS
21 * IN THE SOFTWARE.
22 *
23 * Authors:
24 * Keith Packard <keithp@keithp.com>
25 *
26 */
27
28#include <linux/i2c.h>
Tejun Heo5a0e3ad2010-03-24 17:04:11 +090029#include <linux/slab.h>
Paul Gortmaker2d1a8a42011-08-30 18:16:33 -040030#include <linux/export.h>
Clint Taylor01527b32014-07-07 13:01:46 -070031#include <linux/notifier.h>
32#include <linux/reboot.h>
David Howells760285e2012-10-02 18:01:07 +010033#include <drm/drmP.h>
Matt Roperc6f95f22015-01-22 16:50:32 -080034#include <drm/drm_atomic_helper.h>
David Howells760285e2012-10-02 18:01:07 +010035#include <drm/drm_crtc.h>
36#include <drm/drm_crtc_helper.h>
37#include <drm/drm_edid.h>
Keith Packarda4fc5ed2009-04-07 16:16:42 -070038#include "intel_drv.h"
David Howells760285e2012-10-02 18:01:07 +010039#include <drm/i915_drm.h>
Keith Packarda4fc5ed2009-04-07 16:16:42 -070040#include "i915_drv.h"
Keith Packarda4fc5ed2009-04-07 16:16:42 -070041
Keith Packarda4fc5ed2009-04-07 16:16:42 -070042#define DP_LINK_CHECK_TIMEOUT (10 * 1000)
43
Chon Ming Lee9dd4ffd2013-09-04 01:30:37 +080044struct dp_link_dpll {
45 int link_bw;
46 struct dpll dpll;
47};
48
49static const struct dp_link_dpll gen4_dpll[] = {
50 { DP_LINK_BW_1_62,
51 { .p1 = 2, .p2 = 10, .n = 2, .m1 = 23, .m2 = 8 } },
52 { DP_LINK_BW_2_7,
53 { .p1 = 1, .p2 = 10, .n = 1, .m1 = 14, .m2 = 2 } }
54};
55
56static const struct dp_link_dpll pch_dpll[] = {
57 { DP_LINK_BW_1_62,
58 { .p1 = 2, .p2 = 10, .n = 1, .m1 = 12, .m2 = 9 } },
59 { DP_LINK_BW_2_7,
60 { .p1 = 1, .p2 = 10, .n = 2, .m1 = 14, .m2 = 8 } }
61};
62
Chon Ming Lee65ce4bf2013-09-04 01:30:38 +080063static const struct dp_link_dpll vlv_dpll[] = {
64 { DP_LINK_BW_1_62,
Chon Ming Lee58f6e632013-09-25 15:47:51 +080065 { .p1 = 3, .p2 = 2, .n = 5, .m1 = 3, .m2 = 81 } },
Chon Ming Lee65ce4bf2013-09-04 01:30:38 +080066 { DP_LINK_BW_2_7,
67 { .p1 = 2, .p2 = 2, .n = 1, .m1 = 2, .m2 = 27 } }
68};
69
Chon Ming Leeef9348c2014-04-09 13:28:18 +030070/*
71 * CHV supports eDP 1.4 that have more link rates.
72 * Below only provides the fixed rate but exclude variable rate.
73 */
74static const struct dp_link_dpll chv_dpll[] = {
75 /*
76 * CHV requires to program fractional division for m2.
77 * m2 is stored in fixed point format using formula below
78 * (m2_int << 22) | m2_fraction
79 */
80 { DP_LINK_BW_1_62, /* m2_int = 32, m2_fraction = 1677722 */
81 { .p1 = 4, .p2 = 2, .n = 1, .m1 = 2, .m2 = 0x819999a } },
82 { DP_LINK_BW_2_7, /* m2_int = 27, m2_fraction = 0 */
83 { .p1 = 4, .p2 = 1, .n = 1, .m1 = 2, .m2 = 0x6c00000 } },
84 { DP_LINK_BW_5_4, /* m2_int = 27, m2_fraction = 0 */
85 { .p1 = 2, .p2 = 1, .n = 1, .m1 = 2, .m2 = 0x6c00000 } }
86};
Sonika Jindala8f3ef62015-03-05 10:02:30 +053087/* Skylake supports following rates */
Ville Syrjäläf4896f12015-03-12 17:10:27 +020088static const int gen9_rates[] = { 162000, 216000, 270000,
89 324000, 432000, 540000 };
90static const int default_rates[] = { 162000, 270000, 540000 };
Chon Ming Leeef9348c2014-04-09 13:28:18 +030091
Jesse Barnescfcb0fc2010-10-07 16:01:06 -070092/**
93 * is_edp - is the given port attached to an eDP panel (either CPU or PCH)
94 * @intel_dp: DP struct
95 *
96 * If a CPU or PCH DP output is attached to an eDP panel, this function
97 * will return true, and false otherwise.
98 */
99static bool is_edp(struct intel_dp *intel_dp)
100{
Paulo Zanonida63a9f2012-10-26 19:05:46 -0200101 struct intel_digital_port *intel_dig_port = dp_to_dig_port(intel_dp);
102
103 return intel_dig_port->base.type == INTEL_OUTPUT_EDP;
Jesse Barnescfcb0fc2010-10-07 16:01:06 -0700104}
105
Imre Deak68b4d822013-05-08 13:14:06 +0300106static struct drm_device *intel_dp_to_dev(struct intel_dp *intel_dp)
Jesse Barnescfcb0fc2010-10-07 16:01:06 -0700107{
Imre Deak68b4d822013-05-08 13:14:06 +0300108 struct intel_digital_port *intel_dig_port = dp_to_dig_port(intel_dp);
109
110 return intel_dig_port->base.base.dev;
Jesse Barnescfcb0fc2010-10-07 16:01:06 -0700111}
112
Chris Wilsondf0e9242010-09-09 16:20:55 +0100113static struct intel_dp *intel_attached_dp(struct drm_connector *connector)
114{
Paulo Zanonifa90ece2012-10-26 19:05:44 -0200115 return enc_to_intel_dp(&intel_attached_encoder(connector)->base);
Chris Wilsondf0e9242010-09-09 16:20:55 +0100116}
117
Chris Wilsonea5b2132010-08-04 13:50:23 +0100118static void intel_dp_link_down(struct intel_dp *intel_dp);
Ville Syrjälä1e0560e2014-08-19 13:24:25 +0300119static bool edp_panel_vdd_on(struct intel_dp *intel_dp);
Daniel Vetter4be73782014-01-17 14:39:48 +0100120static void edp_panel_vdd_off(struct intel_dp *intel_dp, bool sync);
Ville Syrjälä093e3f12014-10-16 21:27:33 +0300121static void vlv_init_panel_power_sequencer(struct intel_dp *intel_dp);
Ville Syrjäläa8c33442014-10-16 21:29:59 +0300122static void vlv_steal_power_sequencer(struct drm_device *dev,
123 enum pipe pipe);
Keith Packarda4fc5ed2009-04-07 16:16:42 -0700124
Dave Airlie0e32b392014-05-02 14:02:48 +1000125int
Chris Wilsonea5b2132010-08-04 13:50:23 +0100126intel_dp_max_link_bw(struct intel_dp *intel_dp)
Keith Packarda4fc5ed2009-04-07 16:16:42 -0700127{
Jesse Barnes7183dc22011-07-07 11:10:58 -0700128 int max_link_bw = intel_dp->dpcd[DP_MAX_LINK_RATE];
Keith Packarda4fc5ed2009-04-07 16:16:42 -0700129
130 switch (max_link_bw) {
131 case DP_LINK_BW_1_62:
132 case DP_LINK_BW_2_7:
Ville Syrjälä1db10e22015-03-12 17:10:32 +0200133 case DP_LINK_BW_5_4:
Imre Deakd4eead52013-07-09 17:05:26 +0300134 break;
Keith Packarda4fc5ed2009-04-07 16:16:42 -0700135 default:
Imre Deakd4eead52013-07-09 17:05:26 +0300136 WARN(1, "invalid max DP link bw val %x, using 1.62Gbps\n",
137 max_link_bw);
Keith Packarda4fc5ed2009-04-07 16:16:42 -0700138 max_link_bw = DP_LINK_BW_1_62;
139 break;
140 }
141 return max_link_bw;
142}
143
Paulo Zanonieeb63242014-05-06 14:56:50 +0300144static u8 intel_dp_max_lane_count(struct intel_dp *intel_dp)
145{
146 struct intel_digital_port *intel_dig_port = dp_to_dig_port(intel_dp);
147 struct drm_device *dev = intel_dig_port->base.base.dev;
148 u8 source_max, sink_max;
149
150 source_max = 4;
151 if (HAS_DDI(dev) && intel_dig_port->port == PORT_A &&
152 (intel_dig_port->saved_port_bits & DDI_A_4_LANES) == 0)
153 source_max = 2;
154
155 sink_max = drm_dp_max_lane_count(intel_dp->dpcd);
156
157 return min(source_max, sink_max);
158}
159
Adam Jacksoncd9dde42011-10-14 12:43:49 -0400160/*
161 * The units on the numbers in the next two are... bizarre. Examples will
162 * make it clearer; this one parallels an example in the eDP spec.
163 *
164 * intel_dp_max_data_rate for one lane of 2.7GHz evaluates as:
165 *
166 * 270000 * 1 * 8 / 10 == 216000
167 *
168 * The actual data capacity of that configuration is 2.16Gbit/s, so the
169 * units are decakilobits. ->clock in a drm_display_mode is in kilohertz -
170 * or equivalently, kilopixels per second - so for 1680x1050R it'd be
171 * 119000. At 18bpp that's 2142000 kilobits per second.
172 *
173 * Thus the strange-looking division by 10 in intel_dp_link_required, to
174 * get the result in decakilobits instead of kilobits.
175 */
176
Keith Packarda4fc5ed2009-04-07 16:16:42 -0700177static int
Keith Packardc8982612012-01-25 08:16:25 -0800178intel_dp_link_required(int pixel_clock, int bpp)
Keith Packarda4fc5ed2009-04-07 16:16:42 -0700179{
Adam Jacksoncd9dde42011-10-14 12:43:49 -0400180 return (pixel_clock * bpp + 9) / 10;
Keith Packarda4fc5ed2009-04-07 16:16:42 -0700181}
182
183static int
Dave Airliefe27d532010-06-30 11:46:17 +1000184intel_dp_max_data_rate(int max_link_clock, int max_lanes)
185{
186 return (max_link_clock * max_lanes * 8) / 10;
187}
188
Damien Lespiauc19de8e2013-11-28 15:29:18 +0000189static enum drm_mode_status
Keith Packarda4fc5ed2009-04-07 16:16:42 -0700190intel_dp_mode_valid(struct drm_connector *connector,
191 struct drm_display_mode *mode)
192{
Chris Wilsondf0e9242010-09-09 16:20:55 +0100193 struct intel_dp *intel_dp = intel_attached_dp(connector);
Jani Nikuladd06f902012-10-19 14:51:50 +0300194 struct intel_connector *intel_connector = to_intel_connector(connector);
195 struct drm_display_mode *fixed_mode = intel_connector->panel.fixed_mode;
Daniel Vetter36008362013-03-27 00:44:59 +0100196 int target_clock = mode->clock;
197 int max_rate, mode_rate, max_lanes, max_link_clock;
Keith Packarda4fc5ed2009-04-07 16:16:42 -0700198
Jani Nikuladd06f902012-10-19 14:51:50 +0300199 if (is_edp(intel_dp) && fixed_mode) {
200 if (mode->hdisplay > fixed_mode->hdisplay)
Zhao Yakui7de56f42010-07-19 09:43:14 +0100201 return MODE_PANEL;
202
Jani Nikuladd06f902012-10-19 14:51:50 +0300203 if (mode->vdisplay > fixed_mode->vdisplay)
Zhao Yakui7de56f42010-07-19 09:43:14 +0100204 return MODE_PANEL;
Daniel Vetter03afc4a2013-04-02 23:42:31 +0200205
206 target_clock = fixed_mode->clock;
Zhao Yakui7de56f42010-07-19 09:43:14 +0100207 }
208
Ville Syrjälä50fec212015-03-12 17:10:34 +0200209 max_link_clock = intel_dp_max_link_rate(intel_dp);
Paulo Zanonieeb63242014-05-06 14:56:50 +0300210 max_lanes = intel_dp_max_lane_count(intel_dp);
Daniel Vetter36008362013-03-27 00:44:59 +0100211
212 max_rate = intel_dp_max_data_rate(max_link_clock, max_lanes);
213 mode_rate = intel_dp_link_required(target_clock, 18);
214
215 if (mode_rate > max_rate)
Daniel Vetterc4867932012-04-10 10:42:36 +0200216 return MODE_CLOCK_HIGH;
Keith Packarda4fc5ed2009-04-07 16:16:42 -0700217
218 if (mode->clock < 10000)
219 return MODE_CLOCK_LOW;
220
Daniel Vetter0af78a22012-05-23 11:30:55 +0200221 if (mode->flags & DRM_MODE_FLAG_DBLCLK)
222 return MODE_H_ILLEGAL;
223
Keith Packarda4fc5ed2009-04-07 16:16:42 -0700224 return MODE_OK;
225}
226
Rodrigo Vivia4f12892014-11-14 08:52:27 -0800227uint32_t intel_dp_pack_aux(const uint8_t *src, int src_bytes)
Keith Packarda4fc5ed2009-04-07 16:16:42 -0700228{
229 int i;
230 uint32_t v = 0;
231
232 if (src_bytes > 4)
233 src_bytes = 4;
234 for (i = 0; i < src_bytes; i++)
235 v |= ((uint32_t) src[i]) << ((3-i) * 8);
236 return v;
237}
238
Damien Lespiauc2af70e2015-02-10 19:32:23 +0000239static void intel_dp_unpack_aux(uint32_t src, uint8_t *dst, int dst_bytes)
Keith Packarda4fc5ed2009-04-07 16:16:42 -0700240{
241 int i;
242 if (dst_bytes > 4)
243 dst_bytes = 4;
244 for (i = 0; i < dst_bytes; i++)
245 dst[i] = src >> ((3-i) * 8);
246}
247
Keith Packardfb0f8fb2009-06-11 22:31:31 -0700248/* hrawclock is 1/4 the FSB frequency */
249static int
250intel_hrawclk(struct drm_device *dev)
251{
252 struct drm_i915_private *dev_priv = dev->dev_private;
253 uint32_t clkcfg;
254
Vijay Purushothaman9473c8f2012-09-27 19:13:01 +0530255 /* There is no CLKCFG reg in Valleyview. VLV hrawclk is 200 MHz */
256 if (IS_VALLEYVIEW(dev))
257 return 200;
258
Keith Packardfb0f8fb2009-06-11 22:31:31 -0700259 clkcfg = I915_READ(CLKCFG);
260 switch (clkcfg & CLKCFG_FSB_MASK) {
261 case CLKCFG_FSB_400:
262 return 100;
263 case CLKCFG_FSB_533:
264 return 133;
265 case CLKCFG_FSB_667:
266 return 166;
267 case CLKCFG_FSB_800:
268 return 200;
269 case CLKCFG_FSB_1067:
270 return 266;
271 case CLKCFG_FSB_1333:
272 return 333;
273 /* these two are just a guess; one of them might be right */
274 case CLKCFG_FSB_1600:
275 case CLKCFG_FSB_1600_ALT:
276 return 400;
277 default:
278 return 133;
279 }
280}
281
Jani Nikulabf13e812013-09-06 07:40:05 +0300282static void
283intel_dp_init_panel_power_sequencer(struct drm_device *dev,
Ville Syrjälä36b5f422014-10-16 21:27:30 +0300284 struct intel_dp *intel_dp);
Jani Nikulabf13e812013-09-06 07:40:05 +0300285static void
286intel_dp_init_panel_power_sequencer_registers(struct drm_device *dev,
Ville Syrjälä36b5f422014-10-16 21:27:30 +0300287 struct intel_dp *intel_dp);
Jani Nikulabf13e812013-09-06 07:40:05 +0300288
Ville Syrjälä773538e82014-09-04 14:54:56 +0300289static void pps_lock(struct intel_dp *intel_dp)
290{
291 struct intel_digital_port *intel_dig_port = dp_to_dig_port(intel_dp);
292 struct intel_encoder *encoder = &intel_dig_port->base;
293 struct drm_device *dev = encoder->base.dev;
294 struct drm_i915_private *dev_priv = dev->dev_private;
295 enum intel_display_power_domain power_domain;
296
297 /*
298 * See vlv_power_sequencer_reset() why we need
299 * a power domain reference here.
300 */
301 power_domain = intel_display_port_power_domain(encoder);
302 intel_display_power_get(dev_priv, power_domain);
303
304 mutex_lock(&dev_priv->pps_mutex);
305}
306
307static void pps_unlock(struct intel_dp *intel_dp)
308{
309 struct intel_digital_port *intel_dig_port = dp_to_dig_port(intel_dp);
310 struct intel_encoder *encoder = &intel_dig_port->base;
311 struct drm_device *dev = encoder->base.dev;
312 struct drm_i915_private *dev_priv = dev->dev_private;
313 enum intel_display_power_domain power_domain;
314
315 mutex_unlock(&dev_priv->pps_mutex);
316
317 power_domain = intel_display_port_power_domain(encoder);
318 intel_display_power_put(dev_priv, power_domain);
319}
320
Ville Syrjälä961a0db2014-10-16 21:29:42 +0300321static void
322vlv_power_sequencer_kick(struct intel_dp *intel_dp)
323{
324 struct intel_digital_port *intel_dig_port = dp_to_dig_port(intel_dp);
325 struct drm_device *dev = intel_dig_port->base.base.dev;
326 struct drm_i915_private *dev_priv = dev->dev_private;
327 enum pipe pipe = intel_dp->pps_pipe;
Ville Syrjäläd288f652014-10-28 13:20:22 +0200328 bool pll_enabled;
Ville Syrjälä961a0db2014-10-16 21:29:42 +0300329 uint32_t DP;
330
331 if (WARN(I915_READ(intel_dp->output_reg) & DP_PORT_EN,
332 "skipping pipe %c power seqeuncer kick due to port %c being active\n",
333 pipe_name(pipe), port_name(intel_dig_port->port)))
334 return;
335
336 DRM_DEBUG_KMS("kicking pipe %c power sequencer for port %c\n",
337 pipe_name(pipe), port_name(intel_dig_port->port));
338
339 /* Preserve the BIOS-computed detected bit. This is
340 * supposed to be read-only.
341 */
342 DP = I915_READ(intel_dp->output_reg) & DP_DETECTED;
343 DP |= DP_VOLTAGE_0_4 | DP_PRE_EMPHASIS_0;
344 DP |= DP_PORT_WIDTH(1);
345 DP |= DP_LINK_TRAIN_PAT_1;
346
347 if (IS_CHERRYVIEW(dev))
348 DP |= DP_PIPE_SELECT_CHV(pipe);
349 else if (pipe == PIPE_B)
350 DP |= DP_PIPEB_SELECT;
351
Ville Syrjäläd288f652014-10-28 13:20:22 +0200352 pll_enabled = I915_READ(DPLL(pipe)) & DPLL_VCO_ENABLE;
353
354 /*
355 * The DPLL for the pipe must be enabled for this to work.
356 * So enable temporarily it if it's not already enabled.
357 */
358 if (!pll_enabled)
359 vlv_force_pll_on(dev, pipe, IS_CHERRYVIEW(dev) ?
360 &chv_dpll[0].dpll : &vlv_dpll[0].dpll);
361
Ville Syrjälä961a0db2014-10-16 21:29:42 +0300362 /*
363 * Similar magic as in intel_dp_enable_port().
364 * We _must_ do this port enable + disable trick
365 * to make this power seqeuencer lock onto the port.
366 * Otherwise even VDD force bit won't work.
367 */
368 I915_WRITE(intel_dp->output_reg, DP);
369 POSTING_READ(intel_dp->output_reg);
370
371 I915_WRITE(intel_dp->output_reg, DP | DP_PORT_EN);
372 POSTING_READ(intel_dp->output_reg);
373
374 I915_WRITE(intel_dp->output_reg, DP & ~DP_PORT_EN);
375 POSTING_READ(intel_dp->output_reg);
Ville Syrjäläd288f652014-10-28 13:20:22 +0200376
377 if (!pll_enabled)
378 vlv_force_pll_off(dev, pipe);
Ville Syrjälä961a0db2014-10-16 21:29:42 +0300379}
380
Jani Nikulabf13e812013-09-06 07:40:05 +0300381static enum pipe
382vlv_power_sequencer_pipe(struct intel_dp *intel_dp)
383{
384 struct intel_digital_port *intel_dig_port = dp_to_dig_port(intel_dp);
Jani Nikulabf13e812013-09-06 07:40:05 +0300385 struct drm_device *dev = intel_dig_port->base.base.dev;
386 struct drm_i915_private *dev_priv = dev->dev_private;
Ville Syrjäläa4a5d2f2014-09-04 14:54:20 +0300387 struct intel_encoder *encoder;
388 unsigned int pipes = (1 << PIPE_A) | (1 << PIPE_B);
Ville Syrjäläa8c33442014-10-16 21:29:59 +0300389 enum pipe pipe;
Jani Nikulabf13e812013-09-06 07:40:05 +0300390
Ville Syrjäläe39b9992014-09-04 14:53:14 +0300391 lockdep_assert_held(&dev_priv->pps_mutex);
392
Ville Syrjäläa8c33442014-10-16 21:29:59 +0300393 /* We should never land here with regular DP ports */
394 WARN_ON(!is_edp(intel_dp));
395
Ville Syrjäläa4a5d2f2014-09-04 14:54:20 +0300396 if (intel_dp->pps_pipe != INVALID_PIPE)
397 return intel_dp->pps_pipe;
Jani Nikulabf13e812013-09-06 07:40:05 +0300398
Ville Syrjäläa4a5d2f2014-09-04 14:54:20 +0300399 /*
400 * We don't have power sequencer currently.
401 * Pick one that's not used by other ports.
402 */
403 list_for_each_entry(encoder, &dev->mode_config.encoder_list,
404 base.head) {
405 struct intel_dp *tmp;
406
407 if (encoder->type != INTEL_OUTPUT_EDP)
408 continue;
409
410 tmp = enc_to_intel_dp(&encoder->base);
411
412 if (tmp->pps_pipe != INVALID_PIPE)
413 pipes &= ~(1 << tmp->pps_pipe);
414 }
415
416 /*
417 * Didn't find one. This should not happen since there
418 * are two power sequencers and up to two eDP ports.
419 */
420 if (WARN_ON(pipes == 0))
Ville Syrjäläa8c33442014-10-16 21:29:59 +0300421 pipe = PIPE_A;
422 else
423 pipe = ffs(pipes) - 1;
Ville Syrjäläa4a5d2f2014-09-04 14:54:20 +0300424
Ville Syrjäläa8c33442014-10-16 21:29:59 +0300425 vlv_steal_power_sequencer(dev, pipe);
426 intel_dp->pps_pipe = pipe;
Ville Syrjäläa4a5d2f2014-09-04 14:54:20 +0300427
428 DRM_DEBUG_KMS("picked pipe %c power sequencer for port %c\n",
429 pipe_name(intel_dp->pps_pipe),
430 port_name(intel_dig_port->port));
431
432 /* init power sequencer on this pipe and port */
Ville Syrjälä36b5f422014-10-16 21:27:30 +0300433 intel_dp_init_panel_power_sequencer(dev, intel_dp);
434 intel_dp_init_panel_power_sequencer_registers(dev, intel_dp);
Ville Syrjäläa4a5d2f2014-09-04 14:54:20 +0300435
Ville Syrjälä961a0db2014-10-16 21:29:42 +0300436 /*
437 * Even vdd force doesn't work until we've made
438 * the power sequencer lock in on the port.
439 */
440 vlv_power_sequencer_kick(intel_dp);
Ville Syrjäläa4a5d2f2014-09-04 14:54:20 +0300441
442 return intel_dp->pps_pipe;
443}
444
Ville Syrjälä6491ab22014-08-18 22:16:06 +0300445typedef bool (*vlv_pipe_check)(struct drm_i915_private *dev_priv,
446 enum pipe pipe);
447
448static bool vlv_pipe_has_pp_on(struct drm_i915_private *dev_priv,
449 enum pipe pipe)
450{
451 return I915_READ(VLV_PIPE_PP_STATUS(pipe)) & PP_ON;
452}
453
454static bool vlv_pipe_has_vdd_on(struct drm_i915_private *dev_priv,
455 enum pipe pipe)
456{
457 return I915_READ(VLV_PIPE_PP_CONTROL(pipe)) & EDP_FORCE_VDD;
458}
459
460static bool vlv_pipe_any(struct drm_i915_private *dev_priv,
461 enum pipe pipe)
462{
463 return true;
464}
465
Ville Syrjäläa4a5d2f2014-09-04 14:54:20 +0300466static enum pipe
Ville Syrjälä6491ab22014-08-18 22:16:06 +0300467vlv_initial_pps_pipe(struct drm_i915_private *dev_priv,
468 enum port port,
469 vlv_pipe_check pipe_check)
Ville Syrjäläa4a5d2f2014-09-04 14:54:20 +0300470{
Jani Nikulabf13e812013-09-06 07:40:05 +0300471 enum pipe pipe;
472
Jani Nikulabf13e812013-09-06 07:40:05 +0300473 for (pipe = PIPE_A; pipe <= PIPE_B; pipe++) {
474 u32 port_sel = I915_READ(VLV_PIPE_PP_ON_DELAYS(pipe)) &
475 PANEL_PORT_SELECT_MASK;
Ville Syrjäläa4a5d2f2014-09-04 14:54:20 +0300476
477 if (port_sel != PANEL_PORT_SELECT_VLV(port))
478 continue;
479
Ville Syrjälä6491ab22014-08-18 22:16:06 +0300480 if (!pipe_check(dev_priv, pipe))
481 continue;
482
Ville Syrjäläa4a5d2f2014-09-04 14:54:20 +0300483 return pipe;
Jani Nikulabf13e812013-09-06 07:40:05 +0300484 }
485
Ville Syrjäläa4a5d2f2014-09-04 14:54:20 +0300486 return INVALID_PIPE;
487}
488
489static void
490vlv_initial_power_sequencer_setup(struct intel_dp *intel_dp)
491{
492 struct intel_digital_port *intel_dig_port = dp_to_dig_port(intel_dp);
493 struct drm_device *dev = intel_dig_port->base.base.dev;
494 struct drm_i915_private *dev_priv = dev->dev_private;
Ville Syrjäläa4a5d2f2014-09-04 14:54:20 +0300495 enum port port = intel_dig_port->port;
496
497 lockdep_assert_held(&dev_priv->pps_mutex);
498
499 /* try to find a pipe with this port selected */
Ville Syrjälä6491ab22014-08-18 22:16:06 +0300500 /* first pick one where the panel is on */
501 intel_dp->pps_pipe = vlv_initial_pps_pipe(dev_priv, port,
502 vlv_pipe_has_pp_on);
503 /* didn't find one? pick one where vdd is on */
504 if (intel_dp->pps_pipe == INVALID_PIPE)
505 intel_dp->pps_pipe = vlv_initial_pps_pipe(dev_priv, port,
506 vlv_pipe_has_vdd_on);
507 /* didn't find one? pick one with just the correct port */
508 if (intel_dp->pps_pipe == INVALID_PIPE)
509 intel_dp->pps_pipe = vlv_initial_pps_pipe(dev_priv, port,
510 vlv_pipe_any);
Ville Syrjäläa4a5d2f2014-09-04 14:54:20 +0300511
512 /* didn't find one? just let vlv_power_sequencer_pipe() pick one when needed */
513 if (intel_dp->pps_pipe == INVALID_PIPE) {
514 DRM_DEBUG_KMS("no initial power sequencer for port %c\n",
515 port_name(port));
516 return;
517 }
518
519 DRM_DEBUG_KMS("initial power sequencer for port %c: pipe %c\n",
520 port_name(port), pipe_name(intel_dp->pps_pipe));
521
Ville Syrjälä36b5f422014-10-16 21:27:30 +0300522 intel_dp_init_panel_power_sequencer(dev, intel_dp);
523 intel_dp_init_panel_power_sequencer_registers(dev, intel_dp);
Jani Nikulabf13e812013-09-06 07:40:05 +0300524}
525
Ville Syrjälä773538e82014-09-04 14:54:56 +0300526void vlv_power_sequencer_reset(struct drm_i915_private *dev_priv)
527{
528 struct drm_device *dev = dev_priv->dev;
529 struct intel_encoder *encoder;
530
531 if (WARN_ON(!IS_VALLEYVIEW(dev)))
532 return;
533
534 /*
535 * We can't grab pps_mutex here due to deadlock with power_domain
536 * mutex when power_domain functions are called while holding pps_mutex.
537 * That also means that in order to use pps_pipe the code needs to
538 * hold both a power domain reference and pps_mutex, and the power domain
539 * reference get/put must be done while _not_ holding pps_mutex.
540 * pps_{lock,unlock}() do these steps in the correct order, so one
541 * should use them always.
542 */
543
544 list_for_each_entry(encoder, &dev->mode_config.encoder_list, base.head) {
545 struct intel_dp *intel_dp;
546
547 if (encoder->type != INTEL_OUTPUT_EDP)
548 continue;
549
550 intel_dp = enc_to_intel_dp(&encoder->base);
551 intel_dp->pps_pipe = INVALID_PIPE;
552 }
Jani Nikulabf13e812013-09-06 07:40:05 +0300553}
554
555static u32 _pp_ctrl_reg(struct intel_dp *intel_dp)
556{
557 struct drm_device *dev = intel_dp_to_dev(intel_dp);
558
559 if (HAS_PCH_SPLIT(dev))
560 return PCH_PP_CONTROL;
561 else
562 return VLV_PIPE_PP_CONTROL(vlv_power_sequencer_pipe(intel_dp));
563}
564
565static u32 _pp_stat_reg(struct intel_dp *intel_dp)
566{
567 struct drm_device *dev = intel_dp_to_dev(intel_dp);
568
569 if (HAS_PCH_SPLIT(dev))
570 return PCH_PP_STATUS;
571 else
572 return VLV_PIPE_PP_STATUS(vlv_power_sequencer_pipe(intel_dp));
573}
574
Clint Taylor01527b32014-07-07 13:01:46 -0700575/* Reboot notifier handler to shutdown panel power to guarantee T12 timing
576 This function only applicable when panel PM state is not to be tracked */
577static int edp_notify_handler(struct notifier_block *this, unsigned long code,
578 void *unused)
579{
580 struct intel_dp *intel_dp = container_of(this, typeof(* intel_dp),
581 edp_notifier);
582 struct drm_device *dev = intel_dp_to_dev(intel_dp);
583 struct drm_i915_private *dev_priv = dev->dev_private;
584 u32 pp_div;
585 u32 pp_ctrl_reg, pp_div_reg;
Clint Taylor01527b32014-07-07 13:01:46 -0700586
587 if (!is_edp(intel_dp) || code != SYS_RESTART)
588 return 0;
589
Ville Syrjälä773538e82014-09-04 14:54:56 +0300590 pps_lock(intel_dp);
Ville Syrjäläe39b9992014-09-04 14:53:14 +0300591
Clint Taylor01527b32014-07-07 13:01:46 -0700592 if (IS_VALLEYVIEW(dev)) {
Ville Syrjäläe39b9992014-09-04 14:53:14 +0300593 enum pipe pipe = vlv_power_sequencer_pipe(intel_dp);
594
Clint Taylor01527b32014-07-07 13:01:46 -0700595 pp_ctrl_reg = VLV_PIPE_PP_CONTROL(pipe);
596 pp_div_reg = VLV_PIPE_PP_DIVISOR(pipe);
597 pp_div = I915_READ(pp_div_reg);
598 pp_div &= PP_REFERENCE_DIVIDER_MASK;
599
600 /* 0x1F write to PP_DIV_REG sets max cycle delay */
601 I915_WRITE(pp_div_reg, pp_div | 0x1F);
602 I915_WRITE(pp_ctrl_reg, PANEL_UNLOCK_REGS | PANEL_POWER_OFF);
603 msleep(intel_dp->panel_power_cycle_delay);
604 }
605
Ville Syrjälä773538e82014-09-04 14:54:56 +0300606 pps_unlock(intel_dp);
Ville Syrjäläe39b9992014-09-04 14:53:14 +0300607
Clint Taylor01527b32014-07-07 13:01:46 -0700608 return 0;
609}
610
Daniel Vetter4be73782014-01-17 14:39:48 +0100611static bool edp_have_panel_power(struct intel_dp *intel_dp)
Keith Packardebf33b12011-09-29 15:53:27 -0700612{
Paulo Zanoni30add222012-10-26 19:05:45 -0200613 struct drm_device *dev = intel_dp_to_dev(intel_dp);
Keith Packardebf33b12011-09-29 15:53:27 -0700614 struct drm_i915_private *dev_priv = dev->dev_private;
615
Ville Syrjäläe39b9992014-09-04 14:53:14 +0300616 lockdep_assert_held(&dev_priv->pps_mutex);
617
Ville Syrjälä9a423562014-10-16 21:29:48 +0300618 if (IS_VALLEYVIEW(dev) &&
619 intel_dp->pps_pipe == INVALID_PIPE)
620 return false;
621
Jani Nikulabf13e812013-09-06 07:40:05 +0300622 return (I915_READ(_pp_stat_reg(intel_dp)) & PP_ON) != 0;
Keith Packardebf33b12011-09-29 15:53:27 -0700623}
624
Daniel Vetter4be73782014-01-17 14:39:48 +0100625static bool edp_have_panel_vdd(struct intel_dp *intel_dp)
Keith Packardebf33b12011-09-29 15:53:27 -0700626{
Paulo Zanoni30add222012-10-26 19:05:45 -0200627 struct drm_device *dev = intel_dp_to_dev(intel_dp);
Keith Packardebf33b12011-09-29 15:53:27 -0700628 struct drm_i915_private *dev_priv = dev->dev_private;
629
Ville Syrjäläe39b9992014-09-04 14:53:14 +0300630 lockdep_assert_held(&dev_priv->pps_mutex);
631
Ville Syrjälä9a423562014-10-16 21:29:48 +0300632 if (IS_VALLEYVIEW(dev) &&
633 intel_dp->pps_pipe == INVALID_PIPE)
634 return false;
635
Ville Syrjälä773538e82014-09-04 14:54:56 +0300636 return I915_READ(_pp_ctrl_reg(intel_dp)) & EDP_FORCE_VDD;
Keith Packardebf33b12011-09-29 15:53:27 -0700637}
638
Keith Packard9b984da2011-09-19 13:54:47 -0700639static void
640intel_dp_check_edp(struct intel_dp *intel_dp)
641{
Paulo Zanoni30add222012-10-26 19:05:45 -0200642 struct drm_device *dev = intel_dp_to_dev(intel_dp);
Keith Packard9b984da2011-09-19 13:54:47 -0700643 struct drm_i915_private *dev_priv = dev->dev_private;
Keith Packardebf33b12011-09-29 15:53:27 -0700644
Keith Packard9b984da2011-09-19 13:54:47 -0700645 if (!is_edp(intel_dp))
646 return;
Jesse Barnes453c5422013-03-28 09:55:41 -0700647
Daniel Vetter4be73782014-01-17 14:39:48 +0100648 if (!edp_have_panel_power(intel_dp) && !edp_have_panel_vdd(intel_dp)) {
Keith Packard9b984da2011-09-19 13:54:47 -0700649 WARN(1, "eDP powered off while attempting aux channel communication.\n");
650 DRM_DEBUG_KMS("Status 0x%08x Control 0x%08x\n",
Jani Nikulabf13e812013-09-06 07:40:05 +0300651 I915_READ(_pp_stat_reg(intel_dp)),
652 I915_READ(_pp_ctrl_reg(intel_dp)));
Keith Packard9b984da2011-09-19 13:54:47 -0700653 }
654}
655
Daniel Vetter9ee32fea2012-12-01 13:53:48 +0100656static uint32_t
657intel_dp_aux_wait_done(struct intel_dp *intel_dp, bool has_aux_irq)
658{
659 struct intel_digital_port *intel_dig_port = dp_to_dig_port(intel_dp);
660 struct drm_device *dev = intel_dig_port->base.base.dev;
661 struct drm_i915_private *dev_priv = dev->dev_private;
Paulo Zanoni9ed35ab2013-02-18 19:00:25 -0300662 uint32_t ch_ctl = intel_dp->aux_ch_ctl_reg;
Daniel Vetter9ee32fea2012-12-01 13:53:48 +0100663 uint32_t status;
664 bool done;
665
Daniel Vetteref04f002012-12-01 21:03:59 +0100666#define C (((status = I915_READ_NOTRACE(ch_ctl)) & DP_AUX_CH_CTL_SEND_BUSY) == 0)
Daniel Vetter9ee32fea2012-12-01 13:53:48 +0100667 if (has_aux_irq)
Paulo Zanonib18ac462013-02-18 19:00:24 -0300668 done = wait_event_timeout(dev_priv->gmbus_wait_queue, C,
Imre Deak35987062013-05-21 20:03:20 +0300669 msecs_to_jiffies_timeout(10));
Daniel Vetter9ee32fea2012-12-01 13:53:48 +0100670 else
671 done = wait_for_atomic(C, 10) == 0;
672 if (!done)
673 DRM_ERROR("dp aux hw did not signal timeout (has irq: %i)!\n",
674 has_aux_irq);
675#undef C
676
677 return status;
678}
679
Damien Lespiauec5b01d2014-01-21 13:35:39 +0000680static uint32_t i9xx_get_aux_clock_divider(struct intel_dp *intel_dp, int index)
681{
682 struct intel_digital_port *intel_dig_port = dp_to_dig_port(intel_dp);
683 struct drm_device *dev = intel_dig_port->base.base.dev;
684
685 /*
686 * The clock divider is based off the hrawclk, and would like to run at
687 * 2MHz. So, take the hrawclk value and divide by 2 and use that
688 */
689 return index ? 0 : intel_hrawclk(dev) / 2;
690}
691
692static uint32_t ilk_get_aux_clock_divider(struct intel_dp *intel_dp, int index)
693{
694 struct intel_digital_port *intel_dig_port = dp_to_dig_port(intel_dp);
695 struct drm_device *dev = intel_dig_port->base.base.dev;
696
697 if (index)
698 return 0;
699
700 if (intel_dig_port->port == PORT_A) {
701 if (IS_GEN6(dev) || IS_GEN7(dev))
702 return 200; /* SNB & IVB eDP input clock at 400Mhz */
703 else
704 return 225; /* eDP input clock at 450Mhz */
705 } else {
706 return DIV_ROUND_UP(intel_pch_rawclk(dev), 2);
707 }
708}
709
710static uint32_t hsw_get_aux_clock_divider(struct intel_dp *intel_dp, int index)
Rodrigo Vivib84a1cf2013-07-11 18:44:57 -0300711{
712 struct intel_digital_port *intel_dig_port = dp_to_dig_port(intel_dp);
713 struct drm_device *dev = intel_dig_port->base.base.dev;
714 struct drm_i915_private *dev_priv = dev->dev_private;
715
Damien Lespiauec5b01d2014-01-21 13:35:39 +0000716 if (intel_dig_port->port == PORT_A) {
Chris Wilsonbc866252013-07-21 16:00:03 +0100717 if (index)
718 return 0;
Damien Lespiauec5b01d2014-01-21 13:35:39 +0000719 return DIV_ROUND_CLOSEST(intel_ddi_get_cdclk_freq(dev_priv), 2000);
Rodrigo Vivib84a1cf2013-07-11 18:44:57 -0300720 } else if (dev_priv->pch_id == INTEL_PCH_LPT_DEVICE_ID_TYPE) {
721 /* Workaround for non-ULT HSW */
Chris Wilsonbc866252013-07-21 16:00:03 +0100722 switch (index) {
723 case 0: return 63;
724 case 1: return 72;
725 default: return 0;
726 }
Damien Lespiauec5b01d2014-01-21 13:35:39 +0000727 } else {
Chris Wilsonbc866252013-07-21 16:00:03 +0100728 return index ? 0 : DIV_ROUND_UP(intel_pch_rawclk(dev), 2);
Rodrigo Vivib84a1cf2013-07-11 18:44:57 -0300729 }
730}
731
Damien Lespiauec5b01d2014-01-21 13:35:39 +0000732static uint32_t vlv_get_aux_clock_divider(struct intel_dp *intel_dp, int index)
733{
734 return index ? 0 : 100;
735}
736
Damien Lespiaub6b5e382014-01-20 16:00:59 +0000737static uint32_t skl_get_aux_clock_divider(struct intel_dp *intel_dp, int index)
738{
739 /*
740 * SKL doesn't need us to program the AUX clock divider (Hardware will
741 * derive the clock from CDCLK automatically). We still implement the
742 * get_aux_clock_divider vfunc to plug-in into the existing code.
743 */
744 return index ? 0 : 1;
745}
746
Damien Lespiau5ed12a12014-01-20 15:52:30 +0000747static uint32_t i9xx_get_aux_send_ctl(struct intel_dp *intel_dp,
748 bool has_aux_irq,
749 int send_bytes,
750 uint32_t aux_clock_divider)
751{
752 struct intel_digital_port *intel_dig_port = dp_to_dig_port(intel_dp);
753 struct drm_device *dev = intel_dig_port->base.base.dev;
754 uint32_t precharge, timeout;
755
756 if (IS_GEN6(dev))
757 precharge = 3;
758 else
759 precharge = 5;
760
761 if (IS_BROADWELL(dev) && intel_dp->aux_ch_ctl_reg == DPA_AUX_CH_CTL)
762 timeout = DP_AUX_CH_CTL_TIME_OUT_600us;
763 else
764 timeout = DP_AUX_CH_CTL_TIME_OUT_400us;
765
766 return DP_AUX_CH_CTL_SEND_BUSY |
Damien Lespiau788d4432014-01-20 15:52:31 +0000767 DP_AUX_CH_CTL_DONE |
Damien Lespiau5ed12a12014-01-20 15:52:30 +0000768 (has_aux_irq ? DP_AUX_CH_CTL_INTERRUPT : 0) |
Damien Lespiau788d4432014-01-20 15:52:31 +0000769 DP_AUX_CH_CTL_TIME_OUT_ERROR |
Damien Lespiau5ed12a12014-01-20 15:52:30 +0000770 timeout |
Damien Lespiau788d4432014-01-20 15:52:31 +0000771 DP_AUX_CH_CTL_RECEIVE_ERROR |
Damien Lespiau5ed12a12014-01-20 15:52:30 +0000772 (send_bytes << DP_AUX_CH_CTL_MESSAGE_SIZE_SHIFT) |
773 (precharge << DP_AUX_CH_CTL_PRECHARGE_2US_SHIFT) |
Damien Lespiau788d4432014-01-20 15:52:31 +0000774 (aux_clock_divider << DP_AUX_CH_CTL_BIT_CLOCK_2X_SHIFT);
Damien Lespiau5ed12a12014-01-20 15:52:30 +0000775}
776
Damien Lespiaub9ca5fa2014-01-20 16:01:00 +0000777static uint32_t skl_get_aux_send_ctl(struct intel_dp *intel_dp,
778 bool has_aux_irq,
779 int send_bytes,
780 uint32_t unused)
781{
782 return DP_AUX_CH_CTL_SEND_BUSY |
783 DP_AUX_CH_CTL_DONE |
784 (has_aux_irq ? DP_AUX_CH_CTL_INTERRUPT : 0) |
785 DP_AUX_CH_CTL_TIME_OUT_ERROR |
786 DP_AUX_CH_CTL_TIME_OUT_1600us |
787 DP_AUX_CH_CTL_RECEIVE_ERROR |
788 (send_bytes << DP_AUX_CH_CTL_MESSAGE_SIZE_SHIFT) |
789 DP_AUX_CH_CTL_SYNC_PULSE_SKL(32);
790}
791
Keith Packarda4fc5ed2009-04-07 16:16:42 -0700792static int
Chris Wilsonea5b2132010-08-04 13:50:23 +0100793intel_dp_aux_ch(struct intel_dp *intel_dp,
Daniel Vetterbd9f74a2014-10-02 09:45:35 +0200794 const uint8_t *send, int send_bytes,
Keith Packarda4fc5ed2009-04-07 16:16:42 -0700795 uint8_t *recv, int recv_size)
796{
Paulo Zanoni174edf12012-10-26 19:05:50 -0200797 struct intel_digital_port *intel_dig_port = dp_to_dig_port(intel_dp);
798 struct drm_device *dev = intel_dig_port->base.base.dev;
Keith Packarda4fc5ed2009-04-07 16:16:42 -0700799 struct drm_i915_private *dev_priv = dev->dev_private;
Paulo Zanoni9ed35ab2013-02-18 19:00:25 -0300800 uint32_t ch_ctl = intel_dp->aux_ch_ctl_reg;
Keith Packarda4fc5ed2009-04-07 16:16:42 -0700801 uint32_t ch_data = ch_ctl + 4;
Chris Wilsonbc866252013-07-21 16:00:03 +0100802 uint32_t aux_clock_divider;
Daniel Vetter9ee32fea2012-12-01 13:53:48 +0100803 int i, ret, recv_bytes;
Keith Packarda4fc5ed2009-04-07 16:16:42 -0700804 uint32_t status;
Damien Lespiau5ed12a12014-01-20 15:52:30 +0000805 int try, clock = 0;
Daniel Vetter4e6b7882014-02-07 16:33:20 +0100806 bool has_aux_irq = HAS_AUX_IRQ(dev);
Jani Nikula884f19e2014-03-14 16:51:14 +0200807 bool vdd;
808
Ville Syrjälä773538e82014-09-04 14:54:56 +0300809 pps_lock(intel_dp);
Ville Syrjäläe39b9992014-09-04 14:53:14 +0300810
Ville Syrjälä72c35002014-08-18 22:16:00 +0300811 /*
812 * We will be called with VDD already enabled for dpcd/edid/oui reads.
813 * In such cases we want to leave VDD enabled and it's up to upper layers
814 * to turn it off. But for eg. i2c-dev access we need to turn it on/off
815 * ourselves.
816 */
Ville Syrjälä1e0560e2014-08-19 13:24:25 +0300817 vdd = edp_panel_vdd_on(intel_dp);
Daniel Vetter9ee32fea2012-12-01 13:53:48 +0100818
819 /* dp aux is extremely sensitive to irq latency, hence request the
820 * lowest possible wakeup latency and so prevent the cpu from going into
821 * deep sleep states.
822 */
823 pm_qos_update_request(&dev_priv->pm_qos, 0);
Keith Packarda4fc5ed2009-04-07 16:16:42 -0700824
Keith Packard9b984da2011-09-19 13:54:47 -0700825 intel_dp_check_edp(intel_dp);
Zhenyu Wang5eb08b62009-07-24 01:00:31 +0800826
Paulo Zanonic67a4702013-08-19 13:18:09 -0300827 intel_aux_display_runtime_get(dev_priv);
828
Jesse Barnes11bee432011-08-01 15:02:20 -0700829 /* Try to wait for any previous AUX channel activity */
830 for (try = 0; try < 3; try++) {
Daniel Vetteref04f002012-12-01 21:03:59 +0100831 status = I915_READ_NOTRACE(ch_ctl);
Jesse Barnes11bee432011-08-01 15:02:20 -0700832 if ((status & DP_AUX_CH_CTL_SEND_BUSY) == 0)
833 break;
834 msleep(1);
835 }
836
837 if (try == 3) {
838 WARN(1, "dp_aux_ch not started status 0x%08x\n",
839 I915_READ(ch_ctl));
Daniel Vetter9ee32fea2012-12-01 13:53:48 +0100840 ret = -EBUSY;
841 goto out;
Chris Wilson4f7f7b72010-08-18 18:12:56 +0100842 }
843
Paulo Zanoni46a5ae92013-09-17 11:14:10 -0300844 /* Only 5 data registers! */
845 if (WARN_ON(send_bytes > 20 || recv_size > 20)) {
846 ret = -E2BIG;
847 goto out;
848 }
849
Damien Lespiauec5b01d2014-01-21 13:35:39 +0000850 while ((aux_clock_divider = intel_dp->get_aux_clock_divider(intel_dp, clock++))) {
Damien Lespiau153b1102014-01-21 13:37:15 +0000851 u32 send_ctl = intel_dp->get_aux_send_ctl(intel_dp,
852 has_aux_irq,
853 send_bytes,
854 aux_clock_divider);
Damien Lespiau5ed12a12014-01-20 15:52:30 +0000855
Chris Wilsonbc866252013-07-21 16:00:03 +0100856 /* Must try at least 3 times according to DP spec */
857 for (try = 0; try < 5; try++) {
858 /* Load the send data into the aux channel data registers */
859 for (i = 0; i < send_bytes; i += 4)
860 I915_WRITE(ch_data + i,
Rodrigo Vivia4f12892014-11-14 08:52:27 -0800861 intel_dp_pack_aux(send + i,
862 send_bytes - i));
Akshay Joshi0206e352011-08-16 15:34:10 -0400863
Chris Wilsonbc866252013-07-21 16:00:03 +0100864 /* Send the command and wait for it to complete */
Damien Lespiau5ed12a12014-01-20 15:52:30 +0000865 I915_WRITE(ch_ctl, send_ctl);
Daniel Vetter9ee32fea2012-12-01 13:53:48 +0100866
Chris Wilsonbc866252013-07-21 16:00:03 +0100867 status = intel_dp_aux_wait_done(intel_dp, has_aux_irq);
Akshay Joshi0206e352011-08-16 15:34:10 -0400868
Chris Wilsonbc866252013-07-21 16:00:03 +0100869 /* Clear done status and any errors */
870 I915_WRITE(ch_ctl,
871 status |
872 DP_AUX_CH_CTL_DONE |
873 DP_AUX_CH_CTL_TIME_OUT_ERROR |
874 DP_AUX_CH_CTL_RECEIVE_ERROR);
Adam Jacksond7e96fe2011-07-26 15:39:46 -0400875
Chris Wilsonbc866252013-07-21 16:00:03 +0100876 if (status & (DP_AUX_CH_CTL_TIME_OUT_ERROR |
877 DP_AUX_CH_CTL_RECEIVE_ERROR))
878 continue;
879 if (status & DP_AUX_CH_CTL_DONE)
880 break;
881 }
Chris Wilson4f7f7b72010-08-18 18:12:56 +0100882 if (status & DP_AUX_CH_CTL_DONE)
Keith Packarda4fc5ed2009-04-07 16:16:42 -0700883 break;
884 }
885
Keith Packarda4fc5ed2009-04-07 16:16:42 -0700886 if ((status & DP_AUX_CH_CTL_DONE) == 0) {
Keith Packard1ae8c0a2009-06-28 15:42:17 -0700887 DRM_ERROR("dp_aux_ch not done status 0x%08x\n", status);
Daniel Vetter9ee32fea2012-12-01 13:53:48 +0100888 ret = -EBUSY;
889 goto out;
Keith Packarda4fc5ed2009-04-07 16:16:42 -0700890 }
891
892 /* Check for timeout or receive error.
893 * Timeouts occur when the sink is not connected
894 */
Keith Packarda5b3da52009-06-11 22:30:32 -0700895 if (status & DP_AUX_CH_CTL_RECEIVE_ERROR) {
Keith Packard1ae8c0a2009-06-28 15:42:17 -0700896 DRM_ERROR("dp_aux_ch receive error status 0x%08x\n", status);
Daniel Vetter9ee32fea2012-12-01 13:53:48 +0100897 ret = -EIO;
898 goto out;
Keith Packarda5b3da52009-06-11 22:30:32 -0700899 }
Keith Packard1ae8c0a2009-06-28 15:42:17 -0700900
901 /* Timeouts occur when the device isn't connected, so they're
902 * "normal" -- don't fill the kernel log with these */
Keith Packarda5b3da52009-06-11 22:30:32 -0700903 if (status & DP_AUX_CH_CTL_TIME_OUT_ERROR) {
Zhao Yakui28c97732009-10-09 11:39:41 +0800904 DRM_DEBUG_KMS("dp_aux_ch timeout status 0x%08x\n", status);
Daniel Vetter9ee32fea2012-12-01 13:53:48 +0100905 ret = -ETIMEDOUT;
906 goto out;
Keith Packarda4fc5ed2009-04-07 16:16:42 -0700907 }
908
909 /* Unload any bytes sent back from the other side */
910 recv_bytes = ((status & DP_AUX_CH_CTL_MESSAGE_SIZE_MASK) >>
911 DP_AUX_CH_CTL_MESSAGE_SIZE_SHIFT);
Keith Packarda4fc5ed2009-04-07 16:16:42 -0700912 if (recv_bytes > recv_size)
913 recv_bytes = recv_size;
Akshay Joshi0206e352011-08-16 15:34:10 -0400914
Chris Wilson4f7f7b72010-08-18 18:12:56 +0100915 for (i = 0; i < recv_bytes; i += 4)
Rodrigo Vivia4f12892014-11-14 08:52:27 -0800916 intel_dp_unpack_aux(I915_READ(ch_data + i),
917 recv + i, recv_bytes - i);
Keith Packarda4fc5ed2009-04-07 16:16:42 -0700918
Daniel Vetter9ee32fea2012-12-01 13:53:48 +0100919 ret = recv_bytes;
920out:
921 pm_qos_update_request(&dev_priv->pm_qos, PM_QOS_DEFAULT_VALUE);
Paulo Zanonic67a4702013-08-19 13:18:09 -0300922 intel_aux_display_runtime_put(dev_priv);
Daniel Vetter9ee32fea2012-12-01 13:53:48 +0100923
Jani Nikula884f19e2014-03-14 16:51:14 +0200924 if (vdd)
925 edp_panel_vdd_off(intel_dp, false);
926
Ville Syrjälä773538e82014-09-04 14:54:56 +0300927 pps_unlock(intel_dp);
Ville Syrjäläe39b9992014-09-04 14:53:14 +0300928
Daniel Vetter9ee32fea2012-12-01 13:53:48 +0100929 return ret;
Keith Packarda4fc5ed2009-04-07 16:16:42 -0700930}
931
Jani Nikulaa6c8aff02014-04-07 12:37:25 +0300932#define BARE_ADDRESS_SIZE 3
933#define HEADER_SIZE (BARE_ADDRESS_SIZE + 1)
Jani Nikula9d1a1032014-03-14 16:51:15 +0200934static ssize_t
935intel_dp_aux_transfer(struct drm_dp_aux *aux, struct drm_dp_aux_msg *msg)
Keith Packarda4fc5ed2009-04-07 16:16:42 -0700936{
Jani Nikula9d1a1032014-03-14 16:51:15 +0200937 struct intel_dp *intel_dp = container_of(aux, struct intel_dp, aux);
938 uint8_t txbuf[20], rxbuf[20];
939 size_t txsize, rxsize;
Keith Packarda4fc5ed2009-04-07 16:16:42 -0700940 int ret;
Keith Packarda4fc5ed2009-04-07 16:16:42 -0700941
Jani Nikula9d1a1032014-03-14 16:51:15 +0200942 txbuf[0] = msg->request << 4;
943 txbuf[1] = msg->address >> 8;
944 txbuf[2] = msg->address & 0xff;
945 txbuf[3] = msg->size - 1;
Paulo Zanoni46a5ae92013-09-17 11:14:10 -0300946
Jani Nikula9d1a1032014-03-14 16:51:15 +0200947 switch (msg->request & ~DP_AUX_I2C_MOT) {
948 case DP_AUX_NATIVE_WRITE:
949 case DP_AUX_I2C_WRITE:
Jani Nikulaa6c8aff02014-04-07 12:37:25 +0300950 txsize = msg->size ? HEADER_SIZE + msg->size : BARE_ADDRESS_SIZE;
Jani Nikula9d1a1032014-03-14 16:51:15 +0200951 rxsize = 1;
Jani Nikulaf51a44b2014-02-11 11:52:05 +0200952
Jani Nikula9d1a1032014-03-14 16:51:15 +0200953 if (WARN_ON(txsize > 20))
954 return -E2BIG;
Keith Packarda4fc5ed2009-04-07 16:16:42 -0700955
Jani Nikula9d1a1032014-03-14 16:51:15 +0200956 memcpy(txbuf + HEADER_SIZE, msg->buffer, msg->size);
Keith Packarda4fc5ed2009-04-07 16:16:42 -0700957
Jani Nikula9d1a1032014-03-14 16:51:15 +0200958 ret = intel_dp_aux_ch(intel_dp, txbuf, txsize, rxbuf, rxsize);
959 if (ret > 0) {
960 msg->reply = rxbuf[0] >> 4;
Keith Packarda4fc5ed2009-04-07 16:16:42 -0700961
Jani Nikula9d1a1032014-03-14 16:51:15 +0200962 /* Return payload size. */
963 ret = msg->size;
Keith Packarda4fc5ed2009-04-07 16:16:42 -0700964 }
Jani Nikula9d1a1032014-03-14 16:51:15 +0200965 break;
966
967 case DP_AUX_NATIVE_READ:
968 case DP_AUX_I2C_READ:
Jani Nikulaa6c8aff02014-04-07 12:37:25 +0300969 txsize = msg->size ? HEADER_SIZE : BARE_ADDRESS_SIZE;
Jani Nikula9d1a1032014-03-14 16:51:15 +0200970 rxsize = msg->size + 1;
971
972 if (WARN_ON(rxsize > 20))
973 return -E2BIG;
974
975 ret = intel_dp_aux_ch(intel_dp, txbuf, txsize, rxbuf, rxsize);
976 if (ret > 0) {
977 msg->reply = rxbuf[0] >> 4;
978 /*
979 * Assume happy day, and copy the data. The caller is
980 * expected to check msg->reply before touching it.
981 *
982 * Return payload size.
983 */
984 ret--;
985 memcpy(msg->buffer, rxbuf + 1, ret);
986 }
987 break;
988
989 default:
990 ret = -EINVAL;
991 break;
Keith Packarda4fc5ed2009-04-07 16:16:42 -0700992 }
Jani Nikulaf51a44b2014-02-11 11:52:05 +0200993
Jani Nikula9d1a1032014-03-14 16:51:15 +0200994 return ret;
Keith Packarda4fc5ed2009-04-07 16:16:42 -0700995}
996
Jani Nikula9d1a1032014-03-14 16:51:15 +0200997static void
998intel_dp_aux_init(struct intel_dp *intel_dp, struct intel_connector *connector)
Keith Packarda4fc5ed2009-04-07 16:16:42 -0700999{
Jani Nikula9d1a1032014-03-14 16:51:15 +02001000 struct drm_device *dev = intel_dp_to_dev(intel_dp);
Jani Nikula33ad6622014-03-14 16:51:16 +02001001 struct intel_digital_port *intel_dig_port = dp_to_dig_port(intel_dp);
1002 enum port port = intel_dig_port->port;
Jani Nikula0b998362014-03-14 16:51:17 +02001003 const char *name = NULL;
Dave Airlieab2c0672009-12-04 10:55:24 +10001004 int ret;
Keith Packarda4fc5ed2009-04-07 16:16:42 -07001005
Jani Nikula33ad6622014-03-14 16:51:16 +02001006 switch (port) {
1007 case PORT_A:
1008 intel_dp->aux_ch_ctl_reg = DPA_AUX_CH_CTL;
Jani Nikula0b998362014-03-14 16:51:17 +02001009 name = "DPDDC-A";
Dave Airlieab2c0672009-12-04 10:55:24 +10001010 break;
Jani Nikula33ad6622014-03-14 16:51:16 +02001011 case PORT_B:
1012 intel_dp->aux_ch_ctl_reg = PCH_DPB_AUX_CH_CTL;
Jani Nikula0b998362014-03-14 16:51:17 +02001013 name = "DPDDC-B";
Jani Nikula33ad6622014-03-14 16:51:16 +02001014 break;
1015 case PORT_C:
1016 intel_dp->aux_ch_ctl_reg = PCH_DPC_AUX_CH_CTL;
Jani Nikula0b998362014-03-14 16:51:17 +02001017 name = "DPDDC-C";
Jani Nikula33ad6622014-03-14 16:51:16 +02001018 break;
1019 case PORT_D:
1020 intel_dp->aux_ch_ctl_reg = PCH_DPD_AUX_CH_CTL;
Jani Nikula0b998362014-03-14 16:51:17 +02001021 name = "DPDDC-D";
Dave Airlieab2c0672009-12-04 10:55:24 +10001022 break;
1023 default:
Jani Nikula33ad6622014-03-14 16:51:16 +02001024 BUG();
Dave Airlieab2c0672009-12-04 10:55:24 +10001025 }
1026
Damien Lespiau1b1aad72013-12-03 13:56:29 +00001027 /*
1028 * The AUX_CTL register is usually DP_CTL + 0x10.
1029 *
1030 * On Haswell and Broadwell though:
1031 * - Both port A DDI_BUF_CTL and DDI_AUX_CTL are on the CPU
1032 * - Port B/C/D AUX channels are on the PCH, DDI_BUF_CTL on the CPU
1033 *
1034 * Skylake moves AUX_CTL back next to DDI_BUF_CTL, on the CPU.
1035 */
1036 if (!IS_HASWELL(dev) && !IS_BROADWELL(dev))
Jani Nikula33ad6622014-03-14 16:51:16 +02001037 intel_dp->aux_ch_ctl_reg = intel_dp->output_reg + 0x10;
David Flynn8316f332010-12-08 16:10:21 +00001038
Jani Nikula0b998362014-03-14 16:51:17 +02001039 intel_dp->aux.name = name;
Jani Nikula9d1a1032014-03-14 16:51:15 +02001040 intel_dp->aux.dev = dev->dev;
1041 intel_dp->aux.transfer = intel_dp_aux_transfer;
David Flynn8316f332010-12-08 16:10:21 +00001042
Jani Nikula0b998362014-03-14 16:51:17 +02001043 DRM_DEBUG_KMS("registering %s bus for %s\n", name,
1044 connector->base.kdev->kobj.name);
Keith Packarda4fc5ed2009-04-07 16:16:42 -07001045
Dave Airlie4f71d0c2014-06-04 16:02:28 +10001046 ret = drm_dp_aux_register(&intel_dp->aux);
Jani Nikula0b998362014-03-14 16:51:17 +02001047 if (ret < 0) {
Dave Airlie4f71d0c2014-06-04 16:02:28 +10001048 DRM_ERROR("drm_dp_aux_register() for %s failed (%d)\n",
Jani Nikula0b998362014-03-14 16:51:17 +02001049 name, ret);
1050 return;
Dave Airlieab2c0672009-12-04 10:55:24 +10001051 }
David Flynn8316f332010-12-08 16:10:21 +00001052
Jani Nikula0b998362014-03-14 16:51:17 +02001053 ret = sysfs_create_link(&connector->base.kdev->kobj,
1054 &intel_dp->aux.ddc.dev.kobj,
1055 intel_dp->aux.ddc.dev.kobj.name);
1056 if (ret < 0) {
1057 DRM_ERROR("sysfs_create_link() for %s failed (%d)\n", name, ret);
Dave Airlie4f71d0c2014-06-04 16:02:28 +10001058 drm_dp_aux_unregister(&intel_dp->aux);
Keith Packarda4fc5ed2009-04-07 16:16:42 -07001059 }
1060}
1061
Imre Deak80f65de2014-02-11 17:12:49 +02001062static void
1063intel_dp_connector_unregister(struct intel_connector *intel_connector)
1064{
1065 struct intel_dp *intel_dp = intel_attached_dp(&intel_connector->base);
1066
Dave Airlie0e32b392014-05-02 14:02:48 +10001067 if (!intel_connector->mst_port)
1068 sysfs_remove_link(&intel_connector->base.kdev->kobj,
1069 intel_dp->aux.ddc.dev.kobj.name);
Imre Deak80f65de2014-02-11 17:12:49 +02001070 intel_connector_unregister(intel_connector);
1071}
1072
Daniel Vetterc6bb3532013-04-19 11:14:33 +02001073static void
Sonika Jindalc3346ef2015-02-21 11:12:13 +05301074skl_edp_set_pll_config(struct intel_crtc_state *pipe_config, int link_clock)
Damien Lespiau5416d872014-11-14 17:24:33 +00001075{
1076 u32 ctrl1;
1077
1078 pipe_config->ddi_pll_sel = SKL_DPLL0;
1079 pipe_config->dpll_hw_state.cfgcr1 = 0;
1080 pipe_config->dpll_hw_state.cfgcr2 = 0;
1081
1082 ctrl1 = DPLL_CTRL1_OVERRIDE(SKL_DPLL0);
Sonika Jindalc3346ef2015-02-21 11:12:13 +05301083 switch (link_clock / 2) {
1084 case 81000:
Damien Lespiau5416d872014-11-14 17:24:33 +00001085 ctrl1 |= DPLL_CRTL1_LINK_RATE(DPLL_CRTL1_LINK_RATE_810,
1086 SKL_DPLL0);
1087 break;
Sonika Jindalc3346ef2015-02-21 11:12:13 +05301088 case 135000:
Damien Lespiau5416d872014-11-14 17:24:33 +00001089 ctrl1 |= DPLL_CRTL1_LINK_RATE(DPLL_CRTL1_LINK_RATE_1350,
1090 SKL_DPLL0);
1091 break;
Sonika Jindalc3346ef2015-02-21 11:12:13 +05301092 case 270000:
Damien Lespiau5416d872014-11-14 17:24:33 +00001093 ctrl1 |= DPLL_CRTL1_LINK_RATE(DPLL_CRTL1_LINK_RATE_2700,
1094 SKL_DPLL0);
1095 break;
Sonika Jindalc3346ef2015-02-21 11:12:13 +05301096 case 162000:
1097 ctrl1 |= DPLL_CRTL1_LINK_RATE(DPLL_CRTL1_LINK_RATE_1620,
1098 SKL_DPLL0);
1099 break;
1100 /* TBD: For DP link rates 2.16 GHz and 4.32 GHz, VCO is 8640 which
1101 results in CDCLK change. Need to handle the change of CDCLK by
1102 disabling pipes and re-enabling them */
1103 case 108000:
1104 ctrl1 |= DPLL_CRTL1_LINK_RATE(DPLL_CRTL1_LINK_RATE_1080,
1105 SKL_DPLL0);
1106 break;
1107 case 216000:
1108 ctrl1 |= DPLL_CRTL1_LINK_RATE(DPLL_CRTL1_LINK_RATE_2160,
1109 SKL_DPLL0);
1110 break;
1111
Damien Lespiau5416d872014-11-14 17:24:33 +00001112 }
1113 pipe_config->dpll_hw_state.ctrl1 = ctrl1;
1114}
1115
1116static void
Ander Conselvan de Oliveira5cec2582015-01-15 14:55:21 +02001117hsw_dp_set_ddi_pll_sel(struct intel_crtc_state *pipe_config, int link_bw)
Daniel Vetter0e503382014-07-04 11:26:04 -03001118{
1119 switch (link_bw) {
1120 case DP_LINK_BW_1_62:
1121 pipe_config->ddi_pll_sel = PORT_CLK_SEL_LCPLL_810;
1122 break;
1123 case DP_LINK_BW_2_7:
1124 pipe_config->ddi_pll_sel = PORT_CLK_SEL_LCPLL_1350;
1125 break;
1126 case DP_LINK_BW_5_4:
1127 pipe_config->ddi_pll_sel = PORT_CLK_SEL_LCPLL_2700;
1128 break;
1129 }
1130}
1131
Sonika Jindalfc0f8e22015-03-05 10:03:58 +05301132static int
Ville Syrjälä12f6a2e2015-03-12 17:10:30 +02001133intel_dp_sink_rates(struct intel_dp *intel_dp, const int **sink_rates)
Sonika Jindalfc0f8e22015-03-05 10:03:58 +05301134{
Ville Syrjälä12f6a2e2015-03-12 17:10:30 +02001135 if (intel_dp->num_supported_rates) {
1136 *sink_rates = intel_dp->supported_rates;
Ville Syrjäläea2d8a42015-03-12 17:10:28 +02001137 return intel_dp->num_supported_rates;
Sonika Jindalfc0f8e22015-03-05 10:03:58 +05301138 }
Ville Syrjälä12f6a2e2015-03-12 17:10:30 +02001139
1140 *sink_rates = default_rates;
1141
1142 return (intel_dp_max_link_bw(intel_dp) >> 3) + 1;
Sonika Jindalfc0f8e22015-03-05 10:03:58 +05301143}
1144
Sonika Jindala8f3ef62015-03-05 10:02:30 +05301145static int
Ville Syrjälä1db10e22015-03-12 17:10:32 +02001146intel_dp_source_rates(struct drm_device *dev, const int **source_rates)
Sonika Jindala8f3ef62015-03-05 10:02:30 +05301147{
Ville Syrjälä636280b2015-03-12 17:10:29 +02001148 if (INTEL_INFO(dev)->gen >= 9) {
1149 *source_rates = gen9_rates;
1150 return ARRAY_SIZE(gen9_rates);
Sonika Jindala8f3ef62015-03-05 10:02:30 +05301151 }
Ville Syrjälä636280b2015-03-12 17:10:29 +02001152
1153 *source_rates = default_rates;
1154
Ville Syrjälä1db10e22015-03-12 17:10:32 +02001155 if (IS_SKYLAKE(dev) && INTEL_REVID(dev) <= SKL_REVID_B0)
1156 /* WaDisableHBR2:skl */
1157 return (DP_LINK_BW_2_7 >> 3) + 1;
1158 else if (INTEL_INFO(dev)->gen >= 8 ||
1159 (IS_HASWELL(dev) && !IS_HSW_ULX(dev)))
1160 return (DP_LINK_BW_5_4 >> 3) + 1;
1161 else
1162 return (DP_LINK_BW_2_7 >> 3) + 1;
Sonika Jindala8f3ef62015-03-05 10:02:30 +05301163}
1164
Daniel Vetter0e503382014-07-04 11:26:04 -03001165static void
Daniel Vetterc6bb3532013-04-19 11:14:33 +02001166intel_dp_set_clock(struct intel_encoder *encoder,
Ander Conselvan de Oliveira5cec2582015-01-15 14:55:21 +02001167 struct intel_crtc_state *pipe_config, int link_bw)
Daniel Vetterc6bb3532013-04-19 11:14:33 +02001168{
1169 struct drm_device *dev = encoder->base.dev;
Chon Ming Lee9dd4ffd2013-09-04 01:30:37 +08001170 const struct dp_link_dpll *divisor = NULL;
1171 int i, count = 0;
Daniel Vetterc6bb3532013-04-19 11:14:33 +02001172
1173 if (IS_G4X(dev)) {
Chon Ming Lee9dd4ffd2013-09-04 01:30:37 +08001174 divisor = gen4_dpll;
1175 count = ARRAY_SIZE(gen4_dpll);
Daniel Vetterc6bb3532013-04-19 11:14:33 +02001176 } else if (HAS_PCH_SPLIT(dev)) {
Chon Ming Lee9dd4ffd2013-09-04 01:30:37 +08001177 divisor = pch_dpll;
1178 count = ARRAY_SIZE(pch_dpll);
Chon Ming Leeef9348c2014-04-09 13:28:18 +03001179 } else if (IS_CHERRYVIEW(dev)) {
1180 divisor = chv_dpll;
1181 count = ARRAY_SIZE(chv_dpll);
Daniel Vetterc6bb3532013-04-19 11:14:33 +02001182 } else if (IS_VALLEYVIEW(dev)) {
Chon Ming Lee65ce4bf2013-09-04 01:30:38 +08001183 divisor = vlv_dpll;
1184 count = ARRAY_SIZE(vlv_dpll);
Daniel Vetterc6bb3532013-04-19 11:14:33 +02001185 }
Chon Ming Lee9dd4ffd2013-09-04 01:30:37 +08001186
1187 if (divisor && count) {
1188 for (i = 0; i < count; i++) {
1189 if (link_bw == divisor[i].link_bw) {
1190 pipe_config->dpll = divisor[i].dpll;
1191 pipe_config->clock_set = true;
1192 break;
1193 }
1194 }
Daniel Vetterc6bb3532013-04-19 11:14:33 +02001195 }
1196}
1197
Ville Syrjälä2ecae762015-03-12 17:10:33 +02001198static int intersect_rates(const int *source_rates, int source_len,
1199 const int *sink_rates, int sink_len,
1200 int *supported_rates)
Sonika Jindala8f3ef62015-03-05 10:02:30 +05301201{
1202 int i = 0, j = 0, k = 0;
1203
Sonika Jindala8f3ef62015-03-05 10:02:30 +05301204 while (i < source_len && j < sink_len) {
1205 if (source_rates[i] == sink_rates[j]) {
1206 supported_rates[k] = source_rates[i];
1207 ++k;
1208 ++i;
1209 ++j;
1210 } else if (source_rates[i] < sink_rates[j]) {
1211 ++i;
1212 } else {
1213 ++j;
1214 }
1215 }
1216 return k;
1217}
1218
Ville Syrjälä2ecae762015-03-12 17:10:33 +02001219static int intel_supported_rates(struct intel_dp *intel_dp,
1220 int *supported_rates)
1221{
1222 struct drm_device *dev = intel_dp_to_dev(intel_dp);
1223 const int *source_rates, *sink_rates;
1224 int source_len, sink_len;
1225
1226 sink_len = intel_dp_sink_rates(intel_dp, &sink_rates);
1227 source_len = intel_dp_source_rates(dev, &source_rates);
1228
1229 return intersect_rates(source_rates, source_len,
1230 sink_rates, sink_len,
1231 supported_rates);
1232}
1233
Ville Syrjäläf4896f12015-03-12 17:10:27 +02001234static int rate_to_index(int find, const int *rates)
Sonika Jindala8f3ef62015-03-05 10:02:30 +05301235{
1236 int i = 0;
1237
1238 for (i = 0; i < DP_MAX_SUPPORTED_RATES; ++i)
1239 if (find == rates[i])
1240 break;
1241
1242 return i;
1243}
1244
Ville Syrjälä50fec212015-03-12 17:10:34 +02001245int
1246intel_dp_max_link_rate(struct intel_dp *intel_dp)
1247{
1248 int rates[DP_MAX_SUPPORTED_RATES] = {};
1249 int len;
1250
1251 len = intel_supported_rates(intel_dp, rates);
1252 if (WARN_ON(len <= 0))
1253 return 162000;
1254
1255 return rates[rate_to_index(0, rates) - 1];
1256}
1257
Paulo Zanoni00c09d72012-10-26 19:05:52 -02001258bool
Daniel Vetter5bfe2ac2013-03-27 00:44:55 +01001259intel_dp_compute_config(struct intel_encoder *encoder,
Ander Conselvan de Oliveira5cec2582015-01-15 14:55:21 +02001260 struct intel_crtc_state *pipe_config)
Keith Packarda4fc5ed2009-04-07 16:16:42 -07001261{
Daniel Vetter5bfe2ac2013-03-27 00:44:55 +01001262 struct drm_device *dev = encoder->base.dev;
Daniel Vetter36008362013-03-27 00:44:59 +01001263 struct drm_i915_private *dev_priv = dev->dev_private;
Ander Conselvan de Oliveira2d112de2015-01-15 14:55:22 +02001264 struct drm_display_mode *adjusted_mode = &pipe_config->base.adjusted_mode;
Daniel Vetter5bfe2ac2013-03-27 00:44:55 +01001265 struct intel_dp *intel_dp = enc_to_intel_dp(&encoder->base);
Imre Deakbc7d38a2013-05-16 14:40:36 +03001266 enum port port = dp_to_dig_port(intel_dp)->port;
Jesse Barnes2dd24552013-04-25 12:55:01 -07001267 struct intel_crtc *intel_crtc = encoder->new_crtc;
Jani Nikuladd06f902012-10-19 14:51:50 +03001268 struct intel_connector *intel_connector = intel_dp->attached_connector;
Keith Packarda4fc5ed2009-04-07 16:16:42 -07001269 int lane_count, clock;
Jani Nikula56071a22014-05-06 14:56:52 +03001270 int min_lane_count = 1;
Paulo Zanonieeb63242014-05-06 14:56:50 +03001271 int max_lane_count = intel_dp_max_lane_count(intel_dp);
Todd Previte06ea66b2014-01-20 10:19:39 -07001272 /* Conveniently, the link BW constants become indices with a shift...*/
Jani Nikula56071a22014-05-06 14:56:52 +03001273 int min_clock = 0;
Sonika Jindala8f3ef62015-03-05 10:02:30 +05301274 int max_clock;
Daniel Vetter083f9562012-04-20 20:23:49 +02001275 int bpp, mode_rate;
Daniel Vetterff9a6752013-06-01 17:16:21 +02001276 int link_avail, link_clock;
Ville Syrjälä2ecae762015-03-12 17:10:33 +02001277 int supported_rates[DP_MAX_SUPPORTED_RATES] = {};
1278 int supported_len;
Sonika Jindala8f3ef62015-03-05 10:02:30 +05301279
Ville Syrjälä2ecae762015-03-12 17:10:33 +02001280 supported_len = intel_supported_rates(intel_dp, supported_rates);
Sonika Jindala8f3ef62015-03-05 10:02:30 +05301281
1282 /* No common link rates between source and sink */
1283 WARN_ON(supported_len <= 0);
1284
1285 max_clock = supported_len - 1;
Keith Packarda4fc5ed2009-04-07 16:16:42 -07001286
Imre Deakbc7d38a2013-05-16 14:40:36 +03001287 if (HAS_PCH_SPLIT(dev) && !HAS_DDI(dev) && port != PORT_A)
Daniel Vetter5bfe2ac2013-03-27 00:44:55 +01001288 pipe_config->has_pch_encoder = true;
1289
Daniel Vetter03afc4a2013-04-02 23:42:31 +02001290 pipe_config->has_dp_encoder = true;
Vandana Kannanf769cd22014-08-05 07:51:22 -07001291 pipe_config->has_drrs = false;
Daniel Vetter9ed109a2014-04-24 23:54:52 +02001292 pipe_config->has_audio = intel_dp->has_audio;
Keith Packarda4fc5ed2009-04-07 16:16:42 -07001293
Jani Nikuladd06f902012-10-19 14:51:50 +03001294 if (is_edp(intel_dp) && intel_connector->panel.fixed_mode) {
1295 intel_fixed_panel_mode(intel_connector->panel.fixed_mode,
1296 adjusted_mode);
Jesse Barnes2dd24552013-04-25 12:55:01 -07001297 if (!HAS_PCH_SPLIT(dev))
1298 intel_gmch_panel_fitting(intel_crtc, pipe_config,
1299 intel_connector->panel.fitting_mode);
1300 else
Jesse Barnesb074cec2013-04-25 12:55:02 -07001301 intel_pch_panel_fitting(intel_crtc, pipe_config,
1302 intel_connector->panel.fitting_mode);
Zhao Yakui0d3a1be2010-07-19 09:43:13 +01001303 }
1304
Daniel Vettercb1793c2012-06-04 18:39:21 +02001305 if (adjusted_mode->flags & DRM_MODE_FLAG_DBLCLK)
Daniel Vetter0af78a22012-05-23 11:30:55 +02001306 return false;
1307
Daniel Vetter083f9562012-04-20 20:23:49 +02001308 DRM_DEBUG_KMS("DP link computation with max lane count %i "
Sonika Jindala8f3ef62015-03-05 10:02:30 +05301309 "max bw %d pixel clock %iKHz\n",
1310 max_lane_count, supported_rates[max_clock],
Damien Lespiau241bfc32013-09-25 16:45:37 +01001311 adjusted_mode->crtc_clock);
Daniel Vetter083f9562012-04-20 20:23:49 +02001312
Daniel Vetter36008362013-03-27 00:44:59 +01001313 /* Walk through all bpp values. Luckily they're all nicely spaced with 2
1314 * bpc in between. */
Daniel Vetter3e7ca982013-06-01 19:45:56 +02001315 bpp = pipe_config->pipe_bpp;
Jani Nikula56071a22014-05-06 14:56:52 +03001316 if (is_edp(intel_dp)) {
1317 if (dev_priv->vbt.edp_bpp && dev_priv->vbt.edp_bpp < bpp) {
1318 DRM_DEBUG_KMS("clamping bpp for eDP panel to BIOS-provided %i\n",
1319 dev_priv->vbt.edp_bpp);
1320 bpp = dev_priv->vbt.edp_bpp;
1321 }
1322
Jani Nikula344c5bb2014-09-09 11:25:13 +03001323 /*
1324 * Use the maximum clock and number of lanes the eDP panel
1325 * advertizes being capable of. The panels are generally
1326 * designed to support only a single clock and lane
1327 * configuration, and typically these values correspond to the
1328 * native resolution of the panel.
1329 */
1330 min_lane_count = max_lane_count;
1331 min_clock = max_clock;
Imre Deak79842112013-07-18 17:44:13 +03001332 }
Daniel Vetter657445f2013-05-04 10:09:18 +02001333
Daniel Vetter36008362013-03-27 00:44:59 +01001334 for (; bpp >= 6*3; bpp -= 2*3) {
Damien Lespiau241bfc32013-09-25 16:45:37 +01001335 mode_rate = intel_dp_link_required(adjusted_mode->crtc_clock,
1336 bpp);
Daniel Vetterc4867932012-04-10 10:42:36 +02001337
Dave Airliec6930992014-07-14 11:04:39 +10001338 for (clock = min_clock; clock <= max_clock; clock++) {
Sonika Jindala8f3ef62015-03-05 10:02:30 +05301339 for (lane_count = min_lane_count;
1340 lane_count <= max_lane_count;
1341 lane_count <<= 1) {
1342
1343 link_clock = supported_rates[clock];
Daniel Vetter36008362013-03-27 00:44:59 +01001344 link_avail = intel_dp_max_data_rate(link_clock,
1345 lane_count);
Ville Syrjälä3685a8f2013-01-17 16:31:28 +02001346
Daniel Vetter36008362013-03-27 00:44:59 +01001347 if (mode_rate <= link_avail) {
1348 goto found;
1349 }
1350 }
1351 }
1352 }
1353
1354 return false;
1355
1356found:
Ville Syrjälä55bc60d2013-01-17 16:31:29 +02001357 if (intel_dp->color_range_auto) {
1358 /*
1359 * See:
1360 * CEA-861-E - 5.1 Default Encoding Parameters
1361 * VESA DisplayPort Ver.1.2a - 5.1.1.1 Video Colorimetry
1362 */
Thierry Reding18316c82012-12-20 15:41:44 +01001363 if (bpp != 18 && drm_match_cea_mode(adjusted_mode) > 1)
Ville Syrjälä55bc60d2013-01-17 16:31:29 +02001364 intel_dp->color_range = DP_COLOR_RANGE_16_235;
1365 else
1366 intel_dp->color_range = 0;
1367 }
1368
Ville Syrjälä3685a8f2013-01-17 16:31:28 +02001369 if (intel_dp->color_range)
Daniel Vetter50f3b012013-03-27 00:44:56 +01001370 pipe_config->limited_color_range = true;
Ville Syrjälä3685a8f2013-01-17 16:31:28 +02001371
Daniel Vetter36008362013-03-27 00:44:59 +01001372 intel_dp->lane_count = lane_count;
Sonika Jindala8f3ef62015-03-05 10:02:30 +05301373
Ville Syrjäläbc27b7d2015-03-12 17:10:35 +02001374 if (intel_dp->num_supported_rates) {
1375 intel_dp->link_bw = 0;
Sonika Jindala8f3ef62015-03-05 10:02:30 +05301376 intel_dp->rate_select =
Ville Syrjälä2ecae762015-03-12 17:10:33 +02001377 rate_to_index(supported_rates[clock],
1378 intel_dp->supported_rates);
Ville Syrjäläbc27b7d2015-03-12 17:10:35 +02001379 } else {
1380 intel_dp->link_bw =
1381 drm_dp_link_rate_to_bw_code(supported_rates[clock]);
1382 intel_dp->rate_select = 0;
Sonika Jindala8f3ef62015-03-05 10:02:30 +05301383 }
1384
Daniel Vetter657445f2013-05-04 10:09:18 +02001385 pipe_config->pipe_bpp = bpp;
Sonika Jindala8f3ef62015-03-05 10:02:30 +05301386 pipe_config->port_clock = supported_rates[clock];
Daniel Vetterc4867932012-04-10 10:42:36 +02001387
Daniel Vetter36008362013-03-27 00:44:59 +01001388 DRM_DEBUG_KMS("DP link bw %02x lane count %d clock %d bpp %d\n",
1389 intel_dp->link_bw, intel_dp->lane_count,
Daniel Vetterff9a6752013-06-01 17:16:21 +02001390 pipe_config->port_clock, bpp);
Daniel Vetter36008362013-03-27 00:44:59 +01001391 DRM_DEBUG_KMS("DP link bw required %i available %i\n",
1392 mode_rate, link_avail);
Keith Packarda4fc5ed2009-04-07 16:16:42 -07001393
Daniel Vetter03afc4a2013-04-02 23:42:31 +02001394 intel_link_compute_m_n(bpp, lane_count,
Damien Lespiau241bfc32013-09-25 16:45:37 +01001395 adjusted_mode->crtc_clock,
1396 pipe_config->port_clock,
Daniel Vetter03afc4a2013-04-02 23:42:31 +02001397 &pipe_config->dp_m_n);
Keith Packarda4fc5ed2009-04-07 16:16:42 -07001398
Pradeep Bhat439d7ac2014-04-05 12:13:28 +05301399 if (intel_connector->panel.downclock_mode != NULL &&
Vandana Kannan96178ee2015-01-10 02:25:56 +05301400 dev_priv->drrs.type == SEAMLESS_DRRS_SUPPORT) {
Vandana Kannanf769cd22014-08-05 07:51:22 -07001401 pipe_config->has_drrs = true;
Pradeep Bhat439d7ac2014-04-05 12:13:28 +05301402 intel_link_compute_m_n(bpp, lane_count,
1403 intel_connector->panel.downclock_mode->clock,
1404 pipe_config->port_clock,
1405 &pipe_config->dp_m2_n2);
1406 }
1407
Damien Lespiau5416d872014-11-14 17:24:33 +00001408 if (IS_SKYLAKE(dev) && is_edp(intel_dp))
Sonika Jindalc3346ef2015-02-21 11:12:13 +05301409 skl_edp_set_pll_config(pipe_config, supported_rates[clock]);
Damien Lespiau5416d872014-11-14 17:24:33 +00001410 else if (IS_HASWELL(dev) || IS_BROADWELL(dev))
Daniel Vetter0e503382014-07-04 11:26:04 -03001411 hsw_dp_set_ddi_pll_sel(pipe_config, intel_dp->link_bw);
1412 else
1413 intel_dp_set_clock(encoder, pipe_config, intel_dp->link_bw);
Daniel Vetterc6bb3532013-04-19 11:14:33 +02001414
Daniel Vetter36008362013-03-27 00:44:59 +01001415 return true;
Keith Packarda4fc5ed2009-04-07 16:16:42 -07001416}
1417
Daniel Vetter7c62a162013-06-01 17:16:20 +02001418static void ironlake_set_pll_cpu_edp(struct intel_dp *intel_dp)
Daniel Vetterea9b6002012-11-29 15:59:31 +01001419{
Daniel Vetter7c62a162013-06-01 17:16:20 +02001420 struct intel_digital_port *dig_port = dp_to_dig_port(intel_dp);
1421 struct intel_crtc *crtc = to_intel_crtc(dig_port->base.base.crtc);
1422 struct drm_device *dev = crtc->base.dev;
Daniel Vetterea9b6002012-11-29 15:59:31 +01001423 struct drm_i915_private *dev_priv = dev->dev_private;
1424 u32 dpa_ctl;
1425
Ander Conselvan de Oliveira6e3c9712015-01-15 14:55:25 +02001426 DRM_DEBUG_KMS("eDP PLL enable for clock %d\n",
1427 crtc->config->port_clock);
Daniel Vetterea9b6002012-11-29 15:59:31 +01001428 dpa_ctl = I915_READ(DP_A);
1429 dpa_ctl &= ~DP_PLL_FREQ_MASK;
1430
Ander Conselvan de Oliveira6e3c9712015-01-15 14:55:25 +02001431 if (crtc->config->port_clock == 162000) {
Daniel Vetter1ce17032012-11-29 15:59:32 +01001432 /* For a long time we've carried around a ILK-DevA w/a for the
1433 * 160MHz clock. If we're really unlucky, it's still required.
1434 */
1435 DRM_DEBUG_KMS("160MHz cpu eDP clock, might need ilk devA w/a\n");
Daniel Vetterea9b6002012-11-29 15:59:31 +01001436 dpa_ctl |= DP_PLL_FREQ_160MHZ;
Daniel Vetter7c62a162013-06-01 17:16:20 +02001437 intel_dp->DP |= DP_PLL_FREQ_160MHZ;
Daniel Vetterea9b6002012-11-29 15:59:31 +01001438 } else {
1439 dpa_ctl |= DP_PLL_FREQ_270MHZ;
Daniel Vetter7c62a162013-06-01 17:16:20 +02001440 intel_dp->DP |= DP_PLL_FREQ_270MHZ;
Daniel Vetterea9b6002012-11-29 15:59:31 +01001441 }
Daniel Vetter1ce17032012-11-29 15:59:32 +01001442
Daniel Vetterea9b6002012-11-29 15:59:31 +01001443 I915_WRITE(DP_A, dpa_ctl);
1444
1445 POSTING_READ(DP_A);
1446 udelay(500);
1447}
1448
Daniel Vetter8ac33ed2014-04-24 23:54:54 +02001449static void intel_dp_prepare(struct intel_encoder *encoder)
Keith Packarda4fc5ed2009-04-07 16:16:42 -07001450{
Daniel Vetterb934223d2013-07-21 21:37:05 +02001451 struct drm_device *dev = encoder->base.dev;
Keith Packard417e8222011-11-01 19:54:11 -07001452 struct drm_i915_private *dev_priv = dev->dev_private;
Daniel Vetterb934223d2013-07-21 21:37:05 +02001453 struct intel_dp *intel_dp = enc_to_intel_dp(&encoder->base);
Imre Deakbc7d38a2013-05-16 14:40:36 +03001454 enum port port = dp_to_dig_port(intel_dp)->port;
Daniel Vetterb934223d2013-07-21 21:37:05 +02001455 struct intel_crtc *crtc = to_intel_crtc(encoder->base.crtc);
Ander Conselvan de Oliveira6e3c9712015-01-15 14:55:25 +02001456 struct drm_display_mode *adjusted_mode = &crtc->config->base.adjusted_mode;
Keith Packarda4fc5ed2009-04-07 16:16:42 -07001457
Keith Packard417e8222011-11-01 19:54:11 -07001458 /*
Keith Packard1a2eb462011-11-16 16:26:07 -08001459 * There are four kinds of DP registers:
Keith Packard417e8222011-11-01 19:54:11 -07001460 *
1461 * IBX PCH
Keith Packard1a2eb462011-11-16 16:26:07 -08001462 * SNB CPU
1463 * IVB CPU
Keith Packard417e8222011-11-01 19:54:11 -07001464 * CPT PCH
1465 *
1466 * IBX PCH and CPU are the same for almost everything,
1467 * except that the CPU DP PLL is configured in this
1468 * register
1469 *
1470 * CPT PCH is quite different, having many bits moved
1471 * to the TRANS_DP_CTL register instead. That
1472 * configuration happens (oddly) in ironlake_pch_enable
1473 */
Adam Jackson9c9e7922010-04-05 17:57:59 -04001474
Keith Packard417e8222011-11-01 19:54:11 -07001475 /* Preserve the BIOS-computed detected bit. This is
1476 * supposed to be read-only.
1477 */
1478 intel_dp->DP = I915_READ(intel_dp->output_reg) & DP_DETECTED;
Keith Packarda4fc5ed2009-04-07 16:16:42 -07001479
Keith Packard417e8222011-11-01 19:54:11 -07001480 /* Handle DP bits in common between all three register formats */
Keith Packard417e8222011-11-01 19:54:11 -07001481 intel_dp->DP |= DP_VOLTAGE_0_4 | DP_PRE_EMPHASIS_0;
Daniel Vetter17aa6be2013-04-30 14:01:40 +02001482 intel_dp->DP |= DP_PORT_WIDTH(intel_dp->lane_count);
Keith Packarda4fc5ed2009-04-07 16:16:42 -07001483
Ander Conselvan de Oliveira6e3c9712015-01-15 14:55:25 +02001484 if (crtc->config->has_audio)
Chris Wilsonea5b2132010-08-04 13:50:23 +01001485 intel_dp->DP |= DP_AUDIO_OUTPUT_ENABLE;
Paulo Zanoni247d89f2012-10-15 15:51:33 -03001486
Keith Packard417e8222011-11-01 19:54:11 -07001487 /* Split out the IBX/CPU vs CPT settings */
Zhenyu Wang32f9d652009-07-24 01:00:32 +08001488
Imre Deakbc7d38a2013-05-16 14:40:36 +03001489 if (port == PORT_A && IS_GEN7(dev) && !IS_VALLEYVIEW(dev)) {
Keith Packard1a2eb462011-11-16 16:26:07 -08001490 if (adjusted_mode->flags & DRM_MODE_FLAG_PHSYNC)
1491 intel_dp->DP |= DP_SYNC_HS_HIGH;
1492 if (adjusted_mode->flags & DRM_MODE_FLAG_PVSYNC)
1493 intel_dp->DP |= DP_SYNC_VS_HIGH;
1494 intel_dp->DP |= DP_LINK_TRAIN_OFF_CPT;
1495
Jani Nikula6aba5b62013-10-04 15:08:10 +03001496 if (drm_dp_enhanced_frame_cap(intel_dp->dpcd))
Keith Packard1a2eb462011-11-16 16:26:07 -08001497 intel_dp->DP |= DP_ENHANCED_FRAMING;
1498
Daniel Vetter7c62a162013-06-01 17:16:20 +02001499 intel_dp->DP |= crtc->pipe << 29;
Imre Deakbc7d38a2013-05-16 14:40:36 +03001500 } else if (!HAS_PCH_CPT(dev) || port == PORT_A) {
Jesse Barnesb2634012013-03-28 09:55:40 -07001501 if (!HAS_PCH_SPLIT(dev) && !IS_VALLEYVIEW(dev))
Ville Syrjälä3685a8f2013-01-17 16:31:28 +02001502 intel_dp->DP |= intel_dp->color_range;
Keith Packard417e8222011-11-01 19:54:11 -07001503
1504 if (adjusted_mode->flags & DRM_MODE_FLAG_PHSYNC)
1505 intel_dp->DP |= DP_SYNC_HS_HIGH;
1506 if (adjusted_mode->flags & DRM_MODE_FLAG_PVSYNC)
1507 intel_dp->DP |= DP_SYNC_VS_HIGH;
1508 intel_dp->DP |= DP_LINK_TRAIN_OFF;
1509
Jani Nikula6aba5b62013-10-04 15:08:10 +03001510 if (drm_dp_enhanced_frame_cap(intel_dp->dpcd))
Keith Packard417e8222011-11-01 19:54:11 -07001511 intel_dp->DP |= DP_ENHANCED_FRAMING;
1512
Chon Ming Lee44f37d12014-04-09 13:28:21 +03001513 if (!IS_CHERRYVIEW(dev)) {
1514 if (crtc->pipe == 1)
1515 intel_dp->DP |= DP_PIPEB_SELECT;
1516 } else {
1517 intel_dp->DP |= DP_PIPE_SELECT_CHV(crtc->pipe);
1518 }
Keith Packard417e8222011-11-01 19:54:11 -07001519 } else {
1520 intel_dp->DP |= DP_LINK_TRAIN_OFF_CPT;
Zhenyu Wang32f9d652009-07-24 01:00:32 +08001521 }
Keith Packarda4fc5ed2009-04-07 16:16:42 -07001522}
1523
Paulo Zanoniffd6749d2013-12-19 14:29:42 -02001524#define IDLE_ON_MASK (PP_ON | PP_SEQUENCE_MASK | 0 | PP_SEQUENCE_STATE_MASK)
1525#define IDLE_ON_VALUE (PP_ON | PP_SEQUENCE_NONE | 0 | PP_SEQUENCE_STATE_ON_IDLE)
Keith Packard99ea7122011-11-01 19:57:50 -07001526
Paulo Zanoni1a5ef5b2013-12-19 14:29:43 -02001527#define IDLE_OFF_MASK (PP_ON | PP_SEQUENCE_MASK | 0 | 0)
1528#define IDLE_OFF_VALUE (0 | PP_SEQUENCE_NONE | 0 | 0)
Keith Packard99ea7122011-11-01 19:57:50 -07001529
Paulo Zanoniffd6749d2013-12-19 14:29:42 -02001530#define IDLE_CYCLE_MASK (PP_ON | PP_SEQUENCE_MASK | PP_CYCLE_DELAY_ACTIVE | PP_SEQUENCE_STATE_MASK)
1531#define IDLE_CYCLE_VALUE (0 | PP_SEQUENCE_NONE | 0 | PP_SEQUENCE_STATE_OFF_IDLE)
Keith Packard99ea7122011-11-01 19:57:50 -07001532
Daniel Vetter4be73782014-01-17 14:39:48 +01001533static void wait_panel_status(struct intel_dp *intel_dp,
Keith Packard99ea7122011-11-01 19:57:50 -07001534 u32 mask,
1535 u32 value)
1536{
Paulo Zanoni30add222012-10-26 19:05:45 -02001537 struct drm_device *dev = intel_dp_to_dev(intel_dp);
Keith Packard99ea7122011-11-01 19:57:50 -07001538 struct drm_i915_private *dev_priv = dev->dev_private;
Jesse Barnes453c5422013-03-28 09:55:41 -07001539 u32 pp_stat_reg, pp_ctrl_reg;
1540
Ville Syrjäläe39b9992014-09-04 14:53:14 +03001541 lockdep_assert_held(&dev_priv->pps_mutex);
1542
Jani Nikulabf13e812013-09-06 07:40:05 +03001543 pp_stat_reg = _pp_stat_reg(intel_dp);
1544 pp_ctrl_reg = _pp_ctrl_reg(intel_dp);
Keith Packard99ea7122011-11-01 19:57:50 -07001545
1546 DRM_DEBUG_KMS("mask %08x value %08x status %08x control %08x\n",
Jesse Barnes453c5422013-03-28 09:55:41 -07001547 mask, value,
1548 I915_READ(pp_stat_reg),
1549 I915_READ(pp_ctrl_reg));
Keith Packard99ea7122011-11-01 19:57:50 -07001550
Jesse Barnes453c5422013-03-28 09:55:41 -07001551 if (_wait_for((I915_READ(pp_stat_reg) & mask) == value, 5000, 10)) {
Keith Packard99ea7122011-11-01 19:57:50 -07001552 DRM_ERROR("Panel status timeout: status %08x control %08x\n",
Jesse Barnes453c5422013-03-28 09:55:41 -07001553 I915_READ(pp_stat_reg),
1554 I915_READ(pp_ctrl_reg));
Keith Packard99ea7122011-11-01 19:57:50 -07001555 }
Chris Wilson54c136d2013-12-02 09:57:16 +00001556
1557 DRM_DEBUG_KMS("Wait complete\n");
Keith Packard99ea7122011-11-01 19:57:50 -07001558}
1559
Daniel Vetter4be73782014-01-17 14:39:48 +01001560static void wait_panel_on(struct intel_dp *intel_dp)
Keith Packard99ea7122011-11-01 19:57:50 -07001561{
1562 DRM_DEBUG_KMS("Wait for panel power on\n");
Daniel Vetter4be73782014-01-17 14:39:48 +01001563 wait_panel_status(intel_dp, IDLE_ON_MASK, IDLE_ON_VALUE);
Keith Packard99ea7122011-11-01 19:57:50 -07001564}
1565
Daniel Vetter4be73782014-01-17 14:39:48 +01001566static void wait_panel_off(struct intel_dp *intel_dp)
Keith Packardbd943152011-09-18 23:09:52 -07001567{
Keith Packardbd943152011-09-18 23:09:52 -07001568 DRM_DEBUG_KMS("Wait for panel power off time\n");
Daniel Vetter4be73782014-01-17 14:39:48 +01001569 wait_panel_status(intel_dp, IDLE_OFF_MASK, IDLE_OFF_VALUE);
Keith Packardbd943152011-09-18 23:09:52 -07001570}
Keith Packardbd943152011-09-18 23:09:52 -07001571
Daniel Vetter4be73782014-01-17 14:39:48 +01001572static void wait_panel_power_cycle(struct intel_dp *intel_dp)
Keith Packard99ea7122011-11-01 19:57:50 -07001573{
1574 DRM_DEBUG_KMS("Wait for panel power cycle\n");
Paulo Zanonidce56b32013-12-19 14:29:40 -02001575
1576 /* When we disable the VDD override bit last we have to do the manual
1577 * wait. */
1578 wait_remaining_ms_from_jiffies(intel_dp->last_power_cycle,
1579 intel_dp->panel_power_cycle_delay);
1580
Daniel Vetter4be73782014-01-17 14:39:48 +01001581 wait_panel_status(intel_dp, IDLE_CYCLE_MASK, IDLE_CYCLE_VALUE);
Keith Packard99ea7122011-11-01 19:57:50 -07001582}
Keith Packardbd943152011-09-18 23:09:52 -07001583
Daniel Vetter4be73782014-01-17 14:39:48 +01001584static void wait_backlight_on(struct intel_dp *intel_dp)
Paulo Zanonidce56b32013-12-19 14:29:40 -02001585{
1586 wait_remaining_ms_from_jiffies(intel_dp->last_power_on,
1587 intel_dp->backlight_on_delay);
1588}
1589
Daniel Vetter4be73782014-01-17 14:39:48 +01001590static void edp_wait_backlight_off(struct intel_dp *intel_dp)
Paulo Zanonidce56b32013-12-19 14:29:40 -02001591{
1592 wait_remaining_ms_from_jiffies(intel_dp->last_backlight_off,
1593 intel_dp->backlight_off_delay);
1594}
Keith Packard99ea7122011-11-01 19:57:50 -07001595
Keith Packard832dd3c2011-11-01 19:34:06 -07001596/* Read the current pp_control value, unlocking the register if it
1597 * is locked
1598 */
1599
Jesse Barnes453c5422013-03-28 09:55:41 -07001600static u32 ironlake_get_pp_control(struct intel_dp *intel_dp)
Keith Packard832dd3c2011-11-01 19:34:06 -07001601{
Jesse Barnes453c5422013-03-28 09:55:41 -07001602 struct drm_device *dev = intel_dp_to_dev(intel_dp);
1603 struct drm_i915_private *dev_priv = dev->dev_private;
1604 u32 control;
Jesse Barnes453c5422013-03-28 09:55:41 -07001605
Ville Syrjäläe39b9992014-09-04 14:53:14 +03001606 lockdep_assert_held(&dev_priv->pps_mutex);
1607
Jani Nikulabf13e812013-09-06 07:40:05 +03001608 control = I915_READ(_pp_ctrl_reg(intel_dp));
Keith Packard832dd3c2011-11-01 19:34:06 -07001609 control &= ~PANEL_UNLOCK_MASK;
1610 control |= PANEL_UNLOCK_REGS;
1611 return control;
Keith Packardbd943152011-09-18 23:09:52 -07001612}
1613
Ville Syrjälä951468f2014-09-04 14:55:31 +03001614/*
1615 * Must be paired with edp_panel_vdd_off().
1616 * Must hold pps_mutex around the whole on/off sequence.
1617 * Can be nested with intel_edp_panel_vdd_{on,off}() calls.
1618 */
Ville Syrjälä1e0560e2014-08-19 13:24:25 +03001619static bool edp_panel_vdd_on(struct intel_dp *intel_dp)
Jesse Barnes5d613502011-01-24 17:10:54 -08001620{
Paulo Zanoni30add222012-10-26 19:05:45 -02001621 struct drm_device *dev = intel_dp_to_dev(intel_dp);
Imre Deak4e6e1a52014-03-27 17:45:11 +02001622 struct intel_digital_port *intel_dig_port = dp_to_dig_port(intel_dp);
1623 struct intel_encoder *intel_encoder = &intel_dig_port->base;
Jesse Barnes5d613502011-01-24 17:10:54 -08001624 struct drm_i915_private *dev_priv = dev->dev_private;
Imre Deak4e6e1a52014-03-27 17:45:11 +02001625 enum intel_display_power_domain power_domain;
Jesse Barnes5d613502011-01-24 17:10:54 -08001626 u32 pp;
Jesse Barnes453c5422013-03-28 09:55:41 -07001627 u32 pp_stat_reg, pp_ctrl_reg;
Jani Nikulaadddaaf2014-03-14 16:51:13 +02001628 bool need_to_disable = !intel_dp->want_panel_vdd;
Jesse Barnes5d613502011-01-24 17:10:54 -08001629
Ville Syrjäläe39b9992014-09-04 14:53:14 +03001630 lockdep_assert_held(&dev_priv->pps_mutex);
1631
Keith Packard97af61f572011-09-28 16:23:51 -07001632 if (!is_edp(intel_dp))
Jani Nikulaadddaaf2014-03-14 16:51:13 +02001633 return false;
Keith Packardbd943152011-09-18 23:09:52 -07001634
Egbert Eich2c623c12014-11-25 12:54:57 +01001635 cancel_delayed_work(&intel_dp->panel_vdd_work);
Keith Packardbd943152011-09-18 23:09:52 -07001636 intel_dp->want_panel_vdd = true;
Keith Packard99ea7122011-11-01 19:57:50 -07001637
Daniel Vetter4be73782014-01-17 14:39:48 +01001638 if (edp_have_panel_vdd(intel_dp))
Jani Nikulaadddaaf2014-03-14 16:51:13 +02001639 return need_to_disable;
Paulo Zanonib0665d52013-10-30 19:50:27 -02001640
Imre Deak4e6e1a52014-03-27 17:45:11 +02001641 power_domain = intel_display_port_power_domain(intel_encoder);
1642 intel_display_power_get(dev_priv, power_domain);
Paulo Zanonie9cb81a2013-11-21 13:47:23 -02001643
Ville Syrjälä3936fcf2014-10-16 21:30:02 +03001644 DRM_DEBUG_KMS("Turning eDP port %c VDD on\n",
1645 port_name(intel_dig_port->port));
Keith Packardbd943152011-09-18 23:09:52 -07001646
Daniel Vetter4be73782014-01-17 14:39:48 +01001647 if (!edp_have_panel_power(intel_dp))
1648 wait_panel_power_cycle(intel_dp);
Keith Packard99ea7122011-11-01 19:57:50 -07001649
Jesse Barnes453c5422013-03-28 09:55:41 -07001650 pp = ironlake_get_pp_control(intel_dp);
Jesse Barnes5d613502011-01-24 17:10:54 -08001651 pp |= EDP_FORCE_VDD;
Keith Packardebf33b12011-09-29 15:53:27 -07001652
Jani Nikulabf13e812013-09-06 07:40:05 +03001653 pp_stat_reg = _pp_stat_reg(intel_dp);
1654 pp_ctrl_reg = _pp_ctrl_reg(intel_dp);
Jesse Barnes453c5422013-03-28 09:55:41 -07001655
1656 I915_WRITE(pp_ctrl_reg, pp);
1657 POSTING_READ(pp_ctrl_reg);
1658 DRM_DEBUG_KMS("PP_STATUS: 0x%08x PP_CONTROL: 0x%08x\n",
1659 I915_READ(pp_stat_reg), I915_READ(pp_ctrl_reg));
Keith Packardebf33b12011-09-29 15:53:27 -07001660 /*
1661 * If the panel wasn't on, delay before accessing aux channel
1662 */
Daniel Vetter4be73782014-01-17 14:39:48 +01001663 if (!edp_have_panel_power(intel_dp)) {
Ville Syrjälä3936fcf2014-10-16 21:30:02 +03001664 DRM_DEBUG_KMS("eDP port %c panel power wasn't enabled\n",
1665 port_name(intel_dig_port->port));
Keith Packardf01eca22011-09-28 16:48:10 -07001666 msleep(intel_dp->panel_power_up_delay);
Keith Packardf01eca22011-09-28 16:48:10 -07001667 }
Jani Nikulaadddaaf2014-03-14 16:51:13 +02001668
1669 return need_to_disable;
1670}
1671
Ville Syrjälä951468f2014-09-04 14:55:31 +03001672/*
1673 * Must be paired with intel_edp_panel_vdd_off() or
1674 * intel_edp_panel_off().
1675 * Nested calls to these functions are not allowed since
1676 * we drop the lock. Caller must use some higher level
1677 * locking to prevent nested calls from other threads.
1678 */
Daniel Vetterb80d6c72014-03-19 15:54:37 +01001679void intel_edp_panel_vdd_on(struct intel_dp *intel_dp)
Jani Nikulaadddaaf2014-03-14 16:51:13 +02001680{
Ville Syrjäläc695b6b2014-08-18 22:16:03 +03001681 bool vdd;
Jani Nikulaadddaaf2014-03-14 16:51:13 +02001682
Ville Syrjäläc695b6b2014-08-18 22:16:03 +03001683 if (!is_edp(intel_dp))
1684 return;
1685
Ville Syrjälä773538e82014-09-04 14:54:56 +03001686 pps_lock(intel_dp);
Ville Syrjäläc695b6b2014-08-18 22:16:03 +03001687 vdd = edp_panel_vdd_on(intel_dp);
Ville Syrjälä773538e82014-09-04 14:54:56 +03001688 pps_unlock(intel_dp);
Ville Syrjäläc695b6b2014-08-18 22:16:03 +03001689
Rob Clarke2c719b2014-12-15 13:56:32 -05001690 I915_STATE_WARN(!vdd, "eDP port %c VDD already requested on\n",
Ville Syrjälä3936fcf2014-10-16 21:30:02 +03001691 port_name(dp_to_dig_port(intel_dp)->port));
Jesse Barnes5d613502011-01-24 17:10:54 -08001692}
1693
Daniel Vetter4be73782014-01-17 14:39:48 +01001694static void edp_panel_vdd_off_sync(struct intel_dp *intel_dp)
Jesse Barnes5d613502011-01-24 17:10:54 -08001695{
Paulo Zanoni30add222012-10-26 19:05:45 -02001696 struct drm_device *dev = intel_dp_to_dev(intel_dp);
Jesse Barnes5d613502011-01-24 17:10:54 -08001697 struct drm_i915_private *dev_priv = dev->dev_private;
Ville Syrjäläbe2c9192014-08-18 22:16:01 +03001698 struct intel_digital_port *intel_dig_port =
1699 dp_to_dig_port(intel_dp);
1700 struct intel_encoder *intel_encoder = &intel_dig_port->base;
1701 enum intel_display_power_domain power_domain;
Jesse Barnes5d613502011-01-24 17:10:54 -08001702 u32 pp;
Jesse Barnes453c5422013-03-28 09:55:41 -07001703 u32 pp_stat_reg, pp_ctrl_reg;
Jesse Barnes5d613502011-01-24 17:10:54 -08001704
Ville Syrjäläe39b9992014-09-04 14:53:14 +03001705 lockdep_assert_held(&dev_priv->pps_mutex);
Daniel Vettera0e99e62012-12-02 01:05:46 +01001706
Ville Syrjälä15e899a2014-08-18 22:16:02 +03001707 WARN_ON(intel_dp->want_panel_vdd);
Imre Deak4e6e1a52014-03-27 17:45:11 +02001708
Ville Syrjälä15e899a2014-08-18 22:16:02 +03001709 if (!edp_have_panel_vdd(intel_dp))
Ville Syrjäläbe2c9192014-08-18 22:16:01 +03001710 return;
Paulo Zanonib0665d52013-10-30 19:50:27 -02001711
Ville Syrjälä3936fcf2014-10-16 21:30:02 +03001712 DRM_DEBUG_KMS("Turning eDP port %c VDD off\n",
1713 port_name(intel_dig_port->port));
Jesse Barnes453c5422013-03-28 09:55:41 -07001714
Ville Syrjäläbe2c9192014-08-18 22:16:01 +03001715 pp = ironlake_get_pp_control(intel_dp);
1716 pp &= ~EDP_FORCE_VDD;
Jesse Barnes453c5422013-03-28 09:55:41 -07001717
Ville Syrjäläbe2c9192014-08-18 22:16:01 +03001718 pp_ctrl_reg = _pp_ctrl_reg(intel_dp);
1719 pp_stat_reg = _pp_stat_reg(intel_dp);
Jesse Barnes5d613502011-01-24 17:10:54 -08001720
Ville Syrjäläbe2c9192014-08-18 22:16:01 +03001721 I915_WRITE(pp_ctrl_reg, pp);
1722 POSTING_READ(pp_ctrl_reg);
Paulo Zanoni90791a52013-12-06 17:32:42 -02001723
Ville Syrjäläbe2c9192014-08-18 22:16:01 +03001724 /* Make sure sequencer is idle before allowing subsequent activity */
1725 DRM_DEBUG_KMS("PP_STATUS: 0x%08x PP_CONTROL: 0x%08x\n",
1726 I915_READ(pp_stat_reg), I915_READ(pp_ctrl_reg));
Paulo Zanonie9cb81a2013-11-21 13:47:23 -02001727
Ville Syrjäläbe2c9192014-08-18 22:16:01 +03001728 if ((pp & POWER_TARGET_ON) == 0)
1729 intel_dp->last_power_cycle = jiffies;
Paulo Zanonie9cb81a2013-11-21 13:47:23 -02001730
Ville Syrjäläbe2c9192014-08-18 22:16:01 +03001731 power_domain = intel_display_port_power_domain(intel_encoder);
1732 intel_display_power_put(dev_priv, power_domain);
Keith Packardbd943152011-09-18 23:09:52 -07001733}
1734
Daniel Vetter4be73782014-01-17 14:39:48 +01001735static void edp_panel_vdd_work(struct work_struct *__work)
Keith Packardbd943152011-09-18 23:09:52 -07001736{
1737 struct intel_dp *intel_dp = container_of(to_delayed_work(__work),
1738 struct intel_dp, panel_vdd_work);
Keith Packardbd943152011-09-18 23:09:52 -07001739
Ville Syrjälä773538e82014-09-04 14:54:56 +03001740 pps_lock(intel_dp);
Ville Syrjälä15e899a2014-08-18 22:16:02 +03001741 if (!intel_dp->want_panel_vdd)
1742 edp_panel_vdd_off_sync(intel_dp);
Ville Syrjälä773538e82014-09-04 14:54:56 +03001743 pps_unlock(intel_dp);
Keith Packardbd943152011-09-18 23:09:52 -07001744}
1745
Imre Deakaba86892014-07-30 15:57:31 +03001746static void edp_panel_vdd_schedule_off(struct intel_dp *intel_dp)
1747{
1748 unsigned long delay;
1749
1750 /*
1751 * Queue the timer to fire a long time from now (relative to the power
1752 * down delay) to keep the panel power up across a sequence of
1753 * operations.
1754 */
1755 delay = msecs_to_jiffies(intel_dp->panel_power_cycle_delay * 5);
1756 schedule_delayed_work(&intel_dp->panel_vdd_work, delay);
1757}
1758
Ville Syrjälä951468f2014-09-04 14:55:31 +03001759/*
1760 * Must be paired with edp_panel_vdd_on().
1761 * Must hold pps_mutex around the whole on/off sequence.
1762 * Can be nested with intel_edp_panel_vdd_{on,off}() calls.
1763 */
Daniel Vetter4be73782014-01-17 14:39:48 +01001764static void edp_panel_vdd_off(struct intel_dp *intel_dp, bool sync)
Keith Packardbd943152011-09-18 23:09:52 -07001765{
Ville Syrjäläe39b9992014-09-04 14:53:14 +03001766 struct drm_i915_private *dev_priv =
1767 intel_dp_to_dev(intel_dp)->dev_private;
1768
1769 lockdep_assert_held(&dev_priv->pps_mutex);
1770
Keith Packard97af61f572011-09-28 16:23:51 -07001771 if (!is_edp(intel_dp))
1772 return;
Jesse Barnes5d613502011-01-24 17:10:54 -08001773
Rob Clarke2c719b2014-12-15 13:56:32 -05001774 I915_STATE_WARN(!intel_dp->want_panel_vdd, "eDP port %c VDD not forced on",
Ville Syrjälä3936fcf2014-10-16 21:30:02 +03001775 port_name(dp_to_dig_port(intel_dp)->port));
Keith Packardf2e8b182011-11-01 20:01:35 -07001776
Keith Packardbd943152011-09-18 23:09:52 -07001777 intel_dp->want_panel_vdd = false;
1778
Imre Deakaba86892014-07-30 15:57:31 +03001779 if (sync)
Daniel Vetter4be73782014-01-17 14:39:48 +01001780 edp_panel_vdd_off_sync(intel_dp);
Imre Deakaba86892014-07-30 15:57:31 +03001781 else
1782 edp_panel_vdd_schedule_off(intel_dp);
Jesse Barnes5d613502011-01-24 17:10:54 -08001783}
1784
Ville Syrjälä9f0fb5b2014-10-16 21:27:32 +03001785static void edp_panel_on(struct intel_dp *intel_dp)
Jesse Barnes9934c132010-07-22 13:18:19 -07001786{
Paulo Zanoni30add222012-10-26 19:05:45 -02001787 struct drm_device *dev = intel_dp_to_dev(intel_dp);
Jesse Barnes9934c132010-07-22 13:18:19 -07001788 struct drm_i915_private *dev_priv = dev->dev_private;
Keith Packard99ea7122011-11-01 19:57:50 -07001789 u32 pp;
Jesse Barnes453c5422013-03-28 09:55:41 -07001790 u32 pp_ctrl_reg;
Jesse Barnes9934c132010-07-22 13:18:19 -07001791
Ville Syrjälä9f0fb5b2014-10-16 21:27:32 +03001792 lockdep_assert_held(&dev_priv->pps_mutex);
1793
Keith Packard97af61f572011-09-28 16:23:51 -07001794 if (!is_edp(intel_dp))
Keith Packardbd943152011-09-18 23:09:52 -07001795 return;
Keith Packard99ea7122011-11-01 19:57:50 -07001796
Ville Syrjälä3936fcf2014-10-16 21:30:02 +03001797 DRM_DEBUG_KMS("Turn eDP port %c panel power on\n",
1798 port_name(dp_to_dig_port(intel_dp)->port));
Keith Packard99ea7122011-11-01 19:57:50 -07001799
Ville Syrjäläe7a89ac2014-10-16 21:30:07 +03001800 if (WARN(edp_have_panel_power(intel_dp),
1801 "eDP port %c panel power already on\n",
1802 port_name(dp_to_dig_port(intel_dp)->port)))
Ville Syrjälä9f0fb5b2014-10-16 21:27:32 +03001803 return;
Jesse Barnes9934c132010-07-22 13:18:19 -07001804
Daniel Vetter4be73782014-01-17 14:39:48 +01001805 wait_panel_power_cycle(intel_dp);
Jesse Barnes37c6c9b2010-08-11 10:04:43 -07001806
Jani Nikulabf13e812013-09-06 07:40:05 +03001807 pp_ctrl_reg = _pp_ctrl_reg(intel_dp);
Jesse Barnes453c5422013-03-28 09:55:41 -07001808 pp = ironlake_get_pp_control(intel_dp);
Keith Packard05ce1a42011-09-29 16:33:01 -07001809 if (IS_GEN5(dev)) {
1810 /* ILK workaround: disable reset around power sequence */
1811 pp &= ~PANEL_POWER_RESET;
Jani Nikulabf13e812013-09-06 07:40:05 +03001812 I915_WRITE(pp_ctrl_reg, pp);
1813 POSTING_READ(pp_ctrl_reg);
Keith Packard05ce1a42011-09-29 16:33:01 -07001814 }
Jesse Barnes37c6c9b2010-08-11 10:04:43 -07001815
Keith Packard1c0ae802011-09-19 13:59:29 -07001816 pp |= POWER_TARGET_ON;
Keith Packard99ea7122011-11-01 19:57:50 -07001817 if (!IS_GEN5(dev))
1818 pp |= PANEL_POWER_RESET;
1819
Jesse Barnes453c5422013-03-28 09:55:41 -07001820 I915_WRITE(pp_ctrl_reg, pp);
1821 POSTING_READ(pp_ctrl_reg);
Jesse Barnes9934c132010-07-22 13:18:19 -07001822
Daniel Vetter4be73782014-01-17 14:39:48 +01001823 wait_panel_on(intel_dp);
Paulo Zanonidce56b32013-12-19 14:29:40 -02001824 intel_dp->last_power_on = jiffies;
Jesse Barnes9934c132010-07-22 13:18:19 -07001825
Keith Packard05ce1a42011-09-29 16:33:01 -07001826 if (IS_GEN5(dev)) {
1827 pp |= PANEL_POWER_RESET; /* restore panel reset bit */
Jani Nikulabf13e812013-09-06 07:40:05 +03001828 I915_WRITE(pp_ctrl_reg, pp);
1829 POSTING_READ(pp_ctrl_reg);
Keith Packard05ce1a42011-09-29 16:33:01 -07001830 }
Ville Syrjälä9f0fb5b2014-10-16 21:27:32 +03001831}
Ville Syrjäläe39b9992014-09-04 14:53:14 +03001832
Ville Syrjälä9f0fb5b2014-10-16 21:27:32 +03001833void intel_edp_panel_on(struct intel_dp *intel_dp)
1834{
1835 if (!is_edp(intel_dp))
1836 return;
1837
1838 pps_lock(intel_dp);
1839 edp_panel_on(intel_dp);
Ville Syrjälä773538e82014-09-04 14:54:56 +03001840 pps_unlock(intel_dp);
Jesse Barnes9934c132010-07-22 13:18:19 -07001841}
1842
Ville Syrjälä9f0fb5b2014-10-16 21:27:32 +03001843
1844static void edp_panel_off(struct intel_dp *intel_dp)
Jesse Barnes9934c132010-07-22 13:18:19 -07001845{
Imre Deak4e6e1a52014-03-27 17:45:11 +02001846 struct intel_digital_port *intel_dig_port = dp_to_dig_port(intel_dp);
1847 struct intel_encoder *intel_encoder = &intel_dig_port->base;
Paulo Zanoni30add222012-10-26 19:05:45 -02001848 struct drm_device *dev = intel_dp_to_dev(intel_dp);
Jesse Barnes9934c132010-07-22 13:18:19 -07001849 struct drm_i915_private *dev_priv = dev->dev_private;
Imre Deak4e6e1a52014-03-27 17:45:11 +02001850 enum intel_display_power_domain power_domain;
Keith Packard99ea7122011-11-01 19:57:50 -07001851 u32 pp;
Jesse Barnes453c5422013-03-28 09:55:41 -07001852 u32 pp_ctrl_reg;
Jesse Barnes9934c132010-07-22 13:18:19 -07001853
Ville Syrjälä9f0fb5b2014-10-16 21:27:32 +03001854 lockdep_assert_held(&dev_priv->pps_mutex);
1855
Keith Packard97af61f572011-09-28 16:23:51 -07001856 if (!is_edp(intel_dp))
1857 return;
Jesse Barnes37c6c9b2010-08-11 10:04:43 -07001858
Ville Syrjälä3936fcf2014-10-16 21:30:02 +03001859 DRM_DEBUG_KMS("Turn eDP port %c panel power off\n",
1860 port_name(dp_to_dig_port(intel_dp)->port));
Jesse Barnes37c6c9b2010-08-11 10:04:43 -07001861
Ville Syrjälä3936fcf2014-10-16 21:30:02 +03001862 WARN(!intel_dp->want_panel_vdd, "Need eDP port %c VDD to turn off panel\n",
1863 port_name(dp_to_dig_port(intel_dp)->port));
Jani Nikula24f3e092014-03-17 16:43:36 +02001864
Jesse Barnes453c5422013-03-28 09:55:41 -07001865 pp = ironlake_get_pp_control(intel_dp);
Daniel Vetter35a38552012-08-12 22:17:14 +02001866 /* We need to switch off panel power _and_ force vdd, for otherwise some
1867 * panels get very unhappy and cease to work. */
Patrik Jakobssonb3064152014-03-04 00:42:44 +01001868 pp &= ~(POWER_TARGET_ON | PANEL_POWER_RESET | EDP_FORCE_VDD |
1869 EDP_BLC_ENABLE);
Jesse Barnes453c5422013-03-28 09:55:41 -07001870
Jani Nikulabf13e812013-09-06 07:40:05 +03001871 pp_ctrl_reg = _pp_ctrl_reg(intel_dp);
Jesse Barnes453c5422013-03-28 09:55:41 -07001872
Paulo Zanoni849e39f2014-03-07 20:05:20 -03001873 intel_dp->want_panel_vdd = false;
1874
Jesse Barnes453c5422013-03-28 09:55:41 -07001875 I915_WRITE(pp_ctrl_reg, pp);
1876 POSTING_READ(pp_ctrl_reg);
Jesse Barnes9934c132010-07-22 13:18:19 -07001877
Paulo Zanonidce56b32013-12-19 14:29:40 -02001878 intel_dp->last_power_cycle = jiffies;
Daniel Vetter4be73782014-01-17 14:39:48 +01001879 wait_panel_off(intel_dp);
Paulo Zanoni849e39f2014-03-07 20:05:20 -03001880
1881 /* We got a reference when we enabled the VDD. */
Imre Deak4e6e1a52014-03-27 17:45:11 +02001882 power_domain = intel_display_port_power_domain(intel_encoder);
1883 intel_display_power_put(dev_priv, power_domain);
Ville Syrjälä9f0fb5b2014-10-16 21:27:32 +03001884}
Ville Syrjäläe39b9992014-09-04 14:53:14 +03001885
Ville Syrjälä9f0fb5b2014-10-16 21:27:32 +03001886void intel_edp_panel_off(struct intel_dp *intel_dp)
1887{
1888 if (!is_edp(intel_dp))
1889 return;
1890
1891 pps_lock(intel_dp);
1892 edp_panel_off(intel_dp);
Ville Syrjälä773538e82014-09-04 14:54:56 +03001893 pps_unlock(intel_dp);
Jesse Barnes9934c132010-07-22 13:18:19 -07001894}
1895
Jani Nikula1250d102014-08-12 17:11:39 +03001896/* Enable backlight in the panel power control. */
1897static void _intel_edp_backlight_on(struct intel_dp *intel_dp)
Zhenyu Wang32f9d652009-07-24 01:00:32 +08001898{
Paulo Zanonida63a9f2012-10-26 19:05:46 -02001899 struct intel_digital_port *intel_dig_port = dp_to_dig_port(intel_dp);
1900 struct drm_device *dev = intel_dig_port->base.base.dev;
Zhenyu Wang32f9d652009-07-24 01:00:32 +08001901 struct drm_i915_private *dev_priv = dev->dev_private;
1902 u32 pp;
Jesse Barnes453c5422013-03-28 09:55:41 -07001903 u32 pp_ctrl_reg;
Zhenyu Wang32f9d652009-07-24 01:00:32 +08001904
Jesse Barnes01cb9ea2010-10-07 16:01:12 -07001905 /*
1906 * If we enable the backlight right away following a panel power
1907 * on, we may see slight flicker as the panel syncs with the eDP
1908 * link. So delay a bit to make sure the image is solid before
1909 * allowing it to appear.
1910 */
Daniel Vetter4be73782014-01-17 14:39:48 +01001911 wait_backlight_on(intel_dp);
Ville Syrjäläe39b9992014-09-04 14:53:14 +03001912
Ville Syrjälä773538e82014-09-04 14:54:56 +03001913 pps_lock(intel_dp);
Ville Syrjäläe39b9992014-09-04 14:53:14 +03001914
Jesse Barnes453c5422013-03-28 09:55:41 -07001915 pp = ironlake_get_pp_control(intel_dp);
Zhenyu Wang32f9d652009-07-24 01:00:32 +08001916 pp |= EDP_BLC_ENABLE;
Jesse Barnes453c5422013-03-28 09:55:41 -07001917
Jani Nikulabf13e812013-09-06 07:40:05 +03001918 pp_ctrl_reg = _pp_ctrl_reg(intel_dp);
Jesse Barnes453c5422013-03-28 09:55:41 -07001919
1920 I915_WRITE(pp_ctrl_reg, pp);
1921 POSTING_READ(pp_ctrl_reg);
Ville Syrjäläe39b9992014-09-04 14:53:14 +03001922
Ville Syrjälä773538e82014-09-04 14:54:56 +03001923 pps_unlock(intel_dp);
Zhenyu Wang32f9d652009-07-24 01:00:32 +08001924}
1925
Jani Nikula1250d102014-08-12 17:11:39 +03001926/* Enable backlight PWM and backlight PP control. */
1927void intel_edp_backlight_on(struct intel_dp *intel_dp)
1928{
1929 if (!is_edp(intel_dp))
1930 return;
1931
1932 DRM_DEBUG_KMS("\n");
1933
1934 intel_panel_enable_backlight(intel_dp->attached_connector);
1935 _intel_edp_backlight_on(intel_dp);
1936}
1937
1938/* Disable backlight in the panel power control. */
1939static void _intel_edp_backlight_off(struct intel_dp *intel_dp)
Zhenyu Wang32f9d652009-07-24 01:00:32 +08001940{
Paulo Zanoni30add222012-10-26 19:05:45 -02001941 struct drm_device *dev = intel_dp_to_dev(intel_dp);
Zhenyu Wang32f9d652009-07-24 01:00:32 +08001942 struct drm_i915_private *dev_priv = dev->dev_private;
1943 u32 pp;
Jesse Barnes453c5422013-03-28 09:55:41 -07001944 u32 pp_ctrl_reg;
Zhenyu Wang32f9d652009-07-24 01:00:32 +08001945
Keith Packardf01eca22011-09-28 16:48:10 -07001946 if (!is_edp(intel_dp))
1947 return;
1948
Ville Syrjälä773538e82014-09-04 14:54:56 +03001949 pps_lock(intel_dp);
Ville Syrjäläe39b9992014-09-04 14:53:14 +03001950
Jesse Barnes453c5422013-03-28 09:55:41 -07001951 pp = ironlake_get_pp_control(intel_dp);
Zhenyu Wang32f9d652009-07-24 01:00:32 +08001952 pp &= ~EDP_BLC_ENABLE;
Jesse Barnes453c5422013-03-28 09:55:41 -07001953
Jani Nikulabf13e812013-09-06 07:40:05 +03001954 pp_ctrl_reg = _pp_ctrl_reg(intel_dp);
Jesse Barnes453c5422013-03-28 09:55:41 -07001955
1956 I915_WRITE(pp_ctrl_reg, pp);
1957 POSTING_READ(pp_ctrl_reg);
Jesse Barnesf7d23232014-03-31 11:13:56 -07001958
Ville Syrjälä773538e82014-09-04 14:54:56 +03001959 pps_unlock(intel_dp);
Ville Syrjäläe39b9992014-09-04 14:53:14 +03001960
Paulo Zanonidce56b32013-12-19 14:29:40 -02001961 intel_dp->last_backlight_off = jiffies;
Jesse Barnesf7d23232014-03-31 11:13:56 -07001962 edp_wait_backlight_off(intel_dp);
Jani Nikula1250d102014-08-12 17:11:39 +03001963}
Jesse Barnesf7d23232014-03-31 11:13:56 -07001964
Jani Nikula1250d102014-08-12 17:11:39 +03001965/* Disable backlight PP control and backlight PWM. */
1966void intel_edp_backlight_off(struct intel_dp *intel_dp)
1967{
1968 if (!is_edp(intel_dp))
1969 return;
1970
1971 DRM_DEBUG_KMS("\n");
1972
1973 _intel_edp_backlight_off(intel_dp);
Jesse Barnesf7d23232014-03-31 11:13:56 -07001974 intel_panel_disable_backlight(intel_dp->attached_connector);
Zhenyu Wang32f9d652009-07-24 01:00:32 +08001975}
Keith Packarda4fc5ed2009-04-07 16:16:42 -07001976
Jani Nikula73580fb72014-08-12 17:11:41 +03001977/*
1978 * Hook for controlling the panel power control backlight through the bl_power
1979 * sysfs attribute. Take care to handle multiple calls.
1980 */
1981static void intel_edp_backlight_power(struct intel_connector *connector,
1982 bool enable)
1983{
1984 struct intel_dp *intel_dp = intel_attached_dp(&connector->base);
Ville Syrjäläe39b9992014-09-04 14:53:14 +03001985 bool is_enabled;
1986
Ville Syrjälä773538e82014-09-04 14:54:56 +03001987 pps_lock(intel_dp);
Ville Syrjäläe39b9992014-09-04 14:53:14 +03001988 is_enabled = ironlake_get_pp_control(intel_dp) & EDP_BLC_ENABLE;
Ville Syrjälä773538e82014-09-04 14:54:56 +03001989 pps_unlock(intel_dp);
Jani Nikula73580fb72014-08-12 17:11:41 +03001990
1991 if (is_enabled == enable)
1992 return;
1993
Jani Nikula23ba9372014-08-27 14:08:43 +03001994 DRM_DEBUG_KMS("panel power control backlight %s\n",
1995 enable ? "enable" : "disable");
Jani Nikula73580fb72014-08-12 17:11:41 +03001996
1997 if (enable)
1998 _intel_edp_backlight_on(intel_dp);
1999 else
2000 _intel_edp_backlight_off(intel_dp);
2001}
2002
Daniel Vetter2bd2ad62012-09-06 22:15:41 +02002003static void ironlake_edp_pll_on(struct intel_dp *intel_dp)
Jesse Barnesd240f202010-08-13 15:43:26 -07002004{
Paulo Zanonida63a9f2012-10-26 19:05:46 -02002005 struct intel_digital_port *intel_dig_port = dp_to_dig_port(intel_dp);
2006 struct drm_crtc *crtc = intel_dig_port->base.base.crtc;
2007 struct drm_device *dev = crtc->dev;
Jesse Barnesd240f202010-08-13 15:43:26 -07002008 struct drm_i915_private *dev_priv = dev->dev_private;
2009 u32 dpa_ctl;
2010
Daniel Vetter2bd2ad62012-09-06 22:15:41 +02002011 assert_pipe_disabled(dev_priv,
2012 to_intel_crtc(crtc)->pipe);
2013
Jesse Barnesd240f202010-08-13 15:43:26 -07002014 DRM_DEBUG_KMS("\n");
2015 dpa_ctl = I915_READ(DP_A);
Daniel Vetter07679352012-09-06 22:15:42 +02002016 WARN(dpa_ctl & DP_PLL_ENABLE, "dp pll on, should be off\n");
2017 WARN(dpa_ctl & DP_PORT_EN, "dp port still on, should be off\n");
2018
2019 /* We don't adjust intel_dp->DP while tearing down the link, to
2020 * facilitate link retraining (e.g. after hotplug). Hence clear all
2021 * enable bits here to ensure that we don't enable too much. */
2022 intel_dp->DP &= ~(DP_PORT_EN | DP_AUDIO_OUTPUT_ENABLE);
2023 intel_dp->DP |= DP_PLL_ENABLE;
2024 I915_WRITE(DP_A, intel_dp->DP);
Jesse Barnes298b0b32010-10-07 16:01:24 -07002025 POSTING_READ(DP_A);
2026 udelay(200);
Jesse Barnesd240f202010-08-13 15:43:26 -07002027}
2028
Daniel Vetter2bd2ad62012-09-06 22:15:41 +02002029static void ironlake_edp_pll_off(struct intel_dp *intel_dp)
Jesse Barnesd240f202010-08-13 15:43:26 -07002030{
Paulo Zanonida63a9f2012-10-26 19:05:46 -02002031 struct intel_digital_port *intel_dig_port = dp_to_dig_port(intel_dp);
2032 struct drm_crtc *crtc = intel_dig_port->base.base.crtc;
2033 struct drm_device *dev = crtc->dev;
Jesse Barnesd240f202010-08-13 15:43:26 -07002034 struct drm_i915_private *dev_priv = dev->dev_private;
2035 u32 dpa_ctl;
2036
Daniel Vetter2bd2ad62012-09-06 22:15:41 +02002037 assert_pipe_disabled(dev_priv,
2038 to_intel_crtc(crtc)->pipe);
2039
Jesse Barnesd240f202010-08-13 15:43:26 -07002040 dpa_ctl = I915_READ(DP_A);
Daniel Vetter07679352012-09-06 22:15:42 +02002041 WARN((dpa_ctl & DP_PLL_ENABLE) == 0,
2042 "dp pll off, should be on\n");
2043 WARN(dpa_ctl & DP_PORT_EN, "dp port still on, should be off\n");
2044
2045 /* We can't rely on the value tracked for the DP register in
2046 * intel_dp->DP because link_down must not change that (otherwise link
2047 * re-training will fail. */
Jesse Barnes298b0b32010-10-07 16:01:24 -07002048 dpa_ctl &= ~DP_PLL_ENABLE;
Jesse Barnesd240f202010-08-13 15:43:26 -07002049 I915_WRITE(DP_A, dpa_ctl);
Chris Wilson1af5fa12010-09-08 21:07:28 +01002050 POSTING_READ(DP_A);
Jesse Barnesd240f202010-08-13 15:43:26 -07002051 udelay(200);
2052}
2053
Jesse Barnesc7ad3812011-07-07 11:11:03 -07002054/* If the sink supports it, try to set the power state appropriately */
Paulo Zanonic19b0662012-10-15 15:51:41 -03002055void intel_dp_sink_dpms(struct intel_dp *intel_dp, int mode)
Jesse Barnesc7ad3812011-07-07 11:11:03 -07002056{
2057 int ret, i;
2058
2059 /* Should have a valid DPCD by this point */
2060 if (intel_dp->dpcd[DP_DPCD_REV] < 0x11)
2061 return;
2062
2063 if (mode != DRM_MODE_DPMS_ON) {
Jani Nikula9d1a1032014-03-14 16:51:15 +02002064 ret = drm_dp_dpcd_writeb(&intel_dp->aux, DP_SET_POWER,
2065 DP_SET_POWER_D3);
Jesse Barnesc7ad3812011-07-07 11:11:03 -07002066 } else {
2067 /*
2068 * When turning on, we need to retry for 1ms to give the sink
2069 * time to wake up.
2070 */
2071 for (i = 0; i < 3; i++) {
Jani Nikula9d1a1032014-03-14 16:51:15 +02002072 ret = drm_dp_dpcd_writeb(&intel_dp->aux, DP_SET_POWER,
2073 DP_SET_POWER_D0);
Jesse Barnesc7ad3812011-07-07 11:11:03 -07002074 if (ret == 1)
2075 break;
2076 msleep(1);
2077 }
2078 }
Jani Nikulaf9cac722014-09-02 16:33:52 +03002079
2080 if (ret != 1)
2081 DRM_DEBUG_KMS("failed to %s sink power state\n",
2082 mode == DRM_MODE_DPMS_ON ? "enable" : "disable");
Jesse Barnesc7ad3812011-07-07 11:11:03 -07002083}
2084
Daniel Vetter19d8fe12012-07-02 13:26:27 +02002085static bool intel_dp_get_hw_state(struct intel_encoder *encoder,
2086 enum pipe *pipe)
Jesse Barnesd240f202010-08-13 15:43:26 -07002087{
Daniel Vetter19d8fe12012-07-02 13:26:27 +02002088 struct intel_dp *intel_dp = enc_to_intel_dp(&encoder->base);
Imre Deakbc7d38a2013-05-16 14:40:36 +03002089 enum port port = dp_to_dig_port(intel_dp)->port;
Daniel Vetter19d8fe12012-07-02 13:26:27 +02002090 struct drm_device *dev = encoder->base.dev;
2091 struct drm_i915_private *dev_priv = dev->dev_private;
Imre Deak6d129be2014-03-05 16:20:54 +02002092 enum intel_display_power_domain power_domain;
2093 u32 tmp;
2094
2095 power_domain = intel_display_port_power_domain(encoder);
Daniel Vetterf458ebb2014-09-30 10:56:39 +02002096 if (!intel_display_power_is_enabled(dev_priv, power_domain))
Imre Deak6d129be2014-03-05 16:20:54 +02002097 return false;
2098
2099 tmp = I915_READ(intel_dp->output_reg);
Jesse Barnesd240f202010-08-13 15:43:26 -07002100
Daniel Vetter19d8fe12012-07-02 13:26:27 +02002101 if (!(tmp & DP_PORT_EN))
2102 return false;
2103
Imre Deakbc7d38a2013-05-16 14:40:36 +03002104 if (port == PORT_A && IS_GEN7(dev) && !IS_VALLEYVIEW(dev)) {
Daniel Vetter19d8fe12012-07-02 13:26:27 +02002105 *pipe = PORT_TO_PIPE_CPT(tmp);
Ville Syrjälä71485e02014-04-09 13:28:55 +03002106 } else if (IS_CHERRYVIEW(dev)) {
2107 *pipe = DP_PORT_TO_PIPE_CHV(tmp);
Imre Deakbc7d38a2013-05-16 14:40:36 +03002108 } else if (!HAS_PCH_CPT(dev) || port == PORT_A) {
Daniel Vetter19d8fe12012-07-02 13:26:27 +02002109 *pipe = PORT_TO_PIPE(tmp);
2110 } else {
2111 u32 trans_sel;
2112 u32 trans_dp;
2113 int i;
2114
2115 switch (intel_dp->output_reg) {
2116 case PCH_DP_B:
2117 trans_sel = TRANS_DP_PORT_SEL_B;
2118 break;
2119 case PCH_DP_C:
2120 trans_sel = TRANS_DP_PORT_SEL_C;
2121 break;
2122 case PCH_DP_D:
2123 trans_sel = TRANS_DP_PORT_SEL_D;
2124 break;
2125 default:
2126 return true;
2127 }
2128
Damien Lespiau055e3932014-08-18 13:49:10 +01002129 for_each_pipe(dev_priv, i) {
Daniel Vetter19d8fe12012-07-02 13:26:27 +02002130 trans_dp = I915_READ(TRANS_DP_CTL(i));
2131 if ((trans_dp & TRANS_DP_PORT_SEL_MASK) == trans_sel) {
2132 *pipe = i;
2133 return true;
2134 }
2135 }
Daniel Vetter19d8fe12012-07-02 13:26:27 +02002136
Daniel Vetter4a0833e2012-10-26 10:58:11 +02002137 DRM_DEBUG_KMS("No pipe for dp port 0x%x found\n",
2138 intel_dp->output_reg);
2139 }
Daniel Vetter19d8fe12012-07-02 13:26:27 +02002140
2141 return true;
2142}
2143
Jesse Barnes045ac3b2013-05-14 17:08:26 -07002144static void intel_dp_get_config(struct intel_encoder *encoder,
Ander Conselvan de Oliveira5cec2582015-01-15 14:55:21 +02002145 struct intel_crtc_state *pipe_config)
Jesse Barnes045ac3b2013-05-14 17:08:26 -07002146{
2147 struct intel_dp *intel_dp = enc_to_intel_dp(&encoder->base);
Jesse Barnes045ac3b2013-05-14 17:08:26 -07002148 u32 tmp, flags = 0;
Xiong Zhang63000ef2013-06-28 12:59:06 +08002149 struct drm_device *dev = encoder->base.dev;
2150 struct drm_i915_private *dev_priv = dev->dev_private;
2151 enum port port = dp_to_dig_port(intel_dp)->port;
2152 struct intel_crtc *crtc = to_intel_crtc(encoder->base.crtc);
Ville Syrjälä18442d02013-09-13 16:00:08 +03002153 int dotclock;
Jesse Barnes045ac3b2013-05-14 17:08:26 -07002154
Daniel Vetter9ed109a2014-04-24 23:54:52 +02002155 tmp = I915_READ(intel_dp->output_reg);
2156 if (tmp & DP_AUDIO_OUTPUT_ENABLE)
2157 pipe_config->has_audio = true;
2158
Xiong Zhang63000ef2013-06-28 12:59:06 +08002159 if ((port == PORT_A) || !HAS_PCH_CPT(dev)) {
Xiong Zhang63000ef2013-06-28 12:59:06 +08002160 if (tmp & DP_SYNC_HS_HIGH)
2161 flags |= DRM_MODE_FLAG_PHSYNC;
2162 else
2163 flags |= DRM_MODE_FLAG_NHSYNC;
Jesse Barnes045ac3b2013-05-14 17:08:26 -07002164
Xiong Zhang63000ef2013-06-28 12:59:06 +08002165 if (tmp & DP_SYNC_VS_HIGH)
2166 flags |= DRM_MODE_FLAG_PVSYNC;
2167 else
2168 flags |= DRM_MODE_FLAG_NVSYNC;
2169 } else {
2170 tmp = I915_READ(TRANS_DP_CTL(crtc->pipe));
2171 if (tmp & TRANS_DP_HSYNC_ACTIVE_HIGH)
2172 flags |= DRM_MODE_FLAG_PHSYNC;
2173 else
2174 flags |= DRM_MODE_FLAG_NHSYNC;
Jesse Barnes045ac3b2013-05-14 17:08:26 -07002175
Xiong Zhang63000ef2013-06-28 12:59:06 +08002176 if (tmp & TRANS_DP_VSYNC_ACTIVE_HIGH)
2177 flags |= DRM_MODE_FLAG_PVSYNC;
2178 else
2179 flags |= DRM_MODE_FLAG_NVSYNC;
2180 }
Jesse Barnes045ac3b2013-05-14 17:08:26 -07002181
Ander Conselvan de Oliveira2d112de2015-01-15 14:55:22 +02002182 pipe_config->base.adjusted_mode.flags |= flags;
Jesse Barnesf1f644d2013-06-27 00:39:25 +03002183
Ville Syrjälä8c875fc2014-09-12 15:46:29 +03002184 if (!HAS_PCH_SPLIT(dev) && !IS_VALLEYVIEW(dev) &&
2185 tmp & DP_COLOR_RANGE_16_235)
2186 pipe_config->limited_color_range = true;
2187
Ville Syrjäläeb14cb72013-09-10 17:02:54 +03002188 pipe_config->has_dp_encoder = true;
2189
2190 intel_dp_get_m_n(crtc, pipe_config);
2191
Ville Syrjälä18442d02013-09-13 16:00:08 +03002192 if (port == PORT_A) {
Jesse Barnesf1f644d2013-06-27 00:39:25 +03002193 if ((I915_READ(DP_A) & DP_PLL_FREQ_MASK) == DP_PLL_FREQ_160MHZ)
2194 pipe_config->port_clock = 162000;
2195 else
2196 pipe_config->port_clock = 270000;
2197 }
Ville Syrjälä18442d02013-09-13 16:00:08 +03002198
2199 dotclock = intel_dotclock_calculate(pipe_config->port_clock,
2200 &pipe_config->dp_m_n);
2201
2202 if (HAS_PCH_SPLIT(dev_priv->dev) && port != PORT_A)
2203 ironlake_check_encoder_dotclock(pipe_config, dotclock);
2204
Ander Conselvan de Oliveira2d112de2015-01-15 14:55:22 +02002205 pipe_config->base.adjusted_mode.crtc_clock = dotclock;
Daniel Vetter7f16e5c2013-11-04 16:28:47 +01002206
Jani Nikulac6cd2ee2013-10-21 10:52:07 +03002207 if (is_edp(intel_dp) && dev_priv->vbt.edp_bpp &&
2208 pipe_config->pipe_bpp > dev_priv->vbt.edp_bpp) {
2209 /*
2210 * This is a big fat ugly hack.
2211 *
2212 * Some machines in UEFI boot mode provide us a VBT that has 18
2213 * bpp and 1.62 GHz link bandwidth for eDP, which for reasons
2214 * unknown we fail to light up. Yet the same BIOS boots up with
2215 * 24 bpp and 2.7 GHz link. Use the same bpp as the BIOS uses as
2216 * max, not what it tells us to use.
2217 *
2218 * Note: This will still be broken if the eDP panel is not lit
2219 * up by the BIOS, and thus we can't get the mode at module
2220 * load.
2221 */
2222 DRM_DEBUG_KMS("pipe has %d bpp for eDP panel, overriding BIOS-provided max %d bpp\n",
2223 pipe_config->pipe_bpp, dev_priv->vbt.edp_bpp);
2224 dev_priv->vbt.edp_bpp = pipe_config->pipe_bpp;
2225 }
Jesse Barnes045ac3b2013-05-14 17:08:26 -07002226}
2227
Daniel Vettere8cb4552012-07-01 13:05:48 +02002228static void intel_disable_dp(struct intel_encoder *encoder)
Jesse Barnesd240f202010-08-13 15:43:26 -07002229{
Daniel Vettere8cb4552012-07-01 13:05:48 +02002230 struct intel_dp *intel_dp = enc_to_intel_dp(&encoder->base);
Imre Deak982a3862013-05-23 19:39:40 +03002231 struct drm_device *dev = encoder->base.dev;
Jani Nikula495a5bb2014-10-27 16:26:55 +02002232 struct intel_crtc *crtc = to_intel_crtc(encoder->base.crtc);
2233
Ander Conselvan de Oliveira6e3c9712015-01-15 14:55:25 +02002234 if (crtc->config->has_audio)
Jani Nikula495a5bb2014-10-27 16:26:55 +02002235 intel_audio_codec_disable(encoder);
Daniel Vetter6cb49832012-05-20 17:14:50 +02002236
Rodrigo Vivib32c6f42014-11-20 03:44:37 -08002237 if (HAS_PSR(dev) && !HAS_DDI(dev))
2238 intel_psr_disable(intel_dp);
2239
Daniel Vetter6cb49832012-05-20 17:14:50 +02002240 /* Make sure the panel is off before trying to change the mode. But also
2241 * ensure that we have vdd while we switch off the panel. */
Jani Nikula24f3e092014-03-17 16:43:36 +02002242 intel_edp_panel_vdd_on(intel_dp);
Daniel Vetter4be73782014-01-17 14:39:48 +01002243 intel_edp_backlight_off(intel_dp);
Jani Nikulafdbc3b12013-11-12 17:10:13 +02002244 intel_dp_sink_dpms(intel_dp, DRM_MODE_DPMS_OFF);
Daniel Vetter4be73782014-01-17 14:39:48 +01002245 intel_edp_panel_off(intel_dp);
Daniel Vetter37398502012-09-06 22:15:44 +02002246
Ville Syrjälä08aff3f2014-08-18 22:16:09 +03002247 /* disable the port before the pipe on g4x */
2248 if (INTEL_INFO(dev)->gen < 5)
Daniel Vetter37398502012-09-06 22:15:44 +02002249 intel_dp_link_down(intel_dp);
Jesse Barnesd240f202010-08-13 15:43:26 -07002250}
2251
Ville Syrjälä08aff3f2014-08-18 22:16:09 +03002252static void ilk_post_disable_dp(struct intel_encoder *encoder)
Jesse Barnesd240f202010-08-13 15:43:26 -07002253{
Daniel Vetter2bd2ad62012-09-06 22:15:41 +02002254 struct intel_dp *intel_dp = enc_to_intel_dp(&encoder->base);
Imre Deak982a3862013-05-23 19:39:40 +03002255 enum port port = dp_to_dig_port(intel_dp)->port;
Daniel Vetter2bd2ad62012-09-06 22:15:41 +02002256
Ville Syrjälä49277c32014-03-31 18:21:26 +03002257 intel_dp_link_down(intel_dp);
Ville Syrjälä08aff3f2014-08-18 22:16:09 +03002258 if (port == PORT_A)
2259 ironlake_edp_pll_off(intel_dp);
Ville Syrjälä49277c32014-03-31 18:21:26 +03002260}
2261
2262static void vlv_post_disable_dp(struct intel_encoder *encoder)
2263{
2264 struct intel_dp *intel_dp = enc_to_intel_dp(&encoder->base);
2265
2266 intel_dp_link_down(intel_dp);
Daniel Vetter2bd2ad62012-09-06 22:15:41 +02002267}
2268
Ville Syrjälä580d3812014-04-09 13:29:00 +03002269static void chv_post_disable_dp(struct intel_encoder *encoder)
2270{
2271 struct intel_dp *intel_dp = enc_to_intel_dp(&encoder->base);
2272 struct intel_digital_port *dport = dp_to_dig_port(intel_dp);
2273 struct drm_device *dev = encoder->base.dev;
2274 struct drm_i915_private *dev_priv = dev->dev_private;
2275 struct intel_crtc *intel_crtc =
2276 to_intel_crtc(encoder->base.crtc);
2277 enum dpio_channel ch = vlv_dport_to_channel(dport);
2278 enum pipe pipe = intel_crtc->pipe;
2279 u32 val;
2280
2281 intel_dp_link_down(intel_dp);
2282
2283 mutex_lock(&dev_priv->dpio_lock);
2284
2285 /* Propagate soft reset to data lane reset */
Ville Syrjälä97fd4d52014-04-09 13:29:02 +03002286 val = vlv_dpio_read(dev_priv, pipe, VLV_PCS01_DW1(ch));
Ville Syrjäläd2152b22014-04-28 14:15:24 +03002287 val |= CHV_PCS_REQ_SOFTRESET_EN;
Ville Syrjälä97fd4d52014-04-09 13:29:02 +03002288 vlv_dpio_write(dev_priv, pipe, VLV_PCS01_DW1(ch), val);
Ville Syrjäläd2152b22014-04-28 14:15:24 +03002289
Ville Syrjälä97fd4d52014-04-09 13:29:02 +03002290 val = vlv_dpio_read(dev_priv, pipe, VLV_PCS23_DW1(ch));
2291 val |= CHV_PCS_REQ_SOFTRESET_EN;
2292 vlv_dpio_write(dev_priv, pipe, VLV_PCS23_DW1(ch), val);
2293
2294 val = vlv_dpio_read(dev_priv, pipe, VLV_PCS01_DW0(ch));
Ville Syrjälä580d3812014-04-09 13:29:00 +03002295 val &= ~(DPIO_PCS_TX_LANE2_RESET | DPIO_PCS_TX_LANE1_RESET);
Ville Syrjälä97fd4d52014-04-09 13:29:02 +03002296 vlv_dpio_write(dev_priv, pipe, VLV_PCS01_DW0(ch), val);
2297
2298 val = vlv_dpio_read(dev_priv, pipe, VLV_PCS23_DW0(ch));
2299 val &= ~(DPIO_PCS_TX_LANE2_RESET | DPIO_PCS_TX_LANE1_RESET);
2300 vlv_dpio_write(dev_priv, pipe, VLV_PCS23_DW0(ch), val);
Ville Syrjälä580d3812014-04-09 13:29:00 +03002301
2302 mutex_unlock(&dev_priv->dpio_lock);
2303}
2304
Ville Syrjälä7b13b582014-08-18 22:16:08 +03002305static void
2306_intel_dp_set_link_train(struct intel_dp *intel_dp,
2307 uint32_t *DP,
2308 uint8_t dp_train_pat)
2309{
2310 struct intel_digital_port *intel_dig_port = dp_to_dig_port(intel_dp);
2311 struct drm_device *dev = intel_dig_port->base.base.dev;
2312 struct drm_i915_private *dev_priv = dev->dev_private;
2313 enum port port = intel_dig_port->port;
2314
2315 if (HAS_DDI(dev)) {
2316 uint32_t temp = I915_READ(DP_TP_CTL(port));
2317
2318 if (dp_train_pat & DP_LINK_SCRAMBLING_DISABLE)
2319 temp |= DP_TP_CTL_SCRAMBLE_DISABLE;
2320 else
2321 temp &= ~DP_TP_CTL_SCRAMBLE_DISABLE;
2322
2323 temp &= ~DP_TP_CTL_LINK_TRAIN_MASK;
2324 switch (dp_train_pat & DP_TRAINING_PATTERN_MASK) {
2325 case DP_TRAINING_PATTERN_DISABLE:
2326 temp |= DP_TP_CTL_LINK_TRAIN_NORMAL;
2327
2328 break;
2329 case DP_TRAINING_PATTERN_1:
2330 temp |= DP_TP_CTL_LINK_TRAIN_PAT1;
2331 break;
2332 case DP_TRAINING_PATTERN_2:
2333 temp |= DP_TP_CTL_LINK_TRAIN_PAT2;
2334 break;
2335 case DP_TRAINING_PATTERN_3:
2336 temp |= DP_TP_CTL_LINK_TRAIN_PAT3;
2337 break;
2338 }
2339 I915_WRITE(DP_TP_CTL(port), temp);
2340
2341 } else if (HAS_PCH_CPT(dev) && (IS_GEN7(dev) || port != PORT_A)) {
2342 *DP &= ~DP_LINK_TRAIN_MASK_CPT;
2343
2344 switch (dp_train_pat & DP_TRAINING_PATTERN_MASK) {
2345 case DP_TRAINING_PATTERN_DISABLE:
2346 *DP |= DP_LINK_TRAIN_OFF_CPT;
2347 break;
2348 case DP_TRAINING_PATTERN_1:
2349 *DP |= DP_LINK_TRAIN_PAT_1_CPT;
2350 break;
2351 case DP_TRAINING_PATTERN_2:
2352 *DP |= DP_LINK_TRAIN_PAT_2_CPT;
2353 break;
2354 case DP_TRAINING_PATTERN_3:
2355 DRM_ERROR("DP training pattern 3 not supported\n");
2356 *DP |= DP_LINK_TRAIN_PAT_2_CPT;
2357 break;
2358 }
2359
2360 } else {
2361 if (IS_CHERRYVIEW(dev))
2362 *DP &= ~DP_LINK_TRAIN_MASK_CHV;
2363 else
2364 *DP &= ~DP_LINK_TRAIN_MASK;
2365
2366 switch (dp_train_pat & DP_TRAINING_PATTERN_MASK) {
2367 case DP_TRAINING_PATTERN_DISABLE:
2368 *DP |= DP_LINK_TRAIN_OFF;
2369 break;
2370 case DP_TRAINING_PATTERN_1:
2371 *DP |= DP_LINK_TRAIN_PAT_1;
2372 break;
2373 case DP_TRAINING_PATTERN_2:
2374 *DP |= DP_LINK_TRAIN_PAT_2;
2375 break;
2376 case DP_TRAINING_PATTERN_3:
2377 if (IS_CHERRYVIEW(dev)) {
2378 *DP |= DP_LINK_TRAIN_PAT_3_CHV;
2379 } else {
2380 DRM_ERROR("DP training pattern 3 not supported\n");
2381 *DP |= DP_LINK_TRAIN_PAT_2;
2382 }
2383 break;
2384 }
2385 }
2386}
2387
2388static void intel_dp_enable_port(struct intel_dp *intel_dp)
2389{
2390 struct drm_device *dev = intel_dp_to_dev(intel_dp);
2391 struct drm_i915_private *dev_priv = dev->dev_private;
2392
Ville Syrjälä7b13b582014-08-18 22:16:08 +03002393 /* enable with pattern 1 (as per spec) */
2394 _intel_dp_set_link_train(intel_dp, &intel_dp->DP,
2395 DP_TRAINING_PATTERN_1);
2396
2397 I915_WRITE(intel_dp->output_reg, intel_dp->DP);
2398 POSTING_READ(intel_dp->output_reg);
Ville Syrjälä7b713f52014-10-16 21:27:35 +03002399
2400 /*
2401 * Magic for VLV/CHV. We _must_ first set up the register
2402 * without actually enabling the port, and then do another
2403 * write to enable the port. Otherwise link training will
2404 * fail when the power sequencer is freshly used for this port.
2405 */
2406 intel_dp->DP |= DP_PORT_EN;
2407
2408 I915_WRITE(intel_dp->output_reg, intel_dp->DP);
2409 POSTING_READ(intel_dp->output_reg);
Ville Syrjälä7b13b582014-08-18 22:16:08 +03002410}
2411
Daniel Vettere8cb4552012-07-01 13:05:48 +02002412static void intel_enable_dp(struct intel_encoder *encoder)
Jesse Barnesd240f202010-08-13 15:43:26 -07002413{
Daniel Vettere8cb4552012-07-01 13:05:48 +02002414 struct intel_dp *intel_dp = enc_to_intel_dp(&encoder->base);
2415 struct drm_device *dev = encoder->base.dev;
Keith Packarda4fc5ed2009-04-07 16:16:42 -07002416 struct drm_i915_private *dev_priv = dev->dev_private;
Jani Nikulac1dec792014-10-27 16:26:56 +02002417 struct intel_crtc *crtc = to_intel_crtc(encoder->base.crtc);
Chris Wilsonea5b2132010-08-04 13:50:23 +01002418 uint32_t dp_reg = I915_READ(intel_dp->output_reg);
Keith Packarda4fc5ed2009-04-07 16:16:42 -07002419
Daniel Vetter0c33d8d2012-09-06 22:15:43 +02002420 if (WARN_ON(dp_reg & DP_PORT_EN))
2421 return;
Keith Packarda4fc5ed2009-04-07 16:16:42 -07002422
Ville Syrjälä093e3f12014-10-16 21:27:33 +03002423 pps_lock(intel_dp);
2424
2425 if (IS_VALLEYVIEW(dev))
2426 vlv_init_panel_power_sequencer(intel_dp);
2427
Ville Syrjälä7b13b582014-08-18 22:16:08 +03002428 intel_dp_enable_port(intel_dp);
Ville Syrjälä093e3f12014-10-16 21:27:33 +03002429
2430 edp_panel_vdd_on(intel_dp);
2431 edp_panel_on(intel_dp);
2432 edp_panel_vdd_off(intel_dp, true);
2433
2434 pps_unlock(intel_dp);
2435
Ville Syrjälä61234fa2014-10-16 21:27:34 +03002436 if (IS_VALLEYVIEW(dev))
2437 vlv_wait_port_ready(dev_priv, dp_to_dig_port(intel_dp));
2438
Keith Packarda4fc5ed2009-04-07 16:16:42 -07002439 intel_dp_sink_dpms(intel_dp, DRM_MODE_DPMS_ON);
2440 intel_dp_start_link_train(intel_dp);
Keith Packarda4fc5ed2009-04-07 16:16:42 -07002441 intel_dp_complete_link_train(intel_dp);
Imre Deak3ab9c632013-05-03 12:57:41 +03002442 intel_dp_stop_link_train(intel_dp);
Jani Nikulac1dec792014-10-27 16:26:56 +02002443
Ander Conselvan de Oliveira6e3c9712015-01-15 14:55:25 +02002444 if (crtc->config->has_audio) {
Jani Nikulac1dec792014-10-27 16:26:56 +02002445 DRM_DEBUG_DRIVER("Enabling DP audio on pipe %c\n",
2446 pipe_name(crtc->pipe));
2447 intel_audio_codec_enable(encoder);
2448 }
Jani Nikulaab1f90f2013-07-30 12:20:30 +03002449}
Jesse Barnes89b667f2013-04-18 14:51:36 -07002450
Jani Nikulaecff4f32013-09-06 07:38:29 +03002451static void g4x_enable_dp(struct intel_encoder *encoder)
2452{
Jani Nikula828f5c62013-09-05 16:44:45 +03002453 struct intel_dp *intel_dp = enc_to_intel_dp(&encoder->base);
2454
Jani Nikulaecff4f32013-09-06 07:38:29 +03002455 intel_enable_dp(encoder);
Daniel Vetter4be73782014-01-17 14:39:48 +01002456 intel_edp_backlight_on(intel_dp);
Keith Packarda4fc5ed2009-04-07 16:16:42 -07002457}
Jesse Barnes89b667f2013-04-18 14:51:36 -07002458
Jani Nikulaab1f90f2013-07-30 12:20:30 +03002459static void vlv_enable_dp(struct intel_encoder *encoder)
2460{
Jani Nikula828f5c62013-09-05 16:44:45 +03002461 struct intel_dp *intel_dp = enc_to_intel_dp(&encoder->base);
2462
Daniel Vetter4be73782014-01-17 14:39:48 +01002463 intel_edp_backlight_on(intel_dp);
Rodrigo Vivib32c6f42014-11-20 03:44:37 -08002464 intel_psr_enable(intel_dp);
Keith Packarda4fc5ed2009-04-07 16:16:42 -07002465}
2466
Jani Nikulaecff4f32013-09-06 07:38:29 +03002467static void g4x_pre_enable_dp(struct intel_encoder *encoder)
Keith Packarda4fc5ed2009-04-07 16:16:42 -07002468{
Daniel Vetter2bd2ad62012-09-06 22:15:41 +02002469 struct intel_dp *intel_dp = enc_to_intel_dp(&encoder->base);
Imre Deakbc7d38a2013-05-16 14:40:36 +03002470 struct intel_digital_port *dport = dp_to_dig_port(intel_dp);
Jani Nikulaab1f90f2013-07-30 12:20:30 +03002471
Daniel Vetter8ac33ed2014-04-24 23:54:54 +02002472 intel_dp_prepare(encoder);
2473
Daniel Vetterd41f1ef2014-04-24 23:54:53 +02002474 /* Only ilk+ has port A */
2475 if (dport->port == PORT_A) {
2476 ironlake_set_pll_cpu_edp(intel_dp);
Jani Nikulaab1f90f2013-07-30 12:20:30 +03002477 ironlake_edp_pll_on(intel_dp);
Daniel Vetterd41f1ef2014-04-24 23:54:53 +02002478 }
Jani Nikulaab1f90f2013-07-30 12:20:30 +03002479}
2480
Ville Syrjälä83b84592014-10-16 21:29:51 +03002481static void vlv_detach_power_sequencer(struct intel_dp *intel_dp)
2482{
2483 struct intel_digital_port *intel_dig_port = dp_to_dig_port(intel_dp);
2484 struct drm_i915_private *dev_priv = intel_dig_port->base.base.dev->dev_private;
2485 enum pipe pipe = intel_dp->pps_pipe;
2486 int pp_on_reg = VLV_PIPE_PP_ON_DELAYS(pipe);
2487
2488 edp_panel_vdd_off_sync(intel_dp);
2489
2490 /*
2491 * VLV seems to get confused when multiple power seqeuencers
2492 * have the same port selected (even if only one has power/vdd
2493 * enabled). The failure manifests as vlv_wait_port_ready() failing
2494 * CHV on the other hand doesn't seem to mind having the same port
2495 * selected in multiple power seqeuencers, but let's clear the
2496 * port select always when logically disconnecting a power sequencer
2497 * from a port.
2498 */
2499 DRM_DEBUG_KMS("detaching pipe %c power sequencer from port %c\n",
2500 pipe_name(pipe), port_name(intel_dig_port->port));
2501 I915_WRITE(pp_on_reg, 0);
2502 POSTING_READ(pp_on_reg);
2503
2504 intel_dp->pps_pipe = INVALID_PIPE;
2505}
2506
Ville Syrjäläa4a5d2f2014-09-04 14:54:20 +03002507static void vlv_steal_power_sequencer(struct drm_device *dev,
2508 enum pipe pipe)
2509{
2510 struct drm_i915_private *dev_priv = dev->dev_private;
2511 struct intel_encoder *encoder;
2512
2513 lockdep_assert_held(&dev_priv->pps_mutex);
2514
Ville Syrjäläac3c12e2014-10-16 21:29:56 +03002515 if (WARN_ON(pipe != PIPE_A && pipe != PIPE_B))
2516 return;
2517
Ville Syrjäläa4a5d2f2014-09-04 14:54:20 +03002518 list_for_each_entry(encoder, &dev->mode_config.encoder_list,
2519 base.head) {
2520 struct intel_dp *intel_dp;
Ville Syrjälä773538e82014-09-04 14:54:56 +03002521 enum port port;
Ville Syrjäläa4a5d2f2014-09-04 14:54:20 +03002522
2523 if (encoder->type != INTEL_OUTPUT_EDP)
2524 continue;
2525
2526 intel_dp = enc_to_intel_dp(&encoder->base);
Ville Syrjälä773538e82014-09-04 14:54:56 +03002527 port = dp_to_dig_port(intel_dp)->port;
Ville Syrjäläa4a5d2f2014-09-04 14:54:20 +03002528
2529 if (intel_dp->pps_pipe != pipe)
2530 continue;
2531
2532 DRM_DEBUG_KMS("stealing pipe %c power sequencer from port %c\n",
Ville Syrjälä773538e82014-09-04 14:54:56 +03002533 pipe_name(pipe), port_name(port));
Ville Syrjäläa4a5d2f2014-09-04 14:54:20 +03002534
Ville Syrjälä034e43c2014-10-16 21:27:28 +03002535 WARN(encoder->connectors_active,
2536 "stealing pipe %c power sequencer from active eDP port %c\n",
2537 pipe_name(pipe), port_name(port));
Ville Syrjäläa4a5d2f2014-09-04 14:54:20 +03002538
Ville Syrjäläa4a5d2f2014-09-04 14:54:20 +03002539 /* make sure vdd is off before we steal it */
Ville Syrjälä83b84592014-10-16 21:29:51 +03002540 vlv_detach_power_sequencer(intel_dp);
Ville Syrjäläa4a5d2f2014-09-04 14:54:20 +03002541 }
2542}
2543
2544static void vlv_init_panel_power_sequencer(struct intel_dp *intel_dp)
2545{
2546 struct intel_digital_port *intel_dig_port = dp_to_dig_port(intel_dp);
2547 struct intel_encoder *encoder = &intel_dig_port->base;
2548 struct drm_device *dev = encoder->base.dev;
2549 struct drm_i915_private *dev_priv = dev->dev_private;
2550 struct intel_crtc *crtc = to_intel_crtc(encoder->base.crtc);
Ville Syrjäläa4a5d2f2014-09-04 14:54:20 +03002551
2552 lockdep_assert_held(&dev_priv->pps_mutex);
2553
Ville Syrjälä093e3f12014-10-16 21:27:33 +03002554 if (!is_edp(intel_dp))
2555 return;
2556
Ville Syrjäläa4a5d2f2014-09-04 14:54:20 +03002557 if (intel_dp->pps_pipe == crtc->pipe)
2558 return;
2559
2560 /*
2561 * If another power sequencer was being used on this
2562 * port previously make sure to turn off vdd there while
2563 * we still have control of it.
2564 */
2565 if (intel_dp->pps_pipe != INVALID_PIPE)
Ville Syrjälä83b84592014-10-16 21:29:51 +03002566 vlv_detach_power_sequencer(intel_dp);
Ville Syrjäläa4a5d2f2014-09-04 14:54:20 +03002567
2568 /*
2569 * We may be stealing the power
2570 * sequencer from another port.
2571 */
2572 vlv_steal_power_sequencer(dev, crtc->pipe);
2573
2574 /* now it's all ours */
2575 intel_dp->pps_pipe = crtc->pipe;
2576
2577 DRM_DEBUG_KMS("initializing pipe %c power sequencer for port %c\n",
2578 pipe_name(intel_dp->pps_pipe), port_name(intel_dig_port->port));
2579
2580 /* init power sequencer on this pipe and port */
Ville Syrjälä36b5f422014-10-16 21:27:30 +03002581 intel_dp_init_panel_power_sequencer(dev, intel_dp);
2582 intel_dp_init_panel_power_sequencer_registers(dev, intel_dp);
Ville Syrjäläa4a5d2f2014-09-04 14:54:20 +03002583}
2584
Jani Nikulaab1f90f2013-07-30 12:20:30 +03002585static void vlv_pre_enable_dp(struct intel_encoder *encoder)
2586{
2587 struct intel_dp *intel_dp = enc_to_intel_dp(&encoder->base);
2588 struct intel_digital_port *dport = dp_to_dig_port(intel_dp);
Jesse Barnesb2634012013-03-28 09:55:40 -07002589 struct drm_device *dev = encoder->base.dev;
Jesse Barnes89b667f2013-04-18 14:51:36 -07002590 struct drm_i915_private *dev_priv = dev->dev_private;
Jani Nikulaab1f90f2013-07-30 12:20:30 +03002591 struct intel_crtc *intel_crtc = to_intel_crtc(encoder->base.crtc);
Chon Ming Leee4607fc2013-11-06 14:36:35 +08002592 enum dpio_channel port = vlv_dport_to_channel(dport);
Jani Nikulaab1f90f2013-07-30 12:20:30 +03002593 int pipe = intel_crtc->pipe;
2594 u32 val;
Keith Packarda4fc5ed2009-04-07 16:16:42 -07002595
Jani Nikulaab1f90f2013-07-30 12:20:30 +03002596 mutex_lock(&dev_priv->dpio_lock);
Jesse Barnes89b667f2013-04-18 14:51:36 -07002597
Chon Ming Leeab3c7592013-11-07 10:43:30 +08002598 val = vlv_dpio_read(dev_priv, pipe, VLV_PCS01_DW8(port));
Jani Nikulaab1f90f2013-07-30 12:20:30 +03002599 val = 0;
2600 if (pipe)
2601 val |= (1<<21);
2602 else
2603 val &= ~(1<<21);
2604 val |= 0x001000c4;
Chon Ming Leeab3c7592013-11-07 10:43:30 +08002605 vlv_dpio_write(dev_priv, pipe, VLV_PCS_DW8(port), val);
2606 vlv_dpio_write(dev_priv, pipe, VLV_PCS_DW14(port), 0x00760018);
2607 vlv_dpio_write(dev_priv, pipe, VLV_PCS_DW23(port), 0x00400888);
Jesse Barnes89b667f2013-04-18 14:51:36 -07002608
Jani Nikulaab1f90f2013-07-30 12:20:30 +03002609 mutex_unlock(&dev_priv->dpio_lock);
Jesse Barnes89b667f2013-04-18 14:51:36 -07002610
Jani Nikulaab1f90f2013-07-30 12:20:30 +03002611 intel_enable_dp(encoder);
Jesse Barnes89b667f2013-04-18 14:51:36 -07002612}
2613
Jani Nikulaecff4f32013-09-06 07:38:29 +03002614static void vlv_dp_pre_pll_enable(struct intel_encoder *encoder)
Jesse Barnes89b667f2013-04-18 14:51:36 -07002615{
2616 struct intel_digital_port *dport = enc_to_dig_port(&encoder->base);
2617 struct drm_device *dev = encoder->base.dev;
2618 struct drm_i915_private *dev_priv = dev->dev_private;
Chon Ming Lee5e69f972013-09-05 20:41:49 +08002619 struct intel_crtc *intel_crtc =
2620 to_intel_crtc(encoder->base.crtc);
Chon Ming Leee4607fc2013-11-06 14:36:35 +08002621 enum dpio_channel port = vlv_dport_to_channel(dport);
Chon Ming Lee5e69f972013-09-05 20:41:49 +08002622 int pipe = intel_crtc->pipe;
Jesse Barnes89b667f2013-04-18 14:51:36 -07002623
Daniel Vetter8ac33ed2014-04-24 23:54:54 +02002624 intel_dp_prepare(encoder);
2625
Jesse Barnes89b667f2013-04-18 14:51:36 -07002626 /* Program Tx lane resets to default */
Chris Wilson0980a602013-07-26 19:57:35 +01002627 mutex_lock(&dev_priv->dpio_lock);
Chon Ming Leeab3c7592013-11-07 10:43:30 +08002628 vlv_dpio_write(dev_priv, pipe, VLV_PCS_DW0(port),
Jesse Barnes89b667f2013-04-18 14:51:36 -07002629 DPIO_PCS_TX_LANE2_RESET |
2630 DPIO_PCS_TX_LANE1_RESET);
Chon Ming Leeab3c7592013-11-07 10:43:30 +08002631 vlv_dpio_write(dev_priv, pipe, VLV_PCS_DW1(port),
Jesse Barnes89b667f2013-04-18 14:51:36 -07002632 DPIO_PCS_CLK_CRI_RXEB_EIOS_EN |
2633 DPIO_PCS_CLK_CRI_RXDIGFILTSG_EN |
2634 (1<<DPIO_PCS_CLK_DATAWIDTH_SHIFT) |
2635 DPIO_PCS_CLK_SOFT_RESET);
2636
2637 /* Fix up inter-pair skew failure */
Chon Ming Leeab3c7592013-11-07 10:43:30 +08002638 vlv_dpio_write(dev_priv, pipe, VLV_PCS_DW12(port), 0x00750f00);
2639 vlv_dpio_write(dev_priv, pipe, VLV_TX_DW11(port), 0x00001500);
2640 vlv_dpio_write(dev_priv, pipe, VLV_TX_DW14(port), 0x40400000);
Chris Wilson0980a602013-07-26 19:57:35 +01002641 mutex_unlock(&dev_priv->dpio_lock);
Keith Packarda4fc5ed2009-04-07 16:16:42 -07002642}
2643
Chon Ming Leee4a1d842014-04-09 13:28:20 +03002644static void chv_pre_enable_dp(struct intel_encoder *encoder)
2645{
2646 struct intel_dp *intel_dp = enc_to_intel_dp(&encoder->base);
2647 struct intel_digital_port *dport = dp_to_dig_port(intel_dp);
2648 struct drm_device *dev = encoder->base.dev;
2649 struct drm_i915_private *dev_priv = dev->dev_private;
Chon Ming Leee4a1d842014-04-09 13:28:20 +03002650 struct intel_crtc *intel_crtc =
2651 to_intel_crtc(encoder->base.crtc);
2652 enum dpio_channel ch = vlv_dport_to_channel(dport);
2653 int pipe = intel_crtc->pipe;
2654 int data, i;
Ville Syrjälä949c1d42014-04-09 13:28:58 +03002655 u32 val;
2656
2657 mutex_lock(&dev_priv->dpio_lock);
2658
Ville Syrjälä570e2a72014-08-18 14:42:46 +03002659 /* allow hardware to manage TX FIFO reset source */
2660 val = vlv_dpio_read(dev_priv, pipe, VLV_PCS01_DW11(ch));
2661 val &= ~DPIO_LANEDESKEW_STRAP_OVRD;
2662 vlv_dpio_write(dev_priv, pipe, VLV_PCS01_DW11(ch), val);
2663
2664 val = vlv_dpio_read(dev_priv, pipe, VLV_PCS23_DW11(ch));
2665 val &= ~DPIO_LANEDESKEW_STRAP_OVRD;
2666 vlv_dpio_write(dev_priv, pipe, VLV_PCS23_DW11(ch), val);
2667
Ville Syrjälä949c1d42014-04-09 13:28:58 +03002668 /* Deassert soft data lane reset*/
Ville Syrjälä97fd4d52014-04-09 13:29:02 +03002669 val = vlv_dpio_read(dev_priv, pipe, VLV_PCS01_DW1(ch));
Ville Syrjäläd2152b22014-04-28 14:15:24 +03002670 val |= CHV_PCS_REQ_SOFTRESET_EN;
Ville Syrjälä97fd4d52014-04-09 13:29:02 +03002671 vlv_dpio_write(dev_priv, pipe, VLV_PCS01_DW1(ch), val);
Ville Syrjäläd2152b22014-04-28 14:15:24 +03002672
Ville Syrjälä97fd4d52014-04-09 13:29:02 +03002673 val = vlv_dpio_read(dev_priv, pipe, VLV_PCS23_DW1(ch));
2674 val |= CHV_PCS_REQ_SOFTRESET_EN;
2675 vlv_dpio_write(dev_priv, pipe, VLV_PCS23_DW1(ch), val);
2676
2677 val = vlv_dpio_read(dev_priv, pipe, VLV_PCS01_DW0(ch));
Ville Syrjälä949c1d42014-04-09 13:28:58 +03002678 val |= (DPIO_PCS_TX_LANE2_RESET | DPIO_PCS_TX_LANE1_RESET);
Ville Syrjälä97fd4d52014-04-09 13:29:02 +03002679 vlv_dpio_write(dev_priv, pipe, VLV_PCS01_DW0(ch), val);
2680
2681 val = vlv_dpio_read(dev_priv, pipe, VLV_PCS23_DW0(ch));
2682 val |= (DPIO_PCS_TX_LANE2_RESET | DPIO_PCS_TX_LANE1_RESET);
2683 vlv_dpio_write(dev_priv, pipe, VLV_PCS23_DW0(ch), val);
Chon Ming Leee4a1d842014-04-09 13:28:20 +03002684
2685 /* Program Tx lane latency optimal setting*/
Chon Ming Leee4a1d842014-04-09 13:28:20 +03002686 for (i = 0; i < 4; i++) {
2687 /* Set the latency optimal bit */
2688 data = (i == 1) ? 0x0 : 0x6;
2689 vlv_dpio_write(dev_priv, pipe, CHV_TX_DW11(ch, i),
2690 data << DPIO_FRC_LATENCY_SHFIT);
2691
2692 /* Set the upar bit */
2693 data = (i == 1) ? 0x0 : 0x1;
2694 vlv_dpio_write(dev_priv, pipe, CHV_TX_DW14(ch, i),
2695 data << DPIO_UPAR_SHIFT);
2696 }
2697
2698 /* Data lane stagger programming */
2699 /* FIXME: Fix up value only after power analysis */
2700
2701 mutex_unlock(&dev_priv->dpio_lock);
2702
Chon Ming Leee4a1d842014-04-09 13:28:20 +03002703 intel_enable_dp(encoder);
Chon Ming Leee4a1d842014-04-09 13:28:20 +03002704}
2705
Ville Syrjälä9197c882014-04-09 13:29:05 +03002706static void chv_dp_pre_pll_enable(struct intel_encoder *encoder)
2707{
2708 struct intel_digital_port *dport = enc_to_dig_port(&encoder->base);
2709 struct drm_device *dev = encoder->base.dev;
2710 struct drm_i915_private *dev_priv = dev->dev_private;
2711 struct intel_crtc *intel_crtc =
2712 to_intel_crtc(encoder->base.crtc);
2713 enum dpio_channel ch = vlv_dport_to_channel(dport);
2714 enum pipe pipe = intel_crtc->pipe;
2715 u32 val;
2716
Ville Syrjälä625695f2014-06-28 02:04:02 +03002717 intel_dp_prepare(encoder);
2718
Ville Syrjälä9197c882014-04-09 13:29:05 +03002719 mutex_lock(&dev_priv->dpio_lock);
2720
Ville Syrjäläb9e5ac32014-05-27 16:30:18 +03002721 /* program left/right clock distribution */
2722 if (pipe != PIPE_B) {
2723 val = vlv_dpio_read(dev_priv, pipe, _CHV_CMN_DW5_CH0);
2724 val &= ~(CHV_BUFLEFTENA1_MASK | CHV_BUFRIGHTENA1_MASK);
2725 if (ch == DPIO_CH0)
2726 val |= CHV_BUFLEFTENA1_FORCE;
2727 if (ch == DPIO_CH1)
2728 val |= CHV_BUFRIGHTENA1_FORCE;
2729 vlv_dpio_write(dev_priv, pipe, _CHV_CMN_DW5_CH0, val);
2730 } else {
2731 val = vlv_dpio_read(dev_priv, pipe, _CHV_CMN_DW1_CH1);
2732 val &= ~(CHV_BUFLEFTENA2_MASK | CHV_BUFRIGHTENA2_MASK);
2733 if (ch == DPIO_CH0)
2734 val |= CHV_BUFLEFTENA2_FORCE;
2735 if (ch == DPIO_CH1)
2736 val |= CHV_BUFRIGHTENA2_FORCE;
2737 vlv_dpio_write(dev_priv, pipe, _CHV_CMN_DW1_CH1, val);
2738 }
2739
Ville Syrjälä9197c882014-04-09 13:29:05 +03002740 /* program clock channel usage */
2741 val = vlv_dpio_read(dev_priv, pipe, VLV_PCS01_DW8(ch));
2742 val |= CHV_PCS_USEDCLKCHANNEL_OVRRIDE;
2743 if (pipe != PIPE_B)
2744 val &= ~CHV_PCS_USEDCLKCHANNEL;
2745 else
2746 val |= CHV_PCS_USEDCLKCHANNEL;
2747 vlv_dpio_write(dev_priv, pipe, VLV_PCS01_DW8(ch), val);
2748
2749 val = vlv_dpio_read(dev_priv, pipe, VLV_PCS23_DW8(ch));
2750 val |= CHV_PCS_USEDCLKCHANNEL_OVRRIDE;
2751 if (pipe != PIPE_B)
2752 val &= ~CHV_PCS_USEDCLKCHANNEL;
2753 else
2754 val |= CHV_PCS_USEDCLKCHANNEL;
2755 vlv_dpio_write(dev_priv, pipe, VLV_PCS23_DW8(ch), val);
2756
2757 /*
2758 * This a a bit weird since generally CL
2759 * matches the pipe, but here we need to
2760 * pick the CL based on the port.
2761 */
2762 val = vlv_dpio_read(dev_priv, pipe, CHV_CMN_DW19(ch));
2763 if (pipe != PIPE_B)
2764 val &= ~CHV_CMN_USEDCLKCHANNEL;
2765 else
2766 val |= CHV_CMN_USEDCLKCHANNEL;
2767 vlv_dpio_write(dev_priv, pipe, CHV_CMN_DW19(ch), val);
2768
2769 mutex_unlock(&dev_priv->dpio_lock);
2770}
2771
Keith Packarda4fc5ed2009-04-07 16:16:42 -07002772/*
Jesse Barnesdf0c2372011-07-07 11:11:02 -07002773 * Native read with retry for link status and receiver capability reads for
2774 * cases where the sink may still be asleep.
Jani Nikula9d1a1032014-03-14 16:51:15 +02002775 *
2776 * Sinks are *supposed* to come up within 1ms from an off state, but we're also
2777 * supposed to retry 3 times per the spec.
Jesse Barnesdf0c2372011-07-07 11:11:02 -07002778 */
Jani Nikula9d1a1032014-03-14 16:51:15 +02002779static ssize_t
2780intel_dp_dpcd_read_wake(struct drm_dp_aux *aux, unsigned int offset,
2781 void *buffer, size_t size)
Jesse Barnesdf0c2372011-07-07 11:11:02 -07002782{
Jani Nikula9d1a1032014-03-14 16:51:15 +02002783 ssize_t ret;
2784 int i;
Jesse Barnesdf0c2372011-07-07 11:11:02 -07002785
Ville Syrjäläf6a19062014-10-16 20:46:09 +03002786 /*
2787 * Sometime we just get the same incorrect byte repeated
2788 * over the entire buffer. Doing just one throw away read
2789 * initially seems to "solve" it.
2790 */
2791 drm_dp_dpcd_read(aux, DP_DPCD_REV, buffer, 1);
2792
Jesse Barnesdf0c2372011-07-07 11:11:02 -07002793 for (i = 0; i < 3; i++) {
Jani Nikula9d1a1032014-03-14 16:51:15 +02002794 ret = drm_dp_dpcd_read(aux, offset, buffer, size);
2795 if (ret == size)
2796 return ret;
Jesse Barnesdf0c2372011-07-07 11:11:02 -07002797 msleep(1);
2798 }
2799
Jani Nikula9d1a1032014-03-14 16:51:15 +02002800 return ret;
Keith Packarda4fc5ed2009-04-07 16:16:42 -07002801}
2802
2803/*
2804 * Fetch AUX CH registers 0x202 - 0x207 which contain
2805 * link status information
2806 */
2807static bool
Keith Packard93f62da2011-11-01 19:45:03 -07002808intel_dp_get_link_status(struct intel_dp *intel_dp, uint8_t link_status[DP_LINK_STATUS_SIZE])
Keith Packarda4fc5ed2009-04-07 16:16:42 -07002809{
Jani Nikula9d1a1032014-03-14 16:51:15 +02002810 return intel_dp_dpcd_read_wake(&intel_dp->aux,
2811 DP_LANE0_1_STATUS,
2812 link_status,
2813 DP_LINK_STATUS_SIZE) == DP_LINK_STATUS_SIZE;
Keith Packarda4fc5ed2009-04-07 16:16:42 -07002814}
2815
Paulo Zanoni11002442014-06-13 18:45:41 -03002816/* These are source-specific values. */
Keith Packarda4fc5ed2009-04-07 16:16:42 -07002817static uint8_t
Keith Packard1a2eb462011-11-16 16:26:07 -08002818intel_dp_voltage_max(struct intel_dp *intel_dp)
Keith Packarda4fc5ed2009-04-07 16:16:42 -07002819{
Paulo Zanoni30add222012-10-26 19:05:45 -02002820 struct drm_device *dev = intel_dp_to_dev(intel_dp);
Sonika Jindal7ad14a22015-02-25 10:29:12 +05302821 struct drm_i915_private *dev_priv = dev->dev_private;
Imre Deakbc7d38a2013-05-16 14:40:36 +03002822 enum port port = dp_to_dig_port(intel_dp)->port;
Keith Packard1a2eb462011-11-16 16:26:07 -08002823
Sonika Jindal7ad14a22015-02-25 10:29:12 +05302824 if (INTEL_INFO(dev)->gen >= 9) {
2825 if (dev_priv->vbt.edp_low_vswing && port == PORT_A)
2826 return DP_TRAIN_VOLTAGE_SWING_LEVEL_3;
Damien Lespiau5a9d1f12013-12-03 13:56:26 +00002827 return DP_TRAIN_VOLTAGE_SWING_LEVEL_2;
Sonika Jindal7ad14a22015-02-25 10:29:12 +05302828 } else if (IS_VALLEYVIEW(dev))
Sonika Jindalbd600182014-08-08 16:23:41 +05302829 return DP_TRAIN_VOLTAGE_SWING_LEVEL_3;
Imre Deakbc7d38a2013-05-16 14:40:36 +03002830 else if (IS_GEN7(dev) && port == PORT_A)
Sonika Jindalbd600182014-08-08 16:23:41 +05302831 return DP_TRAIN_VOLTAGE_SWING_LEVEL_2;
Imre Deakbc7d38a2013-05-16 14:40:36 +03002832 else if (HAS_PCH_CPT(dev) && port != PORT_A)
Sonika Jindalbd600182014-08-08 16:23:41 +05302833 return DP_TRAIN_VOLTAGE_SWING_LEVEL_3;
Keith Packard1a2eb462011-11-16 16:26:07 -08002834 else
Sonika Jindalbd600182014-08-08 16:23:41 +05302835 return DP_TRAIN_VOLTAGE_SWING_LEVEL_2;
Keith Packard1a2eb462011-11-16 16:26:07 -08002836}
2837
2838static uint8_t
2839intel_dp_pre_emphasis_max(struct intel_dp *intel_dp, uint8_t voltage_swing)
2840{
Paulo Zanoni30add222012-10-26 19:05:45 -02002841 struct drm_device *dev = intel_dp_to_dev(intel_dp);
Imre Deakbc7d38a2013-05-16 14:40:36 +03002842 enum port port = dp_to_dig_port(intel_dp)->port;
Keith Packard1a2eb462011-11-16 16:26:07 -08002843
Damien Lespiau5a9d1f12013-12-03 13:56:26 +00002844 if (INTEL_INFO(dev)->gen >= 9) {
2845 switch (voltage_swing & DP_TRAIN_VOLTAGE_SWING_MASK) {
2846 case DP_TRAIN_VOLTAGE_SWING_LEVEL_0:
2847 return DP_TRAIN_PRE_EMPH_LEVEL_3;
2848 case DP_TRAIN_VOLTAGE_SWING_LEVEL_1:
2849 return DP_TRAIN_PRE_EMPH_LEVEL_2;
2850 case DP_TRAIN_VOLTAGE_SWING_LEVEL_2:
2851 return DP_TRAIN_PRE_EMPH_LEVEL_1;
Sonika Jindal7ad14a22015-02-25 10:29:12 +05302852 case DP_TRAIN_VOLTAGE_SWING_LEVEL_3:
2853 return DP_TRAIN_PRE_EMPH_LEVEL_0;
Damien Lespiau5a9d1f12013-12-03 13:56:26 +00002854 default:
2855 return DP_TRAIN_PRE_EMPH_LEVEL_0;
2856 }
2857 } else if (IS_HASWELL(dev) || IS_BROADWELL(dev)) {
Paulo Zanonid6c0d722012-10-15 15:51:34 -03002858 switch (voltage_swing & DP_TRAIN_VOLTAGE_SWING_MASK) {
Sonika Jindalbd600182014-08-08 16:23:41 +05302859 case DP_TRAIN_VOLTAGE_SWING_LEVEL_0:
2860 return DP_TRAIN_PRE_EMPH_LEVEL_3;
2861 case DP_TRAIN_VOLTAGE_SWING_LEVEL_1:
2862 return DP_TRAIN_PRE_EMPH_LEVEL_2;
2863 case DP_TRAIN_VOLTAGE_SWING_LEVEL_2:
2864 return DP_TRAIN_PRE_EMPH_LEVEL_1;
2865 case DP_TRAIN_VOLTAGE_SWING_LEVEL_3:
Paulo Zanonid6c0d722012-10-15 15:51:34 -03002866 default:
Sonika Jindalbd600182014-08-08 16:23:41 +05302867 return DP_TRAIN_PRE_EMPH_LEVEL_0;
Paulo Zanonid6c0d722012-10-15 15:51:34 -03002868 }
Pallavi Ge2fa6fb2013-04-18 14:44:28 -07002869 } else if (IS_VALLEYVIEW(dev)) {
2870 switch (voltage_swing & DP_TRAIN_VOLTAGE_SWING_MASK) {
Sonika Jindalbd600182014-08-08 16:23:41 +05302871 case DP_TRAIN_VOLTAGE_SWING_LEVEL_0:
2872 return DP_TRAIN_PRE_EMPH_LEVEL_3;
2873 case DP_TRAIN_VOLTAGE_SWING_LEVEL_1:
2874 return DP_TRAIN_PRE_EMPH_LEVEL_2;
2875 case DP_TRAIN_VOLTAGE_SWING_LEVEL_2:
2876 return DP_TRAIN_PRE_EMPH_LEVEL_1;
2877 case DP_TRAIN_VOLTAGE_SWING_LEVEL_3:
Pallavi Ge2fa6fb2013-04-18 14:44:28 -07002878 default:
Sonika Jindalbd600182014-08-08 16:23:41 +05302879 return DP_TRAIN_PRE_EMPH_LEVEL_0;
Pallavi Ge2fa6fb2013-04-18 14:44:28 -07002880 }
Imre Deakbc7d38a2013-05-16 14:40:36 +03002881 } else if (IS_GEN7(dev) && port == PORT_A) {
Keith Packard1a2eb462011-11-16 16:26:07 -08002882 switch (voltage_swing & DP_TRAIN_VOLTAGE_SWING_MASK) {
Sonika Jindalbd600182014-08-08 16:23:41 +05302883 case DP_TRAIN_VOLTAGE_SWING_LEVEL_0:
2884 return DP_TRAIN_PRE_EMPH_LEVEL_2;
2885 case DP_TRAIN_VOLTAGE_SWING_LEVEL_1:
2886 case DP_TRAIN_VOLTAGE_SWING_LEVEL_2:
2887 return DP_TRAIN_PRE_EMPH_LEVEL_1;
Keith Packard1a2eb462011-11-16 16:26:07 -08002888 default:
Sonika Jindalbd600182014-08-08 16:23:41 +05302889 return DP_TRAIN_PRE_EMPH_LEVEL_0;
Keith Packard1a2eb462011-11-16 16:26:07 -08002890 }
2891 } else {
2892 switch (voltage_swing & DP_TRAIN_VOLTAGE_SWING_MASK) {
Sonika Jindalbd600182014-08-08 16:23:41 +05302893 case DP_TRAIN_VOLTAGE_SWING_LEVEL_0:
2894 return DP_TRAIN_PRE_EMPH_LEVEL_2;
2895 case DP_TRAIN_VOLTAGE_SWING_LEVEL_1:
2896 return DP_TRAIN_PRE_EMPH_LEVEL_2;
2897 case DP_TRAIN_VOLTAGE_SWING_LEVEL_2:
2898 return DP_TRAIN_PRE_EMPH_LEVEL_1;
2899 case DP_TRAIN_VOLTAGE_SWING_LEVEL_3:
Keith Packard1a2eb462011-11-16 16:26:07 -08002900 default:
Sonika Jindalbd600182014-08-08 16:23:41 +05302901 return DP_TRAIN_PRE_EMPH_LEVEL_0;
Keith Packard1a2eb462011-11-16 16:26:07 -08002902 }
Keith Packarda4fc5ed2009-04-07 16:16:42 -07002903 }
2904}
2905
Pallavi Ge2fa6fb2013-04-18 14:44:28 -07002906static uint32_t intel_vlv_signal_levels(struct intel_dp *intel_dp)
2907{
2908 struct drm_device *dev = intel_dp_to_dev(intel_dp);
2909 struct drm_i915_private *dev_priv = dev->dev_private;
2910 struct intel_digital_port *dport = dp_to_dig_port(intel_dp);
Chon Ming Lee5e69f972013-09-05 20:41:49 +08002911 struct intel_crtc *intel_crtc =
2912 to_intel_crtc(dport->base.base.crtc);
Pallavi Ge2fa6fb2013-04-18 14:44:28 -07002913 unsigned long demph_reg_value, preemph_reg_value,
2914 uniqtranscale_reg_value;
2915 uint8_t train_set = intel_dp->train_set[0];
Chon Ming Leee4607fc2013-11-06 14:36:35 +08002916 enum dpio_channel port = vlv_dport_to_channel(dport);
Chon Ming Lee5e69f972013-09-05 20:41:49 +08002917 int pipe = intel_crtc->pipe;
Pallavi Ge2fa6fb2013-04-18 14:44:28 -07002918
2919 switch (train_set & DP_TRAIN_PRE_EMPHASIS_MASK) {
Sonika Jindalbd600182014-08-08 16:23:41 +05302920 case DP_TRAIN_PRE_EMPH_LEVEL_0:
Pallavi Ge2fa6fb2013-04-18 14:44:28 -07002921 preemph_reg_value = 0x0004000;
2922 switch (train_set & DP_TRAIN_VOLTAGE_SWING_MASK) {
Sonika Jindalbd600182014-08-08 16:23:41 +05302923 case DP_TRAIN_VOLTAGE_SWING_LEVEL_0:
Pallavi Ge2fa6fb2013-04-18 14:44:28 -07002924 demph_reg_value = 0x2B405555;
2925 uniqtranscale_reg_value = 0x552AB83A;
2926 break;
Sonika Jindalbd600182014-08-08 16:23:41 +05302927 case DP_TRAIN_VOLTAGE_SWING_LEVEL_1:
Pallavi Ge2fa6fb2013-04-18 14:44:28 -07002928 demph_reg_value = 0x2B404040;
2929 uniqtranscale_reg_value = 0x5548B83A;
2930 break;
Sonika Jindalbd600182014-08-08 16:23:41 +05302931 case DP_TRAIN_VOLTAGE_SWING_LEVEL_2:
Pallavi Ge2fa6fb2013-04-18 14:44:28 -07002932 demph_reg_value = 0x2B245555;
2933 uniqtranscale_reg_value = 0x5560B83A;
2934 break;
Sonika Jindalbd600182014-08-08 16:23:41 +05302935 case DP_TRAIN_VOLTAGE_SWING_LEVEL_3:
Pallavi Ge2fa6fb2013-04-18 14:44:28 -07002936 demph_reg_value = 0x2B405555;
2937 uniqtranscale_reg_value = 0x5598DA3A;
2938 break;
2939 default:
2940 return 0;
2941 }
2942 break;
Sonika Jindalbd600182014-08-08 16:23:41 +05302943 case DP_TRAIN_PRE_EMPH_LEVEL_1:
Pallavi Ge2fa6fb2013-04-18 14:44:28 -07002944 preemph_reg_value = 0x0002000;
2945 switch (train_set & DP_TRAIN_VOLTAGE_SWING_MASK) {
Sonika Jindalbd600182014-08-08 16:23:41 +05302946 case DP_TRAIN_VOLTAGE_SWING_LEVEL_0:
Pallavi Ge2fa6fb2013-04-18 14:44:28 -07002947 demph_reg_value = 0x2B404040;
2948 uniqtranscale_reg_value = 0x5552B83A;
2949 break;
Sonika Jindalbd600182014-08-08 16:23:41 +05302950 case DP_TRAIN_VOLTAGE_SWING_LEVEL_1:
Pallavi Ge2fa6fb2013-04-18 14:44:28 -07002951 demph_reg_value = 0x2B404848;
2952 uniqtranscale_reg_value = 0x5580B83A;
2953 break;
Sonika Jindalbd600182014-08-08 16:23:41 +05302954 case DP_TRAIN_VOLTAGE_SWING_LEVEL_2:
Pallavi Ge2fa6fb2013-04-18 14:44:28 -07002955 demph_reg_value = 0x2B404040;
2956 uniqtranscale_reg_value = 0x55ADDA3A;
2957 break;
2958 default:
2959 return 0;
2960 }
2961 break;
Sonika Jindalbd600182014-08-08 16:23:41 +05302962 case DP_TRAIN_PRE_EMPH_LEVEL_2:
Pallavi Ge2fa6fb2013-04-18 14:44:28 -07002963 preemph_reg_value = 0x0000000;
2964 switch (train_set & DP_TRAIN_VOLTAGE_SWING_MASK) {
Sonika Jindalbd600182014-08-08 16:23:41 +05302965 case DP_TRAIN_VOLTAGE_SWING_LEVEL_0:
Pallavi Ge2fa6fb2013-04-18 14:44:28 -07002966 demph_reg_value = 0x2B305555;
2967 uniqtranscale_reg_value = 0x5570B83A;
2968 break;
Sonika Jindalbd600182014-08-08 16:23:41 +05302969 case DP_TRAIN_VOLTAGE_SWING_LEVEL_1:
Pallavi Ge2fa6fb2013-04-18 14:44:28 -07002970 demph_reg_value = 0x2B2B4040;
2971 uniqtranscale_reg_value = 0x55ADDA3A;
2972 break;
2973 default:
2974 return 0;
2975 }
2976 break;
Sonika Jindalbd600182014-08-08 16:23:41 +05302977 case DP_TRAIN_PRE_EMPH_LEVEL_3:
Pallavi Ge2fa6fb2013-04-18 14:44:28 -07002978 preemph_reg_value = 0x0006000;
2979 switch (train_set & DP_TRAIN_VOLTAGE_SWING_MASK) {
Sonika Jindalbd600182014-08-08 16:23:41 +05302980 case DP_TRAIN_VOLTAGE_SWING_LEVEL_0:
Pallavi Ge2fa6fb2013-04-18 14:44:28 -07002981 demph_reg_value = 0x1B405555;
2982 uniqtranscale_reg_value = 0x55ADDA3A;
2983 break;
2984 default:
2985 return 0;
2986 }
2987 break;
2988 default:
2989 return 0;
2990 }
2991
Chris Wilson0980a602013-07-26 19:57:35 +01002992 mutex_lock(&dev_priv->dpio_lock);
Chon Ming Leeab3c7592013-11-07 10:43:30 +08002993 vlv_dpio_write(dev_priv, pipe, VLV_TX_DW5(port), 0x00000000);
2994 vlv_dpio_write(dev_priv, pipe, VLV_TX_DW4(port), demph_reg_value);
2995 vlv_dpio_write(dev_priv, pipe, VLV_TX_DW2(port),
Pallavi Ge2fa6fb2013-04-18 14:44:28 -07002996 uniqtranscale_reg_value);
Chon Ming Leeab3c7592013-11-07 10:43:30 +08002997 vlv_dpio_write(dev_priv, pipe, VLV_TX_DW3(port), 0x0C782040);
2998 vlv_dpio_write(dev_priv, pipe, VLV_PCS_DW11(port), 0x00030000);
2999 vlv_dpio_write(dev_priv, pipe, VLV_PCS_DW9(port), preemph_reg_value);
3000 vlv_dpio_write(dev_priv, pipe, VLV_TX_DW5(port), 0x80000000);
Chris Wilson0980a602013-07-26 19:57:35 +01003001 mutex_unlock(&dev_priv->dpio_lock);
Pallavi Ge2fa6fb2013-04-18 14:44:28 -07003002
3003 return 0;
3004}
3005
Chon Ming Leee4a1d842014-04-09 13:28:20 +03003006static uint32_t intel_chv_signal_levels(struct intel_dp *intel_dp)
3007{
3008 struct drm_device *dev = intel_dp_to_dev(intel_dp);
3009 struct drm_i915_private *dev_priv = dev->dev_private;
3010 struct intel_digital_port *dport = dp_to_dig_port(intel_dp);
3011 struct intel_crtc *intel_crtc = to_intel_crtc(dport->base.base.crtc);
Ville Syrjäläf72df8d2014-04-09 13:29:03 +03003012 u32 deemph_reg_value, margin_reg_value, val;
Chon Ming Leee4a1d842014-04-09 13:28:20 +03003013 uint8_t train_set = intel_dp->train_set[0];
3014 enum dpio_channel ch = vlv_dport_to_channel(dport);
Ville Syrjäläf72df8d2014-04-09 13:29:03 +03003015 enum pipe pipe = intel_crtc->pipe;
3016 int i;
Chon Ming Leee4a1d842014-04-09 13:28:20 +03003017
3018 switch (train_set & DP_TRAIN_PRE_EMPHASIS_MASK) {
Sonika Jindalbd600182014-08-08 16:23:41 +05303019 case DP_TRAIN_PRE_EMPH_LEVEL_0:
Chon Ming Leee4a1d842014-04-09 13:28:20 +03003020 switch (train_set & DP_TRAIN_VOLTAGE_SWING_MASK) {
Sonika Jindalbd600182014-08-08 16:23:41 +05303021 case DP_TRAIN_VOLTAGE_SWING_LEVEL_0:
Chon Ming Leee4a1d842014-04-09 13:28:20 +03003022 deemph_reg_value = 128;
3023 margin_reg_value = 52;
3024 break;
Sonika Jindalbd600182014-08-08 16:23:41 +05303025 case DP_TRAIN_VOLTAGE_SWING_LEVEL_1:
Chon Ming Leee4a1d842014-04-09 13:28:20 +03003026 deemph_reg_value = 128;
3027 margin_reg_value = 77;
3028 break;
Sonika Jindalbd600182014-08-08 16:23:41 +05303029 case DP_TRAIN_VOLTAGE_SWING_LEVEL_2:
Chon Ming Leee4a1d842014-04-09 13:28:20 +03003030 deemph_reg_value = 128;
3031 margin_reg_value = 102;
3032 break;
Sonika Jindalbd600182014-08-08 16:23:41 +05303033 case DP_TRAIN_VOLTAGE_SWING_LEVEL_3:
Chon Ming Leee4a1d842014-04-09 13:28:20 +03003034 deemph_reg_value = 128;
3035 margin_reg_value = 154;
3036 /* FIXME extra to set for 1200 */
3037 break;
3038 default:
3039 return 0;
3040 }
3041 break;
Sonika Jindalbd600182014-08-08 16:23:41 +05303042 case DP_TRAIN_PRE_EMPH_LEVEL_1:
Chon Ming Leee4a1d842014-04-09 13:28:20 +03003043 switch (train_set & DP_TRAIN_VOLTAGE_SWING_MASK) {
Sonika Jindalbd600182014-08-08 16:23:41 +05303044 case DP_TRAIN_VOLTAGE_SWING_LEVEL_0:
Chon Ming Leee4a1d842014-04-09 13:28:20 +03003045 deemph_reg_value = 85;
3046 margin_reg_value = 78;
3047 break;
Sonika Jindalbd600182014-08-08 16:23:41 +05303048 case DP_TRAIN_VOLTAGE_SWING_LEVEL_1:
Chon Ming Leee4a1d842014-04-09 13:28:20 +03003049 deemph_reg_value = 85;
3050 margin_reg_value = 116;
3051 break;
Sonika Jindalbd600182014-08-08 16:23:41 +05303052 case DP_TRAIN_VOLTAGE_SWING_LEVEL_2:
Chon Ming Leee4a1d842014-04-09 13:28:20 +03003053 deemph_reg_value = 85;
3054 margin_reg_value = 154;
3055 break;
3056 default:
3057 return 0;
3058 }
3059 break;
Sonika Jindalbd600182014-08-08 16:23:41 +05303060 case DP_TRAIN_PRE_EMPH_LEVEL_2:
Chon Ming Leee4a1d842014-04-09 13:28:20 +03003061 switch (train_set & DP_TRAIN_VOLTAGE_SWING_MASK) {
Sonika Jindalbd600182014-08-08 16:23:41 +05303062 case DP_TRAIN_VOLTAGE_SWING_LEVEL_0:
Chon Ming Leee4a1d842014-04-09 13:28:20 +03003063 deemph_reg_value = 64;
3064 margin_reg_value = 104;
3065 break;
Sonika Jindalbd600182014-08-08 16:23:41 +05303066 case DP_TRAIN_VOLTAGE_SWING_LEVEL_1:
Chon Ming Leee4a1d842014-04-09 13:28:20 +03003067 deemph_reg_value = 64;
3068 margin_reg_value = 154;
3069 break;
3070 default:
3071 return 0;
3072 }
3073 break;
Sonika Jindalbd600182014-08-08 16:23:41 +05303074 case DP_TRAIN_PRE_EMPH_LEVEL_3:
Chon Ming Leee4a1d842014-04-09 13:28:20 +03003075 switch (train_set & DP_TRAIN_VOLTAGE_SWING_MASK) {
Sonika Jindalbd600182014-08-08 16:23:41 +05303076 case DP_TRAIN_VOLTAGE_SWING_LEVEL_0:
Chon Ming Leee4a1d842014-04-09 13:28:20 +03003077 deemph_reg_value = 43;
3078 margin_reg_value = 154;
3079 break;
3080 default:
3081 return 0;
3082 }
3083 break;
3084 default:
3085 return 0;
3086 }
3087
3088 mutex_lock(&dev_priv->dpio_lock);
3089
3090 /* Clear calc init */
Ville Syrjälä1966e592014-04-09 13:29:04 +03003091 val = vlv_dpio_read(dev_priv, pipe, VLV_PCS01_DW10(ch));
3092 val &= ~(DPIO_PCS_SWING_CALC_TX0_TX2 | DPIO_PCS_SWING_CALC_TX1_TX3);
Ville Syrjäläa02ef3c2014-08-18 14:42:45 +03003093 val &= ~(DPIO_PCS_TX1DEEMP_MASK | DPIO_PCS_TX2DEEMP_MASK);
3094 val |= DPIO_PCS_TX1DEEMP_9P5 | DPIO_PCS_TX2DEEMP_9P5;
Ville Syrjälä1966e592014-04-09 13:29:04 +03003095 vlv_dpio_write(dev_priv, pipe, VLV_PCS01_DW10(ch), val);
3096
3097 val = vlv_dpio_read(dev_priv, pipe, VLV_PCS23_DW10(ch));
3098 val &= ~(DPIO_PCS_SWING_CALC_TX0_TX2 | DPIO_PCS_SWING_CALC_TX1_TX3);
Ville Syrjäläa02ef3c2014-08-18 14:42:45 +03003099 val &= ~(DPIO_PCS_TX1DEEMP_MASK | DPIO_PCS_TX2DEEMP_MASK);
3100 val |= DPIO_PCS_TX1DEEMP_9P5 | DPIO_PCS_TX2DEEMP_9P5;
Ville Syrjälä1966e592014-04-09 13:29:04 +03003101 vlv_dpio_write(dev_priv, pipe, VLV_PCS23_DW10(ch), val);
Chon Ming Leee4a1d842014-04-09 13:28:20 +03003102
Ville Syrjäläa02ef3c2014-08-18 14:42:45 +03003103 val = vlv_dpio_read(dev_priv, pipe, VLV_PCS01_DW9(ch));
3104 val &= ~(DPIO_PCS_TX1MARGIN_MASK | DPIO_PCS_TX2MARGIN_MASK);
3105 val |= DPIO_PCS_TX1MARGIN_000 | DPIO_PCS_TX2MARGIN_000;
3106 vlv_dpio_write(dev_priv, pipe, VLV_PCS01_DW9(ch), val);
3107
3108 val = vlv_dpio_read(dev_priv, pipe, VLV_PCS23_DW9(ch));
3109 val &= ~(DPIO_PCS_TX1MARGIN_MASK | DPIO_PCS_TX2MARGIN_MASK);
3110 val |= DPIO_PCS_TX1MARGIN_000 | DPIO_PCS_TX2MARGIN_000;
3111 vlv_dpio_write(dev_priv, pipe, VLV_PCS23_DW9(ch), val);
3112
Chon Ming Leee4a1d842014-04-09 13:28:20 +03003113 /* Program swing deemph */
Ville Syrjäläf72df8d2014-04-09 13:29:03 +03003114 for (i = 0; i < 4; i++) {
3115 val = vlv_dpio_read(dev_priv, pipe, CHV_TX_DW4(ch, i));
3116 val &= ~DPIO_SWING_DEEMPH9P5_MASK;
3117 val |= deemph_reg_value << DPIO_SWING_DEEMPH9P5_SHIFT;
3118 vlv_dpio_write(dev_priv, pipe, CHV_TX_DW4(ch, i), val);
3119 }
Chon Ming Leee4a1d842014-04-09 13:28:20 +03003120
3121 /* Program swing margin */
Ville Syrjäläf72df8d2014-04-09 13:29:03 +03003122 for (i = 0; i < 4; i++) {
3123 val = vlv_dpio_read(dev_priv, pipe, CHV_TX_DW2(ch, i));
Ville Syrjälä1fb44502014-06-28 02:04:03 +03003124 val &= ~DPIO_SWING_MARGIN000_MASK;
3125 val |= margin_reg_value << DPIO_SWING_MARGIN000_SHIFT;
Ville Syrjäläf72df8d2014-04-09 13:29:03 +03003126 vlv_dpio_write(dev_priv, pipe, CHV_TX_DW2(ch, i), val);
3127 }
Chon Ming Leee4a1d842014-04-09 13:28:20 +03003128
3129 /* Disable unique transition scale */
Ville Syrjäläf72df8d2014-04-09 13:29:03 +03003130 for (i = 0; i < 4; i++) {
3131 val = vlv_dpio_read(dev_priv, pipe, CHV_TX_DW3(ch, i));
3132 val &= ~DPIO_TX_UNIQ_TRANS_SCALE_EN;
3133 vlv_dpio_write(dev_priv, pipe, CHV_TX_DW3(ch, i), val);
3134 }
Chon Ming Leee4a1d842014-04-09 13:28:20 +03003135
3136 if (((train_set & DP_TRAIN_PRE_EMPHASIS_MASK)
Sonika Jindalbd600182014-08-08 16:23:41 +05303137 == DP_TRAIN_PRE_EMPH_LEVEL_0) &&
Chon Ming Leee4a1d842014-04-09 13:28:20 +03003138 ((train_set & DP_TRAIN_VOLTAGE_SWING_MASK)
Sonika Jindalbd600182014-08-08 16:23:41 +05303139 == DP_TRAIN_VOLTAGE_SWING_LEVEL_3)) {
Chon Ming Leee4a1d842014-04-09 13:28:20 +03003140
3141 /*
3142 * The document said it needs to set bit 27 for ch0 and bit 26
3143 * for ch1. Might be a typo in the doc.
3144 * For now, for this unique transition scale selection, set bit
3145 * 27 for ch0 and ch1.
3146 */
Ville Syrjäläf72df8d2014-04-09 13:29:03 +03003147 for (i = 0; i < 4; i++) {
3148 val = vlv_dpio_read(dev_priv, pipe, CHV_TX_DW3(ch, i));
3149 val |= DPIO_TX_UNIQ_TRANS_SCALE_EN;
3150 vlv_dpio_write(dev_priv, pipe, CHV_TX_DW3(ch, i), val);
3151 }
Chon Ming Leee4a1d842014-04-09 13:28:20 +03003152
Ville Syrjäläf72df8d2014-04-09 13:29:03 +03003153 for (i = 0; i < 4; i++) {
3154 val = vlv_dpio_read(dev_priv, pipe, CHV_TX_DW2(ch, i));
3155 val &= ~(0xff << DPIO_UNIQ_TRANS_SCALE_SHIFT);
3156 val |= (0x9a << DPIO_UNIQ_TRANS_SCALE_SHIFT);
3157 vlv_dpio_write(dev_priv, pipe, CHV_TX_DW2(ch, i), val);
3158 }
Chon Ming Leee4a1d842014-04-09 13:28:20 +03003159 }
3160
3161 /* Start swing calculation */
Ville Syrjälä1966e592014-04-09 13:29:04 +03003162 val = vlv_dpio_read(dev_priv, pipe, VLV_PCS01_DW10(ch));
3163 val |= DPIO_PCS_SWING_CALC_TX0_TX2 | DPIO_PCS_SWING_CALC_TX1_TX3;
3164 vlv_dpio_write(dev_priv, pipe, VLV_PCS01_DW10(ch), val);
3165
3166 val = vlv_dpio_read(dev_priv, pipe, VLV_PCS23_DW10(ch));
3167 val |= DPIO_PCS_SWING_CALC_TX0_TX2 | DPIO_PCS_SWING_CALC_TX1_TX3;
3168 vlv_dpio_write(dev_priv, pipe, VLV_PCS23_DW10(ch), val);
Chon Ming Leee4a1d842014-04-09 13:28:20 +03003169
3170 /* LRC Bypass */
3171 val = vlv_dpio_read(dev_priv, pipe, CHV_CMN_DW30);
3172 val |= DPIO_LRC_BYPASS;
3173 vlv_dpio_write(dev_priv, pipe, CHV_CMN_DW30, val);
3174
3175 mutex_unlock(&dev_priv->dpio_lock);
3176
3177 return 0;
3178}
3179
Keith Packarda4fc5ed2009-04-07 16:16:42 -07003180static void
Jani Nikula0301b3a2013-10-15 09:36:08 +03003181intel_get_adjust_train(struct intel_dp *intel_dp,
3182 const uint8_t link_status[DP_LINK_STATUS_SIZE])
Keith Packarda4fc5ed2009-04-07 16:16:42 -07003183{
3184 uint8_t v = 0;
3185 uint8_t p = 0;
3186 int lane;
Keith Packard1a2eb462011-11-16 16:26:07 -08003187 uint8_t voltage_max;
3188 uint8_t preemph_max;
Keith Packarda4fc5ed2009-04-07 16:16:42 -07003189
Jesse Barnes33a34e42010-09-08 12:42:02 -07003190 for (lane = 0; lane < intel_dp->lane_count; lane++) {
Daniel Vetter0f037bd2012-10-18 10:15:27 +02003191 uint8_t this_v = drm_dp_get_adjust_request_voltage(link_status, lane);
3192 uint8_t this_p = drm_dp_get_adjust_request_pre_emphasis(link_status, lane);
Keith Packarda4fc5ed2009-04-07 16:16:42 -07003193
3194 if (this_v > v)
3195 v = this_v;
3196 if (this_p > p)
3197 p = this_p;
3198 }
3199
Keith Packard1a2eb462011-11-16 16:26:07 -08003200 voltage_max = intel_dp_voltage_max(intel_dp);
Keith Packard417e8222011-11-01 19:54:11 -07003201 if (v >= voltage_max)
3202 v = voltage_max | DP_TRAIN_MAX_SWING_REACHED;
Keith Packarda4fc5ed2009-04-07 16:16:42 -07003203
Keith Packard1a2eb462011-11-16 16:26:07 -08003204 preemph_max = intel_dp_pre_emphasis_max(intel_dp, v);
3205 if (p >= preemph_max)
3206 p = preemph_max | DP_TRAIN_MAX_PRE_EMPHASIS_REACHED;
Keith Packarda4fc5ed2009-04-07 16:16:42 -07003207
3208 for (lane = 0; lane < 4; lane++)
Jesse Barnes33a34e42010-09-08 12:42:02 -07003209 intel_dp->train_set[lane] = v | p;
Keith Packarda4fc5ed2009-04-07 16:16:42 -07003210}
3211
3212static uint32_t
Paulo Zanonif0a34242012-12-06 16:51:50 -02003213intel_gen4_signal_levels(uint8_t train_set)
Keith Packarda4fc5ed2009-04-07 16:16:42 -07003214{
Chris Wilson3cf2efb2010-11-29 10:09:55 +00003215 uint32_t signal_levels = 0;
Keith Packarda4fc5ed2009-04-07 16:16:42 -07003216
Chris Wilson3cf2efb2010-11-29 10:09:55 +00003217 switch (train_set & DP_TRAIN_VOLTAGE_SWING_MASK) {
Sonika Jindalbd600182014-08-08 16:23:41 +05303218 case DP_TRAIN_VOLTAGE_SWING_LEVEL_0:
Keith Packarda4fc5ed2009-04-07 16:16:42 -07003219 default:
3220 signal_levels |= DP_VOLTAGE_0_4;
3221 break;
Sonika Jindalbd600182014-08-08 16:23:41 +05303222 case DP_TRAIN_VOLTAGE_SWING_LEVEL_1:
Keith Packarda4fc5ed2009-04-07 16:16:42 -07003223 signal_levels |= DP_VOLTAGE_0_6;
3224 break;
Sonika Jindalbd600182014-08-08 16:23:41 +05303225 case DP_TRAIN_VOLTAGE_SWING_LEVEL_2:
Keith Packarda4fc5ed2009-04-07 16:16:42 -07003226 signal_levels |= DP_VOLTAGE_0_8;
3227 break;
Sonika Jindalbd600182014-08-08 16:23:41 +05303228 case DP_TRAIN_VOLTAGE_SWING_LEVEL_3:
Keith Packarda4fc5ed2009-04-07 16:16:42 -07003229 signal_levels |= DP_VOLTAGE_1_2;
3230 break;
3231 }
Chris Wilson3cf2efb2010-11-29 10:09:55 +00003232 switch (train_set & DP_TRAIN_PRE_EMPHASIS_MASK) {
Sonika Jindalbd600182014-08-08 16:23:41 +05303233 case DP_TRAIN_PRE_EMPH_LEVEL_0:
Keith Packarda4fc5ed2009-04-07 16:16:42 -07003234 default:
3235 signal_levels |= DP_PRE_EMPHASIS_0;
3236 break;
Sonika Jindalbd600182014-08-08 16:23:41 +05303237 case DP_TRAIN_PRE_EMPH_LEVEL_1:
Keith Packarda4fc5ed2009-04-07 16:16:42 -07003238 signal_levels |= DP_PRE_EMPHASIS_3_5;
3239 break;
Sonika Jindalbd600182014-08-08 16:23:41 +05303240 case DP_TRAIN_PRE_EMPH_LEVEL_2:
Keith Packarda4fc5ed2009-04-07 16:16:42 -07003241 signal_levels |= DP_PRE_EMPHASIS_6;
3242 break;
Sonika Jindalbd600182014-08-08 16:23:41 +05303243 case DP_TRAIN_PRE_EMPH_LEVEL_3:
Keith Packarda4fc5ed2009-04-07 16:16:42 -07003244 signal_levels |= DP_PRE_EMPHASIS_9_5;
3245 break;
3246 }
3247 return signal_levels;
3248}
3249
Zhenyu Wange3421a12010-04-08 09:43:27 +08003250/* Gen6's DP voltage swing and pre-emphasis control */
3251static uint32_t
3252intel_gen6_edp_signal_levels(uint8_t train_set)
3253{
Yuanhan Liu3c5a62b2011-01-06 18:26:08 +08003254 int signal_levels = train_set & (DP_TRAIN_VOLTAGE_SWING_MASK |
3255 DP_TRAIN_PRE_EMPHASIS_MASK);
3256 switch (signal_levels) {
Sonika Jindalbd600182014-08-08 16:23:41 +05303257 case DP_TRAIN_VOLTAGE_SWING_LEVEL_0 | DP_TRAIN_PRE_EMPH_LEVEL_0:
3258 case DP_TRAIN_VOLTAGE_SWING_LEVEL_1 | DP_TRAIN_PRE_EMPH_LEVEL_0:
Yuanhan Liu3c5a62b2011-01-06 18:26:08 +08003259 return EDP_LINK_TRAIN_400_600MV_0DB_SNB_B;
Sonika Jindalbd600182014-08-08 16:23:41 +05303260 case DP_TRAIN_VOLTAGE_SWING_LEVEL_0 | DP_TRAIN_PRE_EMPH_LEVEL_1:
Yuanhan Liu3c5a62b2011-01-06 18:26:08 +08003261 return EDP_LINK_TRAIN_400MV_3_5DB_SNB_B;
Sonika Jindalbd600182014-08-08 16:23:41 +05303262 case DP_TRAIN_VOLTAGE_SWING_LEVEL_0 | DP_TRAIN_PRE_EMPH_LEVEL_2:
3263 case DP_TRAIN_VOLTAGE_SWING_LEVEL_1 | DP_TRAIN_PRE_EMPH_LEVEL_2:
Yuanhan Liu3c5a62b2011-01-06 18:26:08 +08003264 return EDP_LINK_TRAIN_400_600MV_6DB_SNB_B;
Sonika Jindalbd600182014-08-08 16:23:41 +05303265 case DP_TRAIN_VOLTAGE_SWING_LEVEL_1 | DP_TRAIN_PRE_EMPH_LEVEL_1:
3266 case DP_TRAIN_VOLTAGE_SWING_LEVEL_2 | DP_TRAIN_PRE_EMPH_LEVEL_1:
Yuanhan Liu3c5a62b2011-01-06 18:26:08 +08003267 return EDP_LINK_TRAIN_600_800MV_3_5DB_SNB_B;
Sonika Jindalbd600182014-08-08 16:23:41 +05303268 case DP_TRAIN_VOLTAGE_SWING_LEVEL_2 | DP_TRAIN_PRE_EMPH_LEVEL_0:
3269 case DP_TRAIN_VOLTAGE_SWING_LEVEL_3 | DP_TRAIN_PRE_EMPH_LEVEL_0:
Yuanhan Liu3c5a62b2011-01-06 18:26:08 +08003270 return EDP_LINK_TRAIN_800_1200MV_0DB_SNB_B;
Zhenyu Wange3421a12010-04-08 09:43:27 +08003271 default:
Yuanhan Liu3c5a62b2011-01-06 18:26:08 +08003272 DRM_DEBUG_KMS("Unsupported voltage swing/pre-emphasis level:"
3273 "0x%x\n", signal_levels);
3274 return EDP_LINK_TRAIN_400_600MV_0DB_SNB_B;
Zhenyu Wange3421a12010-04-08 09:43:27 +08003275 }
3276}
3277
Keith Packard1a2eb462011-11-16 16:26:07 -08003278/* Gen7's DP voltage swing and pre-emphasis control */
3279static uint32_t
3280intel_gen7_edp_signal_levels(uint8_t train_set)
3281{
3282 int signal_levels = train_set & (DP_TRAIN_VOLTAGE_SWING_MASK |
3283 DP_TRAIN_PRE_EMPHASIS_MASK);
3284 switch (signal_levels) {
Sonika Jindalbd600182014-08-08 16:23:41 +05303285 case DP_TRAIN_VOLTAGE_SWING_LEVEL_0 | DP_TRAIN_PRE_EMPH_LEVEL_0:
Keith Packard1a2eb462011-11-16 16:26:07 -08003286 return EDP_LINK_TRAIN_400MV_0DB_IVB;
Sonika Jindalbd600182014-08-08 16:23:41 +05303287 case DP_TRAIN_VOLTAGE_SWING_LEVEL_0 | DP_TRAIN_PRE_EMPH_LEVEL_1:
Keith Packard1a2eb462011-11-16 16:26:07 -08003288 return EDP_LINK_TRAIN_400MV_3_5DB_IVB;
Sonika Jindalbd600182014-08-08 16:23:41 +05303289 case DP_TRAIN_VOLTAGE_SWING_LEVEL_0 | DP_TRAIN_PRE_EMPH_LEVEL_2:
Keith Packard1a2eb462011-11-16 16:26:07 -08003290 return EDP_LINK_TRAIN_400MV_6DB_IVB;
3291
Sonika Jindalbd600182014-08-08 16:23:41 +05303292 case DP_TRAIN_VOLTAGE_SWING_LEVEL_1 | DP_TRAIN_PRE_EMPH_LEVEL_0:
Keith Packard1a2eb462011-11-16 16:26:07 -08003293 return EDP_LINK_TRAIN_600MV_0DB_IVB;
Sonika Jindalbd600182014-08-08 16:23:41 +05303294 case DP_TRAIN_VOLTAGE_SWING_LEVEL_1 | DP_TRAIN_PRE_EMPH_LEVEL_1:
Keith Packard1a2eb462011-11-16 16:26:07 -08003295 return EDP_LINK_TRAIN_600MV_3_5DB_IVB;
3296
Sonika Jindalbd600182014-08-08 16:23:41 +05303297 case DP_TRAIN_VOLTAGE_SWING_LEVEL_2 | DP_TRAIN_PRE_EMPH_LEVEL_0:
Keith Packard1a2eb462011-11-16 16:26:07 -08003298 return EDP_LINK_TRAIN_800MV_0DB_IVB;
Sonika Jindalbd600182014-08-08 16:23:41 +05303299 case DP_TRAIN_VOLTAGE_SWING_LEVEL_2 | DP_TRAIN_PRE_EMPH_LEVEL_1:
Keith Packard1a2eb462011-11-16 16:26:07 -08003300 return EDP_LINK_TRAIN_800MV_3_5DB_IVB;
3301
3302 default:
3303 DRM_DEBUG_KMS("Unsupported voltage swing/pre-emphasis level:"
3304 "0x%x\n", signal_levels);
3305 return EDP_LINK_TRAIN_500MV_0DB_IVB;
3306 }
3307}
3308
Paulo Zanonid6c0d722012-10-15 15:51:34 -03003309/* Gen7.5's (HSW) DP voltage swing and pre-emphasis control */
3310static uint32_t
Paulo Zanonif0a34242012-12-06 16:51:50 -02003311intel_hsw_signal_levels(uint8_t train_set)
Keith Packarda4fc5ed2009-04-07 16:16:42 -07003312{
Paulo Zanonid6c0d722012-10-15 15:51:34 -03003313 int signal_levels = train_set & (DP_TRAIN_VOLTAGE_SWING_MASK |
3314 DP_TRAIN_PRE_EMPHASIS_MASK);
3315 switch (signal_levels) {
Sonika Jindalbd600182014-08-08 16:23:41 +05303316 case DP_TRAIN_VOLTAGE_SWING_LEVEL_0 | DP_TRAIN_PRE_EMPH_LEVEL_0:
Sonika Jindalc5fe6a02014-08-11 08:57:36 +05303317 return DDI_BUF_TRANS_SELECT(0);
Sonika Jindalbd600182014-08-08 16:23:41 +05303318 case DP_TRAIN_VOLTAGE_SWING_LEVEL_0 | DP_TRAIN_PRE_EMPH_LEVEL_1:
Sonika Jindalc5fe6a02014-08-11 08:57:36 +05303319 return DDI_BUF_TRANS_SELECT(1);
Sonika Jindalbd600182014-08-08 16:23:41 +05303320 case DP_TRAIN_VOLTAGE_SWING_LEVEL_0 | DP_TRAIN_PRE_EMPH_LEVEL_2:
Sonika Jindalc5fe6a02014-08-11 08:57:36 +05303321 return DDI_BUF_TRANS_SELECT(2);
Sonika Jindalbd600182014-08-08 16:23:41 +05303322 case DP_TRAIN_VOLTAGE_SWING_LEVEL_0 | DP_TRAIN_PRE_EMPH_LEVEL_3:
Sonika Jindalc5fe6a02014-08-11 08:57:36 +05303323 return DDI_BUF_TRANS_SELECT(3);
Keith Packarda4fc5ed2009-04-07 16:16:42 -07003324
Sonika Jindalbd600182014-08-08 16:23:41 +05303325 case DP_TRAIN_VOLTAGE_SWING_LEVEL_1 | DP_TRAIN_PRE_EMPH_LEVEL_0:
Sonika Jindalc5fe6a02014-08-11 08:57:36 +05303326 return DDI_BUF_TRANS_SELECT(4);
Sonika Jindalbd600182014-08-08 16:23:41 +05303327 case DP_TRAIN_VOLTAGE_SWING_LEVEL_1 | DP_TRAIN_PRE_EMPH_LEVEL_1:
Sonika Jindalc5fe6a02014-08-11 08:57:36 +05303328 return DDI_BUF_TRANS_SELECT(5);
Sonika Jindalbd600182014-08-08 16:23:41 +05303329 case DP_TRAIN_VOLTAGE_SWING_LEVEL_1 | DP_TRAIN_PRE_EMPH_LEVEL_2:
Sonika Jindalc5fe6a02014-08-11 08:57:36 +05303330 return DDI_BUF_TRANS_SELECT(6);
Keith Packarda4fc5ed2009-04-07 16:16:42 -07003331
Sonika Jindalbd600182014-08-08 16:23:41 +05303332 case DP_TRAIN_VOLTAGE_SWING_LEVEL_2 | DP_TRAIN_PRE_EMPH_LEVEL_0:
Sonika Jindalc5fe6a02014-08-11 08:57:36 +05303333 return DDI_BUF_TRANS_SELECT(7);
Sonika Jindalbd600182014-08-08 16:23:41 +05303334 case DP_TRAIN_VOLTAGE_SWING_LEVEL_2 | DP_TRAIN_PRE_EMPH_LEVEL_1:
Sonika Jindalc5fe6a02014-08-11 08:57:36 +05303335 return DDI_BUF_TRANS_SELECT(8);
Sonika Jindal7ad14a22015-02-25 10:29:12 +05303336
3337 case DP_TRAIN_VOLTAGE_SWING_LEVEL_3 | DP_TRAIN_PRE_EMPH_LEVEL_0:
3338 return DDI_BUF_TRANS_SELECT(9);
Paulo Zanonid6c0d722012-10-15 15:51:34 -03003339 default:
3340 DRM_DEBUG_KMS("Unsupported voltage swing/pre-emphasis level:"
3341 "0x%x\n", signal_levels);
Sonika Jindalc5fe6a02014-08-11 08:57:36 +05303342 return DDI_BUF_TRANS_SELECT(0);
Keith Packarda4fc5ed2009-04-07 16:16:42 -07003343 }
Keith Packarda4fc5ed2009-04-07 16:16:42 -07003344}
3345
Paulo Zanonif0a34242012-12-06 16:51:50 -02003346/* Properly updates "DP" with the correct signal levels. */
3347static void
3348intel_dp_set_signal_levels(struct intel_dp *intel_dp, uint32_t *DP)
3349{
3350 struct intel_digital_port *intel_dig_port = dp_to_dig_port(intel_dp);
Imre Deakbc7d38a2013-05-16 14:40:36 +03003351 enum port port = intel_dig_port->port;
Paulo Zanonif0a34242012-12-06 16:51:50 -02003352 struct drm_device *dev = intel_dig_port->base.base.dev;
3353 uint32_t signal_levels, mask;
3354 uint8_t train_set = intel_dp->train_set[0];
3355
Damien Lespiau5a9d1f12013-12-03 13:56:26 +00003356 if (IS_HASWELL(dev) || IS_BROADWELL(dev) || INTEL_INFO(dev)->gen >= 9) {
Paulo Zanonif0a34242012-12-06 16:51:50 -02003357 signal_levels = intel_hsw_signal_levels(train_set);
3358 mask = DDI_BUF_EMP_MASK;
Chon Ming Leee4a1d842014-04-09 13:28:20 +03003359 } else if (IS_CHERRYVIEW(dev)) {
3360 signal_levels = intel_chv_signal_levels(intel_dp);
3361 mask = 0;
Pallavi Ge2fa6fb2013-04-18 14:44:28 -07003362 } else if (IS_VALLEYVIEW(dev)) {
3363 signal_levels = intel_vlv_signal_levels(intel_dp);
3364 mask = 0;
Imre Deakbc7d38a2013-05-16 14:40:36 +03003365 } else if (IS_GEN7(dev) && port == PORT_A) {
Paulo Zanonif0a34242012-12-06 16:51:50 -02003366 signal_levels = intel_gen7_edp_signal_levels(train_set);
3367 mask = EDP_LINK_TRAIN_VOL_EMP_MASK_IVB;
Imre Deakbc7d38a2013-05-16 14:40:36 +03003368 } else if (IS_GEN6(dev) && port == PORT_A) {
Paulo Zanonif0a34242012-12-06 16:51:50 -02003369 signal_levels = intel_gen6_edp_signal_levels(train_set);
3370 mask = EDP_LINK_TRAIN_VOL_EMP_MASK_SNB;
3371 } else {
3372 signal_levels = intel_gen4_signal_levels(train_set);
3373 mask = DP_VOLTAGE_MASK | DP_PRE_EMPHASIS_MASK;
3374 }
3375
3376 DRM_DEBUG_KMS("Using signal levels %08x\n", signal_levels);
3377
3378 *DP = (*DP & ~mask) | signal_levels;
3379}
3380
Keith Packarda4fc5ed2009-04-07 16:16:42 -07003381static bool
Chris Wilsonea5b2132010-08-04 13:50:23 +01003382intel_dp_set_link_train(struct intel_dp *intel_dp,
Jani Nikula70aff662013-09-27 15:10:44 +03003383 uint32_t *DP,
Chris Wilson58e10eb2010-10-03 10:56:11 +01003384 uint8_t dp_train_pat)
Keith Packarda4fc5ed2009-04-07 16:16:42 -07003385{
Paulo Zanoni174edf12012-10-26 19:05:50 -02003386 struct intel_digital_port *intel_dig_port = dp_to_dig_port(intel_dp);
3387 struct drm_device *dev = intel_dig_port->base.base.dev;
Keith Packarda4fc5ed2009-04-07 16:16:42 -07003388 struct drm_i915_private *dev_priv = dev->dev_private;
Jani Nikula2cdfe6c2013-10-04 15:08:48 +03003389 uint8_t buf[sizeof(intel_dp->train_set) + 1];
3390 int ret, len;
Keith Packarda4fc5ed2009-04-07 16:16:42 -07003391
Ville Syrjälä7b13b582014-08-18 22:16:08 +03003392 _intel_dp_set_link_train(intel_dp, DP, dp_train_pat);
Paulo Zanoni47ea7542012-07-17 16:55:16 -03003393
Jani Nikula70aff662013-09-27 15:10:44 +03003394 I915_WRITE(intel_dp->output_reg, *DP);
Chris Wilsonea5b2132010-08-04 13:50:23 +01003395 POSTING_READ(intel_dp->output_reg);
Keith Packarda4fc5ed2009-04-07 16:16:42 -07003396
Jani Nikula2cdfe6c2013-10-04 15:08:48 +03003397 buf[0] = dp_train_pat;
3398 if ((dp_train_pat & DP_TRAINING_PATTERN_MASK) ==
Paulo Zanoni47ea7542012-07-17 16:55:16 -03003399 DP_TRAINING_PATTERN_DISABLE) {
Jani Nikula2cdfe6c2013-10-04 15:08:48 +03003400 /* don't write DP_TRAINING_LANEx_SET on disable */
3401 len = 1;
3402 } else {
3403 /* DP_TRAINING_LANEx_SET follow DP_TRAINING_PATTERN_SET */
3404 memcpy(buf + 1, intel_dp->train_set, intel_dp->lane_count);
3405 len = intel_dp->lane_count + 1;
Paulo Zanoni47ea7542012-07-17 16:55:16 -03003406 }
Keith Packarda4fc5ed2009-04-07 16:16:42 -07003407
Jani Nikula9d1a1032014-03-14 16:51:15 +02003408 ret = drm_dp_dpcd_write(&intel_dp->aux, DP_TRAINING_PATTERN_SET,
3409 buf, len);
Jani Nikula2cdfe6c2013-10-04 15:08:48 +03003410
3411 return ret == len;
Keith Packarda4fc5ed2009-04-07 16:16:42 -07003412}
3413
Jani Nikula70aff662013-09-27 15:10:44 +03003414static bool
3415intel_dp_reset_link_train(struct intel_dp *intel_dp, uint32_t *DP,
3416 uint8_t dp_train_pat)
3417{
Jani Nikula953d22e2013-10-04 15:08:47 +03003418 memset(intel_dp->train_set, 0, sizeof(intel_dp->train_set));
Jani Nikula70aff662013-09-27 15:10:44 +03003419 intel_dp_set_signal_levels(intel_dp, DP);
3420 return intel_dp_set_link_train(intel_dp, DP, dp_train_pat);
3421}
3422
3423static bool
3424intel_dp_update_link_train(struct intel_dp *intel_dp, uint32_t *DP,
Jani Nikula0301b3a2013-10-15 09:36:08 +03003425 const uint8_t link_status[DP_LINK_STATUS_SIZE])
Jani Nikula70aff662013-09-27 15:10:44 +03003426{
3427 struct intel_digital_port *intel_dig_port = dp_to_dig_port(intel_dp);
3428 struct drm_device *dev = intel_dig_port->base.base.dev;
3429 struct drm_i915_private *dev_priv = dev->dev_private;
3430 int ret;
3431
3432 intel_get_adjust_train(intel_dp, link_status);
3433 intel_dp_set_signal_levels(intel_dp, DP);
3434
3435 I915_WRITE(intel_dp->output_reg, *DP);
3436 POSTING_READ(intel_dp->output_reg);
3437
Jani Nikula9d1a1032014-03-14 16:51:15 +02003438 ret = drm_dp_dpcd_write(&intel_dp->aux, DP_TRAINING_LANE0_SET,
3439 intel_dp->train_set, intel_dp->lane_count);
Jani Nikula70aff662013-09-27 15:10:44 +03003440
3441 return ret == intel_dp->lane_count;
3442}
3443
Imre Deak3ab9c632013-05-03 12:57:41 +03003444static void intel_dp_set_idle_link_train(struct intel_dp *intel_dp)
3445{
3446 struct intel_digital_port *intel_dig_port = dp_to_dig_port(intel_dp);
3447 struct drm_device *dev = intel_dig_port->base.base.dev;
3448 struct drm_i915_private *dev_priv = dev->dev_private;
3449 enum port port = intel_dig_port->port;
3450 uint32_t val;
3451
3452 if (!HAS_DDI(dev))
3453 return;
3454
3455 val = I915_READ(DP_TP_CTL(port));
3456 val &= ~DP_TP_CTL_LINK_TRAIN_MASK;
3457 val |= DP_TP_CTL_LINK_TRAIN_IDLE;
3458 I915_WRITE(DP_TP_CTL(port), val);
3459
3460 /*
3461 * On PORT_A we can have only eDP in SST mode. There the only reason
3462 * we need to set idle transmission mode is to work around a HW issue
3463 * where we enable the pipe while not in idle link-training mode.
3464 * In this case there is requirement to wait for a minimum number of
3465 * idle patterns to be sent.
3466 */
3467 if (port == PORT_A)
3468 return;
3469
3470 if (wait_for((I915_READ(DP_TP_STATUS(port)) & DP_TP_STATUS_IDLE_DONE),
3471 1))
3472 DRM_ERROR("Timed out waiting for DP idle patterns\n");
3473}
3474
Jesse Barnes33a34e42010-09-08 12:42:02 -07003475/* Enable corresponding port and start training pattern 1 */
Paulo Zanonic19b0662012-10-15 15:51:41 -03003476void
Jesse Barnes33a34e42010-09-08 12:42:02 -07003477intel_dp_start_link_train(struct intel_dp *intel_dp)
Keith Packarda4fc5ed2009-04-07 16:16:42 -07003478{
Paulo Zanonida63a9f2012-10-26 19:05:46 -02003479 struct drm_encoder *encoder = &dp_to_dig_port(intel_dp)->base.base;
Paulo Zanonic19b0662012-10-15 15:51:41 -03003480 struct drm_device *dev = encoder->dev;
Keith Packarda4fc5ed2009-04-07 16:16:42 -07003481 int i;
3482 uint8_t voltage;
Keith Packardcdb0e952011-11-01 20:00:06 -07003483 int voltage_tries, loop_tries;
Chris Wilsonea5b2132010-08-04 13:50:23 +01003484 uint32_t DP = intel_dp->DP;
Jani Nikula6aba5b62013-10-04 15:08:10 +03003485 uint8_t link_config[2];
Keith Packarda4fc5ed2009-04-07 16:16:42 -07003486
Paulo Zanoniaffa9352012-11-23 15:30:39 -02003487 if (HAS_DDI(dev))
Paulo Zanonic19b0662012-10-15 15:51:41 -03003488 intel_ddi_prepare_link_retrain(encoder);
3489
Chris Wilson3cf2efb2010-11-29 10:09:55 +00003490 /* Write the link configuration data */
Jani Nikula6aba5b62013-10-04 15:08:10 +03003491 link_config[0] = intel_dp->link_bw;
3492 link_config[1] = intel_dp->lane_count;
3493 if (drm_dp_enhanced_frame_cap(intel_dp->dpcd))
3494 link_config[1] |= DP_LANE_COUNT_ENHANCED_FRAME_EN;
Jani Nikula9d1a1032014-03-14 16:51:15 +02003495 drm_dp_dpcd_write(&intel_dp->aux, DP_LINK_BW_SET, link_config, 2);
Ville Syrjäläbc27b7d2015-03-12 17:10:35 +02003496 if (intel_dp->num_supported_rates)
Sonika Jindala8f3ef62015-03-05 10:02:30 +05303497 drm_dp_dpcd_write(&intel_dp->aux, DP_LINK_RATE_SET,
3498 &intel_dp->rate_select, 1);
Jani Nikula6aba5b62013-10-04 15:08:10 +03003499
3500 link_config[0] = 0;
3501 link_config[1] = DP_SET_ANSI_8B10B;
Jani Nikula9d1a1032014-03-14 16:51:15 +02003502 drm_dp_dpcd_write(&intel_dp->aux, DP_DOWNSPREAD_CTRL, link_config, 2);
Keith Packarda4fc5ed2009-04-07 16:16:42 -07003503
3504 DP |= DP_PORT_EN;
Keith Packard1a2eb462011-11-16 16:26:07 -08003505
Jani Nikula70aff662013-09-27 15:10:44 +03003506 /* clock recovery */
3507 if (!intel_dp_reset_link_train(intel_dp, &DP,
3508 DP_TRAINING_PATTERN_1 |
3509 DP_LINK_SCRAMBLING_DISABLE)) {
3510 DRM_ERROR("failed to enable link training\n");
3511 return;
3512 }
3513
Keith Packarda4fc5ed2009-04-07 16:16:42 -07003514 voltage = 0xff;
Keith Packardcdb0e952011-11-01 20:00:06 -07003515 voltage_tries = 0;
3516 loop_tries = 0;
Keith Packarda4fc5ed2009-04-07 16:16:42 -07003517 for (;;) {
Jani Nikula70aff662013-09-27 15:10:44 +03003518 uint8_t link_status[DP_LINK_STATUS_SIZE];
Keith Packarda4fc5ed2009-04-07 16:16:42 -07003519
Daniel Vettera7c96552012-10-18 10:15:30 +02003520 drm_dp_link_train_clock_recovery_delay(intel_dp->dpcd);
Keith Packard93f62da2011-11-01 19:45:03 -07003521 if (!intel_dp_get_link_status(intel_dp, link_status)) {
3522 DRM_ERROR("failed to get link status\n");
Keith Packarda4fc5ed2009-04-07 16:16:42 -07003523 break;
Keith Packard93f62da2011-11-01 19:45:03 -07003524 }
Keith Packarda4fc5ed2009-04-07 16:16:42 -07003525
Daniel Vetter01916272012-10-18 10:15:25 +02003526 if (drm_dp_clock_recovery_ok(link_status, intel_dp->lane_count)) {
Keith Packard93f62da2011-11-01 19:45:03 -07003527 DRM_DEBUG_KMS("clock recovery OK\n");
Chris Wilson3cf2efb2010-11-29 10:09:55 +00003528 break;
Keith Packarda4fc5ed2009-04-07 16:16:42 -07003529 }
Chris Wilson3cf2efb2010-11-29 10:09:55 +00003530
3531 /* Check to see if we've tried the max voltage */
3532 for (i = 0; i < intel_dp->lane_count; i++)
3533 if ((intel_dp->train_set[i] & DP_TRAIN_MAX_SWING_REACHED) == 0)
3534 break;
Takashi Iwai3b4f8192013-03-11 18:40:16 +01003535 if (i == intel_dp->lane_count) {
Daniel Vetterb06fbda2012-10-16 09:50:25 +02003536 ++loop_tries;
3537 if (loop_tries == 5) {
Jani Nikula3def84b2013-10-05 16:13:56 +03003538 DRM_ERROR("too many full retries, give up\n");
Keith Packardcdb0e952011-11-01 20:00:06 -07003539 break;
3540 }
Jani Nikula70aff662013-09-27 15:10:44 +03003541 intel_dp_reset_link_train(intel_dp, &DP,
3542 DP_TRAINING_PATTERN_1 |
3543 DP_LINK_SCRAMBLING_DISABLE);
Keith Packardcdb0e952011-11-01 20:00:06 -07003544 voltage_tries = 0;
3545 continue;
3546 }
Chris Wilson3cf2efb2010-11-29 10:09:55 +00003547
3548 /* Check to see if we've tried the same voltage 5 times */
Daniel Vetterb06fbda2012-10-16 09:50:25 +02003549 if ((intel_dp->train_set[0] & DP_TRAIN_VOLTAGE_SWING_MASK) == voltage) {
Chris Wilson24773672012-09-26 16:48:30 +01003550 ++voltage_tries;
Daniel Vetterb06fbda2012-10-16 09:50:25 +02003551 if (voltage_tries == 5) {
Jani Nikula3def84b2013-10-05 16:13:56 +03003552 DRM_ERROR("too many voltage retries, give up\n");
Daniel Vetterb06fbda2012-10-16 09:50:25 +02003553 break;
3554 }
3555 } else
3556 voltage_tries = 0;
3557 voltage = intel_dp->train_set[0] & DP_TRAIN_VOLTAGE_SWING_MASK;
Chris Wilson3cf2efb2010-11-29 10:09:55 +00003558
Jani Nikula70aff662013-09-27 15:10:44 +03003559 /* Update training set as requested by target */
3560 if (!intel_dp_update_link_train(intel_dp, &DP, link_status)) {
3561 DRM_ERROR("failed to update link training\n");
3562 break;
3563 }
Keith Packarda4fc5ed2009-04-07 16:16:42 -07003564 }
3565
Jesse Barnes33a34e42010-09-08 12:42:02 -07003566 intel_dp->DP = DP;
3567}
3568
Paulo Zanonic19b0662012-10-15 15:51:41 -03003569void
Jesse Barnes33a34e42010-09-08 12:42:02 -07003570intel_dp_complete_link_train(struct intel_dp *intel_dp)
3571{
Jesse Barnes33a34e42010-09-08 12:42:02 -07003572 bool channel_eq = false;
Jesse Barnes37f80972011-01-05 14:45:24 -08003573 int tries, cr_tries;
Jesse Barnes33a34e42010-09-08 12:42:02 -07003574 uint32_t DP = intel_dp->DP;
Todd Previte06ea66b2014-01-20 10:19:39 -07003575 uint32_t training_pattern = DP_TRAINING_PATTERN_2;
3576
3577 /* Training Pattern 3 for HBR2 ot 1.2 devices that support it*/
3578 if (intel_dp->link_bw == DP_LINK_BW_5_4 || intel_dp->use_tps3)
3579 training_pattern = DP_TRAINING_PATTERN_3;
Jesse Barnes33a34e42010-09-08 12:42:02 -07003580
Keith Packarda4fc5ed2009-04-07 16:16:42 -07003581 /* channel equalization */
Jani Nikula70aff662013-09-27 15:10:44 +03003582 if (!intel_dp_set_link_train(intel_dp, &DP,
Todd Previte06ea66b2014-01-20 10:19:39 -07003583 training_pattern |
Jani Nikula70aff662013-09-27 15:10:44 +03003584 DP_LINK_SCRAMBLING_DISABLE)) {
3585 DRM_ERROR("failed to start channel equalization\n");
3586 return;
3587 }
3588
Keith Packarda4fc5ed2009-04-07 16:16:42 -07003589 tries = 0;
Jesse Barnes37f80972011-01-05 14:45:24 -08003590 cr_tries = 0;
Keith Packarda4fc5ed2009-04-07 16:16:42 -07003591 channel_eq = false;
3592 for (;;) {
Jani Nikula70aff662013-09-27 15:10:44 +03003593 uint8_t link_status[DP_LINK_STATUS_SIZE];
Zhenyu Wange3421a12010-04-08 09:43:27 +08003594
Jesse Barnes37f80972011-01-05 14:45:24 -08003595 if (cr_tries > 5) {
3596 DRM_ERROR("failed to train DP, aborting\n");
Jesse Barnes37f80972011-01-05 14:45:24 -08003597 break;
3598 }
3599
Daniel Vettera7c96552012-10-18 10:15:30 +02003600 drm_dp_link_train_channel_eq_delay(intel_dp->dpcd);
Jani Nikula70aff662013-09-27 15:10:44 +03003601 if (!intel_dp_get_link_status(intel_dp, link_status)) {
3602 DRM_ERROR("failed to get link status\n");
Keith Packarda4fc5ed2009-04-07 16:16:42 -07003603 break;
Jani Nikula70aff662013-09-27 15:10:44 +03003604 }
Jesse Barnes869184a2010-10-07 16:01:22 -07003605
Jesse Barnes37f80972011-01-05 14:45:24 -08003606 /* Make sure clock is still ok */
Daniel Vetter01916272012-10-18 10:15:25 +02003607 if (!drm_dp_clock_recovery_ok(link_status, intel_dp->lane_count)) {
Jesse Barnes37f80972011-01-05 14:45:24 -08003608 intel_dp_start_link_train(intel_dp);
Jani Nikula70aff662013-09-27 15:10:44 +03003609 intel_dp_set_link_train(intel_dp, &DP,
Todd Previte06ea66b2014-01-20 10:19:39 -07003610 training_pattern |
Jani Nikula70aff662013-09-27 15:10:44 +03003611 DP_LINK_SCRAMBLING_DISABLE);
Jesse Barnes37f80972011-01-05 14:45:24 -08003612 cr_tries++;
3613 continue;
3614 }
3615
Daniel Vetter1ffdff12012-10-18 10:15:24 +02003616 if (drm_dp_channel_eq_ok(link_status, intel_dp->lane_count)) {
Chris Wilson3cf2efb2010-11-29 10:09:55 +00003617 channel_eq = true;
3618 break;
Keith Packarda4fc5ed2009-04-07 16:16:42 -07003619 }
Chris Wilson3cf2efb2010-11-29 10:09:55 +00003620
Jesse Barnes37f80972011-01-05 14:45:24 -08003621 /* Try 5 times, then try clock recovery if that fails */
3622 if (tries > 5) {
Jesse Barnes37f80972011-01-05 14:45:24 -08003623 intel_dp_start_link_train(intel_dp);
Jani Nikula70aff662013-09-27 15:10:44 +03003624 intel_dp_set_link_train(intel_dp, &DP,
Todd Previte06ea66b2014-01-20 10:19:39 -07003625 training_pattern |
Jani Nikula70aff662013-09-27 15:10:44 +03003626 DP_LINK_SCRAMBLING_DISABLE);
Jesse Barnes37f80972011-01-05 14:45:24 -08003627 tries = 0;
3628 cr_tries++;
3629 continue;
3630 }
Chris Wilson3cf2efb2010-11-29 10:09:55 +00003631
Jani Nikula70aff662013-09-27 15:10:44 +03003632 /* Update training set as requested by target */
3633 if (!intel_dp_update_link_train(intel_dp, &DP, link_status)) {
3634 DRM_ERROR("failed to update link training\n");
3635 break;
3636 }
Chris Wilson3cf2efb2010-11-29 10:09:55 +00003637 ++tries;
Keith Packarda4fc5ed2009-04-07 16:16:42 -07003638 }
Chris Wilson3cf2efb2010-11-29 10:09:55 +00003639
Imre Deak3ab9c632013-05-03 12:57:41 +03003640 intel_dp_set_idle_link_train(intel_dp);
3641
3642 intel_dp->DP = DP;
3643
Paulo Zanonid6c0d722012-10-15 15:51:34 -03003644 if (channel_eq)
Masanari Iida07f42252013-03-20 11:00:34 +09003645 DRM_DEBUG_KMS("Channel EQ done. DP Training successful\n");
Paulo Zanonid6c0d722012-10-15 15:51:34 -03003646
Imre Deak3ab9c632013-05-03 12:57:41 +03003647}
3648
3649void intel_dp_stop_link_train(struct intel_dp *intel_dp)
3650{
Jani Nikula70aff662013-09-27 15:10:44 +03003651 intel_dp_set_link_train(intel_dp, &intel_dp->DP,
Imre Deak3ab9c632013-05-03 12:57:41 +03003652 DP_TRAINING_PATTERN_DISABLE);
Keith Packarda4fc5ed2009-04-07 16:16:42 -07003653}
3654
3655static void
Chris Wilsonea5b2132010-08-04 13:50:23 +01003656intel_dp_link_down(struct intel_dp *intel_dp)
Keith Packarda4fc5ed2009-04-07 16:16:42 -07003657{
Paulo Zanonida63a9f2012-10-26 19:05:46 -02003658 struct intel_digital_port *intel_dig_port = dp_to_dig_port(intel_dp);
Imre Deakbc7d38a2013-05-16 14:40:36 +03003659 enum port port = intel_dig_port->port;
Paulo Zanonida63a9f2012-10-26 19:05:46 -02003660 struct drm_device *dev = intel_dig_port->base.base.dev;
Keith Packarda4fc5ed2009-04-07 16:16:42 -07003661 struct drm_i915_private *dev_priv = dev->dev_private;
Chris Wilsonea5b2132010-08-04 13:50:23 +01003662 uint32_t DP = intel_dp->DP;
Keith Packarda4fc5ed2009-04-07 16:16:42 -07003663
Daniel Vetterbc76e322014-05-20 22:46:50 +02003664 if (WARN_ON(HAS_DDI(dev)))
Paulo Zanonic19b0662012-10-15 15:51:41 -03003665 return;
3666
Daniel Vetter0c33d8d2012-09-06 22:15:43 +02003667 if (WARN_ON((I915_READ(intel_dp->output_reg) & DP_PORT_EN) == 0))
Chris Wilson1b39d6f2010-12-06 11:20:45 +00003668 return;
3669
Zhao Yakui28c97732009-10-09 11:39:41 +08003670 DRM_DEBUG_KMS("\n");
Zhenyu Wang32f9d652009-07-24 01:00:32 +08003671
Imre Deakbc7d38a2013-05-16 14:40:36 +03003672 if (HAS_PCH_CPT(dev) && (IS_GEN7(dev) || port != PORT_A)) {
Zhenyu Wange3421a12010-04-08 09:43:27 +08003673 DP &= ~DP_LINK_TRAIN_MASK_CPT;
Chris Wilsonea5b2132010-08-04 13:50:23 +01003674 I915_WRITE(intel_dp->output_reg, DP | DP_LINK_TRAIN_PAT_IDLE_CPT);
Zhenyu Wange3421a12010-04-08 09:43:27 +08003675 } else {
Ville Syrjäläaad3d142014-06-28 02:04:25 +03003676 if (IS_CHERRYVIEW(dev))
3677 DP &= ~DP_LINK_TRAIN_MASK_CHV;
3678 else
3679 DP &= ~DP_LINK_TRAIN_MASK;
Chris Wilsonea5b2132010-08-04 13:50:23 +01003680 I915_WRITE(intel_dp->output_reg, DP | DP_LINK_TRAIN_PAT_IDLE);
Zhenyu Wange3421a12010-04-08 09:43:27 +08003681 }
Chris Wilsonfe255d02010-09-11 21:37:48 +01003682 POSTING_READ(intel_dp->output_reg);
Zhenyu Wang5eb08b62009-07-24 01:00:31 +08003683
Daniel Vetter493a7082012-05-30 12:31:56 +02003684 if (HAS_PCH_IBX(dev) &&
Chris Wilson1b39d6f2010-12-06 11:20:45 +00003685 I915_READ(intel_dp->output_reg) & DP_PIPEB_SELECT) {
Eric Anholt5bddd172010-11-18 09:32:59 +08003686 /* Hardware workaround: leaving our transcoder select
3687 * set to transcoder B while it's off will prevent the
3688 * corresponding HDMI output on transcoder A.
3689 *
3690 * Combine this with another hardware workaround:
3691 * transcoder select bit can only be cleared while the
3692 * port is enabled.
3693 */
3694 DP &= ~DP_PIPEB_SELECT;
3695 I915_WRITE(intel_dp->output_reg, DP);
Daniel Vetter0ca09682014-11-24 16:54:11 +01003696 POSTING_READ(intel_dp->output_reg);
Eric Anholt5bddd172010-11-18 09:32:59 +08003697 }
3698
Wu Fengguang832afda2011-12-09 20:42:21 +08003699 DP &= ~DP_AUDIO_OUTPUT_ENABLE;
Chris Wilsonea5b2132010-08-04 13:50:23 +01003700 I915_WRITE(intel_dp->output_reg, DP & ~DP_PORT_EN);
3701 POSTING_READ(intel_dp->output_reg);
Keith Packardf01eca22011-09-28 16:48:10 -07003702 msleep(intel_dp->panel_power_down_delay);
Keith Packarda4fc5ed2009-04-07 16:16:42 -07003703}
3704
Keith Packard26d61aa2011-07-25 20:01:09 -07003705static bool
3706intel_dp_get_dpcd(struct intel_dp *intel_dp)
Keith Packard92fd8fd2011-07-25 19:50:10 -07003707{
Rodrigo Vivia031d702013-10-03 16:15:06 -03003708 struct intel_digital_port *dig_port = dp_to_dig_port(intel_dp);
3709 struct drm_device *dev = dig_port->base.base.dev;
3710 struct drm_i915_private *dev_priv = dev->dev_private;
Sonika Jindalfc0f8e22015-03-05 10:03:58 +05303711 uint8_t rev;
Rodrigo Vivia031d702013-10-03 16:15:06 -03003712
Jani Nikula9d1a1032014-03-14 16:51:15 +02003713 if (intel_dp_dpcd_read_wake(&intel_dp->aux, 0x000, intel_dp->dpcd,
3714 sizeof(intel_dp->dpcd)) < 0)
Adam Jacksonedb39242012-09-18 10:58:49 -04003715 return false; /* aux transfer failed */
Keith Packard92fd8fd2011-07-25 19:50:10 -07003716
Andy Shevchenkoa8e98152014-09-01 14:12:01 +03003717 DRM_DEBUG_KMS("DPCD: %*ph\n", (int) sizeof(intel_dp->dpcd), intel_dp->dpcd);
Damien Lespiau577c7a52012-12-13 16:09:02 +00003718
Adam Jacksonedb39242012-09-18 10:58:49 -04003719 if (intel_dp->dpcd[DP_DPCD_REV] == 0)
3720 return false; /* DPCD not present */
3721
Shobhit Kumar2293bb52013-07-11 18:44:56 -03003722 /* Check if the panel supports PSR */
3723 memset(intel_dp->psr_dpcd, 0, sizeof(intel_dp->psr_dpcd));
Jani Nikula50003932013-09-20 16:42:17 +03003724 if (is_edp(intel_dp)) {
Jani Nikula9d1a1032014-03-14 16:51:15 +02003725 intel_dp_dpcd_read_wake(&intel_dp->aux, DP_PSR_SUPPORT,
3726 intel_dp->psr_dpcd,
3727 sizeof(intel_dp->psr_dpcd));
Rodrigo Vivia031d702013-10-03 16:15:06 -03003728 if (intel_dp->psr_dpcd[0] & DP_PSR_IS_SUPPORTED) {
3729 dev_priv->psr.sink_support = true;
Jani Nikula50003932013-09-20 16:42:17 +03003730 DRM_DEBUG_KMS("Detected EDP PSR Panel.\n");
Rodrigo Vivia031d702013-10-03 16:15:06 -03003731 }
Jani Nikula50003932013-09-20 16:42:17 +03003732 }
3733
Jani Nikula7809a612014-10-29 11:03:26 +02003734 /* Training Pattern 3 support, both source and sink */
Todd Previte06ea66b2014-01-20 10:19:39 -07003735 if (intel_dp->dpcd[DP_DPCD_REV] >= 0x12 &&
Jani Nikula7809a612014-10-29 11:03:26 +02003736 intel_dp->dpcd[DP_MAX_LANE_COUNT] & DP_TPS3_SUPPORTED &&
3737 (IS_HASWELL(dev_priv) || INTEL_INFO(dev_priv)->gen >= 8)) {
Todd Previte06ea66b2014-01-20 10:19:39 -07003738 intel_dp->use_tps3 = true;
Jani Nikulaf8d8a672014-09-05 16:19:18 +03003739 DRM_DEBUG_KMS("Displayport TPS3 supported\n");
Todd Previte06ea66b2014-01-20 10:19:39 -07003740 } else
3741 intel_dp->use_tps3 = false;
3742
Sonika Jindalfc0f8e22015-03-05 10:03:58 +05303743 /* Intermediate frequency support */
3744 if (is_edp(intel_dp) &&
3745 (intel_dp->dpcd[DP_EDP_CONFIGURATION_CAP] & DP_DPCD_DISPLAY_CONTROL_CAPABLE) &&
3746 (intel_dp_dpcd_read_wake(&intel_dp->aux, DP_EDP_DPCD_REV, &rev, 1) == 1) &&
3747 (rev >= 0x03)) { /* eDp v1.4 or higher */
Ville Syrjäläea2d8a42015-03-12 17:10:28 +02003748 __le16 supported_rates[DP_MAX_SUPPORTED_RATES];
3749 int i;
3750
Sonika Jindalfc0f8e22015-03-05 10:03:58 +05303751 intel_dp_dpcd_read_wake(&intel_dp->aux,
3752 DP_SUPPORTED_LINK_RATES,
Ville Syrjäläea2d8a42015-03-12 17:10:28 +02003753 supported_rates,
3754 sizeof(supported_rates));
3755
3756 for (i = 0; i < ARRAY_SIZE(supported_rates); i++) {
3757 int val = le16_to_cpu(supported_rates[i]);
3758
3759 if (val == 0)
3760 break;
3761
3762 intel_dp->supported_rates[i] = val * 200;
3763 }
3764 intel_dp->num_supported_rates = i;
Sonika Jindalfc0f8e22015-03-05 10:03:58 +05303765 }
Adam Jacksonedb39242012-09-18 10:58:49 -04003766 if (!(intel_dp->dpcd[DP_DOWNSTREAMPORT_PRESENT] &
3767 DP_DWN_STRM_PORT_PRESENT))
3768 return true; /* native DP sink */
3769
3770 if (intel_dp->dpcd[DP_DPCD_REV] == 0x10)
3771 return true; /* no per-port downstream info */
3772
Jani Nikula9d1a1032014-03-14 16:51:15 +02003773 if (intel_dp_dpcd_read_wake(&intel_dp->aux, DP_DOWNSTREAM_PORT_0,
3774 intel_dp->downstream_ports,
3775 DP_MAX_DOWNSTREAM_PORTS) < 0)
Adam Jacksonedb39242012-09-18 10:58:49 -04003776 return false; /* downstream port status fetch failed */
3777
3778 return true;
Keith Packard92fd8fd2011-07-25 19:50:10 -07003779}
3780
Adam Jackson0d198322012-05-14 16:05:47 -04003781static void
3782intel_dp_probe_oui(struct intel_dp *intel_dp)
3783{
3784 u8 buf[3];
3785
3786 if (!(intel_dp->dpcd[DP_DOWN_STREAM_PORT_COUNT] & DP_OUI_SUPPORT))
3787 return;
3788
Jani Nikula9d1a1032014-03-14 16:51:15 +02003789 if (intel_dp_dpcd_read_wake(&intel_dp->aux, DP_SINK_OUI, buf, 3) == 3)
Adam Jackson0d198322012-05-14 16:05:47 -04003790 DRM_DEBUG_KMS("Sink OUI: %02hx%02hx%02hx\n",
3791 buf[0], buf[1], buf[2]);
3792
Jani Nikula9d1a1032014-03-14 16:51:15 +02003793 if (intel_dp_dpcd_read_wake(&intel_dp->aux, DP_BRANCH_OUI, buf, 3) == 3)
Adam Jackson0d198322012-05-14 16:05:47 -04003794 DRM_DEBUG_KMS("Branch OUI: %02hx%02hx%02hx\n",
3795 buf[0], buf[1], buf[2]);
3796}
3797
Dave Airlie0e32b392014-05-02 14:02:48 +10003798static bool
3799intel_dp_probe_mst(struct intel_dp *intel_dp)
3800{
3801 u8 buf[1];
3802
3803 if (!intel_dp->can_mst)
3804 return false;
3805
3806 if (intel_dp->dpcd[DP_DPCD_REV] < 0x12)
3807 return false;
3808
Dave Airlie0e32b392014-05-02 14:02:48 +10003809 if (intel_dp_dpcd_read_wake(&intel_dp->aux, DP_MSTM_CAP, buf, 1)) {
3810 if (buf[0] & DP_MST_CAP) {
3811 DRM_DEBUG_KMS("Sink is MST capable\n");
3812 intel_dp->is_mst = true;
3813 } else {
3814 DRM_DEBUG_KMS("Sink is not MST capable\n");
3815 intel_dp->is_mst = false;
3816 }
3817 }
Dave Airlie0e32b392014-05-02 14:02:48 +10003818
3819 drm_dp_mst_topology_mgr_set_mst(&intel_dp->mst_mgr, intel_dp->is_mst);
3820 return intel_dp->is_mst;
3821}
3822
Rodrigo Vivid2e216d2014-01-24 13:36:17 -02003823int intel_dp_sink_crc(struct intel_dp *intel_dp, u8 *crc)
3824{
3825 struct intel_digital_port *intel_dig_port = dp_to_dig_port(intel_dp);
3826 struct drm_device *dev = intel_dig_port->base.base.dev;
3827 struct intel_crtc *intel_crtc =
3828 to_intel_crtc(intel_dig_port->base.base.crtc);
Rodrigo Viviad9dc912014-09-16 19:18:12 -04003829 u8 buf;
3830 int test_crc_count;
3831 int attempts = 6;
Rodrigo Vivid2e216d2014-01-24 13:36:17 -02003832
Rodrigo Viviad9dc912014-09-16 19:18:12 -04003833 if (drm_dp_dpcd_readb(&intel_dp->aux, DP_TEST_SINK_MISC, &buf) < 0)
Rodrigo Vivibda03812014-09-15 19:24:03 -04003834 return -EIO;
Rodrigo Vivid2e216d2014-01-24 13:36:17 -02003835
Rodrigo Viviad9dc912014-09-16 19:18:12 -04003836 if (!(buf & DP_TEST_CRC_SUPPORTED))
Rodrigo Vivid2e216d2014-01-24 13:36:17 -02003837 return -ENOTTY;
3838
Rodrigo Vivi1dda5f92014-10-01 07:32:37 -07003839 if (drm_dp_dpcd_readb(&intel_dp->aux, DP_TEST_SINK, &buf) < 0)
Rodrigo Vivibda03812014-09-15 19:24:03 -04003840 return -EIO;
Rodrigo Vivid2e216d2014-01-24 13:36:17 -02003841
Rodrigo Vivid2e216d2014-01-24 13:36:17 -02003842 if (drm_dp_dpcd_writeb(&intel_dp->aux, DP_TEST_SINK,
Rodrigo Vivice31d9f2014-09-29 18:29:52 -04003843 buf | DP_TEST_SINK_START) < 0)
Rodrigo Vivid2e216d2014-01-24 13:36:17 -02003844 return -EIO;
3845
Rodrigo Vivi1dda5f92014-10-01 07:32:37 -07003846 if (drm_dp_dpcd_readb(&intel_dp->aux, DP_TEST_SINK_MISC, &buf) < 0)
3847 return -EIO;
Rodrigo Viviad9dc912014-09-16 19:18:12 -04003848 test_crc_count = buf & DP_TEST_COUNT_MASK;
3849
3850 do {
Rodrigo Vivi1dda5f92014-10-01 07:32:37 -07003851 if (drm_dp_dpcd_readb(&intel_dp->aux,
3852 DP_TEST_SINK_MISC, &buf) < 0)
3853 return -EIO;
Rodrigo Viviad9dc912014-09-16 19:18:12 -04003854 intel_wait_for_vblank(dev, intel_crtc->pipe);
3855 } while (--attempts && (buf & DP_TEST_COUNT_MASK) == test_crc_count);
3856
3857 if (attempts == 0) {
Daniel Vetter90bd1f42014-11-19 11:18:47 +01003858 DRM_DEBUG_KMS("Panel is unable to calculate CRC after 6 vblanks\n");
3859 return -ETIMEDOUT;
Rodrigo Viviad9dc912014-09-16 19:18:12 -04003860 }
Rodrigo Vivid2e216d2014-01-24 13:36:17 -02003861
Jani Nikula9d1a1032014-03-14 16:51:15 +02003862 if (drm_dp_dpcd_read(&intel_dp->aux, DP_TEST_CRC_R_CR, crc, 6) < 0)
Rodrigo Vivibda03812014-09-15 19:24:03 -04003863 return -EIO;
Rodrigo Vivid2e216d2014-01-24 13:36:17 -02003864
Rodrigo Vivi1dda5f92014-10-01 07:32:37 -07003865 if (drm_dp_dpcd_readb(&intel_dp->aux, DP_TEST_SINK, &buf) < 0)
3866 return -EIO;
3867 if (drm_dp_dpcd_writeb(&intel_dp->aux, DP_TEST_SINK,
3868 buf & ~DP_TEST_SINK_START) < 0)
3869 return -EIO;
Rodrigo Vivice31d9f2014-09-29 18:29:52 -04003870
Rodrigo Vivid2e216d2014-01-24 13:36:17 -02003871 return 0;
3872}
3873
Jesse Barnesa60f0e32011-10-20 15:09:17 -07003874static bool
3875intel_dp_get_sink_irq(struct intel_dp *intel_dp, u8 *sink_irq_vector)
3876{
Jani Nikula9d1a1032014-03-14 16:51:15 +02003877 return intel_dp_dpcd_read_wake(&intel_dp->aux,
3878 DP_DEVICE_SERVICE_IRQ_VECTOR,
3879 sink_irq_vector, 1) == 1;
Jesse Barnesa60f0e32011-10-20 15:09:17 -07003880}
3881
Dave Airlie0e32b392014-05-02 14:02:48 +10003882static bool
3883intel_dp_get_sink_irq_esi(struct intel_dp *intel_dp, u8 *sink_irq_vector)
3884{
3885 int ret;
3886
3887 ret = intel_dp_dpcd_read_wake(&intel_dp->aux,
3888 DP_SINK_COUNT_ESI,
3889 sink_irq_vector, 14);
3890 if (ret != 14)
3891 return false;
3892
3893 return true;
3894}
3895
Jesse Barnesa60f0e32011-10-20 15:09:17 -07003896static void
3897intel_dp_handle_test_request(struct intel_dp *intel_dp)
3898{
3899 /* NAK by default */
Jani Nikula9d1a1032014-03-14 16:51:15 +02003900 drm_dp_dpcd_writeb(&intel_dp->aux, DP_TEST_RESPONSE, DP_TEST_NAK);
Jesse Barnesa60f0e32011-10-20 15:09:17 -07003901}
3902
Dave Airlie0e32b392014-05-02 14:02:48 +10003903static int
3904intel_dp_check_mst_status(struct intel_dp *intel_dp)
3905{
3906 bool bret;
3907
3908 if (intel_dp->is_mst) {
3909 u8 esi[16] = { 0 };
3910 int ret = 0;
3911 int retry;
3912 bool handled;
3913 bret = intel_dp_get_sink_irq_esi(intel_dp, esi);
3914go_again:
3915 if (bret == true) {
3916
3917 /* check link status - esi[10] = 0x200c */
3918 if (intel_dp->active_mst_links && !drm_dp_channel_eq_ok(&esi[10], intel_dp->lane_count)) {
3919 DRM_DEBUG_KMS("channel EQ not ok, retraining\n");
3920 intel_dp_start_link_train(intel_dp);
3921 intel_dp_complete_link_train(intel_dp);
3922 intel_dp_stop_link_train(intel_dp);
3923 }
3924
Andy Shevchenko6f34cc32015-01-15 13:45:09 +02003925 DRM_DEBUG_KMS("got esi %3ph\n", esi);
Dave Airlie0e32b392014-05-02 14:02:48 +10003926 ret = drm_dp_mst_hpd_irq(&intel_dp->mst_mgr, esi, &handled);
3927
3928 if (handled) {
3929 for (retry = 0; retry < 3; retry++) {
3930 int wret;
3931 wret = drm_dp_dpcd_write(&intel_dp->aux,
3932 DP_SINK_COUNT_ESI+1,
3933 &esi[1], 3);
3934 if (wret == 3) {
3935 break;
3936 }
3937 }
3938
3939 bret = intel_dp_get_sink_irq_esi(intel_dp, esi);
3940 if (bret == true) {
Andy Shevchenko6f34cc32015-01-15 13:45:09 +02003941 DRM_DEBUG_KMS("got esi2 %3ph\n", esi);
Dave Airlie0e32b392014-05-02 14:02:48 +10003942 goto go_again;
3943 }
3944 } else
3945 ret = 0;
3946
3947 return ret;
3948 } else {
3949 struct intel_digital_port *intel_dig_port = dp_to_dig_port(intel_dp);
3950 DRM_DEBUG_KMS("failed to get ESI - device may have failed\n");
3951 intel_dp->is_mst = false;
3952 drm_dp_mst_topology_mgr_set_mst(&intel_dp->mst_mgr, intel_dp->is_mst);
3953 /* send a hotplug event */
3954 drm_kms_helper_hotplug_event(intel_dig_port->base.base.dev);
3955 }
3956 }
3957 return -EINVAL;
3958}
3959
Keith Packarda4fc5ed2009-04-07 16:16:42 -07003960/*
3961 * According to DP spec
3962 * 5.1.2:
3963 * 1. Read DPCD
3964 * 2. Configure link according to Receiver Capabilities
3965 * 3. Use Link Training from 2.5.3.3 and 3.5.1.3
3966 * 4. Check link status on receipt of hot-plug interrupt
3967 */
Damien Lespiaua5146202015-02-10 19:32:22 +00003968static void
Chris Wilsonea5b2132010-08-04 13:50:23 +01003969intel_dp_check_link_status(struct intel_dp *intel_dp)
Keith Packarda4fc5ed2009-04-07 16:16:42 -07003970{
Dave Airlie5b215bc2014-08-05 10:40:20 +10003971 struct drm_device *dev = intel_dp_to_dev(intel_dp);
Paulo Zanonida63a9f2012-10-26 19:05:46 -02003972 struct intel_encoder *intel_encoder = &dp_to_dig_port(intel_dp)->base;
Jesse Barnesa60f0e32011-10-20 15:09:17 -07003973 u8 sink_irq_vector;
Keith Packard93f62da2011-11-01 19:45:03 -07003974 u8 link_status[DP_LINK_STATUS_SIZE];
Jesse Barnesa60f0e32011-10-20 15:09:17 -07003975
Dave Airlie5b215bc2014-08-05 10:40:20 +10003976 WARN_ON(!drm_modeset_is_locked(&dev->mode_config.connection_mutex));
3977
Paulo Zanonida63a9f2012-10-26 19:05:46 -02003978 if (!intel_encoder->connectors_active)
Keith Packardd2b996a2011-07-25 22:37:51 -07003979 return;
Jesse Barnes59cd09e2011-07-07 11:10:59 -07003980
Paulo Zanonida63a9f2012-10-26 19:05:46 -02003981 if (WARN_ON(!intel_encoder->base.crtc))
Keith Packarda4fc5ed2009-04-07 16:16:42 -07003982 return;
3983
Imre Deak1a125d82014-08-18 14:42:46 +03003984 if (!to_intel_crtc(intel_encoder->base.crtc)->active)
3985 return;
3986
Keith Packard92fd8fd2011-07-25 19:50:10 -07003987 /* Try to read receiver status if the link appears to be up */
Keith Packard93f62da2011-11-01 19:45:03 -07003988 if (!intel_dp_get_link_status(intel_dp, link_status)) {
Keith Packarda4fc5ed2009-04-07 16:16:42 -07003989 return;
3990 }
3991
Keith Packard92fd8fd2011-07-25 19:50:10 -07003992 /* Now read the DPCD to see if it's actually running */
Keith Packard26d61aa2011-07-25 20:01:09 -07003993 if (!intel_dp_get_dpcd(intel_dp)) {
Jesse Barnes59cd09e2011-07-07 11:10:59 -07003994 return;
3995 }
3996
Jesse Barnesa60f0e32011-10-20 15:09:17 -07003997 /* Try to read the source of the interrupt */
3998 if (intel_dp->dpcd[DP_DPCD_REV] >= 0x11 &&
3999 intel_dp_get_sink_irq(intel_dp, &sink_irq_vector)) {
4000 /* Clear interrupt source */
Jani Nikula9d1a1032014-03-14 16:51:15 +02004001 drm_dp_dpcd_writeb(&intel_dp->aux,
4002 DP_DEVICE_SERVICE_IRQ_VECTOR,
4003 sink_irq_vector);
Jesse Barnesa60f0e32011-10-20 15:09:17 -07004004
4005 if (sink_irq_vector & DP_AUTOMATED_TEST_REQUEST)
4006 intel_dp_handle_test_request(intel_dp);
4007 if (sink_irq_vector & (DP_CP_IRQ | DP_SINK_SPECIFIC_IRQ))
4008 DRM_DEBUG_DRIVER("CP or sink specific irq unhandled\n");
4009 }
4010
Daniel Vetter1ffdff12012-10-18 10:15:24 +02004011 if (!drm_dp_channel_eq_ok(link_status, intel_dp->lane_count)) {
Keith Packard92fd8fd2011-07-25 19:50:10 -07004012 DRM_DEBUG_KMS("%s: channel EQ not ok, retraining\n",
Jani Nikula8e329a032014-06-03 14:56:21 +03004013 intel_encoder->base.name);
Jesse Barnes33a34e42010-09-08 12:42:02 -07004014 intel_dp_start_link_train(intel_dp);
4015 intel_dp_complete_link_train(intel_dp);
Imre Deak3ab9c632013-05-03 12:57:41 +03004016 intel_dp_stop_link_train(intel_dp);
Jesse Barnes33a34e42010-09-08 12:42:02 -07004017 }
Keith Packarda4fc5ed2009-04-07 16:16:42 -07004018}
Keith Packarda4fc5ed2009-04-07 16:16:42 -07004019
Adam Jacksoncaf9ab22012-09-18 10:58:50 -04004020/* XXX this is probably wrong for multiple downstream ports */
Zhenyu Wang5eb08b62009-07-24 01:00:31 +08004021static enum drm_connector_status
Keith Packard26d61aa2011-07-25 20:01:09 -07004022intel_dp_detect_dpcd(struct intel_dp *intel_dp)
Adam Jackson71ba90002011-07-12 17:38:04 -04004023{
Adam Jacksoncaf9ab22012-09-18 10:58:50 -04004024 uint8_t *dpcd = intel_dp->dpcd;
Adam Jacksoncaf9ab22012-09-18 10:58:50 -04004025 uint8_t type;
4026
4027 if (!intel_dp_get_dpcd(intel_dp))
4028 return connector_status_disconnected;
4029
4030 /* if there's no downstream port, we're done */
4031 if (!(dpcd[DP_DOWNSTREAMPORT_PRESENT] & DP_DWN_STRM_PORT_PRESENT))
Keith Packard26d61aa2011-07-25 20:01:09 -07004032 return connector_status_connected;
Adam Jacksoncaf9ab22012-09-18 10:58:50 -04004033
4034 /* If we're HPD-aware, SINK_COUNT changes dynamically */
Jani Nikulac9ff1602013-09-27 14:48:42 +03004035 if (intel_dp->dpcd[DP_DPCD_REV] >= 0x11 &&
4036 intel_dp->downstream_ports[0] & DP_DS_PORT_HPD) {
Adam Jackson23235172012-09-20 16:42:45 -04004037 uint8_t reg;
Jani Nikula9d1a1032014-03-14 16:51:15 +02004038
4039 if (intel_dp_dpcd_read_wake(&intel_dp->aux, DP_SINK_COUNT,
4040 &reg, 1) < 0)
Adam Jacksoncaf9ab22012-09-18 10:58:50 -04004041 return connector_status_unknown;
Jani Nikula9d1a1032014-03-14 16:51:15 +02004042
Adam Jackson23235172012-09-20 16:42:45 -04004043 return DP_GET_SINK_COUNT(reg) ? connector_status_connected
4044 : connector_status_disconnected;
Adam Jacksoncaf9ab22012-09-18 10:58:50 -04004045 }
4046
4047 /* If no HPD, poke DDC gently */
Jani Nikula0b998362014-03-14 16:51:17 +02004048 if (drm_probe_ddc(&intel_dp->aux.ddc))
Adam Jacksoncaf9ab22012-09-18 10:58:50 -04004049 return connector_status_connected;
4050
4051 /* Well we tried, say unknown for unreliable port types */
Jani Nikulac9ff1602013-09-27 14:48:42 +03004052 if (intel_dp->dpcd[DP_DPCD_REV] >= 0x11) {
4053 type = intel_dp->downstream_ports[0] & DP_DS_PORT_TYPE_MASK;
4054 if (type == DP_DS_PORT_TYPE_VGA ||
4055 type == DP_DS_PORT_TYPE_NON_EDID)
4056 return connector_status_unknown;
4057 } else {
4058 type = intel_dp->dpcd[DP_DOWNSTREAMPORT_PRESENT] &
4059 DP_DWN_STRM_PORT_TYPE_MASK;
4060 if (type == DP_DWN_STRM_PORT_TYPE_ANALOG ||
4061 type == DP_DWN_STRM_PORT_TYPE_OTHER)
4062 return connector_status_unknown;
4063 }
Adam Jacksoncaf9ab22012-09-18 10:58:50 -04004064
4065 /* Anything else is out of spec, warn and ignore */
4066 DRM_DEBUG_KMS("Broken DP branch device, ignoring\n");
Keith Packard26d61aa2011-07-25 20:01:09 -07004067 return connector_status_disconnected;
Adam Jackson71ba90002011-07-12 17:38:04 -04004068}
4069
4070static enum drm_connector_status
Chris Wilsond410b562014-09-02 20:03:59 +01004071edp_detect(struct intel_dp *intel_dp)
4072{
4073 struct drm_device *dev = intel_dp_to_dev(intel_dp);
4074 enum drm_connector_status status;
4075
4076 status = intel_panel_detect(dev);
4077 if (status == connector_status_unknown)
4078 status = connector_status_connected;
4079
4080 return status;
4081}
4082
4083static enum drm_connector_status
Zhenyu Wanga9756bb2010-09-19 13:09:06 +08004084ironlake_dp_detect(struct intel_dp *intel_dp)
Zhenyu Wang5eb08b62009-07-24 01:00:31 +08004085{
Paulo Zanoni30add222012-10-26 19:05:45 -02004086 struct drm_device *dev = intel_dp_to_dev(intel_dp);
Damien Lespiau1b469632012-12-13 16:09:01 +00004087 struct drm_i915_private *dev_priv = dev->dev_private;
4088 struct intel_digital_port *intel_dig_port = dp_to_dig_port(intel_dp);
Jesse Barnes01cb9ea2010-10-07 16:01:12 -07004089
Damien Lespiau1b469632012-12-13 16:09:01 +00004090 if (!ibx_digital_port_connected(dev_priv, intel_dig_port))
4091 return connector_status_disconnected;
4092
Keith Packard26d61aa2011-07-25 20:01:09 -07004093 return intel_dp_detect_dpcd(intel_dp);
Zhenyu Wang5eb08b62009-07-24 01:00:31 +08004094}
4095
Dave Airlie2a592be2014-09-01 16:58:12 +10004096static int g4x_digital_port_connected(struct drm_device *dev,
4097 struct intel_digital_port *intel_dig_port)
Keith Packarda4fc5ed2009-04-07 16:16:42 -07004098{
Keith Packarda4fc5ed2009-04-07 16:16:42 -07004099 struct drm_i915_private *dev_priv = dev->dev_private;
Chris Wilson10f76a32012-05-11 18:01:32 +01004100 uint32_t bit;
Zhenyu Wang5eb08b62009-07-24 01:00:31 +08004101
Todd Previte232a6ee2014-01-23 00:13:41 -07004102 if (IS_VALLEYVIEW(dev)) {
4103 switch (intel_dig_port->port) {
4104 case PORT_B:
4105 bit = PORTB_HOTPLUG_LIVE_STATUS_VLV;
4106 break;
4107 case PORT_C:
4108 bit = PORTC_HOTPLUG_LIVE_STATUS_VLV;
4109 break;
4110 case PORT_D:
4111 bit = PORTD_HOTPLUG_LIVE_STATUS_VLV;
4112 break;
4113 default:
Dave Airlie2a592be2014-09-01 16:58:12 +10004114 return -EINVAL;
Todd Previte232a6ee2014-01-23 00:13:41 -07004115 }
4116 } else {
4117 switch (intel_dig_port->port) {
4118 case PORT_B:
4119 bit = PORTB_HOTPLUG_LIVE_STATUS_G4X;
4120 break;
4121 case PORT_C:
4122 bit = PORTC_HOTPLUG_LIVE_STATUS_G4X;
4123 break;
4124 case PORT_D:
4125 bit = PORTD_HOTPLUG_LIVE_STATUS_G4X;
4126 break;
4127 default:
Dave Airlie2a592be2014-09-01 16:58:12 +10004128 return -EINVAL;
Todd Previte232a6ee2014-01-23 00:13:41 -07004129 }
Keith Packarda4fc5ed2009-04-07 16:16:42 -07004130 }
4131
Chris Wilson10f76a32012-05-11 18:01:32 +01004132 if ((I915_READ(PORT_HOTPLUG_STAT) & bit) == 0)
Dave Airlie2a592be2014-09-01 16:58:12 +10004133 return 0;
4134 return 1;
4135}
4136
4137static enum drm_connector_status
4138g4x_dp_detect(struct intel_dp *intel_dp)
4139{
4140 struct drm_device *dev = intel_dp_to_dev(intel_dp);
4141 struct intel_digital_port *intel_dig_port = dp_to_dig_port(intel_dp);
4142 int ret;
4143
4144 /* Can't disconnect eDP, but you can close the lid... */
4145 if (is_edp(intel_dp)) {
4146 enum drm_connector_status status;
4147
4148 status = intel_panel_detect(dev);
4149 if (status == connector_status_unknown)
4150 status = connector_status_connected;
4151 return status;
4152 }
4153
4154 ret = g4x_digital_port_connected(dev, intel_dig_port);
4155 if (ret == -EINVAL)
4156 return connector_status_unknown;
4157 else if (ret == 0)
Keith Packarda4fc5ed2009-04-07 16:16:42 -07004158 return connector_status_disconnected;
4159
Keith Packard26d61aa2011-07-25 20:01:09 -07004160 return intel_dp_detect_dpcd(intel_dp);
Zhenyu Wanga9756bb2010-09-19 13:09:06 +08004161}
4162
Keith Packard8c241fe2011-09-28 16:38:44 -07004163static struct edid *
Chris Wilsonbeb60602014-09-02 20:04:00 +01004164intel_dp_get_edid(struct intel_dp *intel_dp)
Keith Packard8c241fe2011-09-28 16:38:44 -07004165{
Chris Wilsonbeb60602014-09-02 20:04:00 +01004166 struct intel_connector *intel_connector = intel_dp->attached_connector;
Keith Packard8c241fe2011-09-28 16:38:44 -07004167
Jani Nikula9cd300e2012-10-19 14:51:52 +03004168 /* use cached edid if we have one */
4169 if (intel_connector->edid) {
Jani Nikula9cd300e2012-10-19 14:51:52 +03004170 /* invalid edid */
4171 if (IS_ERR(intel_connector->edid))
Jesse Barnesd6f24d02012-06-14 15:28:33 -04004172 return NULL;
4173
Jani Nikula55e9ede2013-10-01 10:38:54 +03004174 return drm_edid_duplicate(intel_connector->edid);
Chris Wilsonbeb60602014-09-02 20:04:00 +01004175 } else
4176 return drm_get_edid(&intel_connector->base,
4177 &intel_dp->aux.ddc);
Keith Packard8c241fe2011-09-28 16:38:44 -07004178}
4179
Chris Wilsonbeb60602014-09-02 20:04:00 +01004180static void
4181intel_dp_set_edid(struct intel_dp *intel_dp)
Keith Packard8c241fe2011-09-28 16:38:44 -07004182{
Chris Wilsonbeb60602014-09-02 20:04:00 +01004183 struct intel_connector *intel_connector = intel_dp->attached_connector;
4184 struct edid *edid;
Keith Packard8c241fe2011-09-28 16:38:44 -07004185
Chris Wilsonbeb60602014-09-02 20:04:00 +01004186 edid = intel_dp_get_edid(intel_dp);
4187 intel_connector->detect_edid = edid;
Jani Nikula9cd300e2012-10-19 14:51:52 +03004188
Chris Wilsonbeb60602014-09-02 20:04:00 +01004189 if (intel_dp->force_audio != HDMI_AUDIO_AUTO)
4190 intel_dp->has_audio = intel_dp->force_audio == HDMI_AUDIO_ON;
4191 else
4192 intel_dp->has_audio = drm_detect_monitor_audio(edid);
4193}
Jesse Barnesd6f24d02012-06-14 15:28:33 -04004194
Chris Wilsonbeb60602014-09-02 20:04:00 +01004195static void
4196intel_dp_unset_edid(struct intel_dp *intel_dp)
4197{
4198 struct intel_connector *intel_connector = intel_dp->attached_connector;
4199
4200 kfree(intel_connector->detect_edid);
4201 intel_connector->detect_edid = NULL;
4202
4203 intel_dp->has_audio = false;
4204}
4205
4206static enum intel_display_power_domain
4207intel_dp_power_get(struct intel_dp *dp)
4208{
4209 struct intel_encoder *encoder = &dp_to_dig_port(dp)->base;
4210 enum intel_display_power_domain power_domain;
4211
4212 power_domain = intel_display_port_power_domain(encoder);
4213 intel_display_power_get(to_i915(encoder->base.dev), power_domain);
4214
4215 return power_domain;
4216}
4217
4218static void
4219intel_dp_power_put(struct intel_dp *dp,
4220 enum intel_display_power_domain power_domain)
4221{
4222 struct intel_encoder *encoder = &dp_to_dig_port(dp)->base;
4223 intel_display_power_put(to_i915(encoder->base.dev), power_domain);
Keith Packard8c241fe2011-09-28 16:38:44 -07004224}
4225
Zhenyu Wanga9756bb2010-09-19 13:09:06 +08004226static enum drm_connector_status
4227intel_dp_detect(struct drm_connector *connector, bool force)
4228{
4229 struct intel_dp *intel_dp = intel_attached_dp(connector);
Paulo Zanonid63885d2012-10-26 19:05:49 -02004230 struct intel_digital_port *intel_dig_port = dp_to_dig_port(intel_dp);
4231 struct intel_encoder *intel_encoder = &intel_dig_port->base;
Paulo Zanonifa90ece2012-10-26 19:05:44 -02004232 struct drm_device *dev = connector->dev;
Zhenyu Wanga9756bb2010-09-19 13:09:06 +08004233 enum drm_connector_status status;
Imre Deak671dedd2014-03-05 16:20:53 +02004234 enum intel_display_power_domain power_domain;
Dave Airlie0e32b392014-05-02 14:02:48 +10004235 bool ret;
Zhenyu Wanga9756bb2010-09-19 13:09:06 +08004236
Chris Wilson164c8592013-07-20 20:27:08 +01004237 DRM_DEBUG_KMS("[CONNECTOR:%d:%s]\n",
Jani Nikulac23cc412014-06-03 14:56:17 +03004238 connector->base.id, connector->name);
Chris Wilsonbeb60602014-09-02 20:04:00 +01004239 intel_dp_unset_edid(intel_dp);
Chris Wilson164c8592013-07-20 20:27:08 +01004240
Dave Airlie0e32b392014-05-02 14:02:48 +10004241 if (intel_dp->is_mst) {
4242 /* MST devices are disconnected from a monitor POV */
4243 if (intel_encoder->type != INTEL_OUTPUT_EDP)
4244 intel_encoder->type = INTEL_OUTPUT_DISPLAYPORT;
Chris Wilsonbeb60602014-09-02 20:04:00 +01004245 return connector_status_disconnected;
Dave Airlie0e32b392014-05-02 14:02:48 +10004246 }
4247
Chris Wilsonbeb60602014-09-02 20:04:00 +01004248 power_domain = intel_dp_power_get(intel_dp);
Zhenyu Wanga9756bb2010-09-19 13:09:06 +08004249
Chris Wilsond410b562014-09-02 20:03:59 +01004250 /* Can't disconnect eDP, but you can close the lid... */
4251 if (is_edp(intel_dp))
4252 status = edp_detect(intel_dp);
4253 else if (HAS_PCH_SPLIT(dev))
Zhenyu Wanga9756bb2010-09-19 13:09:06 +08004254 status = ironlake_dp_detect(intel_dp);
4255 else
4256 status = g4x_dp_detect(intel_dp);
4257 if (status != connector_status_connected)
Paulo Zanonic8c8fb32013-11-27 18:21:54 -02004258 goto out;
Zhenyu Wanga9756bb2010-09-19 13:09:06 +08004259
Adam Jackson0d198322012-05-14 16:05:47 -04004260 intel_dp_probe_oui(intel_dp);
4261
Dave Airlie0e32b392014-05-02 14:02:48 +10004262 ret = intel_dp_probe_mst(intel_dp);
4263 if (ret) {
4264 /* if we are in MST mode then this connector
4265 won't appear connected or have anything with EDID on it */
4266 if (intel_encoder->type != INTEL_OUTPUT_EDP)
4267 intel_encoder->type = INTEL_OUTPUT_DISPLAYPORT;
4268 status = connector_status_disconnected;
4269 goto out;
4270 }
4271
Chris Wilsonbeb60602014-09-02 20:04:00 +01004272 intel_dp_set_edid(intel_dp);
Zhenyu Wanga9756bb2010-09-19 13:09:06 +08004273
Paulo Zanonid63885d2012-10-26 19:05:49 -02004274 if (intel_encoder->type != INTEL_OUTPUT_EDP)
4275 intel_encoder->type = INTEL_OUTPUT_DISPLAYPORT;
Paulo Zanonic8c8fb32013-11-27 18:21:54 -02004276 status = connector_status_connected;
4277
4278out:
Chris Wilsonbeb60602014-09-02 20:04:00 +01004279 intel_dp_power_put(intel_dp, power_domain);
Paulo Zanonic8c8fb32013-11-27 18:21:54 -02004280 return status;
Keith Packarda4fc5ed2009-04-07 16:16:42 -07004281}
4282
Chris Wilsonbeb60602014-09-02 20:04:00 +01004283static void
4284intel_dp_force(struct drm_connector *connector)
4285{
4286 struct intel_dp *intel_dp = intel_attached_dp(connector);
4287 struct intel_encoder *intel_encoder = &dp_to_dig_port(intel_dp)->base;
4288 enum intel_display_power_domain power_domain;
4289
4290 DRM_DEBUG_KMS("[CONNECTOR:%d:%s]\n",
4291 connector->base.id, connector->name);
4292 intel_dp_unset_edid(intel_dp);
4293
4294 if (connector->status != connector_status_connected)
4295 return;
4296
4297 power_domain = intel_dp_power_get(intel_dp);
4298
4299 intel_dp_set_edid(intel_dp);
4300
4301 intel_dp_power_put(intel_dp, power_domain);
4302
4303 if (intel_encoder->type != INTEL_OUTPUT_EDP)
4304 intel_encoder->type = INTEL_OUTPUT_DISPLAYPORT;
4305}
4306
Keith Packarda4fc5ed2009-04-07 16:16:42 -07004307static int intel_dp_get_modes(struct drm_connector *connector)
4308{
Jani Nikuladd06f902012-10-19 14:51:50 +03004309 struct intel_connector *intel_connector = to_intel_connector(connector);
Chris Wilsonbeb60602014-09-02 20:04:00 +01004310 struct edid *edid;
Keith Packarda4fc5ed2009-04-07 16:16:42 -07004311
Chris Wilsonbeb60602014-09-02 20:04:00 +01004312 edid = intel_connector->detect_edid;
4313 if (edid) {
4314 int ret = intel_connector_update_modes(connector, edid);
4315 if (ret)
4316 return ret;
4317 }
Zhenyu Wang32f9d652009-07-24 01:00:32 +08004318
Jani Nikulaf8779fd2012-10-19 14:51:48 +03004319 /* if eDP has no EDID, fall back to fixed mode */
Chris Wilsonbeb60602014-09-02 20:04:00 +01004320 if (is_edp(intel_attached_dp(connector)) &&
4321 intel_connector->panel.fixed_mode) {
Jani Nikulaf8779fd2012-10-19 14:51:48 +03004322 struct drm_display_mode *mode;
Chris Wilsonbeb60602014-09-02 20:04:00 +01004323
4324 mode = drm_mode_duplicate(connector->dev,
Jani Nikuladd06f902012-10-19 14:51:50 +03004325 intel_connector->panel.fixed_mode);
Jani Nikulaf8779fd2012-10-19 14:51:48 +03004326 if (mode) {
Zhenyu Wang32f9d652009-07-24 01:00:32 +08004327 drm_mode_probed_add(connector, mode);
4328 return 1;
4329 }
4330 }
Chris Wilsonbeb60602014-09-02 20:04:00 +01004331
Zhenyu Wang32f9d652009-07-24 01:00:32 +08004332 return 0;
Keith Packarda4fc5ed2009-04-07 16:16:42 -07004333}
4334
Chris Wilson1aad7ac2011-02-09 18:46:58 +00004335static bool
4336intel_dp_detect_audio(struct drm_connector *connector)
4337{
Chris Wilson1aad7ac2011-02-09 18:46:58 +00004338 bool has_audio = false;
Chris Wilsonbeb60602014-09-02 20:04:00 +01004339 struct edid *edid;
Chris Wilson1aad7ac2011-02-09 18:46:58 +00004340
Chris Wilsonbeb60602014-09-02 20:04:00 +01004341 edid = to_intel_connector(connector)->detect_edid;
4342 if (edid)
Chris Wilson1aad7ac2011-02-09 18:46:58 +00004343 has_audio = drm_detect_monitor_audio(edid);
Imre Deak671dedd2014-03-05 16:20:53 +02004344
Chris Wilson1aad7ac2011-02-09 18:46:58 +00004345 return has_audio;
4346}
4347
Chris Wilsonf6849602010-09-19 09:29:33 +01004348static int
4349intel_dp_set_property(struct drm_connector *connector,
4350 struct drm_property *property,
4351 uint64_t val)
4352{
Chris Wilsone953fd72011-02-21 22:23:52 +00004353 struct drm_i915_private *dev_priv = connector->dev->dev_private;
Yuly Novikov53b41832012-10-26 12:04:00 +03004354 struct intel_connector *intel_connector = to_intel_connector(connector);
Paulo Zanonida63a9f2012-10-26 19:05:46 -02004355 struct intel_encoder *intel_encoder = intel_attached_encoder(connector);
4356 struct intel_dp *intel_dp = enc_to_intel_dp(&intel_encoder->base);
Chris Wilsonf6849602010-09-19 09:29:33 +01004357 int ret;
4358
Rob Clark662595d2012-10-11 20:36:04 -05004359 ret = drm_object_property_set_value(&connector->base, property, val);
Chris Wilsonf6849602010-09-19 09:29:33 +01004360 if (ret)
4361 return ret;
4362
Chris Wilson3f43c482011-05-12 22:17:24 +01004363 if (property == dev_priv->force_audio_property) {
Chris Wilson1aad7ac2011-02-09 18:46:58 +00004364 int i = val;
4365 bool has_audio;
4366
4367 if (i == intel_dp->force_audio)
Chris Wilsonf6849602010-09-19 09:29:33 +01004368 return 0;
4369
Chris Wilson1aad7ac2011-02-09 18:46:58 +00004370 intel_dp->force_audio = i;
Chris Wilsonf6849602010-09-19 09:29:33 +01004371
Daniel Vetterc3e5f672012-02-23 17:14:47 +01004372 if (i == HDMI_AUDIO_AUTO)
Chris Wilson1aad7ac2011-02-09 18:46:58 +00004373 has_audio = intel_dp_detect_audio(connector);
4374 else
Daniel Vetterc3e5f672012-02-23 17:14:47 +01004375 has_audio = (i == HDMI_AUDIO_ON);
Chris Wilson1aad7ac2011-02-09 18:46:58 +00004376
4377 if (has_audio == intel_dp->has_audio)
Chris Wilsonf6849602010-09-19 09:29:33 +01004378 return 0;
4379
Chris Wilson1aad7ac2011-02-09 18:46:58 +00004380 intel_dp->has_audio = has_audio;
Chris Wilsonf6849602010-09-19 09:29:33 +01004381 goto done;
4382 }
4383
Chris Wilsone953fd72011-02-21 22:23:52 +00004384 if (property == dev_priv->broadcast_rgb_property) {
Daniel Vetterae4edb82013-04-22 17:07:23 +02004385 bool old_auto = intel_dp->color_range_auto;
4386 uint32_t old_range = intel_dp->color_range;
4387
Ville Syrjälä55bc60d2013-01-17 16:31:29 +02004388 switch (val) {
4389 case INTEL_BROADCAST_RGB_AUTO:
4390 intel_dp->color_range_auto = true;
4391 break;
4392 case INTEL_BROADCAST_RGB_FULL:
4393 intel_dp->color_range_auto = false;
4394 intel_dp->color_range = 0;
4395 break;
4396 case INTEL_BROADCAST_RGB_LIMITED:
4397 intel_dp->color_range_auto = false;
4398 intel_dp->color_range = DP_COLOR_RANGE_16_235;
4399 break;
4400 default:
4401 return -EINVAL;
4402 }
Daniel Vetterae4edb82013-04-22 17:07:23 +02004403
4404 if (old_auto == intel_dp->color_range_auto &&
4405 old_range == intel_dp->color_range)
4406 return 0;
4407
Chris Wilsone953fd72011-02-21 22:23:52 +00004408 goto done;
4409 }
4410
Yuly Novikov53b41832012-10-26 12:04:00 +03004411 if (is_edp(intel_dp) &&
4412 property == connector->dev->mode_config.scaling_mode_property) {
4413 if (val == DRM_MODE_SCALE_NONE) {
4414 DRM_DEBUG_KMS("no scaling not supported\n");
4415 return -EINVAL;
4416 }
4417
4418 if (intel_connector->panel.fitting_mode == val) {
4419 /* the eDP scaling property is not changed */
4420 return 0;
4421 }
4422 intel_connector->panel.fitting_mode = val;
4423
4424 goto done;
4425 }
4426
Chris Wilsonf6849602010-09-19 09:29:33 +01004427 return -EINVAL;
4428
4429done:
Chris Wilsonc0c36b942012-12-19 16:08:43 +00004430 if (intel_encoder->base.crtc)
4431 intel_crtc_restore_mode(intel_encoder->base.crtc);
Chris Wilsonf6849602010-09-19 09:29:33 +01004432
4433 return 0;
4434}
4435
Keith Packarda4fc5ed2009-04-07 16:16:42 -07004436static void
Paulo Zanoni73845ad2013-06-12 17:27:30 -03004437intel_dp_connector_destroy(struct drm_connector *connector)
Keith Packarda4fc5ed2009-04-07 16:16:42 -07004438{
Jani Nikula1d508702012-10-19 14:51:49 +03004439 struct intel_connector *intel_connector = to_intel_connector(connector);
Matthew Garrettaaa6fd22011-08-12 12:11:33 +02004440
Chris Wilson10e972d2014-09-04 21:43:45 +01004441 kfree(intel_connector->detect_edid);
Chris Wilsonbeb60602014-09-02 20:04:00 +01004442
Jani Nikula9cd300e2012-10-19 14:51:52 +03004443 if (!IS_ERR_OR_NULL(intel_connector->edid))
4444 kfree(intel_connector->edid);
4445
Paulo Zanoniacd8db102013-06-12 17:27:23 -03004446 /* Can't call is_edp() since the encoder may have been destroyed
4447 * already. */
4448 if (connector->connector_type == DRM_MODE_CONNECTOR_eDP)
Jani Nikula1d508702012-10-19 14:51:49 +03004449 intel_panel_fini(&intel_connector->panel);
Matthew Garrettaaa6fd22011-08-12 12:11:33 +02004450
Keith Packarda4fc5ed2009-04-07 16:16:42 -07004451 drm_connector_cleanup(connector);
Zhenyu Wang55f78c42010-03-29 16:13:57 +08004452 kfree(connector);
Keith Packarda4fc5ed2009-04-07 16:16:42 -07004453}
4454
Paulo Zanoni00c09d72012-10-26 19:05:52 -02004455void intel_dp_encoder_destroy(struct drm_encoder *encoder)
Daniel Vetter24d05922010-08-20 18:08:28 +02004456{
Paulo Zanonida63a9f2012-10-26 19:05:46 -02004457 struct intel_digital_port *intel_dig_port = enc_to_dig_port(encoder);
4458 struct intel_dp *intel_dp = &intel_dig_port->dp;
Daniel Vetter24d05922010-08-20 18:08:28 +02004459
Dave Airlie4f71d0c2014-06-04 16:02:28 +10004460 drm_dp_aux_unregister(&intel_dp->aux);
Dave Airlie0e32b392014-05-02 14:02:48 +10004461 intel_dp_mst_encoder_cleanup(intel_dig_port);
Keith Packardbd943152011-09-18 23:09:52 -07004462 if (is_edp(intel_dp)) {
4463 cancel_delayed_work_sync(&intel_dp->panel_vdd_work);
Ville Syrjälä951468f2014-09-04 14:55:31 +03004464 /*
4465 * vdd might still be enabled do to the delayed vdd off.
4466 * Make sure vdd is actually turned off here.
4467 */
Ville Syrjälä773538e82014-09-04 14:54:56 +03004468 pps_lock(intel_dp);
Daniel Vetter4be73782014-01-17 14:39:48 +01004469 edp_panel_vdd_off_sync(intel_dp);
Ville Syrjälä773538e82014-09-04 14:54:56 +03004470 pps_unlock(intel_dp);
4471
Clint Taylor01527b32014-07-07 13:01:46 -07004472 if (intel_dp->edp_notifier.notifier_call) {
4473 unregister_reboot_notifier(&intel_dp->edp_notifier);
4474 intel_dp->edp_notifier.notifier_call = NULL;
4475 }
Keith Packardbd943152011-09-18 23:09:52 -07004476 }
Imre Deakc8bd0e42014-12-12 17:57:38 +02004477 drm_encoder_cleanup(encoder);
Paulo Zanonida63a9f2012-10-26 19:05:46 -02004478 kfree(intel_dig_port);
Daniel Vetter24d05922010-08-20 18:08:28 +02004479}
4480
Imre Deak07f9cd02014-08-18 14:42:45 +03004481static void intel_dp_encoder_suspend(struct intel_encoder *intel_encoder)
4482{
4483 struct intel_dp *intel_dp = enc_to_intel_dp(&intel_encoder->base);
4484
4485 if (!is_edp(intel_dp))
4486 return;
4487
Ville Syrjälä951468f2014-09-04 14:55:31 +03004488 /*
4489 * vdd might still be enabled do to the delayed vdd off.
4490 * Make sure vdd is actually turned off here.
4491 */
Ville Syrjäläafa4e532014-11-25 15:43:48 +02004492 cancel_delayed_work_sync(&intel_dp->panel_vdd_work);
Ville Syrjälä773538e82014-09-04 14:54:56 +03004493 pps_lock(intel_dp);
Imre Deak07f9cd02014-08-18 14:42:45 +03004494 edp_panel_vdd_off_sync(intel_dp);
Ville Syrjälä773538e82014-09-04 14:54:56 +03004495 pps_unlock(intel_dp);
Imre Deak07f9cd02014-08-18 14:42:45 +03004496}
4497
Ville Syrjälä49e6bc52014-10-28 16:15:52 +02004498static void intel_edp_panel_vdd_sanitize(struct intel_dp *intel_dp)
4499{
4500 struct intel_digital_port *intel_dig_port = dp_to_dig_port(intel_dp);
4501 struct drm_device *dev = intel_dig_port->base.base.dev;
4502 struct drm_i915_private *dev_priv = dev->dev_private;
4503 enum intel_display_power_domain power_domain;
4504
4505 lockdep_assert_held(&dev_priv->pps_mutex);
4506
4507 if (!edp_have_panel_vdd(intel_dp))
4508 return;
4509
4510 /*
4511 * The VDD bit needs a power domain reference, so if the bit is
4512 * already enabled when we boot or resume, grab this reference and
4513 * schedule a vdd off, so we don't hold on to the reference
4514 * indefinitely.
4515 */
4516 DRM_DEBUG_KMS("VDD left on by BIOS, adjusting state tracking\n");
4517 power_domain = intel_display_port_power_domain(&intel_dig_port->base);
4518 intel_display_power_get(dev_priv, power_domain);
4519
4520 edp_panel_vdd_schedule_off(intel_dp);
4521}
4522
Imre Deak6d93c0c2014-07-31 14:03:36 +03004523static void intel_dp_encoder_reset(struct drm_encoder *encoder)
4524{
Ville Syrjälä49e6bc52014-10-28 16:15:52 +02004525 struct intel_dp *intel_dp;
4526
4527 if (to_intel_encoder(encoder)->type != INTEL_OUTPUT_EDP)
4528 return;
4529
4530 intel_dp = enc_to_intel_dp(encoder);
4531
4532 pps_lock(intel_dp);
4533
4534 /*
4535 * Read out the current power sequencer assignment,
4536 * in case the BIOS did something with it.
4537 */
4538 if (IS_VALLEYVIEW(encoder->dev))
4539 vlv_initial_power_sequencer_setup(intel_dp);
4540
4541 intel_edp_panel_vdd_sanitize(intel_dp);
4542
4543 pps_unlock(intel_dp);
Imre Deak6d93c0c2014-07-31 14:03:36 +03004544}
4545
Keith Packarda4fc5ed2009-04-07 16:16:42 -07004546static const struct drm_connector_funcs intel_dp_connector_funcs = {
Daniel Vetter2bd2ad62012-09-06 22:15:41 +02004547 .dpms = intel_connector_dpms,
Keith Packarda4fc5ed2009-04-07 16:16:42 -07004548 .detect = intel_dp_detect,
Chris Wilsonbeb60602014-09-02 20:04:00 +01004549 .force = intel_dp_force,
Keith Packarda4fc5ed2009-04-07 16:16:42 -07004550 .fill_modes = drm_helper_probe_single_connector_modes,
Chris Wilsonf6849602010-09-19 09:29:33 +01004551 .set_property = intel_dp_set_property,
Matt Roper2545e4a2015-01-22 16:51:27 -08004552 .atomic_get_property = intel_connector_atomic_get_property,
Paulo Zanoni73845ad2013-06-12 17:27:30 -03004553 .destroy = intel_dp_connector_destroy,
Matt Roperc6f95f22015-01-22 16:50:32 -08004554 .atomic_destroy_state = drm_atomic_helper_connector_destroy_state,
Keith Packarda4fc5ed2009-04-07 16:16:42 -07004555};
4556
4557static const struct drm_connector_helper_funcs intel_dp_connector_helper_funcs = {
4558 .get_modes = intel_dp_get_modes,
4559 .mode_valid = intel_dp_mode_valid,
Chris Wilsondf0e9242010-09-09 16:20:55 +01004560 .best_encoder = intel_best_encoder,
Keith Packarda4fc5ed2009-04-07 16:16:42 -07004561};
4562
Keith Packarda4fc5ed2009-04-07 16:16:42 -07004563static const struct drm_encoder_funcs intel_dp_enc_funcs = {
Imre Deak6d93c0c2014-07-31 14:03:36 +03004564 .reset = intel_dp_encoder_reset,
Daniel Vetter24d05922010-08-20 18:08:28 +02004565 .destroy = intel_dp_encoder_destroy,
Keith Packarda4fc5ed2009-04-07 16:16:42 -07004566};
4567
Dave Airlie0e32b392014-05-02 14:02:48 +10004568void
Eric Anholt21d40d32010-03-25 11:11:14 -07004569intel_dp_hot_plug(struct intel_encoder *intel_encoder)
Keith Packardc8110e52009-05-06 11:51:10 -07004570{
Dave Airlie0e32b392014-05-02 14:02:48 +10004571 return;
Keith Packardc8110e52009-05-06 11:51:10 -07004572}
4573
Daniel Vetterb2c5c182015-01-23 06:00:31 +01004574enum irqreturn
Dave Airlie13cf5502014-06-18 11:29:35 +10004575intel_dp_hpd_pulse(struct intel_digital_port *intel_dig_port, bool long_hpd)
4576{
4577 struct intel_dp *intel_dp = &intel_dig_port->dp;
Imre Deak1c767b32014-08-18 14:42:42 +03004578 struct intel_encoder *intel_encoder = &intel_dig_port->base;
Dave Airlie0e32b392014-05-02 14:02:48 +10004579 struct drm_device *dev = intel_dig_port->base.base.dev;
4580 struct drm_i915_private *dev_priv = dev->dev_private;
Imre Deak1c767b32014-08-18 14:42:42 +03004581 enum intel_display_power_domain power_domain;
Daniel Vetterb2c5c182015-01-23 06:00:31 +01004582 enum irqreturn ret = IRQ_NONE;
Imre Deak1c767b32014-08-18 14:42:42 +03004583
Dave Airlie0e32b392014-05-02 14:02:48 +10004584 if (intel_dig_port->base.type != INTEL_OUTPUT_EDP)
4585 intel_dig_port->base.type = INTEL_OUTPUT_DISPLAYPORT;
Dave Airlie13cf5502014-06-18 11:29:35 +10004586
Ville Syrjälä7a7f84c2014-10-16 20:46:10 +03004587 if (long_hpd && intel_dig_port->base.type == INTEL_OUTPUT_EDP) {
4588 /*
4589 * vdd off can generate a long pulse on eDP which
4590 * would require vdd on to handle it, and thus we
4591 * would end up in an endless cycle of
4592 * "vdd off -> long hpd -> vdd on -> detect -> vdd off -> ..."
4593 */
4594 DRM_DEBUG_KMS("ignoring long hpd on eDP port %c\n",
4595 port_name(intel_dig_port->port));
Ville Syrjäläa8b3d522015-02-10 14:11:46 +02004596 return IRQ_HANDLED;
Ville Syrjälä7a7f84c2014-10-16 20:46:10 +03004597 }
4598
Ville Syrjälä26fbb772014-08-11 18:37:37 +03004599 DRM_DEBUG_KMS("got hpd irq on port %c - %s\n",
4600 port_name(intel_dig_port->port),
Dave Airlie0e32b392014-05-02 14:02:48 +10004601 long_hpd ? "long" : "short");
Dave Airlie13cf5502014-06-18 11:29:35 +10004602
Imre Deak1c767b32014-08-18 14:42:42 +03004603 power_domain = intel_display_port_power_domain(intel_encoder);
4604 intel_display_power_get(dev_priv, power_domain);
4605
Dave Airlie0e32b392014-05-02 14:02:48 +10004606 if (long_hpd) {
Dave Airlie2a592be2014-09-01 16:58:12 +10004607
4608 if (HAS_PCH_SPLIT(dev)) {
4609 if (!ibx_digital_port_connected(dev_priv, intel_dig_port))
4610 goto mst_fail;
4611 } else {
4612 if (g4x_digital_port_connected(dev, intel_dig_port) != 1)
4613 goto mst_fail;
4614 }
Dave Airlie0e32b392014-05-02 14:02:48 +10004615
4616 if (!intel_dp_get_dpcd(intel_dp)) {
4617 goto mst_fail;
4618 }
4619
4620 intel_dp_probe_oui(intel_dp);
4621
4622 if (!intel_dp_probe_mst(intel_dp))
4623 goto mst_fail;
4624
4625 } else {
4626 if (intel_dp->is_mst) {
Imre Deak1c767b32014-08-18 14:42:42 +03004627 if (intel_dp_check_mst_status(intel_dp) == -EINVAL)
Dave Airlie0e32b392014-05-02 14:02:48 +10004628 goto mst_fail;
4629 }
4630
4631 if (!intel_dp->is_mst) {
4632 /*
4633 * we'll check the link status via the normal hot plug path later -
4634 * but for short hpds we should check it now
4635 */
Dave Airlie5b215bc2014-08-05 10:40:20 +10004636 drm_modeset_lock(&dev->mode_config.connection_mutex, NULL);
Dave Airlie0e32b392014-05-02 14:02:48 +10004637 intel_dp_check_link_status(intel_dp);
Dave Airlie5b215bc2014-08-05 10:40:20 +10004638 drm_modeset_unlock(&dev->mode_config.connection_mutex);
Dave Airlie0e32b392014-05-02 14:02:48 +10004639 }
4640 }
Daniel Vetterb2c5c182015-01-23 06:00:31 +01004641
4642 ret = IRQ_HANDLED;
4643
Imre Deak1c767b32014-08-18 14:42:42 +03004644 goto put_power;
Dave Airlie0e32b392014-05-02 14:02:48 +10004645mst_fail:
4646 /* if we were in MST mode, and device is not there get out of MST mode */
4647 if (intel_dp->is_mst) {
4648 DRM_DEBUG_KMS("MST device may have disappeared %d vs %d\n", intel_dp->is_mst, intel_dp->mst_mgr.mst_state);
4649 intel_dp->is_mst = false;
4650 drm_dp_mst_topology_mgr_set_mst(&intel_dp->mst_mgr, intel_dp->is_mst);
4651 }
Imre Deak1c767b32014-08-18 14:42:42 +03004652put_power:
4653 intel_display_power_put(dev_priv, power_domain);
4654
4655 return ret;
Dave Airlie13cf5502014-06-18 11:29:35 +10004656}
4657
Zhenyu Wange3421a12010-04-08 09:43:27 +08004658/* Return which DP Port should be selected for Transcoder DP control */
4659int
Akshay Joshi0206e352011-08-16 15:34:10 -04004660intel_trans_dp_port_sel(struct drm_crtc *crtc)
Zhenyu Wange3421a12010-04-08 09:43:27 +08004661{
4662 struct drm_device *dev = crtc->dev;
Paulo Zanonifa90ece2012-10-26 19:05:44 -02004663 struct intel_encoder *intel_encoder;
4664 struct intel_dp *intel_dp;
Zhenyu Wange3421a12010-04-08 09:43:27 +08004665
Paulo Zanonifa90ece2012-10-26 19:05:44 -02004666 for_each_encoder_on_crtc(dev, crtc, intel_encoder) {
4667 intel_dp = enc_to_intel_dp(&intel_encoder->base);
Chris Wilsonea5b2132010-08-04 13:50:23 +01004668
Paulo Zanonifa90ece2012-10-26 19:05:44 -02004669 if (intel_encoder->type == INTEL_OUTPUT_DISPLAYPORT ||
4670 intel_encoder->type == INTEL_OUTPUT_EDP)
Chris Wilsonea5b2132010-08-04 13:50:23 +01004671 return intel_dp->output_reg;
Zhenyu Wange3421a12010-04-08 09:43:27 +08004672 }
Chris Wilsonea5b2132010-08-04 13:50:23 +01004673
Zhenyu Wange3421a12010-04-08 09:43:27 +08004674 return -1;
4675}
4676
Zhao Yakui36e83a12010-06-12 14:32:21 +08004677/* check the VBT to see whether the eDP is on DP-D port */
Ville Syrjälä5d8a7752013-11-01 18:22:39 +02004678bool intel_dp_is_edp(struct drm_device *dev, enum port port)
Zhao Yakui36e83a12010-06-12 14:32:21 +08004679{
4680 struct drm_i915_private *dev_priv = dev->dev_private;
Paulo Zanoni768f69c2013-09-11 18:02:47 -03004681 union child_device_config *p_child;
Zhao Yakui36e83a12010-06-12 14:32:21 +08004682 int i;
Ville Syrjälä5d8a7752013-11-01 18:22:39 +02004683 static const short port_mapping[] = {
4684 [PORT_B] = PORT_IDPB,
4685 [PORT_C] = PORT_IDPC,
4686 [PORT_D] = PORT_IDPD,
4687 };
Zhao Yakui36e83a12010-06-12 14:32:21 +08004688
Ville Syrjälä3b32a352013-11-01 18:22:41 +02004689 if (port == PORT_A)
4690 return true;
4691
Rodrigo Vivi41aa3442013-05-09 20:03:18 -03004692 if (!dev_priv->vbt.child_dev_num)
Zhao Yakui36e83a12010-06-12 14:32:21 +08004693 return false;
4694
Rodrigo Vivi41aa3442013-05-09 20:03:18 -03004695 for (i = 0; i < dev_priv->vbt.child_dev_num; i++) {
4696 p_child = dev_priv->vbt.child_dev + i;
Zhao Yakui36e83a12010-06-12 14:32:21 +08004697
Ville Syrjälä5d8a7752013-11-01 18:22:39 +02004698 if (p_child->common.dvo_port == port_mapping[port] &&
Ville Syrjäläf02586d2013-11-01 20:32:08 +02004699 (p_child->common.device_type & DEVICE_TYPE_eDP_BITS) ==
4700 (DEVICE_TYPE_eDP & DEVICE_TYPE_eDP_BITS))
Zhao Yakui36e83a12010-06-12 14:32:21 +08004701 return true;
4702 }
4703 return false;
4704}
4705
Dave Airlie0e32b392014-05-02 14:02:48 +10004706void
Chris Wilsonf6849602010-09-19 09:29:33 +01004707intel_dp_add_properties(struct intel_dp *intel_dp, struct drm_connector *connector)
4708{
Yuly Novikov53b41832012-10-26 12:04:00 +03004709 struct intel_connector *intel_connector = to_intel_connector(connector);
4710
Chris Wilson3f43c482011-05-12 22:17:24 +01004711 intel_attach_force_audio_property(connector);
Chris Wilsone953fd72011-02-21 22:23:52 +00004712 intel_attach_broadcast_rgb_property(connector);
Ville Syrjälä55bc60d2013-01-17 16:31:29 +02004713 intel_dp->color_range_auto = true;
Yuly Novikov53b41832012-10-26 12:04:00 +03004714
4715 if (is_edp(intel_dp)) {
4716 drm_mode_create_scaling_mode_property(connector->dev);
Rob Clark6de6d842012-10-11 20:36:04 -05004717 drm_object_attach_property(
4718 &connector->base,
Yuly Novikov53b41832012-10-26 12:04:00 +03004719 connector->dev->mode_config.scaling_mode_property,
Yuly Novikov8e740cd2012-10-26 12:04:01 +03004720 DRM_MODE_SCALE_ASPECT);
4721 intel_connector->panel.fitting_mode = DRM_MODE_SCALE_ASPECT;
Yuly Novikov53b41832012-10-26 12:04:00 +03004722 }
Chris Wilsonf6849602010-09-19 09:29:33 +01004723}
4724
Imre Deakdada1a92014-01-29 13:25:41 +02004725static void intel_dp_init_panel_power_timestamps(struct intel_dp *intel_dp)
4726{
4727 intel_dp->last_power_cycle = jiffies;
4728 intel_dp->last_power_on = jiffies;
4729 intel_dp->last_backlight_off = jiffies;
4730}
4731
Daniel Vetter67a54562012-10-20 20:57:45 +02004732static void
4733intel_dp_init_panel_power_sequencer(struct drm_device *dev,
Ville Syrjälä36b5f422014-10-16 21:27:30 +03004734 struct intel_dp *intel_dp)
Daniel Vetter67a54562012-10-20 20:57:45 +02004735{
4736 struct drm_i915_private *dev_priv = dev->dev_private;
Ville Syrjälä36b5f422014-10-16 21:27:30 +03004737 struct edp_power_seq cur, vbt, spec,
4738 *final = &intel_dp->pps_delays;
Daniel Vetter67a54562012-10-20 20:57:45 +02004739 u32 pp_on, pp_off, pp_div, pp;
Jani Nikulabf13e812013-09-06 07:40:05 +03004740 int pp_ctrl_reg, pp_on_reg, pp_off_reg, pp_div_reg;
Jesse Barnes453c5422013-03-28 09:55:41 -07004741
Ville Syrjäläe39b9992014-09-04 14:53:14 +03004742 lockdep_assert_held(&dev_priv->pps_mutex);
4743
Ville Syrjälä81ddbc62014-10-16 21:27:31 +03004744 /* already initialized? */
4745 if (final->t11_t12 != 0)
4746 return;
4747
Jesse Barnes453c5422013-03-28 09:55:41 -07004748 if (HAS_PCH_SPLIT(dev)) {
Jani Nikulabf13e812013-09-06 07:40:05 +03004749 pp_ctrl_reg = PCH_PP_CONTROL;
Jesse Barnes453c5422013-03-28 09:55:41 -07004750 pp_on_reg = PCH_PP_ON_DELAYS;
4751 pp_off_reg = PCH_PP_OFF_DELAYS;
4752 pp_div_reg = PCH_PP_DIVISOR;
4753 } else {
Jani Nikulabf13e812013-09-06 07:40:05 +03004754 enum pipe pipe = vlv_power_sequencer_pipe(intel_dp);
4755
4756 pp_ctrl_reg = VLV_PIPE_PP_CONTROL(pipe);
4757 pp_on_reg = VLV_PIPE_PP_ON_DELAYS(pipe);
4758 pp_off_reg = VLV_PIPE_PP_OFF_DELAYS(pipe);
4759 pp_div_reg = VLV_PIPE_PP_DIVISOR(pipe);
Jesse Barnes453c5422013-03-28 09:55:41 -07004760 }
Daniel Vetter67a54562012-10-20 20:57:45 +02004761
4762 /* Workaround: Need to write PP_CONTROL with the unlock key as
4763 * the very first thing. */
Jesse Barnes453c5422013-03-28 09:55:41 -07004764 pp = ironlake_get_pp_control(intel_dp);
Jani Nikulabf13e812013-09-06 07:40:05 +03004765 I915_WRITE(pp_ctrl_reg, pp);
Daniel Vetter67a54562012-10-20 20:57:45 +02004766
Jesse Barnes453c5422013-03-28 09:55:41 -07004767 pp_on = I915_READ(pp_on_reg);
4768 pp_off = I915_READ(pp_off_reg);
4769 pp_div = I915_READ(pp_div_reg);
Daniel Vetter67a54562012-10-20 20:57:45 +02004770
4771 /* Pull timing values out of registers */
4772 cur.t1_t3 = (pp_on & PANEL_POWER_UP_DELAY_MASK) >>
4773 PANEL_POWER_UP_DELAY_SHIFT;
4774
4775 cur.t8 = (pp_on & PANEL_LIGHT_ON_DELAY_MASK) >>
4776 PANEL_LIGHT_ON_DELAY_SHIFT;
4777
4778 cur.t9 = (pp_off & PANEL_LIGHT_OFF_DELAY_MASK) >>
4779 PANEL_LIGHT_OFF_DELAY_SHIFT;
4780
4781 cur.t10 = (pp_off & PANEL_POWER_DOWN_DELAY_MASK) >>
4782 PANEL_POWER_DOWN_DELAY_SHIFT;
4783
4784 cur.t11_t12 = ((pp_div & PANEL_POWER_CYCLE_DELAY_MASK) >>
4785 PANEL_POWER_CYCLE_DELAY_SHIFT) * 1000;
4786
4787 DRM_DEBUG_KMS("cur t1_t3 %d t8 %d t9 %d t10 %d t11_t12 %d\n",
4788 cur.t1_t3, cur.t8, cur.t9, cur.t10, cur.t11_t12);
4789
Rodrigo Vivi41aa3442013-05-09 20:03:18 -03004790 vbt = dev_priv->vbt.edp_pps;
Daniel Vetter67a54562012-10-20 20:57:45 +02004791
4792 /* Upper limits from eDP 1.3 spec. Note that we use the clunky units of
4793 * our hw here, which are all in 100usec. */
4794 spec.t1_t3 = 210 * 10;
4795 spec.t8 = 50 * 10; /* no limit for t8, use t7 instead */
4796 spec.t9 = 50 * 10; /* no limit for t9, make it symmetric with t8 */
4797 spec.t10 = 500 * 10;
4798 /* This one is special and actually in units of 100ms, but zero
4799 * based in the hw (so we need to add 100 ms). But the sw vbt
4800 * table multiplies it with 1000 to make it in units of 100usec,
4801 * too. */
4802 spec.t11_t12 = (510 + 100) * 10;
4803
4804 DRM_DEBUG_KMS("vbt t1_t3 %d t8 %d t9 %d t10 %d t11_t12 %d\n",
4805 vbt.t1_t3, vbt.t8, vbt.t9, vbt.t10, vbt.t11_t12);
4806
4807 /* Use the max of the register settings and vbt. If both are
4808 * unset, fall back to the spec limits. */
Ville Syrjälä36b5f422014-10-16 21:27:30 +03004809#define assign_final(field) final->field = (max(cur.field, vbt.field) == 0 ? \
Daniel Vetter67a54562012-10-20 20:57:45 +02004810 spec.field : \
4811 max(cur.field, vbt.field))
4812 assign_final(t1_t3);
4813 assign_final(t8);
4814 assign_final(t9);
4815 assign_final(t10);
4816 assign_final(t11_t12);
4817#undef assign_final
4818
Ville Syrjälä36b5f422014-10-16 21:27:30 +03004819#define get_delay(field) (DIV_ROUND_UP(final->field, 10))
Daniel Vetter67a54562012-10-20 20:57:45 +02004820 intel_dp->panel_power_up_delay = get_delay(t1_t3);
4821 intel_dp->backlight_on_delay = get_delay(t8);
4822 intel_dp->backlight_off_delay = get_delay(t9);
4823 intel_dp->panel_power_down_delay = get_delay(t10);
4824 intel_dp->panel_power_cycle_delay = get_delay(t11_t12);
4825#undef get_delay
4826
Jani Nikulaf30d26e2013-01-16 10:53:40 +02004827 DRM_DEBUG_KMS("panel power up delay %d, power down delay %d, power cycle delay %d\n",
4828 intel_dp->panel_power_up_delay, intel_dp->panel_power_down_delay,
4829 intel_dp->panel_power_cycle_delay);
4830
4831 DRM_DEBUG_KMS("backlight on delay %d, off delay %d\n",
4832 intel_dp->backlight_on_delay, intel_dp->backlight_off_delay);
Jani Nikulaf30d26e2013-01-16 10:53:40 +02004833}
4834
4835static void
4836intel_dp_init_panel_power_sequencer_registers(struct drm_device *dev,
Ville Syrjälä36b5f422014-10-16 21:27:30 +03004837 struct intel_dp *intel_dp)
Jani Nikulaf30d26e2013-01-16 10:53:40 +02004838{
4839 struct drm_i915_private *dev_priv = dev->dev_private;
Jesse Barnes453c5422013-03-28 09:55:41 -07004840 u32 pp_on, pp_off, pp_div, port_sel = 0;
4841 int div = HAS_PCH_SPLIT(dev) ? intel_pch_rawclk(dev) : intel_hrawclk(dev);
4842 int pp_on_reg, pp_off_reg, pp_div_reg;
Ville Syrjäläad933b52014-08-18 22:15:56 +03004843 enum port port = dp_to_dig_port(intel_dp)->port;
Ville Syrjälä36b5f422014-10-16 21:27:30 +03004844 const struct edp_power_seq *seq = &intel_dp->pps_delays;
Jesse Barnes453c5422013-03-28 09:55:41 -07004845
Ville Syrjäläe39b9992014-09-04 14:53:14 +03004846 lockdep_assert_held(&dev_priv->pps_mutex);
Jesse Barnes453c5422013-03-28 09:55:41 -07004847
4848 if (HAS_PCH_SPLIT(dev)) {
4849 pp_on_reg = PCH_PP_ON_DELAYS;
4850 pp_off_reg = PCH_PP_OFF_DELAYS;
4851 pp_div_reg = PCH_PP_DIVISOR;
4852 } else {
Jani Nikulabf13e812013-09-06 07:40:05 +03004853 enum pipe pipe = vlv_power_sequencer_pipe(intel_dp);
4854
4855 pp_on_reg = VLV_PIPE_PP_ON_DELAYS(pipe);
4856 pp_off_reg = VLV_PIPE_PP_OFF_DELAYS(pipe);
4857 pp_div_reg = VLV_PIPE_PP_DIVISOR(pipe);
Jesse Barnes453c5422013-03-28 09:55:41 -07004858 }
4859
Paulo Zanonib2f19d12013-12-19 14:29:44 -02004860 /*
4861 * And finally store the new values in the power sequencer. The
4862 * backlight delays are set to 1 because we do manual waits on them. For
4863 * T8, even BSpec recommends doing it. For T9, if we don't do this,
4864 * we'll end up waiting for the backlight off delay twice: once when we
4865 * do the manual sleep, and once when we disable the panel and wait for
4866 * the PP_STATUS bit to become zero.
4867 */
Jani Nikulaf30d26e2013-01-16 10:53:40 +02004868 pp_on = (seq->t1_t3 << PANEL_POWER_UP_DELAY_SHIFT) |
Paulo Zanonib2f19d12013-12-19 14:29:44 -02004869 (1 << PANEL_LIGHT_ON_DELAY_SHIFT);
4870 pp_off = (1 << PANEL_LIGHT_OFF_DELAY_SHIFT) |
Jani Nikulaf30d26e2013-01-16 10:53:40 +02004871 (seq->t10 << PANEL_POWER_DOWN_DELAY_SHIFT);
Daniel Vetter67a54562012-10-20 20:57:45 +02004872 /* Compute the divisor for the pp clock, simply match the Bspec
4873 * formula. */
Jesse Barnes453c5422013-03-28 09:55:41 -07004874 pp_div = ((100 * div)/2 - 1) << PP_REFERENCE_DIVIDER_SHIFT;
Jani Nikulaf30d26e2013-01-16 10:53:40 +02004875 pp_div |= (DIV_ROUND_UP(seq->t11_t12, 1000)
Daniel Vetter67a54562012-10-20 20:57:45 +02004876 << PANEL_POWER_CYCLE_DELAY_SHIFT);
4877
4878 /* Haswell doesn't have any port selection bits for the panel
4879 * power sequencer any more. */
Imre Deakbc7d38a2013-05-16 14:40:36 +03004880 if (IS_VALLEYVIEW(dev)) {
Ville Syrjäläad933b52014-08-18 22:15:56 +03004881 port_sel = PANEL_PORT_SELECT_VLV(port);
Imre Deakbc7d38a2013-05-16 14:40:36 +03004882 } else if (HAS_PCH_IBX(dev) || HAS_PCH_CPT(dev)) {
Ville Syrjäläad933b52014-08-18 22:15:56 +03004883 if (port == PORT_A)
Jani Nikulaa24c1442013-09-05 16:44:46 +03004884 port_sel = PANEL_PORT_SELECT_DPA;
Daniel Vetter67a54562012-10-20 20:57:45 +02004885 else
Jani Nikulaa24c1442013-09-05 16:44:46 +03004886 port_sel = PANEL_PORT_SELECT_DPD;
Daniel Vetter67a54562012-10-20 20:57:45 +02004887 }
4888
Jesse Barnes453c5422013-03-28 09:55:41 -07004889 pp_on |= port_sel;
4890
4891 I915_WRITE(pp_on_reg, pp_on);
4892 I915_WRITE(pp_off_reg, pp_off);
4893 I915_WRITE(pp_div_reg, pp_div);
Daniel Vetter67a54562012-10-20 20:57:45 +02004894
Daniel Vetter67a54562012-10-20 20:57:45 +02004895 DRM_DEBUG_KMS("panel power sequencer register settings: PP_ON %#x, PP_OFF %#x, PP_DIV %#x\n",
Jesse Barnes453c5422013-03-28 09:55:41 -07004896 I915_READ(pp_on_reg),
4897 I915_READ(pp_off_reg),
4898 I915_READ(pp_div_reg));
Keith Packardc8110e52009-05-06 11:51:10 -07004899}
4900
Vandana Kannanb33a2812015-02-13 15:33:03 +05304901/**
4902 * intel_dp_set_drrs_state - program registers for RR switch to take effect
4903 * @dev: DRM device
4904 * @refresh_rate: RR to be programmed
4905 *
4906 * This function gets called when refresh rate (RR) has to be changed from
4907 * one frequency to another. Switches can be between high and low RR
4908 * supported by the panel or to any other RR based on media playback (in
4909 * this case, RR value needs to be passed from user space).
4910 *
4911 * The caller of this function needs to take a lock on dev_priv->drrs.
4912 */
Vandana Kannan96178ee2015-01-10 02:25:56 +05304913static void intel_dp_set_drrs_state(struct drm_device *dev, int refresh_rate)
Pradeep Bhat439d7ac2014-04-05 12:13:28 +05304914{
4915 struct drm_i915_private *dev_priv = dev->dev_private;
4916 struct intel_encoder *encoder;
Vandana Kannan96178ee2015-01-10 02:25:56 +05304917 struct intel_digital_port *dig_port = NULL;
4918 struct intel_dp *intel_dp = dev_priv->drrs.dp;
Ander Conselvan de Oliveira5cec2582015-01-15 14:55:21 +02004919 struct intel_crtc_state *config = NULL;
Pradeep Bhat439d7ac2014-04-05 12:13:28 +05304920 struct intel_crtc *intel_crtc = NULL;
Pradeep Bhat439d7ac2014-04-05 12:13:28 +05304921 u32 reg, val;
Vandana Kannan96178ee2015-01-10 02:25:56 +05304922 enum drrs_refresh_rate_type index = DRRS_HIGH_RR;
Pradeep Bhat439d7ac2014-04-05 12:13:28 +05304923
4924 if (refresh_rate <= 0) {
4925 DRM_DEBUG_KMS("Refresh rate should be positive non-zero.\n");
4926 return;
4927 }
4928
Vandana Kannan96178ee2015-01-10 02:25:56 +05304929 if (intel_dp == NULL) {
4930 DRM_DEBUG_KMS("DRRS not supported.\n");
Pradeep Bhat439d7ac2014-04-05 12:13:28 +05304931 return;
4932 }
4933
Daniel Vetter1fcc9d12014-07-11 10:30:10 -07004934 /*
Rodrigo Vivie4d59f62014-11-20 02:22:08 -08004935 * FIXME: This needs proper synchronization with psr state for some
4936 * platforms that cannot have PSR and DRRS enabled at the same time.
Daniel Vetter1fcc9d12014-07-11 10:30:10 -07004937 */
Pradeep Bhat439d7ac2014-04-05 12:13:28 +05304938
Vandana Kannan96178ee2015-01-10 02:25:56 +05304939 dig_port = dp_to_dig_port(intel_dp);
4940 encoder = &dig_port->base;
Pradeep Bhat439d7ac2014-04-05 12:13:28 +05304941 intel_crtc = encoder->new_crtc;
4942
4943 if (!intel_crtc) {
4944 DRM_DEBUG_KMS("DRRS: intel_crtc not initialized\n");
4945 return;
4946 }
4947
Ander Conselvan de Oliveira6e3c9712015-01-15 14:55:25 +02004948 config = intel_crtc->config;
Pradeep Bhat439d7ac2014-04-05 12:13:28 +05304949
Vandana Kannan96178ee2015-01-10 02:25:56 +05304950 if (dev_priv->drrs.type < SEAMLESS_DRRS_SUPPORT) {
Pradeep Bhat439d7ac2014-04-05 12:13:28 +05304951 DRM_DEBUG_KMS("Only Seamless DRRS supported.\n");
4952 return;
4953 }
4954
Vandana Kannan96178ee2015-01-10 02:25:56 +05304955 if (intel_dp->attached_connector->panel.downclock_mode->vrefresh ==
4956 refresh_rate)
Pradeep Bhat439d7ac2014-04-05 12:13:28 +05304957 index = DRRS_LOW_RR;
4958
Vandana Kannan96178ee2015-01-10 02:25:56 +05304959 if (index == dev_priv->drrs.refresh_rate_type) {
Pradeep Bhat439d7ac2014-04-05 12:13:28 +05304960 DRM_DEBUG_KMS(
4961 "DRRS requested for previously set RR...ignoring\n");
4962 return;
4963 }
4964
4965 if (!intel_crtc->active) {
4966 DRM_DEBUG_KMS("eDP encoder disabled. CRTC not Active\n");
4967 return;
4968 }
4969
Durgadoss R44395bf2015-02-13 15:33:02 +05304970 if (INTEL_INFO(dev)->gen >= 8 && !IS_CHERRYVIEW(dev)) {
Vandana Kannana4c30b12015-02-13 15:33:00 +05304971 switch (index) {
4972 case DRRS_HIGH_RR:
4973 intel_dp_set_m_n(intel_crtc, M1_N1);
4974 break;
4975 case DRRS_LOW_RR:
4976 intel_dp_set_m_n(intel_crtc, M2_N2);
4977 break;
4978 case DRRS_MAX_RR:
4979 default:
4980 DRM_ERROR("Unsupported refreshrate type\n");
4981 }
4982 } else if (INTEL_INFO(dev)->gen > 6) {
Ander Conselvan de Oliveira6e3c9712015-01-15 14:55:25 +02004983 reg = PIPECONF(intel_crtc->config->cpu_transcoder);
Pradeep Bhat439d7ac2014-04-05 12:13:28 +05304984 val = I915_READ(reg);
Vandana Kannana4c30b12015-02-13 15:33:00 +05304985
Pradeep Bhat439d7ac2014-04-05 12:13:28 +05304986 if (index > DRRS_HIGH_RR) {
Vandana Kannan6fa7aec2015-02-13 15:33:01 +05304987 if (IS_VALLEYVIEW(dev))
4988 val |= PIPECONF_EDP_RR_MODE_SWITCH_VLV;
4989 else
4990 val |= PIPECONF_EDP_RR_MODE_SWITCH;
Pradeep Bhat439d7ac2014-04-05 12:13:28 +05304991 } else {
Vandana Kannan6fa7aec2015-02-13 15:33:01 +05304992 if (IS_VALLEYVIEW(dev))
4993 val &= ~PIPECONF_EDP_RR_MODE_SWITCH_VLV;
4994 else
4995 val &= ~PIPECONF_EDP_RR_MODE_SWITCH;
Pradeep Bhat439d7ac2014-04-05 12:13:28 +05304996 }
4997 I915_WRITE(reg, val);
4998 }
4999
Vandana Kannan4e9ac942015-01-22 15:14:45 +05305000 dev_priv->drrs.refresh_rate_type = index;
5001
5002 DRM_DEBUG_KMS("eDP Refresh Rate set to : %dHz\n", refresh_rate);
5003}
5004
Vandana Kannanb33a2812015-02-13 15:33:03 +05305005/**
5006 * intel_edp_drrs_enable - init drrs struct if supported
5007 * @intel_dp: DP struct
5008 *
5009 * Initializes frontbuffer_bits and drrs.dp
5010 */
Vandana Kannanc3955782015-01-22 15:17:40 +05305011void intel_edp_drrs_enable(struct intel_dp *intel_dp)
5012{
5013 struct drm_device *dev = intel_dp_to_dev(intel_dp);
5014 struct drm_i915_private *dev_priv = dev->dev_private;
5015 struct intel_digital_port *dig_port = dp_to_dig_port(intel_dp);
5016 struct drm_crtc *crtc = dig_port->base.base.crtc;
5017 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
5018
5019 if (!intel_crtc->config->has_drrs) {
5020 DRM_DEBUG_KMS("Panel doesn't support DRRS\n");
5021 return;
5022 }
5023
5024 mutex_lock(&dev_priv->drrs.mutex);
5025 if (WARN_ON(dev_priv->drrs.dp)) {
5026 DRM_ERROR("DRRS already enabled\n");
5027 goto unlock;
5028 }
5029
5030 dev_priv->drrs.busy_frontbuffer_bits = 0;
5031
5032 dev_priv->drrs.dp = intel_dp;
5033
5034unlock:
5035 mutex_unlock(&dev_priv->drrs.mutex);
5036}
5037
Vandana Kannanb33a2812015-02-13 15:33:03 +05305038/**
5039 * intel_edp_drrs_disable - Disable DRRS
5040 * @intel_dp: DP struct
5041 *
5042 */
Vandana Kannanc3955782015-01-22 15:17:40 +05305043void intel_edp_drrs_disable(struct intel_dp *intel_dp)
5044{
5045 struct drm_device *dev = intel_dp_to_dev(intel_dp);
5046 struct drm_i915_private *dev_priv = dev->dev_private;
5047 struct intel_digital_port *dig_port = dp_to_dig_port(intel_dp);
5048 struct drm_crtc *crtc = dig_port->base.base.crtc;
5049 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
5050
5051 if (!intel_crtc->config->has_drrs)
5052 return;
5053
5054 mutex_lock(&dev_priv->drrs.mutex);
5055 if (!dev_priv->drrs.dp) {
5056 mutex_unlock(&dev_priv->drrs.mutex);
5057 return;
5058 }
5059
5060 if (dev_priv->drrs.refresh_rate_type == DRRS_LOW_RR)
5061 intel_dp_set_drrs_state(dev_priv->dev,
5062 intel_dp->attached_connector->panel.
5063 fixed_mode->vrefresh);
5064
5065 dev_priv->drrs.dp = NULL;
5066 mutex_unlock(&dev_priv->drrs.mutex);
5067
5068 cancel_delayed_work_sync(&dev_priv->drrs.work);
5069}
5070
Vandana Kannan4e9ac942015-01-22 15:14:45 +05305071static void intel_edp_drrs_downclock_work(struct work_struct *work)
5072{
5073 struct drm_i915_private *dev_priv =
5074 container_of(work, typeof(*dev_priv), drrs.work.work);
5075 struct intel_dp *intel_dp;
Pradeep Bhat439d7ac2014-04-05 12:13:28 +05305076
Vandana Kannan96178ee2015-01-10 02:25:56 +05305077 mutex_lock(&dev_priv->drrs.mutex);
Pradeep Bhat439d7ac2014-04-05 12:13:28 +05305078
Vandana Kannan4e9ac942015-01-22 15:14:45 +05305079 intel_dp = dev_priv->drrs.dp;
5080
5081 if (!intel_dp)
5082 goto unlock;
5083
5084 /*
5085 * The delayed work can race with an invalidate hence we need to
5086 * recheck.
5087 */
5088
5089 if (dev_priv->drrs.busy_frontbuffer_bits)
5090 goto unlock;
5091
5092 if (dev_priv->drrs.refresh_rate_type != DRRS_LOW_RR)
5093 intel_dp_set_drrs_state(dev_priv->dev,
5094 intel_dp->attached_connector->panel.
5095 downclock_mode->vrefresh);
5096
5097unlock:
Pradeep Bhat439d7ac2014-04-05 12:13:28 +05305098
Vandana Kannan96178ee2015-01-10 02:25:56 +05305099 mutex_unlock(&dev_priv->drrs.mutex);
Pradeep Bhat439d7ac2014-04-05 12:13:28 +05305100}
5101
Vandana Kannanb33a2812015-02-13 15:33:03 +05305102/**
5103 * intel_edp_drrs_invalidate - Invalidate DRRS
5104 * @dev: DRM device
5105 * @frontbuffer_bits: frontbuffer plane tracking bits
5106 *
5107 * When there is a disturbance on screen (due to cursor movement/time
5108 * update etc), DRRS needs to be invalidated, i.e. need to switch to
5109 * high RR.
5110 *
5111 * Dirty frontbuffers relevant to DRRS are tracked in busy_frontbuffer_bits.
5112 */
Vandana Kannana93fad02015-01-10 02:25:59 +05305113void intel_edp_drrs_invalidate(struct drm_device *dev,
5114 unsigned frontbuffer_bits)
5115{
5116 struct drm_i915_private *dev_priv = dev->dev_private;
5117 struct drm_crtc *crtc;
5118 enum pipe pipe;
5119
5120 if (!dev_priv->drrs.dp)
5121 return;
5122
Ramalingam C3954e732015-03-03 12:11:46 +05305123 cancel_delayed_work_sync(&dev_priv->drrs.work);
5124
Vandana Kannana93fad02015-01-10 02:25:59 +05305125 mutex_lock(&dev_priv->drrs.mutex);
5126 crtc = dp_to_dig_port(dev_priv->drrs.dp)->base.base.crtc;
5127 pipe = to_intel_crtc(crtc)->pipe;
5128
5129 if (dev_priv->drrs.refresh_rate_type == DRRS_LOW_RR) {
Vandana Kannana93fad02015-01-10 02:25:59 +05305130 intel_dp_set_drrs_state(dev_priv->dev,
5131 dev_priv->drrs.dp->attached_connector->panel.
5132 fixed_mode->vrefresh);
5133 }
5134
5135 frontbuffer_bits &= INTEL_FRONTBUFFER_ALL_MASK(pipe);
5136
5137 dev_priv->drrs.busy_frontbuffer_bits |= frontbuffer_bits;
5138 mutex_unlock(&dev_priv->drrs.mutex);
5139}
5140
Vandana Kannanb33a2812015-02-13 15:33:03 +05305141/**
5142 * intel_edp_drrs_flush - Flush DRRS
5143 * @dev: DRM device
5144 * @frontbuffer_bits: frontbuffer plane tracking bits
5145 *
5146 * When there is no movement on screen, DRRS work can be scheduled.
5147 * This DRRS work is responsible for setting relevant registers after a
5148 * timeout of 1 second.
5149 *
5150 * Dirty frontbuffers relevant to DRRS are tracked in busy_frontbuffer_bits.
5151 */
Vandana Kannana93fad02015-01-10 02:25:59 +05305152void intel_edp_drrs_flush(struct drm_device *dev,
5153 unsigned frontbuffer_bits)
5154{
5155 struct drm_i915_private *dev_priv = dev->dev_private;
5156 struct drm_crtc *crtc;
5157 enum pipe pipe;
5158
5159 if (!dev_priv->drrs.dp)
5160 return;
5161
Ramalingam C3954e732015-03-03 12:11:46 +05305162 cancel_delayed_work_sync(&dev_priv->drrs.work);
5163
Vandana Kannana93fad02015-01-10 02:25:59 +05305164 mutex_lock(&dev_priv->drrs.mutex);
5165 crtc = dp_to_dig_port(dev_priv->drrs.dp)->base.base.crtc;
5166 pipe = to_intel_crtc(crtc)->pipe;
5167 dev_priv->drrs.busy_frontbuffer_bits &= ~frontbuffer_bits;
5168
Vandana Kannana93fad02015-01-10 02:25:59 +05305169 if (dev_priv->drrs.refresh_rate_type != DRRS_LOW_RR &&
5170 !dev_priv->drrs.busy_frontbuffer_bits)
5171 schedule_delayed_work(&dev_priv->drrs.work,
5172 msecs_to_jiffies(1000));
5173 mutex_unlock(&dev_priv->drrs.mutex);
5174}
5175
Vandana Kannanb33a2812015-02-13 15:33:03 +05305176/**
5177 * DOC: Display Refresh Rate Switching (DRRS)
5178 *
5179 * Display Refresh Rate Switching (DRRS) is a power conservation feature
5180 * which enables swtching between low and high refresh rates,
5181 * dynamically, based on the usage scenario. This feature is applicable
5182 * for internal panels.
5183 *
5184 * Indication that the panel supports DRRS is given by the panel EDID, which
5185 * would list multiple refresh rates for one resolution.
5186 *
5187 * DRRS is of 2 types - static and seamless.
5188 * Static DRRS involves changing refresh rate (RR) by doing a full modeset
5189 * (may appear as a blink on screen) and is used in dock-undock scenario.
5190 * Seamless DRRS involves changing RR without any visual effect to the user
5191 * and can be used during normal system usage. This is done by programming
5192 * certain registers.
5193 *
5194 * Support for static/seamless DRRS may be indicated in the VBT based on
5195 * inputs from the panel spec.
5196 *
5197 * DRRS saves power by switching to low RR based on usage scenarios.
5198 *
5199 * eDP DRRS:-
5200 * The implementation is based on frontbuffer tracking implementation.
5201 * When there is a disturbance on the screen triggered by user activity or a
5202 * periodic system activity, DRRS is disabled (RR is changed to high RR).
5203 * When there is no movement on screen, after a timeout of 1 second, a switch
5204 * to low RR is made.
5205 * For integration with frontbuffer tracking code,
5206 * intel_edp_drrs_invalidate() and intel_edp_drrs_flush() are called.
5207 *
5208 * DRRS can be further extended to support other internal panels and also
5209 * the scenario of video playback wherein RR is set based on the rate
5210 * requested by userspace.
5211 */
5212
5213/**
5214 * intel_dp_drrs_init - Init basic DRRS work and mutex.
5215 * @intel_connector: eDP connector
5216 * @fixed_mode: preferred mode of panel
5217 *
5218 * This function is called only once at driver load to initialize basic
5219 * DRRS stuff.
5220 *
5221 * Returns:
5222 * Downclock mode if panel supports it, else return NULL.
5223 * DRRS support is determined by the presence of downclock mode (apart
5224 * from VBT setting).
5225 */
Pradeep Bhat4f9db5b2014-04-05 12:12:31 +05305226static struct drm_display_mode *
Vandana Kannan96178ee2015-01-10 02:25:56 +05305227intel_dp_drrs_init(struct intel_connector *intel_connector,
5228 struct drm_display_mode *fixed_mode)
Pradeep Bhat4f9db5b2014-04-05 12:12:31 +05305229{
5230 struct drm_connector *connector = &intel_connector->base;
Vandana Kannan96178ee2015-01-10 02:25:56 +05305231 struct drm_device *dev = connector->dev;
Pradeep Bhat4f9db5b2014-04-05 12:12:31 +05305232 struct drm_i915_private *dev_priv = dev->dev_private;
5233 struct drm_display_mode *downclock_mode = NULL;
5234
5235 if (INTEL_INFO(dev)->gen <= 6) {
5236 DRM_DEBUG_KMS("DRRS supported for Gen7 and above\n");
5237 return NULL;
5238 }
5239
5240 if (dev_priv->vbt.drrs_type != SEAMLESS_DRRS_SUPPORT) {
Damien Lespiau4079b8d2014-08-05 10:39:42 +01005241 DRM_DEBUG_KMS("VBT doesn't support DRRS\n");
Pradeep Bhat4f9db5b2014-04-05 12:12:31 +05305242 return NULL;
5243 }
5244
5245 downclock_mode = intel_find_panel_downclock
5246 (dev, fixed_mode, connector);
5247
5248 if (!downclock_mode) {
Ramalingam Ca1d26342015-02-23 17:38:33 +05305249 DRM_DEBUG_KMS("Downclock mode is not found. DRRS not supported\n");
Pradeep Bhat4f9db5b2014-04-05 12:12:31 +05305250 return NULL;
5251 }
5252
Vandana Kannan4e9ac942015-01-22 15:14:45 +05305253 INIT_DELAYED_WORK(&dev_priv->drrs.work, intel_edp_drrs_downclock_work);
5254
Vandana Kannan96178ee2015-01-10 02:25:56 +05305255 mutex_init(&dev_priv->drrs.mutex);
Pradeep Bhat439d7ac2014-04-05 12:13:28 +05305256
Vandana Kannan96178ee2015-01-10 02:25:56 +05305257 dev_priv->drrs.type = dev_priv->vbt.drrs_type;
Pradeep Bhat439d7ac2014-04-05 12:13:28 +05305258
Vandana Kannan96178ee2015-01-10 02:25:56 +05305259 dev_priv->drrs.refresh_rate_type = DRRS_HIGH_RR;
Damien Lespiau4079b8d2014-08-05 10:39:42 +01005260 DRM_DEBUG_KMS("seamless DRRS supported for eDP panel.\n");
Pradeep Bhat4f9db5b2014-04-05 12:12:31 +05305261 return downclock_mode;
5262}
5263
Paulo Zanonied92f0b2013-06-12 17:27:24 -03005264static bool intel_edp_init_connector(struct intel_dp *intel_dp,
Ville Syrjälä36b5f422014-10-16 21:27:30 +03005265 struct intel_connector *intel_connector)
Paulo Zanonied92f0b2013-06-12 17:27:24 -03005266{
5267 struct drm_connector *connector = &intel_connector->base;
5268 struct intel_digital_port *intel_dig_port = dp_to_dig_port(intel_dp);
Paulo Zanoni63635212014-04-22 19:55:42 -03005269 struct intel_encoder *intel_encoder = &intel_dig_port->base;
5270 struct drm_device *dev = intel_encoder->base.dev;
Paulo Zanonied92f0b2013-06-12 17:27:24 -03005271 struct drm_i915_private *dev_priv = dev->dev_private;
5272 struct drm_display_mode *fixed_mode = NULL;
Pradeep Bhat4f9db5b2014-04-05 12:12:31 +05305273 struct drm_display_mode *downclock_mode = NULL;
Paulo Zanonied92f0b2013-06-12 17:27:24 -03005274 bool has_dpcd;
5275 struct drm_display_mode *scan;
5276 struct edid *edid;
Ville Syrjälä6517d272014-11-07 11:16:02 +02005277 enum pipe pipe = INVALID_PIPE;
Paulo Zanonied92f0b2013-06-12 17:27:24 -03005278
Vandana Kannan96178ee2015-01-10 02:25:56 +05305279 dev_priv->drrs.type = DRRS_NOT_SUPPORTED;
Pradeep Bhat4f9db5b2014-04-05 12:12:31 +05305280
Paulo Zanonied92f0b2013-06-12 17:27:24 -03005281 if (!is_edp(intel_dp))
5282 return true;
5283
Ville Syrjälä49e6bc52014-10-28 16:15:52 +02005284 pps_lock(intel_dp);
5285 intel_edp_panel_vdd_sanitize(intel_dp);
5286 pps_unlock(intel_dp);
Paulo Zanoni63635212014-04-22 19:55:42 -03005287
Paulo Zanonied92f0b2013-06-12 17:27:24 -03005288 /* Cache DPCD and EDID for edp. */
Paulo Zanonied92f0b2013-06-12 17:27:24 -03005289 has_dpcd = intel_dp_get_dpcd(intel_dp);
Paulo Zanonied92f0b2013-06-12 17:27:24 -03005290
5291 if (has_dpcd) {
5292 if (intel_dp->dpcd[DP_DPCD_REV] >= 0x11)
5293 dev_priv->no_aux_handshake =
5294 intel_dp->dpcd[DP_MAX_DOWNSPREAD] &
5295 DP_NO_AUX_HANDSHAKE_LINK_TRAINING;
5296 } else {
5297 /* if this fails, presume the device is a ghost */
5298 DRM_INFO("failed to retrieve link info, disabling eDP\n");
Paulo Zanonied92f0b2013-06-12 17:27:24 -03005299 return false;
5300 }
5301
5302 /* We now know it's not a ghost, init power sequence regs. */
Ville Syrjälä773538e82014-09-04 14:54:56 +03005303 pps_lock(intel_dp);
Ville Syrjälä36b5f422014-10-16 21:27:30 +03005304 intel_dp_init_panel_power_sequencer_registers(dev, intel_dp);
Ville Syrjälä773538e82014-09-04 14:54:56 +03005305 pps_unlock(intel_dp);
Paulo Zanonied92f0b2013-06-12 17:27:24 -03005306
Daniel Vetter060c8772014-03-21 23:22:35 +01005307 mutex_lock(&dev->mode_config.mutex);
Jani Nikula0b998362014-03-14 16:51:17 +02005308 edid = drm_get_edid(connector, &intel_dp->aux.ddc);
Paulo Zanonied92f0b2013-06-12 17:27:24 -03005309 if (edid) {
5310 if (drm_add_edid_modes(connector, edid)) {
5311 drm_mode_connector_update_edid_property(connector,
5312 edid);
5313 drm_edid_to_eld(connector, edid);
5314 } else {
5315 kfree(edid);
5316 edid = ERR_PTR(-EINVAL);
5317 }
5318 } else {
5319 edid = ERR_PTR(-ENOENT);
5320 }
5321 intel_connector->edid = edid;
5322
5323 /* prefer fixed mode from EDID if available */
5324 list_for_each_entry(scan, &connector->probed_modes, head) {
5325 if ((scan->type & DRM_MODE_TYPE_PREFERRED)) {
5326 fixed_mode = drm_mode_duplicate(dev, scan);
Pradeep Bhat4f9db5b2014-04-05 12:12:31 +05305327 downclock_mode = intel_dp_drrs_init(
Pradeep Bhat4f9db5b2014-04-05 12:12:31 +05305328 intel_connector, fixed_mode);
Paulo Zanonied92f0b2013-06-12 17:27:24 -03005329 break;
5330 }
5331 }
5332
5333 /* fallback to VBT if available for eDP */
5334 if (!fixed_mode && dev_priv->vbt.lfp_lvds_vbt_mode) {
5335 fixed_mode = drm_mode_duplicate(dev,
5336 dev_priv->vbt.lfp_lvds_vbt_mode);
5337 if (fixed_mode)
5338 fixed_mode->type |= DRM_MODE_TYPE_PREFERRED;
5339 }
Daniel Vetter060c8772014-03-21 23:22:35 +01005340 mutex_unlock(&dev->mode_config.mutex);
Paulo Zanonied92f0b2013-06-12 17:27:24 -03005341
Clint Taylor01527b32014-07-07 13:01:46 -07005342 if (IS_VALLEYVIEW(dev)) {
5343 intel_dp->edp_notifier.notifier_call = edp_notify_handler;
5344 register_reboot_notifier(&intel_dp->edp_notifier);
Ville Syrjälä6517d272014-11-07 11:16:02 +02005345
5346 /*
5347 * Figure out the current pipe for the initial backlight setup.
5348 * If the current pipe isn't valid, try the PPS pipe, and if that
5349 * fails just assume pipe A.
5350 */
5351 if (IS_CHERRYVIEW(dev))
5352 pipe = DP_PORT_TO_PIPE_CHV(intel_dp->DP);
5353 else
5354 pipe = PORT_TO_PIPE(intel_dp->DP);
5355
5356 if (pipe != PIPE_A && pipe != PIPE_B)
5357 pipe = intel_dp->pps_pipe;
5358
5359 if (pipe != PIPE_A && pipe != PIPE_B)
5360 pipe = PIPE_A;
5361
5362 DRM_DEBUG_KMS("using pipe %c for initial backlight setup\n",
5363 pipe_name(pipe));
Clint Taylor01527b32014-07-07 13:01:46 -07005364 }
5365
Pradeep Bhat4f9db5b2014-04-05 12:12:31 +05305366 intel_panel_init(&intel_connector->panel, fixed_mode, downclock_mode);
Jani Nikula73580fb72014-08-12 17:11:41 +03005367 intel_connector->panel.backlight_power = intel_edp_backlight_power;
Ville Syrjälä6517d272014-11-07 11:16:02 +02005368 intel_panel_setup_backlight(connector, pipe);
Paulo Zanonied92f0b2013-06-12 17:27:24 -03005369
5370 return true;
5371}
5372
Paulo Zanoni16c25532013-06-12 17:27:25 -03005373bool
Paulo Zanonif0fec3f2012-10-26 19:05:48 -02005374intel_dp_init_connector(struct intel_digital_port *intel_dig_port,
5375 struct intel_connector *intel_connector)
Keith Packarda4fc5ed2009-04-07 16:16:42 -07005376{
Paulo Zanonif0fec3f2012-10-26 19:05:48 -02005377 struct drm_connector *connector = &intel_connector->base;
5378 struct intel_dp *intel_dp = &intel_dig_port->dp;
5379 struct intel_encoder *intel_encoder = &intel_dig_port->base;
5380 struct drm_device *dev = intel_encoder->base.dev;
Keith Packarda4fc5ed2009-04-07 16:16:42 -07005381 struct drm_i915_private *dev_priv = dev->dev_private;
Paulo Zanoni174edf12012-10-26 19:05:50 -02005382 enum port port = intel_dig_port->port;
Jani Nikula0b998362014-03-14 16:51:17 +02005383 int type;
Keith Packarda4fc5ed2009-04-07 16:16:42 -07005384
Ville Syrjäläa4a5d2f2014-09-04 14:54:20 +03005385 intel_dp->pps_pipe = INVALID_PIPE;
5386
Damien Lespiauec5b01d2014-01-21 13:35:39 +00005387 /* intel_dp vfuncs */
Damien Lespiaub6b5e382014-01-20 16:00:59 +00005388 if (INTEL_INFO(dev)->gen >= 9)
5389 intel_dp->get_aux_clock_divider = skl_get_aux_clock_divider;
5390 else if (IS_VALLEYVIEW(dev))
Damien Lespiauec5b01d2014-01-21 13:35:39 +00005391 intel_dp->get_aux_clock_divider = vlv_get_aux_clock_divider;
5392 else if (IS_HASWELL(dev) || IS_BROADWELL(dev))
5393 intel_dp->get_aux_clock_divider = hsw_get_aux_clock_divider;
5394 else if (HAS_PCH_SPLIT(dev))
5395 intel_dp->get_aux_clock_divider = ilk_get_aux_clock_divider;
5396 else
5397 intel_dp->get_aux_clock_divider = i9xx_get_aux_clock_divider;
5398
Damien Lespiaub9ca5fa2014-01-20 16:01:00 +00005399 if (INTEL_INFO(dev)->gen >= 9)
5400 intel_dp->get_aux_send_ctl = skl_get_aux_send_ctl;
5401 else
5402 intel_dp->get_aux_send_ctl = i9xx_get_aux_send_ctl;
Damien Lespiau153b1102014-01-21 13:37:15 +00005403
Daniel Vetter07679352012-09-06 22:15:42 +02005404 /* Preserve the current hw state. */
5405 intel_dp->DP = I915_READ(intel_dp->output_reg);
Jani Nikuladd06f902012-10-19 14:51:50 +03005406 intel_dp->attached_connector = intel_connector;
Chris Wilson3d3dc142011-02-12 10:33:12 +00005407
Ville Syrjälä3b32a352013-11-01 18:22:41 +02005408 if (intel_dp_is_edp(dev, port))
Gajanan Bhat19c03922012-09-27 19:13:07 +05305409 type = DRM_MODE_CONNECTOR_eDP;
Ville Syrjälä3b32a352013-11-01 18:22:41 +02005410 else
5411 type = DRM_MODE_CONNECTOR_DisplayPort;
Adam Jacksonb3295302010-07-16 14:46:28 -04005412
Imre Deakf7d24902013-05-08 13:14:05 +03005413 /*
5414 * For eDP we always set the encoder type to INTEL_OUTPUT_EDP, but
5415 * for DP the encoder type can be set by the caller to
5416 * INTEL_OUTPUT_UNKNOWN for DDI, so don't rewrite it.
5417 */
5418 if (type == DRM_MODE_CONNECTOR_eDP)
5419 intel_encoder->type = INTEL_OUTPUT_EDP;
5420
Ville Syrjäläc17ed5b2014-10-16 21:27:27 +03005421 /* eDP only on port B and/or C on vlv/chv */
5422 if (WARN_ON(IS_VALLEYVIEW(dev) && is_edp(intel_dp) &&
5423 port != PORT_B && port != PORT_C))
5424 return false;
5425
Imre Deake7281ea2013-05-08 13:14:08 +03005426 DRM_DEBUG_KMS("Adding %s connector on port %c\n",
5427 type == DRM_MODE_CONNECTOR_eDP ? "eDP" : "DP",
5428 port_name(port));
5429
Adam Jacksonb3295302010-07-16 14:46:28 -04005430 drm_connector_init(dev, connector, &intel_dp_connector_funcs, type);
Keith Packarda4fc5ed2009-04-07 16:16:42 -07005431 drm_connector_helper_add(connector, &intel_dp_connector_helper_funcs);
5432
Paulo Zanonif0fec3f2012-10-26 19:05:48 -02005433 connector->interlace_allowed = true;
5434 connector->doublescan_allowed = 0;
Ma Lingf8aed702009-08-24 13:50:24 +08005435
Daniel Vetter66a92782012-07-12 20:08:18 +02005436 INIT_DELAYED_WORK(&intel_dp->panel_vdd_work,
Daniel Vetter4be73782014-01-17 14:39:48 +01005437 edp_panel_vdd_work);
Zhenyu Wang6251ec02010-01-12 05:38:32 +08005438
Chris Wilsondf0e9242010-09-09 16:20:55 +01005439 intel_connector_attach_encoder(intel_connector, intel_encoder);
Thomas Wood34ea3d32014-05-29 16:57:41 +01005440 drm_connector_register(connector);
Keith Packarda4fc5ed2009-04-07 16:16:42 -07005441
Paulo Zanoniaffa9352012-11-23 15:30:39 -02005442 if (HAS_DDI(dev))
Paulo Zanonibcbc8892012-10-26 19:05:51 -02005443 intel_connector->get_hw_state = intel_ddi_connector_get_hw_state;
5444 else
5445 intel_connector->get_hw_state = intel_connector_get_hw_state;
Imre Deak80f65de2014-02-11 17:12:49 +02005446 intel_connector->unregister = intel_dp_connector_unregister;
Paulo Zanonibcbc8892012-10-26 19:05:51 -02005447
Jani Nikula0b998362014-03-14 16:51:17 +02005448 /* Set up the hotplug pin. */
Paulo Zanoniab9d7c32012-07-17 17:53:45 -03005449 switch (port) {
5450 case PORT_A:
Egbert Eich1d843f92013-02-25 12:06:49 -05005451 intel_encoder->hpd_pin = HPD_PORT_A;
Paulo Zanoniab9d7c32012-07-17 17:53:45 -03005452 break;
5453 case PORT_B:
Egbert Eich1d843f92013-02-25 12:06:49 -05005454 intel_encoder->hpd_pin = HPD_PORT_B;
Paulo Zanoniab9d7c32012-07-17 17:53:45 -03005455 break;
5456 case PORT_C:
Egbert Eich1d843f92013-02-25 12:06:49 -05005457 intel_encoder->hpd_pin = HPD_PORT_C;
Paulo Zanoniab9d7c32012-07-17 17:53:45 -03005458 break;
5459 case PORT_D:
Egbert Eich1d843f92013-02-25 12:06:49 -05005460 intel_encoder->hpd_pin = HPD_PORT_D;
Paulo Zanoniab9d7c32012-07-17 17:53:45 -03005461 break;
5462 default:
Damien Lespiauad1c0b12013-03-07 15:30:28 +00005463 BUG();
Zhenyu Wang5eb08b62009-07-24 01:00:31 +08005464 }
5465
Imre Deakdada1a92014-01-29 13:25:41 +02005466 if (is_edp(intel_dp)) {
Ville Syrjälä773538e82014-09-04 14:54:56 +03005467 pps_lock(intel_dp);
Ville Syrjälä1e74a322014-10-28 16:15:51 +02005468 intel_dp_init_panel_power_timestamps(intel_dp);
5469 if (IS_VALLEYVIEW(dev))
Ville Syrjäläa4a5d2f2014-09-04 14:54:20 +03005470 vlv_initial_power_sequencer_setup(intel_dp);
Ville Syrjälä1e74a322014-10-28 16:15:51 +02005471 else
Ville Syrjälä36b5f422014-10-16 21:27:30 +03005472 intel_dp_init_panel_power_sequencer(dev, intel_dp);
Ville Syrjälä773538e82014-09-04 14:54:56 +03005473 pps_unlock(intel_dp);
Imre Deakdada1a92014-01-29 13:25:41 +02005474 }
Paulo Zanoni0095e6d2013-12-19 14:29:39 -02005475
Jani Nikula9d1a1032014-03-14 16:51:15 +02005476 intel_dp_aux_init(intel_dp, intel_connector);
Dave Airliec1f05262012-08-30 11:06:18 +10005477
Dave Airlie0e32b392014-05-02 14:02:48 +10005478 /* init MST on ports that can support it */
Damien Lespiauc86ea3d2014-12-12 14:26:58 +00005479 if (IS_HASWELL(dev) || IS_BROADWELL(dev) || INTEL_INFO(dev)->gen >= 9) {
Dave Airlie0e32b392014-05-02 14:02:48 +10005480 if (port == PORT_B || port == PORT_C || port == PORT_D) {
Ville Syrjäläa4a5d2f2014-09-04 14:54:20 +03005481 intel_dp_mst_encoder_init(intel_dig_port,
5482 intel_connector->base.base.id);
Dave Airlie0e32b392014-05-02 14:02:48 +10005483 }
5484 }
5485
Ville Syrjälä36b5f422014-10-16 21:27:30 +03005486 if (!intel_edp_init_connector(intel_dp, intel_connector)) {
Dave Airlie4f71d0c2014-06-04 16:02:28 +10005487 drm_dp_aux_unregister(&intel_dp->aux);
Paulo Zanoni15b1d172013-06-12 17:27:27 -03005488 if (is_edp(intel_dp)) {
5489 cancel_delayed_work_sync(&intel_dp->panel_vdd_work);
Ville Syrjälä951468f2014-09-04 14:55:31 +03005490 /*
5491 * vdd might still be enabled do to the delayed vdd off.
5492 * Make sure vdd is actually turned off here.
5493 */
Ville Syrjälä773538e82014-09-04 14:54:56 +03005494 pps_lock(intel_dp);
Daniel Vetter4be73782014-01-17 14:39:48 +01005495 edp_panel_vdd_off_sync(intel_dp);
Ville Syrjälä773538e82014-09-04 14:54:56 +03005496 pps_unlock(intel_dp);
Paulo Zanoni15b1d172013-06-12 17:27:27 -03005497 }
Thomas Wood34ea3d32014-05-29 16:57:41 +01005498 drm_connector_unregister(connector);
Paulo Zanonib2f246a2013-06-12 17:27:26 -03005499 drm_connector_cleanup(connector);
Paulo Zanoni16c25532013-06-12 17:27:25 -03005500 return false;
Paulo Zanonib2f246a2013-06-12 17:27:26 -03005501 }
Zhenyu Wang32f9d652009-07-24 01:00:32 +08005502
Chris Wilsonf6849602010-09-19 09:29:33 +01005503 intel_dp_add_properties(intel_dp, connector);
5504
Keith Packarda4fc5ed2009-04-07 16:16:42 -07005505 /* For G4X desktop chip, PEG_BAND_GAP_DATA 3:0 must first be written
5506 * 0xd. Failure to do so will result in spurious interrupts being
5507 * generated on the port when a cable is not attached.
5508 */
5509 if (IS_G4X(dev) && !IS_GM45(dev)) {
5510 u32 temp = I915_READ(PEG_BAND_GAP_DATA);
5511 I915_WRITE(PEG_BAND_GAP_DATA, (temp & ~0xf) | 0xd);
5512 }
Paulo Zanoni16c25532013-06-12 17:27:25 -03005513
5514 return true;
Keith Packarda4fc5ed2009-04-07 16:16:42 -07005515}
Paulo Zanonif0fec3f2012-10-26 19:05:48 -02005516
5517void
5518intel_dp_init(struct drm_device *dev, int output_reg, enum port port)
5519{
Dave Airlie13cf5502014-06-18 11:29:35 +10005520 struct drm_i915_private *dev_priv = dev->dev_private;
Paulo Zanonif0fec3f2012-10-26 19:05:48 -02005521 struct intel_digital_port *intel_dig_port;
5522 struct intel_encoder *intel_encoder;
5523 struct drm_encoder *encoder;
5524 struct intel_connector *intel_connector;
5525
Daniel Vetterb14c5672013-09-19 12:18:32 +02005526 intel_dig_port = kzalloc(sizeof(*intel_dig_port), GFP_KERNEL);
Paulo Zanonif0fec3f2012-10-26 19:05:48 -02005527 if (!intel_dig_port)
5528 return;
5529
Daniel Vetterb14c5672013-09-19 12:18:32 +02005530 intel_connector = kzalloc(sizeof(*intel_connector), GFP_KERNEL);
Paulo Zanonif0fec3f2012-10-26 19:05:48 -02005531 if (!intel_connector) {
5532 kfree(intel_dig_port);
5533 return;
5534 }
5535
5536 intel_encoder = &intel_dig_port->base;
5537 encoder = &intel_encoder->base;
5538
5539 drm_encoder_init(dev, &intel_encoder->base, &intel_dp_enc_funcs,
5540 DRM_MODE_ENCODER_TMDS);
5541
Daniel Vetter5bfe2ac2013-03-27 00:44:55 +01005542 intel_encoder->compute_config = intel_dp_compute_config;
Paulo Zanoni00c09d72012-10-26 19:05:52 -02005543 intel_encoder->disable = intel_disable_dp;
Paulo Zanoni00c09d72012-10-26 19:05:52 -02005544 intel_encoder->get_hw_state = intel_dp_get_hw_state;
Jesse Barnes045ac3b2013-05-14 17:08:26 -07005545 intel_encoder->get_config = intel_dp_get_config;
Imre Deak07f9cd02014-08-18 14:42:45 +03005546 intel_encoder->suspend = intel_dp_encoder_suspend;
Chon Ming Leee4a1d842014-04-09 13:28:20 +03005547 if (IS_CHERRYVIEW(dev)) {
Ville Syrjälä9197c882014-04-09 13:29:05 +03005548 intel_encoder->pre_pll_enable = chv_dp_pre_pll_enable;
Chon Ming Leee4a1d842014-04-09 13:28:20 +03005549 intel_encoder->pre_enable = chv_pre_enable_dp;
5550 intel_encoder->enable = vlv_enable_dp;
Ville Syrjälä580d3812014-04-09 13:29:00 +03005551 intel_encoder->post_disable = chv_post_disable_dp;
Chon Ming Leee4a1d842014-04-09 13:28:20 +03005552 } else if (IS_VALLEYVIEW(dev)) {
Jani Nikulaecff4f32013-09-06 07:38:29 +03005553 intel_encoder->pre_pll_enable = vlv_dp_pre_pll_enable;
Jani Nikulaab1f90f2013-07-30 12:20:30 +03005554 intel_encoder->pre_enable = vlv_pre_enable_dp;
5555 intel_encoder->enable = vlv_enable_dp;
Ville Syrjälä49277c32014-03-31 18:21:26 +03005556 intel_encoder->post_disable = vlv_post_disable_dp;
Jani Nikulaab1f90f2013-07-30 12:20:30 +03005557 } else {
Jani Nikulaecff4f32013-09-06 07:38:29 +03005558 intel_encoder->pre_enable = g4x_pre_enable_dp;
5559 intel_encoder->enable = g4x_enable_dp;
Ville Syrjälä08aff3f2014-08-18 22:16:09 +03005560 if (INTEL_INFO(dev)->gen >= 5)
5561 intel_encoder->post_disable = ilk_post_disable_dp;
Jani Nikulaab1f90f2013-07-30 12:20:30 +03005562 }
Paulo Zanonif0fec3f2012-10-26 19:05:48 -02005563
Paulo Zanoni174edf12012-10-26 19:05:50 -02005564 intel_dig_port->port = port;
Paulo Zanonif0fec3f2012-10-26 19:05:48 -02005565 intel_dig_port->dp.output_reg = output_reg;
5566
Paulo Zanoni00c09d72012-10-26 19:05:52 -02005567 intel_encoder->type = INTEL_OUTPUT_DISPLAYPORT;
Ville Syrjälä882ec382014-04-28 14:07:43 +03005568 if (IS_CHERRYVIEW(dev)) {
5569 if (port == PORT_D)
5570 intel_encoder->crtc_mask = 1 << 2;
5571 else
5572 intel_encoder->crtc_mask = (1 << 0) | (1 << 1);
5573 } else {
5574 intel_encoder->crtc_mask = (1 << 0) | (1 << 1) | (1 << 2);
5575 }
Ville Syrjäläbc079e82014-03-03 16:15:28 +02005576 intel_encoder->cloneable = 0;
Paulo Zanonif0fec3f2012-10-26 19:05:48 -02005577 intel_encoder->hot_plug = intel_dp_hot_plug;
5578
Dave Airlie13cf5502014-06-18 11:29:35 +10005579 intel_dig_port->hpd_pulse = intel_dp_hpd_pulse;
5580 dev_priv->hpd_irq_port[port] = intel_dig_port;
5581
Paulo Zanoni15b1d172013-06-12 17:27:27 -03005582 if (!intel_dp_init_connector(intel_dig_port, intel_connector)) {
5583 drm_encoder_cleanup(encoder);
5584 kfree(intel_dig_port);
Paulo Zanonib2f246a2013-06-12 17:27:26 -03005585 kfree(intel_connector);
Paulo Zanoni15b1d172013-06-12 17:27:27 -03005586 }
Paulo Zanonif0fec3f2012-10-26 19:05:48 -02005587}
Dave Airlie0e32b392014-05-02 14:02:48 +10005588
5589void intel_dp_mst_suspend(struct drm_device *dev)
5590{
5591 struct drm_i915_private *dev_priv = dev->dev_private;
5592 int i;
5593
5594 /* disable MST */
5595 for (i = 0; i < I915_MAX_PORTS; i++) {
5596 struct intel_digital_port *intel_dig_port = dev_priv->hpd_irq_port[i];
5597 if (!intel_dig_port)
5598 continue;
5599
5600 if (intel_dig_port->base.type == INTEL_OUTPUT_DISPLAYPORT) {
5601 if (!intel_dig_port->dp.can_mst)
5602 continue;
5603 if (intel_dig_port->dp.is_mst)
5604 drm_dp_mst_topology_mgr_suspend(&intel_dig_port->dp.mst_mgr);
5605 }
5606 }
5607}
5608
5609void intel_dp_mst_resume(struct drm_device *dev)
5610{
5611 struct drm_i915_private *dev_priv = dev->dev_private;
5612 int i;
5613
5614 for (i = 0; i < I915_MAX_PORTS; i++) {
5615 struct intel_digital_port *intel_dig_port = dev_priv->hpd_irq_port[i];
5616 if (!intel_dig_port)
5617 continue;
5618 if (intel_dig_port->base.type == INTEL_OUTPUT_DISPLAYPORT) {
5619 int ret;
5620
5621 if (!intel_dig_port->dp.can_mst)
5622 continue;
5623
5624 ret = drm_dp_mst_topology_mgr_resume(&intel_dig_port->dp.mst_mgr);
5625 if (ret != 0) {
5626 intel_dp_check_mst_status(&intel_dig_port->dp);
5627 }
5628 }
5629 }
5630}