blob: 09d75df497c09e656def6166e4bcec7ec6d671c1 [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>
Manasi Navare611032b2017-01-24 08:21:49 -080031#include <linux/types.h>
Clint Taylor01527b32014-07-07 13:01:46 -070032#include <linux/notifier.h>
33#include <linux/reboot.h>
Manasi Navare611032b2017-01-24 08:21:49 -080034#include <asm/byteorder.h>
David Howells760285e2012-10-02 18:01:07 +010035#include <drm/drmP.h>
Matt Roperc6f95f22015-01-22 16:50:32 -080036#include <drm/drm_atomic_helper.h>
David Howells760285e2012-10-02 18:01:07 +010037#include <drm/drm_crtc.h>
38#include <drm/drm_crtc_helper.h>
39#include <drm/drm_edid.h>
Keith Packarda4fc5ed2009-04-07 16:16:42 -070040#include "intel_drv.h"
David Howells760285e2012-10-02 18:01:07 +010041#include <drm/i915_drm.h>
Keith Packarda4fc5ed2009-04-07 16:16:42 -070042#include "i915_drv.h"
Keith Packarda4fc5ed2009-04-07 16:16:42 -070043
Keith Packarda4fc5ed2009-04-07 16:16:42 -070044#define DP_LINK_CHECK_TIMEOUT (10 * 1000)
Pandiyan, Dhinakarane8b25772017-09-18 15:21:39 -070045#define DP_DPRX_ESI_LEN 14
Keith Packarda4fc5ed2009-04-07 16:16:42 -070046
Todd Previte559be302015-05-04 07:48:20 -070047/* Compliance test status bits */
48#define INTEL_DP_RESOLUTION_SHIFT_MASK 0
49#define INTEL_DP_RESOLUTION_PREFERRED (1 << INTEL_DP_RESOLUTION_SHIFT_MASK)
50#define INTEL_DP_RESOLUTION_STANDARD (2 << INTEL_DP_RESOLUTION_SHIFT_MASK)
51#define INTEL_DP_RESOLUTION_FAILSAFE (3 << INTEL_DP_RESOLUTION_SHIFT_MASK)
52
Chon Ming Lee9dd4ffd2013-09-04 01:30:37 +080053struct dp_link_dpll {
Ville Syrjälä840b32b2015-08-11 20:21:46 +030054 int clock;
Chon Ming Lee9dd4ffd2013-09-04 01:30:37 +080055 struct dpll dpll;
56};
57
58static const struct dp_link_dpll gen4_dpll[] = {
Ville Syrjälä840b32b2015-08-11 20:21:46 +030059 { 162000,
Chon Ming Lee9dd4ffd2013-09-04 01:30:37 +080060 { .p1 = 2, .p2 = 10, .n = 2, .m1 = 23, .m2 = 8 } },
Ville Syrjälä840b32b2015-08-11 20:21:46 +030061 { 270000,
Chon Ming Lee9dd4ffd2013-09-04 01:30:37 +080062 { .p1 = 1, .p2 = 10, .n = 1, .m1 = 14, .m2 = 2 } }
63};
64
65static const struct dp_link_dpll pch_dpll[] = {
Ville Syrjälä840b32b2015-08-11 20:21:46 +030066 { 162000,
Chon Ming Lee9dd4ffd2013-09-04 01:30:37 +080067 { .p1 = 2, .p2 = 10, .n = 1, .m1 = 12, .m2 = 9 } },
Ville Syrjälä840b32b2015-08-11 20:21:46 +030068 { 270000,
Chon Ming Lee9dd4ffd2013-09-04 01:30:37 +080069 { .p1 = 1, .p2 = 10, .n = 2, .m1 = 14, .m2 = 8 } }
70};
71
Chon Ming Lee65ce4bf2013-09-04 01:30:38 +080072static const struct dp_link_dpll vlv_dpll[] = {
Ville Syrjälä840b32b2015-08-11 20:21:46 +030073 { 162000,
Chon Ming Lee58f6e632013-09-25 15:47:51 +080074 { .p1 = 3, .p2 = 2, .n = 5, .m1 = 3, .m2 = 81 } },
Ville Syrjälä840b32b2015-08-11 20:21:46 +030075 { 270000,
Chon Ming Lee65ce4bf2013-09-04 01:30:38 +080076 { .p1 = 2, .p2 = 2, .n = 1, .m1 = 2, .m2 = 27 } }
77};
78
Chon Ming Leeef9348c2014-04-09 13:28:18 +030079/*
80 * CHV supports eDP 1.4 that have more link rates.
81 * Below only provides the fixed rate but exclude variable rate.
82 */
83static const struct dp_link_dpll chv_dpll[] = {
84 /*
85 * CHV requires to program fractional division for m2.
86 * m2 is stored in fixed point format using formula below
87 * (m2_int << 22) | m2_fraction
88 */
Ville Syrjälä840b32b2015-08-11 20:21:46 +030089 { 162000, /* m2_int = 32, m2_fraction = 1677722 */
Chon Ming Leeef9348c2014-04-09 13:28:18 +030090 { .p1 = 4, .p2 = 2, .n = 1, .m1 = 2, .m2 = 0x819999a } },
Ville Syrjälä840b32b2015-08-11 20:21:46 +030091 { 270000, /* m2_int = 27, m2_fraction = 0 */
Chon Ming Leeef9348c2014-04-09 13:28:18 +030092 { .p1 = 4, .p2 = 1, .n = 1, .m1 = 2, .m2 = 0x6c00000 } },
Ville Syrjälä840b32b2015-08-11 20:21:46 +030093 { 540000, /* m2_int = 27, m2_fraction = 0 */
Chon Ming Leeef9348c2014-04-09 13:28:18 +030094 { .p1 = 2, .p2 = 1, .n = 1, .m1 = 2, .m2 = 0x6c00000 } }
95};
Sonika Jindal637a9c62015-05-07 09:52:08 +053096
Sonika Jindal64987fc2015-05-26 17:50:13 +053097static const int bxt_rates[] = { 162000, 216000, 243000, 270000,
98 324000, 432000, 540000 };
Sonika Jindal637a9c62015-05-07 09:52:08 +053099static const int skl_rates[] = { 162000, 216000, 270000,
Ville Syrjäläf4896f12015-03-12 17:10:27 +0200100 324000, 432000, 540000 };
Rodrigo Vivid907b662017-08-10 15:40:08 -0700101static const int cnl_rates[] = { 162000, 216000, 270000,
102 324000, 432000, 540000,
103 648000, 810000 };
Ville Syrjäläf4896f12015-03-12 17:10:27 +0200104static const int default_rates[] = { 162000, 270000, 540000 };
Chon Ming Leeef9348c2014-04-09 13:28:18 +0300105
Jesse Barnescfcb0fc2010-10-07 16:01:06 -0700106/**
Jani Nikula1853a9d2017-08-18 12:30:20 +0300107 * intel_dp_is_edp - is the given port attached to an eDP panel (either CPU or PCH)
Jesse Barnescfcb0fc2010-10-07 16:01:06 -0700108 * @intel_dp: DP struct
109 *
110 * If a CPU or PCH DP output is attached to an eDP panel, this function
111 * will return true, and false otherwise.
112 */
Jani Nikula1853a9d2017-08-18 12:30:20 +0300113bool intel_dp_is_edp(struct intel_dp *intel_dp)
Jesse Barnescfcb0fc2010-10-07 16:01:06 -0700114{
Paulo Zanonida63a9f2012-10-26 19:05:46 -0200115 struct intel_digital_port *intel_dig_port = dp_to_dig_port(intel_dp);
116
117 return intel_dig_port->base.type == INTEL_OUTPUT_EDP;
Jesse Barnescfcb0fc2010-10-07 16:01:06 -0700118}
119
Imre Deak68b4d822013-05-08 13:14:06 +0300120static struct drm_device *intel_dp_to_dev(struct intel_dp *intel_dp)
Jesse Barnescfcb0fc2010-10-07 16:01:06 -0700121{
Imre Deak68b4d822013-05-08 13:14:06 +0300122 struct intel_digital_port *intel_dig_port = dp_to_dig_port(intel_dp);
123
124 return intel_dig_port->base.base.dev;
Jesse Barnescfcb0fc2010-10-07 16:01:06 -0700125}
126
Chris Wilsondf0e9242010-09-09 16:20:55 +0100127static struct intel_dp *intel_attached_dp(struct drm_connector *connector)
128{
Paulo Zanonifa90ece2012-10-26 19:05:44 -0200129 return enc_to_intel_dp(&intel_attached_encoder(connector)->base);
Chris Wilsondf0e9242010-09-09 16:20:55 +0100130}
131
Chris Wilsonea5b2132010-08-04 13:50:23 +0100132static void intel_dp_link_down(struct intel_dp *intel_dp);
Ville Syrjälä1e0560e2014-08-19 13:24:25 +0300133static bool edp_panel_vdd_on(struct intel_dp *intel_dp);
Daniel Vetter4be73782014-01-17 14:39:48 +0100134static void edp_panel_vdd_off(struct intel_dp *intel_dp, bool sync);
Ville Syrjälä093e3f12014-10-16 21:27:33 +0300135static void vlv_init_panel_power_sequencer(struct intel_dp *intel_dp);
Ville Syrjäläa8c33442014-10-16 21:29:59 +0300136static void vlv_steal_power_sequencer(struct drm_device *dev,
137 enum pipe pipe);
Shubhangi Shrivastavaf21a2192016-03-30 18:05:22 +0530138static void intel_dp_unset_edid(struct intel_dp *intel_dp);
Keith Packarda4fc5ed2009-04-07 16:16:42 -0700139
Jani Nikula68f357c2017-03-28 17:59:05 +0300140static int intel_dp_num_rates(u8 link_bw_code)
141{
142 switch (link_bw_code) {
143 default:
144 WARN(1, "invalid max DP link bw val %x, using 1.62Gbps\n",
145 link_bw_code);
146 case DP_LINK_BW_1_62:
147 return 1;
148 case DP_LINK_BW_2_7:
149 return 2;
150 case DP_LINK_BW_5_4:
151 return 3;
152 }
153}
154
155/* update sink rates from dpcd */
156static void intel_dp_set_sink_rates(struct intel_dp *intel_dp)
157{
158 int i, num_rates;
159
160 num_rates = intel_dp_num_rates(intel_dp->dpcd[DP_MAX_LINK_RATE]);
161
162 for (i = 0; i < num_rates; i++)
163 intel_dp->sink_rates[i] = default_rates[i];
164
165 intel_dp->num_sink_rates = num_rates;
166}
167
Jani Nikula540b0b7f2017-04-06 16:44:13 +0300168/* Theoretical max between source and sink */
169static int intel_dp_max_common_rate(struct intel_dp *intel_dp)
Keith Packarda4fc5ed2009-04-07 16:16:42 -0700170{
Jani Nikula540b0b7f2017-04-06 16:44:13 +0300171 return intel_dp->common_rates[intel_dp->num_common_rates - 1];
Keith Packarda4fc5ed2009-04-07 16:16:42 -0700172}
173
Jani Nikula540b0b7f2017-04-06 16:44:13 +0300174/* Theoretical max between source and sink */
175static int intel_dp_max_common_lane_count(struct intel_dp *intel_dp)
Paulo Zanonieeb63242014-05-06 14:56:50 +0300176{
177 struct intel_digital_port *intel_dig_port = dp_to_dig_port(intel_dp);
Jani Nikula540b0b7f2017-04-06 16:44:13 +0300178 int source_max = intel_dig_port->max_lanes;
179 int sink_max = drm_dp_max_lane_count(intel_dp->dpcd);
Paulo Zanonieeb63242014-05-06 14:56:50 +0300180
181 return min(source_max, sink_max);
182}
183
Jani Nikula3d65a732017-04-06 16:44:14 +0300184int intel_dp_max_lane_count(struct intel_dp *intel_dp)
Jani Nikula540b0b7f2017-04-06 16:44:13 +0300185{
186 return intel_dp->max_link_lane_count;
187}
188
Dhinakaran Pandiyan22a2c8e2016-11-15 12:59:06 -0800189int
Keith Packardc8982612012-01-25 08:16:25 -0800190intel_dp_link_required(int pixel_clock, int bpp)
Keith Packarda4fc5ed2009-04-07 16:16:42 -0700191{
Dhinakaran Pandiyanfd81c442016-11-14 13:50:20 -0800192 /* pixel_clock is in kHz, divide bpp by 8 for bit to Byte conversion */
193 return DIV_ROUND_UP(pixel_clock * bpp, 8);
Keith Packarda4fc5ed2009-04-07 16:16:42 -0700194}
195
Dhinakaran Pandiyan22a2c8e2016-11-15 12:59:06 -0800196int
Dave Airliefe27d532010-06-30 11:46:17 +1000197intel_dp_max_data_rate(int max_link_clock, int max_lanes)
198{
Dhinakaran Pandiyanfd81c442016-11-14 13:50:20 -0800199 /* max_link_clock is the link symbol clock (LS_Clk) in kHz and not the
200 * link rate that is generally expressed in Gbps. Since, 8 bits of data
201 * is transmitted every LS_Clk per lane, there is no need to account for
202 * the channel encoding that is done in the PHY layer here.
203 */
204
205 return max_link_clock * max_lanes;
Dave Airliefe27d532010-06-30 11:46:17 +1000206}
207
Mika Kahola70ec0642016-09-09 14:10:55 +0300208static int
209intel_dp_downstream_max_dotclock(struct intel_dp *intel_dp)
210{
211 struct intel_digital_port *intel_dig_port = dp_to_dig_port(intel_dp);
212 struct intel_encoder *encoder = &intel_dig_port->base;
213 struct drm_i915_private *dev_priv = to_i915(encoder->base.dev);
214 int max_dotclk = dev_priv->max_dotclk_freq;
215 int ds_max_dotclk;
216
217 int type = intel_dp->downstream_ports[0] & DP_DS_PORT_TYPE_MASK;
218
219 if (type != DP_DS_PORT_TYPE_VGA)
220 return max_dotclk;
221
222 ds_max_dotclk = drm_dp_downstream_max_clock(intel_dp->dpcd,
223 intel_dp->downstream_ports);
224
225 if (ds_max_dotclk != 0)
226 max_dotclk = min(max_dotclk, ds_max_dotclk);
227
228 return max_dotclk;
229}
230
Jani Nikula55cfc582017-03-28 17:59:04 +0300231static void
232intel_dp_set_source_rates(struct intel_dp *intel_dp)
Navare, Manasi D40dba342016-10-26 16:25:55 -0700233{
234 struct intel_digital_port *dig_port = dp_to_dig_port(intel_dp);
235 struct drm_i915_private *dev_priv = to_i915(dig_port->base.base.dev);
Rodrigo Vivid907b662017-08-10 15:40:08 -0700236 enum port port = dig_port->port;
Jani Nikula55cfc582017-03-28 17:59:04 +0300237 const int *source_rates;
Navare, Manasi D40dba342016-10-26 16:25:55 -0700238 int size;
Rodrigo Vivid907b662017-08-10 15:40:08 -0700239 u32 voltage;
Navare, Manasi D40dba342016-10-26 16:25:55 -0700240
Jani Nikula55cfc582017-03-28 17:59:04 +0300241 /* This should only be done once */
242 WARN_ON(intel_dp->source_rates || intel_dp->num_source_rates);
243
Ander Conselvan de Oliveiracc3f90f2016-12-02 10:23:49 +0200244 if (IS_GEN9_LP(dev_priv)) {
Jani Nikula55cfc582017-03-28 17:59:04 +0300245 source_rates = bxt_rates;
Navare, Manasi D40dba342016-10-26 16:25:55 -0700246 size = ARRAY_SIZE(bxt_rates);
Rodrigo Vivid907b662017-08-10 15:40:08 -0700247 } else if (IS_CANNONLAKE(dev_priv)) {
248 source_rates = cnl_rates;
249 size = ARRAY_SIZE(cnl_rates);
250 voltage = I915_READ(CNL_PORT_COMP_DW3) & VOLTAGE_INFO_MASK;
251 if (port == PORT_A || port == PORT_D ||
252 voltage == VOLTAGE_INFO_0_85V)
253 size -= 2;
Rodrigo Vivib976dc52017-01-23 10:32:37 -0800254 } else if (IS_GEN9_BC(dev_priv)) {
Jani Nikula55cfc582017-03-28 17:59:04 +0300255 source_rates = skl_rates;
Navare, Manasi D40dba342016-10-26 16:25:55 -0700256 size = ARRAY_SIZE(skl_rates);
Jani Nikulafc603ca2017-10-09 12:29:58 +0300257 } else if ((IS_HASWELL(dev_priv) && !IS_HSW_ULX(dev_priv)) ||
258 IS_BROADWELL(dev_priv)) {
Jani Nikula55cfc582017-03-28 17:59:04 +0300259 source_rates = default_rates;
Navare, Manasi D40dba342016-10-26 16:25:55 -0700260 size = ARRAY_SIZE(default_rates);
Jani Nikulafc603ca2017-10-09 12:29:58 +0300261 } else {
262 source_rates = default_rates;
263 size = ARRAY_SIZE(default_rates) - 1;
Navare, Manasi D40dba342016-10-26 16:25:55 -0700264 }
265
Jani Nikula55cfc582017-03-28 17:59:04 +0300266 intel_dp->source_rates = source_rates;
267 intel_dp->num_source_rates = size;
Navare, Manasi D40dba342016-10-26 16:25:55 -0700268}
269
270static int intersect_rates(const int *source_rates, int source_len,
271 const int *sink_rates, int sink_len,
272 int *common_rates)
273{
274 int i = 0, j = 0, k = 0;
275
276 while (i < source_len && j < sink_len) {
277 if (source_rates[i] == sink_rates[j]) {
278 if (WARN_ON(k >= DP_MAX_SUPPORTED_RATES))
279 return k;
280 common_rates[k] = source_rates[i];
281 ++k;
282 ++i;
283 ++j;
284 } else if (source_rates[i] < sink_rates[j]) {
285 ++i;
286 } else {
287 ++j;
288 }
289 }
290 return k;
291}
292
Jani Nikula8001b752017-03-28 17:59:03 +0300293/* return index of rate in rates array, or -1 if not found */
294static int intel_dp_rate_index(const int *rates, int len, int rate)
295{
296 int i;
297
298 for (i = 0; i < len; i++)
299 if (rate == rates[i])
300 return i;
301
302 return -1;
303}
304
Jani Nikula975ee5fca2017-04-06 16:44:10 +0300305static void intel_dp_set_common_rates(struct intel_dp *intel_dp)
Navare, Manasi D40dba342016-10-26 16:25:55 -0700306{
Jani Nikula975ee5fca2017-04-06 16:44:10 +0300307 WARN_ON(!intel_dp->num_source_rates || !intel_dp->num_sink_rates);
Navare, Manasi D40dba342016-10-26 16:25:55 -0700308
Jani Nikula975ee5fca2017-04-06 16:44:10 +0300309 intel_dp->num_common_rates = intersect_rates(intel_dp->source_rates,
310 intel_dp->num_source_rates,
311 intel_dp->sink_rates,
312 intel_dp->num_sink_rates,
313 intel_dp->common_rates);
314
315 /* Paranoia, there should always be something in common. */
316 if (WARN_ON(intel_dp->num_common_rates == 0)) {
317 intel_dp->common_rates[0] = default_rates[0];
318 intel_dp->num_common_rates = 1;
319 }
320}
321
322/* get length of common rates potentially limited by max_rate */
323static int intel_dp_common_len_rate_limit(struct intel_dp *intel_dp,
324 int max_rate)
325{
326 const int *common_rates = intel_dp->common_rates;
327 int i, common_len = intel_dp->num_common_rates;
Navare, Manasi D40dba342016-10-26 16:25:55 -0700328
Jani Nikula68f357c2017-03-28 17:59:05 +0300329 /* Limit results by potentially reduced max rate */
330 for (i = 0; i < common_len; i++) {
331 if (common_rates[common_len - i - 1] <= max_rate)
332 return common_len - i;
333 }
334
335 return 0;
Navare, Manasi D40dba342016-10-26 16:25:55 -0700336}
337
Manasi Navare1a92c702017-06-08 13:41:02 -0700338static bool intel_dp_link_params_valid(struct intel_dp *intel_dp, int link_rate,
339 uint8_t lane_count)
Manasi Navare14c562c2017-04-06 14:00:12 -0700340{
341 /*
342 * FIXME: we need to synchronize the current link parameters with
343 * hardware readout. Currently fast link training doesn't work on
344 * boot-up.
345 */
Manasi Navare1a92c702017-06-08 13:41:02 -0700346 if (link_rate == 0 ||
347 link_rate > intel_dp->max_link_rate)
Manasi Navare14c562c2017-04-06 14:00:12 -0700348 return false;
349
Manasi Navare1a92c702017-06-08 13:41:02 -0700350 if (lane_count == 0 ||
351 lane_count > intel_dp_max_lane_count(intel_dp))
Manasi Navare14c562c2017-04-06 14:00:12 -0700352 return false;
353
354 return true;
355}
356
Manasi Navarefdb14d32016-12-08 19:05:12 -0800357int intel_dp_get_link_train_fallback_values(struct intel_dp *intel_dp,
358 int link_rate, uint8_t lane_count)
359{
Jani Nikulab1810a72017-04-06 16:44:11 +0300360 int index;
Manasi Navarefdb14d32016-12-08 19:05:12 -0800361
Jani Nikulab1810a72017-04-06 16:44:11 +0300362 index = intel_dp_rate_index(intel_dp->common_rates,
363 intel_dp->num_common_rates,
364 link_rate);
365 if (index > 0) {
Jani Nikulae6c0c642017-04-06 16:44:12 +0300366 intel_dp->max_link_rate = intel_dp->common_rates[index - 1];
367 intel_dp->max_link_lane_count = lane_count;
Manasi Navarefdb14d32016-12-08 19:05:12 -0800368 } else if (lane_count > 1) {
Jani Nikula540b0b7f2017-04-06 16:44:13 +0300369 intel_dp->max_link_rate = intel_dp_max_common_rate(intel_dp);
Jani Nikulae6c0c642017-04-06 16:44:12 +0300370 intel_dp->max_link_lane_count = lane_count >> 1;
Manasi Navarefdb14d32016-12-08 19:05:12 -0800371 } else {
372 DRM_ERROR("Link Training Unsuccessful\n");
373 return -1;
374 }
375
376 return 0;
377}
378
Damien Lespiauc19de8e2013-11-28 15:29:18 +0000379static enum drm_mode_status
Keith Packarda4fc5ed2009-04-07 16:16:42 -0700380intel_dp_mode_valid(struct drm_connector *connector,
381 struct drm_display_mode *mode)
382{
Chris Wilsondf0e9242010-09-09 16:20:55 +0100383 struct intel_dp *intel_dp = intel_attached_dp(connector);
Jani Nikuladd06f902012-10-19 14:51:50 +0300384 struct intel_connector *intel_connector = to_intel_connector(connector);
385 struct drm_display_mode *fixed_mode = intel_connector->panel.fixed_mode;
Daniel Vetter36008362013-03-27 00:44:59 +0100386 int target_clock = mode->clock;
387 int max_rate, mode_rate, max_lanes, max_link_clock;
Mika Kahola70ec0642016-09-09 14:10:55 +0300388 int max_dotclk;
389
390 max_dotclk = intel_dp_downstream_max_dotclock(intel_dp);
Keith Packarda4fc5ed2009-04-07 16:16:42 -0700391
Jani Nikula1853a9d2017-08-18 12:30:20 +0300392 if (intel_dp_is_edp(intel_dp) && fixed_mode) {
Jani Nikuladd06f902012-10-19 14:51:50 +0300393 if (mode->hdisplay > fixed_mode->hdisplay)
Zhao Yakui7de56f42010-07-19 09:43:14 +0100394 return MODE_PANEL;
395
Jani Nikuladd06f902012-10-19 14:51:50 +0300396 if (mode->vdisplay > fixed_mode->vdisplay)
Zhao Yakui7de56f42010-07-19 09:43:14 +0100397 return MODE_PANEL;
Daniel Vetter03afc4a2013-04-02 23:42:31 +0200398
399 target_clock = fixed_mode->clock;
Zhao Yakui7de56f42010-07-19 09:43:14 +0100400 }
401
Ville Syrjälä50fec212015-03-12 17:10:34 +0200402 max_link_clock = intel_dp_max_link_rate(intel_dp);
Paulo Zanonieeb63242014-05-06 14:56:50 +0300403 max_lanes = intel_dp_max_lane_count(intel_dp);
Daniel Vetter36008362013-03-27 00:44:59 +0100404
405 max_rate = intel_dp_max_data_rate(max_link_clock, max_lanes);
406 mode_rate = intel_dp_link_required(target_clock, 18);
407
Mika Kahola799487f2016-02-02 15:16:38 +0200408 if (mode_rate > max_rate || target_clock > max_dotclk)
Daniel Vetterc4867932012-04-10 10:42:36 +0200409 return MODE_CLOCK_HIGH;
Keith Packarda4fc5ed2009-04-07 16:16:42 -0700410
411 if (mode->clock < 10000)
412 return MODE_CLOCK_LOW;
413
Daniel Vetter0af78a22012-05-23 11:30:55 +0200414 if (mode->flags & DRM_MODE_FLAG_DBLCLK)
415 return MODE_H_ILLEGAL;
416
Keith Packarda4fc5ed2009-04-07 16:16:42 -0700417 return MODE_OK;
418}
419
Rodrigo Vivia4f12892014-11-14 08:52:27 -0800420uint32_t intel_dp_pack_aux(const uint8_t *src, int src_bytes)
Keith Packarda4fc5ed2009-04-07 16:16:42 -0700421{
422 int i;
423 uint32_t v = 0;
424
425 if (src_bytes > 4)
426 src_bytes = 4;
427 for (i = 0; i < src_bytes; i++)
428 v |= ((uint32_t) src[i]) << ((3-i) * 8);
429 return v;
430}
431
Damien Lespiauc2af70e2015-02-10 19:32:23 +0000432static void intel_dp_unpack_aux(uint32_t src, uint8_t *dst, int dst_bytes)
Keith Packarda4fc5ed2009-04-07 16:16:42 -0700433{
434 int i;
435 if (dst_bytes > 4)
436 dst_bytes = 4;
437 for (i = 0; i < dst_bytes; i++)
438 dst[i] = src >> ((3-i) * 8);
439}
440
Jani Nikulabf13e812013-09-06 07:40:05 +0300441static void
442intel_dp_init_panel_power_sequencer(struct drm_device *dev,
Ville Syrjälä36b5f422014-10-16 21:27:30 +0300443 struct intel_dp *intel_dp);
Jani Nikulabf13e812013-09-06 07:40:05 +0300444static void
445intel_dp_init_panel_power_sequencer_registers(struct drm_device *dev,
Ville Syrjälä5d5ab2d2016-12-20 18:51:17 +0200446 struct intel_dp *intel_dp,
447 bool force_disable_vdd);
Imre Deak335f7522016-08-10 14:07:32 +0300448static void
449intel_dp_pps_init(struct drm_device *dev, struct intel_dp *intel_dp);
Jani Nikulabf13e812013-09-06 07:40:05 +0300450
Ville Syrjälä773538e82014-09-04 14:54:56 +0300451static void pps_lock(struct intel_dp *intel_dp)
452{
453 struct intel_digital_port *intel_dig_port = dp_to_dig_port(intel_dp);
454 struct intel_encoder *encoder = &intel_dig_port->base;
455 struct drm_device *dev = encoder->base.dev;
Chris Wilsonfac5e232016-07-04 11:34:36 +0100456 struct drm_i915_private *dev_priv = to_i915(dev);
Ville Syrjälä773538e82014-09-04 14:54:56 +0300457
458 /*
459 * See vlv_power_sequencer_reset() why we need
460 * a power domain reference here.
461 */
Ander Conselvan de Oliveira5432fca2017-02-22 08:34:26 +0200462 intel_display_power_get(dev_priv, intel_dp->aux_power_domain);
Ville Syrjälä773538e82014-09-04 14:54:56 +0300463
464 mutex_lock(&dev_priv->pps_mutex);
465}
466
467static void pps_unlock(struct intel_dp *intel_dp)
468{
469 struct intel_digital_port *intel_dig_port = dp_to_dig_port(intel_dp);
470 struct intel_encoder *encoder = &intel_dig_port->base;
471 struct drm_device *dev = encoder->base.dev;
Chris Wilsonfac5e232016-07-04 11:34:36 +0100472 struct drm_i915_private *dev_priv = to_i915(dev);
Ville Syrjälä773538e82014-09-04 14:54:56 +0300473
474 mutex_unlock(&dev_priv->pps_mutex);
475
Ander Conselvan de Oliveira5432fca2017-02-22 08:34:26 +0200476 intel_display_power_put(dev_priv, intel_dp->aux_power_domain);
Ville Syrjälä773538e82014-09-04 14:54:56 +0300477}
478
Ville Syrjälä961a0db2014-10-16 21:29:42 +0300479static void
480vlv_power_sequencer_kick(struct intel_dp *intel_dp)
481{
482 struct intel_digital_port *intel_dig_port = dp_to_dig_port(intel_dp);
Ville Syrjälä30ad9812016-10-31 22:37:07 +0200483 struct drm_i915_private *dev_priv = to_i915(intel_dig_port->base.base.dev);
Ville Syrjälä961a0db2014-10-16 21:29:42 +0300484 enum pipe pipe = intel_dp->pps_pipe;
Ville Syrjälä0047eed2015-07-10 10:56:24 +0300485 bool pll_enabled, release_cl_override = false;
486 enum dpio_phy phy = DPIO_PHY(pipe);
487 enum dpio_channel ch = vlv_pipe_to_channel(pipe);
Ville Syrjälä961a0db2014-10-16 21:29:42 +0300488 uint32_t DP;
489
490 if (WARN(I915_READ(intel_dp->output_reg) & DP_PORT_EN,
491 "skipping pipe %c power seqeuncer kick due to port %c being active\n",
492 pipe_name(pipe), port_name(intel_dig_port->port)))
493 return;
494
495 DRM_DEBUG_KMS("kicking pipe %c power sequencer for port %c\n",
496 pipe_name(pipe), port_name(intel_dig_port->port));
497
498 /* Preserve the BIOS-computed detected bit. This is
499 * supposed to be read-only.
500 */
501 DP = I915_READ(intel_dp->output_reg) & DP_DETECTED;
502 DP |= DP_VOLTAGE_0_4 | DP_PRE_EMPHASIS_0;
503 DP |= DP_PORT_WIDTH(1);
504 DP |= DP_LINK_TRAIN_PAT_1;
505
Tvrtko Ursulin920a14b2016-10-14 10:13:44 +0100506 if (IS_CHERRYVIEW(dev_priv))
Ville Syrjälä961a0db2014-10-16 21:29:42 +0300507 DP |= DP_PIPE_SELECT_CHV(pipe);
508 else if (pipe == PIPE_B)
509 DP |= DP_PIPEB_SELECT;
510
Ville Syrjäläd288f652014-10-28 13:20:22 +0200511 pll_enabled = I915_READ(DPLL(pipe)) & DPLL_VCO_ENABLE;
512
513 /*
514 * The DPLL for the pipe must be enabled for this to work.
515 * So enable temporarily it if it's not already enabled.
516 */
Ville Syrjälä0047eed2015-07-10 10:56:24 +0300517 if (!pll_enabled) {
Tvrtko Ursulin920a14b2016-10-14 10:13:44 +0100518 release_cl_override = IS_CHERRYVIEW(dev_priv) &&
Ville Syrjälä0047eed2015-07-10 10:56:24 +0300519 !chv_phy_powergate_ch(dev_priv, phy, ch, true);
520
Ville Syrjälä30ad9812016-10-31 22:37:07 +0200521 if (vlv_force_pll_on(dev_priv, pipe, IS_CHERRYVIEW(dev_priv) ?
Tvrtko Ursulin3f36b932016-01-19 15:25:17 +0000522 &chv_dpll[0].dpll : &vlv_dpll[0].dpll)) {
523 DRM_ERROR("Failed to force on pll for pipe %c!\n",
524 pipe_name(pipe));
525 return;
526 }
Ville Syrjälä0047eed2015-07-10 10:56:24 +0300527 }
Ville Syrjäläd288f652014-10-28 13:20:22 +0200528
Ville Syrjälä961a0db2014-10-16 21:29:42 +0300529 /*
530 * Similar magic as in intel_dp_enable_port().
531 * We _must_ do this port enable + disable trick
532 * to make this power seqeuencer lock onto the port.
533 * Otherwise even VDD force bit won't work.
534 */
535 I915_WRITE(intel_dp->output_reg, DP);
536 POSTING_READ(intel_dp->output_reg);
537
538 I915_WRITE(intel_dp->output_reg, DP | DP_PORT_EN);
539 POSTING_READ(intel_dp->output_reg);
540
541 I915_WRITE(intel_dp->output_reg, DP & ~DP_PORT_EN);
542 POSTING_READ(intel_dp->output_reg);
Ville Syrjäläd288f652014-10-28 13:20:22 +0200543
Ville Syrjälä0047eed2015-07-10 10:56:24 +0300544 if (!pll_enabled) {
Ville Syrjälä30ad9812016-10-31 22:37:07 +0200545 vlv_force_pll_off(dev_priv, pipe);
Ville Syrjälä0047eed2015-07-10 10:56:24 +0300546
547 if (release_cl_override)
548 chv_phy_powergate_ch(dev_priv, phy, ch, false);
549 }
Ville Syrjälä961a0db2014-10-16 21:29:42 +0300550}
551
Ville Syrjälä9f2bdb02016-12-14 20:00:23 +0200552static enum pipe vlv_find_free_pps(struct drm_i915_private *dev_priv)
553{
554 struct intel_encoder *encoder;
555 unsigned int pipes = (1 << PIPE_A) | (1 << PIPE_B);
556
557 /*
558 * We don't have power sequencer currently.
559 * Pick one that's not used by other ports.
560 */
561 for_each_intel_encoder(&dev_priv->drm, encoder) {
562 struct intel_dp *intel_dp;
563
564 if (encoder->type != INTEL_OUTPUT_DP &&
565 encoder->type != INTEL_OUTPUT_EDP)
566 continue;
567
568 intel_dp = enc_to_intel_dp(&encoder->base);
569
570 if (encoder->type == INTEL_OUTPUT_EDP) {
571 WARN_ON(intel_dp->active_pipe != INVALID_PIPE &&
572 intel_dp->active_pipe != intel_dp->pps_pipe);
573
574 if (intel_dp->pps_pipe != INVALID_PIPE)
575 pipes &= ~(1 << intel_dp->pps_pipe);
576 } else {
577 WARN_ON(intel_dp->pps_pipe != INVALID_PIPE);
578
579 if (intel_dp->active_pipe != INVALID_PIPE)
580 pipes &= ~(1 << intel_dp->active_pipe);
581 }
582 }
583
584 if (pipes == 0)
585 return INVALID_PIPE;
586
587 return ffs(pipes) - 1;
588}
589
Jani Nikulabf13e812013-09-06 07:40:05 +0300590static enum pipe
591vlv_power_sequencer_pipe(struct intel_dp *intel_dp)
592{
593 struct intel_digital_port *intel_dig_port = dp_to_dig_port(intel_dp);
Jani Nikulabf13e812013-09-06 07:40:05 +0300594 struct drm_device *dev = intel_dig_port->base.base.dev;
Chris Wilsonfac5e232016-07-04 11:34:36 +0100595 struct drm_i915_private *dev_priv = to_i915(dev);
Ville Syrjäläa8c33442014-10-16 21:29:59 +0300596 enum pipe pipe;
Jani Nikulabf13e812013-09-06 07:40:05 +0300597
Ville Syrjäläe39b9992014-09-04 14:53:14 +0300598 lockdep_assert_held(&dev_priv->pps_mutex);
599
Ville Syrjäläa8c33442014-10-16 21:29:59 +0300600 /* We should never land here with regular DP ports */
Jani Nikula1853a9d2017-08-18 12:30:20 +0300601 WARN_ON(!intel_dp_is_edp(intel_dp));
Ville Syrjäläa8c33442014-10-16 21:29:59 +0300602
Ville Syrjälä9f2bdb02016-12-14 20:00:23 +0200603 WARN_ON(intel_dp->active_pipe != INVALID_PIPE &&
604 intel_dp->active_pipe != intel_dp->pps_pipe);
605
Ville Syrjäläa4a5d2f2014-09-04 14:54:20 +0300606 if (intel_dp->pps_pipe != INVALID_PIPE)
607 return intel_dp->pps_pipe;
Jani Nikulabf13e812013-09-06 07:40:05 +0300608
Ville Syrjälä9f2bdb02016-12-14 20:00:23 +0200609 pipe = vlv_find_free_pps(dev_priv);
Ville Syrjäläa4a5d2f2014-09-04 14:54:20 +0300610
611 /*
612 * Didn't find one. This should not happen since there
613 * are two power sequencers and up to two eDP ports.
614 */
Ville Syrjälä9f2bdb02016-12-14 20:00:23 +0200615 if (WARN_ON(pipe == INVALID_PIPE))
Ville Syrjäläa8c33442014-10-16 21:29:59 +0300616 pipe = PIPE_A;
Ville Syrjäläa4a5d2f2014-09-04 14:54:20 +0300617
Ville Syrjäläa8c33442014-10-16 21:29:59 +0300618 vlv_steal_power_sequencer(dev, pipe);
619 intel_dp->pps_pipe = pipe;
Ville Syrjäläa4a5d2f2014-09-04 14:54:20 +0300620
621 DRM_DEBUG_KMS("picked pipe %c power sequencer for port %c\n",
622 pipe_name(intel_dp->pps_pipe),
623 port_name(intel_dig_port->port));
624
625 /* init power sequencer on this pipe and port */
Ville Syrjälä36b5f422014-10-16 21:27:30 +0300626 intel_dp_init_panel_power_sequencer(dev, intel_dp);
Ville Syrjälä5d5ab2d2016-12-20 18:51:17 +0200627 intel_dp_init_panel_power_sequencer_registers(dev, intel_dp, true);
Ville Syrjäläa4a5d2f2014-09-04 14:54:20 +0300628
Ville Syrjälä961a0db2014-10-16 21:29:42 +0300629 /*
630 * Even vdd force doesn't work until we've made
631 * the power sequencer lock in on the port.
632 */
633 vlv_power_sequencer_kick(intel_dp);
Ville Syrjäläa4a5d2f2014-09-04 14:54:20 +0300634
635 return intel_dp->pps_pipe;
636}
637
Imre Deak78597992016-06-16 16:37:20 +0300638static int
639bxt_power_sequencer_idx(struct intel_dp *intel_dp)
640{
641 struct intel_digital_port *intel_dig_port = dp_to_dig_port(intel_dp);
642 struct drm_device *dev = intel_dig_port->base.base.dev;
Chris Wilsonfac5e232016-07-04 11:34:36 +0100643 struct drm_i915_private *dev_priv = to_i915(dev);
Imre Deak78597992016-06-16 16:37:20 +0300644
645 lockdep_assert_held(&dev_priv->pps_mutex);
646
647 /* We should never land here with regular DP ports */
Jani Nikula1853a9d2017-08-18 12:30:20 +0300648 WARN_ON(!intel_dp_is_edp(intel_dp));
Imre Deak78597992016-06-16 16:37:20 +0300649
650 /*
651 * TODO: BXT has 2 PPS instances. The correct port->PPS instance
652 * mapping needs to be retrieved from VBT, for now just hard-code to
653 * use instance #0 always.
654 */
655 if (!intel_dp->pps_reset)
656 return 0;
657
658 intel_dp->pps_reset = false;
659
660 /*
661 * Only the HW needs to be reprogrammed, the SW state is fixed and
662 * has been setup during connector init.
663 */
Ville Syrjälä5d5ab2d2016-12-20 18:51:17 +0200664 intel_dp_init_panel_power_sequencer_registers(dev, intel_dp, false);
Imre Deak78597992016-06-16 16:37:20 +0300665
666 return 0;
667}
668
Ville Syrjälä6491ab22014-08-18 22:16:06 +0300669typedef bool (*vlv_pipe_check)(struct drm_i915_private *dev_priv,
670 enum pipe pipe);
671
672static bool vlv_pipe_has_pp_on(struct drm_i915_private *dev_priv,
673 enum pipe pipe)
674{
Imre Deak44cb7342016-08-10 14:07:29 +0300675 return I915_READ(PP_STATUS(pipe)) & PP_ON;
Ville Syrjälä6491ab22014-08-18 22:16:06 +0300676}
677
678static bool vlv_pipe_has_vdd_on(struct drm_i915_private *dev_priv,
679 enum pipe pipe)
680{
Imre Deak44cb7342016-08-10 14:07:29 +0300681 return I915_READ(PP_CONTROL(pipe)) & EDP_FORCE_VDD;
Ville Syrjälä6491ab22014-08-18 22:16:06 +0300682}
683
684static bool vlv_pipe_any(struct drm_i915_private *dev_priv,
685 enum pipe pipe)
686{
687 return true;
688}
689
Ville Syrjäläa4a5d2f2014-09-04 14:54:20 +0300690static enum pipe
Ville Syrjälä6491ab22014-08-18 22:16:06 +0300691vlv_initial_pps_pipe(struct drm_i915_private *dev_priv,
692 enum port port,
693 vlv_pipe_check pipe_check)
Ville Syrjäläa4a5d2f2014-09-04 14:54:20 +0300694{
Jani Nikulabf13e812013-09-06 07:40:05 +0300695 enum pipe pipe;
696
Jani Nikulabf13e812013-09-06 07:40:05 +0300697 for (pipe = PIPE_A; pipe <= PIPE_B; pipe++) {
Imre Deak44cb7342016-08-10 14:07:29 +0300698 u32 port_sel = I915_READ(PP_ON_DELAYS(pipe)) &
Jani Nikulabf13e812013-09-06 07:40:05 +0300699 PANEL_PORT_SELECT_MASK;
Ville Syrjäläa4a5d2f2014-09-04 14:54:20 +0300700
701 if (port_sel != PANEL_PORT_SELECT_VLV(port))
702 continue;
703
Ville Syrjälä6491ab22014-08-18 22:16:06 +0300704 if (!pipe_check(dev_priv, pipe))
705 continue;
706
Ville Syrjäläa4a5d2f2014-09-04 14:54:20 +0300707 return pipe;
Jani Nikulabf13e812013-09-06 07:40:05 +0300708 }
709
Ville Syrjäläa4a5d2f2014-09-04 14:54:20 +0300710 return INVALID_PIPE;
711}
712
713static void
714vlv_initial_power_sequencer_setup(struct intel_dp *intel_dp)
715{
716 struct intel_digital_port *intel_dig_port = dp_to_dig_port(intel_dp);
717 struct drm_device *dev = intel_dig_port->base.base.dev;
Chris Wilsonfac5e232016-07-04 11:34:36 +0100718 struct drm_i915_private *dev_priv = to_i915(dev);
Ville Syrjäläa4a5d2f2014-09-04 14:54:20 +0300719 enum port port = intel_dig_port->port;
720
721 lockdep_assert_held(&dev_priv->pps_mutex);
722
723 /* try to find a pipe with this port selected */
Ville Syrjälä6491ab22014-08-18 22:16:06 +0300724 /* first pick one where the panel is on */
725 intel_dp->pps_pipe = vlv_initial_pps_pipe(dev_priv, port,
726 vlv_pipe_has_pp_on);
727 /* didn't find one? pick one where vdd is on */
728 if (intel_dp->pps_pipe == INVALID_PIPE)
729 intel_dp->pps_pipe = vlv_initial_pps_pipe(dev_priv, port,
730 vlv_pipe_has_vdd_on);
731 /* didn't find one? pick one with just the correct port */
732 if (intel_dp->pps_pipe == INVALID_PIPE)
733 intel_dp->pps_pipe = vlv_initial_pps_pipe(dev_priv, port,
734 vlv_pipe_any);
Ville Syrjäläa4a5d2f2014-09-04 14:54:20 +0300735
736 /* didn't find one? just let vlv_power_sequencer_pipe() pick one when needed */
737 if (intel_dp->pps_pipe == INVALID_PIPE) {
738 DRM_DEBUG_KMS("no initial power sequencer for port %c\n",
739 port_name(port));
740 return;
741 }
742
743 DRM_DEBUG_KMS("initial power sequencer for port %c: pipe %c\n",
744 port_name(port), pipe_name(intel_dp->pps_pipe));
745
Ville Syrjälä36b5f422014-10-16 21:27:30 +0300746 intel_dp_init_panel_power_sequencer(dev, intel_dp);
Ville Syrjälä5d5ab2d2016-12-20 18:51:17 +0200747 intel_dp_init_panel_power_sequencer_registers(dev, intel_dp, false);
Jani Nikulabf13e812013-09-06 07:40:05 +0300748}
749
Imre Deak78597992016-06-16 16:37:20 +0300750void intel_power_sequencer_reset(struct drm_i915_private *dev_priv)
Ville Syrjälä773538e82014-09-04 14:54:56 +0300751{
Chris Wilson91c8a322016-07-05 10:40:23 +0100752 struct drm_device *dev = &dev_priv->drm;
Ville Syrjälä773538e82014-09-04 14:54:56 +0300753 struct intel_encoder *encoder;
754
Tvrtko Ursulin920a14b2016-10-14 10:13:44 +0100755 if (WARN_ON(!IS_VALLEYVIEW(dev_priv) && !IS_CHERRYVIEW(dev_priv) &&
Ander Conselvan de Oliveiracc3f90f2016-12-02 10:23:49 +0200756 !IS_GEN9_LP(dev_priv)))
Ville Syrjälä773538e82014-09-04 14:54:56 +0300757 return;
758
759 /*
760 * We can't grab pps_mutex here due to deadlock with power_domain
761 * mutex when power_domain functions are called while holding pps_mutex.
762 * That also means that in order to use pps_pipe the code needs to
763 * hold both a power domain reference and pps_mutex, and the power domain
764 * reference get/put must be done while _not_ holding pps_mutex.
765 * pps_{lock,unlock}() do these steps in the correct order, so one
766 * should use them always.
767 */
768
Jani Nikula19c80542015-12-16 12:48:16 +0200769 for_each_intel_encoder(dev, encoder) {
Ville Syrjälä773538e82014-09-04 14:54:56 +0300770 struct intel_dp *intel_dp;
771
Ville Syrjälä9f2bdb02016-12-14 20:00:23 +0200772 if (encoder->type != INTEL_OUTPUT_DP &&
773 encoder->type != INTEL_OUTPUT_EDP)
Ville Syrjälä773538e82014-09-04 14:54:56 +0300774 continue;
775
776 intel_dp = enc_to_intel_dp(&encoder->base);
Ville Syrjälä9f2bdb02016-12-14 20:00:23 +0200777
778 WARN_ON(intel_dp->active_pipe != INVALID_PIPE);
779
780 if (encoder->type != INTEL_OUTPUT_EDP)
781 continue;
782
Ander Conselvan de Oliveiracc3f90f2016-12-02 10:23:49 +0200783 if (IS_GEN9_LP(dev_priv))
Imre Deak78597992016-06-16 16:37:20 +0300784 intel_dp->pps_reset = true;
785 else
786 intel_dp->pps_pipe = INVALID_PIPE;
Ville Syrjälä773538e82014-09-04 14:54:56 +0300787 }
Jani Nikulabf13e812013-09-06 07:40:05 +0300788}
789
Imre Deak8e8232d2016-06-16 16:37:21 +0300790struct pps_registers {
791 i915_reg_t pp_ctrl;
792 i915_reg_t pp_stat;
793 i915_reg_t pp_on;
794 i915_reg_t pp_off;
795 i915_reg_t pp_div;
796};
797
798static void intel_pps_get_registers(struct drm_i915_private *dev_priv,
799 struct intel_dp *intel_dp,
800 struct pps_registers *regs)
801{
Imre Deak44cb7342016-08-10 14:07:29 +0300802 int pps_idx = 0;
803
Imre Deak8e8232d2016-06-16 16:37:21 +0300804 memset(regs, 0, sizeof(*regs));
805
Ander Conselvan de Oliveiracc3f90f2016-12-02 10:23:49 +0200806 if (IS_GEN9_LP(dev_priv))
Imre Deak44cb7342016-08-10 14:07:29 +0300807 pps_idx = bxt_power_sequencer_idx(intel_dp);
808 else if (IS_VALLEYVIEW(dev_priv) || IS_CHERRYVIEW(dev_priv))
809 pps_idx = vlv_power_sequencer_pipe(intel_dp);
Imre Deak8e8232d2016-06-16 16:37:21 +0300810
Imre Deak44cb7342016-08-10 14:07:29 +0300811 regs->pp_ctrl = PP_CONTROL(pps_idx);
812 regs->pp_stat = PP_STATUS(pps_idx);
813 regs->pp_on = PP_ON_DELAYS(pps_idx);
814 regs->pp_off = PP_OFF_DELAYS(pps_idx);
Rodrigo Vivi938361e2017-06-02 13:06:44 -0700815 if (!IS_GEN9_LP(dev_priv) && !HAS_PCH_CNP(dev_priv))
Imre Deak44cb7342016-08-10 14:07:29 +0300816 regs->pp_div = PP_DIVISOR(pps_idx);
Imre Deak8e8232d2016-06-16 16:37:21 +0300817}
818
Ville Syrjäläf0f59a02015-11-18 15:33:26 +0200819static i915_reg_t
820_pp_ctrl_reg(struct intel_dp *intel_dp)
Jani Nikulabf13e812013-09-06 07:40:05 +0300821{
Imre Deak8e8232d2016-06-16 16:37:21 +0300822 struct pps_registers regs;
Jani Nikulabf13e812013-09-06 07:40:05 +0300823
Imre Deak8e8232d2016-06-16 16:37:21 +0300824 intel_pps_get_registers(to_i915(intel_dp_to_dev(intel_dp)), intel_dp,
825 &regs);
826
827 return regs.pp_ctrl;
Jani Nikulabf13e812013-09-06 07:40:05 +0300828}
829
Ville Syrjäläf0f59a02015-11-18 15:33:26 +0200830static i915_reg_t
831_pp_stat_reg(struct intel_dp *intel_dp)
Jani Nikulabf13e812013-09-06 07:40:05 +0300832{
Imre Deak8e8232d2016-06-16 16:37:21 +0300833 struct pps_registers regs;
Jani Nikulabf13e812013-09-06 07:40:05 +0300834
Imre Deak8e8232d2016-06-16 16:37:21 +0300835 intel_pps_get_registers(to_i915(intel_dp_to_dev(intel_dp)), intel_dp,
836 &regs);
837
838 return regs.pp_stat;
Jani Nikulabf13e812013-09-06 07:40:05 +0300839}
840
Clint Taylor01527b32014-07-07 13:01:46 -0700841/* Reboot notifier handler to shutdown panel power to guarantee T12 timing
842 This function only applicable when panel PM state is not to be tracked */
843static int edp_notify_handler(struct notifier_block *this, unsigned long code,
844 void *unused)
845{
846 struct intel_dp *intel_dp = container_of(this, typeof(* intel_dp),
847 edp_notifier);
848 struct drm_device *dev = intel_dp_to_dev(intel_dp);
Chris Wilsonfac5e232016-07-04 11:34:36 +0100849 struct drm_i915_private *dev_priv = to_i915(dev);
Clint Taylor01527b32014-07-07 13:01:46 -0700850
Jani Nikula1853a9d2017-08-18 12:30:20 +0300851 if (!intel_dp_is_edp(intel_dp) || code != SYS_RESTART)
Clint Taylor01527b32014-07-07 13:01:46 -0700852 return 0;
853
Ville Syrjälä773538e82014-09-04 14:54:56 +0300854 pps_lock(intel_dp);
Ville Syrjäläe39b9992014-09-04 14:53:14 +0300855
Tvrtko Ursulin920a14b2016-10-14 10:13:44 +0100856 if (IS_VALLEYVIEW(dev_priv) || IS_CHERRYVIEW(dev_priv)) {
Ville Syrjäläe39b9992014-09-04 14:53:14 +0300857 enum pipe pipe = vlv_power_sequencer_pipe(intel_dp);
Ville Syrjäläf0f59a02015-11-18 15:33:26 +0200858 i915_reg_t pp_ctrl_reg, pp_div_reg;
Ville Syrjälä649636e2015-09-22 19:50:01 +0300859 u32 pp_div;
Ville Syrjäläe39b9992014-09-04 14:53:14 +0300860
Imre Deak44cb7342016-08-10 14:07:29 +0300861 pp_ctrl_reg = PP_CONTROL(pipe);
862 pp_div_reg = PP_DIVISOR(pipe);
Clint Taylor01527b32014-07-07 13:01:46 -0700863 pp_div = I915_READ(pp_div_reg);
864 pp_div &= PP_REFERENCE_DIVIDER_MASK;
865
866 /* 0x1F write to PP_DIV_REG sets max cycle delay */
867 I915_WRITE(pp_div_reg, pp_div | 0x1F);
868 I915_WRITE(pp_ctrl_reg, PANEL_UNLOCK_REGS | PANEL_POWER_OFF);
869 msleep(intel_dp->panel_power_cycle_delay);
870 }
871
Ville Syrjälä773538e82014-09-04 14:54:56 +0300872 pps_unlock(intel_dp);
Ville Syrjäläe39b9992014-09-04 14:53:14 +0300873
Clint Taylor01527b32014-07-07 13:01:46 -0700874 return 0;
875}
876
Daniel Vetter4be73782014-01-17 14:39:48 +0100877static bool edp_have_panel_power(struct intel_dp *intel_dp)
Keith Packardebf33b12011-09-29 15:53:27 -0700878{
Paulo Zanoni30add222012-10-26 19:05:45 -0200879 struct drm_device *dev = intel_dp_to_dev(intel_dp);
Chris Wilsonfac5e232016-07-04 11:34:36 +0100880 struct drm_i915_private *dev_priv = to_i915(dev);
Keith Packardebf33b12011-09-29 15:53:27 -0700881
Ville Syrjäläe39b9992014-09-04 14:53:14 +0300882 lockdep_assert_held(&dev_priv->pps_mutex);
883
Tvrtko Ursulin920a14b2016-10-14 10:13:44 +0100884 if ((IS_VALLEYVIEW(dev_priv) || IS_CHERRYVIEW(dev_priv)) &&
Ville Syrjälä9a423562014-10-16 21:29:48 +0300885 intel_dp->pps_pipe == INVALID_PIPE)
886 return false;
887
Jani Nikulabf13e812013-09-06 07:40:05 +0300888 return (I915_READ(_pp_stat_reg(intel_dp)) & PP_ON) != 0;
Keith Packardebf33b12011-09-29 15:53:27 -0700889}
890
Daniel Vetter4be73782014-01-17 14:39:48 +0100891static bool edp_have_panel_vdd(struct intel_dp *intel_dp)
Keith Packardebf33b12011-09-29 15:53:27 -0700892{
Paulo Zanoni30add222012-10-26 19:05:45 -0200893 struct drm_device *dev = intel_dp_to_dev(intel_dp);
Chris Wilsonfac5e232016-07-04 11:34:36 +0100894 struct drm_i915_private *dev_priv = to_i915(dev);
Keith Packardebf33b12011-09-29 15:53:27 -0700895
Ville Syrjäläe39b9992014-09-04 14:53:14 +0300896 lockdep_assert_held(&dev_priv->pps_mutex);
897
Tvrtko Ursulin920a14b2016-10-14 10:13:44 +0100898 if ((IS_VALLEYVIEW(dev_priv) || IS_CHERRYVIEW(dev_priv)) &&
Ville Syrjälä9a423562014-10-16 21:29:48 +0300899 intel_dp->pps_pipe == INVALID_PIPE)
900 return false;
901
Ville Syrjälä773538e82014-09-04 14:54:56 +0300902 return I915_READ(_pp_ctrl_reg(intel_dp)) & EDP_FORCE_VDD;
Keith Packardebf33b12011-09-29 15:53:27 -0700903}
904
Keith Packard9b984da2011-09-19 13:54:47 -0700905static void
906intel_dp_check_edp(struct intel_dp *intel_dp)
907{
Paulo Zanoni30add222012-10-26 19:05:45 -0200908 struct drm_device *dev = intel_dp_to_dev(intel_dp);
Chris Wilsonfac5e232016-07-04 11:34:36 +0100909 struct drm_i915_private *dev_priv = to_i915(dev);
Keith Packardebf33b12011-09-29 15:53:27 -0700910
Jani Nikula1853a9d2017-08-18 12:30:20 +0300911 if (!intel_dp_is_edp(intel_dp))
Keith Packard9b984da2011-09-19 13:54:47 -0700912 return;
Jesse Barnes453c5422013-03-28 09:55:41 -0700913
Daniel Vetter4be73782014-01-17 14:39:48 +0100914 if (!edp_have_panel_power(intel_dp) && !edp_have_panel_vdd(intel_dp)) {
Keith Packard9b984da2011-09-19 13:54:47 -0700915 WARN(1, "eDP powered off while attempting aux channel communication.\n");
916 DRM_DEBUG_KMS("Status 0x%08x Control 0x%08x\n",
Jani Nikulabf13e812013-09-06 07:40:05 +0300917 I915_READ(_pp_stat_reg(intel_dp)),
918 I915_READ(_pp_ctrl_reg(intel_dp)));
Keith Packard9b984da2011-09-19 13:54:47 -0700919 }
920}
921
Daniel Vetter9ee32fea2012-12-01 13:53:48 +0100922static uint32_t
923intel_dp_aux_wait_done(struct intel_dp *intel_dp, bool has_aux_irq)
924{
925 struct intel_digital_port *intel_dig_port = dp_to_dig_port(intel_dp);
926 struct drm_device *dev = intel_dig_port->base.base.dev;
Chris Wilsonfac5e232016-07-04 11:34:36 +0100927 struct drm_i915_private *dev_priv = to_i915(dev);
Ville Syrjäläf0f59a02015-11-18 15:33:26 +0200928 i915_reg_t ch_ctl = intel_dp->aux_ch_ctl_reg;
Daniel Vetter9ee32fea2012-12-01 13:53:48 +0100929 uint32_t status;
930 bool done;
931
Daniel Vetteref04f002012-12-01 21:03:59 +0100932#define C (((status = I915_READ_NOTRACE(ch_ctl)) & DP_AUX_CH_CTL_SEND_BUSY) == 0)
Daniel Vetter9ee32fea2012-12-01 13:53:48 +0100933 if (has_aux_irq)
Paulo Zanonib18ac462013-02-18 19:00:24 -0300934 done = wait_event_timeout(dev_priv->gmbus_wait_queue, C,
Imre Deak35987062013-05-21 20:03:20 +0300935 msecs_to_jiffies_timeout(10));
Daniel Vetter9ee32fea2012-12-01 13:53:48 +0100936 else
Imre Deak713a6b662016-06-28 13:37:33 +0300937 done = wait_for(C, 10) == 0;
Daniel Vetter9ee32fea2012-12-01 13:53:48 +0100938 if (!done)
939 DRM_ERROR("dp aux hw did not signal timeout (has irq: %i)!\n",
940 has_aux_irq);
941#undef C
942
943 return status;
944}
945
Ville Syrjälä6ffb1be2016-03-02 17:22:14 +0200946static uint32_t g4x_get_aux_clock_divider(struct intel_dp *intel_dp, int index)
Damien Lespiauec5b01d2014-01-21 13:35:39 +0000947{
948 struct intel_digital_port *intel_dig_port = dp_to_dig_port(intel_dp);
Ville Syrjäläe7dc33f2016-03-02 17:22:13 +0200949 struct drm_i915_private *dev_priv = to_i915(intel_dig_port->base.base.dev);
Damien Lespiauec5b01d2014-01-21 13:35:39 +0000950
Ville Syrjäläa457f542016-03-02 17:22:17 +0200951 if (index)
952 return 0;
953
Damien Lespiauec5b01d2014-01-21 13:35:39 +0000954 /*
955 * The clock divider is based off the hrawclk, and would like to run at
Ville Syrjäläa457f542016-03-02 17:22:17 +0200956 * 2MHz. So, take the hrawclk value and divide by 2000 and use that
Damien Lespiauec5b01d2014-01-21 13:35:39 +0000957 */
Ville Syrjäläa457f542016-03-02 17:22:17 +0200958 return DIV_ROUND_CLOSEST(dev_priv->rawclk_freq, 2000);
Damien Lespiauec5b01d2014-01-21 13:35:39 +0000959}
960
961static uint32_t ilk_get_aux_clock_divider(struct intel_dp *intel_dp, int index)
962{
963 struct intel_digital_port *intel_dig_port = dp_to_dig_port(intel_dp);
Ville Syrjäläa457f542016-03-02 17:22:17 +0200964 struct drm_i915_private *dev_priv = to_i915(intel_dig_port->base.base.dev);
Damien Lespiauec5b01d2014-01-21 13:35:39 +0000965
966 if (index)
967 return 0;
968
Ville Syrjäläa457f542016-03-02 17:22:17 +0200969 /*
970 * The clock divider is based off the cdclk or PCH rawclk, and would
971 * like to run at 2MHz. So, take the cdclk or PCH rawclk value and
972 * divide by 2000 and use that
973 */
Ville Syrjäläe7dc33f2016-03-02 17:22:13 +0200974 if (intel_dig_port->port == PORT_A)
Ville Syrjälä49cd97a2017-02-07 20:33:45 +0200975 return DIV_ROUND_CLOSEST(dev_priv->cdclk.hw.cdclk, 2000);
Ville Syrjäläe7dc33f2016-03-02 17:22:13 +0200976 else
977 return DIV_ROUND_CLOSEST(dev_priv->rawclk_freq, 2000);
Damien Lespiauec5b01d2014-01-21 13:35:39 +0000978}
979
980static uint32_t hsw_get_aux_clock_divider(struct intel_dp *intel_dp, int index)
Rodrigo Vivib84a1cf2013-07-11 18:44:57 -0300981{
982 struct intel_digital_port *intel_dig_port = dp_to_dig_port(intel_dp);
Ville Syrjäläa457f542016-03-02 17:22:17 +0200983 struct drm_i915_private *dev_priv = to_i915(intel_dig_port->base.base.dev);
Rodrigo Vivib84a1cf2013-07-11 18:44:57 -0300984
Ville Syrjäläa457f542016-03-02 17:22:17 +0200985 if (intel_dig_port->port != PORT_A && HAS_PCH_LPT_H(dev_priv)) {
Rodrigo Vivib84a1cf2013-07-11 18:44:57 -0300986 /* Workaround for non-ULT HSW */
Chris Wilsonbc866252013-07-21 16:00:03 +0100987 switch (index) {
988 case 0: return 63;
989 case 1: return 72;
990 default: return 0;
991 }
Rodrigo Vivib84a1cf2013-07-11 18:44:57 -0300992 }
Ville Syrjäläa457f542016-03-02 17:22:17 +0200993
994 return ilk_get_aux_clock_divider(intel_dp, index);
Rodrigo Vivib84a1cf2013-07-11 18:44:57 -0300995}
996
Damien Lespiaub6b5e382014-01-20 16:00:59 +0000997static uint32_t skl_get_aux_clock_divider(struct intel_dp *intel_dp, int index)
998{
999 /*
1000 * SKL doesn't need us to program the AUX clock divider (Hardware will
1001 * derive the clock from CDCLK automatically). We still implement the
1002 * get_aux_clock_divider vfunc to plug-in into the existing code.
1003 */
1004 return index ? 0 : 1;
1005}
1006
Ville Syrjälä6ffb1be2016-03-02 17:22:14 +02001007static uint32_t g4x_get_aux_send_ctl(struct intel_dp *intel_dp,
1008 bool has_aux_irq,
1009 int send_bytes,
1010 uint32_t aux_clock_divider)
Damien Lespiau5ed12a12014-01-20 15:52:30 +00001011{
1012 struct intel_digital_port *intel_dig_port = dp_to_dig_port(intel_dp);
Tvrtko Ursulin86527442016-10-13 11:03:00 +01001013 struct drm_i915_private *dev_priv =
1014 to_i915(intel_dig_port->base.base.dev);
Damien Lespiau5ed12a12014-01-20 15:52:30 +00001015 uint32_t precharge, timeout;
1016
Tvrtko Ursulin86527442016-10-13 11:03:00 +01001017 if (IS_GEN6(dev_priv))
Damien Lespiau5ed12a12014-01-20 15:52:30 +00001018 precharge = 3;
1019 else
1020 precharge = 5;
1021
Tvrtko Ursulin86527442016-10-13 11:03:00 +01001022 if (IS_BROADWELL(dev_priv) && intel_dig_port->port == PORT_A)
Damien Lespiau5ed12a12014-01-20 15:52:30 +00001023 timeout = DP_AUX_CH_CTL_TIME_OUT_600us;
1024 else
1025 timeout = DP_AUX_CH_CTL_TIME_OUT_400us;
1026
1027 return DP_AUX_CH_CTL_SEND_BUSY |
Damien Lespiau788d4432014-01-20 15:52:31 +00001028 DP_AUX_CH_CTL_DONE |
Damien Lespiau5ed12a12014-01-20 15:52:30 +00001029 (has_aux_irq ? DP_AUX_CH_CTL_INTERRUPT : 0) |
Damien Lespiau788d4432014-01-20 15:52:31 +00001030 DP_AUX_CH_CTL_TIME_OUT_ERROR |
Damien Lespiau5ed12a12014-01-20 15:52:30 +00001031 timeout |
Damien Lespiau788d4432014-01-20 15:52:31 +00001032 DP_AUX_CH_CTL_RECEIVE_ERROR |
Damien Lespiau5ed12a12014-01-20 15:52:30 +00001033 (send_bytes << DP_AUX_CH_CTL_MESSAGE_SIZE_SHIFT) |
1034 (precharge << DP_AUX_CH_CTL_PRECHARGE_2US_SHIFT) |
Damien Lespiau788d4432014-01-20 15:52:31 +00001035 (aux_clock_divider << DP_AUX_CH_CTL_BIT_CLOCK_2X_SHIFT);
Damien Lespiau5ed12a12014-01-20 15:52:30 +00001036}
1037
Damien Lespiaub9ca5fa2014-01-20 16:01:00 +00001038static uint32_t skl_get_aux_send_ctl(struct intel_dp *intel_dp,
1039 bool has_aux_irq,
1040 int send_bytes,
1041 uint32_t unused)
1042{
1043 return DP_AUX_CH_CTL_SEND_BUSY |
1044 DP_AUX_CH_CTL_DONE |
1045 (has_aux_irq ? DP_AUX_CH_CTL_INTERRUPT : 0) |
1046 DP_AUX_CH_CTL_TIME_OUT_ERROR |
1047 DP_AUX_CH_CTL_TIME_OUT_1600us |
1048 DP_AUX_CH_CTL_RECEIVE_ERROR |
1049 (send_bytes << DP_AUX_CH_CTL_MESSAGE_SIZE_SHIFT) |
Daniel Vetterd4dcbdc2016-05-18 18:47:15 +02001050 DP_AUX_CH_CTL_FW_SYNC_PULSE_SKL(32) |
Damien Lespiaub9ca5fa2014-01-20 16:01:00 +00001051 DP_AUX_CH_CTL_SYNC_PULSE_SKL(32);
1052}
1053
Keith Packarda4fc5ed2009-04-07 16:16:42 -07001054static int
Chris Wilsonea5b2132010-08-04 13:50:23 +01001055intel_dp_aux_ch(struct intel_dp *intel_dp,
Daniel Vetterbd9f74a2014-10-02 09:45:35 +02001056 const uint8_t *send, int send_bytes,
Keith Packarda4fc5ed2009-04-07 16:16:42 -07001057 uint8_t *recv, int recv_size)
1058{
Paulo Zanoni174edf12012-10-26 19:05:50 -02001059 struct intel_digital_port *intel_dig_port = dp_to_dig_port(intel_dp);
Tvrtko Ursulin0031fb92016-11-04 14:42:44 +00001060 struct drm_i915_private *dev_priv =
1061 to_i915(intel_dig_port->base.base.dev);
Ville Syrjäläf0f59a02015-11-18 15:33:26 +02001062 i915_reg_t ch_ctl = intel_dp->aux_ch_ctl_reg;
Chris Wilsonbc866252013-07-21 16:00:03 +01001063 uint32_t aux_clock_divider;
Daniel Vetter9ee32fea2012-12-01 13:53:48 +01001064 int i, ret, recv_bytes;
Keith Packarda4fc5ed2009-04-07 16:16:42 -07001065 uint32_t status;
Damien Lespiau5ed12a12014-01-20 15:52:30 +00001066 int try, clock = 0;
Tvrtko Ursulin0031fb92016-11-04 14:42:44 +00001067 bool has_aux_irq = HAS_AUX_IRQ(dev_priv);
Jani Nikula884f19e2014-03-14 16:51:14 +02001068 bool vdd;
1069
Ville Syrjälä773538e82014-09-04 14:54:56 +03001070 pps_lock(intel_dp);
Ville Syrjäläe39b9992014-09-04 14:53:14 +03001071
Ville Syrjälä72c35002014-08-18 22:16:00 +03001072 /*
1073 * We will be called with VDD already enabled for dpcd/edid/oui reads.
1074 * In such cases we want to leave VDD enabled and it's up to upper layers
1075 * to turn it off. But for eg. i2c-dev access we need to turn it on/off
1076 * ourselves.
1077 */
Ville Syrjälä1e0560e2014-08-19 13:24:25 +03001078 vdd = edp_panel_vdd_on(intel_dp);
Daniel Vetter9ee32fea2012-12-01 13:53:48 +01001079
1080 /* dp aux is extremely sensitive to irq latency, hence request the
1081 * lowest possible wakeup latency and so prevent the cpu from going into
1082 * deep sleep states.
1083 */
1084 pm_qos_update_request(&dev_priv->pm_qos, 0);
Keith Packarda4fc5ed2009-04-07 16:16:42 -07001085
Keith Packard9b984da2011-09-19 13:54:47 -07001086 intel_dp_check_edp(intel_dp);
Zhenyu Wang5eb08b62009-07-24 01:00:31 +08001087
Jesse Barnes11bee432011-08-01 15:02:20 -07001088 /* Try to wait for any previous AUX channel activity */
1089 for (try = 0; try < 3; try++) {
Daniel Vetteref04f002012-12-01 21:03:59 +01001090 status = I915_READ_NOTRACE(ch_ctl);
Jesse Barnes11bee432011-08-01 15:02:20 -07001091 if ((status & DP_AUX_CH_CTL_SEND_BUSY) == 0)
1092 break;
1093 msleep(1);
1094 }
1095
1096 if (try == 3) {
Mika Kuoppala02196c72015-08-06 16:48:58 +03001097 static u32 last_status = -1;
1098 const u32 status = I915_READ(ch_ctl);
1099
1100 if (status != last_status) {
1101 WARN(1, "dp_aux_ch not started status 0x%08x\n",
1102 status);
1103 last_status = status;
1104 }
1105
Daniel Vetter9ee32fea2012-12-01 13:53:48 +01001106 ret = -EBUSY;
1107 goto out;
Chris Wilson4f7f7b72010-08-18 18:12:56 +01001108 }
1109
Paulo Zanoni46a5ae92013-09-17 11:14:10 -03001110 /* Only 5 data registers! */
1111 if (WARN_ON(send_bytes > 20 || recv_size > 20)) {
1112 ret = -E2BIG;
1113 goto out;
1114 }
1115
Damien Lespiauec5b01d2014-01-21 13:35:39 +00001116 while ((aux_clock_divider = intel_dp->get_aux_clock_divider(intel_dp, clock++))) {
Damien Lespiau153b1102014-01-21 13:37:15 +00001117 u32 send_ctl = intel_dp->get_aux_send_ctl(intel_dp,
1118 has_aux_irq,
1119 send_bytes,
1120 aux_clock_divider);
Damien Lespiau5ed12a12014-01-20 15:52:30 +00001121
Chris Wilsonbc866252013-07-21 16:00:03 +01001122 /* Must try at least 3 times according to DP spec */
1123 for (try = 0; try < 5; try++) {
1124 /* Load the send data into the aux channel data registers */
1125 for (i = 0; i < send_bytes; i += 4)
Ville Syrjälä330e20e2015-11-11 20:34:14 +02001126 I915_WRITE(intel_dp->aux_ch_data_reg[i >> 2],
Rodrigo Vivia4f12892014-11-14 08:52:27 -08001127 intel_dp_pack_aux(send + i,
1128 send_bytes - i));
Akshay Joshi0206e352011-08-16 15:34:10 -04001129
Chris Wilsonbc866252013-07-21 16:00:03 +01001130 /* Send the command and wait for it to complete */
Damien Lespiau5ed12a12014-01-20 15:52:30 +00001131 I915_WRITE(ch_ctl, send_ctl);
Daniel Vetter9ee32fea2012-12-01 13:53:48 +01001132
Chris Wilsonbc866252013-07-21 16:00:03 +01001133 status = intel_dp_aux_wait_done(intel_dp, has_aux_irq);
Akshay Joshi0206e352011-08-16 15:34:10 -04001134
Chris Wilsonbc866252013-07-21 16:00:03 +01001135 /* Clear done status and any errors */
1136 I915_WRITE(ch_ctl,
1137 status |
1138 DP_AUX_CH_CTL_DONE |
1139 DP_AUX_CH_CTL_TIME_OUT_ERROR |
1140 DP_AUX_CH_CTL_RECEIVE_ERROR);
Adam Jacksond7e96fe2011-07-26 15:39:46 -04001141
Todd Previte74ebf292015-04-15 08:38:41 -07001142 if (status & DP_AUX_CH_CTL_TIME_OUT_ERROR)
Chris Wilsonbc866252013-07-21 16:00:03 +01001143 continue;
Todd Previte74ebf292015-04-15 08:38:41 -07001144
1145 /* DP CTS 1.2 Core Rev 1.1, 4.2.1.1 & 4.2.1.2
1146 * 400us delay required for errors and timeouts
1147 * Timeout errors from the HW already meet this
1148 * requirement so skip to next iteration
1149 */
1150 if (status & DP_AUX_CH_CTL_RECEIVE_ERROR) {
1151 usleep_range(400, 500);
1152 continue;
1153 }
Chris Wilsonbc866252013-07-21 16:00:03 +01001154 if (status & DP_AUX_CH_CTL_DONE)
Jim Bridee058c942015-05-27 10:21:48 -07001155 goto done;
Chris Wilsonbc866252013-07-21 16:00:03 +01001156 }
Keith Packarda4fc5ed2009-04-07 16:16:42 -07001157 }
1158
Keith Packarda4fc5ed2009-04-07 16:16:42 -07001159 if ((status & DP_AUX_CH_CTL_DONE) == 0) {
Keith Packard1ae8c0a2009-06-28 15:42:17 -07001160 DRM_ERROR("dp_aux_ch not done status 0x%08x\n", status);
Daniel Vetter9ee32fea2012-12-01 13:53:48 +01001161 ret = -EBUSY;
1162 goto out;
Keith Packarda4fc5ed2009-04-07 16:16:42 -07001163 }
1164
Jim Bridee058c942015-05-27 10:21:48 -07001165done:
Keith Packarda4fc5ed2009-04-07 16:16:42 -07001166 /* Check for timeout or receive error.
1167 * Timeouts occur when the sink is not connected
1168 */
Keith Packarda5b3da52009-06-11 22:30:32 -07001169 if (status & DP_AUX_CH_CTL_RECEIVE_ERROR) {
Keith Packard1ae8c0a2009-06-28 15:42:17 -07001170 DRM_ERROR("dp_aux_ch receive error status 0x%08x\n", status);
Daniel Vetter9ee32fea2012-12-01 13:53:48 +01001171 ret = -EIO;
1172 goto out;
Keith Packarda5b3da52009-06-11 22:30:32 -07001173 }
Keith Packard1ae8c0a2009-06-28 15:42:17 -07001174
1175 /* Timeouts occur when the device isn't connected, so they're
1176 * "normal" -- don't fill the kernel log with these */
Keith Packarda5b3da52009-06-11 22:30:32 -07001177 if (status & DP_AUX_CH_CTL_TIME_OUT_ERROR) {
Chris Wilsona5570fe2017-02-23 11:51:02 +00001178 DRM_DEBUG_KMS("dp_aux_ch timeout status 0x%08x\n", status);
Daniel Vetter9ee32fea2012-12-01 13:53:48 +01001179 ret = -ETIMEDOUT;
1180 goto out;
Keith Packarda4fc5ed2009-04-07 16:16:42 -07001181 }
1182
1183 /* Unload any bytes sent back from the other side */
1184 recv_bytes = ((status & DP_AUX_CH_CTL_MESSAGE_SIZE_MASK) >>
1185 DP_AUX_CH_CTL_MESSAGE_SIZE_SHIFT);
Rodrigo Vivi14e01882015-12-10 11:12:27 -08001186
1187 /*
1188 * By BSpec: "Message sizes of 0 or >20 are not allowed."
1189 * We have no idea of what happened so we return -EBUSY so
1190 * drm layer takes care for the necessary retries.
1191 */
1192 if (recv_bytes == 0 || recv_bytes > 20) {
1193 DRM_DEBUG_KMS("Forbidden recv_bytes = %d on aux transaction\n",
1194 recv_bytes);
1195 /*
1196 * FIXME: This patch was created on top of a series that
1197 * organize the retries at drm level. There EBUSY should
1198 * also take care for 1ms wait before retrying.
1199 * That aux retries re-org is still needed and after that is
1200 * merged we remove this sleep from here.
1201 */
1202 usleep_range(1000, 1500);
1203 ret = -EBUSY;
1204 goto out;
1205 }
1206
Keith Packarda4fc5ed2009-04-07 16:16:42 -07001207 if (recv_bytes > recv_size)
1208 recv_bytes = recv_size;
Akshay Joshi0206e352011-08-16 15:34:10 -04001209
Chris Wilson4f7f7b72010-08-18 18:12:56 +01001210 for (i = 0; i < recv_bytes; i += 4)
Ville Syrjälä330e20e2015-11-11 20:34:14 +02001211 intel_dp_unpack_aux(I915_READ(intel_dp->aux_ch_data_reg[i >> 2]),
Rodrigo Vivia4f12892014-11-14 08:52:27 -08001212 recv + i, recv_bytes - i);
Keith Packarda4fc5ed2009-04-07 16:16:42 -07001213
Daniel Vetter9ee32fea2012-12-01 13:53:48 +01001214 ret = recv_bytes;
1215out:
1216 pm_qos_update_request(&dev_priv->pm_qos, PM_QOS_DEFAULT_VALUE);
1217
Jani Nikula884f19e2014-03-14 16:51:14 +02001218 if (vdd)
1219 edp_panel_vdd_off(intel_dp, false);
1220
Ville Syrjälä773538e82014-09-04 14:54:56 +03001221 pps_unlock(intel_dp);
Ville Syrjäläe39b9992014-09-04 14:53:14 +03001222
Daniel Vetter9ee32fea2012-12-01 13:53:48 +01001223 return ret;
Keith Packarda4fc5ed2009-04-07 16:16:42 -07001224}
1225
Jani Nikulaa6c8aff02014-04-07 12:37:25 +03001226#define BARE_ADDRESS_SIZE 3
1227#define HEADER_SIZE (BARE_ADDRESS_SIZE + 1)
Jani Nikula9d1a1032014-03-14 16:51:15 +02001228static ssize_t
1229intel_dp_aux_transfer(struct drm_dp_aux *aux, struct drm_dp_aux_msg *msg)
Keith Packarda4fc5ed2009-04-07 16:16:42 -07001230{
Jani Nikula9d1a1032014-03-14 16:51:15 +02001231 struct intel_dp *intel_dp = container_of(aux, struct intel_dp, aux);
1232 uint8_t txbuf[20], rxbuf[20];
1233 size_t txsize, rxsize;
Keith Packarda4fc5ed2009-04-07 16:16:42 -07001234 int ret;
Keith Packarda4fc5ed2009-04-07 16:16:42 -07001235
Ville Syrjäläd2d9cbb2015-03-19 11:44:06 +02001236 txbuf[0] = (msg->request << 4) |
1237 ((msg->address >> 16) & 0xf);
1238 txbuf[1] = (msg->address >> 8) & 0xff;
Jani Nikula9d1a1032014-03-14 16:51:15 +02001239 txbuf[2] = msg->address & 0xff;
1240 txbuf[3] = msg->size - 1;
Paulo Zanoni46a5ae92013-09-17 11:14:10 -03001241
Jani Nikula9d1a1032014-03-14 16:51:15 +02001242 switch (msg->request & ~DP_AUX_I2C_MOT) {
1243 case DP_AUX_NATIVE_WRITE:
1244 case DP_AUX_I2C_WRITE:
Ville Syrjäläc1e741222015-08-27 17:23:27 +03001245 case DP_AUX_I2C_WRITE_STATUS_UPDATE:
Jani Nikulaa6c8aff02014-04-07 12:37:25 +03001246 txsize = msg->size ? HEADER_SIZE + msg->size : BARE_ADDRESS_SIZE;
Jani Nikulaa1ddefd2015-03-17 17:18:54 +02001247 rxsize = 2; /* 0 or 1 data bytes */
Jani Nikulaf51a44b2014-02-11 11:52:05 +02001248
Jani Nikula9d1a1032014-03-14 16:51:15 +02001249 if (WARN_ON(txsize > 20))
1250 return -E2BIG;
Keith Packarda4fc5ed2009-04-07 16:16:42 -07001251
Ville Syrjälädd788092016-07-28 17:55:04 +03001252 WARN_ON(!msg->buffer != !msg->size);
1253
Imre Deakd81a67c2016-01-29 14:52:26 +02001254 if (msg->buffer)
1255 memcpy(txbuf + HEADER_SIZE, msg->buffer, msg->size);
Keith Packarda4fc5ed2009-04-07 16:16:42 -07001256
Jani Nikula9d1a1032014-03-14 16:51:15 +02001257 ret = intel_dp_aux_ch(intel_dp, txbuf, txsize, rxbuf, rxsize);
1258 if (ret > 0) {
1259 msg->reply = rxbuf[0] >> 4;
Keith Packarda4fc5ed2009-04-07 16:16:42 -07001260
Jani Nikulaa1ddefd2015-03-17 17:18:54 +02001261 if (ret > 1) {
1262 /* Number of bytes written in a short write. */
1263 ret = clamp_t(int, rxbuf[1], 0, msg->size);
1264 } else {
1265 /* Return payload size. */
1266 ret = msg->size;
1267 }
Keith Packarda4fc5ed2009-04-07 16:16:42 -07001268 }
Jani Nikula9d1a1032014-03-14 16:51:15 +02001269 break;
1270
1271 case DP_AUX_NATIVE_READ:
1272 case DP_AUX_I2C_READ:
Jani Nikulaa6c8aff02014-04-07 12:37:25 +03001273 txsize = msg->size ? HEADER_SIZE : BARE_ADDRESS_SIZE;
Jani Nikula9d1a1032014-03-14 16:51:15 +02001274 rxsize = msg->size + 1;
1275
1276 if (WARN_ON(rxsize > 20))
1277 return -E2BIG;
1278
1279 ret = intel_dp_aux_ch(intel_dp, txbuf, txsize, rxbuf, rxsize);
1280 if (ret > 0) {
1281 msg->reply = rxbuf[0] >> 4;
1282 /*
1283 * Assume happy day, and copy the data. The caller is
1284 * expected to check msg->reply before touching it.
1285 *
1286 * Return payload size.
1287 */
1288 ret--;
1289 memcpy(msg->buffer, rxbuf + 1, ret);
1290 }
1291 break;
1292
1293 default:
1294 ret = -EINVAL;
1295 break;
Keith Packarda4fc5ed2009-04-07 16:16:42 -07001296 }
Jani Nikulaf51a44b2014-02-11 11:52:05 +02001297
Jani Nikula9d1a1032014-03-14 16:51:15 +02001298 return ret;
Keith Packarda4fc5ed2009-04-07 16:16:42 -07001299}
1300
Ville Syrjälä8f7ce032016-10-11 20:52:45 +03001301static enum port intel_aux_port(struct drm_i915_private *dev_priv,
1302 enum port port)
1303{
1304 const struct ddi_vbt_port_info *info =
1305 &dev_priv->vbt.ddi_port_info[port];
1306 enum port aux_port;
1307
1308 if (!info->alternate_aux_channel) {
1309 DRM_DEBUG_KMS("using AUX %c for port %c (platform default)\n",
1310 port_name(port), port_name(port));
1311 return port;
1312 }
1313
1314 switch (info->alternate_aux_channel) {
1315 case DP_AUX_A:
1316 aux_port = PORT_A;
1317 break;
1318 case DP_AUX_B:
1319 aux_port = PORT_B;
1320 break;
1321 case DP_AUX_C:
1322 aux_port = PORT_C;
1323 break;
1324 case DP_AUX_D:
1325 aux_port = PORT_D;
1326 break;
1327 default:
1328 MISSING_CASE(info->alternate_aux_channel);
1329 aux_port = PORT_A;
1330 break;
1331 }
1332
1333 DRM_DEBUG_KMS("using AUX %c for port %c (VBT)\n",
1334 port_name(aux_port), port_name(port));
1335
1336 return aux_port;
1337}
1338
Ville Syrjäläf0f59a02015-11-18 15:33:26 +02001339static i915_reg_t g4x_aux_ctl_reg(struct drm_i915_private *dev_priv,
Ville Syrjäläc8a89b02016-10-11 20:52:48 +03001340 enum port port)
Ville Syrjäläda00bdc2015-11-11 20:34:13 +02001341{
1342 switch (port) {
1343 case PORT_B:
1344 case PORT_C:
1345 case PORT_D:
1346 return DP_AUX_CH_CTL(port);
1347 default:
1348 MISSING_CASE(port);
1349 return DP_AUX_CH_CTL(PORT_B);
1350 }
1351}
1352
Ville Syrjäläf0f59a02015-11-18 15:33:26 +02001353static i915_reg_t g4x_aux_data_reg(struct drm_i915_private *dev_priv,
Ville Syrjäläc8a89b02016-10-11 20:52:48 +03001354 enum port port, int index)
Ville Syrjälä330e20e2015-11-11 20:34:14 +02001355{
1356 switch (port) {
1357 case PORT_B:
1358 case PORT_C:
1359 case PORT_D:
1360 return DP_AUX_CH_DATA(port, index);
1361 default:
1362 MISSING_CASE(port);
1363 return DP_AUX_CH_DATA(PORT_B, index);
1364 }
1365}
1366
Ville Syrjäläf0f59a02015-11-18 15:33:26 +02001367static i915_reg_t ilk_aux_ctl_reg(struct drm_i915_private *dev_priv,
Ville Syrjäläc8a89b02016-10-11 20:52:48 +03001368 enum port port)
Ville Syrjäläda00bdc2015-11-11 20:34:13 +02001369{
1370 switch (port) {
1371 case PORT_A:
1372 return DP_AUX_CH_CTL(port);
1373 case PORT_B:
1374 case PORT_C:
1375 case PORT_D:
1376 return PCH_DP_AUX_CH_CTL(port);
1377 default:
1378 MISSING_CASE(port);
1379 return DP_AUX_CH_CTL(PORT_A);
1380 }
1381}
1382
Ville Syrjäläf0f59a02015-11-18 15:33:26 +02001383static i915_reg_t ilk_aux_data_reg(struct drm_i915_private *dev_priv,
Ville Syrjäläc8a89b02016-10-11 20:52:48 +03001384 enum port port, int index)
Ville Syrjälä330e20e2015-11-11 20:34:14 +02001385{
1386 switch (port) {
1387 case PORT_A:
1388 return DP_AUX_CH_DATA(port, index);
1389 case PORT_B:
1390 case PORT_C:
1391 case PORT_D:
1392 return PCH_DP_AUX_CH_DATA(port, index);
1393 default:
1394 MISSING_CASE(port);
1395 return DP_AUX_CH_DATA(PORT_A, index);
1396 }
1397}
1398
Ville Syrjäläf0f59a02015-11-18 15:33:26 +02001399static i915_reg_t skl_aux_ctl_reg(struct drm_i915_private *dev_priv,
Ville Syrjäläc8a89b02016-10-11 20:52:48 +03001400 enum port port)
Ville Syrjäläda00bdc2015-11-11 20:34:13 +02001401{
Ville Syrjäläda00bdc2015-11-11 20:34:13 +02001402 switch (port) {
1403 case PORT_A:
1404 case PORT_B:
1405 case PORT_C:
1406 case PORT_D:
1407 return DP_AUX_CH_CTL(port);
1408 default:
1409 MISSING_CASE(port);
1410 return DP_AUX_CH_CTL(PORT_A);
1411 }
1412}
1413
Ville Syrjäläf0f59a02015-11-18 15:33:26 +02001414static i915_reg_t skl_aux_data_reg(struct drm_i915_private *dev_priv,
Ville Syrjäläc8a89b02016-10-11 20:52:48 +03001415 enum port port, int index)
Ville Syrjälä330e20e2015-11-11 20:34:14 +02001416{
Ville Syrjälä330e20e2015-11-11 20:34:14 +02001417 switch (port) {
1418 case PORT_A:
1419 case PORT_B:
1420 case PORT_C:
1421 case PORT_D:
1422 return DP_AUX_CH_DATA(port, index);
1423 default:
1424 MISSING_CASE(port);
1425 return DP_AUX_CH_DATA(PORT_A, index);
1426 }
1427}
1428
Ville Syrjäläf0f59a02015-11-18 15:33:26 +02001429static i915_reg_t intel_aux_ctl_reg(struct drm_i915_private *dev_priv,
Ville Syrjäläc8a89b02016-10-11 20:52:48 +03001430 enum port port)
Ville Syrjälä330e20e2015-11-11 20:34:14 +02001431{
1432 if (INTEL_INFO(dev_priv)->gen >= 9)
1433 return skl_aux_ctl_reg(dev_priv, port);
1434 else if (HAS_PCH_SPLIT(dev_priv))
1435 return ilk_aux_ctl_reg(dev_priv, port);
1436 else
1437 return g4x_aux_ctl_reg(dev_priv, port);
1438}
1439
Ville Syrjäläf0f59a02015-11-18 15:33:26 +02001440static i915_reg_t intel_aux_data_reg(struct drm_i915_private *dev_priv,
Ville Syrjäläc8a89b02016-10-11 20:52:48 +03001441 enum port port, int index)
Ville Syrjälä330e20e2015-11-11 20:34:14 +02001442{
1443 if (INTEL_INFO(dev_priv)->gen >= 9)
1444 return skl_aux_data_reg(dev_priv, port, index);
1445 else if (HAS_PCH_SPLIT(dev_priv))
1446 return ilk_aux_data_reg(dev_priv, port, index);
1447 else
1448 return g4x_aux_data_reg(dev_priv, port, index);
1449}
1450
1451static void intel_aux_reg_init(struct intel_dp *intel_dp)
1452{
1453 struct drm_i915_private *dev_priv = to_i915(intel_dp_to_dev(intel_dp));
Ville Syrjälä8f7ce032016-10-11 20:52:45 +03001454 enum port port = intel_aux_port(dev_priv,
1455 dp_to_dig_port(intel_dp)->port);
Ville Syrjälä330e20e2015-11-11 20:34:14 +02001456 int i;
1457
1458 intel_dp->aux_ch_ctl_reg = intel_aux_ctl_reg(dev_priv, port);
1459 for (i = 0; i < ARRAY_SIZE(intel_dp->aux_ch_data_reg); i++)
1460 intel_dp->aux_ch_data_reg[i] = intel_aux_data_reg(dev_priv, port, i);
1461}
1462
Jani Nikula9d1a1032014-03-14 16:51:15 +02001463static void
Ville Syrjäläa121f4e2015-11-11 20:34:11 +02001464intel_dp_aux_fini(struct intel_dp *intel_dp)
1465{
Ville Syrjäläa121f4e2015-11-11 20:34:11 +02001466 kfree(intel_dp->aux.name);
1467}
1468
Chris Wilson7a418e32016-06-24 14:00:14 +01001469static void
Mika Kaholab6339582016-09-09 14:10:52 +03001470intel_dp_aux_init(struct intel_dp *intel_dp)
Keith Packarda4fc5ed2009-04-07 16:16:42 -07001471{
Jani Nikula33ad6622014-03-14 16:51:16 +02001472 struct intel_digital_port *intel_dig_port = dp_to_dig_port(intel_dp);
1473 enum port port = intel_dig_port->port;
Keith Packarda4fc5ed2009-04-07 16:16:42 -07001474
Ville Syrjälä330e20e2015-11-11 20:34:14 +02001475 intel_aux_reg_init(intel_dp);
Chris Wilson7a418e32016-06-24 14:00:14 +01001476 drm_dp_aux_init(&intel_dp->aux);
David Flynn8316f332010-12-08 16:10:21 +00001477
Chris Wilson7a418e32016-06-24 14:00:14 +01001478 /* Failure to allocate our preferred name is not critical */
Ville Syrjäläa121f4e2015-11-11 20:34:11 +02001479 intel_dp->aux.name = kasprintf(GFP_KERNEL, "DPDDC-%c", port_name(port));
Jani Nikula9d1a1032014-03-14 16:51:15 +02001480 intel_dp->aux.transfer = intel_dp_aux_transfer;
Keith Packarda4fc5ed2009-04-07 16:16:42 -07001481}
1482
Ander Conselvan de Oliveirae588fa12015-10-23 13:01:50 +03001483bool intel_dp_source_supports_hbr2(struct intel_dp *intel_dp)
Thulasimani,Sivakumared63baa2015-08-18 15:30:37 +05301484{
Jani Nikulafc603ca2017-10-09 12:29:58 +03001485 int max_rate = intel_dp->source_rates[intel_dp->num_source_rates - 1];
Ander Conselvan de Oliveirae588fa12015-10-23 13:01:50 +03001486
Jani Nikulafc603ca2017-10-09 12:29:58 +03001487 return max_rate >= 540000;
Thulasimani,Sivakumared63baa2015-08-18 15:30:37 +05301488}
1489
Daniel Vetter0e503382014-07-04 11:26:04 -03001490static void
Daniel Vetterc6bb3532013-04-19 11:14:33 +02001491intel_dp_set_clock(struct intel_encoder *encoder,
Ville Syrjälä840b32b2015-08-11 20:21:46 +03001492 struct intel_crtc_state *pipe_config)
Daniel Vetterc6bb3532013-04-19 11:14:33 +02001493{
1494 struct drm_device *dev = encoder->base.dev;
Tvrtko Ursulin6e266952016-10-13 11:02:53 +01001495 struct drm_i915_private *dev_priv = to_i915(dev);
Chon Ming Lee9dd4ffd2013-09-04 01:30:37 +08001496 const struct dp_link_dpll *divisor = NULL;
1497 int i, count = 0;
Daniel Vetterc6bb3532013-04-19 11:14:33 +02001498
Tvrtko Ursulin9beb5fe2016-10-13 11:03:06 +01001499 if (IS_G4X(dev_priv)) {
Chon Ming Lee9dd4ffd2013-09-04 01:30:37 +08001500 divisor = gen4_dpll;
1501 count = ARRAY_SIZE(gen4_dpll);
Tvrtko Ursulin6e266952016-10-13 11:02:53 +01001502 } else if (HAS_PCH_SPLIT(dev_priv)) {
Chon Ming Lee9dd4ffd2013-09-04 01:30:37 +08001503 divisor = pch_dpll;
1504 count = ARRAY_SIZE(pch_dpll);
Tvrtko Ursulin920a14b2016-10-14 10:13:44 +01001505 } else if (IS_CHERRYVIEW(dev_priv)) {
Chon Ming Leeef9348c2014-04-09 13:28:18 +03001506 divisor = chv_dpll;
1507 count = ARRAY_SIZE(chv_dpll);
Tvrtko Ursulin11a914c2016-10-13 11:03:08 +01001508 } else if (IS_VALLEYVIEW(dev_priv)) {
Chon Ming Lee65ce4bf2013-09-04 01:30:38 +08001509 divisor = vlv_dpll;
1510 count = ARRAY_SIZE(vlv_dpll);
Daniel Vetterc6bb3532013-04-19 11:14:33 +02001511 }
Chon Ming Lee9dd4ffd2013-09-04 01:30:37 +08001512
1513 if (divisor && count) {
1514 for (i = 0; i < count; i++) {
Ville Syrjälä840b32b2015-08-11 20:21:46 +03001515 if (pipe_config->port_clock == divisor[i].clock) {
Chon Ming Lee9dd4ffd2013-09-04 01:30:37 +08001516 pipe_config->dpll = divisor[i].dpll;
1517 pipe_config->clock_set = true;
1518 break;
1519 }
1520 }
Daniel Vetterc6bb3532013-04-19 11:14:33 +02001521 }
1522}
1523
Ville Syrjälä0336400e2015-03-12 17:10:39 +02001524static void snprintf_int_array(char *str, size_t len,
1525 const int *array, int nelem)
1526{
1527 int i;
1528
1529 str[0] = '\0';
1530
1531 for (i = 0; i < nelem; i++) {
Jani Nikulab2f505b2015-05-18 16:01:45 +03001532 int r = snprintf(str, len, "%s%d", i ? ", " : "", array[i]);
Ville Syrjälä0336400e2015-03-12 17:10:39 +02001533 if (r >= len)
1534 return;
1535 str += r;
1536 len -= r;
1537 }
1538}
1539
1540static void intel_dp_print_rates(struct intel_dp *intel_dp)
1541{
Ville Syrjälä0336400e2015-03-12 17:10:39 +02001542 char str[128]; /* FIXME: too big for stack? */
1543
1544 if ((drm_debug & DRM_UT_KMS) == 0)
1545 return;
1546
Jani Nikula55cfc582017-03-28 17:59:04 +03001547 snprintf_int_array(str, sizeof(str),
1548 intel_dp->source_rates, intel_dp->num_source_rates);
Ville Syrjälä0336400e2015-03-12 17:10:39 +02001549 DRM_DEBUG_KMS("source rates: %s\n", str);
1550
Jani Nikula68f357c2017-03-28 17:59:05 +03001551 snprintf_int_array(str, sizeof(str),
1552 intel_dp->sink_rates, intel_dp->num_sink_rates);
Ville Syrjälä0336400e2015-03-12 17:10:39 +02001553 DRM_DEBUG_KMS("sink rates: %s\n", str);
1554
Jani Nikula975ee5fca2017-04-06 16:44:10 +03001555 snprintf_int_array(str, sizeof(str),
1556 intel_dp->common_rates, intel_dp->num_common_rates);
Ville Syrjälä94ca7192015-03-13 19:40:31 +02001557 DRM_DEBUG_KMS("common rates: %s\n", str);
Ville Syrjälä0336400e2015-03-12 17:10:39 +02001558}
1559
Ville Syrjälä50fec212015-03-12 17:10:34 +02001560int
1561intel_dp_max_link_rate(struct intel_dp *intel_dp)
1562{
Ville Syrjälä50fec212015-03-12 17:10:34 +02001563 int len;
1564
Jani Nikulae6c0c642017-04-06 16:44:12 +03001565 len = intel_dp_common_len_rate_limit(intel_dp, intel_dp->max_link_rate);
Ville Syrjälä50fec212015-03-12 17:10:34 +02001566 if (WARN_ON(len <= 0))
1567 return 162000;
1568
Jani Nikula975ee5fca2017-04-06 16:44:10 +03001569 return intel_dp->common_rates[len - 1];
Ville Syrjälä50fec212015-03-12 17:10:34 +02001570}
1571
Ville Syrjäläed4e9c12015-03-12 17:10:36 +02001572int intel_dp_rate_select(struct intel_dp *intel_dp, int rate)
1573{
Jani Nikula8001b752017-03-28 17:59:03 +03001574 int i = intel_dp_rate_index(intel_dp->sink_rates,
1575 intel_dp->num_sink_rates, rate);
Jani Nikulab5c72b22017-03-28 17:59:02 +03001576
1577 if (WARN_ON(i < 0))
1578 i = 0;
1579
1580 return i;
Ville Syrjäläed4e9c12015-03-12 17:10:36 +02001581}
1582
Ander Conselvan de Oliveira94223d02015-10-23 13:01:48 +03001583void intel_dp_compute_rate(struct intel_dp *intel_dp, int port_clock,
1584 uint8_t *link_bw, uint8_t *rate_select)
Ville Syrjälä04a60f92015-07-06 15:10:06 +03001585{
Jani Nikula68f357c2017-03-28 17:59:05 +03001586 /* eDP 1.4 rate select method. */
1587 if (intel_dp->use_rate_select) {
Ville Syrjälä04a60f92015-07-06 15:10:06 +03001588 *link_bw = 0;
1589 *rate_select =
1590 intel_dp_rate_select(intel_dp, port_clock);
1591 } else {
1592 *link_bw = drm_dp_link_rate_to_bw_code(port_clock);
1593 *rate_select = 0;
1594 }
1595}
1596
Jani Nikulaf580bea2016-09-15 16:28:52 +03001597static int intel_dp_compute_bpp(struct intel_dp *intel_dp,
1598 struct intel_crtc_state *pipe_config)
Mika Kaholaf9bb7052016-09-09 14:10:56 +03001599{
1600 int bpp, bpc;
1601
1602 bpp = pipe_config->pipe_bpp;
1603 bpc = drm_dp_downstream_max_bpc(intel_dp->dpcd, intel_dp->downstream_ports);
1604
1605 if (bpc > 0)
1606 bpp = min(bpp, 3*bpc);
1607
Manasi Navare611032b2017-01-24 08:21:49 -08001608 /* For DP Compliance we override the computed bpp for the pipe */
1609 if (intel_dp->compliance.test_data.bpc != 0) {
1610 pipe_config->pipe_bpp = 3*intel_dp->compliance.test_data.bpc;
1611 pipe_config->dither_force_disable = pipe_config->pipe_bpp == 6*3;
1612 DRM_DEBUG_KMS("Setting pipe_bpp to %d\n",
1613 pipe_config->pipe_bpp);
1614 }
Mika Kaholaf9bb7052016-09-09 14:10:56 +03001615 return bpp;
1616}
1617
Jim Bridedc911f52017-08-09 12:48:53 -07001618static bool intel_edp_compare_alt_mode(struct drm_display_mode *m1,
1619 struct drm_display_mode *m2)
1620{
1621 bool bres = false;
1622
1623 if (m1 && m2)
1624 bres = (m1->hdisplay == m2->hdisplay &&
1625 m1->hsync_start == m2->hsync_start &&
1626 m1->hsync_end == m2->hsync_end &&
1627 m1->htotal == m2->htotal &&
1628 m1->vdisplay == m2->vdisplay &&
1629 m1->vsync_start == m2->vsync_start &&
1630 m1->vsync_end == m2->vsync_end &&
1631 m1->vtotal == m2->vtotal);
1632 return bres;
1633}
1634
Paulo Zanoni00c09d72012-10-26 19:05:52 -02001635bool
Daniel Vetter5bfe2ac2013-03-27 00:44:55 +01001636intel_dp_compute_config(struct intel_encoder *encoder,
Maarten Lankhorst0a478c22016-08-09 17:04:05 +02001637 struct intel_crtc_state *pipe_config,
1638 struct drm_connector_state *conn_state)
Keith Packarda4fc5ed2009-04-07 16:16:42 -07001639{
Tvrtko Ursulindd11bc12016-11-16 08:55:41 +00001640 struct drm_i915_private *dev_priv = to_i915(encoder->base.dev);
Ander Conselvan de Oliveira2d112de2015-01-15 14:55:22 +02001641 struct drm_display_mode *adjusted_mode = &pipe_config->base.adjusted_mode;
Daniel Vetter5bfe2ac2013-03-27 00:44:55 +01001642 struct intel_dp *intel_dp = enc_to_intel_dp(&encoder->base);
Imre Deakbc7d38a2013-05-16 14:40:36 +03001643 enum port port = dp_to_dig_port(intel_dp)->port;
Ander Conselvan de Oliveira84556d52015-03-20 16:18:10 +02001644 struct intel_crtc *intel_crtc = to_intel_crtc(pipe_config->base.crtc);
Jani Nikuladd06f902012-10-19 14:51:50 +03001645 struct intel_connector *intel_connector = intel_dp->attached_connector;
Maarten Lankhorst8f647a02017-05-01 15:38:01 +02001646 struct intel_digital_connector_state *intel_conn_state =
1647 to_intel_digital_connector_state(conn_state);
Keith Packarda4fc5ed2009-04-07 16:16:42 -07001648 int lane_count, clock;
Jani Nikula56071a22014-05-06 14:56:52 +03001649 int min_lane_count = 1;
Paulo Zanonieeb63242014-05-06 14:56:50 +03001650 int max_lane_count = intel_dp_max_lane_count(intel_dp);
Todd Previte06ea66b2014-01-20 10:19:39 -07001651 /* Conveniently, the link BW constants become indices with a shift...*/
Jani Nikula56071a22014-05-06 14:56:52 +03001652 int min_clock = 0;
Sonika Jindala8f3ef62015-03-05 10:02:30 +05301653 int max_clock;
Daniel Vetter083f9562012-04-20 20:23:49 +02001654 int bpp, mode_rate;
Daniel Vetterff9a6752013-06-01 17:16:21 +02001655 int link_avail, link_clock;
Ville Syrjälä94ca7192015-03-13 19:40:31 +02001656 int common_len;
Ville Syrjälä04a60f92015-07-06 15:10:06 +03001657 uint8_t link_bw, rate_select;
Jani Nikulab31e85e2017-05-18 14:10:25 +03001658 bool reduce_m_n = drm_dp_has_quirk(&intel_dp->desc,
1659 DP_DPCD_QUIRK_LIMITED_M_N);
Sonika Jindala8f3ef62015-03-05 10:02:30 +05301660
Jani Nikula975ee5fca2017-04-06 16:44:10 +03001661 common_len = intel_dp_common_len_rate_limit(intel_dp,
Jani Nikulae6c0c642017-04-06 16:44:12 +03001662 intel_dp->max_link_rate);
Sonika Jindala8f3ef62015-03-05 10:02:30 +05301663
1664 /* No common link rates between source and sink */
Ville Syrjälä94ca7192015-03-13 19:40:31 +02001665 WARN_ON(common_len <= 0);
Sonika Jindala8f3ef62015-03-05 10:02:30 +05301666
Ville Syrjälä94ca7192015-03-13 19:40:31 +02001667 max_clock = common_len - 1;
Keith Packarda4fc5ed2009-04-07 16:16:42 -07001668
Tvrtko Ursulin4f8036a2016-10-13 11:02:52 +01001669 if (HAS_PCH_SPLIT(dev_priv) && !HAS_DDI(dev_priv) && port != PORT_A)
Daniel Vetter5bfe2ac2013-03-27 00:44:55 +01001670 pipe_config->has_pch_encoder = true;
1671
Vandana Kannanf769cd22014-08-05 07:51:22 -07001672 pipe_config->has_drrs = false;
Maarten Lankhorste6b72c92017-05-01 15:38:00 +02001673 if (port == PORT_A)
1674 pipe_config->has_audio = false;
Maarten Lankhorst8f647a02017-05-01 15:38:01 +02001675 else if (intel_conn_state->force_audio == HDMI_AUDIO_AUTO)
Maarten Lankhorste6b72c92017-05-01 15:38:00 +02001676 pipe_config->has_audio = intel_dp->has_audio;
1677 else
Maarten Lankhorst8f647a02017-05-01 15:38:01 +02001678 pipe_config->has_audio = intel_conn_state->force_audio == HDMI_AUDIO_ON;
Keith Packarda4fc5ed2009-04-07 16:16:42 -07001679
Jani Nikula1853a9d2017-08-18 12:30:20 +03001680 if (intel_dp_is_edp(intel_dp) && intel_connector->panel.fixed_mode) {
Jim Bridedc911f52017-08-09 12:48:53 -07001681 struct drm_display_mode *panel_mode =
1682 intel_connector->panel.alt_fixed_mode;
1683 struct drm_display_mode *req_mode = &pipe_config->base.mode;
1684
1685 if (!intel_edp_compare_alt_mode(req_mode, panel_mode))
1686 panel_mode = intel_connector->panel.fixed_mode;
1687
1688 drm_mode_debug_printmodeline(panel_mode);
1689
1690 intel_fixed_panel_mode(panel_mode, adjusted_mode);
Chandra Kondurua1b22782015-04-07 15:28:45 -07001691
Tvrtko Ursulindd11bc12016-11-16 08:55:41 +00001692 if (INTEL_GEN(dev_priv) >= 9) {
Chandra Kondurua1b22782015-04-07 15:28:45 -07001693 int ret;
Maarten Lankhorste435d6e2015-07-13 16:30:15 +02001694 ret = skl_update_scaler_crtc(pipe_config);
Chandra Kondurua1b22782015-04-07 15:28:45 -07001695 if (ret)
1696 return ret;
1697 }
1698
Tvrtko Ursulin49cff962016-10-13 11:02:54 +01001699 if (HAS_GMCH_DISPLAY(dev_priv))
Jesse Barnes2dd24552013-04-25 12:55:01 -07001700 intel_gmch_panel_fitting(intel_crtc, pipe_config,
Maarten Lankhorsteead06d2017-05-01 15:37:55 +02001701 conn_state->scaling_mode);
Jesse Barnes2dd24552013-04-25 12:55:01 -07001702 else
Jesse Barnesb074cec2013-04-25 12:55:02 -07001703 intel_pch_panel_fitting(intel_crtc, pipe_config,
Maarten Lankhorsteead06d2017-05-01 15:37:55 +02001704 conn_state->scaling_mode);
Zhao Yakui0d3a1be2010-07-19 09:43:13 +01001705 }
1706
Daniel Vettercb1793c2012-06-04 18:39:21 +02001707 if (adjusted_mode->flags & DRM_MODE_FLAG_DBLCLK)
Daniel Vetter0af78a22012-05-23 11:30:55 +02001708 return false;
1709
Manasi Navareda15f7c2017-01-24 08:16:34 -08001710 /* Use values requested by Compliance Test Request */
1711 if (intel_dp->compliance.test_type == DP_TEST_LINK_TRAINING) {
Jani Nikulaec990e22017-04-06 16:44:15 +03001712 int index;
1713
Manasi Navare140ef132017-06-08 13:41:03 -07001714 /* Validate the compliance test data since max values
1715 * might have changed due to link train fallback.
1716 */
1717 if (intel_dp_link_params_valid(intel_dp, intel_dp->compliance.test_link_rate,
1718 intel_dp->compliance.test_lane_count)) {
1719 index = intel_dp_rate_index(intel_dp->common_rates,
1720 intel_dp->num_common_rates,
1721 intel_dp->compliance.test_link_rate);
1722 if (index >= 0)
1723 min_clock = max_clock = index;
1724 min_lane_count = max_lane_count = intel_dp->compliance.test_lane_count;
1725 }
Manasi Navareda15f7c2017-01-24 08:16:34 -08001726 }
Daniel Vetter083f9562012-04-20 20:23:49 +02001727 DRM_DEBUG_KMS("DP link computation with max lane count %i "
Sonika Jindala8f3ef62015-03-05 10:02:30 +05301728 "max bw %d pixel clock %iKHz\n",
Jani Nikula975ee5fca2017-04-06 16:44:10 +03001729 max_lane_count, intel_dp->common_rates[max_clock],
Damien Lespiau241bfc32013-09-25 16:45:37 +01001730 adjusted_mode->crtc_clock);
Daniel Vetter083f9562012-04-20 20:23:49 +02001731
Daniel Vetter36008362013-03-27 00:44:59 +01001732 /* Walk through all bpp values. Luckily they're all nicely spaced with 2
1733 * bpc in between. */
Mika Kaholaf9bb7052016-09-09 14:10:56 +03001734 bpp = intel_dp_compute_bpp(intel_dp, pipe_config);
Jani Nikula1853a9d2017-08-18 12:30:20 +03001735 if (intel_dp_is_edp(intel_dp)) {
Thulasimani,Sivakumar22ce5622015-07-31 11:05:27 +05301736
1737 /* Get bpp from vbt only for panels that dont have bpp in edid */
1738 if (intel_connector->base.display_info.bpc == 0 &&
Jani Nikula6aa23e62016-03-24 17:50:20 +02001739 (dev_priv->vbt.edp.bpp && dev_priv->vbt.edp.bpp < bpp)) {
Jani Nikula56071a22014-05-06 14:56:52 +03001740 DRM_DEBUG_KMS("clamping bpp for eDP panel to BIOS-provided %i\n",
Jani Nikula6aa23e62016-03-24 17:50:20 +02001741 dev_priv->vbt.edp.bpp);
1742 bpp = dev_priv->vbt.edp.bpp;
Jani Nikula56071a22014-05-06 14:56:52 +03001743 }
1744
Jani Nikula344c5bb2014-09-09 11:25:13 +03001745 /*
1746 * Use the maximum clock and number of lanes the eDP panel
1747 * advertizes being capable of. The panels are generally
1748 * designed to support only a single clock and lane
1749 * configuration, and typically these values correspond to the
1750 * native resolution of the panel.
1751 */
1752 min_lane_count = max_lane_count;
1753 min_clock = max_clock;
Imre Deak79842112013-07-18 17:44:13 +03001754 }
Daniel Vetter657445f2013-05-04 10:09:18 +02001755
Daniel Vetter36008362013-03-27 00:44:59 +01001756 for (; bpp >= 6*3; bpp -= 2*3) {
Damien Lespiau241bfc32013-09-25 16:45:37 +01001757 mode_rate = intel_dp_link_required(adjusted_mode->crtc_clock,
1758 bpp);
Daniel Vetterc4867932012-04-10 10:42:36 +02001759
Dave Airliec6930992014-07-14 11:04:39 +10001760 for (clock = min_clock; clock <= max_clock; clock++) {
Sonika Jindala8f3ef62015-03-05 10:02:30 +05301761 for (lane_count = min_lane_count;
1762 lane_count <= max_lane_count;
1763 lane_count <<= 1) {
1764
Jani Nikula975ee5fca2017-04-06 16:44:10 +03001765 link_clock = intel_dp->common_rates[clock];
Daniel Vetter36008362013-03-27 00:44:59 +01001766 link_avail = intel_dp_max_data_rate(link_clock,
1767 lane_count);
Ville Syrjälä3685a8f2013-01-17 16:31:28 +02001768
Daniel Vetter36008362013-03-27 00:44:59 +01001769 if (mode_rate <= link_avail) {
1770 goto found;
1771 }
1772 }
1773 }
1774 }
1775
1776 return false;
1777
1778found:
Maarten Lankhorst8f647a02017-05-01 15:38:01 +02001779 if (intel_conn_state->broadcast_rgb == INTEL_BROADCAST_RGB_AUTO) {
Ville Syrjälä55bc60d2013-01-17 16:31:29 +02001780 /*
1781 * See:
1782 * CEA-861-E - 5.1 Default Encoding Parameters
1783 * VESA DisplayPort Ver.1.2a - 5.1.1.1 Video Colorimetry
1784 */
Ville Syrjälä0f2a2a72015-07-06 15:10:00 +03001785 pipe_config->limited_color_range =
Ville Syrjäläc8127cf02017-01-11 16:18:35 +02001786 bpp != 18 &&
1787 drm_default_rgb_quant_range(adjusted_mode) ==
1788 HDMI_QUANTIZATION_RANGE_LIMITED;
Ville Syrjälä0f2a2a72015-07-06 15:10:00 +03001789 } else {
1790 pipe_config->limited_color_range =
Maarten Lankhorst8f647a02017-05-01 15:38:01 +02001791 intel_conn_state->broadcast_rgb == INTEL_BROADCAST_RGB_LIMITED;
Ville Syrjälä55bc60d2013-01-17 16:31:29 +02001792 }
1793
Ville Syrjälä90a6b7b2015-07-06 16:39:15 +03001794 pipe_config->lane_count = lane_count;
Sonika Jindala8f3ef62015-03-05 10:02:30 +05301795
Daniel Vetter657445f2013-05-04 10:09:18 +02001796 pipe_config->pipe_bpp = bpp;
Jani Nikula975ee5fca2017-04-06 16:44:10 +03001797 pipe_config->port_clock = intel_dp->common_rates[clock];
Daniel Vetterc4867932012-04-10 10:42:36 +02001798
Ville Syrjälä04a60f92015-07-06 15:10:06 +03001799 intel_dp_compute_rate(intel_dp, pipe_config->port_clock,
1800 &link_bw, &rate_select);
1801
1802 DRM_DEBUG_KMS("DP link bw %02x rate select %02x lane count %d clock %d bpp %d\n",
1803 link_bw, rate_select, pipe_config->lane_count,
Daniel Vetterff9a6752013-06-01 17:16:21 +02001804 pipe_config->port_clock, bpp);
Daniel Vetter36008362013-03-27 00:44:59 +01001805 DRM_DEBUG_KMS("DP link bw required %i available %i\n",
1806 mode_rate, link_avail);
Keith Packarda4fc5ed2009-04-07 16:16:42 -07001807
Daniel Vetter03afc4a2013-04-02 23:42:31 +02001808 intel_link_compute_m_n(bpp, lane_count,
Damien Lespiau241bfc32013-09-25 16:45:37 +01001809 adjusted_mode->crtc_clock,
1810 pipe_config->port_clock,
Jani Nikulab31e85e2017-05-18 14:10:25 +03001811 &pipe_config->dp_m_n,
1812 reduce_m_n);
Keith Packarda4fc5ed2009-04-07 16:16:42 -07001813
Pradeep Bhat439d7ac2014-04-05 12:13:28 +05301814 if (intel_connector->panel.downclock_mode != NULL &&
Vandana Kannan96178ee2015-01-10 02:25:56 +05301815 dev_priv->drrs.type == SEAMLESS_DRRS_SUPPORT) {
Vandana Kannanf769cd22014-08-05 07:51:22 -07001816 pipe_config->has_drrs = true;
Pradeep Bhat439d7ac2014-04-05 12:13:28 +05301817 intel_link_compute_m_n(bpp, lane_count,
1818 intel_connector->panel.downclock_mode->clock,
1819 pipe_config->port_clock,
Jani Nikulab31e85e2017-05-18 14:10:25 +03001820 &pipe_config->dp_m2_n2,
1821 reduce_m_n);
Pradeep Bhat439d7ac2014-04-05 12:13:28 +05301822 }
1823
Ville Syrjälä14d41b32016-05-13 23:41:22 +03001824 /*
1825 * DPLL0 VCO may need to be adjusted to get the correct
1826 * clock for eDP. This will affect cdclk as well.
1827 */
Jani Nikula1853a9d2017-08-18 12:30:20 +03001828 if (intel_dp_is_edp(intel_dp) && IS_GEN9_BC(dev_priv)) {
Ville Syrjälä14d41b32016-05-13 23:41:22 +03001829 int vco;
1830
1831 switch (pipe_config->port_clock / 2) {
1832 case 108000:
1833 case 216000:
Ville Syrjälä63911d72016-05-13 23:41:32 +03001834 vco = 8640000;
Ville Syrjälä14d41b32016-05-13 23:41:22 +03001835 break;
1836 default:
Ville Syrjälä63911d72016-05-13 23:41:32 +03001837 vco = 8100000;
Ville Syrjälä14d41b32016-05-13 23:41:22 +03001838 break;
1839 }
1840
Ville Syrjäläbb0f4aa2017-01-20 20:21:59 +02001841 to_intel_atomic_state(pipe_config->base.state)->cdclk.logical.vco = vco;
Ville Syrjälä14d41b32016-05-13 23:41:22 +03001842 }
1843
Tvrtko Ursulin4f8036a2016-10-13 11:02:52 +01001844 if (!HAS_DDI(dev_priv))
Ville Syrjälä840b32b2015-08-11 20:21:46 +03001845 intel_dp_set_clock(encoder, pipe_config);
Daniel Vetterc6bb3532013-04-19 11:14:33 +02001846
Daniel Vetter36008362013-03-27 00:44:59 +01001847 return true;
Keith Packarda4fc5ed2009-04-07 16:16:42 -07001848}
1849
Ville Syrjälä901c2da2015-08-17 18:05:12 +03001850void intel_dp_set_link_params(struct intel_dp *intel_dp,
Ander Conselvan de Oliveiradfa10482016-09-01 15:08:06 -07001851 int link_rate, uint8_t lane_count,
1852 bool link_mst)
Ville Syrjälä901c2da2015-08-17 18:05:12 +03001853{
Ander Conselvan de Oliveiradfa10482016-09-01 15:08:06 -07001854 intel_dp->link_rate = link_rate;
1855 intel_dp->lane_count = lane_count;
1856 intel_dp->link_mst = link_mst;
Ville Syrjälä901c2da2015-08-17 18:05:12 +03001857}
1858
Maarten Lankhorst85cb48a2016-08-09 17:04:13 +02001859static void intel_dp_prepare(struct intel_encoder *encoder,
Ville Syrjälä5f88a9c2017-08-18 16:49:58 +03001860 const struct intel_crtc_state *pipe_config)
Keith Packarda4fc5ed2009-04-07 16:16:42 -07001861{
Daniel Vetterb934223d2013-07-21 21:37:05 +02001862 struct drm_device *dev = encoder->base.dev;
Chris Wilsonfac5e232016-07-04 11:34:36 +01001863 struct drm_i915_private *dev_priv = to_i915(dev);
Daniel Vetterb934223d2013-07-21 21:37:05 +02001864 struct intel_dp *intel_dp = enc_to_intel_dp(&encoder->base);
Imre Deakbc7d38a2013-05-16 14:40:36 +03001865 enum port port = dp_to_dig_port(intel_dp)->port;
Daniel Vetterb934223d2013-07-21 21:37:05 +02001866 struct intel_crtc *crtc = to_intel_crtc(encoder->base.crtc);
Maarten Lankhorst85cb48a2016-08-09 17:04:13 +02001867 const struct drm_display_mode *adjusted_mode = &pipe_config->base.adjusted_mode;
Keith Packarda4fc5ed2009-04-07 16:16:42 -07001868
Ander Conselvan de Oliveiradfa10482016-09-01 15:08:06 -07001869 intel_dp_set_link_params(intel_dp, pipe_config->port_clock,
1870 pipe_config->lane_count,
1871 intel_crtc_has_type(pipe_config,
1872 INTEL_OUTPUT_DP_MST));
Ville Syrjälä901c2da2015-08-17 18:05:12 +03001873
Keith Packard417e8222011-11-01 19:54:11 -07001874 /*
Keith Packard1a2eb462011-11-16 16:26:07 -08001875 * There are four kinds of DP registers:
Keith Packard417e8222011-11-01 19:54:11 -07001876 *
1877 * IBX PCH
Keith Packard1a2eb462011-11-16 16:26:07 -08001878 * SNB CPU
1879 * IVB CPU
Keith Packard417e8222011-11-01 19:54:11 -07001880 * CPT PCH
1881 *
1882 * IBX PCH and CPU are the same for almost everything,
1883 * except that the CPU DP PLL is configured in this
1884 * register
1885 *
1886 * CPT PCH is quite different, having many bits moved
1887 * to the TRANS_DP_CTL register instead. That
1888 * configuration happens (oddly) in ironlake_pch_enable
1889 */
Adam Jackson9c9e7922010-04-05 17:57:59 -04001890
Keith Packard417e8222011-11-01 19:54:11 -07001891 /* Preserve the BIOS-computed detected bit. This is
1892 * supposed to be read-only.
1893 */
1894 intel_dp->DP = I915_READ(intel_dp->output_reg) & DP_DETECTED;
Keith Packarda4fc5ed2009-04-07 16:16:42 -07001895
Keith Packard417e8222011-11-01 19:54:11 -07001896 /* Handle DP bits in common between all three register formats */
Keith Packard417e8222011-11-01 19:54:11 -07001897 intel_dp->DP |= DP_VOLTAGE_0_4 | DP_PRE_EMPHASIS_0;
Maarten Lankhorst85cb48a2016-08-09 17:04:13 +02001898 intel_dp->DP |= DP_PORT_WIDTH(pipe_config->lane_count);
Keith Packarda4fc5ed2009-04-07 16:16:42 -07001899
Keith Packard417e8222011-11-01 19:54:11 -07001900 /* Split out the IBX/CPU vs CPT settings */
Zhenyu Wang32f9d652009-07-24 01:00:32 +08001901
Tvrtko Ursulin5db94012016-10-13 11:03:10 +01001902 if (IS_GEN7(dev_priv) && port == PORT_A) {
Keith Packard1a2eb462011-11-16 16:26:07 -08001903 if (adjusted_mode->flags & DRM_MODE_FLAG_PHSYNC)
1904 intel_dp->DP |= DP_SYNC_HS_HIGH;
1905 if (adjusted_mode->flags & DRM_MODE_FLAG_PVSYNC)
1906 intel_dp->DP |= DP_SYNC_VS_HIGH;
1907 intel_dp->DP |= DP_LINK_TRAIN_OFF_CPT;
1908
Jani Nikula6aba5b62013-10-04 15:08:10 +03001909 if (drm_dp_enhanced_frame_cap(intel_dp->dpcd))
Keith Packard1a2eb462011-11-16 16:26:07 -08001910 intel_dp->DP |= DP_ENHANCED_FRAMING;
1911
Daniel Vetter7c62a162013-06-01 17:16:20 +02001912 intel_dp->DP |= crtc->pipe << 29;
Tvrtko Ursulin6e266952016-10-13 11:02:53 +01001913 } else if (HAS_PCH_CPT(dev_priv) && port != PORT_A) {
Ville Syrjäläe3ef4472015-05-05 17:17:31 +03001914 u32 trans_dp;
1915
Ville Syrjälä39e5fa82015-05-05 17:17:29 +03001916 intel_dp->DP |= DP_LINK_TRAIN_OFF_CPT;
Ville Syrjäläe3ef4472015-05-05 17:17:31 +03001917
1918 trans_dp = I915_READ(TRANS_DP_CTL(crtc->pipe));
1919 if (drm_dp_enhanced_frame_cap(intel_dp->dpcd))
1920 trans_dp |= TRANS_DP_ENH_FRAMING;
1921 else
1922 trans_dp &= ~TRANS_DP_ENH_FRAMING;
1923 I915_WRITE(TRANS_DP_CTL(crtc->pipe), trans_dp);
Ville Syrjälä39e5fa82015-05-05 17:17:29 +03001924 } else {
Ville Syrjäläc99f53f2016-11-14 19:44:07 +02001925 if (IS_G4X(dev_priv) && pipe_config->limited_color_range)
Ville Syrjälä0f2a2a72015-07-06 15:10:00 +03001926 intel_dp->DP |= DP_COLOR_RANGE_16_235;
Keith Packard417e8222011-11-01 19:54:11 -07001927
1928 if (adjusted_mode->flags & DRM_MODE_FLAG_PHSYNC)
1929 intel_dp->DP |= DP_SYNC_HS_HIGH;
1930 if (adjusted_mode->flags & DRM_MODE_FLAG_PVSYNC)
1931 intel_dp->DP |= DP_SYNC_VS_HIGH;
1932 intel_dp->DP |= DP_LINK_TRAIN_OFF;
1933
Jani Nikula6aba5b62013-10-04 15:08:10 +03001934 if (drm_dp_enhanced_frame_cap(intel_dp->dpcd))
Keith Packard417e8222011-11-01 19:54:11 -07001935 intel_dp->DP |= DP_ENHANCED_FRAMING;
1936
Tvrtko Ursulin920a14b2016-10-14 10:13:44 +01001937 if (IS_CHERRYVIEW(dev_priv))
Chon Ming Lee44f37d12014-04-09 13:28:21 +03001938 intel_dp->DP |= DP_PIPE_SELECT_CHV(crtc->pipe);
Ville Syrjälä39e5fa82015-05-05 17:17:29 +03001939 else if (crtc->pipe == PIPE_B)
1940 intel_dp->DP |= DP_PIPEB_SELECT;
Zhenyu Wang32f9d652009-07-24 01:00:32 +08001941 }
Keith Packarda4fc5ed2009-04-07 16:16:42 -07001942}
1943
Paulo Zanoniffd6749d2013-12-19 14:29:42 -02001944#define IDLE_ON_MASK (PP_ON | PP_SEQUENCE_MASK | 0 | PP_SEQUENCE_STATE_MASK)
1945#define IDLE_ON_VALUE (PP_ON | PP_SEQUENCE_NONE | 0 | PP_SEQUENCE_STATE_ON_IDLE)
Keith Packard99ea7122011-11-01 19:57:50 -07001946
Paulo Zanoni1a5ef5b2013-12-19 14:29:43 -02001947#define IDLE_OFF_MASK (PP_ON | PP_SEQUENCE_MASK | 0 | 0)
1948#define IDLE_OFF_VALUE (0 | PP_SEQUENCE_NONE | 0 | 0)
Keith Packard99ea7122011-11-01 19:57:50 -07001949
Paulo Zanoniffd6749d2013-12-19 14:29:42 -02001950#define IDLE_CYCLE_MASK (PP_ON | PP_SEQUENCE_MASK | PP_CYCLE_DELAY_ACTIVE | PP_SEQUENCE_STATE_MASK)
1951#define IDLE_CYCLE_VALUE (0 | PP_SEQUENCE_NONE | 0 | PP_SEQUENCE_STATE_OFF_IDLE)
Keith Packard99ea7122011-11-01 19:57:50 -07001952
Imre Deakde9c1b62016-06-16 20:01:46 +03001953static void intel_pps_verify_state(struct drm_i915_private *dev_priv,
1954 struct intel_dp *intel_dp);
1955
Daniel Vetter4be73782014-01-17 14:39:48 +01001956static void wait_panel_status(struct intel_dp *intel_dp,
Keith Packard99ea7122011-11-01 19:57:50 -07001957 u32 mask,
1958 u32 value)
1959{
Paulo Zanoni30add222012-10-26 19:05:45 -02001960 struct drm_device *dev = intel_dp_to_dev(intel_dp);
Chris Wilsonfac5e232016-07-04 11:34:36 +01001961 struct drm_i915_private *dev_priv = to_i915(dev);
Ville Syrjäläf0f59a02015-11-18 15:33:26 +02001962 i915_reg_t pp_stat_reg, pp_ctrl_reg;
Jesse Barnes453c5422013-03-28 09:55:41 -07001963
Ville Syrjäläe39b9992014-09-04 14:53:14 +03001964 lockdep_assert_held(&dev_priv->pps_mutex);
1965
Imre Deakde9c1b62016-06-16 20:01:46 +03001966 intel_pps_verify_state(dev_priv, intel_dp);
1967
Jani Nikulabf13e812013-09-06 07:40:05 +03001968 pp_stat_reg = _pp_stat_reg(intel_dp);
1969 pp_ctrl_reg = _pp_ctrl_reg(intel_dp);
Keith Packard99ea7122011-11-01 19:57:50 -07001970
1971 DRM_DEBUG_KMS("mask %08x value %08x status %08x control %08x\n",
Jesse Barnes453c5422013-03-28 09:55:41 -07001972 mask, value,
1973 I915_READ(pp_stat_reg),
1974 I915_READ(pp_ctrl_reg));
Keith Packard99ea7122011-11-01 19:57:50 -07001975
Chris Wilson9036ff02016-06-30 15:33:09 +01001976 if (intel_wait_for_register(dev_priv,
1977 pp_stat_reg, mask, value,
1978 5000))
Keith Packard99ea7122011-11-01 19:57:50 -07001979 DRM_ERROR("Panel status timeout: status %08x control %08x\n",
Jesse Barnes453c5422013-03-28 09:55:41 -07001980 I915_READ(pp_stat_reg),
1981 I915_READ(pp_ctrl_reg));
Chris Wilson54c136d2013-12-02 09:57:16 +00001982
1983 DRM_DEBUG_KMS("Wait complete\n");
Keith Packard99ea7122011-11-01 19:57:50 -07001984}
1985
Daniel Vetter4be73782014-01-17 14:39:48 +01001986static void wait_panel_on(struct intel_dp *intel_dp)
Keith Packard99ea7122011-11-01 19:57:50 -07001987{
1988 DRM_DEBUG_KMS("Wait for panel power on\n");
Daniel Vetter4be73782014-01-17 14:39:48 +01001989 wait_panel_status(intel_dp, IDLE_ON_MASK, IDLE_ON_VALUE);
Keith Packard99ea7122011-11-01 19:57:50 -07001990}
1991
Daniel Vetter4be73782014-01-17 14:39:48 +01001992static void wait_panel_off(struct intel_dp *intel_dp)
Keith Packardbd943152011-09-18 23:09:52 -07001993{
Keith Packardbd943152011-09-18 23:09:52 -07001994 DRM_DEBUG_KMS("Wait for panel power off time\n");
Daniel Vetter4be73782014-01-17 14:39:48 +01001995 wait_panel_status(intel_dp, IDLE_OFF_MASK, IDLE_OFF_VALUE);
Keith Packardbd943152011-09-18 23:09:52 -07001996}
Keith Packardbd943152011-09-18 23:09:52 -07001997
Daniel Vetter4be73782014-01-17 14:39:48 +01001998static void wait_panel_power_cycle(struct intel_dp *intel_dp)
Keith Packard99ea7122011-11-01 19:57:50 -07001999{
Abhay Kumard28d4732016-01-22 17:39:04 -08002000 ktime_t panel_power_on_time;
2001 s64 panel_power_off_duration;
2002
Keith Packard99ea7122011-11-01 19:57:50 -07002003 DRM_DEBUG_KMS("Wait for panel power cycle\n");
Paulo Zanonidce56b32013-12-19 14:29:40 -02002004
Abhay Kumard28d4732016-01-22 17:39:04 -08002005 /* take the difference of currrent time and panel power off time
2006 * and then make panel wait for t11_t12 if needed. */
2007 panel_power_on_time = ktime_get_boottime();
2008 panel_power_off_duration = ktime_ms_delta(panel_power_on_time, intel_dp->panel_power_off_time);
2009
Paulo Zanonidce56b32013-12-19 14:29:40 -02002010 /* When we disable the VDD override bit last we have to do the manual
2011 * wait. */
Abhay Kumard28d4732016-01-22 17:39:04 -08002012 if (panel_power_off_duration < (s64)intel_dp->panel_power_cycle_delay)
2013 wait_remaining_ms_from_jiffies(jiffies,
2014 intel_dp->panel_power_cycle_delay - panel_power_off_duration);
Paulo Zanonidce56b32013-12-19 14:29:40 -02002015
Daniel Vetter4be73782014-01-17 14:39:48 +01002016 wait_panel_status(intel_dp, IDLE_CYCLE_MASK, IDLE_CYCLE_VALUE);
Keith Packard99ea7122011-11-01 19:57:50 -07002017}
Keith Packardbd943152011-09-18 23:09:52 -07002018
Daniel Vetter4be73782014-01-17 14:39:48 +01002019static void wait_backlight_on(struct intel_dp *intel_dp)
Paulo Zanonidce56b32013-12-19 14:29:40 -02002020{
2021 wait_remaining_ms_from_jiffies(intel_dp->last_power_on,
2022 intel_dp->backlight_on_delay);
2023}
2024
Daniel Vetter4be73782014-01-17 14:39:48 +01002025static void edp_wait_backlight_off(struct intel_dp *intel_dp)
Paulo Zanonidce56b32013-12-19 14:29:40 -02002026{
2027 wait_remaining_ms_from_jiffies(intel_dp->last_backlight_off,
2028 intel_dp->backlight_off_delay);
2029}
Keith Packard99ea7122011-11-01 19:57:50 -07002030
Keith Packard832dd3c2011-11-01 19:34:06 -07002031/* Read the current pp_control value, unlocking the register if it
2032 * is locked
2033 */
2034
Jesse Barnes453c5422013-03-28 09:55:41 -07002035static u32 ironlake_get_pp_control(struct intel_dp *intel_dp)
Keith Packard832dd3c2011-11-01 19:34:06 -07002036{
Jesse Barnes453c5422013-03-28 09:55:41 -07002037 struct drm_device *dev = intel_dp_to_dev(intel_dp);
Chris Wilsonfac5e232016-07-04 11:34:36 +01002038 struct drm_i915_private *dev_priv = to_i915(dev);
Jesse Barnes453c5422013-03-28 09:55:41 -07002039 u32 control;
Jesse Barnes453c5422013-03-28 09:55:41 -07002040
Ville Syrjäläe39b9992014-09-04 14:53:14 +03002041 lockdep_assert_held(&dev_priv->pps_mutex);
2042
Jani Nikulabf13e812013-09-06 07:40:05 +03002043 control = I915_READ(_pp_ctrl_reg(intel_dp));
Imre Deak8090ba82016-08-10 14:07:33 +03002044 if (WARN_ON(!HAS_DDI(dev_priv) &&
2045 (control & PANEL_UNLOCK_MASK) != PANEL_UNLOCK_REGS)) {
Vandana Kannanb0a08be2015-06-18 11:00:55 +05302046 control &= ~PANEL_UNLOCK_MASK;
2047 control |= PANEL_UNLOCK_REGS;
2048 }
Keith Packard832dd3c2011-11-01 19:34:06 -07002049 return control;
Keith Packardbd943152011-09-18 23:09:52 -07002050}
2051
Ville Syrjälä951468f2014-09-04 14:55:31 +03002052/*
2053 * Must be paired with edp_panel_vdd_off().
2054 * Must hold pps_mutex around the whole on/off sequence.
2055 * Can be nested with intel_edp_panel_vdd_{on,off}() calls.
2056 */
Ville Syrjälä1e0560e2014-08-19 13:24:25 +03002057static bool edp_panel_vdd_on(struct intel_dp *intel_dp)
Jesse Barnes5d613502011-01-24 17:10:54 -08002058{
Paulo Zanoni30add222012-10-26 19:05:45 -02002059 struct drm_device *dev = intel_dp_to_dev(intel_dp);
Imre Deak4e6e1a52014-03-27 17:45:11 +02002060 struct intel_digital_port *intel_dig_port = dp_to_dig_port(intel_dp);
Chris Wilsonfac5e232016-07-04 11:34:36 +01002061 struct drm_i915_private *dev_priv = to_i915(dev);
Jesse Barnes5d613502011-01-24 17:10:54 -08002062 u32 pp;
Ville Syrjäläf0f59a02015-11-18 15:33:26 +02002063 i915_reg_t pp_stat_reg, pp_ctrl_reg;
Jani Nikulaadddaaf2014-03-14 16:51:13 +02002064 bool need_to_disable = !intel_dp->want_panel_vdd;
Jesse Barnes5d613502011-01-24 17:10:54 -08002065
Ville Syrjäläe39b9992014-09-04 14:53:14 +03002066 lockdep_assert_held(&dev_priv->pps_mutex);
2067
Jani Nikula1853a9d2017-08-18 12:30:20 +03002068 if (!intel_dp_is_edp(intel_dp))
Jani Nikulaadddaaf2014-03-14 16:51:13 +02002069 return false;
Keith Packardbd943152011-09-18 23:09:52 -07002070
Egbert Eich2c623c12014-11-25 12:54:57 +01002071 cancel_delayed_work(&intel_dp->panel_vdd_work);
Keith Packardbd943152011-09-18 23:09:52 -07002072 intel_dp->want_panel_vdd = true;
Keith Packard99ea7122011-11-01 19:57:50 -07002073
Daniel Vetter4be73782014-01-17 14:39:48 +01002074 if (edp_have_panel_vdd(intel_dp))
Jani Nikulaadddaaf2014-03-14 16:51:13 +02002075 return need_to_disable;
Paulo Zanonib0665d52013-10-30 19:50:27 -02002076
Ander Conselvan de Oliveira5432fca2017-02-22 08:34:26 +02002077 intel_display_power_get(dev_priv, intel_dp->aux_power_domain);
Paulo Zanonie9cb81a2013-11-21 13:47:23 -02002078
Ville Syrjälä3936fcf2014-10-16 21:30:02 +03002079 DRM_DEBUG_KMS("Turning eDP port %c VDD on\n",
2080 port_name(intel_dig_port->port));
Keith Packardbd943152011-09-18 23:09:52 -07002081
Daniel Vetter4be73782014-01-17 14:39:48 +01002082 if (!edp_have_panel_power(intel_dp))
2083 wait_panel_power_cycle(intel_dp);
Keith Packard99ea7122011-11-01 19:57:50 -07002084
Jesse Barnes453c5422013-03-28 09:55:41 -07002085 pp = ironlake_get_pp_control(intel_dp);
Jesse Barnes5d613502011-01-24 17:10:54 -08002086 pp |= EDP_FORCE_VDD;
Keith Packardebf33b12011-09-29 15:53:27 -07002087
Jani Nikulabf13e812013-09-06 07:40:05 +03002088 pp_stat_reg = _pp_stat_reg(intel_dp);
2089 pp_ctrl_reg = _pp_ctrl_reg(intel_dp);
Jesse Barnes453c5422013-03-28 09:55:41 -07002090
2091 I915_WRITE(pp_ctrl_reg, pp);
2092 POSTING_READ(pp_ctrl_reg);
2093 DRM_DEBUG_KMS("PP_STATUS: 0x%08x PP_CONTROL: 0x%08x\n",
2094 I915_READ(pp_stat_reg), I915_READ(pp_ctrl_reg));
Keith Packardebf33b12011-09-29 15:53:27 -07002095 /*
2096 * If the panel wasn't on, delay before accessing aux channel
2097 */
Daniel Vetter4be73782014-01-17 14:39:48 +01002098 if (!edp_have_panel_power(intel_dp)) {
Ville Syrjälä3936fcf2014-10-16 21:30:02 +03002099 DRM_DEBUG_KMS("eDP port %c panel power wasn't enabled\n",
2100 port_name(intel_dig_port->port));
Keith Packardf01eca22011-09-28 16:48:10 -07002101 msleep(intel_dp->panel_power_up_delay);
Keith Packardf01eca22011-09-28 16:48:10 -07002102 }
Jani Nikulaadddaaf2014-03-14 16:51:13 +02002103
2104 return need_to_disable;
2105}
2106
Ville Syrjälä951468f2014-09-04 14:55:31 +03002107/*
2108 * Must be paired with intel_edp_panel_vdd_off() or
2109 * intel_edp_panel_off().
2110 * Nested calls to these functions are not allowed since
2111 * we drop the lock. Caller must use some higher level
2112 * locking to prevent nested calls from other threads.
2113 */
Daniel Vetterb80d6c72014-03-19 15:54:37 +01002114void intel_edp_panel_vdd_on(struct intel_dp *intel_dp)
Jani Nikulaadddaaf2014-03-14 16:51:13 +02002115{
Ville Syrjäläc695b6b2014-08-18 22:16:03 +03002116 bool vdd;
Jani Nikulaadddaaf2014-03-14 16:51:13 +02002117
Jani Nikula1853a9d2017-08-18 12:30:20 +03002118 if (!intel_dp_is_edp(intel_dp))
Ville Syrjäläc695b6b2014-08-18 22:16:03 +03002119 return;
2120
Ville Syrjälä773538e82014-09-04 14:54:56 +03002121 pps_lock(intel_dp);
Ville Syrjäläc695b6b2014-08-18 22:16:03 +03002122 vdd = edp_panel_vdd_on(intel_dp);
Ville Syrjälä773538e82014-09-04 14:54:56 +03002123 pps_unlock(intel_dp);
Ville Syrjäläc695b6b2014-08-18 22:16:03 +03002124
Rob Clarke2c719b2014-12-15 13:56:32 -05002125 I915_STATE_WARN(!vdd, "eDP port %c VDD already requested on\n",
Ville Syrjälä3936fcf2014-10-16 21:30:02 +03002126 port_name(dp_to_dig_port(intel_dp)->port));
Jesse Barnes5d613502011-01-24 17:10:54 -08002127}
2128
Daniel Vetter4be73782014-01-17 14:39:48 +01002129static void edp_panel_vdd_off_sync(struct intel_dp *intel_dp)
Jesse Barnes5d613502011-01-24 17:10:54 -08002130{
Paulo Zanoni30add222012-10-26 19:05:45 -02002131 struct drm_device *dev = intel_dp_to_dev(intel_dp);
Chris Wilsonfac5e232016-07-04 11:34:36 +01002132 struct drm_i915_private *dev_priv = to_i915(dev);
Ville Syrjäläbe2c9192014-08-18 22:16:01 +03002133 struct intel_digital_port *intel_dig_port =
2134 dp_to_dig_port(intel_dp);
Jesse Barnes5d613502011-01-24 17:10:54 -08002135 u32 pp;
Ville Syrjäläf0f59a02015-11-18 15:33:26 +02002136 i915_reg_t pp_stat_reg, pp_ctrl_reg;
Jesse Barnes5d613502011-01-24 17:10:54 -08002137
Ville Syrjäläe39b9992014-09-04 14:53:14 +03002138 lockdep_assert_held(&dev_priv->pps_mutex);
Daniel Vettera0e99e62012-12-02 01:05:46 +01002139
Ville Syrjälä15e899a2014-08-18 22:16:02 +03002140 WARN_ON(intel_dp->want_panel_vdd);
Imre Deak4e6e1a52014-03-27 17:45:11 +02002141
Ville Syrjälä15e899a2014-08-18 22:16:02 +03002142 if (!edp_have_panel_vdd(intel_dp))
Ville Syrjäläbe2c9192014-08-18 22:16:01 +03002143 return;
Paulo Zanonib0665d52013-10-30 19:50:27 -02002144
Ville Syrjälä3936fcf2014-10-16 21:30:02 +03002145 DRM_DEBUG_KMS("Turning eDP port %c VDD off\n",
2146 port_name(intel_dig_port->port));
Jesse Barnes453c5422013-03-28 09:55:41 -07002147
Ville Syrjäläbe2c9192014-08-18 22:16:01 +03002148 pp = ironlake_get_pp_control(intel_dp);
2149 pp &= ~EDP_FORCE_VDD;
Jesse Barnes453c5422013-03-28 09:55:41 -07002150
Ville Syrjäläbe2c9192014-08-18 22:16:01 +03002151 pp_ctrl_reg = _pp_ctrl_reg(intel_dp);
2152 pp_stat_reg = _pp_stat_reg(intel_dp);
Jesse Barnes5d613502011-01-24 17:10:54 -08002153
Ville Syrjäläbe2c9192014-08-18 22:16:01 +03002154 I915_WRITE(pp_ctrl_reg, pp);
2155 POSTING_READ(pp_ctrl_reg);
Paulo Zanoni90791a52013-12-06 17:32:42 -02002156
Ville Syrjäläbe2c9192014-08-18 22:16:01 +03002157 /* Make sure sequencer is idle before allowing subsequent activity */
2158 DRM_DEBUG_KMS("PP_STATUS: 0x%08x PP_CONTROL: 0x%08x\n",
2159 I915_READ(pp_stat_reg), I915_READ(pp_ctrl_reg));
Paulo Zanonie9cb81a2013-11-21 13:47:23 -02002160
Imre Deak5a162e22016-08-10 14:07:30 +03002161 if ((pp & PANEL_POWER_ON) == 0)
Abhay Kumard28d4732016-01-22 17:39:04 -08002162 intel_dp->panel_power_off_time = ktime_get_boottime();
Paulo Zanonie9cb81a2013-11-21 13:47:23 -02002163
Ander Conselvan de Oliveira5432fca2017-02-22 08:34:26 +02002164 intel_display_power_put(dev_priv, intel_dp->aux_power_domain);
Keith Packardbd943152011-09-18 23:09:52 -07002165}
2166
Daniel Vetter4be73782014-01-17 14:39:48 +01002167static void edp_panel_vdd_work(struct work_struct *__work)
Keith Packardbd943152011-09-18 23:09:52 -07002168{
2169 struct intel_dp *intel_dp = container_of(to_delayed_work(__work),
2170 struct intel_dp, panel_vdd_work);
Keith Packardbd943152011-09-18 23:09:52 -07002171
Ville Syrjälä773538e82014-09-04 14:54:56 +03002172 pps_lock(intel_dp);
Ville Syrjälä15e899a2014-08-18 22:16:02 +03002173 if (!intel_dp->want_panel_vdd)
2174 edp_panel_vdd_off_sync(intel_dp);
Ville Syrjälä773538e82014-09-04 14:54:56 +03002175 pps_unlock(intel_dp);
Keith Packardbd943152011-09-18 23:09:52 -07002176}
2177
Imre Deakaba86892014-07-30 15:57:31 +03002178static void edp_panel_vdd_schedule_off(struct intel_dp *intel_dp)
2179{
2180 unsigned long delay;
2181
2182 /*
2183 * Queue the timer to fire a long time from now (relative to the power
2184 * down delay) to keep the panel power up across a sequence of
2185 * operations.
2186 */
2187 delay = msecs_to_jiffies(intel_dp->panel_power_cycle_delay * 5);
2188 schedule_delayed_work(&intel_dp->panel_vdd_work, delay);
2189}
2190
Ville Syrjälä951468f2014-09-04 14:55:31 +03002191/*
2192 * Must be paired with edp_panel_vdd_on().
2193 * Must hold pps_mutex around the whole on/off sequence.
2194 * Can be nested with intel_edp_panel_vdd_{on,off}() calls.
2195 */
Daniel Vetter4be73782014-01-17 14:39:48 +01002196static void edp_panel_vdd_off(struct intel_dp *intel_dp, bool sync)
Keith Packardbd943152011-09-18 23:09:52 -07002197{
Chris Wilsonfac5e232016-07-04 11:34:36 +01002198 struct drm_i915_private *dev_priv = to_i915(intel_dp_to_dev(intel_dp));
Ville Syrjäläe39b9992014-09-04 14:53:14 +03002199
2200 lockdep_assert_held(&dev_priv->pps_mutex);
2201
Jani Nikula1853a9d2017-08-18 12:30:20 +03002202 if (!intel_dp_is_edp(intel_dp))
Keith Packard97af61f572011-09-28 16:23:51 -07002203 return;
Jesse Barnes5d613502011-01-24 17:10:54 -08002204
Rob Clarke2c719b2014-12-15 13:56:32 -05002205 I915_STATE_WARN(!intel_dp->want_panel_vdd, "eDP port %c VDD not forced on",
Ville Syrjälä3936fcf2014-10-16 21:30:02 +03002206 port_name(dp_to_dig_port(intel_dp)->port));
Keith Packardf2e8b182011-11-01 20:01:35 -07002207
Keith Packardbd943152011-09-18 23:09:52 -07002208 intel_dp->want_panel_vdd = false;
2209
Imre Deakaba86892014-07-30 15:57:31 +03002210 if (sync)
Daniel Vetter4be73782014-01-17 14:39:48 +01002211 edp_panel_vdd_off_sync(intel_dp);
Imre Deakaba86892014-07-30 15:57:31 +03002212 else
2213 edp_panel_vdd_schedule_off(intel_dp);
Jesse Barnes5d613502011-01-24 17:10:54 -08002214}
2215
Ville Syrjälä9f0fb5b2014-10-16 21:27:32 +03002216static void edp_panel_on(struct intel_dp *intel_dp)
Jesse Barnes9934c132010-07-22 13:18:19 -07002217{
Paulo Zanoni30add222012-10-26 19:05:45 -02002218 struct drm_device *dev = intel_dp_to_dev(intel_dp);
Chris Wilsonfac5e232016-07-04 11:34:36 +01002219 struct drm_i915_private *dev_priv = to_i915(dev);
Keith Packard99ea7122011-11-01 19:57:50 -07002220 u32 pp;
Ville Syrjäläf0f59a02015-11-18 15:33:26 +02002221 i915_reg_t pp_ctrl_reg;
Jesse Barnes9934c132010-07-22 13:18:19 -07002222
Ville Syrjälä9f0fb5b2014-10-16 21:27:32 +03002223 lockdep_assert_held(&dev_priv->pps_mutex);
2224
Jani Nikula1853a9d2017-08-18 12:30:20 +03002225 if (!intel_dp_is_edp(intel_dp))
Keith Packardbd943152011-09-18 23:09:52 -07002226 return;
Keith Packard99ea7122011-11-01 19:57:50 -07002227
Ville Syrjälä3936fcf2014-10-16 21:30:02 +03002228 DRM_DEBUG_KMS("Turn eDP port %c panel power on\n",
2229 port_name(dp_to_dig_port(intel_dp)->port));
Keith Packard99ea7122011-11-01 19:57:50 -07002230
Ville Syrjäläe7a89ac2014-10-16 21:30:07 +03002231 if (WARN(edp_have_panel_power(intel_dp),
2232 "eDP port %c panel power already on\n",
2233 port_name(dp_to_dig_port(intel_dp)->port)))
Ville Syrjälä9f0fb5b2014-10-16 21:27:32 +03002234 return;
Jesse Barnes9934c132010-07-22 13:18:19 -07002235
Daniel Vetter4be73782014-01-17 14:39:48 +01002236 wait_panel_power_cycle(intel_dp);
Jesse Barnes37c6c9b2010-08-11 10:04:43 -07002237
Jani Nikulabf13e812013-09-06 07:40:05 +03002238 pp_ctrl_reg = _pp_ctrl_reg(intel_dp);
Jesse Barnes453c5422013-03-28 09:55:41 -07002239 pp = ironlake_get_pp_control(intel_dp);
Tvrtko Ursulin5db94012016-10-13 11:03:10 +01002240 if (IS_GEN5(dev_priv)) {
Keith Packard05ce1a42011-09-29 16:33:01 -07002241 /* ILK workaround: disable reset around power sequence */
2242 pp &= ~PANEL_POWER_RESET;
Jani Nikulabf13e812013-09-06 07:40:05 +03002243 I915_WRITE(pp_ctrl_reg, pp);
2244 POSTING_READ(pp_ctrl_reg);
Keith Packard05ce1a42011-09-29 16:33:01 -07002245 }
Jesse Barnes37c6c9b2010-08-11 10:04:43 -07002246
Imre Deak5a162e22016-08-10 14:07:30 +03002247 pp |= PANEL_POWER_ON;
Tvrtko Ursulin5db94012016-10-13 11:03:10 +01002248 if (!IS_GEN5(dev_priv))
Keith Packard99ea7122011-11-01 19:57:50 -07002249 pp |= PANEL_POWER_RESET;
2250
Jesse Barnes453c5422013-03-28 09:55:41 -07002251 I915_WRITE(pp_ctrl_reg, pp);
2252 POSTING_READ(pp_ctrl_reg);
Jesse Barnes9934c132010-07-22 13:18:19 -07002253
Daniel Vetter4be73782014-01-17 14:39:48 +01002254 wait_panel_on(intel_dp);
Paulo Zanonidce56b32013-12-19 14:29:40 -02002255 intel_dp->last_power_on = jiffies;
Jesse Barnes9934c132010-07-22 13:18:19 -07002256
Tvrtko Ursulin5db94012016-10-13 11:03:10 +01002257 if (IS_GEN5(dev_priv)) {
Keith Packard05ce1a42011-09-29 16:33:01 -07002258 pp |= PANEL_POWER_RESET; /* restore panel reset bit */
Jani Nikulabf13e812013-09-06 07:40:05 +03002259 I915_WRITE(pp_ctrl_reg, pp);
2260 POSTING_READ(pp_ctrl_reg);
Keith Packard05ce1a42011-09-29 16:33:01 -07002261 }
Ville Syrjälä9f0fb5b2014-10-16 21:27:32 +03002262}
Ville Syrjäläe39b9992014-09-04 14:53:14 +03002263
Ville Syrjälä9f0fb5b2014-10-16 21:27:32 +03002264void intel_edp_panel_on(struct intel_dp *intel_dp)
2265{
Jani Nikula1853a9d2017-08-18 12:30:20 +03002266 if (!intel_dp_is_edp(intel_dp))
Ville Syrjälä9f0fb5b2014-10-16 21:27:32 +03002267 return;
2268
2269 pps_lock(intel_dp);
2270 edp_panel_on(intel_dp);
Ville Syrjälä773538e82014-09-04 14:54:56 +03002271 pps_unlock(intel_dp);
Jesse Barnes9934c132010-07-22 13:18:19 -07002272}
2273
Ville Syrjälä9f0fb5b2014-10-16 21:27:32 +03002274
2275static void edp_panel_off(struct intel_dp *intel_dp)
Jesse Barnes9934c132010-07-22 13:18:19 -07002276{
Paulo Zanoni30add222012-10-26 19:05:45 -02002277 struct drm_device *dev = intel_dp_to_dev(intel_dp);
Chris Wilsonfac5e232016-07-04 11:34:36 +01002278 struct drm_i915_private *dev_priv = to_i915(dev);
Keith Packard99ea7122011-11-01 19:57:50 -07002279 u32 pp;
Ville Syrjäläf0f59a02015-11-18 15:33:26 +02002280 i915_reg_t pp_ctrl_reg;
Jesse Barnes9934c132010-07-22 13:18:19 -07002281
Ville Syrjälä9f0fb5b2014-10-16 21:27:32 +03002282 lockdep_assert_held(&dev_priv->pps_mutex);
2283
Jani Nikula1853a9d2017-08-18 12:30:20 +03002284 if (!intel_dp_is_edp(intel_dp))
Keith Packard97af61f572011-09-28 16:23:51 -07002285 return;
Jesse Barnes37c6c9b2010-08-11 10:04:43 -07002286
Ville Syrjälä3936fcf2014-10-16 21:30:02 +03002287 DRM_DEBUG_KMS("Turn eDP port %c panel power off\n",
2288 port_name(dp_to_dig_port(intel_dp)->port));
Jesse Barnes37c6c9b2010-08-11 10:04:43 -07002289
Ville Syrjälä3936fcf2014-10-16 21:30:02 +03002290 WARN(!intel_dp->want_panel_vdd, "Need eDP port %c VDD to turn off panel\n",
2291 port_name(dp_to_dig_port(intel_dp)->port));
Jani Nikula24f3e092014-03-17 16:43:36 +02002292
Jesse Barnes453c5422013-03-28 09:55:41 -07002293 pp = ironlake_get_pp_control(intel_dp);
Daniel Vetter35a38552012-08-12 22:17:14 +02002294 /* We need to switch off panel power _and_ force vdd, for otherwise some
2295 * panels get very unhappy and cease to work. */
Imre Deak5a162e22016-08-10 14:07:30 +03002296 pp &= ~(PANEL_POWER_ON | PANEL_POWER_RESET | EDP_FORCE_VDD |
Patrik Jakobssonb3064152014-03-04 00:42:44 +01002297 EDP_BLC_ENABLE);
Jesse Barnes453c5422013-03-28 09:55:41 -07002298
Jani Nikulabf13e812013-09-06 07:40:05 +03002299 pp_ctrl_reg = _pp_ctrl_reg(intel_dp);
Jesse Barnes453c5422013-03-28 09:55:41 -07002300
Paulo Zanoni849e39f2014-03-07 20:05:20 -03002301 intel_dp->want_panel_vdd = false;
2302
Jesse Barnes453c5422013-03-28 09:55:41 -07002303 I915_WRITE(pp_ctrl_reg, pp);
2304 POSTING_READ(pp_ctrl_reg);
Jesse Barnes9934c132010-07-22 13:18:19 -07002305
Daniel Vetter4be73782014-01-17 14:39:48 +01002306 wait_panel_off(intel_dp);
Manasi Navarecbacf022017-10-04 09:48:26 -07002307 intel_dp->panel_power_off_time = ktime_get_boottime();
Paulo Zanoni849e39f2014-03-07 20:05:20 -03002308
2309 /* We got a reference when we enabled the VDD. */
Ander Conselvan de Oliveira5432fca2017-02-22 08:34:26 +02002310 intel_display_power_put(dev_priv, intel_dp->aux_power_domain);
Ville Syrjälä9f0fb5b2014-10-16 21:27:32 +03002311}
Ville Syrjäläe39b9992014-09-04 14:53:14 +03002312
Ville Syrjälä9f0fb5b2014-10-16 21:27:32 +03002313void intel_edp_panel_off(struct intel_dp *intel_dp)
2314{
Jani Nikula1853a9d2017-08-18 12:30:20 +03002315 if (!intel_dp_is_edp(intel_dp))
Ville Syrjälä9f0fb5b2014-10-16 21:27:32 +03002316 return;
2317
2318 pps_lock(intel_dp);
2319 edp_panel_off(intel_dp);
Ville Syrjälä773538e82014-09-04 14:54:56 +03002320 pps_unlock(intel_dp);
Jesse Barnes9934c132010-07-22 13:18:19 -07002321}
2322
Jani Nikula1250d102014-08-12 17:11:39 +03002323/* Enable backlight in the panel power control. */
2324static void _intel_edp_backlight_on(struct intel_dp *intel_dp)
Zhenyu Wang32f9d652009-07-24 01:00:32 +08002325{
Paulo Zanonida63a9f2012-10-26 19:05:46 -02002326 struct intel_digital_port *intel_dig_port = dp_to_dig_port(intel_dp);
2327 struct drm_device *dev = intel_dig_port->base.base.dev;
Chris Wilsonfac5e232016-07-04 11:34:36 +01002328 struct drm_i915_private *dev_priv = to_i915(dev);
Zhenyu Wang32f9d652009-07-24 01:00:32 +08002329 u32 pp;
Ville Syrjäläf0f59a02015-11-18 15:33:26 +02002330 i915_reg_t pp_ctrl_reg;
Zhenyu Wang32f9d652009-07-24 01:00:32 +08002331
Jesse Barnes01cb9ea2010-10-07 16:01:12 -07002332 /*
2333 * If we enable the backlight right away following a panel power
2334 * on, we may see slight flicker as the panel syncs with the eDP
2335 * link. So delay a bit to make sure the image is solid before
2336 * allowing it to appear.
2337 */
Daniel Vetter4be73782014-01-17 14:39:48 +01002338 wait_backlight_on(intel_dp);
Ville Syrjäläe39b9992014-09-04 14:53:14 +03002339
Ville Syrjälä773538e82014-09-04 14:54:56 +03002340 pps_lock(intel_dp);
Ville Syrjäläe39b9992014-09-04 14:53:14 +03002341
Jesse Barnes453c5422013-03-28 09:55:41 -07002342 pp = ironlake_get_pp_control(intel_dp);
Zhenyu Wang32f9d652009-07-24 01:00:32 +08002343 pp |= EDP_BLC_ENABLE;
Jesse Barnes453c5422013-03-28 09:55:41 -07002344
Jani Nikulabf13e812013-09-06 07:40:05 +03002345 pp_ctrl_reg = _pp_ctrl_reg(intel_dp);
Jesse Barnes453c5422013-03-28 09:55:41 -07002346
2347 I915_WRITE(pp_ctrl_reg, pp);
2348 POSTING_READ(pp_ctrl_reg);
Ville Syrjäläe39b9992014-09-04 14:53:14 +03002349
Ville Syrjälä773538e82014-09-04 14:54:56 +03002350 pps_unlock(intel_dp);
Zhenyu Wang32f9d652009-07-24 01:00:32 +08002351}
2352
Jani Nikula1250d102014-08-12 17:11:39 +03002353/* Enable backlight PWM and backlight PP control. */
Maarten Lankhorstb037d582017-06-12 12:21:13 +02002354void intel_edp_backlight_on(const struct intel_crtc_state *crtc_state,
2355 const struct drm_connector_state *conn_state)
Jani Nikula1250d102014-08-12 17:11:39 +03002356{
Maarten Lankhorstb037d582017-06-12 12:21:13 +02002357 struct intel_dp *intel_dp = enc_to_intel_dp(conn_state->best_encoder);
2358
Jani Nikula1853a9d2017-08-18 12:30:20 +03002359 if (!intel_dp_is_edp(intel_dp))
Jani Nikula1250d102014-08-12 17:11:39 +03002360 return;
2361
2362 DRM_DEBUG_KMS("\n");
2363
Maarten Lankhorstb037d582017-06-12 12:21:13 +02002364 intel_panel_enable_backlight(crtc_state, conn_state);
Jani Nikula1250d102014-08-12 17:11:39 +03002365 _intel_edp_backlight_on(intel_dp);
2366}
2367
2368/* Disable backlight in the panel power control. */
2369static void _intel_edp_backlight_off(struct intel_dp *intel_dp)
Zhenyu Wang32f9d652009-07-24 01:00:32 +08002370{
Paulo Zanoni30add222012-10-26 19:05:45 -02002371 struct drm_device *dev = intel_dp_to_dev(intel_dp);
Chris Wilsonfac5e232016-07-04 11:34:36 +01002372 struct drm_i915_private *dev_priv = to_i915(dev);
Zhenyu Wang32f9d652009-07-24 01:00:32 +08002373 u32 pp;
Ville Syrjäläf0f59a02015-11-18 15:33:26 +02002374 i915_reg_t pp_ctrl_reg;
Zhenyu Wang32f9d652009-07-24 01:00:32 +08002375
Jani Nikula1853a9d2017-08-18 12:30:20 +03002376 if (!intel_dp_is_edp(intel_dp))
Keith Packardf01eca22011-09-28 16:48:10 -07002377 return;
2378
Ville Syrjälä773538e82014-09-04 14:54:56 +03002379 pps_lock(intel_dp);
Ville Syrjäläe39b9992014-09-04 14:53:14 +03002380
Jesse Barnes453c5422013-03-28 09:55:41 -07002381 pp = ironlake_get_pp_control(intel_dp);
Zhenyu Wang32f9d652009-07-24 01:00:32 +08002382 pp &= ~EDP_BLC_ENABLE;
Jesse Barnes453c5422013-03-28 09:55:41 -07002383
Jani Nikulabf13e812013-09-06 07:40:05 +03002384 pp_ctrl_reg = _pp_ctrl_reg(intel_dp);
Jesse Barnes453c5422013-03-28 09:55:41 -07002385
2386 I915_WRITE(pp_ctrl_reg, pp);
2387 POSTING_READ(pp_ctrl_reg);
Jesse Barnesf7d23232014-03-31 11:13:56 -07002388
Ville Syrjälä773538e82014-09-04 14:54:56 +03002389 pps_unlock(intel_dp);
Ville Syrjäläe39b9992014-09-04 14:53:14 +03002390
Paulo Zanonidce56b32013-12-19 14:29:40 -02002391 intel_dp->last_backlight_off = jiffies;
Jesse Barnesf7d23232014-03-31 11:13:56 -07002392 edp_wait_backlight_off(intel_dp);
Jani Nikula1250d102014-08-12 17:11:39 +03002393}
Jesse Barnesf7d23232014-03-31 11:13:56 -07002394
Jani Nikula1250d102014-08-12 17:11:39 +03002395/* Disable backlight PP control and backlight PWM. */
Maarten Lankhorstb037d582017-06-12 12:21:13 +02002396void intel_edp_backlight_off(const struct drm_connector_state *old_conn_state)
Jani Nikula1250d102014-08-12 17:11:39 +03002397{
Maarten Lankhorstb037d582017-06-12 12:21:13 +02002398 struct intel_dp *intel_dp = enc_to_intel_dp(old_conn_state->best_encoder);
2399
Jani Nikula1853a9d2017-08-18 12:30:20 +03002400 if (!intel_dp_is_edp(intel_dp))
Jani Nikula1250d102014-08-12 17:11:39 +03002401 return;
2402
2403 DRM_DEBUG_KMS("\n");
2404
2405 _intel_edp_backlight_off(intel_dp);
Maarten Lankhorstb037d582017-06-12 12:21:13 +02002406 intel_panel_disable_backlight(old_conn_state);
Zhenyu Wang32f9d652009-07-24 01:00:32 +08002407}
Keith Packarda4fc5ed2009-04-07 16:16:42 -07002408
Jani Nikula73580fb72014-08-12 17:11:41 +03002409/*
2410 * Hook for controlling the panel power control backlight through the bl_power
2411 * sysfs attribute. Take care to handle multiple calls.
2412 */
2413static void intel_edp_backlight_power(struct intel_connector *connector,
2414 bool enable)
2415{
2416 struct intel_dp *intel_dp = intel_attached_dp(&connector->base);
Ville Syrjäläe39b9992014-09-04 14:53:14 +03002417 bool is_enabled;
2418
Ville Syrjälä773538e82014-09-04 14:54:56 +03002419 pps_lock(intel_dp);
Ville Syrjäläe39b9992014-09-04 14:53:14 +03002420 is_enabled = ironlake_get_pp_control(intel_dp) & EDP_BLC_ENABLE;
Ville Syrjälä773538e82014-09-04 14:54:56 +03002421 pps_unlock(intel_dp);
Jani Nikula73580fb72014-08-12 17:11:41 +03002422
2423 if (is_enabled == enable)
2424 return;
2425
Jani Nikula23ba9372014-08-27 14:08:43 +03002426 DRM_DEBUG_KMS("panel power control backlight %s\n",
2427 enable ? "enable" : "disable");
Jani Nikula73580fb72014-08-12 17:11:41 +03002428
2429 if (enable)
2430 _intel_edp_backlight_on(intel_dp);
2431 else
2432 _intel_edp_backlight_off(intel_dp);
2433}
2434
Ville Syrjälä64e10772015-10-29 21:26:01 +02002435static void assert_dp_port(struct intel_dp *intel_dp, bool state)
2436{
2437 struct intel_digital_port *dig_port = dp_to_dig_port(intel_dp);
2438 struct drm_i915_private *dev_priv = to_i915(dig_port->base.base.dev);
2439 bool cur_state = I915_READ(intel_dp->output_reg) & DP_PORT_EN;
2440
2441 I915_STATE_WARN(cur_state != state,
2442 "DP port %c state assertion failure (expected %s, current %s)\n",
2443 port_name(dig_port->port),
Jani Nikula87ad3212016-01-14 12:53:34 +02002444 onoff(state), onoff(cur_state));
Ville Syrjälä64e10772015-10-29 21:26:01 +02002445}
2446#define assert_dp_port_disabled(d) assert_dp_port((d), false)
2447
2448static void assert_edp_pll(struct drm_i915_private *dev_priv, bool state)
2449{
2450 bool cur_state = I915_READ(DP_A) & DP_PLL_ENABLE;
2451
2452 I915_STATE_WARN(cur_state != state,
2453 "eDP PLL state assertion failure (expected %s, current %s)\n",
Jani Nikula87ad3212016-01-14 12:53:34 +02002454 onoff(state), onoff(cur_state));
Ville Syrjälä64e10772015-10-29 21:26:01 +02002455}
2456#define assert_edp_pll_enabled(d) assert_edp_pll((d), true)
2457#define assert_edp_pll_disabled(d) assert_edp_pll((d), false)
2458
Maarten Lankhorst85cb48a2016-08-09 17:04:13 +02002459static void ironlake_edp_pll_on(struct intel_dp *intel_dp,
Ville Syrjälä5f88a9c2017-08-18 16:49:58 +03002460 const struct intel_crtc_state *pipe_config)
Jesse Barnesd240f202010-08-13 15:43:26 -07002461{
Maarten Lankhorst85cb48a2016-08-09 17:04:13 +02002462 struct intel_crtc *crtc = to_intel_crtc(pipe_config->base.crtc);
Ville Syrjälä64e10772015-10-29 21:26:01 +02002463 struct drm_i915_private *dev_priv = to_i915(crtc->base.dev);
Jesse Barnesd240f202010-08-13 15:43:26 -07002464
Ville Syrjälä64e10772015-10-29 21:26:01 +02002465 assert_pipe_disabled(dev_priv, crtc->pipe);
2466 assert_dp_port_disabled(intel_dp);
2467 assert_edp_pll_disabled(dev_priv);
Daniel Vetter2bd2ad62012-09-06 22:15:41 +02002468
Ville Syrjäläabfce942015-10-29 21:26:03 +02002469 DRM_DEBUG_KMS("enabling eDP PLL for clock %d\n",
Maarten Lankhorst85cb48a2016-08-09 17:04:13 +02002470 pipe_config->port_clock);
Ville Syrjäläabfce942015-10-29 21:26:03 +02002471
2472 intel_dp->DP &= ~DP_PLL_FREQ_MASK;
2473
Maarten Lankhorst85cb48a2016-08-09 17:04:13 +02002474 if (pipe_config->port_clock == 162000)
Ville Syrjäläabfce942015-10-29 21:26:03 +02002475 intel_dp->DP |= DP_PLL_FREQ_162MHZ;
2476 else
2477 intel_dp->DP |= DP_PLL_FREQ_270MHZ;
2478
2479 I915_WRITE(DP_A, intel_dp->DP);
2480 POSTING_READ(DP_A);
2481 udelay(500);
2482
Ville Syrjälä6b23f3e2016-04-01 21:53:19 +03002483 /*
2484 * [DevILK] Work around required when enabling DP PLL
2485 * while a pipe is enabled going to FDI:
2486 * 1. Wait for the start of vertical blank on the enabled pipe going to FDI
2487 * 2. Program DP PLL enable
2488 */
2489 if (IS_GEN5(dev_priv))
Ville Syrjälä0f0f74b2016-10-31 22:37:06 +02002490 intel_wait_for_vblank_if_active(dev_priv, !crtc->pipe);
Ville Syrjälä6b23f3e2016-04-01 21:53:19 +03002491
Daniel Vetter07679352012-09-06 22:15:42 +02002492 intel_dp->DP |= DP_PLL_ENABLE;
Ville Syrjälä6fec7662015-11-10 16:16:17 +02002493
Daniel Vetter07679352012-09-06 22:15:42 +02002494 I915_WRITE(DP_A, intel_dp->DP);
Jesse Barnes298b0b32010-10-07 16:01:24 -07002495 POSTING_READ(DP_A);
2496 udelay(200);
Jesse Barnesd240f202010-08-13 15:43:26 -07002497}
2498
Daniel Vetter2bd2ad62012-09-06 22:15:41 +02002499static void ironlake_edp_pll_off(struct intel_dp *intel_dp)
Jesse Barnesd240f202010-08-13 15:43:26 -07002500{
Paulo Zanonida63a9f2012-10-26 19:05:46 -02002501 struct intel_digital_port *intel_dig_port = dp_to_dig_port(intel_dp);
Ville Syrjälä64e10772015-10-29 21:26:01 +02002502 struct intel_crtc *crtc = to_intel_crtc(intel_dig_port->base.base.crtc);
2503 struct drm_i915_private *dev_priv = to_i915(crtc->base.dev);
Jesse Barnesd240f202010-08-13 15:43:26 -07002504
Ville Syrjälä64e10772015-10-29 21:26:01 +02002505 assert_pipe_disabled(dev_priv, crtc->pipe);
2506 assert_dp_port_disabled(intel_dp);
2507 assert_edp_pll_enabled(dev_priv);
Daniel Vetter2bd2ad62012-09-06 22:15:41 +02002508
Ville Syrjäläabfce942015-10-29 21:26:03 +02002509 DRM_DEBUG_KMS("disabling eDP PLL\n");
2510
Ville Syrjälä6fec7662015-11-10 16:16:17 +02002511 intel_dp->DP &= ~DP_PLL_ENABLE;
Daniel Vetter07679352012-09-06 22:15:42 +02002512
Ville Syrjälä6fec7662015-11-10 16:16:17 +02002513 I915_WRITE(DP_A, intel_dp->DP);
Chris Wilson1af5fa12010-09-08 21:07:28 +01002514 POSTING_READ(DP_A);
Jesse Barnesd240f202010-08-13 15:43:26 -07002515 udelay(200);
2516}
2517
Jesse Barnesc7ad3812011-07-07 11:11:03 -07002518/* If the sink supports it, try to set the power state appropriately */
Paulo Zanonic19b0662012-10-15 15:51:41 -03002519void intel_dp_sink_dpms(struct intel_dp *intel_dp, int mode)
Jesse Barnesc7ad3812011-07-07 11:11:03 -07002520{
2521 int ret, i;
2522
2523 /* Should have a valid DPCD by this point */
2524 if (intel_dp->dpcd[DP_DPCD_REV] < 0x11)
2525 return;
2526
2527 if (mode != DRM_MODE_DPMS_ON) {
Jani Nikula9d1a1032014-03-14 16:51:15 +02002528 ret = drm_dp_dpcd_writeb(&intel_dp->aux, DP_SET_POWER,
2529 DP_SET_POWER_D3);
Jesse Barnesc7ad3812011-07-07 11:11:03 -07002530 } else {
Imre Deak357c0ae2016-11-21 21:15:06 +02002531 struct intel_lspcon *lspcon = dp_to_lspcon(intel_dp);
2532
Jesse Barnesc7ad3812011-07-07 11:11:03 -07002533 /*
2534 * When turning on, we need to retry for 1ms to give the sink
2535 * time to wake up.
2536 */
2537 for (i = 0; i < 3; i++) {
Jani Nikula9d1a1032014-03-14 16:51:15 +02002538 ret = drm_dp_dpcd_writeb(&intel_dp->aux, DP_SET_POWER,
2539 DP_SET_POWER_D0);
Jesse Barnesc7ad3812011-07-07 11:11:03 -07002540 if (ret == 1)
2541 break;
2542 msleep(1);
2543 }
Imre Deak357c0ae2016-11-21 21:15:06 +02002544
2545 if (ret == 1 && lspcon->active)
2546 lspcon_wait_pcon_mode(lspcon);
Jesse Barnesc7ad3812011-07-07 11:11:03 -07002547 }
Jani Nikulaf9cac722014-09-02 16:33:52 +03002548
2549 if (ret != 1)
2550 DRM_DEBUG_KMS("failed to %s sink power state\n",
2551 mode == DRM_MODE_DPMS_ON ? "enable" : "disable");
Jesse Barnesc7ad3812011-07-07 11:11:03 -07002552}
2553
Daniel Vetter19d8fe12012-07-02 13:26:27 +02002554static bool intel_dp_get_hw_state(struct intel_encoder *encoder,
2555 enum pipe *pipe)
Jesse Barnesd240f202010-08-13 15:43:26 -07002556{
Daniel Vetter19d8fe12012-07-02 13:26:27 +02002557 struct intel_dp *intel_dp = enc_to_intel_dp(&encoder->base);
Imre Deakbc7d38a2013-05-16 14:40:36 +03002558 enum port port = dp_to_dig_port(intel_dp)->port;
Daniel Vetter19d8fe12012-07-02 13:26:27 +02002559 struct drm_device *dev = encoder->base.dev;
Chris Wilsonfac5e232016-07-04 11:34:36 +01002560 struct drm_i915_private *dev_priv = to_i915(dev);
Imre Deak6d129be2014-03-05 16:20:54 +02002561 u32 tmp;
Imre Deak6fa9a5e2016-02-12 18:55:18 +02002562 bool ret;
Imre Deak6d129be2014-03-05 16:20:54 +02002563
Ander Conselvan de Oliveira79f255a2017-02-22 08:34:27 +02002564 if (!intel_display_power_get_if_enabled(dev_priv,
2565 encoder->power_domain))
Imre Deak6d129be2014-03-05 16:20:54 +02002566 return false;
2567
Imre Deak6fa9a5e2016-02-12 18:55:18 +02002568 ret = false;
2569
Imre Deak6d129be2014-03-05 16:20:54 +02002570 tmp = I915_READ(intel_dp->output_reg);
Jesse Barnesd240f202010-08-13 15:43:26 -07002571
Daniel Vetter19d8fe12012-07-02 13:26:27 +02002572 if (!(tmp & DP_PORT_EN))
Imre Deak6fa9a5e2016-02-12 18:55:18 +02002573 goto out;
Daniel Vetter19d8fe12012-07-02 13:26:27 +02002574
Tvrtko Ursulin5db94012016-10-13 11:03:10 +01002575 if (IS_GEN7(dev_priv) && port == PORT_A) {
Daniel Vetter19d8fe12012-07-02 13:26:27 +02002576 *pipe = PORT_TO_PIPE_CPT(tmp);
Tvrtko Ursulin6e266952016-10-13 11:02:53 +01002577 } else if (HAS_PCH_CPT(dev_priv) && port != PORT_A) {
Ville Syrjäläadc289d2015-05-05 17:17:30 +03002578 enum pipe p;
Daniel Vetter19d8fe12012-07-02 13:26:27 +02002579
Ville Syrjäläadc289d2015-05-05 17:17:30 +03002580 for_each_pipe(dev_priv, p) {
2581 u32 trans_dp = I915_READ(TRANS_DP_CTL(p));
2582 if (TRANS_DP_PIPE_TO_PORT(trans_dp) == port) {
2583 *pipe = p;
Imre Deak6fa9a5e2016-02-12 18:55:18 +02002584 ret = true;
2585
2586 goto out;
Daniel Vetter19d8fe12012-07-02 13:26:27 +02002587 }
2588 }
Daniel Vetter19d8fe12012-07-02 13:26:27 +02002589
Daniel Vetter4a0833e2012-10-26 10:58:11 +02002590 DRM_DEBUG_KMS("No pipe for dp port 0x%x found\n",
Ville Syrjäläf0f59a02015-11-18 15:33:26 +02002591 i915_mmio_reg_offset(intel_dp->output_reg));
Tvrtko Ursulin920a14b2016-10-14 10:13:44 +01002592 } else if (IS_CHERRYVIEW(dev_priv)) {
Ville Syrjälä39e5fa82015-05-05 17:17:29 +03002593 *pipe = DP_PORT_TO_PIPE_CHV(tmp);
2594 } else {
2595 *pipe = PORT_TO_PIPE(tmp);
Daniel Vetter4a0833e2012-10-26 10:58:11 +02002596 }
Daniel Vetter19d8fe12012-07-02 13:26:27 +02002597
Imre Deak6fa9a5e2016-02-12 18:55:18 +02002598 ret = true;
2599
2600out:
Ander Conselvan de Oliveira79f255a2017-02-22 08:34:27 +02002601 intel_display_power_put(dev_priv, encoder->power_domain);
Imre Deak6fa9a5e2016-02-12 18:55:18 +02002602
2603 return ret;
Daniel Vetter19d8fe12012-07-02 13:26:27 +02002604}
2605
Jesse Barnes045ac3b2013-05-14 17:08:26 -07002606static void intel_dp_get_config(struct intel_encoder *encoder,
Ander Conselvan de Oliveira5cec2582015-01-15 14:55:21 +02002607 struct intel_crtc_state *pipe_config)
Jesse Barnes045ac3b2013-05-14 17:08:26 -07002608{
2609 struct intel_dp *intel_dp = enc_to_intel_dp(&encoder->base);
Jesse Barnes045ac3b2013-05-14 17:08:26 -07002610 u32 tmp, flags = 0;
Xiong Zhang63000ef2013-06-28 12:59:06 +08002611 struct drm_device *dev = encoder->base.dev;
Chris Wilsonfac5e232016-07-04 11:34:36 +01002612 struct drm_i915_private *dev_priv = to_i915(dev);
Xiong Zhang63000ef2013-06-28 12:59:06 +08002613 enum port port = dp_to_dig_port(intel_dp)->port;
2614 struct intel_crtc *crtc = to_intel_crtc(encoder->base.crtc);
Jesse Barnes045ac3b2013-05-14 17:08:26 -07002615
Daniel Vetter9ed109a2014-04-24 23:54:52 +02002616 tmp = I915_READ(intel_dp->output_reg);
Jani Nikula9fcb1702015-05-05 16:32:12 +03002617
2618 pipe_config->has_audio = tmp & DP_AUDIO_OUTPUT_ENABLE && port != PORT_A;
Daniel Vetter9ed109a2014-04-24 23:54:52 +02002619
Tvrtko Ursulin6e266952016-10-13 11:02:53 +01002620 if (HAS_PCH_CPT(dev_priv) && port != PORT_A) {
Ville Syrjäläb81e34c2015-07-06 15:10:03 +03002621 u32 trans_dp = I915_READ(TRANS_DP_CTL(crtc->pipe));
2622
2623 if (trans_dp & TRANS_DP_HSYNC_ACTIVE_HIGH)
Xiong Zhang63000ef2013-06-28 12:59:06 +08002624 flags |= DRM_MODE_FLAG_PHSYNC;
2625 else
2626 flags |= DRM_MODE_FLAG_NHSYNC;
Jesse Barnes045ac3b2013-05-14 17:08:26 -07002627
Ville Syrjäläb81e34c2015-07-06 15:10:03 +03002628 if (trans_dp & TRANS_DP_VSYNC_ACTIVE_HIGH)
Xiong Zhang63000ef2013-06-28 12:59:06 +08002629 flags |= DRM_MODE_FLAG_PVSYNC;
2630 else
2631 flags |= DRM_MODE_FLAG_NVSYNC;
Ville Syrjälä39e5fa82015-05-05 17:17:29 +03002632 } else {
2633 if (tmp & DP_SYNC_HS_HIGH)
2634 flags |= DRM_MODE_FLAG_PHSYNC;
2635 else
2636 flags |= DRM_MODE_FLAG_NHSYNC;
2637
2638 if (tmp & DP_SYNC_VS_HIGH)
2639 flags |= DRM_MODE_FLAG_PVSYNC;
2640 else
2641 flags |= DRM_MODE_FLAG_NVSYNC;
Xiong Zhang63000ef2013-06-28 12:59:06 +08002642 }
Jesse Barnes045ac3b2013-05-14 17:08:26 -07002643
Ander Conselvan de Oliveira2d112de2015-01-15 14:55:22 +02002644 pipe_config->base.adjusted_mode.flags |= flags;
Jesse Barnesf1f644d2013-06-27 00:39:25 +03002645
Ville Syrjäläc99f53f2016-11-14 19:44:07 +02002646 if (IS_G4X(dev_priv) && tmp & DP_COLOR_RANGE_16_235)
Ville Syrjälä8c875fc2014-09-12 15:46:29 +03002647 pipe_config->limited_color_range = true;
2648
Ville Syrjälä90a6b7b2015-07-06 16:39:15 +03002649 pipe_config->lane_count =
2650 ((tmp & DP_PORT_WIDTH_MASK) >> DP_PORT_WIDTH_SHIFT) + 1;
2651
Ville Syrjäläeb14cb72013-09-10 17:02:54 +03002652 intel_dp_get_m_n(crtc, pipe_config);
2653
Ville Syrjälä18442d02013-09-13 16:00:08 +03002654 if (port == PORT_A) {
Ville Syrjäläb377e0d2015-10-29 21:25:59 +02002655 if ((I915_READ(DP_A) & DP_PLL_FREQ_MASK) == DP_PLL_FREQ_162MHZ)
Jesse Barnesf1f644d2013-06-27 00:39:25 +03002656 pipe_config->port_clock = 162000;
2657 else
2658 pipe_config->port_clock = 270000;
2659 }
Ville Syrjälä18442d02013-09-13 16:00:08 +03002660
Ville Syrjäläe3b247d2016-02-17 21:41:09 +02002661 pipe_config->base.adjusted_mode.crtc_clock =
2662 intel_dotclock_calculate(pipe_config->port_clock,
2663 &pipe_config->dp_m_n);
Daniel Vetter7f16e5c2013-11-04 16:28:47 +01002664
Jani Nikula1853a9d2017-08-18 12:30:20 +03002665 if (intel_dp_is_edp(intel_dp) && dev_priv->vbt.edp.bpp &&
Jani Nikula6aa23e62016-03-24 17:50:20 +02002666 pipe_config->pipe_bpp > dev_priv->vbt.edp.bpp) {
Jani Nikulac6cd2ee2013-10-21 10:52:07 +03002667 /*
2668 * This is a big fat ugly hack.
2669 *
2670 * Some machines in UEFI boot mode provide us a VBT that has 18
2671 * bpp and 1.62 GHz link bandwidth for eDP, which for reasons
2672 * unknown we fail to light up. Yet the same BIOS boots up with
2673 * 24 bpp and 2.7 GHz link. Use the same bpp as the BIOS uses as
2674 * max, not what it tells us to use.
2675 *
2676 * Note: This will still be broken if the eDP panel is not lit
2677 * up by the BIOS, and thus we can't get the mode at module
2678 * load.
2679 */
2680 DRM_DEBUG_KMS("pipe has %d bpp for eDP panel, overriding BIOS-provided max %d bpp\n",
Jani Nikula6aa23e62016-03-24 17:50:20 +02002681 pipe_config->pipe_bpp, dev_priv->vbt.edp.bpp);
2682 dev_priv->vbt.edp.bpp = pipe_config->pipe_bpp;
Jani Nikulac6cd2ee2013-10-21 10:52:07 +03002683 }
Jesse Barnes045ac3b2013-05-14 17:08:26 -07002684}
2685
Maarten Lankhorstfd6bbda2016-08-09 17:04:04 +02002686static void intel_disable_dp(struct intel_encoder *encoder,
Ville Syrjälä5f88a9c2017-08-18 16:49:58 +03002687 const struct intel_crtc_state *old_crtc_state,
2688 const struct drm_connector_state *old_conn_state)
Jesse Barnesd240f202010-08-13 15:43:26 -07002689{
Daniel Vettere8cb4552012-07-01 13:05:48 +02002690 struct intel_dp *intel_dp = enc_to_intel_dp(&encoder->base);
Jani Nikula495a5bb2014-10-27 16:26:55 +02002691
Maarten Lankhorst85cb48a2016-08-09 17:04:13 +02002692 if (old_crtc_state->has_audio)
Jani Nikula495a5bb2014-10-27 16:26:55 +02002693 intel_audio_codec_disable(encoder);
Daniel Vetter6cb49832012-05-20 17:14:50 +02002694
2695 /* Make sure the panel is off before trying to change the mode. But also
2696 * ensure that we have vdd while we switch off the panel. */
Jani Nikula24f3e092014-03-17 16:43:36 +02002697 intel_edp_panel_vdd_on(intel_dp);
Maarten Lankhorstb037d582017-06-12 12:21:13 +02002698 intel_edp_backlight_off(old_conn_state);
Jani Nikulafdbc3b12013-11-12 17:10:13 +02002699 intel_dp_sink_dpms(intel_dp, DRM_MODE_DPMS_OFF);
Daniel Vetter4be73782014-01-17 14:39:48 +01002700 intel_edp_panel_off(intel_dp);
Ville Syrjälä1a8ff602017-09-20 18:12:51 +03002701}
2702
2703static void g4x_disable_dp(struct intel_encoder *encoder,
2704 const struct intel_crtc_state *old_crtc_state,
2705 const struct drm_connector_state *old_conn_state)
2706{
2707 struct intel_dp *intel_dp = enc_to_intel_dp(&encoder->base);
2708
2709 intel_disable_dp(encoder, old_crtc_state, old_conn_state);
Daniel Vetter37398502012-09-06 22:15:44 +02002710
Ville Syrjälä08aff3f2014-08-18 22:16:09 +03002711 /* disable the port before the pipe on g4x */
Ville Syrjälä1a8ff602017-09-20 18:12:51 +03002712 intel_dp_link_down(intel_dp);
2713}
2714
2715static void ilk_disable_dp(struct intel_encoder *encoder,
2716 const struct intel_crtc_state *old_crtc_state,
2717 const struct drm_connector_state *old_conn_state)
2718{
2719 intel_disable_dp(encoder, old_crtc_state, old_conn_state);
2720}
2721
2722static void vlv_disable_dp(struct intel_encoder *encoder,
2723 const struct intel_crtc_state *old_crtc_state,
2724 const struct drm_connector_state *old_conn_state)
2725{
2726 struct intel_dp *intel_dp = enc_to_intel_dp(&encoder->base);
2727
2728 intel_psr_disable(intel_dp, old_crtc_state);
2729
2730 intel_disable_dp(encoder, old_crtc_state, old_conn_state);
Jesse Barnesd240f202010-08-13 15:43:26 -07002731}
2732
Maarten Lankhorstfd6bbda2016-08-09 17:04:04 +02002733static void ilk_post_disable_dp(struct intel_encoder *encoder,
Ville Syrjälä5f88a9c2017-08-18 16:49:58 +03002734 const struct intel_crtc_state *old_crtc_state,
2735 const struct drm_connector_state *old_conn_state)
Jesse Barnesd240f202010-08-13 15:43:26 -07002736{
Daniel Vetter2bd2ad62012-09-06 22:15:41 +02002737 struct intel_dp *intel_dp = enc_to_intel_dp(&encoder->base);
Imre Deak982a3862013-05-23 19:39:40 +03002738 enum port port = dp_to_dig_port(intel_dp)->port;
Daniel Vetter2bd2ad62012-09-06 22:15:41 +02002739
Ville Syrjälä49277c32014-03-31 18:21:26 +03002740 intel_dp_link_down(intel_dp);
Ville Syrjäläabfce942015-10-29 21:26:03 +02002741
2742 /* Only ilk+ has port A */
Ville Syrjälä08aff3f2014-08-18 22:16:09 +03002743 if (port == PORT_A)
2744 ironlake_edp_pll_off(intel_dp);
Ville Syrjälä49277c32014-03-31 18:21:26 +03002745}
2746
Maarten Lankhorstfd6bbda2016-08-09 17:04:04 +02002747static void vlv_post_disable_dp(struct intel_encoder *encoder,
Ville Syrjälä5f88a9c2017-08-18 16:49:58 +03002748 const struct intel_crtc_state *old_crtc_state,
2749 const struct drm_connector_state *old_conn_state)
Ville Syrjälä49277c32014-03-31 18:21:26 +03002750{
2751 struct intel_dp *intel_dp = enc_to_intel_dp(&encoder->base);
2752
2753 intel_dp_link_down(intel_dp);
Daniel Vetter2bd2ad62012-09-06 22:15:41 +02002754}
2755
Maarten Lankhorstfd6bbda2016-08-09 17:04:04 +02002756static void chv_post_disable_dp(struct intel_encoder *encoder,
Ville Syrjälä5f88a9c2017-08-18 16:49:58 +03002757 const struct intel_crtc_state *old_crtc_state,
2758 const struct drm_connector_state *old_conn_state)
Ville Syrjälä580d3812014-04-09 13:29:00 +03002759{
2760 struct intel_dp *intel_dp = enc_to_intel_dp(&encoder->base);
Ville Syrjälä580d3812014-04-09 13:29:00 +03002761 struct drm_device *dev = encoder->base.dev;
Chris Wilsonfac5e232016-07-04 11:34:36 +01002762 struct drm_i915_private *dev_priv = to_i915(dev);
Ville Syrjälä580d3812014-04-09 13:29:00 +03002763
2764 intel_dp_link_down(intel_dp);
2765
Ville Syrjäläa5805162015-05-26 20:42:30 +03002766 mutex_lock(&dev_priv->sb_lock);
Ville Syrjälä580d3812014-04-09 13:29:00 +03002767
Ville Syrjäläa8f327f2015-07-09 20:14:11 +03002768 /* Assert data lane reset */
2769 chv_data_lane_soft_reset(encoder, true);
Ville Syrjälä580d3812014-04-09 13:29:00 +03002770
Ville Syrjäläa5805162015-05-26 20:42:30 +03002771 mutex_unlock(&dev_priv->sb_lock);
Ville Syrjälä580d3812014-04-09 13:29:00 +03002772}
2773
Ville Syrjälä7b13b582014-08-18 22:16:08 +03002774static void
2775_intel_dp_set_link_train(struct intel_dp *intel_dp,
2776 uint32_t *DP,
2777 uint8_t dp_train_pat)
2778{
2779 struct intel_digital_port *intel_dig_port = dp_to_dig_port(intel_dp);
2780 struct drm_device *dev = intel_dig_port->base.base.dev;
Chris Wilsonfac5e232016-07-04 11:34:36 +01002781 struct drm_i915_private *dev_priv = to_i915(dev);
Ville Syrjälä7b13b582014-08-18 22:16:08 +03002782 enum port port = intel_dig_port->port;
2783
Pandiyan, Dhinakaran8b0878a2016-08-04 13:48:35 -07002784 if (dp_train_pat & DP_TRAINING_PATTERN_MASK)
2785 DRM_DEBUG_KMS("Using DP training pattern TPS%d\n",
2786 dp_train_pat & DP_TRAINING_PATTERN_MASK);
2787
Tvrtko Ursulin4f8036a2016-10-13 11:02:52 +01002788 if (HAS_DDI(dev_priv)) {
Ville Syrjälä7b13b582014-08-18 22:16:08 +03002789 uint32_t temp = I915_READ(DP_TP_CTL(port));
2790
2791 if (dp_train_pat & DP_LINK_SCRAMBLING_DISABLE)
2792 temp |= DP_TP_CTL_SCRAMBLE_DISABLE;
2793 else
2794 temp &= ~DP_TP_CTL_SCRAMBLE_DISABLE;
2795
2796 temp &= ~DP_TP_CTL_LINK_TRAIN_MASK;
2797 switch (dp_train_pat & DP_TRAINING_PATTERN_MASK) {
2798 case DP_TRAINING_PATTERN_DISABLE:
2799 temp |= DP_TP_CTL_LINK_TRAIN_NORMAL;
2800
2801 break;
2802 case DP_TRAINING_PATTERN_1:
2803 temp |= DP_TP_CTL_LINK_TRAIN_PAT1;
2804 break;
2805 case DP_TRAINING_PATTERN_2:
2806 temp |= DP_TP_CTL_LINK_TRAIN_PAT2;
2807 break;
2808 case DP_TRAINING_PATTERN_3:
2809 temp |= DP_TP_CTL_LINK_TRAIN_PAT3;
2810 break;
2811 }
2812 I915_WRITE(DP_TP_CTL(port), temp);
2813
Tvrtko Ursulin5db94012016-10-13 11:03:10 +01002814 } else if ((IS_GEN7(dev_priv) && port == PORT_A) ||
Tvrtko Ursulin6e266952016-10-13 11:02:53 +01002815 (HAS_PCH_CPT(dev_priv) && port != PORT_A)) {
Ville Syrjälä7b13b582014-08-18 22:16:08 +03002816 *DP &= ~DP_LINK_TRAIN_MASK_CPT;
2817
2818 switch (dp_train_pat & DP_TRAINING_PATTERN_MASK) {
2819 case DP_TRAINING_PATTERN_DISABLE:
2820 *DP |= DP_LINK_TRAIN_OFF_CPT;
2821 break;
2822 case DP_TRAINING_PATTERN_1:
2823 *DP |= DP_LINK_TRAIN_PAT_1_CPT;
2824 break;
2825 case DP_TRAINING_PATTERN_2:
2826 *DP |= DP_LINK_TRAIN_PAT_2_CPT;
2827 break;
2828 case DP_TRAINING_PATTERN_3:
Pandiyan, Dhinakaran8b0878a2016-08-04 13:48:35 -07002829 DRM_DEBUG_KMS("TPS3 not supported, using TPS2 instead\n");
Ville Syrjälä7b13b582014-08-18 22:16:08 +03002830 *DP |= DP_LINK_TRAIN_PAT_2_CPT;
2831 break;
2832 }
2833
2834 } else {
Tvrtko Ursulin920a14b2016-10-14 10:13:44 +01002835 if (IS_CHERRYVIEW(dev_priv))
Ville Syrjälä7b13b582014-08-18 22:16:08 +03002836 *DP &= ~DP_LINK_TRAIN_MASK_CHV;
2837 else
2838 *DP &= ~DP_LINK_TRAIN_MASK;
2839
2840 switch (dp_train_pat & DP_TRAINING_PATTERN_MASK) {
2841 case DP_TRAINING_PATTERN_DISABLE:
2842 *DP |= DP_LINK_TRAIN_OFF;
2843 break;
2844 case DP_TRAINING_PATTERN_1:
2845 *DP |= DP_LINK_TRAIN_PAT_1;
2846 break;
2847 case DP_TRAINING_PATTERN_2:
2848 *DP |= DP_LINK_TRAIN_PAT_2;
2849 break;
2850 case DP_TRAINING_PATTERN_3:
Tvrtko Ursulin920a14b2016-10-14 10:13:44 +01002851 if (IS_CHERRYVIEW(dev_priv)) {
Ville Syrjälä7b13b582014-08-18 22:16:08 +03002852 *DP |= DP_LINK_TRAIN_PAT_3_CHV;
2853 } else {
Pandiyan, Dhinakaran8b0878a2016-08-04 13:48:35 -07002854 DRM_DEBUG_KMS("TPS3 not supported, using TPS2 instead\n");
Ville Syrjälä7b13b582014-08-18 22:16:08 +03002855 *DP |= DP_LINK_TRAIN_PAT_2;
2856 }
2857 break;
2858 }
2859 }
2860}
2861
Maarten Lankhorst85cb48a2016-08-09 17:04:13 +02002862static void intel_dp_enable_port(struct intel_dp *intel_dp,
Ville Syrjälä5f88a9c2017-08-18 16:49:58 +03002863 const struct intel_crtc_state *old_crtc_state)
Ville Syrjälä7b13b582014-08-18 22:16:08 +03002864{
2865 struct drm_device *dev = intel_dp_to_dev(intel_dp);
Chris Wilsonfac5e232016-07-04 11:34:36 +01002866 struct drm_i915_private *dev_priv = to_i915(dev);
Ville Syrjälä7b13b582014-08-18 22:16:08 +03002867
Ville Syrjälä7b13b582014-08-18 22:16:08 +03002868 /* enable with pattern 1 (as per spec) */
Ville Syrjälä7b13b582014-08-18 22:16:08 +03002869
Pandiyan, Dhinakaran8b0878a2016-08-04 13:48:35 -07002870 intel_dp_program_link_training_pattern(intel_dp, DP_TRAINING_PATTERN_1);
Ville Syrjälä7b713f52014-10-16 21:27:35 +03002871
2872 /*
2873 * Magic for VLV/CHV. We _must_ first set up the register
2874 * without actually enabling the port, and then do another
2875 * write to enable the port. Otherwise link training will
2876 * fail when the power sequencer is freshly used for this port.
2877 */
2878 intel_dp->DP |= DP_PORT_EN;
Maarten Lankhorst85cb48a2016-08-09 17:04:13 +02002879 if (old_crtc_state->has_audio)
Ville Syrjälä6fec7662015-11-10 16:16:17 +02002880 intel_dp->DP |= DP_AUDIO_OUTPUT_ENABLE;
Ville Syrjälä7b713f52014-10-16 21:27:35 +03002881
2882 I915_WRITE(intel_dp->output_reg, intel_dp->DP);
2883 POSTING_READ(intel_dp->output_reg);
Ville Syrjälä7b13b582014-08-18 22:16:08 +03002884}
2885
Maarten Lankhorst85cb48a2016-08-09 17:04:13 +02002886static void intel_enable_dp(struct intel_encoder *encoder,
Ville Syrjälä5f88a9c2017-08-18 16:49:58 +03002887 const struct intel_crtc_state *pipe_config,
2888 const struct drm_connector_state *conn_state)
Jesse Barnesd240f202010-08-13 15:43:26 -07002889{
Daniel Vettere8cb4552012-07-01 13:05:48 +02002890 struct intel_dp *intel_dp = enc_to_intel_dp(&encoder->base);
2891 struct drm_device *dev = encoder->base.dev;
Chris Wilsonfac5e232016-07-04 11:34:36 +01002892 struct drm_i915_private *dev_priv = to_i915(dev);
Jani Nikulac1dec792014-10-27 16:26:56 +02002893 struct intel_crtc *crtc = to_intel_crtc(encoder->base.crtc);
Chris Wilsonea5b2132010-08-04 13:50:23 +01002894 uint32_t dp_reg = I915_READ(intel_dp->output_reg);
Ville Syrjäläd6fbdd12015-10-29 21:25:58 +02002895 enum pipe pipe = crtc->pipe;
Keith Packarda4fc5ed2009-04-07 16:16:42 -07002896
Daniel Vetter0c33d8d2012-09-06 22:15:43 +02002897 if (WARN_ON(dp_reg & DP_PORT_EN))
2898 return;
Keith Packarda4fc5ed2009-04-07 16:16:42 -07002899
Ville Syrjälä093e3f12014-10-16 21:27:33 +03002900 pps_lock(intel_dp);
2901
Tvrtko Ursulin920a14b2016-10-14 10:13:44 +01002902 if (IS_VALLEYVIEW(dev_priv) || IS_CHERRYVIEW(dev_priv))
Ville Syrjälä093e3f12014-10-16 21:27:33 +03002903 vlv_init_panel_power_sequencer(intel_dp);
2904
Maarten Lankhorst85cb48a2016-08-09 17:04:13 +02002905 intel_dp_enable_port(intel_dp, pipe_config);
Ville Syrjälä093e3f12014-10-16 21:27:33 +03002906
2907 edp_panel_vdd_on(intel_dp);
2908 edp_panel_on(intel_dp);
2909 edp_panel_vdd_off(intel_dp, true);
2910
2911 pps_unlock(intel_dp);
2912
Tvrtko Ursulin920a14b2016-10-14 10:13:44 +01002913 if (IS_VALLEYVIEW(dev_priv) || IS_CHERRYVIEW(dev_priv)) {
Ville Syrjäläe0fce782015-07-08 23:45:54 +03002914 unsigned int lane_mask = 0x0;
2915
Tvrtko Ursulin920a14b2016-10-14 10:13:44 +01002916 if (IS_CHERRYVIEW(dev_priv))
Maarten Lankhorst85cb48a2016-08-09 17:04:13 +02002917 lane_mask = intel_dp_unused_lane_mask(pipe_config->lane_count);
Ville Syrjäläe0fce782015-07-08 23:45:54 +03002918
Ville Syrjälä9b6de0a2015-04-10 18:21:31 +03002919 vlv_wait_port_ready(dev_priv, dp_to_dig_port(intel_dp),
2920 lane_mask);
Ville Syrjäläe0fce782015-07-08 23:45:54 +03002921 }
Ville Syrjälä61234fa2014-10-16 21:27:34 +03002922
Keith Packarda4fc5ed2009-04-07 16:16:42 -07002923 intel_dp_sink_dpms(intel_dp, DRM_MODE_DPMS_ON);
2924 intel_dp_start_link_train(intel_dp);
Imre Deak3ab9c632013-05-03 12:57:41 +03002925 intel_dp_stop_link_train(intel_dp);
Jani Nikulac1dec792014-10-27 16:26:56 +02002926
Maarten Lankhorst85cb48a2016-08-09 17:04:13 +02002927 if (pipe_config->has_audio) {
Jani Nikulac1dec792014-10-27 16:26:56 +02002928 DRM_DEBUG_DRIVER("Enabling DP audio on pipe %c\n",
Ville Syrjäläd6fbdd12015-10-29 21:25:58 +02002929 pipe_name(pipe));
Maarten Lankhorstbbf35e92016-11-08 13:55:38 +01002930 intel_audio_codec_enable(encoder, pipe_config, conn_state);
Jani Nikulac1dec792014-10-27 16:26:56 +02002931 }
Jani Nikulaab1f90f2013-07-30 12:20:30 +03002932}
Jesse Barnes89b667f2013-04-18 14:51:36 -07002933
Maarten Lankhorstfd6bbda2016-08-09 17:04:04 +02002934static void g4x_enable_dp(struct intel_encoder *encoder,
Ville Syrjälä5f88a9c2017-08-18 16:49:58 +03002935 const struct intel_crtc_state *pipe_config,
2936 const struct drm_connector_state *conn_state)
Jani Nikulaecff4f32013-09-06 07:38:29 +03002937{
Maarten Lankhorstbbf35e92016-11-08 13:55:38 +01002938 intel_enable_dp(encoder, pipe_config, conn_state);
Maarten Lankhorstb037d582017-06-12 12:21:13 +02002939 intel_edp_backlight_on(pipe_config, conn_state);
Keith Packarda4fc5ed2009-04-07 16:16:42 -07002940}
Jesse Barnes89b667f2013-04-18 14:51:36 -07002941
Maarten Lankhorstfd6bbda2016-08-09 17:04:04 +02002942static void vlv_enable_dp(struct intel_encoder *encoder,
Ville Syrjälä5f88a9c2017-08-18 16:49:58 +03002943 const struct intel_crtc_state *pipe_config,
2944 const struct drm_connector_state *conn_state)
Jani Nikulaab1f90f2013-07-30 12:20:30 +03002945{
Jani Nikula828f5c62013-09-05 16:44:45 +03002946 struct intel_dp *intel_dp = enc_to_intel_dp(&encoder->base);
2947
Maarten Lankhorstb037d582017-06-12 12:21:13 +02002948 intel_edp_backlight_on(pipe_config, conn_state);
Ville Syrjäläd2419ff2017-08-18 16:49:56 +03002949 intel_psr_enable(intel_dp, pipe_config);
Keith Packarda4fc5ed2009-04-07 16:16:42 -07002950}
2951
Maarten Lankhorstfd6bbda2016-08-09 17:04:04 +02002952static void g4x_pre_enable_dp(struct intel_encoder *encoder,
Ville Syrjälä5f88a9c2017-08-18 16:49:58 +03002953 const struct intel_crtc_state *pipe_config,
2954 const struct drm_connector_state *conn_state)
Keith Packarda4fc5ed2009-04-07 16:16:42 -07002955{
Daniel Vetter2bd2ad62012-09-06 22:15:41 +02002956 struct intel_dp *intel_dp = enc_to_intel_dp(&encoder->base);
Ville Syrjäläd6fbdd12015-10-29 21:25:58 +02002957 enum port port = dp_to_dig_port(intel_dp)->port;
Jani Nikulaab1f90f2013-07-30 12:20:30 +03002958
Maarten Lankhorst85cb48a2016-08-09 17:04:13 +02002959 intel_dp_prepare(encoder, pipe_config);
Daniel Vetter8ac33ed2014-04-24 23:54:54 +02002960
Daniel Vetterd41f1ef2014-04-24 23:54:53 +02002961 /* Only ilk+ has port A */
Ville Syrjäläabfce942015-10-29 21:26:03 +02002962 if (port == PORT_A)
Maarten Lankhorst85cb48a2016-08-09 17:04:13 +02002963 ironlake_edp_pll_on(intel_dp, pipe_config);
Jani Nikulaab1f90f2013-07-30 12:20:30 +03002964}
2965
Ville Syrjälä83b84592014-10-16 21:29:51 +03002966static void vlv_detach_power_sequencer(struct intel_dp *intel_dp)
2967{
2968 struct intel_digital_port *intel_dig_port = dp_to_dig_port(intel_dp);
Chris Wilsonfac5e232016-07-04 11:34:36 +01002969 struct drm_i915_private *dev_priv = to_i915(intel_dig_port->base.base.dev);
Ville Syrjälä83b84592014-10-16 21:29:51 +03002970 enum pipe pipe = intel_dp->pps_pipe;
Imre Deak44cb7342016-08-10 14:07:29 +03002971 i915_reg_t pp_on_reg = PP_ON_DELAYS(pipe);
Ville Syrjälä83b84592014-10-16 21:29:51 +03002972
Ville Syrjälä9f2bdb02016-12-14 20:00:23 +02002973 WARN_ON(intel_dp->active_pipe != INVALID_PIPE);
2974
Ville Syrjäläd1586942017-02-08 19:52:54 +02002975 if (WARN_ON(pipe != PIPE_A && pipe != PIPE_B))
2976 return;
2977
Ville Syrjälä83b84592014-10-16 21:29:51 +03002978 edp_panel_vdd_off_sync(intel_dp);
2979
2980 /*
2981 * VLV seems to get confused when multiple power seqeuencers
2982 * have the same port selected (even if only one has power/vdd
2983 * enabled). The failure manifests as vlv_wait_port_ready() failing
2984 * CHV on the other hand doesn't seem to mind having the same port
2985 * selected in multiple power seqeuencers, but let's clear the
2986 * port select always when logically disconnecting a power sequencer
2987 * from a port.
2988 */
2989 DRM_DEBUG_KMS("detaching pipe %c power sequencer from port %c\n",
2990 pipe_name(pipe), port_name(intel_dig_port->port));
2991 I915_WRITE(pp_on_reg, 0);
2992 POSTING_READ(pp_on_reg);
2993
2994 intel_dp->pps_pipe = INVALID_PIPE;
2995}
2996
Ville Syrjäläa4a5d2f2014-09-04 14:54:20 +03002997static void vlv_steal_power_sequencer(struct drm_device *dev,
2998 enum pipe pipe)
2999{
Chris Wilsonfac5e232016-07-04 11:34:36 +01003000 struct drm_i915_private *dev_priv = to_i915(dev);
Ville Syrjäläa4a5d2f2014-09-04 14:54:20 +03003001 struct intel_encoder *encoder;
3002
3003 lockdep_assert_held(&dev_priv->pps_mutex);
3004
Jani Nikula19c80542015-12-16 12:48:16 +02003005 for_each_intel_encoder(dev, encoder) {
Ville Syrjäläa4a5d2f2014-09-04 14:54:20 +03003006 struct intel_dp *intel_dp;
Ville Syrjälä773538e82014-09-04 14:54:56 +03003007 enum port port;
Ville Syrjäläa4a5d2f2014-09-04 14:54:20 +03003008
Ville Syrjälä9f2bdb02016-12-14 20:00:23 +02003009 if (encoder->type != INTEL_OUTPUT_DP &&
3010 encoder->type != INTEL_OUTPUT_EDP)
Ville Syrjäläa4a5d2f2014-09-04 14:54:20 +03003011 continue;
3012
3013 intel_dp = enc_to_intel_dp(&encoder->base);
Ville Syrjälä773538e82014-09-04 14:54:56 +03003014 port = dp_to_dig_port(intel_dp)->port;
Ville Syrjäläa4a5d2f2014-09-04 14:54:20 +03003015
Ville Syrjälä9f2bdb02016-12-14 20:00:23 +02003016 WARN(intel_dp->active_pipe == pipe,
3017 "stealing pipe %c power sequencer from active (e)DP port %c\n",
3018 pipe_name(pipe), port_name(port));
3019
Ville Syrjäläa4a5d2f2014-09-04 14:54:20 +03003020 if (intel_dp->pps_pipe != pipe)
3021 continue;
3022
3023 DRM_DEBUG_KMS("stealing pipe %c power sequencer from port %c\n",
Ville Syrjälä773538e82014-09-04 14:54:56 +03003024 pipe_name(pipe), port_name(port));
Ville Syrjäläa4a5d2f2014-09-04 14:54:20 +03003025
3026 /* make sure vdd is off before we steal it */
Ville Syrjälä83b84592014-10-16 21:29:51 +03003027 vlv_detach_power_sequencer(intel_dp);
Ville Syrjäläa4a5d2f2014-09-04 14:54:20 +03003028 }
3029}
3030
3031static void vlv_init_panel_power_sequencer(struct intel_dp *intel_dp)
3032{
3033 struct intel_digital_port *intel_dig_port = dp_to_dig_port(intel_dp);
3034 struct intel_encoder *encoder = &intel_dig_port->base;
3035 struct drm_device *dev = encoder->base.dev;
Chris Wilsonfac5e232016-07-04 11:34:36 +01003036 struct drm_i915_private *dev_priv = to_i915(dev);
Ville Syrjäläa4a5d2f2014-09-04 14:54:20 +03003037 struct intel_crtc *crtc = to_intel_crtc(encoder->base.crtc);
Ville Syrjäläa4a5d2f2014-09-04 14:54:20 +03003038
3039 lockdep_assert_held(&dev_priv->pps_mutex);
3040
Ville Syrjälä9f2bdb02016-12-14 20:00:23 +02003041 WARN_ON(intel_dp->active_pipe != INVALID_PIPE);
Ville Syrjälä093e3f12014-10-16 21:27:33 +03003042
Ville Syrjälä9f2bdb02016-12-14 20:00:23 +02003043 if (intel_dp->pps_pipe != INVALID_PIPE &&
3044 intel_dp->pps_pipe != crtc->pipe) {
3045 /*
3046 * If another power sequencer was being used on this
3047 * port previously make sure to turn off vdd there while
3048 * we still have control of it.
3049 */
Ville Syrjälä83b84592014-10-16 21:29:51 +03003050 vlv_detach_power_sequencer(intel_dp);
Ville Syrjälä9f2bdb02016-12-14 20:00:23 +02003051 }
Ville Syrjäläa4a5d2f2014-09-04 14:54:20 +03003052
3053 /*
3054 * We may be stealing the power
3055 * sequencer from another port.
3056 */
3057 vlv_steal_power_sequencer(dev, crtc->pipe);
3058
Ville Syrjälä9f2bdb02016-12-14 20:00:23 +02003059 intel_dp->active_pipe = crtc->pipe;
3060
Jani Nikula1853a9d2017-08-18 12:30:20 +03003061 if (!intel_dp_is_edp(intel_dp))
Ville Syrjälä9f2bdb02016-12-14 20:00:23 +02003062 return;
3063
Ville Syrjäläa4a5d2f2014-09-04 14:54:20 +03003064 /* now it's all ours */
3065 intel_dp->pps_pipe = crtc->pipe;
3066
3067 DRM_DEBUG_KMS("initializing pipe %c power sequencer for port %c\n",
3068 pipe_name(intel_dp->pps_pipe), port_name(intel_dig_port->port));
3069
3070 /* init power sequencer on this pipe and port */
Ville Syrjälä36b5f422014-10-16 21:27:30 +03003071 intel_dp_init_panel_power_sequencer(dev, intel_dp);
Ville Syrjälä5d5ab2d2016-12-20 18:51:17 +02003072 intel_dp_init_panel_power_sequencer_registers(dev, intel_dp, true);
Ville Syrjäläa4a5d2f2014-09-04 14:54:20 +03003073}
3074
Maarten Lankhorstfd6bbda2016-08-09 17:04:04 +02003075static void vlv_pre_enable_dp(struct intel_encoder *encoder,
Ville Syrjälä5f88a9c2017-08-18 16:49:58 +03003076 const struct intel_crtc_state *pipe_config,
3077 const struct drm_connector_state *conn_state)
Jani Nikulaab1f90f2013-07-30 12:20:30 +03003078{
Ander Conselvan de Oliveira5f68c272016-04-27 15:44:24 +03003079 vlv_phy_pre_encoder_enable(encoder);
Jesse Barnes89b667f2013-04-18 14:51:36 -07003080
Maarten Lankhorstbbf35e92016-11-08 13:55:38 +01003081 intel_enable_dp(encoder, pipe_config, conn_state);
Jesse Barnes89b667f2013-04-18 14:51:36 -07003082}
3083
Maarten Lankhorstfd6bbda2016-08-09 17:04:04 +02003084static void vlv_dp_pre_pll_enable(struct intel_encoder *encoder,
Ville Syrjälä5f88a9c2017-08-18 16:49:58 +03003085 const struct intel_crtc_state *pipe_config,
3086 const struct drm_connector_state *conn_state)
Jesse Barnes89b667f2013-04-18 14:51:36 -07003087{
Maarten Lankhorst85cb48a2016-08-09 17:04:13 +02003088 intel_dp_prepare(encoder, pipe_config);
Daniel Vetter8ac33ed2014-04-24 23:54:54 +02003089
Ander Conselvan de Oliveira6da2e612016-04-27 15:44:23 +03003090 vlv_phy_pre_pll_enable(encoder);
Keith Packarda4fc5ed2009-04-07 16:16:42 -07003091}
3092
Maarten Lankhorstfd6bbda2016-08-09 17:04:04 +02003093static void chv_pre_enable_dp(struct intel_encoder *encoder,
Ville Syrjälä5f88a9c2017-08-18 16:49:58 +03003094 const struct intel_crtc_state *pipe_config,
3095 const struct drm_connector_state *conn_state)
Chon Ming Leee4a1d842014-04-09 13:28:20 +03003096{
Ander Conselvan de Oliveirae7d2a7172016-04-27 15:44:20 +03003097 chv_phy_pre_encoder_enable(encoder);
Chon Ming Leee4a1d842014-04-09 13:28:20 +03003098
Maarten Lankhorstbbf35e92016-11-08 13:55:38 +01003099 intel_enable_dp(encoder, pipe_config, conn_state);
Ville Syrjäläb0b33842015-07-08 23:45:55 +03003100
3101 /* Second common lane will stay alive on its own now */
Ander Conselvan de Oliveirae7d2a7172016-04-27 15:44:20 +03003102 chv_phy_release_cl2_override(encoder);
Chon Ming Leee4a1d842014-04-09 13:28:20 +03003103}
3104
Maarten Lankhorstfd6bbda2016-08-09 17:04:04 +02003105static void chv_dp_pre_pll_enable(struct intel_encoder *encoder,
Ville Syrjälä5f88a9c2017-08-18 16:49:58 +03003106 const struct intel_crtc_state *pipe_config,
3107 const struct drm_connector_state *conn_state)
Ville Syrjälä9197c882014-04-09 13:29:05 +03003108{
Maarten Lankhorst85cb48a2016-08-09 17:04:13 +02003109 intel_dp_prepare(encoder, pipe_config);
Ville Syrjälä625695f2014-06-28 02:04:02 +03003110
Ander Conselvan de Oliveira419b1b72016-04-27 15:44:19 +03003111 chv_phy_pre_pll_enable(encoder);
Ville Syrjälä9197c882014-04-09 13:29:05 +03003112}
3113
Maarten Lankhorstfd6bbda2016-08-09 17:04:04 +02003114static void chv_dp_post_pll_disable(struct intel_encoder *encoder,
Ville Syrjälä5f88a9c2017-08-18 16:49:58 +03003115 const struct intel_crtc_state *pipe_config,
3116 const struct drm_connector_state *conn_state)
Ville Syrjäläd6db9952015-07-08 23:45:49 +03003117{
Ander Conselvan de Oliveira204970b2016-04-27 15:44:21 +03003118 chv_phy_post_pll_disable(encoder);
Ville Syrjäläd6db9952015-07-08 23:45:49 +03003119}
3120
Keith Packarda4fc5ed2009-04-07 16:16:42 -07003121/*
3122 * Fetch AUX CH registers 0x202 - 0x207 which contain
3123 * link status information
3124 */
Ander Conselvan de Oliveira94223d02015-10-23 13:01:48 +03003125bool
Keith Packard93f62da2011-11-01 19:45:03 -07003126intel_dp_get_link_status(struct intel_dp *intel_dp, uint8_t link_status[DP_LINK_STATUS_SIZE])
Keith Packarda4fc5ed2009-04-07 16:16:42 -07003127{
Lyude9f085eb2016-04-13 10:58:33 -04003128 return drm_dp_dpcd_read(&intel_dp->aux, DP_LANE0_1_STATUS, link_status,
3129 DP_LINK_STATUS_SIZE) == DP_LINK_STATUS_SIZE;
Keith Packarda4fc5ed2009-04-07 16:16:42 -07003130}
3131
Nagaraju, Vathsala97da2ef2017-01-02 17:00:55 +05303132static bool intel_dp_get_y_cord_status(struct intel_dp *intel_dp)
3133{
3134 uint8_t psr_caps = 0;
3135
Imre Deak9bacd4b2017-05-10 12:21:48 +03003136 if (drm_dp_dpcd_readb(&intel_dp->aux, DP_PSR_CAPS, &psr_caps) != 1)
3137 return false;
Nagaraju, Vathsala97da2ef2017-01-02 17:00:55 +05303138 return psr_caps & DP_PSR2_SU_Y_COORDINATE_REQUIRED;
3139}
3140
3141static bool intel_dp_get_colorimetry_status(struct intel_dp *intel_dp)
3142{
3143 uint8_t dprx = 0;
3144
Imre Deak9bacd4b2017-05-10 12:21:48 +03003145 if (drm_dp_dpcd_readb(&intel_dp->aux, DP_DPRX_FEATURE_ENUMERATION_LIST,
3146 &dprx) != 1)
3147 return false;
Nagaraju, Vathsala97da2ef2017-01-02 17:00:55 +05303148 return dprx & DP_VSC_SDP_EXT_FOR_COLORIMETRY_SUPPORTED;
3149}
3150
Chris Wilsona76f73d2017-01-14 10:51:13 +00003151static bool intel_dp_get_alpm_status(struct intel_dp *intel_dp)
Nagaraju, Vathsala340c93c2017-01-02 17:00:58 +05303152{
3153 uint8_t alpm_caps = 0;
3154
Imre Deak9bacd4b2017-05-10 12:21:48 +03003155 if (drm_dp_dpcd_readb(&intel_dp->aux, DP_RECEIVER_ALPM_CAP,
3156 &alpm_caps) != 1)
3157 return false;
Nagaraju, Vathsala340c93c2017-01-02 17:00:58 +05303158 return alpm_caps & DP_ALPM_CAP;
3159}
3160
Paulo Zanoni11002442014-06-13 18:45:41 -03003161/* These are source-specific values. */
Ander Conselvan de Oliveira94223d02015-10-23 13:01:48 +03003162uint8_t
Keith Packard1a2eb462011-11-16 16:26:07 -08003163intel_dp_voltage_max(struct intel_dp *intel_dp)
Keith Packarda4fc5ed2009-04-07 16:16:42 -07003164{
Tvrtko Ursulindd11bc12016-11-16 08:55:41 +00003165 struct drm_i915_private *dev_priv = to_i915(intel_dp_to_dev(intel_dp));
Imre Deakbc7d38a2013-05-16 14:40:36 +03003166 enum port port = dp_to_dig_port(intel_dp)->port;
Keith Packard1a2eb462011-11-16 16:26:07 -08003167
Ander Conselvan de Oliveiracc3f90f2016-12-02 10:23:49 +02003168 if (IS_GEN9_LP(dev_priv))
Vandana Kannan93147262014-11-18 15:45:29 +05303169 return DP_TRAIN_VOLTAGE_SWING_LEVEL_3;
Tvrtko Ursulindd11bc12016-11-16 08:55:41 +00003170 else if (INTEL_GEN(dev_priv) >= 9) {
Ville Syrjäläffe51112017-02-23 19:49:01 +02003171 struct intel_encoder *encoder = &dp_to_dig_port(intel_dp)->base;
3172 return intel_ddi_dp_voltage_max(encoder);
Tvrtko Ursulin920a14b2016-10-14 10:13:44 +01003173 } else if (IS_VALLEYVIEW(dev_priv) || IS_CHERRYVIEW(dev_priv))
Sonika Jindalbd600182014-08-08 16:23:41 +05303174 return DP_TRAIN_VOLTAGE_SWING_LEVEL_3;
Tvrtko Ursulin5db94012016-10-13 11:03:10 +01003175 else if (IS_GEN7(dev_priv) && port == PORT_A)
Sonika Jindalbd600182014-08-08 16:23:41 +05303176 return DP_TRAIN_VOLTAGE_SWING_LEVEL_2;
Tvrtko Ursulin6e266952016-10-13 11:02:53 +01003177 else if (HAS_PCH_CPT(dev_priv) && port != PORT_A)
Sonika Jindalbd600182014-08-08 16:23:41 +05303178 return DP_TRAIN_VOLTAGE_SWING_LEVEL_3;
Keith Packard1a2eb462011-11-16 16:26:07 -08003179 else
Sonika Jindalbd600182014-08-08 16:23:41 +05303180 return DP_TRAIN_VOLTAGE_SWING_LEVEL_2;
Keith Packard1a2eb462011-11-16 16:26:07 -08003181}
3182
Ander Conselvan de Oliveira94223d02015-10-23 13:01:48 +03003183uint8_t
Keith Packard1a2eb462011-11-16 16:26:07 -08003184intel_dp_pre_emphasis_max(struct intel_dp *intel_dp, uint8_t voltage_swing)
3185{
Tvrtko Ursulin86527442016-10-13 11:03:00 +01003186 struct drm_i915_private *dev_priv = to_i915(intel_dp_to_dev(intel_dp));
Imre Deakbc7d38a2013-05-16 14:40:36 +03003187 enum port port = dp_to_dig_port(intel_dp)->port;
Keith Packard1a2eb462011-11-16 16:26:07 -08003188
Tvrtko Ursulin86527442016-10-13 11:03:00 +01003189 if (INTEL_GEN(dev_priv) >= 9) {
Damien Lespiau5a9d1f12013-12-03 13:56:26 +00003190 switch (voltage_swing & DP_TRAIN_VOLTAGE_SWING_MASK) {
3191 case DP_TRAIN_VOLTAGE_SWING_LEVEL_0:
3192 return DP_TRAIN_PRE_EMPH_LEVEL_3;
3193 case DP_TRAIN_VOLTAGE_SWING_LEVEL_1:
3194 return DP_TRAIN_PRE_EMPH_LEVEL_2;
3195 case DP_TRAIN_VOLTAGE_SWING_LEVEL_2:
3196 return DP_TRAIN_PRE_EMPH_LEVEL_1;
Sonika Jindal7ad14a22015-02-25 10:29:12 +05303197 case DP_TRAIN_VOLTAGE_SWING_LEVEL_3:
3198 return DP_TRAIN_PRE_EMPH_LEVEL_0;
Damien Lespiau5a9d1f12013-12-03 13:56:26 +00003199 default:
3200 return DP_TRAIN_PRE_EMPH_LEVEL_0;
3201 }
Tvrtko Ursulin86527442016-10-13 11:03:00 +01003202 } else if (IS_HASWELL(dev_priv) || IS_BROADWELL(dev_priv)) {
Paulo Zanonid6c0d722012-10-15 15:51:34 -03003203 switch (voltage_swing & DP_TRAIN_VOLTAGE_SWING_MASK) {
Sonika Jindalbd600182014-08-08 16:23:41 +05303204 case DP_TRAIN_VOLTAGE_SWING_LEVEL_0:
3205 return DP_TRAIN_PRE_EMPH_LEVEL_3;
3206 case DP_TRAIN_VOLTAGE_SWING_LEVEL_1:
3207 return DP_TRAIN_PRE_EMPH_LEVEL_2;
3208 case DP_TRAIN_VOLTAGE_SWING_LEVEL_2:
3209 return DP_TRAIN_PRE_EMPH_LEVEL_1;
3210 case DP_TRAIN_VOLTAGE_SWING_LEVEL_3:
Paulo Zanonid6c0d722012-10-15 15:51:34 -03003211 default:
Sonika Jindalbd600182014-08-08 16:23:41 +05303212 return DP_TRAIN_PRE_EMPH_LEVEL_0;
Paulo Zanonid6c0d722012-10-15 15:51:34 -03003213 }
Tvrtko Ursulin86527442016-10-13 11:03:00 +01003214 } else if (IS_VALLEYVIEW(dev_priv) || IS_CHERRYVIEW(dev_priv)) {
Pallavi Ge2fa6fb2013-04-18 14:44:28 -07003215 switch (voltage_swing & DP_TRAIN_VOLTAGE_SWING_MASK) {
Sonika Jindalbd600182014-08-08 16:23:41 +05303216 case DP_TRAIN_VOLTAGE_SWING_LEVEL_0:
3217 return DP_TRAIN_PRE_EMPH_LEVEL_3;
3218 case DP_TRAIN_VOLTAGE_SWING_LEVEL_1:
3219 return DP_TRAIN_PRE_EMPH_LEVEL_2;
3220 case DP_TRAIN_VOLTAGE_SWING_LEVEL_2:
3221 return DP_TRAIN_PRE_EMPH_LEVEL_1;
3222 case DP_TRAIN_VOLTAGE_SWING_LEVEL_3:
Pallavi Ge2fa6fb2013-04-18 14:44:28 -07003223 default:
Sonika Jindalbd600182014-08-08 16:23:41 +05303224 return DP_TRAIN_PRE_EMPH_LEVEL_0;
Pallavi Ge2fa6fb2013-04-18 14:44:28 -07003225 }
Tvrtko Ursulin86527442016-10-13 11:03:00 +01003226 } else if (IS_GEN7(dev_priv) && port == PORT_A) {
Keith Packard1a2eb462011-11-16 16:26:07 -08003227 switch (voltage_swing & DP_TRAIN_VOLTAGE_SWING_MASK) {
Sonika Jindalbd600182014-08-08 16:23:41 +05303228 case DP_TRAIN_VOLTAGE_SWING_LEVEL_0:
3229 return DP_TRAIN_PRE_EMPH_LEVEL_2;
3230 case DP_TRAIN_VOLTAGE_SWING_LEVEL_1:
3231 case DP_TRAIN_VOLTAGE_SWING_LEVEL_2:
3232 return DP_TRAIN_PRE_EMPH_LEVEL_1;
Keith Packard1a2eb462011-11-16 16:26:07 -08003233 default:
Sonika Jindalbd600182014-08-08 16:23:41 +05303234 return DP_TRAIN_PRE_EMPH_LEVEL_0;
Keith Packard1a2eb462011-11-16 16:26:07 -08003235 }
3236 } else {
3237 switch (voltage_swing & DP_TRAIN_VOLTAGE_SWING_MASK) {
Sonika Jindalbd600182014-08-08 16:23:41 +05303238 case DP_TRAIN_VOLTAGE_SWING_LEVEL_0:
3239 return DP_TRAIN_PRE_EMPH_LEVEL_2;
3240 case DP_TRAIN_VOLTAGE_SWING_LEVEL_1:
3241 return DP_TRAIN_PRE_EMPH_LEVEL_2;
3242 case DP_TRAIN_VOLTAGE_SWING_LEVEL_2:
3243 return DP_TRAIN_PRE_EMPH_LEVEL_1;
3244 case DP_TRAIN_VOLTAGE_SWING_LEVEL_3:
Keith Packard1a2eb462011-11-16 16:26:07 -08003245 default:
Sonika Jindalbd600182014-08-08 16:23:41 +05303246 return DP_TRAIN_PRE_EMPH_LEVEL_0;
Keith Packard1a2eb462011-11-16 16:26:07 -08003247 }
Keith Packarda4fc5ed2009-04-07 16:16:42 -07003248 }
3249}
3250
Daniel Vetter5829975c2015-04-16 11:36:52 +02003251static uint32_t vlv_signal_levels(struct intel_dp *intel_dp)
Pallavi Ge2fa6fb2013-04-18 14:44:28 -07003252{
Ander Conselvan de Oliveira53d98722016-04-27 15:44:22 +03003253 struct intel_encoder *encoder = &dp_to_dig_port(intel_dp)->base;
Pallavi Ge2fa6fb2013-04-18 14:44:28 -07003254 unsigned long demph_reg_value, preemph_reg_value,
3255 uniqtranscale_reg_value;
3256 uint8_t train_set = intel_dp->train_set[0];
Pallavi Ge2fa6fb2013-04-18 14:44:28 -07003257
3258 switch (train_set & DP_TRAIN_PRE_EMPHASIS_MASK) {
Sonika Jindalbd600182014-08-08 16:23:41 +05303259 case DP_TRAIN_PRE_EMPH_LEVEL_0:
Pallavi Ge2fa6fb2013-04-18 14:44:28 -07003260 preemph_reg_value = 0x0004000;
3261 switch (train_set & DP_TRAIN_VOLTAGE_SWING_MASK) {
Sonika Jindalbd600182014-08-08 16:23:41 +05303262 case DP_TRAIN_VOLTAGE_SWING_LEVEL_0:
Pallavi Ge2fa6fb2013-04-18 14:44:28 -07003263 demph_reg_value = 0x2B405555;
3264 uniqtranscale_reg_value = 0x552AB83A;
3265 break;
Sonika Jindalbd600182014-08-08 16:23:41 +05303266 case DP_TRAIN_VOLTAGE_SWING_LEVEL_1:
Pallavi Ge2fa6fb2013-04-18 14:44:28 -07003267 demph_reg_value = 0x2B404040;
3268 uniqtranscale_reg_value = 0x5548B83A;
3269 break;
Sonika Jindalbd600182014-08-08 16:23:41 +05303270 case DP_TRAIN_VOLTAGE_SWING_LEVEL_2:
Pallavi Ge2fa6fb2013-04-18 14:44:28 -07003271 demph_reg_value = 0x2B245555;
3272 uniqtranscale_reg_value = 0x5560B83A;
3273 break;
Sonika Jindalbd600182014-08-08 16:23:41 +05303274 case DP_TRAIN_VOLTAGE_SWING_LEVEL_3:
Pallavi Ge2fa6fb2013-04-18 14:44:28 -07003275 demph_reg_value = 0x2B405555;
3276 uniqtranscale_reg_value = 0x5598DA3A;
3277 break;
3278 default:
3279 return 0;
3280 }
3281 break;
Sonika Jindalbd600182014-08-08 16:23:41 +05303282 case DP_TRAIN_PRE_EMPH_LEVEL_1:
Pallavi Ge2fa6fb2013-04-18 14:44:28 -07003283 preemph_reg_value = 0x0002000;
3284 switch (train_set & DP_TRAIN_VOLTAGE_SWING_MASK) {
Sonika Jindalbd600182014-08-08 16:23:41 +05303285 case DP_TRAIN_VOLTAGE_SWING_LEVEL_0:
Pallavi Ge2fa6fb2013-04-18 14:44:28 -07003286 demph_reg_value = 0x2B404040;
3287 uniqtranscale_reg_value = 0x5552B83A;
3288 break;
Sonika Jindalbd600182014-08-08 16:23:41 +05303289 case DP_TRAIN_VOLTAGE_SWING_LEVEL_1:
Pallavi Ge2fa6fb2013-04-18 14:44:28 -07003290 demph_reg_value = 0x2B404848;
3291 uniqtranscale_reg_value = 0x5580B83A;
3292 break;
Sonika Jindalbd600182014-08-08 16:23:41 +05303293 case DP_TRAIN_VOLTAGE_SWING_LEVEL_2:
Pallavi Ge2fa6fb2013-04-18 14:44:28 -07003294 demph_reg_value = 0x2B404040;
3295 uniqtranscale_reg_value = 0x55ADDA3A;
3296 break;
3297 default:
3298 return 0;
3299 }
3300 break;
Sonika Jindalbd600182014-08-08 16:23:41 +05303301 case DP_TRAIN_PRE_EMPH_LEVEL_2:
Pallavi Ge2fa6fb2013-04-18 14:44:28 -07003302 preemph_reg_value = 0x0000000;
3303 switch (train_set & DP_TRAIN_VOLTAGE_SWING_MASK) {
Sonika Jindalbd600182014-08-08 16:23:41 +05303304 case DP_TRAIN_VOLTAGE_SWING_LEVEL_0:
Pallavi Ge2fa6fb2013-04-18 14:44:28 -07003305 demph_reg_value = 0x2B305555;
3306 uniqtranscale_reg_value = 0x5570B83A;
3307 break;
Sonika Jindalbd600182014-08-08 16:23:41 +05303308 case DP_TRAIN_VOLTAGE_SWING_LEVEL_1:
Pallavi Ge2fa6fb2013-04-18 14:44:28 -07003309 demph_reg_value = 0x2B2B4040;
3310 uniqtranscale_reg_value = 0x55ADDA3A;
3311 break;
3312 default:
3313 return 0;
3314 }
3315 break;
Sonika Jindalbd600182014-08-08 16:23:41 +05303316 case DP_TRAIN_PRE_EMPH_LEVEL_3:
Pallavi Ge2fa6fb2013-04-18 14:44:28 -07003317 preemph_reg_value = 0x0006000;
3318 switch (train_set & DP_TRAIN_VOLTAGE_SWING_MASK) {
Sonika Jindalbd600182014-08-08 16:23:41 +05303319 case DP_TRAIN_VOLTAGE_SWING_LEVEL_0:
Pallavi Ge2fa6fb2013-04-18 14:44:28 -07003320 demph_reg_value = 0x1B405555;
3321 uniqtranscale_reg_value = 0x55ADDA3A;
3322 break;
3323 default:
3324 return 0;
3325 }
3326 break;
3327 default:
3328 return 0;
3329 }
3330
Ander Conselvan de Oliveira53d98722016-04-27 15:44:22 +03003331 vlv_set_phy_signal_level(encoder, demph_reg_value, preemph_reg_value,
3332 uniqtranscale_reg_value, 0);
Pallavi Ge2fa6fb2013-04-18 14:44:28 -07003333
3334 return 0;
3335}
3336
Daniel Vetter5829975c2015-04-16 11:36:52 +02003337static uint32_t chv_signal_levels(struct intel_dp *intel_dp)
Chon Ming Leee4a1d842014-04-09 13:28:20 +03003338{
Ander Conselvan de Oliveirab7fa22d2016-04-27 15:44:17 +03003339 struct intel_encoder *encoder = &dp_to_dig_port(intel_dp)->base;
3340 u32 deemph_reg_value, margin_reg_value;
3341 bool uniq_trans_scale = false;
Chon Ming Leee4a1d842014-04-09 13:28:20 +03003342 uint8_t train_set = intel_dp->train_set[0];
Chon Ming Leee4a1d842014-04-09 13:28:20 +03003343
3344 switch (train_set & DP_TRAIN_PRE_EMPHASIS_MASK) {
Sonika Jindalbd600182014-08-08 16:23:41 +05303345 case DP_TRAIN_PRE_EMPH_LEVEL_0:
Chon Ming Leee4a1d842014-04-09 13:28:20 +03003346 switch (train_set & DP_TRAIN_VOLTAGE_SWING_MASK) {
Sonika Jindalbd600182014-08-08 16:23:41 +05303347 case DP_TRAIN_VOLTAGE_SWING_LEVEL_0:
Chon Ming Leee4a1d842014-04-09 13:28:20 +03003348 deemph_reg_value = 128;
3349 margin_reg_value = 52;
3350 break;
Sonika Jindalbd600182014-08-08 16:23:41 +05303351 case DP_TRAIN_VOLTAGE_SWING_LEVEL_1:
Chon Ming Leee4a1d842014-04-09 13:28:20 +03003352 deemph_reg_value = 128;
3353 margin_reg_value = 77;
3354 break;
Sonika Jindalbd600182014-08-08 16:23:41 +05303355 case DP_TRAIN_VOLTAGE_SWING_LEVEL_2:
Chon Ming Leee4a1d842014-04-09 13:28:20 +03003356 deemph_reg_value = 128;
3357 margin_reg_value = 102;
3358 break;
Sonika Jindalbd600182014-08-08 16:23:41 +05303359 case DP_TRAIN_VOLTAGE_SWING_LEVEL_3:
Chon Ming Leee4a1d842014-04-09 13:28:20 +03003360 deemph_reg_value = 128;
3361 margin_reg_value = 154;
Ander Conselvan de Oliveirab7fa22d2016-04-27 15:44:17 +03003362 uniq_trans_scale = true;
Chon Ming Leee4a1d842014-04-09 13:28:20 +03003363 break;
3364 default:
3365 return 0;
3366 }
3367 break;
Sonika Jindalbd600182014-08-08 16:23:41 +05303368 case DP_TRAIN_PRE_EMPH_LEVEL_1:
Chon Ming Leee4a1d842014-04-09 13:28:20 +03003369 switch (train_set & DP_TRAIN_VOLTAGE_SWING_MASK) {
Sonika Jindalbd600182014-08-08 16:23:41 +05303370 case DP_TRAIN_VOLTAGE_SWING_LEVEL_0:
Chon Ming Leee4a1d842014-04-09 13:28:20 +03003371 deemph_reg_value = 85;
3372 margin_reg_value = 78;
3373 break;
Sonika Jindalbd600182014-08-08 16:23:41 +05303374 case DP_TRAIN_VOLTAGE_SWING_LEVEL_1:
Chon Ming Leee4a1d842014-04-09 13:28:20 +03003375 deemph_reg_value = 85;
3376 margin_reg_value = 116;
3377 break;
Sonika Jindalbd600182014-08-08 16:23:41 +05303378 case DP_TRAIN_VOLTAGE_SWING_LEVEL_2:
Chon Ming Leee4a1d842014-04-09 13:28:20 +03003379 deemph_reg_value = 85;
3380 margin_reg_value = 154;
3381 break;
3382 default:
3383 return 0;
3384 }
3385 break;
Sonika Jindalbd600182014-08-08 16:23:41 +05303386 case DP_TRAIN_PRE_EMPH_LEVEL_2:
Chon Ming Leee4a1d842014-04-09 13:28:20 +03003387 switch (train_set & DP_TRAIN_VOLTAGE_SWING_MASK) {
Sonika Jindalbd600182014-08-08 16:23:41 +05303388 case DP_TRAIN_VOLTAGE_SWING_LEVEL_0:
Chon Ming Leee4a1d842014-04-09 13:28:20 +03003389 deemph_reg_value = 64;
3390 margin_reg_value = 104;
3391 break;
Sonika Jindalbd600182014-08-08 16:23:41 +05303392 case DP_TRAIN_VOLTAGE_SWING_LEVEL_1:
Chon Ming Leee4a1d842014-04-09 13:28:20 +03003393 deemph_reg_value = 64;
3394 margin_reg_value = 154;
3395 break;
3396 default:
3397 return 0;
3398 }
3399 break;
Sonika Jindalbd600182014-08-08 16:23:41 +05303400 case DP_TRAIN_PRE_EMPH_LEVEL_3:
Chon Ming Leee4a1d842014-04-09 13:28:20 +03003401 switch (train_set & DP_TRAIN_VOLTAGE_SWING_MASK) {
Sonika Jindalbd600182014-08-08 16:23:41 +05303402 case DP_TRAIN_VOLTAGE_SWING_LEVEL_0:
Chon Ming Leee4a1d842014-04-09 13:28:20 +03003403 deemph_reg_value = 43;
3404 margin_reg_value = 154;
3405 break;
3406 default:
3407 return 0;
3408 }
3409 break;
3410 default:
3411 return 0;
3412 }
3413
Ander Conselvan de Oliveirab7fa22d2016-04-27 15:44:17 +03003414 chv_set_phy_signal_level(encoder, deemph_reg_value,
3415 margin_reg_value, uniq_trans_scale);
Chon Ming Leee4a1d842014-04-09 13:28:20 +03003416
3417 return 0;
3418}
3419
Keith Packarda4fc5ed2009-04-07 16:16:42 -07003420static uint32_t
Daniel Vetter5829975c2015-04-16 11:36:52 +02003421gen4_signal_levels(uint8_t train_set)
Keith Packarda4fc5ed2009-04-07 16:16:42 -07003422{
Chris Wilson3cf2efb2010-11-29 10:09:55 +00003423 uint32_t signal_levels = 0;
Keith Packarda4fc5ed2009-04-07 16:16:42 -07003424
Chris Wilson3cf2efb2010-11-29 10:09:55 +00003425 switch (train_set & DP_TRAIN_VOLTAGE_SWING_MASK) {
Sonika Jindalbd600182014-08-08 16:23:41 +05303426 case DP_TRAIN_VOLTAGE_SWING_LEVEL_0:
Keith Packarda4fc5ed2009-04-07 16:16:42 -07003427 default:
3428 signal_levels |= DP_VOLTAGE_0_4;
3429 break;
Sonika Jindalbd600182014-08-08 16:23:41 +05303430 case DP_TRAIN_VOLTAGE_SWING_LEVEL_1:
Keith Packarda4fc5ed2009-04-07 16:16:42 -07003431 signal_levels |= DP_VOLTAGE_0_6;
3432 break;
Sonika Jindalbd600182014-08-08 16:23:41 +05303433 case DP_TRAIN_VOLTAGE_SWING_LEVEL_2:
Keith Packarda4fc5ed2009-04-07 16:16:42 -07003434 signal_levels |= DP_VOLTAGE_0_8;
3435 break;
Sonika Jindalbd600182014-08-08 16:23:41 +05303436 case DP_TRAIN_VOLTAGE_SWING_LEVEL_3:
Keith Packarda4fc5ed2009-04-07 16:16:42 -07003437 signal_levels |= DP_VOLTAGE_1_2;
3438 break;
3439 }
Chris Wilson3cf2efb2010-11-29 10:09:55 +00003440 switch (train_set & DP_TRAIN_PRE_EMPHASIS_MASK) {
Sonika Jindalbd600182014-08-08 16:23:41 +05303441 case DP_TRAIN_PRE_EMPH_LEVEL_0:
Keith Packarda4fc5ed2009-04-07 16:16:42 -07003442 default:
3443 signal_levels |= DP_PRE_EMPHASIS_0;
3444 break;
Sonika Jindalbd600182014-08-08 16:23:41 +05303445 case DP_TRAIN_PRE_EMPH_LEVEL_1:
Keith Packarda4fc5ed2009-04-07 16:16:42 -07003446 signal_levels |= DP_PRE_EMPHASIS_3_5;
3447 break;
Sonika Jindalbd600182014-08-08 16:23:41 +05303448 case DP_TRAIN_PRE_EMPH_LEVEL_2:
Keith Packarda4fc5ed2009-04-07 16:16:42 -07003449 signal_levels |= DP_PRE_EMPHASIS_6;
3450 break;
Sonika Jindalbd600182014-08-08 16:23:41 +05303451 case DP_TRAIN_PRE_EMPH_LEVEL_3:
Keith Packarda4fc5ed2009-04-07 16:16:42 -07003452 signal_levels |= DP_PRE_EMPHASIS_9_5;
3453 break;
3454 }
3455 return signal_levels;
3456}
3457
Zhenyu Wange3421a12010-04-08 09:43:27 +08003458/* Gen6's DP voltage swing and pre-emphasis control */
3459static uint32_t
Daniel Vetter5829975c2015-04-16 11:36:52 +02003460gen6_edp_signal_levels(uint8_t train_set)
Zhenyu Wange3421a12010-04-08 09:43:27 +08003461{
Yuanhan Liu3c5a62b2011-01-06 18:26:08 +08003462 int signal_levels = train_set & (DP_TRAIN_VOLTAGE_SWING_MASK |
3463 DP_TRAIN_PRE_EMPHASIS_MASK);
3464 switch (signal_levels) {
Sonika Jindalbd600182014-08-08 16:23:41 +05303465 case DP_TRAIN_VOLTAGE_SWING_LEVEL_0 | DP_TRAIN_PRE_EMPH_LEVEL_0:
3466 case DP_TRAIN_VOLTAGE_SWING_LEVEL_1 | DP_TRAIN_PRE_EMPH_LEVEL_0:
Yuanhan Liu3c5a62b2011-01-06 18:26:08 +08003467 return EDP_LINK_TRAIN_400_600MV_0DB_SNB_B;
Sonika Jindalbd600182014-08-08 16:23:41 +05303468 case DP_TRAIN_VOLTAGE_SWING_LEVEL_0 | DP_TRAIN_PRE_EMPH_LEVEL_1:
Yuanhan Liu3c5a62b2011-01-06 18:26:08 +08003469 return EDP_LINK_TRAIN_400MV_3_5DB_SNB_B;
Sonika Jindalbd600182014-08-08 16:23:41 +05303470 case DP_TRAIN_VOLTAGE_SWING_LEVEL_0 | DP_TRAIN_PRE_EMPH_LEVEL_2:
3471 case DP_TRAIN_VOLTAGE_SWING_LEVEL_1 | DP_TRAIN_PRE_EMPH_LEVEL_2:
Yuanhan Liu3c5a62b2011-01-06 18:26:08 +08003472 return EDP_LINK_TRAIN_400_600MV_6DB_SNB_B;
Sonika Jindalbd600182014-08-08 16:23:41 +05303473 case DP_TRAIN_VOLTAGE_SWING_LEVEL_1 | DP_TRAIN_PRE_EMPH_LEVEL_1:
3474 case DP_TRAIN_VOLTAGE_SWING_LEVEL_2 | DP_TRAIN_PRE_EMPH_LEVEL_1:
Yuanhan Liu3c5a62b2011-01-06 18:26:08 +08003475 return EDP_LINK_TRAIN_600_800MV_3_5DB_SNB_B;
Sonika Jindalbd600182014-08-08 16:23:41 +05303476 case DP_TRAIN_VOLTAGE_SWING_LEVEL_2 | DP_TRAIN_PRE_EMPH_LEVEL_0:
3477 case DP_TRAIN_VOLTAGE_SWING_LEVEL_3 | DP_TRAIN_PRE_EMPH_LEVEL_0:
Yuanhan Liu3c5a62b2011-01-06 18:26:08 +08003478 return EDP_LINK_TRAIN_800_1200MV_0DB_SNB_B;
Zhenyu Wange3421a12010-04-08 09:43:27 +08003479 default:
Yuanhan Liu3c5a62b2011-01-06 18:26:08 +08003480 DRM_DEBUG_KMS("Unsupported voltage swing/pre-emphasis level:"
3481 "0x%x\n", signal_levels);
3482 return EDP_LINK_TRAIN_400_600MV_0DB_SNB_B;
Zhenyu Wange3421a12010-04-08 09:43:27 +08003483 }
3484}
3485
Keith Packard1a2eb462011-11-16 16:26:07 -08003486/* Gen7's DP voltage swing and pre-emphasis control */
3487static uint32_t
Daniel Vetter5829975c2015-04-16 11:36:52 +02003488gen7_edp_signal_levels(uint8_t train_set)
Keith Packard1a2eb462011-11-16 16:26:07 -08003489{
3490 int signal_levels = train_set & (DP_TRAIN_VOLTAGE_SWING_MASK |
3491 DP_TRAIN_PRE_EMPHASIS_MASK);
3492 switch (signal_levels) {
Sonika Jindalbd600182014-08-08 16:23:41 +05303493 case DP_TRAIN_VOLTAGE_SWING_LEVEL_0 | DP_TRAIN_PRE_EMPH_LEVEL_0:
Keith Packard1a2eb462011-11-16 16:26:07 -08003494 return EDP_LINK_TRAIN_400MV_0DB_IVB;
Sonika Jindalbd600182014-08-08 16:23:41 +05303495 case DP_TRAIN_VOLTAGE_SWING_LEVEL_0 | DP_TRAIN_PRE_EMPH_LEVEL_1:
Keith Packard1a2eb462011-11-16 16:26:07 -08003496 return EDP_LINK_TRAIN_400MV_3_5DB_IVB;
Sonika Jindalbd600182014-08-08 16:23:41 +05303497 case DP_TRAIN_VOLTAGE_SWING_LEVEL_0 | DP_TRAIN_PRE_EMPH_LEVEL_2:
Keith Packard1a2eb462011-11-16 16:26:07 -08003498 return EDP_LINK_TRAIN_400MV_6DB_IVB;
3499
Sonika Jindalbd600182014-08-08 16:23:41 +05303500 case DP_TRAIN_VOLTAGE_SWING_LEVEL_1 | DP_TRAIN_PRE_EMPH_LEVEL_0:
Keith Packard1a2eb462011-11-16 16:26:07 -08003501 return EDP_LINK_TRAIN_600MV_0DB_IVB;
Sonika Jindalbd600182014-08-08 16:23:41 +05303502 case DP_TRAIN_VOLTAGE_SWING_LEVEL_1 | DP_TRAIN_PRE_EMPH_LEVEL_1:
Keith Packard1a2eb462011-11-16 16:26:07 -08003503 return EDP_LINK_TRAIN_600MV_3_5DB_IVB;
3504
Sonika Jindalbd600182014-08-08 16:23:41 +05303505 case DP_TRAIN_VOLTAGE_SWING_LEVEL_2 | DP_TRAIN_PRE_EMPH_LEVEL_0:
Keith Packard1a2eb462011-11-16 16:26:07 -08003506 return EDP_LINK_TRAIN_800MV_0DB_IVB;
Sonika Jindalbd600182014-08-08 16:23:41 +05303507 case DP_TRAIN_VOLTAGE_SWING_LEVEL_2 | DP_TRAIN_PRE_EMPH_LEVEL_1:
Keith Packard1a2eb462011-11-16 16:26:07 -08003508 return EDP_LINK_TRAIN_800MV_3_5DB_IVB;
3509
3510 default:
3511 DRM_DEBUG_KMS("Unsupported voltage swing/pre-emphasis level:"
3512 "0x%x\n", signal_levels);
3513 return EDP_LINK_TRAIN_500MV_0DB_IVB;
3514 }
3515}
3516
Ander Conselvan de Oliveira94223d02015-10-23 13:01:48 +03003517void
Ander Conselvan de Oliveiraf4eb6922015-10-23 13:01:44 +03003518intel_dp_set_signal_levels(struct intel_dp *intel_dp)
Paulo Zanonif0a34242012-12-06 16:51:50 -02003519{
3520 struct intel_digital_port *intel_dig_port = dp_to_dig_port(intel_dp);
Imre Deakbc7d38a2013-05-16 14:40:36 +03003521 enum port port = intel_dig_port->port;
Paulo Zanonif0a34242012-12-06 16:51:50 -02003522 struct drm_device *dev = intel_dig_port->base.base.dev;
Ander Conselvan de Oliveirab905a912015-10-23 13:01:47 +03003523 struct drm_i915_private *dev_priv = to_i915(dev);
David Weinehallf8896f52015-06-25 11:11:03 +03003524 uint32_t signal_levels, mask = 0;
Paulo Zanonif0a34242012-12-06 16:51:50 -02003525 uint8_t train_set = intel_dp->train_set[0];
3526
Rodrigo Vivid509af62017-08-29 16:22:24 -07003527 if (IS_GEN9_LP(dev_priv) || IS_CANNONLAKE(dev_priv)) {
3528 signal_levels = bxt_signal_levels(intel_dp);
3529 } else if (HAS_DDI(dev_priv)) {
David Weinehallf8896f52015-06-25 11:11:03 +03003530 signal_levels = ddi_signal_levels(intel_dp);
Rodrigo Vivid509af62017-08-29 16:22:24 -07003531 mask = DDI_BUF_EMP_MASK;
Tvrtko Ursulin920a14b2016-10-14 10:13:44 +01003532 } else if (IS_CHERRYVIEW(dev_priv)) {
Daniel Vetter5829975c2015-04-16 11:36:52 +02003533 signal_levels = chv_signal_levels(intel_dp);
Tvrtko Ursulin11a914c2016-10-13 11:03:08 +01003534 } else if (IS_VALLEYVIEW(dev_priv)) {
Daniel Vetter5829975c2015-04-16 11:36:52 +02003535 signal_levels = vlv_signal_levels(intel_dp);
Tvrtko Ursulin5db94012016-10-13 11:03:10 +01003536 } else if (IS_GEN7(dev_priv) && port == PORT_A) {
Daniel Vetter5829975c2015-04-16 11:36:52 +02003537 signal_levels = gen7_edp_signal_levels(train_set);
Paulo Zanonif0a34242012-12-06 16:51:50 -02003538 mask = EDP_LINK_TRAIN_VOL_EMP_MASK_IVB;
Tvrtko Ursulin5db94012016-10-13 11:03:10 +01003539 } else if (IS_GEN6(dev_priv) && port == PORT_A) {
Daniel Vetter5829975c2015-04-16 11:36:52 +02003540 signal_levels = gen6_edp_signal_levels(train_set);
Paulo Zanonif0a34242012-12-06 16:51:50 -02003541 mask = EDP_LINK_TRAIN_VOL_EMP_MASK_SNB;
3542 } else {
Daniel Vetter5829975c2015-04-16 11:36:52 +02003543 signal_levels = gen4_signal_levels(train_set);
Paulo Zanonif0a34242012-12-06 16:51:50 -02003544 mask = DP_VOLTAGE_MASK | DP_PRE_EMPHASIS_MASK;
3545 }
3546
Vandana Kannan96fb9f92014-11-18 15:45:27 +05303547 if (mask)
3548 DRM_DEBUG_KMS("Using signal levels %08x\n", signal_levels);
3549
3550 DRM_DEBUG_KMS("Using vswing level %d\n",
3551 train_set & DP_TRAIN_VOLTAGE_SWING_MASK);
3552 DRM_DEBUG_KMS("Using pre-emphasis level %d\n",
3553 (train_set & DP_TRAIN_PRE_EMPHASIS_MASK) >>
3554 DP_TRAIN_PRE_EMPHASIS_SHIFT);
Paulo Zanonif0a34242012-12-06 16:51:50 -02003555
Ander Conselvan de Oliveiraf4eb6922015-10-23 13:01:44 +03003556 intel_dp->DP = (intel_dp->DP & ~mask) | signal_levels;
Ander Conselvan de Oliveirab905a912015-10-23 13:01:47 +03003557
3558 I915_WRITE(intel_dp->output_reg, intel_dp->DP);
3559 POSTING_READ(intel_dp->output_reg);
Paulo Zanonif0a34242012-12-06 16:51:50 -02003560}
3561
Ander Conselvan de Oliveira94223d02015-10-23 13:01:48 +03003562void
Ander Conselvan de Oliveirae9c176d2015-10-23 13:01:45 +03003563intel_dp_program_link_training_pattern(struct intel_dp *intel_dp,
3564 uint8_t dp_train_pat)
Keith Packarda4fc5ed2009-04-07 16:16:42 -07003565{
Paulo Zanoni174edf12012-10-26 19:05:50 -02003566 struct intel_digital_port *intel_dig_port = dp_to_dig_port(intel_dp);
Ville Syrjälä90a6b7b2015-07-06 16:39:15 +03003567 struct drm_i915_private *dev_priv =
3568 to_i915(intel_dig_port->base.base.dev);
Keith Packarda4fc5ed2009-04-07 16:16:42 -07003569
Ander Conselvan de Oliveiraf4eb6922015-10-23 13:01:44 +03003570 _intel_dp_set_link_train(intel_dp, &intel_dp->DP, dp_train_pat);
Paulo Zanoni47ea7542012-07-17 16:55:16 -03003571
Ander Conselvan de Oliveiraf4eb6922015-10-23 13:01:44 +03003572 I915_WRITE(intel_dp->output_reg, intel_dp->DP);
Chris Wilsonea5b2132010-08-04 13:50:23 +01003573 POSTING_READ(intel_dp->output_reg);
Ander Conselvan de Oliveirae9c176d2015-10-23 13:01:45 +03003574}
3575
Ander Conselvan de Oliveira94223d02015-10-23 13:01:48 +03003576void intel_dp_set_idle_link_train(struct intel_dp *intel_dp)
Imre Deak3ab9c632013-05-03 12:57:41 +03003577{
3578 struct intel_digital_port *intel_dig_port = dp_to_dig_port(intel_dp);
3579 struct drm_device *dev = intel_dig_port->base.base.dev;
Chris Wilsonfac5e232016-07-04 11:34:36 +01003580 struct drm_i915_private *dev_priv = to_i915(dev);
Imre Deak3ab9c632013-05-03 12:57:41 +03003581 enum port port = intel_dig_port->port;
3582 uint32_t val;
3583
Tvrtko Ursulin4f8036a2016-10-13 11:02:52 +01003584 if (!HAS_DDI(dev_priv))
Imre Deak3ab9c632013-05-03 12:57:41 +03003585 return;
3586
3587 val = I915_READ(DP_TP_CTL(port));
3588 val &= ~DP_TP_CTL_LINK_TRAIN_MASK;
3589 val |= DP_TP_CTL_LINK_TRAIN_IDLE;
3590 I915_WRITE(DP_TP_CTL(port), val);
3591
3592 /*
3593 * On PORT_A we can have only eDP in SST mode. There the only reason
3594 * we need to set idle transmission mode is to work around a HW issue
3595 * where we enable the pipe while not in idle link-training mode.
3596 * In this case there is requirement to wait for a minimum number of
3597 * idle patterns to be sent.
3598 */
3599 if (port == PORT_A)
3600 return;
3601
Chris Wilsona7670172016-06-30 15:33:10 +01003602 if (intel_wait_for_register(dev_priv,DP_TP_STATUS(port),
3603 DP_TP_STATUS_IDLE_DONE,
3604 DP_TP_STATUS_IDLE_DONE,
3605 1))
Imre Deak3ab9c632013-05-03 12:57:41 +03003606 DRM_ERROR("Timed out waiting for DP idle patterns\n");
3607}
3608
Keith Packarda4fc5ed2009-04-07 16:16:42 -07003609static void
Chris Wilsonea5b2132010-08-04 13:50:23 +01003610intel_dp_link_down(struct intel_dp *intel_dp)
Keith Packarda4fc5ed2009-04-07 16:16:42 -07003611{
Paulo Zanonida63a9f2012-10-26 19:05:46 -02003612 struct intel_digital_port *intel_dig_port = dp_to_dig_port(intel_dp);
Ville Syrjälä1612c8b2015-05-05 17:17:34 +03003613 struct intel_crtc *crtc = to_intel_crtc(intel_dig_port->base.base.crtc);
Imre Deakbc7d38a2013-05-16 14:40:36 +03003614 enum port port = intel_dig_port->port;
Paulo Zanonida63a9f2012-10-26 19:05:46 -02003615 struct drm_device *dev = intel_dig_port->base.base.dev;
Chris Wilsonfac5e232016-07-04 11:34:36 +01003616 struct drm_i915_private *dev_priv = to_i915(dev);
Chris Wilsonea5b2132010-08-04 13:50:23 +01003617 uint32_t DP = intel_dp->DP;
Keith Packarda4fc5ed2009-04-07 16:16:42 -07003618
Tvrtko Ursulin4f8036a2016-10-13 11:02:52 +01003619 if (WARN_ON(HAS_DDI(dev_priv)))
Paulo Zanonic19b0662012-10-15 15:51:41 -03003620 return;
3621
Daniel Vetter0c33d8d2012-09-06 22:15:43 +02003622 if (WARN_ON((I915_READ(intel_dp->output_reg) & DP_PORT_EN) == 0))
Chris Wilson1b39d6f2010-12-06 11:20:45 +00003623 return;
3624
Zhao Yakui28c97732009-10-09 11:39:41 +08003625 DRM_DEBUG_KMS("\n");
Zhenyu Wang32f9d652009-07-24 01:00:32 +08003626
Tvrtko Ursulin5db94012016-10-13 11:03:10 +01003627 if ((IS_GEN7(dev_priv) && port == PORT_A) ||
Tvrtko Ursulin6e266952016-10-13 11:02:53 +01003628 (HAS_PCH_CPT(dev_priv) && port != PORT_A)) {
Zhenyu Wange3421a12010-04-08 09:43:27 +08003629 DP &= ~DP_LINK_TRAIN_MASK_CPT;
Ville Syrjälä1612c8b2015-05-05 17:17:34 +03003630 DP |= DP_LINK_TRAIN_PAT_IDLE_CPT;
Zhenyu Wange3421a12010-04-08 09:43:27 +08003631 } else {
Tvrtko Ursulin920a14b2016-10-14 10:13:44 +01003632 if (IS_CHERRYVIEW(dev_priv))
Ville Syrjäläaad3d142014-06-28 02:04:25 +03003633 DP &= ~DP_LINK_TRAIN_MASK_CHV;
3634 else
3635 DP &= ~DP_LINK_TRAIN_MASK;
Ville Syrjälä1612c8b2015-05-05 17:17:34 +03003636 DP |= DP_LINK_TRAIN_PAT_IDLE;
Zhenyu Wange3421a12010-04-08 09:43:27 +08003637 }
Ville Syrjälä1612c8b2015-05-05 17:17:34 +03003638 I915_WRITE(intel_dp->output_reg, DP);
Chris Wilsonfe255d02010-09-11 21:37:48 +01003639 POSTING_READ(intel_dp->output_reg);
Zhenyu Wang5eb08b62009-07-24 01:00:31 +08003640
Ville Syrjälä1612c8b2015-05-05 17:17:34 +03003641 DP &= ~(DP_PORT_EN | DP_AUDIO_OUTPUT_ENABLE);
3642 I915_WRITE(intel_dp->output_reg, DP);
3643 POSTING_READ(intel_dp->output_reg);
3644
3645 /*
3646 * HW workaround for IBX, we need to move the port
3647 * to transcoder A after disabling it to allow the
3648 * matching HDMI port to be enabled on transcoder A.
3649 */
Tvrtko Ursulin6e266952016-10-13 11:02:53 +01003650 if (HAS_PCH_IBX(dev_priv) && crtc->pipe == PIPE_B && port != PORT_A) {
Ville Syrjälä0c241d52015-10-30 19:23:22 +02003651 /*
3652 * We get CPU/PCH FIFO underruns on the other pipe when
3653 * doing the workaround. Sweep them under the rug.
3654 */
3655 intel_set_cpu_fifo_underrun_reporting(dev_priv, PIPE_A, false);
3656 intel_set_pch_fifo_underrun_reporting(dev_priv, PIPE_A, false);
3657
Ville Syrjälä1612c8b2015-05-05 17:17:34 +03003658 /* always enable with pattern 1 (as per spec) */
3659 DP &= ~(DP_PIPEB_SELECT | DP_LINK_TRAIN_MASK);
3660 DP |= DP_PORT_EN | DP_LINK_TRAIN_PAT_1;
3661 I915_WRITE(intel_dp->output_reg, DP);
3662 POSTING_READ(intel_dp->output_reg);
3663
3664 DP &= ~DP_PORT_EN;
Eric Anholt5bddd172010-11-18 09:32:59 +08003665 I915_WRITE(intel_dp->output_reg, DP);
Daniel Vetter0ca09682014-11-24 16:54:11 +01003666 POSTING_READ(intel_dp->output_reg);
Ville Syrjälä0c241d52015-10-30 19:23:22 +02003667
Ville Syrjälä0f0f74b2016-10-31 22:37:06 +02003668 intel_wait_for_vblank_if_active(dev_priv, PIPE_A);
Ville Syrjälä0c241d52015-10-30 19:23:22 +02003669 intel_set_cpu_fifo_underrun_reporting(dev_priv, PIPE_A, true);
3670 intel_set_pch_fifo_underrun_reporting(dev_priv, PIPE_A, true);
Eric Anholt5bddd172010-11-18 09:32:59 +08003671 }
3672
Keith Packardf01eca22011-09-28 16:48:10 -07003673 msleep(intel_dp->panel_power_down_delay);
Ville Syrjälä6fec7662015-11-10 16:16:17 +02003674
3675 intel_dp->DP = DP;
Ville Syrjälä9f2bdb02016-12-14 20:00:23 +02003676
3677 if (IS_VALLEYVIEW(dev_priv) || IS_CHERRYVIEW(dev_priv)) {
3678 pps_lock(intel_dp);
3679 intel_dp->active_pipe = INVALID_PIPE;
3680 pps_unlock(intel_dp);
3681 }
Keith Packarda4fc5ed2009-04-07 16:16:42 -07003682}
3683
Imre Deak24e807e2016-10-24 19:33:28 +03003684bool
Ville Syrjäläfe5a66f2016-07-29 16:52:39 +03003685intel_dp_read_dpcd(struct intel_dp *intel_dp)
Keith Packard92fd8fd2011-07-25 19:50:10 -07003686{
Lyude9f085eb2016-04-13 10:58:33 -04003687 if (drm_dp_dpcd_read(&intel_dp->aux, 0x000, intel_dp->dpcd,
3688 sizeof(intel_dp->dpcd)) < 0)
Adam Jacksonedb39242012-09-18 10:58:49 -04003689 return false; /* aux transfer failed */
Keith Packard92fd8fd2011-07-25 19:50:10 -07003690
Andy Shevchenkoa8e98152014-09-01 14:12:01 +03003691 DRM_DEBUG_KMS("DPCD: %*ph\n", (int) sizeof(intel_dp->dpcd), intel_dp->dpcd);
Damien Lespiau577c7a52012-12-13 16:09:02 +00003692
Ville Syrjäläfe5a66f2016-07-29 16:52:39 +03003693 return intel_dp->dpcd[DP_DPCD_REV] != 0;
3694}
3695
3696static bool
3697intel_edp_init_dpcd(struct intel_dp *intel_dp)
3698{
3699 struct drm_i915_private *dev_priv =
3700 to_i915(dp_to_dig_port(intel_dp)->base.base.dev);
3701
3702 /* this function is meant to be called only once */
3703 WARN_ON(intel_dp->dpcd[DP_DPCD_REV] != 0);
3704
3705 if (!intel_dp_read_dpcd(intel_dp))
3706 return false;
3707
Jani Nikula84c36752017-05-18 14:10:23 +03003708 drm_dp_read_desc(&intel_dp->aux, &intel_dp->desc,
3709 drm_dp_is_branch(intel_dp->dpcd));
Imre Deak12a47a422016-10-24 19:33:29 +03003710
Ville Syrjäläfe5a66f2016-07-29 16:52:39 +03003711 if (intel_dp->dpcd[DP_DPCD_REV] >= 0x11)
3712 dev_priv->no_aux_handshake = intel_dp->dpcd[DP_MAX_DOWNSPREAD] &
3713 DP_NO_AUX_HANDSHAKE_LINK_TRAINING;
3714
3715 /* Check if the panel supports PSR */
3716 drm_dp_dpcd_read(&intel_dp->aux, DP_PSR_SUPPORT,
3717 intel_dp->psr_dpcd,
3718 sizeof(intel_dp->psr_dpcd));
3719 if (intel_dp->psr_dpcd[0] & DP_PSR_IS_SUPPORTED) {
3720 dev_priv->psr.sink_support = true;
3721 DRM_DEBUG_KMS("Detected EDP PSR Panel.\n");
3722 }
3723
3724 if (INTEL_GEN(dev_priv) >= 9 &&
3725 (intel_dp->psr_dpcd[0] & DP_PSR2_IS_SUPPORTED)) {
3726 uint8_t frame_sync_cap;
3727
3728 dev_priv->psr.sink_support = true;
Imre Deak9bacd4b2017-05-10 12:21:48 +03003729 if (drm_dp_dpcd_readb(&intel_dp->aux,
3730 DP_SINK_DEVICE_AUX_FRAME_SYNC_CAP,
3731 &frame_sync_cap) != 1)
3732 frame_sync_cap = 0;
Ville Syrjäläfe5a66f2016-07-29 16:52:39 +03003733 dev_priv->psr.aux_frame_sync = frame_sync_cap ? true : false;
3734 /* PSR2 needs frame sync as well */
3735 dev_priv->psr.psr2_support = dev_priv->psr.aux_frame_sync;
3736 DRM_DEBUG_KMS("PSR2 %s on sink",
3737 dev_priv->psr.psr2_support ? "supported" : "not supported");
Nagaraju, Vathsala97da2ef2017-01-02 17:00:55 +05303738
3739 if (dev_priv->psr.psr2_support) {
3740 dev_priv->psr.y_cord_support =
3741 intel_dp_get_y_cord_status(intel_dp);
3742 dev_priv->psr.colorimetry_support =
3743 intel_dp_get_colorimetry_status(intel_dp);
Nagaraju, Vathsala340c93c2017-01-02 17:00:58 +05303744 dev_priv->psr.alpm =
3745 intel_dp_get_alpm_status(intel_dp);
Nagaraju, Vathsala97da2ef2017-01-02 17:00:55 +05303746 }
3747
Ville Syrjäläfe5a66f2016-07-29 16:52:39 +03003748 }
3749
3750 /* Read the eDP Display control capabilities registers */
3751 if ((intel_dp->dpcd[DP_EDP_CONFIGURATION_CAP] & DP_DPCD_DISPLAY_CONTROL_CAPABLE) &&
3752 drm_dp_dpcd_read(&intel_dp->aux, DP_EDP_DPCD_REV,
Dan Carpenterf7170e22016-10-13 11:55:08 +03003753 intel_dp->edp_dpcd, sizeof(intel_dp->edp_dpcd)) ==
3754 sizeof(intel_dp->edp_dpcd))
Ville Syrjäläfe5a66f2016-07-29 16:52:39 +03003755 DRM_DEBUG_KMS("EDP DPCD : %*ph\n", (int) sizeof(intel_dp->edp_dpcd),
3756 intel_dp->edp_dpcd);
3757
3758 /* Intermediate frequency support */
3759 if (intel_dp->edp_dpcd[0] >= 0x03) { /* eDp v1.4 or higher */
3760 __le16 sink_rates[DP_MAX_SUPPORTED_RATES];
3761 int i;
3762
3763 drm_dp_dpcd_read(&intel_dp->aux, DP_SUPPORTED_LINK_RATES,
3764 sink_rates, sizeof(sink_rates));
3765
3766 for (i = 0; i < ARRAY_SIZE(sink_rates); i++) {
3767 int val = le16_to_cpu(sink_rates[i]);
3768
3769 if (val == 0)
3770 break;
3771
Dhinakaran Pandiyanfd81c442016-11-14 13:50:20 -08003772 /* Value read multiplied by 200kHz gives the per-lane
3773 * link rate in kHz. The source rates are, however,
3774 * stored in terms of LS_Clk kHz. The full conversion
3775 * back to symbols is
3776 * (val * 200kHz)*(8/10 ch. encoding)*(1/8 bit to Byte)
3777 */
Ville Syrjäläfe5a66f2016-07-29 16:52:39 +03003778 intel_dp->sink_rates[i] = (val * 200) / 10;
3779 }
3780 intel_dp->num_sink_rates = i;
3781 }
3782
Jani Nikula68f357c2017-03-28 17:59:05 +03003783 if (intel_dp->num_sink_rates)
3784 intel_dp->use_rate_select = true;
3785 else
3786 intel_dp_set_sink_rates(intel_dp);
3787
Jani Nikula975ee5fca2017-04-06 16:44:10 +03003788 intel_dp_set_common_rates(intel_dp);
3789
Ville Syrjäläfe5a66f2016-07-29 16:52:39 +03003790 return true;
3791}
3792
3793
3794static bool
3795intel_dp_get_dpcd(struct intel_dp *intel_dp)
3796{
Jani Nikula27dbefb2017-04-06 16:44:17 +03003797 u8 sink_count;
3798
Ville Syrjäläfe5a66f2016-07-29 16:52:39 +03003799 if (!intel_dp_read_dpcd(intel_dp))
3800 return false;
Adam Jacksonedb39242012-09-18 10:58:49 -04003801
Jani Nikula68f357c2017-03-28 17:59:05 +03003802 /* Don't clobber cached eDP rates. */
Jani Nikula1853a9d2017-08-18 12:30:20 +03003803 if (!intel_dp_is_edp(intel_dp)) {
Jani Nikula68f357c2017-03-28 17:59:05 +03003804 intel_dp_set_sink_rates(intel_dp);
Jani Nikula975ee5fca2017-04-06 16:44:10 +03003805 intel_dp_set_common_rates(intel_dp);
3806 }
Jani Nikula68f357c2017-03-28 17:59:05 +03003807
Jani Nikula27dbefb2017-04-06 16:44:17 +03003808 if (drm_dp_dpcd_readb(&intel_dp->aux, DP_SINK_COUNT, &sink_count) <= 0)
Shubhangi Shrivastava30d9aa42016-03-30 18:05:25 +05303809 return false;
3810
3811 /*
3812 * Sink count can change between short pulse hpd hence
3813 * a member variable in intel_dp will track any changes
3814 * between short pulse interrupts.
3815 */
Jani Nikula27dbefb2017-04-06 16:44:17 +03003816 intel_dp->sink_count = DP_GET_SINK_COUNT(sink_count);
Shubhangi Shrivastava30d9aa42016-03-30 18:05:25 +05303817
3818 /*
3819 * SINK_COUNT == 0 and DOWNSTREAM_PORT_PRESENT == 1 implies that
3820 * a dongle is present but no display. Unless we require to know
3821 * if a dongle is present or not, we don't need to update
3822 * downstream port information. So, an early return here saves
3823 * time from performing other operations which are not required.
3824 */
Jani Nikula1853a9d2017-08-18 12:30:20 +03003825 if (!intel_dp_is_edp(intel_dp) && !intel_dp->sink_count)
Shubhangi Shrivastava30d9aa42016-03-30 18:05:25 +05303826 return false;
3827
Imre Deakc726ad02016-10-24 19:33:24 +03003828 if (!drm_dp_is_branch(intel_dp->dpcd))
Adam Jacksonedb39242012-09-18 10:58:49 -04003829 return true; /* native DP sink */
3830
3831 if (intel_dp->dpcd[DP_DPCD_REV] == 0x10)
3832 return true; /* no per-port downstream info */
3833
Lyude9f085eb2016-04-13 10:58:33 -04003834 if (drm_dp_dpcd_read(&intel_dp->aux, DP_DOWNSTREAM_PORT_0,
3835 intel_dp->downstream_ports,
3836 DP_MAX_DOWNSTREAM_PORTS) < 0)
Adam Jacksonedb39242012-09-18 10:58:49 -04003837 return false; /* downstream port status fetch failed */
3838
3839 return true;
Keith Packard92fd8fd2011-07-25 19:50:10 -07003840}
3841
Dave Airlie0e32b392014-05-02 14:02:48 +10003842static bool
Ville Syrjäläc4e31702016-07-29 16:51:16 +03003843intel_dp_can_mst(struct intel_dp *intel_dp)
Dave Airlie0e32b392014-05-02 14:02:48 +10003844{
Jani Nikula010b9b32017-04-06 16:44:16 +03003845 u8 mstm_cap;
Dave Airlie0e32b392014-05-02 14:02:48 +10003846
Michal Wajdeczko4f044a82017-09-19 19:38:44 +00003847 if (!i915_modparams.enable_dp_mst)
Nathan Schulte7cc96132016-03-15 10:14:05 -05003848 return false;
3849
Dave Airlie0e32b392014-05-02 14:02:48 +10003850 if (!intel_dp->can_mst)
3851 return false;
3852
3853 if (intel_dp->dpcd[DP_DPCD_REV] < 0x12)
3854 return false;
3855
Jani Nikula010b9b32017-04-06 16:44:16 +03003856 if (drm_dp_dpcd_readb(&intel_dp->aux, DP_MSTM_CAP, &mstm_cap) != 1)
Ville Syrjäläc4e31702016-07-29 16:51:16 +03003857 return false;
Dave Airlie0e32b392014-05-02 14:02:48 +10003858
Jani Nikula010b9b32017-04-06 16:44:16 +03003859 return mstm_cap & DP_MST_CAP;
Ville Syrjäläc4e31702016-07-29 16:51:16 +03003860}
3861
3862static void
3863intel_dp_configure_mst(struct intel_dp *intel_dp)
3864{
Michal Wajdeczko4f044a82017-09-19 19:38:44 +00003865 if (!i915_modparams.enable_dp_mst)
Ville Syrjäläc4e31702016-07-29 16:51:16 +03003866 return;
3867
3868 if (!intel_dp->can_mst)
3869 return;
3870
3871 intel_dp->is_mst = intel_dp_can_mst(intel_dp);
3872
3873 if (intel_dp->is_mst)
3874 DRM_DEBUG_KMS("Sink is MST capable\n");
3875 else
3876 DRM_DEBUG_KMS("Sink is not MST capable\n");
3877
3878 drm_dp_mst_topology_mgr_set_mst(&intel_dp->mst_mgr,
3879 intel_dp->is_mst);
Dave Airlie0e32b392014-05-02 14:02:48 +10003880}
3881
Rodrigo Vivie5a1cab2015-07-23 16:35:48 -07003882static int intel_dp_sink_crc_stop(struct intel_dp *intel_dp)
Rodrigo Vivid2e216d2014-01-24 13:36:17 -02003883{
Rodrigo Vivi082dcc72015-07-30 16:26:39 -07003884 struct intel_digital_port *dig_port = dp_to_dig_port(intel_dp);
Ville Syrjälä0f0f74b2016-10-31 22:37:06 +02003885 struct drm_i915_private *dev_priv = to_i915(dig_port->base.base.dev);
Rodrigo Vivi082dcc72015-07-30 16:26:39 -07003886 struct intel_crtc *intel_crtc = to_intel_crtc(dig_port->base.base.crtc);
Rodrigo Viviad9dc912014-09-16 19:18:12 -04003887 u8 buf;
Rodrigo Vivie5a1cab2015-07-23 16:35:48 -07003888 int ret = 0;
Rodrigo Vivic6297842015-11-05 10:50:20 -08003889 int count = 0;
3890 int attempts = 10;
Paulo Zanoni4373f0f2015-05-25 18:52:29 -03003891
3892 if (drm_dp_dpcd_readb(&intel_dp->aux, DP_TEST_SINK, &buf) < 0) {
Rodrigo Vivi082dcc72015-07-30 16:26:39 -07003893 DRM_DEBUG_KMS("Sink CRC couldn't be stopped properly\n");
Rodrigo Vivie5a1cab2015-07-23 16:35:48 -07003894 ret = -EIO;
3895 goto out;
Paulo Zanoni4373f0f2015-05-25 18:52:29 -03003896 }
Rodrigo Vivid2e216d2014-01-24 13:36:17 -02003897
Rodrigo Vivid2e216d2014-01-24 13:36:17 -02003898 if (drm_dp_dpcd_writeb(&intel_dp->aux, DP_TEST_SINK,
Rodrigo Vivie5a1cab2015-07-23 16:35:48 -07003899 buf & ~DP_TEST_SINK_START) < 0) {
Rodrigo Vivi082dcc72015-07-30 16:26:39 -07003900 DRM_DEBUG_KMS("Sink CRC couldn't be stopped properly\n");
Rodrigo Vivie5a1cab2015-07-23 16:35:48 -07003901 ret = -EIO;
3902 goto out;
3903 }
Rodrigo Vivi082dcc72015-07-30 16:26:39 -07003904
Rodrigo Vivic6297842015-11-05 10:50:20 -08003905 do {
Ville Syrjälä0f0f74b2016-10-31 22:37:06 +02003906 intel_wait_for_vblank(dev_priv, intel_crtc->pipe);
Rodrigo Vivic6297842015-11-05 10:50:20 -08003907
3908 if (drm_dp_dpcd_readb(&intel_dp->aux,
3909 DP_TEST_SINK_MISC, &buf) < 0) {
3910 ret = -EIO;
3911 goto out;
3912 }
3913 count = buf & DP_TEST_COUNT_MASK;
3914 } while (--attempts && count);
3915
3916 if (attempts == 0) {
Rodrigo Vividc5a9032016-01-29 14:44:59 -08003917 DRM_DEBUG_KMS("TIMEOUT: Sink CRC counter is not zeroed after calculation is stopped\n");
Rodrigo Vivic6297842015-11-05 10:50:20 -08003918 ret = -ETIMEDOUT;
3919 }
3920
Rodrigo Vivie5a1cab2015-07-23 16:35:48 -07003921 out:
Rodrigo Vivi082dcc72015-07-30 16:26:39 -07003922 hsw_enable_ips(intel_crtc);
Rodrigo Vivie5a1cab2015-07-23 16:35:48 -07003923 return ret;
Rodrigo Vivi082dcc72015-07-30 16:26:39 -07003924}
3925
3926static int intel_dp_sink_crc_start(struct intel_dp *intel_dp)
3927{
3928 struct intel_digital_port *dig_port = dp_to_dig_port(intel_dp);
Ville Syrjälä0f0f74b2016-10-31 22:37:06 +02003929 struct drm_i915_private *dev_priv = to_i915(dig_port->base.base.dev);
Rodrigo Vivi082dcc72015-07-30 16:26:39 -07003930 struct intel_crtc *intel_crtc = to_intel_crtc(dig_port->base.base.crtc);
3931 u8 buf;
Rodrigo Vivie5a1cab2015-07-23 16:35:48 -07003932 int ret;
3933
Rodrigo Vivi082dcc72015-07-30 16:26:39 -07003934 if (drm_dp_dpcd_readb(&intel_dp->aux, DP_TEST_SINK_MISC, &buf) < 0)
3935 return -EIO;
3936
3937 if (!(buf & DP_TEST_CRC_SUPPORTED))
3938 return -ENOTTY;
3939
3940 if (drm_dp_dpcd_readb(&intel_dp->aux, DP_TEST_SINK, &buf) < 0)
3941 return -EIO;
3942
Rodrigo Vivi6d8175d2015-11-05 10:50:22 -08003943 if (buf & DP_TEST_SINK_START) {
3944 ret = intel_dp_sink_crc_stop(intel_dp);
3945 if (ret)
3946 return ret;
3947 }
3948
Rodrigo Vivi082dcc72015-07-30 16:26:39 -07003949 hsw_disable_ips(intel_crtc);
3950
3951 if (drm_dp_dpcd_writeb(&intel_dp->aux, DP_TEST_SINK,
3952 buf | DP_TEST_SINK_START) < 0) {
3953 hsw_enable_ips(intel_crtc);
3954 return -EIO;
Paulo Zanoni4373f0f2015-05-25 18:52:29 -03003955 }
Rodrigo Vivid2e216d2014-01-24 13:36:17 -02003956
Ville Syrjälä0f0f74b2016-10-31 22:37:06 +02003957 intel_wait_for_vblank(dev_priv, intel_crtc->pipe);
Rodrigo Vivi082dcc72015-07-30 16:26:39 -07003958 return 0;
3959}
3960
3961int intel_dp_sink_crc(struct intel_dp *intel_dp, u8 *crc)
3962{
3963 struct intel_digital_port *dig_port = dp_to_dig_port(intel_dp);
Ville Syrjälä0f0f74b2016-10-31 22:37:06 +02003964 struct drm_i915_private *dev_priv = to_i915(dig_port->base.base.dev);
Rodrigo Vivi082dcc72015-07-30 16:26:39 -07003965 struct intel_crtc *intel_crtc = to_intel_crtc(dig_port->base.base.crtc);
3966 u8 buf;
Rodrigo Vivi621d4c72015-07-23 16:35:49 -07003967 int count, ret;
Rodrigo Vivi082dcc72015-07-30 16:26:39 -07003968 int attempts = 6;
Rodrigo Vivi082dcc72015-07-30 16:26:39 -07003969
3970 ret = intel_dp_sink_crc_start(intel_dp);
3971 if (ret)
3972 return ret;
3973
Rodrigo Viviad9dc912014-09-16 19:18:12 -04003974 do {
Ville Syrjälä0f0f74b2016-10-31 22:37:06 +02003975 intel_wait_for_vblank(dev_priv, intel_crtc->pipe);
Rodrigo Vivi621d4c72015-07-23 16:35:49 -07003976
Rodrigo Vivi1dda5f92014-10-01 07:32:37 -07003977 if (drm_dp_dpcd_readb(&intel_dp->aux,
Paulo Zanoni4373f0f2015-05-25 18:52:29 -03003978 DP_TEST_SINK_MISC, &buf) < 0) {
3979 ret = -EIO;
Rodrigo Viviafe0d672015-07-23 16:35:45 -07003980 goto stop;
Paulo Zanoni4373f0f2015-05-25 18:52:29 -03003981 }
Rodrigo Vivi621d4c72015-07-23 16:35:49 -07003982 count = buf & DP_TEST_COUNT_MASK;
Rodrigo Viviaabc95d2015-07-23 16:35:50 -07003983
Rodrigo Vivi7e38eef2015-11-05 10:50:21 -08003984 } while (--attempts && count == 0);
Rodrigo Viviad9dc912014-09-16 19:18:12 -04003985
3986 if (attempts == 0) {
Rodrigo Vivi7e38eef2015-11-05 10:50:21 -08003987 DRM_ERROR("Panel is unable to calculate any CRC after 6 vblanks\n");
3988 ret = -ETIMEDOUT;
3989 goto stop;
3990 }
3991
3992 if (drm_dp_dpcd_read(&intel_dp->aux, DP_TEST_CRC_R_CR, crc, 6) < 0) {
3993 ret = -EIO;
3994 goto stop;
Rodrigo Viviad9dc912014-09-16 19:18:12 -04003995 }
Rodrigo Vivid2e216d2014-01-24 13:36:17 -02003996
Rodrigo Viviafe0d672015-07-23 16:35:45 -07003997stop:
Rodrigo Vivi082dcc72015-07-30 16:26:39 -07003998 intel_dp_sink_crc_stop(intel_dp);
Paulo Zanoni4373f0f2015-05-25 18:52:29 -03003999 return ret;
Rodrigo Vivid2e216d2014-01-24 13:36:17 -02004000}
4001
Jesse Barnesa60f0e32011-10-20 15:09:17 -07004002static bool
4003intel_dp_get_sink_irq(struct intel_dp *intel_dp, u8 *sink_irq_vector)
4004{
Jani Nikula010b9b32017-04-06 16:44:16 +03004005 return drm_dp_dpcd_readb(&intel_dp->aux, DP_DEVICE_SERVICE_IRQ_VECTOR,
4006 sink_irq_vector) == 1;
Jesse Barnesa60f0e32011-10-20 15:09:17 -07004007}
4008
Dave Airlie0e32b392014-05-02 14:02:48 +10004009static bool
4010intel_dp_get_sink_irq_esi(struct intel_dp *intel_dp, u8 *sink_irq_vector)
4011{
Pandiyan, Dhinakarane8b25772017-09-18 15:21:39 -07004012 return drm_dp_dpcd_read(&intel_dp->aux, DP_SINK_COUNT_ESI,
4013 sink_irq_vector, DP_DPRX_ESI_LEN) ==
4014 DP_DPRX_ESI_LEN;
Dave Airlie0e32b392014-05-02 14:02:48 +10004015}
4016
Todd Previtec5d5ab72015-04-15 08:38:38 -07004017static uint8_t intel_dp_autotest_link_training(struct intel_dp *intel_dp)
Jesse Barnesa60f0e32011-10-20 15:09:17 -07004018{
Manasi Navareda15f7c2017-01-24 08:16:34 -08004019 int status = 0;
Manasi Navare140ef132017-06-08 13:41:03 -07004020 int test_link_rate;
Manasi Navareda15f7c2017-01-24 08:16:34 -08004021 uint8_t test_lane_count, test_link_bw;
4022 /* (DP CTS 1.2)
4023 * 4.3.1.11
4024 */
4025 /* Read the TEST_LANE_COUNT and TEST_LINK_RTAE fields (DP CTS 3.1.4) */
4026 status = drm_dp_dpcd_readb(&intel_dp->aux, DP_TEST_LANE_COUNT,
4027 &test_lane_count);
4028
4029 if (status <= 0) {
4030 DRM_DEBUG_KMS("Lane count read failed\n");
4031 return DP_TEST_NAK;
4032 }
4033 test_lane_count &= DP_MAX_LANE_COUNT_MASK;
Manasi Navareda15f7c2017-01-24 08:16:34 -08004034
4035 status = drm_dp_dpcd_readb(&intel_dp->aux, DP_TEST_LINK_RATE,
4036 &test_link_bw);
4037 if (status <= 0) {
4038 DRM_DEBUG_KMS("Link Rate read failed\n");
4039 return DP_TEST_NAK;
4040 }
Manasi Navareda15f7c2017-01-24 08:16:34 -08004041 test_link_rate = drm_dp_bw_code_to_link_rate(test_link_bw);
Manasi Navare140ef132017-06-08 13:41:03 -07004042
4043 /* Validate the requested link rate and lane count */
4044 if (!intel_dp_link_params_valid(intel_dp, test_link_rate,
4045 test_lane_count))
Manasi Navareda15f7c2017-01-24 08:16:34 -08004046 return DP_TEST_NAK;
4047
4048 intel_dp->compliance.test_lane_count = test_lane_count;
4049 intel_dp->compliance.test_link_rate = test_link_rate;
4050
4051 return DP_TEST_ACK;
Todd Previtec5d5ab72015-04-15 08:38:38 -07004052}
4053
4054static uint8_t intel_dp_autotest_video_pattern(struct intel_dp *intel_dp)
4055{
Manasi Navare611032b2017-01-24 08:21:49 -08004056 uint8_t test_pattern;
Jani Nikula010b9b32017-04-06 16:44:16 +03004057 uint8_t test_misc;
Manasi Navare611032b2017-01-24 08:21:49 -08004058 __be16 h_width, v_height;
4059 int status = 0;
4060
4061 /* Read the TEST_PATTERN (DP CTS 3.1.5) */
Jani Nikula010b9b32017-04-06 16:44:16 +03004062 status = drm_dp_dpcd_readb(&intel_dp->aux, DP_TEST_PATTERN,
4063 &test_pattern);
Manasi Navare611032b2017-01-24 08:21:49 -08004064 if (status <= 0) {
4065 DRM_DEBUG_KMS("Test pattern read failed\n");
4066 return DP_TEST_NAK;
4067 }
4068 if (test_pattern != DP_COLOR_RAMP)
4069 return DP_TEST_NAK;
4070
4071 status = drm_dp_dpcd_read(&intel_dp->aux, DP_TEST_H_WIDTH_HI,
4072 &h_width, 2);
4073 if (status <= 0) {
4074 DRM_DEBUG_KMS("H Width read failed\n");
4075 return DP_TEST_NAK;
4076 }
4077
4078 status = drm_dp_dpcd_read(&intel_dp->aux, DP_TEST_V_HEIGHT_HI,
4079 &v_height, 2);
4080 if (status <= 0) {
4081 DRM_DEBUG_KMS("V Height read failed\n");
4082 return DP_TEST_NAK;
4083 }
4084
Jani Nikula010b9b32017-04-06 16:44:16 +03004085 status = drm_dp_dpcd_readb(&intel_dp->aux, DP_TEST_MISC0,
4086 &test_misc);
Manasi Navare611032b2017-01-24 08:21:49 -08004087 if (status <= 0) {
4088 DRM_DEBUG_KMS("TEST MISC read failed\n");
4089 return DP_TEST_NAK;
4090 }
4091 if ((test_misc & DP_TEST_COLOR_FORMAT_MASK) != DP_COLOR_FORMAT_RGB)
4092 return DP_TEST_NAK;
4093 if (test_misc & DP_TEST_DYNAMIC_RANGE_CEA)
4094 return DP_TEST_NAK;
4095 switch (test_misc & DP_TEST_BIT_DEPTH_MASK) {
4096 case DP_TEST_BIT_DEPTH_6:
4097 intel_dp->compliance.test_data.bpc = 6;
4098 break;
4099 case DP_TEST_BIT_DEPTH_8:
4100 intel_dp->compliance.test_data.bpc = 8;
4101 break;
4102 default:
4103 return DP_TEST_NAK;
4104 }
4105
4106 intel_dp->compliance.test_data.video_pattern = test_pattern;
4107 intel_dp->compliance.test_data.hdisplay = be16_to_cpu(h_width);
4108 intel_dp->compliance.test_data.vdisplay = be16_to_cpu(v_height);
4109 /* Set test active flag here so userspace doesn't interrupt things */
4110 intel_dp->compliance.test_active = 1;
4111
4112 return DP_TEST_ACK;
Todd Previtec5d5ab72015-04-15 08:38:38 -07004113}
4114
4115static uint8_t intel_dp_autotest_edid(struct intel_dp *intel_dp)
4116{
Manasi Navareb48a5ba2017-01-20 19:09:28 -08004117 uint8_t test_result = DP_TEST_ACK;
Todd Previte559be302015-05-04 07:48:20 -07004118 struct intel_connector *intel_connector = intel_dp->attached_connector;
4119 struct drm_connector *connector = &intel_connector->base;
4120
4121 if (intel_connector->detect_edid == NULL ||
Daniel Vetterac6f2e22015-05-08 16:15:41 +02004122 connector->edid_corrupt ||
Todd Previte559be302015-05-04 07:48:20 -07004123 intel_dp->aux.i2c_defer_count > 6) {
4124 /* Check EDID read for NACKs, DEFERs and corruption
4125 * (DP CTS 1.2 Core r1.1)
4126 * 4.2.2.4 : Failed EDID read, I2C_NAK
4127 * 4.2.2.5 : Failed EDID read, I2C_DEFER
4128 * 4.2.2.6 : EDID corruption detected
4129 * Use failsafe mode for all cases
4130 */
4131 if (intel_dp->aux.i2c_nack_count > 0 ||
4132 intel_dp->aux.i2c_defer_count > 0)
4133 DRM_DEBUG_KMS("EDID read had %d NACKs, %d DEFERs\n",
4134 intel_dp->aux.i2c_nack_count,
4135 intel_dp->aux.i2c_defer_count);
Manasi Navarec1617ab2016-12-09 16:22:50 -08004136 intel_dp->compliance.test_data.edid = INTEL_DP_RESOLUTION_FAILSAFE;
Todd Previte559be302015-05-04 07:48:20 -07004137 } else {
Thulasimani,Sivakumarf79b468e2015-08-07 15:14:30 +05304138 struct edid *block = intel_connector->detect_edid;
4139
4140 /* We have to write the checksum
4141 * of the last block read
4142 */
4143 block += intel_connector->detect_edid->extensions;
4144
Jani Nikula010b9b32017-04-06 16:44:16 +03004145 if (drm_dp_dpcd_writeb(&intel_dp->aux, DP_TEST_EDID_CHECKSUM,
4146 block->checksum) <= 0)
Todd Previte559be302015-05-04 07:48:20 -07004147 DRM_DEBUG_KMS("Failed to write EDID checksum\n");
4148
4149 test_result = DP_TEST_ACK | DP_TEST_EDID_CHECKSUM_WRITE;
Manasi Navareb48a5ba2017-01-20 19:09:28 -08004150 intel_dp->compliance.test_data.edid = INTEL_DP_RESOLUTION_PREFERRED;
Todd Previte559be302015-05-04 07:48:20 -07004151 }
4152
4153 /* Set test active flag here so userspace doesn't interrupt things */
Manasi Navarec1617ab2016-12-09 16:22:50 -08004154 intel_dp->compliance.test_active = 1;
Todd Previte559be302015-05-04 07:48:20 -07004155
Todd Previtec5d5ab72015-04-15 08:38:38 -07004156 return test_result;
4157}
4158
4159static uint8_t intel_dp_autotest_phy_pattern(struct intel_dp *intel_dp)
4160{
4161 uint8_t test_result = DP_TEST_NAK;
4162 return test_result;
4163}
4164
4165static void intel_dp_handle_test_request(struct intel_dp *intel_dp)
4166{
4167 uint8_t response = DP_TEST_NAK;
Jani Nikula5ec63bb2017-01-20 19:04:06 +02004168 uint8_t request = 0;
4169 int status;
Todd Previtec5d5ab72015-04-15 08:38:38 -07004170
Jani Nikula5ec63bb2017-01-20 19:04:06 +02004171 status = drm_dp_dpcd_readb(&intel_dp->aux, DP_TEST_REQUEST, &request);
Todd Previtec5d5ab72015-04-15 08:38:38 -07004172 if (status <= 0) {
4173 DRM_DEBUG_KMS("Could not read test request from sink\n");
4174 goto update_status;
4175 }
4176
Jani Nikula5ec63bb2017-01-20 19:04:06 +02004177 switch (request) {
Todd Previtec5d5ab72015-04-15 08:38:38 -07004178 case DP_TEST_LINK_TRAINING:
4179 DRM_DEBUG_KMS("LINK_TRAINING test requested\n");
Todd Previtec5d5ab72015-04-15 08:38:38 -07004180 response = intel_dp_autotest_link_training(intel_dp);
4181 break;
4182 case DP_TEST_LINK_VIDEO_PATTERN:
4183 DRM_DEBUG_KMS("TEST_PATTERN test requested\n");
Todd Previtec5d5ab72015-04-15 08:38:38 -07004184 response = intel_dp_autotest_video_pattern(intel_dp);
4185 break;
4186 case DP_TEST_LINK_EDID_READ:
4187 DRM_DEBUG_KMS("EDID test requested\n");
Todd Previtec5d5ab72015-04-15 08:38:38 -07004188 response = intel_dp_autotest_edid(intel_dp);
4189 break;
4190 case DP_TEST_LINK_PHY_TEST_PATTERN:
4191 DRM_DEBUG_KMS("PHY_PATTERN test requested\n");
Todd Previtec5d5ab72015-04-15 08:38:38 -07004192 response = intel_dp_autotest_phy_pattern(intel_dp);
4193 break;
4194 default:
Jani Nikula5ec63bb2017-01-20 19:04:06 +02004195 DRM_DEBUG_KMS("Invalid test request '%02x'\n", request);
Todd Previtec5d5ab72015-04-15 08:38:38 -07004196 break;
4197 }
4198
Jani Nikula5ec63bb2017-01-20 19:04:06 +02004199 if (response & DP_TEST_ACK)
4200 intel_dp->compliance.test_type = request;
4201
Todd Previtec5d5ab72015-04-15 08:38:38 -07004202update_status:
Jani Nikula5ec63bb2017-01-20 19:04:06 +02004203 status = drm_dp_dpcd_writeb(&intel_dp->aux, DP_TEST_RESPONSE, response);
Todd Previtec5d5ab72015-04-15 08:38:38 -07004204 if (status <= 0)
4205 DRM_DEBUG_KMS("Could not write test response to sink\n");
Jesse Barnesa60f0e32011-10-20 15:09:17 -07004206}
4207
Dave Airlie0e32b392014-05-02 14:02:48 +10004208static int
4209intel_dp_check_mst_status(struct intel_dp *intel_dp)
4210{
4211 bool bret;
4212
4213 if (intel_dp->is_mst) {
Pandiyan, Dhinakarane8b25772017-09-18 15:21:39 -07004214 u8 esi[DP_DPRX_ESI_LEN] = { 0 };
Dave Airlie0e32b392014-05-02 14:02:48 +10004215 int ret = 0;
4216 int retry;
4217 bool handled;
4218 bret = intel_dp_get_sink_irq_esi(intel_dp, esi);
4219go_again:
4220 if (bret == true) {
4221
4222 /* check link status - esi[10] = 0x200c */
Ville Syrjälä19e0b4c2016-08-05 19:05:42 +03004223 if (intel_dp->active_mst_links &&
Ville Syrjälä901c2da2015-08-17 18:05:12 +03004224 !drm_dp_channel_eq_ok(&esi[10], intel_dp->lane_count)) {
Dave Airlie0e32b392014-05-02 14:02:48 +10004225 DRM_DEBUG_KMS("channel EQ not ok, retraining\n");
4226 intel_dp_start_link_train(intel_dp);
Dave Airlie0e32b392014-05-02 14:02:48 +10004227 intel_dp_stop_link_train(intel_dp);
4228 }
4229
Andy Shevchenko6f34cc32015-01-15 13:45:09 +02004230 DRM_DEBUG_KMS("got esi %3ph\n", esi);
Dave Airlie0e32b392014-05-02 14:02:48 +10004231 ret = drm_dp_mst_hpd_irq(&intel_dp->mst_mgr, esi, &handled);
4232
4233 if (handled) {
4234 for (retry = 0; retry < 3; retry++) {
4235 int wret;
4236 wret = drm_dp_dpcd_write(&intel_dp->aux,
4237 DP_SINK_COUNT_ESI+1,
4238 &esi[1], 3);
4239 if (wret == 3) {
4240 break;
4241 }
4242 }
4243
4244 bret = intel_dp_get_sink_irq_esi(intel_dp, esi);
4245 if (bret == true) {
Andy Shevchenko6f34cc32015-01-15 13:45:09 +02004246 DRM_DEBUG_KMS("got esi2 %3ph\n", esi);
Dave Airlie0e32b392014-05-02 14:02:48 +10004247 goto go_again;
4248 }
4249 } else
4250 ret = 0;
4251
4252 return ret;
4253 } else {
4254 struct intel_digital_port *intel_dig_port = dp_to_dig_port(intel_dp);
4255 DRM_DEBUG_KMS("failed to get ESI - device may have failed\n");
4256 intel_dp->is_mst = false;
4257 drm_dp_mst_topology_mgr_set_mst(&intel_dp->mst_mgr, intel_dp->is_mst);
4258 /* send a hotplug event */
4259 drm_kms_helper_hotplug_event(intel_dig_port->base.base.dev);
4260 }
4261 }
4262 return -EINVAL;
4263}
4264
Shubhangi Shrivastava5c9114d2016-03-30 18:05:24 +05304265static void
Ville Syrjäläbfd02b32016-10-14 20:02:54 +03004266intel_dp_retrain_link(struct intel_dp *intel_dp)
4267{
4268 struct intel_encoder *encoder = &dp_to_dig_port(intel_dp)->base;
4269 struct drm_i915_private *dev_priv = to_i915(encoder->base.dev);
4270 struct intel_crtc *crtc = to_intel_crtc(encoder->base.crtc);
4271
4272 /* Suppress underruns caused by re-training */
4273 intel_set_cpu_fifo_underrun_reporting(dev_priv, crtc->pipe, false);
4274 if (crtc->config->has_pch_encoder)
4275 intel_set_pch_fifo_underrun_reporting(dev_priv,
4276 intel_crtc_pch_transcoder(crtc), false);
4277
4278 intel_dp_start_link_train(intel_dp);
4279 intel_dp_stop_link_train(intel_dp);
4280
4281 /* Keep underrun reporting disabled until things are stable */
Ville Syrjälä0f0f74b2016-10-31 22:37:06 +02004282 intel_wait_for_vblank(dev_priv, crtc->pipe);
Ville Syrjäläbfd02b32016-10-14 20:02:54 +03004283
4284 intel_set_cpu_fifo_underrun_reporting(dev_priv, crtc->pipe, true);
4285 if (crtc->config->has_pch_encoder)
4286 intel_set_pch_fifo_underrun_reporting(dev_priv,
4287 intel_crtc_pch_transcoder(crtc), true);
4288}
4289
4290static void
Shubhangi Shrivastava5c9114d2016-03-30 18:05:24 +05304291intel_dp_check_link_status(struct intel_dp *intel_dp)
4292{
4293 struct intel_encoder *intel_encoder = &dp_to_dig_port(intel_dp)->base;
4294 struct drm_device *dev = intel_dp_to_dev(intel_dp);
4295 u8 link_status[DP_LINK_STATUS_SIZE];
4296
4297 WARN_ON(!drm_modeset_is_locked(&dev->mode_config.connection_mutex));
4298
4299 if (!intel_dp_get_link_status(intel_dp, link_status)) {
4300 DRM_ERROR("Failed to get link status\n");
4301 return;
4302 }
4303
4304 if (!intel_encoder->base.crtc)
4305 return;
4306
4307 if (!to_intel_crtc(intel_encoder->base.crtc)->active)
4308 return;
4309
Manasi Navare14c562c2017-04-06 14:00:12 -07004310 /*
4311 * Validate the cached values of intel_dp->link_rate and
4312 * intel_dp->lane_count before attempting to retrain.
4313 */
Manasi Navare1a92c702017-06-08 13:41:02 -07004314 if (!intel_dp_link_params_valid(intel_dp, intel_dp->link_rate,
4315 intel_dp->lane_count))
Matthew Auldd4cb3fd2016-10-19 22:29:53 +01004316 return;
4317
Manasi Navareda15f7c2017-01-24 08:16:34 -08004318 /* Retrain if Channel EQ or CR not ok */
4319 if (!drm_dp_channel_eq_ok(link_status, intel_dp->lane_count)) {
Shubhangi Shrivastava5c9114d2016-03-30 18:05:24 +05304320 DRM_DEBUG_KMS("%s: channel EQ not ok, retraining\n",
4321 intel_encoder->base.name);
Ville Syrjäläbfd02b32016-10-14 20:02:54 +03004322
4323 intel_dp_retrain_link(intel_dp);
Shubhangi Shrivastava5c9114d2016-03-30 18:05:24 +05304324 }
4325}
4326
Keith Packarda4fc5ed2009-04-07 16:16:42 -07004327/*
4328 * According to DP spec
4329 * 5.1.2:
4330 * 1. Read DPCD
4331 * 2. Configure link according to Receiver Capabilities
4332 * 3. Use Link Training from 2.5.3.3 and 3.5.1.3
4333 * 4. Check link status on receipt of hot-plug interrupt
Shubhangi Shrivastava39ff7472016-03-30 18:05:26 +05304334 *
4335 * intel_dp_short_pulse - handles short pulse interrupts
4336 * when full detection is not required.
4337 * Returns %true if short pulse is handled and full detection
4338 * is NOT required and %false otherwise.
Keith Packarda4fc5ed2009-04-07 16:16:42 -07004339 */
Shubhangi Shrivastava39ff7472016-03-30 18:05:26 +05304340static bool
Shubhangi Shrivastava5c9114d2016-03-30 18:05:24 +05304341intel_dp_short_pulse(struct intel_dp *intel_dp)
Keith Packarda4fc5ed2009-04-07 16:16:42 -07004342{
Dave Airlie5b215bc2014-08-05 10:40:20 +10004343 struct drm_device *dev = intel_dp_to_dev(intel_dp);
Manasi Navareda15f7c2017-01-24 08:16:34 -08004344 struct intel_encoder *intel_encoder = &dp_to_dig_port(intel_dp)->base;
Ville Syrjälä65fbb4e2016-07-28 17:50:47 +03004345 u8 sink_irq_vector = 0;
Shubhangi Shrivastava39ff7472016-03-30 18:05:26 +05304346 u8 old_sink_count = intel_dp->sink_count;
4347 bool ret;
Dave Airlie5b215bc2014-08-05 10:40:20 +10004348
Shubhangi Shrivastava4df69602015-10-28 15:30:36 +05304349 /*
4350 * Clearing compliance test variables to allow capturing
4351 * of values for next automated test request.
4352 */
Manasi Navarec1617ab2016-12-09 16:22:50 -08004353 memset(&intel_dp->compliance, 0, sizeof(intel_dp->compliance));
Shubhangi Shrivastava4df69602015-10-28 15:30:36 +05304354
Shubhangi Shrivastava39ff7472016-03-30 18:05:26 +05304355 /*
4356 * Now read the DPCD to see if it's actually running
4357 * If the current value of sink count doesn't match with
4358 * the value that was stored earlier or dpcd read failed
4359 * we need to do full detection
4360 */
4361 ret = intel_dp_get_dpcd(intel_dp);
4362
4363 if ((old_sink_count != intel_dp->sink_count) || !ret) {
4364 /* No need to proceed if we are going to do full detect */
4365 return false;
Jesse Barnes59cd09e2011-07-07 11:10:59 -07004366 }
4367
Jesse Barnesa60f0e32011-10-20 15:09:17 -07004368 /* Try to read the source of the interrupt */
4369 if (intel_dp->dpcd[DP_DPCD_REV] >= 0x11 &&
Ville Syrjälä65fbb4e2016-07-28 17:50:47 +03004370 intel_dp_get_sink_irq(intel_dp, &sink_irq_vector) &&
4371 sink_irq_vector != 0) {
Jesse Barnesa60f0e32011-10-20 15:09:17 -07004372 /* Clear interrupt source */
Jani Nikula9d1a1032014-03-14 16:51:15 +02004373 drm_dp_dpcd_writeb(&intel_dp->aux,
4374 DP_DEVICE_SERVICE_IRQ_VECTOR,
4375 sink_irq_vector);
Jesse Barnesa60f0e32011-10-20 15:09:17 -07004376
4377 if (sink_irq_vector & DP_AUTOMATED_TEST_REQUEST)
Manasi Navareda15f7c2017-01-24 08:16:34 -08004378 intel_dp_handle_test_request(intel_dp);
Jesse Barnesa60f0e32011-10-20 15:09:17 -07004379 if (sink_irq_vector & (DP_CP_IRQ | DP_SINK_SPECIFIC_IRQ))
4380 DRM_DEBUG_DRIVER("CP or sink specific irq unhandled\n");
4381 }
4382
Shubhangi Shrivastava5c9114d2016-03-30 18:05:24 +05304383 drm_modeset_lock(&dev->mode_config.connection_mutex, NULL);
4384 intel_dp_check_link_status(intel_dp);
4385 drm_modeset_unlock(&dev->mode_config.connection_mutex);
Manasi Navareda15f7c2017-01-24 08:16:34 -08004386 if (intel_dp->compliance.test_type == DP_TEST_LINK_TRAINING) {
4387 DRM_DEBUG_KMS("Link Training Compliance Test requested\n");
4388 /* Send a Hotplug Uevent to userspace to start modeset */
4389 drm_kms_helper_hotplug_event(intel_encoder->base.dev);
4390 }
Shubhangi Shrivastava39ff7472016-03-30 18:05:26 +05304391
4392 return true;
Keith Packarda4fc5ed2009-04-07 16:16:42 -07004393}
Keith Packarda4fc5ed2009-04-07 16:16:42 -07004394
Adam Jacksoncaf9ab22012-09-18 10:58:50 -04004395/* XXX this is probably wrong for multiple downstream ports */
Zhenyu Wang5eb08b62009-07-24 01:00:31 +08004396static enum drm_connector_status
Keith Packard26d61aa2011-07-25 20:01:09 -07004397intel_dp_detect_dpcd(struct intel_dp *intel_dp)
Adam Jackson71ba90002011-07-12 17:38:04 -04004398{
Imre Deake393d0d2017-02-22 17:10:52 +02004399 struct intel_lspcon *lspcon = dp_to_lspcon(intel_dp);
Adam Jacksoncaf9ab22012-09-18 10:58:50 -04004400 uint8_t *dpcd = intel_dp->dpcd;
Adam Jacksoncaf9ab22012-09-18 10:58:50 -04004401 uint8_t type;
4402
Imre Deake393d0d2017-02-22 17:10:52 +02004403 if (lspcon->active)
4404 lspcon_resume(lspcon);
4405
Adam Jacksoncaf9ab22012-09-18 10:58:50 -04004406 if (!intel_dp_get_dpcd(intel_dp))
4407 return connector_status_disconnected;
4408
Jani Nikula1853a9d2017-08-18 12:30:20 +03004409 if (intel_dp_is_edp(intel_dp))
Shubhangi Shrivastava1034ce72016-04-12 12:23:54 +05304410 return connector_status_connected;
4411
Adam Jacksoncaf9ab22012-09-18 10:58:50 -04004412 /* if there's no downstream port, we're done */
Imre Deakc726ad02016-10-24 19:33:24 +03004413 if (!drm_dp_is_branch(dpcd))
Keith Packard26d61aa2011-07-25 20:01:09 -07004414 return connector_status_connected;
Adam Jacksoncaf9ab22012-09-18 10:58:50 -04004415
4416 /* If we're HPD-aware, SINK_COUNT changes dynamically */
Jani Nikulac9ff1602013-09-27 14:48:42 +03004417 if (intel_dp->dpcd[DP_DPCD_REV] >= 0x11 &&
4418 intel_dp->downstream_ports[0] & DP_DS_PORT_HPD) {
Jani Nikula9d1a1032014-03-14 16:51:15 +02004419
Shubhangi Shrivastava30d9aa42016-03-30 18:05:25 +05304420 return intel_dp->sink_count ?
4421 connector_status_connected : connector_status_disconnected;
Adam Jacksoncaf9ab22012-09-18 10:58:50 -04004422 }
4423
Ville Syrjäläc4e31702016-07-29 16:51:16 +03004424 if (intel_dp_can_mst(intel_dp))
4425 return connector_status_connected;
4426
Adam Jacksoncaf9ab22012-09-18 10:58:50 -04004427 /* If no HPD, poke DDC gently */
Jani Nikula0b998362014-03-14 16:51:17 +02004428 if (drm_probe_ddc(&intel_dp->aux.ddc))
Adam Jacksoncaf9ab22012-09-18 10:58:50 -04004429 return connector_status_connected;
4430
4431 /* Well we tried, say unknown for unreliable port types */
Jani Nikulac9ff1602013-09-27 14:48:42 +03004432 if (intel_dp->dpcd[DP_DPCD_REV] >= 0x11) {
4433 type = intel_dp->downstream_ports[0] & DP_DS_PORT_TYPE_MASK;
4434 if (type == DP_DS_PORT_TYPE_VGA ||
4435 type == DP_DS_PORT_TYPE_NON_EDID)
4436 return connector_status_unknown;
4437 } else {
4438 type = intel_dp->dpcd[DP_DOWNSTREAMPORT_PRESENT] &
4439 DP_DWN_STRM_PORT_TYPE_MASK;
4440 if (type == DP_DWN_STRM_PORT_TYPE_ANALOG ||
4441 type == DP_DWN_STRM_PORT_TYPE_OTHER)
4442 return connector_status_unknown;
4443 }
Adam Jacksoncaf9ab22012-09-18 10:58:50 -04004444
4445 /* Anything else is out of spec, warn and ignore */
4446 DRM_DEBUG_KMS("Broken DP branch device, ignoring\n");
Keith Packard26d61aa2011-07-25 20:01:09 -07004447 return connector_status_disconnected;
Adam Jackson71ba90002011-07-12 17:38:04 -04004448}
4449
4450static enum drm_connector_status
Chris Wilsond410b562014-09-02 20:03:59 +01004451edp_detect(struct intel_dp *intel_dp)
4452{
4453 struct drm_device *dev = intel_dp_to_dev(intel_dp);
Mika Kahola1650be72016-12-13 10:02:47 +02004454 struct drm_i915_private *dev_priv = to_i915(dev);
Chris Wilsond410b562014-09-02 20:03:59 +01004455 enum drm_connector_status status;
4456
Mika Kahola1650be72016-12-13 10:02:47 +02004457 status = intel_panel_detect(dev_priv);
Chris Wilsond410b562014-09-02 20:03:59 +01004458 if (status == connector_status_unknown)
4459 status = connector_status_connected;
4460
4461 return status;
4462}
4463
Jani Nikulab93433c2015-08-20 10:47:36 +03004464static bool ibx_digital_port_connected(struct drm_i915_private *dev_priv,
4465 struct intel_digital_port *port)
Zhenyu Wang5eb08b62009-07-24 01:00:31 +08004466{
Jani Nikulab93433c2015-08-20 10:47:36 +03004467 u32 bit;
Jesse Barnes01cb9ea2010-10-07 16:01:12 -07004468
Jani Nikula0df53b72015-08-20 10:47:40 +03004469 switch (port->port) {
Jani Nikula0df53b72015-08-20 10:47:40 +03004470 case PORT_B:
4471 bit = SDE_PORTB_HOTPLUG;
4472 break;
4473 case PORT_C:
4474 bit = SDE_PORTC_HOTPLUG;
4475 break;
4476 case PORT_D:
4477 bit = SDE_PORTD_HOTPLUG;
4478 break;
4479 default:
4480 MISSING_CASE(port->port);
4481 return false;
4482 }
4483
4484 return I915_READ(SDEISR) & bit;
4485}
4486
4487static bool cpt_digital_port_connected(struct drm_i915_private *dev_priv,
4488 struct intel_digital_port *port)
4489{
4490 u32 bit;
4491
4492 switch (port->port) {
Jani Nikula0df53b72015-08-20 10:47:40 +03004493 case PORT_B:
4494 bit = SDE_PORTB_HOTPLUG_CPT;
4495 break;
4496 case PORT_C:
4497 bit = SDE_PORTC_HOTPLUG_CPT;
4498 break;
4499 case PORT_D:
4500 bit = SDE_PORTD_HOTPLUG_CPT;
4501 break;
Ville Syrjälä93e5f0b2017-06-15 20:12:52 +03004502 default:
4503 MISSING_CASE(port->port);
4504 return false;
4505 }
4506
4507 return I915_READ(SDEISR) & bit;
4508}
4509
4510static bool spt_digital_port_connected(struct drm_i915_private *dev_priv,
4511 struct intel_digital_port *port)
4512{
4513 u32 bit;
4514
4515 switch (port->port) {
4516 case PORT_A:
4517 bit = SDE_PORTA_HOTPLUG_SPT;
4518 break;
Jani Nikulaa78695d2015-09-18 15:54:50 +03004519 case PORT_E:
4520 bit = SDE_PORTE_HOTPLUG_SPT;
4521 break;
Jani Nikula0df53b72015-08-20 10:47:40 +03004522 default:
Ville Syrjälä93e5f0b2017-06-15 20:12:52 +03004523 return cpt_digital_port_connected(dev_priv, port);
Jani Nikulab93433c2015-08-20 10:47:36 +03004524 }
Damien Lespiau1b469632012-12-13 16:09:01 +00004525
Jani Nikulab93433c2015-08-20 10:47:36 +03004526 return I915_READ(SDEISR) & bit;
Zhenyu Wang5eb08b62009-07-24 01:00:31 +08004527}
4528
Jani Nikula7e66bcf2015-08-20 10:47:39 +03004529static bool g4x_digital_port_connected(struct drm_i915_private *dev_priv,
Jani Nikula1d245982015-08-20 10:47:37 +03004530 struct intel_digital_port *port)
Keith Packarda4fc5ed2009-04-07 16:16:42 -07004531{
Jani Nikula9642c812015-08-20 10:47:41 +03004532 u32 bit;
Zhenyu Wang5eb08b62009-07-24 01:00:31 +08004533
Jani Nikula9642c812015-08-20 10:47:41 +03004534 switch (port->port) {
4535 case PORT_B:
4536 bit = PORTB_HOTPLUG_LIVE_STATUS_G4X;
4537 break;
4538 case PORT_C:
4539 bit = PORTC_HOTPLUG_LIVE_STATUS_G4X;
4540 break;
4541 case PORT_D:
4542 bit = PORTD_HOTPLUG_LIVE_STATUS_G4X;
4543 break;
4544 default:
4545 MISSING_CASE(port->port);
4546 return false;
4547 }
4548
4549 return I915_READ(PORT_HOTPLUG_STAT) & bit;
4550}
4551
Ville Syrjälä0780cd32016-02-10 19:59:05 +02004552static bool gm45_digital_port_connected(struct drm_i915_private *dev_priv,
4553 struct intel_digital_port *port)
Jani Nikula9642c812015-08-20 10:47:41 +03004554{
4555 u32 bit;
4556
4557 switch (port->port) {
4558 case PORT_B:
Ville Syrjälä0780cd32016-02-10 19:59:05 +02004559 bit = PORTB_HOTPLUG_LIVE_STATUS_GM45;
Jani Nikula9642c812015-08-20 10:47:41 +03004560 break;
4561 case PORT_C:
Ville Syrjälä0780cd32016-02-10 19:59:05 +02004562 bit = PORTC_HOTPLUG_LIVE_STATUS_GM45;
Jani Nikula9642c812015-08-20 10:47:41 +03004563 break;
4564 case PORT_D:
Ville Syrjälä0780cd32016-02-10 19:59:05 +02004565 bit = PORTD_HOTPLUG_LIVE_STATUS_GM45;
Jani Nikula9642c812015-08-20 10:47:41 +03004566 break;
4567 default:
4568 MISSING_CASE(port->port);
4569 return false;
Keith Packarda4fc5ed2009-04-07 16:16:42 -07004570 }
4571
Jani Nikula1d245982015-08-20 10:47:37 +03004572 return I915_READ(PORT_HOTPLUG_STAT) & bit;
Dave Airlie2a592be2014-09-01 16:58:12 +10004573}
4574
Ville Syrjälä93e5f0b2017-06-15 20:12:52 +03004575static bool ilk_digital_port_connected(struct drm_i915_private *dev_priv,
4576 struct intel_digital_port *port)
4577{
4578 if (port->port == PORT_A)
4579 return I915_READ(DEISR) & DE_DP_A_HOTPLUG;
4580 else
4581 return ibx_digital_port_connected(dev_priv, port);
4582}
4583
4584static bool snb_digital_port_connected(struct drm_i915_private *dev_priv,
4585 struct intel_digital_port *port)
4586{
4587 if (port->port == PORT_A)
4588 return I915_READ(DEISR) & DE_DP_A_HOTPLUG;
4589 else
4590 return cpt_digital_port_connected(dev_priv, port);
4591}
4592
4593static bool ivb_digital_port_connected(struct drm_i915_private *dev_priv,
4594 struct intel_digital_port *port)
4595{
4596 if (port->port == PORT_A)
4597 return I915_READ(DEISR) & DE_DP_A_HOTPLUG_IVB;
4598 else
4599 return cpt_digital_port_connected(dev_priv, port);
4600}
4601
4602static bool bdw_digital_port_connected(struct drm_i915_private *dev_priv,
4603 struct intel_digital_port *port)
4604{
4605 if (port->port == PORT_A)
4606 return I915_READ(GEN8_DE_PORT_ISR) & GEN8_PORT_DP_A_HOTPLUG;
4607 else
4608 return cpt_digital_port_connected(dev_priv, port);
4609}
4610
Jani Nikulae464bfd2015-08-20 10:47:42 +03004611static bool bxt_digital_port_connected(struct drm_i915_private *dev_priv,
Sonika Jindale2ec35a2015-09-11 16:58:32 +05304612 struct intel_digital_port *intel_dig_port)
Jani Nikulae464bfd2015-08-20 10:47:42 +03004613{
Sonika Jindale2ec35a2015-09-11 16:58:32 +05304614 struct intel_encoder *intel_encoder = &intel_dig_port->base;
4615 enum port port;
Jani Nikulae464bfd2015-08-20 10:47:42 +03004616 u32 bit;
4617
Rodrigo Vivi256cfdd2017-08-11 11:26:49 -07004618 port = intel_hpd_pin_to_port(intel_encoder->hpd_pin);
Sonika Jindale2ec35a2015-09-11 16:58:32 +05304619 switch (port) {
Jani Nikulae464bfd2015-08-20 10:47:42 +03004620 case PORT_A:
4621 bit = BXT_DE_PORT_HP_DDIA;
4622 break;
4623 case PORT_B:
4624 bit = BXT_DE_PORT_HP_DDIB;
4625 break;
4626 case PORT_C:
4627 bit = BXT_DE_PORT_HP_DDIC;
4628 break;
4629 default:
Sonika Jindale2ec35a2015-09-11 16:58:32 +05304630 MISSING_CASE(port);
Jani Nikulae464bfd2015-08-20 10:47:42 +03004631 return false;
4632 }
4633
4634 return I915_READ(GEN8_DE_PORT_ISR) & bit;
4635}
4636
Jani Nikula7e66bcf2015-08-20 10:47:39 +03004637/*
4638 * intel_digital_port_connected - is the specified port connected?
4639 * @dev_priv: i915 private structure
4640 * @port: the port to test
4641 *
4642 * Return %true if @port is connected, %false otherwise.
4643 */
Imre Deak390b4e02017-01-27 11:39:19 +02004644bool intel_digital_port_connected(struct drm_i915_private *dev_priv,
4645 struct intel_digital_port *port)
Jani Nikula7e66bcf2015-08-20 10:47:39 +03004646{
Ville Syrjälä93e5f0b2017-06-15 20:12:52 +03004647 if (HAS_GMCH_DISPLAY(dev_priv)) {
4648 if (IS_GM45(dev_priv))
4649 return gm45_digital_port_connected(dev_priv, port);
4650 else
4651 return g4x_digital_port_connected(dev_priv, port);
4652 }
4653
4654 if (IS_GEN5(dev_priv))
4655 return ilk_digital_port_connected(dev_priv, port);
4656 else if (IS_GEN6(dev_priv))
4657 return snb_digital_port_connected(dev_priv, port);
4658 else if (IS_GEN7(dev_priv))
4659 return ivb_digital_port_connected(dev_priv, port);
4660 else if (IS_GEN8(dev_priv))
4661 return bdw_digital_port_connected(dev_priv, port);
Ander Conselvan de Oliveiracc3f90f2016-12-02 10:23:49 +02004662 else if (IS_GEN9_LP(dev_priv))
Jani Nikulae464bfd2015-08-20 10:47:42 +03004663 return bxt_digital_port_connected(dev_priv, port);
Jani Nikula7e66bcf2015-08-20 10:47:39 +03004664 else
Ville Syrjälä93e5f0b2017-06-15 20:12:52 +03004665 return spt_digital_port_connected(dev_priv, port);
Jani Nikula7e66bcf2015-08-20 10:47:39 +03004666}
4667
Keith Packard8c241fe2011-09-28 16:38:44 -07004668static struct edid *
Chris Wilsonbeb60602014-09-02 20:04:00 +01004669intel_dp_get_edid(struct intel_dp *intel_dp)
Keith Packard8c241fe2011-09-28 16:38:44 -07004670{
Chris Wilsonbeb60602014-09-02 20:04:00 +01004671 struct intel_connector *intel_connector = intel_dp->attached_connector;
Keith Packard8c241fe2011-09-28 16:38:44 -07004672
Jani Nikula9cd300e2012-10-19 14:51:52 +03004673 /* use cached edid if we have one */
4674 if (intel_connector->edid) {
Jani Nikula9cd300e2012-10-19 14:51:52 +03004675 /* invalid edid */
4676 if (IS_ERR(intel_connector->edid))
Jesse Barnesd6f24d02012-06-14 15:28:33 -04004677 return NULL;
4678
Jani Nikula55e9ede2013-10-01 10:38:54 +03004679 return drm_edid_duplicate(intel_connector->edid);
Chris Wilsonbeb60602014-09-02 20:04:00 +01004680 } else
4681 return drm_get_edid(&intel_connector->base,
4682 &intel_dp->aux.ddc);
Keith Packard8c241fe2011-09-28 16:38:44 -07004683}
4684
Chris Wilsonbeb60602014-09-02 20:04:00 +01004685static void
4686intel_dp_set_edid(struct intel_dp *intel_dp)
Keith Packard8c241fe2011-09-28 16:38:44 -07004687{
Chris Wilsonbeb60602014-09-02 20:04:00 +01004688 struct intel_connector *intel_connector = intel_dp->attached_connector;
4689 struct edid *edid;
Keith Packard8c241fe2011-09-28 16:38:44 -07004690
Shubhangi Shrivastavaf21a2192016-03-30 18:05:22 +05304691 intel_dp_unset_edid(intel_dp);
Chris Wilsonbeb60602014-09-02 20:04:00 +01004692 edid = intel_dp_get_edid(intel_dp);
4693 intel_connector->detect_edid = edid;
Jani Nikula9cd300e2012-10-19 14:51:52 +03004694
Maarten Lankhorste6b72c92017-05-01 15:38:00 +02004695 intel_dp->has_audio = drm_detect_monitor_audio(edid);
Chris Wilsonbeb60602014-09-02 20:04:00 +01004696}
Jesse Barnesd6f24d02012-06-14 15:28:33 -04004697
Chris Wilsonbeb60602014-09-02 20:04:00 +01004698static void
4699intel_dp_unset_edid(struct intel_dp *intel_dp)
4700{
4701 struct intel_connector *intel_connector = intel_dp->attached_connector;
4702
4703 kfree(intel_connector->detect_edid);
4704 intel_connector->detect_edid = NULL;
4705
4706 intel_dp->has_audio = false;
4707}
4708
Maarten Lankhorst6c5ed5a2017-04-06 20:55:20 +02004709static int
Shubhangi Shrivastavaf21a2192016-03-30 18:05:22 +05304710intel_dp_long_pulse(struct intel_connector *intel_connector)
Zhenyu Wanga9756bb2010-09-19 13:09:06 +08004711{
Shubhangi Shrivastavaf21a2192016-03-30 18:05:22 +05304712 struct drm_connector *connector = &intel_connector->base;
Zhenyu Wanga9756bb2010-09-19 13:09:06 +08004713 struct intel_dp *intel_dp = intel_attached_dp(connector);
Paulo Zanonid63885d2012-10-26 19:05:49 -02004714 struct intel_digital_port *intel_dig_port = dp_to_dig_port(intel_dp);
4715 struct intel_encoder *intel_encoder = &intel_dig_port->base;
Paulo Zanonifa90ece2012-10-26 19:05:44 -02004716 struct drm_device *dev = connector->dev;
Zhenyu Wanga9756bb2010-09-19 13:09:06 +08004717 enum drm_connector_status status;
Ville Syrjälä65fbb4e2016-07-28 17:50:47 +03004718 u8 sink_irq_vector = 0;
Zhenyu Wanga9756bb2010-09-19 13:09:06 +08004719
Maarten Lankhorst6c5ed5a2017-04-06 20:55:20 +02004720 WARN_ON(!drm_modeset_is_locked(&connector->dev->mode_config.connection_mutex));
4721
Ander Conselvan de Oliveira5432fca2017-02-22 08:34:26 +02004722 intel_display_power_get(to_i915(dev), intel_dp->aux_power_domain);
Zhenyu Wanga9756bb2010-09-19 13:09:06 +08004723
Chris Wilsond410b562014-09-02 20:03:59 +01004724 /* Can't disconnect eDP, but you can close the lid... */
Jani Nikula1853a9d2017-08-18 12:30:20 +03004725 if (intel_dp_is_edp(intel_dp))
Chris Wilsond410b562014-09-02 20:03:59 +01004726 status = edp_detect(intel_dp);
Ander Conselvan de Oliveirac555a812015-11-18 17:19:30 +02004727 else if (intel_digital_port_connected(to_i915(dev),
4728 dp_to_dig_port(intel_dp)))
4729 status = intel_dp_detect_dpcd(intel_dp);
Zhenyu Wanga9756bb2010-09-19 13:09:06 +08004730 else
Ander Conselvan de Oliveirac555a812015-11-18 17:19:30 +02004731 status = connector_status_disconnected;
4732
Ville Syrjälä5cb651a2016-10-03 10:55:16 +03004733 if (status == connector_status_disconnected) {
Manasi Navarec1617ab2016-12-09 16:22:50 -08004734 memset(&intel_dp->compliance, 0, sizeof(intel_dp->compliance));
Shubhangi Shrivastava4df69602015-10-28 15:30:36 +05304735
jim.bride@linux.intel.com0e505a02016-04-11 10:11:24 -07004736 if (intel_dp->is_mst) {
4737 DRM_DEBUG_KMS("MST device may have disappeared %d vs %d\n",
4738 intel_dp->is_mst,
4739 intel_dp->mst_mgr.mst_state);
4740 intel_dp->is_mst = false;
4741 drm_dp_mst_topology_mgr_set_mst(&intel_dp->mst_mgr,
4742 intel_dp->is_mst);
4743 }
4744
Paulo Zanonic8c8fb32013-11-27 18:21:54 -02004745 goto out;
Shubhangi Shrivastava4df69602015-10-28 15:30:36 +05304746 }
Zhenyu Wanga9756bb2010-09-19 13:09:06 +08004747
Shubhangi Shrivastavaf21a2192016-03-30 18:05:22 +05304748 if (intel_encoder->type != INTEL_OUTPUT_EDP)
Ville Syrjäläcca05022016-06-22 21:57:06 +03004749 intel_encoder->type = INTEL_OUTPUT_DP;
Shubhangi Shrivastavaf21a2192016-03-30 18:05:22 +05304750
Manasi Navared7e8ef02017-02-07 16:54:11 -08004751 if (intel_dp->reset_link_params) {
Jani Nikula540b0b7f2017-04-06 16:44:13 +03004752 /* Initial max link lane count */
4753 intel_dp->max_link_lane_count = intel_dp_max_common_lane_count(intel_dp);
Manasi Navaref4829842016-12-05 16:27:36 -08004754
Jani Nikula540b0b7f2017-04-06 16:44:13 +03004755 /* Initial max link rate */
4756 intel_dp->max_link_rate = intel_dp_max_common_rate(intel_dp);
Manasi Navared7e8ef02017-02-07 16:54:11 -08004757
4758 intel_dp->reset_link_params = false;
4759 }
Manasi Navaref4829842016-12-05 16:27:36 -08004760
Ville Syrjäläfe5a66f2016-07-29 16:52:39 +03004761 intel_dp_print_rates(intel_dp);
4762
Jani Nikula84c36752017-05-18 14:10:23 +03004763 drm_dp_read_desc(&intel_dp->aux, &intel_dp->desc,
4764 drm_dp_is_branch(intel_dp->dpcd));
Mika Kahola0e390a32016-09-09 14:10:53 +03004765
Ville Syrjäläc4e31702016-07-29 16:51:16 +03004766 intel_dp_configure_mst(intel_dp);
4767
4768 if (intel_dp->is_mst) {
Shubhangi Shrivastavaf21a2192016-03-30 18:05:22 +05304769 /*
4770 * If we are in MST mode then this connector
4771 * won't appear connected or have anything
4772 * with EDID on it
4773 */
Dave Airlie0e32b392014-05-02 14:02:48 +10004774 status = connector_status_disconnected;
4775 goto out;
Ville Syrjälä1a361472017-04-12 22:30:17 +03004776 } else {
4777 /*
4778 * If display is now connected check links status,
4779 * there has been known issues of link loss triggerring
4780 * long pulse.
4781 *
4782 * Some sinks (eg. ASUS PB287Q) seem to perform some
4783 * weird HPD ping pong during modesets. So we can apparently
4784 * end up with HPD going low during a modeset, and then
4785 * going back up soon after. And once that happens we must
4786 * retrain the link to get a picture. That's in case no
4787 * userspace component reacted to intermittent HPD dip.
4788 */
Shubhangi Shrivastava7d23e3c2016-03-30 18:05:23 +05304789 intel_dp_check_link_status(intel_dp);
Dave Airlie0e32b392014-05-02 14:02:48 +10004790 }
4791
Shubhangi Shrivastava4df69602015-10-28 15:30:36 +05304792 /*
4793 * Clearing NACK and defer counts to get their exact values
4794 * while reading EDID which are required by Compliance tests
4795 * 4.2.2.4 and 4.2.2.5
4796 */
4797 intel_dp->aux.i2c_nack_count = 0;
4798 intel_dp->aux.i2c_defer_count = 0;
4799
Chris Wilsonbeb60602014-09-02 20:04:00 +01004800 intel_dp_set_edid(intel_dp);
Jani Nikula1853a9d2017-08-18 12:30:20 +03004801 if (intel_dp_is_edp(intel_dp) || intel_connector->detect_edid)
Ville Syrjälä5cb651a2016-10-03 10:55:16 +03004802 status = connector_status_connected;
Shubhangi Shrivastava7d23e3c2016-03-30 18:05:23 +05304803 intel_dp->detect_done = true;
Paulo Zanonic8c8fb32013-11-27 18:21:54 -02004804
Todd Previte09b1eb12015-04-20 15:27:34 -07004805 /* Try to read the source of the interrupt */
4806 if (intel_dp->dpcd[DP_DPCD_REV] >= 0x11 &&
Ville Syrjälä65fbb4e2016-07-28 17:50:47 +03004807 intel_dp_get_sink_irq(intel_dp, &sink_irq_vector) &&
4808 sink_irq_vector != 0) {
Todd Previte09b1eb12015-04-20 15:27:34 -07004809 /* Clear interrupt source */
4810 drm_dp_dpcd_writeb(&intel_dp->aux,
4811 DP_DEVICE_SERVICE_IRQ_VECTOR,
4812 sink_irq_vector);
4813
4814 if (sink_irq_vector & DP_AUTOMATED_TEST_REQUEST)
4815 intel_dp_handle_test_request(intel_dp);
4816 if (sink_irq_vector & (DP_CP_IRQ | DP_SINK_SPECIFIC_IRQ))
4817 DRM_DEBUG_DRIVER("CP or sink specific irq unhandled\n");
4818 }
4819
Paulo Zanonic8c8fb32013-11-27 18:21:54 -02004820out:
Ville Syrjälä5cb651a2016-10-03 10:55:16 +03004821 if (status != connector_status_connected && !intel_dp->is_mst)
Shubhangi Shrivastavaf21a2192016-03-30 18:05:22 +05304822 intel_dp_unset_edid(intel_dp);
Shubhangi Shrivastava7d23e3c2016-03-30 18:05:23 +05304823
Ander Conselvan de Oliveira5432fca2017-02-22 08:34:26 +02004824 intel_display_power_put(to_i915(dev), intel_dp->aux_power_domain);
Ville Syrjälä5cb651a2016-10-03 10:55:16 +03004825 return status;
Shubhangi Shrivastavaf21a2192016-03-30 18:05:22 +05304826}
4827
Maarten Lankhorst6c5ed5a2017-04-06 20:55:20 +02004828static int
4829intel_dp_detect(struct drm_connector *connector,
4830 struct drm_modeset_acquire_ctx *ctx,
4831 bool force)
Shubhangi Shrivastavaf21a2192016-03-30 18:05:22 +05304832{
4833 struct intel_dp *intel_dp = intel_attached_dp(connector);
Maarten Lankhorst6c5ed5a2017-04-06 20:55:20 +02004834 int status = connector->status;
Shubhangi Shrivastavaf21a2192016-03-30 18:05:22 +05304835
4836 DRM_DEBUG_KMS("[CONNECTOR:%d:%s]\n",
4837 connector->base.id, connector->name);
4838
Shubhangi Shrivastava7d23e3c2016-03-30 18:05:23 +05304839 /* If full detect is not performed yet, do a full detect */
4840 if (!intel_dp->detect_done)
Ville Syrjälä5cb651a2016-10-03 10:55:16 +03004841 status = intel_dp_long_pulse(intel_dp->attached_connector);
Shubhangi Shrivastava7d23e3c2016-03-30 18:05:23 +05304842
4843 intel_dp->detect_done = false;
Shubhangi Shrivastavaf21a2192016-03-30 18:05:22 +05304844
Ville Syrjälä5cb651a2016-10-03 10:55:16 +03004845 return status;
Keith Packarda4fc5ed2009-04-07 16:16:42 -07004846}
4847
Chris Wilsonbeb60602014-09-02 20:04:00 +01004848static void
4849intel_dp_force(struct drm_connector *connector)
4850{
4851 struct intel_dp *intel_dp = intel_attached_dp(connector);
4852 struct intel_encoder *intel_encoder = &dp_to_dig_port(intel_dp)->base;
Ville Syrjälä25f78f52015-11-16 15:01:04 +01004853 struct drm_i915_private *dev_priv = to_i915(intel_encoder->base.dev);
Chris Wilsonbeb60602014-09-02 20:04:00 +01004854
4855 DRM_DEBUG_KMS("[CONNECTOR:%d:%s]\n",
4856 connector->base.id, connector->name);
4857 intel_dp_unset_edid(intel_dp);
4858
4859 if (connector->status != connector_status_connected)
4860 return;
4861
Ander Conselvan de Oliveira5432fca2017-02-22 08:34:26 +02004862 intel_display_power_get(dev_priv, intel_dp->aux_power_domain);
Chris Wilsonbeb60602014-09-02 20:04:00 +01004863
4864 intel_dp_set_edid(intel_dp);
4865
Ander Conselvan de Oliveira5432fca2017-02-22 08:34:26 +02004866 intel_display_power_put(dev_priv, intel_dp->aux_power_domain);
Chris Wilsonbeb60602014-09-02 20:04:00 +01004867
4868 if (intel_encoder->type != INTEL_OUTPUT_EDP)
Ville Syrjäläcca05022016-06-22 21:57:06 +03004869 intel_encoder->type = INTEL_OUTPUT_DP;
Chris Wilsonbeb60602014-09-02 20:04:00 +01004870}
4871
Keith Packarda4fc5ed2009-04-07 16:16:42 -07004872static int intel_dp_get_modes(struct drm_connector *connector)
4873{
Jani Nikuladd06f902012-10-19 14:51:50 +03004874 struct intel_connector *intel_connector = to_intel_connector(connector);
Chris Wilsonbeb60602014-09-02 20:04:00 +01004875 struct edid *edid;
Keith Packarda4fc5ed2009-04-07 16:16:42 -07004876
Chris Wilsonbeb60602014-09-02 20:04:00 +01004877 edid = intel_connector->detect_edid;
4878 if (edid) {
4879 int ret = intel_connector_update_modes(connector, edid);
4880 if (ret)
4881 return ret;
4882 }
Zhenyu Wang32f9d652009-07-24 01:00:32 +08004883
Jani Nikulaf8779fd2012-10-19 14:51:48 +03004884 /* if eDP has no EDID, fall back to fixed mode */
Jani Nikula1853a9d2017-08-18 12:30:20 +03004885 if (intel_dp_is_edp(intel_attached_dp(connector)) &&
Chris Wilsonbeb60602014-09-02 20:04:00 +01004886 intel_connector->panel.fixed_mode) {
Jani Nikulaf8779fd2012-10-19 14:51:48 +03004887 struct drm_display_mode *mode;
Chris Wilsonbeb60602014-09-02 20:04:00 +01004888
4889 mode = drm_mode_duplicate(connector->dev,
Jani Nikuladd06f902012-10-19 14:51:50 +03004890 intel_connector->panel.fixed_mode);
Jani Nikulaf8779fd2012-10-19 14:51:48 +03004891 if (mode) {
Zhenyu Wang32f9d652009-07-24 01:00:32 +08004892 drm_mode_probed_add(connector, mode);
4893 return 1;
4894 }
4895 }
Chris Wilsonbeb60602014-09-02 20:04:00 +01004896
Zhenyu Wang32f9d652009-07-24 01:00:32 +08004897 return 0;
Keith Packarda4fc5ed2009-04-07 16:16:42 -07004898}
4899
Chris Wilsonf6849602010-09-19 09:29:33 +01004900static int
Chris Wilson7a418e32016-06-24 14:00:14 +01004901intel_dp_connector_register(struct drm_connector *connector)
4902{
4903 struct intel_dp *intel_dp = intel_attached_dp(connector);
Chris Wilson1ebaa0b2016-06-24 14:00:15 +01004904 int ret;
4905
4906 ret = intel_connector_register(connector);
4907 if (ret)
4908 return ret;
Chris Wilson7a418e32016-06-24 14:00:14 +01004909
4910 i915_debugfs_connector_add(connector);
4911
4912 DRM_DEBUG_KMS("registering %s bus for %s\n",
4913 intel_dp->aux.name, connector->kdev->kobj.name);
4914
4915 intel_dp->aux.dev = connector->kdev;
4916 return drm_dp_aux_register(&intel_dp->aux);
4917}
4918
Keith Packarda4fc5ed2009-04-07 16:16:42 -07004919static void
Chris Wilsonc191eca2016-06-17 11:40:33 +01004920intel_dp_connector_unregister(struct drm_connector *connector)
4921{
4922 drm_dp_aux_unregister(&intel_attached_dp(connector)->aux);
4923 intel_connector_unregister(connector);
4924}
4925
4926static void
Paulo Zanoni73845ad2013-06-12 17:27:30 -03004927intel_dp_connector_destroy(struct drm_connector *connector)
Keith Packarda4fc5ed2009-04-07 16:16:42 -07004928{
Jani Nikula1d508702012-10-19 14:51:49 +03004929 struct intel_connector *intel_connector = to_intel_connector(connector);
Matthew Garrettaaa6fd22011-08-12 12:11:33 +02004930
Chris Wilson10e972d2014-09-04 21:43:45 +01004931 kfree(intel_connector->detect_edid);
Chris Wilsonbeb60602014-09-02 20:04:00 +01004932
Jani Nikula9cd300e2012-10-19 14:51:52 +03004933 if (!IS_ERR_OR_NULL(intel_connector->edid))
4934 kfree(intel_connector->edid);
4935
Jani Nikula1853a9d2017-08-18 12:30:20 +03004936 /*
4937 * Can't call intel_dp_is_edp() since the encoder may have been
4938 * destroyed already.
4939 */
Paulo Zanoniacd8db102013-06-12 17:27:23 -03004940 if (connector->connector_type == DRM_MODE_CONNECTOR_eDP)
Jani Nikula1d508702012-10-19 14:51:49 +03004941 intel_panel_fini(&intel_connector->panel);
Matthew Garrettaaa6fd22011-08-12 12:11:33 +02004942
Keith Packarda4fc5ed2009-04-07 16:16:42 -07004943 drm_connector_cleanup(connector);
Zhenyu Wang55f78c42010-03-29 16:13:57 +08004944 kfree(connector);
Keith Packarda4fc5ed2009-04-07 16:16:42 -07004945}
4946
Paulo Zanoni00c09d72012-10-26 19:05:52 -02004947void intel_dp_encoder_destroy(struct drm_encoder *encoder)
Daniel Vetter24d05922010-08-20 18:08:28 +02004948{
Paulo Zanonida63a9f2012-10-26 19:05:46 -02004949 struct intel_digital_port *intel_dig_port = enc_to_dig_port(encoder);
4950 struct intel_dp *intel_dp = &intel_dig_port->dp;
Daniel Vetter24d05922010-08-20 18:08:28 +02004951
Dave Airlie0e32b392014-05-02 14:02:48 +10004952 intel_dp_mst_encoder_cleanup(intel_dig_port);
Jani Nikula1853a9d2017-08-18 12:30:20 +03004953 if (intel_dp_is_edp(intel_dp)) {
Keith Packardbd943152011-09-18 23:09:52 -07004954 cancel_delayed_work_sync(&intel_dp->panel_vdd_work);
Ville Syrjälä951468f2014-09-04 14:55:31 +03004955 /*
4956 * vdd might still be enabled do to the delayed vdd off.
4957 * Make sure vdd is actually turned off here.
4958 */
Ville Syrjälä773538e82014-09-04 14:54:56 +03004959 pps_lock(intel_dp);
Daniel Vetter4be73782014-01-17 14:39:48 +01004960 edp_panel_vdd_off_sync(intel_dp);
Ville Syrjälä773538e82014-09-04 14:54:56 +03004961 pps_unlock(intel_dp);
4962
Clint Taylor01527b32014-07-07 13:01:46 -07004963 if (intel_dp->edp_notifier.notifier_call) {
4964 unregister_reboot_notifier(&intel_dp->edp_notifier);
4965 intel_dp->edp_notifier.notifier_call = NULL;
4966 }
Keith Packardbd943152011-09-18 23:09:52 -07004967 }
Chris Wilson99681882016-06-20 09:29:17 +01004968
4969 intel_dp_aux_fini(intel_dp);
4970
Imre Deakc8bd0e42014-12-12 17:57:38 +02004971 drm_encoder_cleanup(encoder);
Paulo Zanonida63a9f2012-10-26 19:05:46 -02004972 kfree(intel_dig_port);
Daniel Vetter24d05922010-08-20 18:08:28 +02004973}
4974
Imre Deakbf93ba62016-04-18 10:04:21 +03004975void intel_dp_encoder_suspend(struct intel_encoder *intel_encoder)
Imre Deak07f9cd02014-08-18 14:42:45 +03004976{
4977 struct intel_dp *intel_dp = enc_to_intel_dp(&intel_encoder->base);
4978
Jani Nikula1853a9d2017-08-18 12:30:20 +03004979 if (!intel_dp_is_edp(intel_dp))
Imre Deak07f9cd02014-08-18 14:42:45 +03004980 return;
4981
Ville Syrjälä951468f2014-09-04 14:55:31 +03004982 /*
4983 * vdd might still be enabled do to the delayed vdd off.
4984 * Make sure vdd is actually turned off here.
4985 */
Ville Syrjäläafa4e532014-11-25 15:43:48 +02004986 cancel_delayed_work_sync(&intel_dp->panel_vdd_work);
Ville Syrjälä773538e82014-09-04 14:54:56 +03004987 pps_lock(intel_dp);
Imre Deak07f9cd02014-08-18 14:42:45 +03004988 edp_panel_vdd_off_sync(intel_dp);
Ville Syrjälä773538e82014-09-04 14:54:56 +03004989 pps_unlock(intel_dp);
Imre Deak07f9cd02014-08-18 14:42:45 +03004990}
4991
Ville Syrjälä49e6bc52014-10-28 16:15:52 +02004992static void intel_edp_panel_vdd_sanitize(struct intel_dp *intel_dp)
4993{
4994 struct intel_digital_port *intel_dig_port = dp_to_dig_port(intel_dp);
4995 struct drm_device *dev = intel_dig_port->base.base.dev;
Chris Wilsonfac5e232016-07-04 11:34:36 +01004996 struct drm_i915_private *dev_priv = to_i915(dev);
Ville Syrjälä49e6bc52014-10-28 16:15:52 +02004997
4998 lockdep_assert_held(&dev_priv->pps_mutex);
4999
5000 if (!edp_have_panel_vdd(intel_dp))
5001 return;
5002
5003 /*
5004 * The VDD bit needs a power domain reference, so if the bit is
5005 * already enabled when we boot or resume, grab this reference and
5006 * schedule a vdd off, so we don't hold on to the reference
5007 * indefinitely.
5008 */
5009 DRM_DEBUG_KMS("VDD left on by BIOS, adjusting state tracking\n");
Ander Conselvan de Oliveira5432fca2017-02-22 08:34:26 +02005010 intel_display_power_get(dev_priv, intel_dp->aux_power_domain);
Ville Syrjälä49e6bc52014-10-28 16:15:52 +02005011
5012 edp_panel_vdd_schedule_off(intel_dp);
5013}
5014
Ville Syrjälä9f2bdb02016-12-14 20:00:23 +02005015static enum pipe vlv_active_pipe(struct intel_dp *intel_dp)
5016{
5017 struct drm_i915_private *dev_priv = to_i915(intel_dp_to_dev(intel_dp));
5018
5019 if ((intel_dp->DP & DP_PORT_EN) == 0)
5020 return INVALID_PIPE;
5021
5022 if (IS_CHERRYVIEW(dev_priv))
5023 return DP_PORT_TO_PIPE_CHV(intel_dp->DP);
5024 else
5025 return PORT_TO_PIPE(intel_dp->DP);
5026}
5027
Imre Deakbf93ba62016-04-18 10:04:21 +03005028void intel_dp_encoder_reset(struct drm_encoder *encoder)
Imre Deak6d93c0c2014-07-31 14:03:36 +03005029{
Ville Syrjälä64989ca42016-05-13 20:53:56 +03005030 struct drm_i915_private *dev_priv = to_i915(encoder->dev);
Imre Deakdd75f6d2016-11-21 21:15:05 +02005031 struct intel_dp *intel_dp = enc_to_intel_dp(encoder);
5032 struct intel_lspcon *lspcon = dp_to_lspcon(intel_dp);
Ville Syrjälä64989ca42016-05-13 20:53:56 +03005033
5034 if (!HAS_DDI(dev_priv))
5035 intel_dp->DP = I915_READ(intel_dp->output_reg);
Ville Syrjälä49e6bc52014-10-28 16:15:52 +02005036
Imre Deakdd75f6d2016-11-21 21:15:05 +02005037 if (lspcon->active)
Shashank Sharma910530c2016-10-14 19:56:52 +05305038 lspcon_resume(lspcon);
5039
Manasi Navared7e8ef02017-02-07 16:54:11 -08005040 intel_dp->reset_link_params = true;
5041
Ville Syrjälä49e6bc52014-10-28 16:15:52 +02005042 pps_lock(intel_dp);
5043
Ville Syrjälä9f2bdb02016-12-14 20:00:23 +02005044 if (IS_VALLEYVIEW(dev_priv) || IS_CHERRYVIEW(dev_priv))
5045 intel_dp->active_pipe = vlv_active_pipe(intel_dp);
5046
Jani Nikula1853a9d2017-08-18 12:30:20 +03005047 if (intel_dp_is_edp(intel_dp)) {
Ville Syrjälä9f2bdb02016-12-14 20:00:23 +02005048 /* Reinit the power sequencer, in case BIOS did something with it. */
5049 intel_dp_pps_init(encoder->dev, intel_dp);
5050 intel_edp_panel_vdd_sanitize(intel_dp);
5051 }
Ville Syrjälä49e6bc52014-10-28 16:15:52 +02005052
5053 pps_unlock(intel_dp);
Imre Deak6d93c0c2014-07-31 14:03:36 +03005054}
5055
Keith Packarda4fc5ed2009-04-07 16:16:42 -07005056static const struct drm_connector_funcs intel_dp_connector_funcs = {
Chris Wilsonbeb60602014-09-02 20:04:00 +01005057 .force = intel_dp_force,
Keith Packarda4fc5ed2009-04-07 16:16:42 -07005058 .fill_modes = drm_helper_probe_single_connector_modes,
Maarten Lankhorst8f647a02017-05-01 15:38:01 +02005059 .atomic_get_property = intel_digital_connector_atomic_get_property,
5060 .atomic_set_property = intel_digital_connector_atomic_set_property,
Chris Wilson7a418e32016-06-24 14:00:14 +01005061 .late_register = intel_dp_connector_register,
Chris Wilsonc191eca2016-06-17 11:40:33 +01005062 .early_unregister = intel_dp_connector_unregister,
Paulo Zanoni73845ad2013-06-12 17:27:30 -03005063 .destroy = intel_dp_connector_destroy,
Matt Roperc6f95f22015-01-22 16:50:32 -08005064 .atomic_destroy_state = drm_atomic_helper_connector_destroy_state,
Maarten Lankhorst8f647a02017-05-01 15:38:01 +02005065 .atomic_duplicate_state = intel_digital_connector_duplicate_state,
Keith Packarda4fc5ed2009-04-07 16:16:42 -07005066};
5067
5068static const struct drm_connector_helper_funcs intel_dp_connector_helper_funcs = {
Maarten Lankhorst6c5ed5a2017-04-06 20:55:20 +02005069 .detect_ctx = intel_dp_detect,
Keith Packarda4fc5ed2009-04-07 16:16:42 -07005070 .get_modes = intel_dp_get_modes,
5071 .mode_valid = intel_dp_mode_valid,
Maarten Lankhorst8f647a02017-05-01 15:38:01 +02005072 .atomic_check = intel_digital_connector_atomic_check,
Keith Packarda4fc5ed2009-04-07 16:16:42 -07005073};
5074
Keith Packarda4fc5ed2009-04-07 16:16:42 -07005075static const struct drm_encoder_funcs intel_dp_enc_funcs = {
Imre Deak6d93c0c2014-07-31 14:03:36 +03005076 .reset = intel_dp_encoder_reset,
Daniel Vetter24d05922010-08-20 18:08:28 +02005077 .destroy = intel_dp_encoder_destroy,
Keith Packarda4fc5ed2009-04-07 16:16:42 -07005078};
5079
Daniel Vetterb2c5c182015-01-23 06:00:31 +01005080enum irqreturn
Dave Airlie13cf5502014-06-18 11:29:35 +10005081intel_dp_hpd_pulse(struct intel_digital_port *intel_dig_port, bool long_hpd)
5082{
5083 struct intel_dp *intel_dp = &intel_dig_port->dp;
Dave Airlie0e32b392014-05-02 14:02:48 +10005084 struct drm_device *dev = intel_dig_port->base.base.dev;
Chris Wilsonfac5e232016-07-04 11:34:36 +01005085 struct drm_i915_private *dev_priv = to_i915(dev);
Daniel Vetterb2c5c182015-01-23 06:00:31 +01005086 enum irqreturn ret = IRQ_NONE;
Imre Deak1c767b32014-08-18 14:42:42 +03005087
Takashi Iwai25400582015-11-19 12:09:56 +01005088 if (intel_dig_port->base.type != INTEL_OUTPUT_EDP &&
5089 intel_dig_port->base.type != INTEL_OUTPUT_HDMI)
Ville Syrjäläcca05022016-06-22 21:57:06 +03005090 intel_dig_port->base.type = INTEL_OUTPUT_DP;
Dave Airlie13cf5502014-06-18 11:29:35 +10005091
Ville Syrjälä7a7f84c2014-10-16 20:46:10 +03005092 if (long_hpd && intel_dig_port->base.type == INTEL_OUTPUT_EDP) {
5093 /*
5094 * vdd off can generate a long pulse on eDP which
5095 * would require vdd on to handle it, and thus we
5096 * would end up in an endless cycle of
5097 * "vdd off -> long hpd -> vdd on -> detect -> vdd off -> ..."
5098 */
5099 DRM_DEBUG_KMS("ignoring long hpd on eDP port %c\n",
5100 port_name(intel_dig_port->port));
Ville Syrjäläa8b3d522015-02-10 14:11:46 +02005101 return IRQ_HANDLED;
Ville Syrjälä7a7f84c2014-10-16 20:46:10 +03005102 }
5103
Ville Syrjälä26fbb772014-08-11 18:37:37 +03005104 DRM_DEBUG_KMS("got hpd irq on port %c - %s\n",
5105 port_name(intel_dig_port->port),
Dave Airlie0e32b392014-05-02 14:02:48 +10005106 long_hpd ? "long" : "short");
Dave Airlie13cf5502014-06-18 11:29:35 +10005107
Ville Syrjälä27d4efc2016-10-03 10:55:15 +03005108 if (long_hpd) {
Manasi Navared7e8ef02017-02-07 16:54:11 -08005109 intel_dp->reset_link_params = true;
Ville Syrjälä27d4efc2016-10-03 10:55:15 +03005110 intel_dp->detect_done = false;
5111 return IRQ_NONE;
5112 }
5113
Ander Conselvan de Oliveira5432fca2017-02-22 08:34:26 +02005114 intel_display_power_get(dev_priv, intel_dp->aux_power_domain);
Imre Deak1c767b32014-08-18 14:42:42 +03005115
Ville Syrjälä27d4efc2016-10-03 10:55:15 +03005116 if (intel_dp->is_mst) {
5117 if (intel_dp_check_mst_status(intel_dp) == -EINVAL) {
5118 /*
5119 * If we were in MST mode, and device is not
5120 * there, get out of MST mode
5121 */
5122 DRM_DEBUG_KMS("MST device may have disappeared %d vs %d\n",
5123 intel_dp->is_mst, intel_dp->mst_mgr.mst_state);
5124 intel_dp->is_mst = false;
5125 drm_dp_mst_topology_mgr_set_mst(&intel_dp->mst_mgr,
5126 intel_dp->is_mst);
5127 intel_dp->detect_done = false;
5128 goto put_power;
Dave Airlie0e32b392014-05-02 14:02:48 +10005129 }
Ville Syrjälä27d4efc2016-10-03 10:55:15 +03005130 }
Dave Airlie0e32b392014-05-02 14:02:48 +10005131
Ville Syrjälä27d4efc2016-10-03 10:55:15 +03005132 if (!intel_dp->is_mst) {
5133 if (!intel_dp_short_pulse(intel_dp)) {
5134 intel_dp->detect_done = false;
5135 goto put_power;
Shubhangi Shrivastava39ff7472016-03-30 18:05:26 +05305136 }
Dave Airlie0e32b392014-05-02 14:02:48 +10005137 }
Daniel Vetterb2c5c182015-01-23 06:00:31 +01005138
5139 ret = IRQ_HANDLED;
5140
Imre Deak1c767b32014-08-18 14:42:42 +03005141put_power:
Ander Conselvan de Oliveira5432fca2017-02-22 08:34:26 +02005142 intel_display_power_put(dev_priv, intel_dp->aux_power_domain);
Imre Deak1c767b32014-08-18 14:42:42 +03005143
5144 return ret;
Dave Airlie13cf5502014-06-18 11:29:35 +10005145}
5146
Rodrigo Vivi477ec322015-08-06 15:51:39 +08005147/* check the VBT to see whether the eDP is on another port */
Jani Nikula7b91bf72017-08-18 12:30:19 +03005148bool intel_dp_is_port_edp(struct drm_i915_private *dev_priv, enum port port)
Zhao Yakui36e83a12010-06-12 14:32:21 +08005149{
Ville Syrjälä53ce81a2015-09-11 21:04:38 +03005150 /*
5151 * eDP not supported on g4x. so bail out early just
5152 * for a bit extra safety in case the VBT is bonkers.
5153 */
Tvrtko Ursulindd11bc12016-11-16 08:55:41 +00005154 if (INTEL_GEN(dev_priv) < 5)
Ville Syrjälä53ce81a2015-09-11 21:04:38 +03005155 return false;
5156
Imre Deaka98d9c12016-12-21 12:17:24 +02005157 if (INTEL_GEN(dev_priv) < 9 && port == PORT_A)
Ville Syrjälä3b32a352013-11-01 18:22:41 +02005158 return true;
5159
Jani Nikula951d9ef2016-03-16 12:43:31 +02005160 return intel_bios_is_port_edp(dev_priv, port);
Zhao Yakui36e83a12010-06-12 14:32:21 +08005161}
5162
Maarten Lankhorst200819a2017-04-10 12:51:10 +02005163static void
Chris Wilsonf6849602010-09-19 09:29:33 +01005164intel_dp_add_properties(struct intel_dp *intel_dp, struct drm_connector *connector)
5165{
Maarten Lankhorst8b453302017-05-01 15:37:56 +02005166 struct drm_i915_private *dev_priv = to_i915(connector->dev);
5167
Chris Wilson3f43c482011-05-12 22:17:24 +01005168 intel_attach_force_audio_property(connector);
Chris Wilsone953fd72011-02-21 22:23:52 +00005169 intel_attach_broadcast_rgb_property(connector);
Yuly Novikov53b41832012-10-26 12:04:00 +03005170
Jani Nikula1853a9d2017-08-18 12:30:20 +03005171 if (intel_dp_is_edp(intel_dp)) {
Maarten Lankhorst8b453302017-05-01 15:37:56 +02005172 u32 allowed_scalers;
5173
5174 allowed_scalers = BIT(DRM_MODE_SCALE_ASPECT) | BIT(DRM_MODE_SCALE_FULLSCREEN);
5175 if (!HAS_GMCH_DISPLAY(dev_priv))
5176 allowed_scalers |= BIT(DRM_MODE_SCALE_CENTER);
5177
5178 drm_connector_attach_scaling_mode_property(connector, allowed_scalers);
5179
Maarten Lankhorsteead06d2017-05-01 15:37:55 +02005180 connector->state->scaling_mode = DRM_MODE_SCALE_ASPECT;
Maarten Lankhorst8b453302017-05-01 15:37:56 +02005181
Yuly Novikov53b41832012-10-26 12:04:00 +03005182 }
Chris Wilsonf6849602010-09-19 09:29:33 +01005183}
5184
Imre Deakdada1a92014-01-29 13:25:41 +02005185static void intel_dp_init_panel_power_timestamps(struct intel_dp *intel_dp)
5186{
Abhay Kumard28d4732016-01-22 17:39:04 -08005187 intel_dp->panel_power_off_time = ktime_get_boottime();
Imre Deakdada1a92014-01-29 13:25:41 +02005188 intel_dp->last_power_on = jiffies;
5189 intel_dp->last_backlight_off = jiffies;
5190}
5191
Daniel Vetter67a54562012-10-20 20:57:45 +02005192static void
Imre Deak54648612016-06-16 16:37:22 +03005193intel_pps_readout_hw_state(struct drm_i915_private *dev_priv,
5194 struct intel_dp *intel_dp, struct edp_power_seq *seq)
Daniel Vetter67a54562012-10-20 20:57:45 +02005195{
Vandana Kannanb0a08be2015-06-18 11:00:55 +05305196 u32 pp_on, pp_off, pp_div = 0, pp_ctl = 0;
Imre Deak8e8232d2016-06-16 16:37:21 +03005197 struct pps_registers regs;
Jesse Barnes453c5422013-03-28 09:55:41 -07005198
Imre Deak8e8232d2016-06-16 16:37:21 +03005199 intel_pps_get_registers(dev_priv, intel_dp, &regs);
Daniel Vetter67a54562012-10-20 20:57:45 +02005200
5201 /* Workaround: Need to write PP_CONTROL with the unlock key as
5202 * the very first thing. */
Vandana Kannanb0a08be2015-06-18 11:00:55 +05305203 pp_ctl = ironlake_get_pp_control(intel_dp);
Daniel Vetter67a54562012-10-20 20:57:45 +02005204
Imre Deak8e8232d2016-06-16 16:37:21 +03005205 pp_on = I915_READ(regs.pp_on);
5206 pp_off = I915_READ(regs.pp_off);
Rodrigo Vivi938361e2017-06-02 13:06:44 -07005207 if (!IS_GEN9_LP(dev_priv) && !HAS_PCH_CNP(dev_priv)) {
Imre Deak8e8232d2016-06-16 16:37:21 +03005208 I915_WRITE(regs.pp_ctrl, pp_ctl);
5209 pp_div = I915_READ(regs.pp_div);
Vandana Kannanb0a08be2015-06-18 11:00:55 +05305210 }
Daniel Vetter67a54562012-10-20 20:57:45 +02005211
5212 /* Pull timing values out of registers */
Imre Deak54648612016-06-16 16:37:22 +03005213 seq->t1_t3 = (pp_on & PANEL_POWER_UP_DELAY_MASK) >>
5214 PANEL_POWER_UP_DELAY_SHIFT;
Daniel Vetter67a54562012-10-20 20:57:45 +02005215
Imre Deak54648612016-06-16 16:37:22 +03005216 seq->t8 = (pp_on & PANEL_LIGHT_ON_DELAY_MASK) >>
5217 PANEL_LIGHT_ON_DELAY_SHIFT;
Daniel Vetter67a54562012-10-20 20:57:45 +02005218
Imre Deak54648612016-06-16 16:37:22 +03005219 seq->t9 = (pp_off & PANEL_LIGHT_OFF_DELAY_MASK) >>
5220 PANEL_LIGHT_OFF_DELAY_SHIFT;
Daniel Vetter67a54562012-10-20 20:57:45 +02005221
Imre Deak54648612016-06-16 16:37:22 +03005222 seq->t10 = (pp_off & PANEL_POWER_DOWN_DELAY_MASK) >>
5223 PANEL_POWER_DOWN_DELAY_SHIFT;
Daniel Vetter67a54562012-10-20 20:57:45 +02005224
Rodrigo Vivi938361e2017-06-02 13:06:44 -07005225 if (IS_GEN9_LP(dev_priv) || HAS_PCH_CNP(dev_priv)) {
Manasi Navare12c8ca92017-06-26 12:21:45 -07005226 seq->t11_t12 = ((pp_ctl & BXT_POWER_CYCLE_DELAY_MASK) >>
5227 BXT_POWER_CYCLE_DELAY_SHIFT) * 1000;
Vandana Kannanb0a08be2015-06-18 11:00:55 +05305228 } else {
Imre Deak54648612016-06-16 16:37:22 +03005229 seq->t11_t12 = ((pp_div & PANEL_POWER_CYCLE_DELAY_MASK) >>
Daniel Vetter67a54562012-10-20 20:57:45 +02005230 PANEL_POWER_CYCLE_DELAY_SHIFT) * 1000;
Vandana Kannanb0a08be2015-06-18 11:00:55 +05305231 }
Imre Deak54648612016-06-16 16:37:22 +03005232}
5233
5234static void
Imre Deakde9c1b62016-06-16 20:01:46 +03005235intel_pps_dump_state(const char *state_name, const struct edp_power_seq *seq)
5236{
5237 DRM_DEBUG_KMS("%s t1_t3 %d t8 %d t9 %d t10 %d t11_t12 %d\n",
5238 state_name,
5239 seq->t1_t3, seq->t8, seq->t9, seq->t10, seq->t11_t12);
5240}
5241
5242static void
5243intel_pps_verify_state(struct drm_i915_private *dev_priv,
5244 struct intel_dp *intel_dp)
5245{
5246 struct edp_power_seq hw;
5247 struct edp_power_seq *sw = &intel_dp->pps_delays;
5248
5249 intel_pps_readout_hw_state(dev_priv, intel_dp, &hw);
5250
5251 if (hw.t1_t3 != sw->t1_t3 || hw.t8 != sw->t8 || hw.t9 != sw->t9 ||
5252 hw.t10 != sw->t10 || hw.t11_t12 != sw->t11_t12) {
5253 DRM_ERROR("PPS state mismatch\n");
5254 intel_pps_dump_state("sw", sw);
5255 intel_pps_dump_state("hw", &hw);
5256 }
5257}
5258
5259static void
Imre Deak54648612016-06-16 16:37:22 +03005260intel_dp_init_panel_power_sequencer(struct drm_device *dev,
5261 struct intel_dp *intel_dp)
5262{
Chris Wilsonfac5e232016-07-04 11:34:36 +01005263 struct drm_i915_private *dev_priv = to_i915(dev);
Imre Deak54648612016-06-16 16:37:22 +03005264 struct edp_power_seq cur, vbt, spec,
5265 *final = &intel_dp->pps_delays;
5266
5267 lockdep_assert_held(&dev_priv->pps_mutex);
5268
5269 /* already initialized? */
5270 if (final->t11_t12 != 0)
5271 return;
5272
5273 intel_pps_readout_hw_state(dev_priv, intel_dp, &cur);
Daniel Vetter67a54562012-10-20 20:57:45 +02005274
Imre Deakde9c1b62016-06-16 20:01:46 +03005275 intel_pps_dump_state("cur", &cur);
Daniel Vetter67a54562012-10-20 20:57:45 +02005276
Jani Nikula6aa23e62016-03-24 17:50:20 +02005277 vbt = dev_priv->vbt.edp.pps;
Manasi Navarec99a2592017-06-30 09:33:48 -07005278 /* On Toshiba Satellite P50-C-18C system the VBT T12 delay
5279 * of 500ms appears to be too short. Ocassionally the panel
5280 * just fails to power back on. Increasing the delay to 800ms
5281 * seems sufficient to avoid this problem.
5282 */
5283 if (dev_priv->quirks & QUIRK_INCREASE_T12_DELAY) {
Manasi Navarec02b8fb2017-10-03 16:37:25 -07005284 vbt.t11_t12 = max_t(u16, vbt.t11_t12, 1300 * 10);
Manasi Navarec99a2592017-06-30 09:33:48 -07005285 DRM_DEBUG_KMS("Increasing T12 panel delay as per the quirk to %d\n",
5286 vbt.t11_t12);
5287 }
Manasi Navare770a17a2017-06-26 12:21:44 -07005288 /* T11_T12 delay is special and actually in units of 100ms, but zero
5289 * based in the hw (so we need to add 100 ms). But the sw vbt
5290 * table multiplies it with 1000 to make it in units of 100usec,
5291 * too. */
5292 vbt.t11_t12 += 100 * 10;
Daniel Vetter67a54562012-10-20 20:57:45 +02005293
5294 /* Upper limits from eDP 1.3 spec. Note that we use the clunky units of
5295 * our hw here, which are all in 100usec. */
5296 spec.t1_t3 = 210 * 10;
5297 spec.t8 = 50 * 10; /* no limit for t8, use t7 instead */
5298 spec.t9 = 50 * 10; /* no limit for t9, make it symmetric with t8 */
5299 spec.t10 = 500 * 10;
5300 /* This one is special and actually in units of 100ms, but zero
5301 * based in the hw (so we need to add 100 ms). But the sw vbt
5302 * table multiplies it with 1000 to make it in units of 100usec,
5303 * too. */
5304 spec.t11_t12 = (510 + 100) * 10;
5305
Imre Deakde9c1b62016-06-16 20:01:46 +03005306 intel_pps_dump_state("vbt", &vbt);
Daniel Vetter67a54562012-10-20 20:57:45 +02005307
5308 /* Use the max of the register settings and vbt. If both are
5309 * unset, fall back to the spec limits. */
Ville Syrjälä36b5f422014-10-16 21:27:30 +03005310#define assign_final(field) final->field = (max(cur.field, vbt.field) == 0 ? \
Daniel Vetter67a54562012-10-20 20:57:45 +02005311 spec.field : \
5312 max(cur.field, vbt.field))
5313 assign_final(t1_t3);
5314 assign_final(t8);
5315 assign_final(t9);
5316 assign_final(t10);
5317 assign_final(t11_t12);
5318#undef assign_final
5319
Ville Syrjälä36b5f422014-10-16 21:27:30 +03005320#define get_delay(field) (DIV_ROUND_UP(final->field, 10))
Daniel Vetter67a54562012-10-20 20:57:45 +02005321 intel_dp->panel_power_up_delay = get_delay(t1_t3);
5322 intel_dp->backlight_on_delay = get_delay(t8);
5323 intel_dp->backlight_off_delay = get_delay(t9);
5324 intel_dp->panel_power_down_delay = get_delay(t10);
5325 intel_dp->panel_power_cycle_delay = get_delay(t11_t12);
5326#undef get_delay
5327
Jani Nikulaf30d26e2013-01-16 10:53:40 +02005328 DRM_DEBUG_KMS("panel power up delay %d, power down delay %d, power cycle delay %d\n",
5329 intel_dp->panel_power_up_delay, intel_dp->panel_power_down_delay,
5330 intel_dp->panel_power_cycle_delay);
5331
5332 DRM_DEBUG_KMS("backlight on delay %d, off delay %d\n",
5333 intel_dp->backlight_on_delay, intel_dp->backlight_off_delay);
Imre Deakde9c1b62016-06-16 20:01:46 +03005334
5335 /*
5336 * We override the HW backlight delays to 1 because we do manual waits
5337 * on them. For T8, even BSpec recommends doing it. For T9, if we
5338 * don't do this, we'll end up waiting for the backlight off delay
5339 * twice: once when we do the manual sleep, and once when we disable
5340 * the panel and wait for the PP_STATUS bit to become zero.
5341 */
5342 final->t8 = 1;
5343 final->t9 = 1;
Jani Nikulaf30d26e2013-01-16 10:53:40 +02005344}
5345
5346static void
5347intel_dp_init_panel_power_sequencer_registers(struct drm_device *dev,
Ville Syrjälä5d5ab2d2016-12-20 18:51:17 +02005348 struct intel_dp *intel_dp,
5349 bool force_disable_vdd)
Jani Nikulaf30d26e2013-01-16 10:53:40 +02005350{
Chris Wilsonfac5e232016-07-04 11:34:36 +01005351 struct drm_i915_private *dev_priv = to_i915(dev);
Jesse Barnes453c5422013-03-28 09:55:41 -07005352 u32 pp_on, pp_off, pp_div, port_sel = 0;
Ville Syrjäläe7dc33f2016-03-02 17:22:13 +02005353 int div = dev_priv->rawclk_freq / 1000;
Imre Deak8e8232d2016-06-16 16:37:21 +03005354 struct pps_registers regs;
Ville Syrjäläad933b52014-08-18 22:15:56 +03005355 enum port port = dp_to_dig_port(intel_dp)->port;
Ville Syrjälä36b5f422014-10-16 21:27:30 +03005356 const struct edp_power_seq *seq = &intel_dp->pps_delays;
Jesse Barnes453c5422013-03-28 09:55:41 -07005357
Ville Syrjäläe39b9992014-09-04 14:53:14 +03005358 lockdep_assert_held(&dev_priv->pps_mutex);
Jesse Barnes453c5422013-03-28 09:55:41 -07005359
Imre Deak8e8232d2016-06-16 16:37:21 +03005360 intel_pps_get_registers(dev_priv, intel_dp, &regs);
Jesse Barnes453c5422013-03-28 09:55:41 -07005361
Ville Syrjälä5d5ab2d2016-12-20 18:51:17 +02005362 /*
5363 * On some VLV machines the BIOS can leave the VDD
5364 * enabled even on power seqeuencers which aren't
5365 * hooked up to any port. This would mess up the
5366 * power domain tracking the first time we pick
5367 * one of these power sequencers for use since
5368 * edp_panel_vdd_on() would notice that the VDD was
5369 * already on and therefore wouldn't grab the power
5370 * domain reference. Disable VDD first to avoid this.
5371 * This also avoids spuriously turning the VDD on as
5372 * soon as the new power seqeuencer gets initialized.
5373 */
5374 if (force_disable_vdd) {
5375 u32 pp = ironlake_get_pp_control(intel_dp);
5376
5377 WARN(pp & PANEL_POWER_ON, "Panel power already on\n");
5378
5379 if (pp & EDP_FORCE_VDD)
5380 DRM_DEBUG_KMS("VDD already on, disabling first\n");
5381
5382 pp &= ~EDP_FORCE_VDD;
5383
5384 I915_WRITE(regs.pp_ctrl, pp);
5385 }
5386
Jani Nikulaf30d26e2013-01-16 10:53:40 +02005387 pp_on = (seq->t1_t3 << PANEL_POWER_UP_DELAY_SHIFT) |
Imre Deakde9c1b62016-06-16 20:01:46 +03005388 (seq->t8 << PANEL_LIGHT_ON_DELAY_SHIFT);
5389 pp_off = (seq->t9 << PANEL_LIGHT_OFF_DELAY_SHIFT) |
Jani Nikulaf30d26e2013-01-16 10:53:40 +02005390 (seq->t10 << PANEL_POWER_DOWN_DELAY_SHIFT);
Daniel Vetter67a54562012-10-20 20:57:45 +02005391 /* Compute the divisor for the pp clock, simply match the Bspec
5392 * formula. */
Rodrigo Vivi938361e2017-06-02 13:06:44 -07005393 if (IS_GEN9_LP(dev_priv) || HAS_PCH_CNP(dev_priv)) {
Imre Deak8e8232d2016-06-16 16:37:21 +03005394 pp_div = I915_READ(regs.pp_ctrl);
Vandana Kannanb0a08be2015-06-18 11:00:55 +05305395 pp_div &= ~BXT_POWER_CYCLE_DELAY_MASK;
Manasi Navare12c8ca92017-06-26 12:21:45 -07005396 pp_div |= (DIV_ROUND_UP(seq->t11_t12, 1000)
Vandana Kannanb0a08be2015-06-18 11:00:55 +05305397 << BXT_POWER_CYCLE_DELAY_SHIFT);
5398 } else {
5399 pp_div = ((100 * div)/2 - 1) << PP_REFERENCE_DIVIDER_SHIFT;
5400 pp_div |= (DIV_ROUND_UP(seq->t11_t12, 1000)
5401 << PANEL_POWER_CYCLE_DELAY_SHIFT);
5402 }
Daniel Vetter67a54562012-10-20 20:57:45 +02005403
5404 /* Haswell doesn't have any port selection bits for the panel
5405 * power sequencer any more. */
Tvrtko Ursulin920a14b2016-10-14 10:13:44 +01005406 if (IS_VALLEYVIEW(dev_priv) || IS_CHERRYVIEW(dev_priv)) {
Ville Syrjäläad933b52014-08-18 22:15:56 +03005407 port_sel = PANEL_PORT_SELECT_VLV(port);
Tvrtko Ursulin6e266952016-10-13 11:02:53 +01005408 } else if (HAS_PCH_IBX(dev_priv) || HAS_PCH_CPT(dev_priv)) {
Ville Syrjäläad933b52014-08-18 22:15:56 +03005409 if (port == PORT_A)
Jani Nikulaa24c1442013-09-05 16:44:46 +03005410 port_sel = PANEL_PORT_SELECT_DPA;
Daniel Vetter67a54562012-10-20 20:57:45 +02005411 else
Jani Nikulaa24c1442013-09-05 16:44:46 +03005412 port_sel = PANEL_PORT_SELECT_DPD;
Daniel Vetter67a54562012-10-20 20:57:45 +02005413 }
5414
Jesse Barnes453c5422013-03-28 09:55:41 -07005415 pp_on |= port_sel;
5416
Imre Deak8e8232d2016-06-16 16:37:21 +03005417 I915_WRITE(regs.pp_on, pp_on);
5418 I915_WRITE(regs.pp_off, pp_off);
Rodrigo Vivi938361e2017-06-02 13:06:44 -07005419 if (IS_GEN9_LP(dev_priv) || HAS_PCH_CNP(dev_priv))
Imre Deak8e8232d2016-06-16 16:37:21 +03005420 I915_WRITE(regs.pp_ctrl, pp_div);
Vandana Kannanb0a08be2015-06-18 11:00:55 +05305421 else
Imre Deak8e8232d2016-06-16 16:37:21 +03005422 I915_WRITE(regs.pp_div, pp_div);
Daniel Vetter67a54562012-10-20 20:57:45 +02005423
Daniel Vetter67a54562012-10-20 20:57:45 +02005424 DRM_DEBUG_KMS("panel power sequencer register settings: PP_ON %#x, PP_OFF %#x, PP_DIV %#x\n",
Imre Deak8e8232d2016-06-16 16:37:21 +03005425 I915_READ(regs.pp_on),
5426 I915_READ(regs.pp_off),
Rodrigo Vivi938361e2017-06-02 13:06:44 -07005427 (IS_GEN9_LP(dev_priv) || HAS_PCH_CNP(dev_priv)) ?
Imre Deak8e8232d2016-06-16 16:37:21 +03005428 (I915_READ(regs.pp_ctrl) & BXT_POWER_CYCLE_DELAY_MASK) :
5429 I915_READ(regs.pp_div));
Zhenyu Wange3421a12010-04-08 09:43:27 +08005430}
5431
Imre Deak335f7522016-08-10 14:07:32 +03005432static void intel_dp_pps_init(struct drm_device *dev,
5433 struct intel_dp *intel_dp)
5434{
Tvrtko Ursulin920a14b2016-10-14 10:13:44 +01005435 struct drm_i915_private *dev_priv = to_i915(dev);
5436
5437 if (IS_VALLEYVIEW(dev_priv) || IS_CHERRYVIEW(dev_priv)) {
Imre Deak335f7522016-08-10 14:07:32 +03005438 vlv_initial_power_sequencer_setup(intel_dp);
5439 } else {
5440 intel_dp_init_panel_power_sequencer(dev, intel_dp);
Ville Syrjälä5d5ab2d2016-12-20 18:51:17 +02005441 intel_dp_init_panel_power_sequencer_registers(dev, intel_dp, false);
Imre Deak335f7522016-08-10 14:07:32 +03005442 }
5443}
5444
Vandana Kannanb33a2812015-02-13 15:33:03 +05305445/**
5446 * intel_dp_set_drrs_state - program registers for RR switch to take effect
Maarten Lankhorst5423adf2016-08-31 11:01:36 +02005447 * @dev_priv: i915 device
Maarten Lankhorste8964022016-08-25 11:07:02 +02005448 * @crtc_state: a pointer to the active intel_crtc_state
Vandana Kannanb33a2812015-02-13 15:33:03 +05305449 * @refresh_rate: RR to be programmed
5450 *
5451 * This function gets called when refresh rate (RR) has to be changed from
5452 * one frequency to another. Switches can be between high and low RR
5453 * supported by the panel or to any other RR based on media playback (in
5454 * this case, RR value needs to be passed from user space).
5455 *
5456 * The caller of this function needs to take a lock on dev_priv->drrs.
5457 */
Maarten Lankhorst85cb48a2016-08-09 17:04:13 +02005458static void intel_dp_set_drrs_state(struct drm_i915_private *dev_priv,
Ville Syrjälä5f88a9c2017-08-18 16:49:58 +03005459 const struct intel_crtc_state *crtc_state,
Maarten Lankhorst85cb48a2016-08-09 17:04:13 +02005460 int refresh_rate)
Pradeep Bhat439d7ac2014-04-05 12:13:28 +05305461{
Pradeep Bhat439d7ac2014-04-05 12:13:28 +05305462 struct intel_encoder *encoder;
Vandana Kannan96178ee2015-01-10 02:25:56 +05305463 struct intel_digital_port *dig_port = NULL;
5464 struct intel_dp *intel_dp = dev_priv->drrs.dp;
Maarten Lankhorst85cb48a2016-08-09 17:04:13 +02005465 struct intel_crtc *intel_crtc = to_intel_crtc(crtc_state->base.crtc);
Vandana Kannan96178ee2015-01-10 02:25:56 +05305466 enum drrs_refresh_rate_type index = DRRS_HIGH_RR;
Pradeep Bhat439d7ac2014-04-05 12:13:28 +05305467
5468 if (refresh_rate <= 0) {
5469 DRM_DEBUG_KMS("Refresh rate should be positive non-zero.\n");
5470 return;
5471 }
5472
Vandana Kannan96178ee2015-01-10 02:25:56 +05305473 if (intel_dp == NULL) {
5474 DRM_DEBUG_KMS("DRRS not supported.\n");
Pradeep Bhat439d7ac2014-04-05 12:13:28 +05305475 return;
5476 }
5477
Vandana Kannan96178ee2015-01-10 02:25:56 +05305478 dig_port = dp_to_dig_port(intel_dp);
5479 encoder = &dig_port->base;
Ander Conselvan de Oliveira723f9aa2015-03-20 16:18:18 +02005480 intel_crtc = to_intel_crtc(encoder->base.crtc);
Pradeep Bhat439d7ac2014-04-05 12:13:28 +05305481
5482 if (!intel_crtc) {
5483 DRM_DEBUG_KMS("DRRS: intel_crtc not initialized\n");
5484 return;
5485 }
5486
Vandana Kannan96178ee2015-01-10 02:25:56 +05305487 if (dev_priv->drrs.type < SEAMLESS_DRRS_SUPPORT) {
Pradeep Bhat439d7ac2014-04-05 12:13:28 +05305488 DRM_DEBUG_KMS("Only Seamless DRRS supported.\n");
5489 return;
5490 }
5491
Vandana Kannan96178ee2015-01-10 02:25:56 +05305492 if (intel_dp->attached_connector->panel.downclock_mode->vrefresh ==
5493 refresh_rate)
Pradeep Bhat439d7ac2014-04-05 12:13:28 +05305494 index = DRRS_LOW_RR;
5495
Vandana Kannan96178ee2015-01-10 02:25:56 +05305496 if (index == dev_priv->drrs.refresh_rate_type) {
Pradeep Bhat439d7ac2014-04-05 12:13:28 +05305497 DRM_DEBUG_KMS(
5498 "DRRS requested for previously set RR...ignoring\n");
5499 return;
5500 }
5501
Maarten Lankhorst85cb48a2016-08-09 17:04:13 +02005502 if (!crtc_state->base.active) {
Pradeep Bhat439d7ac2014-04-05 12:13:28 +05305503 DRM_DEBUG_KMS("eDP encoder disabled. CRTC not Active\n");
5504 return;
5505 }
5506
Maarten Lankhorst85cb48a2016-08-09 17:04:13 +02005507 if (INTEL_GEN(dev_priv) >= 8 && !IS_CHERRYVIEW(dev_priv)) {
Vandana Kannana4c30b12015-02-13 15:33:00 +05305508 switch (index) {
5509 case DRRS_HIGH_RR:
5510 intel_dp_set_m_n(intel_crtc, M1_N1);
5511 break;
5512 case DRRS_LOW_RR:
5513 intel_dp_set_m_n(intel_crtc, M2_N2);
5514 break;
5515 case DRRS_MAX_RR:
5516 default:
5517 DRM_ERROR("Unsupported refreshrate type\n");
5518 }
Maarten Lankhorst85cb48a2016-08-09 17:04:13 +02005519 } else if (INTEL_GEN(dev_priv) > 6) {
5520 i915_reg_t reg = PIPECONF(crtc_state->cpu_transcoder);
Ville Syrjälä649636e2015-09-22 19:50:01 +03005521 u32 val;
Vandana Kannana4c30b12015-02-13 15:33:00 +05305522
Ville Syrjälä649636e2015-09-22 19:50:01 +03005523 val = I915_READ(reg);
Pradeep Bhat439d7ac2014-04-05 12:13:28 +05305524 if (index > DRRS_HIGH_RR) {
Maarten Lankhorst85cb48a2016-08-09 17:04:13 +02005525 if (IS_VALLEYVIEW(dev_priv) || IS_CHERRYVIEW(dev_priv))
Vandana Kannan6fa7aec2015-02-13 15:33:01 +05305526 val |= PIPECONF_EDP_RR_MODE_SWITCH_VLV;
5527 else
5528 val |= PIPECONF_EDP_RR_MODE_SWITCH;
Pradeep Bhat439d7ac2014-04-05 12:13:28 +05305529 } else {
Maarten Lankhorst85cb48a2016-08-09 17:04:13 +02005530 if (IS_VALLEYVIEW(dev_priv) || IS_CHERRYVIEW(dev_priv))
Vandana Kannan6fa7aec2015-02-13 15:33:01 +05305531 val &= ~PIPECONF_EDP_RR_MODE_SWITCH_VLV;
5532 else
5533 val &= ~PIPECONF_EDP_RR_MODE_SWITCH;
Pradeep Bhat439d7ac2014-04-05 12:13:28 +05305534 }
5535 I915_WRITE(reg, val);
5536 }
5537
Vandana Kannan4e9ac942015-01-22 15:14:45 +05305538 dev_priv->drrs.refresh_rate_type = index;
5539
5540 DRM_DEBUG_KMS("eDP Refresh Rate set to : %dHz\n", refresh_rate);
5541}
5542
Vandana Kannanb33a2812015-02-13 15:33:03 +05305543/**
5544 * intel_edp_drrs_enable - init drrs struct if supported
5545 * @intel_dp: DP struct
Maarten Lankhorst5423adf2016-08-31 11:01:36 +02005546 * @crtc_state: A pointer to the active crtc state.
Vandana Kannanb33a2812015-02-13 15:33:03 +05305547 *
5548 * Initializes frontbuffer_bits and drrs.dp
5549 */
Maarten Lankhorst85cb48a2016-08-09 17:04:13 +02005550void intel_edp_drrs_enable(struct intel_dp *intel_dp,
Ville Syrjälä5f88a9c2017-08-18 16:49:58 +03005551 const struct intel_crtc_state *crtc_state)
Vandana Kannanc3955782015-01-22 15:17:40 +05305552{
5553 struct drm_device *dev = intel_dp_to_dev(intel_dp);
Chris Wilsonfac5e232016-07-04 11:34:36 +01005554 struct drm_i915_private *dev_priv = to_i915(dev);
Vandana Kannanc3955782015-01-22 15:17:40 +05305555
Maarten Lankhorst85cb48a2016-08-09 17:04:13 +02005556 if (!crtc_state->has_drrs) {
Vandana Kannanc3955782015-01-22 15:17:40 +05305557 DRM_DEBUG_KMS("Panel doesn't support DRRS\n");
5558 return;
5559 }
5560
Radhakrishna Sripadada83ef82017-09-14 11:16:41 -07005561 if (dev_priv->psr.enabled) {
5562 DRM_DEBUG_KMS("PSR enabled. Not enabling DRRS.\n");
5563 return;
5564 }
5565
Vandana Kannanc3955782015-01-22 15:17:40 +05305566 mutex_lock(&dev_priv->drrs.mutex);
5567 if (WARN_ON(dev_priv->drrs.dp)) {
5568 DRM_ERROR("DRRS already enabled\n");
5569 goto unlock;
5570 }
5571
5572 dev_priv->drrs.busy_frontbuffer_bits = 0;
5573
5574 dev_priv->drrs.dp = intel_dp;
5575
5576unlock:
5577 mutex_unlock(&dev_priv->drrs.mutex);
5578}
5579
Vandana Kannanb33a2812015-02-13 15:33:03 +05305580/**
5581 * intel_edp_drrs_disable - Disable DRRS
5582 * @intel_dp: DP struct
Maarten Lankhorst5423adf2016-08-31 11:01:36 +02005583 * @old_crtc_state: Pointer to old crtc_state.
Vandana Kannanb33a2812015-02-13 15:33:03 +05305584 *
5585 */
Maarten Lankhorst85cb48a2016-08-09 17:04:13 +02005586void intel_edp_drrs_disable(struct intel_dp *intel_dp,
Ville Syrjälä5f88a9c2017-08-18 16:49:58 +03005587 const struct intel_crtc_state *old_crtc_state)
Vandana Kannanc3955782015-01-22 15:17:40 +05305588{
5589 struct drm_device *dev = intel_dp_to_dev(intel_dp);
Chris Wilsonfac5e232016-07-04 11:34:36 +01005590 struct drm_i915_private *dev_priv = to_i915(dev);
Vandana Kannanc3955782015-01-22 15:17:40 +05305591
Maarten Lankhorst85cb48a2016-08-09 17:04:13 +02005592 if (!old_crtc_state->has_drrs)
Vandana Kannanc3955782015-01-22 15:17:40 +05305593 return;
5594
5595 mutex_lock(&dev_priv->drrs.mutex);
5596 if (!dev_priv->drrs.dp) {
5597 mutex_unlock(&dev_priv->drrs.mutex);
5598 return;
5599 }
5600
5601 if (dev_priv->drrs.refresh_rate_type == DRRS_LOW_RR)
Maarten Lankhorst85cb48a2016-08-09 17:04:13 +02005602 intel_dp_set_drrs_state(dev_priv, old_crtc_state,
5603 intel_dp->attached_connector->panel.fixed_mode->vrefresh);
Vandana Kannanc3955782015-01-22 15:17:40 +05305604
5605 dev_priv->drrs.dp = NULL;
5606 mutex_unlock(&dev_priv->drrs.mutex);
5607
5608 cancel_delayed_work_sync(&dev_priv->drrs.work);
5609}
5610
Vandana Kannan4e9ac942015-01-22 15:14:45 +05305611static void intel_edp_drrs_downclock_work(struct work_struct *work)
5612{
5613 struct drm_i915_private *dev_priv =
5614 container_of(work, typeof(*dev_priv), drrs.work.work);
5615 struct intel_dp *intel_dp;
Pradeep Bhat439d7ac2014-04-05 12:13:28 +05305616
Vandana Kannan96178ee2015-01-10 02:25:56 +05305617 mutex_lock(&dev_priv->drrs.mutex);
Pradeep Bhat439d7ac2014-04-05 12:13:28 +05305618
Vandana Kannan4e9ac942015-01-22 15:14:45 +05305619 intel_dp = dev_priv->drrs.dp;
5620
5621 if (!intel_dp)
5622 goto unlock;
5623
5624 /*
5625 * The delayed work can race with an invalidate hence we need to
5626 * recheck.
5627 */
5628
5629 if (dev_priv->drrs.busy_frontbuffer_bits)
5630 goto unlock;
5631
Maarten Lankhorst85cb48a2016-08-09 17:04:13 +02005632 if (dev_priv->drrs.refresh_rate_type != DRRS_LOW_RR) {
5633 struct drm_crtc *crtc = dp_to_dig_port(intel_dp)->base.base.crtc;
5634
5635 intel_dp_set_drrs_state(dev_priv, to_intel_crtc(crtc)->config,
5636 intel_dp->attached_connector->panel.downclock_mode->vrefresh);
5637 }
Vandana Kannan4e9ac942015-01-22 15:14:45 +05305638
5639unlock:
Vandana Kannan96178ee2015-01-10 02:25:56 +05305640 mutex_unlock(&dev_priv->drrs.mutex);
Pradeep Bhat439d7ac2014-04-05 12:13:28 +05305641}
5642
Vandana Kannanb33a2812015-02-13 15:33:03 +05305643/**
Ramalingam C0ddfd202015-06-15 20:50:05 +05305644 * intel_edp_drrs_invalidate - Disable Idleness DRRS
Chris Wilson5748b6a2016-08-04 16:32:38 +01005645 * @dev_priv: i915 device
Vandana Kannanb33a2812015-02-13 15:33:03 +05305646 * @frontbuffer_bits: frontbuffer plane tracking bits
5647 *
Ramalingam C0ddfd202015-06-15 20:50:05 +05305648 * This function gets called everytime rendering on the given planes start.
5649 * Hence DRRS needs to be Upclocked, i.e. (LOW_RR -> HIGH_RR).
Vandana Kannanb33a2812015-02-13 15:33:03 +05305650 *
5651 * Dirty frontbuffers relevant to DRRS are tracked in busy_frontbuffer_bits.
5652 */
Chris Wilson5748b6a2016-08-04 16:32:38 +01005653void intel_edp_drrs_invalidate(struct drm_i915_private *dev_priv,
5654 unsigned int frontbuffer_bits)
Vandana Kannana93fad02015-01-10 02:25:59 +05305655{
Vandana Kannana93fad02015-01-10 02:25:59 +05305656 struct drm_crtc *crtc;
5657 enum pipe pipe;
5658
Daniel Vetter9da7d692015-04-09 16:44:15 +02005659 if (dev_priv->drrs.type == DRRS_NOT_SUPPORTED)
Vandana Kannana93fad02015-01-10 02:25:59 +05305660 return;
5661
Daniel Vetter88f933a2015-04-09 16:44:16 +02005662 cancel_delayed_work(&dev_priv->drrs.work);
Ramalingam C3954e732015-03-03 12:11:46 +05305663
Vandana Kannana93fad02015-01-10 02:25:59 +05305664 mutex_lock(&dev_priv->drrs.mutex);
Daniel Vetter9da7d692015-04-09 16:44:15 +02005665 if (!dev_priv->drrs.dp) {
5666 mutex_unlock(&dev_priv->drrs.mutex);
5667 return;
5668 }
5669
Vandana Kannana93fad02015-01-10 02:25:59 +05305670 crtc = dp_to_dig_port(dev_priv->drrs.dp)->base.base.crtc;
5671 pipe = to_intel_crtc(crtc)->pipe;
5672
Daniel Vetterc1d038c2015-06-18 10:30:25 +02005673 frontbuffer_bits &= INTEL_FRONTBUFFER_ALL_MASK(pipe);
5674 dev_priv->drrs.busy_frontbuffer_bits |= frontbuffer_bits;
5675
Ramalingam C0ddfd202015-06-15 20:50:05 +05305676 /* invalidate means busy screen hence upclock */
Daniel Vetterc1d038c2015-06-18 10:30:25 +02005677 if (frontbuffer_bits && dev_priv->drrs.refresh_rate_type == DRRS_LOW_RR)
Maarten Lankhorst85cb48a2016-08-09 17:04:13 +02005678 intel_dp_set_drrs_state(dev_priv, to_intel_crtc(crtc)->config,
5679 dev_priv->drrs.dp->attached_connector->panel.fixed_mode->vrefresh);
Vandana Kannana93fad02015-01-10 02:25:59 +05305680
Vandana Kannana93fad02015-01-10 02:25:59 +05305681 mutex_unlock(&dev_priv->drrs.mutex);
5682}
5683
Vandana Kannanb33a2812015-02-13 15:33:03 +05305684/**
Ramalingam C0ddfd202015-06-15 20:50:05 +05305685 * intel_edp_drrs_flush - Restart Idleness DRRS
Chris Wilson5748b6a2016-08-04 16:32:38 +01005686 * @dev_priv: i915 device
Vandana Kannanb33a2812015-02-13 15:33:03 +05305687 * @frontbuffer_bits: frontbuffer plane tracking bits
5688 *
Ramalingam C0ddfd202015-06-15 20:50:05 +05305689 * This function gets called every time rendering on the given planes has
5690 * completed or flip on a crtc is completed. So DRRS should be upclocked
5691 * (LOW_RR -> HIGH_RR). And also Idleness detection should be started again,
5692 * if no other planes are dirty.
Vandana Kannanb33a2812015-02-13 15:33:03 +05305693 *
5694 * Dirty frontbuffers relevant to DRRS are tracked in busy_frontbuffer_bits.
5695 */
Chris Wilson5748b6a2016-08-04 16:32:38 +01005696void intel_edp_drrs_flush(struct drm_i915_private *dev_priv,
5697 unsigned int frontbuffer_bits)
Vandana Kannana93fad02015-01-10 02:25:59 +05305698{
Vandana Kannana93fad02015-01-10 02:25:59 +05305699 struct drm_crtc *crtc;
5700 enum pipe pipe;
5701
Daniel Vetter9da7d692015-04-09 16:44:15 +02005702 if (dev_priv->drrs.type == DRRS_NOT_SUPPORTED)
Vandana Kannana93fad02015-01-10 02:25:59 +05305703 return;
5704
Daniel Vetter88f933a2015-04-09 16:44:16 +02005705 cancel_delayed_work(&dev_priv->drrs.work);
Ramalingam C3954e732015-03-03 12:11:46 +05305706
Vandana Kannana93fad02015-01-10 02:25:59 +05305707 mutex_lock(&dev_priv->drrs.mutex);
Daniel Vetter9da7d692015-04-09 16:44:15 +02005708 if (!dev_priv->drrs.dp) {
5709 mutex_unlock(&dev_priv->drrs.mutex);
5710 return;
5711 }
5712
Vandana Kannana93fad02015-01-10 02:25:59 +05305713 crtc = dp_to_dig_port(dev_priv->drrs.dp)->base.base.crtc;
5714 pipe = to_intel_crtc(crtc)->pipe;
Daniel Vetterc1d038c2015-06-18 10:30:25 +02005715
5716 frontbuffer_bits &= INTEL_FRONTBUFFER_ALL_MASK(pipe);
Vandana Kannana93fad02015-01-10 02:25:59 +05305717 dev_priv->drrs.busy_frontbuffer_bits &= ~frontbuffer_bits;
5718
Ramalingam C0ddfd202015-06-15 20:50:05 +05305719 /* flush means busy screen hence upclock */
Daniel Vetterc1d038c2015-06-18 10:30:25 +02005720 if (frontbuffer_bits && dev_priv->drrs.refresh_rate_type == DRRS_LOW_RR)
Maarten Lankhorst85cb48a2016-08-09 17:04:13 +02005721 intel_dp_set_drrs_state(dev_priv, to_intel_crtc(crtc)->config,
5722 dev_priv->drrs.dp->attached_connector->panel.fixed_mode->vrefresh);
Ramalingam C0ddfd202015-06-15 20:50:05 +05305723
5724 /*
5725 * flush also means no more activity hence schedule downclock, if all
5726 * other fbs are quiescent too
5727 */
5728 if (!dev_priv->drrs.busy_frontbuffer_bits)
Vandana Kannana93fad02015-01-10 02:25:59 +05305729 schedule_delayed_work(&dev_priv->drrs.work,
5730 msecs_to_jiffies(1000));
5731 mutex_unlock(&dev_priv->drrs.mutex);
5732}
5733
Vandana Kannanb33a2812015-02-13 15:33:03 +05305734/**
5735 * DOC: Display Refresh Rate Switching (DRRS)
5736 *
5737 * Display Refresh Rate Switching (DRRS) is a power conservation feature
5738 * which enables swtching between low and high refresh rates,
5739 * dynamically, based on the usage scenario. This feature is applicable
5740 * for internal panels.
5741 *
5742 * Indication that the panel supports DRRS is given by the panel EDID, which
5743 * would list multiple refresh rates for one resolution.
5744 *
5745 * DRRS is of 2 types - static and seamless.
5746 * Static DRRS involves changing refresh rate (RR) by doing a full modeset
5747 * (may appear as a blink on screen) and is used in dock-undock scenario.
5748 * Seamless DRRS involves changing RR without any visual effect to the user
5749 * and can be used during normal system usage. This is done by programming
5750 * certain registers.
5751 *
5752 * Support for static/seamless DRRS may be indicated in the VBT based on
5753 * inputs from the panel spec.
5754 *
5755 * DRRS saves power by switching to low RR based on usage scenarios.
5756 *
Daniel Vetter2e7a5702016-06-01 23:40:36 +02005757 * The implementation is based on frontbuffer tracking implementation. When
5758 * there is a disturbance on the screen triggered by user activity or a periodic
5759 * system activity, DRRS is disabled (RR is changed to high RR). When there is
5760 * no movement on screen, after a timeout of 1 second, a switch to low RR is
5761 * made.
5762 *
5763 * For integration with frontbuffer tracking code, intel_edp_drrs_invalidate()
5764 * and intel_edp_drrs_flush() are called.
Vandana Kannanb33a2812015-02-13 15:33:03 +05305765 *
5766 * DRRS can be further extended to support other internal panels and also
5767 * the scenario of video playback wherein RR is set based on the rate
5768 * requested by userspace.
5769 */
5770
5771/**
5772 * intel_dp_drrs_init - Init basic DRRS work and mutex.
5773 * @intel_connector: eDP connector
5774 * @fixed_mode: preferred mode of panel
5775 *
5776 * This function is called only once at driver load to initialize basic
5777 * DRRS stuff.
5778 *
5779 * Returns:
5780 * Downclock mode if panel supports it, else return NULL.
5781 * DRRS support is determined by the presence of downclock mode (apart
5782 * from VBT setting).
5783 */
Pradeep Bhat4f9db5b2014-04-05 12:12:31 +05305784static struct drm_display_mode *
Vandana Kannan96178ee2015-01-10 02:25:56 +05305785intel_dp_drrs_init(struct intel_connector *intel_connector,
5786 struct drm_display_mode *fixed_mode)
Pradeep Bhat4f9db5b2014-04-05 12:12:31 +05305787{
5788 struct drm_connector *connector = &intel_connector->base;
Vandana Kannan96178ee2015-01-10 02:25:56 +05305789 struct drm_device *dev = connector->dev;
Chris Wilsonfac5e232016-07-04 11:34:36 +01005790 struct drm_i915_private *dev_priv = to_i915(dev);
Pradeep Bhat4f9db5b2014-04-05 12:12:31 +05305791 struct drm_display_mode *downclock_mode = NULL;
5792
Daniel Vetter9da7d692015-04-09 16:44:15 +02005793 INIT_DELAYED_WORK(&dev_priv->drrs.work, intel_edp_drrs_downclock_work);
5794 mutex_init(&dev_priv->drrs.mutex);
5795
Tvrtko Ursulindd11bc12016-11-16 08:55:41 +00005796 if (INTEL_GEN(dev_priv) <= 6) {
Pradeep Bhat4f9db5b2014-04-05 12:12:31 +05305797 DRM_DEBUG_KMS("DRRS supported for Gen7 and above\n");
5798 return NULL;
5799 }
5800
5801 if (dev_priv->vbt.drrs_type != SEAMLESS_DRRS_SUPPORT) {
Damien Lespiau4079b8d2014-08-05 10:39:42 +01005802 DRM_DEBUG_KMS("VBT doesn't support DRRS\n");
Pradeep Bhat4f9db5b2014-04-05 12:12:31 +05305803 return NULL;
5804 }
5805
5806 downclock_mode = intel_find_panel_downclock
Mika Kaholaa318b4c2016-12-13 10:02:48 +02005807 (dev_priv, fixed_mode, connector);
Pradeep Bhat4f9db5b2014-04-05 12:12:31 +05305808
5809 if (!downclock_mode) {
Ramalingam Ca1d26342015-02-23 17:38:33 +05305810 DRM_DEBUG_KMS("Downclock mode is not found. DRRS not supported\n");
Pradeep Bhat4f9db5b2014-04-05 12:12:31 +05305811 return NULL;
5812 }
5813
Vandana Kannan96178ee2015-01-10 02:25:56 +05305814 dev_priv->drrs.type = dev_priv->vbt.drrs_type;
Pradeep Bhat439d7ac2014-04-05 12:13:28 +05305815
Vandana Kannan96178ee2015-01-10 02:25:56 +05305816 dev_priv->drrs.refresh_rate_type = DRRS_HIGH_RR;
Damien Lespiau4079b8d2014-08-05 10:39:42 +01005817 DRM_DEBUG_KMS("seamless DRRS supported for eDP panel.\n");
Pradeep Bhat4f9db5b2014-04-05 12:12:31 +05305818 return downclock_mode;
5819}
5820
Paulo Zanonied92f0b2013-06-12 17:27:24 -03005821static bool intel_edp_init_connector(struct intel_dp *intel_dp,
Ville Syrjälä36b5f422014-10-16 21:27:30 +03005822 struct intel_connector *intel_connector)
Paulo Zanonied92f0b2013-06-12 17:27:24 -03005823{
5824 struct drm_connector *connector = &intel_connector->base;
5825 struct intel_digital_port *intel_dig_port = dp_to_dig_port(intel_dp);
Paulo Zanoni63635212014-04-22 19:55:42 -03005826 struct intel_encoder *intel_encoder = &intel_dig_port->base;
5827 struct drm_device *dev = intel_encoder->base.dev;
Chris Wilsonfac5e232016-07-04 11:34:36 +01005828 struct drm_i915_private *dev_priv = to_i915(dev);
Paulo Zanonied92f0b2013-06-12 17:27:24 -03005829 struct drm_display_mode *fixed_mode = NULL;
Jim Bridedc911f52017-08-09 12:48:53 -07005830 struct drm_display_mode *alt_fixed_mode = NULL;
Pradeep Bhat4f9db5b2014-04-05 12:12:31 +05305831 struct drm_display_mode *downclock_mode = NULL;
Paulo Zanonied92f0b2013-06-12 17:27:24 -03005832 bool has_dpcd;
5833 struct drm_display_mode *scan;
5834 struct edid *edid;
Ville Syrjälä6517d272014-11-07 11:16:02 +02005835 enum pipe pipe = INVALID_PIPE;
Paulo Zanonied92f0b2013-06-12 17:27:24 -03005836
Jani Nikula1853a9d2017-08-18 12:30:20 +03005837 if (!intel_dp_is_edp(intel_dp))
Paulo Zanonied92f0b2013-06-12 17:27:24 -03005838 return true;
5839
Imre Deak97a824e12016-06-21 11:51:47 +03005840 /*
5841 * On IBX/CPT we may get here with LVDS already registered. Since the
5842 * driver uses the only internal power sequencer available for both
5843 * eDP and LVDS bail out early in this case to prevent interfering
5844 * with an already powered-on LVDS power sequencer.
5845 */
5846 if (intel_get_lvds_encoder(dev)) {
5847 WARN_ON(!(HAS_PCH_IBX(dev_priv) || HAS_PCH_CPT(dev_priv)));
5848 DRM_INFO("LVDS was detected, not registering eDP\n");
5849
5850 return false;
5851 }
5852
Ville Syrjälä49e6bc52014-10-28 16:15:52 +02005853 pps_lock(intel_dp);
Imre Deakb4d06ed2016-06-21 11:51:49 +03005854
5855 intel_dp_init_panel_power_timestamps(intel_dp);
Imre Deak335f7522016-08-10 14:07:32 +03005856 intel_dp_pps_init(dev, intel_dp);
Ville Syrjälä49e6bc52014-10-28 16:15:52 +02005857 intel_edp_panel_vdd_sanitize(intel_dp);
Imre Deakb4d06ed2016-06-21 11:51:49 +03005858
Ville Syrjälä49e6bc52014-10-28 16:15:52 +02005859 pps_unlock(intel_dp);
Paulo Zanoni63635212014-04-22 19:55:42 -03005860
Paulo Zanonied92f0b2013-06-12 17:27:24 -03005861 /* Cache DPCD and EDID for edp. */
Ville Syrjäläfe5a66f2016-07-29 16:52:39 +03005862 has_dpcd = intel_edp_init_dpcd(intel_dp);
Paulo Zanonied92f0b2013-06-12 17:27:24 -03005863
Ville Syrjäläfe5a66f2016-07-29 16:52:39 +03005864 if (!has_dpcd) {
Paulo Zanonied92f0b2013-06-12 17:27:24 -03005865 /* if this fails, presume the device is a ghost */
5866 DRM_INFO("failed to retrieve link info, disabling eDP\n");
Imre Deakb4d06ed2016-06-21 11:51:49 +03005867 goto out_vdd_off;
Paulo Zanonied92f0b2013-06-12 17:27:24 -03005868 }
5869
Daniel Vetter060c8772014-03-21 23:22:35 +01005870 mutex_lock(&dev->mode_config.mutex);
Jani Nikula0b998362014-03-14 16:51:17 +02005871 edid = drm_get_edid(connector, &intel_dp->aux.ddc);
Paulo Zanonied92f0b2013-06-12 17:27:24 -03005872 if (edid) {
5873 if (drm_add_edid_modes(connector, edid)) {
5874 drm_mode_connector_update_edid_property(connector,
5875 edid);
5876 drm_edid_to_eld(connector, edid);
5877 } else {
5878 kfree(edid);
5879 edid = ERR_PTR(-EINVAL);
5880 }
5881 } else {
5882 edid = ERR_PTR(-ENOENT);
5883 }
5884 intel_connector->edid = edid;
5885
Jim Bridedc911f52017-08-09 12:48:53 -07005886 /* prefer fixed mode from EDID if available, save an alt mode also */
Paulo Zanonied92f0b2013-06-12 17:27:24 -03005887 list_for_each_entry(scan, &connector->probed_modes, head) {
5888 if ((scan->type & DRM_MODE_TYPE_PREFERRED)) {
5889 fixed_mode = drm_mode_duplicate(dev, scan);
Pradeep Bhat4f9db5b2014-04-05 12:12:31 +05305890 downclock_mode = intel_dp_drrs_init(
Pradeep Bhat4f9db5b2014-04-05 12:12:31 +05305891 intel_connector, fixed_mode);
Jim Bridedc911f52017-08-09 12:48:53 -07005892 } else if (!alt_fixed_mode) {
5893 alt_fixed_mode = drm_mode_duplicate(dev, scan);
Paulo Zanonied92f0b2013-06-12 17:27:24 -03005894 }
5895 }
5896
5897 /* fallback to VBT if available for eDP */
5898 if (!fixed_mode && dev_priv->vbt.lfp_lvds_vbt_mode) {
5899 fixed_mode = drm_mode_duplicate(dev,
5900 dev_priv->vbt.lfp_lvds_vbt_mode);
Ville Syrjälädf457242016-05-31 12:08:34 +03005901 if (fixed_mode) {
Paulo Zanonied92f0b2013-06-12 17:27:24 -03005902 fixed_mode->type |= DRM_MODE_TYPE_PREFERRED;
Ville Syrjälädf457242016-05-31 12:08:34 +03005903 connector->display_info.width_mm = fixed_mode->width_mm;
5904 connector->display_info.height_mm = fixed_mode->height_mm;
5905 }
Paulo Zanonied92f0b2013-06-12 17:27:24 -03005906 }
Daniel Vetter060c8772014-03-21 23:22:35 +01005907 mutex_unlock(&dev->mode_config.mutex);
Paulo Zanonied92f0b2013-06-12 17:27:24 -03005908
Tvrtko Ursulin920a14b2016-10-14 10:13:44 +01005909 if (IS_VALLEYVIEW(dev_priv) || IS_CHERRYVIEW(dev_priv)) {
Clint Taylor01527b32014-07-07 13:01:46 -07005910 intel_dp->edp_notifier.notifier_call = edp_notify_handler;
5911 register_reboot_notifier(&intel_dp->edp_notifier);
Ville Syrjälä6517d272014-11-07 11:16:02 +02005912
5913 /*
5914 * Figure out the current pipe for the initial backlight setup.
5915 * If the current pipe isn't valid, try the PPS pipe, and if that
5916 * fails just assume pipe A.
5917 */
Ville Syrjälä9f2bdb02016-12-14 20:00:23 +02005918 pipe = vlv_active_pipe(intel_dp);
Ville Syrjälä6517d272014-11-07 11:16:02 +02005919
5920 if (pipe != PIPE_A && pipe != PIPE_B)
5921 pipe = intel_dp->pps_pipe;
5922
5923 if (pipe != PIPE_A && pipe != PIPE_B)
5924 pipe = PIPE_A;
5925
5926 DRM_DEBUG_KMS("using pipe %c for initial backlight setup\n",
5927 pipe_name(pipe));
Clint Taylor01527b32014-07-07 13:01:46 -07005928 }
5929
Jim Bridedc911f52017-08-09 12:48:53 -07005930 intel_panel_init(&intel_connector->panel, fixed_mode, alt_fixed_mode,
5931 downclock_mode);
Jani Nikula5507fae2015-09-14 14:03:48 +03005932 intel_connector->panel.backlight.power = intel_edp_backlight_power;
Ville Syrjälä6517d272014-11-07 11:16:02 +02005933 intel_panel_setup_backlight(connector, pipe);
Paulo Zanonied92f0b2013-06-12 17:27:24 -03005934
5935 return true;
Imre Deakb4d06ed2016-06-21 11:51:49 +03005936
5937out_vdd_off:
5938 cancel_delayed_work_sync(&intel_dp->panel_vdd_work);
5939 /*
5940 * vdd might still be enabled do to the delayed vdd off.
5941 * Make sure vdd is actually turned off here.
5942 */
5943 pps_lock(intel_dp);
5944 edp_panel_vdd_off_sync(intel_dp);
5945 pps_unlock(intel_dp);
5946
5947 return false;
Paulo Zanonied92f0b2013-06-12 17:27:24 -03005948}
5949
Ander Conselvan de Oliveira5432fca2017-02-22 08:34:26 +02005950/* Set up the hotplug pin and aux power domain. */
Ander Conselvan de Oliveirab71953a2017-02-03 16:03:14 +02005951static void
5952intel_dp_init_connector_port_info(struct intel_digital_port *intel_dig_port)
5953{
5954 struct intel_encoder *encoder = &intel_dig_port->base;
Ander Conselvan de Oliveira5432fca2017-02-22 08:34:26 +02005955 struct intel_dp *intel_dp = &intel_dig_port->dp;
Ander Conselvan de Oliveirab71953a2017-02-03 16:03:14 +02005956
Rodrigo Vivif761bef22017-08-11 11:26:50 -07005957 encoder->hpd_pin = intel_hpd_pin(intel_dig_port->port);
5958
Ander Conselvan de Oliveirab71953a2017-02-03 16:03:14 +02005959 switch (intel_dig_port->port) {
5960 case PORT_A:
Ander Conselvan de Oliveira5432fca2017-02-22 08:34:26 +02005961 intel_dp->aux_power_domain = POWER_DOMAIN_AUX_A;
Ander Conselvan de Oliveirab71953a2017-02-03 16:03:14 +02005962 break;
5963 case PORT_B:
Ander Conselvan de Oliveira5432fca2017-02-22 08:34:26 +02005964 intel_dp->aux_power_domain = POWER_DOMAIN_AUX_B;
Ander Conselvan de Oliveirab71953a2017-02-03 16:03:14 +02005965 break;
5966 case PORT_C:
Ander Conselvan de Oliveira5432fca2017-02-22 08:34:26 +02005967 intel_dp->aux_power_domain = POWER_DOMAIN_AUX_C;
Ander Conselvan de Oliveirab71953a2017-02-03 16:03:14 +02005968 break;
5969 case PORT_D:
Ander Conselvan de Oliveira5432fca2017-02-22 08:34:26 +02005970 intel_dp->aux_power_domain = POWER_DOMAIN_AUX_D;
Ander Conselvan de Oliveirab71953a2017-02-03 16:03:14 +02005971 break;
5972 case PORT_E:
Ander Conselvan de Oliveira5432fca2017-02-22 08:34:26 +02005973 /* FIXME: Check VBT for actual wiring of PORT E */
5974 intel_dp->aux_power_domain = POWER_DOMAIN_AUX_D;
Ander Conselvan de Oliveirab71953a2017-02-03 16:03:14 +02005975 break;
5976 default:
5977 MISSING_CASE(intel_dig_port->port);
5978 }
5979}
5980
Manasi Navare93013972017-04-06 16:44:19 +03005981static void intel_dp_modeset_retry_work_fn(struct work_struct *work)
5982{
5983 struct intel_connector *intel_connector;
5984 struct drm_connector *connector;
5985
5986 intel_connector = container_of(work, typeof(*intel_connector),
5987 modeset_retry_work);
5988 connector = &intel_connector->base;
5989 DRM_DEBUG_KMS("[CONNECTOR:%d:%s]\n", connector->base.id,
5990 connector->name);
5991
5992 /* Grab the locks before changing connector property*/
5993 mutex_lock(&connector->dev->mode_config.mutex);
5994 /* Set connector link status to BAD and send a Uevent to notify
5995 * userspace to do a modeset.
5996 */
5997 drm_mode_connector_set_link_status_property(connector,
5998 DRM_MODE_LINK_STATUS_BAD);
5999 mutex_unlock(&connector->dev->mode_config.mutex);
6000 /* Send Hotplug uevent so userspace can reprobe */
6001 drm_kms_helper_hotplug_event(connector->dev);
6002}
6003
Paulo Zanoni16c25532013-06-12 17:27:25 -03006004bool
Paulo Zanonif0fec3f2012-10-26 19:05:48 -02006005intel_dp_init_connector(struct intel_digital_port *intel_dig_port,
6006 struct intel_connector *intel_connector)
Keith Packarda4fc5ed2009-04-07 16:16:42 -07006007{
Paulo Zanonif0fec3f2012-10-26 19:05:48 -02006008 struct drm_connector *connector = &intel_connector->base;
6009 struct intel_dp *intel_dp = &intel_dig_port->dp;
6010 struct intel_encoder *intel_encoder = &intel_dig_port->base;
6011 struct drm_device *dev = intel_encoder->base.dev;
Chris Wilsonfac5e232016-07-04 11:34:36 +01006012 struct drm_i915_private *dev_priv = to_i915(dev);
Paulo Zanoni174edf12012-10-26 19:05:50 -02006013 enum port port = intel_dig_port->port;
Chris Wilson7a418e32016-06-24 14:00:14 +01006014 int type;
Keith Packarda4fc5ed2009-04-07 16:16:42 -07006015
Manasi Navare93013972017-04-06 16:44:19 +03006016 /* Initialize the work for modeset in case of link train failure */
6017 INIT_WORK(&intel_connector->modeset_retry_work,
6018 intel_dp_modeset_retry_work_fn);
6019
Ville Syrjäläccb1a832015-12-08 19:59:38 +02006020 if (WARN(intel_dig_port->max_lanes < 1,
6021 "Not enough lanes (%d) for DP on port %c\n",
6022 intel_dig_port->max_lanes, port_name(port)))
6023 return false;
6024
Jani Nikula55cfc582017-03-28 17:59:04 +03006025 intel_dp_set_source_rates(intel_dp);
6026
Manasi Navared7e8ef02017-02-07 16:54:11 -08006027 intel_dp->reset_link_params = true;
Ville Syrjäläa4a5d2f2014-09-04 14:54:20 +03006028 intel_dp->pps_pipe = INVALID_PIPE;
Ville Syrjälä9f2bdb02016-12-14 20:00:23 +02006029 intel_dp->active_pipe = INVALID_PIPE;
Ville Syrjäläa4a5d2f2014-09-04 14:54:20 +03006030
Damien Lespiauec5b01d2014-01-21 13:35:39 +00006031 /* intel_dp vfuncs */
Tvrtko Ursulindd11bc12016-11-16 08:55:41 +00006032 if (INTEL_GEN(dev_priv) >= 9)
Damien Lespiaub6b5e382014-01-20 16:00:59 +00006033 intel_dp->get_aux_clock_divider = skl_get_aux_clock_divider;
Tvrtko Ursulin86527442016-10-13 11:03:00 +01006034 else if (IS_HASWELL(dev_priv) || IS_BROADWELL(dev_priv))
Damien Lespiauec5b01d2014-01-21 13:35:39 +00006035 intel_dp->get_aux_clock_divider = hsw_get_aux_clock_divider;
Tvrtko Ursulin6e266952016-10-13 11:02:53 +01006036 else if (HAS_PCH_SPLIT(dev_priv))
Damien Lespiauec5b01d2014-01-21 13:35:39 +00006037 intel_dp->get_aux_clock_divider = ilk_get_aux_clock_divider;
6038 else
Ville Syrjälä6ffb1be2016-03-02 17:22:14 +02006039 intel_dp->get_aux_clock_divider = g4x_get_aux_clock_divider;
Damien Lespiauec5b01d2014-01-21 13:35:39 +00006040
Tvrtko Ursulindd11bc12016-11-16 08:55:41 +00006041 if (INTEL_GEN(dev_priv) >= 9)
Damien Lespiaub9ca5fa2014-01-20 16:01:00 +00006042 intel_dp->get_aux_send_ctl = skl_get_aux_send_ctl;
6043 else
Ville Syrjälä6ffb1be2016-03-02 17:22:14 +02006044 intel_dp->get_aux_send_ctl = g4x_get_aux_send_ctl;
Damien Lespiau153b1102014-01-21 13:37:15 +00006045
Tvrtko Ursulin4f8036a2016-10-13 11:02:52 +01006046 if (HAS_DDI(dev_priv))
Ander Conselvan de Oliveiraad642172015-10-23 13:01:49 +03006047 intel_dp->prepare_link_retrain = intel_ddi_prepare_link_retrain;
6048
Daniel Vetter07679352012-09-06 22:15:42 +02006049 /* Preserve the current hw state. */
6050 intel_dp->DP = I915_READ(intel_dp->output_reg);
Jani Nikuladd06f902012-10-19 14:51:50 +03006051 intel_dp->attached_connector = intel_connector;
Chris Wilson3d3dc142011-02-12 10:33:12 +00006052
Jani Nikula7b91bf72017-08-18 12:30:19 +03006053 if (intel_dp_is_port_edp(dev_priv, port))
Gajanan Bhat19c03922012-09-27 19:13:07 +05306054 type = DRM_MODE_CONNECTOR_eDP;
Ville Syrjälä3b32a352013-11-01 18:22:41 +02006055 else
6056 type = DRM_MODE_CONNECTOR_DisplayPort;
Adam Jacksonb3295302010-07-16 14:46:28 -04006057
Ville Syrjälä9f2bdb02016-12-14 20:00:23 +02006058 if (IS_VALLEYVIEW(dev_priv) || IS_CHERRYVIEW(dev_priv))
6059 intel_dp->active_pipe = vlv_active_pipe(intel_dp);
6060
Imre Deakf7d24902013-05-08 13:14:05 +03006061 /*
6062 * For eDP we always set the encoder type to INTEL_OUTPUT_EDP, but
6063 * for DP the encoder type can be set by the caller to
6064 * INTEL_OUTPUT_UNKNOWN for DDI, so don't rewrite it.
6065 */
6066 if (type == DRM_MODE_CONNECTOR_eDP)
6067 intel_encoder->type = INTEL_OUTPUT_EDP;
6068
Ville Syrjäläc17ed5b2014-10-16 21:27:27 +03006069 /* eDP only on port B and/or C on vlv/chv */
Tvrtko Ursulin920a14b2016-10-14 10:13:44 +01006070 if (WARN_ON((IS_VALLEYVIEW(dev_priv) || IS_CHERRYVIEW(dev_priv)) &&
Jani Nikula1853a9d2017-08-18 12:30:20 +03006071 intel_dp_is_edp(intel_dp) &&
6072 port != PORT_B && port != PORT_C))
Ville Syrjäläc17ed5b2014-10-16 21:27:27 +03006073 return false;
6074
Imre Deake7281ea2013-05-08 13:14:08 +03006075 DRM_DEBUG_KMS("Adding %s connector on port %c\n",
6076 type == DRM_MODE_CONNECTOR_eDP ? "eDP" : "DP",
6077 port_name(port));
6078
Adam Jacksonb3295302010-07-16 14:46:28 -04006079 drm_connector_init(dev, connector, &intel_dp_connector_funcs, type);
Keith Packarda4fc5ed2009-04-07 16:16:42 -07006080 drm_connector_helper_add(connector, &intel_dp_connector_helper_funcs);
6081
Paulo Zanonif0fec3f2012-10-26 19:05:48 -02006082 connector->interlace_allowed = true;
6083 connector->doublescan_allowed = 0;
Ma Lingf8aed702009-08-24 13:50:24 +08006084
Ander Conselvan de Oliveira5432fca2017-02-22 08:34:26 +02006085 intel_dp_init_connector_port_info(intel_dig_port);
6086
Mika Kaholab6339582016-09-09 14:10:52 +03006087 intel_dp_aux_init(intel_dp);
Chris Wilson7a418e32016-06-24 14:00:14 +01006088
Daniel Vetter66a92782012-07-12 20:08:18 +02006089 INIT_DELAYED_WORK(&intel_dp->panel_vdd_work,
Daniel Vetter4be73782014-01-17 14:39:48 +01006090 edp_panel_vdd_work);
Zhenyu Wang6251ec02010-01-12 05:38:32 +08006091
Chris Wilsondf0e9242010-09-09 16:20:55 +01006092 intel_connector_attach_encoder(intel_connector, intel_encoder);
Keith Packarda4fc5ed2009-04-07 16:16:42 -07006093
Tvrtko Ursulin4f8036a2016-10-13 11:02:52 +01006094 if (HAS_DDI(dev_priv))
Paulo Zanonibcbc8892012-10-26 19:05:51 -02006095 intel_connector->get_hw_state = intel_ddi_connector_get_hw_state;
6096 else
6097 intel_connector->get_hw_state = intel_connector_get_hw_state;
6098
Dave Airlie0e32b392014-05-02 14:02:48 +10006099 /* init MST on ports that can support it */
Jani Nikula1853a9d2017-08-18 12:30:20 +03006100 if (HAS_DP_MST(dev_priv) && !intel_dp_is_edp(intel_dp) &&
Jani Nikula0c9b3712015-05-18 17:10:01 +03006101 (port == PORT_B || port == PORT_C || port == PORT_D))
6102 intel_dp_mst_encoder_init(intel_dig_port,
6103 intel_connector->base.base.id);
Dave Airlie0e32b392014-05-02 14:02:48 +10006104
Ville Syrjälä36b5f422014-10-16 21:27:30 +03006105 if (!intel_edp_init_connector(intel_dp, intel_connector)) {
Ville Syrjäläa121f4e2015-11-11 20:34:11 +02006106 intel_dp_aux_fini(intel_dp);
6107 intel_dp_mst_encoder_cleanup(intel_dig_port);
6108 goto fail;
Paulo Zanonib2f246a2013-06-12 17:27:26 -03006109 }
Zhenyu Wang32f9d652009-07-24 01:00:32 +08006110
Chris Wilsonf6849602010-09-19 09:29:33 +01006111 intel_dp_add_properties(intel_dp, connector);
6112
Keith Packarda4fc5ed2009-04-07 16:16:42 -07006113 /* For G4X desktop chip, PEG_BAND_GAP_DATA 3:0 must first be written
6114 * 0xd. Failure to do so will result in spurious interrupts being
6115 * generated on the port when a cable is not attached.
6116 */
Tvrtko Ursulin50a0bc92016-10-13 11:02:58 +01006117 if (IS_G4X(dev_priv) && !IS_GM45(dev_priv)) {
Keith Packarda4fc5ed2009-04-07 16:16:42 -07006118 u32 temp = I915_READ(PEG_BAND_GAP_DATA);
6119 I915_WRITE(PEG_BAND_GAP_DATA, (temp & ~0xf) | 0xd);
6120 }
Paulo Zanoni16c25532013-06-12 17:27:25 -03006121
6122 return true;
Ville Syrjäläa121f4e2015-11-11 20:34:11 +02006123
6124fail:
Ville Syrjäläa121f4e2015-11-11 20:34:11 +02006125 drm_connector_cleanup(connector);
6126
6127 return false;
Keith Packarda4fc5ed2009-04-07 16:16:42 -07006128}
Paulo Zanonif0fec3f2012-10-26 19:05:48 -02006129
Ander Conselvan de Oliveirac39055b2016-11-23 16:21:44 +02006130bool intel_dp_init(struct drm_i915_private *dev_priv,
Chris Wilson457c52d2016-06-01 08:27:50 +01006131 i915_reg_t output_reg,
6132 enum port port)
Paulo Zanonif0fec3f2012-10-26 19:05:48 -02006133{
6134 struct intel_digital_port *intel_dig_port;
6135 struct intel_encoder *intel_encoder;
6136 struct drm_encoder *encoder;
6137 struct intel_connector *intel_connector;
6138
Daniel Vetterb14c5672013-09-19 12:18:32 +02006139 intel_dig_port = kzalloc(sizeof(*intel_dig_port), GFP_KERNEL);
Paulo Zanonif0fec3f2012-10-26 19:05:48 -02006140 if (!intel_dig_port)
Chris Wilson457c52d2016-06-01 08:27:50 +01006141 return false;
Paulo Zanonif0fec3f2012-10-26 19:05:48 -02006142
Ander Conselvan de Oliveira08d9bc92015-04-10 10:59:10 +03006143 intel_connector = intel_connector_alloc();
Sudip Mukherjee11aee0f2015-10-08 19:27:59 +05306144 if (!intel_connector)
6145 goto err_connector_alloc;
Paulo Zanonif0fec3f2012-10-26 19:05:48 -02006146
6147 intel_encoder = &intel_dig_port->base;
6148 encoder = &intel_encoder->base;
6149
Ander Conselvan de Oliveirac39055b2016-11-23 16:21:44 +02006150 if (drm_encoder_init(&dev_priv->drm, &intel_encoder->base,
6151 &intel_dp_enc_funcs, DRM_MODE_ENCODER_TMDS,
6152 "DP %c", port_name(port)))
Sudip Mukherjee893da0c2015-10-08 19:28:00 +05306153 goto err_encoder_init;
Paulo Zanonif0fec3f2012-10-26 19:05:48 -02006154
Daniel Vetter5bfe2ac2013-03-27 00:44:55 +01006155 intel_encoder->compute_config = intel_dp_compute_config;
Paulo Zanoni00c09d72012-10-26 19:05:52 -02006156 intel_encoder->get_hw_state = intel_dp_get_hw_state;
Jesse Barnes045ac3b2013-05-14 17:08:26 -07006157 intel_encoder->get_config = intel_dp_get_config;
Imre Deak07f9cd02014-08-18 14:42:45 +03006158 intel_encoder->suspend = intel_dp_encoder_suspend;
Tvrtko Ursulin920a14b2016-10-14 10:13:44 +01006159 if (IS_CHERRYVIEW(dev_priv)) {
Ville Syrjälä9197c882014-04-09 13:29:05 +03006160 intel_encoder->pre_pll_enable = chv_dp_pre_pll_enable;
Chon Ming Leee4a1d842014-04-09 13:28:20 +03006161 intel_encoder->pre_enable = chv_pre_enable_dp;
6162 intel_encoder->enable = vlv_enable_dp;
Ville Syrjälä1a8ff602017-09-20 18:12:51 +03006163 intel_encoder->disable = vlv_disable_dp;
Ville Syrjälä580d3812014-04-09 13:29:00 +03006164 intel_encoder->post_disable = chv_post_disable_dp;
Ville Syrjäläd6db9952015-07-08 23:45:49 +03006165 intel_encoder->post_pll_disable = chv_dp_post_pll_disable;
Tvrtko Ursulin11a914c2016-10-13 11:03:08 +01006166 } else if (IS_VALLEYVIEW(dev_priv)) {
Jani Nikulaecff4f32013-09-06 07:38:29 +03006167 intel_encoder->pre_pll_enable = vlv_dp_pre_pll_enable;
Jani Nikulaab1f90f2013-07-30 12:20:30 +03006168 intel_encoder->pre_enable = vlv_pre_enable_dp;
6169 intel_encoder->enable = vlv_enable_dp;
Ville Syrjälä1a8ff602017-09-20 18:12:51 +03006170 intel_encoder->disable = vlv_disable_dp;
Ville Syrjälä49277c32014-03-31 18:21:26 +03006171 intel_encoder->post_disable = vlv_post_disable_dp;
Ville Syrjälä1a8ff602017-09-20 18:12:51 +03006172 } else if (INTEL_GEN(dev_priv) >= 5) {
6173 intel_encoder->pre_enable = g4x_pre_enable_dp;
6174 intel_encoder->enable = g4x_enable_dp;
6175 intel_encoder->disable = ilk_disable_dp;
6176 intel_encoder->post_disable = ilk_post_disable_dp;
Jani Nikulaab1f90f2013-07-30 12:20:30 +03006177 } else {
Jani Nikulaecff4f32013-09-06 07:38:29 +03006178 intel_encoder->pre_enable = g4x_pre_enable_dp;
6179 intel_encoder->enable = g4x_enable_dp;
Ville Syrjälä1a8ff602017-09-20 18:12:51 +03006180 intel_encoder->disable = g4x_disable_dp;
Jani Nikulaab1f90f2013-07-30 12:20:30 +03006181 }
Paulo Zanonif0fec3f2012-10-26 19:05:48 -02006182
Paulo Zanoni174edf12012-10-26 19:05:50 -02006183 intel_dig_port->port = port;
Paulo Zanonif0fec3f2012-10-26 19:05:48 -02006184 intel_dig_port->dp.output_reg = output_reg;
Ville Syrjäläccb1a832015-12-08 19:59:38 +02006185 intel_dig_port->max_lanes = 4;
Paulo Zanonif0fec3f2012-10-26 19:05:48 -02006186
Ville Syrjäläcca05022016-06-22 21:57:06 +03006187 intel_encoder->type = INTEL_OUTPUT_DP;
Ander Conselvan de Oliveira79f255a2017-02-22 08:34:27 +02006188 intel_encoder->power_domain = intel_port_to_power_domain(port);
Tvrtko Ursulin920a14b2016-10-14 10:13:44 +01006189 if (IS_CHERRYVIEW(dev_priv)) {
Ville Syrjälä882ec382014-04-28 14:07:43 +03006190 if (port == PORT_D)
6191 intel_encoder->crtc_mask = 1 << 2;
6192 else
6193 intel_encoder->crtc_mask = (1 << 0) | (1 << 1);
6194 } else {
6195 intel_encoder->crtc_mask = (1 << 0) | (1 << 1) | (1 << 2);
6196 }
Ville Syrjäläbc079e82014-03-03 16:15:28 +02006197 intel_encoder->cloneable = 0;
Pandiyan, Dhinakaran03cdc1d2016-09-19 18:24:38 -07006198 intel_encoder->port = port;
Paulo Zanonif0fec3f2012-10-26 19:05:48 -02006199
Dave Airlie13cf5502014-06-18 11:29:35 +10006200 intel_dig_port->hpd_pulse = intel_dp_hpd_pulse;
Jani Nikula5fcece82015-05-27 15:03:42 +03006201 dev_priv->hotplug.irq_port[port] = intel_dig_port;
Dave Airlie13cf5502014-06-18 11:29:35 +10006202
Ville Syrjälä385e4de2017-08-18 16:49:55 +03006203 if (port != PORT_A)
6204 intel_infoframe_init(intel_dig_port);
6205
Sudip Mukherjee11aee0f2015-10-08 19:27:59 +05306206 if (!intel_dp_init_connector(intel_dig_port, intel_connector))
6207 goto err_init_connector;
6208
Chris Wilson457c52d2016-06-01 08:27:50 +01006209 return true;
Sudip Mukherjee11aee0f2015-10-08 19:27:59 +05306210
6211err_init_connector:
6212 drm_encoder_cleanup(encoder);
Sudip Mukherjee893da0c2015-10-08 19:28:00 +05306213err_encoder_init:
Sudip Mukherjee11aee0f2015-10-08 19:27:59 +05306214 kfree(intel_connector);
6215err_connector_alloc:
6216 kfree(intel_dig_port);
Chris Wilson457c52d2016-06-01 08:27:50 +01006217 return false;
Paulo Zanonif0fec3f2012-10-26 19:05:48 -02006218}
Dave Airlie0e32b392014-05-02 14:02:48 +10006219
6220void intel_dp_mst_suspend(struct drm_device *dev)
6221{
Chris Wilsonfac5e232016-07-04 11:34:36 +01006222 struct drm_i915_private *dev_priv = to_i915(dev);
Dave Airlie0e32b392014-05-02 14:02:48 +10006223 int i;
6224
6225 /* disable MST */
6226 for (i = 0; i < I915_MAX_PORTS; i++) {
Jani Nikula5fcece82015-05-27 15:03:42 +03006227 struct intel_digital_port *intel_dig_port = dev_priv->hotplug.irq_port[i];
Ville Syrjälä5aa56962016-06-22 21:57:00 +03006228
6229 if (!intel_dig_port || !intel_dig_port->dp.can_mst)
Dave Airlie0e32b392014-05-02 14:02:48 +10006230 continue;
6231
Ville Syrjälä5aa56962016-06-22 21:57:00 +03006232 if (intel_dig_port->dp.is_mst)
6233 drm_dp_mst_topology_mgr_suspend(&intel_dig_port->dp.mst_mgr);
Dave Airlie0e32b392014-05-02 14:02:48 +10006234 }
6235}
6236
6237void intel_dp_mst_resume(struct drm_device *dev)
6238{
Chris Wilsonfac5e232016-07-04 11:34:36 +01006239 struct drm_i915_private *dev_priv = to_i915(dev);
Dave Airlie0e32b392014-05-02 14:02:48 +10006240 int i;
6241
6242 for (i = 0; i < I915_MAX_PORTS; i++) {
Jani Nikula5fcece82015-05-27 15:03:42 +03006243 struct intel_digital_port *intel_dig_port = dev_priv->hotplug.irq_port[i];
Ville Syrjälä5aa56962016-06-22 21:57:00 +03006244 int ret;
6245
6246 if (!intel_dig_port || !intel_dig_port->dp.can_mst)
Dave Airlie0e32b392014-05-02 14:02:48 +10006247 continue;
Dave Airlie0e32b392014-05-02 14:02:48 +10006248
Ville Syrjälä5aa56962016-06-22 21:57:00 +03006249 ret = drm_dp_mst_topology_mgr_resume(&intel_dig_port->dp.mst_mgr);
6250 if (ret)
6251 intel_dp_check_mst_status(&intel_dig_port->dp);
Dave Airlie0e32b392014-05-02 14:02:48 +10006252 }
6253}