blob: d27c0145ac91dd8f24daa33c5e4fd4081b32f742 [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 +0300140/* update sink rates from dpcd */
141static void intel_dp_set_sink_rates(struct intel_dp *intel_dp)
142{
Jani Nikulaa8a08882017-10-09 12:29:59 +0300143 int i, max_rate;
Jani Nikula68f357c2017-03-28 17:59:05 +0300144
Jani Nikulaa8a08882017-10-09 12:29:59 +0300145 max_rate = drm_dp_bw_code_to_link_rate(intel_dp->dpcd[DP_MAX_LINK_RATE]);
Jani Nikula68f357c2017-03-28 17:59:05 +0300146
Jani Nikulaa8a08882017-10-09 12:29:59 +0300147 for (i = 0; i < ARRAY_SIZE(default_rates); i++) {
148 if (default_rates[i] > max_rate)
149 break;
Jani Nikula68f357c2017-03-28 17:59:05 +0300150 intel_dp->sink_rates[i] = default_rates[i];
Jani Nikulaa8a08882017-10-09 12:29:59 +0300151 }
Jani Nikula68f357c2017-03-28 17:59:05 +0300152
Jani Nikulaa8a08882017-10-09 12:29:59 +0300153 intel_dp->num_sink_rates = i;
Jani Nikula68f357c2017-03-28 17:59:05 +0300154}
155
Jani Nikula540b0b7f2017-04-06 16:44:13 +0300156/* Theoretical max between source and sink */
157static int intel_dp_max_common_rate(struct intel_dp *intel_dp)
Keith Packarda4fc5ed2009-04-07 16:16:42 -0700158{
Jani Nikula540b0b7f2017-04-06 16:44:13 +0300159 return intel_dp->common_rates[intel_dp->num_common_rates - 1];
Keith Packarda4fc5ed2009-04-07 16:16:42 -0700160}
161
Jani Nikula540b0b7f2017-04-06 16:44:13 +0300162/* Theoretical max between source and sink */
163static int intel_dp_max_common_lane_count(struct intel_dp *intel_dp)
Paulo Zanonieeb63242014-05-06 14:56:50 +0300164{
165 struct intel_digital_port *intel_dig_port = dp_to_dig_port(intel_dp);
Jani Nikula540b0b7f2017-04-06 16:44:13 +0300166 int source_max = intel_dig_port->max_lanes;
167 int sink_max = drm_dp_max_lane_count(intel_dp->dpcd);
Paulo Zanonieeb63242014-05-06 14:56:50 +0300168
169 return min(source_max, sink_max);
170}
171
Jani Nikula3d65a732017-04-06 16:44:14 +0300172int intel_dp_max_lane_count(struct intel_dp *intel_dp)
Jani Nikula540b0b7f2017-04-06 16:44:13 +0300173{
174 return intel_dp->max_link_lane_count;
175}
176
Dhinakaran Pandiyan22a2c8e2016-11-15 12:59:06 -0800177int
Keith Packardc8982612012-01-25 08:16:25 -0800178intel_dp_link_required(int pixel_clock, int bpp)
Keith Packarda4fc5ed2009-04-07 16:16:42 -0700179{
Dhinakaran Pandiyanfd81c442016-11-14 13:50:20 -0800180 /* pixel_clock is in kHz, divide bpp by 8 for bit to Byte conversion */
181 return DIV_ROUND_UP(pixel_clock * bpp, 8);
Keith Packarda4fc5ed2009-04-07 16:16:42 -0700182}
183
Dhinakaran Pandiyan22a2c8e2016-11-15 12:59:06 -0800184int
Dave Airliefe27d532010-06-30 11:46:17 +1000185intel_dp_max_data_rate(int max_link_clock, int max_lanes)
186{
Dhinakaran Pandiyanfd81c442016-11-14 13:50:20 -0800187 /* max_link_clock is the link symbol clock (LS_Clk) in kHz and not the
188 * link rate that is generally expressed in Gbps. Since, 8 bits of data
189 * is transmitted every LS_Clk per lane, there is no need to account for
190 * the channel encoding that is done in the PHY layer here.
191 */
192
193 return max_link_clock * max_lanes;
Dave Airliefe27d532010-06-30 11:46:17 +1000194}
195
Mika Kahola70ec0642016-09-09 14:10:55 +0300196static int
197intel_dp_downstream_max_dotclock(struct intel_dp *intel_dp)
198{
199 struct intel_digital_port *intel_dig_port = dp_to_dig_port(intel_dp);
200 struct intel_encoder *encoder = &intel_dig_port->base;
201 struct drm_i915_private *dev_priv = to_i915(encoder->base.dev);
202 int max_dotclk = dev_priv->max_dotclk_freq;
203 int ds_max_dotclk;
204
205 int type = intel_dp->downstream_ports[0] & DP_DS_PORT_TYPE_MASK;
206
207 if (type != DP_DS_PORT_TYPE_VGA)
208 return max_dotclk;
209
210 ds_max_dotclk = drm_dp_downstream_max_clock(intel_dp->dpcd,
211 intel_dp->downstream_ports);
212
213 if (ds_max_dotclk != 0)
214 max_dotclk = min(max_dotclk, ds_max_dotclk);
215
216 return max_dotclk;
217}
218
Jani Nikula55cfc582017-03-28 17:59:04 +0300219static void
220intel_dp_set_source_rates(struct intel_dp *intel_dp)
Navare, Manasi D40dba342016-10-26 16:25:55 -0700221{
222 struct intel_digital_port *dig_port = dp_to_dig_port(intel_dp);
223 struct drm_i915_private *dev_priv = to_i915(dig_port->base.base.dev);
Rodrigo Vivid907b662017-08-10 15:40:08 -0700224 enum port port = dig_port->port;
Jani Nikula55cfc582017-03-28 17:59:04 +0300225 const int *source_rates;
Navare, Manasi D40dba342016-10-26 16:25:55 -0700226 int size;
Rodrigo Vivid907b662017-08-10 15:40:08 -0700227 u32 voltage;
Navare, Manasi D40dba342016-10-26 16:25:55 -0700228
Jani Nikula55cfc582017-03-28 17:59:04 +0300229 /* This should only be done once */
230 WARN_ON(intel_dp->source_rates || intel_dp->num_source_rates);
231
Ander Conselvan de Oliveiracc3f90f2016-12-02 10:23:49 +0200232 if (IS_GEN9_LP(dev_priv)) {
Jani Nikula55cfc582017-03-28 17:59:04 +0300233 source_rates = bxt_rates;
Navare, Manasi D40dba342016-10-26 16:25:55 -0700234 size = ARRAY_SIZE(bxt_rates);
Rodrigo Vivid907b662017-08-10 15:40:08 -0700235 } else if (IS_CANNONLAKE(dev_priv)) {
236 source_rates = cnl_rates;
237 size = ARRAY_SIZE(cnl_rates);
238 voltage = I915_READ(CNL_PORT_COMP_DW3) & VOLTAGE_INFO_MASK;
239 if (port == PORT_A || port == PORT_D ||
240 voltage == VOLTAGE_INFO_0_85V)
241 size -= 2;
Rodrigo Vivib976dc52017-01-23 10:32:37 -0800242 } else if (IS_GEN9_BC(dev_priv)) {
Jani Nikula55cfc582017-03-28 17:59:04 +0300243 source_rates = skl_rates;
Navare, Manasi D40dba342016-10-26 16:25:55 -0700244 size = ARRAY_SIZE(skl_rates);
Jani Nikulafc603ca2017-10-09 12:29:58 +0300245 } else if ((IS_HASWELL(dev_priv) && !IS_HSW_ULX(dev_priv)) ||
246 IS_BROADWELL(dev_priv)) {
Jani Nikula55cfc582017-03-28 17:59:04 +0300247 source_rates = default_rates;
Navare, Manasi D40dba342016-10-26 16:25:55 -0700248 size = ARRAY_SIZE(default_rates);
Jani Nikulafc603ca2017-10-09 12:29:58 +0300249 } else {
250 source_rates = default_rates;
251 size = ARRAY_SIZE(default_rates) - 1;
Navare, Manasi D40dba342016-10-26 16:25:55 -0700252 }
253
Jani Nikula55cfc582017-03-28 17:59:04 +0300254 intel_dp->source_rates = source_rates;
255 intel_dp->num_source_rates = size;
Navare, Manasi D40dba342016-10-26 16:25:55 -0700256}
257
258static int intersect_rates(const int *source_rates, int source_len,
259 const int *sink_rates, int sink_len,
260 int *common_rates)
261{
262 int i = 0, j = 0, k = 0;
263
264 while (i < source_len && j < sink_len) {
265 if (source_rates[i] == sink_rates[j]) {
266 if (WARN_ON(k >= DP_MAX_SUPPORTED_RATES))
267 return k;
268 common_rates[k] = source_rates[i];
269 ++k;
270 ++i;
271 ++j;
272 } else if (source_rates[i] < sink_rates[j]) {
273 ++i;
274 } else {
275 ++j;
276 }
277 }
278 return k;
279}
280
Jani Nikula8001b752017-03-28 17:59:03 +0300281/* return index of rate in rates array, or -1 if not found */
282static int intel_dp_rate_index(const int *rates, int len, int rate)
283{
284 int i;
285
286 for (i = 0; i < len; i++)
287 if (rate == rates[i])
288 return i;
289
290 return -1;
291}
292
Jani Nikula975ee5fca2017-04-06 16:44:10 +0300293static void intel_dp_set_common_rates(struct intel_dp *intel_dp)
Navare, Manasi D40dba342016-10-26 16:25:55 -0700294{
Jani Nikula975ee5fca2017-04-06 16:44:10 +0300295 WARN_ON(!intel_dp->num_source_rates || !intel_dp->num_sink_rates);
Navare, Manasi D40dba342016-10-26 16:25:55 -0700296
Jani Nikula975ee5fca2017-04-06 16:44:10 +0300297 intel_dp->num_common_rates = intersect_rates(intel_dp->source_rates,
298 intel_dp->num_source_rates,
299 intel_dp->sink_rates,
300 intel_dp->num_sink_rates,
301 intel_dp->common_rates);
302
303 /* Paranoia, there should always be something in common. */
304 if (WARN_ON(intel_dp->num_common_rates == 0)) {
305 intel_dp->common_rates[0] = default_rates[0];
306 intel_dp->num_common_rates = 1;
307 }
308}
309
310/* get length of common rates potentially limited by max_rate */
311static int intel_dp_common_len_rate_limit(struct intel_dp *intel_dp,
312 int max_rate)
313{
314 const int *common_rates = intel_dp->common_rates;
315 int i, common_len = intel_dp->num_common_rates;
Navare, Manasi D40dba342016-10-26 16:25:55 -0700316
Jani Nikula68f357c2017-03-28 17:59:05 +0300317 /* Limit results by potentially reduced max rate */
318 for (i = 0; i < common_len; i++) {
319 if (common_rates[common_len - i - 1] <= max_rate)
320 return common_len - i;
321 }
322
323 return 0;
Navare, Manasi D40dba342016-10-26 16:25:55 -0700324}
325
Manasi Navare1a92c702017-06-08 13:41:02 -0700326static bool intel_dp_link_params_valid(struct intel_dp *intel_dp, int link_rate,
327 uint8_t lane_count)
Manasi Navare14c562c2017-04-06 14:00:12 -0700328{
329 /*
330 * FIXME: we need to synchronize the current link parameters with
331 * hardware readout. Currently fast link training doesn't work on
332 * boot-up.
333 */
Manasi Navare1a92c702017-06-08 13:41:02 -0700334 if (link_rate == 0 ||
335 link_rate > intel_dp->max_link_rate)
Manasi Navare14c562c2017-04-06 14:00:12 -0700336 return false;
337
Manasi Navare1a92c702017-06-08 13:41:02 -0700338 if (lane_count == 0 ||
339 lane_count > intel_dp_max_lane_count(intel_dp))
Manasi Navare14c562c2017-04-06 14:00:12 -0700340 return false;
341
342 return true;
343}
344
Manasi Navarefdb14d32016-12-08 19:05:12 -0800345int intel_dp_get_link_train_fallback_values(struct intel_dp *intel_dp,
346 int link_rate, uint8_t lane_count)
347{
Jani Nikulab1810a72017-04-06 16:44:11 +0300348 int index;
Manasi Navarefdb14d32016-12-08 19:05:12 -0800349
Jani Nikulab1810a72017-04-06 16:44:11 +0300350 index = intel_dp_rate_index(intel_dp->common_rates,
351 intel_dp->num_common_rates,
352 link_rate);
353 if (index > 0) {
Jani Nikulae6c0c642017-04-06 16:44:12 +0300354 intel_dp->max_link_rate = intel_dp->common_rates[index - 1];
355 intel_dp->max_link_lane_count = lane_count;
Manasi Navarefdb14d32016-12-08 19:05:12 -0800356 } else if (lane_count > 1) {
Jani Nikula540b0b7f2017-04-06 16:44:13 +0300357 intel_dp->max_link_rate = intel_dp_max_common_rate(intel_dp);
Jani Nikulae6c0c642017-04-06 16:44:12 +0300358 intel_dp->max_link_lane_count = lane_count >> 1;
Manasi Navarefdb14d32016-12-08 19:05:12 -0800359 } else {
360 DRM_ERROR("Link Training Unsuccessful\n");
361 return -1;
362 }
363
364 return 0;
365}
366
Damien Lespiauc19de8e2013-11-28 15:29:18 +0000367static enum drm_mode_status
Keith Packarda4fc5ed2009-04-07 16:16:42 -0700368intel_dp_mode_valid(struct drm_connector *connector,
369 struct drm_display_mode *mode)
370{
Chris Wilsondf0e9242010-09-09 16:20:55 +0100371 struct intel_dp *intel_dp = intel_attached_dp(connector);
Jani Nikuladd06f902012-10-19 14:51:50 +0300372 struct intel_connector *intel_connector = to_intel_connector(connector);
373 struct drm_display_mode *fixed_mode = intel_connector->panel.fixed_mode;
Daniel Vetter36008362013-03-27 00:44:59 +0100374 int target_clock = mode->clock;
375 int max_rate, mode_rate, max_lanes, max_link_clock;
Mika Kahola70ec0642016-09-09 14:10:55 +0300376 int max_dotclk;
377
378 max_dotclk = intel_dp_downstream_max_dotclock(intel_dp);
Keith Packarda4fc5ed2009-04-07 16:16:42 -0700379
Jani Nikula1853a9d2017-08-18 12:30:20 +0300380 if (intel_dp_is_edp(intel_dp) && fixed_mode) {
Jani Nikuladd06f902012-10-19 14:51:50 +0300381 if (mode->hdisplay > fixed_mode->hdisplay)
Zhao Yakui7de56f42010-07-19 09:43:14 +0100382 return MODE_PANEL;
383
Jani Nikuladd06f902012-10-19 14:51:50 +0300384 if (mode->vdisplay > fixed_mode->vdisplay)
Zhao Yakui7de56f42010-07-19 09:43:14 +0100385 return MODE_PANEL;
Daniel Vetter03afc4a2013-04-02 23:42:31 +0200386
387 target_clock = fixed_mode->clock;
Zhao Yakui7de56f42010-07-19 09:43:14 +0100388 }
389
Ville Syrjälä50fec212015-03-12 17:10:34 +0200390 max_link_clock = intel_dp_max_link_rate(intel_dp);
Paulo Zanonieeb63242014-05-06 14:56:50 +0300391 max_lanes = intel_dp_max_lane_count(intel_dp);
Daniel Vetter36008362013-03-27 00:44:59 +0100392
393 max_rate = intel_dp_max_data_rate(max_link_clock, max_lanes);
394 mode_rate = intel_dp_link_required(target_clock, 18);
395
Mika Kahola799487f2016-02-02 15:16:38 +0200396 if (mode_rate > max_rate || target_clock > max_dotclk)
Daniel Vetterc4867932012-04-10 10:42:36 +0200397 return MODE_CLOCK_HIGH;
Keith Packarda4fc5ed2009-04-07 16:16:42 -0700398
399 if (mode->clock < 10000)
400 return MODE_CLOCK_LOW;
401
Daniel Vetter0af78a22012-05-23 11:30:55 +0200402 if (mode->flags & DRM_MODE_FLAG_DBLCLK)
403 return MODE_H_ILLEGAL;
404
Keith Packarda4fc5ed2009-04-07 16:16:42 -0700405 return MODE_OK;
406}
407
Rodrigo Vivia4f12892014-11-14 08:52:27 -0800408uint32_t intel_dp_pack_aux(const uint8_t *src, int src_bytes)
Keith Packarda4fc5ed2009-04-07 16:16:42 -0700409{
410 int i;
411 uint32_t v = 0;
412
413 if (src_bytes > 4)
414 src_bytes = 4;
415 for (i = 0; i < src_bytes; i++)
416 v |= ((uint32_t) src[i]) << ((3-i) * 8);
417 return v;
418}
419
Damien Lespiauc2af70e2015-02-10 19:32:23 +0000420static void intel_dp_unpack_aux(uint32_t src, uint8_t *dst, int dst_bytes)
Keith Packarda4fc5ed2009-04-07 16:16:42 -0700421{
422 int i;
423 if (dst_bytes > 4)
424 dst_bytes = 4;
425 for (i = 0; i < dst_bytes; i++)
426 dst[i] = src >> ((3-i) * 8);
427}
428
Jani Nikulabf13e812013-09-06 07:40:05 +0300429static void
430intel_dp_init_panel_power_sequencer(struct drm_device *dev,
Ville Syrjälä36b5f422014-10-16 21:27:30 +0300431 struct intel_dp *intel_dp);
Jani Nikulabf13e812013-09-06 07:40:05 +0300432static void
433intel_dp_init_panel_power_sequencer_registers(struct drm_device *dev,
Ville Syrjälä5d5ab2d2016-12-20 18:51:17 +0200434 struct intel_dp *intel_dp,
435 bool force_disable_vdd);
Imre Deak335f7522016-08-10 14:07:32 +0300436static void
437intel_dp_pps_init(struct drm_device *dev, struct intel_dp *intel_dp);
Jani Nikulabf13e812013-09-06 07:40:05 +0300438
Ville Syrjälä773538e82014-09-04 14:54:56 +0300439static void pps_lock(struct intel_dp *intel_dp)
440{
441 struct intel_digital_port *intel_dig_port = dp_to_dig_port(intel_dp);
442 struct intel_encoder *encoder = &intel_dig_port->base;
443 struct drm_device *dev = encoder->base.dev;
Chris Wilsonfac5e232016-07-04 11:34:36 +0100444 struct drm_i915_private *dev_priv = to_i915(dev);
Ville Syrjälä773538e82014-09-04 14:54:56 +0300445
446 /*
447 * See vlv_power_sequencer_reset() why we need
448 * a power domain reference here.
449 */
Ander Conselvan de Oliveira5432fca2017-02-22 08:34:26 +0200450 intel_display_power_get(dev_priv, intel_dp->aux_power_domain);
Ville Syrjälä773538e82014-09-04 14:54:56 +0300451
452 mutex_lock(&dev_priv->pps_mutex);
453}
454
455static void pps_unlock(struct intel_dp *intel_dp)
456{
457 struct intel_digital_port *intel_dig_port = dp_to_dig_port(intel_dp);
458 struct intel_encoder *encoder = &intel_dig_port->base;
459 struct drm_device *dev = encoder->base.dev;
Chris Wilsonfac5e232016-07-04 11:34:36 +0100460 struct drm_i915_private *dev_priv = to_i915(dev);
Ville Syrjälä773538e82014-09-04 14:54:56 +0300461
462 mutex_unlock(&dev_priv->pps_mutex);
463
Ander Conselvan de Oliveira5432fca2017-02-22 08:34:26 +0200464 intel_display_power_put(dev_priv, intel_dp->aux_power_domain);
Ville Syrjälä773538e82014-09-04 14:54:56 +0300465}
466
Ville Syrjälä961a0db2014-10-16 21:29:42 +0300467static void
468vlv_power_sequencer_kick(struct intel_dp *intel_dp)
469{
470 struct intel_digital_port *intel_dig_port = dp_to_dig_port(intel_dp);
Ville Syrjälä30ad9812016-10-31 22:37:07 +0200471 struct drm_i915_private *dev_priv = to_i915(intel_dig_port->base.base.dev);
Ville Syrjälä961a0db2014-10-16 21:29:42 +0300472 enum pipe pipe = intel_dp->pps_pipe;
Ville Syrjälä0047eed2015-07-10 10:56:24 +0300473 bool pll_enabled, release_cl_override = false;
474 enum dpio_phy phy = DPIO_PHY(pipe);
475 enum dpio_channel ch = vlv_pipe_to_channel(pipe);
Ville Syrjälä961a0db2014-10-16 21:29:42 +0300476 uint32_t DP;
477
478 if (WARN(I915_READ(intel_dp->output_reg) & DP_PORT_EN,
479 "skipping pipe %c power seqeuncer kick due to port %c being active\n",
480 pipe_name(pipe), port_name(intel_dig_port->port)))
481 return;
482
483 DRM_DEBUG_KMS("kicking pipe %c power sequencer for port %c\n",
484 pipe_name(pipe), port_name(intel_dig_port->port));
485
486 /* Preserve the BIOS-computed detected bit. This is
487 * supposed to be read-only.
488 */
489 DP = I915_READ(intel_dp->output_reg) & DP_DETECTED;
490 DP |= DP_VOLTAGE_0_4 | DP_PRE_EMPHASIS_0;
491 DP |= DP_PORT_WIDTH(1);
492 DP |= DP_LINK_TRAIN_PAT_1;
493
Tvrtko Ursulin920a14b2016-10-14 10:13:44 +0100494 if (IS_CHERRYVIEW(dev_priv))
Ville Syrjälä961a0db2014-10-16 21:29:42 +0300495 DP |= DP_PIPE_SELECT_CHV(pipe);
496 else if (pipe == PIPE_B)
497 DP |= DP_PIPEB_SELECT;
498
Ville Syrjäläd288f652014-10-28 13:20:22 +0200499 pll_enabled = I915_READ(DPLL(pipe)) & DPLL_VCO_ENABLE;
500
501 /*
502 * The DPLL for the pipe must be enabled for this to work.
503 * So enable temporarily it if it's not already enabled.
504 */
Ville Syrjälä0047eed2015-07-10 10:56:24 +0300505 if (!pll_enabled) {
Tvrtko Ursulin920a14b2016-10-14 10:13:44 +0100506 release_cl_override = IS_CHERRYVIEW(dev_priv) &&
Ville Syrjälä0047eed2015-07-10 10:56:24 +0300507 !chv_phy_powergate_ch(dev_priv, phy, ch, true);
508
Ville Syrjälä30ad9812016-10-31 22:37:07 +0200509 if (vlv_force_pll_on(dev_priv, pipe, IS_CHERRYVIEW(dev_priv) ?
Tvrtko Ursulin3f36b932016-01-19 15:25:17 +0000510 &chv_dpll[0].dpll : &vlv_dpll[0].dpll)) {
511 DRM_ERROR("Failed to force on pll for pipe %c!\n",
512 pipe_name(pipe));
513 return;
514 }
Ville Syrjälä0047eed2015-07-10 10:56:24 +0300515 }
Ville Syrjäläd288f652014-10-28 13:20:22 +0200516
Ville Syrjälä961a0db2014-10-16 21:29:42 +0300517 /*
518 * Similar magic as in intel_dp_enable_port().
519 * We _must_ do this port enable + disable trick
520 * to make this power seqeuencer lock onto the port.
521 * Otherwise even VDD force bit won't work.
522 */
523 I915_WRITE(intel_dp->output_reg, DP);
524 POSTING_READ(intel_dp->output_reg);
525
526 I915_WRITE(intel_dp->output_reg, DP | DP_PORT_EN);
527 POSTING_READ(intel_dp->output_reg);
528
529 I915_WRITE(intel_dp->output_reg, DP & ~DP_PORT_EN);
530 POSTING_READ(intel_dp->output_reg);
Ville Syrjäläd288f652014-10-28 13:20:22 +0200531
Ville Syrjälä0047eed2015-07-10 10:56:24 +0300532 if (!pll_enabled) {
Ville Syrjälä30ad9812016-10-31 22:37:07 +0200533 vlv_force_pll_off(dev_priv, pipe);
Ville Syrjälä0047eed2015-07-10 10:56:24 +0300534
535 if (release_cl_override)
536 chv_phy_powergate_ch(dev_priv, phy, ch, false);
537 }
Ville Syrjälä961a0db2014-10-16 21:29:42 +0300538}
539
Ville Syrjälä9f2bdb02016-12-14 20:00:23 +0200540static enum pipe vlv_find_free_pps(struct drm_i915_private *dev_priv)
541{
542 struct intel_encoder *encoder;
543 unsigned int pipes = (1 << PIPE_A) | (1 << PIPE_B);
544
545 /*
546 * We don't have power sequencer currently.
547 * Pick one that's not used by other ports.
548 */
549 for_each_intel_encoder(&dev_priv->drm, encoder) {
550 struct intel_dp *intel_dp;
551
552 if (encoder->type != INTEL_OUTPUT_DP &&
553 encoder->type != INTEL_OUTPUT_EDP)
554 continue;
555
556 intel_dp = enc_to_intel_dp(&encoder->base);
557
558 if (encoder->type == INTEL_OUTPUT_EDP) {
559 WARN_ON(intel_dp->active_pipe != INVALID_PIPE &&
560 intel_dp->active_pipe != intel_dp->pps_pipe);
561
562 if (intel_dp->pps_pipe != INVALID_PIPE)
563 pipes &= ~(1 << intel_dp->pps_pipe);
564 } else {
565 WARN_ON(intel_dp->pps_pipe != INVALID_PIPE);
566
567 if (intel_dp->active_pipe != INVALID_PIPE)
568 pipes &= ~(1 << intel_dp->active_pipe);
569 }
570 }
571
572 if (pipes == 0)
573 return INVALID_PIPE;
574
575 return ffs(pipes) - 1;
576}
577
Jani Nikulabf13e812013-09-06 07:40:05 +0300578static enum pipe
579vlv_power_sequencer_pipe(struct intel_dp *intel_dp)
580{
581 struct intel_digital_port *intel_dig_port = dp_to_dig_port(intel_dp);
Jani Nikulabf13e812013-09-06 07:40:05 +0300582 struct drm_device *dev = intel_dig_port->base.base.dev;
Chris Wilsonfac5e232016-07-04 11:34:36 +0100583 struct drm_i915_private *dev_priv = to_i915(dev);
Ville Syrjäläa8c33442014-10-16 21:29:59 +0300584 enum pipe pipe;
Jani Nikulabf13e812013-09-06 07:40:05 +0300585
Ville Syrjäläe39b9992014-09-04 14:53:14 +0300586 lockdep_assert_held(&dev_priv->pps_mutex);
587
Ville Syrjäläa8c33442014-10-16 21:29:59 +0300588 /* We should never land here with regular DP ports */
Jani Nikula1853a9d2017-08-18 12:30:20 +0300589 WARN_ON(!intel_dp_is_edp(intel_dp));
Ville Syrjäläa8c33442014-10-16 21:29:59 +0300590
Ville Syrjälä9f2bdb02016-12-14 20:00:23 +0200591 WARN_ON(intel_dp->active_pipe != INVALID_PIPE &&
592 intel_dp->active_pipe != intel_dp->pps_pipe);
593
Ville Syrjäläa4a5d2f2014-09-04 14:54:20 +0300594 if (intel_dp->pps_pipe != INVALID_PIPE)
595 return intel_dp->pps_pipe;
Jani Nikulabf13e812013-09-06 07:40:05 +0300596
Ville Syrjälä9f2bdb02016-12-14 20:00:23 +0200597 pipe = vlv_find_free_pps(dev_priv);
Ville Syrjäläa4a5d2f2014-09-04 14:54:20 +0300598
599 /*
600 * Didn't find one. This should not happen since there
601 * are two power sequencers and up to two eDP ports.
602 */
Ville Syrjälä9f2bdb02016-12-14 20:00:23 +0200603 if (WARN_ON(pipe == INVALID_PIPE))
Ville Syrjäläa8c33442014-10-16 21:29:59 +0300604 pipe = PIPE_A;
Ville Syrjäläa4a5d2f2014-09-04 14:54:20 +0300605
Ville Syrjäläa8c33442014-10-16 21:29:59 +0300606 vlv_steal_power_sequencer(dev, pipe);
607 intel_dp->pps_pipe = pipe;
Ville Syrjäläa4a5d2f2014-09-04 14:54:20 +0300608
609 DRM_DEBUG_KMS("picked pipe %c power sequencer for port %c\n",
610 pipe_name(intel_dp->pps_pipe),
611 port_name(intel_dig_port->port));
612
613 /* init power sequencer on this pipe and port */
Ville Syrjälä36b5f422014-10-16 21:27:30 +0300614 intel_dp_init_panel_power_sequencer(dev, intel_dp);
Ville Syrjälä5d5ab2d2016-12-20 18:51:17 +0200615 intel_dp_init_panel_power_sequencer_registers(dev, intel_dp, true);
Ville Syrjäläa4a5d2f2014-09-04 14:54:20 +0300616
Ville Syrjälä961a0db2014-10-16 21:29:42 +0300617 /*
618 * Even vdd force doesn't work until we've made
619 * the power sequencer lock in on the port.
620 */
621 vlv_power_sequencer_kick(intel_dp);
Ville Syrjäläa4a5d2f2014-09-04 14:54:20 +0300622
623 return intel_dp->pps_pipe;
624}
625
Imre Deak78597992016-06-16 16:37:20 +0300626static int
627bxt_power_sequencer_idx(struct intel_dp *intel_dp)
628{
629 struct intel_digital_port *intel_dig_port = dp_to_dig_port(intel_dp);
630 struct drm_device *dev = intel_dig_port->base.base.dev;
Chris Wilsonfac5e232016-07-04 11:34:36 +0100631 struct drm_i915_private *dev_priv = to_i915(dev);
Imre Deak78597992016-06-16 16:37:20 +0300632
633 lockdep_assert_held(&dev_priv->pps_mutex);
634
635 /* We should never land here with regular DP ports */
Jani Nikula1853a9d2017-08-18 12:30:20 +0300636 WARN_ON(!intel_dp_is_edp(intel_dp));
Imre Deak78597992016-06-16 16:37:20 +0300637
638 /*
639 * TODO: BXT has 2 PPS instances. The correct port->PPS instance
640 * mapping needs to be retrieved from VBT, for now just hard-code to
641 * use instance #0 always.
642 */
643 if (!intel_dp->pps_reset)
644 return 0;
645
646 intel_dp->pps_reset = false;
647
648 /*
649 * Only the HW needs to be reprogrammed, the SW state is fixed and
650 * has been setup during connector init.
651 */
Ville Syrjälä5d5ab2d2016-12-20 18:51:17 +0200652 intel_dp_init_panel_power_sequencer_registers(dev, intel_dp, false);
Imre Deak78597992016-06-16 16:37:20 +0300653
654 return 0;
655}
656
Ville Syrjälä6491ab22014-08-18 22:16:06 +0300657typedef bool (*vlv_pipe_check)(struct drm_i915_private *dev_priv,
658 enum pipe pipe);
659
660static bool vlv_pipe_has_pp_on(struct drm_i915_private *dev_priv,
661 enum pipe pipe)
662{
Imre Deak44cb7342016-08-10 14:07:29 +0300663 return I915_READ(PP_STATUS(pipe)) & PP_ON;
Ville Syrjälä6491ab22014-08-18 22:16:06 +0300664}
665
666static bool vlv_pipe_has_vdd_on(struct drm_i915_private *dev_priv,
667 enum pipe pipe)
668{
Imre Deak44cb7342016-08-10 14:07:29 +0300669 return I915_READ(PP_CONTROL(pipe)) & EDP_FORCE_VDD;
Ville Syrjälä6491ab22014-08-18 22:16:06 +0300670}
671
672static bool vlv_pipe_any(struct drm_i915_private *dev_priv,
673 enum pipe pipe)
674{
675 return true;
676}
677
Ville Syrjäläa4a5d2f2014-09-04 14:54:20 +0300678static enum pipe
Ville Syrjälä6491ab22014-08-18 22:16:06 +0300679vlv_initial_pps_pipe(struct drm_i915_private *dev_priv,
680 enum port port,
681 vlv_pipe_check pipe_check)
Ville Syrjäläa4a5d2f2014-09-04 14:54:20 +0300682{
Jani Nikulabf13e812013-09-06 07:40:05 +0300683 enum pipe pipe;
684
Jani Nikulabf13e812013-09-06 07:40:05 +0300685 for (pipe = PIPE_A; pipe <= PIPE_B; pipe++) {
Imre Deak44cb7342016-08-10 14:07:29 +0300686 u32 port_sel = I915_READ(PP_ON_DELAYS(pipe)) &
Jani Nikulabf13e812013-09-06 07:40:05 +0300687 PANEL_PORT_SELECT_MASK;
Ville Syrjäläa4a5d2f2014-09-04 14:54:20 +0300688
689 if (port_sel != PANEL_PORT_SELECT_VLV(port))
690 continue;
691
Ville Syrjälä6491ab22014-08-18 22:16:06 +0300692 if (!pipe_check(dev_priv, pipe))
693 continue;
694
Ville Syrjäläa4a5d2f2014-09-04 14:54:20 +0300695 return pipe;
Jani Nikulabf13e812013-09-06 07:40:05 +0300696 }
697
Ville Syrjäläa4a5d2f2014-09-04 14:54:20 +0300698 return INVALID_PIPE;
699}
700
701static void
702vlv_initial_power_sequencer_setup(struct intel_dp *intel_dp)
703{
704 struct intel_digital_port *intel_dig_port = dp_to_dig_port(intel_dp);
705 struct drm_device *dev = intel_dig_port->base.base.dev;
Chris Wilsonfac5e232016-07-04 11:34:36 +0100706 struct drm_i915_private *dev_priv = to_i915(dev);
Ville Syrjäläa4a5d2f2014-09-04 14:54:20 +0300707 enum port port = intel_dig_port->port;
708
709 lockdep_assert_held(&dev_priv->pps_mutex);
710
711 /* try to find a pipe with this port selected */
Ville Syrjälä6491ab22014-08-18 22:16:06 +0300712 /* first pick one where the panel is on */
713 intel_dp->pps_pipe = vlv_initial_pps_pipe(dev_priv, port,
714 vlv_pipe_has_pp_on);
715 /* didn't find one? pick one where vdd is on */
716 if (intel_dp->pps_pipe == INVALID_PIPE)
717 intel_dp->pps_pipe = vlv_initial_pps_pipe(dev_priv, port,
718 vlv_pipe_has_vdd_on);
719 /* didn't find one? pick one with just the correct port */
720 if (intel_dp->pps_pipe == INVALID_PIPE)
721 intel_dp->pps_pipe = vlv_initial_pps_pipe(dev_priv, port,
722 vlv_pipe_any);
Ville Syrjäläa4a5d2f2014-09-04 14:54:20 +0300723
724 /* didn't find one? just let vlv_power_sequencer_pipe() pick one when needed */
725 if (intel_dp->pps_pipe == INVALID_PIPE) {
726 DRM_DEBUG_KMS("no initial power sequencer for port %c\n",
727 port_name(port));
728 return;
729 }
730
731 DRM_DEBUG_KMS("initial power sequencer for port %c: pipe %c\n",
732 port_name(port), pipe_name(intel_dp->pps_pipe));
733
Ville Syrjälä36b5f422014-10-16 21:27:30 +0300734 intel_dp_init_panel_power_sequencer(dev, intel_dp);
Ville Syrjälä5d5ab2d2016-12-20 18:51:17 +0200735 intel_dp_init_panel_power_sequencer_registers(dev, intel_dp, false);
Jani Nikulabf13e812013-09-06 07:40:05 +0300736}
737
Imre Deak78597992016-06-16 16:37:20 +0300738void intel_power_sequencer_reset(struct drm_i915_private *dev_priv)
Ville Syrjälä773538e82014-09-04 14:54:56 +0300739{
Chris Wilson91c8a322016-07-05 10:40:23 +0100740 struct drm_device *dev = &dev_priv->drm;
Ville Syrjälä773538e82014-09-04 14:54:56 +0300741 struct intel_encoder *encoder;
742
Tvrtko Ursulin920a14b2016-10-14 10:13:44 +0100743 if (WARN_ON(!IS_VALLEYVIEW(dev_priv) && !IS_CHERRYVIEW(dev_priv) &&
Ander Conselvan de Oliveiracc3f90f2016-12-02 10:23:49 +0200744 !IS_GEN9_LP(dev_priv)))
Ville Syrjälä773538e82014-09-04 14:54:56 +0300745 return;
746
747 /*
748 * We can't grab pps_mutex here due to deadlock with power_domain
749 * mutex when power_domain functions are called while holding pps_mutex.
750 * That also means that in order to use pps_pipe the code needs to
751 * hold both a power domain reference and pps_mutex, and the power domain
752 * reference get/put must be done while _not_ holding pps_mutex.
753 * pps_{lock,unlock}() do these steps in the correct order, so one
754 * should use them always.
755 */
756
Jani Nikula19c80542015-12-16 12:48:16 +0200757 for_each_intel_encoder(dev, encoder) {
Ville Syrjälä773538e82014-09-04 14:54:56 +0300758 struct intel_dp *intel_dp;
759
Ville Syrjälä9f2bdb02016-12-14 20:00:23 +0200760 if (encoder->type != INTEL_OUTPUT_DP &&
Ville Syrjälä7e732ca2017-10-27 22:31:24 +0300761 encoder->type != INTEL_OUTPUT_EDP &&
762 encoder->type != INTEL_OUTPUT_DDI)
Ville Syrjälä773538e82014-09-04 14:54:56 +0300763 continue;
764
765 intel_dp = enc_to_intel_dp(&encoder->base);
Ville Syrjälä9f2bdb02016-12-14 20:00:23 +0200766
Ville Syrjälä7e732ca2017-10-27 22:31:24 +0300767 /* Skip pure DVI/HDMI DDI encoders */
768 if (!i915_mmio_reg_valid(intel_dp->output_reg))
769 continue;
770
Ville Syrjälä9f2bdb02016-12-14 20:00:23 +0200771 WARN_ON(intel_dp->active_pipe != INVALID_PIPE);
772
773 if (encoder->type != INTEL_OUTPUT_EDP)
774 continue;
775
Ander Conselvan de Oliveiracc3f90f2016-12-02 10:23:49 +0200776 if (IS_GEN9_LP(dev_priv))
Imre Deak78597992016-06-16 16:37:20 +0300777 intel_dp->pps_reset = true;
778 else
779 intel_dp->pps_pipe = INVALID_PIPE;
Ville Syrjälä773538e82014-09-04 14:54:56 +0300780 }
Jani Nikulabf13e812013-09-06 07:40:05 +0300781}
782
Imre Deak8e8232d2016-06-16 16:37:21 +0300783struct pps_registers {
784 i915_reg_t pp_ctrl;
785 i915_reg_t pp_stat;
786 i915_reg_t pp_on;
787 i915_reg_t pp_off;
788 i915_reg_t pp_div;
789};
790
791static void intel_pps_get_registers(struct drm_i915_private *dev_priv,
792 struct intel_dp *intel_dp,
793 struct pps_registers *regs)
794{
Imre Deak44cb7342016-08-10 14:07:29 +0300795 int pps_idx = 0;
796
Imre Deak8e8232d2016-06-16 16:37:21 +0300797 memset(regs, 0, sizeof(*regs));
798
Ander Conselvan de Oliveiracc3f90f2016-12-02 10:23:49 +0200799 if (IS_GEN9_LP(dev_priv))
Imre Deak44cb7342016-08-10 14:07:29 +0300800 pps_idx = bxt_power_sequencer_idx(intel_dp);
801 else if (IS_VALLEYVIEW(dev_priv) || IS_CHERRYVIEW(dev_priv))
802 pps_idx = vlv_power_sequencer_pipe(intel_dp);
Imre Deak8e8232d2016-06-16 16:37:21 +0300803
Imre Deak44cb7342016-08-10 14:07:29 +0300804 regs->pp_ctrl = PP_CONTROL(pps_idx);
805 regs->pp_stat = PP_STATUS(pps_idx);
806 regs->pp_on = PP_ON_DELAYS(pps_idx);
807 regs->pp_off = PP_OFF_DELAYS(pps_idx);
Rodrigo Vivi938361e2017-06-02 13:06:44 -0700808 if (!IS_GEN9_LP(dev_priv) && !HAS_PCH_CNP(dev_priv))
Imre Deak44cb7342016-08-10 14:07:29 +0300809 regs->pp_div = PP_DIVISOR(pps_idx);
Imre Deak8e8232d2016-06-16 16:37:21 +0300810}
811
Ville Syrjäläf0f59a02015-11-18 15:33:26 +0200812static i915_reg_t
813_pp_ctrl_reg(struct intel_dp *intel_dp)
Jani Nikulabf13e812013-09-06 07:40:05 +0300814{
Imre Deak8e8232d2016-06-16 16:37:21 +0300815 struct pps_registers regs;
Jani Nikulabf13e812013-09-06 07:40:05 +0300816
Imre Deak8e8232d2016-06-16 16:37:21 +0300817 intel_pps_get_registers(to_i915(intel_dp_to_dev(intel_dp)), intel_dp,
818 &regs);
819
820 return regs.pp_ctrl;
Jani Nikulabf13e812013-09-06 07:40:05 +0300821}
822
Ville Syrjäläf0f59a02015-11-18 15:33:26 +0200823static i915_reg_t
824_pp_stat_reg(struct intel_dp *intel_dp)
Jani Nikulabf13e812013-09-06 07:40:05 +0300825{
Imre Deak8e8232d2016-06-16 16:37:21 +0300826 struct pps_registers regs;
Jani Nikulabf13e812013-09-06 07:40:05 +0300827
Imre Deak8e8232d2016-06-16 16:37:21 +0300828 intel_pps_get_registers(to_i915(intel_dp_to_dev(intel_dp)), intel_dp,
829 &regs);
830
831 return regs.pp_stat;
Jani Nikulabf13e812013-09-06 07:40:05 +0300832}
833
Clint Taylor01527b32014-07-07 13:01:46 -0700834/* Reboot notifier handler to shutdown panel power to guarantee T12 timing
835 This function only applicable when panel PM state is not to be tracked */
836static int edp_notify_handler(struct notifier_block *this, unsigned long code,
837 void *unused)
838{
839 struct intel_dp *intel_dp = container_of(this, typeof(* intel_dp),
840 edp_notifier);
841 struct drm_device *dev = intel_dp_to_dev(intel_dp);
Chris Wilsonfac5e232016-07-04 11:34:36 +0100842 struct drm_i915_private *dev_priv = to_i915(dev);
Clint Taylor01527b32014-07-07 13:01:46 -0700843
Jani Nikula1853a9d2017-08-18 12:30:20 +0300844 if (!intel_dp_is_edp(intel_dp) || code != SYS_RESTART)
Clint Taylor01527b32014-07-07 13:01:46 -0700845 return 0;
846
Ville Syrjälä773538e82014-09-04 14:54:56 +0300847 pps_lock(intel_dp);
Ville Syrjäläe39b9992014-09-04 14:53:14 +0300848
Tvrtko Ursulin920a14b2016-10-14 10:13:44 +0100849 if (IS_VALLEYVIEW(dev_priv) || IS_CHERRYVIEW(dev_priv)) {
Ville Syrjäläe39b9992014-09-04 14:53:14 +0300850 enum pipe pipe = vlv_power_sequencer_pipe(intel_dp);
Ville Syrjäläf0f59a02015-11-18 15:33:26 +0200851 i915_reg_t pp_ctrl_reg, pp_div_reg;
Ville Syrjälä649636e2015-09-22 19:50:01 +0300852 u32 pp_div;
Ville Syrjäläe39b9992014-09-04 14:53:14 +0300853
Imre Deak44cb7342016-08-10 14:07:29 +0300854 pp_ctrl_reg = PP_CONTROL(pipe);
855 pp_div_reg = PP_DIVISOR(pipe);
Clint Taylor01527b32014-07-07 13:01:46 -0700856 pp_div = I915_READ(pp_div_reg);
857 pp_div &= PP_REFERENCE_DIVIDER_MASK;
858
859 /* 0x1F write to PP_DIV_REG sets max cycle delay */
860 I915_WRITE(pp_div_reg, pp_div | 0x1F);
861 I915_WRITE(pp_ctrl_reg, PANEL_UNLOCK_REGS | PANEL_POWER_OFF);
862 msleep(intel_dp->panel_power_cycle_delay);
863 }
864
Ville Syrjälä773538e82014-09-04 14:54:56 +0300865 pps_unlock(intel_dp);
Ville Syrjäläe39b9992014-09-04 14:53:14 +0300866
Clint Taylor01527b32014-07-07 13:01:46 -0700867 return 0;
868}
869
Daniel Vetter4be73782014-01-17 14:39:48 +0100870static bool edp_have_panel_power(struct intel_dp *intel_dp)
Keith Packardebf33b12011-09-29 15:53:27 -0700871{
Paulo Zanoni30add222012-10-26 19:05:45 -0200872 struct drm_device *dev = intel_dp_to_dev(intel_dp);
Chris Wilsonfac5e232016-07-04 11:34:36 +0100873 struct drm_i915_private *dev_priv = to_i915(dev);
Keith Packardebf33b12011-09-29 15:53:27 -0700874
Ville Syrjäläe39b9992014-09-04 14:53:14 +0300875 lockdep_assert_held(&dev_priv->pps_mutex);
876
Tvrtko Ursulin920a14b2016-10-14 10:13:44 +0100877 if ((IS_VALLEYVIEW(dev_priv) || IS_CHERRYVIEW(dev_priv)) &&
Ville Syrjälä9a423562014-10-16 21:29:48 +0300878 intel_dp->pps_pipe == INVALID_PIPE)
879 return false;
880
Jani Nikulabf13e812013-09-06 07:40:05 +0300881 return (I915_READ(_pp_stat_reg(intel_dp)) & PP_ON) != 0;
Keith Packardebf33b12011-09-29 15:53:27 -0700882}
883
Daniel Vetter4be73782014-01-17 14:39:48 +0100884static bool edp_have_panel_vdd(struct intel_dp *intel_dp)
Keith Packardebf33b12011-09-29 15:53:27 -0700885{
Paulo Zanoni30add222012-10-26 19:05:45 -0200886 struct drm_device *dev = intel_dp_to_dev(intel_dp);
Chris Wilsonfac5e232016-07-04 11:34:36 +0100887 struct drm_i915_private *dev_priv = to_i915(dev);
Keith Packardebf33b12011-09-29 15:53:27 -0700888
Ville Syrjäläe39b9992014-09-04 14:53:14 +0300889 lockdep_assert_held(&dev_priv->pps_mutex);
890
Tvrtko Ursulin920a14b2016-10-14 10:13:44 +0100891 if ((IS_VALLEYVIEW(dev_priv) || IS_CHERRYVIEW(dev_priv)) &&
Ville Syrjälä9a423562014-10-16 21:29:48 +0300892 intel_dp->pps_pipe == INVALID_PIPE)
893 return false;
894
Ville Syrjälä773538e82014-09-04 14:54:56 +0300895 return I915_READ(_pp_ctrl_reg(intel_dp)) & EDP_FORCE_VDD;
Keith Packardebf33b12011-09-29 15:53:27 -0700896}
897
Keith Packard9b984da2011-09-19 13:54:47 -0700898static void
899intel_dp_check_edp(struct intel_dp *intel_dp)
900{
Paulo Zanoni30add222012-10-26 19:05:45 -0200901 struct drm_device *dev = intel_dp_to_dev(intel_dp);
Chris Wilsonfac5e232016-07-04 11:34:36 +0100902 struct drm_i915_private *dev_priv = to_i915(dev);
Keith Packardebf33b12011-09-29 15:53:27 -0700903
Jani Nikula1853a9d2017-08-18 12:30:20 +0300904 if (!intel_dp_is_edp(intel_dp))
Keith Packard9b984da2011-09-19 13:54:47 -0700905 return;
Jesse Barnes453c5422013-03-28 09:55:41 -0700906
Daniel Vetter4be73782014-01-17 14:39:48 +0100907 if (!edp_have_panel_power(intel_dp) && !edp_have_panel_vdd(intel_dp)) {
Keith Packard9b984da2011-09-19 13:54:47 -0700908 WARN(1, "eDP powered off while attempting aux channel communication.\n");
909 DRM_DEBUG_KMS("Status 0x%08x Control 0x%08x\n",
Jani Nikulabf13e812013-09-06 07:40:05 +0300910 I915_READ(_pp_stat_reg(intel_dp)),
911 I915_READ(_pp_ctrl_reg(intel_dp)));
Keith Packard9b984da2011-09-19 13:54:47 -0700912 }
913}
914
Daniel Vetter9ee32fea2012-12-01 13:53:48 +0100915static uint32_t
916intel_dp_aux_wait_done(struct intel_dp *intel_dp, bool has_aux_irq)
917{
918 struct intel_digital_port *intel_dig_port = dp_to_dig_port(intel_dp);
919 struct drm_device *dev = intel_dig_port->base.base.dev;
Chris Wilsonfac5e232016-07-04 11:34:36 +0100920 struct drm_i915_private *dev_priv = to_i915(dev);
Ville Syrjäläf0f59a02015-11-18 15:33:26 +0200921 i915_reg_t ch_ctl = intel_dp->aux_ch_ctl_reg;
Daniel Vetter9ee32fea2012-12-01 13:53:48 +0100922 uint32_t status;
923 bool done;
924
Daniel Vetteref04f002012-12-01 21:03:59 +0100925#define C (((status = I915_READ_NOTRACE(ch_ctl)) & DP_AUX_CH_CTL_SEND_BUSY) == 0)
Daniel Vetter9ee32fea2012-12-01 13:53:48 +0100926 if (has_aux_irq)
Paulo Zanonib18ac462013-02-18 19:00:24 -0300927 done = wait_event_timeout(dev_priv->gmbus_wait_queue, C,
Imre Deak35987062013-05-21 20:03:20 +0300928 msecs_to_jiffies_timeout(10));
Daniel Vetter9ee32fea2012-12-01 13:53:48 +0100929 else
Imre Deak713a6b662016-06-28 13:37:33 +0300930 done = wait_for(C, 10) == 0;
Daniel Vetter9ee32fea2012-12-01 13:53:48 +0100931 if (!done)
932 DRM_ERROR("dp aux hw did not signal timeout (has irq: %i)!\n",
933 has_aux_irq);
934#undef C
935
936 return status;
937}
938
Ville Syrjälä6ffb1be2016-03-02 17:22:14 +0200939static uint32_t g4x_get_aux_clock_divider(struct intel_dp *intel_dp, int index)
Damien Lespiauec5b01d2014-01-21 13:35:39 +0000940{
941 struct intel_digital_port *intel_dig_port = dp_to_dig_port(intel_dp);
Ville Syrjäläe7dc33f2016-03-02 17:22:13 +0200942 struct drm_i915_private *dev_priv = to_i915(intel_dig_port->base.base.dev);
Damien Lespiauec5b01d2014-01-21 13:35:39 +0000943
Ville Syrjäläa457f542016-03-02 17:22:17 +0200944 if (index)
945 return 0;
946
Damien Lespiauec5b01d2014-01-21 13:35:39 +0000947 /*
948 * The clock divider is based off the hrawclk, and would like to run at
Ville Syrjäläa457f542016-03-02 17:22:17 +0200949 * 2MHz. So, take the hrawclk value and divide by 2000 and use that
Damien Lespiauec5b01d2014-01-21 13:35:39 +0000950 */
Ville Syrjäläa457f542016-03-02 17:22:17 +0200951 return DIV_ROUND_CLOSEST(dev_priv->rawclk_freq, 2000);
Damien Lespiauec5b01d2014-01-21 13:35:39 +0000952}
953
954static uint32_t ilk_get_aux_clock_divider(struct intel_dp *intel_dp, int index)
955{
956 struct intel_digital_port *intel_dig_port = dp_to_dig_port(intel_dp);
Ville Syrjäläa457f542016-03-02 17:22:17 +0200957 struct drm_i915_private *dev_priv = to_i915(intel_dig_port->base.base.dev);
Damien Lespiauec5b01d2014-01-21 13:35:39 +0000958
959 if (index)
960 return 0;
961
Ville Syrjäläa457f542016-03-02 17:22:17 +0200962 /*
963 * The clock divider is based off the cdclk or PCH rawclk, and would
964 * like to run at 2MHz. So, take the cdclk or PCH rawclk value and
965 * divide by 2000 and use that
966 */
Ville Syrjäläe7dc33f2016-03-02 17:22:13 +0200967 if (intel_dig_port->port == PORT_A)
Ville Syrjälä49cd97a2017-02-07 20:33:45 +0200968 return DIV_ROUND_CLOSEST(dev_priv->cdclk.hw.cdclk, 2000);
Ville Syrjäläe7dc33f2016-03-02 17:22:13 +0200969 else
970 return DIV_ROUND_CLOSEST(dev_priv->rawclk_freq, 2000);
Damien Lespiauec5b01d2014-01-21 13:35:39 +0000971}
972
973static uint32_t hsw_get_aux_clock_divider(struct intel_dp *intel_dp, int index)
Rodrigo Vivib84a1cf2013-07-11 18:44:57 -0300974{
975 struct intel_digital_port *intel_dig_port = dp_to_dig_port(intel_dp);
Ville Syrjäläa457f542016-03-02 17:22:17 +0200976 struct drm_i915_private *dev_priv = to_i915(intel_dig_port->base.base.dev);
Rodrigo Vivib84a1cf2013-07-11 18:44:57 -0300977
Ville Syrjäläa457f542016-03-02 17:22:17 +0200978 if (intel_dig_port->port != PORT_A && HAS_PCH_LPT_H(dev_priv)) {
Rodrigo Vivib84a1cf2013-07-11 18:44:57 -0300979 /* Workaround for non-ULT HSW */
Chris Wilsonbc866252013-07-21 16:00:03 +0100980 switch (index) {
981 case 0: return 63;
982 case 1: return 72;
983 default: return 0;
984 }
Rodrigo Vivib84a1cf2013-07-11 18:44:57 -0300985 }
Ville Syrjäläa457f542016-03-02 17:22:17 +0200986
987 return ilk_get_aux_clock_divider(intel_dp, index);
Rodrigo Vivib84a1cf2013-07-11 18:44:57 -0300988}
989
Damien Lespiaub6b5e382014-01-20 16:00:59 +0000990static uint32_t skl_get_aux_clock_divider(struct intel_dp *intel_dp, int index)
991{
992 /*
993 * SKL doesn't need us to program the AUX clock divider (Hardware will
994 * derive the clock from CDCLK automatically). We still implement the
995 * get_aux_clock_divider vfunc to plug-in into the existing code.
996 */
997 return index ? 0 : 1;
998}
999
Ville Syrjälä6ffb1be2016-03-02 17:22:14 +02001000static uint32_t g4x_get_aux_send_ctl(struct intel_dp *intel_dp,
1001 bool has_aux_irq,
1002 int send_bytes,
1003 uint32_t aux_clock_divider)
Damien Lespiau5ed12a12014-01-20 15:52:30 +00001004{
1005 struct intel_digital_port *intel_dig_port = dp_to_dig_port(intel_dp);
Tvrtko Ursulin86527442016-10-13 11:03:00 +01001006 struct drm_i915_private *dev_priv =
1007 to_i915(intel_dig_port->base.base.dev);
Damien Lespiau5ed12a12014-01-20 15:52:30 +00001008 uint32_t precharge, timeout;
1009
Tvrtko Ursulin86527442016-10-13 11:03:00 +01001010 if (IS_GEN6(dev_priv))
Damien Lespiau5ed12a12014-01-20 15:52:30 +00001011 precharge = 3;
1012 else
1013 precharge = 5;
1014
James Ausmus8f5f63d2017-10-12 14:30:37 -07001015 if (IS_BROADWELL(dev_priv))
Damien Lespiau5ed12a12014-01-20 15:52:30 +00001016 timeout = DP_AUX_CH_CTL_TIME_OUT_600us;
1017 else
1018 timeout = DP_AUX_CH_CTL_TIME_OUT_400us;
1019
1020 return DP_AUX_CH_CTL_SEND_BUSY |
Damien Lespiau788d4432014-01-20 15:52:31 +00001021 DP_AUX_CH_CTL_DONE |
Damien Lespiau5ed12a12014-01-20 15:52:30 +00001022 (has_aux_irq ? DP_AUX_CH_CTL_INTERRUPT : 0) |
Damien Lespiau788d4432014-01-20 15:52:31 +00001023 DP_AUX_CH_CTL_TIME_OUT_ERROR |
Damien Lespiau5ed12a12014-01-20 15:52:30 +00001024 timeout |
Damien Lespiau788d4432014-01-20 15:52:31 +00001025 DP_AUX_CH_CTL_RECEIVE_ERROR |
Damien Lespiau5ed12a12014-01-20 15:52:30 +00001026 (send_bytes << DP_AUX_CH_CTL_MESSAGE_SIZE_SHIFT) |
1027 (precharge << DP_AUX_CH_CTL_PRECHARGE_2US_SHIFT) |
Damien Lespiau788d4432014-01-20 15:52:31 +00001028 (aux_clock_divider << DP_AUX_CH_CTL_BIT_CLOCK_2X_SHIFT);
Damien Lespiau5ed12a12014-01-20 15:52:30 +00001029}
1030
Damien Lespiaub9ca5fa2014-01-20 16:01:00 +00001031static uint32_t skl_get_aux_send_ctl(struct intel_dp *intel_dp,
1032 bool has_aux_irq,
1033 int send_bytes,
1034 uint32_t unused)
1035{
1036 return DP_AUX_CH_CTL_SEND_BUSY |
1037 DP_AUX_CH_CTL_DONE |
1038 (has_aux_irq ? DP_AUX_CH_CTL_INTERRUPT : 0) |
1039 DP_AUX_CH_CTL_TIME_OUT_ERROR |
James Ausmus6fa228b2017-10-12 14:30:36 -07001040 DP_AUX_CH_CTL_TIME_OUT_MAX |
Damien Lespiaub9ca5fa2014-01-20 16:01:00 +00001041 DP_AUX_CH_CTL_RECEIVE_ERROR |
1042 (send_bytes << DP_AUX_CH_CTL_MESSAGE_SIZE_SHIFT) |
Daniel Vetterd4dcbdc2016-05-18 18:47:15 +02001043 DP_AUX_CH_CTL_FW_SYNC_PULSE_SKL(32) |
Damien Lespiaub9ca5fa2014-01-20 16:01:00 +00001044 DP_AUX_CH_CTL_SYNC_PULSE_SKL(32);
1045}
1046
Keith Packarda4fc5ed2009-04-07 16:16:42 -07001047static int
Chris Wilsonea5b2132010-08-04 13:50:23 +01001048intel_dp_aux_ch(struct intel_dp *intel_dp,
Daniel Vetterbd9f74a2014-10-02 09:45:35 +02001049 const uint8_t *send, int send_bytes,
Keith Packarda4fc5ed2009-04-07 16:16:42 -07001050 uint8_t *recv, int recv_size)
1051{
Paulo Zanoni174edf12012-10-26 19:05:50 -02001052 struct intel_digital_port *intel_dig_port = dp_to_dig_port(intel_dp);
Tvrtko Ursulin0031fb92016-11-04 14:42:44 +00001053 struct drm_i915_private *dev_priv =
1054 to_i915(intel_dig_port->base.base.dev);
Ville Syrjäläf0f59a02015-11-18 15:33:26 +02001055 i915_reg_t ch_ctl = intel_dp->aux_ch_ctl_reg;
Chris Wilsonbc866252013-07-21 16:00:03 +01001056 uint32_t aux_clock_divider;
Daniel Vetter9ee32fea2012-12-01 13:53:48 +01001057 int i, ret, recv_bytes;
Keith Packarda4fc5ed2009-04-07 16:16:42 -07001058 uint32_t status;
Damien Lespiau5ed12a12014-01-20 15:52:30 +00001059 int try, clock = 0;
Tvrtko Ursulin0031fb92016-11-04 14:42:44 +00001060 bool has_aux_irq = HAS_AUX_IRQ(dev_priv);
Jani Nikula884f19e2014-03-14 16:51:14 +02001061 bool vdd;
1062
Ville Syrjälä773538e82014-09-04 14:54:56 +03001063 pps_lock(intel_dp);
Ville Syrjäläe39b9992014-09-04 14:53:14 +03001064
Ville Syrjälä72c35002014-08-18 22:16:00 +03001065 /*
1066 * We will be called with VDD already enabled for dpcd/edid/oui reads.
1067 * In such cases we want to leave VDD enabled and it's up to upper layers
1068 * to turn it off. But for eg. i2c-dev access we need to turn it on/off
1069 * ourselves.
1070 */
Ville Syrjälä1e0560e2014-08-19 13:24:25 +03001071 vdd = edp_panel_vdd_on(intel_dp);
Daniel Vetter9ee32fea2012-12-01 13:53:48 +01001072
1073 /* dp aux is extremely sensitive to irq latency, hence request the
1074 * lowest possible wakeup latency and so prevent the cpu from going into
1075 * deep sleep states.
1076 */
1077 pm_qos_update_request(&dev_priv->pm_qos, 0);
Keith Packarda4fc5ed2009-04-07 16:16:42 -07001078
Keith Packard9b984da2011-09-19 13:54:47 -07001079 intel_dp_check_edp(intel_dp);
Zhenyu Wang5eb08b62009-07-24 01:00:31 +08001080
Jesse Barnes11bee432011-08-01 15:02:20 -07001081 /* Try to wait for any previous AUX channel activity */
1082 for (try = 0; try < 3; try++) {
Daniel Vetteref04f002012-12-01 21:03:59 +01001083 status = I915_READ_NOTRACE(ch_ctl);
Jesse Barnes11bee432011-08-01 15:02:20 -07001084 if ((status & DP_AUX_CH_CTL_SEND_BUSY) == 0)
1085 break;
1086 msleep(1);
1087 }
1088
1089 if (try == 3) {
Mika Kuoppala02196c72015-08-06 16:48:58 +03001090 static u32 last_status = -1;
1091 const u32 status = I915_READ(ch_ctl);
1092
1093 if (status != last_status) {
1094 WARN(1, "dp_aux_ch not started status 0x%08x\n",
1095 status);
1096 last_status = status;
1097 }
1098
Daniel Vetter9ee32fea2012-12-01 13:53:48 +01001099 ret = -EBUSY;
1100 goto out;
Chris Wilson4f7f7b72010-08-18 18:12:56 +01001101 }
1102
Paulo Zanoni46a5ae92013-09-17 11:14:10 -03001103 /* Only 5 data registers! */
1104 if (WARN_ON(send_bytes > 20 || recv_size > 20)) {
1105 ret = -E2BIG;
1106 goto out;
1107 }
1108
Damien Lespiauec5b01d2014-01-21 13:35:39 +00001109 while ((aux_clock_divider = intel_dp->get_aux_clock_divider(intel_dp, clock++))) {
Damien Lespiau153b1102014-01-21 13:37:15 +00001110 u32 send_ctl = intel_dp->get_aux_send_ctl(intel_dp,
1111 has_aux_irq,
1112 send_bytes,
1113 aux_clock_divider);
Damien Lespiau5ed12a12014-01-20 15:52:30 +00001114
Chris Wilsonbc866252013-07-21 16:00:03 +01001115 /* Must try at least 3 times according to DP spec */
1116 for (try = 0; try < 5; try++) {
1117 /* Load the send data into the aux channel data registers */
1118 for (i = 0; i < send_bytes; i += 4)
Ville Syrjälä330e20e2015-11-11 20:34:14 +02001119 I915_WRITE(intel_dp->aux_ch_data_reg[i >> 2],
Rodrigo Vivia4f12892014-11-14 08:52:27 -08001120 intel_dp_pack_aux(send + i,
1121 send_bytes - i));
Akshay Joshi0206e352011-08-16 15:34:10 -04001122
Chris Wilsonbc866252013-07-21 16:00:03 +01001123 /* Send the command and wait for it to complete */
Damien Lespiau5ed12a12014-01-20 15:52:30 +00001124 I915_WRITE(ch_ctl, send_ctl);
Daniel Vetter9ee32fea2012-12-01 13:53:48 +01001125
Chris Wilsonbc866252013-07-21 16:00:03 +01001126 status = intel_dp_aux_wait_done(intel_dp, has_aux_irq);
Akshay Joshi0206e352011-08-16 15:34:10 -04001127
Chris Wilsonbc866252013-07-21 16:00:03 +01001128 /* Clear done status and any errors */
1129 I915_WRITE(ch_ctl,
1130 status |
1131 DP_AUX_CH_CTL_DONE |
1132 DP_AUX_CH_CTL_TIME_OUT_ERROR |
1133 DP_AUX_CH_CTL_RECEIVE_ERROR);
Adam Jacksond7e96fe2011-07-26 15:39:46 -04001134
Todd Previte74ebf292015-04-15 08:38:41 -07001135 if (status & DP_AUX_CH_CTL_TIME_OUT_ERROR)
Chris Wilsonbc866252013-07-21 16:00:03 +01001136 continue;
Todd Previte74ebf292015-04-15 08:38:41 -07001137
1138 /* DP CTS 1.2 Core Rev 1.1, 4.2.1.1 & 4.2.1.2
1139 * 400us delay required for errors and timeouts
1140 * Timeout errors from the HW already meet this
1141 * requirement so skip to next iteration
1142 */
1143 if (status & DP_AUX_CH_CTL_RECEIVE_ERROR) {
1144 usleep_range(400, 500);
1145 continue;
1146 }
Chris Wilsonbc866252013-07-21 16:00:03 +01001147 if (status & DP_AUX_CH_CTL_DONE)
Jim Bridee058c942015-05-27 10:21:48 -07001148 goto done;
Chris Wilsonbc866252013-07-21 16:00:03 +01001149 }
Keith Packarda4fc5ed2009-04-07 16:16:42 -07001150 }
1151
Keith Packarda4fc5ed2009-04-07 16:16:42 -07001152 if ((status & DP_AUX_CH_CTL_DONE) == 0) {
Keith Packard1ae8c0a2009-06-28 15:42:17 -07001153 DRM_ERROR("dp_aux_ch not done status 0x%08x\n", status);
Daniel Vetter9ee32fea2012-12-01 13:53:48 +01001154 ret = -EBUSY;
1155 goto out;
Keith Packarda4fc5ed2009-04-07 16:16:42 -07001156 }
1157
Jim Bridee058c942015-05-27 10:21:48 -07001158done:
Keith Packarda4fc5ed2009-04-07 16:16:42 -07001159 /* Check for timeout or receive error.
1160 * Timeouts occur when the sink is not connected
1161 */
Keith Packarda5b3da52009-06-11 22:30:32 -07001162 if (status & DP_AUX_CH_CTL_RECEIVE_ERROR) {
Keith Packard1ae8c0a2009-06-28 15:42:17 -07001163 DRM_ERROR("dp_aux_ch receive error status 0x%08x\n", status);
Daniel Vetter9ee32fea2012-12-01 13:53:48 +01001164 ret = -EIO;
1165 goto out;
Keith Packarda5b3da52009-06-11 22:30:32 -07001166 }
Keith Packard1ae8c0a2009-06-28 15:42:17 -07001167
1168 /* Timeouts occur when the device isn't connected, so they're
1169 * "normal" -- don't fill the kernel log with these */
Keith Packarda5b3da52009-06-11 22:30:32 -07001170 if (status & DP_AUX_CH_CTL_TIME_OUT_ERROR) {
Chris Wilsona5570fe2017-02-23 11:51:02 +00001171 DRM_DEBUG_KMS("dp_aux_ch timeout status 0x%08x\n", status);
Daniel Vetter9ee32fea2012-12-01 13:53:48 +01001172 ret = -ETIMEDOUT;
1173 goto out;
Keith Packarda4fc5ed2009-04-07 16:16:42 -07001174 }
1175
1176 /* Unload any bytes sent back from the other side */
1177 recv_bytes = ((status & DP_AUX_CH_CTL_MESSAGE_SIZE_MASK) >>
1178 DP_AUX_CH_CTL_MESSAGE_SIZE_SHIFT);
Rodrigo Vivi14e01882015-12-10 11:12:27 -08001179
1180 /*
1181 * By BSpec: "Message sizes of 0 or >20 are not allowed."
1182 * We have no idea of what happened so we return -EBUSY so
1183 * drm layer takes care for the necessary retries.
1184 */
1185 if (recv_bytes == 0 || recv_bytes > 20) {
1186 DRM_DEBUG_KMS("Forbidden recv_bytes = %d on aux transaction\n",
1187 recv_bytes);
1188 /*
1189 * FIXME: This patch was created on top of a series that
1190 * organize the retries at drm level. There EBUSY should
1191 * also take care for 1ms wait before retrying.
1192 * That aux retries re-org is still needed and after that is
1193 * merged we remove this sleep from here.
1194 */
1195 usleep_range(1000, 1500);
1196 ret = -EBUSY;
1197 goto out;
1198 }
1199
Keith Packarda4fc5ed2009-04-07 16:16:42 -07001200 if (recv_bytes > recv_size)
1201 recv_bytes = recv_size;
Akshay Joshi0206e352011-08-16 15:34:10 -04001202
Chris Wilson4f7f7b72010-08-18 18:12:56 +01001203 for (i = 0; i < recv_bytes; i += 4)
Ville Syrjälä330e20e2015-11-11 20:34:14 +02001204 intel_dp_unpack_aux(I915_READ(intel_dp->aux_ch_data_reg[i >> 2]),
Rodrigo Vivia4f12892014-11-14 08:52:27 -08001205 recv + i, recv_bytes - i);
Keith Packarda4fc5ed2009-04-07 16:16:42 -07001206
Daniel Vetter9ee32fea2012-12-01 13:53:48 +01001207 ret = recv_bytes;
1208out:
1209 pm_qos_update_request(&dev_priv->pm_qos, PM_QOS_DEFAULT_VALUE);
1210
Jani Nikula884f19e2014-03-14 16:51:14 +02001211 if (vdd)
1212 edp_panel_vdd_off(intel_dp, false);
1213
Ville Syrjälä773538e82014-09-04 14:54:56 +03001214 pps_unlock(intel_dp);
Ville Syrjäläe39b9992014-09-04 14:53:14 +03001215
Daniel Vetter9ee32fea2012-12-01 13:53:48 +01001216 return ret;
Keith Packarda4fc5ed2009-04-07 16:16:42 -07001217}
1218
Jani Nikulaa6c8aff02014-04-07 12:37:25 +03001219#define BARE_ADDRESS_SIZE 3
1220#define HEADER_SIZE (BARE_ADDRESS_SIZE + 1)
Jani Nikula9d1a1032014-03-14 16:51:15 +02001221static ssize_t
1222intel_dp_aux_transfer(struct drm_dp_aux *aux, struct drm_dp_aux_msg *msg)
Keith Packarda4fc5ed2009-04-07 16:16:42 -07001223{
Jani Nikula9d1a1032014-03-14 16:51:15 +02001224 struct intel_dp *intel_dp = container_of(aux, struct intel_dp, aux);
1225 uint8_t txbuf[20], rxbuf[20];
1226 size_t txsize, rxsize;
Keith Packarda4fc5ed2009-04-07 16:16:42 -07001227 int ret;
Keith Packarda4fc5ed2009-04-07 16:16:42 -07001228
Ville Syrjäläd2d9cbb2015-03-19 11:44:06 +02001229 txbuf[0] = (msg->request << 4) |
1230 ((msg->address >> 16) & 0xf);
1231 txbuf[1] = (msg->address >> 8) & 0xff;
Jani Nikula9d1a1032014-03-14 16:51:15 +02001232 txbuf[2] = msg->address & 0xff;
1233 txbuf[3] = msg->size - 1;
Paulo Zanoni46a5ae92013-09-17 11:14:10 -03001234
Jani Nikula9d1a1032014-03-14 16:51:15 +02001235 switch (msg->request & ~DP_AUX_I2C_MOT) {
1236 case DP_AUX_NATIVE_WRITE:
1237 case DP_AUX_I2C_WRITE:
Ville Syrjäläc1e741222015-08-27 17:23:27 +03001238 case DP_AUX_I2C_WRITE_STATUS_UPDATE:
Jani Nikulaa6c8aff02014-04-07 12:37:25 +03001239 txsize = msg->size ? HEADER_SIZE + msg->size : BARE_ADDRESS_SIZE;
Jani Nikulaa1ddefd2015-03-17 17:18:54 +02001240 rxsize = 2; /* 0 or 1 data bytes */
Jani Nikulaf51a44b2014-02-11 11:52:05 +02001241
Jani Nikula9d1a1032014-03-14 16:51:15 +02001242 if (WARN_ON(txsize > 20))
1243 return -E2BIG;
Keith Packarda4fc5ed2009-04-07 16:16:42 -07001244
Ville Syrjälädd788092016-07-28 17:55:04 +03001245 WARN_ON(!msg->buffer != !msg->size);
1246
Imre Deakd81a67c2016-01-29 14:52:26 +02001247 if (msg->buffer)
1248 memcpy(txbuf + HEADER_SIZE, msg->buffer, msg->size);
Keith Packarda4fc5ed2009-04-07 16:16:42 -07001249
Jani Nikula9d1a1032014-03-14 16:51:15 +02001250 ret = intel_dp_aux_ch(intel_dp, txbuf, txsize, rxbuf, rxsize);
1251 if (ret > 0) {
1252 msg->reply = rxbuf[0] >> 4;
Keith Packarda4fc5ed2009-04-07 16:16:42 -07001253
Jani Nikulaa1ddefd2015-03-17 17:18:54 +02001254 if (ret > 1) {
1255 /* Number of bytes written in a short write. */
1256 ret = clamp_t(int, rxbuf[1], 0, msg->size);
1257 } else {
1258 /* Return payload size. */
1259 ret = msg->size;
1260 }
Keith Packarda4fc5ed2009-04-07 16:16:42 -07001261 }
Jani Nikula9d1a1032014-03-14 16:51:15 +02001262 break;
1263
1264 case DP_AUX_NATIVE_READ:
1265 case DP_AUX_I2C_READ:
Jani Nikulaa6c8aff02014-04-07 12:37:25 +03001266 txsize = msg->size ? HEADER_SIZE : BARE_ADDRESS_SIZE;
Jani Nikula9d1a1032014-03-14 16:51:15 +02001267 rxsize = msg->size + 1;
1268
1269 if (WARN_ON(rxsize > 20))
1270 return -E2BIG;
1271
1272 ret = intel_dp_aux_ch(intel_dp, txbuf, txsize, rxbuf, rxsize);
1273 if (ret > 0) {
1274 msg->reply = rxbuf[0] >> 4;
1275 /*
1276 * Assume happy day, and copy the data. The caller is
1277 * expected to check msg->reply before touching it.
1278 *
1279 * Return payload size.
1280 */
1281 ret--;
1282 memcpy(msg->buffer, rxbuf + 1, ret);
1283 }
1284 break;
1285
1286 default:
1287 ret = -EINVAL;
1288 break;
Keith Packarda4fc5ed2009-04-07 16:16:42 -07001289 }
Jani Nikulaf51a44b2014-02-11 11:52:05 +02001290
Jani Nikula9d1a1032014-03-14 16:51:15 +02001291 return ret;
Keith Packarda4fc5ed2009-04-07 16:16:42 -07001292}
1293
Ville Syrjälä8f7ce032016-10-11 20:52:45 +03001294static enum port intel_aux_port(struct drm_i915_private *dev_priv,
1295 enum port port)
1296{
1297 const struct ddi_vbt_port_info *info =
1298 &dev_priv->vbt.ddi_port_info[port];
1299 enum port aux_port;
1300
1301 if (!info->alternate_aux_channel) {
1302 DRM_DEBUG_KMS("using AUX %c for port %c (platform default)\n",
1303 port_name(port), port_name(port));
1304 return port;
1305 }
1306
1307 switch (info->alternate_aux_channel) {
1308 case DP_AUX_A:
1309 aux_port = PORT_A;
1310 break;
1311 case DP_AUX_B:
1312 aux_port = PORT_B;
1313 break;
1314 case DP_AUX_C:
1315 aux_port = PORT_C;
1316 break;
1317 case DP_AUX_D:
1318 aux_port = PORT_D;
1319 break;
1320 default:
1321 MISSING_CASE(info->alternate_aux_channel);
1322 aux_port = PORT_A;
1323 break;
1324 }
1325
1326 DRM_DEBUG_KMS("using AUX %c for port %c (VBT)\n",
1327 port_name(aux_port), port_name(port));
1328
1329 return aux_port;
1330}
1331
Ville Syrjäläf0f59a02015-11-18 15:33:26 +02001332static i915_reg_t g4x_aux_ctl_reg(struct drm_i915_private *dev_priv,
Ville Syrjäläc8a89b02016-10-11 20:52:48 +03001333 enum port port)
Ville Syrjäläda00bdc2015-11-11 20:34:13 +02001334{
1335 switch (port) {
1336 case PORT_B:
1337 case PORT_C:
1338 case PORT_D:
1339 return DP_AUX_CH_CTL(port);
1340 default:
1341 MISSING_CASE(port);
1342 return DP_AUX_CH_CTL(PORT_B);
1343 }
1344}
1345
Ville Syrjäläf0f59a02015-11-18 15:33:26 +02001346static i915_reg_t g4x_aux_data_reg(struct drm_i915_private *dev_priv,
Ville Syrjäläc8a89b02016-10-11 20:52:48 +03001347 enum port port, int index)
Ville Syrjälä330e20e2015-11-11 20:34:14 +02001348{
1349 switch (port) {
1350 case PORT_B:
1351 case PORT_C:
1352 case PORT_D:
1353 return DP_AUX_CH_DATA(port, index);
1354 default:
1355 MISSING_CASE(port);
1356 return DP_AUX_CH_DATA(PORT_B, index);
1357 }
1358}
1359
Ville Syrjäläf0f59a02015-11-18 15:33:26 +02001360static i915_reg_t ilk_aux_ctl_reg(struct drm_i915_private *dev_priv,
Ville Syrjäläc8a89b02016-10-11 20:52:48 +03001361 enum port port)
Ville Syrjäläda00bdc2015-11-11 20:34:13 +02001362{
1363 switch (port) {
1364 case PORT_A:
1365 return DP_AUX_CH_CTL(port);
1366 case PORT_B:
1367 case PORT_C:
1368 case PORT_D:
1369 return PCH_DP_AUX_CH_CTL(port);
1370 default:
1371 MISSING_CASE(port);
1372 return DP_AUX_CH_CTL(PORT_A);
1373 }
1374}
1375
Ville Syrjäläf0f59a02015-11-18 15:33:26 +02001376static i915_reg_t ilk_aux_data_reg(struct drm_i915_private *dev_priv,
Ville Syrjäläc8a89b02016-10-11 20:52:48 +03001377 enum port port, int index)
Ville Syrjälä330e20e2015-11-11 20:34:14 +02001378{
1379 switch (port) {
1380 case PORT_A:
1381 return DP_AUX_CH_DATA(port, index);
1382 case PORT_B:
1383 case PORT_C:
1384 case PORT_D:
1385 return PCH_DP_AUX_CH_DATA(port, index);
1386 default:
1387 MISSING_CASE(port);
1388 return DP_AUX_CH_DATA(PORT_A, index);
1389 }
1390}
1391
Ville Syrjäläf0f59a02015-11-18 15:33:26 +02001392static i915_reg_t skl_aux_ctl_reg(struct drm_i915_private *dev_priv,
Ville Syrjäläc8a89b02016-10-11 20:52:48 +03001393 enum port port)
Ville Syrjäläda00bdc2015-11-11 20:34:13 +02001394{
Ville Syrjäläda00bdc2015-11-11 20:34:13 +02001395 switch (port) {
1396 case PORT_A:
1397 case PORT_B:
1398 case PORT_C:
1399 case PORT_D:
1400 return DP_AUX_CH_CTL(port);
1401 default:
1402 MISSING_CASE(port);
1403 return DP_AUX_CH_CTL(PORT_A);
1404 }
1405}
1406
Ville Syrjäläf0f59a02015-11-18 15:33:26 +02001407static i915_reg_t skl_aux_data_reg(struct drm_i915_private *dev_priv,
Ville Syrjäläc8a89b02016-10-11 20:52:48 +03001408 enum port port, int index)
Ville Syrjälä330e20e2015-11-11 20:34:14 +02001409{
Ville Syrjälä330e20e2015-11-11 20:34:14 +02001410 switch (port) {
1411 case PORT_A:
1412 case PORT_B:
1413 case PORT_C:
1414 case PORT_D:
1415 return DP_AUX_CH_DATA(port, index);
1416 default:
1417 MISSING_CASE(port);
1418 return DP_AUX_CH_DATA(PORT_A, index);
1419 }
1420}
1421
Ville Syrjäläf0f59a02015-11-18 15:33:26 +02001422static i915_reg_t intel_aux_ctl_reg(struct drm_i915_private *dev_priv,
Ville Syrjäläc8a89b02016-10-11 20:52:48 +03001423 enum port port)
Ville Syrjälä330e20e2015-11-11 20:34:14 +02001424{
1425 if (INTEL_INFO(dev_priv)->gen >= 9)
1426 return skl_aux_ctl_reg(dev_priv, port);
1427 else if (HAS_PCH_SPLIT(dev_priv))
1428 return ilk_aux_ctl_reg(dev_priv, port);
1429 else
1430 return g4x_aux_ctl_reg(dev_priv, port);
1431}
1432
Ville Syrjäläf0f59a02015-11-18 15:33:26 +02001433static i915_reg_t intel_aux_data_reg(struct drm_i915_private *dev_priv,
Ville Syrjäläc8a89b02016-10-11 20:52:48 +03001434 enum port port, int index)
Ville Syrjälä330e20e2015-11-11 20:34:14 +02001435{
1436 if (INTEL_INFO(dev_priv)->gen >= 9)
1437 return skl_aux_data_reg(dev_priv, port, index);
1438 else if (HAS_PCH_SPLIT(dev_priv))
1439 return ilk_aux_data_reg(dev_priv, port, index);
1440 else
1441 return g4x_aux_data_reg(dev_priv, port, index);
1442}
1443
1444static void intel_aux_reg_init(struct intel_dp *intel_dp)
1445{
1446 struct drm_i915_private *dev_priv = to_i915(intel_dp_to_dev(intel_dp));
Ville Syrjälä8f7ce032016-10-11 20:52:45 +03001447 enum port port = intel_aux_port(dev_priv,
1448 dp_to_dig_port(intel_dp)->port);
Ville Syrjälä330e20e2015-11-11 20:34:14 +02001449 int i;
1450
1451 intel_dp->aux_ch_ctl_reg = intel_aux_ctl_reg(dev_priv, port);
1452 for (i = 0; i < ARRAY_SIZE(intel_dp->aux_ch_data_reg); i++)
1453 intel_dp->aux_ch_data_reg[i] = intel_aux_data_reg(dev_priv, port, i);
1454}
1455
Jani Nikula9d1a1032014-03-14 16:51:15 +02001456static void
Ville Syrjäläa121f4e2015-11-11 20:34:11 +02001457intel_dp_aux_fini(struct intel_dp *intel_dp)
1458{
Ville Syrjäläa121f4e2015-11-11 20:34:11 +02001459 kfree(intel_dp->aux.name);
1460}
1461
Chris Wilson7a418e32016-06-24 14:00:14 +01001462static void
Mika Kaholab6339582016-09-09 14:10:52 +03001463intel_dp_aux_init(struct intel_dp *intel_dp)
Keith Packarda4fc5ed2009-04-07 16:16:42 -07001464{
Jani Nikula33ad6622014-03-14 16:51:16 +02001465 struct intel_digital_port *intel_dig_port = dp_to_dig_port(intel_dp);
1466 enum port port = intel_dig_port->port;
Keith Packarda4fc5ed2009-04-07 16:16:42 -07001467
Ville Syrjälä330e20e2015-11-11 20:34:14 +02001468 intel_aux_reg_init(intel_dp);
Chris Wilson7a418e32016-06-24 14:00:14 +01001469 drm_dp_aux_init(&intel_dp->aux);
David Flynn8316f332010-12-08 16:10:21 +00001470
Chris Wilson7a418e32016-06-24 14:00:14 +01001471 /* Failure to allocate our preferred name is not critical */
Ville Syrjäläa121f4e2015-11-11 20:34:11 +02001472 intel_dp->aux.name = kasprintf(GFP_KERNEL, "DPDDC-%c", port_name(port));
Jani Nikula9d1a1032014-03-14 16:51:15 +02001473 intel_dp->aux.transfer = intel_dp_aux_transfer;
Keith Packarda4fc5ed2009-04-07 16:16:42 -07001474}
1475
Ander Conselvan de Oliveirae588fa12015-10-23 13:01:50 +03001476bool intel_dp_source_supports_hbr2(struct intel_dp *intel_dp)
Thulasimani,Sivakumared63baa2015-08-18 15:30:37 +05301477{
Jani Nikulafc603ca2017-10-09 12:29:58 +03001478 int max_rate = intel_dp->source_rates[intel_dp->num_source_rates - 1];
Ander Conselvan de Oliveirae588fa12015-10-23 13:01:50 +03001479
Jani Nikulafc603ca2017-10-09 12:29:58 +03001480 return max_rate >= 540000;
Thulasimani,Sivakumared63baa2015-08-18 15:30:37 +05301481}
1482
Daniel Vetter0e503382014-07-04 11:26:04 -03001483static void
Daniel Vetterc6bb3532013-04-19 11:14:33 +02001484intel_dp_set_clock(struct intel_encoder *encoder,
Ville Syrjälä840b32b2015-08-11 20:21:46 +03001485 struct intel_crtc_state *pipe_config)
Daniel Vetterc6bb3532013-04-19 11:14:33 +02001486{
1487 struct drm_device *dev = encoder->base.dev;
Tvrtko Ursulin6e266952016-10-13 11:02:53 +01001488 struct drm_i915_private *dev_priv = to_i915(dev);
Chon Ming Lee9dd4ffd2013-09-04 01:30:37 +08001489 const struct dp_link_dpll *divisor = NULL;
1490 int i, count = 0;
Daniel Vetterc6bb3532013-04-19 11:14:33 +02001491
Tvrtko Ursulin9beb5fe2016-10-13 11:03:06 +01001492 if (IS_G4X(dev_priv)) {
Chon Ming Lee9dd4ffd2013-09-04 01:30:37 +08001493 divisor = gen4_dpll;
1494 count = ARRAY_SIZE(gen4_dpll);
Tvrtko Ursulin6e266952016-10-13 11:02:53 +01001495 } else if (HAS_PCH_SPLIT(dev_priv)) {
Chon Ming Lee9dd4ffd2013-09-04 01:30:37 +08001496 divisor = pch_dpll;
1497 count = ARRAY_SIZE(pch_dpll);
Tvrtko Ursulin920a14b2016-10-14 10:13:44 +01001498 } else if (IS_CHERRYVIEW(dev_priv)) {
Chon Ming Leeef9348c2014-04-09 13:28:18 +03001499 divisor = chv_dpll;
1500 count = ARRAY_SIZE(chv_dpll);
Tvrtko Ursulin11a914c2016-10-13 11:03:08 +01001501 } else if (IS_VALLEYVIEW(dev_priv)) {
Chon Ming Lee65ce4bf2013-09-04 01:30:38 +08001502 divisor = vlv_dpll;
1503 count = ARRAY_SIZE(vlv_dpll);
Daniel Vetterc6bb3532013-04-19 11:14:33 +02001504 }
Chon Ming Lee9dd4ffd2013-09-04 01:30:37 +08001505
1506 if (divisor && count) {
1507 for (i = 0; i < count; i++) {
Ville Syrjälä840b32b2015-08-11 20:21:46 +03001508 if (pipe_config->port_clock == divisor[i].clock) {
Chon Ming Lee9dd4ffd2013-09-04 01:30:37 +08001509 pipe_config->dpll = divisor[i].dpll;
1510 pipe_config->clock_set = true;
1511 break;
1512 }
1513 }
Daniel Vetterc6bb3532013-04-19 11:14:33 +02001514 }
1515}
1516
Ville Syrjälä0336400e2015-03-12 17:10:39 +02001517static void snprintf_int_array(char *str, size_t len,
1518 const int *array, int nelem)
1519{
1520 int i;
1521
1522 str[0] = '\0';
1523
1524 for (i = 0; i < nelem; i++) {
Jani Nikulab2f505b2015-05-18 16:01:45 +03001525 int r = snprintf(str, len, "%s%d", i ? ", " : "", array[i]);
Ville Syrjälä0336400e2015-03-12 17:10:39 +02001526 if (r >= len)
1527 return;
1528 str += r;
1529 len -= r;
1530 }
1531}
1532
1533static void intel_dp_print_rates(struct intel_dp *intel_dp)
1534{
Ville Syrjälä0336400e2015-03-12 17:10:39 +02001535 char str[128]; /* FIXME: too big for stack? */
1536
1537 if ((drm_debug & DRM_UT_KMS) == 0)
1538 return;
1539
Jani Nikula55cfc582017-03-28 17:59:04 +03001540 snprintf_int_array(str, sizeof(str),
1541 intel_dp->source_rates, intel_dp->num_source_rates);
Ville Syrjälä0336400e2015-03-12 17:10:39 +02001542 DRM_DEBUG_KMS("source rates: %s\n", str);
1543
Jani Nikula68f357c2017-03-28 17:59:05 +03001544 snprintf_int_array(str, sizeof(str),
1545 intel_dp->sink_rates, intel_dp->num_sink_rates);
Ville Syrjälä0336400e2015-03-12 17:10:39 +02001546 DRM_DEBUG_KMS("sink rates: %s\n", str);
1547
Jani Nikula975ee5fca2017-04-06 16:44:10 +03001548 snprintf_int_array(str, sizeof(str),
1549 intel_dp->common_rates, intel_dp->num_common_rates);
Ville Syrjälä94ca7192015-03-13 19:40:31 +02001550 DRM_DEBUG_KMS("common rates: %s\n", str);
Ville Syrjälä0336400e2015-03-12 17:10:39 +02001551}
1552
Ville Syrjälä50fec212015-03-12 17:10:34 +02001553int
1554intel_dp_max_link_rate(struct intel_dp *intel_dp)
1555{
Ville Syrjälä50fec212015-03-12 17:10:34 +02001556 int len;
1557
Jani Nikulae6c0c642017-04-06 16:44:12 +03001558 len = intel_dp_common_len_rate_limit(intel_dp, intel_dp->max_link_rate);
Ville Syrjälä50fec212015-03-12 17:10:34 +02001559 if (WARN_ON(len <= 0))
1560 return 162000;
1561
Jani Nikula975ee5fca2017-04-06 16:44:10 +03001562 return intel_dp->common_rates[len - 1];
Ville Syrjälä50fec212015-03-12 17:10:34 +02001563}
1564
Ville Syrjäläed4e9c12015-03-12 17:10:36 +02001565int intel_dp_rate_select(struct intel_dp *intel_dp, int rate)
1566{
Jani Nikula8001b752017-03-28 17:59:03 +03001567 int i = intel_dp_rate_index(intel_dp->sink_rates,
1568 intel_dp->num_sink_rates, rate);
Jani Nikulab5c72b22017-03-28 17:59:02 +03001569
1570 if (WARN_ON(i < 0))
1571 i = 0;
1572
1573 return i;
Ville Syrjäläed4e9c12015-03-12 17:10:36 +02001574}
1575
Ander Conselvan de Oliveira94223d02015-10-23 13:01:48 +03001576void intel_dp_compute_rate(struct intel_dp *intel_dp, int port_clock,
1577 uint8_t *link_bw, uint8_t *rate_select)
Ville Syrjälä04a60f92015-07-06 15:10:06 +03001578{
Jani Nikula68f357c2017-03-28 17:59:05 +03001579 /* eDP 1.4 rate select method. */
1580 if (intel_dp->use_rate_select) {
Ville Syrjälä04a60f92015-07-06 15:10:06 +03001581 *link_bw = 0;
1582 *rate_select =
1583 intel_dp_rate_select(intel_dp, port_clock);
1584 } else {
1585 *link_bw = drm_dp_link_rate_to_bw_code(port_clock);
1586 *rate_select = 0;
1587 }
1588}
1589
Jani Nikulaf580bea2016-09-15 16:28:52 +03001590static int intel_dp_compute_bpp(struct intel_dp *intel_dp,
1591 struct intel_crtc_state *pipe_config)
Mika Kaholaf9bb7052016-09-09 14:10:56 +03001592{
1593 int bpp, bpc;
1594
1595 bpp = pipe_config->pipe_bpp;
1596 bpc = drm_dp_downstream_max_bpc(intel_dp->dpcd, intel_dp->downstream_ports);
1597
1598 if (bpc > 0)
1599 bpp = min(bpp, 3*bpc);
1600
Manasi Navare611032b2017-01-24 08:21:49 -08001601 /* For DP Compliance we override the computed bpp for the pipe */
1602 if (intel_dp->compliance.test_data.bpc != 0) {
1603 pipe_config->pipe_bpp = 3*intel_dp->compliance.test_data.bpc;
1604 pipe_config->dither_force_disable = pipe_config->pipe_bpp == 6*3;
1605 DRM_DEBUG_KMS("Setting pipe_bpp to %d\n",
1606 pipe_config->pipe_bpp);
1607 }
Mika Kaholaf9bb7052016-09-09 14:10:56 +03001608 return bpp;
1609}
1610
Jim Bridedc911f52017-08-09 12:48:53 -07001611static bool intel_edp_compare_alt_mode(struct drm_display_mode *m1,
1612 struct drm_display_mode *m2)
1613{
1614 bool bres = false;
1615
1616 if (m1 && m2)
1617 bres = (m1->hdisplay == m2->hdisplay &&
1618 m1->hsync_start == m2->hsync_start &&
1619 m1->hsync_end == m2->hsync_end &&
1620 m1->htotal == m2->htotal &&
1621 m1->vdisplay == m2->vdisplay &&
1622 m1->vsync_start == m2->vsync_start &&
1623 m1->vsync_end == m2->vsync_end &&
1624 m1->vtotal == m2->vtotal);
1625 return bres;
1626}
1627
Paulo Zanoni00c09d72012-10-26 19:05:52 -02001628bool
Daniel Vetter5bfe2ac2013-03-27 00:44:55 +01001629intel_dp_compute_config(struct intel_encoder *encoder,
Maarten Lankhorst0a478c22016-08-09 17:04:05 +02001630 struct intel_crtc_state *pipe_config,
1631 struct drm_connector_state *conn_state)
Keith Packarda4fc5ed2009-04-07 16:16:42 -07001632{
Tvrtko Ursulindd11bc12016-11-16 08:55:41 +00001633 struct drm_i915_private *dev_priv = to_i915(encoder->base.dev);
Ander Conselvan de Oliveira2d112de2015-01-15 14:55:22 +02001634 struct drm_display_mode *adjusted_mode = &pipe_config->base.adjusted_mode;
Daniel Vetter5bfe2ac2013-03-27 00:44:55 +01001635 struct intel_dp *intel_dp = enc_to_intel_dp(&encoder->base);
Imre Deakbc7d38a2013-05-16 14:40:36 +03001636 enum port port = dp_to_dig_port(intel_dp)->port;
Ander Conselvan de Oliveira84556d52015-03-20 16:18:10 +02001637 struct intel_crtc *intel_crtc = to_intel_crtc(pipe_config->base.crtc);
Jani Nikuladd06f902012-10-19 14:51:50 +03001638 struct intel_connector *intel_connector = intel_dp->attached_connector;
Maarten Lankhorst8f647a02017-05-01 15:38:01 +02001639 struct intel_digital_connector_state *intel_conn_state =
1640 to_intel_digital_connector_state(conn_state);
Keith Packarda4fc5ed2009-04-07 16:16:42 -07001641 int lane_count, clock;
Jani Nikula56071a22014-05-06 14:56:52 +03001642 int min_lane_count = 1;
Paulo Zanonieeb63242014-05-06 14:56:50 +03001643 int max_lane_count = intel_dp_max_lane_count(intel_dp);
Todd Previte06ea66b2014-01-20 10:19:39 -07001644 /* Conveniently, the link BW constants become indices with a shift...*/
Jani Nikula56071a22014-05-06 14:56:52 +03001645 int min_clock = 0;
Sonika Jindala8f3ef62015-03-05 10:02:30 +05301646 int max_clock;
Daniel Vetter083f9562012-04-20 20:23:49 +02001647 int bpp, mode_rate;
Daniel Vetterff9a6752013-06-01 17:16:21 +02001648 int link_avail, link_clock;
Ville Syrjälä94ca7192015-03-13 19:40:31 +02001649 int common_len;
Ville Syrjälä04a60f92015-07-06 15:10:06 +03001650 uint8_t link_bw, rate_select;
Jani Nikulab31e85e2017-05-18 14:10:25 +03001651 bool reduce_m_n = drm_dp_has_quirk(&intel_dp->desc,
1652 DP_DPCD_QUIRK_LIMITED_M_N);
Sonika Jindala8f3ef62015-03-05 10:02:30 +05301653
Jani Nikula975ee5fca2017-04-06 16:44:10 +03001654 common_len = intel_dp_common_len_rate_limit(intel_dp,
Jani Nikulae6c0c642017-04-06 16:44:12 +03001655 intel_dp->max_link_rate);
Sonika Jindala8f3ef62015-03-05 10:02:30 +05301656
1657 /* No common link rates between source and sink */
Ville Syrjälä94ca7192015-03-13 19:40:31 +02001658 WARN_ON(common_len <= 0);
Sonika Jindala8f3ef62015-03-05 10:02:30 +05301659
Ville Syrjälä94ca7192015-03-13 19:40:31 +02001660 max_clock = common_len - 1;
Keith Packarda4fc5ed2009-04-07 16:16:42 -07001661
Tvrtko Ursulin4f8036a2016-10-13 11:02:52 +01001662 if (HAS_PCH_SPLIT(dev_priv) && !HAS_DDI(dev_priv) && port != PORT_A)
Daniel Vetter5bfe2ac2013-03-27 00:44:55 +01001663 pipe_config->has_pch_encoder = true;
1664
Vandana Kannanf769cd22014-08-05 07:51:22 -07001665 pipe_config->has_drrs = false;
Maarten Lankhorste6b72c92017-05-01 15:38:00 +02001666 if (port == PORT_A)
1667 pipe_config->has_audio = false;
Maarten Lankhorst8f647a02017-05-01 15:38:01 +02001668 else if (intel_conn_state->force_audio == HDMI_AUDIO_AUTO)
Maarten Lankhorste6b72c92017-05-01 15:38:00 +02001669 pipe_config->has_audio = intel_dp->has_audio;
1670 else
Maarten Lankhorst8f647a02017-05-01 15:38:01 +02001671 pipe_config->has_audio = intel_conn_state->force_audio == HDMI_AUDIO_ON;
Keith Packarda4fc5ed2009-04-07 16:16:42 -07001672
Jani Nikula1853a9d2017-08-18 12:30:20 +03001673 if (intel_dp_is_edp(intel_dp) && intel_connector->panel.fixed_mode) {
Jim Bridedc911f52017-08-09 12:48:53 -07001674 struct drm_display_mode *panel_mode =
1675 intel_connector->panel.alt_fixed_mode;
1676 struct drm_display_mode *req_mode = &pipe_config->base.mode;
1677
1678 if (!intel_edp_compare_alt_mode(req_mode, panel_mode))
1679 panel_mode = intel_connector->panel.fixed_mode;
1680
1681 drm_mode_debug_printmodeline(panel_mode);
1682
1683 intel_fixed_panel_mode(panel_mode, adjusted_mode);
Chandra Kondurua1b22782015-04-07 15:28:45 -07001684
Tvrtko Ursulindd11bc12016-11-16 08:55:41 +00001685 if (INTEL_GEN(dev_priv) >= 9) {
Chandra Kondurua1b22782015-04-07 15:28:45 -07001686 int ret;
Maarten Lankhorste435d6e2015-07-13 16:30:15 +02001687 ret = skl_update_scaler_crtc(pipe_config);
Chandra Kondurua1b22782015-04-07 15:28:45 -07001688 if (ret)
1689 return ret;
1690 }
1691
Tvrtko Ursulin49cff962016-10-13 11:02:54 +01001692 if (HAS_GMCH_DISPLAY(dev_priv))
Jesse Barnes2dd24552013-04-25 12:55:01 -07001693 intel_gmch_panel_fitting(intel_crtc, pipe_config,
Maarten Lankhorsteead06d2017-05-01 15:37:55 +02001694 conn_state->scaling_mode);
Jesse Barnes2dd24552013-04-25 12:55:01 -07001695 else
Jesse Barnesb074cec2013-04-25 12:55:02 -07001696 intel_pch_panel_fitting(intel_crtc, pipe_config,
Maarten Lankhorsteead06d2017-05-01 15:37:55 +02001697 conn_state->scaling_mode);
Zhao Yakui0d3a1be2010-07-19 09:43:13 +01001698 }
1699
Daniel Vettercb1793c2012-06-04 18:39:21 +02001700 if (adjusted_mode->flags & DRM_MODE_FLAG_DBLCLK)
Daniel Vetter0af78a22012-05-23 11:30:55 +02001701 return false;
1702
Manasi Navareda15f7c2017-01-24 08:16:34 -08001703 /* Use values requested by Compliance Test Request */
1704 if (intel_dp->compliance.test_type == DP_TEST_LINK_TRAINING) {
Jani Nikulaec990e22017-04-06 16:44:15 +03001705 int index;
1706
Manasi Navare140ef132017-06-08 13:41:03 -07001707 /* Validate the compliance test data since max values
1708 * might have changed due to link train fallback.
1709 */
1710 if (intel_dp_link_params_valid(intel_dp, intel_dp->compliance.test_link_rate,
1711 intel_dp->compliance.test_lane_count)) {
1712 index = intel_dp_rate_index(intel_dp->common_rates,
1713 intel_dp->num_common_rates,
1714 intel_dp->compliance.test_link_rate);
1715 if (index >= 0)
1716 min_clock = max_clock = index;
1717 min_lane_count = max_lane_count = intel_dp->compliance.test_lane_count;
1718 }
Manasi Navareda15f7c2017-01-24 08:16:34 -08001719 }
Daniel Vetter083f9562012-04-20 20:23:49 +02001720 DRM_DEBUG_KMS("DP link computation with max lane count %i "
Sonika Jindala8f3ef62015-03-05 10:02:30 +05301721 "max bw %d pixel clock %iKHz\n",
Jani Nikula975ee5fca2017-04-06 16:44:10 +03001722 max_lane_count, intel_dp->common_rates[max_clock],
Damien Lespiau241bfc32013-09-25 16:45:37 +01001723 adjusted_mode->crtc_clock);
Daniel Vetter083f9562012-04-20 20:23:49 +02001724
Daniel Vetter36008362013-03-27 00:44:59 +01001725 /* Walk through all bpp values. Luckily they're all nicely spaced with 2
1726 * bpc in between. */
Mika Kaholaf9bb7052016-09-09 14:10:56 +03001727 bpp = intel_dp_compute_bpp(intel_dp, pipe_config);
Jani Nikula1853a9d2017-08-18 12:30:20 +03001728 if (intel_dp_is_edp(intel_dp)) {
Thulasimani,Sivakumar22ce5622015-07-31 11:05:27 +05301729
1730 /* Get bpp from vbt only for panels that dont have bpp in edid */
1731 if (intel_connector->base.display_info.bpc == 0 &&
Jani Nikula6aa23e62016-03-24 17:50:20 +02001732 (dev_priv->vbt.edp.bpp && dev_priv->vbt.edp.bpp < bpp)) {
Jani Nikula56071a22014-05-06 14:56:52 +03001733 DRM_DEBUG_KMS("clamping bpp for eDP panel to BIOS-provided %i\n",
Jani Nikula6aa23e62016-03-24 17:50:20 +02001734 dev_priv->vbt.edp.bpp);
1735 bpp = dev_priv->vbt.edp.bpp;
Jani Nikula56071a22014-05-06 14:56:52 +03001736 }
1737
Jani Nikula344c5bb2014-09-09 11:25:13 +03001738 /*
1739 * Use the maximum clock and number of lanes the eDP panel
1740 * advertizes being capable of. The panels are generally
1741 * designed to support only a single clock and lane
1742 * configuration, and typically these values correspond to the
1743 * native resolution of the panel.
1744 */
1745 min_lane_count = max_lane_count;
1746 min_clock = max_clock;
Imre Deak79842112013-07-18 17:44:13 +03001747 }
Daniel Vetter657445f2013-05-04 10:09:18 +02001748
Daniel Vetter36008362013-03-27 00:44:59 +01001749 for (; bpp >= 6*3; bpp -= 2*3) {
Damien Lespiau241bfc32013-09-25 16:45:37 +01001750 mode_rate = intel_dp_link_required(adjusted_mode->crtc_clock,
1751 bpp);
Daniel Vetterc4867932012-04-10 10:42:36 +02001752
Dave Airliec6930992014-07-14 11:04:39 +10001753 for (clock = min_clock; clock <= max_clock; clock++) {
Sonika Jindala8f3ef62015-03-05 10:02:30 +05301754 for (lane_count = min_lane_count;
1755 lane_count <= max_lane_count;
1756 lane_count <<= 1) {
1757
Jani Nikula975ee5fca2017-04-06 16:44:10 +03001758 link_clock = intel_dp->common_rates[clock];
Daniel Vetter36008362013-03-27 00:44:59 +01001759 link_avail = intel_dp_max_data_rate(link_clock,
1760 lane_count);
Ville Syrjälä3685a8f2013-01-17 16:31:28 +02001761
Daniel Vetter36008362013-03-27 00:44:59 +01001762 if (mode_rate <= link_avail) {
1763 goto found;
1764 }
1765 }
1766 }
1767 }
1768
1769 return false;
1770
1771found:
Maarten Lankhorst8f647a02017-05-01 15:38:01 +02001772 if (intel_conn_state->broadcast_rgb == INTEL_BROADCAST_RGB_AUTO) {
Ville Syrjälä55bc60d2013-01-17 16:31:29 +02001773 /*
1774 * See:
1775 * CEA-861-E - 5.1 Default Encoding Parameters
1776 * VESA DisplayPort Ver.1.2a - 5.1.1.1 Video Colorimetry
1777 */
Ville Syrjälä0f2a2a72015-07-06 15:10:00 +03001778 pipe_config->limited_color_range =
Ville Syrjäläc8127cf02017-01-11 16:18:35 +02001779 bpp != 18 &&
1780 drm_default_rgb_quant_range(adjusted_mode) ==
1781 HDMI_QUANTIZATION_RANGE_LIMITED;
Ville Syrjälä0f2a2a72015-07-06 15:10:00 +03001782 } else {
1783 pipe_config->limited_color_range =
Maarten Lankhorst8f647a02017-05-01 15:38:01 +02001784 intel_conn_state->broadcast_rgb == INTEL_BROADCAST_RGB_LIMITED;
Ville Syrjälä55bc60d2013-01-17 16:31:29 +02001785 }
1786
Ville Syrjälä90a6b7b2015-07-06 16:39:15 +03001787 pipe_config->lane_count = lane_count;
Sonika Jindala8f3ef62015-03-05 10:02:30 +05301788
Daniel Vetter657445f2013-05-04 10:09:18 +02001789 pipe_config->pipe_bpp = bpp;
Jani Nikula975ee5fca2017-04-06 16:44:10 +03001790 pipe_config->port_clock = intel_dp->common_rates[clock];
Daniel Vetterc4867932012-04-10 10:42:36 +02001791
Ville Syrjälä04a60f92015-07-06 15:10:06 +03001792 intel_dp_compute_rate(intel_dp, pipe_config->port_clock,
1793 &link_bw, &rate_select);
1794
1795 DRM_DEBUG_KMS("DP link bw %02x rate select %02x lane count %d clock %d bpp %d\n",
1796 link_bw, rate_select, pipe_config->lane_count,
Daniel Vetterff9a6752013-06-01 17:16:21 +02001797 pipe_config->port_clock, bpp);
Daniel Vetter36008362013-03-27 00:44:59 +01001798 DRM_DEBUG_KMS("DP link bw required %i available %i\n",
1799 mode_rate, link_avail);
Keith Packarda4fc5ed2009-04-07 16:16:42 -07001800
Daniel Vetter03afc4a2013-04-02 23:42:31 +02001801 intel_link_compute_m_n(bpp, lane_count,
Damien Lespiau241bfc32013-09-25 16:45:37 +01001802 adjusted_mode->crtc_clock,
1803 pipe_config->port_clock,
Jani Nikulab31e85e2017-05-18 14:10:25 +03001804 &pipe_config->dp_m_n,
1805 reduce_m_n);
Keith Packarda4fc5ed2009-04-07 16:16:42 -07001806
Pradeep Bhat439d7ac2014-04-05 12:13:28 +05301807 if (intel_connector->panel.downclock_mode != NULL &&
Vandana Kannan96178ee2015-01-10 02:25:56 +05301808 dev_priv->drrs.type == SEAMLESS_DRRS_SUPPORT) {
Vandana Kannanf769cd22014-08-05 07:51:22 -07001809 pipe_config->has_drrs = true;
Pradeep Bhat439d7ac2014-04-05 12:13:28 +05301810 intel_link_compute_m_n(bpp, lane_count,
1811 intel_connector->panel.downclock_mode->clock,
1812 pipe_config->port_clock,
Jani Nikulab31e85e2017-05-18 14:10:25 +03001813 &pipe_config->dp_m2_n2,
1814 reduce_m_n);
Pradeep Bhat439d7ac2014-04-05 12:13:28 +05301815 }
1816
Ville Syrjälä14d41b32016-05-13 23:41:22 +03001817 /*
1818 * DPLL0 VCO may need to be adjusted to get the correct
1819 * clock for eDP. This will affect cdclk as well.
1820 */
Jani Nikula1853a9d2017-08-18 12:30:20 +03001821 if (intel_dp_is_edp(intel_dp) && IS_GEN9_BC(dev_priv)) {
Ville Syrjälä14d41b32016-05-13 23:41:22 +03001822 int vco;
1823
1824 switch (pipe_config->port_clock / 2) {
1825 case 108000:
1826 case 216000:
Ville Syrjälä63911d72016-05-13 23:41:32 +03001827 vco = 8640000;
Ville Syrjälä14d41b32016-05-13 23:41:22 +03001828 break;
1829 default:
Ville Syrjälä63911d72016-05-13 23:41:32 +03001830 vco = 8100000;
Ville Syrjälä14d41b32016-05-13 23:41:22 +03001831 break;
1832 }
1833
Ville Syrjäläbb0f4aa2017-01-20 20:21:59 +02001834 to_intel_atomic_state(pipe_config->base.state)->cdclk.logical.vco = vco;
Ville Syrjälä14d41b32016-05-13 23:41:22 +03001835 }
1836
Tvrtko Ursulin4f8036a2016-10-13 11:02:52 +01001837 if (!HAS_DDI(dev_priv))
Ville Syrjälä840b32b2015-08-11 20:21:46 +03001838 intel_dp_set_clock(encoder, pipe_config);
Daniel Vetterc6bb3532013-04-19 11:14:33 +02001839
Ville Syrjälä4d90f2d2017-10-12 16:02:01 +03001840 intel_psr_compute_config(intel_dp, pipe_config);
1841
Daniel Vetter36008362013-03-27 00:44:59 +01001842 return true;
Keith Packarda4fc5ed2009-04-07 16:16:42 -07001843}
1844
Ville Syrjälä901c2da2015-08-17 18:05:12 +03001845void intel_dp_set_link_params(struct intel_dp *intel_dp,
Ander Conselvan de Oliveiradfa10482016-09-01 15:08:06 -07001846 int link_rate, uint8_t lane_count,
1847 bool link_mst)
Ville Syrjälä901c2da2015-08-17 18:05:12 +03001848{
Ander Conselvan de Oliveiradfa10482016-09-01 15:08:06 -07001849 intel_dp->link_rate = link_rate;
1850 intel_dp->lane_count = lane_count;
1851 intel_dp->link_mst = link_mst;
Ville Syrjälä901c2da2015-08-17 18:05:12 +03001852}
1853
Maarten Lankhorst85cb48a2016-08-09 17:04:13 +02001854static void intel_dp_prepare(struct intel_encoder *encoder,
Ville Syrjälä5f88a9c2017-08-18 16:49:58 +03001855 const struct intel_crtc_state *pipe_config)
Keith Packarda4fc5ed2009-04-07 16:16:42 -07001856{
Daniel Vetterb934223d2013-07-21 21:37:05 +02001857 struct drm_device *dev = encoder->base.dev;
Chris Wilsonfac5e232016-07-04 11:34:36 +01001858 struct drm_i915_private *dev_priv = to_i915(dev);
Daniel Vetterb934223d2013-07-21 21:37:05 +02001859 struct intel_dp *intel_dp = enc_to_intel_dp(&encoder->base);
Imre Deakbc7d38a2013-05-16 14:40:36 +03001860 enum port port = dp_to_dig_port(intel_dp)->port;
Daniel Vetterb934223d2013-07-21 21:37:05 +02001861 struct intel_crtc *crtc = to_intel_crtc(encoder->base.crtc);
Maarten Lankhorst85cb48a2016-08-09 17:04:13 +02001862 const struct drm_display_mode *adjusted_mode = &pipe_config->base.adjusted_mode;
Keith Packarda4fc5ed2009-04-07 16:16:42 -07001863
Ander Conselvan de Oliveiradfa10482016-09-01 15:08:06 -07001864 intel_dp_set_link_params(intel_dp, pipe_config->port_clock,
1865 pipe_config->lane_count,
1866 intel_crtc_has_type(pipe_config,
1867 INTEL_OUTPUT_DP_MST));
Ville Syrjälä901c2da2015-08-17 18:05:12 +03001868
Keith Packard417e8222011-11-01 19:54:11 -07001869 /*
Keith Packard1a2eb462011-11-16 16:26:07 -08001870 * There are four kinds of DP registers:
Keith Packard417e8222011-11-01 19:54:11 -07001871 *
1872 * IBX PCH
Keith Packard1a2eb462011-11-16 16:26:07 -08001873 * SNB CPU
1874 * IVB CPU
Keith Packard417e8222011-11-01 19:54:11 -07001875 * CPT PCH
1876 *
1877 * IBX PCH and CPU are the same for almost everything,
1878 * except that the CPU DP PLL is configured in this
1879 * register
1880 *
1881 * CPT PCH is quite different, having many bits moved
1882 * to the TRANS_DP_CTL register instead. That
1883 * configuration happens (oddly) in ironlake_pch_enable
1884 */
Adam Jackson9c9e7922010-04-05 17:57:59 -04001885
Keith Packard417e8222011-11-01 19:54:11 -07001886 /* Preserve the BIOS-computed detected bit. This is
1887 * supposed to be read-only.
1888 */
1889 intel_dp->DP = I915_READ(intel_dp->output_reg) & DP_DETECTED;
Keith Packarda4fc5ed2009-04-07 16:16:42 -07001890
Keith Packard417e8222011-11-01 19:54:11 -07001891 /* Handle DP bits in common between all three register formats */
Keith Packard417e8222011-11-01 19:54:11 -07001892 intel_dp->DP |= DP_VOLTAGE_0_4 | DP_PRE_EMPHASIS_0;
Maarten Lankhorst85cb48a2016-08-09 17:04:13 +02001893 intel_dp->DP |= DP_PORT_WIDTH(pipe_config->lane_count);
Keith Packarda4fc5ed2009-04-07 16:16:42 -07001894
Keith Packard417e8222011-11-01 19:54:11 -07001895 /* Split out the IBX/CPU vs CPT settings */
Zhenyu Wang32f9d652009-07-24 01:00:32 +08001896
Tvrtko Ursulin5db94012016-10-13 11:03:10 +01001897 if (IS_GEN7(dev_priv) && port == PORT_A) {
Keith Packard1a2eb462011-11-16 16:26:07 -08001898 if (adjusted_mode->flags & DRM_MODE_FLAG_PHSYNC)
1899 intel_dp->DP |= DP_SYNC_HS_HIGH;
1900 if (adjusted_mode->flags & DRM_MODE_FLAG_PVSYNC)
1901 intel_dp->DP |= DP_SYNC_VS_HIGH;
1902 intel_dp->DP |= DP_LINK_TRAIN_OFF_CPT;
1903
Jani Nikula6aba5b62013-10-04 15:08:10 +03001904 if (drm_dp_enhanced_frame_cap(intel_dp->dpcd))
Keith Packard1a2eb462011-11-16 16:26:07 -08001905 intel_dp->DP |= DP_ENHANCED_FRAMING;
1906
Daniel Vetter7c62a162013-06-01 17:16:20 +02001907 intel_dp->DP |= crtc->pipe << 29;
Tvrtko Ursulin6e266952016-10-13 11:02:53 +01001908 } else if (HAS_PCH_CPT(dev_priv) && port != PORT_A) {
Ville Syrjäläe3ef4472015-05-05 17:17:31 +03001909 u32 trans_dp;
1910
Ville Syrjälä39e5fa82015-05-05 17:17:29 +03001911 intel_dp->DP |= DP_LINK_TRAIN_OFF_CPT;
Ville Syrjäläe3ef4472015-05-05 17:17:31 +03001912
1913 trans_dp = I915_READ(TRANS_DP_CTL(crtc->pipe));
1914 if (drm_dp_enhanced_frame_cap(intel_dp->dpcd))
1915 trans_dp |= TRANS_DP_ENH_FRAMING;
1916 else
1917 trans_dp &= ~TRANS_DP_ENH_FRAMING;
1918 I915_WRITE(TRANS_DP_CTL(crtc->pipe), trans_dp);
Ville Syrjälä39e5fa82015-05-05 17:17:29 +03001919 } else {
Ville Syrjäläc99f53f2016-11-14 19:44:07 +02001920 if (IS_G4X(dev_priv) && pipe_config->limited_color_range)
Ville Syrjälä0f2a2a72015-07-06 15:10:00 +03001921 intel_dp->DP |= DP_COLOR_RANGE_16_235;
Keith Packard417e8222011-11-01 19:54:11 -07001922
1923 if (adjusted_mode->flags & DRM_MODE_FLAG_PHSYNC)
1924 intel_dp->DP |= DP_SYNC_HS_HIGH;
1925 if (adjusted_mode->flags & DRM_MODE_FLAG_PVSYNC)
1926 intel_dp->DP |= DP_SYNC_VS_HIGH;
1927 intel_dp->DP |= DP_LINK_TRAIN_OFF;
1928
Jani Nikula6aba5b62013-10-04 15:08:10 +03001929 if (drm_dp_enhanced_frame_cap(intel_dp->dpcd))
Keith Packard417e8222011-11-01 19:54:11 -07001930 intel_dp->DP |= DP_ENHANCED_FRAMING;
1931
Tvrtko Ursulin920a14b2016-10-14 10:13:44 +01001932 if (IS_CHERRYVIEW(dev_priv))
Chon Ming Lee44f37d12014-04-09 13:28:21 +03001933 intel_dp->DP |= DP_PIPE_SELECT_CHV(crtc->pipe);
Ville Syrjälä39e5fa82015-05-05 17:17:29 +03001934 else if (crtc->pipe == PIPE_B)
1935 intel_dp->DP |= DP_PIPEB_SELECT;
Zhenyu Wang32f9d652009-07-24 01:00:32 +08001936 }
Keith Packarda4fc5ed2009-04-07 16:16:42 -07001937}
1938
Paulo Zanoniffd6749d2013-12-19 14:29:42 -02001939#define IDLE_ON_MASK (PP_ON | PP_SEQUENCE_MASK | 0 | PP_SEQUENCE_STATE_MASK)
1940#define IDLE_ON_VALUE (PP_ON | PP_SEQUENCE_NONE | 0 | PP_SEQUENCE_STATE_ON_IDLE)
Keith Packard99ea7122011-11-01 19:57:50 -07001941
Paulo Zanoni1a5ef5b2013-12-19 14:29:43 -02001942#define IDLE_OFF_MASK (PP_ON | PP_SEQUENCE_MASK | 0 | 0)
1943#define IDLE_OFF_VALUE (0 | PP_SEQUENCE_NONE | 0 | 0)
Keith Packard99ea7122011-11-01 19:57:50 -07001944
Paulo Zanoniffd6749d2013-12-19 14:29:42 -02001945#define IDLE_CYCLE_MASK (PP_ON | PP_SEQUENCE_MASK | PP_CYCLE_DELAY_ACTIVE | PP_SEQUENCE_STATE_MASK)
1946#define IDLE_CYCLE_VALUE (0 | PP_SEQUENCE_NONE | 0 | PP_SEQUENCE_STATE_OFF_IDLE)
Keith Packard99ea7122011-11-01 19:57:50 -07001947
Imre Deakde9c1b62016-06-16 20:01:46 +03001948static void intel_pps_verify_state(struct drm_i915_private *dev_priv,
1949 struct intel_dp *intel_dp);
1950
Daniel Vetter4be73782014-01-17 14:39:48 +01001951static void wait_panel_status(struct intel_dp *intel_dp,
Keith Packard99ea7122011-11-01 19:57:50 -07001952 u32 mask,
1953 u32 value)
1954{
Paulo Zanoni30add222012-10-26 19:05:45 -02001955 struct drm_device *dev = intel_dp_to_dev(intel_dp);
Chris Wilsonfac5e232016-07-04 11:34:36 +01001956 struct drm_i915_private *dev_priv = to_i915(dev);
Ville Syrjäläf0f59a02015-11-18 15:33:26 +02001957 i915_reg_t pp_stat_reg, pp_ctrl_reg;
Jesse Barnes453c5422013-03-28 09:55:41 -07001958
Ville Syrjäläe39b9992014-09-04 14:53:14 +03001959 lockdep_assert_held(&dev_priv->pps_mutex);
1960
Imre Deakde9c1b62016-06-16 20:01:46 +03001961 intel_pps_verify_state(dev_priv, intel_dp);
1962
Jani Nikulabf13e812013-09-06 07:40:05 +03001963 pp_stat_reg = _pp_stat_reg(intel_dp);
1964 pp_ctrl_reg = _pp_ctrl_reg(intel_dp);
Keith Packard99ea7122011-11-01 19:57:50 -07001965
1966 DRM_DEBUG_KMS("mask %08x value %08x status %08x control %08x\n",
Jesse Barnes453c5422013-03-28 09:55:41 -07001967 mask, value,
1968 I915_READ(pp_stat_reg),
1969 I915_READ(pp_ctrl_reg));
Keith Packard99ea7122011-11-01 19:57:50 -07001970
Chris Wilson9036ff02016-06-30 15:33:09 +01001971 if (intel_wait_for_register(dev_priv,
1972 pp_stat_reg, mask, value,
1973 5000))
Keith Packard99ea7122011-11-01 19:57:50 -07001974 DRM_ERROR("Panel status timeout: status %08x control %08x\n",
Jesse Barnes453c5422013-03-28 09:55:41 -07001975 I915_READ(pp_stat_reg),
1976 I915_READ(pp_ctrl_reg));
Chris Wilson54c136d2013-12-02 09:57:16 +00001977
1978 DRM_DEBUG_KMS("Wait complete\n");
Keith Packard99ea7122011-11-01 19:57:50 -07001979}
1980
Daniel Vetter4be73782014-01-17 14:39:48 +01001981static void wait_panel_on(struct intel_dp *intel_dp)
Keith Packard99ea7122011-11-01 19:57:50 -07001982{
1983 DRM_DEBUG_KMS("Wait for panel power on\n");
Daniel Vetter4be73782014-01-17 14:39:48 +01001984 wait_panel_status(intel_dp, IDLE_ON_MASK, IDLE_ON_VALUE);
Keith Packard99ea7122011-11-01 19:57:50 -07001985}
1986
Daniel Vetter4be73782014-01-17 14:39:48 +01001987static void wait_panel_off(struct intel_dp *intel_dp)
Keith Packardbd943152011-09-18 23:09:52 -07001988{
Keith Packardbd943152011-09-18 23:09:52 -07001989 DRM_DEBUG_KMS("Wait for panel power off time\n");
Daniel Vetter4be73782014-01-17 14:39:48 +01001990 wait_panel_status(intel_dp, IDLE_OFF_MASK, IDLE_OFF_VALUE);
Keith Packardbd943152011-09-18 23:09:52 -07001991}
Keith Packardbd943152011-09-18 23:09:52 -07001992
Daniel Vetter4be73782014-01-17 14:39:48 +01001993static void wait_panel_power_cycle(struct intel_dp *intel_dp)
Keith Packard99ea7122011-11-01 19:57:50 -07001994{
Abhay Kumard28d4732016-01-22 17:39:04 -08001995 ktime_t panel_power_on_time;
1996 s64 panel_power_off_duration;
1997
Keith Packard99ea7122011-11-01 19:57:50 -07001998 DRM_DEBUG_KMS("Wait for panel power cycle\n");
Paulo Zanonidce56b32013-12-19 14:29:40 -02001999
Abhay Kumard28d4732016-01-22 17:39:04 -08002000 /* take the difference of currrent time and panel power off time
2001 * and then make panel wait for t11_t12 if needed. */
2002 panel_power_on_time = ktime_get_boottime();
2003 panel_power_off_duration = ktime_ms_delta(panel_power_on_time, intel_dp->panel_power_off_time);
2004
Paulo Zanonidce56b32013-12-19 14:29:40 -02002005 /* When we disable the VDD override bit last we have to do the manual
2006 * wait. */
Abhay Kumard28d4732016-01-22 17:39:04 -08002007 if (panel_power_off_duration < (s64)intel_dp->panel_power_cycle_delay)
2008 wait_remaining_ms_from_jiffies(jiffies,
2009 intel_dp->panel_power_cycle_delay - panel_power_off_duration);
Paulo Zanonidce56b32013-12-19 14:29:40 -02002010
Daniel Vetter4be73782014-01-17 14:39:48 +01002011 wait_panel_status(intel_dp, IDLE_CYCLE_MASK, IDLE_CYCLE_VALUE);
Keith Packard99ea7122011-11-01 19:57:50 -07002012}
Keith Packardbd943152011-09-18 23:09:52 -07002013
Daniel Vetter4be73782014-01-17 14:39:48 +01002014static void wait_backlight_on(struct intel_dp *intel_dp)
Paulo Zanonidce56b32013-12-19 14:29:40 -02002015{
2016 wait_remaining_ms_from_jiffies(intel_dp->last_power_on,
2017 intel_dp->backlight_on_delay);
2018}
2019
Daniel Vetter4be73782014-01-17 14:39:48 +01002020static void edp_wait_backlight_off(struct intel_dp *intel_dp)
Paulo Zanonidce56b32013-12-19 14:29:40 -02002021{
2022 wait_remaining_ms_from_jiffies(intel_dp->last_backlight_off,
2023 intel_dp->backlight_off_delay);
2024}
Keith Packard99ea7122011-11-01 19:57:50 -07002025
Keith Packard832dd3c2011-11-01 19:34:06 -07002026/* Read the current pp_control value, unlocking the register if it
2027 * is locked
2028 */
2029
Jesse Barnes453c5422013-03-28 09:55:41 -07002030static u32 ironlake_get_pp_control(struct intel_dp *intel_dp)
Keith Packard832dd3c2011-11-01 19:34:06 -07002031{
Jesse Barnes453c5422013-03-28 09:55:41 -07002032 struct drm_device *dev = intel_dp_to_dev(intel_dp);
Chris Wilsonfac5e232016-07-04 11:34:36 +01002033 struct drm_i915_private *dev_priv = to_i915(dev);
Jesse Barnes453c5422013-03-28 09:55:41 -07002034 u32 control;
Jesse Barnes453c5422013-03-28 09:55:41 -07002035
Ville Syrjäläe39b9992014-09-04 14:53:14 +03002036 lockdep_assert_held(&dev_priv->pps_mutex);
2037
Jani Nikulabf13e812013-09-06 07:40:05 +03002038 control = I915_READ(_pp_ctrl_reg(intel_dp));
Imre Deak8090ba82016-08-10 14:07:33 +03002039 if (WARN_ON(!HAS_DDI(dev_priv) &&
2040 (control & PANEL_UNLOCK_MASK) != PANEL_UNLOCK_REGS)) {
Vandana Kannanb0a08be2015-06-18 11:00:55 +05302041 control &= ~PANEL_UNLOCK_MASK;
2042 control |= PANEL_UNLOCK_REGS;
2043 }
Keith Packard832dd3c2011-11-01 19:34:06 -07002044 return control;
Keith Packardbd943152011-09-18 23:09:52 -07002045}
2046
Ville Syrjälä951468f2014-09-04 14:55:31 +03002047/*
2048 * Must be paired with edp_panel_vdd_off().
2049 * Must hold pps_mutex around the whole on/off sequence.
2050 * Can be nested with intel_edp_panel_vdd_{on,off}() calls.
2051 */
Ville Syrjälä1e0560e2014-08-19 13:24:25 +03002052static bool edp_panel_vdd_on(struct intel_dp *intel_dp)
Jesse Barnes5d613502011-01-24 17:10:54 -08002053{
Paulo Zanoni30add222012-10-26 19:05:45 -02002054 struct drm_device *dev = intel_dp_to_dev(intel_dp);
Imre Deak4e6e1a52014-03-27 17:45:11 +02002055 struct intel_digital_port *intel_dig_port = dp_to_dig_port(intel_dp);
Chris Wilsonfac5e232016-07-04 11:34:36 +01002056 struct drm_i915_private *dev_priv = to_i915(dev);
Jesse Barnes5d613502011-01-24 17:10:54 -08002057 u32 pp;
Ville Syrjäläf0f59a02015-11-18 15:33:26 +02002058 i915_reg_t pp_stat_reg, pp_ctrl_reg;
Jani Nikulaadddaaf2014-03-14 16:51:13 +02002059 bool need_to_disable = !intel_dp->want_panel_vdd;
Jesse Barnes5d613502011-01-24 17:10:54 -08002060
Ville Syrjäläe39b9992014-09-04 14:53:14 +03002061 lockdep_assert_held(&dev_priv->pps_mutex);
2062
Jani Nikula1853a9d2017-08-18 12:30:20 +03002063 if (!intel_dp_is_edp(intel_dp))
Jani Nikulaadddaaf2014-03-14 16:51:13 +02002064 return false;
Keith Packardbd943152011-09-18 23:09:52 -07002065
Egbert Eich2c623c12014-11-25 12:54:57 +01002066 cancel_delayed_work(&intel_dp->panel_vdd_work);
Keith Packardbd943152011-09-18 23:09:52 -07002067 intel_dp->want_panel_vdd = true;
Keith Packard99ea7122011-11-01 19:57:50 -07002068
Daniel Vetter4be73782014-01-17 14:39:48 +01002069 if (edp_have_panel_vdd(intel_dp))
Jani Nikulaadddaaf2014-03-14 16:51:13 +02002070 return need_to_disable;
Paulo Zanonib0665d52013-10-30 19:50:27 -02002071
Ander Conselvan de Oliveira5432fca2017-02-22 08:34:26 +02002072 intel_display_power_get(dev_priv, intel_dp->aux_power_domain);
Paulo Zanonie9cb81a2013-11-21 13:47:23 -02002073
Ville Syrjälä3936fcf2014-10-16 21:30:02 +03002074 DRM_DEBUG_KMS("Turning eDP port %c VDD on\n",
2075 port_name(intel_dig_port->port));
Keith Packardbd943152011-09-18 23:09:52 -07002076
Daniel Vetter4be73782014-01-17 14:39:48 +01002077 if (!edp_have_panel_power(intel_dp))
2078 wait_panel_power_cycle(intel_dp);
Keith Packard99ea7122011-11-01 19:57:50 -07002079
Jesse Barnes453c5422013-03-28 09:55:41 -07002080 pp = ironlake_get_pp_control(intel_dp);
Jesse Barnes5d613502011-01-24 17:10:54 -08002081 pp |= EDP_FORCE_VDD;
Keith Packardebf33b12011-09-29 15:53:27 -07002082
Jani Nikulabf13e812013-09-06 07:40:05 +03002083 pp_stat_reg = _pp_stat_reg(intel_dp);
2084 pp_ctrl_reg = _pp_ctrl_reg(intel_dp);
Jesse Barnes453c5422013-03-28 09:55:41 -07002085
2086 I915_WRITE(pp_ctrl_reg, pp);
2087 POSTING_READ(pp_ctrl_reg);
2088 DRM_DEBUG_KMS("PP_STATUS: 0x%08x PP_CONTROL: 0x%08x\n",
2089 I915_READ(pp_stat_reg), I915_READ(pp_ctrl_reg));
Keith Packardebf33b12011-09-29 15:53:27 -07002090 /*
2091 * If the panel wasn't on, delay before accessing aux channel
2092 */
Daniel Vetter4be73782014-01-17 14:39:48 +01002093 if (!edp_have_panel_power(intel_dp)) {
Ville Syrjälä3936fcf2014-10-16 21:30:02 +03002094 DRM_DEBUG_KMS("eDP port %c panel power wasn't enabled\n",
2095 port_name(intel_dig_port->port));
Keith Packardf01eca22011-09-28 16:48:10 -07002096 msleep(intel_dp->panel_power_up_delay);
Keith Packardf01eca22011-09-28 16:48:10 -07002097 }
Jani Nikulaadddaaf2014-03-14 16:51:13 +02002098
2099 return need_to_disable;
2100}
2101
Ville Syrjälä951468f2014-09-04 14:55:31 +03002102/*
2103 * Must be paired with intel_edp_panel_vdd_off() or
2104 * intel_edp_panel_off().
2105 * Nested calls to these functions are not allowed since
2106 * we drop the lock. Caller must use some higher level
2107 * locking to prevent nested calls from other threads.
2108 */
Daniel Vetterb80d6c72014-03-19 15:54:37 +01002109void intel_edp_panel_vdd_on(struct intel_dp *intel_dp)
Jani Nikulaadddaaf2014-03-14 16:51:13 +02002110{
Ville Syrjäläc695b6b2014-08-18 22:16:03 +03002111 bool vdd;
Jani Nikulaadddaaf2014-03-14 16:51:13 +02002112
Jani Nikula1853a9d2017-08-18 12:30:20 +03002113 if (!intel_dp_is_edp(intel_dp))
Ville Syrjäläc695b6b2014-08-18 22:16:03 +03002114 return;
2115
Ville Syrjälä773538e82014-09-04 14:54:56 +03002116 pps_lock(intel_dp);
Ville Syrjäläc695b6b2014-08-18 22:16:03 +03002117 vdd = edp_panel_vdd_on(intel_dp);
Ville Syrjälä773538e82014-09-04 14:54:56 +03002118 pps_unlock(intel_dp);
Ville Syrjäläc695b6b2014-08-18 22:16:03 +03002119
Rob Clarke2c719b2014-12-15 13:56:32 -05002120 I915_STATE_WARN(!vdd, "eDP port %c VDD already requested on\n",
Ville Syrjälä3936fcf2014-10-16 21:30:02 +03002121 port_name(dp_to_dig_port(intel_dp)->port));
Jesse Barnes5d613502011-01-24 17:10:54 -08002122}
2123
Daniel Vetter4be73782014-01-17 14:39:48 +01002124static void edp_panel_vdd_off_sync(struct intel_dp *intel_dp)
Jesse Barnes5d613502011-01-24 17:10:54 -08002125{
Paulo Zanoni30add222012-10-26 19:05:45 -02002126 struct drm_device *dev = intel_dp_to_dev(intel_dp);
Chris Wilsonfac5e232016-07-04 11:34:36 +01002127 struct drm_i915_private *dev_priv = to_i915(dev);
Ville Syrjäläbe2c9192014-08-18 22:16:01 +03002128 struct intel_digital_port *intel_dig_port =
2129 dp_to_dig_port(intel_dp);
Jesse Barnes5d613502011-01-24 17:10:54 -08002130 u32 pp;
Ville Syrjäläf0f59a02015-11-18 15:33:26 +02002131 i915_reg_t pp_stat_reg, pp_ctrl_reg;
Jesse Barnes5d613502011-01-24 17:10:54 -08002132
Ville Syrjäläe39b9992014-09-04 14:53:14 +03002133 lockdep_assert_held(&dev_priv->pps_mutex);
Daniel Vettera0e99e62012-12-02 01:05:46 +01002134
Ville Syrjälä15e899a2014-08-18 22:16:02 +03002135 WARN_ON(intel_dp->want_panel_vdd);
Imre Deak4e6e1a52014-03-27 17:45:11 +02002136
Ville Syrjälä15e899a2014-08-18 22:16:02 +03002137 if (!edp_have_panel_vdd(intel_dp))
Ville Syrjäläbe2c9192014-08-18 22:16:01 +03002138 return;
Paulo Zanonib0665d52013-10-30 19:50:27 -02002139
Ville Syrjälä3936fcf2014-10-16 21:30:02 +03002140 DRM_DEBUG_KMS("Turning eDP port %c VDD off\n",
2141 port_name(intel_dig_port->port));
Jesse Barnes453c5422013-03-28 09:55:41 -07002142
Ville Syrjäläbe2c9192014-08-18 22:16:01 +03002143 pp = ironlake_get_pp_control(intel_dp);
2144 pp &= ~EDP_FORCE_VDD;
Jesse Barnes453c5422013-03-28 09:55:41 -07002145
Ville Syrjäläbe2c9192014-08-18 22:16:01 +03002146 pp_ctrl_reg = _pp_ctrl_reg(intel_dp);
2147 pp_stat_reg = _pp_stat_reg(intel_dp);
Jesse Barnes5d613502011-01-24 17:10:54 -08002148
Ville Syrjäläbe2c9192014-08-18 22:16:01 +03002149 I915_WRITE(pp_ctrl_reg, pp);
2150 POSTING_READ(pp_ctrl_reg);
Paulo Zanoni90791a52013-12-06 17:32:42 -02002151
Ville Syrjäläbe2c9192014-08-18 22:16:01 +03002152 /* Make sure sequencer is idle before allowing subsequent activity */
2153 DRM_DEBUG_KMS("PP_STATUS: 0x%08x PP_CONTROL: 0x%08x\n",
2154 I915_READ(pp_stat_reg), I915_READ(pp_ctrl_reg));
Paulo Zanonie9cb81a2013-11-21 13:47:23 -02002155
Imre Deak5a162e22016-08-10 14:07:30 +03002156 if ((pp & PANEL_POWER_ON) == 0)
Abhay Kumard28d4732016-01-22 17:39:04 -08002157 intel_dp->panel_power_off_time = ktime_get_boottime();
Paulo Zanonie9cb81a2013-11-21 13:47:23 -02002158
Ander Conselvan de Oliveira5432fca2017-02-22 08:34:26 +02002159 intel_display_power_put(dev_priv, intel_dp->aux_power_domain);
Keith Packardbd943152011-09-18 23:09:52 -07002160}
2161
Daniel Vetter4be73782014-01-17 14:39:48 +01002162static void edp_panel_vdd_work(struct work_struct *__work)
Keith Packardbd943152011-09-18 23:09:52 -07002163{
2164 struct intel_dp *intel_dp = container_of(to_delayed_work(__work),
2165 struct intel_dp, panel_vdd_work);
Keith Packardbd943152011-09-18 23:09:52 -07002166
Ville Syrjälä773538e82014-09-04 14:54:56 +03002167 pps_lock(intel_dp);
Ville Syrjälä15e899a2014-08-18 22:16:02 +03002168 if (!intel_dp->want_panel_vdd)
2169 edp_panel_vdd_off_sync(intel_dp);
Ville Syrjälä773538e82014-09-04 14:54:56 +03002170 pps_unlock(intel_dp);
Keith Packardbd943152011-09-18 23:09:52 -07002171}
2172
Imre Deakaba86892014-07-30 15:57:31 +03002173static void edp_panel_vdd_schedule_off(struct intel_dp *intel_dp)
2174{
2175 unsigned long delay;
2176
2177 /*
2178 * Queue the timer to fire a long time from now (relative to the power
2179 * down delay) to keep the panel power up across a sequence of
2180 * operations.
2181 */
2182 delay = msecs_to_jiffies(intel_dp->panel_power_cycle_delay * 5);
2183 schedule_delayed_work(&intel_dp->panel_vdd_work, delay);
2184}
2185
Ville Syrjälä951468f2014-09-04 14:55:31 +03002186/*
2187 * Must be paired with edp_panel_vdd_on().
2188 * Must hold pps_mutex around the whole on/off sequence.
2189 * Can be nested with intel_edp_panel_vdd_{on,off}() calls.
2190 */
Daniel Vetter4be73782014-01-17 14:39:48 +01002191static void edp_panel_vdd_off(struct intel_dp *intel_dp, bool sync)
Keith Packardbd943152011-09-18 23:09:52 -07002192{
Chris Wilsonfac5e232016-07-04 11:34:36 +01002193 struct drm_i915_private *dev_priv = to_i915(intel_dp_to_dev(intel_dp));
Ville Syrjäläe39b9992014-09-04 14:53:14 +03002194
2195 lockdep_assert_held(&dev_priv->pps_mutex);
2196
Jani Nikula1853a9d2017-08-18 12:30:20 +03002197 if (!intel_dp_is_edp(intel_dp))
Keith Packard97af61f572011-09-28 16:23:51 -07002198 return;
Jesse Barnes5d613502011-01-24 17:10:54 -08002199
Rob Clarke2c719b2014-12-15 13:56:32 -05002200 I915_STATE_WARN(!intel_dp->want_panel_vdd, "eDP port %c VDD not forced on",
Ville Syrjälä3936fcf2014-10-16 21:30:02 +03002201 port_name(dp_to_dig_port(intel_dp)->port));
Keith Packardf2e8b182011-11-01 20:01:35 -07002202
Keith Packardbd943152011-09-18 23:09:52 -07002203 intel_dp->want_panel_vdd = false;
2204
Imre Deakaba86892014-07-30 15:57:31 +03002205 if (sync)
Daniel Vetter4be73782014-01-17 14:39:48 +01002206 edp_panel_vdd_off_sync(intel_dp);
Imre Deakaba86892014-07-30 15:57:31 +03002207 else
2208 edp_panel_vdd_schedule_off(intel_dp);
Jesse Barnes5d613502011-01-24 17:10:54 -08002209}
2210
Ville Syrjälä9f0fb5b2014-10-16 21:27:32 +03002211static void edp_panel_on(struct intel_dp *intel_dp)
Jesse Barnes9934c132010-07-22 13:18:19 -07002212{
Paulo Zanoni30add222012-10-26 19:05:45 -02002213 struct drm_device *dev = intel_dp_to_dev(intel_dp);
Chris Wilsonfac5e232016-07-04 11:34:36 +01002214 struct drm_i915_private *dev_priv = to_i915(dev);
Keith Packard99ea7122011-11-01 19:57:50 -07002215 u32 pp;
Ville Syrjäläf0f59a02015-11-18 15:33:26 +02002216 i915_reg_t pp_ctrl_reg;
Jesse Barnes9934c132010-07-22 13:18:19 -07002217
Ville Syrjälä9f0fb5b2014-10-16 21:27:32 +03002218 lockdep_assert_held(&dev_priv->pps_mutex);
2219
Jani Nikula1853a9d2017-08-18 12:30:20 +03002220 if (!intel_dp_is_edp(intel_dp))
Keith Packardbd943152011-09-18 23:09:52 -07002221 return;
Keith Packard99ea7122011-11-01 19:57:50 -07002222
Ville Syrjälä3936fcf2014-10-16 21:30:02 +03002223 DRM_DEBUG_KMS("Turn eDP port %c panel power on\n",
2224 port_name(dp_to_dig_port(intel_dp)->port));
Keith Packard99ea7122011-11-01 19:57:50 -07002225
Ville Syrjäläe7a89ac2014-10-16 21:30:07 +03002226 if (WARN(edp_have_panel_power(intel_dp),
2227 "eDP port %c panel power already on\n",
2228 port_name(dp_to_dig_port(intel_dp)->port)))
Ville Syrjälä9f0fb5b2014-10-16 21:27:32 +03002229 return;
Jesse Barnes9934c132010-07-22 13:18:19 -07002230
Daniel Vetter4be73782014-01-17 14:39:48 +01002231 wait_panel_power_cycle(intel_dp);
Jesse Barnes37c6c9b2010-08-11 10:04:43 -07002232
Jani Nikulabf13e812013-09-06 07:40:05 +03002233 pp_ctrl_reg = _pp_ctrl_reg(intel_dp);
Jesse Barnes453c5422013-03-28 09:55:41 -07002234 pp = ironlake_get_pp_control(intel_dp);
Tvrtko Ursulin5db94012016-10-13 11:03:10 +01002235 if (IS_GEN5(dev_priv)) {
Keith Packard05ce1a42011-09-29 16:33:01 -07002236 /* ILK workaround: disable reset around power sequence */
2237 pp &= ~PANEL_POWER_RESET;
Jani Nikulabf13e812013-09-06 07:40:05 +03002238 I915_WRITE(pp_ctrl_reg, pp);
2239 POSTING_READ(pp_ctrl_reg);
Keith Packard05ce1a42011-09-29 16:33:01 -07002240 }
Jesse Barnes37c6c9b2010-08-11 10:04:43 -07002241
Imre Deak5a162e22016-08-10 14:07:30 +03002242 pp |= PANEL_POWER_ON;
Tvrtko Ursulin5db94012016-10-13 11:03:10 +01002243 if (!IS_GEN5(dev_priv))
Keith Packard99ea7122011-11-01 19:57:50 -07002244 pp |= PANEL_POWER_RESET;
2245
Jesse Barnes453c5422013-03-28 09:55:41 -07002246 I915_WRITE(pp_ctrl_reg, pp);
2247 POSTING_READ(pp_ctrl_reg);
Jesse Barnes9934c132010-07-22 13:18:19 -07002248
Daniel Vetter4be73782014-01-17 14:39:48 +01002249 wait_panel_on(intel_dp);
Paulo Zanonidce56b32013-12-19 14:29:40 -02002250 intel_dp->last_power_on = jiffies;
Jesse Barnes9934c132010-07-22 13:18:19 -07002251
Tvrtko Ursulin5db94012016-10-13 11:03:10 +01002252 if (IS_GEN5(dev_priv)) {
Keith Packard05ce1a42011-09-29 16:33:01 -07002253 pp |= PANEL_POWER_RESET; /* restore panel reset bit */
Jani Nikulabf13e812013-09-06 07:40:05 +03002254 I915_WRITE(pp_ctrl_reg, pp);
2255 POSTING_READ(pp_ctrl_reg);
Keith Packard05ce1a42011-09-29 16:33:01 -07002256 }
Ville Syrjälä9f0fb5b2014-10-16 21:27:32 +03002257}
Ville Syrjäläe39b9992014-09-04 14:53:14 +03002258
Ville Syrjälä9f0fb5b2014-10-16 21:27:32 +03002259void intel_edp_panel_on(struct intel_dp *intel_dp)
2260{
Jani Nikula1853a9d2017-08-18 12:30:20 +03002261 if (!intel_dp_is_edp(intel_dp))
Ville Syrjälä9f0fb5b2014-10-16 21:27:32 +03002262 return;
2263
2264 pps_lock(intel_dp);
2265 edp_panel_on(intel_dp);
Ville Syrjälä773538e82014-09-04 14:54:56 +03002266 pps_unlock(intel_dp);
Jesse Barnes9934c132010-07-22 13:18:19 -07002267}
2268
Ville Syrjälä9f0fb5b2014-10-16 21:27:32 +03002269
2270static void edp_panel_off(struct intel_dp *intel_dp)
Jesse Barnes9934c132010-07-22 13:18:19 -07002271{
Paulo Zanoni30add222012-10-26 19:05:45 -02002272 struct drm_device *dev = intel_dp_to_dev(intel_dp);
Chris Wilsonfac5e232016-07-04 11:34:36 +01002273 struct drm_i915_private *dev_priv = to_i915(dev);
Keith Packard99ea7122011-11-01 19:57:50 -07002274 u32 pp;
Ville Syrjäläf0f59a02015-11-18 15:33:26 +02002275 i915_reg_t pp_ctrl_reg;
Jesse Barnes9934c132010-07-22 13:18:19 -07002276
Ville Syrjälä9f0fb5b2014-10-16 21:27:32 +03002277 lockdep_assert_held(&dev_priv->pps_mutex);
2278
Jani Nikula1853a9d2017-08-18 12:30:20 +03002279 if (!intel_dp_is_edp(intel_dp))
Keith Packard97af61f572011-09-28 16:23:51 -07002280 return;
Jesse Barnes37c6c9b2010-08-11 10:04:43 -07002281
Ville Syrjälä3936fcf2014-10-16 21:30:02 +03002282 DRM_DEBUG_KMS("Turn eDP port %c panel power off\n",
2283 port_name(dp_to_dig_port(intel_dp)->port));
Jesse Barnes37c6c9b2010-08-11 10:04:43 -07002284
Ville Syrjälä3936fcf2014-10-16 21:30:02 +03002285 WARN(!intel_dp->want_panel_vdd, "Need eDP port %c VDD to turn off panel\n",
2286 port_name(dp_to_dig_port(intel_dp)->port));
Jani Nikula24f3e092014-03-17 16:43:36 +02002287
Jesse Barnes453c5422013-03-28 09:55:41 -07002288 pp = ironlake_get_pp_control(intel_dp);
Daniel Vetter35a38552012-08-12 22:17:14 +02002289 /* We need to switch off panel power _and_ force vdd, for otherwise some
2290 * panels get very unhappy and cease to work. */
Imre Deak5a162e22016-08-10 14:07:30 +03002291 pp &= ~(PANEL_POWER_ON | PANEL_POWER_RESET | EDP_FORCE_VDD |
Patrik Jakobssonb3064152014-03-04 00:42:44 +01002292 EDP_BLC_ENABLE);
Jesse Barnes453c5422013-03-28 09:55:41 -07002293
Jani Nikulabf13e812013-09-06 07:40:05 +03002294 pp_ctrl_reg = _pp_ctrl_reg(intel_dp);
Jesse Barnes453c5422013-03-28 09:55:41 -07002295
Paulo Zanoni849e39f2014-03-07 20:05:20 -03002296 intel_dp->want_panel_vdd = false;
2297
Jesse Barnes453c5422013-03-28 09:55:41 -07002298 I915_WRITE(pp_ctrl_reg, pp);
2299 POSTING_READ(pp_ctrl_reg);
Jesse Barnes9934c132010-07-22 13:18:19 -07002300
Daniel Vetter4be73782014-01-17 14:39:48 +01002301 wait_panel_off(intel_dp);
Manasi Navarecbacf022017-10-04 09:48:26 -07002302 intel_dp->panel_power_off_time = ktime_get_boottime();
Paulo Zanoni849e39f2014-03-07 20:05:20 -03002303
2304 /* We got a reference when we enabled the VDD. */
Ander Conselvan de Oliveira5432fca2017-02-22 08:34:26 +02002305 intel_display_power_put(dev_priv, intel_dp->aux_power_domain);
Ville Syrjälä9f0fb5b2014-10-16 21:27:32 +03002306}
Ville Syrjäläe39b9992014-09-04 14:53:14 +03002307
Ville Syrjälä9f0fb5b2014-10-16 21:27:32 +03002308void intel_edp_panel_off(struct intel_dp *intel_dp)
2309{
Jani Nikula1853a9d2017-08-18 12:30:20 +03002310 if (!intel_dp_is_edp(intel_dp))
Ville Syrjälä9f0fb5b2014-10-16 21:27:32 +03002311 return;
2312
2313 pps_lock(intel_dp);
2314 edp_panel_off(intel_dp);
Ville Syrjälä773538e82014-09-04 14:54:56 +03002315 pps_unlock(intel_dp);
Jesse Barnes9934c132010-07-22 13:18:19 -07002316}
2317
Jani Nikula1250d102014-08-12 17:11:39 +03002318/* Enable backlight in the panel power control. */
2319static void _intel_edp_backlight_on(struct intel_dp *intel_dp)
Zhenyu Wang32f9d652009-07-24 01:00:32 +08002320{
Paulo Zanonida63a9f2012-10-26 19:05:46 -02002321 struct intel_digital_port *intel_dig_port = dp_to_dig_port(intel_dp);
2322 struct drm_device *dev = intel_dig_port->base.base.dev;
Chris Wilsonfac5e232016-07-04 11:34:36 +01002323 struct drm_i915_private *dev_priv = to_i915(dev);
Zhenyu Wang32f9d652009-07-24 01:00:32 +08002324 u32 pp;
Ville Syrjäläf0f59a02015-11-18 15:33:26 +02002325 i915_reg_t pp_ctrl_reg;
Zhenyu Wang32f9d652009-07-24 01:00:32 +08002326
Jesse Barnes01cb9ea2010-10-07 16:01:12 -07002327 /*
2328 * If we enable the backlight right away following a panel power
2329 * on, we may see slight flicker as the panel syncs with the eDP
2330 * link. So delay a bit to make sure the image is solid before
2331 * allowing it to appear.
2332 */
Daniel Vetter4be73782014-01-17 14:39:48 +01002333 wait_backlight_on(intel_dp);
Ville Syrjäläe39b9992014-09-04 14:53:14 +03002334
Ville Syrjälä773538e82014-09-04 14:54:56 +03002335 pps_lock(intel_dp);
Ville Syrjäläe39b9992014-09-04 14:53:14 +03002336
Jesse Barnes453c5422013-03-28 09:55:41 -07002337 pp = ironlake_get_pp_control(intel_dp);
Zhenyu Wang32f9d652009-07-24 01:00:32 +08002338 pp |= EDP_BLC_ENABLE;
Jesse Barnes453c5422013-03-28 09:55:41 -07002339
Jani Nikulabf13e812013-09-06 07:40:05 +03002340 pp_ctrl_reg = _pp_ctrl_reg(intel_dp);
Jesse Barnes453c5422013-03-28 09:55:41 -07002341
2342 I915_WRITE(pp_ctrl_reg, pp);
2343 POSTING_READ(pp_ctrl_reg);
Ville Syrjäläe39b9992014-09-04 14:53:14 +03002344
Ville Syrjälä773538e82014-09-04 14:54:56 +03002345 pps_unlock(intel_dp);
Zhenyu Wang32f9d652009-07-24 01:00:32 +08002346}
2347
Jani Nikula1250d102014-08-12 17:11:39 +03002348/* Enable backlight PWM and backlight PP control. */
Maarten Lankhorstb037d582017-06-12 12:21:13 +02002349void intel_edp_backlight_on(const struct intel_crtc_state *crtc_state,
2350 const struct drm_connector_state *conn_state)
Jani Nikula1250d102014-08-12 17:11:39 +03002351{
Maarten Lankhorstb037d582017-06-12 12:21:13 +02002352 struct intel_dp *intel_dp = enc_to_intel_dp(conn_state->best_encoder);
2353
Jani Nikula1853a9d2017-08-18 12:30:20 +03002354 if (!intel_dp_is_edp(intel_dp))
Jani Nikula1250d102014-08-12 17:11:39 +03002355 return;
2356
2357 DRM_DEBUG_KMS("\n");
2358
Maarten Lankhorstb037d582017-06-12 12:21:13 +02002359 intel_panel_enable_backlight(crtc_state, conn_state);
Jani Nikula1250d102014-08-12 17:11:39 +03002360 _intel_edp_backlight_on(intel_dp);
2361}
2362
2363/* Disable backlight in the panel power control. */
2364static void _intel_edp_backlight_off(struct intel_dp *intel_dp)
Zhenyu Wang32f9d652009-07-24 01:00:32 +08002365{
Paulo Zanoni30add222012-10-26 19:05:45 -02002366 struct drm_device *dev = intel_dp_to_dev(intel_dp);
Chris Wilsonfac5e232016-07-04 11:34:36 +01002367 struct drm_i915_private *dev_priv = to_i915(dev);
Zhenyu Wang32f9d652009-07-24 01:00:32 +08002368 u32 pp;
Ville Syrjäläf0f59a02015-11-18 15:33:26 +02002369 i915_reg_t pp_ctrl_reg;
Zhenyu Wang32f9d652009-07-24 01:00:32 +08002370
Jani Nikula1853a9d2017-08-18 12:30:20 +03002371 if (!intel_dp_is_edp(intel_dp))
Keith Packardf01eca22011-09-28 16:48:10 -07002372 return;
2373
Ville Syrjälä773538e82014-09-04 14:54:56 +03002374 pps_lock(intel_dp);
Ville Syrjäläe39b9992014-09-04 14:53:14 +03002375
Jesse Barnes453c5422013-03-28 09:55:41 -07002376 pp = ironlake_get_pp_control(intel_dp);
Zhenyu Wang32f9d652009-07-24 01:00:32 +08002377 pp &= ~EDP_BLC_ENABLE;
Jesse Barnes453c5422013-03-28 09:55:41 -07002378
Jani Nikulabf13e812013-09-06 07:40:05 +03002379 pp_ctrl_reg = _pp_ctrl_reg(intel_dp);
Jesse Barnes453c5422013-03-28 09:55:41 -07002380
2381 I915_WRITE(pp_ctrl_reg, pp);
2382 POSTING_READ(pp_ctrl_reg);
Jesse Barnesf7d23232014-03-31 11:13:56 -07002383
Ville Syrjälä773538e82014-09-04 14:54:56 +03002384 pps_unlock(intel_dp);
Ville Syrjäläe39b9992014-09-04 14:53:14 +03002385
Paulo Zanonidce56b32013-12-19 14:29:40 -02002386 intel_dp->last_backlight_off = jiffies;
Jesse Barnesf7d23232014-03-31 11:13:56 -07002387 edp_wait_backlight_off(intel_dp);
Jani Nikula1250d102014-08-12 17:11:39 +03002388}
Jesse Barnesf7d23232014-03-31 11:13:56 -07002389
Jani Nikula1250d102014-08-12 17:11:39 +03002390/* Disable backlight PP control and backlight PWM. */
Maarten Lankhorstb037d582017-06-12 12:21:13 +02002391void intel_edp_backlight_off(const struct drm_connector_state *old_conn_state)
Jani Nikula1250d102014-08-12 17:11:39 +03002392{
Maarten Lankhorstb037d582017-06-12 12:21:13 +02002393 struct intel_dp *intel_dp = enc_to_intel_dp(old_conn_state->best_encoder);
2394
Jani Nikula1853a9d2017-08-18 12:30:20 +03002395 if (!intel_dp_is_edp(intel_dp))
Jani Nikula1250d102014-08-12 17:11:39 +03002396 return;
2397
2398 DRM_DEBUG_KMS("\n");
2399
2400 _intel_edp_backlight_off(intel_dp);
Maarten Lankhorstb037d582017-06-12 12:21:13 +02002401 intel_panel_disable_backlight(old_conn_state);
Zhenyu Wang32f9d652009-07-24 01:00:32 +08002402}
Keith Packarda4fc5ed2009-04-07 16:16:42 -07002403
Jani Nikula73580fb72014-08-12 17:11:41 +03002404/*
2405 * Hook for controlling the panel power control backlight through the bl_power
2406 * sysfs attribute. Take care to handle multiple calls.
2407 */
2408static void intel_edp_backlight_power(struct intel_connector *connector,
2409 bool enable)
2410{
2411 struct intel_dp *intel_dp = intel_attached_dp(&connector->base);
Ville Syrjäläe39b9992014-09-04 14:53:14 +03002412 bool is_enabled;
2413
Ville Syrjälä773538e82014-09-04 14:54:56 +03002414 pps_lock(intel_dp);
Ville Syrjäläe39b9992014-09-04 14:53:14 +03002415 is_enabled = ironlake_get_pp_control(intel_dp) & EDP_BLC_ENABLE;
Ville Syrjälä773538e82014-09-04 14:54:56 +03002416 pps_unlock(intel_dp);
Jani Nikula73580fb72014-08-12 17:11:41 +03002417
2418 if (is_enabled == enable)
2419 return;
2420
Jani Nikula23ba9372014-08-27 14:08:43 +03002421 DRM_DEBUG_KMS("panel power control backlight %s\n",
2422 enable ? "enable" : "disable");
Jani Nikula73580fb72014-08-12 17:11:41 +03002423
2424 if (enable)
2425 _intel_edp_backlight_on(intel_dp);
2426 else
2427 _intel_edp_backlight_off(intel_dp);
2428}
2429
Ville Syrjälä64e10772015-10-29 21:26:01 +02002430static void assert_dp_port(struct intel_dp *intel_dp, bool state)
2431{
2432 struct intel_digital_port *dig_port = dp_to_dig_port(intel_dp);
2433 struct drm_i915_private *dev_priv = to_i915(dig_port->base.base.dev);
2434 bool cur_state = I915_READ(intel_dp->output_reg) & DP_PORT_EN;
2435
2436 I915_STATE_WARN(cur_state != state,
2437 "DP port %c state assertion failure (expected %s, current %s)\n",
2438 port_name(dig_port->port),
Jani Nikula87ad3212016-01-14 12:53:34 +02002439 onoff(state), onoff(cur_state));
Ville Syrjälä64e10772015-10-29 21:26:01 +02002440}
2441#define assert_dp_port_disabled(d) assert_dp_port((d), false)
2442
2443static void assert_edp_pll(struct drm_i915_private *dev_priv, bool state)
2444{
2445 bool cur_state = I915_READ(DP_A) & DP_PLL_ENABLE;
2446
2447 I915_STATE_WARN(cur_state != state,
2448 "eDP PLL state assertion failure (expected %s, current %s)\n",
Jani Nikula87ad3212016-01-14 12:53:34 +02002449 onoff(state), onoff(cur_state));
Ville Syrjälä64e10772015-10-29 21:26:01 +02002450}
2451#define assert_edp_pll_enabled(d) assert_edp_pll((d), true)
2452#define assert_edp_pll_disabled(d) assert_edp_pll((d), false)
2453
Maarten Lankhorst85cb48a2016-08-09 17:04:13 +02002454static void ironlake_edp_pll_on(struct intel_dp *intel_dp,
Ville Syrjälä5f88a9c2017-08-18 16:49:58 +03002455 const struct intel_crtc_state *pipe_config)
Jesse Barnesd240f202010-08-13 15:43:26 -07002456{
Maarten Lankhorst85cb48a2016-08-09 17:04:13 +02002457 struct intel_crtc *crtc = to_intel_crtc(pipe_config->base.crtc);
Ville Syrjälä64e10772015-10-29 21:26:01 +02002458 struct drm_i915_private *dev_priv = to_i915(crtc->base.dev);
Jesse Barnesd240f202010-08-13 15:43:26 -07002459
Ville Syrjälä64e10772015-10-29 21:26:01 +02002460 assert_pipe_disabled(dev_priv, crtc->pipe);
2461 assert_dp_port_disabled(intel_dp);
2462 assert_edp_pll_disabled(dev_priv);
Daniel Vetter2bd2ad62012-09-06 22:15:41 +02002463
Ville Syrjäläabfce942015-10-29 21:26:03 +02002464 DRM_DEBUG_KMS("enabling eDP PLL for clock %d\n",
Maarten Lankhorst85cb48a2016-08-09 17:04:13 +02002465 pipe_config->port_clock);
Ville Syrjäläabfce942015-10-29 21:26:03 +02002466
2467 intel_dp->DP &= ~DP_PLL_FREQ_MASK;
2468
Maarten Lankhorst85cb48a2016-08-09 17:04:13 +02002469 if (pipe_config->port_clock == 162000)
Ville Syrjäläabfce942015-10-29 21:26:03 +02002470 intel_dp->DP |= DP_PLL_FREQ_162MHZ;
2471 else
2472 intel_dp->DP |= DP_PLL_FREQ_270MHZ;
2473
2474 I915_WRITE(DP_A, intel_dp->DP);
2475 POSTING_READ(DP_A);
2476 udelay(500);
2477
Ville Syrjälä6b23f3e2016-04-01 21:53:19 +03002478 /*
2479 * [DevILK] Work around required when enabling DP PLL
2480 * while a pipe is enabled going to FDI:
2481 * 1. Wait for the start of vertical blank on the enabled pipe going to FDI
2482 * 2. Program DP PLL enable
2483 */
2484 if (IS_GEN5(dev_priv))
Ville Syrjälä0f0f74b2016-10-31 22:37:06 +02002485 intel_wait_for_vblank_if_active(dev_priv, !crtc->pipe);
Ville Syrjälä6b23f3e2016-04-01 21:53:19 +03002486
Daniel Vetter07679352012-09-06 22:15:42 +02002487 intel_dp->DP |= DP_PLL_ENABLE;
Ville Syrjälä6fec7662015-11-10 16:16:17 +02002488
Daniel Vetter07679352012-09-06 22:15:42 +02002489 I915_WRITE(DP_A, intel_dp->DP);
Jesse Barnes298b0b32010-10-07 16:01:24 -07002490 POSTING_READ(DP_A);
2491 udelay(200);
Jesse Barnesd240f202010-08-13 15:43:26 -07002492}
2493
Daniel Vetter2bd2ad62012-09-06 22:15:41 +02002494static void ironlake_edp_pll_off(struct intel_dp *intel_dp)
Jesse Barnesd240f202010-08-13 15:43:26 -07002495{
Paulo Zanonida63a9f2012-10-26 19:05:46 -02002496 struct intel_digital_port *intel_dig_port = dp_to_dig_port(intel_dp);
Ville Syrjälä64e10772015-10-29 21:26:01 +02002497 struct intel_crtc *crtc = to_intel_crtc(intel_dig_port->base.base.crtc);
2498 struct drm_i915_private *dev_priv = to_i915(crtc->base.dev);
Jesse Barnesd240f202010-08-13 15:43:26 -07002499
Ville Syrjälä64e10772015-10-29 21:26:01 +02002500 assert_pipe_disabled(dev_priv, crtc->pipe);
2501 assert_dp_port_disabled(intel_dp);
2502 assert_edp_pll_enabled(dev_priv);
Daniel Vetter2bd2ad62012-09-06 22:15:41 +02002503
Ville Syrjäläabfce942015-10-29 21:26:03 +02002504 DRM_DEBUG_KMS("disabling eDP PLL\n");
2505
Ville Syrjälä6fec7662015-11-10 16:16:17 +02002506 intel_dp->DP &= ~DP_PLL_ENABLE;
Daniel Vetter07679352012-09-06 22:15:42 +02002507
Ville Syrjälä6fec7662015-11-10 16:16:17 +02002508 I915_WRITE(DP_A, intel_dp->DP);
Chris Wilson1af5fa12010-09-08 21:07:28 +01002509 POSTING_READ(DP_A);
Jesse Barnesd240f202010-08-13 15:43:26 -07002510 udelay(200);
2511}
2512
Ville Syrjälä857c4162017-10-27 12:45:23 +03002513static bool downstream_hpd_needs_d0(struct intel_dp *intel_dp)
2514{
2515 /*
2516 * DPCD 1.2+ should support BRANCH_DEVICE_CTRL, and thus
2517 * be capable of signalling downstream hpd with a long pulse.
2518 * Whether or not that means D3 is safe to use is not clear,
2519 * but let's assume so until proven otherwise.
2520 *
2521 * FIXME should really check all downstream ports...
2522 */
2523 return intel_dp->dpcd[DP_DPCD_REV] == 0x11 &&
2524 intel_dp->dpcd[DP_DOWNSTREAMPORT_PRESENT] & DP_DWN_STRM_PORT_PRESENT &&
2525 intel_dp->downstream_ports[0] & DP_DS_PORT_HPD;
2526}
2527
Jesse Barnesc7ad3812011-07-07 11:11:03 -07002528/* If the sink supports it, try to set the power state appropriately */
Paulo Zanonic19b0662012-10-15 15:51:41 -03002529void intel_dp_sink_dpms(struct intel_dp *intel_dp, int mode)
Jesse Barnesc7ad3812011-07-07 11:11:03 -07002530{
2531 int ret, i;
2532
2533 /* Should have a valid DPCD by this point */
2534 if (intel_dp->dpcd[DP_DPCD_REV] < 0x11)
2535 return;
2536
2537 if (mode != DRM_MODE_DPMS_ON) {
Ville Syrjälä857c4162017-10-27 12:45:23 +03002538 if (downstream_hpd_needs_d0(intel_dp))
2539 return;
2540
Jani Nikula9d1a1032014-03-14 16:51:15 +02002541 ret = drm_dp_dpcd_writeb(&intel_dp->aux, DP_SET_POWER,
2542 DP_SET_POWER_D3);
Jesse Barnesc7ad3812011-07-07 11:11:03 -07002543 } else {
Imre Deak357c0ae2016-11-21 21:15:06 +02002544 struct intel_lspcon *lspcon = dp_to_lspcon(intel_dp);
2545
Jesse Barnesc7ad3812011-07-07 11:11:03 -07002546 /*
2547 * When turning on, we need to retry for 1ms to give the sink
2548 * time to wake up.
2549 */
2550 for (i = 0; i < 3; i++) {
Jani Nikula9d1a1032014-03-14 16:51:15 +02002551 ret = drm_dp_dpcd_writeb(&intel_dp->aux, DP_SET_POWER,
2552 DP_SET_POWER_D0);
Jesse Barnesc7ad3812011-07-07 11:11:03 -07002553 if (ret == 1)
2554 break;
2555 msleep(1);
2556 }
Imre Deak357c0ae2016-11-21 21:15:06 +02002557
2558 if (ret == 1 && lspcon->active)
2559 lspcon_wait_pcon_mode(lspcon);
Jesse Barnesc7ad3812011-07-07 11:11:03 -07002560 }
Jani Nikulaf9cac722014-09-02 16:33:52 +03002561
2562 if (ret != 1)
2563 DRM_DEBUG_KMS("failed to %s sink power state\n",
2564 mode == DRM_MODE_DPMS_ON ? "enable" : "disable");
Jesse Barnesc7ad3812011-07-07 11:11:03 -07002565}
2566
Daniel Vetter19d8fe12012-07-02 13:26:27 +02002567static bool intel_dp_get_hw_state(struct intel_encoder *encoder,
2568 enum pipe *pipe)
Jesse Barnesd240f202010-08-13 15:43:26 -07002569{
Daniel Vetter19d8fe12012-07-02 13:26:27 +02002570 struct intel_dp *intel_dp = enc_to_intel_dp(&encoder->base);
Imre Deakbc7d38a2013-05-16 14:40:36 +03002571 enum port port = dp_to_dig_port(intel_dp)->port;
Daniel Vetter19d8fe12012-07-02 13:26:27 +02002572 struct drm_device *dev = encoder->base.dev;
Chris Wilsonfac5e232016-07-04 11:34:36 +01002573 struct drm_i915_private *dev_priv = to_i915(dev);
Imre Deak6d129be2014-03-05 16:20:54 +02002574 u32 tmp;
Imre Deak6fa9a5e2016-02-12 18:55:18 +02002575 bool ret;
Imre Deak6d129be2014-03-05 16:20:54 +02002576
Ander Conselvan de Oliveira79f255a2017-02-22 08:34:27 +02002577 if (!intel_display_power_get_if_enabled(dev_priv,
2578 encoder->power_domain))
Imre Deak6d129be2014-03-05 16:20:54 +02002579 return false;
2580
Imre Deak6fa9a5e2016-02-12 18:55:18 +02002581 ret = false;
2582
Imre Deak6d129be2014-03-05 16:20:54 +02002583 tmp = I915_READ(intel_dp->output_reg);
Jesse Barnesd240f202010-08-13 15:43:26 -07002584
Daniel Vetter19d8fe12012-07-02 13:26:27 +02002585 if (!(tmp & DP_PORT_EN))
Imre Deak6fa9a5e2016-02-12 18:55:18 +02002586 goto out;
Daniel Vetter19d8fe12012-07-02 13:26:27 +02002587
Tvrtko Ursulin5db94012016-10-13 11:03:10 +01002588 if (IS_GEN7(dev_priv) && port == PORT_A) {
Daniel Vetter19d8fe12012-07-02 13:26:27 +02002589 *pipe = PORT_TO_PIPE_CPT(tmp);
Tvrtko Ursulin6e266952016-10-13 11:02:53 +01002590 } else if (HAS_PCH_CPT(dev_priv) && port != PORT_A) {
Ville Syrjäläadc289d2015-05-05 17:17:30 +03002591 enum pipe p;
Daniel Vetter19d8fe12012-07-02 13:26:27 +02002592
Ville Syrjäläadc289d2015-05-05 17:17:30 +03002593 for_each_pipe(dev_priv, p) {
2594 u32 trans_dp = I915_READ(TRANS_DP_CTL(p));
2595 if (TRANS_DP_PIPE_TO_PORT(trans_dp) == port) {
2596 *pipe = p;
Imre Deak6fa9a5e2016-02-12 18:55:18 +02002597 ret = true;
2598
2599 goto out;
Daniel Vetter19d8fe12012-07-02 13:26:27 +02002600 }
2601 }
Daniel Vetter19d8fe12012-07-02 13:26:27 +02002602
Daniel Vetter4a0833e2012-10-26 10:58:11 +02002603 DRM_DEBUG_KMS("No pipe for dp port 0x%x found\n",
Ville Syrjäläf0f59a02015-11-18 15:33:26 +02002604 i915_mmio_reg_offset(intel_dp->output_reg));
Tvrtko Ursulin920a14b2016-10-14 10:13:44 +01002605 } else if (IS_CHERRYVIEW(dev_priv)) {
Ville Syrjälä39e5fa82015-05-05 17:17:29 +03002606 *pipe = DP_PORT_TO_PIPE_CHV(tmp);
2607 } else {
2608 *pipe = PORT_TO_PIPE(tmp);
Daniel Vetter4a0833e2012-10-26 10:58:11 +02002609 }
Daniel Vetter19d8fe12012-07-02 13:26:27 +02002610
Imre Deak6fa9a5e2016-02-12 18:55:18 +02002611 ret = true;
2612
2613out:
Ander Conselvan de Oliveira79f255a2017-02-22 08:34:27 +02002614 intel_display_power_put(dev_priv, encoder->power_domain);
Imre Deak6fa9a5e2016-02-12 18:55:18 +02002615
2616 return ret;
Daniel Vetter19d8fe12012-07-02 13:26:27 +02002617}
2618
Jesse Barnes045ac3b2013-05-14 17:08:26 -07002619static void intel_dp_get_config(struct intel_encoder *encoder,
Ander Conselvan de Oliveira5cec2582015-01-15 14:55:21 +02002620 struct intel_crtc_state *pipe_config)
Jesse Barnes045ac3b2013-05-14 17:08:26 -07002621{
2622 struct intel_dp *intel_dp = enc_to_intel_dp(&encoder->base);
Jesse Barnes045ac3b2013-05-14 17:08:26 -07002623 u32 tmp, flags = 0;
Xiong Zhang63000ef2013-06-28 12:59:06 +08002624 struct drm_device *dev = encoder->base.dev;
Chris Wilsonfac5e232016-07-04 11:34:36 +01002625 struct drm_i915_private *dev_priv = to_i915(dev);
Xiong Zhang63000ef2013-06-28 12:59:06 +08002626 enum port port = dp_to_dig_port(intel_dp)->port;
2627 struct intel_crtc *crtc = to_intel_crtc(encoder->base.crtc);
Jesse Barnes045ac3b2013-05-14 17:08:26 -07002628
Ville Syrjäläe1214b92017-10-27 22:31:23 +03002629 if (encoder->type == INTEL_OUTPUT_EDP)
2630 pipe_config->output_types |= BIT(INTEL_OUTPUT_EDP);
2631 else
2632 pipe_config->output_types |= BIT(INTEL_OUTPUT_DP);
2633
Daniel Vetter9ed109a2014-04-24 23:54:52 +02002634 tmp = I915_READ(intel_dp->output_reg);
Jani Nikula9fcb1702015-05-05 16:32:12 +03002635
2636 pipe_config->has_audio = tmp & DP_AUDIO_OUTPUT_ENABLE && port != PORT_A;
Daniel Vetter9ed109a2014-04-24 23:54:52 +02002637
Tvrtko Ursulin6e266952016-10-13 11:02:53 +01002638 if (HAS_PCH_CPT(dev_priv) && port != PORT_A) {
Ville Syrjäläb81e34c2015-07-06 15:10:03 +03002639 u32 trans_dp = I915_READ(TRANS_DP_CTL(crtc->pipe));
2640
2641 if (trans_dp & TRANS_DP_HSYNC_ACTIVE_HIGH)
Xiong Zhang63000ef2013-06-28 12:59:06 +08002642 flags |= DRM_MODE_FLAG_PHSYNC;
2643 else
2644 flags |= DRM_MODE_FLAG_NHSYNC;
Jesse Barnes045ac3b2013-05-14 17:08:26 -07002645
Ville Syrjäläb81e34c2015-07-06 15:10:03 +03002646 if (trans_dp & TRANS_DP_VSYNC_ACTIVE_HIGH)
Xiong Zhang63000ef2013-06-28 12:59:06 +08002647 flags |= DRM_MODE_FLAG_PVSYNC;
2648 else
2649 flags |= DRM_MODE_FLAG_NVSYNC;
Ville Syrjälä39e5fa82015-05-05 17:17:29 +03002650 } else {
2651 if (tmp & DP_SYNC_HS_HIGH)
2652 flags |= DRM_MODE_FLAG_PHSYNC;
2653 else
2654 flags |= DRM_MODE_FLAG_NHSYNC;
2655
2656 if (tmp & DP_SYNC_VS_HIGH)
2657 flags |= DRM_MODE_FLAG_PVSYNC;
2658 else
2659 flags |= DRM_MODE_FLAG_NVSYNC;
Xiong Zhang63000ef2013-06-28 12:59:06 +08002660 }
Jesse Barnes045ac3b2013-05-14 17:08:26 -07002661
Ander Conselvan de Oliveira2d112de2015-01-15 14:55:22 +02002662 pipe_config->base.adjusted_mode.flags |= flags;
Jesse Barnesf1f644d2013-06-27 00:39:25 +03002663
Ville Syrjäläc99f53f2016-11-14 19:44:07 +02002664 if (IS_G4X(dev_priv) && tmp & DP_COLOR_RANGE_16_235)
Ville Syrjälä8c875fc2014-09-12 15:46:29 +03002665 pipe_config->limited_color_range = true;
2666
Ville Syrjälä90a6b7b2015-07-06 16:39:15 +03002667 pipe_config->lane_count =
2668 ((tmp & DP_PORT_WIDTH_MASK) >> DP_PORT_WIDTH_SHIFT) + 1;
2669
Ville Syrjäläeb14cb72013-09-10 17:02:54 +03002670 intel_dp_get_m_n(crtc, pipe_config);
2671
Ville Syrjälä18442d02013-09-13 16:00:08 +03002672 if (port == PORT_A) {
Ville Syrjäläb377e0d2015-10-29 21:25:59 +02002673 if ((I915_READ(DP_A) & DP_PLL_FREQ_MASK) == DP_PLL_FREQ_162MHZ)
Jesse Barnesf1f644d2013-06-27 00:39:25 +03002674 pipe_config->port_clock = 162000;
2675 else
2676 pipe_config->port_clock = 270000;
2677 }
Ville Syrjälä18442d02013-09-13 16:00:08 +03002678
Ville Syrjäläe3b247d2016-02-17 21:41:09 +02002679 pipe_config->base.adjusted_mode.crtc_clock =
2680 intel_dotclock_calculate(pipe_config->port_clock,
2681 &pipe_config->dp_m_n);
Daniel Vetter7f16e5c2013-11-04 16:28:47 +01002682
Jani Nikula1853a9d2017-08-18 12:30:20 +03002683 if (intel_dp_is_edp(intel_dp) && dev_priv->vbt.edp.bpp &&
Jani Nikula6aa23e62016-03-24 17:50:20 +02002684 pipe_config->pipe_bpp > dev_priv->vbt.edp.bpp) {
Jani Nikulac6cd2ee2013-10-21 10:52:07 +03002685 /*
2686 * This is a big fat ugly hack.
2687 *
2688 * Some machines in UEFI boot mode provide us a VBT that has 18
2689 * bpp and 1.62 GHz link bandwidth for eDP, which for reasons
2690 * unknown we fail to light up. Yet the same BIOS boots up with
2691 * 24 bpp and 2.7 GHz link. Use the same bpp as the BIOS uses as
2692 * max, not what it tells us to use.
2693 *
2694 * Note: This will still be broken if the eDP panel is not lit
2695 * up by the BIOS, and thus we can't get the mode at module
2696 * load.
2697 */
2698 DRM_DEBUG_KMS("pipe has %d bpp for eDP panel, overriding BIOS-provided max %d bpp\n",
Jani Nikula6aa23e62016-03-24 17:50:20 +02002699 pipe_config->pipe_bpp, dev_priv->vbt.edp.bpp);
2700 dev_priv->vbt.edp.bpp = pipe_config->pipe_bpp;
Jani Nikulac6cd2ee2013-10-21 10:52:07 +03002701 }
Jesse Barnes045ac3b2013-05-14 17:08:26 -07002702}
2703
Maarten Lankhorstfd6bbda2016-08-09 17:04:04 +02002704static void intel_disable_dp(struct intel_encoder *encoder,
Ville Syrjälä5f88a9c2017-08-18 16:49:58 +03002705 const struct intel_crtc_state *old_crtc_state,
2706 const struct drm_connector_state *old_conn_state)
Jesse Barnesd240f202010-08-13 15:43:26 -07002707{
Daniel Vettere8cb4552012-07-01 13:05:48 +02002708 struct intel_dp *intel_dp = enc_to_intel_dp(&encoder->base);
Jani Nikula495a5bb2014-10-27 16:26:55 +02002709
Maarten Lankhorst85cb48a2016-08-09 17:04:13 +02002710 if (old_crtc_state->has_audio)
Ville Syrjälä8ec47de2017-10-30 20:46:53 +02002711 intel_audio_codec_disable(encoder,
2712 old_crtc_state, old_conn_state);
Daniel Vetter6cb49832012-05-20 17:14:50 +02002713
2714 /* Make sure the panel is off before trying to change the mode. But also
2715 * ensure that we have vdd while we switch off the panel. */
Jani Nikula24f3e092014-03-17 16:43:36 +02002716 intel_edp_panel_vdd_on(intel_dp);
Maarten Lankhorstb037d582017-06-12 12:21:13 +02002717 intel_edp_backlight_off(old_conn_state);
Jani Nikulafdbc3b12013-11-12 17:10:13 +02002718 intel_dp_sink_dpms(intel_dp, DRM_MODE_DPMS_OFF);
Daniel Vetter4be73782014-01-17 14:39:48 +01002719 intel_edp_panel_off(intel_dp);
Ville Syrjälä1a8ff602017-09-20 18:12:51 +03002720}
2721
2722static void g4x_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_disable_dp(encoder, old_crtc_state, old_conn_state);
Daniel Vetter37398502012-09-06 22:15:44 +02002729
Ville Syrjälä08aff3f2014-08-18 22:16:09 +03002730 /* disable the port before the pipe on g4x */
Ville Syrjälä1a8ff602017-09-20 18:12:51 +03002731 intel_dp_link_down(intel_dp);
2732}
2733
2734static void ilk_disable_dp(struct intel_encoder *encoder,
2735 const struct intel_crtc_state *old_crtc_state,
2736 const struct drm_connector_state *old_conn_state)
2737{
2738 intel_disable_dp(encoder, old_crtc_state, old_conn_state);
2739}
2740
2741static void vlv_disable_dp(struct intel_encoder *encoder,
2742 const struct intel_crtc_state *old_crtc_state,
2743 const struct drm_connector_state *old_conn_state)
2744{
2745 struct intel_dp *intel_dp = enc_to_intel_dp(&encoder->base);
2746
2747 intel_psr_disable(intel_dp, old_crtc_state);
2748
2749 intel_disable_dp(encoder, old_crtc_state, old_conn_state);
Jesse Barnesd240f202010-08-13 15:43:26 -07002750}
2751
Maarten Lankhorstfd6bbda2016-08-09 17:04:04 +02002752static void ilk_post_disable_dp(struct intel_encoder *encoder,
Ville Syrjälä5f88a9c2017-08-18 16:49:58 +03002753 const struct intel_crtc_state *old_crtc_state,
2754 const struct drm_connector_state *old_conn_state)
Jesse Barnesd240f202010-08-13 15:43:26 -07002755{
Daniel Vetter2bd2ad62012-09-06 22:15:41 +02002756 struct intel_dp *intel_dp = enc_to_intel_dp(&encoder->base);
Imre Deak982a3862013-05-23 19:39:40 +03002757 enum port port = dp_to_dig_port(intel_dp)->port;
Daniel Vetter2bd2ad62012-09-06 22:15:41 +02002758
Ville Syrjälä49277c32014-03-31 18:21:26 +03002759 intel_dp_link_down(intel_dp);
Ville Syrjäläabfce942015-10-29 21:26:03 +02002760
2761 /* Only ilk+ has port A */
Ville Syrjälä08aff3f2014-08-18 22:16:09 +03002762 if (port == PORT_A)
2763 ironlake_edp_pll_off(intel_dp);
Ville Syrjälä49277c32014-03-31 18:21:26 +03002764}
2765
Maarten Lankhorstfd6bbda2016-08-09 17:04:04 +02002766static void vlv_post_disable_dp(struct intel_encoder *encoder,
Ville Syrjälä5f88a9c2017-08-18 16:49:58 +03002767 const struct intel_crtc_state *old_crtc_state,
2768 const struct drm_connector_state *old_conn_state)
Ville Syrjälä49277c32014-03-31 18:21:26 +03002769{
2770 struct intel_dp *intel_dp = enc_to_intel_dp(&encoder->base);
2771
2772 intel_dp_link_down(intel_dp);
Daniel Vetter2bd2ad62012-09-06 22:15:41 +02002773}
2774
Maarten Lankhorstfd6bbda2016-08-09 17:04:04 +02002775static void chv_post_disable_dp(struct intel_encoder *encoder,
Ville Syrjälä5f88a9c2017-08-18 16:49:58 +03002776 const struct intel_crtc_state *old_crtc_state,
2777 const struct drm_connector_state *old_conn_state)
Ville Syrjälä580d3812014-04-09 13:29:00 +03002778{
2779 struct intel_dp *intel_dp = enc_to_intel_dp(&encoder->base);
Ville Syrjälä580d3812014-04-09 13:29:00 +03002780 struct drm_device *dev = encoder->base.dev;
Chris Wilsonfac5e232016-07-04 11:34:36 +01002781 struct drm_i915_private *dev_priv = to_i915(dev);
Ville Syrjälä580d3812014-04-09 13:29:00 +03002782
2783 intel_dp_link_down(intel_dp);
2784
Ville Syrjäläa5805162015-05-26 20:42:30 +03002785 mutex_lock(&dev_priv->sb_lock);
Ville Syrjälä580d3812014-04-09 13:29:00 +03002786
Ville Syrjäläa8f327f2015-07-09 20:14:11 +03002787 /* Assert data lane reset */
2788 chv_data_lane_soft_reset(encoder, true);
Ville Syrjälä580d3812014-04-09 13:29:00 +03002789
Ville Syrjäläa5805162015-05-26 20:42:30 +03002790 mutex_unlock(&dev_priv->sb_lock);
Ville Syrjälä580d3812014-04-09 13:29:00 +03002791}
2792
Ville Syrjälä7b13b582014-08-18 22:16:08 +03002793static void
2794_intel_dp_set_link_train(struct intel_dp *intel_dp,
2795 uint32_t *DP,
2796 uint8_t dp_train_pat)
2797{
2798 struct intel_digital_port *intel_dig_port = dp_to_dig_port(intel_dp);
2799 struct drm_device *dev = intel_dig_port->base.base.dev;
Chris Wilsonfac5e232016-07-04 11:34:36 +01002800 struct drm_i915_private *dev_priv = to_i915(dev);
Ville Syrjälä7b13b582014-08-18 22:16:08 +03002801 enum port port = intel_dig_port->port;
2802
Pandiyan, Dhinakaran8b0878a2016-08-04 13:48:35 -07002803 if (dp_train_pat & DP_TRAINING_PATTERN_MASK)
2804 DRM_DEBUG_KMS("Using DP training pattern TPS%d\n",
2805 dp_train_pat & DP_TRAINING_PATTERN_MASK);
2806
Tvrtko Ursulin4f8036a2016-10-13 11:02:52 +01002807 if (HAS_DDI(dev_priv)) {
Ville Syrjälä7b13b582014-08-18 22:16:08 +03002808 uint32_t temp = I915_READ(DP_TP_CTL(port));
2809
2810 if (dp_train_pat & DP_LINK_SCRAMBLING_DISABLE)
2811 temp |= DP_TP_CTL_SCRAMBLE_DISABLE;
2812 else
2813 temp &= ~DP_TP_CTL_SCRAMBLE_DISABLE;
2814
2815 temp &= ~DP_TP_CTL_LINK_TRAIN_MASK;
2816 switch (dp_train_pat & DP_TRAINING_PATTERN_MASK) {
2817 case DP_TRAINING_PATTERN_DISABLE:
2818 temp |= DP_TP_CTL_LINK_TRAIN_NORMAL;
2819
2820 break;
2821 case DP_TRAINING_PATTERN_1:
2822 temp |= DP_TP_CTL_LINK_TRAIN_PAT1;
2823 break;
2824 case DP_TRAINING_PATTERN_2:
2825 temp |= DP_TP_CTL_LINK_TRAIN_PAT2;
2826 break;
2827 case DP_TRAINING_PATTERN_3:
2828 temp |= DP_TP_CTL_LINK_TRAIN_PAT3;
2829 break;
2830 }
2831 I915_WRITE(DP_TP_CTL(port), temp);
2832
Tvrtko Ursulin5db94012016-10-13 11:03:10 +01002833 } else if ((IS_GEN7(dev_priv) && port == PORT_A) ||
Tvrtko Ursulin6e266952016-10-13 11:02:53 +01002834 (HAS_PCH_CPT(dev_priv) && port != PORT_A)) {
Ville Syrjälä7b13b582014-08-18 22:16:08 +03002835 *DP &= ~DP_LINK_TRAIN_MASK_CPT;
2836
2837 switch (dp_train_pat & DP_TRAINING_PATTERN_MASK) {
2838 case DP_TRAINING_PATTERN_DISABLE:
2839 *DP |= DP_LINK_TRAIN_OFF_CPT;
2840 break;
2841 case DP_TRAINING_PATTERN_1:
2842 *DP |= DP_LINK_TRAIN_PAT_1_CPT;
2843 break;
2844 case DP_TRAINING_PATTERN_2:
2845 *DP |= DP_LINK_TRAIN_PAT_2_CPT;
2846 break;
2847 case DP_TRAINING_PATTERN_3:
Pandiyan, Dhinakaran8b0878a2016-08-04 13:48:35 -07002848 DRM_DEBUG_KMS("TPS3 not supported, using TPS2 instead\n");
Ville Syrjälä7b13b582014-08-18 22:16:08 +03002849 *DP |= DP_LINK_TRAIN_PAT_2_CPT;
2850 break;
2851 }
2852
2853 } else {
Tvrtko Ursulin920a14b2016-10-14 10:13:44 +01002854 if (IS_CHERRYVIEW(dev_priv))
Ville Syrjälä7b13b582014-08-18 22:16:08 +03002855 *DP &= ~DP_LINK_TRAIN_MASK_CHV;
2856 else
2857 *DP &= ~DP_LINK_TRAIN_MASK;
2858
2859 switch (dp_train_pat & DP_TRAINING_PATTERN_MASK) {
2860 case DP_TRAINING_PATTERN_DISABLE:
2861 *DP |= DP_LINK_TRAIN_OFF;
2862 break;
2863 case DP_TRAINING_PATTERN_1:
2864 *DP |= DP_LINK_TRAIN_PAT_1;
2865 break;
2866 case DP_TRAINING_PATTERN_2:
2867 *DP |= DP_LINK_TRAIN_PAT_2;
2868 break;
2869 case DP_TRAINING_PATTERN_3:
Tvrtko Ursulin920a14b2016-10-14 10:13:44 +01002870 if (IS_CHERRYVIEW(dev_priv)) {
Ville Syrjälä7b13b582014-08-18 22:16:08 +03002871 *DP |= DP_LINK_TRAIN_PAT_3_CHV;
2872 } else {
Pandiyan, Dhinakaran8b0878a2016-08-04 13:48:35 -07002873 DRM_DEBUG_KMS("TPS3 not supported, using TPS2 instead\n");
Ville Syrjälä7b13b582014-08-18 22:16:08 +03002874 *DP |= DP_LINK_TRAIN_PAT_2;
2875 }
2876 break;
2877 }
2878 }
2879}
2880
Maarten Lankhorst85cb48a2016-08-09 17:04:13 +02002881static void intel_dp_enable_port(struct intel_dp *intel_dp,
Ville Syrjälä5f88a9c2017-08-18 16:49:58 +03002882 const struct intel_crtc_state *old_crtc_state)
Ville Syrjälä7b13b582014-08-18 22:16:08 +03002883{
2884 struct drm_device *dev = intel_dp_to_dev(intel_dp);
Chris Wilsonfac5e232016-07-04 11:34:36 +01002885 struct drm_i915_private *dev_priv = to_i915(dev);
Ville Syrjälä7b13b582014-08-18 22:16:08 +03002886
Ville Syrjälä7b13b582014-08-18 22:16:08 +03002887 /* enable with pattern 1 (as per spec) */
Ville Syrjälä7b13b582014-08-18 22:16:08 +03002888
Pandiyan, Dhinakaran8b0878a2016-08-04 13:48:35 -07002889 intel_dp_program_link_training_pattern(intel_dp, DP_TRAINING_PATTERN_1);
Ville Syrjälä7b713f52014-10-16 21:27:35 +03002890
2891 /*
2892 * Magic for VLV/CHV. We _must_ first set up the register
2893 * without actually enabling the port, and then do another
2894 * write to enable the port. Otherwise link training will
2895 * fail when the power sequencer is freshly used for this port.
2896 */
2897 intel_dp->DP |= DP_PORT_EN;
Maarten Lankhorst85cb48a2016-08-09 17:04:13 +02002898 if (old_crtc_state->has_audio)
Ville Syrjälä6fec7662015-11-10 16:16:17 +02002899 intel_dp->DP |= DP_AUDIO_OUTPUT_ENABLE;
Ville Syrjälä7b713f52014-10-16 21:27:35 +03002900
2901 I915_WRITE(intel_dp->output_reg, intel_dp->DP);
2902 POSTING_READ(intel_dp->output_reg);
Ville Syrjälä7b13b582014-08-18 22:16:08 +03002903}
2904
Maarten Lankhorst85cb48a2016-08-09 17:04:13 +02002905static void intel_enable_dp(struct intel_encoder *encoder,
Ville Syrjälä5f88a9c2017-08-18 16:49:58 +03002906 const struct intel_crtc_state *pipe_config,
2907 const struct drm_connector_state *conn_state)
Jesse Barnesd240f202010-08-13 15:43:26 -07002908{
Daniel Vettere8cb4552012-07-01 13:05:48 +02002909 struct intel_dp *intel_dp = enc_to_intel_dp(&encoder->base);
2910 struct drm_device *dev = encoder->base.dev;
Chris Wilsonfac5e232016-07-04 11:34:36 +01002911 struct drm_i915_private *dev_priv = to_i915(dev);
Jani Nikulac1dec792014-10-27 16:26:56 +02002912 struct intel_crtc *crtc = to_intel_crtc(encoder->base.crtc);
Chris Wilsonea5b2132010-08-04 13:50:23 +01002913 uint32_t dp_reg = I915_READ(intel_dp->output_reg);
Ville Syrjäläd6fbdd12015-10-29 21:25:58 +02002914 enum pipe pipe = crtc->pipe;
Keith Packarda4fc5ed2009-04-07 16:16:42 -07002915
Daniel Vetter0c33d8d2012-09-06 22:15:43 +02002916 if (WARN_ON(dp_reg & DP_PORT_EN))
2917 return;
Keith Packarda4fc5ed2009-04-07 16:16:42 -07002918
Ville Syrjälä093e3f12014-10-16 21:27:33 +03002919 pps_lock(intel_dp);
2920
Tvrtko Ursulin920a14b2016-10-14 10:13:44 +01002921 if (IS_VALLEYVIEW(dev_priv) || IS_CHERRYVIEW(dev_priv))
Ville Syrjälä093e3f12014-10-16 21:27:33 +03002922 vlv_init_panel_power_sequencer(intel_dp);
2923
Maarten Lankhorst85cb48a2016-08-09 17:04:13 +02002924 intel_dp_enable_port(intel_dp, pipe_config);
Ville Syrjälä093e3f12014-10-16 21:27:33 +03002925
2926 edp_panel_vdd_on(intel_dp);
2927 edp_panel_on(intel_dp);
2928 edp_panel_vdd_off(intel_dp, true);
2929
2930 pps_unlock(intel_dp);
2931
Tvrtko Ursulin920a14b2016-10-14 10:13:44 +01002932 if (IS_VALLEYVIEW(dev_priv) || IS_CHERRYVIEW(dev_priv)) {
Ville Syrjäläe0fce782015-07-08 23:45:54 +03002933 unsigned int lane_mask = 0x0;
2934
Tvrtko Ursulin920a14b2016-10-14 10:13:44 +01002935 if (IS_CHERRYVIEW(dev_priv))
Maarten Lankhorst85cb48a2016-08-09 17:04:13 +02002936 lane_mask = intel_dp_unused_lane_mask(pipe_config->lane_count);
Ville Syrjäläe0fce782015-07-08 23:45:54 +03002937
Ville Syrjälä9b6de0a2015-04-10 18:21:31 +03002938 vlv_wait_port_ready(dev_priv, dp_to_dig_port(intel_dp),
2939 lane_mask);
Ville Syrjäläe0fce782015-07-08 23:45:54 +03002940 }
Ville Syrjälä61234fa2014-10-16 21:27:34 +03002941
Keith Packarda4fc5ed2009-04-07 16:16:42 -07002942 intel_dp_sink_dpms(intel_dp, DRM_MODE_DPMS_ON);
2943 intel_dp_start_link_train(intel_dp);
Imre Deak3ab9c632013-05-03 12:57:41 +03002944 intel_dp_stop_link_train(intel_dp);
Jani Nikulac1dec792014-10-27 16:26:56 +02002945
Maarten Lankhorst85cb48a2016-08-09 17:04:13 +02002946 if (pipe_config->has_audio) {
Jani Nikulac1dec792014-10-27 16:26:56 +02002947 DRM_DEBUG_DRIVER("Enabling DP audio on pipe %c\n",
Ville Syrjäläd6fbdd12015-10-29 21:25:58 +02002948 pipe_name(pipe));
Maarten Lankhorstbbf35e92016-11-08 13:55:38 +01002949 intel_audio_codec_enable(encoder, pipe_config, conn_state);
Jani Nikulac1dec792014-10-27 16:26:56 +02002950 }
Jani Nikulaab1f90f2013-07-30 12:20:30 +03002951}
Jesse Barnes89b667f2013-04-18 14:51:36 -07002952
Maarten Lankhorstfd6bbda2016-08-09 17:04:04 +02002953static void g4x_enable_dp(struct intel_encoder *encoder,
Ville Syrjälä5f88a9c2017-08-18 16:49:58 +03002954 const struct intel_crtc_state *pipe_config,
2955 const struct drm_connector_state *conn_state)
Jani Nikulaecff4f32013-09-06 07:38:29 +03002956{
Maarten Lankhorstbbf35e92016-11-08 13:55:38 +01002957 intel_enable_dp(encoder, pipe_config, conn_state);
Maarten Lankhorstb037d582017-06-12 12:21:13 +02002958 intel_edp_backlight_on(pipe_config, conn_state);
Keith Packarda4fc5ed2009-04-07 16:16:42 -07002959}
Jesse Barnes89b667f2013-04-18 14:51:36 -07002960
Maarten Lankhorstfd6bbda2016-08-09 17:04:04 +02002961static void vlv_enable_dp(struct intel_encoder *encoder,
Ville Syrjälä5f88a9c2017-08-18 16:49:58 +03002962 const struct intel_crtc_state *pipe_config,
2963 const struct drm_connector_state *conn_state)
Jani Nikulaab1f90f2013-07-30 12:20:30 +03002964{
Jani Nikula828f5c62013-09-05 16:44:45 +03002965 struct intel_dp *intel_dp = enc_to_intel_dp(&encoder->base);
2966
Maarten Lankhorstb037d582017-06-12 12:21:13 +02002967 intel_edp_backlight_on(pipe_config, conn_state);
Ville Syrjäläd2419ff2017-08-18 16:49:56 +03002968 intel_psr_enable(intel_dp, pipe_config);
Keith Packarda4fc5ed2009-04-07 16:16:42 -07002969}
2970
Maarten Lankhorstfd6bbda2016-08-09 17:04:04 +02002971static void g4x_pre_enable_dp(struct intel_encoder *encoder,
Ville Syrjälä5f88a9c2017-08-18 16:49:58 +03002972 const struct intel_crtc_state *pipe_config,
2973 const struct drm_connector_state *conn_state)
Keith Packarda4fc5ed2009-04-07 16:16:42 -07002974{
Daniel Vetter2bd2ad62012-09-06 22:15:41 +02002975 struct intel_dp *intel_dp = enc_to_intel_dp(&encoder->base);
Ville Syrjäläd6fbdd12015-10-29 21:25:58 +02002976 enum port port = dp_to_dig_port(intel_dp)->port;
Jani Nikulaab1f90f2013-07-30 12:20:30 +03002977
Maarten Lankhorst85cb48a2016-08-09 17:04:13 +02002978 intel_dp_prepare(encoder, pipe_config);
Daniel Vetter8ac33ed2014-04-24 23:54:54 +02002979
Daniel Vetterd41f1ef2014-04-24 23:54:53 +02002980 /* Only ilk+ has port A */
Ville Syrjäläabfce942015-10-29 21:26:03 +02002981 if (port == PORT_A)
Maarten Lankhorst85cb48a2016-08-09 17:04:13 +02002982 ironlake_edp_pll_on(intel_dp, pipe_config);
Jani Nikulaab1f90f2013-07-30 12:20:30 +03002983}
2984
Ville Syrjälä83b84592014-10-16 21:29:51 +03002985static void vlv_detach_power_sequencer(struct intel_dp *intel_dp)
2986{
2987 struct intel_digital_port *intel_dig_port = dp_to_dig_port(intel_dp);
Chris Wilsonfac5e232016-07-04 11:34:36 +01002988 struct drm_i915_private *dev_priv = to_i915(intel_dig_port->base.base.dev);
Ville Syrjälä83b84592014-10-16 21:29:51 +03002989 enum pipe pipe = intel_dp->pps_pipe;
Imre Deak44cb7342016-08-10 14:07:29 +03002990 i915_reg_t pp_on_reg = PP_ON_DELAYS(pipe);
Ville Syrjälä83b84592014-10-16 21:29:51 +03002991
Ville Syrjälä9f2bdb02016-12-14 20:00:23 +02002992 WARN_ON(intel_dp->active_pipe != INVALID_PIPE);
2993
Ville Syrjäläd1586942017-02-08 19:52:54 +02002994 if (WARN_ON(pipe != PIPE_A && pipe != PIPE_B))
2995 return;
2996
Ville Syrjälä83b84592014-10-16 21:29:51 +03002997 edp_panel_vdd_off_sync(intel_dp);
2998
2999 /*
3000 * VLV seems to get confused when multiple power seqeuencers
3001 * have the same port selected (even if only one has power/vdd
3002 * enabled). The failure manifests as vlv_wait_port_ready() failing
3003 * CHV on the other hand doesn't seem to mind having the same port
3004 * selected in multiple power seqeuencers, but let's clear the
3005 * port select always when logically disconnecting a power sequencer
3006 * from a port.
3007 */
3008 DRM_DEBUG_KMS("detaching pipe %c power sequencer from port %c\n",
3009 pipe_name(pipe), port_name(intel_dig_port->port));
3010 I915_WRITE(pp_on_reg, 0);
3011 POSTING_READ(pp_on_reg);
3012
3013 intel_dp->pps_pipe = INVALID_PIPE;
3014}
3015
Ville Syrjäläa4a5d2f2014-09-04 14:54:20 +03003016static void vlv_steal_power_sequencer(struct drm_device *dev,
3017 enum pipe pipe)
3018{
Chris Wilsonfac5e232016-07-04 11:34:36 +01003019 struct drm_i915_private *dev_priv = to_i915(dev);
Ville Syrjäläa4a5d2f2014-09-04 14:54:20 +03003020 struct intel_encoder *encoder;
3021
3022 lockdep_assert_held(&dev_priv->pps_mutex);
3023
Jani Nikula19c80542015-12-16 12:48:16 +02003024 for_each_intel_encoder(dev, encoder) {
Ville Syrjäläa4a5d2f2014-09-04 14:54:20 +03003025 struct intel_dp *intel_dp;
Ville Syrjälä773538e82014-09-04 14:54:56 +03003026 enum port port;
Ville Syrjäläa4a5d2f2014-09-04 14:54:20 +03003027
Ville Syrjälä9f2bdb02016-12-14 20:00:23 +02003028 if (encoder->type != INTEL_OUTPUT_DP &&
3029 encoder->type != INTEL_OUTPUT_EDP)
Ville Syrjäläa4a5d2f2014-09-04 14:54:20 +03003030 continue;
3031
3032 intel_dp = enc_to_intel_dp(&encoder->base);
Ville Syrjälä773538e82014-09-04 14:54:56 +03003033 port = dp_to_dig_port(intel_dp)->port;
Ville Syrjäläa4a5d2f2014-09-04 14:54:20 +03003034
Ville Syrjälä9f2bdb02016-12-14 20:00:23 +02003035 WARN(intel_dp->active_pipe == pipe,
3036 "stealing pipe %c power sequencer from active (e)DP port %c\n",
3037 pipe_name(pipe), port_name(port));
3038
Ville Syrjäläa4a5d2f2014-09-04 14:54:20 +03003039 if (intel_dp->pps_pipe != pipe)
3040 continue;
3041
3042 DRM_DEBUG_KMS("stealing pipe %c power sequencer from port %c\n",
Ville Syrjälä773538e82014-09-04 14:54:56 +03003043 pipe_name(pipe), port_name(port));
Ville Syrjäläa4a5d2f2014-09-04 14:54:20 +03003044
3045 /* make sure vdd is off before we steal it */
Ville Syrjälä83b84592014-10-16 21:29:51 +03003046 vlv_detach_power_sequencer(intel_dp);
Ville Syrjäläa4a5d2f2014-09-04 14:54:20 +03003047 }
3048}
3049
3050static void vlv_init_panel_power_sequencer(struct intel_dp *intel_dp)
3051{
3052 struct intel_digital_port *intel_dig_port = dp_to_dig_port(intel_dp);
3053 struct intel_encoder *encoder = &intel_dig_port->base;
3054 struct drm_device *dev = encoder->base.dev;
Chris Wilsonfac5e232016-07-04 11:34:36 +01003055 struct drm_i915_private *dev_priv = to_i915(dev);
Ville Syrjäläa4a5d2f2014-09-04 14:54:20 +03003056 struct intel_crtc *crtc = to_intel_crtc(encoder->base.crtc);
Ville Syrjäläa4a5d2f2014-09-04 14:54:20 +03003057
3058 lockdep_assert_held(&dev_priv->pps_mutex);
3059
Ville Syrjälä9f2bdb02016-12-14 20:00:23 +02003060 WARN_ON(intel_dp->active_pipe != INVALID_PIPE);
Ville Syrjälä093e3f12014-10-16 21:27:33 +03003061
Ville Syrjälä9f2bdb02016-12-14 20:00:23 +02003062 if (intel_dp->pps_pipe != INVALID_PIPE &&
3063 intel_dp->pps_pipe != crtc->pipe) {
3064 /*
3065 * If another power sequencer was being used on this
3066 * port previously make sure to turn off vdd there while
3067 * we still have control of it.
3068 */
Ville Syrjälä83b84592014-10-16 21:29:51 +03003069 vlv_detach_power_sequencer(intel_dp);
Ville Syrjälä9f2bdb02016-12-14 20:00:23 +02003070 }
Ville Syrjäläa4a5d2f2014-09-04 14:54:20 +03003071
3072 /*
3073 * We may be stealing the power
3074 * sequencer from another port.
3075 */
3076 vlv_steal_power_sequencer(dev, crtc->pipe);
3077
Ville Syrjälä9f2bdb02016-12-14 20:00:23 +02003078 intel_dp->active_pipe = crtc->pipe;
3079
Jani Nikula1853a9d2017-08-18 12:30:20 +03003080 if (!intel_dp_is_edp(intel_dp))
Ville Syrjälä9f2bdb02016-12-14 20:00:23 +02003081 return;
3082
Ville Syrjäläa4a5d2f2014-09-04 14:54:20 +03003083 /* now it's all ours */
3084 intel_dp->pps_pipe = crtc->pipe;
3085
3086 DRM_DEBUG_KMS("initializing pipe %c power sequencer for port %c\n",
3087 pipe_name(intel_dp->pps_pipe), port_name(intel_dig_port->port));
3088
3089 /* init power sequencer on this pipe and port */
Ville Syrjälä36b5f422014-10-16 21:27:30 +03003090 intel_dp_init_panel_power_sequencer(dev, intel_dp);
Ville Syrjälä5d5ab2d2016-12-20 18:51:17 +02003091 intel_dp_init_panel_power_sequencer_registers(dev, intel_dp, true);
Ville Syrjäläa4a5d2f2014-09-04 14:54:20 +03003092}
3093
Maarten Lankhorstfd6bbda2016-08-09 17:04:04 +02003094static void vlv_pre_enable_dp(struct intel_encoder *encoder,
Ville Syrjälä5f88a9c2017-08-18 16:49:58 +03003095 const struct intel_crtc_state *pipe_config,
3096 const struct drm_connector_state *conn_state)
Jani Nikulaab1f90f2013-07-30 12:20:30 +03003097{
Ander Conselvan de Oliveira5f68c272016-04-27 15:44:24 +03003098 vlv_phy_pre_encoder_enable(encoder);
Jesse Barnes89b667f2013-04-18 14:51:36 -07003099
Maarten Lankhorstbbf35e92016-11-08 13:55:38 +01003100 intel_enable_dp(encoder, pipe_config, conn_state);
Jesse Barnes89b667f2013-04-18 14:51:36 -07003101}
3102
Maarten Lankhorstfd6bbda2016-08-09 17:04:04 +02003103static void vlv_dp_pre_pll_enable(struct intel_encoder *encoder,
Ville Syrjälä5f88a9c2017-08-18 16:49:58 +03003104 const struct intel_crtc_state *pipe_config,
3105 const struct drm_connector_state *conn_state)
Jesse Barnes89b667f2013-04-18 14:51:36 -07003106{
Maarten Lankhorst85cb48a2016-08-09 17:04:13 +02003107 intel_dp_prepare(encoder, pipe_config);
Daniel Vetter8ac33ed2014-04-24 23:54:54 +02003108
Ander Conselvan de Oliveira6da2e612016-04-27 15:44:23 +03003109 vlv_phy_pre_pll_enable(encoder);
Keith Packarda4fc5ed2009-04-07 16:16:42 -07003110}
3111
Maarten Lankhorstfd6bbda2016-08-09 17:04:04 +02003112static void chv_pre_enable_dp(struct intel_encoder *encoder,
Ville Syrjälä5f88a9c2017-08-18 16:49:58 +03003113 const struct intel_crtc_state *pipe_config,
3114 const struct drm_connector_state *conn_state)
Chon Ming Leee4a1d842014-04-09 13:28:20 +03003115{
Ander Conselvan de Oliveirae7d2a7172016-04-27 15:44:20 +03003116 chv_phy_pre_encoder_enable(encoder);
Chon Ming Leee4a1d842014-04-09 13:28:20 +03003117
Maarten Lankhorstbbf35e92016-11-08 13:55:38 +01003118 intel_enable_dp(encoder, pipe_config, conn_state);
Ville Syrjäläb0b33842015-07-08 23:45:55 +03003119
3120 /* Second common lane will stay alive on its own now */
Ander Conselvan de Oliveirae7d2a7172016-04-27 15:44:20 +03003121 chv_phy_release_cl2_override(encoder);
Chon Ming Leee4a1d842014-04-09 13:28:20 +03003122}
3123
Maarten Lankhorstfd6bbda2016-08-09 17:04:04 +02003124static void chv_dp_pre_pll_enable(struct intel_encoder *encoder,
Ville Syrjälä5f88a9c2017-08-18 16:49:58 +03003125 const struct intel_crtc_state *pipe_config,
3126 const struct drm_connector_state *conn_state)
Ville Syrjälä9197c882014-04-09 13:29:05 +03003127{
Maarten Lankhorst85cb48a2016-08-09 17:04:13 +02003128 intel_dp_prepare(encoder, pipe_config);
Ville Syrjälä625695f2014-06-28 02:04:02 +03003129
Ander Conselvan de Oliveira419b1b72016-04-27 15:44:19 +03003130 chv_phy_pre_pll_enable(encoder);
Ville Syrjälä9197c882014-04-09 13:29:05 +03003131}
3132
Maarten Lankhorstfd6bbda2016-08-09 17:04:04 +02003133static void chv_dp_post_pll_disable(struct intel_encoder *encoder,
Ville Syrjälä5f88a9c2017-08-18 16:49:58 +03003134 const struct intel_crtc_state *pipe_config,
3135 const struct drm_connector_state *conn_state)
Ville Syrjäläd6db9952015-07-08 23:45:49 +03003136{
Ander Conselvan de Oliveira204970b2016-04-27 15:44:21 +03003137 chv_phy_post_pll_disable(encoder);
Ville Syrjäläd6db9952015-07-08 23:45:49 +03003138}
3139
Keith Packarda4fc5ed2009-04-07 16:16:42 -07003140/*
3141 * Fetch AUX CH registers 0x202 - 0x207 which contain
3142 * link status information
3143 */
Ander Conselvan de Oliveira94223d02015-10-23 13:01:48 +03003144bool
Keith Packard93f62da2011-11-01 19:45:03 -07003145intel_dp_get_link_status(struct intel_dp *intel_dp, uint8_t link_status[DP_LINK_STATUS_SIZE])
Keith Packarda4fc5ed2009-04-07 16:16:42 -07003146{
Lyude9f085eb2016-04-13 10:58:33 -04003147 return drm_dp_dpcd_read(&intel_dp->aux, DP_LANE0_1_STATUS, link_status,
3148 DP_LINK_STATUS_SIZE) == DP_LINK_STATUS_SIZE;
Keith Packarda4fc5ed2009-04-07 16:16:42 -07003149}
3150
Nagaraju, Vathsala97da2ef2017-01-02 17:00:55 +05303151static bool intel_dp_get_y_cord_status(struct intel_dp *intel_dp)
3152{
3153 uint8_t psr_caps = 0;
3154
Imre Deak9bacd4b2017-05-10 12:21:48 +03003155 if (drm_dp_dpcd_readb(&intel_dp->aux, DP_PSR_CAPS, &psr_caps) != 1)
3156 return false;
Nagaraju, Vathsala97da2ef2017-01-02 17:00:55 +05303157 return psr_caps & DP_PSR2_SU_Y_COORDINATE_REQUIRED;
3158}
3159
3160static bool intel_dp_get_colorimetry_status(struct intel_dp *intel_dp)
3161{
3162 uint8_t dprx = 0;
3163
Imre Deak9bacd4b2017-05-10 12:21:48 +03003164 if (drm_dp_dpcd_readb(&intel_dp->aux, DP_DPRX_FEATURE_ENUMERATION_LIST,
3165 &dprx) != 1)
3166 return false;
Nagaraju, Vathsala97da2ef2017-01-02 17:00:55 +05303167 return dprx & DP_VSC_SDP_EXT_FOR_COLORIMETRY_SUPPORTED;
3168}
3169
Chris Wilsona76f73d2017-01-14 10:51:13 +00003170static bool intel_dp_get_alpm_status(struct intel_dp *intel_dp)
Nagaraju, Vathsala340c93c2017-01-02 17:00:58 +05303171{
3172 uint8_t alpm_caps = 0;
3173
Imre Deak9bacd4b2017-05-10 12:21:48 +03003174 if (drm_dp_dpcd_readb(&intel_dp->aux, DP_RECEIVER_ALPM_CAP,
3175 &alpm_caps) != 1)
3176 return false;
Nagaraju, Vathsala340c93c2017-01-02 17:00:58 +05303177 return alpm_caps & DP_ALPM_CAP;
3178}
3179
Paulo Zanoni11002442014-06-13 18:45:41 -03003180/* These are source-specific values. */
Ander Conselvan de Oliveira94223d02015-10-23 13:01:48 +03003181uint8_t
Keith Packard1a2eb462011-11-16 16:26:07 -08003182intel_dp_voltage_max(struct intel_dp *intel_dp)
Keith Packarda4fc5ed2009-04-07 16:16:42 -07003183{
Tvrtko Ursulindd11bc12016-11-16 08:55:41 +00003184 struct drm_i915_private *dev_priv = to_i915(intel_dp_to_dev(intel_dp));
Imre Deakbc7d38a2013-05-16 14:40:36 +03003185 enum port port = dp_to_dig_port(intel_dp)->port;
Keith Packard1a2eb462011-11-16 16:26:07 -08003186
Ville Syrjälä7d4f37b2017-10-16 17:57:00 +03003187 if (INTEL_GEN(dev_priv) >= 9) {
Ville Syrjäläffe51112017-02-23 19:49:01 +02003188 struct intel_encoder *encoder = &dp_to_dig_port(intel_dp)->base;
3189 return intel_ddi_dp_voltage_max(encoder);
Tvrtko Ursulin920a14b2016-10-14 10:13:44 +01003190 } else if (IS_VALLEYVIEW(dev_priv) || IS_CHERRYVIEW(dev_priv))
Sonika Jindalbd600182014-08-08 16:23:41 +05303191 return DP_TRAIN_VOLTAGE_SWING_LEVEL_3;
Tvrtko Ursulin5db94012016-10-13 11:03:10 +01003192 else if (IS_GEN7(dev_priv) && port == PORT_A)
Sonika Jindalbd600182014-08-08 16:23:41 +05303193 return DP_TRAIN_VOLTAGE_SWING_LEVEL_2;
Tvrtko Ursulin6e266952016-10-13 11:02:53 +01003194 else if (HAS_PCH_CPT(dev_priv) && port != PORT_A)
Sonika Jindalbd600182014-08-08 16:23:41 +05303195 return DP_TRAIN_VOLTAGE_SWING_LEVEL_3;
Keith Packard1a2eb462011-11-16 16:26:07 -08003196 else
Sonika Jindalbd600182014-08-08 16:23:41 +05303197 return DP_TRAIN_VOLTAGE_SWING_LEVEL_2;
Keith Packard1a2eb462011-11-16 16:26:07 -08003198}
3199
Ander Conselvan de Oliveira94223d02015-10-23 13:01:48 +03003200uint8_t
Keith Packard1a2eb462011-11-16 16:26:07 -08003201intel_dp_pre_emphasis_max(struct intel_dp *intel_dp, uint8_t voltage_swing)
3202{
Tvrtko Ursulin86527442016-10-13 11:03:00 +01003203 struct drm_i915_private *dev_priv = to_i915(intel_dp_to_dev(intel_dp));
Imre Deakbc7d38a2013-05-16 14:40:36 +03003204 enum port port = dp_to_dig_port(intel_dp)->port;
Keith Packard1a2eb462011-11-16 16:26:07 -08003205
Tvrtko Ursulin86527442016-10-13 11:03:00 +01003206 if (INTEL_GEN(dev_priv) >= 9) {
Damien Lespiau5a9d1f12013-12-03 13:56:26 +00003207 switch (voltage_swing & DP_TRAIN_VOLTAGE_SWING_MASK) {
3208 case DP_TRAIN_VOLTAGE_SWING_LEVEL_0:
3209 return DP_TRAIN_PRE_EMPH_LEVEL_3;
3210 case DP_TRAIN_VOLTAGE_SWING_LEVEL_1:
3211 return DP_TRAIN_PRE_EMPH_LEVEL_2;
3212 case DP_TRAIN_VOLTAGE_SWING_LEVEL_2:
3213 return DP_TRAIN_PRE_EMPH_LEVEL_1;
Sonika Jindal7ad14a22015-02-25 10:29:12 +05303214 case DP_TRAIN_VOLTAGE_SWING_LEVEL_3:
3215 return DP_TRAIN_PRE_EMPH_LEVEL_0;
Damien Lespiau5a9d1f12013-12-03 13:56:26 +00003216 default:
3217 return DP_TRAIN_PRE_EMPH_LEVEL_0;
3218 }
Tvrtko Ursulin86527442016-10-13 11:03:00 +01003219 } else if (IS_HASWELL(dev_priv) || IS_BROADWELL(dev_priv)) {
Paulo Zanonid6c0d722012-10-15 15:51:34 -03003220 switch (voltage_swing & DP_TRAIN_VOLTAGE_SWING_MASK) {
Sonika Jindalbd600182014-08-08 16:23:41 +05303221 case DP_TRAIN_VOLTAGE_SWING_LEVEL_0:
3222 return DP_TRAIN_PRE_EMPH_LEVEL_3;
3223 case DP_TRAIN_VOLTAGE_SWING_LEVEL_1:
3224 return DP_TRAIN_PRE_EMPH_LEVEL_2;
3225 case DP_TRAIN_VOLTAGE_SWING_LEVEL_2:
3226 return DP_TRAIN_PRE_EMPH_LEVEL_1;
3227 case DP_TRAIN_VOLTAGE_SWING_LEVEL_3:
Paulo Zanonid6c0d722012-10-15 15:51:34 -03003228 default:
Sonika Jindalbd600182014-08-08 16:23:41 +05303229 return DP_TRAIN_PRE_EMPH_LEVEL_0;
Paulo Zanonid6c0d722012-10-15 15:51:34 -03003230 }
Tvrtko Ursulin86527442016-10-13 11:03:00 +01003231 } else if (IS_VALLEYVIEW(dev_priv) || IS_CHERRYVIEW(dev_priv)) {
Pallavi Ge2fa6fb2013-04-18 14:44:28 -07003232 switch (voltage_swing & DP_TRAIN_VOLTAGE_SWING_MASK) {
Sonika Jindalbd600182014-08-08 16:23:41 +05303233 case DP_TRAIN_VOLTAGE_SWING_LEVEL_0:
3234 return DP_TRAIN_PRE_EMPH_LEVEL_3;
3235 case DP_TRAIN_VOLTAGE_SWING_LEVEL_1:
3236 return DP_TRAIN_PRE_EMPH_LEVEL_2;
3237 case DP_TRAIN_VOLTAGE_SWING_LEVEL_2:
3238 return DP_TRAIN_PRE_EMPH_LEVEL_1;
3239 case DP_TRAIN_VOLTAGE_SWING_LEVEL_3:
Pallavi Ge2fa6fb2013-04-18 14:44:28 -07003240 default:
Sonika Jindalbd600182014-08-08 16:23:41 +05303241 return DP_TRAIN_PRE_EMPH_LEVEL_0;
Pallavi Ge2fa6fb2013-04-18 14:44:28 -07003242 }
Tvrtko Ursulin86527442016-10-13 11:03:00 +01003243 } else if (IS_GEN7(dev_priv) && port == PORT_A) {
Keith Packard1a2eb462011-11-16 16:26:07 -08003244 switch (voltage_swing & DP_TRAIN_VOLTAGE_SWING_MASK) {
Sonika Jindalbd600182014-08-08 16:23:41 +05303245 case DP_TRAIN_VOLTAGE_SWING_LEVEL_0:
3246 return DP_TRAIN_PRE_EMPH_LEVEL_2;
3247 case DP_TRAIN_VOLTAGE_SWING_LEVEL_1:
3248 case DP_TRAIN_VOLTAGE_SWING_LEVEL_2:
3249 return DP_TRAIN_PRE_EMPH_LEVEL_1;
Keith Packard1a2eb462011-11-16 16:26:07 -08003250 default:
Sonika Jindalbd600182014-08-08 16:23:41 +05303251 return DP_TRAIN_PRE_EMPH_LEVEL_0;
Keith Packard1a2eb462011-11-16 16:26:07 -08003252 }
3253 } else {
3254 switch (voltage_swing & DP_TRAIN_VOLTAGE_SWING_MASK) {
Sonika Jindalbd600182014-08-08 16:23:41 +05303255 case DP_TRAIN_VOLTAGE_SWING_LEVEL_0:
3256 return DP_TRAIN_PRE_EMPH_LEVEL_2;
3257 case DP_TRAIN_VOLTAGE_SWING_LEVEL_1:
3258 return DP_TRAIN_PRE_EMPH_LEVEL_2;
3259 case DP_TRAIN_VOLTAGE_SWING_LEVEL_2:
3260 return DP_TRAIN_PRE_EMPH_LEVEL_1;
3261 case DP_TRAIN_VOLTAGE_SWING_LEVEL_3:
Keith Packard1a2eb462011-11-16 16:26:07 -08003262 default:
Sonika Jindalbd600182014-08-08 16:23:41 +05303263 return DP_TRAIN_PRE_EMPH_LEVEL_0;
Keith Packard1a2eb462011-11-16 16:26:07 -08003264 }
Keith Packarda4fc5ed2009-04-07 16:16:42 -07003265 }
3266}
3267
Daniel Vetter5829975c2015-04-16 11:36:52 +02003268static uint32_t vlv_signal_levels(struct intel_dp *intel_dp)
Pallavi Ge2fa6fb2013-04-18 14:44:28 -07003269{
Ander Conselvan de Oliveira53d98722016-04-27 15:44:22 +03003270 struct intel_encoder *encoder = &dp_to_dig_port(intel_dp)->base;
Pallavi Ge2fa6fb2013-04-18 14:44:28 -07003271 unsigned long demph_reg_value, preemph_reg_value,
3272 uniqtranscale_reg_value;
3273 uint8_t train_set = intel_dp->train_set[0];
Pallavi Ge2fa6fb2013-04-18 14:44:28 -07003274
3275 switch (train_set & DP_TRAIN_PRE_EMPHASIS_MASK) {
Sonika Jindalbd600182014-08-08 16:23:41 +05303276 case DP_TRAIN_PRE_EMPH_LEVEL_0:
Pallavi Ge2fa6fb2013-04-18 14:44:28 -07003277 preemph_reg_value = 0x0004000;
3278 switch (train_set & DP_TRAIN_VOLTAGE_SWING_MASK) {
Sonika Jindalbd600182014-08-08 16:23:41 +05303279 case DP_TRAIN_VOLTAGE_SWING_LEVEL_0:
Pallavi Ge2fa6fb2013-04-18 14:44:28 -07003280 demph_reg_value = 0x2B405555;
3281 uniqtranscale_reg_value = 0x552AB83A;
3282 break;
Sonika Jindalbd600182014-08-08 16:23:41 +05303283 case DP_TRAIN_VOLTAGE_SWING_LEVEL_1:
Pallavi Ge2fa6fb2013-04-18 14:44:28 -07003284 demph_reg_value = 0x2B404040;
3285 uniqtranscale_reg_value = 0x5548B83A;
3286 break;
Sonika Jindalbd600182014-08-08 16:23:41 +05303287 case DP_TRAIN_VOLTAGE_SWING_LEVEL_2:
Pallavi Ge2fa6fb2013-04-18 14:44:28 -07003288 demph_reg_value = 0x2B245555;
3289 uniqtranscale_reg_value = 0x5560B83A;
3290 break;
Sonika Jindalbd600182014-08-08 16:23:41 +05303291 case DP_TRAIN_VOLTAGE_SWING_LEVEL_3:
Pallavi Ge2fa6fb2013-04-18 14:44:28 -07003292 demph_reg_value = 0x2B405555;
3293 uniqtranscale_reg_value = 0x5598DA3A;
3294 break;
3295 default:
3296 return 0;
3297 }
3298 break;
Sonika Jindalbd600182014-08-08 16:23:41 +05303299 case DP_TRAIN_PRE_EMPH_LEVEL_1:
Pallavi Ge2fa6fb2013-04-18 14:44:28 -07003300 preemph_reg_value = 0x0002000;
3301 switch (train_set & DP_TRAIN_VOLTAGE_SWING_MASK) {
Sonika Jindalbd600182014-08-08 16:23:41 +05303302 case DP_TRAIN_VOLTAGE_SWING_LEVEL_0:
Pallavi Ge2fa6fb2013-04-18 14:44:28 -07003303 demph_reg_value = 0x2B404040;
3304 uniqtranscale_reg_value = 0x5552B83A;
3305 break;
Sonika Jindalbd600182014-08-08 16:23:41 +05303306 case DP_TRAIN_VOLTAGE_SWING_LEVEL_1:
Pallavi Ge2fa6fb2013-04-18 14:44:28 -07003307 demph_reg_value = 0x2B404848;
3308 uniqtranscale_reg_value = 0x5580B83A;
3309 break;
Sonika Jindalbd600182014-08-08 16:23:41 +05303310 case DP_TRAIN_VOLTAGE_SWING_LEVEL_2:
Pallavi Ge2fa6fb2013-04-18 14:44:28 -07003311 demph_reg_value = 0x2B404040;
3312 uniqtranscale_reg_value = 0x55ADDA3A;
3313 break;
3314 default:
3315 return 0;
3316 }
3317 break;
Sonika Jindalbd600182014-08-08 16:23:41 +05303318 case DP_TRAIN_PRE_EMPH_LEVEL_2:
Pallavi Ge2fa6fb2013-04-18 14:44:28 -07003319 preemph_reg_value = 0x0000000;
3320 switch (train_set & DP_TRAIN_VOLTAGE_SWING_MASK) {
Sonika Jindalbd600182014-08-08 16:23:41 +05303321 case DP_TRAIN_VOLTAGE_SWING_LEVEL_0:
Pallavi Ge2fa6fb2013-04-18 14:44:28 -07003322 demph_reg_value = 0x2B305555;
3323 uniqtranscale_reg_value = 0x5570B83A;
3324 break;
Sonika Jindalbd600182014-08-08 16:23:41 +05303325 case DP_TRAIN_VOLTAGE_SWING_LEVEL_1:
Pallavi Ge2fa6fb2013-04-18 14:44:28 -07003326 demph_reg_value = 0x2B2B4040;
3327 uniqtranscale_reg_value = 0x55ADDA3A;
3328 break;
3329 default:
3330 return 0;
3331 }
3332 break;
Sonika Jindalbd600182014-08-08 16:23:41 +05303333 case DP_TRAIN_PRE_EMPH_LEVEL_3:
Pallavi Ge2fa6fb2013-04-18 14:44:28 -07003334 preemph_reg_value = 0x0006000;
3335 switch (train_set & DP_TRAIN_VOLTAGE_SWING_MASK) {
Sonika Jindalbd600182014-08-08 16:23:41 +05303336 case DP_TRAIN_VOLTAGE_SWING_LEVEL_0:
Pallavi Ge2fa6fb2013-04-18 14:44:28 -07003337 demph_reg_value = 0x1B405555;
3338 uniqtranscale_reg_value = 0x55ADDA3A;
3339 break;
3340 default:
3341 return 0;
3342 }
3343 break;
3344 default:
3345 return 0;
3346 }
3347
Ander Conselvan de Oliveira53d98722016-04-27 15:44:22 +03003348 vlv_set_phy_signal_level(encoder, demph_reg_value, preemph_reg_value,
3349 uniqtranscale_reg_value, 0);
Pallavi Ge2fa6fb2013-04-18 14:44:28 -07003350
3351 return 0;
3352}
3353
Daniel Vetter5829975c2015-04-16 11:36:52 +02003354static uint32_t chv_signal_levels(struct intel_dp *intel_dp)
Chon Ming Leee4a1d842014-04-09 13:28:20 +03003355{
Ander Conselvan de Oliveirab7fa22d2016-04-27 15:44:17 +03003356 struct intel_encoder *encoder = &dp_to_dig_port(intel_dp)->base;
3357 u32 deemph_reg_value, margin_reg_value;
3358 bool uniq_trans_scale = false;
Chon Ming Leee4a1d842014-04-09 13:28:20 +03003359 uint8_t train_set = intel_dp->train_set[0];
Chon Ming Leee4a1d842014-04-09 13:28:20 +03003360
3361 switch (train_set & DP_TRAIN_PRE_EMPHASIS_MASK) {
Sonika Jindalbd600182014-08-08 16:23:41 +05303362 case DP_TRAIN_PRE_EMPH_LEVEL_0:
Chon Ming Leee4a1d842014-04-09 13:28:20 +03003363 switch (train_set & DP_TRAIN_VOLTAGE_SWING_MASK) {
Sonika Jindalbd600182014-08-08 16:23:41 +05303364 case DP_TRAIN_VOLTAGE_SWING_LEVEL_0:
Chon Ming Leee4a1d842014-04-09 13:28:20 +03003365 deemph_reg_value = 128;
3366 margin_reg_value = 52;
3367 break;
Sonika Jindalbd600182014-08-08 16:23:41 +05303368 case DP_TRAIN_VOLTAGE_SWING_LEVEL_1:
Chon Ming Leee4a1d842014-04-09 13:28:20 +03003369 deemph_reg_value = 128;
3370 margin_reg_value = 77;
3371 break;
Sonika Jindalbd600182014-08-08 16:23:41 +05303372 case DP_TRAIN_VOLTAGE_SWING_LEVEL_2:
Chon Ming Leee4a1d842014-04-09 13:28:20 +03003373 deemph_reg_value = 128;
3374 margin_reg_value = 102;
3375 break;
Sonika Jindalbd600182014-08-08 16:23:41 +05303376 case DP_TRAIN_VOLTAGE_SWING_LEVEL_3:
Chon Ming Leee4a1d842014-04-09 13:28:20 +03003377 deemph_reg_value = 128;
3378 margin_reg_value = 154;
Ander Conselvan de Oliveirab7fa22d2016-04-27 15:44:17 +03003379 uniq_trans_scale = true;
Chon Ming Leee4a1d842014-04-09 13:28:20 +03003380 break;
3381 default:
3382 return 0;
3383 }
3384 break;
Sonika Jindalbd600182014-08-08 16:23:41 +05303385 case DP_TRAIN_PRE_EMPH_LEVEL_1:
Chon Ming Leee4a1d842014-04-09 13:28:20 +03003386 switch (train_set & DP_TRAIN_VOLTAGE_SWING_MASK) {
Sonika Jindalbd600182014-08-08 16:23:41 +05303387 case DP_TRAIN_VOLTAGE_SWING_LEVEL_0:
Chon Ming Leee4a1d842014-04-09 13:28:20 +03003388 deemph_reg_value = 85;
3389 margin_reg_value = 78;
3390 break;
Sonika Jindalbd600182014-08-08 16:23:41 +05303391 case DP_TRAIN_VOLTAGE_SWING_LEVEL_1:
Chon Ming Leee4a1d842014-04-09 13:28:20 +03003392 deemph_reg_value = 85;
3393 margin_reg_value = 116;
3394 break;
Sonika Jindalbd600182014-08-08 16:23:41 +05303395 case DP_TRAIN_VOLTAGE_SWING_LEVEL_2:
Chon Ming Leee4a1d842014-04-09 13:28:20 +03003396 deemph_reg_value = 85;
3397 margin_reg_value = 154;
3398 break;
3399 default:
3400 return 0;
3401 }
3402 break;
Sonika Jindalbd600182014-08-08 16:23:41 +05303403 case DP_TRAIN_PRE_EMPH_LEVEL_2:
Chon Ming Leee4a1d842014-04-09 13:28:20 +03003404 switch (train_set & DP_TRAIN_VOLTAGE_SWING_MASK) {
Sonika Jindalbd600182014-08-08 16:23:41 +05303405 case DP_TRAIN_VOLTAGE_SWING_LEVEL_0:
Chon Ming Leee4a1d842014-04-09 13:28:20 +03003406 deemph_reg_value = 64;
3407 margin_reg_value = 104;
3408 break;
Sonika Jindalbd600182014-08-08 16:23:41 +05303409 case DP_TRAIN_VOLTAGE_SWING_LEVEL_1:
Chon Ming Leee4a1d842014-04-09 13:28:20 +03003410 deemph_reg_value = 64;
3411 margin_reg_value = 154;
3412 break;
3413 default:
3414 return 0;
3415 }
3416 break;
Sonika Jindalbd600182014-08-08 16:23:41 +05303417 case DP_TRAIN_PRE_EMPH_LEVEL_3:
Chon Ming Leee4a1d842014-04-09 13:28:20 +03003418 switch (train_set & DP_TRAIN_VOLTAGE_SWING_MASK) {
Sonika Jindalbd600182014-08-08 16:23:41 +05303419 case DP_TRAIN_VOLTAGE_SWING_LEVEL_0:
Chon Ming Leee4a1d842014-04-09 13:28:20 +03003420 deemph_reg_value = 43;
3421 margin_reg_value = 154;
3422 break;
3423 default:
3424 return 0;
3425 }
3426 break;
3427 default:
3428 return 0;
3429 }
3430
Ander Conselvan de Oliveirab7fa22d2016-04-27 15:44:17 +03003431 chv_set_phy_signal_level(encoder, deemph_reg_value,
3432 margin_reg_value, uniq_trans_scale);
Chon Ming Leee4a1d842014-04-09 13:28:20 +03003433
3434 return 0;
3435}
3436
Keith Packarda4fc5ed2009-04-07 16:16:42 -07003437static uint32_t
Daniel Vetter5829975c2015-04-16 11:36:52 +02003438gen4_signal_levels(uint8_t train_set)
Keith Packarda4fc5ed2009-04-07 16:16:42 -07003439{
Chris Wilson3cf2efb2010-11-29 10:09:55 +00003440 uint32_t signal_levels = 0;
Keith Packarda4fc5ed2009-04-07 16:16:42 -07003441
Chris Wilson3cf2efb2010-11-29 10:09:55 +00003442 switch (train_set & DP_TRAIN_VOLTAGE_SWING_MASK) {
Sonika Jindalbd600182014-08-08 16:23:41 +05303443 case DP_TRAIN_VOLTAGE_SWING_LEVEL_0:
Keith Packarda4fc5ed2009-04-07 16:16:42 -07003444 default:
3445 signal_levels |= DP_VOLTAGE_0_4;
3446 break;
Sonika Jindalbd600182014-08-08 16:23:41 +05303447 case DP_TRAIN_VOLTAGE_SWING_LEVEL_1:
Keith Packarda4fc5ed2009-04-07 16:16:42 -07003448 signal_levels |= DP_VOLTAGE_0_6;
3449 break;
Sonika Jindalbd600182014-08-08 16:23:41 +05303450 case DP_TRAIN_VOLTAGE_SWING_LEVEL_2:
Keith Packarda4fc5ed2009-04-07 16:16:42 -07003451 signal_levels |= DP_VOLTAGE_0_8;
3452 break;
Sonika Jindalbd600182014-08-08 16:23:41 +05303453 case DP_TRAIN_VOLTAGE_SWING_LEVEL_3:
Keith Packarda4fc5ed2009-04-07 16:16:42 -07003454 signal_levels |= DP_VOLTAGE_1_2;
3455 break;
3456 }
Chris Wilson3cf2efb2010-11-29 10:09:55 +00003457 switch (train_set & DP_TRAIN_PRE_EMPHASIS_MASK) {
Sonika Jindalbd600182014-08-08 16:23:41 +05303458 case DP_TRAIN_PRE_EMPH_LEVEL_0:
Keith Packarda4fc5ed2009-04-07 16:16:42 -07003459 default:
3460 signal_levels |= DP_PRE_EMPHASIS_0;
3461 break;
Sonika Jindalbd600182014-08-08 16:23:41 +05303462 case DP_TRAIN_PRE_EMPH_LEVEL_1:
Keith Packarda4fc5ed2009-04-07 16:16:42 -07003463 signal_levels |= DP_PRE_EMPHASIS_3_5;
3464 break;
Sonika Jindalbd600182014-08-08 16:23:41 +05303465 case DP_TRAIN_PRE_EMPH_LEVEL_2:
Keith Packarda4fc5ed2009-04-07 16:16:42 -07003466 signal_levels |= DP_PRE_EMPHASIS_6;
3467 break;
Sonika Jindalbd600182014-08-08 16:23:41 +05303468 case DP_TRAIN_PRE_EMPH_LEVEL_3:
Keith Packarda4fc5ed2009-04-07 16:16:42 -07003469 signal_levels |= DP_PRE_EMPHASIS_9_5;
3470 break;
3471 }
3472 return signal_levels;
3473}
3474
Zhenyu Wange3421a12010-04-08 09:43:27 +08003475/* Gen6's DP voltage swing and pre-emphasis control */
3476static uint32_t
Daniel Vetter5829975c2015-04-16 11:36:52 +02003477gen6_edp_signal_levels(uint8_t train_set)
Zhenyu Wange3421a12010-04-08 09:43:27 +08003478{
Yuanhan Liu3c5a62b2011-01-06 18:26:08 +08003479 int signal_levels = train_set & (DP_TRAIN_VOLTAGE_SWING_MASK |
3480 DP_TRAIN_PRE_EMPHASIS_MASK);
3481 switch (signal_levels) {
Sonika Jindalbd600182014-08-08 16:23:41 +05303482 case DP_TRAIN_VOLTAGE_SWING_LEVEL_0 | DP_TRAIN_PRE_EMPH_LEVEL_0:
3483 case DP_TRAIN_VOLTAGE_SWING_LEVEL_1 | DP_TRAIN_PRE_EMPH_LEVEL_0:
Yuanhan Liu3c5a62b2011-01-06 18:26:08 +08003484 return EDP_LINK_TRAIN_400_600MV_0DB_SNB_B;
Sonika Jindalbd600182014-08-08 16:23:41 +05303485 case DP_TRAIN_VOLTAGE_SWING_LEVEL_0 | DP_TRAIN_PRE_EMPH_LEVEL_1:
Yuanhan Liu3c5a62b2011-01-06 18:26:08 +08003486 return EDP_LINK_TRAIN_400MV_3_5DB_SNB_B;
Sonika Jindalbd600182014-08-08 16:23:41 +05303487 case DP_TRAIN_VOLTAGE_SWING_LEVEL_0 | DP_TRAIN_PRE_EMPH_LEVEL_2:
3488 case DP_TRAIN_VOLTAGE_SWING_LEVEL_1 | DP_TRAIN_PRE_EMPH_LEVEL_2:
Yuanhan Liu3c5a62b2011-01-06 18:26:08 +08003489 return EDP_LINK_TRAIN_400_600MV_6DB_SNB_B;
Sonika Jindalbd600182014-08-08 16:23:41 +05303490 case DP_TRAIN_VOLTAGE_SWING_LEVEL_1 | DP_TRAIN_PRE_EMPH_LEVEL_1:
3491 case DP_TRAIN_VOLTAGE_SWING_LEVEL_2 | DP_TRAIN_PRE_EMPH_LEVEL_1:
Yuanhan Liu3c5a62b2011-01-06 18:26:08 +08003492 return EDP_LINK_TRAIN_600_800MV_3_5DB_SNB_B;
Sonika Jindalbd600182014-08-08 16:23:41 +05303493 case DP_TRAIN_VOLTAGE_SWING_LEVEL_2 | DP_TRAIN_PRE_EMPH_LEVEL_0:
3494 case DP_TRAIN_VOLTAGE_SWING_LEVEL_3 | DP_TRAIN_PRE_EMPH_LEVEL_0:
Yuanhan Liu3c5a62b2011-01-06 18:26:08 +08003495 return EDP_LINK_TRAIN_800_1200MV_0DB_SNB_B;
Zhenyu Wange3421a12010-04-08 09:43:27 +08003496 default:
Yuanhan Liu3c5a62b2011-01-06 18:26:08 +08003497 DRM_DEBUG_KMS("Unsupported voltage swing/pre-emphasis level:"
3498 "0x%x\n", signal_levels);
3499 return EDP_LINK_TRAIN_400_600MV_0DB_SNB_B;
Zhenyu Wange3421a12010-04-08 09:43:27 +08003500 }
3501}
3502
Keith Packard1a2eb462011-11-16 16:26:07 -08003503/* Gen7's DP voltage swing and pre-emphasis control */
3504static uint32_t
Daniel Vetter5829975c2015-04-16 11:36:52 +02003505gen7_edp_signal_levels(uint8_t train_set)
Keith Packard1a2eb462011-11-16 16:26:07 -08003506{
3507 int signal_levels = train_set & (DP_TRAIN_VOLTAGE_SWING_MASK |
3508 DP_TRAIN_PRE_EMPHASIS_MASK);
3509 switch (signal_levels) {
Sonika Jindalbd600182014-08-08 16:23:41 +05303510 case DP_TRAIN_VOLTAGE_SWING_LEVEL_0 | DP_TRAIN_PRE_EMPH_LEVEL_0:
Keith Packard1a2eb462011-11-16 16:26:07 -08003511 return EDP_LINK_TRAIN_400MV_0DB_IVB;
Sonika Jindalbd600182014-08-08 16:23:41 +05303512 case DP_TRAIN_VOLTAGE_SWING_LEVEL_0 | DP_TRAIN_PRE_EMPH_LEVEL_1:
Keith Packard1a2eb462011-11-16 16:26:07 -08003513 return EDP_LINK_TRAIN_400MV_3_5DB_IVB;
Sonika Jindalbd600182014-08-08 16:23:41 +05303514 case DP_TRAIN_VOLTAGE_SWING_LEVEL_0 | DP_TRAIN_PRE_EMPH_LEVEL_2:
Keith Packard1a2eb462011-11-16 16:26:07 -08003515 return EDP_LINK_TRAIN_400MV_6DB_IVB;
3516
Sonika Jindalbd600182014-08-08 16:23:41 +05303517 case DP_TRAIN_VOLTAGE_SWING_LEVEL_1 | DP_TRAIN_PRE_EMPH_LEVEL_0:
Keith Packard1a2eb462011-11-16 16:26:07 -08003518 return EDP_LINK_TRAIN_600MV_0DB_IVB;
Sonika Jindalbd600182014-08-08 16:23:41 +05303519 case DP_TRAIN_VOLTAGE_SWING_LEVEL_1 | DP_TRAIN_PRE_EMPH_LEVEL_1:
Keith Packard1a2eb462011-11-16 16:26:07 -08003520 return EDP_LINK_TRAIN_600MV_3_5DB_IVB;
3521
Sonika Jindalbd600182014-08-08 16:23:41 +05303522 case DP_TRAIN_VOLTAGE_SWING_LEVEL_2 | DP_TRAIN_PRE_EMPH_LEVEL_0:
Keith Packard1a2eb462011-11-16 16:26:07 -08003523 return EDP_LINK_TRAIN_800MV_0DB_IVB;
Sonika Jindalbd600182014-08-08 16:23:41 +05303524 case DP_TRAIN_VOLTAGE_SWING_LEVEL_2 | DP_TRAIN_PRE_EMPH_LEVEL_1:
Keith Packard1a2eb462011-11-16 16:26:07 -08003525 return EDP_LINK_TRAIN_800MV_3_5DB_IVB;
3526
3527 default:
3528 DRM_DEBUG_KMS("Unsupported voltage swing/pre-emphasis level:"
3529 "0x%x\n", signal_levels);
3530 return EDP_LINK_TRAIN_500MV_0DB_IVB;
3531 }
3532}
3533
Ander Conselvan de Oliveira94223d02015-10-23 13:01:48 +03003534void
Ander Conselvan de Oliveiraf4eb6922015-10-23 13:01:44 +03003535intel_dp_set_signal_levels(struct intel_dp *intel_dp)
Paulo Zanonif0a34242012-12-06 16:51:50 -02003536{
3537 struct intel_digital_port *intel_dig_port = dp_to_dig_port(intel_dp);
Imre Deakbc7d38a2013-05-16 14:40:36 +03003538 enum port port = intel_dig_port->port;
Paulo Zanonif0a34242012-12-06 16:51:50 -02003539 struct drm_device *dev = intel_dig_port->base.base.dev;
Ander Conselvan de Oliveirab905a912015-10-23 13:01:47 +03003540 struct drm_i915_private *dev_priv = to_i915(dev);
David Weinehallf8896f52015-06-25 11:11:03 +03003541 uint32_t signal_levels, mask = 0;
Paulo Zanonif0a34242012-12-06 16:51:50 -02003542 uint8_t train_set = intel_dp->train_set[0];
3543
Rodrigo Vivid509af62017-08-29 16:22:24 -07003544 if (IS_GEN9_LP(dev_priv) || IS_CANNONLAKE(dev_priv)) {
3545 signal_levels = bxt_signal_levels(intel_dp);
3546 } else if (HAS_DDI(dev_priv)) {
David Weinehallf8896f52015-06-25 11:11:03 +03003547 signal_levels = ddi_signal_levels(intel_dp);
Rodrigo Vivid509af62017-08-29 16:22:24 -07003548 mask = DDI_BUF_EMP_MASK;
Tvrtko Ursulin920a14b2016-10-14 10:13:44 +01003549 } else if (IS_CHERRYVIEW(dev_priv)) {
Daniel Vetter5829975c2015-04-16 11:36:52 +02003550 signal_levels = chv_signal_levels(intel_dp);
Tvrtko Ursulin11a914c2016-10-13 11:03:08 +01003551 } else if (IS_VALLEYVIEW(dev_priv)) {
Daniel Vetter5829975c2015-04-16 11:36:52 +02003552 signal_levels = vlv_signal_levels(intel_dp);
Tvrtko Ursulin5db94012016-10-13 11:03:10 +01003553 } else if (IS_GEN7(dev_priv) && port == PORT_A) {
Daniel Vetter5829975c2015-04-16 11:36:52 +02003554 signal_levels = gen7_edp_signal_levels(train_set);
Paulo Zanonif0a34242012-12-06 16:51:50 -02003555 mask = EDP_LINK_TRAIN_VOL_EMP_MASK_IVB;
Tvrtko Ursulin5db94012016-10-13 11:03:10 +01003556 } else if (IS_GEN6(dev_priv) && port == PORT_A) {
Daniel Vetter5829975c2015-04-16 11:36:52 +02003557 signal_levels = gen6_edp_signal_levels(train_set);
Paulo Zanonif0a34242012-12-06 16:51:50 -02003558 mask = EDP_LINK_TRAIN_VOL_EMP_MASK_SNB;
3559 } else {
Daniel Vetter5829975c2015-04-16 11:36:52 +02003560 signal_levels = gen4_signal_levels(train_set);
Paulo Zanonif0a34242012-12-06 16:51:50 -02003561 mask = DP_VOLTAGE_MASK | DP_PRE_EMPHASIS_MASK;
3562 }
3563
Vandana Kannan96fb9f92014-11-18 15:45:27 +05303564 if (mask)
3565 DRM_DEBUG_KMS("Using signal levels %08x\n", signal_levels);
3566
3567 DRM_DEBUG_KMS("Using vswing level %d\n",
3568 train_set & DP_TRAIN_VOLTAGE_SWING_MASK);
3569 DRM_DEBUG_KMS("Using pre-emphasis level %d\n",
3570 (train_set & DP_TRAIN_PRE_EMPHASIS_MASK) >>
3571 DP_TRAIN_PRE_EMPHASIS_SHIFT);
Paulo Zanonif0a34242012-12-06 16:51:50 -02003572
Ander Conselvan de Oliveiraf4eb6922015-10-23 13:01:44 +03003573 intel_dp->DP = (intel_dp->DP & ~mask) | signal_levels;
Ander Conselvan de Oliveirab905a912015-10-23 13:01:47 +03003574
3575 I915_WRITE(intel_dp->output_reg, intel_dp->DP);
3576 POSTING_READ(intel_dp->output_reg);
Paulo Zanonif0a34242012-12-06 16:51:50 -02003577}
3578
Ander Conselvan de Oliveira94223d02015-10-23 13:01:48 +03003579void
Ander Conselvan de Oliveirae9c176d2015-10-23 13:01:45 +03003580intel_dp_program_link_training_pattern(struct intel_dp *intel_dp,
3581 uint8_t dp_train_pat)
Keith Packarda4fc5ed2009-04-07 16:16:42 -07003582{
Paulo Zanoni174edf12012-10-26 19:05:50 -02003583 struct intel_digital_port *intel_dig_port = dp_to_dig_port(intel_dp);
Ville Syrjälä90a6b7b2015-07-06 16:39:15 +03003584 struct drm_i915_private *dev_priv =
3585 to_i915(intel_dig_port->base.base.dev);
Keith Packarda4fc5ed2009-04-07 16:16:42 -07003586
Ander Conselvan de Oliveiraf4eb6922015-10-23 13:01:44 +03003587 _intel_dp_set_link_train(intel_dp, &intel_dp->DP, dp_train_pat);
Paulo Zanoni47ea7542012-07-17 16:55:16 -03003588
Ander Conselvan de Oliveiraf4eb6922015-10-23 13:01:44 +03003589 I915_WRITE(intel_dp->output_reg, intel_dp->DP);
Chris Wilsonea5b2132010-08-04 13:50:23 +01003590 POSTING_READ(intel_dp->output_reg);
Ander Conselvan de Oliveirae9c176d2015-10-23 13:01:45 +03003591}
3592
Ander Conselvan de Oliveira94223d02015-10-23 13:01:48 +03003593void intel_dp_set_idle_link_train(struct intel_dp *intel_dp)
Imre Deak3ab9c632013-05-03 12:57:41 +03003594{
3595 struct intel_digital_port *intel_dig_port = dp_to_dig_port(intel_dp);
3596 struct drm_device *dev = intel_dig_port->base.base.dev;
Chris Wilsonfac5e232016-07-04 11:34:36 +01003597 struct drm_i915_private *dev_priv = to_i915(dev);
Imre Deak3ab9c632013-05-03 12:57:41 +03003598 enum port port = intel_dig_port->port;
3599 uint32_t val;
3600
Tvrtko Ursulin4f8036a2016-10-13 11:02:52 +01003601 if (!HAS_DDI(dev_priv))
Imre Deak3ab9c632013-05-03 12:57:41 +03003602 return;
3603
3604 val = I915_READ(DP_TP_CTL(port));
3605 val &= ~DP_TP_CTL_LINK_TRAIN_MASK;
3606 val |= DP_TP_CTL_LINK_TRAIN_IDLE;
3607 I915_WRITE(DP_TP_CTL(port), val);
3608
3609 /*
3610 * On PORT_A we can have only eDP in SST mode. There the only reason
3611 * we need to set idle transmission mode is to work around a HW issue
3612 * where we enable the pipe while not in idle link-training mode.
3613 * In this case there is requirement to wait for a minimum number of
3614 * idle patterns to be sent.
3615 */
3616 if (port == PORT_A)
3617 return;
3618
Chris Wilsona7670172016-06-30 15:33:10 +01003619 if (intel_wait_for_register(dev_priv,DP_TP_STATUS(port),
3620 DP_TP_STATUS_IDLE_DONE,
3621 DP_TP_STATUS_IDLE_DONE,
3622 1))
Imre Deak3ab9c632013-05-03 12:57:41 +03003623 DRM_ERROR("Timed out waiting for DP idle patterns\n");
3624}
3625
Keith Packarda4fc5ed2009-04-07 16:16:42 -07003626static void
Chris Wilsonea5b2132010-08-04 13:50:23 +01003627intel_dp_link_down(struct intel_dp *intel_dp)
Keith Packarda4fc5ed2009-04-07 16:16:42 -07003628{
Paulo Zanonida63a9f2012-10-26 19:05:46 -02003629 struct intel_digital_port *intel_dig_port = dp_to_dig_port(intel_dp);
Ville Syrjälä1612c8b2015-05-05 17:17:34 +03003630 struct intel_crtc *crtc = to_intel_crtc(intel_dig_port->base.base.crtc);
Imre Deakbc7d38a2013-05-16 14:40:36 +03003631 enum port port = intel_dig_port->port;
Paulo Zanonida63a9f2012-10-26 19:05:46 -02003632 struct drm_device *dev = intel_dig_port->base.base.dev;
Chris Wilsonfac5e232016-07-04 11:34:36 +01003633 struct drm_i915_private *dev_priv = to_i915(dev);
Chris Wilsonea5b2132010-08-04 13:50:23 +01003634 uint32_t DP = intel_dp->DP;
Keith Packarda4fc5ed2009-04-07 16:16:42 -07003635
Tvrtko Ursulin4f8036a2016-10-13 11:02:52 +01003636 if (WARN_ON(HAS_DDI(dev_priv)))
Paulo Zanonic19b0662012-10-15 15:51:41 -03003637 return;
3638
Daniel Vetter0c33d8d2012-09-06 22:15:43 +02003639 if (WARN_ON((I915_READ(intel_dp->output_reg) & DP_PORT_EN) == 0))
Chris Wilson1b39d6f2010-12-06 11:20:45 +00003640 return;
3641
Zhao Yakui28c97732009-10-09 11:39:41 +08003642 DRM_DEBUG_KMS("\n");
Zhenyu Wang32f9d652009-07-24 01:00:32 +08003643
Tvrtko Ursulin5db94012016-10-13 11:03:10 +01003644 if ((IS_GEN7(dev_priv) && port == PORT_A) ||
Tvrtko Ursulin6e266952016-10-13 11:02:53 +01003645 (HAS_PCH_CPT(dev_priv) && port != PORT_A)) {
Zhenyu Wange3421a12010-04-08 09:43:27 +08003646 DP &= ~DP_LINK_TRAIN_MASK_CPT;
Ville Syrjälä1612c8b2015-05-05 17:17:34 +03003647 DP |= DP_LINK_TRAIN_PAT_IDLE_CPT;
Zhenyu Wange3421a12010-04-08 09:43:27 +08003648 } else {
Tvrtko Ursulin920a14b2016-10-14 10:13:44 +01003649 if (IS_CHERRYVIEW(dev_priv))
Ville Syrjäläaad3d142014-06-28 02:04:25 +03003650 DP &= ~DP_LINK_TRAIN_MASK_CHV;
3651 else
3652 DP &= ~DP_LINK_TRAIN_MASK;
Ville Syrjälä1612c8b2015-05-05 17:17:34 +03003653 DP |= DP_LINK_TRAIN_PAT_IDLE;
Zhenyu Wange3421a12010-04-08 09:43:27 +08003654 }
Ville Syrjälä1612c8b2015-05-05 17:17:34 +03003655 I915_WRITE(intel_dp->output_reg, DP);
Chris Wilsonfe255d02010-09-11 21:37:48 +01003656 POSTING_READ(intel_dp->output_reg);
Zhenyu Wang5eb08b62009-07-24 01:00:31 +08003657
Ville Syrjälä1612c8b2015-05-05 17:17:34 +03003658 DP &= ~(DP_PORT_EN | DP_AUDIO_OUTPUT_ENABLE);
3659 I915_WRITE(intel_dp->output_reg, DP);
3660 POSTING_READ(intel_dp->output_reg);
3661
3662 /*
3663 * HW workaround for IBX, we need to move the port
3664 * to transcoder A after disabling it to allow the
3665 * matching HDMI port to be enabled on transcoder A.
3666 */
Tvrtko Ursulin6e266952016-10-13 11:02:53 +01003667 if (HAS_PCH_IBX(dev_priv) && crtc->pipe == PIPE_B && port != PORT_A) {
Ville Syrjälä0c241d52015-10-30 19:23:22 +02003668 /*
3669 * We get CPU/PCH FIFO underruns on the other pipe when
3670 * doing the workaround. Sweep them under the rug.
3671 */
3672 intel_set_cpu_fifo_underrun_reporting(dev_priv, PIPE_A, false);
3673 intel_set_pch_fifo_underrun_reporting(dev_priv, PIPE_A, false);
3674
Ville Syrjälä1612c8b2015-05-05 17:17:34 +03003675 /* always enable with pattern 1 (as per spec) */
3676 DP &= ~(DP_PIPEB_SELECT | DP_LINK_TRAIN_MASK);
3677 DP |= DP_PORT_EN | DP_LINK_TRAIN_PAT_1;
3678 I915_WRITE(intel_dp->output_reg, DP);
3679 POSTING_READ(intel_dp->output_reg);
3680
3681 DP &= ~DP_PORT_EN;
Eric Anholt5bddd172010-11-18 09:32:59 +08003682 I915_WRITE(intel_dp->output_reg, DP);
Daniel Vetter0ca09682014-11-24 16:54:11 +01003683 POSTING_READ(intel_dp->output_reg);
Ville Syrjälä0c241d52015-10-30 19:23:22 +02003684
Ville Syrjälä0f0f74b2016-10-31 22:37:06 +02003685 intel_wait_for_vblank_if_active(dev_priv, PIPE_A);
Ville Syrjälä0c241d52015-10-30 19:23:22 +02003686 intel_set_cpu_fifo_underrun_reporting(dev_priv, PIPE_A, true);
3687 intel_set_pch_fifo_underrun_reporting(dev_priv, PIPE_A, true);
Eric Anholt5bddd172010-11-18 09:32:59 +08003688 }
3689
Keith Packardf01eca22011-09-28 16:48:10 -07003690 msleep(intel_dp->panel_power_down_delay);
Ville Syrjälä6fec7662015-11-10 16:16:17 +02003691
3692 intel_dp->DP = DP;
Ville Syrjälä9f2bdb02016-12-14 20:00:23 +02003693
3694 if (IS_VALLEYVIEW(dev_priv) || IS_CHERRYVIEW(dev_priv)) {
3695 pps_lock(intel_dp);
3696 intel_dp->active_pipe = INVALID_PIPE;
3697 pps_unlock(intel_dp);
3698 }
Keith Packarda4fc5ed2009-04-07 16:16:42 -07003699}
3700
Imre Deak24e807e2016-10-24 19:33:28 +03003701bool
Ville Syrjäläfe5a66f2016-07-29 16:52:39 +03003702intel_dp_read_dpcd(struct intel_dp *intel_dp)
Keith Packard92fd8fd2011-07-25 19:50:10 -07003703{
Lyude9f085eb2016-04-13 10:58:33 -04003704 if (drm_dp_dpcd_read(&intel_dp->aux, 0x000, intel_dp->dpcd,
3705 sizeof(intel_dp->dpcd)) < 0)
Adam Jacksonedb39242012-09-18 10:58:49 -04003706 return false; /* aux transfer failed */
Keith Packard92fd8fd2011-07-25 19:50:10 -07003707
Andy Shevchenkoa8e98152014-09-01 14:12:01 +03003708 DRM_DEBUG_KMS("DPCD: %*ph\n", (int) sizeof(intel_dp->dpcd), intel_dp->dpcd);
Damien Lespiau577c7a52012-12-13 16:09:02 +00003709
Ville Syrjäläfe5a66f2016-07-29 16:52:39 +03003710 return intel_dp->dpcd[DP_DPCD_REV] != 0;
3711}
3712
3713static bool
3714intel_edp_init_dpcd(struct intel_dp *intel_dp)
3715{
3716 struct drm_i915_private *dev_priv =
3717 to_i915(dp_to_dig_port(intel_dp)->base.base.dev);
3718
3719 /* this function is meant to be called only once */
3720 WARN_ON(intel_dp->dpcd[DP_DPCD_REV] != 0);
3721
3722 if (!intel_dp_read_dpcd(intel_dp))
3723 return false;
3724
Jani Nikula84c36752017-05-18 14:10:23 +03003725 drm_dp_read_desc(&intel_dp->aux, &intel_dp->desc,
3726 drm_dp_is_branch(intel_dp->dpcd));
Imre Deak12a47a422016-10-24 19:33:29 +03003727
Ville Syrjäläfe5a66f2016-07-29 16:52:39 +03003728 if (intel_dp->dpcd[DP_DPCD_REV] >= 0x11)
3729 dev_priv->no_aux_handshake = intel_dp->dpcd[DP_MAX_DOWNSPREAD] &
3730 DP_NO_AUX_HANDSHAKE_LINK_TRAINING;
3731
3732 /* Check if the panel supports PSR */
3733 drm_dp_dpcd_read(&intel_dp->aux, DP_PSR_SUPPORT,
3734 intel_dp->psr_dpcd,
3735 sizeof(intel_dp->psr_dpcd));
3736 if (intel_dp->psr_dpcd[0] & DP_PSR_IS_SUPPORTED) {
3737 dev_priv->psr.sink_support = true;
3738 DRM_DEBUG_KMS("Detected EDP PSR Panel.\n");
3739 }
3740
3741 if (INTEL_GEN(dev_priv) >= 9 &&
3742 (intel_dp->psr_dpcd[0] & DP_PSR2_IS_SUPPORTED)) {
3743 uint8_t frame_sync_cap;
3744
3745 dev_priv->psr.sink_support = true;
Imre Deak9bacd4b2017-05-10 12:21:48 +03003746 if (drm_dp_dpcd_readb(&intel_dp->aux,
3747 DP_SINK_DEVICE_AUX_FRAME_SYNC_CAP,
3748 &frame_sync_cap) != 1)
3749 frame_sync_cap = 0;
Ville Syrjäläfe5a66f2016-07-29 16:52:39 +03003750 dev_priv->psr.aux_frame_sync = frame_sync_cap ? true : false;
3751 /* PSR2 needs frame sync as well */
3752 dev_priv->psr.psr2_support = dev_priv->psr.aux_frame_sync;
3753 DRM_DEBUG_KMS("PSR2 %s on sink",
3754 dev_priv->psr.psr2_support ? "supported" : "not supported");
Nagaraju, Vathsala97da2ef2017-01-02 17:00:55 +05303755
3756 if (dev_priv->psr.psr2_support) {
3757 dev_priv->psr.y_cord_support =
3758 intel_dp_get_y_cord_status(intel_dp);
3759 dev_priv->psr.colorimetry_support =
3760 intel_dp_get_colorimetry_status(intel_dp);
Nagaraju, Vathsala340c93c2017-01-02 17:00:58 +05303761 dev_priv->psr.alpm =
3762 intel_dp_get_alpm_status(intel_dp);
Nagaraju, Vathsala97da2ef2017-01-02 17:00:55 +05303763 }
3764
Ville Syrjäläfe5a66f2016-07-29 16:52:39 +03003765 }
3766
Jani Nikula0501a3b2017-10-26 17:29:31 +03003767 /*
3768 * Read the eDP display control registers.
3769 *
3770 * Do this independent of DP_DPCD_DISPLAY_CONTROL_CAPABLE bit in
3771 * DP_EDP_CONFIGURATION_CAP, because some buggy displays do not have it
3772 * set, but require eDP 1.4+ detection (e.g. for supported link rates
3773 * method). The display control registers should read zero if they're
3774 * not supported anyway.
3775 */
3776 if (drm_dp_dpcd_read(&intel_dp->aux, DP_EDP_DPCD_REV,
Dan Carpenterf7170e22016-10-13 11:55:08 +03003777 intel_dp->edp_dpcd, sizeof(intel_dp->edp_dpcd)) ==
3778 sizeof(intel_dp->edp_dpcd))
Jani Nikulae6ed2a12017-10-26 17:29:32 +03003779 DRM_DEBUG_KMS("eDP DPCD: %*ph\n", (int) sizeof(intel_dp->edp_dpcd),
Ville Syrjäläfe5a66f2016-07-29 16:52:39 +03003780 intel_dp->edp_dpcd);
3781
Jani Nikulae6ed2a12017-10-26 17:29:32 +03003782 /* Read the eDP 1.4+ supported link rates. */
3783 if (intel_dp->edp_dpcd[0] >= DP_EDP_14) {
Ville Syrjäläfe5a66f2016-07-29 16:52:39 +03003784 __le16 sink_rates[DP_MAX_SUPPORTED_RATES];
3785 int i;
3786
3787 drm_dp_dpcd_read(&intel_dp->aux, DP_SUPPORTED_LINK_RATES,
3788 sink_rates, sizeof(sink_rates));
3789
3790 for (i = 0; i < ARRAY_SIZE(sink_rates); i++) {
3791 int val = le16_to_cpu(sink_rates[i]);
3792
3793 if (val == 0)
3794 break;
3795
Dhinakaran Pandiyanfd81c442016-11-14 13:50:20 -08003796 /* Value read multiplied by 200kHz gives the per-lane
3797 * link rate in kHz. The source rates are, however,
3798 * stored in terms of LS_Clk kHz. The full conversion
3799 * back to symbols is
3800 * (val * 200kHz)*(8/10 ch. encoding)*(1/8 bit to Byte)
3801 */
Ville Syrjäläfe5a66f2016-07-29 16:52:39 +03003802 intel_dp->sink_rates[i] = (val * 200) / 10;
3803 }
3804 intel_dp->num_sink_rates = i;
3805 }
3806
Jani Nikulae6ed2a12017-10-26 17:29:32 +03003807 /*
3808 * Use DP_LINK_RATE_SET if DP_SUPPORTED_LINK_RATES are available,
3809 * default to DP_MAX_LINK_RATE and DP_LINK_BW_SET otherwise.
3810 */
Jani Nikula68f357c2017-03-28 17:59:05 +03003811 if (intel_dp->num_sink_rates)
3812 intel_dp->use_rate_select = true;
3813 else
3814 intel_dp_set_sink_rates(intel_dp);
3815
Jani Nikula975ee5fca2017-04-06 16:44:10 +03003816 intel_dp_set_common_rates(intel_dp);
3817
Ville Syrjäläfe5a66f2016-07-29 16:52:39 +03003818 return true;
3819}
3820
3821
3822static bool
3823intel_dp_get_dpcd(struct intel_dp *intel_dp)
3824{
Jani Nikula27dbefb2017-04-06 16:44:17 +03003825 u8 sink_count;
3826
Ville Syrjäläfe5a66f2016-07-29 16:52:39 +03003827 if (!intel_dp_read_dpcd(intel_dp))
3828 return false;
Adam Jacksonedb39242012-09-18 10:58:49 -04003829
Jani Nikula68f357c2017-03-28 17:59:05 +03003830 /* Don't clobber cached eDP rates. */
Jani Nikula1853a9d2017-08-18 12:30:20 +03003831 if (!intel_dp_is_edp(intel_dp)) {
Jani Nikula68f357c2017-03-28 17:59:05 +03003832 intel_dp_set_sink_rates(intel_dp);
Jani Nikula975ee5fca2017-04-06 16:44:10 +03003833 intel_dp_set_common_rates(intel_dp);
3834 }
Jani Nikula68f357c2017-03-28 17:59:05 +03003835
Jani Nikula27dbefb2017-04-06 16:44:17 +03003836 if (drm_dp_dpcd_readb(&intel_dp->aux, DP_SINK_COUNT, &sink_count) <= 0)
Shubhangi Shrivastava30d9aa42016-03-30 18:05:25 +05303837 return false;
3838
3839 /*
3840 * Sink count can change between short pulse hpd hence
3841 * a member variable in intel_dp will track any changes
3842 * between short pulse interrupts.
3843 */
Jani Nikula27dbefb2017-04-06 16:44:17 +03003844 intel_dp->sink_count = DP_GET_SINK_COUNT(sink_count);
Shubhangi Shrivastava30d9aa42016-03-30 18:05:25 +05303845
3846 /*
3847 * SINK_COUNT == 0 and DOWNSTREAM_PORT_PRESENT == 1 implies that
3848 * a dongle is present but no display. Unless we require to know
3849 * if a dongle is present or not, we don't need to update
3850 * downstream port information. So, an early return here saves
3851 * time from performing other operations which are not required.
3852 */
Jani Nikula1853a9d2017-08-18 12:30:20 +03003853 if (!intel_dp_is_edp(intel_dp) && !intel_dp->sink_count)
Shubhangi Shrivastava30d9aa42016-03-30 18:05:25 +05303854 return false;
3855
Imre Deakc726ad02016-10-24 19:33:24 +03003856 if (!drm_dp_is_branch(intel_dp->dpcd))
Adam Jacksonedb39242012-09-18 10:58:49 -04003857 return true; /* native DP sink */
3858
3859 if (intel_dp->dpcd[DP_DPCD_REV] == 0x10)
3860 return true; /* no per-port downstream info */
3861
Lyude9f085eb2016-04-13 10:58:33 -04003862 if (drm_dp_dpcd_read(&intel_dp->aux, DP_DOWNSTREAM_PORT_0,
3863 intel_dp->downstream_ports,
3864 DP_MAX_DOWNSTREAM_PORTS) < 0)
Adam Jacksonedb39242012-09-18 10:58:49 -04003865 return false; /* downstream port status fetch failed */
3866
3867 return true;
Keith Packard92fd8fd2011-07-25 19:50:10 -07003868}
3869
Dave Airlie0e32b392014-05-02 14:02:48 +10003870static bool
Ville Syrjäläc4e31702016-07-29 16:51:16 +03003871intel_dp_can_mst(struct intel_dp *intel_dp)
Dave Airlie0e32b392014-05-02 14:02:48 +10003872{
Jani Nikula010b9b32017-04-06 16:44:16 +03003873 u8 mstm_cap;
Dave Airlie0e32b392014-05-02 14:02:48 +10003874
Michal Wajdeczko4f044a82017-09-19 19:38:44 +00003875 if (!i915_modparams.enable_dp_mst)
Nathan Schulte7cc96132016-03-15 10:14:05 -05003876 return false;
3877
Dave Airlie0e32b392014-05-02 14:02:48 +10003878 if (!intel_dp->can_mst)
3879 return false;
3880
3881 if (intel_dp->dpcd[DP_DPCD_REV] < 0x12)
3882 return false;
3883
Jani Nikula010b9b32017-04-06 16:44:16 +03003884 if (drm_dp_dpcd_readb(&intel_dp->aux, DP_MSTM_CAP, &mstm_cap) != 1)
Ville Syrjäläc4e31702016-07-29 16:51:16 +03003885 return false;
Dave Airlie0e32b392014-05-02 14:02:48 +10003886
Jani Nikula010b9b32017-04-06 16:44:16 +03003887 return mstm_cap & DP_MST_CAP;
Ville Syrjäläc4e31702016-07-29 16:51:16 +03003888}
3889
3890static void
3891intel_dp_configure_mst(struct intel_dp *intel_dp)
3892{
Michal Wajdeczko4f044a82017-09-19 19:38:44 +00003893 if (!i915_modparams.enable_dp_mst)
Ville Syrjäläc4e31702016-07-29 16:51:16 +03003894 return;
3895
3896 if (!intel_dp->can_mst)
3897 return;
3898
3899 intel_dp->is_mst = intel_dp_can_mst(intel_dp);
3900
3901 if (intel_dp->is_mst)
3902 DRM_DEBUG_KMS("Sink is MST capable\n");
3903 else
3904 DRM_DEBUG_KMS("Sink is not MST capable\n");
3905
3906 drm_dp_mst_topology_mgr_set_mst(&intel_dp->mst_mgr,
3907 intel_dp->is_mst);
Dave Airlie0e32b392014-05-02 14:02:48 +10003908}
3909
Rodrigo Vivie5a1cab2015-07-23 16:35:48 -07003910static int intel_dp_sink_crc_stop(struct intel_dp *intel_dp)
Rodrigo Vivid2e216d2014-01-24 13:36:17 -02003911{
Rodrigo Vivi082dcc72015-07-30 16:26:39 -07003912 struct intel_digital_port *dig_port = dp_to_dig_port(intel_dp);
Ville Syrjälä0f0f74b2016-10-31 22:37:06 +02003913 struct drm_i915_private *dev_priv = to_i915(dig_port->base.base.dev);
Rodrigo Vivi082dcc72015-07-30 16:26:39 -07003914 struct intel_crtc *intel_crtc = to_intel_crtc(dig_port->base.base.crtc);
Rodrigo Viviad9dc912014-09-16 19:18:12 -04003915 u8 buf;
Rodrigo Vivie5a1cab2015-07-23 16:35:48 -07003916 int ret = 0;
Rodrigo Vivic6297842015-11-05 10:50:20 -08003917 int count = 0;
3918 int attempts = 10;
Paulo Zanoni4373f0f2015-05-25 18:52:29 -03003919
3920 if (drm_dp_dpcd_readb(&intel_dp->aux, DP_TEST_SINK, &buf) < 0) {
Rodrigo Vivi082dcc72015-07-30 16:26:39 -07003921 DRM_DEBUG_KMS("Sink CRC couldn't be stopped properly\n");
Rodrigo Vivie5a1cab2015-07-23 16:35:48 -07003922 ret = -EIO;
3923 goto out;
Paulo Zanoni4373f0f2015-05-25 18:52:29 -03003924 }
Rodrigo Vivid2e216d2014-01-24 13:36:17 -02003925
Rodrigo Vivid2e216d2014-01-24 13:36:17 -02003926 if (drm_dp_dpcd_writeb(&intel_dp->aux, DP_TEST_SINK,
Rodrigo Vivie5a1cab2015-07-23 16:35:48 -07003927 buf & ~DP_TEST_SINK_START) < 0) {
Rodrigo Vivi082dcc72015-07-30 16:26:39 -07003928 DRM_DEBUG_KMS("Sink CRC couldn't be stopped properly\n");
Rodrigo Vivie5a1cab2015-07-23 16:35:48 -07003929 ret = -EIO;
3930 goto out;
3931 }
Rodrigo Vivi082dcc72015-07-30 16:26:39 -07003932
Rodrigo Vivic6297842015-11-05 10:50:20 -08003933 do {
Ville Syrjälä0f0f74b2016-10-31 22:37:06 +02003934 intel_wait_for_vblank(dev_priv, intel_crtc->pipe);
Rodrigo Vivic6297842015-11-05 10:50:20 -08003935
3936 if (drm_dp_dpcd_readb(&intel_dp->aux,
3937 DP_TEST_SINK_MISC, &buf) < 0) {
3938 ret = -EIO;
3939 goto out;
3940 }
3941 count = buf & DP_TEST_COUNT_MASK;
3942 } while (--attempts && count);
3943
3944 if (attempts == 0) {
Rodrigo Vividc5a9032016-01-29 14:44:59 -08003945 DRM_DEBUG_KMS("TIMEOUT: Sink CRC counter is not zeroed after calculation is stopped\n");
Rodrigo Vivic6297842015-11-05 10:50:20 -08003946 ret = -ETIMEDOUT;
3947 }
3948
Rodrigo Vivie5a1cab2015-07-23 16:35:48 -07003949 out:
Rodrigo Vivi082dcc72015-07-30 16:26:39 -07003950 hsw_enable_ips(intel_crtc);
Rodrigo Vivie5a1cab2015-07-23 16:35:48 -07003951 return ret;
Rodrigo Vivi082dcc72015-07-30 16:26:39 -07003952}
3953
3954static int intel_dp_sink_crc_start(struct intel_dp *intel_dp)
3955{
3956 struct intel_digital_port *dig_port = dp_to_dig_port(intel_dp);
Ville Syrjälä0f0f74b2016-10-31 22:37:06 +02003957 struct drm_i915_private *dev_priv = to_i915(dig_port->base.base.dev);
Rodrigo Vivi082dcc72015-07-30 16:26:39 -07003958 struct intel_crtc *intel_crtc = to_intel_crtc(dig_port->base.base.crtc);
3959 u8 buf;
Rodrigo Vivie5a1cab2015-07-23 16:35:48 -07003960 int ret;
3961
Rodrigo Vivi082dcc72015-07-30 16:26:39 -07003962 if (drm_dp_dpcd_readb(&intel_dp->aux, DP_TEST_SINK_MISC, &buf) < 0)
3963 return -EIO;
3964
3965 if (!(buf & DP_TEST_CRC_SUPPORTED))
3966 return -ENOTTY;
3967
3968 if (drm_dp_dpcd_readb(&intel_dp->aux, DP_TEST_SINK, &buf) < 0)
3969 return -EIO;
3970
Rodrigo Vivi6d8175d2015-11-05 10:50:22 -08003971 if (buf & DP_TEST_SINK_START) {
3972 ret = intel_dp_sink_crc_stop(intel_dp);
3973 if (ret)
3974 return ret;
3975 }
3976
Rodrigo Vivi082dcc72015-07-30 16:26:39 -07003977 hsw_disable_ips(intel_crtc);
3978
3979 if (drm_dp_dpcd_writeb(&intel_dp->aux, DP_TEST_SINK,
3980 buf | DP_TEST_SINK_START) < 0) {
3981 hsw_enable_ips(intel_crtc);
3982 return -EIO;
Paulo Zanoni4373f0f2015-05-25 18:52:29 -03003983 }
Rodrigo Vivid2e216d2014-01-24 13:36:17 -02003984
Ville Syrjälä0f0f74b2016-10-31 22:37:06 +02003985 intel_wait_for_vblank(dev_priv, intel_crtc->pipe);
Rodrigo Vivi082dcc72015-07-30 16:26:39 -07003986 return 0;
3987}
3988
3989int intel_dp_sink_crc(struct intel_dp *intel_dp, u8 *crc)
3990{
3991 struct intel_digital_port *dig_port = dp_to_dig_port(intel_dp);
Ville Syrjälä0f0f74b2016-10-31 22:37:06 +02003992 struct drm_i915_private *dev_priv = to_i915(dig_port->base.base.dev);
Rodrigo Vivi082dcc72015-07-30 16:26:39 -07003993 struct intel_crtc *intel_crtc = to_intel_crtc(dig_port->base.base.crtc);
3994 u8 buf;
Rodrigo Vivi621d4c72015-07-23 16:35:49 -07003995 int count, ret;
Rodrigo Vivi082dcc72015-07-30 16:26:39 -07003996 int attempts = 6;
Rodrigo Vivi082dcc72015-07-30 16:26:39 -07003997
3998 ret = intel_dp_sink_crc_start(intel_dp);
3999 if (ret)
4000 return ret;
4001
Rodrigo Viviad9dc912014-09-16 19:18:12 -04004002 do {
Ville Syrjälä0f0f74b2016-10-31 22:37:06 +02004003 intel_wait_for_vblank(dev_priv, intel_crtc->pipe);
Rodrigo Vivi621d4c72015-07-23 16:35:49 -07004004
Rodrigo Vivi1dda5f92014-10-01 07:32:37 -07004005 if (drm_dp_dpcd_readb(&intel_dp->aux,
Paulo Zanoni4373f0f2015-05-25 18:52:29 -03004006 DP_TEST_SINK_MISC, &buf) < 0) {
4007 ret = -EIO;
Rodrigo Viviafe0d672015-07-23 16:35:45 -07004008 goto stop;
Paulo Zanoni4373f0f2015-05-25 18:52:29 -03004009 }
Rodrigo Vivi621d4c72015-07-23 16:35:49 -07004010 count = buf & DP_TEST_COUNT_MASK;
Rodrigo Viviaabc95d2015-07-23 16:35:50 -07004011
Rodrigo Vivi7e38eef2015-11-05 10:50:21 -08004012 } while (--attempts && count == 0);
Rodrigo Viviad9dc912014-09-16 19:18:12 -04004013
4014 if (attempts == 0) {
Rodrigo Vivi7e38eef2015-11-05 10:50:21 -08004015 DRM_ERROR("Panel is unable to calculate any CRC after 6 vblanks\n");
4016 ret = -ETIMEDOUT;
4017 goto stop;
4018 }
4019
4020 if (drm_dp_dpcd_read(&intel_dp->aux, DP_TEST_CRC_R_CR, crc, 6) < 0) {
4021 ret = -EIO;
4022 goto stop;
Rodrigo Viviad9dc912014-09-16 19:18:12 -04004023 }
Rodrigo Vivid2e216d2014-01-24 13:36:17 -02004024
Rodrigo Viviafe0d672015-07-23 16:35:45 -07004025stop:
Rodrigo Vivi082dcc72015-07-30 16:26:39 -07004026 intel_dp_sink_crc_stop(intel_dp);
Paulo Zanoni4373f0f2015-05-25 18:52:29 -03004027 return ret;
Rodrigo Vivid2e216d2014-01-24 13:36:17 -02004028}
4029
Jesse Barnesa60f0e32011-10-20 15:09:17 -07004030static bool
4031intel_dp_get_sink_irq(struct intel_dp *intel_dp, u8 *sink_irq_vector)
4032{
Jani Nikula010b9b32017-04-06 16:44:16 +03004033 return drm_dp_dpcd_readb(&intel_dp->aux, DP_DEVICE_SERVICE_IRQ_VECTOR,
4034 sink_irq_vector) == 1;
Jesse Barnesa60f0e32011-10-20 15:09:17 -07004035}
4036
Dave Airlie0e32b392014-05-02 14:02:48 +10004037static bool
4038intel_dp_get_sink_irq_esi(struct intel_dp *intel_dp, u8 *sink_irq_vector)
4039{
Pandiyan, Dhinakarane8b25772017-09-18 15:21:39 -07004040 return drm_dp_dpcd_read(&intel_dp->aux, DP_SINK_COUNT_ESI,
4041 sink_irq_vector, DP_DPRX_ESI_LEN) ==
4042 DP_DPRX_ESI_LEN;
Dave Airlie0e32b392014-05-02 14:02:48 +10004043}
4044
Todd Previtec5d5ab72015-04-15 08:38:38 -07004045static uint8_t intel_dp_autotest_link_training(struct intel_dp *intel_dp)
Jesse Barnesa60f0e32011-10-20 15:09:17 -07004046{
Manasi Navareda15f7c2017-01-24 08:16:34 -08004047 int status = 0;
Manasi Navare140ef132017-06-08 13:41:03 -07004048 int test_link_rate;
Manasi Navareda15f7c2017-01-24 08:16:34 -08004049 uint8_t test_lane_count, test_link_bw;
4050 /* (DP CTS 1.2)
4051 * 4.3.1.11
4052 */
4053 /* Read the TEST_LANE_COUNT and TEST_LINK_RTAE fields (DP CTS 3.1.4) */
4054 status = drm_dp_dpcd_readb(&intel_dp->aux, DP_TEST_LANE_COUNT,
4055 &test_lane_count);
4056
4057 if (status <= 0) {
4058 DRM_DEBUG_KMS("Lane count read failed\n");
4059 return DP_TEST_NAK;
4060 }
4061 test_lane_count &= DP_MAX_LANE_COUNT_MASK;
Manasi Navareda15f7c2017-01-24 08:16:34 -08004062
4063 status = drm_dp_dpcd_readb(&intel_dp->aux, DP_TEST_LINK_RATE,
4064 &test_link_bw);
4065 if (status <= 0) {
4066 DRM_DEBUG_KMS("Link Rate read failed\n");
4067 return DP_TEST_NAK;
4068 }
Manasi Navareda15f7c2017-01-24 08:16:34 -08004069 test_link_rate = drm_dp_bw_code_to_link_rate(test_link_bw);
Manasi Navare140ef132017-06-08 13:41:03 -07004070
4071 /* Validate the requested link rate and lane count */
4072 if (!intel_dp_link_params_valid(intel_dp, test_link_rate,
4073 test_lane_count))
Manasi Navareda15f7c2017-01-24 08:16:34 -08004074 return DP_TEST_NAK;
4075
4076 intel_dp->compliance.test_lane_count = test_lane_count;
4077 intel_dp->compliance.test_link_rate = test_link_rate;
4078
4079 return DP_TEST_ACK;
Todd Previtec5d5ab72015-04-15 08:38:38 -07004080}
4081
4082static uint8_t intel_dp_autotest_video_pattern(struct intel_dp *intel_dp)
4083{
Manasi Navare611032b2017-01-24 08:21:49 -08004084 uint8_t test_pattern;
Jani Nikula010b9b32017-04-06 16:44:16 +03004085 uint8_t test_misc;
Manasi Navare611032b2017-01-24 08:21:49 -08004086 __be16 h_width, v_height;
4087 int status = 0;
4088
4089 /* Read the TEST_PATTERN (DP CTS 3.1.5) */
Jani Nikula010b9b32017-04-06 16:44:16 +03004090 status = drm_dp_dpcd_readb(&intel_dp->aux, DP_TEST_PATTERN,
4091 &test_pattern);
Manasi Navare611032b2017-01-24 08:21:49 -08004092 if (status <= 0) {
4093 DRM_DEBUG_KMS("Test pattern read failed\n");
4094 return DP_TEST_NAK;
4095 }
4096 if (test_pattern != DP_COLOR_RAMP)
4097 return DP_TEST_NAK;
4098
4099 status = drm_dp_dpcd_read(&intel_dp->aux, DP_TEST_H_WIDTH_HI,
4100 &h_width, 2);
4101 if (status <= 0) {
4102 DRM_DEBUG_KMS("H Width read failed\n");
4103 return DP_TEST_NAK;
4104 }
4105
4106 status = drm_dp_dpcd_read(&intel_dp->aux, DP_TEST_V_HEIGHT_HI,
4107 &v_height, 2);
4108 if (status <= 0) {
4109 DRM_DEBUG_KMS("V Height read failed\n");
4110 return DP_TEST_NAK;
4111 }
4112
Jani Nikula010b9b32017-04-06 16:44:16 +03004113 status = drm_dp_dpcd_readb(&intel_dp->aux, DP_TEST_MISC0,
4114 &test_misc);
Manasi Navare611032b2017-01-24 08:21:49 -08004115 if (status <= 0) {
4116 DRM_DEBUG_KMS("TEST MISC read failed\n");
4117 return DP_TEST_NAK;
4118 }
4119 if ((test_misc & DP_TEST_COLOR_FORMAT_MASK) != DP_COLOR_FORMAT_RGB)
4120 return DP_TEST_NAK;
4121 if (test_misc & DP_TEST_DYNAMIC_RANGE_CEA)
4122 return DP_TEST_NAK;
4123 switch (test_misc & DP_TEST_BIT_DEPTH_MASK) {
4124 case DP_TEST_BIT_DEPTH_6:
4125 intel_dp->compliance.test_data.bpc = 6;
4126 break;
4127 case DP_TEST_BIT_DEPTH_8:
4128 intel_dp->compliance.test_data.bpc = 8;
4129 break;
4130 default:
4131 return DP_TEST_NAK;
4132 }
4133
4134 intel_dp->compliance.test_data.video_pattern = test_pattern;
4135 intel_dp->compliance.test_data.hdisplay = be16_to_cpu(h_width);
4136 intel_dp->compliance.test_data.vdisplay = be16_to_cpu(v_height);
4137 /* Set test active flag here so userspace doesn't interrupt things */
4138 intel_dp->compliance.test_active = 1;
4139
4140 return DP_TEST_ACK;
Todd Previtec5d5ab72015-04-15 08:38:38 -07004141}
4142
4143static uint8_t intel_dp_autotest_edid(struct intel_dp *intel_dp)
4144{
Manasi Navareb48a5ba2017-01-20 19:09:28 -08004145 uint8_t test_result = DP_TEST_ACK;
Todd Previte559be302015-05-04 07:48:20 -07004146 struct intel_connector *intel_connector = intel_dp->attached_connector;
4147 struct drm_connector *connector = &intel_connector->base;
4148
4149 if (intel_connector->detect_edid == NULL ||
Daniel Vetterac6f2e22015-05-08 16:15:41 +02004150 connector->edid_corrupt ||
Todd Previte559be302015-05-04 07:48:20 -07004151 intel_dp->aux.i2c_defer_count > 6) {
4152 /* Check EDID read for NACKs, DEFERs and corruption
4153 * (DP CTS 1.2 Core r1.1)
4154 * 4.2.2.4 : Failed EDID read, I2C_NAK
4155 * 4.2.2.5 : Failed EDID read, I2C_DEFER
4156 * 4.2.2.6 : EDID corruption detected
4157 * Use failsafe mode for all cases
4158 */
4159 if (intel_dp->aux.i2c_nack_count > 0 ||
4160 intel_dp->aux.i2c_defer_count > 0)
4161 DRM_DEBUG_KMS("EDID read had %d NACKs, %d DEFERs\n",
4162 intel_dp->aux.i2c_nack_count,
4163 intel_dp->aux.i2c_defer_count);
Manasi Navarec1617ab2016-12-09 16:22:50 -08004164 intel_dp->compliance.test_data.edid = INTEL_DP_RESOLUTION_FAILSAFE;
Todd Previte559be302015-05-04 07:48:20 -07004165 } else {
Thulasimani,Sivakumarf79b468e2015-08-07 15:14:30 +05304166 struct edid *block = intel_connector->detect_edid;
4167
4168 /* We have to write the checksum
4169 * of the last block read
4170 */
4171 block += intel_connector->detect_edid->extensions;
4172
Jani Nikula010b9b32017-04-06 16:44:16 +03004173 if (drm_dp_dpcd_writeb(&intel_dp->aux, DP_TEST_EDID_CHECKSUM,
4174 block->checksum) <= 0)
Todd Previte559be302015-05-04 07:48:20 -07004175 DRM_DEBUG_KMS("Failed to write EDID checksum\n");
4176
4177 test_result = DP_TEST_ACK | DP_TEST_EDID_CHECKSUM_WRITE;
Manasi Navareb48a5ba2017-01-20 19:09:28 -08004178 intel_dp->compliance.test_data.edid = INTEL_DP_RESOLUTION_PREFERRED;
Todd Previte559be302015-05-04 07:48:20 -07004179 }
4180
4181 /* Set test active flag here so userspace doesn't interrupt things */
Manasi Navarec1617ab2016-12-09 16:22:50 -08004182 intel_dp->compliance.test_active = 1;
Todd Previte559be302015-05-04 07:48:20 -07004183
Todd Previtec5d5ab72015-04-15 08:38:38 -07004184 return test_result;
4185}
4186
4187static uint8_t intel_dp_autotest_phy_pattern(struct intel_dp *intel_dp)
4188{
4189 uint8_t test_result = DP_TEST_NAK;
4190 return test_result;
4191}
4192
4193static void intel_dp_handle_test_request(struct intel_dp *intel_dp)
4194{
4195 uint8_t response = DP_TEST_NAK;
Jani Nikula5ec63bb2017-01-20 19:04:06 +02004196 uint8_t request = 0;
4197 int status;
Todd Previtec5d5ab72015-04-15 08:38:38 -07004198
Jani Nikula5ec63bb2017-01-20 19:04:06 +02004199 status = drm_dp_dpcd_readb(&intel_dp->aux, DP_TEST_REQUEST, &request);
Todd Previtec5d5ab72015-04-15 08:38:38 -07004200 if (status <= 0) {
4201 DRM_DEBUG_KMS("Could not read test request from sink\n");
4202 goto update_status;
4203 }
4204
Jani Nikula5ec63bb2017-01-20 19:04:06 +02004205 switch (request) {
Todd Previtec5d5ab72015-04-15 08:38:38 -07004206 case DP_TEST_LINK_TRAINING:
4207 DRM_DEBUG_KMS("LINK_TRAINING test requested\n");
Todd Previtec5d5ab72015-04-15 08:38:38 -07004208 response = intel_dp_autotest_link_training(intel_dp);
4209 break;
4210 case DP_TEST_LINK_VIDEO_PATTERN:
4211 DRM_DEBUG_KMS("TEST_PATTERN test requested\n");
Todd Previtec5d5ab72015-04-15 08:38:38 -07004212 response = intel_dp_autotest_video_pattern(intel_dp);
4213 break;
4214 case DP_TEST_LINK_EDID_READ:
4215 DRM_DEBUG_KMS("EDID test requested\n");
Todd Previtec5d5ab72015-04-15 08:38:38 -07004216 response = intel_dp_autotest_edid(intel_dp);
4217 break;
4218 case DP_TEST_LINK_PHY_TEST_PATTERN:
4219 DRM_DEBUG_KMS("PHY_PATTERN test requested\n");
Todd Previtec5d5ab72015-04-15 08:38:38 -07004220 response = intel_dp_autotest_phy_pattern(intel_dp);
4221 break;
4222 default:
Jani Nikula5ec63bb2017-01-20 19:04:06 +02004223 DRM_DEBUG_KMS("Invalid test request '%02x'\n", request);
Todd Previtec5d5ab72015-04-15 08:38:38 -07004224 break;
4225 }
4226
Jani Nikula5ec63bb2017-01-20 19:04:06 +02004227 if (response & DP_TEST_ACK)
4228 intel_dp->compliance.test_type = request;
4229
Todd Previtec5d5ab72015-04-15 08:38:38 -07004230update_status:
Jani Nikula5ec63bb2017-01-20 19:04:06 +02004231 status = drm_dp_dpcd_writeb(&intel_dp->aux, DP_TEST_RESPONSE, response);
Todd Previtec5d5ab72015-04-15 08:38:38 -07004232 if (status <= 0)
4233 DRM_DEBUG_KMS("Could not write test response to sink\n");
Jesse Barnesa60f0e32011-10-20 15:09:17 -07004234}
4235
Dave Airlie0e32b392014-05-02 14:02:48 +10004236static int
4237intel_dp_check_mst_status(struct intel_dp *intel_dp)
4238{
4239 bool bret;
4240
4241 if (intel_dp->is_mst) {
Pandiyan, Dhinakarane8b25772017-09-18 15:21:39 -07004242 u8 esi[DP_DPRX_ESI_LEN] = { 0 };
Dave Airlie0e32b392014-05-02 14:02:48 +10004243 int ret = 0;
4244 int retry;
4245 bool handled;
4246 bret = intel_dp_get_sink_irq_esi(intel_dp, esi);
4247go_again:
4248 if (bret == true) {
4249
4250 /* check link status - esi[10] = 0x200c */
Ville Syrjälä19e0b4c2016-08-05 19:05:42 +03004251 if (intel_dp->active_mst_links &&
Ville Syrjälä901c2da2015-08-17 18:05:12 +03004252 !drm_dp_channel_eq_ok(&esi[10], intel_dp->lane_count)) {
Dave Airlie0e32b392014-05-02 14:02:48 +10004253 DRM_DEBUG_KMS("channel EQ not ok, retraining\n");
4254 intel_dp_start_link_train(intel_dp);
Dave Airlie0e32b392014-05-02 14:02:48 +10004255 intel_dp_stop_link_train(intel_dp);
4256 }
4257
Andy Shevchenko6f34cc32015-01-15 13:45:09 +02004258 DRM_DEBUG_KMS("got esi %3ph\n", esi);
Dave Airlie0e32b392014-05-02 14:02:48 +10004259 ret = drm_dp_mst_hpd_irq(&intel_dp->mst_mgr, esi, &handled);
4260
4261 if (handled) {
4262 for (retry = 0; retry < 3; retry++) {
4263 int wret;
4264 wret = drm_dp_dpcd_write(&intel_dp->aux,
4265 DP_SINK_COUNT_ESI+1,
4266 &esi[1], 3);
4267 if (wret == 3) {
4268 break;
4269 }
4270 }
4271
4272 bret = intel_dp_get_sink_irq_esi(intel_dp, esi);
4273 if (bret == true) {
Andy Shevchenko6f34cc32015-01-15 13:45:09 +02004274 DRM_DEBUG_KMS("got esi2 %3ph\n", esi);
Dave Airlie0e32b392014-05-02 14:02:48 +10004275 goto go_again;
4276 }
4277 } else
4278 ret = 0;
4279
4280 return ret;
4281 } else {
4282 struct intel_digital_port *intel_dig_port = dp_to_dig_port(intel_dp);
4283 DRM_DEBUG_KMS("failed to get ESI - device may have failed\n");
4284 intel_dp->is_mst = false;
4285 drm_dp_mst_topology_mgr_set_mst(&intel_dp->mst_mgr, intel_dp->is_mst);
4286 /* send a hotplug event */
4287 drm_kms_helper_hotplug_event(intel_dig_port->base.base.dev);
4288 }
4289 }
4290 return -EINVAL;
4291}
4292
Shubhangi Shrivastava5c9114d2016-03-30 18:05:24 +05304293static void
Ville Syrjäläbfd02b32016-10-14 20:02:54 +03004294intel_dp_retrain_link(struct intel_dp *intel_dp)
4295{
4296 struct intel_encoder *encoder = &dp_to_dig_port(intel_dp)->base;
4297 struct drm_i915_private *dev_priv = to_i915(encoder->base.dev);
4298 struct intel_crtc *crtc = to_intel_crtc(encoder->base.crtc);
4299
4300 /* Suppress underruns caused by re-training */
4301 intel_set_cpu_fifo_underrun_reporting(dev_priv, crtc->pipe, false);
4302 if (crtc->config->has_pch_encoder)
4303 intel_set_pch_fifo_underrun_reporting(dev_priv,
4304 intel_crtc_pch_transcoder(crtc), false);
4305
4306 intel_dp_start_link_train(intel_dp);
4307 intel_dp_stop_link_train(intel_dp);
4308
4309 /* Keep underrun reporting disabled until things are stable */
Ville Syrjälä0f0f74b2016-10-31 22:37:06 +02004310 intel_wait_for_vblank(dev_priv, crtc->pipe);
Ville Syrjäläbfd02b32016-10-14 20:02:54 +03004311
4312 intel_set_cpu_fifo_underrun_reporting(dev_priv, crtc->pipe, true);
4313 if (crtc->config->has_pch_encoder)
4314 intel_set_pch_fifo_underrun_reporting(dev_priv,
4315 intel_crtc_pch_transcoder(crtc), true);
4316}
4317
4318static void
Shubhangi Shrivastava5c9114d2016-03-30 18:05:24 +05304319intel_dp_check_link_status(struct intel_dp *intel_dp)
4320{
4321 struct intel_encoder *intel_encoder = &dp_to_dig_port(intel_dp)->base;
4322 struct drm_device *dev = intel_dp_to_dev(intel_dp);
4323 u8 link_status[DP_LINK_STATUS_SIZE];
4324
4325 WARN_ON(!drm_modeset_is_locked(&dev->mode_config.connection_mutex));
4326
4327 if (!intel_dp_get_link_status(intel_dp, link_status)) {
4328 DRM_ERROR("Failed to get link status\n");
4329 return;
4330 }
4331
4332 if (!intel_encoder->base.crtc)
4333 return;
4334
4335 if (!to_intel_crtc(intel_encoder->base.crtc)->active)
4336 return;
4337
Manasi Navare14c562c2017-04-06 14:00:12 -07004338 /*
4339 * Validate the cached values of intel_dp->link_rate and
4340 * intel_dp->lane_count before attempting to retrain.
4341 */
Manasi Navare1a92c702017-06-08 13:41:02 -07004342 if (!intel_dp_link_params_valid(intel_dp, intel_dp->link_rate,
4343 intel_dp->lane_count))
Matthew Auldd4cb3fd2016-10-19 22:29:53 +01004344 return;
4345
Manasi Navareda15f7c2017-01-24 08:16:34 -08004346 /* Retrain if Channel EQ or CR not ok */
4347 if (!drm_dp_channel_eq_ok(link_status, intel_dp->lane_count)) {
Shubhangi Shrivastava5c9114d2016-03-30 18:05:24 +05304348 DRM_DEBUG_KMS("%s: channel EQ not ok, retraining\n",
4349 intel_encoder->base.name);
Ville Syrjäläbfd02b32016-10-14 20:02:54 +03004350
4351 intel_dp_retrain_link(intel_dp);
Shubhangi Shrivastava5c9114d2016-03-30 18:05:24 +05304352 }
4353}
4354
Keith Packarda4fc5ed2009-04-07 16:16:42 -07004355/*
4356 * According to DP spec
4357 * 5.1.2:
4358 * 1. Read DPCD
4359 * 2. Configure link according to Receiver Capabilities
4360 * 3. Use Link Training from 2.5.3.3 and 3.5.1.3
4361 * 4. Check link status on receipt of hot-plug interrupt
Shubhangi Shrivastava39ff7472016-03-30 18:05:26 +05304362 *
4363 * intel_dp_short_pulse - handles short pulse interrupts
4364 * when full detection is not required.
4365 * Returns %true if short pulse is handled and full detection
4366 * is NOT required and %false otherwise.
Keith Packarda4fc5ed2009-04-07 16:16:42 -07004367 */
Shubhangi Shrivastava39ff7472016-03-30 18:05:26 +05304368static bool
Shubhangi Shrivastava5c9114d2016-03-30 18:05:24 +05304369intel_dp_short_pulse(struct intel_dp *intel_dp)
Keith Packarda4fc5ed2009-04-07 16:16:42 -07004370{
Dave Airlie5b215bc2014-08-05 10:40:20 +10004371 struct drm_device *dev = intel_dp_to_dev(intel_dp);
Manasi Navareda15f7c2017-01-24 08:16:34 -08004372 struct intel_encoder *intel_encoder = &dp_to_dig_port(intel_dp)->base;
Ville Syrjälä65fbb4e2016-07-28 17:50:47 +03004373 u8 sink_irq_vector = 0;
Shubhangi Shrivastava39ff7472016-03-30 18:05:26 +05304374 u8 old_sink_count = intel_dp->sink_count;
4375 bool ret;
Dave Airlie5b215bc2014-08-05 10:40:20 +10004376
Shubhangi Shrivastava4df69602015-10-28 15:30:36 +05304377 /*
4378 * Clearing compliance test variables to allow capturing
4379 * of values for next automated test request.
4380 */
Manasi Navarec1617ab2016-12-09 16:22:50 -08004381 memset(&intel_dp->compliance, 0, sizeof(intel_dp->compliance));
Shubhangi Shrivastava4df69602015-10-28 15:30:36 +05304382
Shubhangi Shrivastava39ff7472016-03-30 18:05:26 +05304383 /*
4384 * Now read the DPCD to see if it's actually running
4385 * If the current value of sink count doesn't match with
4386 * the value that was stored earlier or dpcd read failed
4387 * we need to do full detection
4388 */
4389 ret = intel_dp_get_dpcd(intel_dp);
4390
4391 if ((old_sink_count != intel_dp->sink_count) || !ret) {
4392 /* No need to proceed if we are going to do full detect */
4393 return false;
Jesse Barnes59cd09e2011-07-07 11:10:59 -07004394 }
4395
Jesse Barnesa60f0e32011-10-20 15:09:17 -07004396 /* Try to read the source of the interrupt */
4397 if (intel_dp->dpcd[DP_DPCD_REV] >= 0x11 &&
Ville Syrjälä65fbb4e2016-07-28 17:50:47 +03004398 intel_dp_get_sink_irq(intel_dp, &sink_irq_vector) &&
4399 sink_irq_vector != 0) {
Jesse Barnesa60f0e32011-10-20 15:09:17 -07004400 /* Clear interrupt source */
Jani Nikula9d1a1032014-03-14 16:51:15 +02004401 drm_dp_dpcd_writeb(&intel_dp->aux,
4402 DP_DEVICE_SERVICE_IRQ_VECTOR,
4403 sink_irq_vector);
Jesse Barnesa60f0e32011-10-20 15:09:17 -07004404
4405 if (sink_irq_vector & DP_AUTOMATED_TEST_REQUEST)
Manasi Navareda15f7c2017-01-24 08:16:34 -08004406 intel_dp_handle_test_request(intel_dp);
Jesse Barnesa60f0e32011-10-20 15:09:17 -07004407 if (sink_irq_vector & (DP_CP_IRQ | DP_SINK_SPECIFIC_IRQ))
4408 DRM_DEBUG_DRIVER("CP or sink specific irq unhandled\n");
4409 }
4410
Shubhangi Shrivastava5c9114d2016-03-30 18:05:24 +05304411 drm_modeset_lock(&dev->mode_config.connection_mutex, NULL);
4412 intel_dp_check_link_status(intel_dp);
4413 drm_modeset_unlock(&dev->mode_config.connection_mutex);
Manasi Navareda15f7c2017-01-24 08:16:34 -08004414 if (intel_dp->compliance.test_type == DP_TEST_LINK_TRAINING) {
4415 DRM_DEBUG_KMS("Link Training Compliance Test requested\n");
4416 /* Send a Hotplug Uevent to userspace to start modeset */
4417 drm_kms_helper_hotplug_event(intel_encoder->base.dev);
4418 }
Shubhangi Shrivastava39ff7472016-03-30 18:05:26 +05304419
4420 return true;
Keith Packarda4fc5ed2009-04-07 16:16:42 -07004421}
Keith Packarda4fc5ed2009-04-07 16:16:42 -07004422
Adam Jacksoncaf9ab22012-09-18 10:58:50 -04004423/* XXX this is probably wrong for multiple downstream ports */
Zhenyu Wang5eb08b62009-07-24 01:00:31 +08004424static enum drm_connector_status
Keith Packard26d61aa2011-07-25 20:01:09 -07004425intel_dp_detect_dpcd(struct intel_dp *intel_dp)
Adam Jackson71ba90002011-07-12 17:38:04 -04004426{
Imre Deake393d0d2017-02-22 17:10:52 +02004427 struct intel_lspcon *lspcon = dp_to_lspcon(intel_dp);
Adam Jacksoncaf9ab22012-09-18 10:58:50 -04004428 uint8_t *dpcd = intel_dp->dpcd;
Adam Jacksoncaf9ab22012-09-18 10:58:50 -04004429 uint8_t type;
4430
Imre Deake393d0d2017-02-22 17:10:52 +02004431 if (lspcon->active)
4432 lspcon_resume(lspcon);
4433
Adam Jacksoncaf9ab22012-09-18 10:58:50 -04004434 if (!intel_dp_get_dpcd(intel_dp))
4435 return connector_status_disconnected;
4436
Jani Nikula1853a9d2017-08-18 12:30:20 +03004437 if (intel_dp_is_edp(intel_dp))
Shubhangi Shrivastava1034ce72016-04-12 12:23:54 +05304438 return connector_status_connected;
4439
Adam Jacksoncaf9ab22012-09-18 10:58:50 -04004440 /* if there's no downstream port, we're done */
Imre Deakc726ad02016-10-24 19:33:24 +03004441 if (!drm_dp_is_branch(dpcd))
Keith Packard26d61aa2011-07-25 20:01:09 -07004442 return connector_status_connected;
Adam Jacksoncaf9ab22012-09-18 10:58:50 -04004443
4444 /* If we're HPD-aware, SINK_COUNT changes dynamically */
Jani Nikulac9ff1602013-09-27 14:48:42 +03004445 if (intel_dp->dpcd[DP_DPCD_REV] >= 0x11 &&
4446 intel_dp->downstream_ports[0] & DP_DS_PORT_HPD) {
Jani Nikula9d1a1032014-03-14 16:51:15 +02004447
Shubhangi Shrivastava30d9aa42016-03-30 18:05:25 +05304448 return intel_dp->sink_count ?
4449 connector_status_connected : connector_status_disconnected;
Adam Jacksoncaf9ab22012-09-18 10:58:50 -04004450 }
4451
Ville Syrjäläc4e31702016-07-29 16:51:16 +03004452 if (intel_dp_can_mst(intel_dp))
4453 return connector_status_connected;
4454
Adam Jacksoncaf9ab22012-09-18 10:58:50 -04004455 /* If no HPD, poke DDC gently */
Jani Nikula0b998362014-03-14 16:51:17 +02004456 if (drm_probe_ddc(&intel_dp->aux.ddc))
Adam Jacksoncaf9ab22012-09-18 10:58:50 -04004457 return connector_status_connected;
4458
4459 /* Well we tried, say unknown for unreliable port types */
Jani Nikulac9ff1602013-09-27 14:48:42 +03004460 if (intel_dp->dpcd[DP_DPCD_REV] >= 0x11) {
4461 type = intel_dp->downstream_ports[0] & DP_DS_PORT_TYPE_MASK;
4462 if (type == DP_DS_PORT_TYPE_VGA ||
4463 type == DP_DS_PORT_TYPE_NON_EDID)
4464 return connector_status_unknown;
4465 } else {
4466 type = intel_dp->dpcd[DP_DOWNSTREAMPORT_PRESENT] &
4467 DP_DWN_STRM_PORT_TYPE_MASK;
4468 if (type == DP_DWN_STRM_PORT_TYPE_ANALOG ||
4469 type == DP_DWN_STRM_PORT_TYPE_OTHER)
4470 return connector_status_unknown;
4471 }
Adam Jacksoncaf9ab22012-09-18 10:58:50 -04004472
4473 /* Anything else is out of spec, warn and ignore */
4474 DRM_DEBUG_KMS("Broken DP branch device, ignoring\n");
Keith Packard26d61aa2011-07-25 20:01:09 -07004475 return connector_status_disconnected;
Adam Jackson71ba90002011-07-12 17:38:04 -04004476}
4477
4478static enum drm_connector_status
Chris Wilsond410b562014-09-02 20:03:59 +01004479edp_detect(struct intel_dp *intel_dp)
4480{
4481 struct drm_device *dev = intel_dp_to_dev(intel_dp);
Mika Kahola1650be72016-12-13 10:02:47 +02004482 struct drm_i915_private *dev_priv = to_i915(dev);
Chris Wilsond410b562014-09-02 20:03:59 +01004483 enum drm_connector_status status;
4484
Mika Kahola1650be72016-12-13 10:02:47 +02004485 status = intel_panel_detect(dev_priv);
Chris Wilsond410b562014-09-02 20:03:59 +01004486 if (status == connector_status_unknown)
4487 status = connector_status_connected;
4488
4489 return status;
4490}
4491
Jani Nikulab93433c2015-08-20 10:47:36 +03004492static bool ibx_digital_port_connected(struct drm_i915_private *dev_priv,
4493 struct intel_digital_port *port)
Zhenyu Wang5eb08b62009-07-24 01:00:31 +08004494{
Jani Nikulab93433c2015-08-20 10:47:36 +03004495 u32 bit;
Jesse Barnes01cb9ea2010-10-07 16:01:12 -07004496
Jani Nikula0df53b72015-08-20 10:47:40 +03004497 switch (port->port) {
Jani Nikula0df53b72015-08-20 10:47:40 +03004498 case PORT_B:
4499 bit = SDE_PORTB_HOTPLUG;
4500 break;
4501 case PORT_C:
4502 bit = SDE_PORTC_HOTPLUG;
4503 break;
4504 case PORT_D:
4505 bit = SDE_PORTD_HOTPLUG;
4506 break;
4507 default:
4508 MISSING_CASE(port->port);
4509 return false;
4510 }
4511
4512 return I915_READ(SDEISR) & bit;
4513}
4514
4515static bool cpt_digital_port_connected(struct drm_i915_private *dev_priv,
4516 struct intel_digital_port *port)
4517{
4518 u32 bit;
4519
4520 switch (port->port) {
Jani Nikula0df53b72015-08-20 10:47:40 +03004521 case PORT_B:
4522 bit = SDE_PORTB_HOTPLUG_CPT;
4523 break;
4524 case PORT_C:
4525 bit = SDE_PORTC_HOTPLUG_CPT;
4526 break;
4527 case PORT_D:
4528 bit = SDE_PORTD_HOTPLUG_CPT;
4529 break;
Ville Syrjälä93e5f0b2017-06-15 20:12:52 +03004530 default:
4531 MISSING_CASE(port->port);
4532 return false;
4533 }
4534
4535 return I915_READ(SDEISR) & bit;
4536}
4537
4538static bool spt_digital_port_connected(struct drm_i915_private *dev_priv,
4539 struct intel_digital_port *port)
4540{
4541 u32 bit;
4542
4543 switch (port->port) {
4544 case PORT_A:
4545 bit = SDE_PORTA_HOTPLUG_SPT;
4546 break;
Jani Nikulaa78695d2015-09-18 15:54:50 +03004547 case PORT_E:
4548 bit = SDE_PORTE_HOTPLUG_SPT;
4549 break;
Jani Nikula0df53b72015-08-20 10:47:40 +03004550 default:
Ville Syrjälä93e5f0b2017-06-15 20:12:52 +03004551 return cpt_digital_port_connected(dev_priv, port);
Jani Nikulab93433c2015-08-20 10:47:36 +03004552 }
Damien Lespiau1b469632012-12-13 16:09:01 +00004553
Jani Nikulab93433c2015-08-20 10:47:36 +03004554 return I915_READ(SDEISR) & bit;
Zhenyu Wang5eb08b62009-07-24 01:00:31 +08004555}
4556
Jani Nikula7e66bcf2015-08-20 10:47:39 +03004557static bool g4x_digital_port_connected(struct drm_i915_private *dev_priv,
Jani Nikula1d245982015-08-20 10:47:37 +03004558 struct intel_digital_port *port)
Keith Packarda4fc5ed2009-04-07 16:16:42 -07004559{
Jani Nikula9642c812015-08-20 10:47:41 +03004560 u32 bit;
Zhenyu Wang5eb08b62009-07-24 01:00:31 +08004561
Jani Nikula9642c812015-08-20 10:47:41 +03004562 switch (port->port) {
4563 case PORT_B:
4564 bit = PORTB_HOTPLUG_LIVE_STATUS_G4X;
4565 break;
4566 case PORT_C:
4567 bit = PORTC_HOTPLUG_LIVE_STATUS_G4X;
4568 break;
4569 case PORT_D:
4570 bit = PORTD_HOTPLUG_LIVE_STATUS_G4X;
4571 break;
4572 default:
4573 MISSING_CASE(port->port);
4574 return false;
4575 }
4576
4577 return I915_READ(PORT_HOTPLUG_STAT) & bit;
4578}
4579
Ville Syrjälä0780cd32016-02-10 19:59:05 +02004580static bool gm45_digital_port_connected(struct drm_i915_private *dev_priv,
4581 struct intel_digital_port *port)
Jani Nikula9642c812015-08-20 10:47:41 +03004582{
4583 u32 bit;
4584
4585 switch (port->port) {
4586 case PORT_B:
Ville Syrjälä0780cd32016-02-10 19:59:05 +02004587 bit = PORTB_HOTPLUG_LIVE_STATUS_GM45;
Jani Nikula9642c812015-08-20 10:47:41 +03004588 break;
4589 case PORT_C:
Ville Syrjälä0780cd32016-02-10 19:59:05 +02004590 bit = PORTC_HOTPLUG_LIVE_STATUS_GM45;
Jani Nikula9642c812015-08-20 10:47:41 +03004591 break;
4592 case PORT_D:
Ville Syrjälä0780cd32016-02-10 19:59:05 +02004593 bit = PORTD_HOTPLUG_LIVE_STATUS_GM45;
Jani Nikula9642c812015-08-20 10:47:41 +03004594 break;
4595 default:
4596 MISSING_CASE(port->port);
4597 return false;
Keith Packarda4fc5ed2009-04-07 16:16:42 -07004598 }
4599
Jani Nikula1d245982015-08-20 10:47:37 +03004600 return I915_READ(PORT_HOTPLUG_STAT) & bit;
Dave Airlie2a592be2014-09-01 16:58:12 +10004601}
4602
Ville Syrjälä93e5f0b2017-06-15 20:12:52 +03004603static bool ilk_digital_port_connected(struct drm_i915_private *dev_priv,
4604 struct intel_digital_port *port)
4605{
4606 if (port->port == PORT_A)
4607 return I915_READ(DEISR) & DE_DP_A_HOTPLUG;
4608 else
4609 return ibx_digital_port_connected(dev_priv, port);
4610}
4611
4612static bool snb_digital_port_connected(struct drm_i915_private *dev_priv,
4613 struct intel_digital_port *port)
4614{
4615 if (port->port == PORT_A)
4616 return I915_READ(DEISR) & DE_DP_A_HOTPLUG;
4617 else
4618 return cpt_digital_port_connected(dev_priv, port);
4619}
4620
4621static bool ivb_digital_port_connected(struct drm_i915_private *dev_priv,
4622 struct intel_digital_port *port)
4623{
4624 if (port->port == PORT_A)
4625 return I915_READ(DEISR) & DE_DP_A_HOTPLUG_IVB;
4626 else
4627 return cpt_digital_port_connected(dev_priv, port);
4628}
4629
4630static bool bdw_digital_port_connected(struct drm_i915_private *dev_priv,
4631 struct intel_digital_port *port)
4632{
4633 if (port->port == PORT_A)
4634 return I915_READ(GEN8_DE_PORT_ISR) & GEN8_PORT_DP_A_HOTPLUG;
4635 else
4636 return cpt_digital_port_connected(dev_priv, port);
4637}
4638
Jani Nikulae464bfd2015-08-20 10:47:42 +03004639static bool bxt_digital_port_connected(struct drm_i915_private *dev_priv,
Sonika Jindale2ec35a2015-09-11 16:58:32 +05304640 struct intel_digital_port *intel_dig_port)
Jani Nikulae464bfd2015-08-20 10:47:42 +03004641{
Sonika Jindale2ec35a2015-09-11 16:58:32 +05304642 struct intel_encoder *intel_encoder = &intel_dig_port->base;
4643 enum port port;
Jani Nikulae464bfd2015-08-20 10:47:42 +03004644 u32 bit;
4645
Rodrigo Vivi256cfdd2017-08-11 11:26:49 -07004646 port = intel_hpd_pin_to_port(intel_encoder->hpd_pin);
Sonika Jindale2ec35a2015-09-11 16:58:32 +05304647 switch (port) {
Jani Nikulae464bfd2015-08-20 10:47:42 +03004648 case PORT_A:
4649 bit = BXT_DE_PORT_HP_DDIA;
4650 break;
4651 case PORT_B:
4652 bit = BXT_DE_PORT_HP_DDIB;
4653 break;
4654 case PORT_C:
4655 bit = BXT_DE_PORT_HP_DDIC;
4656 break;
4657 default:
Sonika Jindale2ec35a2015-09-11 16:58:32 +05304658 MISSING_CASE(port);
Jani Nikulae464bfd2015-08-20 10:47:42 +03004659 return false;
4660 }
4661
4662 return I915_READ(GEN8_DE_PORT_ISR) & bit;
4663}
4664
Jani Nikula7e66bcf2015-08-20 10:47:39 +03004665/*
4666 * intel_digital_port_connected - is the specified port connected?
4667 * @dev_priv: i915 private structure
4668 * @port: the port to test
4669 *
4670 * Return %true if @port is connected, %false otherwise.
4671 */
Imre Deak390b4e02017-01-27 11:39:19 +02004672bool intel_digital_port_connected(struct drm_i915_private *dev_priv,
4673 struct intel_digital_port *port)
Jani Nikula7e66bcf2015-08-20 10:47:39 +03004674{
Ville Syrjälä93e5f0b2017-06-15 20:12:52 +03004675 if (HAS_GMCH_DISPLAY(dev_priv)) {
4676 if (IS_GM45(dev_priv))
4677 return gm45_digital_port_connected(dev_priv, port);
4678 else
4679 return g4x_digital_port_connected(dev_priv, port);
4680 }
4681
4682 if (IS_GEN5(dev_priv))
4683 return ilk_digital_port_connected(dev_priv, port);
4684 else if (IS_GEN6(dev_priv))
4685 return snb_digital_port_connected(dev_priv, port);
4686 else if (IS_GEN7(dev_priv))
4687 return ivb_digital_port_connected(dev_priv, port);
4688 else if (IS_GEN8(dev_priv))
4689 return bdw_digital_port_connected(dev_priv, port);
Ander Conselvan de Oliveiracc3f90f2016-12-02 10:23:49 +02004690 else if (IS_GEN9_LP(dev_priv))
Jani Nikulae464bfd2015-08-20 10:47:42 +03004691 return bxt_digital_port_connected(dev_priv, port);
Jani Nikula7e66bcf2015-08-20 10:47:39 +03004692 else
Ville Syrjälä93e5f0b2017-06-15 20:12:52 +03004693 return spt_digital_port_connected(dev_priv, port);
Jani Nikula7e66bcf2015-08-20 10:47:39 +03004694}
4695
Keith Packard8c241fe2011-09-28 16:38:44 -07004696static struct edid *
Chris Wilsonbeb60602014-09-02 20:04:00 +01004697intel_dp_get_edid(struct intel_dp *intel_dp)
Keith Packard8c241fe2011-09-28 16:38:44 -07004698{
Chris Wilsonbeb60602014-09-02 20:04:00 +01004699 struct intel_connector *intel_connector = intel_dp->attached_connector;
Keith Packard8c241fe2011-09-28 16:38:44 -07004700
Jani Nikula9cd300e2012-10-19 14:51:52 +03004701 /* use cached edid if we have one */
4702 if (intel_connector->edid) {
Jani Nikula9cd300e2012-10-19 14:51:52 +03004703 /* invalid edid */
4704 if (IS_ERR(intel_connector->edid))
Jesse Barnesd6f24d02012-06-14 15:28:33 -04004705 return NULL;
4706
Jani Nikula55e9ede2013-10-01 10:38:54 +03004707 return drm_edid_duplicate(intel_connector->edid);
Chris Wilsonbeb60602014-09-02 20:04:00 +01004708 } else
4709 return drm_get_edid(&intel_connector->base,
4710 &intel_dp->aux.ddc);
Keith Packard8c241fe2011-09-28 16:38:44 -07004711}
4712
Chris Wilsonbeb60602014-09-02 20:04:00 +01004713static void
4714intel_dp_set_edid(struct intel_dp *intel_dp)
Keith Packard8c241fe2011-09-28 16:38:44 -07004715{
Chris Wilsonbeb60602014-09-02 20:04:00 +01004716 struct intel_connector *intel_connector = intel_dp->attached_connector;
4717 struct edid *edid;
Keith Packard8c241fe2011-09-28 16:38:44 -07004718
Shubhangi Shrivastavaf21a2192016-03-30 18:05:22 +05304719 intel_dp_unset_edid(intel_dp);
Chris Wilsonbeb60602014-09-02 20:04:00 +01004720 edid = intel_dp_get_edid(intel_dp);
4721 intel_connector->detect_edid = edid;
Jani Nikula9cd300e2012-10-19 14:51:52 +03004722
Maarten Lankhorste6b72c92017-05-01 15:38:00 +02004723 intel_dp->has_audio = drm_detect_monitor_audio(edid);
Chris Wilsonbeb60602014-09-02 20:04:00 +01004724}
Jesse Barnesd6f24d02012-06-14 15:28:33 -04004725
Chris Wilsonbeb60602014-09-02 20:04:00 +01004726static void
4727intel_dp_unset_edid(struct intel_dp *intel_dp)
4728{
4729 struct intel_connector *intel_connector = intel_dp->attached_connector;
4730
4731 kfree(intel_connector->detect_edid);
4732 intel_connector->detect_edid = NULL;
4733
4734 intel_dp->has_audio = false;
4735}
4736
Maarten Lankhorst6c5ed5a2017-04-06 20:55:20 +02004737static int
Shubhangi Shrivastavaf21a2192016-03-30 18:05:22 +05304738intel_dp_long_pulse(struct intel_connector *intel_connector)
Zhenyu Wanga9756bb2010-09-19 13:09:06 +08004739{
Shubhangi Shrivastavaf21a2192016-03-30 18:05:22 +05304740 struct drm_connector *connector = &intel_connector->base;
Zhenyu Wanga9756bb2010-09-19 13:09:06 +08004741 struct intel_dp *intel_dp = intel_attached_dp(connector);
Paulo Zanonifa90ece2012-10-26 19:05:44 -02004742 struct drm_device *dev = connector->dev;
Zhenyu Wanga9756bb2010-09-19 13:09:06 +08004743 enum drm_connector_status status;
Ville Syrjälä65fbb4e2016-07-28 17:50:47 +03004744 u8 sink_irq_vector = 0;
Zhenyu Wanga9756bb2010-09-19 13:09:06 +08004745
Maarten Lankhorst6c5ed5a2017-04-06 20:55:20 +02004746 WARN_ON(!drm_modeset_is_locked(&connector->dev->mode_config.connection_mutex));
4747
Ander Conselvan de Oliveira5432fca2017-02-22 08:34:26 +02004748 intel_display_power_get(to_i915(dev), intel_dp->aux_power_domain);
Zhenyu Wanga9756bb2010-09-19 13:09:06 +08004749
Chris Wilsond410b562014-09-02 20:03:59 +01004750 /* Can't disconnect eDP, but you can close the lid... */
Jani Nikula1853a9d2017-08-18 12:30:20 +03004751 if (intel_dp_is_edp(intel_dp))
Chris Wilsond410b562014-09-02 20:03:59 +01004752 status = edp_detect(intel_dp);
Ander Conselvan de Oliveirac555a812015-11-18 17:19:30 +02004753 else if (intel_digital_port_connected(to_i915(dev),
4754 dp_to_dig_port(intel_dp)))
4755 status = intel_dp_detect_dpcd(intel_dp);
Zhenyu Wanga9756bb2010-09-19 13:09:06 +08004756 else
Ander Conselvan de Oliveirac555a812015-11-18 17:19:30 +02004757 status = connector_status_disconnected;
4758
Ville Syrjälä5cb651a2016-10-03 10:55:16 +03004759 if (status == connector_status_disconnected) {
Manasi Navarec1617ab2016-12-09 16:22:50 -08004760 memset(&intel_dp->compliance, 0, sizeof(intel_dp->compliance));
Shubhangi Shrivastava4df69602015-10-28 15:30:36 +05304761
jim.bride@linux.intel.com0e505a02016-04-11 10:11:24 -07004762 if (intel_dp->is_mst) {
4763 DRM_DEBUG_KMS("MST device may have disappeared %d vs %d\n",
4764 intel_dp->is_mst,
4765 intel_dp->mst_mgr.mst_state);
4766 intel_dp->is_mst = false;
4767 drm_dp_mst_topology_mgr_set_mst(&intel_dp->mst_mgr,
4768 intel_dp->is_mst);
4769 }
4770
Paulo Zanonic8c8fb32013-11-27 18:21:54 -02004771 goto out;
Shubhangi Shrivastava4df69602015-10-28 15:30:36 +05304772 }
Zhenyu Wanga9756bb2010-09-19 13:09:06 +08004773
Manasi Navared7e8ef02017-02-07 16:54:11 -08004774 if (intel_dp->reset_link_params) {
Jani Nikula540b0b7f2017-04-06 16:44:13 +03004775 /* Initial max link lane count */
4776 intel_dp->max_link_lane_count = intel_dp_max_common_lane_count(intel_dp);
Manasi Navaref4829842016-12-05 16:27:36 -08004777
Jani Nikula540b0b7f2017-04-06 16:44:13 +03004778 /* Initial max link rate */
4779 intel_dp->max_link_rate = intel_dp_max_common_rate(intel_dp);
Manasi Navared7e8ef02017-02-07 16:54:11 -08004780
4781 intel_dp->reset_link_params = false;
4782 }
Manasi Navaref4829842016-12-05 16:27:36 -08004783
Ville Syrjäläfe5a66f2016-07-29 16:52:39 +03004784 intel_dp_print_rates(intel_dp);
4785
Jani Nikula84c36752017-05-18 14:10:23 +03004786 drm_dp_read_desc(&intel_dp->aux, &intel_dp->desc,
4787 drm_dp_is_branch(intel_dp->dpcd));
Mika Kahola0e390a32016-09-09 14:10:53 +03004788
Ville Syrjäläc4e31702016-07-29 16:51:16 +03004789 intel_dp_configure_mst(intel_dp);
4790
4791 if (intel_dp->is_mst) {
Shubhangi Shrivastavaf21a2192016-03-30 18:05:22 +05304792 /*
4793 * If we are in MST mode then this connector
4794 * won't appear connected or have anything
4795 * with EDID on it
4796 */
Dave Airlie0e32b392014-05-02 14:02:48 +10004797 status = connector_status_disconnected;
4798 goto out;
Ville Syrjälä1a361472017-04-12 22:30:17 +03004799 } else {
4800 /*
4801 * If display is now connected check links status,
4802 * there has been known issues of link loss triggerring
4803 * long pulse.
4804 *
4805 * Some sinks (eg. ASUS PB287Q) seem to perform some
4806 * weird HPD ping pong during modesets. So we can apparently
4807 * end up with HPD going low during a modeset, and then
4808 * going back up soon after. And once that happens we must
4809 * retrain the link to get a picture. That's in case no
4810 * userspace component reacted to intermittent HPD dip.
4811 */
Shubhangi Shrivastava7d23e3c2016-03-30 18:05:23 +05304812 intel_dp_check_link_status(intel_dp);
Dave Airlie0e32b392014-05-02 14:02:48 +10004813 }
4814
Shubhangi Shrivastava4df69602015-10-28 15:30:36 +05304815 /*
4816 * Clearing NACK and defer counts to get their exact values
4817 * while reading EDID which are required by Compliance tests
4818 * 4.2.2.4 and 4.2.2.5
4819 */
4820 intel_dp->aux.i2c_nack_count = 0;
4821 intel_dp->aux.i2c_defer_count = 0;
4822
Chris Wilsonbeb60602014-09-02 20:04:00 +01004823 intel_dp_set_edid(intel_dp);
Jani Nikula1853a9d2017-08-18 12:30:20 +03004824 if (intel_dp_is_edp(intel_dp) || intel_connector->detect_edid)
Ville Syrjälä5cb651a2016-10-03 10:55:16 +03004825 status = connector_status_connected;
Shubhangi Shrivastava7d23e3c2016-03-30 18:05:23 +05304826 intel_dp->detect_done = true;
Paulo Zanonic8c8fb32013-11-27 18:21:54 -02004827
Todd Previte09b1eb12015-04-20 15:27:34 -07004828 /* Try to read the source of the interrupt */
4829 if (intel_dp->dpcd[DP_DPCD_REV] >= 0x11 &&
Ville Syrjälä65fbb4e2016-07-28 17:50:47 +03004830 intel_dp_get_sink_irq(intel_dp, &sink_irq_vector) &&
4831 sink_irq_vector != 0) {
Todd Previte09b1eb12015-04-20 15:27:34 -07004832 /* Clear interrupt source */
4833 drm_dp_dpcd_writeb(&intel_dp->aux,
4834 DP_DEVICE_SERVICE_IRQ_VECTOR,
4835 sink_irq_vector);
4836
4837 if (sink_irq_vector & DP_AUTOMATED_TEST_REQUEST)
4838 intel_dp_handle_test_request(intel_dp);
4839 if (sink_irq_vector & (DP_CP_IRQ | DP_SINK_SPECIFIC_IRQ))
4840 DRM_DEBUG_DRIVER("CP or sink specific irq unhandled\n");
4841 }
4842
Paulo Zanonic8c8fb32013-11-27 18:21:54 -02004843out:
Ville Syrjälä5cb651a2016-10-03 10:55:16 +03004844 if (status != connector_status_connected && !intel_dp->is_mst)
Shubhangi Shrivastavaf21a2192016-03-30 18:05:22 +05304845 intel_dp_unset_edid(intel_dp);
Shubhangi Shrivastava7d23e3c2016-03-30 18:05:23 +05304846
Ander Conselvan de Oliveira5432fca2017-02-22 08:34:26 +02004847 intel_display_power_put(to_i915(dev), intel_dp->aux_power_domain);
Ville Syrjälä5cb651a2016-10-03 10:55:16 +03004848 return status;
Shubhangi Shrivastavaf21a2192016-03-30 18:05:22 +05304849}
4850
Maarten Lankhorst6c5ed5a2017-04-06 20:55:20 +02004851static int
4852intel_dp_detect(struct drm_connector *connector,
4853 struct drm_modeset_acquire_ctx *ctx,
4854 bool force)
Shubhangi Shrivastavaf21a2192016-03-30 18:05:22 +05304855{
4856 struct intel_dp *intel_dp = intel_attached_dp(connector);
Maarten Lankhorst6c5ed5a2017-04-06 20:55:20 +02004857 int status = connector->status;
Shubhangi Shrivastavaf21a2192016-03-30 18:05:22 +05304858
4859 DRM_DEBUG_KMS("[CONNECTOR:%d:%s]\n",
4860 connector->base.id, connector->name);
4861
Shubhangi Shrivastava7d23e3c2016-03-30 18:05:23 +05304862 /* If full detect is not performed yet, do a full detect */
4863 if (!intel_dp->detect_done)
Ville Syrjälä5cb651a2016-10-03 10:55:16 +03004864 status = intel_dp_long_pulse(intel_dp->attached_connector);
Shubhangi Shrivastava7d23e3c2016-03-30 18:05:23 +05304865
4866 intel_dp->detect_done = false;
Shubhangi Shrivastavaf21a2192016-03-30 18:05:22 +05304867
Ville Syrjälä5cb651a2016-10-03 10:55:16 +03004868 return status;
Keith Packarda4fc5ed2009-04-07 16:16:42 -07004869}
4870
Chris Wilsonbeb60602014-09-02 20:04:00 +01004871static void
4872intel_dp_force(struct drm_connector *connector)
4873{
4874 struct intel_dp *intel_dp = intel_attached_dp(connector);
4875 struct intel_encoder *intel_encoder = &dp_to_dig_port(intel_dp)->base;
Ville Syrjälä25f78f52015-11-16 15:01:04 +01004876 struct drm_i915_private *dev_priv = to_i915(intel_encoder->base.dev);
Chris Wilsonbeb60602014-09-02 20:04:00 +01004877
4878 DRM_DEBUG_KMS("[CONNECTOR:%d:%s]\n",
4879 connector->base.id, connector->name);
4880 intel_dp_unset_edid(intel_dp);
4881
4882 if (connector->status != connector_status_connected)
4883 return;
4884
Ander Conselvan de Oliveira5432fca2017-02-22 08:34:26 +02004885 intel_display_power_get(dev_priv, intel_dp->aux_power_domain);
Chris Wilsonbeb60602014-09-02 20:04:00 +01004886
4887 intel_dp_set_edid(intel_dp);
4888
Ander Conselvan de Oliveira5432fca2017-02-22 08:34:26 +02004889 intel_display_power_put(dev_priv, intel_dp->aux_power_domain);
Chris Wilsonbeb60602014-09-02 20:04:00 +01004890}
4891
Keith Packarda4fc5ed2009-04-07 16:16:42 -07004892static int intel_dp_get_modes(struct drm_connector *connector)
4893{
Jani Nikuladd06f902012-10-19 14:51:50 +03004894 struct intel_connector *intel_connector = to_intel_connector(connector);
Chris Wilsonbeb60602014-09-02 20:04:00 +01004895 struct edid *edid;
Keith Packarda4fc5ed2009-04-07 16:16:42 -07004896
Chris Wilsonbeb60602014-09-02 20:04:00 +01004897 edid = intel_connector->detect_edid;
4898 if (edid) {
4899 int ret = intel_connector_update_modes(connector, edid);
4900 if (ret)
4901 return ret;
4902 }
Zhenyu Wang32f9d652009-07-24 01:00:32 +08004903
Jani Nikulaf8779fd2012-10-19 14:51:48 +03004904 /* if eDP has no EDID, fall back to fixed mode */
Jani Nikula1853a9d2017-08-18 12:30:20 +03004905 if (intel_dp_is_edp(intel_attached_dp(connector)) &&
Chris Wilsonbeb60602014-09-02 20:04:00 +01004906 intel_connector->panel.fixed_mode) {
Jani Nikulaf8779fd2012-10-19 14:51:48 +03004907 struct drm_display_mode *mode;
Chris Wilsonbeb60602014-09-02 20:04:00 +01004908
4909 mode = drm_mode_duplicate(connector->dev,
Jani Nikuladd06f902012-10-19 14:51:50 +03004910 intel_connector->panel.fixed_mode);
Jani Nikulaf8779fd2012-10-19 14:51:48 +03004911 if (mode) {
Zhenyu Wang32f9d652009-07-24 01:00:32 +08004912 drm_mode_probed_add(connector, mode);
4913 return 1;
4914 }
4915 }
Chris Wilsonbeb60602014-09-02 20:04:00 +01004916
Zhenyu Wang32f9d652009-07-24 01:00:32 +08004917 return 0;
Keith Packarda4fc5ed2009-04-07 16:16:42 -07004918}
4919
Chris Wilsonf6849602010-09-19 09:29:33 +01004920static int
Chris Wilson7a418e32016-06-24 14:00:14 +01004921intel_dp_connector_register(struct drm_connector *connector)
4922{
4923 struct intel_dp *intel_dp = intel_attached_dp(connector);
Chris Wilson1ebaa0b2016-06-24 14:00:15 +01004924 int ret;
4925
4926 ret = intel_connector_register(connector);
4927 if (ret)
4928 return ret;
Chris Wilson7a418e32016-06-24 14:00:14 +01004929
4930 i915_debugfs_connector_add(connector);
4931
4932 DRM_DEBUG_KMS("registering %s bus for %s\n",
4933 intel_dp->aux.name, connector->kdev->kobj.name);
4934
4935 intel_dp->aux.dev = connector->kdev;
4936 return drm_dp_aux_register(&intel_dp->aux);
4937}
4938
Keith Packarda4fc5ed2009-04-07 16:16:42 -07004939static void
Chris Wilsonc191eca2016-06-17 11:40:33 +01004940intel_dp_connector_unregister(struct drm_connector *connector)
4941{
4942 drm_dp_aux_unregister(&intel_attached_dp(connector)->aux);
4943 intel_connector_unregister(connector);
4944}
4945
4946static void
Paulo Zanoni73845ad2013-06-12 17:27:30 -03004947intel_dp_connector_destroy(struct drm_connector *connector)
Keith Packarda4fc5ed2009-04-07 16:16:42 -07004948{
Jani Nikula1d508702012-10-19 14:51:49 +03004949 struct intel_connector *intel_connector = to_intel_connector(connector);
Matthew Garrettaaa6fd22011-08-12 12:11:33 +02004950
Chris Wilson10e972d2014-09-04 21:43:45 +01004951 kfree(intel_connector->detect_edid);
Chris Wilsonbeb60602014-09-02 20:04:00 +01004952
Jani Nikula9cd300e2012-10-19 14:51:52 +03004953 if (!IS_ERR_OR_NULL(intel_connector->edid))
4954 kfree(intel_connector->edid);
4955
Jani Nikula1853a9d2017-08-18 12:30:20 +03004956 /*
4957 * Can't call intel_dp_is_edp() since the encoder may have been
4958 * destroyed already.
4959 */
Paulo Zanoniacd8db102013-06-12 17:27:23 -03004960 if (connector->connector_type == DRM_MODE_CONNECTOR_eDP)
Jani Nikula1d508702012-10-19 14:51:49 +03004961 intel_panel_fini(&intel_connector->panel);
Matthew Garrettaaa6fd22011-08-12 12:11:33 +02004962
Keith Packarda4fc5ed2009-04-07 16:16:42 -07004963 drm_connector_cleanup(connector);
Zhenyu Wang55f78c42010-03-29 16:13:57 +08004964 kfree(connector);
Keith Packarda4fc5ed2009-04-07 16:16:42 -07004965}
4966
Paulo Zanoni00c09d72012-10-26 19:05:52 -02004967void intel_dp_encoder_destroy(struct drm_encoder *encoder)
Daniel Vetter24d05922010-08-20 18:08:28 +02004968{
Paulo Zanonida63a9f2012-10-26 19:05:46 -02004969 struct intel_digital_port *intel_dig_port = enc_to_dig_port(encoder);
4970 struct intel_dp *intel_dp = &intel_dig_port->dp;
Daniel Vetter24d05922010-08-20 18:08:28 +02004971
Dave Airlie0e32b392014-05-02 14:02:48 +10004972 intel_dp_mst_encoder_cleanup(intel_dig_port);
Jani Nikula1853a9d2017-08-18 12:30:20 +03004973 if (intel_dp_is_edp(intel_dp)) {
Keith Packardbd943152011-09-18 23:09:52 -07004974 cancel_delayed_work_sync(&intel_dp->panel_vdd_work);
Ville Syrjälä951468f2014-09-04 14:55:31 +03004975 /*
4976 * vdd might still be enabled do to the delayed vdd off.
4977 * Make sure vdd is actually turned off here.
4978 */
Ville Syrjälä773538e82014-09-04 14:54:56 +03004979 pps_lock(intel_dp);
Daniel Vetter4be73782014-01-17 14:39:48 +01004980 edp_panel_vdd_off_sync(intel_dp);
Ville Syrjälä773538e82014-09-04 14:54:56 +03004981 pps_unlock(intel_dp);
4982
Clint Taylor01527b32014-07-07 13:01:46 -07004983 if (intel_dp->edp_notifier.notifier_call) {
4984 unregister_reboot_notifier(&intel_dp->edp_notifier);
4985 intel_dp->edp_notifier.notifier_call = NULL;
4986 }
Keith Packardbd943152011-09-18 23:09:52 -07004987 }
Chris Wilson99681882016-06-20 09:29:17 +01004988
4989 intel_dp_aux_fini(intel_dp);
4990
Imre Deakc8bd0e42014-12-12 17:57:38 +02004991 drm_encoder_cleanup(encoder);
Paulo Zanonida63a9f2012-10-26 19:05:46 -02004992 kfree(intel_dig_port);
Daniel Vetter24d05922010-08-20 18:08:28 +02004993}
4994
Imre Deakbf93ba62016-04-18 10:04:21 +03004995void intel_dp_encoder_suspend(struct intel_encoder *intel_encoder)
Imre Deak07f9cd02014-08-18 14:42:45 +03004996{
4997 struct intel_dp *intel_dp = enc_to_intel_dp(&intel_encoder->base);
4998
Jani Nikula1853a9d2017-08-18 12:30:20 +03004999 if (!intel_dp_is_edp(intel_dp))
Imre Deak07f9cd02014-08-18 14:42:45 +03005000 return;
5001
Ville Syrjälä951468f2014-09-04 14:55:31 +03005002 /*
5003 * vdd might still be enabled do to the delayed vdd off.
5004 * Make sure vdd is actually turned off here.
5005 */
Ville Syrjäläafa4e532014-11-25 15:43:48 +02005006 cancel_delayed_work_sync(&intel_dp->panel_vdd_work);
Ville Syrjälä773538e82014-09-04 14:54:56 +03005007 pps_lock(intel_dp);
Imre Deak07f9cd02014-08-18 14:42:45 +03005008 edp_panel_vdd_off_sync(intel_dp);
Ville Syrjälä773538e82014-09-04 14:54:56 +03005009 pps_unlock(intel_dp);
Imre Deak07f9cd02014-08-18 14:42:45 +03005010}
5011
Ville Syrjälä49e6bc52014-10-28 16:15:52 +02005012static void intel_edp_panel_vdd_sanitize(struct intel_dp *intel_dp)
5013{
5014 struct intel_digital_port *intel_dig_port = dp_to_dig_port(intel_dp);
5015 struct drm_device *dev = intel_dig_port->base.base.dev;
Chris Wilsonfac5e232016-07-04 11:34:36 +01005016 struct drm_i915_private *dev_priv = to_i915(dev);
Ville Syrjälä49e6bc52014-10-28 16:15:52 +02005017
5018 lockdep_assert_held(&dev_priv->pps_mutex);
5019
5020 if (!edp_have_panel_vdd(intel_dp))
5021 return;
5022
5023 /*
5024 * The VDD bit needs a power domain reference, so if the bit is
5025 * already enabled when we boot or resume, grab this reference and
5026 * schedule a vdd off, so we don't hold on to the reference
5027 * indefinitely.
5028 */
5029 DRM_DEBUG_KMS("VDD left on by BIOS, adjusting state tracking\n");
Ander Conselvan de Oliveira5432fca2017-02-22 08:34:26 +02005030 intel_display_power_get(dev_priv, intel_dp->aux_power_domain);
Ville Syrjälä49e6bc52014-10-28 16:15:52 +02005031
5032 edp_panel_vdd_schedule_off(intel_dp);
5033}
5034
Ville Syrjälä9f2bdb02016-12-14 20:00:23 +02005035static enum pipe vlv_active_pipe(struct intel_dp *intel_dp)
5036{
5037 struct drm_i915_private *dev_priv = to_i915(intel_dp_to_dev(intel_dp));
5038
5039 if ((intel_dp->DP & DP_PORT_EN) == 0)
5040 return INVALID_PIPE;
5041
5042 if (IS_CHERRYVIEW(dev_priv))
5043 return DP_PORT_TO_PIPE_CHV(intel_dp->DP);
5044 else
5045 return PORT_TO_PIPE(intel_dp->DP);
5046}
5047
Imre Deakbf93ba62016-04-18 10:04:21 +03005048void intel_dp_encoder_reset(struct drm_encoder *encoder)
Imre Deak6d93c0c2014-07-31 14:03:36 +03005049{
Ville Syrjälä64989ca42016-05-13 20:53:56 +03005050 struct drm_i915_private *dev_priv = to_i915(encoder->dev);
Imre Deakdd75f6d2016-11-21 21:15:05 +02005051 struct intel_dp *intel_dp = enc_to_intel_dp(encoder);
5052 struct intel_lspcon *lspcon = dp_to_lspcon(intel_dp);
Ville Syrjälä64989ca42016-05-13 20:53:56 +03005053
5054 if (!HAS_DDI(dev_priv))
5055 intel_dp->DP = I915_READ(intel_dp->output_reg);
Ville Syrjälä49e6bc52014-10-28 16:15:52 +02005056
Imre Deakdd75f6d2016-11-21 21:15:05 +02005057 if (lspcon->active)
Shashank Sharma910530c2016-10-14 19:56:52 +05305058 lspcon_resume(lspcon);
5059
Manasi Navared7e8ef02017-02-07 16:54:11 -08005060 intel_dp->reset_link_params = true;
5061
Ville Syrjälä49e6bc52014-10-28 16:15:52 +02005062 pps_lock(intel_dp);
5063
Ville Syrjälä9f2bdb02016-12-14 20:00:23 +02005064 if (IS_VALLEYVIEW(dev_priv) || IS_CHERRYVIEW(dev_priv))
5065 intel_dp->active_pipe = vlv_active_pipe(intel_dp);
5066
Jani Nikula1853a9d2017-08-18 12:30:20 +03005067 if (intel_dp_is_edp(intel_dp)) {
Ville Syrjälä9f2bdb02016-12-14 20:00:23 +02005068 /* Reinit the power sequencer, in case BIOS did something with it. */
5069 intel_dp_pps_init(encoder->dev, intel_dp);
5070 intel_edp_panel_vdd_sanitize(intel_dp);
5071 }
Ville Syrjälä49e6bc52014-10-28 16:15:52 +02005072
5073 pps_unlock(intel_dp);
Imre Deak6d93c0c2014-07-31 14:03:36 +03005074}
5075
Keith Packarda4fc5ed2009-04-07 16:16:42 -07005076static const struct drm_connector_funcs intel_dp_connector_funcs = {
Chris Wilsonbeb60602014-09-02 20:04:00 +01005077 .force = intel_dp_force,
Keith Packarda4fc5ed2009-04-07 16:16:42 -07005078 .fill_modes = drm_helper_probe_single_connector_modes,
Maarten Lankhorst8f647a02017-05-01 15:38:01 +02005079 .atomic_get_property = intel_digital_connector_atomic_get_property,
5080 .atomic_set_property = intel_digital_connector_atomic_set_property,
Chris Wilson7a418e32016-06-24 14:00:14 +01005081 .late_register = intel_dp_connector_register,
Chris Wilsonc191eca2016-06-17 11:40:33 +01005082 .early_unregister = intel_dp_connector_unregister,
Paulo Zanoni73845ad2013-06-12 17:27:30 -03005083 .destroy = intel_dp_connector_destroy,
Matt Roperc6f95f22015-01-22 16:50:32 -08005084 .atomic_destroy_state = drm_atomic_helper_connector_destroy_state,
Maarten Lankhorst8f647a02017-05-01 15:38:01 +02005085 .atomic_duplicate_state = intel_digital_connector_duplicate_state,
Keith Packarda4fc5ed2009-04-07 16:16:42 -07005086};
5087
5088static const struct drm_connector_helper_funcs intel_dp_connector_helper_funcs = {
Maarten Lankhorst6c5ed5a2017-04-06 20:55:20 +02005089 .detect_ctx = intel_dp_detect,
Keith Packarda4fc5ed2009-04-07 16:16:42 -07005090 .get_modes = intel_dp_get_modes,
5091 .mode_valid = intel_dp_mode_valid,
Maarten Lankhorst8f647a02017-05-01 15:38:01 +02005092 .atomic_check = intel_digital_connector_atomic_check,
Keith Packarda4fc5ed2009-04-07 16:16:42 -07005093};
5094
Keith Packarda4fc5ed2009-04-07 16:16:42 -07005095static const struct drm_encoder_funcs intel_dp_enc_funcs = {
Imre Deak6d93c0c2014-07-31 14:03:36 +03005096 .reset = intel_dp_encoder_reset,
Daniel Vetter24d05922010-08-20 18:08:28 +02005097 .destroy = intel_dp_encoder_destroy,
Keith Packarda4fc5ed2009-04-07 16:16:42 -07005098};
5099
Daniel Vetterb2c5c182015-01-23 06:00:31 +01005100enum irqreturn
Dave Airlie13cf5502014-06-18 11:29:35 +10005101intel_dp_hpd_pulse(struct intel_digital_port *intel_dig_port, bool long_hpd)
5102{
5103 struct intel_dp *intel_dp = &intel_dig_port->dp;
Dave Airlie0e32b392014-05-02 14:02:48 +10005104 struct drm_device *dev = intel_dig_port->base.base.dev;
Chris Wilsonfac5e232016-07-04 11:34:36 +01005105 struct drm_i915_private *dev_priv = to_i915(dev);
Daniel Vetterb2c5c182015-01-23 06:00:31 +01005106 enum irqreturn ret = IRQ_NONE;
Imre Deak1c767b32014-08-18 14:42:42 +03005107
Ville Syrjälä7a7f84c2014-10-16 20:46:10 +03005108 if (long_hpd && intel_dig_port->base.type == INTEL_OUTPUT_EDP) {
5109 /*
5110 * vdd off can generate a long pulse on eDP which
5111 * would require vdd on to handle it, and thus we
5112 * would end up in an endless cycle of
5113 * "vdd off -> long hpd -> vdd on -> detect -> vdd off -> ..."
5114 */
5115 DRM_DEBUG_KMS("ignoring long hpd on eDP port %c\n",
5116 port_name(intel_dig_port->port));
Ville Syrjäläa8b3d522015-02-10 14:11:46 +02005117 return IRQ_HANDLED;
Ville Syrjälä7a7f84c2014-10-16 20:46:10 +03005118 }
5119
Ville Syrjälä26fbb772014-08-11 18:37:37 +03005120 DRM_DEBUG_KMS("got hpd irq on port %c - %s\n",
5121 port_name(intel_dig_port->port),
Dave Airlie0e32b392014-05-02 14:02:48 +10005122 long_hpd ? "long" : "short");
Dave Airlie13cf5502014-06-18 11:29:35 +10005123
Ville Syrjälä27d4efc2016-10-03 10:55:15 +03005124 if (long_hpd) {
Manasi Navared7e8ef02017-02-07 16:54:11 -08005125 intel_dp->reset_link_params = true;
Ville Syrjälä27d4efc2016-10-03 10:55:15 +03005126 intel_dp->detect_done = false;
5127 return IRQ_NONE;
5128 }
5129
Ander Conselvan de Oliveira5432fca2017-02-22 08:34:26 +02005130 intel_display_power_get(dev_priv, intel_dp->aux_power_domain);
Imre Deak1c767b32014-08-18 14:42:42 +03005131
Ville Syrjälä27d4efc2016-10-03 10:55:15 +03005132 if (intel_dp->is_mst) {
5133 if (intel_dp_check_mst_status(intel_dp) == -EINVAL) {
5134 /*
5135 * If we were in MST mode, and device is not
5136 * there, get out of MST mode
5137 */
5138 DRM_DEBUG_KMS("MST device may have disappeared %d vs %d\n",
5139 intel_dp->is_mst, intel_dp->mst_mgr.mst_state);
5140 intel_dp->is_mst = false;
5141 drm_dp_mst_topology_mgr_set_mst(&intel_dp->mst_mgr,
5142 intel_dp->is_mst);
5143 intel_dp->detect_done = false;
5144 goto put_power;
Dave Airlie0e32b392014-05-02 14:02:48 +10005145 }
Ville Syrjälä27d4efc2016-10-03 10:55:15 +03005146 }
Dave Airlie0e32b392014-05-02 14:02:48 +10005147
Ville Syrjälä27d4efc2016-10-03 10:55:15 +03005148 if (!intel_dp->is_mst) {
5149 if (!intel_dp_short_pulse(intel_dp)) {
5150 intel_dp->detect_done = false;
5151 goto put_power;
Shubhangi Shrivastava39ff7472016-03-30 18:05:26 +05305152 }
Dave Airlie0e32b392014-05-02 14:02:48 +10005153 }
Daniel Vetterb2c5c182015-01-23 06:00:31 +01005154
5155 ret = IRQ_HANDLED;
5156
Imre Deak1c767b32014-08-18 14:42:42 +03005157put_power:
Ander Conselvan de Oliveira5432fca2017-02-22 08:34:26 +02005158 intel_display_power_put(dev_priv, intel_dp->aux_power_domain);
Imre Deak1c767b32014-08-18 14:42:42 +03005159
5160 return ret;
Dave Airlie13cf5502014-06-18 11:29:35 +10005161}
5162
Rodrigo Vivi477ec322015-08-06 15:51:39 +08005163/* check the VBT to see whether the eDP is on another port */
Jani Nikula7b91bf72017-08-18 12:30:19 +03005164bool intel_dp_is_port_edp(struct drm_i915_private *dev_priv, enum port port)
Zhao Yakui36e83a12010-06-12 14:32:21 +08005165{
Ville Syrjälä53ce81a2015-09-11 21:04:38 +03005166 /*
5167 * eDP not supported on g4x. so bail out early just
5168 * for a bit extra safety in case the VBT is bonkers.
5169 */
Tvrtko Ursulindd11bc12016-11-16 08:55:41 +00005170 if (INTEL_GEN(dev_priv) < 5)
Ville Syrjälä53ce81a2015-09-11 21:04:38 +03005171 return false;
5172
Imre Deaka98d9c12016-12-21 12:17:24 +02005173 if (INTEL_GEN(dev_priv) < 9 && port == PORT_A)
Ville Syrjälä3b32a352013-11-01 18:22:41 +02005174 return true;
5175
Jani Nikula951d9ef2016-03-16 12:43:31 +02005176 return intel_bios_is_port_edp(dev_priv, port);
Zhao Yakui36e83a12010-06-12 14:32:21 +08005177}
5178
Maarten Lankhorst200819a2017-04-10 12:51:10 +02005179static void
Chris Wilsonf6849602010-09-19 09:29:33 +01005180intel_dp_add_properties(struct intel_dp *intel_dp, struct drm_connector *connector)
5181{
Maarten Lankhorst8b453302017-05-01 15:37:56 +02005182 struct drm_i915_private *dev_priv = to_i915(connector->dev);
5183
Chris Wilson3f43c482011-05-12 22:17:24 +01005184 intel_attach_force_audio_property(connector);
Chris Wilsone953fd72011-02-21 22:23:52 +00005185 intel_attach_broadcast_rgb_property(connector);
Yuly Novikov53b41832012-10-26 12:04:00 +03005186
Jani Nikula1853a9d2017-08-18 12:30:20 +03005187 if (intel_dp_is_edp(intel_dp)) {
Maarten Lankhorst8b453302017-05-01 15:37:56 +02005188 u32 allowed_scalers;
5189
5190 allowed_scalers = BIT(DRM_MODE_SCALE_ASPECT) | BIT(DRM_MODE_SCALE_FULLSCREEN);
5191 if (!HAS_GMCH_DISPLAY(dev_priv))
5192 allowed_scalers |= BIT(DRM_MODE_SCALE_CENTER);
5193
5194 drm_connector_attach_scaling_mode_property(connector, allowed_scalers);
5195
Maarten Lankhorsteead06d2017-05-01 15:37:55 +02005196 connector->state->scaling_mode = DRM_MODE_SCALE_ASPECT;
Maarten Lankhorst8b453302017-05-01 15:37:56 +02005197
Yuly Novikov53b41832012-10-26 12:04:00 +03005198 }
Chris Wilsonf6849602010-09-19 09:29:33 +01005199}
5200
Imre Deakdada1a92014-01-29 13:25:41 +02005201static void intel_dp_init_panel_power_timestamps(struct intel_dp *intel_dp)
5202{
Abhay Kumard28d4732016-01-22 17:39:04 -08005203 intel_dp->panel_power_off_time = ktime_get_boottime();
Imre Deakdada1a92014-01-29 13:25:41 +02005204 intel_dp->last_power_on = jiffies;
5205 intel_dp->last_backlight_off = jiffies;
5206}
5207
Daniel Vetter67a54562012-10-20 20:57:45 +02005208static void
Imre Deak54648612016-06-16 16:37:22 +03005209intel_pps_readout_hw_state(struct drm_i915_private *dev_priv,
5210 struct intel_dp *intel_dp, struct edp_power_seq *seq)
Daniel Vetter67a54562012-10-20 20:57:45 +02005211{
Vandana Kannanb0a08be2015-06-18 11:00:55 +05305212 u32 pp_on, pp_off, pp_div = 0, pp_ctl = 0;
Imre Deak8e8232d2016-06-16 16:37:21 +03005213 struct pps_registers regs;
Jesse Barnes453c5422013-03-28 09:55:41 -07005214
Imre Deak8e8232d2016-06-16 16:37:21 +03005215 intel_pps_get_registers(dev_priv, intel_dp, &regs);
Daniel Vetter67a54562012-10-20 20:57:45 +02005216
5217 /* Workaround: Need to write PP_CONTROL with the unlock key as
5218 * the very first thing. */
Vandana Kannanb0a08be2015-06-18 11:00:55 +05305219 pp_ctl = ironlake_get_pp_control(intel_dp);
Daniel Vetter67a54562012-10-20 20:57:45 +02005220
Imre Deak8e8232d2016-06-16 16:37:21 +03005221 pp_on = I915_READ(regs.pp_on);
5222 pp_off = I915_READ(regs.pp_off);
Rodrigo Vivi938361e2017-06-02 13:06:44 -07005223 if (!IS_GEN9_LP(dev_priv) && !HAS_PCH_CNP(dev_priv)) {
Imre Deak8e8232d2016-06-16 16:37:21 +03005224 I915_WRITE(regs.pp_ctrl, pp_ctl);
5225 pp_div = I915_READ(regs.pp_div);
Vandana Kannanb0a08be2015-06-18 11:00:55 +05305226 }
Daniel Vetter67a54562012-10-20 20:57:45 +02005227
5228 /* Pull timing values out of registers */
Imre Deak54648612016-06-16 16:37:22 +03005229 seq->t1_t3 = (pp_on & PANEL_POWER_UP_DELAY_MASK) >>
5230 PANEL_POWER_UP_DELAY_SHIFT;
Daniel Vetter67a54562012-10-20 20:57:45 +02005231
Imre Deak54648612016-06-16 16:37:22 +03005232 seq->t8 = (pp_on & PANEL_LIGHT_ON_DELAY_MASK) >>
5233 PANEL_LIGHT_ON_DELAY_SHIFT;
Daniel Vetter67a54562012-10-20 20:57:45 +02005234
Imre Deak54648612016-06-16 16:37:22 +03005235 seq->t9 = (pp_off & PANEL_LIGHT_OFF_DELAY_MASK) >>
5236 PANEL_LIGHT_OFF_DELAY_SHIFT;
Daniel Vetter67a54562012-10-20 20:57:45 +02005237
Imre Deak54648612016-06-16 16:37:22 +03005238 seq->t10 = (pp_off & PANEL_POWER_DOWN_DELAY_MASK) >>
5239 PANEL_POWER_DOWN_DELAY_SHIFT;
Daniel Vetter67a54562012-10-20 20:57:45 +02005240
Rodrigo Vivi938361e2017-06-02 13:06:44 -07005241 if (IS_GEN9_LP(dev_priv) || HAS_PCH_CNP(dev_priv)) {
Manasi Navare12c8ca92017-06-26 12:21:45 -07005242 seq->t11_t12 = ((pp_ctl & BXT_POWER_CYCLE_DELAY_MASK) >>
5243 BXT_POWER_CYCLE_DELAY_SHIFT) * 1000;
Vandana Kannanb0a08be2015-06-18 11:00:55 +05305244 } else {
Imre Deak54648612016-06-16 16:37:22 +03005245 seq->t11_t12 = ((pp_div & PANEL_POWER_CYCLE_DELAY_MASK) >>
Daniel Vetter67a54562012-10-20 20:57:45 +02005246 PANEL_POWER_CYCLE_DELAY_SHIFT) * 1000;
Vandana Kannanb0a08be2015-06-18 11:00:55 +05305247 }
Imre Deak54648612016-06-16 16:37:22 +03005248}
5249
5250static void
Imre Deakde9c1b62016-06-16 20:01:46 +03005251intel_pps_dump_state(const char *state_name, const struct edp_power_seq *seq)
5252{
5253 DRM_DEBUG_KMS("%s t1_t3 %d t8 %d t9 %d t10 %d t11_t12 %d\n",
5254 state_name,
5255 seq->t1_t3, seq->t8, seq->t9, seq->t10, seq->t11_t12);
5256}
5257
5258static void
5259intel_pps_verify_state(struct drm_i915_private *dev_priv,
5260 struct intel_dp *intel_dp)
5261{
5262 struct edp_power_seq hw;
5263 struct edp_power_seq *sw = &intel_dp->pps_delays;
5264
5265 intel_pps_readout_hw_state(dev_priv, intel_dp, &hw);
5266
5267 if (hw.t1_t3 != sw->t1_t3 || hw.t8 != sw->t8 || hw.t9 != sw->t9 ||
5268 hw.t10 != sw->t10 || hw.t11_t12 != sw->t11_t12) {
5269 DRM_ERROR("PPS state mismatch\n");
5270 intel_pps_dump_state("sw", sw);
5271 intel_pps_dump_state("hw", &hw);
5272 }
5273}
5274
5275static void
Imre Deak54648612016-06-16 16:37:22 +03005276intel_dp_init_panel_power_sequencer(struct drm_device *dev,
5277 struct intel_dp *intel_dp)
5278{
Chris Wilsonfac5e232016-07-04 11:34:36 +01005279 struct drm_i915_private *dev_priv = to_i915(dev);
Imre Deak54648612016-06-16 16:37:22 +03005280 struct edp_power_seq cur, vbt, spec,
5281 *final = &intel_dp->pps_delays;
5282
5283 lockdep_assert_held(&dev_priv->pps_mutex);
5284
5285 /* already initialized? */
5286 if (final->t11_t12 != 0)
5287 return;
5288
5289 intel_pps_readout_hw_state(dev_priv, intel_dp, &cur);
Daniel Vetter67a54562012-10-20 20:57:45 +02005290
Imre Deakde9c1b62016-06-16 20:01:46 +03005291 intel_pps_dump_state("cur", &cur);
Daniel Vetter67a54562012-10-20 20:57:45 +02005292
Jani Nikula6aa23e62016-03-24 17:50:20 +02005293 vbt = dev_priv->vbt.edp.pps;
Manasi Navarec99a2592017-06-30 09:33:48 -07005294 /* On Toshiba Satellite P50-C-18C system the VBT T12 delay
5295 * of 500ms appears to be too short. Ocassionally the panel
5296 * just fails to power back on. Increasing the delay to 800ms
5297 * seems sufficient to avoid this problem.
5298 */
5299 if (dev_priv->quirks & QUIRK_INCREASE_T12_DELAY) {
Manasi Navarec02b8fb2017-10-03 16:37:25 -07005300 vbt.t11_t12 = max_t(u16, vbt.t11_t12, 1300 * 10);
Manasi Navarec99a2592017-06-30 09:33:48 -07005301 DRM_DEBUG_KMS("Increasing T12 panel delay as per the quirk to %d\n",
5302 vbt.t11_t12);
5303 }
Manasi Navare770a17a2017-06-26 12:21:44 -07005304 /* T11_T12 delay is special and actually in units of 100ms, but zero
5305 * based in the hw (so we need to add 100 ms). But the sw vbt
5306 * table multiplies it with 1000 to make it in units of 100usec,
5307 * too. */
5308 vbt.t11_t12 += 100 * 10;
Daniel Vetter67a54562012-10-20 20:57:45 +02005309
5310 /* Upper limits from eDP 1.3 spec. Note that we use the clunky units of
5311 * our hw here, which are all in 100usec. */
5312 spec.t1_t3 = 210 * 10;
5313 spec.t8 = 50 * 10; /* no limit for t8, use t7 instead */
5314 spec.t9 = 50 * 10; /* no limit for t9, make it symmetric with t8 */
5315 spec.t10 = 500 * 10;
5316 /* This one is special and actually in units of 100ms, but zero
5317 * based in the hw (so we need to add 100 ms). But the sw vbt
5318 * table multiplies it with 1000 to make it in units of 100usec,
5319 * too. */
5320 spec.t11_t12 = (510 + 100) * 10;
5321
Imre Deakde9c1b62016-06-16 20:01:46 +03005322 intel_pps_dump_state("vbt", &vbt);
Daniel Vetter67a54562012-10-20 20:57:45 +02005323
5324 /* Use the max of the register settings and vbt. If both are
5325 * unset, fall back to the spec limits. */
Ville Syrjälä36b5f422014-10-16 21:27:30 +03005326#define assign_final(field) final->field = (max(cur.field, vbt.field) == 0 ? \
Daniel Vetter67a54562012-10-20 20:57:45 +02005327 spec.field : \
5328 max(cur.field, vbt.field))
5329 assign_final(t1_t3);
5330 assign_final(t8);
5331 assign_final(t9);
5332 assign_final(t10);
5333 assign_final(t11_t12);
5334#undef assign_final
5335
Ville Syrjälä36b5f422014-10-16 21:27:30 +03005336#define get_delay(field) (DIV_ROUND_UP(final->field, 10))
Daniel Vetter67a54562012-10-20 20:57:45 +02005337 intel_dp->panel_power_up_delay = get_delay(t1_t3);
5338 intel_dp->backlight_on_delay = get_delay(t8);
5339 intel_dp->backlight_off_delay = get_delay(t9);
5340 intel_dp->panel_power_down_delay = get_delay(t10);
5341 intel_dp->panel_power_cycle_delay = get_delay(t11_t12);
5342#undef get_delay
5343
Jani Nikulaf30d26e2013-01-16 10:53:40 +02005344 DRM_DEBUG_KMS("panel power up delay %d, power down delay %d, power cycle delay %d\n",
5345 intel_dp->panel_power_up_delay, intel_dp->panel_power_down_delay,
5346 intel_dp->panel_power_cycle_delay);
5347
5348 DRM_DEBUG_KMS("backlight on delay %d, off delay %d\n",
5349 intel_dp->backlight_on_delay, intel_dp->backlight_off_delay);
Imre Deakde9c1b62016-06-16 20:01:46 +03005350
5351 /*
5352 * We override the HW backlight delays to 1 because we do manual waits
5353 * on them. For T8, even BSpec recommends doing it. For T9, if we
5354 * don't do this, we'll end up waiting for the backlight off delay
5355 * twice: once when we do the manual sleep, and once when we disable
5356 * the panel and wait for the PP_STATUS bit to become zero.
5357 */
5358 final->t8 = 1;
5359 final->t9 = 1;
Jani Nikulaf30d26e2013-01-16 10:53:40 +02005360}
5361
5362static void
5363intel_dp_init_panel_power_sequencer_registers(struct drm_device *dev,
Ville Syrjälä5d5ab2d2016-12-20 18:51:17 +02005364 struct intel_dp *intel_dp,
5365 bool force_disable_vdd)
Jani Nikulaf30d26e2013-01-16 10:53:40 +02005366{
Chris Wilsonfac5e232016-07-04 11:34:36 +01005367 struct drm_i915_private *dev_priv = to_i915(dev);
Jesse Barnes453c5422013-03-28 09:55:41 -07005368 u32 pp_on, pp_off, pp_div, port_sel = 0;
Ville Syrjäläe7dc33f2016-03-02 17:22:13 +02005369 int div = dev_priv->rawclk_freq / 1000;
Imre Deak8e8232d2016-06-16 16:37:21 +03005370 struct pps_registers regs;
Ville Syrjäläad933b52014-08-18 22:15:56 +03005371 enum port port = dp_to_dig_port(intel_dp)->port;
Ville Syrjälä36b5f422014-10-16 21:27:30 +03005372 const struct edp_power_seq *seq = &intel_dp->pps_delays;
Jesse Barnes453c5422013-03-28 09:55:41 -07005373
Ville Syrjäläe39b9992014-09-04 14:53:14 +03005374 lockdep_assert_held(&dev_priv->pps_mutex);
Jesse Barnes453c5422013-03-28 09:55:41 -07005375
Imre Deak8e8232d2016-06-16 16:37:21 +03005376 intel_pps_get_registers(dev_priv, intel_dp, &regs);
Jesse Barnes453c5422013-03-28 09:55:41 -07005377
Ville Syrjälä5d5ab2d2016-12-20 18:51:17 +02005378 /*
5379 * On some VLV machines the BIOS can leave the VDD
5380 * enabled even on power seqeuencers which aren't
5381 * hooked up to any port. This would mess up the
5382 * power domain tracking the first time we pick
5383 * one of these power sequencers for use since
5384 * edp_panel_vdd_on() would notice that the VDD was
5385 * already on and therefore wouldn't grab the power
5386 * domain reference. Disable VDD first to avoid this.
5387 * This also avoids spuriously turning the VDD on as
5388 * soon as the new power seqeuencer gets initialized.
5389 */
5390 if (force_disable_vdd) {
5391 u32 pp = ironlake_get_pp_control(intel_dp);
5392
5393 WARN(pp & PANEL_POWER_ON, "Panel power already on\n");
5394
5395 if (pp & EDP_FORCE_VDD)
5396 DRM_DEBUG_KMS("VDD already on, disabling first\n");
5397
5398 pp &= ~EDP_FORCE_VDD;
5399
5400 I915_WRITE(regs.pp_ctrl, pp);
5401 }
5402
Jani Nikulaf30d26e2013-01-16 10:53:40 +02005403 pp_on = (seq->t1_t3 << PANEL_POWER_UP_DELAY_SHIFT) |
Imre Deakde9c1b62016-06-16 20:01:46 +03005404 (seq->t8 << PANEL_LIGHT_ON_DELAY_SHIFT);
5405 pp_off = (seq->t9 << PANEL_LIGHT_OFF_DELAY_SHIFT) |
Jani Nikulaf30d26e2013-01-16 10:53:40 +02005406 (seq->t10 << PANEL_POWER_DOWN_DELAY_SHIFT);
Daniel Vetter67a54562012-10-20 20:57:45 +02005407 /* Compute the divisor for the pp clock, simply match the Bspec
5408 * formula. */
Rodrigo Vivi938361e2017-06-02 13:06:44 -07005409 if (IS_GEN9_LP(dev_priv) || HAS_PCH_CNP(dev_priv)) {
Imre Deak8e8232d2016-06-16 16:37:21 +03005410 pp_div = I915_READ(regs.pp_ctrl);
Vandana Kannanb0a08be2015-06-18 11:00:55 +05305411 pp_div &= ~BXT_POWER_CYCLE_DELAY_MASK;
Manasi Navare12c8ca92017-06-26 12:21:45 -07005412 pp_div |= (DIV_ROUND_UP(seq->t11_t12, 1000)
Vandana Kannanb0a08be2015-06-18 11:00:55 +05305413 << BXT_POWER_CYCLE_DELAY_SHIFT);
5414 } else {
5415 pp_div = ((100 * div)/2 - 1) << PP_REFERENCE_DIVIDER_SHIFT;
5416 pp_div |= (DIV_ROUND_UP(seq->t11_t12, 1000)
5417 << PANEL_POWER_CYCLE_DELAY_SHIFT);
5418 }
Daniel Vetter67a54562012-10-20 20:57:45 +02005419
5420 /* Haswell doesn't have any port selection bits for the panel
5421 * power sequencer any more. */
Tvrtko Ursulin920a14b2016-10-14 10:13:44 +01005422 if (IS_VALLEYVIEW(dev_priv) || IS_CHERRYVIEW(dev_priv)) {
Ville Syrjäläad933b52014-08-18 22:15:56 +03005423 port_sel = PANEL_PORT_SELECT_VLV(port);
Tvrtko Ursulin6e266952016-10-13 11:02:53 +01005424 } else if (HAS_PCH_IBX(dev_priv) || HAS_PCH_CPT(dev_priv)) {
Ville Syrjäläad933b52014-08-18 22:15:56 +03005425 if (port == PORT_A)
Jani Nikulaa24c1442013-09-05 16:44:46 +03005426 port_sel = PANEL_PORT_SELECT_DPA;
Daniel Vetter67a54562012-10-20 20:57:45 +02005427 else
Jani Nikulaa24c1442013-09-05 16:44:46 +03005428 port_sel = PANEL_PORT_SELECT_DPD;
Daniel Vetter67a54562012-10-20 20:57:45 +02005429 }
5430
Jesse Barnes453c5422013-03-28 09:55:41 -07005431 pp_on |= port_sel;
5432
Imre Deak8e8232d2016-06-16 16:37:21 +03005433 I915_WRITE(regs.pp_on, pp_on);
5434 I915_WRITE(regs.pp_off, pp_off);
Rodrigo Vivi938361e2017-06-02 13:06:44 -07005435 if (IS_GEN9_LP(dev_priv) || HAS_PCH_CNP(dev_priv))
Imre Deak8e8232d2016-06-16 16:37:21 +03005436 I915_WRITE(regs.pp_ctrl, pp_div);
Vandana Kannanb0a08be2015-06-18 11:00:55 +05305437 else
Imre Deak8e8232d2016-06-16 16:37:21 +03005438 I915_WRITE(regs.pp_div, pp_div);
Daniel Vetter67a54562012-10-20 20:57:45 +02005439
Daniel Vetter67a54562012-10-20 20:57:45 +02005440 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 +03005441 I915_READ(regs.pp_on),
5442 I915_READ(regs.pp_off),
Rodrigo Vivi938361e2017-06-02 13:06:44 -07005443 (IS_GEN9_LP(dev_priv) || HAS_PCH_CNP(dev_priv)) ?
Imre Deak8e8232d2016-06-16 16:37:21 +03005444 (I915_READ(regs.pp_ctrl) & BXT_POWER_CYCLE_DELAY_MASK) :
5445 I915_READ(regs.pp_div));
Zhenyu Wange3421a12010-04-08 09:43:27 +08005446}
5447
Imre Deak335f7522016-08-10 14:07:32 +03005448static void intel_dp_pps_init(struct drm_device *dev,
5449 struct intel_dp *intel_dp)
5450{
Tvrtko Ursulin920a14b2016-10-14 10:13:44 +01005451 struct drm_i915_private *dev_priv = to_i915(dev);
5452
5453 if (IS_VALLEYVIEW(dev_priv) || IS_CHERRYVIEW(dev_priv)) {
Imre Deak335f7522016-08-10 14:07:32 +03005454 vlv_initial_power_sequencer_setup(intel_dp);
5455 } else {
5456 intel_dp_init_panel_power_sequencer(dev, intel_dp);
Ville Syrjälä5d5ab2d2016-12-20 18:51:17 +02005457 intel_dp_init_panel_power_sequencer_registers(dev, intel_dp, false);
Imre Deak335f7522016-08-10 14:07:32 +03005458 }
5459}
5460
Vandana Kannanb33a2812015-02-13 15:33:03 +05305461/**
5462 * intel_dp_set_drrs_state - program registers for RR switch to take effect
Maarten Lankhorst5423adf2016-08-31 11:01:36 +02005463 * @dev_priv: i915 device
Maarten Lankhorste8964022016-08-25 11:07:02 +02005464 * @crtc_state: a pointer to the active intel_crtc_state
Vandana Kannanb33a2812015-02-13 15:33:03 +05305465 * @refresh_rate: RR to be programmed
5466 *
5467 * This function gets called when refresh rate (RR) has to be changed from
5468 * one frequency to another. Switches can be between high and low RR
5469 * supported by the panel or to any other RR based on media playback (in
5470 * this case, RR value needs to be passed from user space).
5471 *
5472 * The caller of this function needs to take a lock on dev_priv->drrs.
5473 */
Maarten Lankhorst85cb48a2016-08-09 17:04:13 +02005474static void intel_dp_set_drrs_state(struct drm_i915_private *dev_priv,
Ville Syrjälä5f88a9c2017-08-18 16:49:58 +03005475 const struct intel_crtc_state *crtc_state,
Maarten Lankhorst85cb48a2016-08-09 17:04:13 +02005476 int refresh_rate)
Pradeep Bhat439d7ac2014-04-05 12:13:28 +05305477{
Pradeep Bhat439d7ac2014-04-05 12:13:28 +05305478 struct intel_encoder *encoder;
Vandana Kannan96178ee2015-01-10 02:25:56 +05305479 struct intel_digital_port *dig_port = NULL;
5480 struct intel_dp *intel_dp = dev_priv->drrs.dp;
Maarten Lankhorst85cb48a2016-08-09 17:04:13 +02005481 struct intel_crtc *intel_crtc = to_intel_crtc(crtc_state->base.crtc);
Vandana Kannan96178ee2015-01-10 02:25:56 +05305482 enum drrs_refresh_rate_type index = DRRS_HIGH_RR;
Pradeep Bhat439d7ac2014-04-05 12:13:28 +05305483
5484 if (refresh_rate <= 0) {
5485 DRM_DEBUG_KMS("Refresh rate should be positive non-zero.\n");
5486 return;
5487 }
5488
Vandana Kannan96178ee2015-01-10 02:25:56 +05305489 if (intel_dp == NULL) {
5490 DRM_DEBUG_KMS("DRRS not supported.\n");
Pradeep Bhat439d7ac2014-04-05 12:13:28 +05305491 return;
5492 }
5493
Vandana Kannan96178ee2015-01-10 02:25:56 +05305494 dig_port = dp_to_dig_port(intel_dp);
5495 encoder = &dig_port->base;
Ander Conselvan de Oliveira723f9aa2015-03-20 16:18:18 +02005496 intel_crtc = to_intel_crtc(encoder->base.crtc);
Pradeep Bhat439d7ac2014-04-05 12:13:28 +05305497
5498 if (!intel_crtc) {
5499 DRM_DEBUG_KMS("DRRS: intel_crtc not initialized\n");
5500 return;
5501 }
5502
Vandana Kannan96178ee2015-01-10 02:25:56 +05305503 if (dev_priv->drrs.type < SEAMLESS_DRRS_SUPPORT) {
Pradeep Bhat439d7ac2014-04-05 12:13:28 +05305504 DRM_DEBUG_KMS("Only Seamless DRRS supported.\n");
5505 return;
5506 }
5507
Vandana Kannan96178ee2015-01-10 02:25:56 +05305508 if (intel_dp->attached_connector->panel.downclock_mode->vrefresh ==
5509 refresh_rate)
Pradeep Bhat439d7ac2014-04-05 12:13:28 +05305510 index = DRRS_LOW_RR;
5511
Vandana Kannan96178ee2015-01-10 02:25:56 +05305512 if (index == dev_priv->drrs.refresh_rate_type) {
Pradeep Bhat439d7ac2014-04-05 12:13:28 +05305513 DRM_DEBUG_KMS(
5514 "DRRS requested for previously set RR...ignoring\n");
5515 return;
5516 }
5517
Maarten Lankhorst85cb48a2016-08-09 17:04:13 +02005518 if (!crtc_state->base.active) {
Pradeep Bhat439d7ac2014-04-05 12:13:28 +05305519 DRM_DEBUG_KMS("eDP encoder disabled. CRTC not Active\n");
5520 return;
5521 }
5522
Maarten Lankhorst85cb48a2016-08-09 17:04:13 +02005523 if (INTEL_GEN(dev_priv) >= 8 && !IS_CHERRYVIEW(dev_priv)) {
Vandana Kannana4c30b12015-02-13 15:33:00 +05305524 switch (index) {
5525 case DRRS_HIGH_RR:
5526 intel_dp_set_m_n(intel_crtc, M1_N1);
5527 break;
5528 case DRRS_LOW_RR:
5529 intel_dp_set_m_n(intel_crtc, M2_N2);
5530 break;
5531 case DRRS_MAX_RR:
5532 default:
5533 DRM_ERROR("Unsupported refreshrate type\n");
5534 }
Maarten Lankhorst85cb48a2016-08-09 17:04:13 +02005535 } else if (INTEL_GEN(dev_priv) > 6) {
5536 i915_reg_t reg = PIPECONF(crtc_state->cpu_transcoder);
Ville Syrjälä649636e2015-09-22 19:50:01 +03005537 u32 val;
Vandana Kannana4c30b12015-02-13 15:33:00 +05305538
Ville Syrjälä649636e2015-09-22 19:50:01 +03005539 val = I915_READ(reg);
Pradeep Bhat439d7ac2014-04-05 12:13:28 +05305540 if (index > DRRS_HIGH_RR) {
Maarten Lankhorst85cb48a2016-08-09 17:04:13 +02005541 if (IS_VALLEYVIEW(dev_priv) || IS_CHERRYVIEW(dev_priv))
Vandana Kannan6fa7aec2015-02-13 15:33:01 +05305542 val |= PIPECONF_EDP_RR_MODE_SWITCH_VLV;
5543 else
5544 val |= PIPECONF_EDP_RR_MODE_SWITCH;
Pradeep Bhat439d7ac2014-04-05 12:13:28 +05305545 } else {
Maarten Lankhorst85cb48a2016-08-09 17:04:13 +02005546 if (IS_VALLEYVIEW(dev_priv) || IS_CHERRYVIEW(dev_priv))
Vandana Kannan6fa7aec2015-02-13 15:33:01 +05305547 val &= ~PIPECONF_EDP_RR_MODE_SWITCH_VLV;
5548 else
5549 val &= ~PIPECONF_EDP_RR_MODE_SWITCH;
Pradeep Bhat439d7ac2014-04-05 12:13:28 +05305550 }
5551 I915_WRITE(reg, val);
5552 }
5553
Vandana Kannan4e9ac942015-01-22 15:14:45 +05305554 dev_priv->drrs.refresh_rate_type = index;
5555
5556 DRM_DEBUG_KMS("eDP Refresh Rate set to : %dHz\n", refresh_rate);
5557}
5558
Vandana Kannanb33a2812015-02-13 15:33:03 +05305559/**
5560 * intel_edp_drrs_enable - init drrs struct if supported
5561 * @intel_dp: DP struct
Maarten Lankhorst5423adf2016-08-31 11:01:36 +02005562 * @crtc_state: A pointer to the active crtc state.
Vandana Kannanb33a2812015-02-13 15:33:03 +05305563 *
5564 * Initializes frontbuffer_bits and drrs.dp
5565 */
Maarten Lankhorst85cb48a2016-08-09 17:04:13 +02005566void intel_edp_drrs_enable(struct intel_dp *intel_dp,
Ville Syrjälä5f88a9c2017-08-18 16:49:58 +03005567 const struct intel_crtc_state *crtc_state)
Vandana Kannanc3955782015-01-22 15:17:40 +05305568{
5569 struct drm_device *dev = intel_dp_to_dev(intel_dp);
Chris Wilsonfac5e232016-07-04 11:34:36 +01005570 struct drm_i915_private *dev_priv = to_i915(dev);
Vandana Kannanc3955782015-01-22 15:17:40 +05305571
Maarten Lankhorst85cb48a2016-08-09 17:04:13 +02005572 if (!crtc_state->has_drrs) {
Vandana Kannanc3955782015-01-22 15:17:40 +05305573 DRM_DEBUG_KMS("Panel doesn't support DRRS\n");
5574 return;
5575 }
5576
Radhakrishna Sripadada83ef82017-09-14 11:16:41 -07005577 if (dev_priv->psr.enabled) {
5578 DRM_DEBUG_KMS("PSR enabled. Not enabling DRRS.\n");
5579 return;
5580 }
5581
Vandana Kannanc3955782015-01-22 15:17:40 +05305582 mutex_lock(&dev_priv->drrs.mutex);
5583 if (WARN_ON(dev_priv->drrs.dp)) {
5584 DRM_ERROR("DRRS already enabled\n");
5585 goto unlock;
5586 }
5587
5588 dev_priv->drrs.busy_frontbuffer_bits = 0;
5589
5590 dev_priv->drrs.dp = intel_dp;
5591
5592unlock:
5593 mutex_unlock(&dev_priv->drrs.mutex);
5594}
5595
Vandana Kannanb33a2812015-02-13 15:33:03 +05305596/**
5597 * intel_edp_drrs_disable - Disable DRRS
5598 * @intel_dp: DP struct
Maarten Lankhorst5423adf2016-08-31 11:01:36 +02005599 * @old_crtc_state: Pointer to old crtc_state.
Vandana Kannanb33a2812015-02-13 15:33:03 +05305600 *
5601 */
Maarten Lankhorst85cb48a2016-08-09 17:04:13 +02005602void intel_edp_drrs_disable(struct intel_dp *intel_dp,
Ville Syrjälä5f88a9c2017-08-18 16:49:58 +03005603 const struct intel_crtc_state *old_crtc_state)
Vandana Kannanc3955782015-01-22 15:17:40 +05305604{
5605 struct drm_device *dev = intel_dp_to_dev(intel_dp);
Chris Wilsonfac5e232016-07-04 11:34:36 +01005606 struct drm_i915_private *dev_priv = to_i915(dev);
Vandana Kannanc3955782015-01-22 15:17:40 +05305607
Maarten Lankhorst85cb48a2016-08-09 17:04:13 +02005608 if (!old_crtc_state->has_drrs)
Vandana Kannanc3955782015-01-22 15:17:40 +05305609 return;
5610
5611 mutex_lock(&dev_priv->drrs.mutex);
5612 if (!dev_priv->drrs.dp) {
5613 mutex_unlock(&dev_priv->drrs.mutex);
5614 return;
5615 }
5616
5617 if (dev_priv->drrs.refresh_rate_type == DRRS_LOW_RR)
Maarten Lankhorst85cb48a2016-08-09 17:04:13 +02005618 intel_dp_set_drrs_state(dev_priv, old_crtc_state,
5619 intel_dp->attached_connector->panel.fixed_mode->vrefresh);
Vandana Kannanc3955782015-01-22 15:17:40 +05305620
5621 dev_priv->drrs.dp = NULL;
5622 mutex_unlock(&dev_priv->drrs.mutex);
5623
5624 cancel_delayed_work_sync(&dev_priv->drrs.work);
5625}
5626
Vandana Kannan4e9ac942015-01-22 15:14:45 +05305627static void intel_edp_drrs_downclock_work(struct work_struct *work)
5628{
5629 struct drm_i915_private *dev_priv =
5630 container_of(work, typeof(*dev_priv), drrs.work.work);
5631 struct intel_dp *intel_dp;
Pradeep Bhat439d7ac2014-04-05 12:13:28 +05305632
Vandana Kannan96178ee2015-01-10 02:25:56 +05305633 mutex_lock(&dev_priv->drrs.mutex);
Pradeep Bhat439d7ac2014-04-05 12:13:28 +05305634
Vandana Kannan4e9ac942015-01-22 15:14:45 +05305635 intel_dp = dev_priv->drrs.dp;
5636
5637 if (!intel_dp)
5638 goto unlock;
5639
5640 /*
5641 * The delayed work can race with an invalidate hence we need to
5642 * recheck.
5643 */
5644
5645 if (dev_priv->drrs.busy_frontbuffer_bits)
5646 goto unlock;
5647
Maarten Lankhorst85cb48a2016-08-09 17:04:13 +02005648 if (dev_priv->drrs.refresh_rate_type != DRRS_LOW_RR) {
5649 struct drm_crtc *crtc = dp_to_dig_port(intel_dp)->base.base.crtc;
5650
5651 intel_dp_set_drrs_state(dev_priv, to_intel_crtc(crtc)->config,
5652 intel_dp->attached_connector->panel.downclock_mode->vrefresh);
5653 }
Vandana Kannan4e9ac942015-01-22 15:14:45 +05305654
5655unlock:
Vandana Kannan96178ee2015-01-10 02:25:56 +05305656 mutex_unlock(&dev_priv->drrs.mutex);
Pradeep Bhat439d7ac2014-04-05 12:13:28 +05305657}
5658
Vandana Kannanb33a2812015-02-13 15:33:03 +05305659/**
Ramalingam C0ddfd202015-06-15 20:50:05 +05305660 * intel_edp_drrs_invalidate - Disable Idleness DRRS
Chris Wilson5748b6a2016-08-04 16:32:38 +01005661 * @dev_priv: i915 device
Vandana Kannanb33a2812015-02-13 15:33:03 +05305662 * @frontbuffer_bits: frontbuffer plane tracking bits
5663 *
Ramalingam C0ddfd202015-06-15 20:50:05 +05305664 * This function gets called everytime rendering on the given planes start.
5665 * Hence DRRS needs to be Upclocked, i.e. (LOW_RR -> HIGH_RR).
Vandana Kannanb33a2812015-02-13 15:33:03 +05305666 *
5667 * Dirty frontbuffers relevant to DRRS are tracked in busy_frontbuffer_bits.
5668 */
Chris Wilson5748b6a2016-08-04 16:32:38 +01005669void intel_edp_drrs_invalidate(struct drm_i915_private *dev_priv,
5670 unsigned int frontbuffer_bits)
Vandana Kannana93fad02015-01-10 02:25:59 +05305671{
Vandana Kannana93fad02015-01-10 02:25:59 +05305672 struct drm_crtc *crtc;
5673 enum pipe pipe;
5674
Daniel Vetter9da7d692015-04-09 16:44:15 +02005675 if (dev_priv->drrs.type == DRRS_NOT_SUPPORTED)
Vandana Kannana93fad02015-01-10 02:25:59 +05305676 return;
5677
Daniel Vetter88f933a2015-04-09 16:44:16 +02005678 cancel_delayed_work(&dev_priv->drrs.work);
Ramalingam C3954e732015-03-03 12:11:46 +05305679
Vandana Kannana93fad02015-01-10 02:25:59 +05305680 mutex_lock(&dev_priv->drrs.mutex);
Daniel Vetter9da7d692015-04-09 16:44:15 +02005681 if (!dev_priv->drrs.dp) {
5682 mutex_unlock(&dev_priv->drrs.mutex);
5683 return;
5684 }
5685
Vandana Kannana93fad02015-01-10 02:25:59 +05305686 crtc = dp_to_dig_port(dev_priv->drrs.dp)->base.base.crtc;
5687 pipe = to_intel_crtc(crtc)->pipe;
5688
Daniel Vetterc1d038c2015-06-18 10:30:25 +02005689 frontbuffer_bits &= INTEL_FRONTBUFFER_ALL_MASK(pipe);
5690 dev_priv->drrs.busy_frontbuffer_bits |= frontbuffer_bits;
5691
Ramalingam C0ddfd202015-06-15 20:50:05 +05305692 /* invalidate means busy screen hence upclock */
Daniel Vetterc1d038c2015-06-18 10:30:25 +02005693 if (frontbuffer_bits && dev_priv->drrs.refresh_rate_type == DRRS_LOW_RR)
Maarten Lankhorst85cb48a2016-08-09 17:04:13 +02005694 intel_dp_set_drrs_state(dev_priv, to_intel_crtc(crtc)->config,
5695 dev_priv->drrs.dp->attached_connector->panel.fixed_mode->vrefresh);
Vandana Kannana93fad02015-01-10 02:25:59 +05305696
Vandana Kannana93fad02015-01-10 02:25:59 +05305697 mutex_unlock(&dev_priv->drrs.mutex);
5698}
5699
Vandana Kannanb33a2812015-02-13 15:33:03 +05305700/**
Ramalingam C0ddfd202015-06-15 20:50:05 +05305701 * intel_edp_drrs_flush - Restart Idleness DRRS
Chris Wilson5748b6a2016-08-04 16:32:38 +01005702 * @dev_priv: i915 device
Vandana Kannanb33a2812015-02-13 15:33:03 +05305703 * @frontbuffer_bits: frontbuffer plane tracking bits
5704 *
Ramalingam C0ddfd202015-06-15 20:50:05 +05305705 * This function gets called every time rendering on the given planes has
5706 * completed or flip on a crtc is completed. So DRRS should be upclocked
5707 * (LOW_RR -> HIGH_RR). And also Idleness detection should be started again,
5708 * if no other planes are dirty.
Vandana Kannanb33a2812015-02-13 15:33:03 +05305709 *
5710 * Dirty frontbuffers relevant to DRRS are tracked in busy_frontbuffer_bits.
5711 */
Chris Wilson5748b6a2016-08-04 16:32:38 +01005712void intel_edp_drrs_flush(struct drm_i915_private *dev_priv,
5713 unsigned int frontbuffer_bits)
Vandana Kannana93fad02015-01-10 02:25:59 +05305714{
Vandana Kannana93fad02015-01-10 02:25:59 +05305715 struct drm_crtc *crtc;
5716 enum pipe pipe;
5717
Daniel Vetter9da7d692015-04-09 16:44:15 +02005718 if (dev_priv->drrs.type == DRRS_NOT_SUPPORTED)
Vandana Kannana93fad02015-01-10 02:25:59 +05305719 return;
5720
Daniel Vetter88f933a2015-04-09 16:44:16 +02005721 cancel_delayed_work(&dev_priv->drrs.work);
Ramalingam C3954e732015-03-03 12:11:46 +05305722
Vandana Kannana93fad02015-01-10 02:25:59 +05305723 mutex_lock(&dev_priv->drrs.mutex);
Daniel Vetter9da7d692015-04-09 16:44:15 +02005724 if (!dev_priv->drrs.dp) {
5725 mutex_unlock(&dev_priv->drrs.mutex);
5726 return;
5727 }
5728
Vandana Kannana93fad02015-01-10 02:25:59 +05305729 crtc = dp_to_dig_port(dev_priv->drrs.dp)->base.base.crtc;
5730 pipe = to_intel_crtc(crtc)->pipe;
Daniel Vetterc1d038c2015-06-18 10:30:25 +02005731
5732 frontbuffer_bits &= INTEL_FRONTBUFFER_ALL_MASK(pipe);
Vandana Kannana93fad02015-01-10 02:25:59 +05305733 dev_priv->drrs.busy_frontbuffer_bits &= ~frontbuffer_bits;
5734
Ramalingam C0ddfd202015-06-15 20:50:05 +05305735 /* flush means busy screen hence upclock */
Daniel Vetterc1d038c2015-06-18 10:30:25 +02005736 if (frontbuffer_bits && dev_priv->drrs.refresh_rate_type == DRRS_LOW_RR)
Maarten Lankhorst85cb48a2016-08-09 17:04:13 +02005737 intel_dp_set_drrs_state(dev_priv, to_intel_crtc(crtc)->config,
5738 dev_priv->drrs.dp->attached_connector->panel.fixed_mode->vrefresh);
Ramalingam C0ddfd202015-06-15 20:50:05 +05305739
5740 /*
5741 * flush also means no more activity hence schedule downclock, if all
5742 * other fbs are quiescent too
5743 */
5744 if (!dev_priv->drrs.busy_frontbuffer_bits)
Vandana Kannana93fad02015-01-10 02:25:59 +05305745 schedule_delayed_work(&dev_priv->drrs.work,
5746 msecs_to_jiffies(1000));
5747 mutex_unlock(&dev_priv->drrs.mutex);
5748}
5749
Vandana Kannanb33a2812015-02-13 15:33:03 +05305750/**
5751 * DOC: Display Refresh Rate Switching (DRRS)
5752 *
5753 * Display Refresh Rate Switching (DRRS) is a power conservation feature
5754 * which enables swtching between low and high refresh rates,
5755 * dynamically, based on the usage scenario. This feature is applicable
5756 * for internal panels.
5757 *
5758 * Indication that the panel supports DRRS is given by the panel EDID, which
5759 * would list multiple refresh rates for one resolution.
5760 *
5761 * DRRS is of 2 types - static and seamless.
5762 * Static DRRS involves changing refresh rate (RR) by doing a full modeset
5763 * (may appear as a blink on screen) and is used in dock-undock scenario.
5764 * Seamless DRRS involves changing RR without any visual effect to the user
5765 * and can be used during normal system usage. This is done by programming
5766 * certain registers.
5767 *
5768 * Support for static/seamless DRRS may be indicated in the VBT based on
5769 * inputs from the panel spec.
5770 *
5771 * DRRS saves power by switching to low RR based on usage scenarios.
5772 *
Daniel Vetter2e7a5702016-06-01 23:40:36 +02005773 * The implementation is based on frontbuffer tracking implementation. When
5774 * there is a disturbance on the screen triggered by user activity or a periodic
5775 * system activity, DRRS is disabled (RR is changed to high RR). When there is
5776 * no movement on screen, after a timeout of 1 second, a switch to low RR is
5777 * made.
5778 *
5779 * For integration with frontbuffer tracking code, intel_edp_drrs_invalidate()
5780 * and intel_edp_drrs_flush() are called.
Vandana Kannanb33a2812015-02-13 15:33:03 +05305781 *
5782 * DRRS can be further extended to support other internal panels and also
5783 * the scenario of video playback wherein RR is set based on the rate
5784 * requested by userspace.
5785 */
5786
5787/**
5788 * intel_dp_drrs_init - Init basic DRRS work and mutex.
5789 * @intel_connector: eDP connector
5790 * @fixed_mode: preferred mode of panel
5791 *
5792 * This function is called only once at driver load to initialize basic
5793 * DRRS stuff.
5794 *
5795 * Returns:
5796 * Downclock mode if panel supports it, else return NULL.
5797 * DRRS support is determined by the presence of downclock mode (apart
5798 * from VBT setting).
5799 */
Pradeep Bhat4f9db5b2014-04-05 12:12:31 +05305800static struct drm_display_mode *
Vandana Kannan96178ee2015-01-10 02:25:56 +05305801intel_dp_drrs_init(struct intel_connector *intel_connector,
5802 struct drm_display_mode *fixed_mode)
Pradeep Bhat4f9db5b2014-04-05 12:12:31 +05305803{
5804 struct drm_connector *connector = &intel_connector->base;
Vandana Kannan96178ee2015-01-10 02:25:56 +05305805 struct drm_device *dev = connector->dev;
Chris Wilsonfac5e232016-07-04 11:34:36 +01005806 struct drm_i915_private *dev_priv = to_i915(dev);
Pradeep Bhat4f9db5b2014-04-05 12:12:31 +05305807 struct drm_display_mode *downclock_mode = NULL;
5808
Daniel Vetter9da7d692015-04-09 16:44:15 +02005809 INIT_DELAYED_WORK(&dev_priv->drrs.work, intel_edp_drrs_downclock_work);
5810 mutex_init(&dev_priv->drrs.mutex);
5811
Tvrtko Ursulindd11bc12016-11-16 08:55:41 +00005812 if (INTEL_GEN(dev_priv) <= 6) {
Pradeep Bhat4f9db5b2014-04-05 12:12:31 +05305813 DRM_DEBUG_KMS("DRRS supported for Gen7 and above\n");
5814 return NULL;
5815 }
5816
5817 if (dev_priv->vbt.drrs_type != SEAMLESS_DRRS_SUPPORT) {
Damien Lespiau4079b8d2014-08-05 10:39:42 +01005818 DRM_DEBUG_KMS("VBT doesn't support DRRS\n");
Pradeep Bhat4f9db5b2014-04-05 12:12:31 +05305819 return NULL;
5820 }
5821
5822 downclock_mode = intel_find_panel_downclock
Mika Kaholaa318b4c2016-12-13 10:02:48 +02005823 (dev_priv, fixed_mode, connector);
Pradeep Bhat4f9db5b2014-04-05 12:12:31 +05305824
5825 if (!downclock_mode) {
Ramalingam Ca1d26342015-02-23 17:38:33 +05305826 DRM_DEBUG_KMS("Downclock mode is not found. DRRS not supported\n");
Pradeep Bhat4f9db5b2014-04-05 12:12:31 +05305827 return NULL;
5828 }
5829
Vandana Kannan96178ee2015-01-10 02:25:56 +05305830 dev_priv->drrs.type = dev_priv->vbt.drrs_type;
Pradeep Bhat439d7ac2014-04-05 12:13:28 +05305831
Vandana Kannan96178ee2015-01-10 02:25:56 +05305832 dev_priv->drrs.refresh_rate_type = DRRS_HIGH_RR;
Damien Lespiau4079b8d2014-08-05 10:39:42 +01005833 DRM_DEBUG_KMS("seamless DRRS supported for eDP panel.\n");
Pradeep Bhat4f9db5b2014-04-05 12:12:31 +05305834 return downclock_mode;
5835}
5836
Paulo Zanonied92f0b2013-06-12 17:27:24 -03005837static bool intel_edp_init_connector(struct intel_dp *intel_dp,
Ville Syrjälä36b5f422014-10-16 21:27:30 +03005838 struct intel_connector *intel_connector)
Paulo Zanonied92f0b2013-06-12 17:27:24 -03005839{
5840 struct drm_connector *connector = &intel_connector->base;
5841 struct intel_digital_port *intel_dig_port = dp_to_dig_port(intel_dp);
Paulo Zanoni63635212014-04-22 19:55:42 -03005842 struct intel_encoder *intel_encoder = &intel_dig_port->base;
5843 struct drm_device *dev = intel_encoder->base.dev;
Chris Wilsonfac5e232016-07-04 11:34:36 +01005844 struct drm_i915_private *dev_priv = to_i915(dev);
Paulo Zanonied92f0b2013-06-12 17:27:24 -03005845 struct drm_display_mode *fixed_mode = NULL;
Jim Bridedc911f52017-08-09 12:48:53 -07005846 struct drm_display_mode *alt_fixed_mode = NULL;
Pradeep Bhat4f9db5b2014-04-05 12:12:31 +05305847 struct drm_display_mode *downclock_mode = NULL;
Paulo Zanonied92f0b2013-06-12 17:27:24 -03005848 bool has_dpcd;
5849 struct drm_display_mode *scan;
5850 struct edid *edid;
Ville Syrjälä6517d272014-11-07 11:16:02 +02005851 enum pipe pipe = INVALID_PIPE;
Paulo Zanonied92f0b2013-06-12 17:27:24 -03005852
Jani Nikula1853a9d2017-08-18 12:30:20 +03005853 if (!intel_dp_is_edp(intel_dp))
Paulo Zanonied92f0b2013-06-12 17:27:24 -03005854 return true;
5855
Imre Deak97a824e12016-06-21 11:51:47 +03005856 /*
5857 * On IBX/CPT we may get here with LVDS already registered. Since the
5858 * driver uses the only internal power sequencer available for both
5859 * eDP and LVDS bail out early in this case to prevent interfering
5860 * with an already powered-on LVDS power sequencer.
5861 */
5862 if (intel_get_lvds_encoder(dev)) {
5863 WARN_ON(!(HAS_PCH_IBX(dev_priv) || HAS_PCH_CPT(dev_priv)));
5864 DRM_INFO("LVDS was detected, not registering eDP\n");
5865
5866 return false;
5867 }
5868
Ville Syrjälä49e6bc52014-10-28 16:15:52 +02005869 pps_lock(intel_dp);
Imre Deakb4d06ed2016-06-21 11:51:49 +03005870
5871 intel_dp_init_panel_power_timestamps(intel_dp);
Imre Deak335f7522016-08-10 14:07:32 +03005872 intel_dp_pps_init(dev, intel_dp);
Ville Syrjälä49e6bc52014-10-28 16:15:52 +02005873 intel_edp_panel_vdd_sanitize(intel_dp);
Imre Deakb4d06ed2016-06-21 11:51:49 +03005874
Ville Syrjälä49e6bc52014-10-28 16:15:52 +02005875 pps_unlock(intel_dp);
Paulo Zanoni63635212014-04-22 19:55:42 -03005876
Paulo Zanonied92f0b2013-06-12 17:27:24 -03005877 /* Cache DPCD and EDID for edp. */
Ville Syrjäläfe5a66f2016-07-29 16:52:39 +03005878 has_dpcd = intel_edp_init_dpcd(intel_dp);
Paulo Zanonied92f0b2013-06-12 17:27:24 -03005879
Ville Syrjäläfe5a66f2016-07-29 16:52:39 +03005880 if (!has_dpcd) {
Paulo Zanonied92f0b2013-06-12 17:27:24 -03005881 /* if this fails, presume the device is a ghost */
5882 DRM_INFO("failed to retrieve link info, disabling eDP\n");
Imre Deakb4d06ed2016-06-21 11:51:49 +03005883 goto out_vdd_off;
Paulo Zanonied92f0b2013-06-12 17:27:24 -03005884 }
5885
Daniel Vetter060c8772014-03-21 23:22:35 +01005886 mutex_lock(&dev->mode_config.mutex);
Jani Nikula0b998362014-03-14 16:51:17 +02005887 edid = drm_get_edid(connector, &intel_dp->aux.ddc);
Paulo Zanonied92f0b2013-06-12 17:27:24 -03005888 if (edid) {
5889 if (drm_add_edid_modes(connector, edid)) {
5890 drm_mode_connector_update_edid_property(connector,
5891 edid);
5892 drm_edid_to_eld(connector, edid);
5893 } else {
5894 kfree(edid);
5895 edid = ERR_PTR(-EINVAL);
5896 }
5897 } else {
5898 edid = ERR_PTR(-ENOENT);
5899 }
5900 intel_connector->edid = edid;
5901
Jim Bridedc911f52017-08-09 12:48:53 -07005902 /* prefer fixed mode from EDID if available, save an alt mode also */
Paulo Zanonied92f0b2013-06-12 17:27:24 -03005903 list_for_each_entry(scan, &connector->probed_modes, head) {
5904 if ((scan->type & DRM_MODE_TYPE_PREFERRED)) {
5905 fixed_mode = drm_mode_duplicate(dev, scan);
Pradeep Bhat4f9db5b2014-04-05 12:12:31 +05305906 downclock_mode = intel_dp_drrs_init(
Pradeep Bhat4f9db5b2014-04-05 12:12:31 +05305907 intel_connector, fixed_mode);
Jim Bridedc911f52017-08-09 12:48:53 -07005908 } else if (!alt_fixed_mode) {
5909 alt_fixed_mode = drm_mode_duplicate(dev, scan);
Paulo Zanonied92f0b2013-06-12 17:27:24 -03005910 }
5911 }
5912
5913 /* fallback to VBT if available for eDP */
5914 if (!fixed_mode && dev_priv->vbt.lfp_lvds_vbt_mode) {
5915 fixed_mode = drm_mode_duplicate(dev,
5916 dev_priv->vbt.lfp_lvds_vbt_mode);
Ville Syrjälädf457242016-05-31 12:08:34 +03005917 if (fixed_mode) {
Paulo Zanonied92f0b2013-06-12 17:27:24 -03005918 fixed_mode->type |= DRM_MODE_TYPE_PREFERRED;
Ville Syrjälädf457242016-05-31 12:08:34 +03005919 connector->display_info.width_mm = fixed_mode->width_mm;
5920 connector->display_info.height_mm = fixed_mode->height_mm;
5921 }
Paulo Zanonied92f0b2013-06-12 17:27:24 -03005922 }
Daniel Vetter060c8772014-03-21 23:22:35 +01005923 mutex_unlock(&dev->mode_config.mutex);
Paulo Zanonied92f0b2013-06-12 17:27:24 -03005924
Tvrtko Ursulin920a14b2016-10-14 10:13:44 +01005925 if (IS_VALLEYVIEW(dev_priv) || IS_CHERRYVIEW(dev_priv)) {
Clint Taylor01527b32014-07-07 13:01:46 -07005926 intel_dp->edp_notifier.notifier_call = edp_notify_handler;
5927 register_reboot_notifier(&intel_dp->edp_notifier);
Ville Syrjälä6517d272014-11-07 11:16:02 +02005928
5929 /*
5930 * Figure out the current pipe for the initial backlight setup.
5931 * If the current pipe isn't valid, try the PPS pipe, and if that
5932 * fails just assume pipe A.
5933 */
Ville Syrjälä9f2bdb02016-12-14 20:00:23 +02005934 pipe = vlv_active_pipe(intel_dp);
Ville Syrjälä6517d272014-11-07 11:16:02 +02005935
5936 if (pipe != PIPE_A && pipe != PIPE_B)
5937 pipe = intel_dp->pps_pipe;
5938
5939 if (pipe != PIPE_A && pipe != PIPE_B)
5940 pipe = PIPE_A;
5941
5942 DRM_DEBUG_KMS("using pipe %c for initial backlight setup\n",
5943 pipe_name(pipe));
Clint Taylor01527b32014-07-07 13:01:46 -07005944 }
5945
Jim Bridedc911f52017-08-09 12:48:53 -07005946 intel_panel_init(&intel_connector->panel, fixed_mode, alt_fixed_mode,
5947 downclock_mode);
Jani Nikula5507fae2015-09-14 14:03:48 +03005948 intel_connector->panel.backlight.power = intel_edp_backlight_power;
Ville Syrjälä6517d272014-11-07 11:16:02 +02005949 intel_panel_setup_backlight(connector, pipe);
Paulo Zanonied92f0b2013-06-12 17:27:24 -03005950
5951 return true;
Imre Deakb4d06ed2016-06-21 11:51:49 +03005952
5953out_vdd_off:
5954 cancel_delayed_work_sync(&intel_dp->panel_vdd_work);
5955 /*
5956 * vdd might still be enabled do to the delayed vdd off.
5957 * Make sure vdd is actually turned off here.
5958 */
5959 pps_lock(intel_dp);
5960 edp_panel_vdd_off_sync(intel_dp);
5961 pps_unlock(intel_dp);
5962
5963 return false;
Paulo Zanonied92f0b2013-06-12 17:27:24 -03005964}
5965
Ander Conselvan de Oliveira5432fca2017-02-22 08:34:26 +02005966/* Set up the hotplug pin and aux power domain. */
Ander Conselvan de Oliveirab71953a2017-02-03 16:03:14 +02005967static void
5968intel_dp_init_connector_port_info(struct intel_digital_port *intel_dig_port)
5969{
5970 struct intel_encoder *encoder = &intel_dig_port->base;
Ander Conselvan de Oliveira5432fca2017-02-22 08:34:26 +02005971 struct intel_dp *intel_dp = &intel_dig_port->dp;
Ander Conselvan de Oliveirab71953a2017-02-03 16:03:14 +02005972
Rodrigo Vivif761bef22017-08-11 11:26:50 -07005973 encoder->hpd_pin = intel_hpd_pin(intel_dig_port->port);
5974
Ander Conselvan de Oliveirab71953a2017-02-03 16:03:14 +02005975 switch (intel_dig_port->port) {
5976 case PORT_A:
Ander Conselvan de Oliveira5432fca2017-02-22 08:34:26 +02005977 intel_dp->aux_power_domain = POWER_DOMAIN_AUX_A;
Ander Conselvan de Oliveirab71953a2017-02-03 16:03:14 +02005978 break;
5979 case PORT_B:
Ander Conselvan de Oliveira5432fca2017-02-22 08:34:26 +02005980 intel_dp->aux_power_domain = POWER_DOMAIN_AUX_B;
Ander Conselvan de Oliveirab71953a2017-02-03 16:03:14 +02005981 break;
5982 case PORT_C:
Ander Conselvan de Oliveira5432fca2017-02-22 08:34:26 +02005983 intel_dp->aux_power_domain = POWER_DOMAIN_AUX_C;
Ander Conselvan de Oliveirab71953a2017-02-03 16:03:14 +02005984 break;
5985 case PORT_D:
Ander Conselvan de Oliveira5432fca2017-02-22 08:34:26 +02005986 intel_dp->aux_power_domain = POWER_DOMAIN_AUX_D;
Ander Conselvan de Oliveirab71953a2017-02-03 16:03:14 +02005987 break;
5988 case PORT_E:
Ander Conselvan de Oliveira5432fca2017-02-22 08:34:26 +02005989 /* FIXME: Check VBT for actual wiring of PORT E */
5990 intel_dp->aux_power_domain = POWER_DOMAIN_AUX_D;
Ander Conselvan de Oliveirab71953a2017-02-03 16:03:14 +02005991 break;
5992 default:
5993 MISSING_CASE(intel_dig_port->port);
5994 }
5995}
5996
Manasi Navare93013972017-04-06 16:44:19 +03005997static void intel_dp_modeset_retry_work_fn(struct work_struct *work)
5998{
5999 struct intel_connector *intel_connector;
6000 struct drm_connector *connector;
6001
6002 intel_connector = container_of(work, typeof(*intel_connector),
6003 modeset_retry_work);
6004 connector = &intel_connector->base;
6005 DRM_DEBUG_KMS("[CONNECTOR:%d:%s]\n", connector->base.id,
6006 connector->name);
6007
6008 /* Grab the locks before changing connector property*/
6009 mutex_lock(&connector->dev->mode_config.mutex);
6010 /* Set connector link status to BAD and send a Uevent to notify
6011 * userspace to do a modeset.
6012 */
6013 drm_mode_connector_set_link_status_property(connector,
6014 DRM_MODE_LINK_STATUS_BAD);
6015 mutex_unlock(&connector->dev->mode_config.mutex);
6016 /* Send Hotplug uevent so userspace can reprobe */
6017 drm_kms_helper_hotplug_event(connector->dev);
6018}
6019
Paulo Zanoni16c25532013-06-12 17:27:25 -03006020bool
Paulo Zanonif0fec3f2012-10-26 19:05:48 -02006021intel_dp_init_connector(struct intel_digital_port *intel_dig_port,
6022 struct intel_connector *intel_connector)
Keith Packarda4fc5ed2009-04-07 16:16:42 -07006023{
Paulo Zanonif0fec3f2012-10-26 19:05:48 -02006024 struct drm_connector *connector = &intel_connector->base;
6025 struct intel_dp *intel_dp = &intel_dig_port->dp;
6026 struct intel_encoder *intel_encoder = &intel_dig_port->base;
6027 struct drm_device *dev = intel_encoder->base.dev;
Chris Wilsonfac5e232016-07-04 11:34:36 +01006028 struct drm_i915_private *dev_priv = to_i915(dev);
Paulo Zanoni174edf12012-10-26 19:05:50 -02006029 enum port port = intel_dig_port->port;
Chris Wilson7a418e32016-06-24 14:00:14 +01006030 int type;
Keith Packarda4fc5ed2009-04-07 16:16:42 -07006031
Manasi Navare93013972017-04-06 16:44:19 +03006032 /* Initialize the work for modeset in case of link train failure */
6033 INIT_WORK(&intel_connector->modeset_retry_work,
6034 intel_dp_modeset_retry_work_fn);
6035
Ville Syrjäläccb1a832015-12-08 19:59:38 +02006036 if (WARN(intel_dig_port->max_lanes < 1,
6037 "Not enough lanes (%d) for DP on port %c\n",
6038 intel_dig_port->max_lanes, port_name(port)))
6039 return false;
6040
Jani Nikula55cfc582017-03-28 17:59:04 +03006041 intel_dp_set_source_rates(intel_dp);
6042
Manasi Navared7e8ef02017-02-07 16:54:11 -08006043 intel_dp->reset_link_params = true;
Ville Syrjäläa4a5d2f2014-09-04 14:54:20 +03006044 intel_dp->pps_pipe = INVALID_PIPE;
Ville Syrjälä9f2bdb02016-12-14 20:00:23 +02006045 intel_dp->active_pipe = INVALID_PIPE;
Ville Syrjäläa4a5d2f2014-09-04 14:54:20 +03006046
Damien Lespiauec5b01d2014-01-21 13:35:39 +00006047 /* intel_dp vfuncs */
Tvrtko Ursulindd11bc12016-11-16 08:55:41 +00006048 if (INTEL_GEN(dev_priv) >= 9)
Damien Lespiaub6b5e382014-01-20 16:00:59 +00006049 intel_dp->get_aux_clock_divider = skl_get_aux_clock_divider;
Tvrtko Ursulin86527442016-10-13 11:03:00 +01006050 else if (IS_HASWELL(dev_priv) || IS_BROADWELL(dev_priv))
Damien Lespiauec5b01d2014-01-21 13:35:39 +00006051 intel_dp->get_aux_clock_divider = hsw_get_aux_clock_divider;
Tvrtko Ursulin6e266952016-10-13 11:02:53 +01006052 else if (HAS_PCH_SPLIT(dev_priv))
Damien Lespiauec5b01d2014-01-21 13:35:39 +00006053 intel_dp->get_aux_clock_divider = ilk_get_aux_clock_divider;
6054 else
Ville Syrjälä6ffb1be2016-03-02 17:22:14 +02006055 intel_dp->get_aux_clock_divider = g4x_get_aux_clock_divider;
Damien Lespiauec5b01d2014-01-21 13:35:39 +00006056
Tvrtko Ursulindd11bc12016-11-16 08:55:41 +00006057 if (INTEL_GEN(dev_priv) >= 9)
Damien Lespiaub9ca5fa2014-01-20 16:01:00 +00006058 intel_dp->get_aux_send_ctl = skl_get_aux_send_ctl;
6059 else
Ville Syrjälä6ffb1be2016-03-02 17:22:14 +02006060 intel_dp->get_aux_send_ctl = g4x_get_aux_send_ctl;
Damien Lespiau153b1102014-01-21 13:37:15 +00006061
Tvrtko Ursulin4f8036a2016-10-13 11:02:52 +01006062 if (HAS_DDI(dev_priv))
Ander Conselvan de Oliveiraad642172015-10-23 13:01:49 +03006063 intel_dp->prepare_link_retrain = intel_ddi_prepare_link_retrain;
6064
Daniel Vetter07679352012-09-06 22:15:42 +02006065 /* Preserve the current hw state. */
6066 intel_dp->DP = I915_READ(intel_dp->output_reg);
Jani Nikuladd06f902012-10-19 14:51:50 +03006067 intel_dp->attached_connector = intel_connector;
Chris Wilson3d3dc142011-02-12 10:33:12 +00006068
Jani Nikula7b91bf72017-08-18 12:30:19 +03006069 if (intel_dp_is_port_edp(dev_priv, port))
Gajanan Bhat19c03922012-09-27 19:13:07 +05306070 type = DRM_MODE_CONNECTOR_eDP;
Ville Syrjälä3b32a352013-11-01 18:22:41 +02006071 else
6072 type = DRM_MODE_CONNECTOR_DisplayPort;
Adam Jacksonb3295302010-07-16 14:46:28 -04006073
Ville Syrjälä9f2bdb02016-12-14 20:00:23 +02006074 if (IS_VALLEYVIEW(dev_priv) || IS_CHERRYVIEW(dev_priv))
6075 intel_dp->active_pipe = vlv_active_pipe(intel_dp);
6076
Imre Deakf7d24902013-05-08 13:14:05 +03006077 /*
6078 * For eDP we always set the encoder type to INTEL_OUTPUT_EDP, but
6079 * for DP the encoder type can be set by the caller to
6080 * INTEL_OUTPUT_UNKNOWN for DDI, so don't rewrite it.
6081 */
6082 if (type == DRM_MODE_CONNECTOR_eDP)
6083 intel_encoder->type = INTEL_OUTPUT_EDP;
6084
Ville Syrjäläc17ed5b2014-10-16 21:27:27 +03006085 /* eDP only on port B and/or C on vlv/chv */
Tvrtko Ursulin920a14b2016-10-14 10:13:44 +01006086 if (WARN_ON((IS_VALLEYVIEW(dev_priv) || IS_CHERRYVIEW(dev_priv)) &&
Jani Nikula1853a9d2017-08-18 12:30:20 +03006087 intel_dp_is_edp(intel_dp) &&
6088 port != PORT_B && port != PORT_C))
Ville Syrjäläc17ed5b2014-10-16 21:27:27 +03006089 return false;
6090
Imre Deake7281ea2013-05-08 13:14:08 +03006091 DRM_DEBUG_KMS("Adding %s connector on port %c\n",
6092 type == DRM_MODE_CONNECTOR_eDP ? "eDP" : "DP",
6093 port_name(port));
6094
Adam Jacksonb3295302010-07-16 14:46:28 -04006095 drm_connector_init(dev, connector, &intel_dp_connector_funcs, type);
Keith Packarda4fc5ed2009-04-07 16:16:42 -07006096 drm_connector_helper_add(connector, &intel_dp_connector_helper_funcs);
6097
Paulo Zanonif0fec3f2012-10-26 19:05:48 -02006098 connector->interlace_allowed = true;
6099 connector->doublescan_allowed = 0;
Ma Lingf8aed702009-08-24 13:50:24 +08006100
Ander Conselvan de Oliveira5432fca2017-02-22 08:34:26 +02006101 intel_dp_init_connector_port_info(intel_dig_port);
6102
Mika Kaholab6339582016-09-09 14:10:52 +03006103 intel_dp_aux_init(intel_dp);
Chris Wilson7a418e32016-06-24 14:00:14 +01006104
Daniel Vetter66a92782012-07-12 20:08:18 +02006105 INIT_DELAYED_WORK(&intel_dp->panel_vdd_work,
Daniel Vetter4be73782014-01-17 14:39:48 +01006106 edp_panel_vdd_work);
Zhenyu Wang6251ec02010-01-12 05:38:32 +08006107
Chris Wilsondf0e9242010-09-09 16:20:55 +01006108 intel_connector_attach_encoder(intel_connector, intel_encoder);
Keith Packarda4fc5ed2009-04-07 16:16:42 -07006109
Tvrtko Ursulin4f8036a2016-10-13 11:02:52 +01006110 if (HAS_DDI(dev_priv))
Paulo Zanonibcbc8892012-10-26 19:05:51 -02006111 intel_connector->get_hw_state = intel_ddi_connector_get_hw_state;
6112 else
6113 intel_connector->get_hw_state = intel_connector_get_hw_state;
6114
Dave Airlie0e32b392014-05-02 14:02:48 +10006115 /* init MST on ports that can support it */
Jani Nikula1853a9d2017-08-18 12:30:20 +03006116 if (HAS_DP_MST(dev_priv) && !intel_dp_is_edp(intel_dp) &&
Jani Nikula0c9b3712015-05-18 17:10:01 +03006117 (port == PORT_B || port == PORT_C || port == PORT_D))
6118 intel_dp_mst_encoder_init(intel_dig_port,
6119 intel_connector->base.base.id);
Dave Airlie0e32b392014-05-02 14:02:48 +10006120
Ville Syrjälä36b5f422014-10-16 21:27:30 +03006121 if (!intel_edp_init_connector(intel_dp, intel_connector)) {
Ville Syrjäläa121f4e2015-11-11 20:34:11 +02006122 intel_dp_aux_fini(intel_dp);
6123 intel_dp_mst_encoder_cleanup(intel_dig_port);
6124 goto fail;
Paulo Zanonib2f246a2013-06-12 17:27:26 -03006125 }
Zhenyu Wang32f9d652009-07-24 01:00:32 +08006126
Chris Wilsonf6849602010-09-19 09:29:33 +01006127 intel_dp_add_properties(intel_dp, connector);
6128
Keith Packarda4fc5ed2009-04-07 16:16:42 -07006129 /* For G4X desktop chip, PEG_BAND_GAP_DATA 3:0 must first be written
6130 * 0xd. Failure to do so will result in spurious interrupts being
6131 * generated on the port when a cable is not attached.
6132 */
Tvrtko Ursulin50a0bc92016-10-13 11:02:58 +01006133 if (IS_G4X(dev_priv) && !IS_GM45(dev_priv)) {
Keith Packarda4fc5ed2009-04-07 16:16:42 -07006134 u32 temp = I915_READ(PEG_BAND_GAP_DATA);
6135 I915_WRITE(PEG_BAND_GAP_DATA, (temp & ~0xf) | 0xd);
6136 }
Paulo Zanoni16c25532013-06-12 17:27:25 -03006137
6138 return true;
Ville Syrjäläa121f4e2015-11-11 20:34:11 +02006139
6140fail:
Ville Syrjäläa121f4e2015-11-11 20:34:11 +02006141 drm_connector_cleanup(connector);
6142
6143 return false;
Keith Packarda4fc5ed2009-04-07 16:16:42 -07006144}
Paulo Zanonif0fec3f2012-10-26 19:05:48 -02006145
Ander Conselvan de Oliveirac39055b2016-11-23 16:21:44 +02006146bool intel_dp_init(struct drm_i915_private *dev_priv,
Chris Wilson457c52d2016-06-01 08:27:50 +01006147 i915_reg_t output_reg,
6148 enum port port)
Paulo Zanonif0fec3f2012-10-26 19:05:48 -02006149{
6150 struct intel_digital_port *intel_dig_port;
6151 struct intel_encoder *intel_encoder;
6152 struct drm_encoder *encoder;
6153 struct intel_connector *intel_connector;
6154
Daniel Vetterb14c5672013-09-19 12:18:32 +02006155 intel_dig_port = kzalloc(sizeof(*intel_dig_port), GFP_KERNEL);
Paulo Zanonif0fec3f2012-10-26 19:05:48 -02006156 if (!intel_dig_port)
Chris Wilson457c52d2016-06-01 08:27:50 +01006157 return false;
Paulo Zanonif0fec3f2012-10-26 19:05:48 -02006158
Ander Conselvan de Oliveira08d9bc92015-04-10 10:59:10 +03006159 intel_connector = intel_connector_alloc();
Sudip Mukherjee11aee0f2015-10-08 19:27:59 +05306160 if (!intel_connector)
6161 goto err_connector_alloc;
Paulo Zanonif0fec3f2012-10-26 19:05:48 -02006162
6163 intel_encoder = &intel_dig_port->base;
6164 encoder = &intel_encoder->base;
6165
Ander Conselvan de Oliveirac39055b2016-11-23 16:21:44 +02006166 if (drm_encoder_init(&dev_priv->drm, &intel_encoder->base,
6167 &intel_dp_enc_funcs, DRM_MODE_ENCODER_TMDS,
6168 "DP %c", port_name(port)))
Sudip Mukherjee893da0c2015-10-08 19:28:00 +05306169 goto err_encoder_init;
Paulo Zanonif0fec3f2012-10-26 19:05:48 -02006170
Daniel Vetter5bfe2ac2013-03-27 00:44:55 +01006171 intel_encoder->compute_config = intel_dp_compute_config;
Paulo Zanoni00c09d72012-10-26 19:05:52 -02006172 intel_encoder->get_hw_state = intel_dp_get_hw_state;
Jesse Barnes045ac3b2013-05-14 17:08:26 -07006173 intel_encoder->get_config = intel_dp_get_config;
Imre Deak07f9cd02014-08-18 14:42:45 +03006174 intel_encoder->suspend = intel_dp_encoder_suspend;
Tvrtko Ursulin920a14b2016-10-14 10:13:44 +01006175 if (IS_CHERRYVIEW(dev_priv)) {
Ville Syrjälä9197c882014-04-09 13:29:05 +03006176 intel_encoder->pre_pll_enable = chv_dp_pre_pll_enable;
Chon Ming Leee4a1d842014-04-09 13:28:20 +03006177 intel_encoder->pre_enable = chv_pre_enable_dp;
6178 intel_encoder->enable = vlv_enable_dp;
Ville Syrjälä1a8ff602017-09-20 18:12:51 +03006179 intel_encoder->disable = vlv_disable_dp;
Ville Syrjälä580d3812014-04-09 13:29:00 +03006180 intel_encoder->post_disable = chv_post_disable_dp;
Ville Syrjäläd6db9952015-07-08 23:45:49 +03006181 intel_encoder->post_pll_disable = chv_dp_post_pll_disable;
Tvrtko Ursulin11a914c2016-10-13 11:03:08 +01006182 } else if (IS_VALLEYVIEW(dev_priv)) {
Jani Nikulaecff4f32013-09-06 07:38:29 +03006183 intel_encoder->pre_pll_enable = vlv_dp_pre_pll_enable;
Jani Nikulaab1f90f2013-07-30 12:20:30 +03006184 intel_encoder->pre_enable = vlv_pre_enable_dp;
6185 intel_encoder->enable = vlv_enable_dp;
Ville Syrjälä1a8ff602017-09-20 18:12:51 +03006186 intel_encoder->disable = vlv_disable_dp;
Ville Syrjälä49277c32014-03-31 18:21:26 +03006187 intel_encoder->post_disable = vlv_post_disable_dp;
Ville Syrjälä1a8ff602017-09-20 18:12:51 +03006188 } else if (INTEL_GEN(dev_priv) >= 5) {
6189 intel_encoder->pre_enable = g4x_pre_enable_dp;
6190 intel_encoder->enable = g4x_enable_dp;
6191 intel_encoder->disable = ilk_disable_dp;
6192 intel_encoder->post_disable = ilk_post_disable_dp;
Jani Nikulaab1f90f2013-07-30 12:20:30 +03006193 } else {
Jani Nikulaecff4f32013-09-06 07:38:29 +03006194 intel_encoder->pre_enable = g4x_pre_enable_dp;
6195 intel_encoder->enable = g4x_enable_dp;
Ville Syrjälä1a8ff602017-09-20 18:12:51 +03006196 intel_encoder->disable = g4x_disable_dp;
Jani Nikulaab1f90f2013-07-30 12:20:30 +03006197 }
Paulo Zanonif0fec3f2012-10-26 19:05:48 -02006198
Paulo Zanoni174edf12012-10-26 19:05:50 -02006199 intel_dig_port->port = port;
Paulo Zanonif0fec3f2012-10-26 19:05:48 -02006200 intel_dig_port->dp.output_reg = output_reg;
Ville Syrjäläccb1a832015-12-08 19:59:38 +02006201 intel_dig_port->max_lanes = 4;
Paulo Zanonif0fec3f2012-10-26 19:05:48 -02006202
Ville Syrjäläcca05022016-06-22 21:57:06 +03006203 intel_encoder->type = INTEL_OUTPUT_DP;
Ander Conselvan de Oliveira79f255a2017-02-22 08:34:27 +02006204 intel_encoder->power_domain = intel_port_to_power_domain(port);
Tvrtko Ursulin920a14b2016-10-14 10:13:44 +01006205 if (IS_CHERRYVIEW(dev_priv)) {
Ville Syrjälä882ec382014-04-28 14:07:43 +03006206 if (port == PORT_D)
6207 intel_encoder->crtc_mask = 1 << 2;
6208 else
6209 intel_encoder->crtc_mask = (1 << 0) | (1 << 1);
6210 } else {
6211 intel_encoder->crtc_mask = (1 << 0) | (1 << 1) | (1 << 2);
6212 }
Ville Syrjäläbc079e82014-03-03 16:15:28 +02006213 intel_encoder->cloneable = 0;
Pandiyan, Dhinakaran03cdc1d2016-09-19 18:24:38 -07006214 intel_encoder->port = port;
Paulo Zanonif0fec3f2012-10-26 19:05:48 -02006215
Dave Airlie13cf5502014-06-18 11:29:35 +10006216 intel_dig_port->hpd_pulse = intel_dp_hpd_pulse;
Jani Nikula5fcece82015-05-27 15:03:42 +03006217 dev_priv->hotplug.irq_port[port] = intel_dig_port;
Dave Airlie13cf5502014-06-18 11:29:35 +10006218
Ville Syrjälä385e4de2017-08-18 16:49:55 +03006219 if (port != PORT_A)
6220 intel_infoframe_init(intel_dig_port);
6221
Sudip Mukherjee11aee0f2015-10-08 19:27:59 +05306222 if (!intel_dp_init_connector(intel_dig_port, intel_connector))
6223 goto err_init_connector;
6224
Chris Wilson457c52d2016-06-01 08:27:50 +01006225 return true;
Sudip Mukherjee11aee0f2015-10-08 19:27:59 +05306226
6227err_init_connector:
6228 drm_encoder_cleanup(encoder);
Sudip Mukherjee893da0c2015-10-08 19:28:00 +05306229err_encoder_init:
Sudip Mukherjee11aee0f2015-10-08 19:27:59 +05306230 kfree(intel_connector);
6231err_connector_alloc:
6232 kfree(intel_dig_port);
Chris Wilson457c52d2016-06-01 08:27:50 +01006233 return false;
Paulo Zanonif0fec3f2012-10-26 19:05:48 -02006234}
Dave Airlie0e32b392014-05-02 14:02:48 +10006235
6236void intel_dp_mst_suspend(struct drm_device *dev)
6237{
Chris Wilsonfac5e232016-07-04 11:34:36 +01006238 struct drm_i915_private *dev_priv = to_i915(dev);
Dave Airlie0e32b392014-05-02 14:02:48 +10006239 int i;
6240
6241 /* disable MST */
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
6245 if (!intel_dig_port || !intel_dig_port->dp.can_mst)
Dave Airlie0e32b392014-05-02 14:02:48 +10006246 continue;
6247
Ville Syrjälä5aa56962016-06-22 21:57:00 +03006248 if (intel_dig_port->dp.is_mst)
6249 drm_dp_mst_topology_mgr_suspend(&intel_dig_port->dp.mst_mgr);
Dave Airlie0e32b392014-05-02 14:02:48 +10006250 }
6251}
6252
6253void intel_dp_mst_resume(struct drm_device *dev)
6254{
Chris Wilsonfac5e232016-07-04 11:34:36 +01006255 struct drm_i915_private *dev_priv = to_i915(dev);
Dave Airlie0e32b392014-05-02 14:02:48 +10006256 int i;
6257
6258 for (i = 0; i < I915_MAX_PORTS; i++) {
Jani Nikula5fcece82015-05-27 15:03:42 +03006259 struct intel_digital_port *intel_dig_port = dev_priv->hotplug.irq_port[i];
Ville Syrjälä5aa56962016-06-22 21:57:00 +03006260 int ret;
6261
6262 if (!intel_dig_port || !intel_dig_port->dp.can_mst)
Dave Airlie0e32b392014-05-02 14:02:48 +10006263 continue;
Dave Airlie0e32b392014-05-02 14:02:48 +10006264
Ville Syrjälä5aa56962016-06-22 21:57:00 +03006265 ret = drm_dp_mst_topology_mgr_resume(&intel_dig_port->dp.mst_mgr);
6266 if (ret)
6267 intel_dp_check_mst_status(&intel_dig_port->dp);
Dave Airlie0e32b392014-05-02 14:02:48 +10006268 }
6269}