blob: 7b06280b23aa3d69628ae86dbcc0d2c0d506df14 [file] [log] [blame]
Keith Packarda4fc5ed2009-04-07 16:16:42 -07001/*
2 * Copyright © 2008 Intel Corporation
3 *
4 * Permission is hereby granted, free of charge, to any person obtaining a
5 * copy of this software and associated documentation files (the "Software"),
6 * to deal in the Software without restriction, including without limitation
7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
8 * and/or sell copies of the Software, and to permit persons to whom the
9 * Software is furnished to do so, subject to the following conditions:
10 *
11 * The above copyright notice and this permission notice (including the next
12 * paragraph) shall be included in all copies or substantial portions of the
13 * Software.
14 *
15 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
18 * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
20 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
21 * IN THE SOFTWARE.
22 *
23 * Authors:
24 * Keith Packard <keithp@keithp.com>
25 *
26 */
27
28#include <linux/i2c.h>
Tejun Heo5a0e3ad2010-03-24 17:04:11 +090029#include <linux/slab.h>
Paul Gortmaker2d1a8a42011-08-30 18:16:33 -040030#include <linux/export.h>
Clint Taylor01527b32014-07-07 13:01:46 -070031#include <linux/notifier.h>
32#include <linux/reboot.h>
David Howells760285e2012-10-02 18:01:07 +010033#include <drm/drmP.h>
Matt Roperc6f95f22015-01-22 16:50:32 -080034#include <drm/drm_atomic_helper.h>
David Howells760285e2012-10-02 18:01:07 +010035#include <drm/drm_crtc.h>
36#include <drm/drm_crtc_helper.h>
37#include <drm/drm_edid.h>
Keith Packarda4fc5ed2009-04-07 16:16:42 -070038#include "intel_drv.h"
David Howells760285e2012-10-02 18:01:07 +010039#include <drm/i915_drm.h>
Keith Packarda4fc5ed2009-04-07 16:16:42 -070040#include "i915_drv.h"
Keith Packarda4fc5ed2009-04-07 16:16:42 -070041
Keith Packarda4fc5ed2009-04-07 16:16:42 -070042#define DP_LINK_CHECK_TIMEOUT (10 * 1000)
43
Todd Previte559be302015-05-04 07:48:20 -070044/* Compliance test status bits */
45#define INTEL_DP_RESOLUTION_SHIFT_MASK 0
46#define INTEL_DP_RESOLUTION_PREFERRED (1 << INTEL_DP_RESOLUTION_SHIFT_MASK)
47#define INTEL_DP_RESOLUTION_STANDARD (2 << INTEL_DP_RESOLUTION_SHIFT_MASK)
48#define INTEL_DP_RESOLUTION_FAILSAFE (3 << INTEL_DP_RESOLUTION_SHIFT_MASK)
49
Chon Ming Lee9dd4ffd2013-09-04 01:30:37 +080050struct dp_link_dpll {
Ville Syrjälä840b32b2015-08-11 20:21:46 +030051 int clock;
Chon Ming Lee9dd4ffd2013-09-04 01:30:37 +080052 struct dpll dpll;
53};
54
55static const struct dp_link_dpll gen4_dpll[] = {
Ville Syrjälä840b32b2015-08-11 20:21:46 +030056 { 162000,
Chon Ming Lee9dd4ffd2013-09-04 01:30:37 +080057 { .p1 = 2, .p2 = 10, .n = 2, .m1 = 23, .m2 = 8 } },
Ville Syrjälä840b32b2015-08-11 20:21:46 +030058 { 270000,
Chon Ming Lee9dd4ffd2013-09-04 01:30:37 +080059 { .p1 = 1, .p2 = 10, .n = 1, .m1 = 14, .m2 = 2 } }
60};
61
62static const struct dp_link_dpll pch_dpll[] = {
Ville Syrjälä840b32b2015-08-11 20:21:46 +030063 { 162000,
Chon Ming Lee9dd4ffd2013-09-04 01:30:37 +080064 { .p1 = 2, .p2 = 10, .n = 1, .m1 = 12, .m2 = 9 } },
Ville Syrjälä840b32b2015-08-11 20:21:46 +030065 { 270000,
Chon Ming Lee9dd4ffd2013-09-04 01:30:37 +080066 { .p1 = 1, .p2 = 10, .n = 2, .m1 = 14, .m2 = 8 } }
67};
68
Chon Ming Lee65ce4bf2013-09-04 01:30:38 +080069static const struct dp_link_dpll vlv_dpll[] = {
Ville Syrjälä840b32b2015-08-11 20:21:46 +030070 { 162000,
Chon Ming Lee58f6e632013-09-25 15:47:51 +080071 { .p1 = 3, .p2 = 2, .n = 5, .m1 = 3, .m2 = 81 } },
Ville Syrjälä840b32b2015-08-11 20:21:46 +030072 { 270000,
Chon Ming Lee65ce4bf2013-09-04 01:30:38 +080073 { .p1 = 2, .p2 = 2, .n = 1, .m1 = 2, .m2 = 27 } }
74};
75
Chon Ming Leeef9348c2014-04-09 13:28:18 +030076/*
77 * CHV supports eDP 1.4 that have more link rates.
78 * Below only provides the fixed rate but exclude variable rate.
79 */
80static const struct dp_link_dpll chv_dpll[] = {
81 /*
82 * CHV requires to program fractional division for m2.
83 * m2 is stored in fixed point format using formula below
84 * (m2_int << 22) | m2_fraction
85 */
Ville Syrjälä840b32b2015-08-11 20:21:46 +030086 { 162000, /* m2_int = 32, m2_fraction = 1677722 */
Chon Ming Leeef9348c2014-04-09 13:28:18 +030087 { .p1 = 4, .p2 = 2, .n = 1, .m1 = 2, .m2 = 0x819999a } },
Ville Syrjälä840b32b2015-08-11 20:21:46 +030088 { 270000, /* m2_int = 27, m2_fraction = 0 */
Chon Ming Leeef9348c2014-04-09 13:28:18 +030089 { .p1 = 4, .p2 = 1, .n = 1, .m1 = 2, .m2 = 0x6c00000 } },
Ville Syrjälä840b32b2015-08-11 20:21:46 +030090 { 540000, /* m2_int = 27, m2_fraction = 0 */
Chon Ming Leeef9348c2014-04-09 13:28:18 +030091 { .p1 = 2, .p2 = 1, .n = 1, .m1 = 2, .m2 = 0x6c00000 } }
92};
Sonika Jindal637a9c62015-05-07 09:52:08 +053093
Sonika Jindal64987fc2015-05-26 17:50:13 +053094static const int bxt_rates[] = { 162000, 216000, 243000, 270000,
95 324000, 432000, 540000 };
Sonika Jindal637a9c62015-05-07 09:52:08 +053096static const int skl_rates[] = { 162000, 216000, 270000,
Ville Syrjäläf4896f12015-03-12 17:10:27 +020097 324000, 432000, 540000 };
98static const int default_rates[] = { 162000, 270000, 540000 };
Chon Ming Leeef9348c2014-04-09 13:28:18 +030099
Jesse Barnescfcb0fc2010-10-07 16:01:06 -0700100/**
101 * is_edp - is the given port attached to an eDP panel (either CPU or PCH)
102 * @intel_dp: DP struct
103 *
104 * If a CPU or PCH DP output is attached to an eDP panel, this function
105 * will return true, and false otherwise.
106 */
107static bool is_edp(struct intel_dp *intel_dp)
108{
Paulo Zanonida63a9f2012-10-26 19:05:46 -0200109 struct intel_digital_port *intel_dig_port = dp_to_dig_port(intel_dp);
110
111 return intel_dig_port->base.type == INTEL_OUTPUT_EDP;
Jesse Barnescfcb0fc2010-10-07 16:01:06 -0700112}
113
Imre Deak68b4d822013-05-08 13:14:06 +0300114static struct drm_device *intel_dp_to_dev(struct intel_dp *intel_dp)
Jesse Barnescfcb0fc2010-10-07 16:01:06 -0700115{
Imre Deak68b4d822013-05-08 13:14:06 +0300116 struct intel_digital_port *intel_dig_port = dp_to_dig_port(intel_dp);
117
118 return intel_dig_port->base.base.dev;
Jesse Barnescfcb0fc2010-10-07 16:01:06 -0700119}
120
Chris Wilsondf0e9242010-09-09 16:20:55 +0100121static struct intel_dp *intel_attached_dp(struct drm_connector *connector)
122{
Paulo Zanonifa90ece2012-10-26 19:05:44 -0200123 return enc_to_intel_dp(&intel_attached_encoder(connector)->base);
Chris Wilsondf0e9242010-09-09 16:20:55 +0100124}
125
Chris Wilsonea5b2132010-08-04 13:50:23 +0100126static void intel_dp_link_down(struct intel_dp *intel_dp);
Ville Syrjälä1e0560e2014-08-19 13:24:25 +0300127static bool edp_panel_vdd_on(struct intel_dp *intel_dp);
Daniel Vetter4be73782014-01-17 14:39:48 +0100128static void edp_panel_vdd_off(struct intel_dp *intel_dp, bool sync);
Ville Syrjälä093e3f12014-10-16 21:27:33 +0300129static void vlv_init_panel_power_sequencer(struct intel_dp *intel_dp);
Ville Syrjäläa8c33442014-10-16 21:29:59 +0300130static void vlv_steal_power_sequencer(struct drm_device *dev,
131 enum pipe pipe);
Shubhangi Shrivastavaf21a2192016-03-30 18:05:22 +0530132static void intel_dp_unset_edid(struct intel_dp *intel_dp);
Keith Packarda4fc5ed2009-04-07 16:16:42 -0700133
Ville Syrjäläed4e9c12015-03-12 17:10:36 +0200134static int
135intel_dp_max_link_bw(struct intel_dp *intel_dp)
Keith Packarda4fc5ed2009-04-07 16:16:42 -0700136{
Jesse Barnes7183dc22011-07-07 11:10:58 -0700137 int max_link_bw = intel_dp->dpcd[DP_MAX_LINK_RATE];
Keith Packarda4fc5ed2009-04-07 16:16:42 -0700138
139 switch (max_link_bw) {
140 case DP_LINK_BW_1_62:
141 case DP_LINK_BW_2_7:
Ville Syrjälä1db10e22015-03-12 17:10:32 +0200142 case DP_LINK_BW_5_4:
Imre Deakd4eead52013-07-09 17:05:26 +0300143 break;
Keith Packarda4fc5ed2009-04-07 16:16:42 -0700144 default:
Imre Deakd4eead52013-07-09 17:05:26 +0300145 WARN(1, "invalid max DP link bw val %x, using 1.62Gbps\n",
146 max_link_bw);
Keith Packarda4fc5ed2009-04-07 16:16:42 -0700147 max_link_bw = DP_LINK_BW_1_62;
148 break;
149 }
150 return max_link_bw;
151}
152
Paulo Zanonieeb63242014-05-06 14:56:50 +0300153static u8 intel_dp_max_lane_count(struct intel_dp *intel_dp)
154{
155 struct intel_digital_port *intel_dig_port = dp_to_dig_port(intel_dp);
Paulo Zanonieeb63242014-05-06 14:56:50 +0300156 u8 source_max, sink_max;
157
Ville Syrjäläccb1a832015-12-08 19:59:38 +0200158 source_max = intel_dig_port->max_lanes;
Paulo Zanonieeb63242014-05-06 14:56:50 +0300159 sink_max = drm_dp_max_lane_count(intel_dp->dpcd);
160
161 return min(source_max, sink_max);
162}
163
Adam Jacksoncd9dde42011-10-14 12:43:49 -0400164/*
165 * The units on the numbers in the next two are... bizarre. Examples will
166 * make it clearer; this one parallels an example in the eDP spec.
167 *
168 * intel_dp_max_data_rate for one lane of 2.7GHz evaluates as:
169 *
170 * 270000 * 1 * 8 / 10 == 216000
171 *
172 * The actual data capacity of that configuration is 2.16Gbit/s, so the
173 * units are decakilobits. ->clock in a drm_display_mode is in kilohertz -
174 * or equivalently, kilopixels per second - so for 1680x1050R it'd be
175 * 119000. At 18bpp that's 2142000 kilobits per second.
176 *
177 * Thus the strange-looking division by 10 in intel_dp_link_required, to
178 * get the result in decakilobits instead of kilobits.
179 */
180
Keith Packarda4fc5ed2009-04-07 16:16:42 -0700181static int
Keith Packardc8982612012-01-25 08:16:25 -0800182intel_dp_link_required(int pixel_clock, int bpp)
Keith Packarda4fc5ed2009-04-07 16:16:42 -0700183{
Adam Jacksoncd9dde42011-10-14 12:43:49 -0400184 return (pixel_clock * bpp + 9) / 10;
Keith Packarda4fc5ed2009-04-07 16:16:42 -0700185}
186
187static int
Dave Airliefe27d532010-06-30 11:46:17 +1000188intel_dp_max_data_rate(int max_link_clock, int max_lanes)
189{
190 return (max_link_clock * max_lanes * 8) / 10;
191}
192
Mika Kahola70ec0642016-09-09 14:10:55 +0300193static int
194intel_dp_downstream_max_dotclock(struct intel_dp *intel_dp)
195{
196 struct intel_digital_port *intel_dig_port = dp_to_dig_port(intel_dp);
197 struct intel_encoder *encoder = &intel_dig_port->base;
198 struct drm_i915_private *dev_priv = to_i915(encoder->base.dev);
199 int max_dotclk = dev_priv->max_dotclk_freq;
200 int ds_max_dotclk;
201
202 int type = intel_dp->downstream_ports[0] & DP_DS_PORT_TYPE_MASK;
203
204 if (type != DP_DS_PORT_TYPE_VGA)
205 return max_dotclk;
206
207 ds_max_dotclk = drm_dp_downstream_max_clock(intel_dp->dpcd,
208 intel_dp->downstream_ports);
209
210 if (ds_max_dotclk != 0)
211 max_dotclk = min(max_dotclk, ds_max_dotclk);
212
213 return max_dotclk;
214}
215
Damien Lespiauc19de8e2013-11-28 15:29:18 +0000216static enum drm_mode_status
Keith Packarda4fc5ed2009-04-07 16:16:42 -0700217intel_dp_mode_valid(struct drm_connector *connector,
218 struct drm_display_mode *mode)
219{
Chris Wilsondf0e9242010-09-09 16:20:55 +0100220 struct intel_dp *intel_dp = intel_attached_dp(connector);
Jani Nikuladd06f902012-10-19 14:51:50 +0300221 struct intel_connector *intel_connector = to_intel_connector(connector);
222 struct drm_display_mode *fixed_mode = intel_connector->panel.fixed_mode;
Daniel Vetter36008362013-03-27 00:44:59 +0100223 int target_clock = mode->clock;
224 int max_rate, mode_rate, max_lanes, max_link_clock;
Mika Kahola70ec0642016-09-09 14:10:55 +0300225 int max_dotclk;
226
227 max_dotclk = intel_dp_downstream_max_dotclock(intel_dp);
Keith Packarda4fc5ed2009-04-07 16:16:42 -0700228
Jani Nikuladd06f902012-10-19 14:51:50 +0300229 if (is_edp(intel_dp) && fixed_mode) {
230 if (mode->hdisplay > fixed_mode->hdisplay)
Zhao Yakui7de56f42010-07-19 09:43:14 +0100231 return MODE_PANEL;
232
Jani Nikuladd06f902012-10-19 14:51:50 +0300233 if (mode->vdisplay > fixed_mode->vdisplay)
Zhao Yakui7de56f42010-07-19 09:43:14 +0100234 return MODE_PANEL;
Daniel Vetter03afc4a2013-04-02 23:42:31 +0200235
236 target_clock = fixed_mode->clock;
Zhao Yakui7de56f42010-07-19 09:43:14 +0100237 }
238
Ville Syrjälä50fec212015-03-12 17:10:34 +0200239 max_link_clock = intel_dp_max_link_rate(intel_dp);
Paulo Zanonieeb63242014-05-06 14:56:50 +0300240 max_lanes = intel_dp_max_lane_count(intel_dp);
Daniel Vetter36008362013-03-27 00:44:59 +0100241
242 max_rate = intel_dp_max_data_rate(max_link_clock, max_lanes);
243 mode_rate = intel_dp_link_required(target_clock, 18);
244
Mika Kahola799487f2016-02-02 15:16:38 +0200245 if (mode_rate > max_rate || target_clock > max_dotclk)
Daniel Vetterc4867932012-04-10 10:42:36 +0200246 return MODE_CLOCK_HIGH;
Keith Packarda4fc5ed2009-04-07 16:16:42 -0700247
248 if (mode->clock < 10000)
249 return MODE_CLOCK_LOW;
250
Daniel Vetter0af78a22012-05-23 11:30:55 +0200251 if (mode->flags & DRM_MODE_FLAG_DBLCLK)
252 return MODE_H_ILLEGAL;
253
Keith Packarda4fc5ed2009-04-07 16:16:42 -0700254 return MODE_OK;
255}
256
Rodrigo Vivia4f12892014-11-14 08:52:27 -0800257uint32_t intel_dp_pack_aux(const uint8_t *src, int src_bytes)
Keith Packarda4fc5ed2009-04-07 16:16:42 -0700258{
259 int i;
260 uint32_t v = 0;
261
262 if (src_bytes > 4)
263 src_bytes = 4;
264 for (i = 0; i < src_bytes; i++)
265 v |= ((uint32_t) src[i]) << ((3-i) * 8);
266 return v;
267}
268
Damien Lespiauc2af70e2015-02-10 19:32:23 +0000269static void intel_dp_unpack_aux(uint32_t src, uint8_t *dst, int dst_bytes)
Keith Packarda4fc5ed2009-04-07 16:16:42 -0700270{
271 int i;
272 if (dst_bytes > 4)
273 dst_bytes = 4;
274 for (i = 0; i < dst_bytes; i++)
275 dst[i] = src >> ((3-i) * 8);
276}
277
Jani Nikulabf13e812013-09-06 07:40:05 +0300278static void
279intel_dp_init_panel_power_sequencer(struct drm_device *dev,
Ville Syrjälä36b5f422014-10-16 21:27:30 +0300280 struct intel_dp *intel_dp);
Jani Nikulabf13e812013-09-06 07:40:05 +0300281static void
282intel_dp_init_panel_power_sequencer_registers(struct drm_device *dev,
Ville Syrjäläf0f7f382016-12-20 18:51:17 +0200283 struct intel_dp *intel_dp,
284 bool force_disable_vdd);
Imre Deak335f7522016-08-10 14:07:32 +0300285static void
286intel_dp_pps_init(struct drm_device *dev, struct intel_dp *intel_dp);
Jani Nikulabf13e812013-09-06 07:40:05 +0300287
Ville Syrjälä773538e82014-09-04 14:54:56 +0300288static void pps_lock(struct intel_dp *intel_dp)
289{
290 struct intel_digital_port *intel_dig_port = dp_to_dig_port(intel_dp);
291 struct intel_encoder *encoder = &intel_dig_port->base;
292 struct drm_device *dev = encoder->base.dev;
Chris Wilsonfac5e232016-07-04 11:34:36 +0100293 struct drm_i915_private *dev_priv = to_i915(dev);
Ville Syrjälä773538e82014-09-04 14:54:56 +0300294 enum intel_display_power_domain power_domain;
295
296 /*
297 * See vlv_power_sequencer_reset() why we need
298 * a power domain reference here.
299 */
Ville Syrjälä25f78f52015-11-16 15:01:04 +0100300 power_domain = intel_display_port_aux_power_domain(encoder);
Ville Syrjälä773538e82014-09-04 14:54:56 +0300301 intel_display_power_get(dev_priv, power_domain);
302
303 mutex_lock(&dev_priv->pps_mutex);
304}
305
306static void pps_unlock(struct intel_dp *intel_dp)
307{
308 struct intel_digital_port *intel_dig_port = dp_to_dig_port(intel_dp);
309 struct intel_encoder *encoder = &intel_dig_port->base;
310 struct drm_device *dev = encoder->base.dev;
Chris Wilsonfac5e232016-07-04 11:34:36 +0100311 struct drm_i915_private *dev_priv = to_i915(dev);
Ville Syrjälä773538e82014-09-04 14:54:56 +0300312 enum intel_display_power_domain power_domain;
313
314 mutex_unlock(&dev_priv->pps_mutex);
315
Ville Syrjälä25f78f52015-11-16 15:01:04 +0100316 power_domain = intel_display_port_aux_power_domain(encoder);
Ville Syrjälä773538e82014-09-04 14:54:56 +0300317 intel_display_power_put(dev_priv, power_domain);
318}
319
Ville Syrjälä961a0db2014-10-16 21:29:42 +0300320static void
321vlv_power_sequencer_kick(struct intel_dp *intel_dp)
322{
323 struct intel_digital_port *intel_dig_port = dp_to_dig_port(intel_dp);
324 struct drm_device *dev = intel_dig_port->base.base.dev;
Chris Wilsonfac5e232016-07-04 11:34:36 +0100325 struct drm_i915_private *dev_priv = to_i915(dev);
Ville Syrjälä961a0db2014-10-16 21:29:42 +0300326 enum pipe pipe = intel_dp->pps_pipe;
Ville Syrjälä0047eed2015-07-10 10:56:24 +0300327 bool pll_enabled, release_cl_override = false;
328 enum dpio_phy phy = DPIO_PHY(pipe);
329 enum dpio_channel ch = vlv_pipe_to_channel(pipe);
Ville Syrjälä961a0db2014-10-16 21:29:42 +0300330 uint32_t DP;
331
332 if (WARN(I915_READ(intel_dp->output_reg) & DP_PORT_EN,
333 "skipping pipe %c power seqeuncer kick due to port %c being active\n",
334 pipe_name(pipe), port_name(intel_dig_port->port)))
335 return;
336
337 DRM_DEBUG_KMS("kicking pipe %c power sequencer for port %c\n",
338 pipe_name(pipe), port_name(intel_dig_port->port));
339
340 /* Preserve the BIOS-computed detected bit. This is
341 * supposed to be read-only.
342 */
343 DP = I915_READ(intel_dp->output_reg) & DP_DETECTED;
344 DP |= DP_VOLTAGE_0_4 | DP_PRE_EMPHASIS_0;
345 DP |= DP_PORT_WIDTH(1);
346 DP |= DP_LINK_TRAIN_PAT_1;
347
348 if (IS_CHERRYVIEW(dev))
349 DP |= DP_PIPE_SELECT_CHV(pipe);
350 else if (pipe == PIPE_B)
351 DP |= DP_PIPEB_SELECT;
352
Ville Syrjäläd288f652014-10-28 13:20:22 +0200353 pll_enabled = I915_READ(DPLL(pipe)) & DPLL_VCO_ENABLE;
354
355 /*
356 * The DPLL for the pipe must be enabled for this to work.
357 * So enable temporarily it if it's not already enabled.
358 */
Ville Syrjälä0047eed2015-07-10 10:56:24 +0300359 if (!pll_enabled) {
360 release_cl_override = IS_CHERRYVIEW(dev) &&
361 !chv_phy_powergate_ch(dev_priv, phy, ch, true);
362
Tvrtko Ursulin3f36b932016-01-19 15:25:17 +0000363 if (vlv_force_pll_on(dev, pipe, IS_CHERRYVIEW(dev) ?
364 &chv_dpll[0].dpll : &vlv_dpll[0].dpll)) {
365 DRM_ERROR("Failed to force on pll for pipe %c!\n",
366 pipe_name(pipe));
367 return;
368 }
Ville Syrjälä0047eed2015-07-10 10:56:24 +0300369 }
Ville Syrjäläd288f652014-10-28 13:20:22 +0200370
Ville Syrjälä961a0db2014-10-16 21:29:42 +0300371 /*
372 * Similar magic as in intel_dp_enable_port().
373 * We _must_ do this port enable + disable trick
374 * to make this power seqeuencer lock onto the port.
375 * Otherwise even VDD force bit won't work.
376 */
377 I915_WRITE(intel_dp->output_reg, DP);
378 POSTING_READ(intel_dp->output_reg);
379
380 I915_WRITE(intel_dp->output_reg, DP | DP_PORT_EN);
381 POSTING_READ(intel_dp->output_reg);
382
383 I915_WRITE(intel_dp->output_reg, DP & ~DP_PORT_EN);
384 POSTING_READ(intel_dp->output_reg);
Ville Syrjäläd288f652014-10-28 13:20:22 +0200385
Ville Syrjälä0047eed2015-07-10 10:56:24 +0300386 if (!pll_enabled) {
Ville Syrjäläd288f652014-10-28 13:20:22 +0200387 vlv_force_pll_off(dev, pipe);
Ville Syrjälä0047eed2015-07-10 10:56:24 +0300388
389 if (release_cl_override)
390 chv_phy_powergate_ch(dev_priv, phy, ch, false);
391 }
Ville Syrjälä961a0db2014-10-16 21:29:42 +0300392}
393
Jani Nikulabf13e812013-09-06 07:40:05 +0300394static enum pipe
395vlv_power_sequencer_pipe(struct intel_dp *intel_dp)
396{
397 struct intel_digital_port *intel_dig_port = dp_to_dig_port(intel_dp);
Jani Nikulabf13e812013-09-06 07:40:05 +0300398 struct drm_device *dev = intel_dig_port->base.base.dev;
Chris Wilsonfac5e232016-07-04 11:34:36 +0100399 struct drm_i915_private *dev_priv = to_i915(dev);
Ville Syrjäläa4a5d2f2014-09-04 14:54:20 +0300400 struct intel_encoder *encoder;
401 unsigned int pipes = (1 << PIPE_A) | (1 << PIPE_B);
Ville Syrjäläa8c33442014-10-16 21:29:59 +0300402 enum pipe pipe;
Jani Nikulabf13e812013-09-06 07:40:05 +0300403
Ville Syrjäläe39b9992014-09-04 14:53:14 +0300404 lockdep_assert_held(&dev_priv->pps_mutex);
405
Ville Syrjäläa8c33442014-10-16 21:29:59 +0300406 /* We should never land here with regular DP ports */
407 WARN_ON(!is_edp(intel_dp));
408
Ville Syrjäläa4a5d2f2014-09-04 14:54:20 +0300409 if (intel_dp->pps_pipe != INVALID_PIPE)
410 return intel_dp->pps_pipe;
Jani Nikulabf13e812013-09-06 07:40:05 +0300411
Ville Syrjäläa4a5d2f2014-09-04 14:54:20 +0300412 /*
413 * We don't have power sequencer currently.
414 * Pick one that's not used by other ports.
415 */
Jani Nikula19c80542015-12-16 12:48:16 +0200416 for_each_intel_encoder(dev, encoder) {
Ville Syrjäläa4a5d2f2014-09-04 14:54:20 +0300417 struct intel_dp *tmp;
418
419 if (encoder->type != INTEL_OUTPUT_EDP)
420 continue;
421
422 tmp = enc_to_intel_dp(&encoder->base);
423
424 if (tmp->pps_pipe != INVALID_PIPE)
425 pipes &= ~(1 << tmp->pps_pipe);
426 }
427
428 /*
429 * Didn't find one. This should not happen since there
430 * are two power sequencers and up to two eDP ports.
431 */
432 if (WARN_ON(pipes == 0))
Ville Syrjäläa8c33442014-10-16 21:29:59 +0300433 pipe = PIPE_A;
434 else
435 pipe = ffs(pipes) - 1;
Ville Syrjäläa4a5d2f2014-09-04 14:54:20 +0300436
Ville Syrjäläa8c33442014-10-16 21:29:59 +0300437 vlv_steal_power_sequencer(dev, pipe);
438 intel_dp->pps_pipe = pipe;
Ville Syrjäläa4a5d2f2014-09-04 14:54:20 +0300439
440 DRM_DEBUG_KMS("picked pipe %c power sequencer for port %c\n",
441 pipe_name(intel_dp->pps_pipe),
442 port_name(intel_dig_port->port));
443
444 /* init power sequencer on this pipe and port */
Ville Syrjälä36b5f422014-10-16 21:27:30 +0300445 intel_dp_init_panel_power_sequencer(dev, intel_dp);
Ville Syrjäläf0f7f382016-12-20 18:51:17 +0200446 intel_dp_init_panel_power_sequencer_registers(dev, intel_dp, true);
Ville Syrjäläa4a5d2f2014-09-04 14:54:20 +0300447
Ville Syrjälä961a0db2014-10-16 21:29:42 +0300448 /*
449 * Even vdd force doesn't work until we've made
450 * the power sequencer lock in on the port.
451 */
452 vlv_power_sequencer_kick(intel_dp);
Ville Syrjäläa4a5d2f2014-09-04 14:54:20 +0300453
454 return intel_dp->pps_pipe;
455}
456
Imre Deak78597992016-06-16 16:37:20 +0300457static int
458bxt_power_sequencer_idx(struct intel_dp *intel_dp)
459{
460 struct intel_digital_port *intel_dig_port = dp_to_dig_port(intel_dp);
461 struct drm_device *dev = intel_dig_port->base.base.dev;
Chris Wilsonfac5e232016-07-04 11:34:36 +0100462 struct drm_i915_private *dev_priv = to_i915(dev);
Imre Deak78597992016-06-16 16:37:20 +0300463
464 lockdep_assert_held(&dev_priv->pps_mutex);
465
466 /* We should never land here with regular DP ports */
467 WARN_ON(!is_edp(intel_dp));
468
469 /*
470 * TODO: BXT has 2 PPS instances. The correct port->PPS instance
471 * mapping needs to be retrieved from VBT, for now just hard-code to
472 * use instance #0 always.
473 */
474 if (!intel_dp->pps_reset)
475 return 0;
476
477 intel_dp->pps_reset = false;
478
479 /*
480 * Only the HW needs to be reprogrammed, the SW state is fixed and
481 * has been setup during connector init.
482 */
Ville Syrjäläf0f7f382016-12-20 18:51:17 +0200483 intel_dp_init_panel_power_sequencer_registers(dev, intel_dp, false);
Imre Deak78597992016-06-16 16:37:20 +0300484
485 return 0;
486}
487
Ville Syrjälä6491ab22014-08-18 22:16:06 +0300488typedef bool (*vlv_pipe_check)(struct drm_i915_private *dev_priv,
489 enum pipe pipe);
490
491static bool vlv_pipe_has_pp_on(struct drm_i915_private *dev_priv,
492 enum pipe pipe)
493{
Imre Deak44cb7342016-08-10 14:07:29 +0300494 return I915_READ(PP_STATUS(pipe)) & PP_ON;
Ville Syrjälä6491ab22014-08-18 22:16:06 +0300495}
496
497static bool vlv_pipe_has_vdd_on(struct drm_i915_private *dev_priv,
498 enum pipe pipe)
499{
Imre Deak44cb7342016-08-10 14:07:29 +0300500 return I915_READ(PP_CONTROL(pipe)) & EDP_FORCE_VDD;
Ville Syrjälä6491ab22014-08-18 22:16:06 +0300501}
502
503static bool vlv_pipe_any(struct drm_i915_private *dev_priv,
504 enum pipe pipe)
505{
506 return true;
507}
508
Ville Syrjäläa4a5d2f2014-09-04 14:54:20 +0300509static enum pipe
Ville Syrjälä6491ab22014-08-18 22:16:06 +0300510vlv_initial_pps_pipe(struct drm_i915_private *dev_priv,
511 enum port port,
512 vlv_pipe_check pipe_check)
Ville Syrjäläa4a5d2f2014-09-04 14:54:20 +0300513{
Jani Nikulabf13e812013-09-06 07:40:05 +0300514 enum pipe pipe;
515
Jani Nikulabf13e812013-09-06 07:40:05 +0300516 for (pipe = PIPE_A; pipe <= PIPE_B; pipe++) {
Imre Deak44cb7342016-08-10 14:07:29 +0300517 u32 port_sel = I915_READ(PP_ON_DELAYS(pipe)) &
Jani Nikulabf13e812013-09-06 07:40:05 +0300518 PANEL_PORT_SELECT_MASK;
Ville Syrjäläa4a5d2f2014-09-04 14:54:20 +0300519
520 if (port_sel != PANEL_PORT_SELECT_VLV(port))
521 continue;
522
Ville Syrjälä6491ab22014-08-18 22:16:06 +0300523 if (!pipe_check(dev_priv, pipe))
524 continue;
525
Ville Syrjäläa4a5d2f2014-09-04 14:54:20 +0300526 return pipe;
Jani Nikulabf13e812013-09-06 07:40:05 +0300527 }
528
Ville Syrjäläa4a5d2f2014-09-04 14:54:20 +0300529 return INVALID_PIPE;
530}
531
532static void
533vlv_initial_power_sequencer_setup(struct intel_dp *intel_dp)
534{
535 struct intel_digital_port *intel_dig_port = dp_to_dig_port(intel_dp);
536 struct drm_device *dev = intel_dig_port->base.base.dev;
Chris Wilsonfac5e232016-07-04 11:34:36 +0100537 struct drm_i915_private *dev_priv = to_i915(dev);
Ville Syrjäläa4a5d2f2014-09-04 14:54:20 +0300538 enum port port = intel_dig_port->port;
539
540 lockdep_assert_held(&dev_priv->pps_mutex);
541
542 /* try to find a pipe with this port selected */
Ville Syrjälä6491ab22014-08-18 22:16:06 +0300543 /* first pick one where the panel is on */
544 intel_dp->pps_pipe = vlv_initial_pps_pipe(dev_priv, port,
545 vlv_pipe_has_pp_on);
546 /* didn't find one? pick one where vdd is on */
547 if (intel_dp->pps_pipe == INVALID_PIPE)
548 intel_dp->pps_pipe = vlv_initial_pps_pipe(dev_priv, port,
549 vlv_pipe_has_vdd_on);
550 /* didn't find one? pick one with just the correct port */
551 if (intel_dp->pps_pipe == INVALID_PIPE)
552 intel_dp->pps_pipe = vlv_initial_pps_pipe(dev_priv, port,
553 vlv_pipe_any);
Ville Syrjäläa4a5d2f2014-09-04 14:54:20 +0300554
555 /* didn't find one? just let vlv_power_sequencer_pipe() pick one when needed */
556 if (intel_dp->pps_pipe == INVALID_PIPE) {
557 DRM_DEBUG_KMS("no initial power sequencer for port %c\n",
558 port_name(port));
559 return;
560 }
561
562 DRM_DEBUG_KMS("initial power sequencer for port %c: pipe %c\n",
563 port_name(port), pipe_name(intel_dp->pps_pipe));
564
Ville Syrjälä36b5f422014-10-16 21:27:30 +0300565 intel_dp_init_panel_power_sequencer(dev, intel_dp);
Ville Syrjäläf0f7f382016-12-20 18:51:17 +0200566 intel_dp_init_panel_power_sequencer_registers(dev, intel_dp, false);
Jani Nikulabf13e812013-09-06 07:40:05 +0300567}
568
Imre Deak78597992016-06-16 16:37:20 +0300569void intel_power_sequencer_reset(struct drm_i915_private *dev_priv)
Ville Syrjälä773538e82014-09-04 14:54:56 +0300570{
Chris Wilson91c8a322016-07-05 10:40:23 +0100571 struct drm_device *dev = &dev_priv->drm;
Ville Syrjälä773538e82014-09-04 14:54:56 +0300572 struct intel_encoder *encoder;
573
Imre Deak78597992016-06-16 16:37:20 +0300574 if (WARN_ON(!IS_VALLEYVIEW(dev) && !IS_CHERRYVIEW(dev) &&
575 !IS_BROXTON(dev)))
Ville Syrjälä773538e82014-09-04 14:54:56 +0300576 return;
577
578 /*
579 * We can't grab pps_mutex here due to deadlock with power_domain
580 * mutex when power_domain functions are called while holding pps_mutex.
581 * That also means that in order to use pps_pipe the code needs to
582 * hold both a power domain reference and pps_mutex, and the power domain
583 * reference get/put must be done while _not_ holding pps_mutex.
584 * pps_{lock,unlock}() do these steps in the correct order, so one
585 * should use them always.
586 */
587
Jani Nikula19c80542015-12-16 12:48:16 +0200588 for_each_intel_encoder(dev, encoder) {
Ville Syrjälä773538e82014-09-04 14:54:56 +0300589 struct intel_dp *intel_dp;
590
591 if (encoder->type != INTEL_OUTPUT_EDP)
592 continue;
593
594 intel_dp = enc_to_intel_dp(&encoder->base);
Imre Deak78597992016-06-16 16:37:20 +0300595 if (IS_BROXTON(dev))
596 intel_dp->pps_reset = true;
597 else
598 intel_dp->pps_pipe = INVALID_PIPE;
Ville Syrjälä773538e82014-09-04 14:54:56 +0300599 }
Jani Nikulabf13e812013-09-06 07:40:05 +0300600}
601
Imre Deak8e8232d2016-06-16 16:37:21 +0300602struct pps_registers {
603 i915_reg_t pp_ctrl;
604 i915_reg_t pp_stat;
605 i915_reg_t pp_on;
606 i915_reg_t pp_off;
607 i915_reg_t pp_div;
608};
609
610static void intel_pps_get_registers(struct drm_i915_private *dev_priv,
611 struct intel_dp *intel_dp,
612 struct pps_registers *regs)
613{
Imre Deak44cb7342016-08-10 14:07:29 +0300614 int pps_idx = 0;
615
Imre Deak8e8232d2016-06-16 16:37:21 +0300616 memset(regs, 0, sizeof(*regs));
617
Imre Deak44cb7342016-08-10 14:07:29 +0300618 if (IS_BROXTON(dev_priv))
619 pps_idx = bxt_power_sequencer_idx(intel_dp);
620 else if (IS_VALLEYVIEW(dev_priv) || IS_CHERRYVIEW(dev_priv))
621 pps_idx = vlv_power_sequencer_pipe(intel_dp);
Imre Deak8e8232d2016-06-16 16:37:21 +0300622
Imre Deak44cb7342016-08-10 14:07:29 +0300623 regs->pp_ctrl = PP_CONTROL(pps_idx);
624 regs->pp_stat = PP_STATUS(pps_idx);
625 regs->pp_on = PP_ON_DELAYS(pps_idx);
626 regs->pp_off = PP_OFF_DELAYS(pps_idx);
627 if (!IS_BROXTON(dev_priv))
628 regs->pp_div = PP_DIVISOR(pps_idx);
Imre Deak8e8232d2016-06-16 16:37:21 +0300629}
630
Ville Syrjäläf0f59a02015-11-18 15:33:26 +0200631static i915_reg_t
632_pp_ctrl_reg(struct intel_dp *intel_dp)
Jani Nikulabf13e812013-09-06 07:40:05 +0300633{
Imre Deak8e8232d2016-06-16 16:37:21 +0300634 struct pps_registers regs;
Jani Nikulabf13e812013-09-06 07:40:05 +0300635
Imre Deak8e8232d2016-06-16 16:37:21 +0300636 intel_pps_get_registers(to_i915(intel_dp_to_dev(intel_dp)), intel_dp,
637 &regs);
638
639 return regs.pp_ctrl;
Jani Nikulabf13e812013-09-06 07:40:05 +0300640}
641
Ville Syrjäläf0f59a02015-11-18 15:33:26 +0200642static i915_reg_t
643_pp_stat_reg(struct intel_dp *intel_dp)
Jani Nikulabf13e812013-09-06 07:40:05 +0300644{
Imre Deak8e8232d2016-06-16 16:37:21 +0300645 struct pps_registers regs;
Jani Nikulabf13e812013-09-06 07:40:05 +0300646
Imre Deak8e8232d2016-06-16 16:37:21 +0300647 intel_pps_get_registers(to_i915(intel_dp_to_dev(intel_dp)), intel_dp,
648 &regs);
649
650 return regs.pp_stat;
Jani Nikulabf13e812013-09-06 07:40:05 +0300651}
652
Clint Taylor01527b32014-07-07 13:01:46 -0700653/* Reboot notifier handler to shutdown panel power to guarantee T12 timing
654 This function only applicable when panel PM state is not to be tracked */
655static int edp_notify_handler(struct notifier_block *this, unsigned long code,
656 void *unused)
657{
658 struct intel_dp *intel_dp = container_of(this, typeof(* intel_dp),
659 edp_notifier);
660 struct drm_device *dev = intel_dp_to_dev(intel_dp);
Chris Wilsonfac5e232016-07-04 11:34:36 +0100661 struct drm_i915_private *dev_priv = to_i915(dev);
Clint Taylor01527b32014-07-07 13:01:46 -0700662
663 if (!is_edp(intel_dp) || code != SYS_RESTART)
664 return 0;
665
Ville Syrjälä773538e82014-09-04 14:54:56 +0300666 pps_lock(intel_dp);
Ville Syrjäläe39b9992014-09-04 14:53:14 +0300667
Wayne Boyer666a4532015-12-09 12:29:35 -0800668 if (IS_VALLEYVIEW(dev) || IS_CHERRYVIEW(dev)) {
Ville Syrjäläe39b9992014-09-04 14:53:14 +0300669 enum pipe pipe = vlv_power_sequencer_pipe(intel_dp);
Ville Syrjäläf0f59a02015-11-18 15:33:26 +0200670 i915_reg_t pp_ctrl_reg, pp_div_reg;
Ville Syrjälä649636e2015-09-22 19:50:01 +0300671 u32 pp_div;
Ville Syrjäläe39b9992014-09-04 14:53:14 +0300672
Imre Deak44cb7342016-08-10 14:07:29 +0300673 pp_ctrl_reg = PP_CONTROL(pipe);
674 pp_div_reg = PP_DIVISOR(pipe);
Clint Taylor01527b32014-07-07 13:01:46 -0700675 pp_div = I915_READ(pp_div_reg);
676 pp_div &= PP_REFERENCE_DIVIDER_MASK;
677
678 /* 0x1F write to PP_DIV_REG sets max cycle delay */
679 I915_WRITE(pp_div_reg, pp_div | 0x1F);
680 I915_WRITE(pp_ctrl_reg, PANEL_UNLOCK_REGS | PANEL_POWER_OFF);
681 msleep(intel_dp->panel_power_cycle_delay);
682 }
683
Ville Syrjälä773538e82014-09-04 14:54:56 +0300684 pps_unlock(intel_dp);
Ville Syrjäläe39b9992014-09-04 14:53:14 +0300685
Clint Taylor01527b32014-07-07 13:01:46 -0700686 return 0;
687}
688
Daniel Vetter4be73782014-01-17 14:39:48 +0100689static bool edp_have_panel_power(struct intel_dp *intel_dp)
Keith Packardebf33b12011-09-29 15:53:27 -0700690{
Paulo Zanoni30add222012-10-26 19:05:45 -0200691 struct drm_device *dev = intel_dp_to_dev(intel_dp);
Chris Wilsonfac5e232016-07-04 11:34:36 +0100692 struct drm_i915_private *dev_priv = to_i915(dev);
Keith Packardebf33b12011-09-29 15:53:27 -0700693
Ville Syrjäläe39b9992014-09-04 14:53:14 +0300694 lockdep_assert_held(&dev_priv->pps_mutex);
695
Wayne Boyer666a4532015-12-09 12:29:35 -0800696 if ((IS_VALLEYVIEW(dev) || IS_CHERRYVIEW(dev)) &&
Ville Syrjälä9a423562014-10-16 21:29:48 +0300697 intel_dp->pps_pipe == INVALID_PIPE)
698 return false;
699
Jani Nikulabf13e812013-09-06 07:40:05 +0300700 return (I915_READ(_pp_stat_reg(intel_dp)) & PP_ON) != 0;
Keith Packardebf33b12011-09-29 15:53:27 -0700701}
702
Daniel Vetter4be73782014-01-17 14:39:48 +0100703static bool edp_have_panel_vdd(struct intel_dp *intel_dp)
Keith Packardebf33b12011-09-29 15:53:27 -0700704{
Paulo Zanoni30add222012-10-26 19:05:45 -0200705 struct drm_device *dev = intel_dp_to_dev(intel_dp);
Chris Wilsonfac5e232016-07-04 11:34:36 +0100706 struct drm_i915_private *dev_priv = to_i915(dev);
Keith Packardebf33b12011-09-29 15:53:27 -0700707
Ville Syrjäläe39b9992014-09-04 14:53:14 +0300708 lockdep_assert_held(&dev_priv->pps_mutex);
709
Wayne Boyer666a4532015-12-09 12:29:35 -0800710 if ((IS_VALLEYVIEW(dev) || IS_CHERRYVIEW(dev)) &&
Ville Syrjälä9a423562014-10-16 21:29:48 +0300711 intel_dp->pps_pipe == INVALID_PIPE)
712 return false;
713
Ville Syrjälä773538e82014-09-04 14:54:56 +0300714 return I915_READ(_pp_ctrl_reg(intel_dp)) & EDP_FORCE_VDD;
Keith Packardebf33b12011-09-29 15:53:27 -0700715}
716
Keith Packard9b984da2011-09-19 13:54:47 -0700717static void
718intel_dp_check_edp(struct intel_dp *intel_dp)
719{
Paulo Zanoni30add222012-10-26 19:05:45 -0200720 struct drm_device *dev = intel_dp_to_dev(intel_dp);
Chris Wilsonfac5e232016-07-04 11:34:36 +0100721 struct drm_i915_private *dev_priv = to_i915(dev);
Keith Packardebf33b12011-09-29 15:53:27 -0700722
Keith Packard9b984da2011-09-19 13:54:47 -0700723 if (!is_edp(intel_dp))
724 return;
Jesse Barnes453c5422013-03-28 09:55:41 -0700725
Daniel Vetter4be73782014-01-17 14:39:48 +0100726 if (!edp_have_panel_power(intel_dp) && !edp_have_panel_vdd(intel_dp)) {
Keith Packard9b984da2011-09-19 13:54:47 -0700727 WARN(1, "eDP powered off while attempting aux channel communication.\n");
728 DRM_DEBUG_KMS("Status 0x%08x Control 0x%08x\n",
Jani Nikulabf13e812013-09-06 07:40:05 +0300729 I915_READ(_pp_stat_reg(intel_dp)),
730 I915_READ(_pp_ctrl_reg(intel_dp)));
Keith Packard9b984da2011-09-19 13:54:47 -0700731 }
732}
733
Daniel Vetter9ee32fea2012-12-01 13:53:48 +0100734static uint32_t
735intel_dp_aux_wait_done(struct intel_dp *intel_dp, bool has_aux_irq)
736{
737 struct intel_digital_port *intel_dig_port = dp_to_dig_port(intel_dp);
738 struct drm_device *dev = intel_dig_port->base.base.dev;
Chris Wilsonfac5e232016-07-04 11:34:36 +0100739 struct drm_i915_private *dev_priv = to_i915(dev);
Ville Syrjäläf0f59a02015-11-18 15:33:26 +0200740 i915_reg_t ch_ctl = intel_dp->aux_ch_ctl_reg;
Daniel Vetter9ee32fea2012-12-01 13:53:48 +0100741 uint32_t status;
742 bool done;
743
Daniel Vetteref04f002012-12-01 21:03:59 +0100744#define C (((status = I915_READ_NOTRACE(ch_ctl)) & DP_AUX_CH_CTL_SEND_BUSY) == 0)
Daniel Vetter9ee32fea2012-12-01 13:53:48 +0100745 if (has_aux_irq)
Paulo Zanonib18ac462013-02-18 19:00:24 -0300746 done = wait_event_timeout(dev_priv->gmbus_wait_queue, C,
Imre Deak35987062013-05-21 20:03:20 +0300747 msecs_to_jiffies_timeout(10));
Daniel Vetter9ee32fea2012-12-01 13:53:48 +0100748 else
Imre Deak713a6b62016-06-28 13:37:33 +0300749 done = wait_for(C, 10) == 0;
Daniel Vetter9ee32fea2012-12-01 13:53:48 +0100750 if (!done)
751 DRM_ERROR("dp aux hw did not signal timeout (has irq: %i)!\n",
752 has_aux_irq);
753#undef C
754
755 return status;
756}
757
Ville Syrjälä6ffb1be2016-03-02 17:22:14 +0200758static uint32_t g4x_get_aux_clock_divider(struct intel_dp *intel_dp, int index)
Damien Lespiauec5b01d2014-01-21 13:35:39 +0000759{
760 struct intel_digital_port *intel_dig_port = dp_to_dig_port(intel_dp);
Ville Syrjäläe7dc33f2016-03-02 17:22:13 +0200761 struct drm_i915_private *dev_priv = to_i915(intel_dig_port->base.base.dev);
Damien Lespiauec5b01d2014-01-21 13:35:39 +0000762
Ville Syrjäläa457f542016-03-02 17:22:17 +0200763 if (index)
764 return 0;
765
Damien Lespiauec5b01d2014-01-21 13:35:39 +0000766 /*
767 * The clock divider is based off the hrawclk, and would like to run at
Ville Syrjäläa457f542016-03-02 17:22:17 +0200768 * 2MHz. So, take the hrawclk value and divide by 2000 and use that
Damien Lespiauec5b01d2014-01-21 13:35:39 +0000769 */
Ville Syrjäläa457f542016-03-02 17:22:17 +0200770 return DIV_ROUND_CLOSEST(dev_priv->rawclk_freq, 2000);
Damien Lespiauec5b01d2014-01-21 13:35:39 +0000771}
772
773static uint32_t ilk_get_aux_clock_divider(struct intel_dp *intel_dp, int index)
774{
775 struct intel_digital_port *intel_dig_port = dp_to_dig_port(intel_dp);
Ville Syrjäläa457f542016-03-02 17:22:17 +0200776 struct drm_i915_private *dev_priv = to_i915(intel_dig_port->base.base.dev);
Damien Lespiauec5b01d2014-01-21 13:35:39 +0000777
778 if (index)
779 return 0;
780
Ville Syrjäläa457f542016-03-02 17:22:17 +0200781 /*
782 * The clock divider is based off the cdclk or PCH rawclk, and would
783 * like to run at 2MHz. So, take the cdclk or PCH rawclk value and
784 * divide by 2000 and use that
785 */
Ville Syrjäläe7dc33f2016-03-02 17:22:13 +0200786 if (intel_dig_port->port == PORT_A)
Ville Syrjäläfce18c42015-11-30 16:23:46 +0200787 return DIV_ROUND_CLOSEST(dev_priv->cdclk_freq, 2000);
Ville Syrjäläe7dc33f2016-03-02 17:22:13 +0200788 else
789 return DIV_ROUND_CLOSEST(dev_priv->rawclk_freq, 2000);
Damien Lespiauec5b01d2014-01-21 13:35:39 +0000790}
791
792static uint32_t hsw_get_aux_clock_divider(struct intel_dp *intel_dp, int index)
Rodrigo Vivib84a1cf2013-07-11 18:44:57 -0300793{
794 struct intel_digital_port *intel_dig_port = dp_to_dig_port(intel_dp);
Ville Syrjäläa457f542016-03-02 17:22:17 +0200795 struct drm_i915_private *dev_priv = to_i915(intel_dig_port->base.base.dev);
Rodrigo Vivib84a1cf2013-07-11 18:44:57 -0300796
Ville Syrjäläa457f542016-03-02 17:22:17 +0200797 if (intel_dig_port->port != PORT_A && HAS_PCH_LPT_H(dev_priv)) {
Rodrigo Vivib84a1cf2013-07-11 18:44:57 -0300798 /* Workaround for non-ULT HSW */
Chris Wilsonbc866252013-07-21 16:00:03 +0100799 switch (index) {
800 case 0: return 63;
801 case 1: return 72;
802 default: return 0;
803 }
Rodrigo Vivib84a1cf2013-07-11 18:44:57 -0300804 }
Ville Syrjäläa457f542016-03-02 17:22:17 +0200805
806 return ilk_get_aux_clock_divider(intel_dp, index);
Rodrigo Vivib84a1cf2013-07-11 18:44:57 -0300807}
808
Damien Lespiaub6b5e382014-01-20 16:00:59 +0000809static uint32_t skl_get_aux_clock_divider(struct intel_dp *intel_dp, int index)
810{
811 /*
812 * SKL doesn't need us to program the AUX clock divider (Hardware will
813 * derive the clock from CDCLK automatically). We still implement the
814 * get_aux_clock_divider vfunc to plug-in into the existing code.
815 */
816 return index ? 0 : 1;
817}
818
Ville Syrjälä6ffb1be2016-03-02 17:22:14 +0200819static uint32_t g4x_get_aux_send_ctl(struct intel_dp *intel_dp,
820 bool has_aux_irq,
821 int send_bytes,
822 uint32_t aux_clock_divider)
Damien Lespiau5ed12a12014-01-20 15:52:30 +0000823{
824 struct intel_digital_port *intel_dig_port = dp_to_dig_port(intel_dp);
825 struct drm_device *dev = intel_dig_port->base.base.dev;
826 uint32_t precharge, timeout;
827
828 if (IS_GEN6(dev))
829 precharge = 3;
830 else
831 precharge = 5;
832
Ville Syrjäläf3c6a3a2015-11-11 20:34:10 +0200833 if (IS_BROADWELL(dev) && intel_dig_port->port == PORT_A)
Damien Lespiau5ed12a12014-01-20 15:52:30 +0000834 timeout = DP_AUX_CH_CTL_TIME_OUT_600us;
835 else
836 timeout = DP_AUX_CH_CTL_TIME_OUT_400us;
837
838 return DP_AUX_CH_CTL_SEND_BUSY |
Damien Lespiau788d4432014-01-20 15:52:31 +0000839 DP_AUX_CH_CTL_DONE |
Damien Lespiau5ed12a12014-01-20 15:52:30 +0000840 (has_aux_irq ? DP_AUX_CH_CTL_INTERRUPT : 0) |
Damien Lespiau788d4432014-01-20 15:52:31 +0000841 DP_AUX_CH_CTL_TIME_OUT_ERROR |
Damien Lespiau5ed12a12014-01-20 15:52:30 +0000842 timeout |
Damien Lespiau788d4432014-01-20 15:52:31 +0000843 DP_AUX_CH_CTL_RECEIVE_ERROR |
Damien Lespiau5ed12a12014-01-20 15:52:30 +0000844 (send_bytes << DP_AUX_CH_CTL_MESSAGE_SIZE_SHIFT) |
845 (precharge << DP_AUX_CH_CTL_PRECHARGE_2US_SHIFT) |
Damien Lespiau788d4432014-01-20 15:52:31 +0000846 (aux_clock_divider << DP_AUX_CH_CTL_BIT_CLOCK_2X_SHIFT);
Damien Lespiau5ed12a12014-01-20 15:52:30 +0000847}
848
Damien Lespiaub9ca5fa2014-01-20 16:01:00 +0000849static uint32_t skl_get_aux_send_ctl(struct intel_dp *intel_dp,
850 bool has_aux_irq,
851 int send_bytes,
852 uint32_t unused)
853{
854 return DP_AUX_CH_CTL_SEND_BUSY |
855 DP_AUX_CH_CTL_DONE |
856 (has_aux_irq ? DP_AUX_CH_CTL_INTERRUPT : 0) |
857 DP_AUX_CH_CTL_TIME_OUT_ERROR |
858 DP_AUX_CH_CTL_TIME_OUT_1600us |
859 DP_AUX_CH_CTL_RECEIVE_ERROR |
860 (send_bytes << DP_AUX_CH_CTL_MESSAGE_SIZE_SHIFT) |
Daniel Vetterd4dcbdc2016-05-18 18:47:15 +0200861 DP_AUX_CH_CTL_FW_SYNC_PULSE_SKL(32) |
Damien Lespiaub9ca5fa2014-01-20 16:01:00 +0000862 DP_AUX_CH_CTL_SYNC_PULSE_SKL(32);
863}
864
Keith Packarda4fc5ed2009-04-07 16:16:42 -0700865static int
Chris Wilsonea5b2132010-08-04 13:50:23 +0100866intel_dp_aux_ch(struct intel_dp *intel_dp,
Daniel Vetterbd9f74a2014-10-02 09:45:35 +0200867 const uint8_t *send, int send_bytes,
Keith Packarda4fc5ed2009-04-07 16:16:42 -0700868 uint8_t *recv, int recv_size)
869{
Paulo Zanoni174edf12012-10-26 19:05:50 -0200870 struct intel_digital_port *intel_dig_port = dp_to_dig_port(intel_dp);
871 struct drm_device *dev = intel_dig_port->base.base.dev;
Chris Wilsonfac5e232016-07-04 11:34:36 +0100872 struct drm_i915_private *dev_priv = to_i915(dev);
Ville Syrjäläf0f59a02015-11-18 15:33:26 +0200873 i915_reg_t ch_ctl = intel_dp->aux_ch_ctl_reg;
Chris Wilsonbc866252013-07-21 16:00:03 +0100874 uint32_t aux_clock_divider;
Daniel Vetter9ee32fea2012-12-01 13:53:48 +0100875 int i, ret, recv_bytes;
Keith Packarda4fc5ed2009-04-07 16:16:42 -0700876 uint32_t status;
Damien Lespiau5ed12a12014-01-20 15:52:30 +0000877 int try, clock = 0;
Daniel Vetter4e6b7882014-02-07 16:33:20 +0100878 bool has_aux_irq = HAS_AUX_IRQ(dev);
Jani Nikula884f19e2014-03-14 16:51:14 +0200879 bool vdd;
880
Ville Syrjälä773538e82014-09-04 14:54:56 +0300881 pps_lock(intel_dp);
Ville Syrjäläe39b9992014-09-04 14:53:14 +0300882
Ville Syrjälä72c35002014-08-18 22:16:00 +0300883 /*
884 * We will be called with VDD already enabled for dpcd/edid/oui reads.
885 * In such cases we want to leave VDD enabled and it's up to upper layers
886 * to turn it off. But for eg. i2c-dev access we need to turn it on/off
887 * ourselves.
888 */
Ville Syrjälä1e0560e2014-08-19 13:24:25 +0300889 vdd = edp_panel_vdd_on(intel_dp);
Daniel Vetter9ee32fea2012-12-01 13:53:48 +0100890
891 /* dp aux is extremely sensitive to irq latency, hence request the
892 * lowest possible wakeup latency and so prevent the cpu from going into
893 * deep sleep states.
894 */
895 pm_qos_update_request(&dev_priv->pm_qos, 0);
Keith Packarda4fc5ed2009-04-07 16:16:42 -0700896
Keith Packard9b984da2011-09-19 13:54:47 -0700897 intel_dp_check_edp(intel_dp);
Zhenyu Wang5eb08b62009-07-24 01:00:31 +0800898
Jesse Barnes11bee432011-08-01 15:02:20 -0700899 /* Try to wait for any previous AUX channel activity */
900 for (try = 0; try < 3; try++) {
Daniel Vetteref04f002012-12-01 21:03:59 +0100901 status = I915_READ_NOTRACE(ch_ctl);
Jesse Barnes11bee432011-08-01 15:02:20 -0700902 if ((status & DP_AUX_CH_CTL_SEND_BUSY) == 0)
903 break;
904 msleep(1);
905 }
906
907 if (try == 3) {
Mika Kuoppala02196c72015-08-06 16:48:58 +0300908 static u32 last_status = -1;
909 const u32 status = I915_READ(ch_ctl);
910
911 if (status != last_status) {
912 WARN(1, "dp_aux_ch not started status 0x%08x\n",
913 status);
914 last_status = status;
915 }
916
Daniel Vetter9ee32fea2012-12-01 13:53:48 +0100917 ret = -EBUSY;
918 goto out;
Chris Wilson4f7f7b72010-08-18 18:12:56 +0100919 }
920
Paulo Zanoni46a5ae92013-09-17 11:14:10 -0300921 /* Only 5 data registers! */
922 if (WARN_ON(send_bytes > 20 || recv_size > 20)) {
923 ret = -E2BIG;
924 goto out;
925 }
926
Damien Lespiauec5b01d2014-01-21 13:35:39 +0000927 while ((aux_clock_divider = intel_dp->get_aux_clock_divider(intel_dp, clock++))) {
Damien Lespiau153b1102014-01-21 13:37:15 +0000928 u32 send_ctl = intel_dp->get_aux_send_ctl(intel_dp,
929 has_aux_irq,
930 send_bytes,
931 aux_clock_divider);
Damien Lespiau5ed12a12014-01-20 15:52:30 +0000932
Chris Wilsonbc866252013-07-21 16:00:03 +0100933 /* Must try at least 3 times according to DP spec */
934 for (try = 0; try < 5; try++) {
935 /* Load the send data into the aux channel data registers */
936 for (i = 0; i < send_bytes; i += 4)
Ville Syrjälä330e20e2015-11-11 20:34:14 +0200937 I915_WRITE(intel_dp->aux_ch_data_reg[i >> 2],
Rodrigo Vivia4f12892014-11-14 08:52:27 -0800938 intel_dp_pack_aux(send + i,
939 send_bytes - i));
Akshay Joshi0206e352011-08-16 15:34:10 -0400940
Chris Wilsonbc866252013-07-21 16:00:03 +0100941 /* Send the command and wait for it to complete */
Damien Lespiau5ed12a12014-01-20 15:52:30 +0000942 I915_WRITE(ch_ctl, send_ctl);
Daniel Vetter9ee32fea2012-12-01 13:53:48 +0100943
Chris Wilsonbc866252013-07-21 16:00:03 +0100944 status = intel_dp_aux_wait_done(intel_dp, has_aux_irq);
Akshay Joshi0206e352011-08-16 15:34:10 -0400945
Chris Wilsonbc866252013-07-21 16:00:03 +0100946 /* Clear done status and any errors */
947 I915_WRITE(ch_ctl,
948 status |
949 DP_AUX_CH_CTL_DONE |
950 DP_AUX_CH_CTL_TIME_OUT_ERROR |
951 DP_AUX_CH_CTL_RECEIVE_ERROR);
Adam Jacksond7e96fe2011-07-26 15:39:46 -0400952
Todd Previte74ebf292015-04-15 08:38:41 -0700953 if (status & DP_AUX_CH_CTL_TIME_OUT_ERROR)
Chris Wilsonbc866252013-07-21 16:00:03 +0100954 continue;
Todd Previte74ebf292015-04-15 08:38:41 -0700955
956 /* DP CTS 1.2 Core Rev 1.1, 4.2.1.1 & 4.2.1.2
957 * 400us delay required for errors and timeouts
958 * Timeout errors from the HW already meet this
959 * requirement so skip to next iteration
960 */
961 if (status & DP_AUX_CH_CTL_RECEIVE_ERROR) {
962 usleep_range(400, 500);
963 continue;
964 }
Chris Wilsonbc866252013-07-21 16:00:03 +0100965 if (status & DP_AUX_CH_CTL_DONE)
Jim Bridee058c942015-05-27 10:21:48 -0700966 goto done;
Chris Wilsonbc866252013-07-21 16:00:03 +0100967 }
Keith Packarda4fc5ed2009-04-07 16:16:42 -0700968 }
969
Keith Packarda4fc5ed2009-04-07 16:16:42 -0700970 if ((status & DP_AUX_CH_CTL_DONE) == 0) {
Keith Packard1ae8c0a2009-06-28 15:42:17 -0700971 DRM_ERROR("dp_aux_ch not done status 0x%08x\n", status);
Daniel Vetter9ee32fea2012-12-01 13:53:48 +0100972 ret = -EBUSY;
973 goto out;
Keith Packarda4fc5ed2009-04-07 16:16:42 -0700974 }
975
Jim Bridee058c942015-05-27 10:21:48 -0700976done:
Keith Packarda4fc5ed2009-04-07 16:16:42 -0700977 /* Check for timeout or receive error.
978 * Timeouts occur when the sink is not connected
979 */
Keith Packarda5b3da52009-06-11 22:30:32 -0700980 if (status & DP_AUX_CH_CTL_RECEIVE_ERROR) {
Keith Packard1ae8c0a2009-06-28 15:42:17 -0700981 DRM_ERROR("dp_aux_ch receive error status 0x%08x\n", status);
Daniel Vetter9ee32fea2012-12-01 13:53:48 +0100982 ret = -EIO;
983 goto out;
Keith Packarda5b3da52009-06-11 22:30:32 -0700984 }
Keith Packard1ae8c0a2009-06-28 15:42:17 -0700985
986 /* Timeouts occur when the device isn't connected, so they're
987 * "normal" -- don't fill the kernel log with these */
Keith Packarda5b3da52009-06-11 22:30:32 -0700988 if (status & DP_AUX_CH_CTL_TIME_OUT_ERROR) {
Zhao Yakui28c97732009-10-09 11:39:41 +0800989 DRM_DEBUG_KMS("dp_aux_ch timeout status 0x%08x\n", status);
Daniel Vetter9ee32fea2012-12-01 13:53:48 +0100990 ret = -ETIMEDOUT;
991 goto out;
Keith Packarda4fc5ed2009-04-07 16:16:42 -0700992 }
993
994 /* Unload any bytes sent back from the other side */
995 recv_bytes = ((status & DP_AUX_CH_CTL_MESSAGE_SIZE_MASK) >>
996 DP_AUX_CH_CTL_MESSAGE_SIZE_SHIFT);
Rodrigo Vivi14e01882015-12-10 11:12:27 -0800997
998 /*
999 * By BSpec: "Message sizes of 0 or >20 are not allowed."
1000 * We have no idea of what happened so we return -EBUSY so
1001 * drm layer takes care for the necessary retries.
1002 */
1003 if (recv_bytes == 0 || recv_bytes > 20) {
1004 DRM_DEBUG_KMS("Forbidden recv_bytes = %d on aux transaction\n",
1005 recv_bytes);
1006 /*
1007 * FIXME: This patch was created on top of a series that
1008 * organize the retries at drm level. There EBUSY should
1009 * also take care for 1ms wait before retrying.
1010 * That aux retries re-org is still needed and after that is
1011 * merged we remove this sleep from here.
1012 */
1013 usleep_range(1000, 1500);
1014 ret = -EBUSY;
1015 goto out;
1016 }
1017
Keith Packarda4fc5ed2009-04-07 16:16:42 -07001018 if (recv_bytes > recv_size)
1019 recv_bytes = recv_size;
Akshay Joshi0206e352011-08-16 15:34:10 -04001020
Chris Wilson4f7f7b72010-08-18 18:12:56 +01001021 for (i = 0; i < recv_bytes; i += 4)
Ville Syrjälä330e20e2015-11-11 20:34:14 +02001022 intel_dp_unpack_aux(I915_READ(intel_dp->aux_ch_data_reg[i >> 2]),
Rodrigo Vivia4f12892014-11-14 08:52:27 -08001023 recv + i, recv_bytes - i);
Keith Packarda4fc5ed2009-04-07 16:16:42 -07001024
Daniel Vetter9ee32fea2012-12-01 13:53:48 +01001025 ret = recv_bytes;
1026out:
1027 pm_qos_update_request(&dev_priv->pm_qos, PM_QOS_DEFAULT_VALUE);
1028
Jani Nikula884f19e2014-03-14 16:51:14 +02001029 if (vdd)
1030 edp_panel_vdd_off(intel_dp, false);
1031
Ville Syrjälä773538e82014-09-04 14:54:56 +03001032 pps_unlock(intel_dp);
Ville Syrjäläe39b9992014-09-04 14:53:14 +03001033
Daniel Vetter9ee32fea2012-12-01 13:53:48 +01001034 return ret;
Keith Packarda4fc5ed2009-04-07 16:16:42 -07001035}
1036
Jani Nikulaa6c8aff02014-04-07 12:37:25 +03001037#define BARE_ADDRESS_SIZE 3
1038#define HEADER_SIZE (BARE_ADDRESS_SIZE + 1)
Jani Nikula9d1a1032014-03-14 16:51:15 +02001039static ssize_t
1040intel_dp_aux_transfer(struct drm_dp_aux *aux, struct drm_dp_aux_msg *msg)
Keith Packarda4fc5ed2009-04-07 16:16:42 -07001041{
Jani Nikula9d1a1032014-03-14 16:51:15 +02001042 struct intel_dp *intel_dp = container_of(aux, struct intel_dp, aux);
1043 uint8_t txbuf[20], rxbuf[20];
1044 size_t txsize, rxsize;
Keith Packarda4fc5ed2009-04-07 16:16:42 -07001045 int ret;
Keith Packarda4fc5ed2009-04-07 16:16:42 -07001046
Ville Syrjäläd2d9cbb2015-03-19 11:44:06 +02001047 txbuf[0] = (msg->request << 4) |
1048 ((msg->address >> 16) & 0xf);
1049 txbuf[1] = (msg->address >> 8) & 0xff;
Jani Nikula9d1a1032014-03-14 16:51:15 +02001050 txbuf[2] = msg->address & 0xff;
1051 txbuf[3] = msg->size - 1;
Paulo Zanoni46a5ae92013-09-17 11:14:10 -03001052
Jani Nikula9d1a1032014-03-14 16:51:15 +02001053 switch (msg->request & ~DP_AUX_I2C_MOT) {
1054 case DP_AUX_NATIVE_WRITE:
1055 case DP_AUX_I2C_WRITE:
Ville Syrjäläc1e741222015-08-27 17:23:27 +03001056 case DP_AUX_I2C_WRITE_STATUS_UPDATE:
Jani Nikulaa6c8aff02014-04-07 12:37:25 +03001057 txsize = msg->size ? HEADER_SIZE + msg->size : BARE_ADDRESS_SIZE;
Jani Nikulaa1ddefd2015-03-17 17:18:54 +02001058 rxsize = 2; /* 0 or 1 data bytes */
Jani Nikulaf51a44b2014-02-11 11:52:05 +02001059
Jani Nikula9d1a1032014-03-14 16:51:15 +02001060 if (WARN_ON(txsize > 20))
1061 return -E2BIG;
Keith Packarda4fc5ed2009-04-07 16:16:42 -07001062
Ville Syrjälädd7880902016-07-28 17:55:04 +03001063 WARN_ON(!msg->buffer != !msg->size);
1064
Imre Deakd81a67c2016-01-29 14:52:26 +02001065 if (msg->buffer)
1066 memcpy(txbuf + HEADER_SIZE, msg->buffer, msg->size);
Keith Packarda4fc5ed2009-04-07 16:16:42 -07001067
Jani Nikula9d1a1032014-03-14 16:51:15 +02001068 ret = intel_dp_aux_ch(intel_dp, txbuf, txsize, rxbuf, rxsize);
1069 if (ret > 0) {
1070 msg->reply = rxbuf[0] >> 4;
Keith Packarda4fc5ed2009-04-07 16:16:42 -07001071
Jani Nikulaa1ddefd2015-03-17 17:18:54 +02001072 if (ret > 1) {
1073 /* Number of bytes written in a short write. */
1074 ret = clamp_t(int, rxbuf[1], 0, msg->size);
1075 } else {
1076 /* Return payload size. */
1077 ret = msg->size;
1078 }
Keith Packarda4fc5ed2009-04-07 16:16:42 -07001079 }
Jani Nikula9d1a1032014-03-14 16:51:15 +02001080 break;
1081
1082 case DP_AUX_NATIVE_READ:
1083 case DP_AUX_I2C_READ:
Jani Nikulaa6c8aff02014-04-07 12:37:25 +03001084 txsize = msg->size ? HEADER_SIZE : BARE_ADDRESS_SIZE;
Jani Nikula9d1a1032014-03-14 16:51:15 +02001085 rxsize = msg->size + 1;
1086
1087 if (WARN_ON(rxsize > 20))
1088 return -E2BIG;
1089
1090 ret = intel_dp_aux_ch(intel_dp, txbuf, txsize, rxbuf, rxsize);
1091 if (ret > 0) {
1092 msg->reply = rxbuf[0] >> 4;
1093 /*
1094 * Assume happy day, and copy the data. The caller is
1095 * expected to check msg->reply before touching it.
1096 *
1097 * Return payload size.
1098 */
1099 ret--;
1100 memcpy(msg->buffer, rxbuf + 1, ret);
1101 }
1102 break;
1103
1104 default:
1105 ret = -EINVAL;
1106 break;
Keith Packarda4fc5ed2009-04-07 16:16:42 -07001107 }
Jani Nikulaf51a44b2014-02-11 11:52:05 +02001108
Jani Nikula9d1a1032014-03-14 16:51:15 +02001109 return ret;
Keith Packarda4fc5ed2009-04-07 16:16:42 -07001110}
1111
Ville Syrjälä198c5ee2016-10-11 20:52:45 +03001112static enum port intel_aux_port(struct drm_i915_private *dev_priv,
1113 enum port port)
1114{
1115 const struct ddi_vbt_port_info *info =
1116 &dev_priv->vbt.ddi_port_info[port];
1117 enum port aux_port;
1118
1119 if (!info->alternate_aux_channel) {
1120 DRM_DEBUG_KMS("using AUX %c for port %c (platform default)\n",
1121 port_name(port), port_name(port));
1122 return port;
1123 }
1124
1125 switch (info->alternate_aux_channel) {
1126 case DP_AUX_A:
1127 aux_port = PORT_A;
1128 break;
1129 case DP_AUX_B:
1130 aux_port = PORT_B;
1131 break;
1132 case DP_AUX_C:
1133 aux_port = PORT_C;
1134 break;
1135 case DP_AUX_D:
1136 aux_port = PORT_D;
1137 break;
1138 default:
1139 MISSING_CASE(info->alternate_aux_channel);
1140 aux_port = PORT_A;
1141 break;
1142 }
1143
1144 DRM_DEBUG_KMS("using AUX %c for port %c (VBT)\n",
1145 port_name(aux_port), port_name(port));
1146
1147 return aux_port;
1148}
1149
Ville Syrjäläf0f59a02015-11-18 15:33:26 +02001150static i915_reg_t g4x_aux_ctl_reg(struct drm_i915_private *dev_priv,
1151 enum port port)
Ville Syrjäläda00bdc2015-11-11 20:34:13 +02001152{
1153 switch (port) {
1154 case PORT_B:
1155 case PORT_C:
1156 case PORT_D:
1157 return DP_AUX_CH_CTL(port);
1158 default:
1159 MISSING_CASE(port);
1160 return DP_AUX_CH_CTL(PORT_B);
1161 }
1162}
1163
Ville Syrjäläf0f59a02015-11-18 15:33:26 +02001164static i915_reg_t g4x_aux_data_reg(struct drm_i915_private *dev_priv,
1165 enum port port, int index)
Ville Syrjälä330e20e2015-11-11 20:34:14 +02001166{
1167 switch (port) {
1168 case PORT_B:
1169 case PORT_C:
1170 case PORT_D:
1171 return DP_AUX_CH_DATA(port, index);
1172 default:
1173 MISSING_CASE(port);
1174 return DP_AUX_CH_DATA(PORT_B, index);
1175 }
1176}
1177
Ville Syrjäläf0f59a02015-11-18 15:33:26 +02001178static i915_reg_t ilk_aux_ctl_reg(struct drm_i915_private *dev_priv,
1179 enum port port)
Ville Syrjäläda00bdc2015-11-11 20:34:13 +02001180{
1181 switch (port) {
1182 case PORT_A:
1183 return DP_AUX_CH_CTL(port);
1184 case PORT_B:
1185 case PORT_C:
1186 case PORT_D:
1187 return PCH_DP_AUX_CH_CTL(port);
1188 default:
1189 MISSING_CASE(port);
1190 return DP_AUX_CH_CTL(PORT_A);
1191 }
1192}
1193
Ville Syrjäläf0f59a02015-11-18 15:33:26 +02001194static i915_reg_t ilk_aux_data_reg(struct drm_i915_private *dev_priv,
1195 enum port port, int index)
Ville Syrjälä330e20e2015-11-11 20:34:14 +02001196{
1197 switch (port) {
1198 case PORT_A:
1199 return DP_AUX_CH_DATA(port, index);
1200 case PORT_B:
1201 case PORT_C:
1202 case PORT_D:
1203 return PCH_DP_AUX_CH_DATA(port, index);
1204 default:
1205 MISSING_CASE(port);
1206 return DP_AUX_CH_DATA(PORT_A, index);
1207 }
1208}
1209
Ville Syrjäläf0f59a02015-11-18 15:33:26 +02001210static i915_reg_t skl_aux_ctl_reg(struct drm_i915_private *dev_priv,
1211 enum port port)
Ville Syrjäläda00bdc2015-11-11 20:34:13 +02001212{
Ville Syrjäläda00bdc2015-11-11 20:34:13 +02001213 switch (port) {
1214 case PORT_A:
1215 case PORT_B:
1216 case PORT_C:
1217 case PORT_D:
1218 return DP_AUX_CH_CTL(port);
1219 default:
1220 MISSING_CASE(port);
1221 return DP_AUX_CH_CTL(PORT_A);
1222 }
1223}
1224
Ville Syrjäläf0f59a02015-11-18 15:33:26 +02001225static i915_reg_t skl_aux_data_reg(struct drm_i915_private *dev_priv,
1226 enum port port, int index)
Ville Syrjälä330e20e2015-11-11 20:34:14 +02001227{
Ville Syrjälä330e20e2015-11-11 20:34:14 +02001228 switch (port) {
1229 case PORT_A:
1230 case PORT_B:
1231 case PORT_C:
1232 case PORT_D:
1233 return DP_AUX_CH_DATA(port, index);
1234 default:
1235 MISSING_CASE(port);
1236 return DP_AUX_CH_DATA(PORT_A, index);
1237 }
1238}
1239
Ville Syrjäläf0f59a02015-11-18 15:33:26 +02001240static i915_reg_t intel_aux_ctl_reg(struct drm_i915_private *dev_priv,
1241 enum port port)
Ville Syrjälä330e20e2015-11-11 20:34:14 +02001242{
1243 if (INTEL_INFO(dev_priv)->gen >= 9)
1244 return skl_aux_ctl_reg(dev_priv, port);
1245 else if (HAS_PCH_SPLIT(dev_priv))
1246 return ilk_aux_ctl_reg(dev_priv, port);
1247 else
1248 return g4x_aux_ctl_reg(dev_priv, port);
1249}
1250
Ville Syrjäläf0f59a02015-11-18 15:33:26 +02001251static i915_reg_t intel_aux_data_reg(struct drm_i915_private *dev_priv,
1252 enum port port, int index)
Ville Syrjälä330e20e2015-11-11 20:34:14 +02001253{
1254 if (INTEL_INFO(dev_priv)->gen >= 9)
1255 return skl_aux_data_reg(dev_priv, port, index);
1256 else if (HAS_PCH_SPLIT(dev_priv))
1257 return ilk_aux_data_reg(dev_priv, port, index);
1258 else
1259 return g4x_aux_data_reg(dev_priv, port, index);
1260}
1261
1262static void intel_aux_reg_init(struct intel_dp *intel_dp)
1263{
1264 struct drm_i915_private *dev_priv = to_i915(intel_dp_to_dev(intel_dp));
Ville Syrjälä198c5ee2016-10-11 20:52:45 +03001265 enum port port = intel_aux_port(dev_priv,
1266 dp_to_dig_port(intel_dp)->port);
Ville Syrjälä330e20e2015-11-11 20:34:14 +02001267 int i;
1268
1269 intel_dp->aux_ch_ctl_reg = intel_aux_ctl_reg(dev_priv, port);
1270 for (i = 0; i < ARRAY_SIZE(intel_dp->aux_ch_data_reg); i++)
1271 intel_dp->aux_ch_data_reg[i] = intel_aux_data_reg(dev_priv, port, i);
1272}
1273
Jani Nikula9d1a1032014-03-14 16:51:15 +02001274static void
Ville Syrjäläa121f4e2015-11-11 20:34:11 +02001275intel_dp_aux_fini(struct intel_dp *intel_dp)
1276{
Ville Syrjäläa121f4e2015-11-11 20:34:11 +02001277 kfree(intel_dp->aux.name);
1278}
1279
Chris Wilson7a418e32016-06-24 14:00:14 +01001280static void
Mika Kaholab6339582016-09-09 14:10:52 +03001281intel_dp_aux_init(struct intel_dp *intel_dp)
Keith Packarda4fc5ed2009-04-07 16:16:42 -07001282{
Jani Nikula33ad6622014-03-14 16:51:16 +02001283 struct intel_digital_port *intel_dig_port = dp_to_dig_port(intel_dp);
1284 enum port port = intel_dig_port->port;
Keith Packarda4fc5ed2009-04-07 16:16:42 -07001285
Ville Syrjälä330e20e2015-11-11 20:34:14 +02001286 intel_aux_reg_init(intel_dp);
Chris Wilson7a418e32016-06-24 14:00:14 +01001287 drm_dp_aux_init(&intel_dp->aux);
David Flynn8316f332010-12-08 16:10:21 +00001288
Chris Wilson7a418e32016-06-24 14:00:14 +01001289 /* Failure to allocate our preferred name is not critical */
Ville Syrjäläa121f4e2015-11-11 20:34:11 +02001290 intel_dp->aux.name = kasprintf(GFP_KERNEL, "DPDDC-%c", port_name(port));
Jani Nikula9d1a1032014-03-14 16:51:15 +02001291 intel_dp->aux.transfer = intel_dp_aux_transfer;
Keith Packarda4fc5ed2009-04-07 16:16:42 -07001292}
1293
Sonika Jindalfc0f8e22015-03-05 10:03:58 +05301294static int
Ville Syrjälä12f6a2e2015-03-12 17:10:30 +02001295intel_dp_sink_rates(struct intel_dp *intel_dp, const int **sink_rates)
Sonika Jindalfc0f8e22015-03-05 10:03:58 +05301296{
Ville Syrjälä94ca7192015-03-13 19:40:31 +02001297 if (intel_dp->num_sink_rates) {
1298 *sink_rates = intel_dp->sink_rates;
1299 return intel_dp->num_sink_rates;
Sonika Jindalfc0f8e22015-03-05 10:03:58 +05301300 }
Ville Syrjälä12f6a2e2015-03-12 17:10:30 +02001301
1302 *sink_rates = default_rates;
1303
1304 return (intel_dp_max_link_bw(intel_dp) >> 3) + 1;
Sonika Jindalfc0f8e22015-03-05 10:03:58 +05301305}
1306
Ander Conselvan de Oliveirae588fa12015-10-23 13:01:50 +03001307bool intel_dp_source_supports_hbr2(struct intel_dp *intel_dp)
Thulasimani,Sivakumared63baa2015-08-18 15:30:37 +05301308{
Ander Conselvan de Oliveirae588fa12015-10-23 13:01:50 +03001309 struct intel_digital_port *dig_port = dp_to_dig_port(intel_dp);
1310 struct drm_device *dev = dig_port->base.base.dev;
1311
Thulasimani,Sivakumared63baa2015-08-18 15:30:37 +05301312 /* WaDisableHBR2:skl */
Jani Nikulae87a0052015-10-20 15:22:02 +03001313 if (IS_SKL_REVID(dev, 0, SKL_REVID_B0))
Thulasimani,Sivakumared63baa2015-08-18 15:30:37 +05301314 return false;
1315
1316 if ((IS_HASWELL(dev) && !IS_HSW_ULX(dev)) || IS_BROADWELL(dev) ||
1317 (INTEL_INFO(dev)->gen >= 9))
1318 return true;
1319 else
1320 return false;
1321}
1322
Sonika Jindala8f3ef62015-03-05 10:02:30 +05301323static int
Ander Conselvan de Oliveirae588fa12015-10-23 13:01:50 +03001324intel_dp_source_rates(struct intel_dp *intel_dp, const int **source_rates)
Sonika Jindala8f3ef62015-03-05 10:02:30 +05301325{
Ander Conselvan de Oliveirae588fa12015-10-23 13:01:50 +03001326 struct intel_digital_port *dig_port = dp_to_dig_port(intel_dp);
1327 struct drm_device *dev = dig_port->base.base.dev;
Thulasimani,Sivakumaraf7080f2015-08-18 11:07:59 +05301328 int size;
1329
Sonika Jindal64987fc2015-05-26 17:50:13 +05301330 if (IS_BROXTON(dev)) {
1331 *source_rates = bxt_rates;
Thulasimani,Sivakumaraf7080f2015-08-18 11:07:59 +05301332 size = ARRAY_SIZE(bxt_rates);
Rodrigo Vivief11bdb2015-10-28 04:16:45 -07001333 } else if (IS_SKYLAKE(dev) || IS_KABYLAKE(dev)) {
Sonika Jindal637a9c62015-05-07 09:52:08 +05301334 *source_rates = skl_rates;
Thulasimani,Sivakumaraf7080f2015-08-18 11:07:59 +05301335 size = ARRAY_SIZE(skl_rates);
1336 } else {
1337 *source_rates = default_rates;
1338 size = ARRAY_SIZE(default_rates);
Sonika Jindala8f3ef62015-03-05 10:02:30 +05301339 }
Ville Syrjälä636280b2015-03-12 17:10:29 +02001340
Thulasimani,Sivakumared63baa2015-08-18 15:30:37 +05301341 /* This depends on the fact that 5.4 is last value in the array */
Ander Conselvan de Oliveirae588fa12015-10-23 13:01:50 +03001342 if (!intel_dp_source_supports_hbr2(intel_dp))
Thulasimani,Sivakumaraf7080f2015-08-18 11:07:59 +05301343 size--;
Ville Syrjälä636280b2015-03-12 17:10:29 +02001344
Thulasimani,Sivakumaraf7080f2015-08-18 11:07:59 +05301345 return size;
Sonika Jindala8f3ef62015-03-05 10:02:30 +05301346}
1347
Daniel Vetter0e503382014-07-04 11:26:04 -03001348static void
Daniel Vetterc6bb3532013-04-19 11:14:33 +02001349intel_dp_set_clock(struct intel_encoder *encoder,
Ville Syrjälä840b32b2015-08-11 20:21:46 +03001350 struct intel_crtc_state *pipe_config)
Daniel Vetterc6bb3532013-04-19 11:14:33 +02001351{
1352 struct drm_device *dev = encoder->base.dev;
Chon Ming Lee9dd4ffd2013-09-04 01:30:37 +08001353 const struct dp_link_dpll *divisor = NULL;
1354 int i, count = 0;
Daniel Vetterc6bb3532013-04-19 11:14:33 +02001355
1356 if (IS_G4X(dev)) {
Chon Ming Lee9dd4ffd2013-09-04 01:30:37 +08001357 divisor = gen4_dpll;
1358 count = ARRAY_SIZE(gen4_dpll);
Daniel Vetterc6bb3532013-04-19 11:14:33 +02001359 } else if (HAS_PCH_SPLIT(dev)) {
Chon Ming Lee9dd4ffd2013-09-04 01:30:37 +08001360 divisor = pch_dpll;
1361 count = ARRAY_SIZE(pch_dpll);
Chon Ming Leeef9348c2014-04-09 13:28:18 +03001362 } else if (IS_CHERRYVIEW(dev)) {
1363 divisor = chv_dpll;
1364 count = ARRAY_SIZE(chv_dpll);
Daniel Vetterc6bb3532013-04-19 11:14:33 +02001365 } else if (IS_VALLEYVIEW(dev)) {
Chon Ming Lee65ce4bf2013-09-04 01:30:38 +08001366 divisor = vlv_dpll;
1367 count = ARRAY_SIZE(vlv_dpll);
Daniel Vetterc6bb3532013-04-19 11:14:33 +02001368 }
Chon Ming Lee9dd4ffd2013-09-04 01:30:37 +08001369
1370 if (divisor && count) {
1371 for (i = 0; i < count; i++) {
Ville Syrjälä840b32b2015-08-11 20:21:46 +03001372 if (pipe_config->port_clock == divisor[i].clock) {
Chon Ming Lee9dd4ffd2013-09-04 01:30:37 +08001373 pipe_config->dpll = divisor[i].dpll;
1374 pipe_config->clock_set = true;
1375 break;
1376 }
1377 }
Daniel Vetterc6bb3532013-04-19 11:14:33 +02001378 }
1379}
1380
Ville Syrjälä2ecae762015-03-12 17:10:33 +02001381static int intersect_rates(const int *source_rates, int source_len,
1382 const int *sink_rates, int sink_len,
Ville Syrjälä94ca7192015-03-13 19:40:31 +02001383 int *common_rates)
Sonika Jindala8f3ef62015-03-05 10:02:30 +05301384{
1385 int i = 0, j = 0, k = 0;
1386
Sonika Jindala8f3ef62015-03-05 10:02:30 +05301387 while (i < source_len && j < sink_len) {
1388 if (source_rates[i] == sink_rates[j]) {
Ville Syrjäläe6bda3e2015-03-12 17:10:37 +02001389 if (WARN_ON(k >= DP_MAX_SUPPORTED_RATES))
1390 return k;
Ville Syrjälä94ca7192015-03-13 19:40:31 +02001391 common_rates[k] = source_rates[i];
Sonika Jindala8f3ef62015-03-05 10:02:30 +05301392 ++k;
1393 ++i;
1394 ++j;
1395 } else if (source_rates[i] < sink_rates[j]) {
1396 ++i;
1397 } else {
1398 ++j;
1399 }
1400 }
1401 return k;
1402}
1403
Ville Syrjälä94ca7192015-03-13 19:40:31 +02001404static int intel_dp_common_rates(struct intel_dp *intel_dp,
1405 int *common_rates)
Ville Syrjälä2ecae762015-03-12 17:10:33 +02001406{
Ville Syrjälä2ecae762015-03-12 17:10:33 +02001407 const int *source_rates, *sink_rates;
1408 int source_len, sink_len;
1409
1410 sink_len = intel_dp_sink_rates(intel_dp, &sink_rates);
Ander Conselvan de Oliveirae588fa12015-10-23 13:01:50 +03001411 source_len = intel_dp_source_rates(intel_dp, &source_rates);
Ville Syrjälä2ecae762015-03-12 17:10:33 +02001412
1413 return intersect_rates(source_rates, source_len,
1414 sink_rates, sink_len,
Ville Syrjälä94ca7192015-03-13 19:40:31 +02001415 common_rates);
Ville Syrjälä2ecae762015-03-12 17:10:33 +02001416}
1417
Ville Syrjälä0336400e2015-03-12 17:10:39 +02001418static void snprintf_int_array(char *str, size_t len,
1419 const int *array, int nelem)
1420{
1421 int i;
1422
1423 str[0] = '\0';
1424
1425 for (i = 0; i < nelem; i++) {
Jani Nikulab2f505b2015-05-18 16:01:45 +03001426 int r = snprintf(str, len, "%s%d", i ? ", " : "", array[i]);
Ville Syrjälä0336400e2015-03-12 17:10:39 +02001427 if (r >= len)
1428 return;
1429 str += r;
1430 len -= r;
1431 }
1432}
1433
1434static void intel_dp_print_rates(struct intel_dp *intel_dp)
1435{
Ville Syrjälä0336400e2015-03-12 17:10:39 +02001436 const int *source_rates, *sink_rates;
Ville Syrjälä94ca7192015-03-13 19:40:31 +02001437 int source_len, sink_len, common_len;
1438 int common_rates[DP_MAX_SUPPORTED_RATES];
Ville Syrjälä0336400e2015-03-12 17:10:39 +02001439 char str[128]; /* FIXME: too big for stack? */
1440
1441 if ((drm_debug & DRM_UT_KMS) == 0)
1442 return;
1443
Ander Conselvan de Oliveirae588fa12015-10-23 13:01:50 +03001444 source_len = intel_dp_source_rates(intel_dp, &source_rates);
Ville Syrjälä0336400e2015-03-12 17:10:39 +02001445 snprintf_int_array(str, sizeof(str), source_rates, source_len);
1446 DRM_DEBUG_KMS("source rates: %s\n", str);
1447
1448 sink_len = intel_dp_sink_rates(intel_dp, &sink_rates);
1449 snprintf_int_array(str, sizeof(str), sink_rates, sink_len);
1450 DRM_DEBUG_KMS("sink rates: %s\n", str);
1451
Ville Syrjälä94ca7192015-03-13 19:40:31 +02001452 common_len = intel_dp_common_rates(intel_dp, common_rates);
1453 snprintf_int_array(str, sizeof(str), common_rates, common_len);
1454 DRM_DEBUG_KMS("common rates: %s\n", str);
Ville Syrjälä0336400e2015-03-12 17:10:39 +02001455}
1456
Mika Kahola0e390a32016-09-09 14:10:53 +03001457static void intel_dp_print_hw_revision(struct intel_dp *intel_dp)
1458{
1459 uint8_t rev;
1460 int len;
1461
1462 if ((drm_debug & DRM_UT_KMS) == 0)
1463 return;
1464
1465 if (!(intel_dp->dpcd[DP_DOWNSTREAMPORT_PRESENT] &
1466 DP_DWN_STRM_PORT_PRESENT))
1467 return;
1468
1469 len = drm_dp_dpcd_read(&intel_dp->aux, DP_BRANCH_HW_REV, &rev, 1);
1470 if (len < 0)
1471 return;
1472
1473 DRM_DEBUG_KMS("sink hw revision: %d.%d\n", (rev & 0xf0) >> 4, rev & 0xf);
1474}
1475
Mika Kahola1a2724f2016-09-09 14:10:54 +03001476static void intel_dp_print_sw_revision(struct intel_dp *intel_dp)
1477{
1478 uint8_t rev[2];
1479 int len;
1480
1481 if ((drm_debug & DRM_UT_KMS) == 0)
1482 return;
1483
1484 if (!(intel_dp->dpcd[DP_DOWNSTREAMPORT_PRESENT] &
1485 DP_DWN_STRM_PORT_PRESENT))
1486 return;
1487
1488 len = drm_dp_dpcd_read(&intel_dp->aux, DP_BRANCH_SW_REV, &rev, 2);
1489 if (len < 0)
1490 return;
1491
1492 DRM_DEBUG_KMS("sink sw revision: %d.%d\n", rev[0], rev[1]);
1493}
1494
Ville Syrjäläf4896f12015-03-12 17:10:27 +02001495static int rate_to_index(int find, const int *rates)
Sonika Jindala8f3ef62015-03-05 10:02:30 +05301496{
1497 int i = 0;
1498
1499 for (i = 0; i < DP_MAX_SUPPORTED_RATES; ++i)
1500 if (find == rates[i])
1501 break;
1502
1503 return i;
1504}
1505
Ville Syrjälä50fec212015-03-12 17:10:34 +02001506int
1507intel_dp_max_link_rate(struct intel_dp *intel_dp)
1508{
1509 int rates[DP_MAX_SUPPORTED_RATES] = {};
1510 int len;
1511
Ville Syrjälä94ca7192015-03-13 19:40:31 +02001512 len = intel_dp_common_rates(intel_dp, rates);
Ville Syrjälä50fec212015-03-12 17:10:34 +02001513 if (WARN_ON(len <= 0))
1514 return 162000;
1515
Ville Syrjälä1354f732016-07-28 17:50:45 +03001516 return rates[len - 1];
Ville Syrjälä50fec212015-03-12 17:10:34 +02001517}
1518
Ville Syrjäläed4e9c12015-03-12 17:10:36 +02001519int intel_dp_rate_select(struct intel_dp *intel_dp, int rate)
1520{
Ville Syrjälä94ca7192015-03-13 19:40:31 +02001521 return rate_to_index(rate, intel_dp->sink_rates);
Ville Syrjäläed4e9c12015-03-12 17:10:36 +02001522}
1523
Ander Conselvan de Oliveira94223d02015-10-23 13:01:48 +03001524void intel_dp_compute_rate(struct intel_dp *intel_dp, int port_clock,
1525 uint8_t *link_bw, uint8_t *rate_select)
Ville Syrjälä04a60f92015-07-06 15:10:06 +03001526{
1527 if (intel_dp->num_sink_rates) {
1528 *link_bw = 0;
1529 *rate_select =
1530 intel_dp_rate_select(intel_dp, port_clock);
1531 } else {
1532 *link_bw = drm_dp_link_rate_to_bw_code(port_clock);
1533 *rate_select = 0;
1534 }
1535}
1536
Jani Nikulaf580bea2016-09-15 16:28:52 +03001537static int intel_dp_compute_bpp(struct intel_dp *intel_dp,
1538 struct intel_crtc_state *pipe_config)
Mika Kaholaf9bb7052016-09-09 14:10:56 +03001539{
1540 int bpp, bpc;
1541
1542 bpp = pipe_config->pipe_bpp;
1543 bpc = drm_dp_downstream_max_bpc(intel_dp->dpcd, intel_dp->downstream_ports);
1544
1545 if (bpc > 0)
1546 bpp = min(bpp, 3*bpc);
1547
1548 return bpp;
1549}
1550
Paulo Zanoni00c09d72012-10-26 19:05:52 -02001551bool
Daniel Vetter5bfe2ac2013-03-27 00:44:55 +01001552intel_dp_compute_config(struct intel_encoder *encoder,
Maarten Lankhorst0a478c22016-08-09 17:04:05 +02001553 struct intel_crtc_state *pipe_config,
1554 struct drm_connector_state *conn_state)
Keith Packarda4fc5ed2009-04-07 16:16:42 -07001555{
Daniel Vetter5bfe2ac2013-03-27 00:44:55 +01001556 struct drm_device *dev = encoder->base.dev;
Chris Wilsonfac5e232016-07-04 11:34:36 +01001557 struct drm_i915_private *dev_priv = to_i915(dev);
Ander Conselvan de Oliveira2d112de2015-01-15 14:55:22 +02001558 struct drm_display_mode *adjusted_mode = &pipe_config->base.adjusted_mode;
Daniel Vetter5bfe2ac2013-03-27 00:44:55 +01001559 struct intel_dp *intel_dp = enc_to_intel_dp(&encoder->base);
Imre Deakbc7d38a2013-05-16 14:40:36 +03001560 enum port port = dp_to_dig_port(intel_dp)->port;
Ander Conselvan de Oliveira84556d52015-03-20 16:18:10 +02001561 struct intel_crtc *intel_crtc = to_intel_crtc(pipe_config->base.crtc);
Jani Nikuladd06f902012-10-19 14:51:50 +03001562 struct intel_connector *intel_connector = intel_dp->attached_connector;
Keith Packarda4fc5ed2009-04-07 16:16:42 -07001563 int lane_count, clock;
Jani Nikula56071a22014-05-06 14:56:52 +03001564 int min_lane_count = 1;
Paulo Zanonieeb63242014-05-06 14:56:50 +03001565 int max_lane_count = intel_dp_max_lane_count(intel_dp);
Todd Previte06ea66b2014-01-20 10:19:39 -07001566 /* Conveniently, the link BW constants become indices with a shift...*/
Jani Nikula56071a22014-05-06 14:56:52 +03001567 int min_clock = 0;
Sonika Jindala8f3ef62015-03-05 10:02:30 +05301568 int max_clock;
Daniel Vetter083f9562012-04-20 20:23:49 +02001569 int bpp, mode_rate;
Daniel Vetterff9a6752013-06-01 17:16:21 +02001570 int link_avail, link_clock;
Ville Syrjälä94ca7192015-03-13 19:40:31 +02001571 int common_rates[DP_MAX_SUPPORTED_RATES] = {};
1572 int common_len;
Ville Syrjälä04a60f92015-07-06 15:10:06 +03001573 uint8_t link_bw, rate_select;
Sonika Jindala8f3ef62015-03-05 10:02:30 +05301574
Ville Syrjälä94ca7192015-03-13 19:40:31 +02001575 common_len = intel_dp_common_rates(intel_dp, common_rates);
Sonika Jindala8f3ef62015-03-05 10:02:30 +05301576
1577 /* No common link rates between source and sink */
Ville Syrjälä94ca7192015-03-13 19:40:31 +02001578 WARN_ON(common_len <= 0);
Sonika Jindala8f3ef62015-03-05 10:02:30 +05301579
Ville Syrjälä94ca7192015-03-13 19:40:31 +02001580 max_clock = common_len - 1;
Keith Packarda4fc5ed2009-04-07 16:16:42 -07001581
Imre Deakbc7d38a2013-05-16 14:40:36 +03001582 if (HAS_PCH_SPLIT(dev) && !HAS_DDI(dev) && port != PORT_A)
Daniel Vetter5bfe2ac2013-03-27 00:44:55 +01001583 pipe_config->has_pch_encoder = true;
1584
Vandana Kannanf769cd22014-08-05 07:51:22 -07001585 pipe_config->has_drrs = false;
Jani Nikula9fcb1702015-05-05 16:32:12 +03001586 pipe_config->has_audio = intel_dp->has_audio && port != PORT_A;
Keith Packarda4fc5ed2009-04-07 16:16:42 -07001587
Jani Nikuladd06f902012-10-19 14:51:50 +03001588 if (is_edp(intel_dp) && intel_connector->panel.fixed_mode) {
1589 intel_fixed_panel_mode(intel_connector->panel.fixed_mode,
1590 adjusted_mode);
Chandra Kondurua1b22782015-04-07 15:28:45 -07001591
1592 if (INTEL_INFO(dev)->gen >= 9) {
1593 int ret;
Maarten Lankhorste435d6e2015-07-13 16:30:15 +02001594 ret = skl_update_scaler_crtc(pipe_config);
Chandra Kondurua1b22782015-04-07 15:28:45 -07001595 if (ret)
1596 return ret;
1597 }
1598
Matt Roperb56676272015-11-04 09:05:27 -08001599 if (HAS_GMCH_DISPLAY(dev))
Jesse Barnes2dd24552013-04-25 12:55:01 -07001600 intel_gmch_panel_fitting(intel_crtc, pipe_config,
1601 intel_connector->panel.fitting_mode);
1602 else
Jesse Barnesb074cec2013-04-25 12:55:02 -07001603 intel_pch_panel_fitting(intel_crtc, pipe_config,
1604 intel_connector->panel.fitting_mode);
Zhao Yakui0d3a1be2010-07-19 09:43:13 +01001605 }
1606
Daniel Vettercb1793c2012-06-04 18:39:21 +02001607 if (adjusted_mode->flags & DRM_MODE_FLAG_DBLCLK)
Daniel Vetter0af78a22012-05-23 11:30:55 +02001608 return false;
1609
Daniel Vetter083f9562012-04-20 20:23:49 +02001610 DRM_DEBUG_KMS("DP link computation with max lane count %i "
Sonika Jindala8f3ef62015-03-05 10:02:30 +05301611 "max bw %d pixel clock %iKHz\n",
Ville Syrjälä94ca7192015-03-13 19:40:31 +02001612 max_lane_count, common_rates[max_clock],
Damien Lespiau241bfc32013-09-25 16:45:37 +01001613 adjusted_mode->crtc_clock);
Daniel Vetter083f9562012-04-20 20:23:49 +02001614
Daniel Vetter36008362013-03-27 00:44:59 +01001615 /* Walk through all bpp values. Luckily they're all nicely spaced with 2
1616 * bpc in between. */
Mika Kaholaf9bb7052016-09-09 14:10:56 +03001617 bpp = intel_dp_compute_bpp(intel_dp, pipe_config);
Jani Nikula56071a22014-05-06 14:56:52 +03001618 if (is_edp(intel_dp)) {
Thulasimani,Sivakumar22ce5622015-07-31 11:05:27 +05301619
1620 /* Get bpp from vbt only for panels that dont have bpp in edid */
1621 if (intel_connector->base.display_info.bpc == 0 &&
Jani Nikula6aa23e62016-03-24 17:50:20 +02001622 (dev_priv->vbt.edp.bpp && dev_priv->vbt.edp.bpp < bpp)) {
Jani Nikula56071a22014-05-06 14:56:52 +03001623 DRM_DEBUG_KMS("clamping bpp for eDP panel to BIOS-provided %i\n",
Jani Nikula6aa23e62016-03-24 17:50:20 +02001624 dev_priv->vbt.edp.bpp);
1625 bpp = dev_priv->vbt.edp.bpp;
Jani Nikula56071a22014-05-06 14:56:52 +03001626 }
1627
Jani Nikula344c5bb2014-09-09 11:25:13 +03001628 /*
1629 * Use the maximum clock and number of lanes the eDP panel
1630 * advertizes being capable of. The panels are generally
1631 * designed to support only a single clock and lane
1632 * configuration, and typically these values correspond to the
1633 * native resolution of the panel.
1634 */
1635 min_lane_count = max_lane_count;
1636 min_clock = max_clock;
Imre Deak79842112013-07-18 17:44:13 +03001637 }
Daniel Vetter657445f2013-05-04 10:09:18 +02001638
Daniel Vetter36008362013-03-27 00:44:59 +01001639 for (; bpp >= 6*3; bpp -= 2*3) {
Damien Lespiau241bfc32013-09-25 16:45:37 +01001640 mode_rate = intel_dp_link_required(adjusted_mode->crtc_clock,
1641 bpp);
Daniel Vetterc4867932012-04-10 10:42:36 +02001642
Dave Airliec6930992014-07-14 11:04:39 +10001643 for (clock = min_clock; clock <= max_clock; clock++) {
Sonika Jindala8f3ef62015-03-05 10:02:30 +05301644 for (lane_count = min_lane_count;
1645 lane_count <= max_lane_count;
1646 lane_count <<= 1) {
1647
Ville Syrjälä94ca7192015-03-13 19:40:31 +02001648 link_clock = common_rates[clock];
Daniel Vetter36008362013-03-27 00:44:59 +01001649 link_avail = intel_dp_max_data_rate(link_clock,
1650 lane_count);
Ville Syrjälä3685a8f2013-01-17 16:31:28 +02001651
Daniel Vetter36008362013-03-27 00:44:59 +01001652 if (mode_rate <= link_avail) {
1653 goto found;
1654 }
1655 }
1656 }
1657 }
1658
1659 return false;
1660
1661found:
Ville Syrjälä55bc60d2013-01-17 16:31:29 +02001662 if (intel_dp->color_range_auto) {
1663 /*
1664 * See:
1665 * CEA-861-E - 5.1 Default Encoding Parameters
1666 * VESA DisplayPort Ver.1.2a - 5.1.1.1 Video Colorimetry
1667 */
Ville Syrjälä0f2a2a72015-07-06 15:10:00 +03001668 pipe_config->limited_color_range =
1669 bpp != 18 && drm_match_cea_mode(adjusted_mode) > 1;
1670 } else {
1671 pipe_config->limited_color_range =
1672 intel_dp->limited_color_range;
Ville Syrjälä55bc60d2013-01-17 16:31:29 +02001673 }
1674
Ville Syrjälä90a6b7b2015-07-06 16:39:15 +03001675 pipe_config->lane_count = lane_count;
Sonika Jindala8f3ef62015-03-05 10:02:30 +05301676
Daniel Vetter657445f2013-05-04 10:09:18 +02001677 pipe_config->pipe_bpp = bpp;
Ville Syrjälä94ca7192015-03-13 19:40:31 +02001678 pipe_config->port_clock = common_rates[clock];
Daniel Vetterc4867932012-04-10 10:42:36 +02001679
Ville Syrjälä04a60f92015-07-06 15:10:06 +03001680 intel_dp_compute_rate(intel_dp, pipe_config->port_clock,
1681 &link_bw, &rate_select);
1682
1683 DRM_DEBUG_KMS("DP link bw %02x rate select %02x lane count %d clock %d bpp %d\n",
1684 link_bw, rate_select, pipe_config->lane_count,
Daniel Vetterff9a6752013-06-01 17:16:21 +02001685 pipe_config->port_clock, bpp);
Daniel Vetter36008362013-03-27 00:44:59 +01001686 DRM_DEBUG_KMS("DP link bw required %i available %i\n",
1687 mode_rate, link_avail);
Keith Packarda4fc5ed2009-04-07 16:16:42 -07001688
Daniel Vetter03afc4a2013-04-02 23:42:31 +02001689 intel_link_compute_m_n(bpp, lane_count,
Damien Lespiau241bfc32013-09-25 16:45:37 +01001690 adjusted_mode->crtc_clock,
1691 pipe_config->port_clock,
Daniel Vetter03afc4a2013-04-02 23:42:31 +02001692 &pipe_config->dp_m_n);
Keith Packarda4fc5ed2009-04-07 16:16:42 -07001693
Pradeep Bhat439d7ac2014-04-05 12:13:28 +05301694 if (intel_connector->panel.downclock_mode != NULL &&
Vandana Kannan96178ee2015-01-10 02:25:56 +05301695 dev_priv->drrs.type == SEAMLESS_DRRS_SUPPORT) {
Vandana Kannanf769cd22014-08-05 07:51:22 -07001696 pipe_config->has_drrs = true;
Pradeep Bhat439d7ac2014-04-05 12:13:28 +05301697 intel_link_compute_m_n(bpp, lane_count,
1698 intel_connector->panel.downclock_mode->clock,
1699 pipe_config->port_clock,
1700 &pipe_config->dp_m2_n2);
1701 }
1702
Ville Syrjälä14d41b32016-05-13 23:41:22 +03001703 /*
1704 * DPLL0 VCO may need to be adjusted to get the correct
1705 * clock for eDP. This will affect cdclk as well.
1706 */
1707 if (is_edp(intel_dp) &&
1708 (IS_SKYLAKE(dev_priv) || IS_KABYLAKE(dev_priv))) {
1709 int vco;
1710
1711 switch (pipe_config->port_clock / 2) {
1712 case 108000:
1713 case 216000:
Ville Syrjälä63911d72016-05-13 23:41:32 +03001714 vco = 8640000;
Ville Syrjälä14d41b32016-05-13 23:41:22 +03001715 break;
1716 default:
Ville Syrjälä63911d72016-05-13 23:41:32 +03001717 vco = 8100000;
Ville Syrjälä14d41b32016-05-13 23:41:22 +03001718 break;
1719 }
1720
1721 to_intel_atomic_state(pipe_config->base.state)->cdclk_pll_vco = vco;
1722 }
1723
Ander Conselvan de Oliveiraa3c988e2016-03-08 17:46:27 +02001724 if (!HAS_DDI(dev))
Ville Syrjälä840b32b2015-08-11 20:21:46 +03001725 intel_dp_set_clock(encoder, pipe_config);
Daniel Vetterc6bb3532013-04-19 11:14:33 +02001726
Daniel Vetter36008362013-03-27 00:44:59 +01001727 return true;
Keith Packarda4fc5ed2009-04-07 16:16:42 -07001728}
1729
Ville Syrjälä901c2da2015-08-17 18:05:12 +03001730void intel_dp_set_link_params(struct intel_dp *intel_dp,
Ander Conselvan de Oliveiradfa10482016-09-01 15:08:06 -07001731 int link_rate, uint8_t lane_count,
1732 bool link_mst)
Ville Syrjälä901c2da2015-08-17 18:05:12 +03001733{
Ander Conselvan de Oliveiradfa10482016-09-01 15:08:06 -07001734 intel_dp->link_rate = link_rate;
1735 intel_dp->lane_count = lane_count;
1736 intel_dp->link_mst = link_mst;
Ville Syrjälä901c2da2015-08-17 18:05:12 +03001737}
1738
Maarten Lankhorst85cb48a2016-08-09 17:04:13 +02001739static void intel_dp_prepare(struct intel_encoder *encoder,
1740 struct intel_crtc_state *pipe_config)
Keith Packarda4fc5ed2009-04-07 16:16:42 -07001741{
Daniel Vetterb934223d2013-07-21 21:37:05 +02001742 struct drm_device *dev = encoder->base.dev;
Chris Wilsonfac5e232016-07-04 11:34:36 +01001743 struct drm_i915_private *dev_priv = to_i915(dev);
Daniel Vetterb934223d2013-07-21 21:37:05 +02001744 struct intel_dp *intel_dp = enc_to_intel_dp(&encoder->base);
Imre Deakbc7d38a2013-05-16 14:40:36 +03001745 enum port port = dp_to_dig_port(intel_dp)->port;
Daniel Vetterb934223d2013-07-21 21:37:05 +02001746 struct intel_crtc *crtc = to_intel_crtc(encoder->base.crtc);
Maarten Lankhorst85cb48a2016-08-09 17:04:13 +02001747 const struct drm_display_mode *adjusted_mode = &pipe_config->base.adjusted_mode;
Keith Packarda4fc5ed2009-04-07 16:16:42 -07001748
Ander Conselvan de Oliveiradfa10482016-09-01 15:08:06 -07001749 intel_dp_set_link_params(intel_dp, pipe_config->port_clock,
1750 pipe_config->lane_count,
1751 intel_crtc_has_type(pipe_config,
1752 INTEL_OUTPUT_DP_MST));
Ville Syrjälä901c2da2015-08-17 18:05:12 +03001753
Keith Packard417e8222011-11-01 19:54:11 -07001754 /*
Keith Packard1a2eb462011-11-16 16:26:07 -08001755 * There are four kinds of DP registers:
Keith Packard417e8222011-11-01 19:54:11 -07001756 *
1757 * IBX PCH
Keith Packard1a2eb462011-11-16 16:26:07 -08001758 * SNB CPU
1759 * IVB CPU
Keith Packard417e8222011-11-01 19:54:11 -07001760 * CPT PCH
1761 *
1762 * IBX PCH and CPU are the same for almost everything,
1763 * except that the CPU DP PLL is configured in this
1764 * register
1765 *
1766 * CPT PCH is quite different, having many bits moved
1767 * to the TRANS_DP_CTL register instead. That
1768 * configuration happens (oddly) in ironlake_pch_enable
1769 */
Adam Jackson9c9e7922010-04-05 17:57:59 -04001770
Keith Packard417e8222011-11-01 19:54:11 -07001771 /* Preserve the BIOS-computed detected bit. This is
1772 * supposed to be read-only.
1773 */
1774 intel_dp->DP = I915_READ(intel_dp->output_reg) & DP_DETECTED;
Keith Packarda4fc5ed2009-04-07 16:16:42 -07001775
Keith Packard417e8222011-11-01 19:54:11 -07001776 /* Handle DP bits in common between all three register formats */
Keith Packard417e8222011-11-01 19:54:11 -07001777 intel_dp->DP |= DP_VOLTAGE_0_4 | DP_PRE_EMPHASIS_0;
Maarten Lankhorst85cb48a2016-08-09 17:04:13 +02001778 intel_dp->DP |= DP_PORT_WIDTH(pipe_config->lane_count);
Keith Packarda4fc5ed2009-04-07 16:16:42 -07001779
Keith Packard417e8222011-11-01 19:54:11 -07001780 /* Split out the IBX/CPU vs CPT settings */
Zhenyu Wang32f9d652009-07-24 01:00:32 +08001781
Ville Syrjälä39e5fa82015-05-05 17:17:29 +03001782 if (IS_GEN7(dev) && port == PORT_A) {
Keith Packard1a2eb462011-11-16 16:26:07 -08001783 if (adjusted_mode->flags & DRM_MODE_FLAG_PHSYNC)
1784 intel_dp->DP |= DP_SYNC_HS_HIGH;
1785 if (adjusted_mode->flags & DRM_MODE_FLAG_PVSYNC)
1786 intel_dp->DP |= DP_SYNC_VS_HIGH;
1787 intel_dp->DP |= DP_LINK_TRAIN_OFF_CPT;
1788
Jani Nikula6aba5b62013-10-04 15:08:10 +03001789 if (drm_dp_enhanced_frame_cap(intel_dp->dpcd))
Keith Packard1a2eb462011-11-16 16:26:07 -08001790 intel_dp->DP |= DP_ENHANCED_FRAMING;
1791
Daniel Vetter7c62a162013-06-01 17:16:20 +02001792 intel_dp->DP |= crtc->pipe << 29;
Ville Syrjälä39e5fa82015-05-05 17:17:29 +03001793 } else if (HAS_PCH_CPT(dev) && port != PORT_A) {
Ville Syrjäläe3ef4472015-05-05 17:17:31 +03001794 u32 trans_dp;
1795
Ville Syrjälä39e5fa82015-05-05 17:17:29 +03001796 intel_dp->DP |= DP_LINK_TRAIN_OFF_CPT;
Ville Syrjäläe3ef4472015-05-05 17:17:31 +03001797
1798 trans_dp = I915_READ(TRANS_DP_CTL(crtc->pipe));
1799 if (drm_dp_enhanced_frame_cap(intel_dp->dpcd))
1800 trans_dp |= TRANS_DP_ENH_FRAMING;
1801 else
1802 trans_dp &= ~TRANS_DP_ENH_FRAMING;
1803 I915_WRITE(TRANS_DP_CTL(crtc->pipe), trans_dp);
Ville Syrjälä39e5fa82015-05-05 17:17:29 +03001804 } else {
Ville Syrjälä0f2a2a72015-07-06 15:10:00 +03001805 if (!HAS_PCH_SPLIT(dev) && !IS_VALLEYVIEW(dev) &&
Maarten Lankhorst85cb48a2016-08-09 17:04:13 +02001806 !IS_CHERRYVIEW(dev) && pipe_config->limited_color_range)
Ville Syrjälä0f2a2a72015-07-06 15:10:00 +03001807 intel_dp->DP |= DP_COLOR_RANGE_16_235;
Keith Packard417e8222011-11-01 19:54:11 -07001808
1809 if (adjusted_mode->flags & DRM_MODE_FLAG_PHSYNC)
1810 intel_dp->DP |= DP_SYNC_HS_HIGH;
1811 if (adjusted_mode->flags & DRM_MODE_FLAG_PVSYNC)
1812 intel_dp->DP |= DP_SYNC_VS_HIGH;
1813 intel_dp->DP |= DP_LINK_TRAIN_OFF;
1814
Jani Nikula6aba5b62013-10-04 15:08:10 +03001815 if (drm_dp_enhanced_frame_cap(intel_dp->dpcd))
Keith Packard417e8222011-11-01 19:54:11 -07001816 intel_dp->DP |= DP_ENHANCED_FRAMING;
1817
Ville Syrjälä39e5fa82015-05-05 17:17:29 +03001818 if (IS_CHERRYVIEW(dev))
Chon Ming Lee44f37d12014-04-09 13:28:21 +03001819 intel_dp->DP |= DP_PIPE_SELECT_CHV(crtc->pipe);
Ville Syrjälä39e5fa82015-05-05 17:17:29 +03001820 else if (crtc->pipe == PIPE_B)
1821 intel_dp->DP |= DP_PIPEB_SELECT;
Zhenyu Wang32f9d652009-07-24 01:00:32 +08001822 }
Keith Packarda4fc5ed2009-04-07 16:16:42 -07001823}
1824
Paulo Zanoniffd6749d2013-12-19 14:29:42 -02001825#define IDLE_ON_MASK (PP_ON | PP_SEQUENCE_MASK | 0 | PP_SEQUENCE_STATE_MASK)
1826#define IDLE_ON_VALUE (PP_ON | PP_SEQUENCE_NONE | 0 | PP_SEQUENCE_STATE_ON_IDLE)
Keith Packard99ea7122011-11-01 19:57:50 -07001827
Paulo Zanoni1a5ef5b2013-12-19 14:29:43 -02001828#define IDLE_OFF_MASK (PP_ON | PP_SEQUENCE_MASK | 0 | 0)
1829#define IDLE_OFF_VALUE (0 | PP_SEQUENCE_NONE | 0 | 0)
Keith Packard99ea7122011-11-01 19:57:50 -07001830
Paulo Zanoniffd6749d2013-12-19 14:29:42 -02001831#define IDLE_CYCLE_MASK (PP_ON | PP_SEQUENCE_MASK | PP_CYCLE_DELAY_ACTIVE | PP_SEQUENCE_STATE_MASK)
1832#define IDLE_CYCLE_VALUE (0 | PP_SEQUENCE_NONE | 0 | PP_SEQUENCE_STATE_OFF_IDLE)
Keith Packard99ea7122011-11-01 19:57:50 -07001833
Imre Deakde9c1b62016-06-16 20:01:46 +03001834static void intel_pps_verify_state(struct drm_i915_private *dev_priv,
1835 struct intel_dp *intel_dp);
1836
Daniel Vetter4be73782014-01-17 14:39:48 +01001837static void wait_panel_status(struct intel_dp *intel_dp,
Keith Packard99ea7122011-11-01 19:57:50 -07001838 u32 mask,
1839 u32 value)
1840{
Paulo Zanoni30add222012-10-26 19:05:45 -02001841 struct drm_device *dev = intel_dp_to_dev(intel_dp);
Chris Wilsonfac5e232016-07-04 11:34:36 +01001842 struct drm_i915_private *dev_priv = to_i915(dev);
Ville Syrjäläf0f59a02015-11-18 15:33:26 +02001843 i915_reg_t pp_stat_reg, pp_ctrl_reg;
Jesse Barnes453c5422013-03-28 09:55:41 -07001844
Ville Syrjäläe39b9992014-09-04 14:53:14 +03001845 lockdep_assert_held(&dev_priv->pps_mutex);
1846
Imre Deakde9c1b62016-06-16 20:01:46 +03001847 intel_pps_verify_state(dev_priv, intel_dp);
1848
Jani Nikulabf13e812013-09-06 07:40:05 +03001849 pp_stat_reg = _pp_stat_reg(intel_dp);
1850 pp_ctrl_reg = _pp_ctrl_reg(intel_dp);
Keith Packard99ea7122011-11-01 19:57:50 -07001851
1852 DRM_DEBUG_KMS("mask %08x value %08x status %08x control %08x\n",
Jesse Barnes453c5422013-03-28 09:55:41 -07001853 mask, value,
1854 I915_READ(pp_stat_reg),
1855 I915_READ(pp_ctrl_reg));
Keith Packard99ea7122011-11-01 19:57:50 -07001856
Chris Wilson9036ff02016-06-30 15:33:09 +01001857 if (intel_wait_for_register(dev_priv,
1858 pp_stat_reg, mask, value,
1859 5000))
Keith Packard99ea7122011-11-01 19:57:50 -07001860 DRM_ERROR("Panel status timeout: status %08x control %08x\n",
Jesse Barnes453c5422013-03-28 09:55:41 -07001861 I915_READ(pp_stat_reg),
1862 I915_READ(pp_ctrl_reg));
Chris Wilson54c136d2013-12-02 09:57:16 +00001863
1864 DRM_DEBUG_KMS("Wait complete\n");
Keith Packard99ea7122011-11-01 19:57:50 -07001865}
1866
Daniel Vetter4be73782014-01-17 14:39:48 +01001867static void wait_panel_on(struct intel_dp *intel_dp)
Keith Packard99ea7122011-11-01 19:57:50 -07001868{
1869 DRM_DEBUG_KMS("Wait for panel power on\n");
Daniel Vetter4be73782014-01-17 14:39:48 +01001870 wait_panel_status(intel_dp, IDLE_ON_MASK, IDLE_ON_VALUE);
Keith Packard99ea7122011-11-01 19:57:50 -07001871}
1872
Daniel Vetter4be73782014-01-17 14:39:48 +01001873static void wait_panel_off(struct intel_dp *intel_dp)
Keith Packardbd943152011-09-18 23:09:52 -07001874{
Keith Packardbd943152011-09-18 23:09:52 -07001875 DRM_DEBUG_KMS("Wait for panel power off time\n");
Daniel Vetter4be73782014-01-17 14:39:48 +01001876 wait_panel_status(intel_dp, IDLE_OFF_MASK, IDLE_OFF_VALUE);
Keith Packardbd943152011-09-18 23:09:52 -07001877}
Keith Packardbd943152011-09-18 23:09:52 -07001878
Daniel Vetter4be73782014-01-17 14:39:48 +01001879static void wait_panel_power_cycle(struct intel_dp *intel_dp)
Keith Packard99ea7122011-11-01 19:57:50 -07001880{
Abhay Kumard28d4732016-01-22 17:39:04 -08001881 ktime_t panel_power_on_time;
1882 s64 panel_power_off_duration;
1883
Keith Packard99ea7122011-11-01 19:57:50 -07001884 DRM_DEBUG_KMS("Wait for panel power cycle\n");
Paulo Zanonidce56b32013-12-19 14:29:40 -02001885
Abhay Kumard28d4732016-01-22 17:39:04 -08001886 /* take the difference of currrent time and panel power off time
1887 * and then make panel wait for t11_t12 if needed. */
1888 panel_power_on_time = ktime_get_boottime();
1889 panel_power_off_duration = ktime_ms_delta(panel_power_on_time, intel_dp->panel_power_off_time);
1890
Paulo Zanonidce56b32013-12-19 14:29:40 -02001891 /* When we disable the VDD override bit last we have to do the manual
1892 * wait. */
Abhay Kumard28d4732016-01-22 17:39:04 -08001893 if (panel_power_off_duration < (s64)intel_dp->panel_power_cycle_delay)
1894 wait_remaining_ms_from_jiffies(jiffies,
1895 intel_dp->panel_power_cycle_delay - panel_power_off_duration);
Paulo Zanonidce56b32013-12-19 14:29:40 -02001896
Daniel Vetter4be73782014-01-17 14:39:48 +01001897 wait_panel_status(intel_dp, IDLE_CYCLE_MASK, IDLE_CYCLE_VALUE);
Keith Packard99ea7122011-11-01 19:57:50 -07001898}
Keith Packardbd943152011-09-18 23:09:52 -07001899
Daniel Vetter4be73782014-01-17 14:39:48 +01001900static void wait_backlight_on(struct intel_dp *intel_dp)
Paulo Zanonidce56b32013-12-19 14:29:40 -02001901{
1902 wait_remaining_ms_from_jiffies(intel_dp->last_power_on,
1903 intel_dp->backlight_on_delay);
1904}
1905
Daniel Vetter4be73782014-01-17 14:39:48 +01001906static void edp_wait_backlight_off(struct intel_dp *intel_dp)
Paulo Zanonidce56b32013-12-19 14:29:40 -02001907{
1908 wait_remaining_ms_from_jiffies(intel_dp->last_backlight_off,
1909 intel_dp->backlight_off_delay);
1910}
Keith Packard99ea7122011-11-01 19:57:50 -07001911
Keith Packard832dd3c2011-11-01 19:34:06 -07001912/* Read the current pp_control value, unlocking the register if it
1913 * is locked
1914 */
1915
Jesse Barnes453c5422013-03-28 09:55:41 -07001916static u32 ironlake_get_pp_control(struct intel_dp *intel_dp)
Keith Packard832dd3c2011-11-01 19:34:06 -07001917{
Jesse Barnes453c5422013-03-28 09:55:41 -07001918 struct drm_device *dev = intel_dp_to_dev(intel_dp);
Chris Wilsonfac5e232016-07-04 11:34:36 +01001919 struct drm_i915_private *dev_priv = to_i915(dev);
Jesse Barnes453c5422013-03-28 09:55:41 -07001920 u32 control;
Jesse Barnes453c5422013-03-28 09:55:41 -07001921
Ville Syrjäläe39b9992014-09-04 14:53:14 +03001922 lockdep_assert_held(&dev_priv->pps_mutex);
1923
Jani Nikulabf13e812013-09-06 07:40:05 +03001924 control = I915_READ(_pp_ctrl_reg(intel_dp));
Imre Deak8090ba82016-08-10 14:07:33 +03001925 if (WARN_ON(!HAS_DDI(dev_priv) &&
1926 (control & PANEL_UNLOCK_MASK) != PANEL_UNLOCK_REGS)) {
Vandana Kannanb0a08be2015-06-18 11:00:55 +05301927 control &= ~PANEL_UNLOCK_MASK;
1928 control |= PANEL_UNLOCK_REGS;
1929 }
Keith Packard832dd3c2011-11-01 19:34:06 -07001930 return control;
Keith Packardbd943152011-09-18 23:09:52 -07001931}
1932
Ville Syrjälä951468f2014-09-04 14:55:31 +03001933/*
1934 * Must be paired with edp_panel_vdd_off().
1935 * Must hold pps_mutex around the whole on/off sequence.
1936 * Can be nested with intel_edp_panel_vdd_{on,off}() calls.
1937 */
Ville Syrjälä1e0560e2014-08-19 13:24:25 +03001938static bool edp_panel_vdd_on(struct intel_dp *intel_dp)
Jesse Barnes5d613502011-01-24 17:10:54 -08001939{
Paulo Zanoni30add222012-10-26 19:05:45 -02001940 struct drm_device *dev = intel_dp_to_dev(intel_dp);
Imre Deak4e6e1a52014-03-27 17:45:11 +02001941 struct intel_digital_port *intel_dig_port = dp_to_dig_port(intel_dp);
1942 struct intel_encoder *intel_encoder = &intel_dig_port->base;
Chris Wilsonfac5e232016-07-04 11:34:36 +01001943 struct drm_i915_private *dev_priv = to_i915(dev);
Imre Deak4e6e1a52014-03-27 17:45:11 +02001944 enum intel_display_power_domain power_domain;
Jesse Barnes5d613502011-01-24 17:10:54 -08001945 u32 pp;
Ville Syrjäläf0f59a02015-11-18 15:33:26 +02001946 i915_reg_t pp_stat_reg, pp_ctrl_reg;
Jani Nikulaadddaaf2014-03-14 16:51:13 +02001947 bool need_to_disable = !intel_dp->want_panel_vdd;
Jesse Barnes5d613502011-01-24 17:10:54 -08001948
Ville Syrjäläe39b9992014-09-04 14:53:14 +03001949 lockdep_assert_held(&dev_priv->pps_mutex);
1950
Keith Packard97af61f572011-09-28 16:23:51 -07001951 if (!is_edp(intel_dp))
Jani Nikulaadddaaf2014-03-14 16:51:13 +02001952 return false;
Keith Packardbd943152011-09-18 23:09:52 -07001953
Egbert Eich2c623c12014-11-25 12:54:57 +01001954 cancel_delayed_work(&intel_dp->panel_vdd_work);
Keith Packardbd943152011-09-18 23:09:52 -07001955 intel_dp->want_panel_vdd = true;
Keith Packard99ea7122011-11-01 19:57:50 -07001956
Daniel Vetter4be73782014-01-17 14:39:48 +01001957 if (edp_have_panel_vdd(intel_dp))
Jani Nikulaadddaaf2014-03-14 16:51:13 +02001958 return need_to_disable;
Paulo Zanonib0665d52013-10-30 19:50:27 -02001959
Ville Syrjälä25f78f52015-11-16 15:01:04 +01001960 power_domain = intel_display_port_aux_power_domain(intel_encoder);
Imre Deak4e6e1a52014-03-27 17:45:11 +02001961 intel_display_power_get(dev_priv, power_domain);
Paulo Zanonie9cb81a2013-11-21 13:47:23 -02001962
Ville Syrjälä3936fcf2014-10-16 21:30:02 +03001963 DRM_DEBUG_KMS("Turning eDP port %c VDD on\n",
1964 port_name(intel_dig_port->port));
Keith Packardbd943152011-09-18 23:09:52 -07001965
Daniel Vetter4be73782014-01-17 14:39:48 +01001966 if (!edp_have_panel_power(intel_dp))
1967 wait_panel_power_cycle(intel_dp);
Keith Packard99ea7122011-11-01 19:57:50 -07001968
Jesse Barnes453c5422013-03-28 09:55:41 -07001969 pp = ironlake_get_pp_control(intel_dp);
Jesse Barnes5d613502011-01-24 17:10:54 -08001970 pp |= EDP_FORCE_VDD;
Keith Packardebf33b12011-09-29 15:53:27 -07001971
Jani Nikulabf13e812013-09-06 07:40:05 +03001972 pp_stat_reg = _pp_stat_reg(intel_dp);
1973 pp_ctrl_reg = _pp_ctrl_reg(intel_dp);
Jesse Barnes453c5422013-03-28 09:55:41 -07001974
1975 I915_WRITE(pp_ctrl_reg, pp);
1976 POSTING_READ(pp_ctrl_reg);
1977 DRM_DEBUG_KMS("PP_STATUS: 0x%08x PP_CONTROL: 0x%08x\n",
1978 I915_READ(pp_stat_reg), I915_READ(pp_ctrl_reg));
Keith Packardebf33b12011-09-29 15:53:27 -07001979 /*
1980 * If the panel wasn't on, delay before accessing aux channel
1981 */
Daniel Vetter4be73782014-01-17 14:39:48 +01001982 if (!edp_have_panel_power(intel_dp)) {
Ville Syrjälä3936fcf2014-10-16 21:30:02 +03001983 DRM_DEBUG_KMS("eDP port %c panel power wasn't enabled\n",
1984 port_name(intel_dig_port->port));
Keith Packardf01eca22011-09-28 16:48:10 -07001985 msleep(intel_dp->panel_power_up_delay);
Keith Packardf01eca22011-09-28 16:48:10 -07001986 }
Jani Nikulaadddaaf2014-03-14 16:51:13 +02001987
1988 return need_to_disable;
1989}
1990
Ville Syrjälä951468f2014-09-04 14:55:31 +03001991/*
1992 * Must be paired with intel_edp_panel_vdd_off() or
1993 * intel_edp_panel_off().
1994 * Nested calls to these functions are not allowed since
1995 * we drop the lock. Caller must use some higher level
1996 * locking to prevent nested calls from other threads.
1997 */
Daniel Vetterb80d6c72014-03-19 15:54:37 +01001998void intel_edp_panel_vdd_on(struct intel_dp *intel_dp)
Jani Nikulaadddaaf2014-03-14 16:51:13 +02001999{
Ville Syrjäläc695b6b2014-08-18 22:16:03 +03002000 bool vdd;
Jani Nikulaadddaaf2014-03-14 16:51:13 +02002001
Ville Syrjäläc695b6b2014-08-18 22:16:03 +03002002 if (!is_edp(intel_dp))
2003 return;
2004
Ville Syrjälä773538e82014-09-04 14:54:56 +03002005 pps_lock(intel_dp);
Ville Syrjäläc695b6b2014-08-18 22:16:03 +03002006 vdd = edp_panel_vdd_on(intel_dp);
Ville Syrjälä773538e82014-09-04 14:54:56 +03002007 pps_unlock(intel_dp);
Ville Syrjäläc695b6b2014-08-18 22:16:03 +03002008
Rob Clarke2c719b2014-12-15 13:56:32 -05002009 I915_STATE_WARN(!vdd, "eDP port %c VDD already requested on\n",
Ville Syrjälä3936fcf2014-10-16 21:30:02 +03002010 port_name(dp_to_dig_port(intel_dp)->port));
Jesse Barnes5d613502011-01-24 17:10:54 -08002011}
2012
Daniel Vetter4be73782014-01-17 14:39:48 +01002013static void edp_panel_vdd_off_sync(struct intel_dp *intel_dp)
Jesse Barnes5d613502011-01-24 17:10:54 -08002014{
Paulo Zanoni30add222012-10-26 19:05:45 -02002015 struct drm_device *dev = intel_dp_to_dev(intel_dp);
Chris Wilsonfac5e232016-07-04 11:34:36 +01002016 struct drm_i915_private *dev_priv = to_i915(dev);
Ville Syrjäläbe2c9192014-08-18 22:16:01 +03002017 struct intel_digital_port *intel_dig_port =
2018 dp_to_dig_port(intel_dp);
2019 struct intel_encoder *intel_encoder = &intel_dig_port->base;
2020 enum intel_display_power_domain power_domain;
Jesse Barnes5d613502011-01-24 17:10:54 -08002021 u32 pp;
Ville Syrjäläf0f59a02015-11-18 15:33:26 +02002022 i915_reg_t pp_stat_reg, pp_ctrl_reg;
Jesse Barnes5d613502011-01-24 17:10:54 -08002023
Ville Syrjäläe39b9992014-09-04 14:53:14 +03002024 lockdep_assert_held(&dev_priv->pps_mutex);
Daniel Vettera0e99e62012-12-02 01:05:46 +01002025
Ville Syrjälä15e899a2014-08-18 22:16:02 +03002026 WARN_ON(intel_dp->want_panel_vdd);
Imre Deak4e6e1a52014-03-27 17:45:11 +02002027
Ville Syrjälä15e899a2014-08-18 22:16:02 +03002028 if (!edp_have_panel_vdd(intel_dp))
Ville Syrjäläbe2c9192014-08-18 22:16:01 +03002029 return;
Paulo Zanonib0665d52013-10-30 19:50:27 -02002030
Ville Syrjälä3936fcf2014-10-16 21:30:02 +03002031 DRM_DEBUG_KMS("Turning eDP port %c VDD off\n",
2032 port_name(intel_dig_port->port));
Jesse Barnes453c5422013-03-28 09:55:41 -07002033
Ville Syrjäläbe2c9192014-08-18 22:16:01 +03002034 pp = ironlake_get_pp_control(intel_dp);
2035 pp &= ~EDP_FORCE_VDD;
Jesse Barnes453c5422013-03-28 09:55:41 -07002036
Ville Syrjäläbe2c9192014-08-18 22:16:01 +03002037 pp_ctrl_reg = _pp_ctrl_reg(intel_dp);
2038 pp_stat_reg = _pp_stat_reg(intel_dp);
Jesse Barnes5d613502011-01-24 17:10:54 -08002039
Ville Syrjäläbe2c9192014-08-18 22:16:01 +03002040 I915_WRITE(pp_ctrl_reg, pp);
2041 POSTING_READ(pp_ctrl_reg);
Paulo Zanoni90791a52013-12-06 17:32:42 -02002042
Ville Syrjäläbe2c9192014-08-18 22:16:01 +03002043 /* Make sure sequencer is idle before allowing subsequent activity */
2044 DRM_DEBUG_KMS("PP_STATUS: 0x%08x PP_CONTROL: 0x%08x\n",
2045 I915_READ(pp_stat_reg), I915_READ(pp_ctrl_reg));
Paulo Zanonie9cb81a2013-11-21 13:47:23 -02002046
Imre Deak5a162e22016-08-10 14:07:30 +03002047 if ((pp & PANEL_POWER_ON) == 0)
Abhay Kumard28d4732016-01-22 17:39:04 -08002048 intel_dp->panel_power_off_time = ktime_get_boottime();
Paulo Zanonie9cb81a2013-11-21 13:47:23 -02002049
Ville Syrjälä25f78f52015-11-16 15:01:04 +01002050 power_domain = intel_display_port_aux_power_domain(intel_encoder);
Ville Syrjäläbe2c9192014-08-18 22:16:01 +03002051 intel_display_power_put(dev_priv, power_domain);
Keith Packardbd943152011-09-18 23:09:52 -07002052}
2053
Daniel Vetter4be73782014-01-17 14:39:48 +01002054static void edp_panel_vdd_work(struct work_struct *__work)
Keith Packardbd943152011-09-18 23:09:52 -07002055{
2056 struct intel_dp *intel_dp = container_of(to_delayed_work(__work),
2057 struct intel_dp, panel_vdd_work);
Keith Packardbd943152011-09-18 23:09:52 -07002058
Ville Syrjälä773538e82014-09-04 14:54:56 +03002059 pps_lock(intel_dp);
Ville Syrjälä15e899a2014-08-18 22:16:02 +03002060 if (!intel_dp->want_panel_vdd)
2061 edp_panel_vdd_off_sync(intel_dp);
Ville Syrjälä773538e82014-09-04 14:54:56 +03002062 pps_unlock(intel_dp);
Keith Packardbd943152011-09-18 23:09:52 -07002063}
2064
Imre Deakaba86892014-07-30 15:57:31 +03002065static void edp_panel_vdd_schedule_off(struct intel_dp *intel_dp)
2066{
2067 unsigned long delay;
2068
2069 /*
2070 * Queue the timer to fire a long time from now (relative to the power
2071 * down delay) to keep the panel power up across a sequence of
2072 * operations.
2073 */
2074 delay = msecs_to_jiffies(intel_dp->panel_power_cycle_delay * 5);
2075 schedule_delayed_work(&intel_dp->panel_vdd_work, delay);
2076}
2077
Ville Syrjälä951468f2014-09-04 14:55:31 +03002078/*
2079 * Must be paired with edp_panel_vdd_on().
2080 * Must hold pps_mutex around the whole on/off sequence.
2081 * Can be nested with intel_edp_panel_vdd_{on,off}() calls.
2082 */
Daniel Vetter4be73782014-01-17 14:39:48 +01002083static void edp_panel_vdd_off(struct intel_dp *intel_dp, bool sync)
Keith Packardbd943152011-09-18 23:09:52 -07002084{
Chris Wilsonfac5e232016-07-04 11:34:36 +01002085 struct drm_i915_private *dev_priv = to_i915(intel_dp_to_dev(intel_dp));
Ville Syrjäläe39b9992014-09-04 14:53:14 +03002086
2087 lockdep_assert_held(&dev_priv->pps_mutex);
2088
Keith Packard97af61f572011-09-28 16:23:51 -07002089 if (!is_edp(intel_dp))
2090 return;
Jesse Barnes5d613502011-01-24 17:10:54 -08002091
Rob Clarke2c719b2014-12-15 13:56:32 -05002092 I915_STATE_WARN(!intel_dp->want_panel_vdd, "eDP port %c VDD not forced on",
Ville Syrjälä3936fcf2014-10-16 21:30:02 +03002093 port_name(dp_to_dig_port(intel_dp)->port));
Keith Packardf2e8b182011-11-01 20:01:35 -07002094
Keith Packardbd943152011-09-18 23:09:52 -07002095 intel_dp->want_panel_vdd = false;
2096
Imre Deakaba86892014-07-30 15:57:31 +03002097 if (sync)
Daniel Vetter4be73782014-01-17 14:39:48 +01002098 edp_panel_vdd_off_sync(intel_dp);
Imre Deakaba86892014-07-30 15:57:31 +03002099 else
2100 edp_panel_vdd_schedule_off(intel_dp);
Jesse Barnes5d613502011-01-24 17:10:54 -08002101}
2102
Ville Syrjälä9f0fb5b2014-10-16 21:27:32 +03002103static void edp_panel_on(struct intel_dp *intel_dp)
Jesse Barnes9934c132010-07-22 13:18:19 -07002104{
Paulo Zanoni30add222012-10-26 19:05:45 -02002105 struct drm_device *dev = intel_dp_to_dev(intel_dp);
Chris Wilsonfac5e232016-07-04 11:34:36 +01002106 struct drm_i915_private *dev_priv = to_i915(dev);
Keith Packard99ea7122011-11-01 19:57:50 -07002107 u32 pp;
Ville Syrjäläf0f59a02015-11-18 15:33:26 +02002108 i915_reg_t pp_ctrl_reg;
Jesse Barnes9934c132010-07-22 13:18:19 -07002109
Ville Syrjälä9f0fb5b2014-10-16 21:27:32 +03002110 lockdep_assert_held(&dev_priv->pps_mutex);
2111
Keith Packard97af61f572011-09-28 16:23:51 -07002112 if (!is_edp(intel_dp))
Keith Packardbd943152011-09-18 23:09:52 -07002113 return;
Keith Packard99ea7122011-11-01 19:57:50 -07002114
Ville Syrjälä3936fcf2014-10-16 21:30:02 +03002115 DRM_DEBUG_KMS("Turn eDP port %c panel power on\n",
2116 port_name(dp_to_dig_port(intel_dp)->port));
Keith Packard99ea7122011-11-01 19:57:50 -07002117
Ville Syrjäläe7a89ac2014-10-16 21:30:07 +03002118 if (WARN(edp_have_panel_power(intel_dp),
2119 "eDP port %c panel power already on\n",
2120 port_name(dp_to_dig_port(intel_dp)->port)))
Ville Syrjälä9f0fb5b2014-10-16 21:27:32 +03002121 return;
Jesse Barnes9934c132010-07-22 13:18:19 -07002122
Daniel Vetter4be73782014-01-17 14:39:48 +01002123 wait_panel_power_cycle(intel_dp);
Jesse Barnes37c6c9b2010-08-11 10:04:43 -07002124
Jani Nikulabf13e812013-09-06 07:40:05 +03002125 pp_ctrl_reg = _pp_ctrl_reg(intel_dp);
Jesse Barnes453c5422013-03-28 09:55:41 -07002126 pp = ironlake_get_pp_control(intel_dp);
Keith Packard05ce1a42011-09-29 16:33:01 -07002127 if (IS_GEN5(dev)) {
2128 /* ILK workaround: disable reset around power sequence */
2129 pp &= ~PANEL_POWER_RESET;
Jani Nikulabf13e812013-09-06 07:40:05 +03002130 I915_WRITE(pp_ctrl_reg, pp);
2131 POSTING_READ(pp_ctrl_reg);
Keith Packard05ce1a42011-09-29 16:33:01 -07002132 }
Jesse Barnes37c6c9b2010-08-11 10:04:43 -07002133
Imre Deak5a162e22016-08-10 14:07:30 +03002134 pp |= PANEL_POWER_ON;
Keith Packard99ea7122011-11-01 19:57:50 -07002135 if (!IS_GEN5(dev))
2136 pp |= PANEL_POWER_RESET;
2137
Jesse Barnes453c5422013-03-28 09:55:41 -07002138 I915_WRITE(pp_ctrl_reg, pp);
2139 POSTING_READ(pp_ctrl_reg);
Jesse Barnes9934c132010-07-22 13:18:19 -07002140
Daniel Vetter4be73782014-01-17 14:39:48 +01002141 wait_panel_on(intel_dp);
Paulo Zanonidce56b32013-12-19 14:29:40 -02002142 intel_dp->last_power_on = jiffies;
Jesse Barnes9934c132010-07-22 13:18:19 -07002143
Keith Packard05ce1a42011-09-29 16:33:01 -07002144 if (IS_GEN5(dev)) {
2145 pp |= PANEL_POWER_RESET; /* restore panel reset bit */
Jani Nikulabf13e812013-09-06 07:40:05 +03002146 I915_WRITE(pp_ctrl_reg, pp);
2147 POSTING_READ(pp_ctrl_reg);
Keith Packard05ce1a42011-09-29 16:33:01 -07002148 }
Ville Syrjälä9f0fb5b2014-10-16 21:27:32 +03002149}
Ville Syrjäläe39b9992014-09-04 14:53:14 +03002150
Ville Syrjälä9f0fb5b2014-10-16 21:27:32 +03002151void intel_edp_panel_on(struct intel_dp *intel_dp)
2152{
2153 if (!is_edp(intel_dp))
2154 return;
2155
2156 pps_lock(intel_dp);
2157 edp_panel_on(intel_dp);
Ville Syrjälä773538e82014-09-04 14:54:56 +03002158 pps_unlock(intel_dp);
Jesse Barnes9934c132010-07-22 13:18:19 -07002159}
2160
Ville Syrjälä9f0fb5b2014-10-16 21:27:32 +03002161
2162static void edp_panel_off(struct intel_dp *intel_dp)
Jesse Barnes9934c132010-07-22 13:18:19 -07002163{
Imre Deak4e6e1a52014-03-27 17:45:11 +02002164 struct intel_digital_port *intel_dig_port = dp_to_dig_port(intel_dp);
2165 struct intel_encoder *intel_encoder = &intel_dig_port->base;
Paulo Zanoni30add222012-10-26 19:05:45 -02002166 struct drm_device *dev = intel_dp_to_dev(intel_dp);
Chris Wilsonfac5e232016-07-04 11:34:36 +01002167 struct drm_i915_private *dev_priv = to_i915(dev);
Imre Deak4e6e1a52014-03-27 17:45:11 +02002168 enum intel_display_power_domain power_domain;
Keith Packard99ea7122011-11-01 19:57:50 -07002169 u32 pp;
Ville Syrjäläf0f59a02015-11-18 15:33:26 +02002170 i915_reg_t pp_ctrl_reg;
Jesse Barnes9934c132010-07-22 13:18:19 -07002171
Ville Syrjälä9f0fb5b2014-10-16 21:27:32 +03002172 lockdep_assert_held(&dev_priv->pps_mutex);
2173
Keith Packard97af61f572011-09-28 16:23:51 -07002174 if (!is_edp(intel_dp))
2175 return;
Jesse Barnes37c6c9b2010-08-11 10:04:43 -07002176
Ville Syrjälä3936fcf2014-10-16 21:30:02 +03002177 DRM_DEBUG_KMS("Turn eDP port %c panel power off\n",
2178 port_name(dp_to_dig_port(intel_dp)->port));
Jesse Barnes37c6c9b2010-08-11 10:04:43 -07002179
Ville Syrjälä3936fcf2014-10-16 21:30:02 +03002180 WARN(!intel_dp->want_panel_vdd, "Need eDP port %c VDD to turn off panel\n",
2181 port_name(dp_to_dig_port(intel_dp)->port));
Jani Nikula24f3e092014-03-17 16:43:36 +02002182
Jesse Barnes453c5422013-03-28 09:55:41 -07002183 pp = ironlake_get_pp_control(intel_dp);
Daniel Vetter35a38552012-08-12 22:17:14 +02002184 /* We need to switch off panel power _and_ force vdd, for otherwise some
2185 * panels get very unhappy and cease to work. */
Imre Deak5a162e22016-08-10 14:07:30 +03002186 pp &= ~(PANEL_POWER_ON | PANEL_POWER_RESET | EDP_FORCE_VDD |
Patrik Jakobssonb3064152014-03-04 00:42:44 +01002187 EDP_BLC_ENABLE);
Jesse Barnes453c5422013-03-28 09:55:41 -07002188
Jani Nikulabf13e812013-09-06 07:40:05 +03002189 pp_ctrl_reg = _pp_ctrl_reg(intel_dp);
Jesse Barnes453c5422013-03-28 09:55:41 -07002190
Paulo Zanoni849e39f2014-03-07 20:05:20 -03002191 intel_dp->want_panel_vdd = false;
2192
Jesse Barnes453c5422013-03-28 09:55:41 -07002193 I915_WRITE(pp_ctrl_reg, pp);
2194 POSTING_READ(pp_ctrl_reg);
Jesse Barnes9934c132010-07-22 13:18:19 -07002195
Abhay Kumard28d4732016-01-22 17:39:04 -08002196 intel_dp->panel_power_off_time = ktime_get_boottime();
Daniel Vetter4be73782014-01-17 14:39:48 +01002197 wait_panel_off(intel_dp);
Paulo Zanoni849e39f2014-03-07 20:05:20 -03002198
2199 /* We got a reference when we enabled the VDD. */
Ville Syrjälä25f78f52015-11-16 15:01:04 +01002200 power_domain = intel_display_port_aux_power_domain(intel_encoder);
Imre Deak4e6e1a52014-03-27 17:45:11 +02002201 intel_display_power_put(dev_priv, power_domain);
Ville Syrjälä9f0fb5b2014-10-16 21:27:32 +03002202}
Ville Syrjäläe39b9992014-09-04 14:53:14 +03002203
Ville Syrjälä9f0fb5b2014-10-16 21:27:32 +03002204void intel_edp_panel_off(struct intel_dp *intel_dp)
2205{
2206 if (!is_edp(intel_dp))
2207 return;
2208
2209 pps_lock(intel_dp);
2210 edp_panel_off(intel_dp);
Ville Syrjälä773538e82014-09-04 14:54:56 +03002211 pps_unlock(intel_dp);
Jesse Barnes9934c132010-07-22 13:18:19 -07002212}
2213
Jani Nikula1250d102014-08-12 17:11:39 +03002214/* Enable backlight in the panel power control. */
2215static void _intel_edp_backlight_on(struct intel_dp *intel_dp)
Zhenyu Wang32f9d652009-07-24 01:00:32 +08002216{
Paulo Zanonida63a9f2012-10-26 19:05:46 -02002217 struct intel_digital_port *intel_dig_port = dp_to_dig_port(intel_dp);
2218 struct drm_device *dev = intel_dig_port->base.base.dev;
Chris Wilsonfac5e232016-07-04 11:34:36 +01002219 struct drm_i915_private *dev_priv = to_i915(dev);
Zhenyu Wang32f9d652009-07-24 01:00:32 +08002220 u32 pp;
Ville Syrjäläf0f59a02015-11-18 15:33:26 +02002221 i915_reg_t pp_ctrl_reg;
Zhenyu Wang32f9d652009-07-24 01:00:32 +08002222
Jesse Barnes01cb9ea2010-10-07 16:01:12 -07002223 /*
2224 * If we enable the backlight right away following a panel power
2225 * on, we may see slight flicker as the panel syncs with the eDP
2226 * link. So delay a bit to make sure the image is solid before
2227 * allowing it to appear.
2228 */
Daniel Vetter4be73782014-01-17 14:39:48 +01002229 wait_backlight_on(intel_dp);
Ville Syrjäläe39b9992014-09-04 14:53:14 +03002230
Ville Syrjälä773538e82014-09-04 14:54:56 +03002231 pps_lock(intel_dp);
Ville Syrjäläe39b9992014-09-04 14:53:14 +03002232
Jesse Barnes453c5422013-03-28 09:55:41 -07002233 pp = ironlake_get_pp_control(intel_dp);
Zhenyu Wang32f9d652009-07-24 01:00:32 +08002234 pp |= EDP_BLC_ENABLE;
Jesse Barnes453c5422013-03-28 09:55:41 -07002235
Jani Nikulabf13e812013-09-06 07:40:05 +03002236 pp_ctrl_reg = _pp_ctrl_reg(intel_dp);
Jesse Barnes453c5422013-03-28 09:55:41 -07002237
2238 I915_WRITE(pp_ctrl_reg, pp);
2239 POSTING_READ(pp_ctrl_reg);
Ville Syrjäläe39b9992014-09-04 14:53:14 +03002240
Ville Syrjälä773538e82014-09-04 14:54:56 +03002241 pps_unlock(intel_dp);
Zhenyu Wang32f9d652009-07-24 01:00:32 +08002242}
2243
Jani Nikula1250d102014-08-12 17:11:39 +03002244/* Enable backlight PWM and backlight PP control. */
2245void intel_edp_backlight_on(struct intel_dp *intel_dp)
2246{
2247 if (!is_edp(intel_dp))
2248 return;
2249
2250 DRM_DEBUG_KMS("\n");
2251
2252 intel_panel_enable_backlight(intel_dp->attached_connector);
2253 _intel_edp_backlight_on(intel_dp);
2254}
2255
2256/* Disable backlight in the panel power control. */
2257static void _intel_edp_backlight_off(struct intel_dp *intel_dp)
Zhenyu Wang32f9d652009-07-24 01:00:32 +08002258{
Paulo Zanoni30add222012-10-26 19:05:45 -02002259 struct drm_device *dev = intel_dp_to_dev(intel_dp);
Chris Wilsonfac5e232016-07-04 11:34:36 +01002260 struct drm_i915_private *dev_priv = to_i915(dev);
Zhenyu Wang32f9d652009-07-24 01:00:32 +08002261 u32 pp;
Ville Syrjäläf0f59a02015-11-18 15:33:26 +02002262 i915_reg_t pp_ctrl_reg;
Zhenyu Wang32f9d652009-07-24 01:00:32 +08002263
Keith Packardf01eca22011-09-28 16:48:10 -07002264 if (!is_edp(intel_dp))
2265 return;
2266
Ville Syrjälä773538e82014-09-04 14:54:56 +03002267 pps_lock(intel_dp);
Ville Syrjäläe39b9992014-09-04 14:53:14 +03002268
Jesse Barnes453c5422013-03-28 09:55:41 -07002269 pp = ironlake_get_pp_control(intel_dp);
Zhenyu Wang32f9d652009-07-24 01:00:32 +08002270 pp &= ~EDP_BLC_ENABLE;
Jesse Barnes453c5422013-03-28 09:55:41 -07002271
Jani Nikulabf13e812013-09-06 07:40:05 +03002272 pp_ctrl_reg = _pp_ctrl_reg(intel_dp);
Jesse Barnes453c5422013-03-28 09:55:41 -07002273
2274 I915_WRITE(pp_ctrl_reg, pp);
2275 POSTING_READ(pp_ctrl_reg);
Jesse Barnesf7d23232014-03-31 11:13:56 -07002276
Ville Syrjälä773538e82014-09-04 14:54:56 +03002277 pps_unlock(intel_dp);
Ville Syrjäläe39b9992014-09-04 14:53:14 +03002278
Paulo Zanonidce56b32013-12-19 14:29:40 -02002279 intel_dp->last_backlight_off = jiffies;
Jesse Barnesf7d23232014-03-31 11:13:56 -07002280 edp_wait_backlight_off(intel_dp);
Jani Nikula1250d102014-08-12 17:11:39 +03002281}
Jesse Barnesf7d23232014-03-31 11:13:56 -07002282
Jani Nikula1250d102014-08-12 17:11:39 +03002283/* Disable backlight PP control and backlight PWM. */
2284void intel_edp_backlight_off(struct intel_dp *intel_dp)
2285{
2286 if (!is_edp(intel_dp))
2287 return;
2288
2289 DRM_DEBUG_KMS("\n");
2290
2291 _intel_edp_backlight_off(intel_dp);
Jesse Barnesf7d23232014-03-31 11:13:56 -07002292 intel_panel_disable_backlight(intel_dp->attached_connector);
Zhenyu Wang32f9d652009-07-24 01:00:32 +08002293}
Keith Packarda4fc5ed2009-04-07 16:16:42 -07002294
Jani Nikula73580fb72014-08-12 17:11:41 +03002295/*
2296 * Hook for controlling the panel power control backlight through the bl_power
2297 * sysfs attribute. Take care to handle multiple calls.
2298 */
2299static void intel_edp_backlight_power(struct intel_connector *connector,
2300 bool enable)
2301{
2302 struct intel_dp *intel_dp = intel_attached_dp(&connector->base);
Ville Syrjäläe39b9992014-09-04 14:53:14 +03002303 bool is_enabled;
2304
Ville Syrjälä773538e82014-09-04 14:54:56 +03002305 pps_lock(intel_dp);
Ville Syrjäläe39b9992014-09-04 14:53:14 +03002306 is_enabled = ironlake_get_pp_control(intel_dp) & EDP_BLC_ENABLE;
Ville Syrjälä773538e82014-09-04 14:54:56 +03002307 pps_unlock(intel_dp);
Jani Nikula73580fb72014-08-12 17:11:41 +03002308
2309 if (is_enabled == enable)
2310 return;
2311
Jani Nikula23ba9372014-08-27 14:08:43 +03002312 DRM_DEBUG_KMS("panel power control backlight %s\n",
2313 enable ? "enable" : "disable");
Jani Nikula73580fb72014-08-12 17:11:41 +03002314
2315 if (enable)
2316 _intel_edp_backlight_on(intel_dp);
2317 else
2318 _intel_edp_backlight_off(intel_dp);
2319}
2320
Ville Syrjälä64e10772015-10-29 21:26:01 +02002321static void assert_dp_port(struct intel_dp *intel_dp, bool state)
2322{
2323 struct intel_digital_port *dig_port = dp_to_dig_port(intel_dp);
2324 struct drm_i915_private *dev_priv = to_i915(dig_port->base.base.dev);
2325 bool cur_state = I915_READ(intel_dp->output_reg) & DP_PORT_EN;
2326
2327 I915_STATE_WARN(cur_state != state,
2328 "DP port %c state assertion failure (expected %s, current %s)\n",
2329 port_name(dig_port->port),
Jani Nikula87ad3212016-01-14 12:53:34 +02002330 onoff(state), onoff(cur_state));
Ville Syrjälä64e10772015-10-29 21:26:01 +02002331}
2332#define assert_dp_port_disabled(d) assert_dp_port((d), false)
2333
2334static void assert_edp_pll(struct drm_i915_private *dev_priv, bool state)
2335{
2336 bool cur_state = I915_READ(DP_A) & DP_PLL_ENABLE;
2337
2338 I915_STATE_WARN(cur_state != state,
2339 "eDP PLL state assertion failure (expected %s, current %s)\n",
Jani Nikula87ad3212016-01-14 12:53:34 +02002340 onoff(state), onoff(cur_state));
Ville Syrjälä64e10772015-10-29 21:26:01 +02002341}
2342#define assert_edp_pll_enabled(d) assert_edp_pll((d), true)
2343#define assert_edp_pll_disabled(d) assert_edp_pll((d), false)
2344
Maarten Lankhorst85cb48a2016-08-09 17:04:13 +02002345static void ironlake_edp_pll_on(struct intel_dp *intel_dp,
2346 struct intel_crtc_state *pipe_config)
Jesse Barnesd240f202010-08-13 15:43:26 -07002347{
Maarten Lankhorst85cb48a2016-08-09 17:04:13 +02002348 struct intel_crtc *crtc = to_intel_crtc(pipe_config->base.crtc);
Ville Syrjälä64e10772015-10-29 21:26:01 +02002349 struct drm_i915_private *dev_priv = to_i915(crtc->base.dev);
Jesse Barnesd240f202010-08-13 15:43:26 -07002350
Ville Syrjälä64e10772015-10-29 21:26:01 +02002351 assert_pipe_disabled(dev_priv, crtc->pipe);
2352 assert_dp_port_disabled(intel_dp);
2353 assert_edp_pll_disabled(dev_priv);
Daniel Vetter2bd2ad62012-09-06 22:15:41 +02002354
Ville Syrjäläabfce942015-10-29 21:26:03 +02002355 DRM_DEBUG_KMS("enabling eDP PLL for clock %d\n",
Maarten Lankhorst85cb48a2016-08-09 17:04:13 +02002356 pipe_config->port_clock);
Ville Syrjäläabfce942015-10-29 21:26:03 +02002357
2358 intel_dp->DP &= ~DP_PLL_FREQ_MASK;
2359
Maarten Lankhorst85cb48a2016-08-09 17:04:13 +02002360 if (pipe_config->port_clock == 162000)
Ville Syrjäläabfce942015-10-29 21:26:03 +02002361 intel_dp->DP |= DP_PLL_FREQ_162MHZ;
2362 else
2363 intel_dp->DP |= DP_PLL_FREQ_270MHZ;
2364
2365 I915_WRITE(DP_A, intel_dp->DP);
2366 POSTING_READ(DP_A);
2367 udelay(500);
2368
Ville Syrjälä6b23f3e2016-04-01 21:53:19 +03002369 /*
2370 * [DevILK] Work around required when enabling DP PLL
2371 * while a pipe is enabled going to FDI:
2372 * 1. Wait for the start of vertical blank on the enabled pipe going to FDI
2373 * 2. Program DP PLL enable
2374 */
2375 if (IS_GEN5(dev_priv))
Chris Wilson91c8a322016-07-05 10:40:23 +01002376 intel_wait_for_vblank_if_active(&dev_priv->drm, !crtc->pipe);
Ville Syrjälä6b23f3e2016-04-01 21:53:19 +03002377
Daniel Vetter07679352012-09-06 22:15:42 +02002378 intel_dp->DP |= DP_PLL_ENABLE;
Ville Syrjälä6fec7662015-11-10 16:16:17 +02002379
Daniel Vetter07679352012-09-06 22:15:42 +02002380 I915_WRITE(DP_A, intel_dp->DP);
Jesse Barnes298b0b32010-10-07 16:01:24 -07002381 POSTING_READ(DP_A);
2382 udelay(200);
Jesse Barnesd240f202010-08-13 15:43:26 -07002383}
2384
Daniel Vetter2bd2ad62012-09-06 22:15:41 +02002385static void ironlake_edp_pll_off(struct intel_dp *intel_dp)
Jesse Barnesd240f202010-08-13 15:43:26 -07002386{
Paulo Zanonida63a9f2012-10-26 19:05:46 -02002387 struct intel_digital_port *intel_dig_port = dp_to_dig_port(intel_dp);
Ville Syrjälä64e10772015-10-29 21:26:01 +02002388 struct intel_crtc *crtc = to_intel_crtc(intel_dig_port->base.base.crtc);
2389 struct drm_i915_private *dev_priv = to_i915(crtc->base.dev);
Jesse Barnesd240f202010-08-13 15:43:26 -07002390
Ville Syrjälä64e10772015-10-29 21:26:01 +02002391 assert_pipe_disabled(dev_priv, crtc->pipe);
2392 assert_dp_port_disabled(intel_dp);
2393 assert_edp_pll_enabled(dev_priv);
Daniel Vetter2bd2ad62012-09-06 22:15:41 +02002394
Ville Syrjäläabfce942015-10-29 21:26:03 +02002395 DRM_DEBUG_KMS("disabling eDP PLL\n");
2396
Ville Syrjälä6fec7662015-11-10 16:16:17 +02002397 intel_dp->DP &= ~DP_PLL_ENABLE;
Daniel Vetter07679352012-09-06 22:15:42 +02002398
Ville Syrjälä6fec7662015-11-10 16:16:17 +02002399 I915_WRITE(DP_A, intel_dp->DP);
Chris Wilson1af5fa12010-09-08 21:07:28 +01002400 POSTING_READ(DP_A);
Jesse Barnesd240f202010-08-13 15:43:26 -07002401 udelay(200);
2402}
2403
Jesse Barnesc7ad3812011-07-07 11:11:03 -07002404/* If the sink supports it, try to set the power state appropriately */
Paulo Zanonic19b0662012-10-15 15:51:41 -03002405void intel_dp_sink_dpms(struct intel_dp *intel_dp, int mode)
Jesse Barnesc7ad3812011-07-07 11:11:03 -07002406{
2407 int ret, i;
2408
2409 /* Should have a valid DPCD by this point */
2410 if (intel_dp->dpcd[DP_DPCD_REV] < 0x11)
2411 return;
2412
2413 if (mode != DRM_MODE_DPMS_ON) {
Jani Nikula9d1a1032014-03-14 16:51:15 +02002414 ret = drm_dp_dpcd_writeb(&intel_dp->aux, DP_SET_POWER,
2415 DP_SET_POWER_D3);
Jesse Barnesc7ad3812011-07-07 11:11:03 -07002416 } else {
2417 /*
2418 * When turning on, we need to retry for 1ms to give the sink
2419 * time to wake up.
2420 */
2421 for (i = 0; i < 3; i++) {
Jani Nikula9d1a1032014-03-14 16:51:15 +02002422 ret = drm_dp_dpcd_writeb(&intel_dp->aux, DP_SET_POWER,
2423 DP_SET_POWER_D0);
Jesse Barnesc7ad3812011-07-07 11:11:03 -07002424 if (ret == 1)
2425 break;
2426 msleep(1);
2427 }
2428 }
Jani Nikulaf9cac722014-09-02 16:33:52 +03002429
2430 if (ret != 1)
2431 DRM_DEBUG_KMS("failed to %s sink power state\n",
2432 mode == DRM_MODE_DPMS_ON ? "enable" : "disable");
Jesse Barnesc7ad3812011-07-07 11:11:03 -07002433}
2434
Daniel Vetter19d8fe12012-07-02 13:26:27 +02002435static bool intel_dp_get_hw_state(struct intel_encoder *encoder,
2436 enum pipe *pipe)
Jesse Barnesd240f202010-08-13 15:43:26 -07002437{
Daniel Vetter19d8fe12012-07-02 13:26:27 +02002438 struct intel_dp *intel_dp = enc_to_intel_dp(&encoder->base);
Imre Deakbc7d38a2013-05-16 14:40:36 +03002439 enum port port = dp_to_dig_port(intel_dp)->port;
Daniel Vetter19d8fe12012-07-02 13:26:27 +02002440 struct drm_device *dev = encoder->base.dev;
Chris Wilsonfac5e232016-07-04 11:34:36 +01002441 struct drm_i915_private *dev_priv = to_i915(dev);
Imre Deak6d129be2014-03-05 16:20:54 +02002442 enum intel_display_power_domain power_domain;
2443 u32 tmp;
Imre Deak6fa9a5e2016-02-12 18:55:18 +02002444 bool ret;
Imre Deak6d129be2014-03-05 16:20:54 +02002445
2446 power_domain = intel_display_port_power_domain(encoder);
Imre Deak6fa9a5e2016-02-12 18:55:18 +02002447 if (!intel_display_power_get_if_enabled(dev_priv, power_domain))
Imre Deak6d129be2014-03-05 16:20:54 +02002448 return false;
2449
Imre Deak6fa9a5e2016-02-12 18:55:18 +02002450 ret = false;
2451
Imre Deak6d129be2014-03-05 16:20:54 +02002452 tmp = I915_READ(intel_dp->output_reg);
Jesse Barnesd240f202010-08-13 15:43:26 -07002453
Daniel Vetter19d8fe12012-07-02 13:26:27 +02002454 if (!(tmp & DP_PORT_EN))
Imre Deak6fa9a5e2016-02-12 18:55:18 +02002455 goto out;
Daniel Vetter19d8fe12012-07-02 13:26:27 +02002456
Ville Syrjälä39e5fa82015-05-05 17:17:29 +03002457 if (IS_GEN7(dev) && port == PORT_A) {
Daniel Vetter19d8fe12012-07-02 13:26:27 +02002458 *pipe = PORT_TO_PIPE_CPT(tmp);
Ville Syrjälä39e5fa82015-05-05 17:17:29 +03002459 } else if (HAS_PCH_CPT(dev) && port != PORT_A) {
Ville Syrjäläadc289d2015-05-05 17:17:30 +03002460 enum pipe p;
Daniel Vetter19d8fe12012-07-02 13:26:27 +02002461
Ville Syrjäläadc289d2015-05-05 17:17:30 +03002462 for_each_pipe(dev_priv, p) {
2463 u32 trans_dp = I915_READ(TRANS_DP_CTL(p));
2464 if (TRANS_DP_PIPE_TO_PORT(trans_dp) == port) {
2465 *pipe = p;
Imre Deak6fa9a5e2016-02-12 18:55:18 +02002466 ret = true;
2467
2468 goto out;
Daniel Vetter19d8fe12012-07-02 13:26:27 +02002469 }
2470 }
Daniel Vetter19d8fe12012-07-02 13:26:27 +02002471
Daniel Vetter4a0833e2012-10-26 10:58:11 +02002472 DRM_DEBUG_KMS("No pipe for dp port 0x%x found\n",
Ville Syrjäläf0f59a02015-11-18 15:33:26 +02002473 i915_mmio_reg_offset(intel_dp->output_reg));
Ville Syrjälä39e5fa82015-05-05 17:17:29 +03002474 } else if (IS_CHERRYVIEW(dev)) {
2475 *pipe = DP_PORT_TO_PIPE_CHV(tmp);
2476 } else {
2477 *pipe = PORT_TO_PIPE(tmp);
Daniel Vetter4a0833e2012-10-26 10:58:11 +02002478 }
Daniel Vetter19d8fe12012-07-02 13:26:27 +02002479
Imre Deak6fa9a5e2016-02-12 18:55:18 +02002480 ret = true;
2481
2482out:
2483 intel_display_power_put(dev_priv, power_domain);
2484
2485 return ret;
Daniel Vetter19d8fe12012-07-02 13:26:27 +02002486}
2487
Jesse Barnes045ac3b2013-05-14 17:08:26 -07002488static void intel_dp_get_config(struct intel_encoder *encoder,
Ander Conselvan de Oliveira5cec2582015-01-15 14:55:21 +02002489 struct intel_crtc_state *pipe_config)
Jesse Barnes045ac3b2013-05-14 17:08:26 -07002490{
2491 struct intel_dp *intel_dp = enc_to_intel_dp(&encoder->base);
Jesse Barnes045ac3b2013-05-14 17:08:26 -07002492 u32 tmp, flags = 0;
Xiong Zhang63000ef2013-06-28 12:59:06 +08002493 struct drm_device *dev = encoder->base.dev;
Chris Wilsonfac5e232016-07-04 11:34:36 +01002494 struct drm_i915_private *dev_priv = to_i915(dev);
Xiong Zhang63000ef2013-06-28 12:59:06 +08002495 enum port port = dp_to_dig_port(intel_dp)->port;
2496 struct intel_crtc *crtc = to_intel_crtc(encoder->base.crtc);
Jesse Barnes045ac3b2013-05-14 17:08:26 -07002497
Daniel Vetter9ed109a2014-04-24 23:54:52 +02002498 tmp = I915_READ(intel_dp->output_reg);
Jani Nikula9fcb1702015-05-05 16:32:12 +03002499
2500 pipe_config->has_audio = tmp & DP_AUDIO_OUTPUT_ENABLE && port != PORT_A;
Daniel Vetter9ed109a2014-04-24 23:54:52 +02002501
Ville Syrjälä39e5fa82015-05-05 17:17:29 +03002502 if (HAS_PCH_CPT(dev) && port != PORT_A) {
Ville Syrjäläb81e34c2015-07-06 15:10:03 +03002503 u32 trans_dp = I915_READ(TRANS_DP_CTL(crtc->pipe));
2504
2505 if (trans_dp & TRANS_DP_HSYNC_ACTIVE_HIGH)
Xiong Zhang63000ef2013-06-28 12:59:06 +08002506 flags |= DRM_MODE_FLAG_PHSYNC;
2507 else
2508 flags |= DRM_MODE_FLAG_NHSYNC;
Jesse Barnes045ac3b2013-05-14 17:08:26 -07002509
Ville Syrjäläb81e34c2015-07-06 15:10:03 +03002510 if (trans_dp & TRANS_DP_VSYNC_ACTIVE_HIGH)
Xiong Zhang63000ef2013-06-28 12:59:06 +08002511 flags |= DRM_MODE_FLAG_PVSYNC;
2512 else
2513 flags |= DRM_MODE_FLAG_NVSYNC;
Ville Syrjälä39e5fa82015-05-05 17:17:29 +03002514 } else {
2515 if (tmp & DP_SYNC_HS_HIGH)
2516 flags |= DRM_MODE_FLAG_PHSYNC;
2517 else
2518 flags |= DRM_MODE_FLAG_NHSYNC;
2519
2520 if (tmp & DP_SYNC_VS_HIGH)
2521 flags |= DRM_MODE_FLAG_PVSYNC;
2522 else
2523 flags |= DRM_MODE_FLAG_NVSYNC;
Xiong Zhang63000ef2013-06-28 12:59:06 +08002524 }
Jesse Barnes045ac3b2013-05-14 17:08:26 -07002525
Ander Conselvan de Oliveira2d112de2015-01-15 14:55:22 +02002526 pipe_config->base.adjusted_mode.flags |= flags;
Jesse Barnesf1f644d2013-06-27 00:39:25 +03002527
Ville Syrjälä8c875fc2014-09-12 15:46:29 +03002528 if (!HAS_PCH_SPLIT(dev) && !IS_VALLEYVIEW(dev) &&
Wayne Boyer666a4532015-12-09 12:29:35 -08002529 !IS_CHERRYVIEW(dev) && tmp & DP_COLOR_RANGE_16_235)
Ville Syrjälä8c875fc2014-09-12 15:46:29 +03002530 pipe_config->limited_color_range = true;
2531
Ville Syrjälä90a6b7b2015-07-06 16:39:15 +03002532 pipe_config->lane_count =
2533 ((tmp & DP_PORT_WIDTH_MASK) >> DP_PORT_WIDTH_SHIFT) + 1;
2534
Ville Syrjäläeb14cb72013-09-10 17:02:54 +03002535 intel_dp_get_m_n(crtc, pipe_config);
2536
Ville Syrjälä18442d02013-09-13 16:00:08 +03002537 if (port == PORT_A) {
Ville Syrjäläb377e0d2015-10-29 21:25:59 +02002538 if ((I915_READ(DP_A) & DP_PLL_FREQ_MASK) == DP_PLL_FREQ_162MHZ)
Jesse Barnesf1f644d2013-06-27 00:39:25 +03002539 pipe_config->port_clock = 162000;
2540 else
2541 pipe_config->port_clock = 270000;
2542 }
Ville Syrjälä18442d02013-09-13 16:00:08 +03002543
Ville Syrjäläe3b247d2016-02-17 21:41:09 +02002544 pipe_config->base.adjusted_mode.crtc_clock =
2545 intel_dotclock_calculate(pipe_config->port_clock,
2546 &pipe_config->dp_m_n);
Daniel Vetter7f16e5c2013-11-04 16:28:47 +01002547
Jani Nikula6aa23e62016-03-24 17:50:20 +02002548 if (is_edp(intel_dp) && dev_priv->vbt.edp.bpp &&
2549 pipe_config->pipe_bpp > dev_priv->vbt.edp.bpp) {
Jani Nikulac6cd2ee2013-10-21 10:52:07 +03002550 /*
2551 * This is a big fat ugly hack.
2552 *
2553 * Some machines in UEFI boot mode provide us a VBT that has 18
2554 * bpp and 1.62 GHz link bandwidth for eDP, which for reasons
2555 * unknown we fail to light up. Yet the same BIOS boots up with
2556 * 24 bpp and 2.7 GHz link. Use the same bpp as the BIOS uses as
2557 * max, not what it tells us to use.
2558 *
2559 * Note: This will still be broken if the eDP panel is not lit
2560 * up by the BIOS, and thus we can't get the mode at module
2561 * load.
2562 */
2563 DRM_DEBUG_KMS("pipe has %d bpp for eDP panel, overriding BIOS-provided max %d bpp\n",
Jani Nikula6aa23e62016-03-24 17:50:20 +02002564 pipe_config->pipe_bpp, dev_priv->vbt.edp.bpp);
2565 dev_priv->vbt.edp.bpp = pipe_config->pipe_bpp;
Jani Nikulac6cd2ee2013-10-21 10:52:07 +03002566 }
Jesse Barnes045ac3b2013-05-14 17:08:26 -07002567}
2568
Maarten Lankhorstfd6bbda2016-08-09 17:04:04 +02002569static void intel_disable_dp(struct intel_encoder *encoder,
2570 struct intel_crtc_state *old_crtc_state,
2571 struct drm_connector_state *old_conn_state)
Jesse Barnesd240f202010-08-13 15:43:26 -07002572{
Daniel Vettere8cb4552012-07-01 13:05:48 +02002573 struct intel_dp *intel_dp = enc_to_intel_dp(&encoder->base);
Maarten Lankhorst85cb48a2016-08-09 17:04:13 +02002574 struct drm_i915_private *dev_priv = to_i915(encoder->base.dev);
Jani Nikula495a5bb2014-10-27 16:26:55 +02002575
Maarten Lankhorst85cb48a2016-08-09 17:04:13 +02002576 if (old_crtc_state->has_audio)
Jani Nikula495a5bb2014-10-27 16:26:55 +02002577 intel_audio_codec_disable(encoder);
Daniel Vetter6cb49832012-05-20 17:14:50 +02002578
Maarten Lankhorst85cb48a2016-08-09 17:04:13 +02002579 if (HAS_PSR(dev_priv) && !HAS_DDI(dev_priv))
Rodrigo Vivib32c6f42014-11-20 03:44:37 -08002580 intel_psr_disable(intel_dp);
2581
Daniel Vetter6cb49832012-05-20 17:14:50 +02002582 /* Make sure the panel is off before trying to change the mode. But also
2583 * ensure that we have vdd while we switch off the panel. */
Jani Nikula24f3e092014-03-17 16:43:36 +02002584 intel_edp_panel_vdd_on(intel_dp);
Daniel Vetter4be73782014-01-17 14:39:48 +01002585 intel_edp_backlight_off(intel_dp);
Jani Nikulafdbc3b12013-11-12 17:10:13 +02002586 intel_dp_sink_dpms(intel_dp, DRM_MODE_DPMS_OFF);
Daniel Vetter4be73782014-01-17 14:39:48 +01002587 intel_edp_panel_off(intel_dp);
Daniel Vetter37398502012-09-06 22:15:44 +02002588
Ville Syrjälä08aff3f2014-08-18 22:16:09 +03002589 /* disable the port before the pipe on g4x */
Maarten Lankhorst85cb48a2016-08-09 17:04:13 +02002590 if (INTEL_GEN(dev_priv) < 5)
Daniel Vetter37398502012-09-06 22:15:44 +02002591 intel_dp_link_down(intel_dp);
Jesse Barnesd240f202010-08-13 15:43:26 -07002592}
2593
Maarten Lankhorstfd6bbda2016-08-09 17:04:04 +02002594static void ilk_post_disable_dp(struct intel_encoder *encoder,
2595 struct intel_crtc_state *old_crtc_state,
2596 struct drm_connector_state *old_conn_state)
Jesse Barnesd240f202010-08-13 15:43:26 -07002597{
Daniel Vetter2bd2ad62012-09-06 22:15:41 +02002598 struct intel_dp *intel_dp = enc_to_intel_dp(&encoder->base);
Imre Deak982a3862013-05-23 19:39:40 +03002599 enum port port = dp_to_dig_port(intel_dp)->port;
Daniel Vetter2bd2ad62012-09-06 22:15:41 +02002600
Ville Syrjälä49277c32014-03-31 18:21:26 +03002601 intel_dp_link_down(intel_dp);
Ville Syrjäläabfce942015-10-29 21:26:03 +02002602
2603 /* Only ilk+ has port A */
Ville Syrjälä08aff3f2014-08-18 22:16:09 +03002604 if (port == PORT_A)
2605 ironlake_edp_pll_off(intel_dp);
Ville Syrjälä49277c32014-03-31 18:21:26 +03002606}
2607
Maarten Lankhorstfd6bbda2016-08-09 17:04:04 +02002608static void vlv_post_disable_dp(struct intel_encoder *encoder,
2609 struct intel_crtc_state *old_crtc_state,
2610 struct drm_connector_state *old_conn_state)
Ville Syrjälä49277c32014-03-31 18:21:26 +03002611{
2612 struct intel_dp *intel_dp = enc_to_intel_dp(&encoder->base);
2613
2614 intel_dp_link_down(intel_dp);
Daniel Vetter2bd2ad62012-09-06 22:15:41 +02002615}
2616
Maarten Lankhorstfd6bbda2016-08-09 17:04:04 +02002617static void chv_post_disable_dp(struct intel_encoder *encoder,
2618 struct intel_crtc_state *old_crtc_state,
2619 struct drm_connector_state *old_conn_state)
Ville Syrjälä580d3812014-04-09 13:29:00 +03002620{
2621 struct intel_dp *intel_dp = enc_to_intel_dp(&encoder->base);
Ville Syrjälä580d3812014-04-09 13:29:00 +03002622 struct drm_device *dev = encoder->base.dev;
Chris Wilsonfac5e232016-07-04 11:34:36 +01002623 struct drm_i915_private *dev_priv = to_i915(dev);
Ville Syrjälä580d3812014-04-09 13:29:00 +03002624
2625 intel_dp_link_down(intel_dp);
2626
Ville Syrjäläa5805162015-05-26 20:42:30 +03002627 mutex_lock(&dev_priv->sb_lock);
Ville Syrjälä580d3812014-04-09 13:29:00 +03002628
Ville Syrjäläa8f327f2015-07-09 20:14:11 +03002629 /* Assert data lane reset */
2630 chv_data_lane_soft_reset(encoder, true);
Ville Syrjälä580d3812014-04-09 13:29:00 +03002631
Ville Syrjäläa5805162015-05-26 20:42:30 +03002632 mutex_unlock(&dev_priv->sb_lock);
Ville Syrjälä580d3812014-04-09 13:29:00 +03002633}
2634
Ville Syrjälä7b13b582014-08-18 22:16:08 +03002635static void
2636_intel_dp_set_link_train(struct intel_dp *intel_dp,
2637 uint32_t *DP,
2638 uint8_t dp_train_pat)
2639{
2640 struct intel_digital_port *intel_dig_port = dp_to_dig_port(intel_dp);
2641 struct drm_device *dev = intel_dig_port->base.base.dev;
Chris Wilsonfac5e232016-07-04 11:34:36 +01002642 struct drm_i915_private *dev_priv = to_i915(dev);
Ville Syrjälä7b13b582014-08-18 22:16:08 +03002643 enum port port = intel_dig_port->port;
2644
Pandiyan, Dhinakaran8b0878a2016-08-04 13:48:35 -07002645 if (dp_train_pat & DP_TRAINING_PATTERN_MASK)
2646 DRM_DEBUG_KMS("Using DP training pattern TPS%d\n",
2647 dp_train_pat & DP_TRAINING_PATTERN_MASK);
2648
Ville Syrjälä7b13b582014-08-18 22:16:08 +03002649 if (HAS_DDI(dev)) {
2650 uint32_t temp = I915_READ(DP_TP_CTL(port));
2651
2652 if (dp_train_pat & DP_LINK_SCRAMBLING_DISABLE)
2653 temp |= DP_TP_CTL_SCRAMBLE_DISABLE;
2654 else
2655 temp &= ~DP_TP_CTL_SCRAMBLE_DISABLE;
2656
2657 temp &= ~DP_TP_CTL_LINK_TRAIN_MASK;
2658 switch (dp_train_pat & DP_TRAINING_PATTERN_MASK) {
2659 case DP_TRAINING_PATTERN_DISABLE:
2660 temp |= DP_TP_CTL_LINK_TRAIN_NORMAL;
2661
2662 break;
2663 case DP_TRAINING_PATTERN_1:
2664 temp |= DP_TP_CTL_LINK_TRAIN_PAT1;
2665 break;
2666 case DP_TRAINING_PATTERN_2:
2667 temp |= DP_TP_CTL_LINK_TRAIN_PAT2;
2668 break;
2669 case DP_TRAINING_PATTERN_3:
2670 temp |= DP_TP_CTL_LINK_TRAIN_PAT3;
2671 break;
2672 }
2673 I915_WRITE(DP_TP_CTL(port), temp);
2674
Ville Syrjälä39e5fa82015-05-05 17:17:29 +03002675 } else if ((IS_GEN7(dev) && port == PORT_A) ||
2676 (HAS_PCH_CPT(dev) && port != PORT_A)) {
Ville Syrjälä7b13b582014-08-18 22:16:08 +03002677 *DP &= ~DP_LINK_TRAIN_MASK_CPT;
2678
2679 switch (dp_train_pat & DP_TRAINING_PATTERN_MASK) {
2680 case DP_TRAINING_PATTERN_DISABLE:
2681 *DP |= DP_LINK_TRAIN_OFF_CPT;
2682 break;
2683 case DP_TRAINING_PATTERN_1:
2684 *DP |= DP_LINK_TRAIN_PAT_1_CPT;
2685 break;
2686 case DP_TRAINING_PATTERN_2:
2687 *DP |= DP_LINK_TRAIN_PAT_2_CPT;
2688 break;
2689 case DP_TRAINING_PATTERN_3:
Pandiyan, Dhinakaran8b0878a2016-08-04 13:48:35 -07002690 DRM_DEBUG_KMS("TPS3 not supported, using TPS2 instead\n");
Ville Syrjälä7b13b582014-08-18 22:16:08 +03002691 *DP |= DP_LINK_TRAIN_PAT_2_CPT;
2692 break;
2693 }
2694
2695 } else {
2696 if (IS_CHERRYVIEW(dev))
2697 *DP &= ~DP_LINK_TRAIN_MASK_CHV;
2698 else
2699 *DP &= ~DP_LINK_TRAIN_MASK;
2700
2701 switch (dp_train_pat & DP_TRAINING_PATTERN_MASK) {
2702 case DP_TRAINING_PATTERN_DISABLE:
2703 *DP |= DP_LINK_TRAIN_OFF;
2704 break;
2705 case DP_TRAINING_PATTERN_1:
2706 *DP |= DP_LINK_TRAIN_PAT_1;
2707 break;
2708 case DP_TRAINING_PATTERN_2:
2709 *DP |= DP_LINK_TRAIN_PAT_2;
2710 break;
2711 case DP_TRAINING_PATTERN_3:
2712 if (IS_CHERRYVIEW(dev)) {
2713 *DP |= DP_LINK_TRAIN_PAT_3_CHV;
2714 } else {
Pandiyan, Dhinakaran8b0878a2016-08-04 13:48:35 -07002715 DRM_DEBUG_KMS("TPS3 not supported, using TPS2 instead\n");
Ville Syrjälä7b13b582014-08-18 22:16:08 +03002716 *DP |= DP_LINK_TRAIN_PAT_2;
2717 }
2718 break;
2719 }
2720 }
2721}
2722
Maarten Lankhorst85cb48a2016-08-09 17:04:13 +02002723static void intel_dp_enable_port(struct intel_dp *intel_dp,
2724 struct intel_crtc_state *old_crtc_state)
Ville Syrjälä7b13b582014-08-18 22:16:08 +03002725{
2726 struct drm_device *dev = intel_dp_to_dev(intel_dp);
Chris Wilsonfac5e232016-07-04 11:34:36 +01002727 struct drm_i915_private *dev_priv = to_i915(dev);
Ville Syrjälä7b13b582014-08-18 22:16:08 +03002728
Ville Syrjälä7b13b582014-08-18 22:16:08 +03002729 /* enable with pattern 1 (as per spec) */
Ville Syrjälä7b13b582014-08-18 22:16:08 +03002730
Pandiyan, Dhinakaran8b0878a2016-08-04 13:48:35 -07002731 intel_dp_program_link_training_pattern(intel_dp, DP_TRAINING_PATTERN_1);
Ville Syrjälä7b713f52014-10-16 21:27:35 +03002732
2733 /*
2734 * Magic for VLV/CHV. We _must_ first set up the register
2735 * without actually enabling the port, and then do another
2736 * write to enable the port. Otherwise link training will
2737 * fail when the power sequencer is freshly used for this port.
2738 */
2739 intel_dp->DP |= DP_PORT_EN;
Maarten Lankhorst85cb48a2016-08-09 17:04:13 +02002740 if (old_crtc_state->has_audio)
Ville Syrjälä6fec7662015-11-10 16:16:17 +02002741 intel_dp->DP |= DP_AUDIO_OUTPUT_ENABLE;
Ville Syrjälä7b713f52014-10-16 21:27:35 +03002742
2743 I915_WRITE(intel_dp->output_reg, intel_dp->DP);
2744 POSTING_READ(intel_dp->output_reg);
Ville Syrjälä7b13b582014-08-18 22:16:08 +03002745}
2746
Maarten Lankhorst85cb48a2016-08-09 17:04:13 +02002747static void intel_enable_dp(struct intel_encoder *encoder,
2748 struct intel_crtc_state *pipe_config)
Jesse Barnesd240f202010-08-13 15:43:26 -07002749{
Daniel Vettere8cb4552012-07-01 13:05:48 +02002750 struct intel_dp *intel_dp = enc_to_intel_dp(&encoder->base);
2751 struct drm_device *dev = encoder->base.dev;
Chris Wilsonfac5e232016-07-04 11:34:36 +01002752 struct drm_i915_private *dev_priv = to_i915(dev);
Jani Nikulac1dec792014-10-27 16:26:56 +02002753 struct intel_crtc *crtc = to_intel_crtc(encoder->base.crtc);
Chris Wilsonea5b2132010-08-04 13:50:23 +01002754 uint32_t dp_reg = I915_READ(intel_dp->output_reg);
Ville Syrjäläd6fbdd12015-10-29 21:25:58 +02002755 enum pipe pipe = crtc->pipe;
Keith Packarda4fc5ed2009-04-07 16:16:42 -07002756
Daniel Vetter0c33d8d2012-09-06 22:15:43 +02002757 if (WARN_ON(dp_reg & DP_PORT_EN))
2758 return;
Keith Packarda4fc5ed2009-04-07 16:16:42 -07002759
Ville Syrjälä093e3f12014-10-16 21:27:33 +03002760 pps_lock(intel_dp);
2761
Wayne Boyer666a4532015-12-09 12:29:35 -08002762 if (IS_VALLEYVIEW(dev) || IS_CHERRYVIEW(dev))
Ville Syrjälä093e3f12014-10-16 21:27:33 +03002763 vlv_init_panel_power_sequencer(intel_dp);
2764
Maarten Lankhorst85cb48a2016-08-09 17:04:13 +02002765 intel_dp_enable_port(intel_dp, pipe_config);
Ville Syrjälä093e3f12014-10-16 21:27:33 +03002766
2767 edp_panel_vdd_on(intel_dp);
2768 edp_panel_on(intel_dp);
2769 edp_panel_vdd_off(intel_dp, true);
2770
2771 pps_unlock(intel_dp);
2772
Wayne Boyer666a4532015-12-09 12:29:35 -08002773 if (IS_VALLEYVIEW(dev) || IS_CHERRYVIEW(dev)) {
Ville Syrjäläe0fce782015-07-08 23:45:54 +03002774 unsigned int lane_mask = 0x0;
2775
2776 if (IS_CHERRYVIEW(dev))
Maarten Lankhorst85cb48a2016-08-09 17:04:13 +02002777 lane_mask = intel_dp_unused_lane_mask(pipe_config->lane_count);
Ville Syrjäläe0fce782015-07-08 23:45:54 +03002778
Ville Syrjälä9b6de0a2015-04-10 18:21:31 +03002779 vlv_wait_port_ready(dev_priv, dp_to_dig_port(intel_dp),
2780 lane_mask);
Ville Syrjäläe0fce782015-07-08 23:45:54 +03002781 }
Ville Syrjälä61234fa2014-10-16 21:27:34 +03002782
Keith Packarda4fc5ed2009-04-07 16:16:42 -07002783 intel_dp_sink_dpms(intel_dp, DRM_MODE_DPMS_ON);
2784 intel_dp_start_link_train(intel_dp);
Imre Deak3ab9c632013-05-03 12:57:41 +03002785 intel_dp_stop_link_train(intel_dp);
Jani Nikulac1dec792014-10-27 16:26:56 +02002786
Maarten Lankhorst85cb48a2016-08-09 17:04:13 +02002787 if (pipe_config->has_audio) {
Jani Nikulac1dec792014-10-27 16:26:56 +02002788 DRM_DEBUG_DRIVER("Enabling DP audio on pipe %c\n",
Ville Syrjäläd6fbdd12015-10-29 21:25:58 +02002789 pipe_name(pipe));
Jani Nikulac1dec792014-10-27 16:26:56 +02002790 intel_audio_codec_enable(encoder);
2791 }
Jani Nikulaab1f90f2013-07-30 12:20:30 +03002792}
Jesse Barnes89b667f2013-04-18 14:51:36 -07002793
Maarten Lankhorstfd6bbda2016-08-09 17:04:04 +02002794static void g4x_enable_dp(struct intel_encoder *encoder,
2795 struct intel_crtc_state *pipe_config,
2796 struct drm_connector_state *conn_state)
Jani Nikulaecff4f32013-09-06 07:38:29 +03002797{
Jani Nikula828f5c62013-09-05 16:44:45 +03002798 struct intel_dp *intel_dp = enc_to_intel_dp(&encoder->base);
2799
Maarten Lankhorst85cb48a2016-08-09 17:04:13 +02002800 intel_enable_dp(encoder, pipe_config);
Daniel Vetter4be73782014-01-17 14:39:48 +01002801 intel_edp_backlight_on(intel_dp);
Keith Packarda4fc5ed2009-04-07 16:16:42 -07002802}
Jesse Barnes89b667f2013-04-18 14:51:36 -07002803
Maarten Lankhorstfd6bbda2016-08-09 17:04:04 +02002804static void vlv_enable_dp(struct intel_encoder *encoder,
2805 struct intel_crtc_state *pipe_config,
2806 struct drm_connector_state *conn_state)
Jani Nikulaab1f90f2013-07-30 12:20:30 +03002807{
Jani Nikula828f5c62013-09-05 16:44:45 +03002808 struct intel_dp *intel_dp = enc_to_intel_dp(&encoder->base);
2809
Daniel Vetter4be73782014-01-17 14:39:48 +01002810 intel_edp_backlight_on(intel_dp);
Rodrigo Vivib32c6f42014-11-20 03:44:37 -08002811 intel_psr_enable(intel_dp);
Keith Packarda4fc5ed2009-04-07 16:16:42 -07002812}
2813
Maarten Lankhorstfd6bbda2016-08-09 17:04:04 +02002814static void g4x_pre_enable_dp(struct intel_encoder *encoder,
2815 struct intel_crtc_state *pipe_config,
2816 struct drm_connector_state *conn_state)
Keith Packarda4fc5ed2009-04-07 16:16:42 -07002817{
Daniel Vetter2bd2ad62012-09-06 22:15:41 +02002818 struct intel_dp *intel_dp = enc_to_intel_dp(&encoder->base);
Ville Syrjäläd6fbdd12015-10-29 21:25:58 +02002819 enum port port = dp_to_dig_port(intel_dp)->port;
Jani Nikulaab1f90f2013-07-30 12:20:30 +03002820
Maarten Lankhorst85cb48a2016-08-09 17:04:13 +02002821 intel_dp_prepare(encoder, pipe_config);
Daniel Vetter8ac33ed2014-04-24 23:54:54 +02002822
Daniel Vetterd41f1ef2014-04-24 23:54:53 +02002823 /* Only ilk+ has port A */
Ville Syrjäläabfce942015-10-29 21:26:03 +02002824 if (port == PORT_A)
Maarten Lankhorst85cb48a2016-08-09 17:04:13 +02002825 ironlake_edp_pll_on(intel_dp, pipe_config);
Jani Nikulaab1f90f2013-07-30 12:20:30 +03002826}
2827
Ville Syrjälä83b84592014-10-16 21:29:51 +03002828static void vlv_detach_power_sequencer(struct intel_dp *intel_dp)
2829{
2830 struct intel_digital_port *intel_dig_port = dp_to_dig_port(intel_dp);
Chris Wilsonfac5e232016-07-04 11:34:36 +01002831 struct drm_i915_private *dev_priv = to_i915(intel_dig_port->base.base.dev);
Ville Syrjälä83b84592014-10-16 21:29:51 +03002832 enum pipe pipe = intel_dp->pps_pipe;
Imre Deak44cb7342016-08-10 14:07:29 +03002833 i915_reg_t pp_on_reg = PP_ON_DELAYS(pipe);
Ville Syrjälä83b84592014-10-16 21:29:51 +03002834
Ville Syrjälä686ea5862017-02-08 19:52:54 +02002835 if (WARN_ON(pipe != PIPE_A && pipe != PIPE_B))
2836 return;
2837
Ville Syrjälä83b84592014-10-16 21:29:51 +03002838 edp_panel_vdd_off_sync(intel_dp);
2839
2840 /*
2841 * VLV seems to get confused when multiple power seqeuencers
2842 * have the same port selected (even if only one has power/vdd
2843 * enabled). The failure manifests as vlv_wait_port_ready() failing
2844 * CHV on the other hand doesn't seem to mind having the same port
2845 * selected in multiple power seqeuencers, but let's clear the
2846 * port select always when logically disconnecting a power sequencer
2847 * from a port.
2848 */
2849 DRM_DEBUG_KMS("detaching pipe %c power sequencer from port %c\n",
2850 pipe_name(pipe), port_name(intel_dig_port->port));
2851 I915_WRITE(pp_on_reg, 0);
2852 POSTING_READ(pp_on_reg);
2853
2854 intel_dp->pps_pipe = INVALID_PIPE;
2855}
2856
Ville Syrjäläa4a5d2f2014-09-04 14:54:20 +03002857static void vlv_steal_power_sequencer(struct drm_device *dev,
2858 enum pipe pipe)
2859{
Chris Wilsonfac5e232016-07-04 11:34:36 +01002860 struct drm_i915_private *dev_priv = to_i915(dev);
Ville Syrjäläa4a5d2f2014-09-04 14:54:20 +03002861 struct intel_encoder *encoder;
2862
2863 lockdep_assert_held(&dev_priv->pps_mutex);
2864
Jani Nikula19c80542015-12-16 12:48:16 +02002865 for_each_intel_encoder(dev, encoder) {
Ville Syrjäläa4a5d2f2014-09-04 14:54:20 +03002866 struct intel_dp *intel_dp;
Ville Syrjälä773538e82014-09-04 14:54:56 +03002867 enum port port;
Ville Syrjäläa4a5d2f2014-09-04 14:54:20 +03002868
2869 if (encoder->type != INTEL_OUTPUT_EDP)
2870 continue;
2871
2872 intel_dp = enc_to_intel_dp(&encoder->base);
Ville Syrjälä773538e82014-09-04 14:54:56 +03002873 port = dp_to_dig_port(intel_dp)->port;
Ville Syrjäläa4a5d2f2014-09-04 14:54:20 +03002874
2875 if (intel_dp->pps_pipe != pipe)
2876 continue;
2877
2878 DRM_DEBUG_KMS("stealing pipe %c power sequencer from port %c\n",
Ville Syrjälä773538e82014-09-04 14:54:56 +03002879 pipe_name(pipe), port_name(port));
Ville Syrjäläa4a5d2f2014-09-04 14:54:20 +03002880
Maarten Lankhorste02f9a02015-08-05 12:37:08 +02002881 WARN(encoder->base.crtc,
Ville Syrjälä034e43c2014-10-16 21:27:28 +03002882 "stealing pipe %c power sequencer from active eDP port %c\n",
2883 pipe_name(pipe), port_name(port));
Ville Syrjäläa4a5d2f2014-09-04 14:54:20 +03002884
Ville Syrjäläa4a5d2f2014-09-04 14:54:20 +03002885 /* make sure vdd is off before we steal it */
Ville Syrjälä83b84592014-10-16 21:29:51 +03002886 vlv_detach_power_sequencer(intel_dp);
Ville Syrjäläa4a5d2f2014-09-04 14:54:20 +03002887 }
2888}
2889
2890static void vlv_init_panel_power_sequencer(struct intel_dp *intel_dp)
2891{
2892 struct intel_digital_port *intel_dig_port = dp_to_dig_port(intel_dp);
2893 struct intel_encoder *encoder = &intel_dig_port->base;
2894 struct drm_device *dev = encoder->base.dev;
Chris Wilsonfac5e232016-07-04 11:34:36 +01002895 struct drm_i915_private *dev_priv = to_i915(dev);
Ville Syrjäläa4a5d2f2014-09-04 14:54:20 +03002896 struct intel_crtc *crtc = to_intel_crtc(encoder->base.crtc);
Ville Syrjäläa4a5d2f2014-09-04 14:54:20 +03002897
2898 lockdep_assert_held(&dev_priv->pps_mutex);
2899
Ville Syrjälä093e3f12014-10-16 21:27:33 +03002900 if (!is_edp(intel_dp))
2901 return;
2902
Ville Syrjäläa4a5d2f2014-09-04 14:54:20 +03002903 if (intel_dp->pps_pipe == crtc->pipe)
2904 return;
2905
2906 /*
2907 * If another power sequencer was being used on this
2908 * port previously make sure to turn off vdd there while
2909 * we still have control of it.
2910 */
2911 if (intel_dp->pps_pipe != INVALID_PIPE)
Ville Syrjälä83b84592014-10-16 21:29:51 +03002912 vlv_detach_power_sequencer(intel_dp);
Ville Syrjäläa4a5d2f2014-09-04 14:54:20 +03002913
2914 /*
2915 * We may be stealing the power
2916 * sequencer from another port.
2917 */
2918 vlv_steal_power_sequencer(dev, crtc->pipe);
2919
2920 /* now it's all ours */
2921 intel_dp->pps_pipe = crtc->pipe;
2922
2923 DRM_DEBUG_KMS("initializing pipe %c power sequencer for port %c\n",
2924 pipe_name(intel_dp->pps_pipe), port_name(intel_dig_port->port));
2925
2926 /* init power sequencer on this pipe and port */
Ville Syrjälä36b5f422014-10-16 21:27:30 +03002927 intel_dp_init_panel_power_sequencer(dev, intel_dp);
Ville Syrjäläf0f7f382016-12-20 18:51:17 +02002928 intel_dp_init_panel_power_sequencer_registers(dev, intel_dp, true);
Ville Syrjäläa4a5d2f2014-09-04 14:54:20 +03002929}
2930
Maarten Lankhorstfd6bbda2016-08-09 17:04:04 +02002931static void vlv_pre_enable_dp(struct intel_encoder *encoder,
2932 struct intel_crtc_state *pipe_config,
2933 struct drm_connector_state *conn_state)
Jani Nikulaab1f90f2013-07-30 12:20:30 +03002934{
Ander Conselvan de Oliveira5f68c272016-04-27 15:44:24 +03002935 vlv_phy_pre_encoder_enable(encoder);
Jesse Barnes89b667f2013-04-18 14:51:36 -07002936
Maarten Lankhorst85cb48a2016-08-09 17:04:13 +02002937 intel_enable_dp(encoder, pipe_config);
Jesse Barnes89b667f2013-04-18 14:51:36 -07002938}
2939
Maarten Lankhorstfd6bbda2016-08-09 17:04:04 +02002940static void vlv_dp_pre_pll_enable(struct intel_encoder *encoder,
2941 struct intel_crtc_state *pipe_config,
2942 struct drm_connector_state *conn_state)
Jesse Barnes89b667f2013-04-18 14:51:36 -07002943{
Maarten Lankhorst85cb48a2016-08-09 17:04:13 +02002944 intel_dp_prepare(encoder, pipe_config);
Daniel Vetter8ac33ed2014-04-24 23:54:54 +02002945
Ander Conselvan de Oliveira6da2e612016-04-27 15:44:23 +03002946 vlv_phy_pre_pll_enable(encoder);
Keith Packarda4fc5ed2009-04-07 16:16:42 -07002947}
2948
Maarten Lankhorstfd6bbda2016-08-09 17:04:04 +02002949static void chv_pre_enable_dp(struct intel_encoder *encoder,
2950 struct intel_crtc_state *pipe_config,
2951 struct drm_connector_state *conn_state)
Chon Ming Leee4a1d842014-04-09 13:28:20 +03002952{
Ander Conselvan de Oliveirae7d2a7172016-04-27 15:44:20 +03002953 chv_phy_pre_encoder_enable(encoder);
Chon Ming Leee4a1d842014-04-09 13:28:20 +03002954
Maarten Lankhorst85cb48a2016-08-09 17:04:13 +02002955 intel_enable_dp(encoder, pipe_config);
Ville Syrjäläb0b33842015-07-08 23:45:55 +03002956
2957 /* Second common lane will stay alive on its own now */
Ander Conselvan de Oliveirae7d2a7172016-04-27 15:44:20 +03002958 chv_phy_release_cl2_override(encoder);
Chon Ming Leee4a1d842014-04-09 13:28:20 +03002959}
2960
Maarten Lankhorstfd6bbda2016-08-09 17:04:04 +02002961static void chv_dp_pre_pll_enable(struct intel_encoder *encoder,
2962 struct intel_crtc_state *pipe_config,
2963 struct drm_connector_state *conn_state)
Ville Syrjälä9197c882014-04-09 13:29:05 +03002964{
Maarten Lankhorst85cb48a2016-08-09 17:04:13 +02002965 intel_dp_prepare(encoder, pipe_config);
Ville Syrjälä625695f2014-06-28 02:04:02 +03002966
Ander Conselvan de Oliveira419b1b72016-04-27 15:44:19 +03002967 chv_phy_pre_pll_enable(encoder);
Ville Syrjälä9197c882014-04-09 13:29:05 +03002968}
2969
Maarten Lankhorstfd6bbda2016-08-09 17:04:04 +02002970static void chv_dp_post_pll_disable(struct intel_encoder *encoder,
2971 struct intel_crtc_state *pipe_config,
2972 struct drm_connector_state *conn_state)
Ville Syrjäläd6db9952015-07-08 23:45:49 +03002973{
Ander Conselvan de Oliveira204970b2016-04-27 15:44:21 +03002974 chv_phy_post_pll_disable(encoder);
Ville Syrjäläd6db9952015-07-08 23:45:49 +03002975}
2976
Keith Packarda4fc5ed2009-04-07 16:16:42 -07002977/*
2978 * Fetch AUX CH registers 0x202 - 0x207 which contain
2979 * link status information
2980 */
Ander Conselvan de Oliveira94223d02015-10-23 13:01:48 +03002981bool
Keith Packard93f62da2011-11-01 19:45:03 -07002982intel_dp_get_link_status(struct intel_dp *intel_dp, uint8_t link_status[DP_LINK_STATUS_SIZE])
Keith Packarda4fc5ed2009-04-07 16:16:42 -07002983{
Lyude9f085eb2016-04-13 10:58:33 -04002984 return drm_dp_dpcd_read(&intel_dp->aux, DP_LANE0_1_STATUS, link_status,
2985 DP_LINK_STATUS_SIZE) == DP_LINK_STATUS_SIZE;
Keith Packarda4fc5ed2009-04-07 16:16:42 -07002986}
2987
Paulo Zanoni11002442014-06-13 18:45:41 -03002988/* These are source-specific values. */
Ander Conselvan de Oliveira94223d02015-10-23 13:01:48 +03002989uint8_t
Keith Packard1a2eb462011-11-16 16:26:07 -08002990intel_dp_voltage_max(struct intel_dp *intel_dp)
Keith Packarda4fc5ed2009-04-07 16:16:42 -07002991{
Paulo Zanoni30add222012-10-26 19:05:45 -02002992 struct drm_device *dev = intel_dp_to_dev(intel_dp);
Chris Wilsonfac5e232016-07-04 11:34:36 +01002993 struct drm_i915_private *dev_priv = to_i915(dev);
Imre Deakbc7d38a2013-05-16 14:40:36 +03002994 enum port port = dp_to_dig_port(intel_dp)->port;
Keith Packard1a2eb462011-11-16 16:26:07 -08002995
Vandana Kannan93147262014-11-18 15:45:29 +05302996 if (IS_BROXTON(dev))
2997 return DP_TRAIN_VOLTAGE_SWING_LEVEL_3;
2998 else if (INTEL_INFO(dev)->gen >= 9) {
Jani Nikula06411f02016-03-24 17:50:21 +02002999 if (dev_priv->vbt.edp.low_vswing && port == PORT_A)
Sonika Jindal7ad14a22015-02-25 10:29:12 +05303000 return DP_TRAIN_VOLTAGE_SWING_LEVEL_3;
Damien Lespiau5a9d1f12013-12-03 13:56:26 +00003001 return DP_TRAIN_VOLTAGE_SWING_LEVEL_2;
Wayne Boyer666a4532015-12-09 12:29:35 -08003002 } else if (IS_VALLEYVIEW(dev) || IS_CHERRYVIEW(dev))
Sonika Jindalbd600182014-08-08 16:23:41 +05303003 return DP_TRAIN_VOLTAGE_SWING_LEVEL_3;
Imre Deakbc7d38a2013-05-16 14:40:36 +03003004 else if (IS_GEN7(dev) && port == PORT_A)
Sonika Jindalbd600182014-08-08 16:23:41 +05303005 return DP_TRAIN_VOLTAGE_SWING_LEVEL_2;
Imre Deakbc7d38a2013-05-16 14:40:36 +03003006 else if (HAS_PCH_CPT(dev) && port != PORT_A)
Sonika Jindalbd600182014-08-08 16:23:41 +05303007 return DP_TRAIN_VOLTAGE_SWING_LEVEL_3;
Keith Packard1a2eb462011-11-16 16:26:07 -08003008 else
Sonika Jindalbd600182014-08-08 16:23:41 +05303009 return DP_TRAIN_VOLTAGE_SWING_LEVEL_2;
Keith Packard1a2eb462011-11-16 16:26:07 -08003010}
3011
Ander Conselvan de Oliveira94223d02015-10-23 13:01:48 +03003012uint8_t
Keith Packard1a2eb462011-11-16 16:26:07 -08003013intel_dp_pre_emphasis_max(struct intel_dp *intel_dp, uint8_t voltage_swing)
3014{
Paulo Zanoni30add222012-10-26 19:05:45 -02003015 struct drm_device *dev = intel_dp_to_dev(intel_dp);
Imre Deakbc7d38a2013-05-16 14:40:36 +03003016 enum port port = dp_to_dig_port(intel_dp)->port;
Keith Packard1a2eb462011-11-16 16:26:07 -08003017
Damien Lespiau5a9d1f12013-12-03 13:56:26 +00003018 if (INTEL_INFO(dev)->gen >= 9) {
3019 switch (voltage_swing & DP_TRAIN_VOLTAGE_SWING_MASK) {
3020 case DP_TRAIN_VOLTAGE_SWING_LEVEL_0:
3021 return DP_TRAIN_PRE_EMPH_LEVEL_3;
3022 case DP_TRAIN_VOLTAGE_SWING_LEVEL_1:
3023 return DP_TRAIN_PRE_EMPH_LEVEL_2;
3024 case DP_TRAIN_VOLTAGE_SWING_LEVEL_2:
3025 return DP_TRAIN_PRE_EMPH_LEVEL_1;
Sonika Jindal7ad14a22015-02-25 10:29:12 +05303026 case DP_TRAIN_VOLTAGE_SWING_LEVEL_3:
3027 return DP_TRAIN_PRE_EMPH_LEVEL_0;
Damien Lespiau5a9d1f12013-12-03 13:56:26 +00003028 default:
3029 return DP_TRAIN_PRE_EMPH_LEVEL_0;
3030 }
3031 } else if (IS_HASWELL(dev) || IS_BROADWELL(dev)) {
Paulo Zanonid6c0d722012-10-15 15:51:34 -03003032 switch (voltage_swing & DP_TRAIN_VOLTAGE_SWING_MASK) {
Sonika Jindalbd600182014-08-08 16:23:41 +05303033 case DP_TRAIN_VOLTAGE_SWING_LEVEL_0:
3034 return DP_TRAIN_PRE_EMPH_LEVEL_3;
3035 case DP_TRAIN_VOLTAGE_SWING_LEVEL_1:
3036 return DP_TRAIN_PRE_EMPH_LEVEL_2;
3037 case DP_TRAIN_VOLTAGE_SWING_LEVEL_2:
3038 return DP_TRAIN_PRE_EMPH_LEVEL_1;
3039 case DP_TRAIN_VOLTAGE_SWING_LEVEL_3:
Paulo Zanonid6c0d722012-10-15 15:51:34 -03003040 default:
Sonika Jindalbd600182014-08-08 16:23:41 +05303041 return DP_TRAIN_PRE_EMPH_LEVEL_0;
Paulo Zanonid6c0d722012-10-15 15:51:34 -03003042 }
Wayne Boyer666a4532015-12-09 12:29:35 -08003043 } else if (IS_VALLEYVIEW(dev) || IS_CHERRYVIEW(dev)) {
Pallavi Ge2fa6fb2013-04-18 14:44:28 -07003044 switch (voltage_swing & DP_TRAIN_VOLTAGE_SWING_MASK) {
Sonika Jindalbd600182014-08-08 16:23:41 +05303045 case DP_TRAIN_VOLTAGE_SWING_LEVEL_0:
3046 return DP_TRAIN_PRE_EMPH_LEVEL_3;
3047 case DP_TRAIN_VOLTAGE_SWING_LEVEL_1:
3048 return DP_TRAIN_PRE_EMPH_LEVEL_2;
3049 case DP_TRAIN_VOLTAGE_SWING_LEVEL_2:
3050 return DP_TRAIN_PRE_EMPH_LEVEL_1;
3051 case DP_TRAIN_VOLTAGE_SWING_LEVEL_3:
Pallavi Ge2fa6fb2013-04-18 14:44:28 -07003052 default:
Sonika Jindalbd600182014-08-08 16:23:41 +05303053 return DP_TRAIN_PRE_EMPH_LEVEL_0;
Pallavi Ge2fa6fb2013-04-18 14:44:28 -07003054 }
Imre Deakbc7d38a2013-05-16 14:40:36 +03003055 } else if (IS_GEN7(dev) && port == PORT_A) {
Keith Packard1a2eb462011-11-16 16:26:07 -08003056 switch (voltage_swing & DP_TRAIN_VOLTAGE_SWING_MASK) {
Sonika Jindalbd600182014-08-08 16:23:41 +05303057 case DP_TRAIN_VOLTAGE_SWING_LEVEL_0:
3058 return DP_TRAIN_PRE_EMPH_LEVEL_2;
3059 case DP_TRAIN_VOLTAGE_SWING_LEVEL_1:
3060 case DP_TRAIN_VOLTAGE_SWING_LEVEL_2:
3061 return DP_TRAIN_PRE_EMPH_LEVEL_1;
Keith Packard1a2eb462011-11-16 16:26:07 -08003062 default:
Sonika Jindalbd600182014-08-08 16:23:41 +05303063 return DP_TRAIN_PRE_EMPH_LEVEL_0;
Keith Packard1a2eb462011-11-16 16:26:07 -08003064 }
3065 } else {
3066 switch (voltage_swing & DP_TRAIN_VOLTAGE_SWING_MASK) {
Sonika Jindalbd600182014-08-08 16:23:41 +05303067 case DP_TRAIN_VOLTAGE_SWING_LEVEL_0:
3068 return DP_TRAIN_PRE_EMPH_LEVEL_2;
3069 case DP_TRAIN_VOLTAGE_SWING_LEVEL_1:
3070 return DP_TRAIN_PRE_EMPH_LEVEL_2;
3071 case DP_TRAIN_VOLTAGE_SWING_LEVEL_2:
3072 return DP_TRAIN_PRE_EMPH_LEVEL_1;
3073 case DP_TRAIN_VOLTAGE_SWING_LEVEL_3:
Keith Packard1a2eb462011-11-16 16:26:07 -08003074 default:
Sonika Jindalbd600182014-08-08 16:23:41 +05303075 return DP_TRAIN_PRE_EMPH_LEVEL_0;
Keith Packard1a2eb462011-11-16 16:26:07 -08003076 }
Keith Packarda4fc5ed2009-04-07 16:16:42 -07003077 }
3078}
3079
Daniel Vetter5829975c2015-04-16 11:36:52 +02003080static uint32_t vlv_signal_levels(struct intel_dp *intel_dp)
Pallavi Ge2fa6fb2013-04-18 14:44:28 -07003081{
Ander Conselvan de Oliveira53d98722016-04-27 15:44:22 +03003082 struct intel_encoder *encoder = &dp_to_dig_port(intel_dp)->base;
Pallavi Ge2fa6fb2013-04-18 14:44:28 -07003083 unsigned long demph_reg_value, preemph_reg_value,
3084 uniqtranscale_reg_value;
3085 uint8_t train_set = intel_dp->train_set[0];
Pallavi Ge2fa6fb2013-04-18 14:44:28 -07003086
3087 switch (train_set & DP_TRAIN_PRE_EMPHASIS_MASK) {
Sonika Jindalbd600182014-08-08 16:23:41 +05303088 case DP_TRAIN_PRE_EMPH_LEVEL_0:
Pallavi Ge2fa6fb2013-04-18 14:44:28 -07003089 preemph_reg_value = 0x0004000;
3090 switch (train_set & DP_TRAIN_VOLTAGE_SWING_MASK) {
Sonika Jindalbd600182014-08-08 16:23:41 +05303091 case DP_TRAIN_VOLTAGE_SWING_LEVEL_0:
Pallavi Ge2fa6fb2013-04-18 14:44:28 -07003092 demph_reg_value = 0x2B405555;
3093 uniqtranscale_reg_value = 0x552AB83A;
3094 break;
Sonika Jindalbd600182014-08-08 16:23:41 +05303095 case DP_TRAIN_VOLTAGE_SWING_LEVEL_1:
Pallavi Ge2fa6fb2013-04-18 14:44:28 -07003096 demph_reg_value = 0x2B404040;
3097 uniqtranscale_reg_value = 0x5548B83A;
3098 break;
Sonika Jindalbd600182014-08-08 16:23:41 +05303099 case DP_TRAIN_VOLTAGE_SWING_LEVEL_2:
Pallavi Ge2fa6fb2013-04-18 14:44:28 -07003100 demph_reg_value = 0x2B245555;
3101 uniqtranscale_reg_value = 0x5560B83A;
3102 break;
Sonika Jindalbd600182014-08-08 16:23:41 +05303103 case DP_TRAIN_VOLTAGE_SWING_LEVEL_3:
Pallavi Ge2fa6fb2013-04-18 14:44:28 -07003104 demph_reg_value = 0x2B405555;
3105 uniqtranscale_reg_value = 0x5598DA3A;
3106 break;
3107 default:
3108 return 0;
3109 }
3110 break;
Sonika Jindalbd600182014-08-08 16:23:41 +05303111 case DP_TRAIN_PRE_EMPH_LEVEL_1:
Pallavi Ge2fa6fb2013-04-18 14:44:28 -07003112 preemph_reg_value = 0x0002000;
3113 switch (train_set & DP_TRAIN_VOLTAGE_SWING_MASK) {
Sonika Jindalbd600182014-08-08 16:23:41 +05303114 case DP_TRAIN_VOLTAGE_SWING_LEVEL_0:
Pallavi Ge2fa6fb2013-04-18 14:44:28 -07003115 demph_reg_value = 0x2B404040;
3116 uniqtranscale_reg_value = 0x5552B83A;
3117 break;
Sonika Jindalbd600182014-08-08 16:23:41 +05303118 case DP_TRAIN_VOLTAGE_SWING_LEVEL_1:
Pallavi Ge2fa6fb2013-04-18 14:44:28 -07003119 demph_reg_value = 0x2B404848;
3120 uniqtranscale_reg_value = 0x5580B83A;
3121 break;
Sonika Jindalbd600182014-08-08 16:23:41 +05303122 case DP_TRAIN_VOLTAGE_SWING_LEVEL_2:
Pallavi Ge2fa6fb2013-04-18 14:44:28 -07003123 demph_reg_value = 0x2B404040;
3124 uniqtranscale_reg_value = 0x55ADDA3A;
3125 break;
3126 default:
3127 return 0;
3128 }
3129 break;
Sonika Jindalbd600182014-08-08 16:23:41 +05303130 case DP_TRAIN_PRE_EMPH_LEVEL_2:
Pallavi Ge2fa6fb2013-04-18 14:44:28 -07003131 preemph_reg_value = 0x0000000;
3132 switch (train_set & DP_TRAIN_VOLTAGE_SWING_MASK) {
Sonika Jindalbd600182014-08-08 16:23:41 +05303133 case DP_TRAIN_VOLTAGE_SWING_LEVEL_0:
Pallavi Ge2fa6fb2013-04-18 14:44:28 -07003134 demph_reg_value = 0x2B305555;
3135 uniqtranscale_reg_value = 0x5570B83A;
3136 break;
Sonika Jindalbd600182014-08-08 16:23:41 +05303137 case DP_TRAIN_VOLTAGE_SWING_LEVEL_1:
Pallavi Ge2fa6fb2013-04-18 14:44:28 -07003138 demph_reg_value = 0x2B2B4040;
3139 uniqtranscale_reg_value = 0x55ADDA3A;
3140 break;
3141 default:
3142 return 0;
3143 }
3144 break;
Sonika Jindalbd600182014-08-08 16:23:41 +05303145 case DP_TRAIN_PRE_EMPH_LEVEL_3:
Pallavi Ge2fa6fb2013-04-18 14:44:28 -07003146 preemph_reg_value = 0x0006000;
3147 switch (train_set & DP_TRAIN_VOLTAGE_SWING_MASK) {
Sonika Jindalbd600182014-08-08 16:23:41 +05303148 case DP_TRAIN_VOLTAGE_SWING_LEVEL_0:
Pallavi Ge2fa6fb2013-04-18 14:44:28 -07003149 demph_reg_value = 0x1B405555;
3150 uniqtranscale_reg_value = 0x55ADDA3A;
3151 break;
3152 default:
3153 return 0;
3154 }
3155 break;
3156 default:
3157 return 0;
3158 }
3159
Ander Conselvan de Oliveira53d98722016-04-27 15:44:22 +03003160 vlv_set_phy_signal_level(encoder, demph_reg_value, preemph_reg_value,
3161 uniqtranscale_reg_value, 0);
Pallavi Ge2fa6fb2013-04-18 14:44:28 -07003162
3163 return 0;
3164}
3165
Daniel Vetter5829975c2015-04-16 11:36:52 +02003166static uint32_t chv_signal_levels(struct intel_dp *intel_dp)
Chon Ming Leee4a1d842014-04-09 13:28:20 +03003167{
Ander Conselvan de Oliveirab7fa22d2016-04-27 15:44:17 +03003168 struct intel_encoder *encoder = &dp_to_dig_port(intel_dp)->base;
3169 u32 deemph_reg_value, margin_reg_value;
3170 bool uniq_trans_scale = false;
Chon Ming Leee4a1d842014-04-09 13:28:20 +03003171 uint8_t train_set = intel_dp->train_set[0];
Chon Ming Leee4a1d842014-04-09 13:28:20 +03003172
3173 switch (train_set & DP_TRAIN_PRE_EMPHASIS_MASK) {
Sonika Jindalbd600182014-08-08 16:23:41 +05303174 case DP_TRAIN_PRE_EMPH_LEVEL_0:
Chon Ming Leee4a1d842014-04-09 13:28:20 +03003175 switch (train_set & DP_TRAIN_VOLTAGE_SWING_MASK) {
Sonika Jindalbd600182014-08-08 16:23:41 +05303176 case DP_TRAIN_VOLTAGE_SWING_LEVEL_0:
Chon Ming Leee4a1d842014-04-09 13:28:20 +03003177 deemph_reg_value = 128;
3178 margin_reg_value = 52;
3179 break;
Sonika Jindalbd600182014-08-08 16:23:41 +05303180 case DP_TRAIN_VOLTAGE_SWING_LEVEL_1:
Chon Ming Leee4a1d842014-04-09 13:28:20 +03003181 deemph_reg_value = 128;
3182 margin_reg_value = 77;
3183 break;
Sonika Jindalbd600182014-08-08 16:23:41 +05303184 case DP_TRAIN_VOLTAGE_SWING_LEVEL_2:
Chon Ming Leee4a1d842014-04-09 13:28:20 +03003185 deemph_reg_value = 128;
3186 margin_reg_value = 102;
3187 break;
Sonika Jindalbd600182014-08-08 16:23:41 +05303188 case DP_TRAIN_VOLTAGE_SWING_LEVEL_3:
Chon Ming Leee4a1d842014-04-09 13:28:20 +03003189 deemph_reg_value = 128;
3190 margin_reg_value = 154;
Ander Conselvan de Oliveirab7fa22d2016-04-27 15:44:17 +03003191 uniq_trans_scale = true;
Chon Ming Leee4a1d842014-04-09 13:28:20 +03003192 break;
3193 default:
3194 return 0;
3195 }
3196 break;
Sonika Jindalbd600182014-08-08 16:23:41 +05303197 case DP_TRAIN_PRE_EMPH_LEVEL_1:
Chon Ming Leee4a1d842014-04-09 13:28:20 +03003198 switch (train_set & DP_TRAIN_VOLTAGE_SWING_MASK) {
Sonika Jindalbd600182014-08-08 16:23:41 +05303199 case DP_TRAIN_VOLTAGE_SWING_LEVEL_0:
Chon Ming Leee4a1d842014-04-09 13:28:20 +03003200 deemph_reg_value = 85;
3201 margin_reg_value = 78;
3202 break;
Sonika Jindalbd600182014-08-08 16:23:41 +05303203 case DP_TRAIN_VOLTAGE_SWING_LEVEL_1:
Chon Ming Leee4a1d842014-04-09 13:28:20 +03003204 deemph_reg_value = 85;
3205 margin_reg_value = 116;
3206 break;
Sonika Jindalbd600182014-08-08 16:23:41 +05303207 case DP_TRAIN_VOLTAGE_SWING_LEVEL_2:
Chon Ming Leee4a1d842014-04-09 13:28:20 +03003208 deemph_reg_value = 85;
3209 margin_reg_value = 154;
3210 break;
3211 default:
3212 return 0;
3213 }
3214 break;
Sonika Jindalbd600182014-08-08 16:23:41 +05303215 case DP_TRAIN_PRE_EMPH_LEVEL_2:
Chon Ming Leee4a1d842014-04-09 13:28:20 +03003216 switch (train_set & DP_TRAIN_VOLTAGE_SWING_MASK) {
Sonika Jindalbd600182014-08-08 16:23:41 +05303217 case DP_TRAIN_VOLTAGE_SWING_LEVEL_0:
Chon Ming Leee4a1d842014-04-09 13:28:20 +03003218 deemph_reg_value = 64;
3219 margin_reg_value = 104;
3220 break;
Sonika Jindalbd600182014-08-08 16:23:41 +05303221 case DP_TRAIN_VOLTAGE_SWING_LEVEL_1:
Chon Ming Leee4a1d842014-04-09 13:28:20 +03003222 deemph_reg_value = 64;
3223 margin_reg_value = 154;
3224 break;
3225 default:
3226 return 0;
3227 }
3228 break;
Sonika Jindalbd600182014-08-08 16:23:41 +05303229 case DP_TRAIN_PRE_EMPH_LEVEL_3:
Chon Ming Leee4a1d842014-04-09 13:28:20 +03003230 switch (train_set & DP_TRAIN_VOLTAGE_SWING_MASK) {
Sonika Jindalbd600182014-08-08 16:23:41 +05303231 case DP_TRAIN_VOLTAGE_SWING_LEVEL_0:
Chon Ming Leee4a1d842014-04-09 13:28:20 +03003232 deemph_reg_value = 43;
3233 margin_reg_value = 154;
3234 break;
3235 default:
3236 return 0;
3237 }
3238 break;
3239 default:
3240 return 0;
3241 }
3242
Ander Conselvan de Oliveirab7fa22d2016-04-27 15:44:17 +03003243 chv_set_phy_signal_level(encoder, deemph_reg_value,
3244 margin_reg_value, uniq_trans_scale);
Chon Ming Leee4a1d842014-04-09 13:28:20 +03003245
3246 return 0;
3247}
3248
Keith Packarda4fc5ed2009-04-07 16:16:42 -07003249static uint32_t
Daniel Vetter5829975c2015-04-16 11:36:52 +02003250gen4_signal_levels(uint8_t train_set)
Keith Packarda4fc5ed2009-04-07 16:16:42 -07003251{
Chris Wilson3cf2efb2010-11-29 10:09:55 +00003252 uint32_t signal_levels = 0;
Keith Packarda4fc5ed2009-04-07 16:16:42 -07003253
Chris Wilson3cf2efb2010-11-29 10:09:55 +00003254 switch (train_set & DP_TRAIN_VOLTAGE_SWING_MASK) {
Sonika Jindalbd600182014-08-08 16:23:41 +05303255 case DP_TRAIN_VOLTAGE_SWING_LEVEL_0:
Keith Packarda4fc5ed2009-04-07 16:16:42 -07003256 default:
3257 signal_levels |= DP_VOLTAGE_0_4;
3258 break;
Sonika Jindalbd600182014-08-08 16:23:41 +05303259 case DP_TRAIN_VOLTAGE_SWING_LEVEL_1:
Keith Packarda4fc5ed2009-04-07 16:16:42 -07003260 signal_levels |= DP_VOLTAGE_0_6;
3261 break;
Sonika Jindalbd600182014-08-08 16:23:41 +05303262 case DP_TRAIN_VOLTAGE_SWING_LEVEL_2:
Keith Packarda4fc5ed2009-04-07 16:16:42 -07003263 signal_levels |= DP_VOLTAGE_0_8;
3264 break;
Sonika Jindalbd600182014-08-08 16:23:41 +05303265 case DP_TRAIN_VOLTAGE_SWING_LEVEL_3:
Keith Packarda4fc5ed2009-04-07 16:16:42 -07003266 signal_levels |= DP_VOLTAGE_1_2;
3267 break;
3268 }
Chris Wilson3cf2efb2010-11-29 10:09:55 +00003269 switch (train_set & DP_TRAIN_PRE_EMPHASIS_MASK) {
Sonika Jindalbd600182014-08-08 16:23:41 +05303270 case DP_TRAIN_PRE_EMPH_LEVEL_0:
Keith Packarda4fc5ed2009-04-07 16:16:42 -07003271 default:
3272 signal_levels |= DP_PRE_EMPHASIS_0;
3273 break;
Sonika Jindalbd600182014-08-08 16:23:41 +05303274 case DP_TRAIN_PRE_EMPH_LEVEL_1:
Keith Packarda4fc5ed2009-04-07 16:16:42 -07003275 signal_levels |= DP_PRE_EMPHASIS_3_5;
3276 break;
Sonika Jindalbd600182014-08-08 16:23:41 +05303277 case DP_TRAIN_PRE_EMPH_LEVEL_2:
Keith Packarda4fc5ed2009-04-07 16:16:42 -07003278 signal_levels |= DP_PRE_EMPHASIS_6;
3279 break;
Sonika Jindalbd600182014-08-08 16:23:41 +05303280 case DP_TRAIN_PRE_EMPH_LEVEL_3:
Keith Packarda4fc5ed2009-04-07 16:16:42 -07003281 signal_levels |= DP_PRE_EMPHASIS_9_5;
3282 break;
3283 }
3284 return signal_levels;
3285}
3286
Zhenyu Wange3421a12010-04-08 09:43:27 +08003287/* Gen6's DP voltage swing and pre-emphasis control */
3288static uint32_t
Daniel Vetter5829975c2015-04-16 11:36:52 +02003289gen6_edp_signal_levels(uint8_t train_set)
Zhenyu Wange3421a12010-04-08 09:43:27 +08003290{
Yuanhan Liu3c5a62b2011-01-06 18:26:08 +08003291 int signal_levels = train_set & (DP_TRAIN_VOLTAGE_SWING_MASK |
3292 DP_TRAIN_PRE_EMPHASIS_MASK);
3293 switch (signal_levels) {
Sonika Jindalbd600182014-08-08 16:23:41 +05303294 case DP_TRAIN_VOLTAGE_SWING_LEVEL_0 | DP_TRAIN_PRE_EMPH_LEVEL_0:
3295 case DP_TRAIN_VOLTAGE_SWING_LEVEL_1 | DP_TRAIN_PRE_EMPH_LEVEL_0:
Yuanhan Liu3c5a62b2011-01-06 18:26:08 +08003296 return EDP_LINK_TRAIN_400_600MV_0DB_SNB_B;
Sonika Jindalbd600182014-08-08 16:23:41 +05303297 case DP_TRAIN_VOLTAGE_SWING_LEVEL_0 | DP_TRAIN_PRE_EMPH_LEVEL_1:
Yuanhan Liu3c5a62b2011-01-06 18:26:08 +08003298 return EDP_LINK_TRAIN_400MV_3_5DB_SNB_B;
Sonika Jindalbd600182014-08-08 16:23:41 +05303299 case DP_TRAIN_VOLTAGE_SWING_LEVEL_0 | DP_TRAIN_PRE_EMPH_LEVEL_2:
3300 case DP_TRAIN_VOLTAGE_SWING_LEVEL_1 | DP_TRAIN_PRE_EMPH_LEVEL_2:
Yuanhan Liu3c5a62b2011-01-06 18:26:08 +08003301 return EDP_LINK_TRAIN_400_600MV_6DB_SNB_B;
Sonika Jindalbd600182014-08-08 16:23:41 +05303302 case DP_TRAIN_VOLTAGE_SWING_LEVEL_1 | DP_TRAIN_PRE_EMPH_LEVEL_1:
3303 case DP_TRAIN_VOLTAGE_SWING_LEVEL_2 | DP_TRAIN_PRE_EMPH_LEVEL_1:
Yuanhan Liu3c5a62b2011-01-06 18:26:08 +08003304 return EDP_LINK_TRAIN_600_800MV_3_5DB_SNB_B;
Sonika Jindalbd600182014-08-08 16:23:41 +05303305 case DP_TRAIN_VOLTAGE_SWING_LEVEL_2 | DP_TRAIN_PRE_EMPH_LEVEL_0:
3306 case DP_TRAIN_VOLTAGE_SWING_LEVEL_3 | DP_TRAIN_PRE_EMPH_LEVEL_0:
Yuanhan Liu3c5a62b2011-01-06 18:26:08 +08003307 return EDP_LINK_TRAIN_800_1200MV_0DB_SNB_B;
Zhenyu Wange3421a12010-04-08 09:43:27 +08003308 default:
Yuanhan Liu3c5a62b2011-01-06 18:26:08 +08003309 DRM_DEBUG_KMS("Unsupported voltage swing/pre-emphasis level:"
3310 "0x%x\n", signal_levels);
3311 return EDP_LINK_TRAIN_400_600MV_0DB_SNB_B;
Zhenyu Wange3421a12010-04-08 09:43:27 +08003312 }
3313}
3314
Keith Packard1a2eb462011-11-16 16:26:07 -08003315/* Gen7's DP voltage swing and pre-emphasis control */
3316static uint32_t
Daniel Vetter5829975c2015-04-16 11:36:52 +02003317gen7_edp_signal_levels(uint8_t train_set)
Keith Packard1a2eb462011-11-16 16:26:07 -08003318{
3319 int signal_levels = train_set & (DP_TRAIN_VOLTAGE_SWING_MASK |
3320 DP_TRAIN_PRE_EMPHASIS_MASK);
3321 switch (signal_levels) {
Sonika Jindalbd600182014-08-08 16:23:41 +05303322 case DP_TRAIN_VOLTAGE_SWING_LEVEL_0 | DP_TRAIN_PRE_EMPH_LEVEL_0:
Keith Packard1a2eb462011-11-16 16:26:07 -08003323 return EDP_LINK_TRAIN_400MV_0DB_IVB;
Sonika Jindalbd600182014-08-08 16:23:41 +05303324 case DP_TRAIN_VOLTAGE_SWING_LEVEL_0 | DP_TRAIN_PRE_EMPH_LEVEL_1:
Keith Packard1a2eb462011-11-16 16:26:07 -08003325 return EDP_LINK_TRAIN_400MV_3_5DB_IVB;
Sonika Jindalbd600182014-08-08 16:23:41 +05303326 case DP_TRAIN_VOLTAGE_SWING_LEVEL_0 | DP_TRAIN_PRE_EMPH_LEVEL_2:
Keith Packard1a2eb462011-11-16 16:26:07 -08003327 return EDP_LINK_TRAIN_400MV_6DB_IVB;
3328
Sonika Jindalbd600182014-08-08 16:23:41 +05303329 case DP_TRAIN_VOLTAGE_SWING_LEVEL_1 | DP_TRAIN_PRE_EMPH_LEVEL_0:
Keith Packard1a2eb462011-11-16 16:26:07 -08003330 return EDP_LINK_TRAIN_600MV_0DB_IVB;
Sonika Jindalbd600182014-08-08 16:23:41 +05303331 case DP_TRAIN_VOLTAGE_SWING_LEVEL_1 | DP_TRAIN_PRE_EMPH_LEVEL_1:
Keith Packard1a2eb462011-11-16 16:26:07 -08003332 return EDP_LINK_TRAIN_600MV_3_5DB_IVB;
3333
Sonika Jindalbd600182014-08-08 16:23:41 +05303334 case DP_TRAIN_VOLTAGE_SWING_LEVEL_2 | DP_TRAIN_PRE_EMPH_LEVEL_0:
Keith Packard1a2eb462011-11-16 16:26:07 -08003335 return EDP_LINK_TRAIN_800MV_0DB_IVB;
Sonika Jindalbd600182014-08-08 16:23:41 +05303336 case DP_TRAIN_VOLTAGE_SWING_LEVEL_2 | DP_TRAIN_PRE_EMPH_LEVEL_1:
Keith Packard1a2eb462011-11-16 16:26:07 -08003337 return EDP_LINK_TRAIN_800MV_3_5DB_IVB;
3338
3339 default:
3340 DRM_DEBUG_KMS("Unsupported voltage swing/pre-emphasis level:"
3341 "0x%x\n", signal_levels);
3342 return EDP_LINK_TRAIN_500MV_0DB_IVB;
3343 }
3344}
3345
Ander Conselvan de Oliveira94223d02015-10-23 13:01:48 +03003346void
Ander Conselvan de Oliveiraf4eb6922015-10-23 13:01:44 +03003347intel_dp_set_signal_levels(struct intel_dp *intel_dp)
Paulo Zanonif0a34242012-12-06 16:51:50 -02003348{
3349 struct intel_digital_port *intel_dig_port = dp_to_dig_port(intel_dp);
Imre Deakbc7d38a2013-05-16 14:40:36 +03003350 enum port port = intel_dig_port->port;
Paulo Zanonif0a34242012-12-06 16:51:50 -02003351 struct drm_device *dev = intel_dig_port->base.base.dev;
Ander Conselvan de Oliveirab905a912015-10-23 13:01:47 +03003352 struct drm_i915_private *dev_priv = to_i915(dev);
David Weinehallf8896f52015-06-25 11:11:03 +03003353 uint32_t signal_levels, mask = 0;
Paulo Zanonif0a34242012-12-06 16:51:50 -02003354 uint8_t train_set = intel_dp->train_set[0];
3355
David Weinehallf8896f52015-06-25 11:11:03 +03003356 if (HAS_DDI(dev)) {
3357 signal_levels = ddi_signal_levels(intel_dp);
3358
3359 if (IS_BROXTON(dev))
3360 signal_levels = 0;
3361 else
3362 mask = DDI_BUF_EMP_MASK;
Chon Ming Leee4a1d842014-04-09 13:28:20 +03003363 } else if (IS_CHERRYVIEW(dev)) {
Daniel Vetter5829975c2015-04-16 11:36:52 +02003364 signal_levels = chv_signal_levels(intel_dp);
Pallavi Ge2fa6fb2013-04-18 14:44:28 -07003365 } else if (IS_VALLEYVIEW(dev)) {
Daniel Vetter5829975c2015-04-16 11:36:52 +02003366 signal_levels = vlv_signal_levels(intel_dp);
Imre Deakbc7d38a2013-05-16 14:40:36 +03003367 } else if (IS_GEN7(dev) && port == PORT_A) {
Daniel Vetter5829975c2015-04-16 11:36:52 +02003368 signal_levels = gen7_edp_signal_levels(train_set);
Paulo Zanonif0a34242012-12-06 16:51:50 -02003369 mask = EDP_LINK_TRAIN_VOL_EMP_MASK_IVB;
Imre Deakbc7d38a2013-05-16 14:40:36 +03003370 } else if (IS_GEN6(dev) && port == PORT_A) {
Daniel Vetter5829975c2015-04-16 11:36:52 +02003371 signal_levels = gen6_edp_signal_levels(train_set);
Paulo Zanonif0a34242012-12-06 16:51:50 -02003372 mask = EDP_LINK_TRAIN_VOL_EMP_MASK_SNB;
3373 } else {
Daniel Vetter5829975c2015-04-16 11:36:52 +02003374 signal_levels = gen4_signal_levels(train_set);
Paulo Zanonif0a34242012-12-06 16:51:50 -02003375 mask = DP_VOLTAGE_MASK | DP_PRE_EMPHASIS_MASK;
3376 }
3377
Vandana Kannan96fb9f92014-11-18 15:45:27 +05303378 if (mask)
3379 DRM_DEBUG_KMS("Using signal levels %08x\n", signal_levels);
3380
3381 DRM_DEBUG_KMS("Using vswing level %d\n",
3382 train_set & DP_TRAIN_VOLTAGE_SWING_MASK);
3383 DRM_DEBUG_KMS("Using pre-emphasis level %d\n",
3384 (train_set & DP_TRAIN_PRE_EMPHASIS_MASK) >>
3385 DP_TRAIN_PRE_EMPHASIS_SHIFT);
Paulo Zanonif0a34242012-12-06 16:51:50 -02003386
Ander Conselvan de Oliveiraf4eb6922015-10-23 13:01:44 +03003387 intel_dp->DP = (intel_dp->DP & ~mask) | signal_levels;
Ander Conselvan de Oliveirab905a912015-10-23 13:01:47 +03003388
3389 I915_WRITE(intel_dp->output_reg, intel_dp->DP);
3390 POSTING_READ(intel_dp->output_reg);
Paulo Zanonif0a34242012-12-06 16:51:50 -02003391}
3392
Ander Conselvan de Oliveira94223d02015-10-23 13:01:48 +03003393void
Ander Conselvan de Oliveirae9c176d2015-10-23 13:01:45 +03003394intel_dp_program_link_training_pattern(struct intel_dp *intel_dp,
3395 uint8_t dp_train_pat)
Keith Packarda4fc5ed2009-04-07 16:16:42 -07003396{
Paulo Zanoni174edf12012-10-26 19:05:50 -02003397 struct intel_digital_port *intel_dig_port = dp_to_dig_port(intel_dp);
Ville Syrjälä90a6b7b2015-07-06 16:39:15 +03003398 struct drm_i915_private *dev_priv =
3399 to_i915(intel_dig_port->base.base.dev);
Keith Packarda4fc5ed2009-04-07 16:16:42 -07003400
Ander Conselvan de Oliveiraf4eb6922015-10-23 13:01:44 +03003401 _intel_dp_set_link_train(intel_dp, &intel_dp->DP, dp_train_pat);
Paulo Zanoni47ea7542012-07-17 16:55:16 -03003402
Ander Conselvan de Oliveiraf4eb6922015-10-23 13:01:44 +03003403 I915_WRITE(intel_dp->output_reg, intel_dp->DP);
Chris Wilsonea5b2132010-08-04 13:50:23 +01003404 POSTING_READ(intel_dp->output_reg);
Ander Conselvan de Oliveirae9c176d2015-10-23 13:01:45 +03003405}
3406
Ander Conselvan de Oliveira94223d02015-10-23 13:01:48 +03003407void intel_dp_set_idle_link_train(struct intel_dp *intel_dp)
Imre Deak3ab9c632013-05-03 12:57:41 +03003408{
3409 struct intel_digital_port *intel_dig_port = dp_to_dig_port(intel_dp);
3410 struct drm_device *dev = intel_dig_port->base.base.dev;
Chris Wilsonfac5e232016-07-04 11:34:36 +01003411 struct drm_i915_private *dev_priv = to_i915(dev);
Imre Deak3ab9c632013-05-03 12:57:41 +03003412 enum port port = intel_dig_port->port;
3413 uint32_t val;
3414
3415 if (!HAS_DDI(dev))
3416 return;
3417
3418 val = I915_READ(DP_TP_CTL(port));
3419 val &= ~DP_TP_CTL_LINK_TRAIN_MASK;
3420 val |= DP_TP_CTL_LINK_TRAIN_IDLE;
3421 I915_WRITE(DP_TP_CTL(port), val);
3422
3423 /*
3424 * On PORT_A we can have only eDP in SST mode. There the only reason
3425 * we need to set idle transmission mode is to work around a HW issue
3426 * where we enable the pipe while not in idle link-training mode.
3427 * In this case there is requirement to wait for a minimum number of
3428 * idle patterns to be sent.
3429 */
3430 if (port == PORT_A)
3431 return;
3432
Chris Wilsona7670172016-06-30 15:33:10 +01003433 if (intel_wait_for_register(dev_priv,DP_TP_STATUS(port),
3434 DP_TP_STATUS_IDLE_DONE,
3435 DP_TP_STATUS_IDLE_DONE,
3436 1))
Imre Deak3ab9c632013-05-03 12:57:41 +03003437 DRM_ERROR("Timed out waiting for DP idle patterns\n");
3438}
3439
Keith Packarda4fc5ed2009-04-07 16:16:42 -07003440static void
Chris Wilsonea5b2132010-08-04 13:50:23 +01003441intel_dp_link_down(struct intel_dp *intel_dp)
Keith Packarda4fc5ed2009-04-07 16:16:42 -07003442{
Paulo Zanonida63a9f2012-10-26 19:05:46 -02003443 struct intel_digital_port *intel_dig_port = dp_to_dig_port(intel_dp);
Ville Syrjälä1612c8b2015-05-05 17:17:34 +03003444 struct intel_crtc *crtc = to_intel_crtc(intel_dig_port->base.base.crtc);
Imre Deakbc7d38a2013-05-16 14:40:36 +03003445 enum port port = intel_dig_port->port;
Paulo Zanonida63a9f2012-10-26 19:05:46 -02003446 struct drm_device *dev = intel_dig_port->base.base.dev;
Chris Wilsonfac5e232016-07-04 11:34:36 +01003447 struct drm_i915_private *dev_priv = to_i915(dev);
Chris Wilsonea5b2132010-08-04 13:50:23 +01003448 uint32_t DP = intel_dp->DP;
Keith Packarda4fc5ed2009-04-07 16:16:42 -07003449
Daniel Vetterbc76e3202014-05-20 22:46:50 +02003450 if (WARN_ON(HAS_DDI(dev)))
Paulo Zanonic19b0662012-10-15 15:51:41 -03003451 return;
3452
Daniel Vetter0c33d8d2012-09-06 22:15:43 +02003453 if (WARN_ON((I915_READ(intel_dp->output_reg) & DP_PORT_EN) == 0))
Chris Wilson1b39d6f2010-12-06 11:20:45 +00003454 return;
3455
Zhao Yakui28c97732009-10-09 11:39:41 +08003456 DRM_DEBUG_KMS("\n");
Zhenyu Wang32f9d652009-07-24 01:00:32 +08003457
Ville Syrjälä39e5fa82015-05-05 17:17:29 +03003458 if ((IS_GEN7(dev) && port == PORT_A) ||
3459 (HAS_PCH_CPT(dev) && port != PORT_A)) {
Zhenyu Wange3421a12010-04-08 09:43:27 +08003460 DP &= ~DP_LINK_TRAIN_MASK_CPT;
Ville Syrjälä1612c8b2015-05-05 17:17:34 +03003461 DP |= DP_LINK_TRAIN_PAT_IDLE_CPT;
Zhenyu Wange3421a12010-04-08 09:43:27 +08003462 } else {
Ville Syrjäläaad3d142014-06-28 02:04:25 +03003463 if (IS_CHERRYVIEW(dev))
3464 DP &= ~DP_LINK_TRAIN_MASK_CHV;
3465 else
3466 DP &= ~DP_LINK_TRAIN_MASK;
Ville Syrjälä1612c8b2015-05-05 17:17:34 +03003467 DP |= DP_LINK_TRAIN_PAT_IDLE;
Zhenyu Wange3421a12010-04-08 09:43:27 +08003468 }
Ville Syrjälä1612c8b2015-05-05 17:17:34 +03003469 I915_WRITE(intel_dp->output_reg, DP);
Chris Wilsonfe255d02010-09-11 21:37:48 +01003470 POSTING_READ(intel_dp->output_reg);
Zhenyu Wang5eb08b62009-07-24 01:00:31 +08003471
Ville Syrjälä1612c8b2015-05-05 17:17:34 +03003472 DP &= ~(DP_PORT_EN | DP_AUDIO_OUTPUT_ENABLE);
3473 I915_WRITE(intel_dp->output_reg, DP);
3474 POSTING_READ(intel_dp->output_reg);
3475
3476 /*
3477 * HW workaround for IBX, we need to move the port
3478 * to transcoder A after disabling it to allow the
3479 * matching HDMI port to be enabled on transcoder A.
3480 */
3481 if (HAS_PCH_IBX(dev) && crtc->pipe == PIPE_B && port != PORT_A) {
Ville Syrjälä0c241d52015-10-30 19:23:22 +02003482 /*
3483 * We get CPU/PCH FIFO underruns on the other pipe when
3484 * doing the workaround. Sweep them under the rug.
3485 */
3486 intel_set_cpu_fifo_underrun_reporting(dev_priv, PIPE_A, false);
3487 intel_set_pch_fifo_underrun_reporting(dev_priv, PIPE_A, false);
3488
Ville Syrjälä1612c8b2015-05-05 17:17:34 +03003489 /* always enable with pattern 1 (as per spec) */
3490 DP &= ~(DP_PIPEB_SELECT | DP_LINK_TRAIN_MASK);
3491 DP |= DP_PORT_EN | DP_LINK_TRAIN_PAT_1;
3492 I915_WRITE(intel_dp->output_reg, DP);
3493 POSTING_READ(intel_dp->output_reg);
3494
3495 DP &= ~DP_PORT_EN;
Eric Anholt5bddd172010-11-18 09:32:59 +08003496 I915_WRITE(intel_dp->output_reg, DP);
Daniel Vetter0ca09682014-11-24 16:54:11 +01003497 POSTING_READ(intel_dp->output_reg);
Ville Syrjälä0c241d52015-10-30 19:23:22 +02003498
Chris Wilson91c8a322016-07-05 10:40:23 +01003499 intel_wait_for_vblank_if_active(&dev_priv->drm, PIPE_A);
Ville Syrjälä0c241d52015-10-30 19:23:22 +02003500 intel_set_cpu_fifo_underrun_reporting(dev_priv, PIPE_A, true);
3501 intel_set_pch_fifo_underrun_reporting(dev_priv, PIPE_A, true);
Eric Anholt5bddd172010-11-18 09:32:59 +08003502 }
3503
Keith Packardf01eca22011-09-28 16:48:10 -07003504 msleep(intel_dp->panel_power_down_delay);
Ville Syrjälä6fec7662015-11-10 16:16:17 +02003505
3506 intel_dp->DP = DP;
Keith Packarda4fc5ed2009-04-07 16:16:42 -07003507}
3508
Keith Packard26d61aa2011-07-25 20:01:09 -07003509static bool
Ville Syrjäläfe5a66f2016-07-29 16:52:39 +03003510intel_dp_read_dpcd(struct intel_dp *intel_dp)
Keith Packard92fd8fd2011-07-25 19:50:10 -07003511{
Lyude9f085eb2016-04-13 10:58:33 -04003512 if (drm_dp_dpcd_read(&intel_dp->aux, 0x000, intel_dp->dpcd,
3513 sizeof(intel_dp->dpcd)) < 0)
Adam Jacksonedb39242012-09-18 10:58:49 -04003514 return false; /* aux transfer failed */
Keith Packard92fd8fd2011-07-25 19:50:10 -07003515
Andy Shevchenkoa8e98152014-09-01 14:12:01 +03003516 DRM_DEBUG_KMS("DPCD: %*ph\n", (int) sizeof(intel_dp->dpcd), intel_dp->dpcd);
Damien Lespiau577c7a52012-12-13 16:09:02 +00003517
Ville Syrjäläfe5a66f2016-07-29 16:52:39 +03003518 return intel_dp->dpcd[DP_DPCD_REV] != 0;
3519}
3520
3521static bool
3522intel_edp_init_dpcd(struct intel_dp *intel_dp)
3523{
3524 struct drm_i915_private *dev_priv =
3525 to_i915(dp_to_dig_port(intel_dp)->base.base.dev);
3526
3527 /* this function is meant to be called only once */
3528 WARN_ON(intel_dp->dpcd[DP_DPCD_REV] != 0);
3529
3530 if (!intel_dp_read_dpcd(intel_dp))
3531 return false;
3532
3533 if (intel_dp->dpcd[DP_DPCD_REV] >= 0x11)
3534 dev_priv->no_aux_handshake = intel_dp->dpcd[DP_MAX_DOWNSPREAD] &
3535 DP_NO_AUX_HANDSHAKE_LINK_TRAINING;
3536
3537 /* Check if the panel supports PSR */
3538 drm_dp_dpcd_read(&intel_dp->aux, DP_PSR_SUPPORT,
3539 intel_dp->psr_dpcd,
3540 sizeof(intel_dp->psr_dpcd));
3541 if (intel_dp->psr_dpcd[0] & DP_PSR_IS_SUPPORTED) {
3542 dev_priv->psr.sink_support = true;
3543 DRM_DEBUG_KMS("Detected EDP PSR Panel.\n");
3544 }
3545
3546 if (INTEL_GEN(dev_priv) >= 9 &&
3547 (intel_dp->psr_dpcd[0] & DP_PSR2_IS_SUPPORTED)) {
3548 uint8_t frame_sync_cap;
3549
3550 dev_priv->psr.sink_support = true;
3551 drm_dp_dpcd_read(&intel_dp->aux,
3552 DP_SINK_DEVICE_AUX_FRAME_SYNC_CAP,
3553 &frame_sync_cap, 1);
3554 dev_priv->psr.aux_frame_sync = frame_sync_cap ? true : false;
3555 /* PSR2 needs frame sync as well */
3556 dev_priv->psr.psr2_support = dev_priv->psr.aux_frame_sync;
3557 DRM_DEBUG_KMS("PSR2 %s on sink",
3558 dev_priv->psr.psr2_support ? "supported" : "not supported");
3559 }
3560
3561 /* Read the eDP Display control capabilities registers */
3562 if ((intel_dp->dpcd[DP_EDP_CONFIGURATION_CAP] & DP_DPCD_DISPLAY_CONTROL_CAPABLE) &&
3563 drm_dp_dpcd_read(&intel_dp->aux, DP_EDP_DPCD_REV,
Dan Carpenterbe4dd652016-10-13 11:55:08 +03003564 intel_dp->edp_dpcd, sizeof(intel_dp->edp_dpcd)) ==
3565 sizeof(intel_dp->edp_dpcd))
Ville Syrjäläfe5a66f2016-07-29 16:52:39 +03003566 DRM_DEBUG_KMS("EDP DPCD : %*ph\n", (int) sizeof(intel_dp->edp_dpcd),
3567 intel_dp->edp_dpcd);
3568
3569 /* Intermediate frequency support */
3570 if (intel_dp->edp_dpcd[0] >= 0x03) { /* eDp v1.4 or higher */
3571 __le16 sink_rates[DP_MAX_SUPPORTED_RATES];
3572 int i;
3573
3574 drm_dp_dpcd_read(&intel_dp->aux, DP_SUPPORTED_LINK_RATES,
3575 sink_rates, sizeof(sink_rates));
3576
3577 for (i = 0; i < ARRAY_SIZE(sink_rates); i++) {
3578 int val = le16_to_cpu(sink_rates[i]);
3579
3580 if (val == 0)
3581 break;
3582
3583 /* Value read is in kHz while drm clock is saved in deca-kHz */
3584 intel_dp->sink_rates[i] = (val * 200) / 10;
3585 }
3586 intel_dp->num_sink_rates = i;
3587 }
3588
3589 return true;
3590}
3591
3592
3593static bool
3594intel_dp_get_dpcd(struct intel_dp *intel_dp)
3595{
3596 if (!intel_dp_read_dpcd(intel_dp))
3597 return false;
Adam Jacksonedb39242012-09-18 10:58:49 -04003598
Lyude9f085eb2016-04-13 10:58:33 -04003599 if (drm_dp_dpcd_read(&intel_dp->aux, DP_SINK_COUNT,
3600 &intel_dp->sink_count, 1) < 0)
Shubhangi Shrivastava30d9aa42016-03-30 18:05:25 +05303601 return false;
3602
3603 /*
3604 * Sink count can change between short pulse hpd hence
3605 * a member variable in intel_dp will track any changes
3606 * between short pulse interrupts.
3607 */
3608 intel_dp->sink_count = DP_GET_SINK_COUNT(intel_dp->sink_count);
3609
3610 /*
3611 * SINK_COUNT == 0 and DOWNSTREAM_PORT_PRESENT == 1 implies that
3612 * a dongle is present but no display. Unless we require to know
3613 * if a dongle is present or not, we don't need to update
3614 * downstream port information. So, an early return here saves
3615 * time from performing other operations which are not required.
3616 */
Shubhangi Shrivastava1034ce72016-04-12 12:23:54 +05303617 if (!is_edp(intel_dp) && !intel_dp->sink_count)
Shubhangi Shrivastava30d9aa42016-03-30 18:05:25 +05303618 return false;
3619
Adam Jacksonedb39242012-09-18 10:58:49 -04003620 if (!(intel_dp->dpcd[DP_DOWNSTREAMPORT_PRESENT] &
3621 DP_DWN_STRM_PORT_PRESENT))
3622 return true; /* native DP sink */
3623
3624 if (intel_dp->dpcd[DP_DPCD_REV] == 0x10)
3625 return true; /* no per-port downstream info */
3626
Lyude9f085eb2016-04-13 10:58:33 -04003627 if (drm_dp_dpcd_read(&intel_dp->aux, DP_DOWNSTREAM_PORT_0,
3628 intel_dp->downstream_ports,
3629 DP_MAX_DOWNSTREAM_PORTS) < 0)
Adam Jacksonedb39242012-09-18 10:58:49 -04003630 return false; /* downstream port status fetch failed */
3631
3632 return true;
Keith Packard92fd8fd2011-07-25 19:50:10 -07003633}
3634
Adam Jackson0d198322012-05-14 16:05:47 -04003635static void
3636intel_dp_probe_oui(struct intel_dp *intel_dp)
3637{
3638 u8 buf[3];
3639
3640 if (!(intel_dp->dpcd[DP_DOWN_STREAM_PORT_COUNT] & DP_OUI_SUPPORT))
3641 return;
3642
Lyude9f085eb2016-04-13 10:58:33 -04003643 if (drm_dp_dpcd_read(&intel_dp->aux, DP_SINK_OUI, buf, 3) == 3)
Adam Jackson0d198322012-05-14 16:05:47 -04003644 DRM_DEBUG_KMS("Sink OUI: %02hx%02hx%02hx\n",
3645 buf[0], buf[1], buf[2]);
3646
Lyude9f085eb2016-04-13 10:58:33 -04003647 if (drm_dp_dpcd_read(&intel_dp->aux, DP_BRANCH_OUI, buf, 3) == 3)
Adam Jackson0d198322012-05-14 16:05:47 -04003648 DRM_DEBUG_KMS("Branch OUI: %02hx%02hx%02hx\n",
3649 buf[0], buf[1], buf[2]);
3650}
3651
Dave Airlie0e32b392014-05-02 14:02:48 +10003652static bool
Ville Syrjäläc4e31702016-07-29 16:51:16 +03003653intel_dp_can_mst(struct intel_dp *intel_dp)
Dave Airlie0e32b392014-05-02 14:02:48 +10003654{
3655 u8 buf[1];
3656
Nathan Schulte7cc96132016-03-15 10:14:05 -05003657 if (!i915.enable_dp_mst)
3658 return false;
3659
Dave Airlie0e32b392014-05-02 14:02:48 +10003660 if (!intel_dp->can_mst)
3661 return false;
3662
3663 if (intel_dp->dpcd[DP_DPCD_REV] < 0x12)
3664 return false;
3665
Ville Syrjäläc4e31702016-07-29 16:51:16 +03003666 if (drm_dp_dpcd_read(&intel_dp->aux, DP_MSTM_CAP, buf, 1) != 1)
3667 return false;
Dave Airlie0e32b392014-05-02 14:02:48 +10003668
Ville Syrjäläc4e31702016-07-29 16:51:16 +03003669 return buf[0] & DP_MST_CAP;
3670}
3671
3672static void
3673intel_dp_configure_mst(struct intel_dp *intel_dp)
3674{
3675 if (!i915.enable_dp_mst)
3676 return;
3677
3678 if (!intel_dp->can_mst)
3679 return;
3680
3681 intel_dp->is_mst = intel_dp_can_mst(intel_dp);
3682
3683 if (intel_dp->is_mst)
3684 DRM_DEBUG_KMS("Sink is MST capable\n");
3685 else
3686 DRM_DEBUG_KMS("Sink is not MST capable\n");
3687
3688 drm_dp_mst_topology_mgr_set_mst(&intel_dp->mst_mgr,
3689 intel_dp->is_mst);
Dave Airlie0e32b392014-05-02 14:02:48 +10003690}
3691
Rodrigo Vivie5a1cab2015-07-23 16:35:48 -07003692static int intel_dp_sink_crc_stop(struct intel_dp *intel_dp)
Rodrigo Vivid2e216d2014-01-24 13:36:17 -02003693{
Rodrigo Vivi082dcc72015-07-30 16:26:39 -07003694 struct intel_digital_port *dig_port = dp_to_dig_port(intel_dp);
Rodrigo Vivid72f9d92015-11-05 10:50:19 -08003695 struct drm_device *dev = dig_port->base.base.dev;
Rodrigo Vivi082dcc72015-07-30 16:26:39 -07003696 struct intel_crtc *intel_crtc = to_intel_crtc(dig_port->base.base.crtc);
Rodrigo Viviad9dc912014-09-16 19:18:12 -04003697 u8 buf;
Rodrigo Vivie5a1cab2015-07-23 16:35:48 -07003698 int ret = 0;
Rodrigo Vivic6297842015-11-05 10:50:20 -08003699 int count = 0;
3700 int attempts = 10;
Paulo Zanoni4373f0f2015-05-25 18:52:29 -03003701
3702 if (drm_dp_dpcd_readb(&intel_dp->aux, DP_TEST_SINK, &buf) < 0) {
Rodrigo Vivi082dcc72015-07-30 16:26:39 -07003703 DRM_DEBUG_KMS("Sink CRC couldn't be stopped properly\n");
Rodrigo Vivie5a1cab2015-07-23 16:35:48 -07003704 ret = -EIO;
3705 goto out;
Paulo Zanoni4373f0f2015-05-25 18:52:29 -03003706 }
Rodrigo Vivid2e216d2014-01-24 13:36:17 -02003707
Rodrigo Vivid2e216d2014-01-24 13:36:17 -02003708 if (drm_dp_dpcd_writeb(&intel_dp->aux, DP_TEST_SINK,
Rodrigo Vivie5a1cab2015-07-23 16:35:48 -07003709 buf & ~DP_TEST_SINK_START) < 0) {
Rodrigo Vivi082dcc72015-07-30 16:26:39 -07003710 DRM_DEBUG_KMS("Sink CRC couldn't be stopped properly\n");
Rodrigo Vivie5a1cab2015-07-23 16:35:48 -07003711 ret = -EIO;
3712 goto out;
3713 }
Rodrigo Vivi082dcc72015-07-30 16:26:39 -07003714
Rodrigo Vivic6297842015-11-05 10:50:20 -08003715 do {
3716 intel_wait_for_vblank(dev, intel_crtc->pipe);
3717
3718 if (drm_dp_dpcd_readb(&intel_dp->aux,
3719 DP_TEST_SINK_MISC, &buf) < 0) {
3720 ret = -EIO;
3721 goto out;
3722 }
3723 count = buf & DP_TEST_COUNT_MASK;
3724 } while (--attempts && count);
3725
3726 if (attempts == 0) {
Rodrigo Vividc5a9032016-01-29 14:44:59 -08003727 DRM_DEBUG_KMS("TIMEOUT: Sink CRC counter is not zeroed after calculation is stopped\n");
Rodrigo Vivic6297842015-11-05 10:50:20 -08003728 ret = -ETIMEDOUT;
3729 }
3730
Rodrigo Vivie5a1cab2015-07-23 16:35:48 -07003731 out:
Rodrigo Vivi082dcc72015-07-30 16:26:39 -07003732 hsw_enable_ips(intel_crtc);
Rodrigo Vivie5a1cab2015-07-23 16:35:48 -07003733 return ret;
Rodrigo Vivi082dcc72015-07-30 16:26:39 -07003734}
3735
3736static int intel_dp_sink_crc_start(struct intel_dp *intel_dp)
3737{
3738 struct intel_digital_port *dig_port = dp_to_dig_port(intel_dp);
Rodrigo Vivid72f9d92015-11-05 10:50:19 -08003739 struct drm_device *dev = dig_port->base.base.dev;
Rodrigo Vivi082dcc72015-07-30 16:26:39 -07003740 struct intel_crtc *intel_crtc = to_intel_crtc(dig_port->base.base.crtc);
3741 u8 buf;
Rodrigo Vivie5a1cab2015-07-23 16:35:48 -07003742 int ret;
3743
Rodrigo Vivi082dcc72015-07-30 16:26:39 -07003744 if (drm_dp_dpcd_readb(&intel_dp->aux, DP_TEST_SINK_MISC, &buf) < 0)
3745 return -EIO;
3746
3747 if (!(buf & DP_TEST_CRC_SUPPORTED))
3748 return -ENOTTY;
3749
3750 if (drm_dp_dpcd_readb(&intel_dp->aux, DP_TEST_SINK, &buf) < 0)
3751 return -EIO;
3752
Rodrigo Vivi6d8175d2015-11-05 10:50:22 -08003753 if (buf & DP_TEST_SINK_START) {
3754 ret = intel_dp_sink_crc_stop(intel_dp);
3755 if (ret)
3756 return ret;
3757 }
3758
Rodrigo Vivi082dcc72015-07-30 16:26:39 -07003759 hsw_disable_ips(intel_crtc);
3760
3761 if (drm_dp_dpcd_writeb(&intel_dp->aux, DP_TEST_SINK,
3762 buf | DP_TEST_SINK_START) < 0) {
3763 hsw_enable_ips(intel_crtc);
3764 return -EIO;
Paulo Zanoni4373f0f2015-05-25 18:52:29 -03003765 }
Rodrigo Vivid2e216d2014-01-24 13:36:17 -02003766
Rodrigo Vivid72f9d92015-11-05 10:50:19 -08003767 intel_wait_for_vblank(dev, intel_crtc->pipe);
Rodrigo Vivi082dcc72015-07-30 16:26:39 -07003768 return 0;
3769}
3770
3771int intel_dp_sink_crc(struct intel_dp *intel_dp, u8 *crc)
3772{
3773 struct intel_digital_port *dig_port = dp_to_dig_port(intel_dp);
3774 struct drm_device *dev = dig_port->base.base.dev;
3775 struct intel_crtc *intel_crtc = to_intel_crtc(dig_port->base.base.crtc);
3776 u8 buf;
Rodrigo Vivi621d4c72015-07-23 16:35:49 -07003777 int count, ret;
Rodrigo Vivi082dcc72015-07-30 16:26:39 -07003778 int attempts = 6;
Rodrigo Vivi082dcc72015-07-30 16:26:39 -07003779
3780 ret = intel_dp_sink_crc_start(intel_dp);
3781 if (ret)
3782 return ret;
3783
Rodrigo Viviad9dc912014-09-16 19:18:12 -04003784 do {
Rodrigo Vivi621d4c72015-07-23 16:35:49 -07003785 intel_wait_for_vblank(dev, intel_crtc->pipe);
3786
Rodrigo Vivi1dda5f92014-10-01 07:32:37 -07003787 if (drm_dp_dpcd_readb(&intel_dp->aux,
Paulo Zanoni4373f0f2015-05-25 18:52:29 -03003788 DP_TEST_SINK_MISC, &buf) < 0) {
3789 ret = -EIO;
Rodrigo Viviafe0d672015-07-23 16:35:45 -07003790 goto stop;
Paulo Zanoni4373f0f2015-05-25 18:52:29 -03003791 }
Rodrigo Vivi621d4c72015-07-23 16:35:49 -07003792 count = buf & DP_TEST_COUNT_MASK;
Rodrigo Viviaabc95d2015-07-23 16:35:50 -07003793
Rodrigo Vivi7e38eef2015-11-05 10:50:21 -08003794 } while (--attempts && count == 0);
Rodrigo Viviad9dc912014-09-16 19:18:12 -04003795
3796 if (attempts == 0) {
Rodrigo Vivi7e38eef2015-11-05 10:50:21 -08003797 DRM_ERROR("Panel is unable to calculate any CRC after 6 vblanks\n");
3798 ret = -ETIMEDOUT;
3799 goto stop;
3800 }
3801
3802 if (drm_dp_dpcd_read(&intel_dp->aux, DP_TEST_CRC_R_CR, crc, 6) < 0) {
3803 ret = -EIO;
3804 goto stop;
Rodrigo Viviad9dc912014-09-16 19:18:12 -04003805 }
Rodrigo Vivid2e216d2014-01-24 13:36:17 -02003806
Rodrigo Viviafe0d672015-07-23 16:35:45 -07003807stop:
Rodrigo Vivi082dcc72015-07-30 16:26:39 -07003808 intel_dp_sink_crc_stop(intel_dp);
Paulo Zanoni4373f0f2015-05-25 18:52:29 -03003809 return ret;
Rodrigo Vivid2e216d2014-01-24 13:36:17 -02003810}
3811
Jesse Barnesa60f0e32011-10-20 15:09:17 -07003812static bool
3813intel_dp_get_sink_irq(struct intel_dp *intel_dp, u8 *sink_irq_vector)
3814{
Lyude9f085eb2016-04-13 10:58:33 -04003815 return drm_dp_dpcd_read(&intel_dp->aux,
Jani Nikula9d1a1032014-03-14 16:51:15 +02003816 DP_DEVICE_SERVICE_IRQ_VECTOR,
3817 sink_irq_vector, 1) == 1;
Jesse Barnesa60f0e32011-10-20 15:09:17 -07003818}
3819
Dave Airlie0e32b392014-05-02 14:02:48 +10003820static bool
3821intel_dp_get_sink_irq_esi(struct intel_dp *intel_dp, u8 *sink_irq_vector)
3822{
3823 int ret;
3824
Lyude9f085eb2016-04-13 10:58:33 -04003825 ret = drm_dp_dpcd_read(&intel_dp->aux,
Dave Airlie0e32b392014-05-02 14:02:48 +10003826 DP_SINK_COUNT_ESI,
3827 sink_irq_vector, 14);
3828 if (ret != 14)
3829 return false;
3830
3831 return true;
3832}
3833
Todd Previtec5d5ab72015-04-15 08:38:38 -07003834static uint8_t intel_dp_autotest_link_training(struct intel_dp *intel_dp)
Jesse Barnesa60f0e32011-10-20 15:09:17 -07003835{
Todd Previtec5d5ab72015-04-15 08:38:38 -07003836 uint8_t test_result = DP_TEST_ACK;
3837 return test_result;
3838}
3839
3840static uint8_t intel_dp_autotest_video_pattern(struct intel_dp *intel_dp)
3841{
3842 uint8_t test_result = DP_TEST_NAK;
3843 return test_result;
3844}
3845
3846static uint8_t intel_dp_autotest_edid(struct intel_dp *intel_dp)
3847{
3848 uint8_t test_result = DP_TEST_NAK;
Todd Previte559be302015-05-04 07:48:20 -07003849 struct intel_connector *intel_connector = intel_dp->attached_connector;
3850 struct drm_connector *connector = &intel_connector->base;
3851
3852 if (intel_connector->detect_edid == NULL ||
Daniel Vetterac6f2e22015-05-08 16:15:41 +02003853 connector->edid_corrupt ||
Todd Previte559be302015-05-04 07:48:20 -07003854 intel_dp->aux.i2c_defer_count > 6) {
3855 /* Check EDID read for NACKs, DEFERs and corruption
3856 * (DP CTS 1.2 Core r1.1)
3857 * 4.2.2.4 : Failed EDID read, I2C_NAK
3858 * 4.2.2.5 : Failed EDID read, I2C_DEFER
3859 * 4.2.2.6 : EDID corruption detected
3860 * Use failsafe mode for all cases
3861 */
3862 if (intel_dp->aux.i2c_nack_count > 0 ||
3863 intel_dp->aux.i2c_defer_count > 0)
3864 DRM_DEBUG_KMS("EDID read had %d NACKs, %d DEFERs\n",
3865 intel_dp->aux.i2c_nack_count,
3866 intel_dp->aux.i2c_defer_count);
3867 intel_dp->compliance_test_data = INTEL_DP_RESOLUTION_FAILSAFE;
3868 } else {
Thulasimani,Sivakumarf79b468e2015-08-07 15:14:30 +05303869 struct edid *block = intel_connector->detect_edid;
3870
3871 /* We have to write the checksum
3872 * of the last block read
3873 */
3874 block += intel_connector->detect_edid->extensions;
3875
Todd Previte559be302015-05-04 07:48:20 -07003876 if (!drm_dp_dpcd_write(&intel_dp->aux,
3877 DP_TEST_EDID_CHECKSUM,
Thulasimani,Sivakumarf79b468e2015-08-07 15:14:30 +05303878 &block->checksum,
Dan Carpenter5a1cc652015-05-12 21:07:37 +03003879 1))
Todd Previte559be302015-05-04 07:48:20 -07003880 DRM_DEBUG_KMS("Failed to write EDID checksum\n");
3881
3882 test_result = DP_TEST_ACK | DP_TEST_EDID_CHECKSUM_WRITE;
3883 intel_dp->compliance_test_data = INTEL_DP_RESOLUTION_STANDARD;
3884 }
3885
3886 /* Set test active flag here so userspace doesn't interrupt things */
3887 intel_dp->compliance_test_active = 1;
3888
Todd Previtec5d5ab72015-04-15 08:38:38 -07003889 return test_result;
3890}
3891
3892static uint8_t intel_dp_autotest_phy_pattern(struct intel_dp *intel_dp)
3893{
3894 uint8_t test_result = DP_TEST_NAK;
3895 return test_result;
3896}
3897
3898static void intel_dp_handle_test_request(struct intel_dp *intel_dp)
3899{
3900 uint8_t response = DP_TEST_NAK;
3901 uint8_t rxdata = 0;
3902 int status = 0;
3903
Todd Previtec5d5ab72015-04-15 08:38:38 -07003904 status = drm_dp_dpcd_read(&intel_dp->aux, DP_TEST_REQUEST, &rxdata, 1);
3905 if (status <= 0) {
3906 DRM_DEBUG_KMS("Could not read test request from sink\n");
3907 goto update_status;
3908 }
3909
3910 switch (rxdata) {
3911 case DP_TEST_LINK_TRAINING:
3912 DRM_DEBUG_KMS("LINK_TRAINING test requested\n");
3913 intel_dp->compliance_test_type = DP_TEST_LINK_TRAINING;
3914 response = intel_dp_autotest_link_training(intel_dp);
3915 break;
3916 case DP_TEST_LINK_VIDEO_PATTERN:
3917 DRM_DEBUG_KMS("TEST_PATTERN test requested\n");
3918 intel_dp->compliance_test_type = DP_TEST_LINK_VIDEO_PATTERN;
3919 response = intel_dp_autotest_video_pattern(intel_dp);
3920 break;
3921 case DP_TEST_LINK_EDID_READ:
3922 DRM_DEBUG_KMS("EDID test requested\n");
3923 intel_dp->compliance_test_type = DP_TEST_LINK_EDID_READ;
3924 response = intel_dp_autotest_edid(intel_dp);
3925 break;
3926 case DP_TEST_LINK_PHY_TEST_PATTERN:
3927 DRM_DEBUG_KMS("PHY_PATTERN test requested\n");
3928 intel_dp->compliance_test_type = DP_TEST_LINK_PHY_TEST_PATTERN;
3929 response = intel_dp_autotest_phy_pattern(intel_dp);
3930 break;
3931 default:
3932 DRM_DEBUG_KMS("Invalid test request '%02x'\n", rxdata);
3933 break;
3934 }
3935
3936update_status:
3937 status = drm_dp_dpcd_write(&intel_dp->aux,
3938 DP_TEST_RESPONSE,
3939 &response, 1);
3940 if (status <= 0)
3941 DRM_DEBUG_KMS("Could not write test response to sink\n");
Jesse Barnesa60f0e32011-10-20 15:09:17 -07003942}
3943
Dave Airlie0e32b392014-05-02 14:02:48 +10003944static int
3945intel_dp_check_mst_status(struct intel_dp *intel_dp)
3946{
3947 bool bret;
3948
3949 if (intel_dp->is_mst) {
3950 u8 esi[16] = { 0 };
3951 int ret = 0;
3952 int retry;
3953 bool handled;
3954 bret = intel_dp_get_sink_irq_esi(intel_dp, esi);
3955go_again:
3956 if (bret == true) {
3957
3958 /* check link status - esi[10] = 0x200c */
Ville Syrjälä19e0b4c2016-08-05 19:05:42 +03003959 if (intel_dp->active_mst_links &&
Ville Syrjälä901c2da2015-08-17 18:05:12 +03003960 !drm_dp_channel_eq_ok(&esi[10], intel_dp->lane_count)) {
Dave Airlie0e32b392014-05-02 14:02:48 +10003961 DRM_DEBUG_KMS("channel EQ not ok, retraining\n");
3962 intel_dp_start_link_train(intel_dp);
Dave Airlie0e32b392014-05-02 14:02:48 +10003963 intel_dp_stop_link_train(intel_dp);
3964 }
3965
Andy Shevchenko6f34cc32015-01-15 13:45:09 +02003966 DRM_DEBUG_KMS("got esi %3ph\n", esi);
Dave Airlie0e32b392014-05-02 14:02:48 +10003967 ret = drm_dp_mst_hpd_irq(&intel_dp->mst_mgr, esi, &handled);
3968
3969 if (handled) {
3970 for (retry = 0; retry < 3; retry++) {
3971 int wret;
3972 wret = drm_dp_dpcd_write(&intel_dp->aux,
3973 DP_SINK_COUNT_ESI+1,
3974 &esi[1], 3);
3975 if (wret == 3) {
3976 break;
3977 }
3978 }
3979
3980 bret = intel_dp_get_sink_irq_esi(intel_dp, esi);
3981 if (bret == true) {
Andy Shevchenko6f34cc32015-01-15 13:45:09 +02003982 DRM_DEBUG_KMS("got esi2 %3ph\n", esi);
Dave Airlie0e32b392014-05-02 14:02:48 +10003983 goto go_again;
3984 }
3985 } else
3986 ret = 0;
3987
3988 return ret;
3989 } else {
3990 struct intel_digital_port *intel_dig_port = dp_to_dig_port(intel_dp);
3991 DRM_DEBUG_KMS("failed to get ESI - device may have failed\n");
3992 intel_dp->is_mst = false;
3993 drm_dp_mst_topology_mgr_set_mst(&intel_dp->mst_mgr, intel_dp->is_mst);
3994 /* send a hotplug event */
3995 drm_kms_helper_hotplug_event(intel_dig_port->base.base.dev);
3996 }
3997 }
3998 return -EINVAL;
3999}
4000
Shubhangi Shrivastava5c9114d2016-03-30 18:05:24 +05304001static void
4002intel_dp_check_link_status(struct intel_dp *intel_dp)
4003{
4004 struct intel_encoder *intel_encoder = &dp_to_dig_port(intel_dp)->base;
4005 struct drm_device *dev = intel_dp_to_dev(intel_dp);
4006 u8 link_status[DP_LINK_STATUS_SIZE];
4007
4008 WARN_ON(!drm_modeset_is_locked(&dev->mode_config.connection_mutex));
4009
4010 if (!intel_dp_get_link_status(intel_dp, link_status)) {
4011 DRM_ERROR("Failed to get link status\n");
4012 return;
4013 }
4014
4015 if (!intel_encoder->base.crtc)
4016 return;
4017
4018 if (!to_intel_crtc(intel_encoder->base.crtc)->active)
4019 return;
4020
Matthew Auld8b487912016-10-19 22:29:53 +01004021 /* FIXME: we need to synchronize this sort of stuff with hardware
Daniel Vetter1d9c33f2016-12-13 20:54:14 +01004022 * readout. Currently fast link training doesn't work on boot-up. */
4023 if (!intel_dp->lane_count)
Matthew Auld8b487912016-10-19 22:29:53 +01004024 return;
4025
Shubhangi Shrivastava5c9114d2016-03-30 18:05:24 +05304026 /* if link training is requested we should perform it always */
4027 if ((intel_dp->compliance_test_type == DP_TEST_LINK_TRAINING) ||
4028 (!drm_dp_channel_eq_ok(link_status, intel_dp->lane_count))) {
4029 DRM_DEBUG_KMS("%s: channel EQ not ok, retraining\n",
4030 intel_encoder->base.name);
4031 intel_dp_start_link_train(intel_dp);
4032 intel_dp_stop_link_train(intel_dp);
4033 }
4034}
4035
Keith Packarda4fc5ed2009-04-07 16:16:42 -07004036/*
4037 * According to DP spec
4038 * 5.1.2:
4039 * 1. Read DPCD
4040 * 2. Configure link according to Receiver Capabilities
4041 * 3. Use Link Training from 2.5.3.3 and 3.5.1.3
4042 * 4. Check link status on receipt of hot-plug interrupt
Shubhangi Shrivastava39ff7472016-03-30 18:05:26 +05304043 *
4044 * intel_dp_short_pulse - handles short pulse interrupts
4045 * when full detection is not required.
4046 * Returns %true if short pulse is handled and full detection
4047 * is NOT required and %false otherwise.
Keith Packarda4fc5ed2009-04-07 16:16:42 -07004048 */
Shubhangi Shrivastava39ff7472016-03-30 18:05:26 +05304049static bool
Shubhangi Shrivastava5c9114d2016-03-30 18:05:24 +05304050intel_dp_short_pulse(struct intel_dp *intel_dp)
Keith Packarda4fc5ed2009-04-07 16:16:42 -07004051{
Dave Airlie5b215bc2014-08-05 10:40:20 +10004052 struct drm_device *dev = intel_dp_to_dev(intel_dp);
Ville Syrjälä65fbb4e2016-07-28 17:50:47 +03004053 u8 sink_irq_vector = 0;
Shubhangi Shrivastava39ff7472016-03-30 18:05:26 +05304054 u8 old_sink_count = intel_dp->sink_count;
4055 bool ret;
Dave Airlie5b215bc2014-08-05 10:40:20 +10004056
Shubhangi Shrivastava4df69602015-10-28 15:30:36 +05304057 /*
4058 * Clearing compliance test variables to allow capturing
4059 * of values for next automated test request.
4060 */
4061 intel_dp->compliance_test_active = 0;
4062 intel_dp->compliance_test_type = 0;
4063 intel_dp->compliance_test_data = 0;
4064
Shubhangi Shrivastava39ff7472016-03-30 18:05:26 +05304065 /*
4066 * Now read the DPCD to see if it's actually running
4067 * If the current value of sink count doesn't match with
4068 * the value that was stored earlier or dpcd read failed
4069 * we need to do full detection
4070 */
4071 ret = intel_dp_get_dpcd(intel_dp);
4072
4073 if ((old_sink_count != intel_dp->sink_count) || !ret) {
4074 /* No need to proceed if we are going to do full detect */
4075 return false;
Jesse Barnes59cd09e2011-07-07 11:10:59 -07004076 }
4077
Jesse Barnesa60f0e32011-10-20 15:09:17 -07004078 /* Try to read the source of the interrupt */
4079 if (intel_dp->dpcd[DP_DPCD_REV] >= 0x11 &&
Ville Syrjälä65fbb4e2016-07-28 17:50:47 +03004080 intel_dp_get_sink_irq(intel_dp, &sink_irq_vector) &&
4081 sink_irq_vector != 0) {
Jesse Barnesa60f0e32011-10-20 15:09:17 -07004082 /* Clear interrupt source */
Jani Nikula9d1a1032014-03-14 16:51:15 +02004083 drm_dp_dpcd_writeb(&intel_dp->aux,
4084 DP_DEVICE_SERVICE_IRQ_VECTOR,
4085 sink_irq_vector);
Jesse Barnesa60f0e32011-10-20 15:09:17 -07004086
4087 if (sink_irq_vector & DP_AUTOMATED_TEST_REQUEST)
Todd Previte09b1eb12015-04-20 15:27:34 -07004088 DRM_DEBUG_DRIVER("Test request in short pulse not handled\n");
Jesse Barnesa60f0e32011-10-20 15:09:17 -07004089 if (sink_irq_vector & (DP_CP_IRQ | DP_SINK_SPECIFIC_IRQ))
4090 DRM_DEBUG_DRIVER("CP or sink specific irq unhandled\n");
4091 }
4092
Shubhangi Shrivastava5c9114d2016-03-30 18:05:24 +05304093 drm_modeset_lock(&dev->mode_config.connection_mutex, NULL);
4094 intel_dp_check_link_status(intel_dp);
4095 drm_modeset_unlock(&dev->mode_config.connection_mutex);
Shubhangi Shrivastava39ff7472016-03-30 18:05:26 +05304096
4097 return true;
Keith Packarda4fc5ed2009-04-07 16:16:42 -07004098}
Keith Packarda4fc5ed2009-04-07 16:16:42 -07004099
Adam Jacksoncaf9ab22012-09-18 10:58:50 -04004100/* XXX this is probably wrong for multiple downstream ports */
Zhenyu Wang5eb08b62009-07-24 01:00:31 +08004101static enum drm_connector_status
Keith Packard26d61aa2011-07-25 20:01:09 -07004102intel_dp_detect_dpcd(struct intel_dp *intel_dp)
Adam Jackson71ba90002011-07-12 17:38:04 -04004103{
Adam Jacksoncaf9ab22012-09-18 10:58:50 -04004104 uint8_t *dpcd = intel_dp->dpcd;
Adam Jacksoncaf9ab22012-09-18 10:58:50 -04004105 uint8_t type;
4106
4107 if (!intel_dp_get_dpcd(intel_dp))
4108 return connector_status_disconnected;
4109
Shubhangi Shrivastava1034ce72016-04-12 12:23:54 +05304110 if (is_edp(intel_dp))
4111 return connector_status_connected;
4112
Adam Jacksoncaf9ab22012-09-18 10:58:50 -04004113 /* if there's no downstream port, we're done */
4114 if (!(dpcd[DP_DOWNSTREAMPORT_PRESENT] & DP_DWN_STRM_PORT_PRESENT))
Keith Packard26d61aa2011-07-25 20:01:09 -07004115 return connector_status_connected;
Adam Jacksoncaf9ab22012-09-18 10:58:50 -04004116
4117 /* If we're HPD-aware, SINK_COUNT changes dynamically */
Jani Nikulac9ff1602013-09-27 14:48:42 +03004118 if (intel_dp->dpcd[DP_DPCD_REV] >= 0x11 &&
4119 intel_dp->downstream_ports[0] & DP_DS_PORT_HPD) {
Jani Nikula9d1a1032014-03-14 16:51:15 +02004120
Shubhangi Shrivastava30d9aa42016-03-30 18:05:25 +05304121 return intel_dp->sink_count ?
4122 connector_status_connected : connector_status_disconnected;
Adam Jacksoncaf9ab22012-09-18 10:58:50 -04004123 }
4124
Ville Syrjäläc4e31702016-07-29 16:51:16 +03004125 if (intel_dp_can_mst(intel_dp))
4126 return connector_status_connected;
4127
Adam Jacksoncaf9ab22012-09-18 10:58:50 -04004128 /* If no HPD, poke DDC gently */
Jani Nikula0b998362014-03-14 16:51:17 +02004129 if (drm_probe_ddc(&intel_dp->aux.ddc))
Adam Jacksoncaf9ab22012-09-18 10:58:50 -04004130 return connector_status_connected;
4131
4132 /* Well we tried, say unknown for unreliable port types */
Jani Nikulac9ff1602013-09-27 14:48:42 +03004133 if (intel_dp->dpcd[DP_DPCD_REV] >= 0x11) {
4134 type = intel_dp->downstream_ports[0] & DP_DS_PORT_TYPE_MASK;
4135 if (type == DP_DS_PORT_TYPE_VGA ||
4136 type == DP_DS_PORT_TYPE_NON_EDID)
4137 return connector_status_unknown;
4138 } else {
4139 type = intel_dp->dpcd[DP_DOWNSTREAMPORT_PRESENT] &
4140 DP_DWN_STRM_PORT_TYPE_MASK;
4141 if (type == DP_DWN_STRM_PORT_TYPE_ANALOG ||
4142 type == DP_DWN_STRM_PORT_TYPE_OTHER)
4143 return connector_status_unknown;
4144 }
Adam Jacksoncaf9ab22012-09-18 10:58:50 -04004145
4146 /* Anything else is out of spec, warn and ignore */
4147 DRM_DEBUG_KMS("Broken DP branch device, ignoring\n");
Keith Packard26d61aa2011-07-25 20:01:09 -07004148 return connector_status_disconnected;
Adam Jackson71ba90002011-07-12 17:38:04 -04004149}
4150
4151static enum drm_connector_status
Chris Wilsond410b562014-09-02 20:03:59 +01004152edp_detect(struct intel_dp *intel_dp)
4153{
4154 struct drm_device *dev = intel_dp_to_dev(intel_dp);
4155 enum drm_connector_status status;
4156
4157 status = intel_panel_detect(dev);
4158 if (status == connector_status_unknown)
4159 status = connector_status_connected;
4160
4161 return status;
4162}
4163
Jani Nikulab93433c2015-08-20 10:47:36 +03004164static bool ibx_digital_port_connected(struct drm_i915_private *dev_priv,
4165 struct intel_digital_port *port)
Zhenyu Wang5eb08b62009-07-24 01:00:31 +08004166{
Jani Nikulab93433c2015-08-20 10:47:36 +03004167 u32 bit;
Jesse Barnes01cb9ea2010-10-07 16:01:12 -07004168
Jani Nikula0df53b72015-08-20 10:47:40 +03004169 switch (port->port) {
4170 case PORT_A:
4171 return true;
4172 case PORT_B:
4173 bit = SDE_PORTB_HOTPLUG;
4174 break;
4175 case PORT_C:
4176 bit = SDE_PORTC_HOTPLUG;
4177 break;
4178 case PORT_D:
4179 bit = SDE_PORTD_HOTPLUG;
4180 break;
4181 default:
4182 MISSING_CASE(port->port);
4183 return false;
4184 }
4185
4186 return I915_READ(SDEISR) & bit;
4187}
4188
4189static bool cpt_digital_port_connected(struct drm_i915_private *dev_priv,
4190 struct intel_digital_port *port)
4191{
4192 u32 bit;
4193
4194 switch (port->port) {
4195 case PORT_A:
4196 return true;
4197 case PORT_B:
4198 bit = SDE_PORTB_HOTPLUG_CPT;
4199 break;
4200 case PORT_C:
4201 bit = SDE_PORTC_HOTPLUG_CPT;
4202 break;
4203 case PORT_D:
4204 bit = SDE_PORTD_HOTPLUG_CPT;
4205 break;
Jani Nikulaa78695d2015-09-18 15:54:50 +03004206 case PORT_E:
4207 bit = SDE_PORTE_HOTPLUG_SPT;
4208 break;
Jani Nikula0df53b72015-08-20 10:47:40 +03004209 default:
4210 MISSING_CASE(port->port);
4211 return false;
Jani Nikulab93433c2015-08-20 10:47:36 +03004212 }
Damien Lespiau1b469632012-12-13 16:09:01 +00004213
Jani Nikulab93433c2015-08-20 10:47:36 +03004214 return I915_READ(SDEISR) & bit;
Zhenyu Wang5eb08b62009-07-24 01:00:31 +08004215}
4216
Jani Nikula7e66bcf2015-08-20 10:47:39 +03004217static bool g4x_digital_port_connected(struct drm_i915_private *dev_priv,
Jani Nikula1d245982015-08-20 10:47:37 +03004218 struct intel_digital_port *port)
Keith Packarda4fc5ed2009-04-07 16:16:42 -07004219{
Jani Nikula9642c812015-08-20 10:47:41 +03004220 u32 bit;
Zhenyu Wang5eb08b62009-07-24 01:00:31 +08004221
Jani Nikula9642c812015-08-20 10:47:41 +03004222 switch (port->port) {
4223 case PORT_B:
4224 bit = PORTB_HOTPLUG_LIVE_STATUS_G4X;
4225 break;
4226 case PORT_C:
4227 bit = PORTC_HOTPLUG_LIVE_STATUS_G4X;
4228 break;
4229 case PORT_D:
4230 bit = PORTD_HOTPLUG_LIVE_STATUS_G4X;
4231 break;
4232 default:
4233 MISSING_CASE(port->port);
4234 return false;
4235 }
4236
4237 return I915_READ(PORT_HOTPLUG_STAT) & bit;
4238}
4239
Ville Syrjälä0780cd32016-02-10 19:59:05 +02004240static bool gm45_digital_port_connected(struct drm_i915_private *dev_priv,
4241 struct intel_digital_port *port)
Jani Nikula9642c812015-08-20 10:47:41 +03004242{
4243 u32 bit;
4244
4245 switch (port->port) {
4246 case PORT_B:
Ville Syrjälä0780cd32016-02-10 19:59:05 +02004247 bit = PORTB_HOTPLUG_LIVE_STATUS_GM45;
Jani Nikula9642c812015-08-20 10:47:41 +03004248 break;
4249 case PORT_C:
Ville Syrjälä0780cd32016-02-10 19:59:05 +02004250 bit = PORTC_HOTPLUG_LIVE_STATUS_GM45;
Jani Nikula9642c812015-08-20 10:47:41 +03004251 break;
4252 case PORT_D:
Ville Syrjälä0780cd32016-02-10 19:59:05 +02004253 bit = PORTD_HOTPLUG_LIVE_STATUS_GM45;
Jani Nikula9642c812015-08-20 10:47:41 +03004254 break;
4255 default:
4256 MISSING_CASE(port->port);
4257 return false;
Keith Packarda4fc5ed2009-04-07 16:16:42 -07004258 }
4259
Jani Nikula1d245982015-08-20 10:47:37 +03004260 return I915_READ(PORT_HOTPLUG_STAT) & bit;
Dave Airlie2a592be2014-09-01 16:58:12 +10004261}
4262
Jani Nikulae464bfd2015-08-20 10:47:42 +03004263static bool bxt_digital_port_connected(struct drm_i915_private *dev_priv,
Sonika Jindale2ec35a2015-09-11 16:58:32 +05304264 struct intel_digital_port *intel_dig_port)
Jani Nikulae464bfd2015-08-20 10:47:42 +03004265{
Sonika Jindale2ec35a2015-09-11 16:58:32 +05304266 struct intel_encoder *intel_encoder = &intel_dig_port->base;
4267 enum port port;
Jani Nikulae464bfd2015-08-20 10:47:42 +03004268 u32 bit;
4269
Sonika Jindale2ec35a2015-09-11 16:58:32 +05304270 intel_hpd_pin_to_port(intel_encoder->hpd_pin, &port);
4271 switch (port) {
Jani Nikulae464bfd2015-08-20 10:47:42 +03004272 case PORT_A:
4273 bit = BXT_DE_PORT_HP_DDIA;
4274 break;
4275 case PORT_B:
4276 bit = BXT_DE_PORT_HP_DDIB;
4277 break;
4278 case PORT_C:
4279 bit = BXT_DE_PORT_HP_DDIC;
4280 break;
4281 default:
Sonika Jindale2ec35a2015-09-11 16:58:32 +05304282 MISSING_CASE(port);
Jani Nikulae464bfd2015-08-20 10:47:42 +03004283 return false;
4284 }
4285
4286 return I915_READ(GEN8_DE_PORT_ISR) & bit;
4287}
4288
Jani Nikula7e66bcf2015-08-20 10:47:39 +03004289/*
4290 * intel_digital_port_connected - is the specified port connected?
4291 * @dev_priv: i915 private structure
4292 * @port: the port to test
4293 *
4294 * Return %true if @port is connected, %false otherwise.
4295 */
David Weinehall23f889b2016-08-17 15:47:48 +03004296static bool intel_digital_port_connected(struct drm_i915_private *dev_priv,
Jani Nikula7e66bcf2015-08-20 10:47:39 +03004297 struct intel_digital_port *port)
4298{
Jani Nikula0df53b72015-08-20 10:47:40 +03004299 if (HAS_PCH_IBX(dev_priv))
Jani Nikula7e66bcf2015-08-20 10:47:39 +03004300 return ibx_digital_port_connected(dev_priv, port);
Ville Syrjälä22824fa2016-02-11 16:44:28 +02004301 else if (HAS_PCH_SPLIT(dev_priv))
Jani Nikula0df53b72015-08-20 10:47:40 +03004302 return cpt_digital_port_connected(dev_priv, port);
Jani Nikulae464bfd2015-08-20 10:47:42 +03004303 else if (IS_BROXTON(dev_priv))
4304 return bxt_digital_port_connected(dev_priv, port);
Ville Syrjälä0780cd32016-02-10 19:59:05 +02004305 else if (IS_GM45(dev_priv))
4306 return gm45_digital_port_connected(dev_priv, port);
Jani Nikula7e66bcf2015-08-20 10:47:39 +03004307 else
4308 return g4x_digital_port_connected(dev_priv, port);
4309}
4310
Keith Packard8c241fe2011-09-28 16:38:44 -07004311static struct edid *
Chris Wilsonbeb60602014-09-02 20:04:00 +01004312intel_dp_get_edid(struct intel_dp *intel_dp)
Keith Packard8c241fe2011-09-28 16:38:44 -07004313{
Chris Wilsonbeb60602014-09-02 20:04:00 +01004314 struct intel_connector *intel_connector = intel_dp->attached_connector;
Keith Packard8c241fe2011-09-28 16:38:44 -07004315
Jani Nikula9cd300e2012-10-19 14:51:52 +03004316 /* use cached edid if we have one */
4317 if (intel_connector->edid) {
Jani Nikula9cd300e2012-10-19 14:51:52 +03004318 /* invalid edid */
4319 if (IS_ERR(intel_connector->edid))
Jesse Barnesd6f24d02012-06-14 15:28:33 -04004320 return NULL;
4321
Jani Nikula55e9ede2013-10-01 10:38:54 +03004322 return drm_edid_duplicate(intel_connector->edid);
Chris Wilsonbeb60602014-09-02 20:04:00 +01004323 } else
4324 return drm_get_edid(&intel_connector->base,
4325 &intel_dp->aux.ddc);
Keith Packard8c241fe2011-09-28 16:38:44 -07004326}
4327
Chris Wilsonbeb60602014-09-02 20:04:00 +01004328static void
4329intel_dp_set_edid(struct intel_dp *intel_dp)
Keith Packard8c241fe2011-09-28 16:38:44 -07004330{
Chris Wilsonbeb60602014-09-02 20:04:00 +01004331 struct intel_connector *intel_connector = intel_dp->attached_connector;
4332 struct edid *edid;
Keith Packard8c241fe2011-09-28 16:38:44 -07004333
Shubhangi Shrivastavaf21a2192016-03-30 18:05:22 +05304334 intel_dp_unset_edid(intel_dp);
Chris Wilsonbeb60602014-09-02 20:04:00 +01004335 edid = intel_dp_get_edid(intel_dp);
4336 intel_connector->detect_edid = edid;
Jani Nikula9cd300e2012-10-19 14:51:52 +03004337
Chris Wilsonbeb60602014-09-02 20:04:00 +01004338 if (intel_dp->force_audio != HDMI_AUDIO_AUTO)
4339 intel_dp->has_audio = intel_dp->force_audio == HDMI_AUDIO_ON;
4340 else
4341 intel_dp->has_audio = drm_detect_monitor_audio(edid);
4342}
Jesse Barnesd6f24d02012-06-14 15:28:33 -04004343
Chris Wilsonbeb60602014-09-02 20:04:00 +01004344static void
4345intel_dp_unset_edid(struct intel_dp *intel_dp)
4346{
4347 struct intel_connector *intel_connector = intel_dp->attached_connector;
4348
4349 kfree(intel_connector->detect_edid);
4350 intel_connector->detect_edid = NULL;
4351
4352 intel_dp->has_audio = false;
4353}
4354
Ville Syrjälä16c83fa2016-10-03 10:55:16 +03004355static enum drm_connector_status
Shubhangi Shrivastavaf21a2192016-03-30 18:05:22 +05304356intel_dp_long_pulse(struct intel_connector *intel_connector)
Zhenyu Wanga9756bb2010-09-19 13:09:06 +08004357{
Shubhangi Shrivastavaf21a2192016-03-30 18:05:22 +05304358 struct drm_connector *connector = &intel_connector->base;
Zhenyu Wanga9756bb2010-09-19 13:09:06 +08004359 struct intel_dp *intel_dp = intel_attached_dp(connector);
Paulo Zanonid63885d2012-10-26 19:05:49 -02004360 struct intel_digital_port *intel_dig_port = dp_to_dig_port(intel_dp);
4361 struct intel_encoder *intel_encoder = &intel_dig_port->base;
Paulo Zanonifa90ece2012-10-26 19:05:44 -02004362 struct drm_device *dev = connector->dev;
Zhenyu Wanga9756bb2010-09-19 13:09:06 +08004363 enum drm_connector_status status;
Imre Deak671dedd2014-03-05 16:20:53 +02004364 enum intel_display_power_domain power_domain;
Ville Syrjälä65fbb4e2016-07-28 17:50:47 +03004365 u8 sink_irq_vector = 0;
Zhenyu Wanga9756bb2010-09-19 13:09:06 +08004366
Ville Syrjälä25f78f52015-11-16 15:01:04 +01004367 power_domain = intel_display_port_aux_power_domain(intel_encoder);
4368 intel_display_power_get(to_i915(dev), power_domain);
Zhenyu Wanga9756bb2010-09-19 13:09:06 +08004369
Chris Wilsond410b562014-09-02 20:03:59 +01004370 /* Can't disconnect eDP, but you can close the lid... */
4371 if (is_edp(intel_dp))
4372 status = edp_detect(intel_dp);
Ander Conselvan de Oliveirac555a812015-11-18 17:19:30 +02004373 else if (intel_digital_port_connected(to_i915(dev),
4374 dp_to_dig_port(intel_dp)))
4375 status = intel_dp_detect_dpcd(intel_dp);
Zhenyu Wanga9756bb2010-09-19 13:09:06 +08004376 else
Ander Conselvan de Oliveirac555a812015-11-18 17:19:30 +02004377 status = connector_status_disconnected;
4378
Ville Syrjälä16c83fa2016-10-03 10:55:16 +03004379 if (status == connector_status_disconnected) {
Shubhangi Shrivastava4df69602015-10-28 15:30:36 +05304380 intel_dp->compliance_test_active = 0;
4381 intel_dp->compliance_test_type = 0;
4382 intel_dp->compliance_test_data = 0;
4383
jim.bride@linux.intel.com0e505a02016-04-11 10:11:24 -07004384 if (intel_dp->is_mst) {
4385 DRM_DEBUG_KMS("MST device may have disappeared %d vs %d\n",
4386 intel_dp->is_mst,
4387 intel_dp->mst_mgr.mst_state);
4388 intel_dp->is_mst = false;
4389 drm_dp_mst_topology_mgr_set_mst(&intel_dp->mst_mgr,
4390 intel_dp->is_mst);
4391 }
4392
Paulo Zanonic8c8fb32013-11-27 18:21:54 -02004393 goto out;
Shubhangi Shrivastava4df69602015-10-28 15:30:36 +05304394 }
Zhenyu Wanga9756bb2010-09-19 13:09:06 +08004395
Shubhangi Shrivastavaf21a2192016-03-30 18:05:22 +05304396 if (intel_encoder->type != INTEL_OUTPUT_EDP)
Ville Syrjäläcca05022016-06-22 21:57:06 +03004397 intel_encoder->type = INTEL_OUTPUT_DP;
Shubhangi Shrivastavaf21a2192016-03-30 18:05:22 +05304398
Ville Syrjäläfe5a66f2016-07-29 16:52:39 +03004399 DRM_DEBUG_KMS("Display Port TPS3 support: source %s, sink %s\n",
4400 yesno(intel_dp_source_supports_hbr2(intel_dp)),
4401 yesno(drm_dp_tps3_supported(intel_dp->dpcd)));
4402
4403 intel_dp_print_rates(intel_dp);
4404
Adam Jackson0d198322012-05-14 16:05:47 -04004405 intel_dp_probe_oui(intel_dp);
4406
Mika Kahola0e390a32016-09-09 14:10:53 +03004407 intel_dp_print_hw_revision(intel_dp);
Mika Kahola1a2724f2016-09-09 14:10:54 +03004408 intel_dp_print_sw_revision(intel_dp);
Mika Kahola0e390a32016-09-09 14:10:53 +03004409
Ville Syrjäläc4e31702016-07-29 16:51:16 +03004410 intel_dp_configure_mst(intel_dp);
4411
4412 if (intel_dp->is_mst) {
Shubhangi Shrivastavaf21a2192016-03-30 18:05:22 +05304413 /*
4414 * If we are in MST mode then this connector
4415 * won't appear connected or have anything
4416 * with EDID on it
4417 */
Dave Airlie0e32b392014-05-02 14:02:48 +10004418 status = connector_status_disconnected;
4419 goto out;
Shubhangi Shrivastava7d23e3c2016-03-30 18:05:23 +05304420 } else if (connector->status == connector_status_connected) {
4421 /*
4422 * If display was connected already and is still connected
4423 * check links status, there has been known issues of
4424 * link loss triggerring long pulse!!!!
4425 */
4426 drm_modeset_lock(&dev->mode_config.connection_mutex, NULL);
4427 intel_dp_check_link_status(intel_dp);
4428 drm_modeset_unlock(&dev->mode_config.connection_mutex);
4429 goto out;
Dave Airlie0e32b392014-05-02 14:02:48 +10004430 }
4431
Shubhangi Shrivastava4df69602015-10-28 15:30:36 +05304432 /*
4433 * Clearing NACK and defer counts to get their exact values
4434 * while reading EDID which are required by Compliance tests
4435 * 4.2.2.4 and 4.2.2.5
4436 */
4437 intel_dp->aux.i2c_nack_count = 0;
4438 intel_dp->aux.i2c_defer_count = 0;
4439
Chris Wilsonbeb60602014-09-02 20:04:00 +01004440 intel_dp_set_edid(intel_dp);
Ville Syrjälä16c83fa2016-10-03 10:55:16 +03004441 if (is_edp(intel_dp) || intel_connector->detect_edid)
4442 status = connector_status_connected;
Shubhangi Shrivastava7d23e3c2016-03-30 18:05:23 +05304443 intel_dp->detect_done = true;
Paulo Zanonic8c8fb32013-11-27 18:21:54 -02004444
Todd Previte09b1eb12015-04-20 15:27:34 -07004445 /* Try to read the source of the interrupt */
4446 if (intel_dp->dpcd[DP_DPCD_REV] >= 0x11 &&
Ville Syrjälä65fbb4e2016-07-28 17:50:47 +03004447 intel_dp_get_sink_irq(intel_dp, &sink_irq_vector) &&
4448 sink_irq_vector != 0) {
Todd Previte09b1eb12015-04-20 15:27:34 -07004449 /* Clear interrupt source */
4450 drm_dp_dpcd_writeb(&intel_dp->aux,
4451 DP_DEVICE_SERVICE_IRQ_VECTOR,
4452 sink_irq_vector);
4453
4454 if (sink_irq_vector & DP_AUTOMATED_TEST_REQUEST)
4455 intel_dp_handle_test_request(intel_dp);
4456 if (sink_irq_vector & (DP_CP_IRQ | DP_SINK_SPECIFIC_IRQ))
4457 DRM_DEBUG_DRIVER("CP or sink specific irq unhandled\n");
4458 }
4459
Paulo Zanonic8c8fb32013-11-27 18:21:54 -02004460out:
Ville Syrjälä16c83fa2016-10-03 10:55:16 +03004461 if (status != connector_status_connected && !intel_dp->is_mst)
Shubhangi Shrivastavaf21a2192016-03-30 18:05:22 +05304462 intel_dp_unset_edid(intel_dp);
Shubhangi Shrivastava7d23e3c2016-03-30 18:05:23 +05304463
Ville Syrjälä25f78f52015-11-16 15:01:04 +01004464 intel_display_power_put(to_i915(dev), power_domain);
Ville Syrjälä16c83fa2016-10-03 10:55:16 +03004465 return status;
Shubhangi Shrivastavaf21a2192016-03-30 18:05:22 +05304466}
4467
4468static enum drm_connector_status
4469intel_dp_detect(struct drm_connector *connector, bool force)
4470{
4471 struct intel_dp *intel_dp = intel_attached_dp(connector);
Ville Syrjälä16c83fa2016-10-03 10:55:16 +03004472 enum drm_connector_status status = connector->status;
Shubhangi Shrivastavaf21a2192016-03-30 18:05:22 +05304473
4474 DRM_DEBUG_KMS("[CONNECTOR:%d:%s]\n",
4475 connector->base.id, connector->name);
4476
Shubhangi Shrivastava7d23e3c2016-03-30 18:05:23 +05304477 /* If full detect is not performed yet, do a full detect */
4478 if (!intel_dp->detect_done)
Ville Syrjälä16c83fa2016-10-03 10:55:16 +03004479 status = intel_dp_long_pulse(intel_dp->attached_connector);
Shubhangi Shrivastava7d23e3c2016-03-30 18:05:23 +05304480
4481 intel_dp->detect_done = false;
Shubhangi Shrivastavaf21a2192016-03-30 18:05:22 +05304482
Ville Syrjälä16c83fa2016-10-03 10:55:16 +03004483 return status;
Keith Packarda4fc5ed2009-04-07 16:16:42 -07004484}
4485
Chris Wilsonbeb60602014-09-02 20:04:00 +01004486static void
4487intel_dp_force(struct drm_connector *connector)
4488{
4489 struct intel_dp *intel_dp = intel_attached_dp(connector);
4490 struct intel_encoder *intel_encoder = &dp_to_dig_port(intel_dp)->base;
Ville Syrjälä25f78f52015-11-16 15:01:04 +01004491 struct drm_i915_private *dev_priv = to_i915(intel_encoder->base.dev);
Chris Wilsonbeb60602014-09-02 20:04:00 +01004492 enum intel_display_power_domain power_domain;
4493
4494 DRM_DEBUG_KMS("[CONNECTOR:%d:%s]\n",
4495 connector->base.id, connector->name);
4496 intel_dp_unset_edid(intel_dp);
4497
4498 if (connector->status != connector_status_connected)
4499 return;
4500
Ville Syrjälä25f78f52015-11-16 15:01:04 +01004501 power_domain = intel_display_port_aux_power_domain(intel_encoder);
4502 intel_display_power_get(dev_priv, power_domain);
Chris Wilsonbeb60602014-09-02 20:04:00 +01004503
4504 intel_dp_set_edid(intel_dp);
4505
Ville Syrjälä25f78f52015-11-16 15:01:04 +01004506 intel_display_power_put(dev_priv, power_domain);
Chris Wilsonbeb60602014-09-02 20:04:00 +01004507
4508 if (intel_encoder->type != INTEL_OUTPUT_EDP)
Ville Syrjäläcca05022016-06-22 21:57:06 +03004509 intel_encoder->type = INTEL_OUTPUT_DP;
Chris Wilsonbeb60602014-09-02 20:04:00 +01004510}
4511
Keith Packarda4fc5ed2009-04-07 16:16:42 -07004512static int intel_dp_get_modes(struct drm_connector *connector)
4513{
Jani Nikuladd06f902012-10-19 14:51:50 +03004514 struct intel_connector *intel_connector = to_intel_connector(connector);
Chris Wilsonbeb60602014-09-02 20:04:00 +01004515 struct edid *edid;
Keith Packarda4fc5ed2009-04-07 16:16:42 -07004516
Chris Wilsonbeb60602014-09-02 20:04:00 +01004517 edid = intel_connector->detect_edid;
4518 if (edid) {
4519 int ret = intel_connector_update_modes(connector, edid);
4520 if (ret)
4521 return ret;
4522 }
Zhenyu Wang32f9d652009-07-24 01:00:32 +08004523
Jani Nikulaf8779fd2012-10-19 14:51:48 +03004524 /* if eDP has no EDID, fall back to fixed mode */
Chris Wilsonbeb60602014-09-02 20:04:00 +01004525 if (is_edp(intel_attached_dp(connector)) &&
4526 intel_connector->panel.fixed_mode) {
Jani Nikulaf8779fd2012-10-19 14:51:48 +03004527 struct drm_display_mode *mode;
Chris Wilsonbeb60602014-09-02 20:04:00 +01004528
4529 mode = drm_mode_duplicate(connector->dev,
Jani Nikuladd06f902012-10-19 14:51:50 +03004530 intel_connector->panel.fixed_mode);
Jani Nikulaf8779fd2012-10-19 14:51:48 +03004531 if (mode) {
Zhenyu Wang32f9d652009-07-24 01:00:32 +08004532 drm_mode_probed_add(connector, mode);
4533 return 1;
4534 }
4535 }
Chris Wilsonbeb60602014-09-02 20:04:00 +01004536
Zhenyu Wang32f9d652009-07-24 01:00:32 +08004537 return 0;
Keith Packarda4fc5ed2009-04-07 16:16:42 -07004538}
4539
Chris Wilson1aad7ac2011-02-09 18:46:58 +00004540static bool
4541intel_dp_detect_audio(struct drm_connector *connector)
4542{
Chris Wilson1aad7ac2011-02-09 18:46:58 +00004543 bool has_audio = false;
Chris Wilsonbeb60602014-09-02 20:04:00 +01004544 struct edid *edid;
Chris Wilson1aad7ac2011-02-09 18:46:58 +00004545
Chris Wilsonbeb60602014-09-02 20:04:00 +01004546 edid = to_intel_connector(connector)->detect_edid;
4547 if (edid)
Chris Wilson1aad7ac2011-02-09 18:46:58 +00004548 has_audio = drm_detect_monitor_audio(edid);
Imre Deak671dedd2014-03-05 16:20:53 +02004549
Chris Wilson1aad7ac2011-02-09 18:46:58 +00004550 return has_audio;
4551}
4552
Chris Wilsonf6849602010-09-19 09:29:33 +01004553static int
4554intel_dp_set_property(struct drm_connector *connector,
4555 struct drm_property *property,
4556 uint64_t val)
4557{
Chris Wilsonfac5e232016-07-04 11:34:36 +01004558 struct drm_i915_private *dev_priv = to_i915(connector->dev);
Yuly Novikov53b41832012-10-26 12:04:00 +03004559 struct intel_connector *intel_connector = to_intel_connector(connector);
Paulo Zanonida63a9f2012-10-26 19:05:46 -02004560 struct intel_encoder *intel_encoder = intel_attached_encoder(connector);
4561 struct intel_dp *intel_dp = enc_to_intel_dp(&intel_encoder->base);
Chris Wilsonf6849602010-09-19 09:29:33 +01004562 int ret;
4563
Rob Clark662595d2012-10-11 20:36:04 -05004564 ret = drm_object_property_set_value(&connector->base, property, val);
Chris Wilsonf6849602010-09-19 09:29:33 +01004565 if (ret)
4566 return ret;
4567
Chris Wilson3f43c482011-05-12 22:17:24 +01004568 if (property == dev_priv->force_audio_property) {
Chris Wilson1aad7ac2011-02-09 18:46:58 +00004569 int i = val;
4570 bool has_audio;
4571
4572 if (i == intel_dp->force_audio)
Chris Wilsonf6849602010-09-19 09:29:33 +01004573 return 0;
4574
Chris Wilson1aad7ac2011-02-09 18:46:58 +00004575 intel_dp->force_audio = i;
Chris Wilsonf6849602010-09-19 09:29:33 +01004576
Daniel Vetterc3e5f672012-02-23 17:14:47 +01004577 if (i == HDMI_AUDIO_AUTO)
Chris Wilson1aad7ac2011-02-09 18:46:58 +00004578 has_audio = intel_dp_detect_audio(connector);
4579 else
Daniel Vetterc3e5f672012-02-23 17:14:47 +01004580 has_audio = (i == HDMI_AUDIO_ON);
Chris Wilson1aad7ac2011-02-09 18:46:58 +00004581
4582 if (has_audio == intel_dp->has_audio)
Chris Wilsonf6849602010-09-19 09:29:33 +01004583 return 0;
4584
Chris Wilson1aad7ac2011-02-09 18:46:58 +00004585 intel_dp->has_audio = has_audio;
Chris Wilsonf6849602010-09-19 09:29:33 +01004586 goto done;
4587 }
4588
Chris Wilsone953fd72011-02-21 22:23:52 +00004589 if (property == dev_priv->broadcast_rgb_property) {
Daniel Vetterae4edb82013-04-22 17:07:23 +02004590 bool old_auto = intel_dp->color_range_auto;
Ville Syrjälä0f2a2a72015-07-06 15:10:00 +03004591 bool old_range = intel_dp->limited_color_range;
Daniel Vetterae4edb82013-04-22 17:07:23 +02004592
Ville Syrjälä55bc60d2013-01-17 16:31:29 +02004593 switch (val) {
4594 case INTEL_BROADCAST_RGB_AUTO:
4595 intel_dp->color_range_auto = true;
4596 break;
4597 case INTEL_BROADCAST_RGB_FULL:
4598 intel_dp->color_range_auto = false;
Ville Syrjälä0f2a2a72015-07-06 15:10:00 +03004599 intel_dp->limited_color_range = false;
Ville Syrjälä55bc60d2013-01-17 16:31:29 +02004600 break;
4601 case INTEL_BROADCAST_RGB_LIMITED:
4602 intel_dp->color_range_auto = false;
Ville Syrjälä0f2a2a72015-07-06 15:10:00 +03004603 intel_dp->limited_color_range = true;
Ville Syrjälä55bc60d2013-01-17 16:31:29 +02004604 break;
4605 default:
4606 return -EINVAL;
4607 }
Daniel Vetterae4edb82013-04-22 17:07:23 +02004608
4609 if (old_auto == intel_dp->color_range_auto &&
Ville Syrjälä0f2a2a72015-07-06 15:10:00 +03004610 old_range == intel_dp->limited_color_range)
Daniel Vetterae4edb82013-04-22 17:07:23 +02004611 return 0;
4612
Chris Wilsone953fd72011-02-21 22:23:52 +00004613 goto done;
4614 }
4615
Yuly Novikov53b41832012-10-26 12:04:00 +03004616 if (is_edp(intel_dp) &&
4617 property == connector->dev->mode_config.scaling_mode_property) {
4618 if (val == DRM_MODE_SCALE_NONE) {
4619 DRM_DEBUG_KMS("no scaling not supported\n");
4620 return -EINVAL;
4621 }
Ville Syrjälä234126c2016-04-12 22:14:38 +03004622 if (HAS_GMCH_DISPLAY(dev_priv) &&
4623 val == DRM_MODE_SCALE_CENTER) {
4624 DRM_DEBUG_KMS("centering not supported\n");
4625 return -EINVAL;
4626 }
Yuly Novikov53b41832012-10-26 12:04:00 +03004627
4628 if (intel_connector->panel.fitting_mode == val) {
4629 /* the eDP scaling property is not changed */
4630 return 0;
4631 }
4632 intel_connector->panel.fitting_mode = val;
4633
4634 goto done;
4635 }
4636
Chris Wilsonf6849602010-09-19 09:29:33 +01004637 return -EINVAL;
4638
4639done:
Chris Wilsonc0c36b942012-12-19 16:08:43 +00004640 if (intel_encoder->base.crtc)
4641 intel_crtc_restore_mode(intel_encoder->base.crtc);
Chris Wilsonf6849602010-09-19 09:29:33 +01004642
4643 return 0;
4644}
4645
Chris Wilson7a418e32016-06-24 14:00:14 +01004646static int
4647intel_dp_connector_register(struct drm_connector *connector)
4648{
4649 struct intel_dp *intel_dp = intel_attached_dp(connector);
Chris Wilson1ebaa0b2016-06-24 14:00:15 +01004650 int ret;
4651
4652 ret = intel_connector_register(connector);
4653 if (ret)
4654 return ret;
Chris Wilson7a418e32016-06-24 14:00:14 +01004655
4656 i915_debugfs_connector_add(connector);
4657
4658 DRM_DEBUG_KMS("registering %s bus for %s\n",
4659 intel_dp->aux.name, connector->kdev->kobj.name);
4660
4661 intel_dp->aux.dev = connector->kdev;
4662 return drm_dp_aux_register(&intel_dp->aux);
4663}
4664
Keith Packarda4fc5ed2009-04-07 16:16:42 -07004665static void
Chris Wilsonc191eca2016-06-17 11:40:33 +01004666intel_dp_connector_unregister(struct drm_connector *connector)
4667{
4668 drm_dp_aux_unregister(&intel_attached_dp(connector)->aux);
4669 intel_connector_unregister(connector);
4670}
4671
4672static void
Paulo Zanoni73845ad2013-06-12 17:27:30 -03004673intel_dp_connector_destroy(struct drm_connector *connector)
Keith Packarda4fc5ed2009-04-07 16:16:42 -07004674{
Jani Nikula1d508702012-10-19 14:51:49 +03004675 struct intel_connector *intel_connector = to_intel_connector(connector);
Matthew Garrettaaa6fd22011-08-12 12:11:33 +02004676
Chris Wilson10e972d2014-09-04 21:43:45 +01004677 kfree(intel_connector->detect_edid);
Chris Wilsonbeb60602014-09-02 20:04:00 +01004678
Jani Nikula9cd300e2012-10-19 14:51:52 +03004679 if (!IS_ERR_OR_NULL(intel_connector->edid))
4680 kfree(intel_connector->edid);
4681
Paulo Zanoniacd8db102013-06-12 17:27:23 -03004682 /* Can't call is_edp() since the encoder may have been destroyed
4683 * already. */
4684 if (connector->connector_type == DRM_MODE_CONNECTOR_eDP)
Jani Nikula1d508702012-10-19 14:51:49 +03004685 intel_panel_fini(&intel_connector->panel);
Matthew Garrettaaa6fd22011-08-12 12:11:33 +02004686
Keith Packarda4fc5ed2009-04-07 16:16:42 -07004687 drm_connector_cleanup(connector);
Zhenyu Wang55f78c42010-03-29 16:13:57 +08004688 kfree(connector);
Keith Packarda4fc5ed2009-04-07 16:16:42 -07004689}
4690
Paulo Zanoni00c09d72012-10-26 19:05:52 -02004691void intel_dp_encoder_destroy(struct drm_encoder *encoder)
Daniel Vetter24d05922010-08-20 18:08:28 +02004692{
Paulo Zanonida63a9f2012-10-26 19:05:46 -02004693 struct intel_digital_port *intel_dig_port = enc_to_dig_port(encoder);
4694 struct intel_dp *intel_dp = &intel_dig_port->dp;
Daniel Vetter24d05922010-08-20 18:08:28 +02004695
Dave Airlie0e32b392014-05-02 14:02:48 +10004696 intel_dp_mst_encoder_cleanup(intel_dig_port);
Keith Packardbd943152011-09-18 23:09:52 -07004697 if (is_edp(intel_dp)) {
4698 cancel_delayed_work_sync(&intel_dp->panel_vdd_work);
Ville Syrjälä951468f2014-09-04 14:55:31 +03004699 /*
4700 * vdd might still be enabled do to the delayed vdd off.
4701 * Make sure vdd is actually turned off here.
4702 */
Ville Syrjälä773538e82014-09-04 14:54:56 +03004703 pps_lock(intel_dp);
Daniel Vetter4be73782014-01-17 14:39:48 +01004704 edp_panel_vdd_off_sync(intel_dp);
Ville Syrjälä773538e82014-09-04 14:54:56 +03004705 pps_unlock(intel_dp);
4706
Clint Taylor01527b32014-07-07 13:01:46 -07004707 if (intel_dp->edp_notifier.notifier_call) {
4708 unregister_reboot_notifier(&intel_dp->edp_notifier);
4709 intel_dp->edp_notifier.notifier_call = NULL;
4710 }
Keith Packardbd943152011-09-18 23:09:52 -07004711 }
Chris Wilson99681882016-06-20 09:29:17 +01004712
4713 intel_dp_aux_fini(intel_dp);
4714
Imre Deakc8bd0e42014-12-12 17:57:38 +02004715 drm_encoder_cleanup(encoder);
Paulo Zanonida63a9f2012-10-26 19:05:46 -02004716 kfree(intel_dig_port);
Daniel Vetter24d05922010-08-20 18:08:28 +02004717}
4718
Imre Deakbf93ba62016-04-18 10:04:21 +03004719void intel_dp_encoder_suspend(struct intel_encoder *intel_encoder)
Imre Deak07f9cd02014-08-18 14:42:45 +03004720{
4721 struct intel_dp *intel_dp = enc_to_intel_dp(&intel_encoder->base);
4722
4723 if (!is_edp(intel_dp))
4724 return;
4725
Ville Syrjälä951468f2014-09-04 14:55:31 +03004726 /*
4727 * vdd might still be enabled do to the delayed vdd off.
4728 * Make sure vdd is actually turned off here.
4729 */
Ville Syrjäläafa4e532014-11-25 15:43:48 +02004730 cancel_delayed_work_sync(&intel_dp->panel_vdd_work);
Ville Syrjälä773538e82014-09-04 14:54:56 +03004731 pps_lock(intel_dp);
Imre Deak07f9cd02014-08-18 14:42:45 +03004732 edp_panel_vdd_off_sync(intel_dp);
Ville Syrjälä773538e82014-09-04 14:54:56 +03004733 pps_unlock(intel_dp);
Imre Deak07f9cd02014-08-18 14:42:45 +03004734}
4735
Ville Syrjälä49e6bc52014-10-28 16:15:52 +02004736static void intel_edp_panel_vdd_sanitize(struct intel_dp *intel_dp)
4737{
4738 struct intel_digital_port *intel_dig_port = dp_to_dig_port(intel_dp);
4739 struct drm_device *dev = intel_dig_port->base.base.dev;
Chris Wilsonfac5e232016-07-04 11:34:36 +01004740 struct drm_i915_private *dev_priv = to_i915(dev);
Ville Syrjälä49e6bc52014-10-28 16:15:52 +02004741 enum intel_display_power_domain power_domain;
4742
4743 lockdep_assert_held(&dev_priv->pps_mutex);
4744
4745 if (!edp_have_panel_vdd(intel_dp))
4746 return;
4747
4748 /*
4749 * The VDD bit needs a power domain reference, so if the bit is
4750 * already enabled when we boot or resume, grab this reference and
4751 * schedule a vdd off, so we don't hold on to the reference
4752 * indefinitely.
4753 */
4754 DRM_DEBUG_KMS("VDD left on by BIOS, adjusting state tracking\n");
Ville Syrjälä25f78f52015-11-16 15:01:04 +01004755 power_domain = intel_display_port_aux_power_domain(&intel_dig_port->base);
Ville Syrjälä49e6bc52014-10-28 16:15:52 +02004756 intel_display_power_get(dev_priv, power_domain);
4757
4758 edp_panel_vdd_schedule_off(intel_dp);
4759}
4760
Imre Deakbf93ba62016-04-18 10:04:21 +03004761void intel_dp_encoder_reset(struct drm_encoder *encoder)
Imre Deak6d93c0c2014-07-31 14:03:36 +03004762{
Ville Syrjälä64989ca42016-05-13 20:53:56 +03004763 struct drm_i915_private *dev_priv = to_i915(encoder->dev);
4764 struct intel_dp *intel_dp = enc_to_intel_dp(encoder);
4765
4766 if (!HAS_DDI(dev_priv))
4767 intel_dp->DP = I915_READ(intel_dp->output_reg);
Ville Syrjälä49e6bc52014-10-28 16:15:52 +02004768
4769 if (to_intel_encoder(encoder)->type != INTEL_OUTPUT_EDP)
4770 return;
4771
Ville Syrjälä49e6bc52014-10-28 16:15:52 +02004772 pps_lock(intel_dp);
4773
Imre Deak335f7522016-08-10 14:07:32 +03004774 /* Reinit the power sequencer, in case BIOS did something with it. */
4775 intel_dp_pps_init(encoder->dev, intel_dp);
Ville Syrjälä49e6bc52014-10-28 16:15:52 +02004776 intel_edp_panel_vdd_sanitize(intel_dp);
4777
4778 pps_unlock(intel_dp);
Imre Deak6d93c0c2014-07-31 14:03:36 +03004779}
4780
Keith Packarda4fc5ed2009-04-07 16:16:42 -07004781static const struct drm_connector_funcs intel_dp_connector_funcs = {
Maarten Lankhorst4d688a22015-08-05 12:37:06 +02004782 .dpms = drm_atomic_helper_connector_dpms,
Keith Packarda4fc5ed2009-04-07 16:16:42 -07004783 .detect = intel_dp_detect,
Chris Wilsonbeb60602014-09-02 20:04:00 +01004784 .force = intel_dp_force,
Keith Packarda4fc5ed2009-04-07 16:16:42 -07004785 .fill_modes = drm_helper_probe_single_connector_modes,
Chris Wilsonf6849602010-09-19 09:29:33 +01004786 .set_property = intel_dp_set_property,
Matt Roper2545e4a2015-01-22 16:51:27 -08004787 .atomic_get_property = intel_connector_atomic_get_property,
Chris Wilson7a418e32016-06-24 14:00:14 +01004788 .late_register = intel_dp_connector_register,
Chris Wilsonc191eca2016-06-17 11:40:33 +01004789 .early_unregister = intel_dp_connector_unregister,
Paulo Zanoni73845ad2013-06-12 17:27:30 -03004790 .destroy = intel_dp_connector_destroy,
Matt Roperc6f95f22015-01-22 16:50:32 -08004791 .atomic_destroy_state = drm_atomic_helper_connector_destroy_state,
Ander Conselvan de Oliveira98969722015-03-20 16:18:06 +02004792 .atomic_duplicate_state = drm_atomic_helper_connector_duplicate_state,
Keith Packarda4fc5ed2009-04-07 16:16:42 -07004793};
4794
4795static const struct drm_connector_helper_funcs intel_dp_connector_helper_funcs = {
4796 .get_modes = intel_dp_get_modes,
4797 .mode_valid = intel_dp_mode_valid,
Keith Packarda4fc5ed2009-04-07 16:16:42 -07004798};
4799
Keith Packarda4fc5ed2009-04-07 16:16:42 -07004800static const struct drm_encoder_funcs intel_dp_enc_funcs = {
Imre Deak6d93c0c2014-07-31 14:03:36 +03004801 .reset = intel_dp_encoder_reset,
Daniel Vetter24d05922010-08-20 18:08:28 +02004802 .destroy = intel_dp_encoder_destroy,
Keith Packarda4fc5ed2009-04-07 16:16:42 -07004803};
4804
Daniel Vetterb2c5c182015-01-23 06:00:31 +01004805enum irqreturn
Dave Airlie13cf5502014-06-18 11:29:35 +10004806intel_dp_hpd_pulse(struct intel_digital_port *intel_dig_port, bool long_hpd)
4807{
4808 struct intel_dp *intel_dp = &intel_dig_port->dp;
Imre Deak1c767b32014-08-18 14:42:42 +03004809 struct intel_encoder *intel_encoder = &intel_dig_port->base;
Dave Airlie0e32b392014-05-02 14:02:48 +10004810 struct drm_device *dev = intel_dig_port->base.base.dev;
Chris Wilsonfac5e232016-07-04 11:34:36 +01004811 struct drm_i915_private *dev_priv = to_i915(dev);
Imre Deak1c767b32014-08-18 14:42:42 +03004812 enum intel_display_power_domain power_domain;
Daniel Vetterb2c5c182015-01-23 06:00:31 +01004813 enum irqreturn ret = IRQ_NONE;
Imre Deak1c767b32014-08-18 14:42:42 +03004814
Takashi Iwai25400582015-11-19 12:09:56 +01004815 if (intel_dig_port->base.type != INTEL_OUTPUT_EDP &&
4816 intel_dig_port->base.type != INTEL_OUTPUT_HDMI)
Ville Syrjäläcca05022016-06-22 21:57:06 +03004817 intel_dig_port->base.type = INTEL_OUTPUT_DP;
Dave Airlie13cf5502014-06-18 11:29:35 +10004818
Ville Syrjälä7a7f84c2014-10-16 20:46:10 +03004819 if (long_hpd && intel_dig_port->base.type == INTEL_OUTPUT_EDP) {
4820 /*
4821 * vdd off can generate a long pulse on eDP which
4822 * would require vdd on to handle it, and thus we
4823 * would end up in an endless cycle of
4824 * "vdd off -> long hpd -> vdd on -> detect -> vdd off -> ..."
4825 */
4826 DRM_DEBUG_KMS("ignoring long hpd on eDP port %c\n",
4827 port_name(intel_dig_port->port));
Ville Syrjäläa8b3d522015-02-10 14:11:46 +02004828 return IRQ_HANDLED;
Ville Syrjälä7a7f84c2014-10-16 20:46:10 +03004829 }
4830
Ville Syrjälä26fbb772014-08-11 18:37:37 +03004831 DRM_DEBUG_KMS("got hpd irq on port %c - %s\n",
4832 port_name(intel_dig_port->port),
Dave Airlie0e32b392014-05-02 14:02:48 +10004833 long_hpd ? "long" : "short");
Dave Airlie13cf5502014-06-18 11:29:35 +10004834
Ville Syrjälä10158112016-10-03 10:55:15 +03004835 if (long_hpd) {
4836 intel_dp->detect_done = false;
4837 return IRQ_NONE;
4838 }
4839
Ville Syrjälä25f78f52015-11-16 15:01:04 +01004840 power_domain = intel_display_port_aux_power_domain(intel_encoder);
Imre Deak1c767b32014-08-18 14:42:42 +03004841 intel_display_power_get(dev_priv, power_domain);
4842
Ville Syrjälä10158112016-10-03 10:55:15 +03004843 if (intel_dp->is_mst) {
4844 if (intel_dp_check_mst_status(intel_dp) == -EINVAL) {
4845 /*
4846 * If we were in MST mode, and device is not
4847 * there, get out of MST mode
4848 */
4849 DRM_DEBUG_KMS("MST device may have disappeared %d vs %d\n",
4850 intel_dp->is_mst, intel_dp->mst_mgr.mst_state);
4851 intel_dp->is_mst = false;
4852 drm_dp_mst_topology_mgr_set_mst(&intel_dp->mst_mgr,
4853 intel_dp->is_mst);
4854 intel_dp->detect_done = false;
4855 goto put_power;
Dave Airlie0e32b392014-05-02 14:02:48 +10004856 }
Ville Syrjälä10158112016-10-03 10:55:15 +03004857 }
Dave Airlie0e32b392014-05-02 14:02:48 +10004858
Ville Syrjälä10158112016-10-03 10:55:15 +03004859 if (!intel_dp->is_mst) {
4860 if (!intel_dp_short_pulse(intel_dp)) {
4861 intel_dp->detect_done = false;
4862 goto put_power;
Shubhangi Shrivastava39ff7472016-03-30 18:05:26 +05304863 }
Dave Airlie0e32b392014-05-02 14:02:48 +10004864 }
Daniel Vetterb2c5c182015-01-23 06:00:31 +01004865
4866 ret = IRQ_HANDLED;
4867
Imre Deak1c767b32014-08-18 14:42:42 +03004868put_power:
4869 intel_display_power_put(dev_priv, power_domain);
4870
4871 return ret;
Dave Airlie13cf5502014-06-18 11:29:35 +10004872}
4873
Rodrigo Vivi477ec322015-08-06 15:51:39 +08004874/* check the VBT to see whether the eDP is on another port */
Ville Syrjälä5d8a7752013-11-01 18:22:39 +02004875bool intel_dp_is_edp(struct drm_device *dev, enum port port)
Zhao Yakui36e83a12010-06-12 14:32:21 +08004876{
Chris Wilsonfac5e232016-07-04 11:34:36 +01004877 struct drm_i915_private *dev_priv = to_i915(dev);
Zhao Yakui36e83a12010-06-12 14:32:21 +08004878
Ville Syrjälä53ce81a2015-09-11 21:04:38 +03004879 /*
4880 * eDP not supported on g4x. so bail out early just
4881 * for a bit extra safety in case the VBT is bonkers.
4882 */
4883 if (INTEL_INFO(dev)->gen < 5)
4884 return false;
4885
Ville Syrjälä3b32a352013-11-01 18:22:41 +02004886 if (port == PORT_A)
4887 return true;
4888
Jani Nikula951d9ef2016-03-16 12:43:31 +02004889 return intel_bios_is_port_edp(dev_priv, port);
Zhao Yakui36e83a12010-06-12 14:32:21 +08004890}
4891
Dave Airlie0e32b392014-05-02 14:02:48 +10004892void
Chris Wilsonf6849602010-09-19 09:29:33 +01004893intel_dp_add_properties(struct intel_dp *intel_dp, struct drm_connector *connector)
4894{
Yuly Novikov53b41832012-10-26 12:04:00 +03004895 struct intel_connector *intel_connector = to_intel_connector(connector);
4896
Chris Wilson3f43c482011-05-12 22:17:24 +01004897 intel_attach_force_audio_property(connector);
Chris Wilsone953fd72011-02-21 22:23:52 +00004898 intel_attach_broadcast_rgb_property(connector);
Ville Syrjälä55bc60d2013-01-17 16:31:29 +02004899 intel_dp->color_range_auto = true;
Yuly Novikov53b41832012-10-26 12:04:00 +03004900
4901 if (is_edp(intel_dp)) {
4902 drm_mode_create_scaling_mode_property(connector->dev);
Rob Clark6de6d842012-10-11 20:36:04 -05004903 drm_object_attach_property(
4904 &connector->base,
Yuly Novikov53b41832012-10-26 12:04:00 +03004905 connector->dev->mode_config.scaling_mode_property,
Yuly Novikov8e740cd2012-10-26 12:04:01 +03004906 DRM_MODE_SCALE_ASPECT);
4907 intel_connector->panel.fitting_mode = DRM_MODE_SCALE_ASPECT;
Yuly Novikov53b41832012-10-26 12:04:00 +03004908 }
Chris Wilsonf6849602010-09-19 09:29:33 +01004909}
4910
Imre Deakdada1a92014-01-29 13:25:41 +02004911static void intel_dp_init_panel_power_timestamps(struct intel_dp *intel_dp)
4912{
Abhay Kumard28d4732016-01-22 17:39:04 -08004913 intel_dp->panel_power_off_time = ktime_get_boottime();
Imre Deakdada1a92014-01-29 13:25:41 +02004914 intel_dp->last_power_on = jiffies;
4915 intel_dp->last_backlight_off = jiffies;
4916}
4917
Daniel Vetter67a54562012-10-20 20:57:45 +02004918static void
Imre Deak54648612016-06-16 16:37:22 +03004919intel_pps_readout_hw_state(struct drm_i915_private *dev_priv,
4920 struct intel_dp *intel_dp, struct edp_power_seq *seq)
Daniel Vetter67a54562012-10-20 20:57:45 +02004921{
Vandana Kannanb0a08be2015-06-18 11:00:55 +05304922 u32 pp_on, pp_off, pp_div = 0, pp_ctl = 0;
Imre Deak8e8232d2016-06-16 16:37:21 +03004923 struct pps_registers regs;
Jesse Barnes453c5422013-03-28 09:55:41 -07004924
Imre Deak8e8232d2016-06-16 16:37:21 +03004925 intel_pps_get_registers(dev_priv, intel_dp, &regs);
Daniel Vetter67a54562012-10-20 20:57:45 +02004926
4927 /* Workaround: Need to write PP_CONTROL with the unlock key as
4928 * the very first thing. */
Vandana Kannanb0a08be2015-06-18 11:00:55 +05304929 pp_ctl = ironlake_get_pp_control(intel_dp);
Daniel Vetter67a54562012-10-20 20:57:45 +02004930
Imre Deak8e8232d2016-06-16 16:37:21 +03004931 pp_on = I915_READ(regs.pp_on);
4932 pp_off = I915_READ(regs.pp_off);
Imre Deak54648612016-06-16 16:37:22 +03004933 if (!IS_BROXTON(dev_priv)) {
Imre Deak8e8232d2016-06-16 16:37:21 +03004934 I915_WRITE(regs.pp_ctrl, pp_ctl);
4935 pp_div = I915_READ(regs.pp_div);
Vandana Kannanb0a08be2015-06-18 11:00:55 +05304936 }
Daniel Vetter67a54562012-10-20 20:57:45 +02004937
4938 /* Pull timing values out of registers */
Imre Deak54648612016-06-16 16:37:22 +03004939 seq->t1_t3 = (pp_on & PANEL_POWER_UP_DELAY_MASK) >>
4940 PANEL_POWER_UP_DELAY_SHIFT;
Daniel Vetter67a54562012-10-20 20:57:45 +02004941
Imre Deak54648612016-06-16 16:37:22 +03004942 seq->t8 = (pp_on & PANEL_LIGHT_ON_DELAY_MASK) >>
4943 PANEL_LIGHT_ON_DELAY_SHIFT;
Daniel Vetter67a54562012-10-20 20:57:45 +02004944
Imre Deak54648612016-06-16 16:37:22 +03004945 seq->t9 = (pp_off & PANEL_LIGHT_OFF_DELAY_MASK) >>
4946 PANEL_LIGHT_OFF_DELAY_SHIFT;
Daniel Vetter67a54562012-10-20 20:57:45 +02004947
Imre Deak54648612016-06-16 16:37:22 +03004948 seq->t10 = (pp_off & PANEL_POWER_DOWN_DELAY_MASK) >>
4949 PANEL_POWER_DOWN_DELAY_SHIFT;
Daniel Vetter67a54562012-10-20 20:57:45 +02004950
Imre Deak54648612016-06-16 16:37:22 +03004951 if (IS_BROXTON(dev_priv)) {
Vandana Kannanb0a08be2015-06-18 11:00:55 +05304952 u16 tmp = (pp_ctl & BXT_POWER_CYCLE_DELAY_MASK) >>
4953 BXT_POWER_CYCLE_DELAY_SHIFT;
4954 if (tmp > 0)
Imre Deak54648612016-06-16 16:37:22 +03004955 seq->t11_t12 = (tmp - 1) * 1000;
Vandana Kannanb0a08be2015-06-18 11:00:55 +05304956 else
Imre Deak54648612016-06-16 16:37:22 +03004957 seq->t11_t12 = 0;
Vandana Kannanb0a08be2015-06-18 11:00:55 +05304958 } else {
Imre Deak54648612016-06-16 16:37:22 +03004959 seq->t11_t12 = ((pp_div & PANEL_POWER_CYCLE_DELAY_MASK) >>
Daniel Vetter67a54562012-10-20 20:57:45 +02004960 PANEL_POWER_CYCLE_DELAY_SHIFT) * 1000;
Vandana Kannanb0a08be2015-06-18 11:00:55 +05304961 }
Imre Deak54648612016-06-16 16:37:22 +03004962}
4963
4964static void
Imre Deakde9c1b62016-06-16 20:01:46 +03004965intel_pps_dump_state(const char *state_name, const struct edp_power_seq *seq)
4966{
4967 DRM_DEBUG_KMS("%s t1_t3 %d t8 %d t9 %d t10 %d t11_t12 %d\n",
4968 state_name,
4969 seq->t1_t3, seq->t8, seq->t9, seq->t10, seq->t11_t12);
4970}
4971
4972static void
4973intel_pps_verify_state(struct drm_i915_private *dev_priv,
4974 struct intel_dp *intel_dp)
4975{
4976 struct edp_power_seq hw;
4977 struct edp_power_seq *sw = &intel_dp->pps_delays;
4978
4979 intel_pps_readout_hw_state(dev_priv, intel_dp, &hw);
4980
4981 if (hw.t1_t3 != sw->t1_t3 || hw.t8 != sw->t8 || hw.t9 != sw->t9 ||
4982 hw.t10 != sw->t10 || hw.t11_t12 != sw->t11_t12) {
4983 DRM_ERROR("PPS state mismatch\n");
4984 intel_pps_dump_state("sw", sw);
4985 intel_pps_dump_state("hw", &hw);
4986 }
4987}
4988
4989static void
Imre Deak54648612016-06-16 16:37:22 +03004990intel_dp_init_panel_power_sequencer(struct drm_device *dev,
4991 struct intel_dp *intel_dp)
4992{
Chris Wilsonfac5e232016-07-04 11:34:36 +01004993 struct drm_i915_private *dev_priv = to_i915(dev);
Imre Deak54648612016-06-16 16:37:22 +03004994 struct edp_power_seq cur, vbt, spec,
4995 *final = &intel_dp->pps_delays;
4996
4997 lockdep_assert_held(&dev_priv->pps_mutex);
4998
4999 /* already initialized? */
5000 if (final->t11_t12 != 0)
5001 return;
5002
5003 intel_pps_readout_hw_state(dev_priv, intel_dp, &cur);
Daniel Vetter67a54562012-10-20 20:57:45 +02005004
Imre Deakde9c1b62016-06-16 20:01:46 +03005005 intel_pps_dump_state("cur", &cur);
Daniel Vetter67a54562012-10-20 20:57:45 +02005006
Jani Nikula6aa23e62016-03-24 17:50:20 +02005007 vbt = dev_priv->vbt.edp.pps;
Daniel Vetter67a54562012-10-20 20:57:45 +02005008
5009 /* Upper limits from eDP 1.3 spec. Note that we use the clunky units of
5010 * our hw here, which are all in 100usec. */
5011 spec.t1_t3 = 210 * 10;
5012 spec.t8 = 50 * 10; /* no limit for t8, use t7 instead */
5013 spec.t9 = 50 * 10; /* no limit for t9, make it symmetric with t8 */
5014 spec.t10 = 500 * 10;
5015 /* This one is special and actually in units of 100ms, but zero
5016 * based in the hw (so we need to add 100 ms). But the sw vbt
5017 * table multiplies it with 1000 to make it in units of 100usec,
5018 * too. */
5019 spec.t11_t12 = (510 + 100) * 10;
5020
Imre Deakde9c1b62016-06-16 20:01:46 +03005021 intel_pps_dump_state("vbt", &vbt);
Daniel Vetter67a54562012-10-20 20:57:45 +02005022
5023 /* Use the max of the register settings and vbt. If both are
5024 * unset, fall back to the spec limits. */
Ville Syrjälä36b5f422014-10-16 21:27:30 +03005025#define assign_final(field) final->field = (max(cur.field, vbt.field) == 0 ? \
Daniel Vetter67a54562012-10-20 20:57:45 +02005026 spec.field : \
5027 max(cur.field, vbt.field))
5028 assign_final(t1_t3);
5029 assign_final(t8);
5030 assign_final(t9);
5031 assign_final(t10);
5032 assign_final(t11_t12);
5033#undef assign_final
5034
Ville Syrjälä36b5f422014-10-16 21:27:30 +03005035#define get_delay(field) (DIV_ROUND_UP(final->field, 10))
Daniel Vetter67a54562012-10-20 20:57:45 +02005036 intel_dp->panel_power_up_delay = get_delay(t1_t3);
5037 intel_dp->backlight_on_delay = get_delay(t8);
5038 intel_dp->backlight_off_delay = get_delay(t9);
5039 intel_dp->panel_power_down_delay = get_delay(t10);
5040 intel_dp->panel_power_cycle_delay = get_delay(t11_t12);
5041#undef get_delay
5042
Jani Nikulaf30d26e2013-01-16 10:53:40 +02005043 DRM_DEBUG_KMS("panel power up delay %d, power down delay %d, power cycle delay %d\n",
5044 intel_dp->panel_power_up_delay, intel_dp->panel_power_down_delay,
5045 intel_dp->panel_power_cycle_delay);
5046
5047 DRM_DEBUG_KMS("backlight on delay %d, off delay %d\n",
5048 intel_dp->backlight_on_delay, intel_dp->backlight_off_delay);
Imre Deakde9c1b62016-06-16 20:01:46 +03005049
5050 /*
5051 * We override the HW backlight delays to 1 because we do manual waits
5052 * on them. For T8, even BSpec recommends doing it. For T9, if we
5053 * don't do this, we'll end up waiting for the backlight off delay
5054 * twice: once when we do the manual sleep, and once when we disable
5055 * the panel and wait for the PP_STATUS bit to become zero.
5056 */
5057 final->t8 = 1;
5058 final->t9 = 1;
Jani Nikulaf30d26e2013-01-16 10:53:40 +02005059}
5060
5061static void
5062intel_dp_init_panel_power_sequencer_registers(struct drm_device *dev,
Ville Syrjäläf0f7f382016-12-20 18:51:17 +02005063 struct intel_dp *intel_dp,
5064 bool force_disable_vdd)
Jani Nikulaf30d26e2013-01-16 10:53:40 +02005065{
Chris Wilsonfac5e232016-07-04 11:34:36 +01005066 struct drm_i915_private *dev_priv = to_i915(dev);
Jesse Barnes453c5422013-03-28 09:55:41 -07005067 u32 pp_on, pp_off, pp_div, port_sel = 0;
Ville Syrjäläe7dc33f2016-03-02 17:22:13 +02005068 int div = dev_priv->rawclk_freq / 1000;
Imre Deak8e8232d2016-06-16 16:37:21 +03005069 struct pps_registers regs;
Ville Syrjäläad933b52014-08-18 22:15:56 +03005070 enum port port = dp_to_dig_port(intel_dp)->port;
Ville Syrjälä36b5f422014-10-16 21:27:30 +03005071 const struct edp_power_seq *seq = &intel_dp->pps_delays;
Jesse Barnes453c5422013-03-28 09:55:41 -07005072
Ville Syrjäläe39b9992014-09-04 14:53:14 +03005073 lockdep_assert_held(&dev_priv->pps_mutex);
Jesse Barnes453c5422013-03-28 09:55:41 -07005074
Imre Deak8e8232d2016-06-16 16:37:21 +03005075 intel_pps_get_registers(dev_priv, intel_dp, &regs);
Jesse Barnes453c5422013-03-28 09:55:41 -07005076
Ville Syrjäläf0f7f382016-12-20 18:51:17 +02005077 /*
5078 * On some VLV machines the BIOS can leave the VDD
5079 * enabled even on power seqeuencers which aren't
5080 * hooked up to any port. This would mess up the
5081 * power domain tracking the first time we pick
5082 * one of these power sequencers for use since
5083 * edp_panel_vdd_on() would notice that the VDD was
5084 * already on and therefore wouldn't grab the power
5085 * domain reference. Disable VDD first to avoid this.
5086 * This also avoids spuriously turning the VDD on as
5087 * soon as the new power seqeuencer gets initialized.
5088 */
5089 if (force_disable_vdd) {
5090 u32 pp = ironlake_get_pp_control(intel_dp);
5091
5092 WARN(pp & PANEL_POWER_ON, "Panel power already on\n");
5093
5094 if (pp & EDP_FORCE_VDD)
5095 DRM_DEBUG_KMS("VDD already on, disabling first\n");
5096
5097 pp &= ~EDP_FORCE_VDD;
5098
5099 I915_WRITE(regs.pp_ctrl, pp);
5100 }
5101
Jani Nikulaf30d26e2013-01-16 10:53:40 +02005102 pp_on = (seq->t1_t3 << PANEL_POWER_UP_DELAY_SHIFT) |
Imre Deakde9c1b62016-06-16 20:01:46 +03005103 (seq->t8 << PANEL_LIGHT_ON_DELAY_SHIFT);
5104 pp_off = (seq->t9 << PANEL_LIGHT_OFF_DELAY_SHIFT) |
Jani Nikulaf30d26e2013-01-16 10:53:40 +02005105 (seq->t10 << PANEL_POWER_DOWN_DELAY_SHIFT);
Daniel Vetter67a54562012-10-20 20:57:45 +02005106 /* Compute the divisor for the pp clock, simply match the Bspec
5107 * formula. */
Vandana Kannanb0a08be2015-06-18 11:00:55 +05305108 if (IS_BROXTON(dev)) {
Imre Deak8e8232d2016-06-16 16:37:21 +03005109 pp_div = I915_READ(regs.pp_ctrl);
Vandana Kannanb0a08be2015-06-18 11:00:55 +05305110 pp_div &= ~BXT_POWER_CYCLE_DELAY_MASK;
5111 pp_div |= (DIV_ROUND_UP((seq->t11_t12 + 1), 1000)
5112 << BXT_POWER_CYCLE_DELAY_SHIFT);
5113 } else {
5114 pp_div = ((100 * div)/2 - 1) << PP_REFERENCE_DIVIDER_SHIFT;
5115 pp_div |= (DIV_ROUND_UP(seq->t11_t12, 1000)
5116 << PANEL_POWER_CYCLE_DELAY_SHIFT);
5117 }
Daniel Vetter67a54562012-10-20 20:57:45 +02005118
5119 /* Haswell doesn't have any port selection bits for the panel
5120 * power sequencer any more. */
Wayne Boyer666a4532015-12-09 12:29:35 -08005121 if (IS_VALLEYVIEW(dev) || IS_CHERRYVIEW(dev)) {
Ville Syrjäläad933b52014-08-18 22:15:56 +03005122 port_sel = PANEL_PORT_SELECT_VLV(port);
Imre Deakbc7d38a2013-05-16 14:40:36 +03005123 } else if (HAS_PCH_IBX(dev) || HAS_PCH_CPT(dev)) {
Ville Syrjäläad933b52014-08-18 22:15:56 +03005124 if (port == PORT_A)
Jani Nikulaa24c1442013-09-05 16:44:46 +03005125 port_sel = PANEL_PORT_SELECT_DPA;
Daniel Vetter67a54562012-10-20 20:57:45 +02005126 else
Jani Nikulaa24c1442013-09-05 16:44:46 +03005127 port_sel = PANEL_PORT_SELECT_DPD;
Daniel Vetter67a54562012-10-20 20:57:45 +02005128 }
5129
Jesse Barnes453c5422013-03-28 09:55:41 -07005130 pp_on |= port_sel;
5131
Imre Deak8e8232d2016-06-16 16:37:21 +03005132 I915_WRITE(regs.pp_on, pp_on);
5133 I915_WRITE(regs.pp_off, pp_off);
Vandana Kannanb0a08be2015-06-18 11:00:55 +05305134 if (IS_BROXTON(dev))
Imre Deak8e8232d2016-06-16 16:37:21 +03005135 I915_WRITE(regs.pp_ctrl, pp_div);
Vandana Kannanb0a08be2015-06-18 11:00:55 +05305136 else
Imre Deak8e8232d2016-06-16 16:37:21 +03005137 I915_WRITE(regs.pp_div, pp_div);
Daniel Vetter67a54562012-10-20 20:57:45 +02005138
Daniel Vetter67a54562012-10-20 20:57:45 +02005139 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 +03005140 I915_READ(regs.pp_on),
5141 I915_READ(regs.pp_off),
Vandana Kannanb0a08be2015-06-18 11:00:55 +05305142 IS_BROXTON(dev) ?
Imre Deak8e8232d2016-06-16 16:37:21 +03005143 (I915_READ(regs.pp_ctrl) & BXT_POWER_CYCLE_DELAY_MASK) :
5144 I915_READ(regs.pp_div));
Zhenyu Wange3421a12010-04-08 09:43:27 +08005145}
5146
Imre Deak335f7522016-08-10 14:07:32 +03005147static void intel_dp_pps_init(struct drm_device *dev,
5148 struct intel_dp *intel_dp)
5149{
5150 if (IS_VALLEYVIEW(dev) || IS_CHERRYVIEW(dev)) {
5151 vlv_initial_power_sequencer_setup(intel_dp);
5152 } else {
5153 intel_dp_init_panel_power_sequencer(dev, intel_dp);
Ville Syrjäläf0f7f382016-12-20 18:51:17 +02005154 intel_dp_init_panel_power_sequencer_registers(dev, intel_dp, false);
Imre Deak335f7522016-08-10 14:07:32 +03005155 }
5156}
5157
Vandana Kannanb33a2812015-02-13 15:33:03 +05305158/**
5159 * intel_dp_set_drrs_state - program registers for RR switch to take effect
Maarten Lankhorst5423adf2016-08-31 11:01:36 +02005160 * @dev_priv: i915 device
Maarten Lankhorste8964022016-08-25 11:07:02 +02005161 * @crtc_state: a pointer to the active intel_crtc_state
Vandana Kannanb33a2812015-02-13 15:33:03 +05305162 * @refresh_rate: RR to be programmed
5163 *
5164 * This function gets called when refresh rate (RR) has to be changed from
5165 * one frequency to another. Switches can be between high and low RR
5166 * supported by the panel or to any other RR based on media playback (in
5167 * this case, RR value needs to be passed from user space).
5168 *
5169 * The caller of this function needs to take a lock on dev_priv->drrs.
5170 */
Maarten Lankhorst85cb48a2016-08-09 17:04:13 +02005171static void intel_dp_set_drrs_state(struct drm_i915_private *dev_priv,
5172 struct intel_crtc_state *crtc_state,
5173 int refresh_rate)
Pradeep Bhat439d7ac2014-04-05 12:13:28 +05305174{
Pradeep Bhat439d7ac2014-04-05 12:13:28 +05305175 struct intel_encoder *encoder;
Vandana Kannan96178ee2015-01-10 02:25:56 +05305176 struct intel_digital_port *dig_port = NULL;
5177 struct intel_dp *intel_dp = dev_priv->drrs.dp;
Maarten Lankhorst85cb48a2016-08-09 17:04:13 +02005178 struct intel_crtc *intel_crtc = to_intel_crtc(crtc_state->base.crtc);
Vandana Kannan96178ee2015-01-10 02:25:56 +05305179 enum drrs_refresh_rate_type index = DRRS_HIGH_RR;
Pradeep Bhat439d7ac2014-04-05 12:13:28 +05305180
5181 if (refresh_rate <= 0) {
5182 DRM_DEBUG_KMS("Refresh rate should be positive non-zero.\n");
5183 return;
5184 }
5185
Vandana Kannan96178ee2015-01-10 02:25:56 +05305186 if (intel_dp == NULL) {
5187 DRM_DEBUG_KMS("DRRS not supported.\n");
Pradeep Bhat439d7ac2014-04-05 12:13:28 +05305188 return;
5189 }
5190
Daniel Vetter1fcc9d12014-07-11 10:30:10 -07005191 /*
Rodrigo Vivie4d59f62014-11-20 02:22:08 -08005192 * FIXME: This needs proper synchronization with psr state for some
5193 * platforms that cannot have PSR and DRRS enabled at the same time.
Daniel Vetter1fcc9d12014-07-11 10:30:10 -07005194 */
Pradeep Bhat439d7ac2014-04-05 12:13:28 +05305195
Vandana Kannan96178ee2015-01-10 02:25:56 +05305196 dig_port = dp_to_dig_port(intel_dp);
5197 encoder = &dig_port->base;
Ander Conselvan de Oliveira723f9aa2015-03-20 16:18:18 +02005198 intel_crtc = to_intel_crtc(encoder->base.crtc);
Pradeep Bhat439d7ac2014-04-05 12:13:28 +05305199
5200 if (!intel_crtc) {
5201 DRM_DEBUG_KMS("DRRS: intel_crtc not initialized\n");
5202 return;
5203 }
5204
Vandana Kannan96178ee2015-01-10 02:25:56 +05305205 if (dev_priv->drrs.type < SEAMLESS_DRRS_SUPPORT) {
Pradeep Bhat439d7ac2014-04-05 12:13:28 +05305206 DRM_DEBUG_KMS("Only Seamless DRRS supported.\n");
5207 return;
5208 }
5209
Vandana Kannan96178ee2015-01-10 02:25:56 +05305210 if (intel_dp->attached_connector->panel.downclock_mode->vrefresh ==
5211 refresh_rate)
Pradeep Bhat439d7ac2014-04-05 12:13:28 +05305212 index = DRRS_LOW_RR;
5213
Vandana Kannan96178ee2015-01-10 02:25:56 +05305214 if (index == dev_priv->drrs.refresh_rate_type) {
Pradeep Bhat439d7ac2014-04-05 12:13:28 +05305215 DRM_DEBUG_KMS(
5216 "DRRS requested for previously set RR...ignoring\n");
5217 return;
5218 }
5219
Maarten Lankhorst85cb48a2016-08-09 17:04:13 +02005220 if (!crtc_state->base.active) {
Pradeep Bhat439d7ac2014-04-05 12:13:28 +05305221 DRM_DEBUG_KMS("eDP encoder disabled. CRTC not Active\n");
5222 return;
5223 }
5224
Maarten Lankhorst85cb48a2016-08-09 17:04:13 +02005225 if (INTEL_GEN(dev_priv) >= 8 && !IS_CHERRYVIEW(dev_priv)) {
Vandana Kannana4c30b12015-02-13 15:33:00 +05305226 switch (index) {
5227 case DRRS_HIGH_RR:
5228 intel_dp_set_m_n(intel_crtc, M1_N1);
5229 break;
5230 case DRRS_LOW_RR:
5231 intel_dp_set_m_n(intel_crtc, M2_N2);
5232 break;
5233 case DRRS_MAX_RR:
5234 default:
5235 DRM_ERROR("Unsupported refreshrate type\n");
5236 }
Maarten Lankhorst85cb48a2016-08-09 17:04:13 +02005237 } else if (INTEL_GEN(dev_priv) > 6) {
5238 i915_reg_t reg = PIPECONF(crtc_state->cpu_transcoder);
Ville Syrjälä649636e2015-09-22 19:50:01 +03005239 u32 val;
Vandana Kannana4c30b12015-02-13 15:33:00 +05305240
Ville Syrjälä649636e2015-09-22 19:50:01 +03005241 val = I915_READ(reg);
Pradeep Bhat439d7ac2014-04-05 12:13:28 +05305242 if (index > DRRS_HIGH_RR) {
Maarten Lankhorst85cb48a2016-08-09 17:04:13 +02005243 if (IS_VALLEYVIEW(dev_priv) || IS_CHERRYVIEW(dev_priv))
Vandana Kannan6fa7aec2015-02-13 15:33:01 +05305244 val |= PIPECONF_EDP_RR_MODE_SWITCH_VLV;
5245 else
5246 val |= PIPECONF_EDP_RR_MODE_SWITCH;
Pradeep Bhat439d7ac2014-04-05 12:13:28 +05305247 } else {
Maarten Lankhorst85cb48a2016-08-09 17:04:13 +02005248 if (IS_VALLEYVIEW(dev_priv) || IS_CHERRYVIEW(dev_priv))
Vandana Kannan6fa7aec2015-02-13 15:33:01 +05305249 val &= ~PIPECONF_EDP_RR_MODE_SWITCH_VLV;
5250 else
5251 val &= ~PIPECONF_EDP_RR_MODE_SWITCH;
Pradeep Bhat439d7ac2014-04-05 12:13:28 +05305252 }
5253 I915_WRITE(reg, val);
5254 }
5255
Vandana Kannan4e9ac942015-01-22 15:14:45 +05305256 dev_priv->drrs.refresh_rate_type = index;
5257
5258 DRM_DEBUG_KMS("eDP Refresh Rate set to : %dHz\n", refresh_rate);
5259}
5260
Vandana Kannanb33a2812015-02-13 15:33:03 +05305261/**
5262 * intel_edp_drrs_enable - init drrs struct if supported
5263 * @intel_dp: DP struct
Maarten Lankhorst5423adf2016-08-31 11:01:36 +02005264 * @crtc_state: A pointer to the active crtc state.
Vandana Kannanb33a2812015-02-13 15:33:03 +05305265 *
5266 * Initializes frontbuffer_bits and drrs.dp
5267 */
Maarten Lankhorst85cb48a2016-08-09 17:04:13 +02005268void intel_edp_drrs_enable(struct intel_dp *intel_dp,
5269 struct intel_crtc_state *crtc_state)
Vandana Kannanc3955782015-01-22 15:17:40 +05305270{
5271 struct drm_device *dev = intel_dp_to_dev(intel_dp);
Chris Wilsonfac5e232016-07-04 11:34:36 +01005272 struct drm_i915_private *dev_priv = to_i915(dev);
Vandana Kannanc3955782015-01-22 15:17:40 +05305273
Maarten Lankhorst85cb48a2016-08-09 17:04:13 +02005274 if (!crtc_state->has_drrs) {
Vandana Kannanc3955782015-01-22 15:17:40 +05305275 DRM_DEBUG_KMS("Panel doesn't support DRRS\n");
5276 return;
5277 }
5278
5279 mutex_lock(&dev_priv->drrs.mutex);
5280 if (WARN_ON(dev_priv->drrs.dp)) {
5281 DRM_ERROR("DRRS already enabled\n");
5282 goto unlock;
5283 }
5284
5285 dev_priv->drrs.busy_frontbuffer_bits = 0;
5286
5287 dev_priv->drrs.dp = intel_dp;
5288
5289unlock:
5290 mutex_unlock(&dev_priv->drrs.mutex);
5291}
5292
Vandana Kannanb33a2812015-02-13 15:33:03 +05305293/**
5294 * intel_edp_drrs_disable - Disable DRRS
5295 * @intel_dp: DP struct
Maarten Lankhorst5423adf2016-08-31 11:01:36 +02005296 * @old_crtc_state: Pointer to old crtc_state.
Vandana Kannanb33a2812015-02-13 15:33:03 +05305297 *
5298 */
Maarten Lankhorst85cb48a2016-08-09 17:04:13 +02005299void intel_edp_drrs_disable(struct intel_dp *intel_dp,
5300 struct intel_crtc_state *old_crtc_state)
Vandana Kannanc3955782015-01-22 15:17:40 +05305301{
5302 struct drm_device *dev = intel_dp_to_dev(intel_dp);
Chris Wilsonfac5e232016-07-04 11:34:36 +01005303 struct drm_i915_private *dev_priv = to_i915(dev);
Vandana Kannanc3955782015-01-22 15:17:40 +05305304
Maarten Lankhorst85cb48a2016-08-09 17:04:13 +02005305 if (!old_crtc_state->has_drrs)
Vandana Kannanc3955782015-01-22 15:17:40 +05305306 return;
5307
5308 mutex_lock(&dev_priv->drrs.mutex);
5309 if (!dev_priv->drrs.dp) {
5310 mutex_unlock(&dev_priv->drrs.mutex);
5311 return;
5312 }
5313
5314 if (dev_priv->drrs.refresh_rate_type == DRRS_LOW_RR)
Maarten Lankhorst85cb48a2016-08-09 17:04:13 +02005315 intel_dp_set_drrs_state(dev_priv, old_crtc_state,
5316 intel_dp->attached_connector->panel.fixed_mode->vrefresh);
Vandana Kannanc3955782015-01-22 15:17:40 +05305317
5318 dev_priv->drrs.dp = NULL;
5319 mutex_unlock(&dev_priv->drrs.mutex);
5320
5321 cancel_delayed_work_sync(&dev_priv->drrs.work);
5322}
5323
Vandana Kannan4e9ac942015-01-22 15:14:45 +05305324static void intel_edp_drrs_downclock_work(struct work_struct *work)
5325{
5326 struct drm_i915_private *dev_priv =
5327 container_of(work, typeof(*dev_priv), drrs.work.work);
5328 struct intel_dp *intel_dp;
Pradeep Bhat439d7ac2014-04-05 12:13:28 +05305329
Vandana Kannan96178ee2015-01-10 02:25:56 +05305330 mutex_lock(&dev_priv->drrs.mutex);
Pradeep Bhat439d7ac2014-04-05 12:13:28 +05305331
Vandana Kannan4e9ac942015-01-22 15:14:45 +05305332 intel_dp = dev_priv->drrs.dp;
5333
5334 if (!intel_dp)
5335 goto unlock;
5336
5337 /*
5338 * The delayed work can race with an invalidate hence we need to
5339 * recheck.
5340 */
5341
5342 if (dev_priv->drrs.busy_frontbuffer_bits)
5343 goto unlock;
5344
Maarten Lankhorst85cb48a2016-08-09 17:04:13 +02005345 if (dev_priv->drrs.refresh_rate_type != DRRS_LOW_RR) {
5346 struct drm_crtc *crtc = dp_to_dig_port(intel_dp)->base.base.crtc;
5347
5348 intel_dp_set_drrs_state(dev_priv, to_intel_crtc(crtc)->config,
5349 intel_dp->attached_connector->panel.downclock_mode->vrefresh);
5350 }
Vandana Kannan4e9ac942015-01-22 15:14:45 +05305351
5352unlock:
Vandana Kannan96178ee2015-01-10 02:25:56 +05305353 mutex_unlock(&dev_priv->drrs.mutex);
Pradeep Bhat439d7ac2014-04-05 12:13:28 +05305354}
5355
Vandana Kannanb33a2812015-02-13 15:33:03 +05305356/**
Ramalingam C0ddfd202015-06-15 20:50:05 +05305357 * intel_edp_drrs_invalidate - Disable Idleness DRRS
Chris Wilson5748b6a2016-08-04 16:32:38 +01005358 * @dev_priv: i915 device
Vandana Kannanb33a2812015-02-13 15:33:03 +05305359 * @frontbuffer_bits: frontbuffer plane tracking bits
5360 *
Ramalingam C0ddfd202015-06-15 20:50:05 +05305361 * This function gets called everytime rendering on the given planes start.
5362 * Hence DRRS needs to be Upclocked, i.e. (LOW_RR -> HIGH_RR).
Vandana Kannanb33a2812015-02-13 15:33:03 +05305363 *
5364 * Dirty frontbuffers relevant to DRRS are tracked in busy_frontbuffer_bits.
5365 */
Chris Wilson5748b6a2016-08-04 16:32:38 +01005366void intel_edp_drrs_invalidate(struct drm_i915_private *dev_priv,
5367 unsigned int frontbuffer_bits)
Vandana Kannana93fad02015-01-10 02:25:59 +05305368{
Vandana Kannana93fad02015-01-10 02:25:59 +05305369 struct drm_crtc *crtc;
5370 enum pipe pipe;
5371
Daniel Vetter9da7d692015-04-09 16:44:15 +02005372 if (dev_priv->drrs.type == DRRS_NOT_SUPPORTED)
Vandana Kannana93fad02015-01-10 02:25:59 +05305373 return;
5374
Daniel Vetter88f933a2015-04-09 16:44:16 +02005375 cancel_delayed_work(&dev_priv->drrs.work);
Ramalingam C3954e732015-03-03 12:11:46 +05305376
Vandana Kannana93fad02015-01-10 02:25:59 +05305377 mutex_lock(&dev_priv->drrs.mutex);
Daniel Vetter9da7d692015-04-09 16:44:15 +02005378 if (!dev_priv->drrs.dp) {
5379 mutex_unlock(&dev_priv->drrs.mutex);
5380 return;
5381 }
5382
Vandana Kannana93fad02015-01-10 02:25:59 +05305383 crtc = dp_to_dig_port(dev_priv->drrs.dp)->base.base.crtc;
5384 pipe = to_intel_crtc(crtc)->pipe;
5385
Daniel Vetterc1d038c2015-06-18 10:30:25 +02005386 frontbuffer_bits &= INTEL_FRONTBUFFER_ALL_MASK(pipe);
5387 dev_priv->drrs.busy_frontbuffer_bits |= frontbuffer_bits;
5388
Ramalingam C0ddfd202015-06-15 20:50:05 +05305389 /* invalidate means busy screen hence upclock */
Daniel Vetterc1d038c2015-06-18 10:30:25 +02005390 if (frontbuffer_bits && dev_priv->drrs.refresh_rate_type == DRRS_LOW_RR)
Maarten Lankhorst85cb48a2016-08-09 17:04:13 +02005391 intel_dp_set_drrs_state(dev_priv, to_intel_crtc(crtc)->config,
5392 dev_priv->drrs.dp->attached_connector->panel.fixed_mode->vrefresh);
Vandana Kannana93fad02015-01-10 02:25:59 +05305393
Vandana Kannana93fad02015-01-10 02:25:59 +05305394 mutex_unlock(&dev_priv->drrs.mutex);
5395}
5396
Vandana Kannanb33a2812015-02-13 15:33:03 +05305397/**
Ramalingam C0ddfd202015-06-15 20:50:05 +05305398 * intel_edp_drrs_flush - Restart Idleness DRRS
Chris Wilson5748b6a2016-08-04 16:32:38 +01005399 * @dev_priv: i915 device
Vandana Kannanb33a2812015-02-13 15:33:03 +05305400 * @frontbuffer_bits: frontbuffer plane tracking bits
5401 *
Ramalingam C0ddfd202015-06-15 20:50:05 +05305402 * This function gets called every time rendering on the given planes has
5403 * completed or flip on a crtc is completed. So DRRS should be upclocked
5404 * (LOW_RR -> HIGH_RR). And also Idleness detection should be started again,
5405 * if no other planes are dirty.
Vandana Kannanb33a2812015-02-13 15:33:03 +05305406 *
5407 * Dirty frontbuffers relevant to DRRS are tracked in busy_frontbuffer_bits.
5408 */
Chris Wilson5748b6a2016-08-04 16:32:38 +01005409void intel_edp_drrs_flush(struct drm_i915_private *dev_priv,
5410 unsigned int frontbuffer_bits)
Vandana Kannana93fad02015-01-10 02:25:59 +05305411{
Vandana Kannana93fad02015-01-10 02:25:59 +05305412 struct drm_crtc *crtc;
5413 enum pipe pipe;
5414
Daniel Vetter9da7d692015-04-09 16:44:15 +02005415 if (dev_priv->drrs.type == DRRS_NOT_SUPPORTED)
Vandana Kannana93fad02015-01-10 02:25:59 +05305416 return;
5417
Daniel Vetter88f933a2015-04-09 16:44:16 +02005418 cancel_delayed_work(&dev_priv->drrs.work);
Ramalingam C3954e732015-03-03 12:11:46 +05305419
Vandana Kannana93fad02015-01-10 02:25:59 +05305420 mutex_lock(&dev_priv->drrs.mutex);
Daniel Vetter9da7d692015-04-09 16:44:15 +02005421 if (!dev_priv->drrs.dp) {
5422 mutex_unlock(&dev_priv->drrs.mutex);
5423 return;
5424 }
5425
Vandana Kannana93fad02015-01-10 02:25:59 +05305426 crtc = dp_to_dig_port(dev_priv->drrs.dp)->base.base.crtc;
5427 pipe = to_intel_crtc(crtc)->pipe;
Daniel Vetterc1d038c2015-06-18 10:30:25 +02005428
5429 frontbuffer_bits &= INTEL_FRONTBUFFER_ALL_MASK(pipe);
Vandana Kannana93fad02015-01-10 02:25:59 +05305430 dev_priv->drrs.busy_frontbuffer_bits &= ~frontbuffer_bits;
5431
Ramalingam C0ddfd202015-06-15 20:50:05 +05305432 /* flush means busy screen hence upclock */
Daniel Vetterc1d038c2015-06-18 10:30:25 +02005433 if (frontbuffer_bits && dev_priv->drrs.refresh_rate_type == DRRS_LOW_RR)
Maarten Lankhorst85cb48a2016-08-09 17:04:13 +02005434 intel_dp_set_drrs_state(dev_priv, to_intel_crtc(crtc)->config,
5435 dev_priv->drrs.dp->attached_connector->panel.fixed_mode->vrefresh);
Ramalingam C0ddfd202015-06-15 20:50:05 +05305436
5437 /*
5438 * flush also means no more activity hence schedule downclock, if all
5439 * other fbs are quiescent too
5440 */
5441 if (!dev_priv->drrs.busy_frontbuffer_bits)
Vandana Kannana93fad02015-01-10 02:25:59 +05305442 schedule_delayed_work(&dev_priv->drrs.work,
5443 msecs_to_jiffies(1000));
5444 mutex_unlock(&dev_priv->drrs.mutex);
5445}
5446
Vandana Kannanb33a2812015-02-13 15:33:03 +05305447/**
5448 * DOC: Display Refresh Rate Switching (DRRS)
5449 *
5450 * Display Refresh Rate Switching (DRRS) is a power conservation feature
5451 * which enables swtching between low and high refresh rates,
5452 * dynamically, based on the usage scenario. This feature is applicable
5453 * for internal panels.
5454 *
5455 * Indication that the panel supports DRRS is given by the panel EDID, which
5456 * would list multiple refresh rates for one resolution.
5457 *
5458 * DRRS is of 2 types - static and seamless.
5459 * Static DRRS involves changing refresh rate (RR) by doing a full modeset
5460 * (may appear as a blink on screen) and is used in dock-undock scenario.
5461 * Seamless DRRS involves changing RR without any visual effect to the user
5462 * and can be used during normal system usage. This is done by programming
5463 * certain registers.
5464 *
5465 * Support for static/seamless DRRS may be indicated in the VBT based on
5466 * inputs from the panel spec.
5467 *
5468 * DRRS saves power by switching to low RR based on usage scenarios.
5469 *
Daniel Vetter2e7a5702016-06-01 23:40:36 +02005470 * The implementation is based on frontbuffer tracking implementation. When
5471 * there is a disturbance on the screen triggered by user activity or a periodic
5472 * system activity, DRRS is disabled (RR is changed to high RR). When there is
5473 * no movement on screen, after a timeout of 1 second, a switch to low RR is
5474 * made.
5475 *
5476 * For integration with frontbuffer tracking code, intel_edp_drrs_invalidate()
5477 * and intel_edp_drrs_flush() are called.
Vandana Kannanb33a2812015-02-13 15:33:03 +05305478 *
5479 * DRRS can be further extended to support other internal panels and also
5480 * the scenario of video playback wherein RR is set based on the rate
5481 * requested by userspace.
5482 */
5483
5484/**
5485 * intel_dp_drrs_init - Init basic DRRS work and mutex.
5486 * @intel_connector: eDP connector
5487 * @fixed_mode: preferred mode of panel
5488 *
5489 * This function is called only once at driver load to initialize basic
5490 * DRRS stuff.
5491 *
5492 * Returns:
5493 * Downclock mode if panel supports it, else return NULL.
5494 * DRRS support is determined by the presence of downclock mode (apart
5495 * from VBT setting).
5496 */
Pradeep Bhat4f9db5b2014-04-05 12:12:31 +05305497static struct drm_display_mode *
Vandana Kannan96178ee2015-01-10 02:25:56 +05305498intel_dp_drrs_init(struct intel_connector *intel_connector,
5499 struct drm_display_mode *fixed_mode)
Pradeep Bhat4f9db5b2014-04-05 12:12:31 +05305500{
5501 struct drm_connector *connector = &intel_connector->base;
Vandana Kannan96178ee2015-01-10 02:25:56 +05305502 struct drm_device *dev = connector->dev;
Chris Wilsonfac5e232016-07-04 11:34:36 +01005503 struct drm_i915_private *dev_priv = to_i915(dev);
Pradeep Bhat4f9db5b2014-04-05 12:12:31 +05305504 struct drm_display_mode *downclock_mode = NULL;
5505
Daniel Vetter9da7d692015-04-09 16:44:15 +02005506 INIT_DELAYED_WORK(&dev_priv->drrs.work, intel_edp_drrs_downclock_work);
5507 mutex_init(&dev_priv->drrs.mutex);
5508
Pradeep Bhat4f9db5b2014-04-05 12:12:31 +05305509 if (INTEL_INFO(dev)->gen <= 6) {
5510 DRM_DEBUG_KMS("DRRS supported for Gen7 and above\n");
5511 return NULL;
5512 }
5513
5514 if (dev_priv->vbt.drrs_type != SEAMLESS_DRRS_SUPPORT) {
Damien Lespiau4079b8d2014-08-05 10:39:42 +01005515 DRM_DEBUG_KMS("VBT doesn't support DRRS\n");
Pradeep Bhat4f9db5b2014-04-05 12:12:31 +05305516 return NULL;
5517 }
5518
5519 downclock_mode = intel_find_panel_downclock
5520 (dev, fixed_mode, connector);
5521
5522 if (!downclock_mode) {
Ramalingam Ca1d26342015-02-23 17:38:33 +05305523 DRM_DEBUG_KMS("Downclock mode is not found. DRRS not supported\n");
Pradeep Bhat4f9db5b2014-04-05 12:12:31 +05305524 return NULL;
5525 }
5526
Vandana Kannan96178ee2015-01-10 02:25:56 +05305527 dev_priv->drrs.type = dev_priv->vbt.drrs_type;
Pradeep Bhat439d7ac2014-04-05 12:13:28 +05305528
Vandana Kannan96178ee2015-01-10 02:25:56 +05305529 dev_priv->drrs.refresh_rate_type = DRRS_HIGH_RR;
Damien Lespiau4079b8d2014-08-05 10:39:42 +01005530 DRM_DEBUG_KMS("seamless DRRS supported for eDP panel.\n");
Pradeep Bhat4f9db5b2014-04-05 12:12:31 +05305531 return downclock_mode;
5532}
5533
Paulo Zanonied92f0b2013-06-12 17:27:24 -03005534static bool intel_edp_init_connector(struct intel_dp *intel_dp,
Ville Syrjälä36b5f422014-10-16 21:27:30 +03005535 struct intel_connector *intel_connector)
Paulo Zanonied92f0b2013-06-12 17:27:24 -03005536{
5537 struct drm_connector *connector = &intel_connector->base;
5538 struct intel_digital_port *intel_dig_port = dp_to_dig_port(intel_dp);
Paulo Zanoni63635212014-04-22 19:55:42 -03005539 struct intel_encoder *intel_encoder = &intel_dig_port->base;
5540 struct drm_device *dev = intel_encoder->base.dev;
Chris Wilsonfac5e232016-07-04 11:34:36 +01005541 struct drm_i915_private *dev_priv = to_i915(dev);
Paulo Zanonied92f0b2013-06-12 17:27:24 -03005542 struct drm_display_mode *fixed_mode = NULL;
Pradeep Bhat4f9db5b2014-04-05 12:12:31 +05305543 struct drm_display_mode *downclock_mode = NULL;
Paulo Zanonied92f0b2013-06-12 17:27:24 -03005544 bool has_dpcd;
5545 struct drm_display_mode *scan;
5546 struct edid *edid;
Ville Syrjälä6517d272014-11-07 11:16:02 +02005547 enum pipe pipe = INVALID_PIPE;
Paulo Zanonied92f0b2013-06-12 17:27:24 -03005548
5549 if (!is_edp(intel_dp))
5550 return true;
5551
Imre Deak97a824e12016-06-21 11:51:47 +03005552 /*
5553 * On IBX/CPT we may get here with LVDS already registered. Since the
5554 * driver uses the only internal power sequencer available for both
5555 * eDP and LVDS bail out early in this case to prevent interfering
5556 * with an already powered-on LVDS power sequencer.
5557 */
5558 if (intel_get_lvds_encoder(dev)) {
5559 WARN_ON(!(HAS_PCH_IBX(dev_priv) || HAS_PCH_CPT(dev_priv)));
5560 DRM_INFO("LVDS was detected, not registering eDP\n");
5561
5562 return false;
5563 }
5564
Ville Syrjälä49e6bc52014-10-28 16:15:52 +02005565 pps_lock(intel_dp);
Imre Deakb4d06ed2016-06-21 11:51:49 +03005566
5567 intel_dp_init_panel_power_timestamps(intel_dp);
Imre Deak335f7522016-08-10 14:07:32 +03005568 intel_dp_pps_init(dev, intel_dp);
Ville Syrjälä49e6bc52014-10-28 16:15:52 +02005569 intel_edp_panel_vdd_sanitize(intel_dp);
Imre Deakb4d06ed2016-06-21 11:51:49 +03005570
Ville Syrjälä49e6bc52014-10-28 16:15:52 +02005571 pps_unlock(intel_dp);
Paulo Zanoni63635212014-04-22 19:55:42 -03005572
Paulo Zanonied92f0b2013-06-12 17:27:24 -03005573 /* Cache DPCD and EDID for edp. */
Ville Syrjäläfe5a66f2016-07-29 16:52:39 +03005574 has_dpcd = intel_edp_init_dpcd(intel_dp);
Paulo Zanonied92f0b2013-06-12 17:27:24 -03005575
Ville Syrjäläfe5a66f2016-07-29 16:52:39 +03005576 if (!has_dpcd) {
Paulo Zanonied92f0b2013-06-12 17:27:24 -03005577 /* if this fails, presume the device is a ghost */
5578 DRM_INFO("failed to retrieve link info, disabling eDP\n");
Imre Deakb4d06ed2016-06-21 11:51:49 +03005579 goto out_vdd_off;
Paulo Zanonied92f0b2013-06-12 17:27:24 -03005580 }
5581
Daniel Vetter060c8772014-03-21 23:22:35 +01005582 mutex_lock(&dev->mode_config.mutex);
Jani Nikula0b998362014-03-14 16:51:17 +02005583 edid = drm_get_edid(connector, &intel_dp->aux.ddc);
Paulo Zanonied92f0b2013-06-12 17:27:24 -03005584 if (edid) {
5585 if (drm_add_edid_modes(connector, edid)) {
5586 drm_mode_connector_update_edid_property(connector,
5587 edid);
5588 drm_edid_to_eld(connector, edid);
5589 } else {
5590 kfree(edid);
5591 edid = ERR_PTR(-EINVAL);
5592 }
5593 } else {
5594 edid = ERR_PTR(-ENOENT);
5595 }
5596 intel_connector->edid = edid;
5597
5598 /* prefer fixed mode from EDID if available */
5599 list_for_each_entry(scan, &connector->probed_modes, head) {
5600 if ((scan->type & DRM_MODE_TYPE_PREFERRED)) {
5601 fixed_mode = drm_mode_duplicate(dev, scan);
Pradeep Bhat4f9db5b2014-04-05 12:12:31 +05305602 downclock_mode = intel_dp_drrs_init(
Pradeep Bhat4f9db5b2014-04-05 12:12:31 +05305603 intel_connector, fixed_mode);
Paulo Zanonied92f0b2013-06-12 17:27:24 -03005604 break;
5605 }
5606 }
5607
5608 /* fallback to VBT if available for eDP */
5609 if (!fixed_mode && dev_priv->vbt.lfp_lvds_vbt_mode) {
5610 fixed_mode = drm_mode_duplicate(dev,
5611 dev_priv->vbt.lfp_lvds_vbt_mode);
Ville Syrjälädf457242016-05-31 12:08:34 +03005612 if (fixed_mode) {
Paulo Zanonied92f0b2013-06-12 17:27:24 -03005613 fixed_mode->type |= DRM_MODE_TYPE_PREFERRED;
Ville Syrjälädf457242016-05-31 12:08:34 +03005614 connector->display_info.width_mm = fixed_mode->width_mm;
5615 connector->display_info.height_mm = fixed_mode->height_mm;
5616 }
Paulo Zanonied92f0b2013-06-12 17:27:24 -03005617 }
Daniel Vetter060c8772014-03-21 23:22:35 +01005618 mutex_unlock(&dev->mode_config.mutex);
Paulo Zanonied92f0b2013-06-12 17:27:24 -03005619
Wayne Boyer666a4532015-12-09 12:29:35 -08005620 if (IS_VALLEYVIEW(dev) || IS_CHERRYVIEW(dev)) {
Clint Taylor01527b32014-07-07 13:01:46 -07005621 intel_dp->edp_notifier.notifier_call = edp_notify_handler;
5622 register_reboot_notifier(&intel_dp->edp_notifier);
Ville Syrjälä6517d272014-11-07 11:16:02 +02005623
5624 /*
5625 * Figure out the current pipe for the initial backlight setup.
5626 * If the current pipe isn't valid, try the PPS pipe, and if that
5627 * fails just assume pipe A.
5628 */
5629 if (IS_CHERRYVIEW(dev))
5630 pipe = DP_PORT_TO_PIPE_CHV(intel_dp->DP);
5631 else
5632 pipe = PORT_TO_PIPE(intel_dp->DP);
5633
5634 if (pipe != PIPE_A && pipe != PIPE_B)
5635 pipe = intel_dp->pps_pipe;
5636
5637 if (pipe != PIPE_A && pipe != PIPE_B)
5638 pipe = PIPE_A;
5639
5640 DRM_DEBUG_KMS("using pipe %c for initial backlight setup\n",
5641 pipe_name(pipe));
Clint Taylor01527b32014-07-07 13:01:46 -07005642 }
5643
Pradeep Bhat4f9db5b2014-04-05 12:12:31 +05305644 intel_panel_init(&intel_connector->panel, fixed_mode, downclock_mode);
Jani Nikula5507fae2015-09-14 14:03:48 +03005645 intel_connector->panel.backlight.power = intel_edp_backlight_power;
Ville Syrjälä6517d272014-11-07 11:16:02 +02005646 intel_panel_setup_backlight(connector, pipe);
Paulo Zanonied92f0b2013-06-12 17:27:24 -03005647
5648 return true;
Imre Deakb4d06ed2016-06-21 11:51:49 +03005649
5650out_vdd_off:
5651 cancel_delayed_work_sync(&intel_dp->panel_vdd_work);
5652 /*
5653 * vdd might still be enabled do to the delayed vdd off.
5654 * Make sure vdd is actually turned off here.
5655 */
5656 pps_lock(intel_dp);
5657 edp_panel_vdd_off_sync(intel_dp);
5658 pps_unlock(intel_dp);
5659
5660 return false;
Paulo Zanonied92f0b2013-06-12 17:27:24 -03005661}
5662
Paulo Zanoni16c25532013-06-12 17:27:25 -03005663bool
Paulo Zanonif0fec3f2012-10-26 19:05:48 -02005664intel_dp_init_connector(struct intel_digital_port *intel_dig_port,
5665 struct intel_connector *intel_connector)
Keith Packarda4fc5ed2009-04-07 16:16:42 -07005666{
Paulo Zanonif0fec3f2012-10-26 19:05:48 -02005667 struct drm_connector *connector = &intel_connector->base;
5668 struct intel_dp *intel_dp = &intel_dig_port->dp;
5669 struct intel_encoder *intel_encoder = &intel_dig_port->base;
5670 struct drm_device *dev = intel_encoder->base.dev;
Chris Wilsonfac5e232016-07-04 11:34:36 +01005671 struct drm_i915_private *dev_priv = to_i915(dev);
Paulo Zanoni174edf12012-10-26 19:05:50 -02005672 enum port port = intel_dig_port->port;
Chris Wilson7a418e32016-06-24 14:00:14 +01005673 int type;
Keith Packarda4fc5ed2009-04-07 16:16:42 -07005674
Ville Syrjäläccb1a832015-12-08 19:59:38 +02005675 if (WARN(intel_dig_port->max_lanes < 1,
5676 "Not enough lanes (%d) for DP on port %c\n",
5677 intel_dig_port->max_lanes, port_name(port)))
5678 return false;
5679
Ville Syrjäläa4a5d2f2014-09-04 14:54:20 +03005680 intel_dp->pps_pipe = INVALID_PIPE;
5681
Damien Lespiauec5b01d2014-01-21 13:35:39 +00005682 /* intel_dp vfuncs */
Damien Lespiaub6b5e382014-01-20 16:00:59 +00005683 if (INTEL_INFO(dev)->gen >= 9)
5684 intel_dp->get_aux_clock_divider = skl_get_aux_clock_divider;
Damien Lespiauec5b01d2014-01-21 13:35:39 +00005685 else if (IS_HASWELL(dev) || IS_BROADWELL(dev))
5686 intel_dp->get_aux_clock_divider = hsw_get_aux_clock_divider;
5687 else if (HAS_PCH_SPLIT(dev))
5688 intel_dp->get_aux_clock_divider = ilk_get_aux_clock_divider;
5689 else
Ville Syrjälä6ffb1be2016-03-02 17:22:14 +02005690 intel_dp->get_aux_clock_divider = g4x_get_aux_clock_divider;
Damien Lespiauec5b01d2014-01-21 13:35:39 +00005691
Damien Lespiaub9ca5fa2014-01-20 16:01:00 +00005692 if (INTEL_INFO(dev)->gen >= 9)
5693 intel_dp->get_aux_send_ctl = skl_get_aux_send_ctl;
5694 else
Ville Syrjälä6ffb1be2016-03-02 17:22:14 +02005695 intel_dp->get_aux_send_ctl = g4x_get_aux_send_ctl;
Damien Lespiau153b1102014-01-21 13:37:15 +00005696
Ander Conselvan de Oliveiraad642172015-10-23 13:01:49 +03005697 if (HAS_DDI(dev))
5698 intel_dp->prepare_link_retrain = intel_ddi_prepare_link_retrain;
5699
Daniel Vetter07679352012-09-06 22:15:42 +02005700 /* Preserve the current hw state. */
5701 intel_dp->DP = I915_READ(intel_dp->output_reg);
Jani Nikuladd06f902012-10-19 14:51:50 +03005702 intel_dp->attached_connector = intel_connector;
Chris Wilson3d3dc142011-02-12 10:33:12 +00005703
Ville Syrjälä3b32a352013-11-01 18:22:41 +02005704 if (intel_dp_is_edp(dev, port))
Gajanan Bhat19c03922012-09-27 19:13:07 +05305705 type = DRM_MODE_CONNECTOR_eDP;
Ville Syrjälä3b32a352013-11-01 18:22:41 +02005706 else
5707 type = DRM_MODE_CONNECTOR_DisplayPort;
Adam Jacksonb3295302010-07-16 14:46:28 -04005708
Imre Deakf7d24902013-05-08 13:14:05 +03005709 /*
5710 * For eDP we always set the encoder type to INTEL_OUTPUT_EDP, but
5711 * for DP the encoder type can be set by the caller to
5712 * INTEL_OUTPUT_UNKNOWN for DDI, so don't rewrite it.
5713 */
5714 if (type == DRM_MODE_CONNECTOR_eDP)
5715 intel_encoder->type = INTEL_OUTPUT_EDP;
5716
Ville Syrjäläc17ed5b2014-10-16 21:27:27 +03005717 /* eDP only on port B and/or C on vlv/chv */
Wayne Boyer666a4532015-12-09 12:29:35 -08005718 if (WARN_ON((IS_VALLEYVIEW(dev) || IS_CHERRYVIEW(dev)) &&
5719 is_edp(intel_dp) && port != PORT_B && port != PORT_C))
Ville Syrjäläc17ed5b2014-10-16 21:27:27 +03005720 return false;
5721
Imre Deake7281ea2013-05-08 13:14:08 +03005722 DRM_DEBUG_KMS("Adding %s connector on port %c\n",
5723 type == DRM_MODE_CONNECTOR_eDP ? "eDP" : "DP",
5724 port_name(port));
5725
Adam Jacksonb3295302010-07-16 14:46:28 -04005726 drm_connector_init(dev, connector, &intel_dp_connector_funcs, type);
Keith Packarda4fc5ed2009-04-07 16:16:42 -07005727 drm_connector_helper_add(connector, &intel_dp_connector_helper_funcs);
5728
Paulo Zanonif0fec3f2012-10-26 19:05:48 -02005729 connector->interlace_allowed = true;
5730 connector->doublescan_allowed = 0;
Ma Lingf8aed702009-08-24 13:50:24 +08005731
Mika Kaholab6339582016-09-09 14:10:52 +03005732 intel_dp_aux_init(intel_dp);
Chris Wilson7a418e32016-06-24 14:00:14 +01005733
Daniel Vetter66a92782012-07-12 20:08:18 +02005734 INIT_DELAYED_WORK(&intel_dp->panel_vdd_work,
Daniel Vetter4be73782014-01-17 14:39:48 +01005735 edp_panel_vdd_work);
Zhenyu Wang6251ec02010-01-12 05:38:32 +08005736
Chris Wilsondf0e9242010-09-09 16:20:55 +01005737 intel_connector_attach_encoder(intel_connector, intel_encoder);
Keith Packarda4fc5ed2009-04-07 16:16:42 -07005738
Paulo Zanoniaffa9352012-11-23 15:30:39 -02005739 if (HAS_DDI(dev))
Paulo Zanonibcbc8892012-10-26 19:05:51 -02005740 intel_connector->get_hw_state = intel_ddi_connector_get_hw_state;
5741 else
5742 intel_connector->get_hw_state = intel_connector_get_hw_state;
5743
Jani Nikula0b998362014-03-14 16:51:17 +02005744 /* Set up the hotplug pin. */
Paulo Zanoniab9d7c32012-07-17 17:53:45 -03005745 switch (port) {
5746 case PORT_A:
Egbert Eich1d843f92013-02-25 12:06:49 -05005747 intel_encoder->hpd_pin = HPD_PORT_A;
Paulo Zanoniab9d7c32012-07-17 17:53:45 -03005748 break;
5749 case PORT_B:
Egbert Eich1d843f92013-02-25 12:06:49 -05005750 intel_encoder->hpd_pin = HPD_PORT_B;
Jani Nikulae87a0052015-10-20 15:22:02 +03005751 if (IS_BXT_REVID(dev, 0, BXT_REVID_A1))
Sonika Jindalcf1d5882015-08-10 10:35:36 +05305752 intel_encoder->hpd_pin = HPD_PORT_A;
Paulo Zanoniab9d7c32012-07-17 17:53:45 -03005753 break;
5754 case PORT_C:
Egbert Eich1d843f92013-02-25 12:06:49 -05005755 intel_encoder->hpd_pin = HPD_PORT_C;
Paulo Zanoniab9d7c32012-07-17 17:53:45 -03005756 break;
5757 case PORT_D:
Egbert Eich1d843f92013-02-25 12:06:49 -05005758 intel_encoder->hpd_pin = HPD_PORT_D;
Paulo Zanoniab9d7c32012-07-17 17:53:45 -03005759 break;
Xiong Zhang26951ca2015-08-17 15:55:50 +08005760 case PORT_E:
5761 intel_encoder->hpd_pin = HPD_PORT_E;
5762 break;
Paulo Zanoniab9d7c32012-07-17 17:53:45 -03005763 default:
Damien Lespiauad1c0b12013-03-07 15:30:28 +00005764 BUG();
Zhenyu Wang5eb08b62009-07-24 01:00:31 +08005765 }
5766
Dave Airlie0e32b392014-05-02 14:02:48 +10005767 /* init MST on ports that can support it */
Ville Syrjäläf8e58dd2016-06-22 21:56:59 +03005768 if (HAS_DP_MST(dev) && !is_edp(intel_dp) &&
Jani Nikula0c9b3712015-05-18 17:10:01 +03005769 (port == PORT_B || port == PORT_C || port == PORT_D))
5770 intel_dp_mst_encoder_init(intel_dig_port,
5771 intel_connector->base.base.id);
Dave Airlie0e32b392014-05-02 14:02:48 +10005772
Ville Syrjälä36b5f422014-10-16 21:27:30 +03005773 if (!intel_edp_init_connector(intel_dp, intel_connector)) {
Ville Syrjäläa121f4e2015-11-11 20:34:11 +02005774 intel_dp_aux_fini(intel_dp);
5775 intel_dp_mst_encoder_cleanup(intel_dig_port);
5776 goto fail;
Paulo Zanonib2f246a2013-06-12 17:27:26 -03005777 }
Zhenyu Wang32f9d652009-07-24 01:00:32 +08005778
Chris Wilsonf6849602010-09-19 09:29:33 +01005779 intel_dp_add_properties(intel_dp, connector);
5780
Keith Packarda4fc5ed2009-04-07 16:16:42 -07005781 /* For G4X desktop chip, PEG_BAND_GAP_DATA 3:0 must first be written
5782 * 0xd. Failure to do so will result in spurious interrupts being
5783 * generated on the port when a cable is not attached.
5784 */
5785 if (IS_G4X(dev) && !IS_GM45(dev)) {
5786 u32 temp = I915_READ(PEG_BAND_GAP_DATA);
5787 I915_WRITE(PEG_BAND_GAP_DATA, (temp & ~0xf) | 0xd);
5788 }
Paulo Zanoni16c25532013-06-12 17:27:25 -03005789
5790 return true;
Ville Syrjäläa121f4e2015-11-11 20:34:11 +02005791
5792fail:
Ville Syrjäläa121f4e2015-11-11 20:34:11 +02005793 drm_connector_cleanup(connector);
5794
5795 return false;
Keith Packarda4fc5ed2009-04-07 16:16:42 -07005796}
Paulo Zanonif0fec3f2012-10-26 19:05:48 -02005797
Chris Wilson457c52d2016-06-01 08:27:50 +01005798bool intel_dp_init(struct drm_device *dev,
5799 i915_reg_t output_reg,
5800 enum port port)
Paulo Zanonif0fec3f2012-10-26 19:05:48 -02005801{
Chris Wilsonfac5e232016-07-04 11:34:36 +01005802 struct drm_i915_private *dev_priv = to_i915(dev);
Paulo Zanonif0fec3f2012-10-26 19:05:48 -02005803 struct intel_digital_port *intel_dig_port;
5804 struct intel_encoder *intel_encoder;
5805 struct drm_encoder *encoder;
5806 struct intel_connector *intel_connector;
5807
Daniel Vetterb14c5672013-09-19 12:18:32 +02005808 intel_dig_port = kzalloc(sizeof(*intel_dig_port), GFP_KERNEL);
Paulo Zanonif0fec3f2012-10-26 19:05:48 -02005809 if (!intel_dig_port)
Chris Wilson457c52d2016-06-01 08:27:50 +01005810 return false;
Paulo Zanonif0fec3f2012-10-26 19:05:48 -02005811
Ander Conselvan de Oliveira08d9bc92015-04-10 10:59:10 +03005812 intel_connector = intel_connector_alloc();
Sudip Mukherjee11aee0f2015-10-08 19:27:59 +05305813 if (!intel_connector)
5814 goto err_connector_alloc;
Paulo Zanonif0fec3f2012-10-26 19:05:48 -02005815
5816 intel_encoder = &intel_dig_port->base;
5817 encoder = &intel_encoder->base;
5818
Sudip Mukherjee893da0c2015-10-08 19:28:00 +05305819 if (drm_encoder_init(dev, &intel_encoder->base, &intel_dp_enc_funcs,
Ville Syrjälä580d8ed2016-05-27 20:59:24 +03005820 DRM_MODE_ENCODER_TMDS, "DP %c", port_name(port)))
Sudip Mukherjee893da0c2015-10-08 19:28:00 +05305821 goto err_encoder_init;
Paulo Zanonif0fec3f2012-10-26 19:05:48 -02005822
Daniel Vetter5bfe2ac2013-03-27 00:44:55 +01005823 intel_encoder->compute_config = intel_dp_compute_config;
Paulo Zanoni00c09d72012-10-26 19:05:52 -02005824 intel_encoder->disable = intel_disable_dp;
Paulo Zanoni00c09d72012-10-26 19:05:52 -02005825 intel_encoder->get_hw_state = intel_dp_get_hw_state;
Jesse Barnes045ac3b2013-05-14 17:08:26 -07005826 intel_encoder->get_config = intel_dp_get_config;
Imre Deak07f9cd02014-08-18 14:42:45 +03005827 intel_encoder->suspend = intel_dp_encoder_suspend;
Chon Ming Leee4a1d842014-04-09 13:28:20 +03005828 if (IS_CHERRYVIEW(dev)) {
Ville Syrjälä9197c882014-04-09 13:29:05 +03005829 intel_encoder->pre_pll_enable = chv_dp_pre_pll_enable;
Chon Ming Leee4a1d842014-04-09 13:28:20 +03005830 intel_encoder->pre_enable = chv_pre_enable_dp;
5831 intel_encoder->enable = vlv_enable_dp;
Ville Syrjälä580d3812014-04-09 13:29:00 +03005832 intel_encoder->post_disable = chv_post_disable_dp;
Ville Syrjäläd6db9952015-07-08 23:45:49 +03005833 intel_encoder->post_pll_disable = chv_dp_post_pll_disable;
Chon Ming Leee4a1d842014-04-09 13:28:20 +03005834 } else if (IS_VALLEYVIEW(dev)) {
Jani Nikulaecff4f32013-09-06 07:38:29 +03005835 intel_encoder->pre_pll_enable = vlv_dp_pre_pll_enable;
Jani Nikulaab1f90f2013-07-30 12:20:30 +03005836 intel_encoder->pre_enable = vlv_pre_enable_dp;
5837 intel_encoder->enable = vlv_enable_dp;
Ville Syrjälä49277c32014-03-31 18:21:26 +03005838 intel_encoder->post_disable = vlv_post_disable_dp;
Jani Nikulaab1f90f2013-07-30 12:20:30 +03005839 } else {
Jani Nikulaecff4f32013-09-06 07:38:29 +03005840 intel_encoder->pre_enable = g4x_pre_enable_dp;
5841 intel_encoder->enable = g4x_enable_dp;
Ville Syrjälä08aff3f2014-08-18 22:16:09 +03005842 if (INTEL_INFO(dev)->gen >= 5)
5843 intel_encoder->post_disable = ilk_post_disable_dp;
Jani Nikulaab1f90f2013-07-30 12:20:30 +03005844 }
Paulo Zanonif0fec3f2012-10-26 19:05:48 -02005845
Paulo Zanoni174edf12012-10-26 19:05:50 -02005846 intel_dig_port->port = port;
Paulo Zanonif0fec3f2012-10-26 19:05:48 -02005847 intel_dig_port->dp.output_reg = output_reg;
Ville Syrjäläccb1a832015-12-08 19:59:38 +02005848 intel_dig_port->max_lanes = 4;
Paulo Zanonif0fec3f2012-10-26 19:05:48 -02005849
Ville Syrjäläcca05022016-06-22 21:57:06 +03005850 intel_encoder->type = INTEL_OUTPUT_DP;
Ville Syrjälä882ec382014-04-28 14:07:43 +03005851 if (IS_CHERRYVIEW(dev)) {
5852 if (port == PORT_D)
5853 intel_encoder->crtc_mask = 1 << 2;
5854 else
5855 intel_encoder->crtc_mask = (1 << 0) | (1 << 1);
5856 } else {
5857 intel_encoder->crtc_mask = (1 << 0) | (1 << 1) | (1 << 2);
5858 }
Ville Syrjäläbc079e82014-03-03 16:15:28 +02005859 intel_encoder->cloneable = 0;
Paulo Zanonif0fec3f2012-10-26 19:05:48 -02005860
Dave Airlie13cf5502014-06-18 11:29:35 +10005861 intel_dig_port->hpd_pulse = intel_dp_hpd_pulse;
Jani Nikula5fcece82015-05-27 15:03:42 +03005862 dev_priv->hotplug.irq_port[port] = intel_dig_port;
Dave Airlie13cf5502014-06-18 11:29:35 +10005863
Sudip Mukherjee11aee0f2015-10-08 19:27:59 +05305864 if (!intel_dp_init_connector(intel_dig_port, intel_connector))
5865 goto err_init_connector;
5866
Chris Wilson457c52d2016-06-01 08:27:50 +01005867 return true;
Sudip Mukherjee11aee0f2015-10-08 19:27:59 +05305868
5869err_init_connector:
5870 drm_encoder_cleanup(encoder);
Sudip Mukherjee893da0c2015-10-08 19:28:00 +05305871err_encoder_init:
Sudip Mukherjee11aee0f2015-10-08 19:27:59 +05305872 kfree(intel_connector);
5873err_connector_alloc:
5874 kfree(intel_dig_port);
Chris Wilson457c52d2016-06-01 08:27:50 +01005875 return false;
Paulo Zanonif0fec3f2012-10-26 19:05:48 -02005876}
Dave Airlie0e32b392014-05-02 14:02:48 +10005877
5878void intel_dp_mst_suspend(struct drm_device *dev)
5879{
Chris Wilsonfac5e232016-07-04 11:34:36 +01005880 struct drm_i915_private *dev_priv = to_i915(dev);
Dave Airlie0e32b392014-05-02 14:02:48 +10005881 int i;
5882
5883 /* disable MST */
5884 for (i = 0; i < I915_MAX_PORTS; i++) {
Jani Nikula5fcece82015-05-27 15:03:42 +03005885 struct intel_digital_port *intel_dig_port = dev_priv->hotplug.irq_port[i];
Ville Syrjälä5aa56962016-06-22 21:57:00 +03005886
5887 if (!intel_dig_port || !intel_dig_port->dp.can_mst)
Dave Airlie0e32b392014-05-02 14:02:48 +10005888 continue;
5889
Ville Syrjälä5aa56962016-06-22 21:57:00 +03005890 if (intel_dig_port->dp.is_mst)
5891 drm_dp_mst_topology_mgr_suspend(&intel_dig_port->dp.mst_mgr);
Dave Airlie0e32b392014-05-02 14:02:48 +10005892 }
5893}
5894
5895void intel_dp_mst_resume(struct drm_device *dev)
5896{
Chris Wilsonfac5e232016-07-04 11:34:36 +01005897 struct drm_i915_private *dev_priv = to_i915(dev);
Dave Airlie0e32b392014-05-02 14:02:48 +10005898 int i;
5899
5900 for (i = 0; i < I915_MAX_PORTS; i++) {
Jani Nikula5fcece82015-05-27 15:03:42 +03005901 struct intel_digital_port *intel_dig_port = dev_priv->hotplug.irq_port[i];
Ville Syrjälä5aa56962016-06-22 21:57:00 +03005902 int ret;
5903
5904 if (!intel_dig_port || !intel_dig_port->dp.can_mst)
Dave Airlie0e32b392014-05-02 14:02:48 +10005905 continue;
Dave Airlie0e32b392014-05-02 14:02:48 +10005906
Ville Syrjälä5aa56962016-06-22 21:57:00 +03005907 ret = drm_dp_mst_topology_mgr_resume(&intel_dig_port->dp.mst_mgr);
5908 if (ret)
5909 intel_dp_check_mst_status(&intel_dig_port->dp);
Dave Airlie0e32b392014-05-02 14:02:48 +10005910 }
5911}