]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - drivers/gpu/drm/i915/intel_display.c
drm/i915: Eliminate ironlake_update_primary_plane()
[mirror_ubuntu-bionic-kernel.git] / drivers / gpu / drm / i915 / intel_display.c
CommitLineData
79e53945
JB
1/*
2 * Copyright © 2006-2007 Intel Corporation
3 *
4 * Permission is hereby granted, free of charge, to any person obtaining a
5 * copy of this software and associated documentation files (the "Software"),
6 * to deal in the Software without restriction, including without limitation
7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
8 * and/or sell copies of the Software, and to permit persons to whom the
9 * Software is furnished to do so, subject to the following conditions:
10 *
11 * The above copyright notice and this permission notice (including the next
12 * paragraph) shall be included in all copies or substantial portions of the
13 * Software.
14 *
15 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
18 * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
20 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
21 * DEALINGS IN THE SOFTWARE.
22 *
23 * Authors:
24 * Eric Anholt <eric@anholt.net>
25 */
26
618563e3 27#include <linux/dmi.h>
c1c7af60
JB
28#include <linux/module.h>
29#include <linux/input.h>
79e53945 30#include <linux/i2c.h>
7662c8bd 31#include <linux/kernel.h>
5a0e3ad6 32#include <linux/slab.h>
9cce37f4 33#include <linux/vgaarb.h>
e0dac65e 34#include <drm/drm_edid.h>
760285e7 35#include <drm/drmP.h>
79e53945 36#include "intel_drv.h"
5d723d7a 37#include "intel_frontbuffer.h"
760285e7 38#include <drm/i915_drm.h>
79e53945 39#include "i915_drv.h"
57822dc6 40#include "i915_gem_clflush.h"
db18b6a6 41#include "intel_dsi.h"
e5510fac 42#include "i915_trace.h"
319c1d42 43#include <drm/drm_atomic.h>
c196e1d6 44#include <drm/drm_atomic_helper.h>
760285e7
DH
45#include <drm/drm_dp_helper.h>
46#include <drm/drm_crtc_helper.h>
465c120c
MR
47#include <drm/drm_plane_helper.h>
48#include <drm/drm_rect.h>
c0f372b3 49#include <linux/dma_remapping.h>
fd8e058a 50#include <linux/reservation.h>
79e53945 51
5a21b665
DV
52static bool is_mmio_work(struct intel_flip_work *work)
53{
54 return work->mmio_work.func;
55}
56
465c120c 57/* Primary plane formats for gen <= 3 */
568db4f2 58static const uint32_t i8xx_primary_formats[] = {
67fe7dc5
DL
59 DRM_FORMAT_C8,
60 DRM_FORMAT_RGB565,
465c120c 61 DRM_FORMAT_XRGB1555,
67fe7dc5 62 DRM_FORMAT_XRGB8888,
465c120c
MR
63};
64
65/* Primary plane formats for gen >= 4 */
568db4f2 66static const uint32_t i965_primary_formats[] = {
6c0fd451
DL
67 DRM_FORMAT_C8,
68 DRM_FORMAT_RGB565,
69 DRM_FORMAT_XRGB8888,
70 DRM_FORMAT_XBGR8888,
71 DRM_FORMAT_XRGB2101010,
72 DRM_FORMAT_XBGR2101010,
73};
74
75static const uint32_t skl_primary_formats[] = {
67fe7dc5
DL
76 DRM_FORMAT_C8,
77 DRM_FORMAT_RGB565,
78 DRM_FORMAT_XRGB8888,
465c120c 79 DRM_FORMAT_XBGR8888,
67fe7dc5 80 DRM_FORMAT_ARGB8888,
465c120c
MR
81 DRM_FORMAT_ABGR8888,
82 DRM_FORMAT_XRGB2101010,
465c120c 83 DRM_FORMAT_XBGR2101010,
ea916ea0
KM
84 DRM_FORMAT_YUYV,
85 DRM_FORMAT_YVYU,
86 DRM_FORMAT_UYVY,
87 DRM_FORMAT_VYUY,
465c120c
MR
88};
89
3d7d6510
MR
90/* Cursor formats */
91static const uint32_t intel_cursor_formats[] = {
92 DRM_FORMAT_ARGB8888,
93};
94
f1f644dc 95static void i9xx_crtc_clock_get(struct intel_crtc *crtc,
5cec258b 96 struct intel_crtc_state *pipe_config);
18442d08 97static void ironlake_pch_clock_get(struct intel_crtc *crtc,
5cec258b 98 struct intel_crtc_state *pipe_config);
f1f644dc 99
24dbf51a
CW
100static int intel_framebuffer_init(struct intel_framebuffer *ifb,
101 struct drm_i915_gem_object *obj,
102 struct drm_mode_fb_cmd2 *mode_cmd);
5b18e57c
DV
103static void i9xx_set_pipeconf(struct intel_crtc *intel_crtc);
104static void intel_set_pipe_timings(struct intel_crtc *intel_crtc);
bc58be60 105static void intel_set_pipe_src_size(struct intel_crtc *intel_crtc);
29407aab 106static void intel_cpu_transcoder_set_m_n(struct intel_crtc *crtc,
f769cd24
VK
107 struct intel_link_m_n *m_n,
108 struct intel_link_m_n *m2_n2);
29407aab 109static void ironlake_set_pipeconf(struct drm_crtc *crtc);
229fca97 110static void haswell_set_pipeconf(struct drm_crtc *crtc);
391bf048 111static void haswell_set_pipemisc(struct drm_crtc *crtc);
d288f65f 112static void vlv_prepare_pll(struct intel_crtc *crtc,
5cec258b 113 const struct intel_crtc_state *pipe_config);
d288f65f 114static void chv_prepare_pll(struct intel_crtc *crtc,
5cec258b 115 const struct intel_crtc_state *pipe_config);
5a21b665
DV
116static void intel_begin_crtc_commit(struct drm_crtc *, struct drm_crtc_state *);
117static void intel_finish_crtc_commit(struct drm_crtc *, struct drm_crtc_state *);
1c74eeaf
NM
118static void intel_crtc_init_scalers(struct intel_crtc *crtc,
119 struct intel_crtc_state *crtc_state);
bfd16b2a
ML
120static void skylake_pfit_enable(struct intel_crtc *crtc);
121static void ironlake_pfit_disable(struct intel_crtc *crtc, bool force);
122static void ironlake_pfit_enable(struct intel_crtc *crtc);
043e9bda 123static void intel_modeset_setup_hw_state(struct drm_device *dev);
2622a081 124static void intel_pre_disable_primary_noatomic(struct drm_crtc *crtc);
e7457a9a 125
d4906093 126struct intel_limit {
4c5def93
ACO
127 struct {
128 int min, max;
129 } dot, vco, n, m, m1, m2, p, p1;
130
131 struct {
132 int dot_limit;
133 int p2_slow, p2_fast;
134 } p2;
d4906093 135};
79e53945 136
bfa7df01 137/* returns HPLL frequency in kHz */
49cd97a3 138int vlv_get_hpll_vco(struct drm_i915_private *dev_priv)
bfa7df01
VS
139{
140 int hpll_freq, vco_freq[] = { 800, 1600, 2000, 2400 };
141
142 /* Obtain SKU information */
143 mutex_lock(&dev_priv->sb_lock);
144 hpll_freq = vlv_cck_read(dev_priv, CCK_FUSE_REG) &
145 CCK_FUSE_HPLL_FREQ_MASK;
146 mutex_unlock(&dev_priv->sb_lock);
147
148 return vco_freq[hpll_freq] * 1000;
149}
150
c30fec65
VS
151int vlv_get_cck_clock(struct drm_i915_private *dev_priv,
152 const char *name, u32 reg, int ref_freq)
bfa7df01
VS
153{
154 u32 val;
155 int divider;
156
bfa7df01
VS
157 mutex_lock(&dev_priv->sb_lock);
158 val = vlv_cck_read(dev_priv, reg);
159 mutex_unlock(&dev_priv->sb_lock);
160
161 divider = val & CCK_FREQUENCY_VALUES;
162
163 WARN((val & CCK_FREQUENCY_STATUS) !=
164 (divider << CCK_FREQUENCY_STATUS_SHIFT),
165 "%s change in progress\n", name);
166
c30fec65
VS
167 return DIV_ROUND_CLOSEST(ref_freq << 1, divider + 1);
168}
169
7ff89ca2
VS
170int vlv_get_cck_clock_hpll(struct drm_i915_private *dev_priv,
171 const char *name, u32 reg)
c30fec65
VS
172{
173 if (dev_priv->hpll_freq == 0)
49cd97a3 174 dev_priv->hpll_freq = vlv_get_hpll_vco(dev_priv);
c30fec65
VS
175
176 return vlv_get_cck_clock(dev_priv, name, reg,
177 dev_priv->hpll_freq);
bfa7df01
VS
178}
179
bfa7df01
VS
180static void intel_update_czclk(struct drm_i915_private *dev_priv)
181{
666a4537 182 if (!(IS_VALLEYVIEW(dev_priv) || IS_CHERRYVIEW(dev_priv)))
bfa7df01
VS
183 return;
184
185 dev_priv->czclk_freq = vlv_get_cck_clock_hpll(dev_priv, "czclk",
186 CCK_CZ_CLOCK_CONTROL);
187
188 DRM_DEBUG_DRIVER("CZ clock rate: %d kHz\n", dev_priv->czclk_freq);
189}
190
021357ac 191static inline u32 /* units of 100MHz */
21a727b3
VS
192intel_fdi_link_freq(struct drm_i915_private *dev_priv,
193 const struct intel_crtc_state *pipe_config)
021357ac 194{
21a727b3
VS
195 if (HAS_DDI(dev_priv))
196 return pipe_config->port_clock; /* SPLL */
197 else if (IS_GEN5(dev_priv))
198 return ((I915_READ(FDI_PLL_BIOS_0) & FDI_PLL_FB_CLOCK_MASK) + 2) * 10000;
e3b247da 199 else
21a727b3 200 return 270000;
021357ac
CW
201}
202
1b6f4958 203static const struct intel_limit intel_limits_i8xx_dac = {
0206e353 204 .dot = { .min = 25000, .max = 350000 },
9c333719 205 .vco = { .min = 908000, .max = 1512000 },
91dbe5fb 206 .n = { .min = 2, .max = 16 },
0206e353
AJ
207 .m = { .min = 96, .max = 140 },
208 .m1 = { .min = 18, .max = 26 },
209 .m2 = { .min = 6, .max = 16 },
210 .p = { .min = 4, .max = 128 },
211 .p1 = { .min = 2, .max = 33 },
273e27ca
EA
212 .p2 = { .dot_limit = 165000,
213 .p2_slow = 4, .p2_fast = 2 },
e4b36699
KP
214};
215
1b6f4958 216static const struct intel_limit intel_limits_i8xx_dvo = {
5d536e28 217 .dot = { .min = 25000, .max = 350000 },
9c333719 218 .vco = { .min = 908000, .max = 1512000 },
91dbe5fb 219 .n = { .min = 2, .max = 16 },
5d536e28
DV
220 .m = { .min = 96, .max = 140 },
221 .m1 = { .min = 18, .max = 26 },
222 .m2 = { .min = 6, .max = 16 },
223 .p = { .min = 4, .max = 128 },
224 .p1 = { .min = 2, .max = 33 },
225 .p2 = { .dot_limit = 165000,
226 .p2_slow = 4, .p2_fast = 4 },
227};
228
1b6f4958 229static const struct intel_limit intel_limits_i8xx_lvds = {
0206e353 230 .dot = { .min = 25000, .max = 350000 },
9c333719 231 .vco = { .min = 908000, .max = 1512000 },
91dbe5fb 232 .n = { .min = 2, .max = 16 },
0206e353
AJ
233 .m = { .min = 96, .max = 140 },
234 .m1 = { .min = 18, .max = 26 },
235 .m2 = { .min = 6, .max = 16 },
236 .p = { .min = 4, .max = 128 },
237 .p1 = { .min = 1, .max = 6 },
273e27ca
EA
238 .p2 = { .dot_limit = 165000,
239 .p2_slow = 14, .p2_fast = 7 },
e4b36699 240};
273e27ca 241
1b6f4958 242static const struct intel_limit intel_limits_i9xx_sdvo = {
0206e353
AJ
243 .dot = { .min = 20000, .max = 400000 },
244 .vco = { .min = 1400000, .max = 2800000 },
245 .n = { .min = 1, .max = 6 },
246 .m = { .min = 70, .max = 120 },
4f7dfb67
PJ
247 .m1 = { .min = 8, .max = 18 },
248 .m2 = { .min = 3, .max = 7 },
0206e353
AJ
249 .p = { .min = 5, .max = 80 },
250 .p1 = { .min = 1, .max = 8 },
273e27ca
EA
251 .p2 = { .dot_limit = 200000,
252 .p2_slow = 10, .p2_fast = 5 },
e4b36699
KP
253};
254
1b6f4958 255static const struct intel_limit intel_limits_i9xx_lvds = {
0206e353
AJ
256 .dot = { .min = 20000, .max = 400000 },
257 .vco = { .min = 1400000, .max = 2800000 },
258 .n = { .min = 1, .max = 6 },
259 .m = { .min = 70, .max = 120 },
53a7d2d1
PJ
260 .m1 = { .min = 8, .max = 18 },
261 .m2 = { .min = 3, .max = 7 },
0206e353
AJ
262 .p = { .min = 7, .max = 98 },
263 .p1 = { .min = 1, .max = 8 },
273e27ca
EA
264 .p2 = { .dot_limit = 112000,
265 .p2_slow = 14, .p2_fast = 7 },
e4b36699
KP
266};
267
273e27ca 268
1b6f4958 269static const struct intel_limit intel_limits_g4x_sdvo = {
273e27ca
EA
270 .dot = { .min = 25000, .max = 270000 },
271 .vco = { .min = 1750000, .max = 3500000},
272 .n = { .min = 1, .max = 4 },
273 .m = { .min = 104, .max = 138 },
274 .m1 = { .min = 17, .max = 23 },
275 .m2 = { .min = 5, .max = 11 },
276 .p = { .min = 10, .max = 30 },
277 .p1 = { .min = 1, .max = 3},
278 .p2 = { .dot_limit = 270000,
279 .p2_slow = 10,
280 .p2_fast = 10
044c7c41 281 },
e4b36699
KP
282};
283
1b6f4958 284static const struct intel_limit intel_limits_g4x_hdmi = {
273e27ca
EA
285 .dot = { .min = 22000, .max = 400000 },
286 .vco = { .min = 1750000, .max = 3500000},
287 .n = { .min = 1, .max = 4 },
288 .m = { .min = 104, .max = 138 },
289 .m1 = { .min = 16, .max = 23 },
290 .m2 = { .min = 5, .max = 11 },
291 .p = { .min = 5, .max = 80 },
292 .p1 = { .min = 1, .max = 8},
293 .p2 = { .dot_limit = 165000,
294 .p2_slow = 10, .p2_fast = 5 },
e4b36699
KP
295};
296
1b6f4958 297static const struct intel_limit intel_limits_g4x_single_channel_lvds = {
273e27ca
EA
298 .dot = { .min = 20000, .max = 115000 },
299 .vco = { .min = 1750000, .max = 3500000 },
300 .n = { .min = 1, .max = 3 },
301 .m = { .min = 104, .max = 138 },
302 .m1 = { .min = 17, .max = 23 },
303 .m2 = { .min = 5, .max = 11 },
304 .p = { .min = 28, .max = 112 },
305 .p1 = { .min = 2, .max = 8 },
306 .p2 = { .dot_limit = 0,
307 .p2_slow = 14, .p2_fast = 14
044c7c41 308 },
e4b36699
KP
309};
310
1b6f4958 311static const struct intel_limit intel_limits_g4x_dual_channel_lvds = {
273e27ca
EA
312 .dot = { .min = 80000, .max = 224000 },
313 .vco = { .min = 1750000, .max = 3500000 },
314 .n = { .min = 1, .max = 3 },
315 .m = { .min = 104, .max = 138 },
316 .m1 = { .min = 17, .max = 23 },
317 .m2 = { .min = 5, .max = 11 },
318 .p = { .min = 14, .max = 42 },
319 .p1 = { .min = 2, .max = 6 },
320 .p2 = { .dot_limit = 0,
321 .p2_slow = 7, .p2_fast = 7
044c7c41 322 },
e4b36699
KP
323};
324
1b6f4958 325static const struct intel_limit intel_limits_pineview_sdvo = {
0206e353
AJ
326 .dot = { .min = 20000, .max = 400000},
327 .vco = { .min = 1700000, .max = 3500000 },
273e27ca 328 /* Pineview's Ncounter is a ring counter */
0206e353
AJ
329 .n = { .min = 3, .max = 6 },
330 .m = { .min = 2, .max = 256 },
273e27ca 331 /* Pineview only has one combined m divider, which we treat as m2. */
0206e353
AJ
332 .m1 = { .min = 0, .max = 0 },
333 .m2 = { .min = 0, .max = 254 },
334 .p = { .min = 5, .max = 80 },
335 .p1 = { .min = 1, .max = 8 },
273e27ca
EA
336 .p2 = { .dot_limit = 200000,
337 .p2_slow = 10, .p2_fast = 5 },
e4b36699
KP
338};
339
1b6f4958 340static const struct intel_limit intel_limits_pineview_lvds = {
0206e353
AJ
341 .dot = { .min = 20000, .max = 400000 },
342 .vco = { .min = 1700000, .max = 3500000 },
343 .n = { .min = 3, .max = 6 },
344 .m = { .min = 2, .max = 256 },
345 .m1 = { .min = 0, .max = 0 },
346 .m2 = { .min = 0, .max = 254 },
347 .p = { .min = 7, .max = 112 },
348 .p1 = { .min = 1, .max = 8 },
273e27ca
EA
349 .p2 = { .dot_limit = 112000,
350 .p2_slow = 14, .p2_fast = 14 },
e4b36699
KP
351};
352
273e27ca
EA
353/* Ironlake / Sandybridge
354 *
355 * We calculate clock using (register_value + 2) for N/M1/M2, so here
356 * the range value for them is (actual_value - 2).
357 */
1b6f4958 358static const struct intel_limit intel_limits_ironlake_dac = {
273e27ca
EA
359 .dot = { .min = 25000, .max = 350000 },
360 .vco = { .min = 1760000, .max = 3510000 },
361 .n = { .min = 1, .max = 5 },
362 .m = { .min = 79, .max = 127 },
363 .m1 = { .min = 12, .max = 22 },
364 .m2 = { .min = 5, .max = 9 },
365 .p = { .min = 5, .max = 80 },
366 .p1 = { .min = 1, .max = 8 },
367 .p2 = { .dot_limit = 225000,
368 .p2_slow = 10, .p2_fast = 5 },
e4b36699
KP
369};
370
1b6f4958 371static const struct intel_limit intel_limits_ironlake_single_lvds = {
273e27ca
EA
372 .dot = { .min = 25000, .max = 350000 },
373 .vco = { .min = 1760000, .max = 3510000 },
374 .n = { .min = 1, .max = 3 },
375 .m = { .min = 79, .max = 118 },
376 .m1 = { .min = 12, .max = 22 },
377 .m2 = { .min = 5, .max = 9 },
378 .p = { .min = 28, .max = 112 },
379 .p1 = { .min = 2, .max = 8 },
380 .p2 = { .dot_limit = 225000,
381 .p2_slow = 14, .p2_fast = 14 },
b91ad0ec
ZW
382};
383
1b6f4958 384static const struct intel_limit intel_limits_ironlake_dual_lvds = {
273e27ca
EA
385 .dot = { .min = 25000, .max = 350000 },
386 .vco = { .min = 1760000, .max = 3510000 },
387 .n = { .min = 1, .max = 3 },
388 .m = { .min = 79, .max = 127 },
389 .m1 = { .min = 12, .max = 22 },
390 .m2 = { .min = 5, .max = 9 },
391 .p = { .min = 14, .max = 56 },
392 .p1 = { .min = 2, .max = 8 },
393 .p2 = { .dot_limit = 225000,
394 .p2_slow = 7, .p2_fast = 7 },
b91ad0ec
ZW
395};
396
273e27ca 397/* LVDS 100mhz refclk limits. */
1b6f4958 398static const struct intel_limit intel_limits_ironlake_single_lvds_100m = {
273e27ca
EA
399 .dot = { .min = 25000, .max = 350000 },
400 .vco = { .min = 1760000, .max = 3510000 },
401 .n = { .min = 1, .max = 2 },
402 .m = { .min = 79, .max = 126 },
403 .m1 = { .min = 12, .max = 22 },
404 .m2 = { .min = 5, .max = 9 },
405 .p = { .min = 28, .max = 112 },
0206e353 406 .p1 = { .min = 2, .max = 8 },
273e27ca
EA
407 .p2 = { .dot_limit = 225000,
408 .p2_slow = 14, .p2_fast = 14 },
b91ad0ec
ZW
409};
410
1b6f4958 411static const struct intel_limit intel_limits_ironlake_dual_lvds_100m = {
273e27ca
EA
412 .dot = { .min = 25000, .max = 350000 },
413 .vco = { .min = 1760000, .max = 3510000 },
414 .n = { .min = 1, .max = 3 },
415 .m = { .min = 79, .max = 126 },
416 .m1 = { .min = 12, .max = 22 },
417 .m2 = { .min = 5, .max = 9 },
418 .p = { .min = 14, .max = 42 },
0206e353 419 .p1 = { .min = 2, .max = 6 },
273e27ca
EA
420 .p2 = { .dot_limit = 225000,
421 .p2_slow = 7, .p2_fast = 7 },
4547668a
ZY
422};
423
1b6f4958 424static const struct intel_limit intel_limits_vlv = {
f01b7962
VS
425 /*
426 * These are the data rate limits (measured in fast clocks)
427 * since those are the strictest limits we have. The fast
428 * clock and actual rate limits are more relaxed, so checking
429 * them would make no difference.
430 */
431 .dot = { .min = 25000 * 5, .max = 270000 * 5 },
75e53986 432 .vco = { .min = 4000000, .max = 6000000 },
a0c4da24 433 .n = { .min = 1, .max = 7 },
a0c4da24
JB
434 .m1 = { .min = 2, .max = 3 },
435 .m2 = { .min = 11, .max = 156 },
b99ab663 436 .p1 = { .min = 2, .max = 3 },
5fdc9c49 437 .p2 = { .p2_slow = 2, .p2_fast = 20 }, /* slow=min, fast=max */
a0c4da24
JB
438};
439
1b6f4958 440static const struct intel_limit intel_limits_chv = {
ef9348c8
CML
441 /*
442 * These are the data rate limits (measured in fast clocks)
443 * since those are the strictest limits we have. The fast
444 * clock and actual rate limits are more relaxed, so checking
445 * them would make no difference.
446 */
447 .dot = { .min = 25000 * 5, .max = 540000 * 5},
17fe1021 448 .vco = { .min = 4800000, .max = 6480000 },
ef9348c8
CML
449 .n = { .min = 1, .max = 1 },
450 .m1 = { .min = 2, .max = 2 },
451 .m2 = { .min = 24 << 22, .max = 175 << 22 },
452 .p1 = { .min = 2, .max = 4 },
453 .p2 = { .p2_slow = 1, .p2_fast = 14 },
454};
455
1b6f4958 456static const struct intel_limit intel_limits_bxt = {
5ab7b0b7
ID
457 /* FIXME: find real dot limits */
458 .dot = { .min = 0, .max = INT_MAX },
e6292556 459 .vco = { .min = 4800000, .max = 6700000 },
5ab7b0b7
ID
460 .n = { .min = 1, .max = 1 },
461 .m1 = { .min = 2, .max = 2 },
462 /* FIXME: find real m2 limits */
463 .m2 = { .min = 2 << 22, .max = 255 << 22 },
464 .p1 = { .min = 2, .max = 4 },
465 .p2 = { .p2_slow = 1, .p2_fast = 20 },
466};
467
cdba954e
ACO
468static bool
469needs_modeset(struct drm_crtc_state *state)
470{
fc596660 471 return drm_atomic_crtc_needs_modeset(state);
cdba954e
ACO
472}
473
dccbea3b
ID
474/*
475 * Platform specific helpers to calculate the port PLL loopback- (clock.m),
476 * and post-divider (clock.p) values, pre- (clock.vco) and post-divided fast
477 * (clock.dot) clock rates. This fast dot clock is fed to the port's IO logic.
478 * The helpers' return value is the rate of the clock that is fed to the
479 * display engine's pipe which can be the above fast dot clock rate or a
480 * divided-down version of it.
481 */
f2b115e6 482/* m1 is reserved as 0 in Pineview, n is a ring counter */
9e2c8475 483static int pnv_calc_dpll_params(int refclk, struct dpll *clock)
79e53945 484{
2177832f
SL
485 clock->m = clock->m2 + 2;
486 clock->p = clock->p1 * clock->p2;
ed5ca77e 487 if (WARN_ON(clock->n == 0 || clock->p == 0))
dccbea3b 488 return 0;
fb03ac01
VS
489 clock->vco = DIV_ROUND_CLOSEST(refclk * clock->m, clock->n);
490 clock->dot = DIV_ROUND_CLOSEST(clock->vco, clock->p);
dccbea3b
ID
491
492 return clock->dot;
2177832f
SL
493}
494
7429e9d4
DV
495static uint32_t i9xx_dpll_compute_m(struct dpll *dpll)
496{
497 return 5 * (dpll->m1 + 2) + (dpll->m2 + 2);
498}
499
9e2c8475 500static int i9xx_calc_dpll_params(int refclk, struct dpll *clock)
2177832f 501{
7429e9d4 502 clock->m = i9xx_dpll_compute_m(clock);
79e53945 503 clock->p = clock->p1 * clock->p2;
ed5ca77e 504 if (WARN_ON(clock->n + 2 == 0 || clock->p == 0))
dccbea3b 505 return 0;
fb03ac01
VS
506 clock->vco = DIV_ROUND_CLOSEST(refclk * clock->m, clock->n + 2);
507 clock->dot = DIV_ROUND_CLOSEST(clock->vco, clock->p);
dccbea3b
ID
508
509 return clock->dot;
79e53945
JB
510}
511
9e2c8475 512static int vlv_calc_dpll_params(int refclk, struct dpll *clock)
589eca67
ID
513{
514 clock->m = clock->m1 * clock->m2;
515 clock->p = clock->p1 * clock->p2;
516 if (WARN_ON(clock->n == 0 || clock->p == 0))
dccbea3b 517 return 0;
589eca67
ID
518 clock->vco = DIV_ROUND_CLOSEST(refclk * clock->m, clock->n);
519 clock->dot = DIV_ROUND_CLOSEST(clock->vco, clock->p);
dccbea3b
ID
520
521 return clock->dot / 5;
589eca67
ID
522}
523
9e2c8475 524int chv_calc_dpll_params(int refclk, struct dpll *clock)
ef9348c8
CML
525{
526 clock->m = clock->m1 * clock->m2;
527 clock->p = clock->p1 * clock->p2;
528 if (WARN_ON(clock->n == 0 || clock->p == 0))
dccbea3b 529 return 0;
ef9348c8
CML
530 clock->vco = DIV_ROUND_CLOSEST_ULL((uint64_t)refclk * clock->m,
531 clock->n << 22);
532 clock->dot = DIV_ROUND_CLOSEST(clock->vco, clock->p);
dccbea3b
ID
533
534 return clock->dot / 5;
ef9348c8
CML
535}
536
7c04d1d9 537#define INTELPllInvalid(s) do { /* DRM_DEBUG(s); */ return false; } while (0)
79e53945
JB
538/**
539 * Returns whether the given set of divisors are valid for a given refclk with
540 * the given connectors.
541 */
542
e2d214ae 543static bool intel_PLL_is_valid(struct drm_i915_private *dev_priv,
1b6f4958 544 const struct intel_limit *limit,
9e2c8475 545 const struct dpll *clock)
79e53945 546{
f01b7962
VS
547 if (clock->n < limit->n.min || limit->n.max < clock->n)
548 INTELPllInvalid("n out of range\n");
79e53945 549 if (clock->p1 < limit->p1.min || limit->p1.max < clock->p1)
0206e353 550 INTELPllInvalid("p1 out of range\n");
79e53945 551 if (clock->m2 < limit->m2.min || limit->m2.max < clock->m2)
0206e353 552 INTELPllInvalid("m2 out of range\n");
79e53945 553 if (clock->m1 < limit->m1.min || limit->m1.max < clock->m1)
0206e353 554 INTELPllInvalid("m1 out of range\n");
f01b7962 555
e2d214ae 556 if (!IS_PINEVIEW(dev_priv) && !IS_VALLEYVIEW(dev_priv) &&
cc3f90f0 557 !IS_CHERRYVIEW(dev_priv) && !IS_GEN9_LP(dev_priv))
f01b7962
VS
558 if (clock->m1 <= clock->m2)
559 INTELPllInvalid("m1 <= m2\n");
560
e2d214ae 561 if (!IS_VALLEYVIEW(dev_priv) && !IS_CHERRYVIEW(dev_priv) &&
cc3f90f0 562 !IS_GEN9_LP(dev_priv)) {
f01b7962
VS
563 if (clock->p < limit->p.min || limit->p.max < clock->p)
564 INTELPllInvalid("p out of range\n");
565 if (clock->m < limit->m.min || limit->m.max < clock->m)
566 INTELPllInvalid("m out of range\n");
567 }
568
79e53945 569 if (clock->vco < limit->vco.min || limit->vco.max < clock->vco)
0206e353 570 INTELPllInvalid("vco out of range\n");
79e53945
JB
571 /* XXX: We may need to be checking "Dot clock" depending on the multiplier,
572 * connector, etc., rather than just a single range.
573 */
574 if (clock->dot < limit->dot.min || limit->dot.max < clock->dot)
0206e353 575 INTELPllInvalid("dot out of range\n");
79e53945
JB
576
577 return true;
578}
579
3b1429d9 580static int
1b6f4958 581i9xx_select_p2_div(const struct intel_limit *limit,
3b1429d9
VS
582 const struct intel_crtc_state *crtc_state,
583 int target)
79e53945 584{
3b1429d9 585 struct drm_device *dev = crtc_state->base.crtc->dev;
79e53945 586
2d84d2b3 587 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_LVDS)) {
79e53945 588 /*
a210b028
DV
589 * For LVDS just rely on its current settings for dual-channel.
590 * We haven't figured out how to reliably set up different
591 * single/dual channel state, if we even can.
79e53945 592 */
1974cad0 593 if (intel_is_dual_link_lvds(dev))
3b1429d9 594 return limit->p2.p2_fast;
79e53945 595 else
3b1429d9 596 return limit->p2.p2_slow;
79e53945
JB
597 } else {
598 if (target < limit->p2.dot_limit)
3b1429d9 599 return limit->p2.p2_slow;
79e53945 600 else
3b1429d9 601 return limit->p2.p2_fast;
79e53945 602 }
3b1429d9
VS
603}
604
70e8aa21
ACO
605/*
606 * Returns a set of divisors for the desired target clock with the given
607 * refclk, or FALSE. The returned values represent the clock equation:
608 * reflck * (5 * (m1 + 2) + (m2 + 2)) / (n + 2) / p1 / p2.
609 *
610 * Target and reference clocks are specified in kHz.
611 *
612 * If match_clock is provided, then best_clock P divider must match the P
613 * divider from @match_clock used for LVDS downclocking.
614 */
3b1429d9 615static bool
1b6f4958 616i9xx_find_best_dpll(const struct intel_limit *limit,
3b1429d9 617 struct intel_crtc_state *crtc_state,
9e2c8475
ACO
618 int target, int refclk, struct dpll *match_clock,
619 struct dpll *best_clock)
3b1429d9
VS
620{
621 struct drm_device *dev = crtc_state->base.crtc->dev;
9e2c8475 622 struct dpll clock;
3b1429d9 623 int err = target;
79e53945 624
0206e353 625 memset(best_clock, 0, sizeof(*best_clock));
79e53945 626
3b1429d9
VS
627 clock.p2 = i9xx_select_p2_div(limit, crtc_state, target);
628
42158660
ZY
629 for (clock.m1 = limit->m1.min; clock.m1 <= limit->m1.max;
630 clock.m1++) {
631 for (clock.m2 = limit->m2.min;
632 clock.m2 <= limit->m2.max; clock.m2++) {
c0efc387 633 if (clock.m2 >= clock.m1)
42158660
ZY
634 break;
635 for (clock.n = limit->n.min;
636 clock.n <= limit->n.max; clock.n++) {
637 for (clock.p1 = limit->p1.min;
638 clock.p1 <= limit->p1.max; clock.p1++) {
79e53945
JB
639 int this_err;
640
dccbea3b 641 i9xx_calc_dpll_params(refclk, &clock);
e2d214ae
TU
642 if (!intel_PLL_is_valid(to_i915(dev),
643 limit,
ac58c3f0
DV
644 &clock))
645 continue;
646 if (match_clock &&
647 clock.p != match_clock->p)
648 continue;
649
650 this_err = abs(clock.dot - target);
651 if (this_err < err) {
652 *best_clock = clock;
653 err = this_err;
654 }
655 }
656 }
657 }
658 }
659
660 return (err != target);
661}
662
70e8aa21
ACO
663/*
664 * Returns a set of divisors for the desired target clock with the given
665 * refclk, or FALSE. The returned values represent the clock equation:
666 * reflck * (5 * (m1 + 2) + (m2 + 2)) / (n + 2) / p1 / p2.
667 *
668 * Target and reference clocks are specified in kHz.
669 *
670 * If match_clock is provided, then best_clock P divider must match the P
671 * divider from @match_clock used for LVDS downclocking.
672 */
ac58c3f0 673static bool
1b6f4958 674pnv_find_best_dpll(const struct intel_limit *limit,
a93e255f 675 struct intel_crtc_state *crtc_state,
9e2c8475
ACO
676 int target, int refclk, struct dpll *match_clock,
677 struct dpll *best_clock)
79e53945 678{
3b1429d9 679 struct drm_device *dev = crtc_state->base.crtc->dev;
9e2c8475 680 struct dpll clock;
79e53945
JB
681 int err = target;
682
0206e353 683 memset(best_clock, 0, sizeof(*best_clock));
79e53945 684
3b1429d9
VS
685 clock.p2 = i9xx_select_p2_div(limit, crtc_state, target);
686
42158660
ZY
687 for (clock.m1 = limit->m1.min; clock.m1 <= limit->m1.max;
688 clock.m1++) {
689 for (clock.m2 = limit->m2.min;
690 clock.m2 <= limit->m2.max; clock.m2++) {
42158660
ZY
691 for (clock.n = limit->n.min;
692 clock.n <= limit->n.max; clock.n++) {
693 for (clock.p1 = limit->p1.min;
694 clock.p1 <= limit->p1.max; clock.p1++) {
79e53945
JB
695 int this_err;
696
dccbea3b 697 pnv_calc_dpll_params(refclk, &clock);
e2d214ae
TU
698 if (!intel_PLL_is_valid(to_i915(dev),
699 limit,
1b894b59 700 &clock))
79e53945 701 continue;
cec2f356
SP
702 if (match_clock &&
703 clock.p != match_clock->p)
704 continue;
79e53945
JB
705
706 this_err = abs(clock.dot - target);
707 if (this_err < err) {
708 *best_clock = clock;
709 err = this_err;
710 }
711 }
712 }
713 }
714 }
715
716 return (err != target);
717}
718
997c030c
ACO
719/*
720 * Returns a set of divisors for the desired target clock with the given
721 * refclk, or FALSE. The returned values represent the clock equation:
722 * reflck * (5 * (m1 + 2) + (m2 + 2)) / (n + 2) / p1 / p2.
70e8aa21
ACO
723 *
724 * Target and reference clocks are specified in kHz.
725 *
726 * If match_clock is provided, then best_clock P divider must match the P
727 * divider from @match_clock used for LVDS downclocking.
997c030c 728 */
d4906093 729static bool
1b6f4958 730g4x_find_best_dpll(const struct intel_limit *limit,
a93e255f 731 struct intel_crtc_state *crtc_state,
9e2c8475
ACO
732 int target, int refclk, struct dpll *match_clock,
733 struct dpll *best_clock)
d4906093 734{
3b1429d9 735 struct drm_device *dev = crtc_state->base.crtc->dev;
9e2c8475 736 struct dpll clock;
d4906093 737 int max_n;
3b1429d9 738 bool found = false;
6ba770dc
AJ
739 /* approximately equals target * 0.00585 */
740 int err_most = (target >> 8) + (target >> 9);
d4906093
ML
741
742 memset(best_clock, 0, sizeof(*best_clock));
3b1429d9
VS
743
744 clock.p2 = i9xx_select_p2_div(limit, crtc_state, target);
745
d4906093 746 max_n = limit->n.max;
f77f13e2 747 /* based on hardware requirement, prefer smaller n to precision */
d4906093 748 for (clock.n = limit->n.min; clock.n <= max_n; clock.n++) {
f77f13e2 749 /* based on hardware requirement, prefere larger m1,m2 */
d4906093
ML
750 for (clock.m1 = limit->m1.max;
751 clock.m1 >= limit->m1.min; clock.m1--) {
752 for (clock.m2 = limit->m2.max;
753 clock.m2 >= limit->m2.min; clock.m2--) {
754 for (clock.p1 = limit->p1.max;
755 clock.p1 >= limit->p1.min; clock.p1--) {
756 int this_err;
757
dccbea3b 758 i9xx_calc_dpll_params(refclk, &clock);
e2d214ae
TU
759 if (!intel_PLL_is_valid(to_i915(dev),
760 limit,
1b894b59 761 &clock))
d4906093 762 continue;
1b894b59
CW
763
764 this_err = abs(clock.dot - target);
d4906093
ML
765 if (this_err < err_most) {
766 *best_clock = clock;
767 err_most = this_err;
768 max_n = clock.n;
769 found = true;
770 }
771 }
772 }
773 }
774 }
2c07245f
ZW
775 return found;
776}
777
d5dd62bd
ID
778/*
779 * Check if the calculated PLL configuration is more optimal compared to the
780 * best configuration and error found so far. Return the calculated error.
781 */
782static bool vlv_PLL_is_optimal(struct drm_device *dev, int target_freq,
9e2c8475
ACO
783 const struct dpll *calculated_clock,
784 const struct dpll *best_clock,
d5dd62bd
ID
785 unsigned int best_error_ppm,
786 unsigned int *error_ppm)
787{
9ca3ba01
ID
788 /*
789 * For CHV ignore the error and consider only the P value.
790 * Prefer a bigger P value based on HW requirements.
791 */
920a14b2 792 if (IS_CHERRYVIEW(to_i915(dev))) {
9ca3ba01
ID
793 *error_ppm = 0;
794
795 return calculated_clock->p > best_clock->p;
796 }
797
24be4e46
ID
798 if (WARN_ON_ONCE(!target_freq))
799 return false;
800
d5dd62bd
ID
801 *error_ppm = div_u64(1000000ULL *
802 abs(target_freq - calculated_clock->dot),
803 target_freq);
804 /*
805 * Prefer a better P value over a better (smaller) error if the error
806 * is small. Ensure this preference for future configurations too by
807 * setting the error to 0.
808 */
809 if (*error_ppm < 100 && calculated_clock->p > best_clock->p) {
810 *error_ppm = 0;
811
812 return true;
813 }
814
815 return *error_ppm + 10 < best_error_ppm;
816}
817
65b3d6a9
ACO
818/*
819 * Returns a set of divisors for the desired target clock with the given
820 * refclk, or FALSE. The returned values represent the clock equation:
821 * reflck * (5 * (m1 + 2) + (m2 + 2)) / (n + 2) / p1 / p2.
822 */
a0c4da24 823static bool
1b6f4958 824vlv_find_best_dpll(const struct intel_limit *limit,
a93e255f 825 struct intel_crtc_state *crtc_state,
9e2c8475
ACO
826 int target, int refclk, struct dpll *match_clock,
827 struct dpll *best_clock)
a0c4da24 828{
a93e255f 829 struct intel_crtc *crtc = to_intel_crtc(crtc_state->base.crtc);
a919ff14 830 struct drm_device *dev = crtc->base.dev;
9e2c8475 831 struct dpll clock;
69e4f900 832 unsigned int bestppm = 1000000;
27e639bf
VS
833 /* min update 19.2 MHz */
834 int max_n = min(limit->n.max, refclk / 19200);
49e497ef 835 bool found = false;
a0c4da24 836
6b4bf1c4
VS
837 target *= 5; /* fast clock */
838
839 memset(best_clock, 0, sizeof(*best_clock));
a0c4da24
JB
840
841 /* based on hardware requirement, prefer smaller n to precision */
27e639bf 842 for (clock.n = limit->n.min; clock.n <= max_n; clock.n++) {
811bbf05 843 for (clock.p1 = limit->p1.max; clock.p1 >= limit->p1.min; clock.p1--) {
889059d8 844 for (clock.p2 = limit->p2.p2_fast; clock.p2 >= limit->p2.p2_slow;
c1a9ae43 845 clock.p2 -= clock.p2 > 10 ? 2 : 1) {
6b4bf1c4 846 clock.p = clock.p1 * clock.p2;
a0c4da24 847 /* based on hardware requirement, prefer bigger m1,m2 values */
6b4bf1c4 848 for (clock.m1 = limit->m1.min; clock.m1 <= limit->m1.max; clock.m1++) {
d5dd62bd 849 unsigned int ppm;
69e4f900 850
6b4bf1c4
VS
851 clock.m2 = DIV_ROUND_CLOSEST(target * clock.p * clock.n,
852 refclk * clock.m1);
853
dccbea3b 854 vlv_calc_dpll_params(refclk, &clock);
43b0ac53 855
e2d214ae
TU
856 if (!intel_PLL_is_valid(to_i915(dev),
857 limit,
f01b7962 858 &clock))
43b0ac53
VS
859 continue;
860
d5dd62bd
ID
861 if (!vlv_PLL_is_optimal(dev, target,
862 &clock,
863 best_clock,
864 bestppm, &ppm))
865 continue;
6b4bf1c4 866
d5dd62bd
ID
867 *best_clock = clock;
868 bestppm = ppm;
869 found = true;
a0c4da24
JB
870 }
871 }
872 }
873 }
a0c4da24 874
49e497ef 875 return found;
a0c4da24 876}
a4fc5ed6 877
65b3d6a9
ACO
878/*
879 * Returns a set of divisors for the desired target clock with the given
880 * refclk, or FALSE. The returned values represent the clock equation:
881 * reflck * (5 * (m1 + 2) + (m2 + 2)) / (n + 2) / p1 / p2.
882 */
ef9348c8 883static bool
1b6f4958 884chv_find_best_dpll(const struct intel_limit *limit,
a93e255f 885 struct intel_crtc_state *crtc_state,
9e2c8475
ACO
886 int target, int refclk, struct dpll *match_clock,
887 struct dpll *best_clock)
ef9348c8 888{
a93e255f 889 struct intel_crtc *crtc = to_intel_crtc(crtc_state->base.crtc);
a919ff14 890 struct drm_device *dev = crtc->base.dev;
9ca3ba01 891 unsigned int best_error_ppm;
9e2c8475 892 struct dpll clock;
ef9348c8
CML
893 uint64_t m2;
894 int found = false;
895
896 memset(best_clock, 0, sizeof(*best_clock));
9ca3ba01 897 best_error_ppm = 1000000;
ef9348c8
CML
898
899 /*
900 * Based on hardware doc, the n always set to 1, and m1 always
901 * set to 2. If requires to support 200Mhz refclk, we need to
902 * revisit this because n may not 1 anymore.
903 */
904 clock.n = 1, clock.m1 = 2;
905 target *= 5; /* fast clock */
906
907 for (clock.p1 = limit->p1.max; clock.p1 >= limit->p1.min; clock.p1--) {
908 for (clock.p2 = limit->p2.p2_fast;
909 clock.p2 >= limit->p2.p2_slow;
910 clock.p2 -= clock.p2 > 10 ? 2 : 1) {
9ca3ba01 911 unsigned int error_ppm;
ef9348c8
CML
912
913 clock.p = clock.p1 * clock.p2;
914
915 m2 = DIV_ROUND_CLOSEST_ULL(((uint64_t)target * clock.p *
916 clock.n) << 22, refclk * clock.m1);
917
918 if (m2 > INT_MAX/clock.m1)
919 continue;
920
921 clock.m2 = m2;
922
dccbea3b 923 chv_calc_dpll_params(refclk, &clock);
ef9348c8 924
e2d214ae 925 if (!intel_PLL_is_valid(to_i915(dev), limit, &clock))
ef9348c8
CML
926 continue;
927
9ca3ba01
ID
928 if (!vlv_PLL_is_optimal(dev, target, &clock, best_clock,
929 best_error_ppm, &error_ppm))
930 continue;
931
932 *best_clock = clock;
933 best_error_ppm = error_ppm;
934 found = true;
ef9348c8
CML
935 }
936 }
937
938 return found;
939}
940
5ab7b0b7 941bool bxt_find_best_dpll(struct intel_crtc_state *crtc_state, int target_clock,
9e2c8475 942 struct dpll *best_clock)
5ab7b0b7 943{
65b3d6a9 944 int refclk = 100000;
1b6f4958 945 const struct intel_limit *limit = &intel_limits_bxt;
5ab7b0b7 946
65b3d6a9 947 return chv_find_best_dpll(limit, crtc_state,
5ab7b0b7
ID
948 target_clock, refclk, NULL, best_clock);
949}
950
525b9311 951bool intel_crtc_active(struct intel_crtc *crtc)
20ddf665 952{
20ddf665
VS
953 /* Be paranoid as we can arrive here with only partial
954 * state retrieved from the hardware during setup.
955 *
241bfc38 956 * We can ditch the adjusted_mode.crtc_clock check as soon
20ddf665
VS
957 * as Haswell has gained clock readout/fastboot support.
958 *
66e514c1 959 * We can ditch the crtc->primary->fb check as soon as we can
20ddf665 960 * properly reconstruct framebuffers.
c3d1f436
MR
961 *
962 * FIXME: The intel_crtc->active here should be switched to
963 * crtc->state->active once we have proper CRTC states wired up
964 * for atomic.
20ddf665 965 */
525b9311
VS
966 return crtc->active && crtc->base.primary->state->fb &&
967 crtc->config->base.adjusted_mode.crtc_clock;
20ddf665
VS
968}
969
a5c961d1
PZ
970enum transcoder intel_pipe_to_cpu_transcoder(struct drm_i915_private *dev_priv,
971 enum pipe pipe)
972{
98187836 973 struct intel_crtc *crtc = intel_get_crtc_for_pipe(dev_priv, pipe);
a5c961d1 974
e2af48c6 975 return crtc->config->cpu_transcoder;
a5c961d1
PZ
976}
977
6315b5d3 978static bool pipe_dsl_stopped(struct drm_i915_private *dev_priv, enum pipe pipe)
fbf49ea2 979{
f0f59a00 980 i915_reg_t reg = PIPEDSL(pipe);
fbf49ea2
VS
981 u32 line1, line2;
982 u32 line_mask;
983
5db94019 984 if (IS_GEN2(dev_priv))
fbf49ea2
VS
985 line_mask = DSL_LINEMASK_GEN2;
986 else
987 line_mask = DSL_LINEMASK_GEN3;
988
989 line1 = I915_READ(reg) & line_mask;
6adfb1ef 990 msleep(5);
fbf49ea2
VS
991 line2 = I915_READ(reg) & line_mask;
992
993 return line1 == line2;
994}
995
ab7ad7f6
KP
996/*
997 * intel_wait_for_pipe_off - wait for pipe to turn off
575f7ab7 998 * @crtc: crtc whose pipe to wait for
9d0498a2
JB
999 *
1000 * After disabling a pipe, we can't wait for vblank in the usual way,
1001 * spinning on the vblank interrupt status bit, since we won't actually
1002 * see an interrupt when the pipe is disabled.
1003 *
ab7ad7f6
KP
1004 * On Gen4 and above:
1005 * wait for the pipe register state bit to turn off
1006 *
1007 * Otherwise:
1008 * wait for the display line value to settle (it usually
1009 * ends up stopping at the start of the next frame).
58e10eb9 1010 *
9d0498a2 1011 */
575f7ab7 1012static void intel_wait_for_pipe_off(struct intel_crtc *crtc)
9d0498a2 1013{
6315b5d3 1014 struct drm_i915_private *dev_priv = to_i915(crtc->base.dev);
6e3c9717 1015 enum transcoder cpu_transcoder = crtc->config->cpu_transcoder;
575f7ab7 1016 enum pipe pipe = crtc->pipe;
ab7ad7f6 1017
6315b5d3 1018 if (INTEL_GEN(dev_priv) >= 4) {
f0f59a00 1019 i915_reg_t reg = PIPECONF(cpu_transcoder);
ab7ad7f6
KP
1020
1021 /* Wait for the Pipe State to go off */
b8511f53
CW
1022 if (intel_wait_for_register(dev_priv,
1023 reg, I965_PIPECONF_ACTIVE, 0,
1024 100))
284637d9 1025 WARN(1, "pipe_off wait timed out\n");
ab7ad7f6 1026 } else {
ab7ad7f6 1027 /* Wait for the display line to settle */
6315b5d3 1028 if (wait_for(pipe_dsl_stopped(dev_priv, pipe), 100))
284637d9 1029 WARN(1, "pipe_off wait timed out\n");
ab7ad7f6 1030 }
79e53945
JB
1031}
1032
b24e7179 1033/* Only for pre-ILK configs */
55607e8a
DV
1034void assert_pll(struct drm_i915_private *dev_priv,
1035 enum pipe pipe, bool state)
b24e7179 1036{
b24e7179
JB
1037 u32 val;
1038 bool cur_state;
1039
649636ef 1040 val = I915_READ(DPLL(pipe));
b24e7179 1041 cur_state = !!(val & DPLL_VCO_ENABLE);
e2c719b7 1042 I915_STATE_WARN(cur_state != state,
b24e7179 1043 "PLL state assertion failure (expected %s, current %s)\n",
87ad3212 1044 onoff(state), onoff(cur_state));
b24e7179 1045}
b24e7179 1046
23538ef1 1047/* XXX: the dsi pll is shared between MIPI DSI ports */
8563b1e8 1048void assert_dsi_pll(struct drm_i915_private *dev_priv, bool state)
23538ef1
JN
1049{
1050 u32 val;
1051 bool cur_state;
1052
a580516d 1053 mutex_lock(&dev_priv->sb_lock);
23538ef1 1054 val = vlv_cck_read(dev_priv, CCK_REG_DSI_PLL_CONTROL);
a580516d 1055 mutex_unlock(&dev_priv->sb_lock);
23538ef1
JN
1056
1057 cur_state = val & DSI_PLL_VCO_EN;
e2c719b7 1058 I915_STATE_WARN(cur_state != state,
23538ef1 1059 "DSI PLL state assertion failure (expected %s, current %s)\n",
87ad3212 1060 onoff(state), onoff(cur_state));
23538ef1 1061}
23538ef1 1062
040484af
JB
1063static void assert_fdi_tx(struct drm_i915_private *dev_priv,
1064 enum pipe pipe, bool state)
1065{
040484af 1066 bool cur_state;
ad80a810
PZ
1067 enum transcoder cpu_transcoder = intel_pipe_to_cpu_transcoder(dev_priv,
1068 pipe);
040484af 1069
2d1fe073 1070 if (HAS_DDI(dev_priv)) {
affa9354 1071 /* DDI does not have a specific FDI_TX register */
649636ef 1072 u32 val = I915_READ(TRANS_DDI_FUNC_CTL(cpu_transcoder));
ad80a810 1073 cur_state = !!(val & TRANS_DDI_FUNC_ENABLE);
bf507ef7 1074 } else {
649636ef 1075 u32 val = I915_READ(FDI_TX_CTL(pipe));
bf507ef7
ED
1076 cur_state = !!(val & FDI_TX_ENABLE);
1077 }
e2c719b7 1078 I915_STATE_WARN(cur_state != state,
040484af 1079 "FDI TX state assertion failure (expected %s, current %s)\n",
87ad3212 1080 onoff(state), onoff(cur_state));
040484af
JB
1081}
1082#define assert_fdi_tx_enabled(d, p) assert_fdi_tx(d, p, true)
1083#define assert_fdi_tx_disabled(d, p) assert_fdi_tx(d, p, false)
1084
1085static void assert_fdi_rx(struct drm_i915_private *dev_priv,
1086 enum pipe pipe, bool state)
1087{
040484af
JB
1088 u32 val;
1089 bool cur_state;
1090
649636ef 1091 val = I915_READ(FDI_RX_CTL(pipe));
d63fa0dc 1092 cur_state = !!(val & FDI_RX_ENABLE);
e2c719b7 1093 I915_STATE_WARN(cur_state != state,
040484af 1094 "FDI RX state assertion failure (expected %s, current %s)\n",
87ad3212 1095 onoff(state), onoff(cur_state));
040484af
JB
1096}
1097#define assert_fdi_rx_enabled(d, p) assert_fdi_rx(d, p, true)
1098#define assert_fdi_rx_disabled(d, p) assert_fdi_rx(d, p, false)
1099
1100static void assert_fdi_tx_pll_enabled(struct drm_i915_private *dev_priv,
1101 enum pipe pipe)
1102{
040484af
JB
1103 u32 val;
1104
1105 /* ILK FDI PLL is always enabled */
7e22dbbb 1106 if (IS_GEN5(dev_priv))
040484af
JB
1107 return;
1108
bf507ef7 1109 /* On Haswell, DDI ports are responsible for the FDI PLL setup */
2d1fe073 1110 if (HAS_DDI(dev_priv))
bf507ef7
ED
1111 return;
1112
649636ef 1113 val = I915_READ(FDI_TX_CTL(pipe));
e2c719b7 1114 I915_STATE_WARN(!(val & FDI_TX_PLL_ENABLE), "FDI TX PLL assertion failure, should be active but is disabled\n");
040484af
JB
1115}
1116
55607e8a
DV
1117void assert_fdi_rx_pll(struct drm_i915_private *dev_priv,
1118 enum pipe pipe, bool state)
040484af 1119{
040484af 1120 u32 val;
55607e8a 1121 bool cur_state;
040484af 1122
649636ef 1123 val = I915_READ(FDI_RX_CTL(pipe));
55607e8a 1124 cur_state = !!(val & FDI_RX_PLL_ENABLE);
e2c719b7 1125 I915_STATE_WARN(cur_state != state,
55607e8a 1126 "FDI RX PLL assertion failure (expected %s, current %s)\n",
87ad3212 1127 onoff(state), onoff(cur_state));
040484af
JB
1128}
1129
4f8036a2 1130void assert_panel_unlocked(struct drm_i915_private *dev_priv, enum pipe pipe)
ea0760cf 1131{
f0f59a00 1132 i915_reg_t pp_reg;
ea0760cf
JB
1133 u32 val;
1134 enum pipe panel_pipe = PIPE_A;
0de3b485 1135 bool locked = true;
ea0760cf 1136
4f8036a2 1137 if (WARN_ON(HAS_DDI(dev_priv)))
bedd4dba
JN
1138 return;
1139
4f8036a2 1140 if (HAS_PCH_SPLIT(dev_priv)) {
bedd4dba
JN
1141 u32 port_sel;
1142
44cb734c
ID
1143 pp_reg = PP_CONTROL(0);
1144 port_sel = I915_READ(PP_ON_DELAYS(0)) & PANEL_PORT_SELECT_MASK;
bedd4dba
JN
1145
1146 if (port_sel == PANEL_PORT_SELECT_LVDS &&
1147 I915_READ(PCH_LVDS) & LVDS_PIPEB_SELECT)
1148 panel_pipe = PIPE_B;
1149 /* XXX: else fix for eDP */
4f8036a2 1150 } else if (IS_VALLEYVIEW(dev_priv) || IS_CHERRYVIEW(dev_priv)) {
bedd4dba 1151 /* presumably write lock depends on pipe, not port select */
44cb734c 1152 pp_reg = PP_CONTROL(pipe);
bedd4dba 1153 panel_pipe = pipe;
ea0760cf 1154 } else {
44cb734c 1155 pp_reg = PP_CONTROL(0);
bedd4dba
JN
1156 if (I915_READ(LVDS) & LVDS_PIPEB_SELECT)
1157 panel_pipe = PIPE_B;
ea0760cf
JB
1158 }
1159
1160 val = I915_READ(pp_reg);
1161 if (!(val & PANEL_POWER_ON) ||
ec49ba2d 1162 ((val & PANEL_UNLOCK_MASK) == PANEL_UNLOCK_REGS))
ea0760cf
JB
1163 locked = false;
1164
e2c719b7 1165 I915_STATE_WARN(panel_pipe == pipe && locked,
ea0760cf 1166 "panel assertion failure, pipe %c regs locked\n",
9db4a9c7 1167 pipe_name(pipe));
ea0760cf
JB
1168}
1169
93ce0ba6
JN
1170static void assert_cursor(struct drm_i915_private *dev_priv,
1171 enum pipe pipe, bool state)
1172{
93ce0ba6
JN
1173 bool cur_state;
1174
2a307c2e 1175 if (IS_I845G(dev_priv) || IS_I865G(dev_priv))
0b87c24e 1176 cur_state = I915_READ(CURCNTR(PIPE_A)) & CURSOR_ENABLE;
d9d82081 1177 else
5efb3e28 1178 cur_state = I915_READ(CURCNTR(pipe)) & CURSOR_MODE;
93ce0ba6 1179
e2c719b7 1180 I915_STATE_WARN(cur_state != state,
93ce0ba6 1181 "cursor on pipe %c assertion failure (expected %s, current %s)\n",
87ad3212 1182 pipe_name(pipe), onoff(state), onoff(cur_state));
93ce0ba6
JN
1183}
1184#define assert_cursor_enabled(d, p) assert_cursor(d, p, true)
1185#define assert_cursor_disabled(d, p) assert_cursor(d, p, false)
1186
b840d907
JB
1187void assert_pipe(struct drm_i915_private *dev_priv,
1188 enum pipe pipe, bool state)
b24e7179 1189{
63d7bbe9 1190 bool cur_state;
702e7a56
PZ
1191 enum transcoder cpu_transcoder = intel_pipe_to_cpu_transcoder(dev_priv,
1192 pipe);
4feed0eb 1193 enum intel_display_power_domain power_domain;
b24e7179 1194
b6b5d049
VS
1195 /* if we need the pipe quirk it must be always on */
1196 if ((pipe == PIPE_A && dev_priv->quirks & QUIRK_PIPEA_FORCE) ||
1197 (pipe == PIPE_B && dev_priv->quirks & QUIRK_PIPEB_FORCE))
8e636784
DV
1198 state = true;
1199
4feed0eb
ID
1200 power_domain = POWER_DOMAIN_TRANSCODER(cpu_transcoder);
1201 if (intel_display_power_get_if_enabled(dev_priv, power_domain)) {
649636ef 1202 u32 val = I915_READ(PIPECONF(cpu_transcoder));
69310161 1203 cur_state = !!(val & PIPECONF_ENABLE);
4feed0eb
ID
1204
1205 intel_display_power_put(dev_priv, power_domain);
1206 } else {
1207 cur_state = false;
69310161
PZ
1208 }
1209
e2c719b7 1210 I915_STATE_WARN(cur_state != state,
63d7bbe9 1211 "pipe %c assertion failure (expected %s, current %s)\n",
87ad3212 1212 pipe_name(pipe), onoff(state), onoff(cur_state));
b24e7179
JB
1213}
1214
931872fc
CW
1215static void assert_plane(struct drm_i915_private *dev_priv,
1216 enum plane plane, bool state)
b24e7179 1217{
b24e7179 1218 u32 val;
931872fc 1219 bool cur_state;
b24e7179 1220
649636ef 1221 val = I915_READ(DSPCNTR(plane));
931872fc 1222 cur_state = !!(val & DISPLAY_PLANE_ENABLE);
e2c719b7 1223 I915_STATE_WARN(cur_state != state,
931872fc 1224 "plane %c assertion failure (expected %s, current %s)\n",
87ad3212 1225 plane_name(plane), onoff(state), onoff(cur_state));
b24e7179
JB
1226}
1227
931872fc
CW
1228#define assert_plane_enabled(d, p) assert_plane(d, p, true)
1229#define assert_plane_disabled(d, p) assert_plane(d, p, false)
1230
b24e7179
JB
1231static void assert_planes_disabled(struct drm_i915_private *dev_priv,
1232 enum pipe pipe)
1233{
649636ef 1234 int i;
b24e7179 1235
653e1026 1236 /* Primary planes are fixed to pipes on gen4+ */
6315b5d3 1237 if (INTEL_GEN(dev_priv) >= 4) {
649636ef 1238 u32 val = I915_READ(DSPCNTR(pipe));
e2c719b7 1239 I915_STATE_WARN(val & DISPLAY_PLANE_ENABLE,
28c05794
AJ
1240 "plane %c assertion failure, should be disabled but not\n",
1241 plane_name(pipe));
19ec1358 1242 return;
28c05794 1243 }
19ec1358 1244
b24e7179 1245 /* Need to check both planes against the pipe */
055e393f 1246 for_each_pipe(dev_priv, i) {
649636ef
VS
1247 u32 val = I915_READ(DSPCNTR(i));
1248 enum pipe cur_pipe = (val & DISPPLANE_SEL_PIPE_MASK) >>
b24e7179 1249 DISPPLANE_SEL_PIPE_SHIFT;
e2c719b7 1250 I915_STATE_WARN((val & DISPLAY_PLANE_ENABLE) && pipe == cur_pipe,
9db4a9c7
JB
1251 "plane %c assertion failure, should be off on pipe %c but is still active\n",
1252 plane_name(i), pipe_name(pipe));
b24e7179
JB
1253 }
1254}
1255
19332d7a
JB
1256static void assert_sprites_disabled(struct drm_i915_private *dev_priv,
1257 enum pipe pipe)
1258{
649636ef 1259 int sprite;
19332d7a 1260
6315b5d3 1261 if (INTEL_GEN(dev_priv) >= 9) {
3bdcfc0c 1262 for_each_sprite(dev_priv, pipe, sprite) {
649636ef 1263 u32 val = I915_READ(PLANE_CTL(pipe, sprite));
e2c719b7 1264 I915_STATE_WARN(val & PLANE_CTL_ENABLE,
7feb8b88
DL
1265 "plane %d assertion failure, should be off on pipe %c but is still active\n",
1266 sprite, pipe_name(pipe));
1267 }
920a14b2 1268 } else if (IS_VALLEYVIEW(dev_priv) || IS_CHERRYVIEW(dev_priv)) {
3bdcfc0c 1269 for_each_sprite(dev_priv, pipe, sprite) {
83c04a62 1270 u32 val = I915_READ(SPCNTR(pipe, PLANE_SPRITE0 + sprite));
e2c719b7 1271 I915_STATE_WARN(val & SP_ENABLE,
20674eef 1272 "sprite %c assertion failure, should be off on pipe %c but is still active\n",
1fe47785 1273 sprite_name(pipe, sprite), pipe_name(pipe));
20674eef 1274 }
6315b5d3 1275 } else if (INTEL_GEN(dev_priv) >= 7) {
649636ef 1276 u32 val = I915_READ(SPRCTL(pipe));
e2c719b7 1277 I915_STATE_WARN(val & SPRITE_ENABLE,
06da8da2 1278 "sprite %c assertion failure, should be off on pipe %c but is still active\n",
20674eef 1279 plane_name(pipe), pipe_name(pipe));
6315b5d3 1280 } else if (INTEL_GEN(dev_priv) >= 5) {
649636ef 1281 u32 val = I915_READ(DVSCNTR(pipe));
e2c719b7 1282 I915_STATE_WARN(val & DVS_ENABLE,
06da8da2 1283 "sprite %c assertion failure, should be off on pipe %c but is still active\n",
20674eef 1284 plane_name(pipe), pipe_name(pipe));
19332d7a
JB
1285 }
1286}
1287
08c71e5e
VS
1288static void assert_vblank_disabled(struct drm_crtc *crtc)
1289{
e2c719b7 1290 if (I915_STATE_WARN_ON(drm_crtc_vblank_get(crtc) == 0))
08c71e5e
VS
1291 drm_crtc_vblank_put(crtc);
1292}
1293
7abd4b35
ACO
1294void assert_pch_transcoder_disabled(struct drm_i915_private *dev_priv,
1295 enum pipe pipe)
92f2584a 1296{
92f2584a
JB
1297 u32 val;
1298 bool enabled;
1299
649636ef 1300 val = I915_READ(PCH_TRANSCONF(pipe));
92f2584a 1301 enabled = !!(val & TRANS_ENABLE);
e2c719b7 1302 I915_STATE_WARN(enabled,
9db4a9c7
JB
1303 "transcoder assertion failed, should be off on pipe %c but is still active\n",
1304 pipe_name(pipe));
92f2584a
JB
1305}
1306
4e634389
KP
1307static bool dp_pipe_enabled(struct drm_i915_private *dev_priv,
1308 enum pipe pipe, u32 port_sel, u32 val)
f0575e92
KP
1309{
1310 if ((val & DP_PORT_EN) == 0)
1311 return false;
1312
2d1fe073 1313 if (HAS_PCH_CPT(dev_priv)) {
f0f59a00 1314 u32 trans_dp_ctl = I915_READ(TRANS_DP_CTL(pipe));
f0575e92
KP
1315 if ((trans_dp_ctl & TRANS_DP_PORT_SEL_MASK) != port_sel)
1316 return false;
2d1fe073 1317 } else if (IS_CHERRYVIEW(dev_priv)) {
44f37d1f
CML
1318 if ((val & DP_PIPE_MASK_CHV) != DP_PIPE_SELECT_CHV(pipe))
1319 return false;
f0575e92
KP
1320 } else {
1321 if ((val & DP_PIPE_MASK) != (pipe << 30))
1322 return false;
1323 }
1324 return true;
1325}
1326
1519b995
KP
1327static bool hdmi_pipe_enabled(struct drm_i915_private *dev_priv,
1328 enum pipe pipe, u32 val)
1329{
dc0fa718 1330 if ((val & SDVO_ENABLE) == 0)
1519b995
KP
1331 return false;
1332
2d1fe073 1333 if (HAS_PCH_CPT(dev_priv)) {
dc0fa718 1334 if ((val & SDVO_PIPE_SEL_MASK_CPT) != SDVO_PIPE_SEL_CPT(pipe))
1519b995 1335 return false;
2d1fe073 1336 } else if (IS_CHERRYVIEW(dev_priv)) {
44f37d1f
CML
1337 if ((val & SDVO_PIPE_SEL_MASK_CHV) != SDVO_PIPE_SEL_CHV(pipe))
1338 return false;
1519b995 1339 } else {
dc0fa718 1340 if ((val & SDVO_PIPE_SEL_MASK) != SDVO_PIPE_SEL(pipe))
1519b995
KP
1341 return false;
1342 }
1343 return true;
1344}
1345
1346static bool lvds_pipe_enabled(struct drm_i915_private *dev_priv,
1347 enum pipe pipe, u32 val)
1348{
1349 if ((val & LVDS_PORT_EN) == 0)
1350 return false;
1351
2d1fe073 1352 if (HAS_PCH_CPT(dev_priv)) {
1519b995
KP
1353 if ((val & PORT_TRANS_SEL_MASK) != PORT_TRANS_SEL_CPT(pipe))
1354 return false;
1355 } else {
1356 if ((val & LVDS_PIPE_MASK) != LVDS_PIPE(pipe))
1357 return false;
1358 }
1359 return true;
1360}
1361
1362static bool adpa_pipe_enabled(struct drm_i915_private *dev_priv,
1363 enum pipe pipe, u32 val)
1364{
1365 if ((val & ADPA_DAC_ENABLE) == 0)
1366 return false;
2d1fe073 1367 if (HAS_PCH_CPT(dev_priv)) {
1519b995
KP
1368 if ((val & PORT_TRANS_SEL_MASK) != PORT_TRANS_SEL_CPT(pipe))
1369 return false;
1370 } else {
1371 if ((val & ADPA_PIPE_SELECT_MASK) != ADPA_PIPE_SELECT(pipe))
1372 return false;
1373 }
1374 return true;
1375}
1376
291906f1 1377static void assert_pch_dp_disabled(struct drm_i915_private *dev_priv,
f0f59a00
VS
1378 enum pipe pipe, i915_reg_t reg,
1379 u32 port_sel)
291906f1 1380{
47a05eca 1381 u32 val = I915_READ(reg);
e2c719b7 1382 I915_STATE_WARN(dp_pipe_enabled(dev_priv, pipe, port_sel, val),
291906f1 1383 "PCH DP (0x%08x) enabled on transcoder %c, should be disabled\n",
f0f59a00 1384 i915_mmio_reg_offset(reg), pipe_name(pipe));
de9a35ab 1385
2d1fe073 1386 I915_STATE_WARN(HAS_PCH_IBX(dev_priv) && (val & DP_PORT_EN) == 0
75c5da27 1387 && (val & DP_PIPEB_SELECT),
de9a35ab 1388 "IBX PCH dp port still using transcoder B\n");
291906f1
JB
1389}
1390
1391static void assert_pch_hdmi_disabled(struct drm_i915_private *dev_priv,
f0f59a00 1392 enum pipe pipe, i915_reg_t reg)
291906f1 1393{
47a05eca 1394 u32 val = I915_READ(reg);
e2c719b7 1395 I915_STATE_WARN(hdmi_pipe_enabled(dev_priv, pipe, val),
23c99e77 1396 "PCH HDMI (0x%08x) enabled on transcoder %c, should be disabled\n",
f0f59a00 1397 i915_mmio_reg_offset(reg), pipe_name(pipe));
de9a35ab 1398
2d1fe073 1399 I915_STATE_WARN(HAS_PCH_IBX(dev_priv) && (val & SDVO_ENABLE) == 0
75c5da27 1400 && (val & SDVO_PIPE_B_SELECT),
de9a35ab 1401 "IBX PCH hdmi port still using transcoder B\n");
291906f1
JB
1402}
1403
1404static void assert_pch_ports_disabled(struct drm_i915_private *dev_priv,
1405 enum pipe pipe)
1406{
291906f1 1407 u32 val;
291906f1 1408
f0575e92
KP
1409 assert_pch_dp_disabled(dev_priv, pipe, PCH_DP_B, TRANS_DP_PORT_SEL_B);
1410 assert_pch_dp_disabled(dev_priv, pipe, PCH_DP_C, TRANS_DP_PORT_SEL_C);
1411 assert_pch_dp_disabled(dev_priv, pipe, PCH_DP_D, TRANS_DP_PORT_SEL_D);
291906f1 1412
649636ef 1413 val = I915_READ(PCH_ADPA);
e2c719b7 1414 I915_STATE_WARN(adpa_pipe_enabled(dev_priv, pipe, val),
291906f1 1415 "PCH VGA enabled on transcoder %c, should be disabled\n",
9db4a9c7 1416 pipe_name(pipe));
291906f1 1417
649636ef 1418 val = I915_READ(PCH_LVDS);
e2c719b7 1419 I915_STATE_WARN(lvds_pipe_enabled(dev_priv, pipe, val),
291906f1 1420 "PCH LVDS enabled on transcoder %c, should be disabled\n",
9db4a9c7 1421 pipe_name(pipe));
291906f1 1422
e2debe91
PZ
1423 assert_pch_hdmi_disabled(dev_priv, pipe, PCH_HDMIB);
1424 assert_pch_hdmi_disabled(dev_priv, pipe, PCH_HDMIC);
1425 assert_pch_hdmi_disabled(dev_priv, pipe, PCH_HDMID);
291906f1
JB
1426}
1427
cd2d34d9
VS
1428static void _vlv_enable_pll(struct intel_crtc *crtc,
1429 const struct intel_crtc_state *pipe_config)
1430{
1431 struct drm_i915_private *dev_priv = to_i915(crtc->base.dev);
1432 enum pipe pipe = crtc->pipe;
1433
1434 I915_WRITE(DPLL(pipe), pipe_config->dpll_hw_state.dpll);
1435 POSTING_READ(DPLL(pipe));
1436 udelay(150);
1437
2c30b43b
CW
1438 if (intel_wait_for_register(dev_priv,
1439 DPLL(pipe),
1440 DPLL_LOCK_VLV,
1441 DPLL_LOCK_VLV,
1442 1))
cd2d34d9
VS
1443 DRM_ERROR("DPLL %d failed to lock\n", pipe);
1444}
1445
d288f65f 1446static void vlv_enable_pll(struct intel_crtc *crtc,
5cec258b 1447 const struct intel_crtc_state *pipe_config)
87442f73 1448{
cd2d34d9 1449 struct drm_i915_private *dev_priv = to_i915(crtc->base.dev);
8bd3f301 1450 enum pipe pipe = crtc->pipe;
87442f73 1451
8bd3f301 1452 assert_pipe_disabled(dev_priv, pipe);
87442f73 1453
87442f73 1454 /* PLL is protected by panel, make sure we can write it */
7d1a83cb 1455 assert_panel_unlocked(dev_priv, pipe);
87442f73 1456
cd2d34d9
VS
1457 if (pipe_config->dpll_hw_state.dpll & DPLL_VCO_ENABLE)
1458 _vlv_enable_pll(crtc, pipe_config);
426115cf 1459
8bd3f301
VS
1460 I915_WRITE(DPLL_MD(pipe), pipe_config->dpll_hw_state.dpll_md);
1461 POSTING_READ(DPLL_MD(pipe));
87442f73
DV
1462}
1463
cd2d34d9
VS
1464
1465static void _chv_enable_pll(struct intel_crtc *crtc,
1466 const struct intel_crtc_state *pipe_config)
9d556c99 1467{
cd2d34d9 1468 struct drm_i915_private *dev_priv = to_i915(crtc->base.dev);
8bd3f301 1469 enum pipe pipe = crtc->pipe;
9d556c99 1470 enum dpio_channel port = vlv_pipe_to_channel(pipe);
9d556c99
CML
1471 u32 tmp;
1472
a580516d 1473 mutex_lock(&dev_priv->sb_lock);
9d556c99
CML
1474
1475 /* Enable back the 10bit clock to display controller */
1476 tmp = vlv_dpio_read(dev_priv, pipe, CHV_CMN_DW14(port));
1477 tmp |= DPIO_DCLKP_EN;
1478 vlv_dpio_write(dev_priv, pipe, CHV_CMN_DW14(port), tmp);
1479
54433e91
VS
1480 mutex_unlock(&dev_priv->sb_lock);
1481
9d556c99
CML
1482 /*
1483 * Need to wait > 100ns between dclkp clock enable bit and PLL enable.
1484 */
1485 udelay(1);
1486
1487 /* Enable PLL */
d288f65f 1488 I915_WRITE(DPLL(pipe), pipe_config->dpll_hw_state.dpll);
9d556c99
CML
1489
1490 /* Check PLL is locked */
6b18826a
CW
1491 if (intel_wait_for_register(dev_priv,
1492 DPLL(pipe), DPLL_LOCK_VLV, DPLL_LOCK_VLV,
1493 1))
9d556c99 1494 DRM_ERROR("PLL %d failed to lock\n", pipe);
cd2d34d9
VS
1495}
1496
1497static void chv_enable_pll(struct intel_crtc *crtc,
1498 const struct intel_crtc_state *pipe_config)
1499{
1500 struct drm_i915_private *dev_priv = to_i915(crtc->base.dev);
1501 enum pipe pipe = crtc->pipe;
1502
1503 assert_pipe_disabled(dev_priv, pipe);
1504
1505 /* PLL is protected by panel, make sure we can write it */
1506 assert_panel_unlocked(dev_priv, pipe);
1507
1508 if (pipe_config->dpll_hw_state.dpll & DPLL_VCO_ENABLE)
1509 _chv_enable_pll(crtc, pipe_config);
9d556c99 1510
c231775c
VS
1511 if (pipe != PIPE_A) {
1512 /*
1513 * WaPixelRepeatModeFixForC0:chv
1514 *
1515 * DPLLCMD is AWOL. Use chicken bits to propagate
1516 * the value from DPLLBMD to either pipe B or C.
1517 */
1518 I915_WRITE(CBR4_VLV, pipe == PIPE_B ? CBR_DPLLBMD_PIPE_B : CBR_DPLLBMD_PIPE_C);
1519 I915_WRITE(DPLL_MD(PIPE_B), pipe_config->dpll_hw_state.dpll_md);
1520 I915_WRITE(CBR4_VLV, 0);
1521 dev_priv->chv_dpll_md[pipe] = pipe_config->dpll_hw_state.dpll_md;
1522
1523 /*
1524 * DPLLB VGA mode also seems to cause problems.
1525 * We should always have it disabled.
1526 */
1527 WARN_ON((I915_READ(DPLL(PIPE_B)) & DPLL_VGA_MODE_DIS) == 0);
1528 } else {
1529 I915_WRITE(DPLL_MD(pipe), pipe_config->dpll_hw_state.dpll_md);
1530 POSTING_READ(DPLL_MD(pipe));
1531 }
9d556c99
CML
1532}
1533
6315b5d3 1534static int intel_num_dvo_pipes(struct drm_i915_private *dev_priv)
1c4e0274
VS
1535{
1536 struct intel_crtc *crtc;
1537 int count = 0;
1538
6315b5d3 1539 for_each_intel_crtc(&dev_priv->drm, crtc) {
3538b9df 1540 count += crtc->base.state->active &&
2d84d2b3
VS
1541 intel_crtc_has_type(crtc->config, INTEL_OUTPUT_DVO);
1542 }
1c4e0274
VS
1543
1544 return count;
1545}
1546
66e3d5c0 1547static void i9xx_enable_pll(struct intel_crtc *crtc)
63d7bbe9 1548{
6315b5d3 1549 struct drm_i915_private *dev_priv = to_i915(crtc->base.dev);
f0f59a00 1550 i915_reg_t reg = DPLL(crtc->pipe);
6e3c9717 1551 u32 dpll = crtc->config->dpll_hw_state.dpll;
63d7bbe9 1552
66e3d5c0 1553 assert_pipe_disabled(dev_priv, crtc->pipe);
58c6eaa2 1554
63d7bbe9 1555 /* PLL is protected by panel, make sure we can write it */
50a0bc90 1556 if (IS_MOBILE(dev_priv) && !IS_I830(dev_priv))
66e3d5c0 1557 assert_panel_unlocked(dev_priv, crtc->pipe);
63d7bbe9 1558
1c4e0274 1559 /* Enable DVO 2x clock on both PLLs if necessary */
6315b5d3 1560 if (IS_I830(dev_priv) && intel_num_dvo_pipes(dev_priv) > 0) {
1c4e0274
VS
1561 /*
1562 * It appears to be important that we don't enable this
1563 * for the current pipe before otherwise configuring the
1564 * PLL. No idea how this should be handled if multiple
1565 * DVO outputs are enabled simultaneosly.
1566 */
1567 dpll |= DPLL_DVO_2X_MODE;
1568 I915_WRITE(DPLL(!crtc->pipe),
1569 I915_READ(DPLL(!crtc->pipe)) | DPLL_DVO_2X_MODE);
1570 }
66e3d5c0 1571
c2b63374
VS
1572 /*
1573 * Apparently we need to have VGA mode enabled prior to changing
1574 * the P1/P2 dividers. Otherwise the DPLL will keep using the old
1575 * dividers, even though the register value does change.
1576 */
1577 I915_WRITE(reg, 0);
1578
8e7a65aa
VS
1579 I915_WRITE(reg, dpll);
1580
66e3d5c0
DV
1581 /* Wait for the clocks to stabilize. */
1582 POSTING_READ(reg);
1583 udelay(150);
1584
6315b5d3 1585 if (INTEL_GEN(dev_priv) >= 4) {
66e3d5c0 1586 I915_WRITE(DPLL_MD(crtc->pipe),
6e3c9717 1587 crtc->config->dpll_hw_state.dpll_md);
66e3d5c0
DV
1588 } else {
1589 /* The pixel multiplier can only be updated once the
1590 * DPLL is enabled and the clocks are stable.
1591 *
1592 * So write it again.
1593 */
1594 I915_WRITE(reg, dpll);
1595 }
63d7bbe9
JB
1596
1597 /* We do this three times for luck */
66e3d5c0 1598 I915_WRITE(reg, dpll);
63d7bbe9
JB
1599 POSTING_READ(reg);
1600 udelay(150); /* wait for warmup */
66e3d5c0 1601 I915_WRITE(reg, dpll);
63d7bbe9
JB
1602 POSTING_READ(reg);
1603 udelay(150); /* wait for warmup */
66e3d5c0 1604 I915_WRITE(reg, dpll);
63d7bbe9
JB
1605 POSTING_READ(reg);
1606 udelay(150); /* wait for warmup */
1607}
1608
1609/**
50b44a44 1610 * i9xx_disable_pll - disable a PLL
63d7bbe9
JB
1611 * @dev_priv: i915 private structure
1612 * @pipe: pipe PLL to disable
1613 *
1614 * Disable the PLL for @pipe, making sure the pipe is off first.
1615 *
1616 * Note! This is for pre-ILK only.
1617 */
1c4e0274 1618static void i9xx_disable_pll(struct intel_crtc *crtc)
63d7bbe9 1619{
6315b5d3 1620 struct drm_i915_private *dev_priv = to_i915(crtc->base.dev);
1c4e0274
VS
1621 enum pipe pipe = crtc->pipe;
1622
1623 /* Disable DVO 2x clock on both PLLs if necessary */
50a0bc90 1624 if (IS_I830(dev_priv) &&
2d84d2b3 1625 intel_crtc_has_type(crtc->config, INTEL_OUTPUT_DVO) &&
6315b5d3 1626 !intel_num_dvo_pipes(dev_priv)) {
1c4e0274
VS
1627 I915_WRITE(DPLL(PIPE_B),
1628 I915_READ(DPLL(PIPE_B)) & ~DPLL_DVO_2X_MODE);
1629 I915_WRITE(DPLL(PIPE_A),
1630 I915_READ(DPLL(PIPE_A)) & ~DPLL_DVO_2X_MODE);
1631 }
1632
b6b5d049
VS
1633 /* Don't disable pipe or pipe PLLs if needed */
1634 if ((pipe == PIPE_A && dev_priv->quirks & QUIRK_PIPEA_FORCE) ||
1635 (pipe == PIPE_B && dev_priv->quirks & QUIRK_PIPEB_FORCE))
63d7bbe9
JB
1636 return;
1637
1638 /* Make sure the pipe isn't still relying on us */
1639 assert_pipe_disabled(dev_priv, pipe);
1640
b8afb911 1641 I915_WRITE(DPLL(pipe), DPLL_VGA_MODE_DIS);
50b44a44 1642 POSTING_READ(DPLL(pipe));
63d7bbe9
JB
1643}
1644
f6071166
JB
1645static void vlv_disable_pll(struct drm_i915_private *dev_priv, enum pipe pipe)
1646{
b8afb911 1647 u32 val;
f6071166
JB
1648
1649 /* Make sure the pipe isn't still relying on us */
1650 assert_pipe_disabled(dev_priv, pipe);
1651
03ed5cbf
VS
1652 val = DPLL_INTEGRATED_REF_CLK_VLV |
1653 DPLL_REF_CLK_ENABLE_VLV | DPLL_VGA_MODE_DIS;
1654 if (pipe != PIPE_A)
1655 val |= DPLL_INTEGRATED_CRI_CLK_VLV;
1656
f6071166
JB
1657 I915_WRITE(DPLL(pipe), val);
1658 POSTING_READ(DPLL(pipe));
076ed3b2
CML
1659}
1660
1661static void chv_disable_pll(struct drm_i915_private *dev_priv, enum pipe pipe)
1662{
d752048d 1663 enum dpio_channel port = vlv_pipe_to_channel(pipe);
076ed3b2
CML
1664 u32 val;
1665
a11b0703
VS
1666 /* Make sure the pipe isn't still relying on us */
1667 assert_pipe_disabled(dev_priv, pipe);
076ed3b2 1668
60bfe44f
VS
1669 val = DPLL_SSC_REF_CLK_CHV |
1670 DPLL_REF_CLK_ENABLE_VLV | DPLL_VGA_MODE_DIS;
a11b0703
VS
1671 if (pipe != PIPE_A)
1672 val |= DPLL_INTEGRATED_CRI_CLK_VLV;
03ed5cbf 1673
a11b0703
VS
1674 I915_WRITE(DPLL(pipe), val);
1675 POSTING_READ(DPLL(pipe));
d752048d 1676
a580516d 1677 mutex_lock(&dev_priv->sb_lock);
d752048d
VS
1678
1679 /* Disable 10bit clock to display controller */
1680 val = vlv_dpio_read(dev_priv, pipe, CHV_CMN_DW14(port));
1681 val &= ~DPIO_DCLKP_EN;
1682 vlv_dpio_write(dev_priv, pipe, CHV_CMN_DW14(port), val);
1683
a580516d 1684 mutex_unlock(&dev_priv->sb_lock);
f6071166
JB
1685}
1686
e4607fcf 1687void vlv_wait_port_ready(struct drm_i915_private *dev_priv,
9b6de0a1
VS
1688 struct intel_digital_port *dport,
1689 unsigned int expected_mask)
89b667f8
JB
1690{
1691 u32 port_mask;
f0f59a00 1692 i915_reg_t dpll_reg;
89b667f8 1693
e4607fcf
CML
1694 switch (dport->port) {
1695 case PORT_B:
89b667f8 1696 port_mask = DPLL_PORTB_READY_MASK;
00fc31b7 1697 dpll_reg = DPLL(0);
e4607fcf
CML
1698 break;
1699 case PORT_C:
89b667f8 1700 port_mask = DPLL_PORTC_READY_MASK;
00fc31b7 1701 dpll_reg = DPLL(0);
9b6de0a1 1702 expected_mask <<= 4;
00fc31b7
CML
1703 break;
1704 case PORT_D:
1705 port_mask = DPLL_PORTD_READY_MASK;
1706 dpll_reg = DPIO_PHY_STATUS;
e4607fcf
CML
1707 break;
1708 default:
1709 BUG();
1710 }
89b667f8 1711
370004d3
CW
1712 if (intel_wait_for_register(dev_priv,
1713 dpll_reg, port_mask, expected_mask,
1714 1000))
9b6de0a1
VS
1715 WARN(1, "timed out waiting for port %c ready: got 0x%x, expected 0x%x\n",
1716 port_name(dport->port), I915_READ(dpll_reg) & port_mask, expected_mask);
89b667f8
JB
1717}
1718
b8a4f404
PZ
1719static void ironlake_enable_pch_transcoder(struct drm_i915_private *dev_priv,
1720 enum pipe pipe)
040484af 1721{
98187836
VS
1722 struct intel_crtc *intel_crtc = intel_get_crtc_for_pipe(dev_priv,
1723 pipe);
f0f59a00
VS
1724 i915_reg_t reg;
1725 uint32_t val, pipeconf_val;
040484af 1726
040484af 1727 /* Make sure PCH DPLL is enabled */
8106ddbd 1728 assert_shared_dpll_enabled(dev_priv, intel_crtc->config->shared_dpll);
040484af
JB
1729
1730 /* FDI must be feeding us bits for PCH ports */
1731 assert_fdi_tx_enabled(dev_priv, pipe);
1732 assert_fdi_rx_enabled(dev_priv, pipe);
1733
6e266956 1734 if (HAS_PCH_CPT(dev_priv)) {
23670b32
DV
1735 /* Workaround: Set the timing override bit before enabling the
1736 * pch transcoder. */
1737 reg = TRANS_CHICKEN2(pipe);
1738 val = I915_READ(reg);
1739 val |= TRANS_CHICKEN2_TIMING_OVERRIDE;
1740 I915_WRITE(reg, val);
59c859d6 1741 }
23670b32 1742
ab9412ba 1743 reg = PCH_TRANSCONF(pipe);
040484af 1744 val = I915_READ(reg);
5f7f726d 1745 pipeconf_val = I915_READ(PIPECONF(pipe));
e9bcff5c 1746
2d1fe073 1747 if (HAS_PCH_IBX(dev_priv)) {
e9bcff5c 1748 /*
c5de7c6f
VS
1749 * Make the BPC in transcoder be consistent with
1750 * that in pipeconf reg. For HDMI we must use 8bpc
1751 * here for both 8bpc and 12bpc.
e9bcff5c 1752 */
dfd07d72 1753 val &= ~PIPECONF_BPC_MASK;
2d84d2b3 1754 if (intel_crtc_has_type(intel_crtc->config, INTEL_OUTPUT_HDMI))
c5de7c6f
VS
1755 val |= PIPECONF_8BPC;
1756 else
1757 val |= pipeconf_val & PIPECONF_BPC_MASK;
e9bcff5c 1758 }
5f7f726d
PZ
1759
1760 val &= ~TRANS_INTERLACE_MASK;
1761 if ((pipeconf_val & PIPECONF_INTERLACE_MASK) == PIPECONF_INTERLACED_ILK)
2d1fe073 1762 if (HAS_PCH_IBX(dev_priv) &&
2d84d2b3 1763 intel_crtc_has_type(intel_crtc->config, INTEL_OUTPUT_SDVO))
7c26e5c6
PZ
1764 val |= TRANS_LEGACY_INTERLACED_ILK;
1765 else
1766 val |= TRANS_INTERLACED;
5f7f726d
PZ
1767 else
1768 val |= TRANS_PROGRESSIVE;
1769
040484af 1770 I915_WRITE(reg, val | TRANS_ENABLE);
650fbd84
CW
1771 if (intel_wait_for_register(dev_priv,
1772 reg, TRANS_STATE_ENABLE, TRANS_STATE_ENABLE,
1773 100))
4bb6f1f3 1774 DRM_ERROR("failed to enable transcoder %c\n", pipe_name(pipe));
040484af
JB
1775}
1776
8fb033d7 1777static void lpt_enable_pch_transcoder(struct drm_i915_private *dev_priv,
937bb610 1778 enum transcoder cpu_transcoder)
040484af 1779{
8fb033d7 1780 u32 val, pipeconf_val;
8fb033d7 1781
8fb033d7 1782 /* FDI must be feeding us bits for PCH ports */
1a240d4d 1783 assert_fdi_tx_enabled(dev_priv, (enum pipe) cpu_transcoder);
937bb610 1784 assert_fdi_rx_enabled(dev_priv, TRANSCODER_A);
8fb033d7 1785
223a6fdf 1786 /* Workaround: set timing override bit. */
36c0d0cf 1787 val = I915_READ(TRANS_CHICKEN2(PIPE_A));
23670b32 1788 val |= TRANS_CHICKEN2_TIMING_OVERRIDE;
36c0d0cf 1789 I915_WRITE(TRANS_CHICKEN2(PIPE_A), val);
223a6fdf 1790
25f3ef11 1791 val = TRANS_ENABLE;
937bb610 1792 pipeconf_val = I915_READ(PIPECONF(cpu_transcoder));
8fb033d7 1793
9a76b1c6
PZ
1794 if ((pipeconf_val & PIPECONF_INTERLACE_MASK_HSW) ==
1795 PIPECONF_INTERLACED_ILK)
a35f2679 1796 val |= TRANS_INTERLACED;
8fb033d7
PZ
1797 else
1798 val |= TRANS_PROGRESSIVE;
1799
ab9412ba 1800 I915_WRITE(LPT_TRANSCONF, val);
d9f96244
CW
1801 if (intel_wait_for_register(dev_priv,
1802 LPT_TRANSCONF,
1803 TRANS_STATE_ENABLE,
1804 TRANS_STATE_ENABLE,
1805 100))
937bb610 1806 DRM_ERROR("Failed to enable PCH transcoder\n");
8fb033d7
PZ
1807}
1808
b8a4f404
PZ
1809static void ironlake_disable_pch_transcoder(struct drm_i915_private *dev_priv,
1810 enum pipe pipe)
040484af 1811{
f0f59a00
VS
1812 i915_reg_t reg;
1813 uint32_t val;
040484af
JB
1814
1815 /* FDI relies on the transcoder */
1816 assert_fdi_tx_disabled(dev_priv, pipe);
1817 assert_fdi_rx_disabled(dev_priv, pipe);
1818
291906f1
JB
1819 /* Ports must be off as well */
1820 assert_pch_ports_disabled(dev_priv, pipe);
1821
ab9412ba 1822 reg = PCH_TRANSCONF(pipe);
040484af
JB
1823 val = I915_READ(reg);
1824 val &= ~TRANS_ENABLE;
1825 I915_WRITE(reg, val);
1826 /* wait for PCH transcoder off, transcoder state */
a7d04662
CW
1827 if (intel_wait_for_register(dev_priv,
1828 reg, TRANS_STATE_ENABLE, 0,
1829 50))
4bb6f1f3 1830 DRM_ERROR("failed to disable transcoder %c\n", pipe_name(pipe));
23670b32 1831
6e266956 1832 if (HAS_PCH_CPT(dev_priv)) {
23670b32
DV
1833 /* Workaround: Clear the timing override chicken bit again. */
1834 reg = TRANS_CHICKEN2(pipe);
1835 val = I915_READ(reg);
1836 val &= ~TRANS_CHICKEN2_TIMING_OVERRIDE;
1837 I915_WRITE(reg, val);
1838 }
040484af
JB
1839}
1840
b7076546 1841void lpt_disable_pch_transcoder(struct drm_i915_private *dev_priv)
8fb033d7 1842{
8fb033d7
PZ
1843 u32 val;
1844
ab9412ba 1845 val = I915_READ(LPT_TRANSCONF);
8fb033d7 1846 val &= ~TRANS_ENABLE;
ab9412ba 1847 I915_WRITE(LPT_TRANSCONF, val);
8fb033d7 1848 /* wait for PCH transcoder off, transcoder state */
dfdb4749
CW
1849 if (intel_wait_for_register(dev_priv,
1850 LPT_TRANSCONF, TRANS_STATE_ENABLE, 0,
1851 50))
8a52fd9f 1852 DRM_ERROR("Failed to disable PCH transcoder\n");
223a6fdf
PZ
1853
1854 /* Workaround: clear timing override bit. */
36c0d0cf 1855 val = I915_READ(TRANS_CHICKEN2(PIPE_A));
23670b32 1856 val &= ~TRANS_CHICKEN2_TIMING_OVERRIDE;
36c0d0cf 1857 I915_WRITE(TRANS_CHICKEN2(PIPE_A), val);
040484af
JB
1858}
1859
65f2130c
VS
1860enum transcoder intel_crtc_pch_transcoder(struct intel_crtc *crtc)
1861{
1862 struct drm_i915_private *dev_priv = to_i915(crtc->base.dev);
1863
1864 WARN_ON(!crtc->config->has_pch_encoder);
1865
1866 if (HAS_PCH_LPT(dev_priv))
1867 return TRANSCODER_A;
1868 else
1869 return (enum transcoder) crtc->pipe;
1870}
1871
b24e7179 1872/**
309cfea8 1873 * intel_enable_pipe - enable a pipe, asserting requirements
0372264a 1874 * @crtc: crtc responsible for the pipe
b24e7179 1875 *
0372264a 1876 * Enable @crtc's pipe, making sure that various hardware specific requirements
b24e7179 1877 * are met, if applicable, e.g. PLL enabled, LVDS pairs enabled, etc.
b24e7179 1878 */
e1fdc473 1879static void intel_enable_pipe(struct intel_crtc *crtc)
b24e7179 1880{
0372264a 1881 struct drm_device *dev = crtc->base.dev;
fac5e23e 1882 struct drm_i915_private *dev_priv = to_i915(dev);
0372264a 1883 enum pipe pipe = crtc->pipe;
1a70a728 1884 enum transcoder cpu_transcoder = crtc->config->cpu_transcoder;
f0f59a00 1885 i915_reg_t reg;
b24e7179
JB
1886 u32 val;
1887
9e2ee2dd
VS
1888 DRM_DEBUG_KMS("enabling pipe %c\n", pipe_name(pipe));
1889
58c6eaa2 1890 assert_planes_disabled(dev_priv, pipe);
93ce0ba6 1891 assert_cursor_disabled(dev_priv, pipe);
58c6eaa2
DV
1892 assert_sprites_disabled(dev_priv, pipe);
1893
b24e7179
JB
1894 /*
1895 * A pipe without a PLL won't actually be able to drive bits from
1896 * a plane. On ILK+ the pipe PLLs are integrated, so we don't
1897 * need the check.
1898 */
09fa8bb9 1899 if (HAS_GMCH_DISPLAY(dev_priv)) {
d7edc4e5 1900 if (intel_crtc_has_type(crtc->config, INTEL_OUTPUT_DSI))
23538ef1
JN
1901 assert_dsi_pll_enabled(dev_priv);
1902 else
1903 assert_pll_enabled(dev_priv, pipe);
09fa8bb9 1904 } else {
6e3c9717 1905 if (crtc->config->has_pch_encoder) {
040484af 1906 /* if driving the PCH, we need FDI enabled */
65f2130c
VS
1907 assert_fdi_rx_pll_enabled(dev_priv,
1908 (enum pipe) intel_crtc_pch_transcoder(crtc));
1a240d4d
DV
1909 assert_fdi_tx_pll_enabled(dev_priv,
1910 (enum pipe) cpu_transcoder);
040484af
JB
1911 }
1912 /* FIXME: assert CPU port conditions for SNB+ */
1913 }
b24e7179 1914
702e7a56 1915 reg = PIPECONF(cpu_transcoder);
b24e7179 1916 val = I915_READ(reg);
7ad25d48 1917 if (val & PIPECONF_ENABLE) {
b6b5d049
VS
1918 WARN_ON(!((pipe == PIPE_A && dev_priv->quirks & QUIRK_PIPEA_FORCE) ||
1919 (pipe == PIPE_B && dev_priv->quirks & QUIRK_PIPEB_FORCE)));
00d70b15 1920 return;
7ad25d48 1921 }
00d70b15
CW
1922
1923 I915_WRITE(reg, val | PIPECONF_ENABLE);
851855d8 1924 POSTING_READ(reg);
b7792d8b
VS
1925
1926 /*
1927 * Until the pipe starts DSL will read as 0, which would cause
1928 * an apparent vblank timestamp jump, which messes up also the
1929 * frame count when it's derived from the timestamps. So let's
1930 * wait for the pipe to start properly before we call
1931 * drm_crtc_vblank_on()
1932 */
1933 if (dev->max_vblank_count == 0 &&
1934 wait_for(intel_get_crtc_scanline(crtc) != crtc->scanline_offset, 50))
1935 DRM_ERROR("pipe %c didn't start\n", pipe_name(pipe));
b24e7179
JB
1936}
1937
1938/**
309cfea8 1939 * intel_disable_pipe - disable a pipe, asserting requirements
575f7ab7 1940 * @crtc: crtc whose pipes is to be disabled
b24e7179 1941 *
575f7ab7
VS
1942 * Disable the pipe of @crtc, making sure that various hardware
1943 * specific requirements are met, if applicable, e.g. plane
1944 * disabled, panel fitter off, etc.
b24e7179
JB
1945 *
1946 * Will wait until the pipe has shut down before returning.
1947 */
575f7ab7 1948static void intel_disable_pipe(struct intel_crtc *crtc)
b24e7179 1949{
fac5e23e 1950 struct drm_i915_private *dev_priv = to_i915(crtc->base.dev);
6e3c9717 1951 enum transcoder cpu_transcoder = crtc->config->cpu_transcoder;
575f7ab7 1952 enum pipe pipe = crtc->pipe;
f0f59a00 1953 i915_reg_t reg;
b24e7179
JB
1954 u32 val;
1955
9e2ee2dd
VS
1956 DRM_DEBUG_KMS("disabling pipe %c\n", pipe_name(pipe));
1957
b24e7179
JB
1958 /*
1959 * Make sure planes won't keep trying to pump pixels to us,
1960 * or we might hang the display.
1961 */
1962 assert_planes_disabled(dev_priv, pipe);
93ce0ba6 1963 assert_cursor_disabled(dev_priv, pipe);
19332d7a 1964 assert_sprites_disabled(dev_priv, pipe);
b24e7179 1965
702e7a56 1966 reg = PIPECONF(cpu_transcoder);
b24e7179 1967 val = I915_READ(reg);
00d70b15
CW
1968 if ((val & PIPECONF_ENABLE) == 0)
1969 return;
1970
67adc644
VS
1971 /*
1972 * Double wide has implications for planes
1973 * so best keep it disabled when not needed.
1974 */
6e3c9717 1975 if (crtc->config->double_wide)
67adc644
VS
1976 val &= ~PIPECONF_DOUBLE_WIDE;
1977
1978 /* Don't disable pipe or pipe PLLs if needed */
b6b5d049
VS
1979 if (!(pipe == PIPE_A && dev_priv->quirks & QUIRK_PIPEA_FORCE) &&
1980 !(pipe == PIPE_B && dev_priv->quirks & QUIRK_PIPEB_FORCE))
67adc644
VS
1981 val &= ~PIPECONF_ENABLE;
1982
1983 I915_WRITE(reg, val);
1984 if ((val & PIPECONF_ENABLE) == 0)
1985 intel_wait_for_pipe_off(crtc);
b24e7179
JB
1986}
1987
832be82f
VS
1988static unsigned int intel_tile_size(const struct drm_i915_private *dev_priv)
1989{
1990 return IS_GEN2(dev_priv) ? 2048 : 4096;
1991}
1992
d88c4afd
VS
1993static unsigned int
1994intel_tile_width_bytes(const struct drm_framebuffer *fb, int plane)
7b49f948 1995{
d88c4afd
VS
1996 struct drm_i915_private *dev_priv = to_i915(fb->dev);
1997 unsigned int cpp = fb->format->cpp[plane];
1998
1999 switch (fb->modifier) {
7b49f948
VS
2000 case DRM_FORMAT_MOD_NONE:
2001 return cpp;
2002 case I915_FORMAT_MOD_X_TILED:
2003 if (IS_GEN2(dev_priv))
2004 return 128;
2005 else
2006 return 512;
2007 case I915_FORMAT_MOD_Y_TILED:
2008 if (IS_GEN2(dev_priv) || HAS_128_BYTE_Y_TILING(dev_priv))
2009 return 128;
2010 else
2011 return 512;
2012 case I915_FORMAT_MOD_Yf_TILED:
2013 switch (cpp) {
2014 case 1:
2015 return 64;
2016 case 2:
2017 case 4:
2018 return 128;
2019 case 8:
2020 case 16:
2021 return 256;
2022 default:
2023 MISSING_CASE(cpp);
2024 return cpp;
2025 }
2026 break;
2027 default:
d88c4afd 2028 MISSING_CASE(fb->modifier);
7b49f948
VS
2029 return cpp;
2030 }
2031}
2032
d88c4afd
VS
2033static unsigned int
2034intel_tile_height(const struct drm_framebuffer *fb, int plane)
a57ce0b2 2035{
d88c4afd 2036 if (fb->modifier == DRM_FORMAT_MOD_NONE)
832be82f
VS
2037 return 1;
2038 else
d88c4afd
VS
2039 return intel_tile_size(to_i915(fb->dev)) /
2040 intel_tile_width_bytes(fb, plane);
6761dd31
TU
2041}
2042
8d0deca8 2043/* Return the tile dimensions in pixel units */
d88c4afd 2044static void intel_tile_dims(const struct drm_framebuffer *fb, int plane,
8d0deca8 2045 unsigned int *tile_width,
d88c4afd 2046 unsigned int *tile_height)
8d0deca8 2047{
d88c4afd
VS
2048 unsigned int tile_width_bytes = intel_tile_width_bytes(fb, plane);
2049 unsigned int cpp = fb->format->cpp[plane];
8d0deca8
VS
2050
2051 *tile_width = tile_width_bytes / cpp;
d88c4afd 2052 *tile_height = intel_tile_size(to_i915(fb->dev)) / tile_width_bytes;
8d0deca8
VS
2053}
2054
6761dd31 2055unsigned int
d88c4afd
VS
2056intel_fb_align_height(const struct drm_framebuffer *fb,
2057 int plane, unsigned int height)
6761dd31 2058{
d88c4afd 2059 unsigned int tile_height = intel_tile_height(fb, plane);
832be82f
VS
2060
2061 return ALIGN(height, tile_height);
a57ce0b2
JB
2062}
2063
1663b9d6
VS
2064unsigned int intel_rotation_info_size(const struct intel_rotation_info *rot_info)
2065{
2066 unsigned int size = 0;
2067 int i;
2068
2069 for (i = 0 ; i < ARRAY_SIZE(rot_info->plane); i++)
2070 size += rot_info->plane[i].width * rot_info->plane[i].height;
2071
2072 return size;
2073}
2074
75c82a53 2075static void
3465c580
VS
2076intel_fill_fb_ggtt_view(struct i915_ggtt_view *view,
2077 const struct drm_framebuffer *fb,
2078 unsigned int rotation)
f64b98cd 2079{
7b92c047 2080 view->type = I915_GGTT_VIEW_NORMAL;
bd2ef25d 2081 if (drm_rotation_90_or_270(rotation)) {
7b92c047 2082 view->type = I915_GGTT_VIEW_ROTATED;
8bab1193 2083 view->rotated = to_intel_framebuffer(fb)->rot_info;
2d7a215f
VS
2084 }
2085}
50470bb0 2086
603525d7 2087static unsigned int intel_linear_alignment(const struct drm_i915_private *dev_priv)
4e9a86b6
VS
2088{
2089 if (INTEL_INFO(dev_priv)->gen >= 9)
2090 return 256 * 1024;
c0f86832 2091 else if (IS_I965G(dev_priv) || IS_I965GM(dev_priv) ||
666a4537 2092 IS_VALLEYVIEW(dev_priv) || IS_CHERRYVIEW(dev_priv))
4e9a86b6
VS
2093 return 128 * 1024;
2094 else if (INTEL_INFO(dev_priv)->gen >= 4)
2095 return 4 * 1024;
2096 else
44c5905e 2097 return 0;
4e9a86b6
VS
2098}
2099
d88c4afd
VS
2100static unsigned int intel_surf_alignment(const struct drm_framebuffer *fb,
2101 int plane)
603525d7 2102{
d88c4afd
VS
2103 struct drm_i915_private *dev_priv = to_i915(fb->dev);
2104
b90c1ee1
VS
2105 /* AUX_DIST needs only 4K alignment */
2106 if (fb->format->format == DRM_FORMAT_NV12 && plane == 1)
2107 return 4096;
2108
d88c4afd 2109 switch (fb->modifier) {
603525d7
VS
2110 case DRM_FORMAT_MOD_NONE:
2111 return intel_linear_alignment(dev_priv);
2112 case I915_FORMAT_MOD_X_TILED:
d88c4afd 2113 if (INTEL_GEN(dev_priv) >= 9)
603525d7
VS
2114 return 256 * 1024;
2115 return 0;
2116 case I915_FORMAT_MOD_Y_TILED:
2117 case I915_FORMAT_MOD_Yf_TILED:
2118 return 1 * 1024 * 1024;
2119 default:
d88c4afd 2120 MISSING_CASE(fb->modifier);
603525d7
VS
2121 return 0;
2122 }
2123}
2124
058d88c4
CW
2125struct i915_vma *
2126intel_pin_and_fence_fb_obj(struct drm_framebuffer *fb, unsigned int rotation)
6b95a207 2127{
850c4cdc 2128 struct drm_device *dev = fb->dev;
fac5e23e 2129 struct drm_i915_private *dev_priv = to_i915(dev);
850c4cdc 2130 struct drm_i915_gem_object *obj = intel_fb_obj(fb);
f64b98cd 2131 struct i915_ggtt_view view;
058d88c4 2132 struct i915_vma *vma;
6b95a207 2133 u32 alignment;
6b95a207 2134
ebcdd39e
MR
2135 WARN_ON(!mutex_is_locked(&dev->struct_mutex));
2136
d88c4afd 2137 alignment = intel_surf_alignment(fb, 0);
6b95a207 2138
3465c580 2139 intel_fill_fb_ggtt_view(&view, fb, rotation);
f64b98cd 2140
693db184
CW
2141 /* Note that the w/a also requires 64 PTE of padding following the
2142 * bo. We currently fill all unused PTE with the shadow page and so
2143 * we should always have valid PTE following the scanout preventing
2144 * the VT-d warning.
2145 */
48f112fe 2146 if (intel_scanout_needs_vtd_wa(dev_priv) && alignment < 256 * 1024)
693db184
CW
2147 alignment = 256 * 1024;
2148
d6dd6843
PZ
2149 /*
2150 * Global gtt pte registers are special registers which actually forward
2151 * writes to a chunk of system memory. Which means that there is no risk
2152 * that the register values disappear as soon as we call
2153 * intel_runtime_pm_put(), so it is correct to wrap only the
2154 * pin/unpin/fence and not more.
2155 */
2156 intel_runtime_pm_get(dev_priv);
2157
058d88c4 2158 vma = i915_gem_object_pin_to_display_plane(obj, alignment, &view);
49ef5294
CW
2159 if (IS_ERR(vma))
2160 goto err;
6b95a207 2161
05a20d09 2162 if (i915_vma_is_map_and_fenceable(vma)) {
49ef5294
CW
2163 /* Install a fence for tiled scan-out. Pre-i965 always needs a
2164 * fence, whereas 965+ only requires a fence if using
2165 * framebuffer compression. For simplicity, we always, when
2166 * possible, install a fence as the cost is not that onerous.
2167 *
2168 * If we fail to fence the tiled scanout, then either the
2169 * modeset will reject the change (which is highly unlikely as
2170 * the affected systems, all but one, do not have unmappable
2171 * space) or we will not be able to enable full powersaving
2172 * techniques (also likely not to apply due to various limits
2173 * FBC and the like impose on the size of the buffer, which
2174 * presumably we violated anyway with this unmappable buffer).
2175 * Anyway, it is presumably better to stumble onwards with
2176 * something and try to run the system in a "less than optimal"
2177 * mode that matches the user configuration.
2178 */
2179 if (i915_vma_get_fence(vma) == 0)
2180 i915_vma_pin_fence(vma);
9807216f 2181 }
6b95a207 2182
be1e3415 2183 i915_vma_get(vma);
49ef5294 2184err:
d6dd6843 2185 intel_runtime_pm_put(dev_priv);
058d88c4 2186 return vma;
6b95a207
KH
2187}
2188
be1e3415 2189void intel_unpin_fb_vma(struct i915_vma *vma)
1690e1eb 2190{
be1e3415 2191 lockdep_assert_held(&vma->vm->i915->drm.struct_mutex);
f64b98cd 2192
49ef5294 2193 i915_vma_unpin_fence(vma);
058d88c4 2194 i915_gem_object_unpin_from_display_plane(vma);
be1e3415 2195 i915_vma_put(vma);
1690e1eb
CW
2196}
2197
ef78ec94
VS
2198static int intel_fb_pitch(const struct drm_framebuffer *fb, int plane,
2199 unsigned int rotation)
2200{
bd2ef25d 2201 if (drm_rotation_90_or_270(rotation))
ef78ec94
VS
2202 return to_intel_framebuffer(fb)->rotated[plane].pitch;
2203 else
2204 return fb->pitches[plane];
2205}
2206
6687c906
VS
2207/*
2208 * Convert the x/y offsets into a linear offset.
2209 * Only valid with 0/180 degree rotation, which is fine since linear
2210 * offset is only used with linear buffers on pre-hsw and tiled buffers
2211 * with gen2/3, and 90/270 degree rotations isn't supported on any of them.
2212 */
2213u32 intel_fb_xy_to_linear(int x, int y,
2949056c
VS
2214 const struct intel_plane_state *state,
2215 int plane)
6687c906 2216{
2949056c 2217 const struct drm_framebuffer *fb = state->base.fb;
353c8598 2218 unsigned int cpp = fb->format->cpp[plane];
6687c906
VS
2219 unsigned int pitch = fb->pitches[plane];
2220
2221 return y * pitch + x * cpp;
2222}
2223
2224/*
2225 * Add the x/y offsets derived from fb->offsets[] to the user
2226 * specified plane src x/y offsets. The resulting x/y offsets
2227 * specify the start of scanout from the beginning of the gtt mapping.
2228 */
2229void intel_add_fb_offsets(int *x, int *y,
2949056c
VS
2230 const struct intel_plane_state *state,
2231 int plane)
6687c906
VS
2232
2233{
2949056c
VS
2234 const struct intel_framebuffer *intel_fb = to_intel_framebuffer(state->base.fb);
2235 unsigned int rotation = state->base.rotation;
6687c906 2236
bd2ef25d 2237 if (drm_rotation_90_or_270(rotation)) {
6687c906
VS
2238 *x += intel_fb->rotated[plane].x;
2239 *y += intel_fb->rotated[plane].y;
2240 } else {
2241 *x += intel_fb->normal[plane].x;
2242 *y += intel_fb->normal[plane].y;
2243 }
2244}
2245
29cf9491 2246/*
29cf9491
VS
2247 * Input tile dimensions and pitch must already be
2248 * rotated to match x and y, and in pixel units.
2249 */
66a2d927
VS
2250static u32 _intel_adjust_tile_offset(int *x, int *y,
2251 unsigned int tile_width,
2252 unsigned int tile_height,
2253 unsigned int tile_size,
2254 unsigned int pitch_tiles,
2255 u32 old_offset,
2256 u32 new_offset)
29cf9491 2257{
b9b24038 2258 unsigned int pitch_pixels = pitch_tiles * tile_width;
29cf9491
VS
2259 unsigned int tiles;
2260
2261 WARN_ON(old_offset & (tile_size - 1));
2262 WARN_ON(new_offset & (tile_size - 1));
2263 WARN_ON(new_offset > old_offset);
2264
2265 tiles = (old_offset - new_offset) / tile_size;
2266
2267 *y += tiles / pitch_tiles * tile_height;
2268 *x += tiles % pitch_tiles * tile_width;
2269
b9b24038
VS
2270 /* minimize x in case it got needlessly big */
2271 *y += *x / pitch_pixels * tile_height;
2272 *x %= pitch_pixels;
2273
29cf9491
VS
2274 return new_offset;
2275}
2276
66a2d927
VS
2277/*
2278 * Adjust the tile offset by moving the difference into
2279 * the x/y offsets.
2280 */
2281static u32 intel_adjust_tile_offset(int *x, int *y,
2282 const struct intel_plane_state *state, int plane,
2283 u32 old_offset, u32 new_offset)
2284{
2285 const struct drm_i915_private *dev_priv = to_i915(state->base.plane->dev);
2286 const struct drm_framebuffer *fb = state->base.fb;
353c8598 2287 unsigned int cpp = fb->format->cpp[plane];
66a2d927
VS
2288 unsigned int rotation = state->base.rotation;
2289 unsigned int pitch = intel_fb_pitch(fb, plane, rotation);
2290
2291 WARN_ON(new_offset > old_offset);
2292
bae781b2 2293 if (fb->modifier != DRM_FORMAT_MOD_NONE) {
66a2d927
VS
2294 unsigned int tile_size, tile_width, tile_height;
2295 unsigned int pitch_tiles;
2296
2297 tile_size = intel_tile_size(dev_priv);
d88c4afd 2298 intel_tile_dims(fb, plane, &tile_width, &tile_height);
66a2d927 2299
bd2ef25d 2300 if (drm_rotation_90_or_270(rotation)) {
66a2d927
VS
2301 pitch_tiles = pitch / tile_height;
2302 swap(tile_width, tile_height);
2303 } else {
2304 pitch_tiles = pitch / (tile_width * cpp);
2305 }
2306
2307 _intel_adjust_tile_offset(x, y, tile_width, tile_height,
2308 tile_size, pitch_tiles,
2309 old_offset, new_offset);
2310 } else {
2311 old_offset += *y * pitch + *x * cpp;
2312
2313 *y = (old_offset - new_offset) / pitch;
2314 *x = ((old_offset - new_offset) - *y * pitch) / cpp;
2315 }
2316
2317 return new_offset;
2318}
2319
8d0deca8
VS
2320/*
2321 * Computes the linear offset to the base tile and adjusts
2322 * x, y. bytes per pixel is assumed to be a power-of-two.
2323 *
2324 * In the 90/270 rotated case, x and y are assumed
2325 * to be already rotated to match the rotated GTT view, and
2326 * pitch is the tile_height aligned framebuffer height.
6687c906
VS
2327 *
2328 * This function is used when computing the derived information
2329 * under intel_framebuffer, so using any of that information
2330 * here is not allowed. Anything under drm_framebuffer can be
2331 * used. This is why the user has to pass in the pitch since it
2332 * is specified in the rotated orientation.
8d0deca8 2333 */
6687c906
VS
2334static u32 _intel_compute_tile_offset(const struct drm_i915_private *dev_priv,
2335 int *x, int *y,
2336 const struct drm_framebuffer *fb, int plane,
2337 unsigned int pitch,
2338 unsigned int rotation,
2339 u32 alignment)
c2c75131 2340{
bae781b2 2341 uint64_t fb_modifier = fb->modifier;
353c8598 2342 unsigned int cpp = fb->format->cpp[plane];
6687c906 2343 u32 offset, offset_aligned;
29cf9491 2344
29cf9491
VS
2345 if (alignment)
2346 alignment--;
2347
b5c65338 2348 if (fb_modifier != DRM_FORMAT_MOD_NONE) {
8d0deca8
VS
2349 unsigned int tile_size, tile_width, tile_height;
2350 unsigned int tile_rows, tiles, pitch_tiles;
c2c75131 2351
d843310d 2352 tile_size = intel_tile_size(dev_priv);
d88c4afd 2353 intel_tile_dims(fb, plane, &tile_width, &tile_height);
8d0deca8 2354
bd2ef25d 2355 if (drm_rotation_90_or_270(rotation)) {
8d0deca8
VS
2356 pitch_tiles = pitch / tile_height;
2357 swap(tile_width, tile_height);
2358 } else {
2359 pitch_tiles = pitch / (tile_width * cpp);
2360 }
d843310d
VS
2361
2362 tile_rows = *y / tile_height;
2363 *y %= tile_height;
c2c75131 2364
8d0deca8
VS
2365 tiles = *x / tile_width;
2366 *x %= tile_width;
bc752862 2367
29cf9491
VS
2368 offset = (tile_rows * pitch_tiles + tiles) * tile_size;
2369 offset_aligned = offset & ~alignment;
bc752862 2370
66a2d927
VS
2371 _intel_adjust_tile_offset(x, y, tile_width, tile_height,
2372 tile_size, pitch_tiles,
2373 offset, offset_aligned);
29cf9491 2374 } else {
bc752862 2375 offset = *y * pitch + *x * cpp;
29cf9491
VS
2376 offset_aligned = offset & ~alignment;
2377
4e9a86b6
VS
2378 *y = (offset & alignment) / pitch;
2379 *x = ((offset & alignment) - *y * pitch) / cpp;
bc752862 2380 }
29cf9491
VS
2381
2382 return offset_aligned;
c2c75131
DV
2383}
2384
6687c906 2385u32 intel_compute_tile_offset(int *x, int *y,
2949056c
VS
2386 const struct intel_plane_state *state,
2387 int plane)
6687c906 2388{
2949056c
VS
2389 const struct drm_i915_private *dev_priv = to_i915(state->base.plane->dev);
2390 const struct drm_framebuffer *fb = state->base.fb;
2391 unsigned int rotation = state->base.rotation;
ef78ec94 2392 int pitch = intel_fb_pitch(fb, plane, rotation);
b90c1ee1 2393 u32 alignment = intel_surf_alignment(fb, plane);
6687c906
VS
2394
2395 return _intel_compute_tile_offset(dev_priv, x, y, fb, plane, pitch,
2396 rotation, alignment);
2397}
2398
2399/* Convert the fb->offset[] linear offset into x/y offsets */
2400static void intel_fb_offset_to_xy(int *x, int *y,
2401 const struct drm_framebuffer *fb, int plane)
2402{
353c8598 2403 unsigned int cpp = fb->format->cpp[plane];
6687c906
VS
2404 unsigned int pitch = fb->pitches[plane];
2405 u32 linear_offset = fb->offsets[plane];
2406
2407 *y = linear_offset / pitch;
2408 *x = linear_offset % pitch / cpp;
2409}
2410
72618ebf
VS
2411static unsigned int intel_fb_modifier_to_tiling(uint64_t fb_modifier)
2412{
2413 switch (fb_modifier) {
2414 case I915_FORMAT_MOD_X_TILED:
2415 return I915_TILING_X;
2416 case I915_FORMAT_MOD_Y_TILED:
2417 return I915_TILING_Y;
2418 default:
2419 return I915_TILING_NONE;
2420 }
2421}
2422
6687c906
VS
2423static int
2424intel_fill_fb_info(struct drm_i915_private *dev_priv,
2425 struct drm_framebuffer *fb)
2426{
2427 struct intel_framebuffer *intel_fb = to_intel_framebuffer(fb);
2428 struct intel_rotation_info *rot_info = &intel_fb->rot_info;
2429 u32 gtt_offset_rotated = 0;
2430 unsigned int max_size = 0;
bcb0b461 2431 int i, num_planes = fb->format->num_planes;
6687c906
VS
2432 unsigned int tile_size = intel_tile_size(dev_priv);
2433
2434 for (i = 0; i < num_planes; i++) {
2435 unsigned int width, height;
2436 unsigned int cpp, size;
2437 u32 offset;
2438 int x, y;
2439
353c8598 2440 cpp = fb->format->cpp[i];
145fcb11
VS
2441 width = drm_framebuffer_plane_width(fb->width, fb, i);
2442 height = drm_framebuffer_plane_height(fb->height, fb, i);
6687c906
VS
2443
2444 intel_fb_offset_to_xy(&x, &y, fb, i);
2445
60d5f2a4
VS
2446 /*
2447 * The fence (if used) is aligned to the start of the object
2448 * so having the framebuffer wrap around across the edge of the
2449 * fenced region doesn't really work. We have no API to configure
2450 * the fence start offset within the object (nor could we probably
2451 * on gen2/3). So it's just easier if we just require that the
2452 * fb layout agrees with the fence layout. We already check that the
2453 * fb stride matches the fence stride elsewhere.
2454 */
2455 if (i915_gem_object_is_tiled(intel_fb->obj) &&
2456 (x + width) * cpp > fb->pitches[i]) {
144cc143
VS
2457 DRM_DEBUG_KMS("bad fb plane %d offset: 0x%x\n",
2458 i, fb->offsets[i]);
60d5f2a4
VS
2459 return -EINVAL;
2460 }
2461
6687c906
VS
2462 /*
2463 * First pixel of the framebuffer from
2464 * the start of the normal gtt mapping.
2465 */
2466 intel_fb->normal[i].x = x;
2467 intel_fb->normal[i].y = y;
2468
2469 offset = _intel_compute_tile_offset(dev_priv, &x, &y,
3ca46c0a 2470 fb, i, fb->pitches[i],
cc926387 2471 DRM_ROTATE_0, tile_size);
6687c906
VS
2472 offset /= tile_size;
2473
bae781b2 2474 if (fb->modifier != DRM_FORMAT_MOD_NONE) {
6687c906
VS
2475 unsigned int tile_width, tile_height;
2476 unsigned int pitch_tiles;
2477 struct drm_rect r;
2478
d88c4afd 2479 intel_tile_dims(fb, i, &tile_width, &tile_height);
6687c906
VS
2480
2481 rot_info->plane[i].offset = offset;
2482 rot_info->plane[i].stride = DIV_ROUND_UP(fb->pitches[i], tile_width * cpp);
2483 rot_info->plane[i].width = DIV_ROUND_UP(x + width, tile_width);
2484 rot_info->plane[i].height = DIV_ROUND_UP(y + height, tile_height);
2485
2486 intel_fb->rotated[i].pitch =
2487 rot_info->plane[i].height * tile_height;
2488
2489 /* how many tiles does this plane need */
2490 size = rot_info->plane[i].stride * rot_info->plane[i].height;
2491 /*
2492 * If the plane isn't horizontally tile aligned,
2493 * we need one more tile.
2494 */
2495 if (x != 0)
2496 size++;
2497
2498 /* rotate the x/y offsets to match the GTT view */
2499 r.x1 = x;
2500 r.y1 = y;
2501 r.x2 = x + width;
2502 r.y2 = y + height;
2503 drm_rect_rotate(&r,
2504 rot_info->plane[i].width * tile_width,
2505 rot_info->plane[i].height * tile_height,
cc926387 2506 DRM_ROTATE_270);
6687c906
VS
2507 x = r.x1;
2508 y = r.y1;
2509
2510 /* rotate the tile dimensions to match the GTT view */
2511 pitch_tiles = intel_fb->rotated[i].pitch / tile_height;
2512 swap(tile_width, tile_height);
2513
2514 /*
2515 * We only keep the x/y offsets, so push all of the
2516 * gtt offset into the x/y offsets.
2517 */
46a1bd28
ACO
2518 _intel_adjust_tile_offset(&x, &y,
2519 tile_width, tile_height,
2520 tile_size, pitch_tiles,
66a2d927 2521 gtt_offset_rotated * tile_size, 0);
6687c906
VS
2522
2523 gtt_offset_rotated += rot_info->plane[i].width * rot_info->plane[i].height;
2524
2525 /*
2526 * First pixel of the framebuffer from
2527 * the start of the rotated gtt mapping.
2528 */
2529 intel_fb->rotated[i].x = x;
2530 intel_fb->rotated[i].y = y;
2531 } else {
2532 size = DIV_ROUND_UP((y + height) * fb->pitches[i] +
2533 x * cpp, tile_size);
2534 }
2535
2536 /* how many tiles in total needed in the bo */
2537 max_size = max(max_size, offset + size);
2538 }
2539
144cc143
VS
2540 if (max_size * tile_size > intel_fb->obj->base.size) {
2541 DRM_DEBUG_KMS("fb too big for bo (need %u bytes, have %zu bytes)\n",
2542 max_size * tile_size, intel_fb->obj->base.size);
6687c906
VS
2543 return -EINVAL;
2544 }
2545
2546 return 0;
2547}
2548
b35d63fa 2549static int i9xx_format_to_fourcc(int format)
46f297fb
JB
2550{
2551 switch (format) {
2552 case DISPPLANE_8BPP:
2553 return DRM_FORMAT_C8;
2554 case DISPPLANE_BGRX555:
2555 return DRM_FORMAT_XRGB1555;
2556 case DISPPLANE_BGRX565:
2557 return DRM_FORMAT_RGB565;
2558 default:
2559 case DISPPLANE_BGRX888:
2560 return DRM_FORMAT_XRGB8888;
2561 case DISPPLANE_RGBX888:
2562 return DRM_FORMAT_XBGR8888;
2563 case DISPPLANE_BGRX101010:
2564 return DRM_FORMAT_XRGB2101010;
2565 case DISPPLANE_RGBX101010:
2566 return DRM_FORMAT_XBGR2101010;
2567 }
2568}
2569
bc8d7dff
DL
2570static int skl_format_to_fourcc(int format, bool rgb_order, bool alpha)
2571{
2572 switch (format) {
2573 case PLANE_CTL_FORMAT_RGB_565:
2574 return DRM_FORMAT_RGB565;
2575 default:
2576 case PLANE_CTL_FORMAT_XRGB_8888:
2577 if (rgb_order) {
2578 if (alpha)
2579 return DRM_FORMAT_ABGR8888;
2580 else
2581 return DRM_FORMAT_XBGR8888;
2582 } else {
2583 if (alpha)
2584 return DRM_FORMAT_ARGB8888;
2585 else
2586 return DRM_FORMAT_XRGB8888;
2587 }
2588 case PLANE_CTL_FORMAT_XRGB_2101010:
2589 if (rgb_order)
2590 return DRM_FORMAT_XBGR2101010;
2591 else
2592 return DRM_FORMAT_XRGB2101010;
2593 }
2594}
2595
5724dbd1 2596static bool
f6936e29
DV
2597intel_alloc_initial_plane_obj(struct intel_crtc *crtc,
2598 struct intel_initial_plane_config *plane_config)
46f297fb
JB
2599{
2600 struct drm_device *dev = crtc->base.dev;
3badb49f 2601 struct drm_i915_private *dev_priv = to_i915(dev);
72e96d64 2602 struct i915_ggtt *ggtt = &dev_priv->ggtt;
46f297fb
JB
2603 struct drm_i915_gem_object *obj = NULL;
2604 struct drm_mode_fb_cmd2 mode_cmd = { 0 };
2d14030b 2605 struct drm_framebuffer *fb = &plane_config->fb->base;
f37b5c2b
DV
2606 u32 base_aligned = round_down(plane_config->base, PAGE_SIZE);
2607 u32 size_aligned = round_up(plane_config->base + plane_config->size,
2608 PAGE_SIZE);
2609
2610 size_aligned -= base_aligned;
46f297fb 2611
ff2652ea
CW
2612 if (plane_config->size == 0)
2613 return false;
2614
3badb49f
PZ
2615 /* If the FB is too big, just don't use it since fbdev is not very
2616 * important and we should probably use that space with FBC or other
2617 * features. */
72e96d64 2618 if (size_aligned * 2 > ggtt->stolen_usable_size)
3badb49f
PZ
2619 return false;
2620
12c83d99 2621 mutex_lock(&dev->struct_mutex);
187685cb 2622 obj = i915_gem_object_create_stolen_for_preallocated(dev_priv,
f37b5c2b
DV
2623 base_aligned,
2624 base_aligned,
2625 size_aligned);
24dbf51a
CW
2626 mutex_unlock(&dev->struct_mutex);
2627 if (!obj)
484b41dd 2628 return false;
46f297fb 2629
3e510a8e
CW
2630 if (plane_config->tiling == I915_TILING_X)
2631 obj->tiling_and_stride = fb->pitches[0] | I915_TILING_X;
46f297fb 2632
438b74a5 2633 mode_cmd.pixel_format = fb->format->format;
6bf129df
DL
2634 mode_cmd.width = fb->width;
2635 mode_cmd.height = fb->height;
2636 mode_cmd.pitches[0] = fb->pitches[0];
bae781b2 2637 mode_cmd.modifier[0] = fb->modifier;
18c5247e 2638 mode_cmd.flags = DRM_MODE_FB_MODIFIERS;
46f297fb 2639
24dbf51a 2640 if (intel_framebuffer_init(to_intel_framebuffer(fb), obj, &mode_cmd)) {
46f297fb
JB
2641 DRM_DEBUG_KMS("intel fb init failed\n");
2642 goto out_unref_obj;
2643 }
12c83d99 2644
484b41dd 2645
f6936e29 2646 DRM_DEBUG_KMS("initial plane fb obj %p\n", obj);
484b41dd 2647 return true;
46f297fb
JB
2648
2649out_unref_obj:
f8c417cd 2650 i915_gem_object_put(obj);
484b41dd
JB
2651 return false;
2652}
2653
5a21b665
DV
2654/* Update plane->state->fb to match plane->fb after driver-internal updates */
2655static void
2656update_state_fb(struct drm_plane *plane)
2657{
2658 if (plane->fb == plane->state->fb)
2659 return;
2660
2661 if (plane->state->fb)
2662 drm_framebuffer_unreference(plane->state->fb);
2663 plane->state->fb = plane->fb;
2664 if (plane->state->fb)
2665 drm_framebuffer_reference(plane->state->fb);
2666}
2667
e9728bd8
VS
2668static void
2669intel_set_plane_visible(struct intel_crtc_state *crtc_state,
2670 struct intel_plane_state *plane_state,
2671 bool visible)
2672{
2673 struct intel_plane *plane = to_intel_plane(plane_state->base.plane);
2674
2675 plane_state->base.visible = visible;
2676
2677 /* FIXME pre-g4x don't work like this */
2678 if (visible) {
2679 crtc_state->base.plane_mask |= BIT(drm_plane_index(&plane->base));
2680 crtc_state->active_planes |= BIT(plane->id);
2681 } else {
2682 crtc_state->base.plane_mask &= ~BIT(drm_plane_index(&plane->base));
2683 crtc_state->active_planes &= ~BIT(plane->id);
2684 }
2685
2686 DRM_DEBUG_KMS("%s active planes 0x%x\n",
2687 crtc_state->base.crtc->name,
2688 crtc_state->active_planes);
2689}
2690
5724dbd1 2691static void
f6936e29
DV
2692intel_find_initial_plane_obj(struct intel_crtc *intel_crtc,
2693 struct intel_initial_plane_config *plane_config)
484b41dd
JB
2694{
2695 struct drm_device *dev = intel_crtc->base.dev;
fac5e23e 2696 struct drm_i915_private *dev_priv = to_i915(dev);
484b41dd 2697 struct drm_crtc *c;
2ff8fde1 2698 struct drm_i915_gem_object *obj;
88595ac9 2699 struct drm_plane *primary = intel_crtc->base.primary;
be5651f2 2700 struct drm_plane_state *plane_state = primary->state;
200757f5
MR
2701 struct drm_crtc_state *crtc_state = intel_crtc->base.state;
2702 struct intel_plane *intel_plane = to_intel_plane(primary);
0a8d8a86
MR
2703 struct intel_plane_state *intel_state =
2704 to_intel_plane_state(plane_state);
88595ac9 2705 struct drm_framebuffer *fb;
484b41dd 2706
2d14030b 2707 if (!plane_config->fb)
484b41dd
JB
2708 return;
2709
f6936e29 2710 if (intel_alloc_initial_plane_obj(intel_crtc, plane_config)) {
88595ac9
DV
2711 fb = &plane_config->fb->base;
2712 goto valid_fb;
f55548b5 2713 }
484b41dd 2714
2d14030b 2715 kfree(plane_config->fb);
484b41dd
JB
2716
2717 /*
2718 * Failed to alloc the obj, check to see if we should share
2719 * an fb with another CRTC instead
2720 */
70e1e0ec 2721 for_each_crtc(dev, c) {
be1e3415 2722 struct intel_plane_state *state;
484b41dd
JB
2723
2724 if (c == &intel_crtc->base)
2725 continue;
2726
be1e3415 2727 if (!to_intel_crtc(c)->active)
2ff8fde1
MR
2728 continue;
2729
be1e3415
CW
2730 state = to_intel_plane_state(c->primary->state);
2731 if (!state->vma)
484b41dd
JB
2732 continue;
2733
be1e3415
CW
2734 if (intel_plane_ggtt_offset(state) == plane_config->base) {
2735 fb = c->primary->fb;
88595ac9
DV
2736 drm_framebuffer_reference(fb);
2737 goto valid_fb;
484b41dd
JB
2738 }
2739 }
88595ac9 2740
200757f5
MR
2741 /*
2742 * We've failed to reconstruct the BIOS FB. Current display state
2743 * indicates that the primary plane is visible, but has a NULL FB,
2744 * which will lead to problems later if we don't fix it up. The
2745 * simplest solution is to just disable the primary plane now and
2746 * pretend the BIOS never had it enabled.
2747 */
e9728bd8
VS
2748 intel_set_plane_visible(to_intel_crtc_state(crtc_state),
2749 to_intel_plane_state(plane_state),
2750 false);
2622a081 2751 intel_pre_disable_primary_noatomic(&intel_crtc->base);
72259536 2752 trace_intel_disable_plane(primary, intel_crtc);
200757f5
MR
2753 intel_plane->disable_plane(primary, &intel_crtc->base);
2754
88595ac9
DV
2755 return;
2756
2757valid_fb:
be1e3415
CW
2758 mutex_lock(&dev->struct_mutex);
2759 intel_state->vma =
2760 intel_pin_and_fence_fb_obj(fb, primary->state->rotation);
2761 mutex_unlock(&dev->struct_mutex);
2762 if (IS_ERR(intel_state->vma)) {
2763 DRM_ERROR("failed to pin boot fb on pipe %d: %li\n",
2764 intel_crtc->pipe, PTR_ERR(intel_state->vma));
2765
2766 intel_state->vma = NULL;
2767 drm_framebuffer_unreference(fb);
2768 return;
2769 }
2770
f44e2659
VS
2771 plane_state->src_x = 0;
2772 plane_state->src_y = 0;
be5651f2
ML
2773 plane_state->src_w = fb->width << 16;
2774 plane_state->src_h = fb->height << 16;
2775
f44e2659
VS
2776 plane_state->crtc_x = 0;
2777 plane_state->crtc_y = 0;
be5651f2
ML
2778 plane_state->crtc_w = fb->width;
2779 plane_state->crtc_h = fb->height;
2780
1638d30c
RC
2781 intel_state->base.src = drm_plane_state_src(plane_state);
2782 intel_state->base.dst = drm_plane_state_dest(plane_state);
0a8d8a86 2783
88595ac9 2784 obj = intel_fb_obj(fb);
3e510a8e 2785 if (i915_gem_object_is_tiled(obj))
88595ac9
DV
2786 dev_priv->preserve_bios_swizzle = true;
2787
be5651f2
ML
2788 drm_framebuffer_reference(fb);
2789 primary->fb = primary->state->fb = fb;
36750f28 2790 primary->crtc = primary->state->crtc = &intel_crtc->base;
e9728bd8
VS
2791
2792 intel_set_plane_visible(to_intel_crtc_state(crtc_state),
2793 to_intel_plane_state(plane_state),
2794 true);
2795
faf5bf0a
CW
2796 atomic_or(to_intel_plane(primary)->frontbuffer_bit,
2797 &obj->frontbuffer_bits);
46f297fb
JB
2798}
2799
b63a16f6
VS
2800static int skl_max_plane_width(const struct drm_framebuffer *fb, int plane,
2801 unsigned int rotation)
2802{
353c8598 2803 int cpp = fb->format->cpp[plane];
b63a16f6 2804
bae781b2 2805 switch (fb->modifier) {
b63a16f6
VS
2806 case DRM_FORMAT_MOD_NONE:
2807 case I915_FORMAT_MOD_X_TILED:
2808 switch (cpp) {
2809 case 8:
2810 return 4096;
2811 case 4:
2812 case 2:
2813 case 1:
2814 return 8192;
2815 default:
2816 MISSING_CASE(cpp);
2817 break;
2818 }
2819 break;
2820 case I915_FORMAT_MOD_Y_TILED:
2821 case I915_FORMAT_MOD_Yf_TILED:
2822 switch (cpp) {
2823 case 8:
2824 return 2048;
2825 case 4:
2826 return 4096;
2827 case 2:
2828 case 1:
2829 return 8192;
2830 default:
2831 MISSING_CASE(cpp);
2832 break;
2833 }
2834 break;
2835 default:
bae781b2 2836 MISSING_CASE(fb->modifier);
b63a16f6
VS
2837 }
2838
2839 return 2048;
2840}
2841
2842static int skl_check_main_surface(struct intel_plane_state *plane_state)
2843{
b63a16f6
VS
2844 const struct drm_framebuffer *fb = plane_state->base.fb;
2845 unsigned int rotation = plane_state->base.rotation;
cc926387
DV
2846 int x = plane_state->base.src.x1 >> 16;
2847 int y = plane_state->base.src.y1 >> 16;
2848 int w = drm_rect_width(&plane_state->base.src) >> 16;
2849 int h = drm_rect_height(&plane_state->base.src) >> 16;
b63a16f6
VS
2850 int max_width = skl_max_plane_width(fb, 0, rotation);
2851 int max_height = 4096;
8d970654 2852 u32 alignment, offset, aux_offset = plane_state->aux.offset;
b63a16f6
VS
2853
2854 if (w > max_width || h > max_height) {
2855 DRM_DEBUG_KMS("requested Y/RGB source size %dx%d too big (limit %dx%d)\n",
2856 w, h, max_width, max_height);
2857 return -EINVAL;
2858 }
2859
2860 intel_add_fb_offsets(&x, &y, plane_state, 0);
2861 offset = intel_compute_tile_offset(&x, &y, plane_state, 0);
d88c4afd 2862 alignment = intel_surf_alignment(fb, 0);
b63a16f6 2863
8d970654
VS
2864 /*
2865 * AUX surface offset is specified as the distance from the
2866 * main surface offset, and it must be non-negative. Make
2867 * sure that is what we will get.
2868 */
2869 if (offset > aux_offset)
2870 offset = intel_adjust_tile_offset(&x, &y, plane_state, 0,
2871 offset, aux_offset & ~(alignment - 1));
2872
b63a16f6
VS
2873 /*
2874 * When using an X-tiled surface, the plane blows up
2875 * if the x offset + width exceed the stride.
2876 *
2877 * TODO: linear and Y-tiled seem fine, Yf untested,
2878 */
bae781b2 2879 if (fb->modifier == I915_FORMAT_MOD_X_TILED) {
353c8598 2880 int cpp = fb->format->cpp[0];
b63a16f6
VS
2881
2882 while ((x + w) * cpp > fb->pitches[0]) {
2883 if (offset == 0) {
2884 DRM_DEBUG_KMS("Unable to find suitable display surface offset\n");
2885 return -EINVAL;
2886 }
2887
2888 offset = intel_adjust_tile_offset(&x, &y, plane_state, 0,
2889 offset, offset - alignment);
2890 }
2891 }
2892
2893 plane_state->main.offset = offset;
2894 plane_state->main.x = x;
2895 plane_state->main.y = y;
2896
2897 return 0;
2898}
2899
8d970654
VS
2900static int skl_check_nv12_aux_surface(struct intel_plane_state *plane_state)
2901{
2902 const struct drm_framebuffer *fb = plane_state->base.fb;
2903 unsigned int rotation = plane_state->base.rotation;
2904 int max_width = skl_max_plane_width(fb, 1, rotation);
2905 int max_height = 4096;
cc926387
DV
2906 int x = plane_state->base.src.x1 >> 17;
2907 int y = plane_state->base.src.y1 >> 17;
2908 int w = drm_rect_width(&plane_state->base.src) >> 17;
2909 int h = drm_rect_height(&plane_state->base.src) >> 17;
8d970654
VS
2910 u32 offset;
2911
2912 intel_add_fb_offsets(&x, &y, plane_state, 1);
2913 offset = intel_compute_tile_offset(&x, &y, plane_state, 1);
2914
2915 /* FIXME not quite sure how/if these apply to the chroma plane */
2916 if (w > max_width || h > max_height) {
2917 DRM_DEBUG_KMS("CbCr source size %dx%d too big (limit %dx%d)\n",
2918 w, h, max_width, max_height);
2919 return -EINVAL;
2920 }
2921
2922 plane_state->aux.offset = offset;
2923 plane_state->aux.x = x;
2924 plane_state->aux.y = y;
2925
2926 return 0;
2927}
2928
b63a16f6
VS
2929int skl_check_plane_surface(struct intel_plane_state *plane_state)
2930{
2931 const struct drm_framebuffer *fb = plane_state->base.fb;
2932 unsigned int rotation = plane_state->base.rotation;
2933 int ret;
2934
a5e4c7d0
VS
2935 if (!plane_state->base.visible)
2936 return 0;
2937
b63a16f6 2938 /* Rotate src coordinates to match rotated GTT view */
bd2ef25d 2939 if (drm_rotation_90_or_270(rotation))
cc926387 2940 drm_rect_rotate(&plane_state->base.src,
da064b47
VS
2941 fb->width << 16, fb->height << 16,
2942 DRM_ROTATE_270);
b63a16f6 2943
8d970654
VS
2944 /*
2945 * Handle the AUX surface first since
2946 * the main surface setup depends on it.
2947 */
438b74a5 2948 if (fb->format->format == DRM_FORMAT_NV12) {
8d970654
VS
2949 ret = skl_check_nv12_aux_surface(plane_state);
2950 if (ret)
2951 return ret;
2952 } else {
2953 plane_state->aux.offset = ~0xfff;
2954 plane_state->aux.x = 0;
2955 plane_state->aux.y = 0;
2956 }
2957
b63a16f6
VS
2958 ret = skl_check_main_surface(plane_state);
2959 if (ret)
2960 return ret;
2961
2962 return 0;
2963}
2964
7145f60a
VS
2965static u32 i9xx_plane_ctl(const struct intel_crtc_state *crtc_state,
2966 const struct intel_plane_state *plane_state)
81255565 2967{
7145f60a
VS
2968 struct drm_i915_private *dev_priv =
2969 to_i915(plane_state->base.plane->dev);
2970 struct intel_crtc *crtc = to_intel_crtc(crtc_state->base.crtc);
2971 const struct drm_framebuffer *fb = plane_state->base.fb;
8d0deca8 2972 unsigned int rotation = plane_state->base.rotation;
7145f60a 2973 u32 dspcntr;
c9ba6fad 2974
7145f60a 2975 dspcntr = DISPLAY_PLANE_ENABLE | DISPPLANE_GAMMA_ENABLE;
f45651ba 2976
6a4407a6
VS
2977 if (IS_G4X(dev_priv) || IS_GEN5(dev_priv) ||
2978 IS_GEN6(dev_priv) || IS_IVYBRIDGE(dev_priv))
7145f60a 2979 dspcntr |= DISPPLANE_TRICKLE_FEED_DISABLE;
f45651ba 2980
6a4407a6
VS
2981 if (IS_HASWELL(dev_priv) || IS_BROADWELL(dev_priv))
2982 dspcntr |= DISPPLANE_PIPE_CSC_ENABLE;
2983
6315b5d3 2984 if (INTEL_GEN(dev_priv) < 4) {
7145f60a 2985 if (crtc->pipe == PIPE_B)
f45651ba 2986 dspcntr |= DISPPLANE_SEL_PIPE_B;
f45651ba 2987 }
81255565 2988
438b74a5 2989 switch (fb->format->format) {
57779d06 2990 case DRM_FORMAT_C8:
81255565
JB
2991 dspcntr |= DISPPLANE_8BPP;
2992 break;
57779d06 2993 case DRM_FORMAT_XRGB1555:
57779d06 2994 dspcntr |= DISPPLANE_BGRX555;
81255565 2995 break;
57779d06
VS
2996 case DRM_FORMAT_RGB565:
2997 dspcntr |= DISPPLANE_BGRX565;
2998 break;
2999 case DRM_FORMAT_XRGB8888:
57779d06
VS
3000 dspcntr |= DISPPLANE_BGRX888;
3001 break;
3002 case DRM_FORMAT_XBGR8888:
57779d06
VS
3003 dspcntr |= DISPPLANE_RGBX888;
3004 break;
3005 case DRM_FORMAT_XRGB2101010:
57779d06
VS
3006 dspcntr |= DISPPLANE_BGRX101010;
3007 break;
3008 case DRM_FORMAT_XBGR2101010:
57779d06 3009 dspcntr |= DISPPLANE_RGBX101010;
81255565
JB
3010 break;
3011 default:
7145f60a
VS
3012 MISSING_CASE(fb->format->format);
3013 return 0;
81255565 3014 }
57779d06 3015
72618ebf 3016 if (INTEL_GEN(dev_priv) >= 4 &&
bae781b2 3017 fb->modifier == I915_FORMAT_MOD_X_TILED)
f45651ba 3018 dspcntr |= DISPPLANE_TILED;
81255565 3019
df0cd455
VS
3020 if (rotation & DRM_ROTATE_180)
3021 dspcntr |= DISPPLANE_ROTATE_180;
3022
4ea7be2b
VS
3023 if (rotation & DRM_REFLECT_X)
3024 dspcntr |= DISPPLANE_MIRROR;
3025
7145f60a
VS
3026 return dspcntr;
3027}
3028
5b7fcc44
VS
3029static int i9xx_check_plane_surface(struct intel_plane_state *plane_state)
3030{
3031 struct drm_i915_private *dev_priv =
3032 to_i915(plane_state->base.plane->dev);
3033 int src_x = plane_state->base.src.x1 >> 16;
3034 int src_y = plane_state->base.src.y1 >> 16;
3035 u32 offset;
3036
3037 intel_add_fb_offsets(&src_x, &src_y, plane_state, 0);
3038
3039 if (INTEL_GEN(dev_priv) >= 4)
3040 offset = intel_compute_tile_offset(&src_x, &src_y,
3041 plane_state, 0);
3042 else
3043 offset = 0;
3044
3045 /* HSW/BDW do this automagically in hardware */
3046 if (!IS_HASWELL(dev_priv) && !IS_BROADWELL(dev_priv)) {
3047 unsigned int rotation = plane_state->base.rotation;
3048 int src_w = drm_rect_width(&plane_state->base.src) >> 16;
3049 int src_h = drm_rect_height(&plane_state->base.src) >> 16;
3050
3051 if (rotation & DRM_ROTATE_180) {
3052 src_x += src_w - 1;
3053 src_y += src_h - 1;
3054 } else if (rotation & DRM_REFLECT_X) {
3055 src_x += src_w - 1;
3056 }
3057 }
3058
3059 plane_state->main.offset = offset;
3060 plane_state->main.x = src_x;
3061 plane_state->main.y = src_y;
3062
3063 return 0;
3064}
3065
7145f60a
VS
3066static void i9xx_update_primary_plane(struct drm_plane *primary,
3067 const struct intel_crtc_state *crtc_state,
3068 const struct intel_plane_state *plane_state)
3069{
3070 struct drm_i915_private *dev_priv = to_i915(primary->dev);
3071 struct intel_crtc *intel_crtc = to_intel_crtc(crtc_state->base.crtc);
3072 struct drm_framebuffer *fb = plane_state->base.fb;
3073 int plane = intel_crtc->plane;
3074 u32 linear_offset;
a0864d59 3075 u32 dspcntr = plane_state->ctl;
7145f60a 3076 i915_reg_t reg = DSPCNTR(plane);
5b7fcc44
VS
3077 int x = plane_state->main.x;
3078 int y = plane_state->main.y;
7145f60a
VS
3079 unsigned long irqflags;
3080
2949056c 3081 linear_offset = intel_fb_xy_to_linear(x, y, plane_state, 0);
6687c906 3082
5b7fcc44
VS
3083 if (INTEL_GEN(dev_priv) >= 4)
3084 intel_crtc->dspaddr_offset = plane_state->main.offset;
3085 else
6687c906
VS
3086 intel_crtc->dspaddr_offset = linear_offset;
3087
2db3366b
PZ
3088 intel_crtc->adjusted_x = x;
3089 intel_crtc->adjusted_y = y;
3090
dd584fc0
VS
3091 spin_lock_irqsave(&dev_priv->uncore.lock, irqflags);
3092
78587de2
VS
3093 if (INTEL_GEN(dev_priv) < 4) {
3094 /* pipesrc and dspsize control the size that is scaled from,
3095 * which should always be the user's requested size.
3096 */
dd584fc0
VS
3097 I915_WRITE_FW(DSPSIZE(plane),
3098 ((crtc_state->pipe_src_h - 1) << 16) |
3099 (crtc_state->pipe_src_w - 1));
3100 I915_WRITE_FW(DSPPOS(plane), 0);
78587de2 3101 } else if (IS_CHERRYVIEW(dev_priv) && plane == PLANE_B) {
dd584fc0
VS
3102 I915_WRITE_FW(PRIMSIZE(plane),
3103 ((crtc_state->pipe_src_h - 1) << 16) |
3104 (crtc_state->pipe_src_w - 1));
3105 I915_WRITE_FW(PRIMPOS(plane), 0);
3106 I915_WRITE_FW(PRIMCNSTALPHA(plane), 0);
78587de2
VS
3107 }
3108
dd584fc0 3109 I915_WRITE_FW(reg, dspcntr);
48404c1e 3110
dd584fc0 3111 I915_WRITE_FW(DSPSTRIDE(plane), fb->pitches[0]);
3ba35e53
VS
3112 if (IS_HASWELL(dev_priv) || IS_BROADWELL(dev_priv)) {
3113 I915_WRITE_FW(DSPSURF(plane),
3114 intel_plane_ggtt_offset(plane_state) +
3115 intel_crtc->dspaddr_offset);
3116 I915_WRITE_FW(DSPOFFSET(plane), (y << 16) | x);
3117 } else if (INTEL_GEN(dev_priv) >= 4) {
dd584fc0
VS
3118 I915_WRITE_FW(DSPSURF(plane),
3119 intel_plane_ggtt_offset(plane_state) +
3120 intel_crtc->dspaddr_offset);
3121 I915_WRITE_FW(DSPTILEOFF(plane), (y << 16) | x);
3122 I915_WRITE_FW(DSPLINOFF(plane), linear_offset);
bfb81049 3123 } else {
dd584fc0
VS
3124 I915_WRITE_FW(DSPADDR(plane),
3125 intel_plane_ggtt_offset(plane_state) +
3126 intel_crtc->dspaddr_offset);
bfb81049 3127 }
dd584fc0
VS
3128 POSTING_READ_FW(reg);
3129
3130 spin_unlock_irqrestore(&dev_priv->uncore.lock, irqflags);
17638cd6
JB
3131}
3132
a8d201af
ML
3133static void i9xx_disable_primary_plane(struct drm_plane *primary,
3134 struct drm_crtc *crtc)
17638cd6
JB
3135{
3136 struct drm_device *dev = crtc->dev;
fac5e23e 3137 struct drm_i915_private *dev_priv = to_i915(dev);
17638cd6 3138 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
17638cd6 3139 int plane = intel_crtc->plane;
dd584fc0
VS
3140 unsigned long irqflags;
3141
3142 spin_lock_irqsave(&dev_priv->uncore.lock, irqflags);
f45651ba 3143
dd584fc0 3144 I915_WRITE_FW(DSPCNTR(plane), 0);
a8d201af 3145 if (INTEL_INFO(dev_priv)->gen >= 4)
dd584fc0 3146 I915_WRITE_FW(DSPSURF(plane), 0);
a8d201af 3147 else
dd584fc0
VS
3148 I915_WRITE_FW(DSPADDR(plane), 0);
3149 POSTING_READ_FW(DSPCNTR(plane));
3150
3151 spin_unlock_irqrestore(&dev_priv->uncore.lock, irqflags);
a8d201af 3152}
c9ba6fad 3153
d88c4afd
VS
3154static u32
3155intel_fb_stride_alignment(const struct drm_framebuffer *fb, int plane)
b321803d 3156{
d88c4afd 3157 if (fb->modifier == DRM_FORMAT_MOD_NONE)
b321803d 3158 return 64;
d88c4afd
VS
3159 else
3160 return intel_tile_width_bytes(fb, plane);
b321803d
DL
3161}
3162
e435d6e5
ML
3163static void skl_detach_scaler(struct intel_crtc *intel_crtc, int id)
3164{
3165 struct drm_device *dev = intel_crtc->base.dev;
fac5e23e 3166 struct drm_i915_private *dev_priv = to_i915(dev);
e435d6e5
ML
3167
3168 I915_WRITE(SKL_PS_CTRL(intel_crtc->pipe, id), 0);
3169 I915_WRITE(SKL_PS_WIN_POS(intel_crtc->pipe, id), 0);
3170 I915_WRITE(SKL_PS_WIN_SZ(intel_crtc->pipe, id), 0);
e435d6e5
ML
3171}
3172
a1b2278e
CK
3173/*
3174 * This function detaches (aka. unbinds) unused scalers in hardware
3175 */
0583236e 3176static void skl_detach_scalers(struct intel_crtc *intel_crtc)
a1b2278e 3177{
a1b2278e
CK
3178 struct intel_crtc_scaler_state *scaler_state;
3179 int i;
3180
a1b2278e
CK
3181 scaler_state = &intel_crtc->config->scaler_state;
3182
3183 /* loop through and disable scalers that aren't in use */
3184 for (i = 0; i < intel_crtc->num_scalers; i++) {
e435d6e5
ML
3185 if (!scaler_state->scalers[i].in_use)
3186 skl_detach_scaler(intel_crtc, i);
a1b2278e
CK
3187 }
3188}
3189
d2196774
VS
3190u32 skl_plane_stride(const struct drm_framebuffer *fb, int plane,
3191 unsigned int rotation)
3192{
1b500535
VS
3193 u32 stride;
3194
3195 if (plane >= fb->format->num_planes)
3196 return 0;
3197
3198 stride = intel_fb_pitch(fb, plane, rotation);
d2196774
VS
3199
3200 /*
3201 * The stride is either expressed as a multiple of 64 bytes chunks for
3202 * linear buffers or in number of tiles for tiled buffers.
3203 */
d88c4afd
VS
3204 if (drm_rotation_90_or_270(rotation))
3205 stride /= intel_tile_height(fb, plane);
3206 else
3207 stride /= intel_fb_stride_alignment(fb, plane);
d2196774
VS
3208
3209 return stride;
3210}
3211
2e881264 3212static u32 skl_plane_ctl_format(uint32_t pixel_format)
70d21f0e 3213{
6156a456 3214 switch (pixel_format) {
d161cf7a 3215 case DRM_FORMAT_C8:
c34ce3d1 3216 return PLANE_CTL_FORMAT_INDEXED;
70d21f0e 3217 case DRM_FORMAT_RGB565:
c34ce3d1 3218 return PLANE_CTL_FORMAT_RGB_565;
70d21f0e 3219 case DRM_FORMAT_XBGR8888:
c34ce3d1 3220 return PLANE_CTL_FORMAT_XRGB_8888 | PLANE_CTL_ORDER_RGBX;
6156a456 3221 case DRM_FORMAT_XRGB8888:
c34ce3d1 3222 return PLANE_CTL_FORMAT_XRGB_8888;
6156a456
CK
3223 /*
3224 * XXX: For ARBG/ABGR formats we default to expecting scanout buffers
3225 * to be already pre-multiplied. We need to add a knob (or a different
3226 * DRM_FORMAT) for user-space to configure that.
3227 */
f75fb42a 3228 case DRM_FORMAT_ABGR8888:
c34ce3d1 3229 return PLANE_CTL_FORMAT_XRGB_8888 | PLANE_CTL_ORDER_RGBX |
6156a456 3230 PLANE_CTL_ALPHA_SW_PREMULTIPLY;
6156a456 3231 case DRM_FORMAT_ARGB8888:
c34ce3d1 3232 return PLANE_CTL_FORMAT_XRGB_8888 |
6156a456 3233 PLANE_CTL_ALPHA_SW_PREMULTIPLY;
70d21f0e 3234 case DRM_FORMAT_XRGB2101010:
c34ce3d1 3235 return PLANE_CTL_FORMAT_XRGB_2101010;
70d21f0e 3236 case DRM_FORMAT_XBGR2101010:
c34ce3d1 3237 return PLANE_CTL_ORDER_RGBX | PLANE_CTL_FORMAT_XRGB_2101010;
6156a456 3238 case DRM_FORMAT_YUYV:
c34ce3d1 3239 return PLANE_CTL_FORMAT_YUV422 | PLANE_CTL_YUV422_YUYV;
6156a456 3240 case DRM_FORMAT_YVYU:
c34ce3d1 3241 return PLANE_CTL_FORMAT_YUV422 | PLANE_CTL_YUV422_YVYU;
6156a456 3242 case DRM_FORMAT_UYVY:
c34ce3d1 3243 return PLANE_CTL_FORMAT_YUV422 | PLANE_CTL_YUV422_UYVY;
6156a456 3244 case DRM_FORMAT_VYUY:
c34ce3d1 3245 return PLANE_CTL_FORMAT_YUV422 | PLANE_CTL_YUV422_VYUY;
70d21f0e 3246 default:
4249eeef 3247 MISSING_CASE(pixel_format);
70d21f0e 3248 }
8cfcba41 3249
c34ce3d1 3250 return 0;
6156a456 3251}
70d21f0e 3252
2e881264 3253static u32 skl_plane_ctl_tiling(uint64_t fb_modifier)
6156a456 3254{
6156a456 3255 switch (fb_modifier) {
30af77c4 3256 case DRM_FORMAT_MOD_NONE:
70d21f0e 3257 break;
30af77c4 3258 case I915_FORMAT_MOD_X_TILED:
c34ce3d1 3259 return PLANE_CTL_TILED_X;
b321803d 3260 case I915_FORMAT_MOD_Y_TILED:
c34ce3d1 3261 return PLANE_CTL_TILED_Y;
b321803d 3262 case I915_FORMAT_MOD_Yf_TILED:
c34ce3d1 3263 return PLANE_CTL_TILED_YF;
70d21f0e 3264 default:
6156a456 3265 MISSING_CASE(fb_modifier);
70d21f0e 3266 }
8cfcba41 3267
c34ce3d1 3268 return 0;
6156a456 3269}
70d21f0e 3270
2e881264 3271static u32 skl_plane_ctl_rotation(unsigned int rotation)
6156a456 3272{
3b7a5119 3273 switch (rotation) {
31ad61e4 3274 case DRM_ROTATE_0:
6156a456 3275 break;
1e8df167
SJ
3276 /*
3277 * DRM_ROTATE_ is counter clockwise to stay compatible with Xrandr
3278 * while i915 HW rotation is clockwise, thats why this swapping.
3279 */
31ad61e4 3280 case DRM_ROTATE_90:
1e8df167 3281 return PLANE_CTL_ROTATE_270;
31ad61e4 3282 case DRM_ROTATE_180:
c34ce3d1 3283 return PLANE_CTL_ROTATE_180;
31ad61e4 3284 case DRM_ROTATE_270:
1e8df167 3285 return PLANE_CTL_ROTATE_90;
6156a456
CK
3286 default:
3287 MISSING_CASE(rotation);
3288 }
3289
c34ce3d1 3290 return 0;
6156a456
CK
3291}
3292
2e881264
VS
3293u32 skl_plane_ctl(const struct intel_crtc_state *crtc_state,
3294 const struct intel_plane_state *plane_state)
46f788ba
VS
3295{
3296 struct drm_i915_private *dev_priv =
3297 to_i915(plane_state->base.plane->dev);
3298 const struct drm_framebuffer *fb = plane_state->base.fb;
3299 unsigned int rotation = plane_state->base.rotation;
2e881264 3300 const struct drm_intel_sprite_colorkey *key = &plane_state->ckey;
46f788ba
VS
3301 u32 plane_ctl;
3302
3303 plane_ctl = PLANE_CTL_ENABLE;
3304
3305 if (!IS_GEMINILAKE(dev_priv)) {
3306 plane_ctl |=
3307 PLANE_CTL_PIPE_GAMMA_ENABLE |
3308 PLANE_CTL_PIPE_CSC_ENABLE |
3309 PLANE_CTL_PLANE_GAMMA_DISABLE;
3310 }
3311
3312 plane_ctl |= skl_plane_ctl_format(fb->format->format);
3313 plane_ctl |= skl_plane_ctl_tiling(fb->modifier);
3314 plane_ctl |= skl_plane_ctl_rotation(rotation);
3315
2e881264
VS
3316 if (key->flags & I915_SET_COLORKEY_DESTINATION)
3317 plane_ctl |= PLANE_CTL_KEY_ENABLE_DESTINATION;
3318 else if (key->flags & I915_SET_COLORKEY_SOURCE)
3319 plane_ctl |= PLANE_CTL_KEY_ENABLE_SOURCE;
3320
46f788ba
VS
3321 return plane_ctl;
3322}
3323
a8d201af
ML
3324static void skylake_update_primary_plane(struct drm_plane *plane,
3325 const struct intel_crtc_state *crtc_state,
3326 const struct intel_plane_state *plane_state)
6156a456 3327{
a8d201af 3328 struct drm_device *dev = plane->dev;
fac5e23e 3329 struct drm_i915_private *dev_priv = to_i915(dev);
a8d201af
ML
3330 struct intel_crtc *intel_crtc = to_intel_crtc(crtc_state->base.crtc);
3331 struct drm_framebuffer *fb = plane_state->base.fb;
8e816bb4
VS
3332 enum plane_id plane_id = to_intel_plane(plane)->id;
3333 enum pipe pipe = to_intel_plane(plane)->pipe;
a0864d59 3334 u32 plane_ctl = plane_state->ctl;
a8d201af 3335 unsigned int rotation = plane_state->base.rotation;
d2196774 3336 u32 stride = skl_plane_stride(fb, 0, rotation);
b63a16f6 3337 u32 surf_addr = plane_state->main.offset;
a8d201af 3338 int scaler_id = plane_state->scaler_id;
b63a16f6
VS
3339 int src_x = plane_state->main.x;
3340 int src_y = plane_state->main.y;
936e71e3
VS
3341 int src_w = drm_rect_width(&plane_state->base.src) >> 16;
3342 int src_h = drm_rect_height(&plane_state->base.src) >> 16;
3343 int dst_x = plane_state->base.dst.x1;
3344 int dst_y = plane_state->base.dst.y1;
3345 int dst_w = drm_rect_width(&plane_state->base.dst);
3346 int dst_h = drm_rect_height(&plane_state->base.dst);
dd584fc0 3347 unsigned long irqflags;
70d21f0e 3348
6687c906
VS
3349 /* Sizes are 0 based */
3350 src_w--;
3351 src_h--;
3352 dst_w--;
3353 dst_h--;
3354
4c0b8a8b
PZ
3355 intel_crtc->dspaddr_offset = surf_addr;
3356
6687c906
VS
3357 intel_crtc->adjusted_x = src_x;
3358 intel_crtc->adjusted_y = src_y;
2db3366b 3359
dd584fc0
VS
3360 spin_lock_irqsave(&dev_priv->uncore.lock, irqflags);
3361
78587de2 3362 if (IS_GEMINILAKE(dev_priv)) {
dd584fc0
VS
3363 I915_WRITE_FW(PLANE_COLOR_CTL(pipe, plane_id),
3364 PLANE_COLOR_PIPE_GAMMA_ENABLE |
3365 PLANE_COLOR_PIPE_CSC_ENABLE |
3366 PLANE_COLOR_PLANE_GAMMA_DISABLE);
78587de2
VS
3367 }
3368
dd584fc0
VS
3369 I915_WRITE_FW(PLANE_CTL(pipe, plane_id), plane_ctl);
3370 I915_WRITE_FW(PLANE_OFFSET(pipe, plane_id), (src_y << 16) | src_x);
3371 I915_WRITE_FW(PLANE_STRIDE(pipe, plane_id), stride);
3372 I915_WRITE_FW(PLANE_SIZE(pipe, plane_id), (src_h << 16) | src_w);
6156a456
CK
3373
3374 if (scaler_id >= 0) {
3375 uint32_t ps_ctrl = 0;
3376
3377 WARN_ON(!dst_w || !dst_h);
8e816bb4 3378 ps_ctrl = PS_SCALER_EN | PS_PLANE_SEL(plane_id) |
6156a456 3379 crtc_state->scaler_state.scalers[scaler_id].mode;
dd584fc0
VS
3380 I915_WRITE_FW(SKL_PS_CTRL(pipe, scaler_id), ps_ctrl);
3381 I915_WRITE_FW(SKL_PS_PWR_GATE(pipe, scaler_id), 0);
3382 I915_WRITE_FW(SKL_PS_WIN_POS(pipe, scaler_id), (dst_x << 16) | dst_y);
3383 I915_WRITE_FW(SKL_PS_WIN_SZ(pipe, scaler_id), (dst_w << 16) | dst_h);
3384 I915_WRITE_FW(PLANE_POS(pipe, plane_id), 0);
6156a456 3385 } else {
dd584fc0 3386 I915_WRITE_FW(PLANE_POS(pipe, plane_id), (dst_y << 16) | dst_x);
6156a456
CK
3387 }
3388
dd584fc0
VS
3389 I915_WRITE_FW(PLANE_SURF(pipe, plane_id),
3390 intel_plane_ggtt_offset(plane_state) + surf_addr);
70d21f0e 3391
dd584fc0
VS
3392 POSTING_READ_FW(PLANE_SURF(pipe, plane_id));
3393
3394 spin_unlock_irqrestore(&dev_priv->uncore.lock, irqflags);
70d21f0e
DL
3395}
3396
a8d201af
ML
3397static void skylake_disable_primary_plane(struct drm_plane *primary,
3398 struct drm_crtc *crtc)
17638cd6
JB
3399{
3400 struct drm_device *dev = crtc->dev;
fac5e23e 3401 struct drm_i915_private *dev_priv = to_i915(dev);
8e816bb4
VS
3402 enum plane_id plane_id = to_intel_plane(primary)->id;
3403 enum pipe pipe = to_intel_plane(primary)->pipe;
dd584fc0
VS
3404 unsigned long irqflags;
3405
3406 spin_lock_irqsave(&dev_priv->uncore.lock, irqflags);
62e0fb88 3407
dd584fc0
VS
3408 I915_WRITE_FW(PLANE_CTL(pipe, plane_id), 0);
3409 I915_WRITE_FW(PLANE_SURF(pipe, plane_id), 0);
3410 POSTING_READ_FW(PLANE_SURF(pipe, plane_id));
3411
3412 spin_unlock_irqrestore(&dev_priv->uncore.lock, irqflags);
a8d201af 3413}
29b9bde6 3414
a8d201af
ML
3415/* Assume fb object is pinned & idle & fenced and just update base pointers */
3416static int
3417intel_pipe_set_base_atomic(struct drm_crtc *crtc, struct drm_framebuffer *fb,
3418 int x, int y, enum mode_set_atomic state)
3419{
3420 /* Support for kgdboc is disabled, this needs a major rework. */
3421 DRM_ERROR("legacy panic handler not supported any more.\n");
3422
3423 return -ENODEV;
81255565
JB
3424}
3425
5a21b665
DV
3426static void intel_complete_page_flips(struct drm_i915_private *dev_priv)
3427{
3428 struct intel_crtc *crtc;
3429
91c8a326 3430 for_each_intel_crtc(&dev_priv->drm, crtc)
5a21b665
DV
3431 intel_finish_page_flip_cs(dev_priv, crtc->pipe);
3432}
3433
7514747d
VS
3434static void intel_update_primary_planes(struct drm_device *dev)
3435{
7514747d 3436 struct drm_crtc *crtc;
96a02917 3437
70e1e0ec 3438 for_each_crtc(dev, crtc) {
11c22da6 3439 struct intel_plane *plane = to_intel_plane(crtc->primary);
73974893
ML
3440 struct intel_plane_state *plane_state =
3441 to_intel_plane_state(plane->base.state);
11c22da6 3442
72259536
VS
3443 if (plane_state->base.visible) {
3444 trace_intel_update_plane(&plane->base,
3445 to_intel_crtc(crtc));
3446
a8d201af
ML
3447 plane->update_plane(&plane->base,
3448 to_intel_crtc_state(crtc->state),
3449 plane_state);
72259536 3450 }
73974893
ML
3451 }
3452}
3453
3454static int
3455__intel_display_resume(struct drm_device *dev,
581e49fe
ML
3456 struct drm_atomic_state *state,
3457 struct drm_modeset_acquire_ctx *ctx)
73974893
ML
3458{
3459 struct drm_crtc_state *crtc_state;
3460 struct drm_crtc *crtc;
3461 int i, ret;
11c22da6 3462
73974893 3463 intel_modeset_setup_hw_state(dev);
29b74b7f 3464 i915_redisable_vga(to_i915(dev));
73974893
ML
3465
3466 if (!state)
3467 return 0;
3468
aa5e9b47
ML
3469 /*
3470 * We've duplicated the state, pointers to the old state are invalid.
3471 *
3472 * Don't attempt to use the old state until we commit the duplicated state.
3473 */
3474 for_each_new_crtc_in_state(state, crtc, crtc_state, i) {
73974893
ML
3475 /*
3476 * Force recalculation even if we restore
3477 * current state. With fast modeset this may not result
3478 * in a modeset when the state is compatible.
3479 */
3480 crtc_state->mode_changed = true;
96a02917 3481 }
73974893
ML
3482
3483 /* ignore any reset values/BIOS leftovers in the WM registers */
602ae835
VS
3484 if (!HAS_GMCH_DISPLAY(to_i915(dev)))
3485 to_intel_atomic_state(state)->skip_intermediate_wm = true;
73974893 3486
581e49fe 3487 ret = drm_atomic_helper_commit_duplicated_state(state, ctx);
73974893
ML
3488
3489 WARN_ON(ret == -EDEADLK);
3490 return ret;
96a02917
VS
3491}
3492
4ac2ba2f
VS
3493static bool gpu_reset_clobbers_display(struct drm_i915_private *dev_priv)
3494{
ae98104b
VS
3495 return intel_has_gpu_reset(dev_priv) &&
3496 INTEL_GEN(dev_priv) < 5 && !IS_G4X(dev_priv);
4ac2ba2f
VS
3497}
3498
c033666a 3499void intel_prepare_reset(struct drm_i915_private *dev_priv)
7514747d 3500{
73974893
ML
3501 struct drm_device *dev = &dev_priv->drm;
3502 struct drm_modeset_acquire_ctx *ctx = &dev_priv->reset_ctx;
3503 struct drm_atomic_state *state;
3504 int ret;
3505
73974893
ML
3506 /*
3507 * Need mode_config.mutex so that we don't
3508 * trample ongoing ->detect() and whatnot.
3509 */
3510 mutex_lock(&dev->mode_config.mutex);
3511 drm_modeset_acquire_init(ctx, 0);
3512 while (1) {
3513 ret = drm_modeset_lock_all_ctx(dev, ctx);
3514 if (ret != -EDEADLK)
3515 break;
3516
3517 drm_modeset_backoff(ctx);
3518 }
3519
3520 /* reset doesn't touch the display, but flips might get nuked anyway, */
522a63de 3521 if (!i915.force_reset_modeset_test &&
4ac2ba2f 3522 !gpu_reset_clobbers_display(dev_priv))
7514747d
VS
3523 return;
3524
f98ce92f
VS
3525 /*
3526 * Disabling the crtcs gracefully seems nicer. Also the
3527 * g33 docs say we should at least disable all the planes.
3528 */
73974893
ML
3529 state = drm_atomic_helper_duplicate_state(dev, ctx);
3530 if (IS_ERR(state)) {
3531 ret = PTR_ERR(state);
73974893 3532 DRM_ERROR("Duplicating state failed with %i\n", ret);
1e5a15d6 3533 return;
73974893
ML
3534 }
3535
3536 ret = drm_atomic_helper_disable_all(dev, ctx);
3537 if (ret) {
3538 DRM_ERROR("Suspending crtc's failed with %i\n", ret);
1e5a15d6
ACO
3539 drm_atomic_state_put(state);
3540 return;
73974893
ML
3541 }
3542
3543 dev_priv->modeset_restore_state = state;
3544 state->acquire_ctx = ctx;
7514747d
VS
3545}
3546
c033666a 3547void intel_finish_reset(struct drm_i915_private *dev_priv)
7514747d 3548{
73974893
ML
3549 struct drm_device *dev = &dev_priv->drm;
3550 struct drm_modeset_acquire_ctx *ctx = &dev_priv->reset_ctx;
3551 struct drm_atomic_state *state = dev_priv->modeset_restore_state;
3552 int ret;
3553
5a21b665
DV
3554 /*
3555 * Flips in the rings will be nuked by the reset,
3556 * so complete all pending flips so that user space
3557 * will get its events and not get stuck.
3558 */
3559 intel_complete_page_flips(dev_priv);
3560
73974893
ML
3561 dev_priv->modeset_restore_state = NULL;
3562
7514747d 3563 /* reset doesn't touch the display */
4ac2ba2f 3564 if (!gpu_reset_clobbers_display(dev_priv)) {
522a63de
ML
3565 if (!state) {
3566 /*
3567 * Flips in the rings have been nuked by the reset,
3568 * so update the base address of all primary
3569 * planes to the the last fb to make sure we're
3570 * showing the correct fb after a reset.
3571 *
3572 * FIXME: Atomic will make this obsolete since we won't schedule
3573 * CS-based flips (which might get lost in gpu resets) any more.
3574 */
3575 intel_update_primary_planes(dev);
3576 } else {
581e49fe 3577 ret = __intel_display_resume(dev, state, ctx);
522a63de
ML
3578 if (ret)
3579 DRM_ERROR("Restoring old state failed with %i\n", ret);
3580 }
73974893
ML
3581 } else {
3582 /*
3583 * The display has been reset as well,
3584 * so need a full re-initialization.
3585 */
3586 intel_runtime_pm_disable_interrupts(dev_priv);
3587 intel_runtime_pm_enable_interrupts(dev_priv);
7514747d 3588
51f59205 3589 intel_pps_unlock_regs_wa(dev_priv);
73974893 3590 intel_modeset_init_hw(dev);
7514747d 3591
73974893
ML
3592 spin_lock_irq(&dev_priv->irq_lock);
3593 if (dev_priv->display.hpd_irq_setup)
3594 dev_priv->display.hpd_irq_setup(dev_priv);
3595 spin_unlock_irq(&dev_priv->irq_lock);
7514747d 3596
581e49fe 3597 ret = __intel_display_resume(dev, state, ctx);
73974893
ML
3598 if (ret)
3599 DRM_ERROR("Restoring old state failed with %i\n", ret);
7514747d 3600
73974893
ML
3601 intel_hpd_init(dev_priv);
3602 }
7514747d 3603
0853695c
CW
3604 if (state)
3605 drm_atomic_state_put(state);
73974893
ML
3606 drm_modeset_drop_locks(ctx);
3607 drm_modeset_acquire_fini(ctx);
3608 mutex_unlock(&dev->mode_config.mutex);
7514747d
VS
3609}
3610
8af29b0c
CW
3611static bool abort_flip_on_reset(struct intel_crtc *crtc)
3612{
3613 struct i915_gpu_error *error = &to_i915(crtc->base.dev)->gpu_error;
3614
8c185eca 3615 if (i915_reset_backoff(error))
8af29b0c
CW
3616 return true;
3617
3618 if (crtc->reset_count != i915_reset_count(error))
3619 return true;
3620
3621 return false;
3622}
3623
7d5e3799
CW
3624static bool intel_crtc_has_pending_flip(struct drm_crtc *crtc)
3625{
5a21b665
DV
3626 struct drm_device *dev = crtc->dev;
3627 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
5a21b665
DV
3628 bool pending;
3629
8af29b0c 3630 if (abort_flip_on_reset(intel_crtc))
5a21b665
DV
3631 return false;
3632
3633 spin_lock_irq(&dev->event_lock);
3634 pending = to_intel_crtc(crtc)->flip_work != NULL;
3635 spin_unlock_irq(&dev->event_lock);
3636
3637 return pending;
7d5e3799
CW
3638}
3639
bfd16b2a
ML
3640static void intel_update_pipe_config(struct intel_crtc *crtc,
3641 struct intel_crtc_state *old_crtc_state)
e30e8f75 3642{
6315b5d3 3643 struct drm_i915_private *dev_priv = to_i915(crtc->base.dev);
bfd16b2a
ML
3644 struct intel_crtc_state *pipe_config =
3645 to_intel_crtc_state(crtc->base.state);
e30e8f75 3646
bfd16b2a
ML
3647 /* drm_atomic_helper_update_legacy_modeset_state might not be called. */
3648 crtc->base.mode = crtc->base.state->mode;
3649
e30e8f75
GP
3650 /*
3651 * Update pipe size and adjust fitter if needed: the reason for this is
3652 * that in compute_mode_changes we check the native mode (not the pfit
3653 * mode) to see if we can flip rather than do a full mode set. In the
3654 * fastboot case, we'll flip, but if we don't update the pipesrc and
3655 * pfit state, we'll end up with a big fb scanned out into the wrong
3656 * sized surface.
e30e8f75
GP
3657 */
3658
e30e8f75 3659 I915_WRITE(PIPESRC(crtc->pipe),
bfd16b2a
ML
3660 ((pipe_config->pipe_src_w - 1) << 16) |
3661 (pipe_config->pipe_src_h - 1));
3662
3663 /* on skylake this is done by detaching scalers */
6315b5d3 3664 if (INTEL_GEN(dev_priv) >= 9) {
bfd16b2a
ML
3665 skl_detach_scalers(crtc);
3666
3667 if (pipe_config->pch_pfit.enabled)
3668 skylake_pfit_enable(crtc);
6e266956 3669 } else if (HAS_PCH_SPLIT(dev_priv)) {
bfd16b2a
ML
3670 if (pipe_config->pch_pfit.enabled)
3671 ironlake_pfit_enable(crtc);
3672 else if (old_crtc_state->pch_pfit.enabled)
3673 ironlake_pfit_disable(crtc, true);
e30e8f75 3674 }
e30e8f75
GP
3675}
3676
4cbe4b2b 3677static void intel_fdi_normal_train(struct intel_crtc *crtc)
5e84e1a4 3678{
4cbe4b2b 3679 struct drm_device *dev = crtc->base.dev;
fac5e23e 3680 struct drm_i915_private *dev_priv = to_i915(dev);
4cbe4b2b 3681 int pipe = crtc->pipe;
f0f59a00
VS
3682 i915_reg_t reg;
3683 u32 temp;
5e84e1a4
ZW
3684
3685 /* enable normal train */
3686 reg = FDI_TX_CTL(pipe);
3687 temp = I915_READ(reg);
fd6b8f43 3688 if (IS_IVYBRIDGE(dev_priv)) {
357555c0
JB
3689 temp &= ~FDI_LINK_TRAIN_NONE_IVB;
3690 temp |= FDI_LINK_TRAIN_NONE_IVB | FDI_TX_ENHANCE_FRAME_ENABLE;
61e499bf
KP
3691 } else {
3692 temp &= ~FDI_LINK_TRAIN_NONE;
3693 temp |= FDI_LINK_TRAIN_NONE | FDI_TX_ENHANCE_FRAME_ENABLE;
357555c0 3694 }
5e84e1a4
ZW
3695 I915_WRITE(reg, temp);
3696
3697 reg = FDI_RX_CTL(pipe);
3698 temp = I915_READ(reg);
6e266956 3699 if (HAS_PCH_CPT(dev_priv)) {
5e84e1a4
ZW
3700 temp &= ~FDI_LINK_TRAIN_PATTERN_MASK_CPT;
3701 temp |= FDI_LINK_TRAIN_NORMAL_CPT;
3702 } else {
3703 temp &= ~FDI_LINK_TRAIN_NONE;
3704 temp |= FDI_LINK_TRAIN_NONE;
3705 }
3706 I915_WRITE(reg, temp | FDI_RX_ENHANCE_FRAME_ENABLE);
3707
3708 /* wait one idle pattern time */
3709 POSTING_READ(reg);
3710 udelay(1000);
357555c0
JB
3711
3712 /* IVB wants error correction enabled */
fd6b8f43 3713 if (IS_IVYBRIDGE(dev_priv))
357555c0
JB
3714 I915_WRITE(reg, I915_READ(reg) | FDI_FS_ERRC_ENABLE |
3715 FDI_FE_ERRC_ENABLE);
5e84e1a4
ZW
3716}
3717
8db9d77b 3718/* The FDI link training functions for ILK/Ibexpeak. */
dc4a1094
ACO
3719static void ironlake_fdi_link_train(struct intel_crtc *crtc,
3720 const struct intel_crtc_state *crtc_state)
8db9d77b 3721{
4cbe4b2b 3722 struct drm_device *dev = crtc->base.dev;
fac5e23e 3723 struct drm_i915_private *dev_priv = to_i915(dev);
4cbe4b2b 3724 int pipe = crtc->pipe;
f0f59a00
VS
3725 i915_reg_t reg;
3726 u32 temp, tries;
8db9d77b 3727
1c8562f6 3728 /* FDI needs bits from pipe first */
0fc932b8 3729 assert_pipe_enabled(dev_priv, pipe);
0fc932b8 3730
e1a44743
AJ
3731 /* Train 1: umask FDI RX Interrupt symbol_lock and bit_lock bit
3732 for train result */
5eddb70b
CW
3733 reg = FDI_RX_IMR(pipe);
3734 temp = I915_READ(reg);
e1a44743
AJ
3735 temp &= ~FDI_RX_SYMBOL_LOCK;
3736 temp &= ~FDI_RX_BIT_LOCK;
5eddb70b
CW
3737 I915_WRITE(reg, temp);
3738 I915_READ(reg);
e1a44743
AJ
3739 udelay(150);
3740
8db9d77b 3741 /* enable CPU FDI TX and PCH FDI RX */
5eddb70b
CW
3742 reg = FDI_TX_CTL(pipe);
3743 temp = I915_READ(reg);
627eb5a3 3744 temp &= ~FDI_DP_PORT_WIDTH_MASK;
dc4a1094 3745 temp |= FDI_DP_PORT_WIDTH(crtc_state->fdi_lanes);
8db9d77b
ZW
3746 temp &= ~FDI_LINK_TRAIN_NONE;
3747 temp |= FDI_LINK_TRAIN_PATTERN_1;
5eddb70b 3748 I915_WRITE(reg, temp | FDI_TX_ENABLE);
8db9d77b 3749
5eddb70b
CW
3750 reg = FDI_RX_CTL(pipe);
3751 temp = I915_READ(reg);
8db9d77b
ZW
3752 temp &= ~FDI_LINK_TRAIN_NONE;
3753 temp |= FDI_LINK_TRAIN_PATTERN_1;
5eddb70b
CW
3754 I915_WRITE(reg, temp | FDI_RX_ENABLE);
3755
3756 POSTING_READ(reg);
8db9d77b
ZW
3757 udelay(150);
3758
5b2adf89 3759 /* Ironlake workaround, enable clock pointer after FDI enable*/
8f5718a6
DV
3760 I915_WRITE(FDI_RX_CHICKEN(pipe), FDI_RX_PHASE_SYNC_POINTER_OVR);
3761 I915_WRITE(FDI_RX_CHICKEN(pipe), FDI_RX_PHASE_SYNC_POINTER_OVR |
3762 FDI_RX_PHASE_SYNC_POINTER_EN);
5b2adf89 3763
5eddb70b 3764 reg = FDI_RX_IIR(pipe);
e1a44743 3765 for (tries = 0; tries < 5; tries++) {
5eddb70b 3766 temp = I915_READ(reg);
8db9d77b
ZW
3767 DRM_DEBUG_KMS("FDI_RX_IIR 0x%x\n", temp);
3768
3769 if ((temp & FDI_RX_BIT_LOCK)) {
3770 DRM_DEBUG_KMS("FDI train 1 done.\n");
5eddb70b 3771 I915_WRITE(reg, temp | FDI_RX_BIT_LOCK);
8db9d77b
ZW
3772 break;
3773 }
8db9d77b 3774 }
e1a44743 3775 if (tries == 5)
5eddb70b 3776 DRM_ERROR("FDI train 1 fail!\n");
8db9d77b
ZW
3777
3778 /* Train 2 */
5eddb70b
CW
3779 reg = FDI_TX_CTL(pipe);
3780 temp = I915_READ(reg);
8db9d77b
ZW
3781 temp &= ~FDI_LINK_TRAIN_NONE;
3782 temp |= FDI_LINK_TRAIN_PATTERN_2;
5eddb70b 3783 I915_WRITE(reg, temp);
8db9d77b 3784
5eddb70b
CW
3785 reg = FDI_RX_CTL(pipe);
3786 temp = I915_READ(reg);
8db9d77b
ZW
3787 temp &= ~FDI_LINK_TRAIN_NONE;
3788 temp |= FDI_LINK_TRAIN_PATTERN_2;
5eddb70b 3789 I915_WRITE(reg, temp);
8db9d77b 3790
5eddb70b
CW
3791 POSTING_READ(reg);
3792 udelay(150);
8db9d77b 3793
5eddb70b 3794 reg = FDI_RX_IIR(pipe);
e1a44743 3795 for (tries = 0; tries < 5; tries++) {
5eddb70b 3796 temp = I915_READ(reg);
8db9d77b
ZW
3797 DRM_DEBUG_KMS("FDI_RX_IIR 0x%x\n", temp);
3798
3799 if (temp & FDI_RX_SYMBOL_LOCK) {
5eddb70b 3800 I915_WRITE(reg, temp | FDI_RX_SYMBOL_LOCK);
8db9d77b
ZW
3801 DRM_DEBUG_KMS("FDI train 2 done.\n");
3802 break;
3803 }
8db9d77b 3804 }
e1a44743 3805 if (tries == 5)
5eddb70b 3806 DRM_ERROR("FDI train 2 fail!\n");
8db9d77b
ZW
3807
3808 DRM_DEBUG_KMS("FDI train done\n");
5c5313c8 3809
8db9d77b
ZW
3810}
3811
0206e353 3812static const int snb_b_fdi_train_param[] = {
8db9d77b
ZW
3813 FDI_LINK_TRAIN_400MV_0DB_SNB_B,
3814 FDI_LINK_TRAIN_400MV_6DB_SNB_B,
3815 FDI_LINK_TRAIN_600MV_3_5DB_SNB_B,
3816 FDI_LINK_TRAIN_800MV_0DB_SNB_B,
3817};
3818
3819/* The FDI link training functions for SNB/Cougarpoint. */
dc4a1094
ACO
3820static void gen6_fdi_link_train(struct intel_crtc *crtc,
3821 const struct intel_crtc_state *crtc_state)
8db9d77b 3822{
4cbe4b2b 3823 struct drm_device *dev = crtc->base.dev;
fac5e23e 3824 struct drm_i915_private *dev_priv = to_i915(dev);
4cbe4b2b 3825 int pipe = crtc->pipe;
f0f59a00
VS
3826 i915_reg_t reg;
3827 u32 temp, i, retry;
8db9d77b 3828
e1a44743
AJ
3829 /* Train 1: umask FDI RX Interrupt symbol_lock and bit_lock bit
3830 for train result */
5eddb70b
CW
3831 reg = FDI_RX_IMR(pipe);
3832 temp = I915_READ(reg);
e1a44743
AJ
3833 temp &= ~FDI_RX_SYMBOL_LOCK;
3834 temp &= ~FDI_RX_BIT_LOCK;
5eddb70b
CW
3835 I915_WRITE(reg, temp);
3836
3837 POSTING_READ(reg);
e1a44743
AJ
3838 udelay(150);
3839
8db9d77b 3840 /* enable CPU FDI TX and PCH FDI RX */
5eddb70b
CW
3841 reg = FDI_TX_CTL(pipe);
3842 temp = I915_READ(reg);
627eb5a3 3843 temp &= ~FDI_DP_PORT_WIDTH_MASK;
dc4a1094 3844 temp |= FDI_DP_PORT_WIDTH(crtc_state->fdi_lanes);
8db9d77b
ZW
3845 temp &= ~FDI_LINK_TRAIN_NONE;
3846 temp |= FDI_LINK_TRAIN_PATTERN_1;
3847 temp &= ~FDI_LINK_TRAIN_VOL_EMP_MASK;
3848 /* SNB-B */
3849 temp |= FDI_LINK_TRAIN_400MV_0DB_SNB_B;
5eddb70b 3850 I915_WRITE(reg, temp | FDI_TX_ENABLE);
8db9d77b 3851
d74cf324
DV
3852 I915_WRITE(FDI_RX_MISC(pipe),
3853 FDI_RX_TP1_TO_TP2_48 | FDI_RX_FDI_DELAY_90);
3854
5eddb70b
CW
3855 reg = FDI_RX_CTL(pipe);
3856 temp = I915_READ(reg);
6e266956 3857 if (HAS_PCH_CPT(dev_priv)) {
8db9d77b
ZW
3858 temp &= ~FDI_LINK_TRAIN_PATTERN_MASK_CPT;
3859 temp |= FDI_LINK_TRAIN_PATTERN_1_CPT;
3860 } else {
3861 temp &= ~FDI_LINK_TRAIN_NONE;
3862 temp |= FDI_LINK_TRAIN_PATTERN_1;
3863 }
5eddb70b
CW
3864 I915_WRITE(reg, temp | FDI_RX_ENABLE);
3865
3866 POSTING_READ(reg);
8db9d77b
ZW
3867 udelay(150);
3868
0206e353 3869 for (i = 0; i < 4; i++) {
5eddb70b
CW
3870 reg = FDI_TX_CTL(pipe);
3871 temp = I915_READ(reg);
8db9d77b
ZW
3872 temp &= ~FDI_LINK_TRAIN_VOL_EMP_MASK;
3873 temp |= snb_b_fdi_train_param[i];
5eddb70b
CW
3874 I915_WRITE(reg, temp);
3875
3876 POSTING_READ(reg);
8db9d77b
ZW
3877 udelay(500);
3878
fa37d39e
SP
3879 for (retry = 0; retry < 5; retry++) {
3880 reg = FDI_RX_IIR(pipe);
3881 temp = I915_READ(reg);
3882 DRM_DEBUG_KMS("FDI_RX_IIR 0x%x\n", temp);
3883 if (temp & FDI_RX_BIT_LOCK) {
3884 I915_WRITE(reg, temp | FDI_RX_BIT_LOCK);
3885 DRM_DEBUG_KMS("FDI train 1 done.\n");
3886 break;
3887 }
3888 udelay(50);
8db9d77b 3889 }
fa37d39e
SP
3890 if (retry < 5)
3891 break;
8db9d77b
ZW
3892 }
3893 if (i == 4)
5eddb70b 3894 DRM_ERROR("FDI train 1 fail!\n");
8db9d77b
ZW
3895
3896 /* Train 2 */
5eddb70b
CW
3897 reg = FDI_TX_CTL(pipe);
3898 temp = I915_READ(reg);
8db9d77b
ZW
3899 temp &= ~FDI_LINK_TRAIN_NONE;
3900 temp |= FDI_LINK_TRAIN_PATTERN_2;
5db94019 3901 if (IS_GEN6(dev_priv)) {
8db9d77b
ZW
3902 temp &= ~FDI_LINK_TRAIN_VOL_EMP_MASK;
3903 /* SNB-B */
3904 temp |= FDI_LINK_TRAIN_400MV_0DB_SNB_B;
3905 }
5eddb70b 3906 I915_WRITE(reg, temp);
8db9d77b 3907
5eddb70b
CW
3908 reg = FDI_RX_CTL(pipe);
3909 temp = I915_READ(reg);
6e266956 3910 if (HAS_PCH_CPT(dev_priv)) {
8db9d77b
ZW
3911 temp &= ~FDI_LINK_TRAIN_PATTERN_MASK_CPT;
3912 temp |= FDI_LINK_TRAIN_PATTERN_2_CPT;
3913 } else {
3914 temp &= ~FDI_LINK_TRAIN_NONE;
3915 temp |= FDI_LINK_TRAIN_PATTERN_2;
3916 }
5eddb70b
CW
3917 I915_WRITE(reg, temp);
3918
3919 POSTING_READ(reg);
8db9d77b
ZW
3920 udelay(150);
3921
0206e353 3922 for (i = 0; i < 4; i++) {
5eddb70b
CW
3923 reg = FDI_TX_CTL(pipe);
3924 temp = I915_READ(reg);
8db9d77b
ZW
3925 temp &= ~FDI_LINK_TRAIN_VOL_EMP_MASK;
3926 temp |= snb_b_fdi_train_param[i];
5eddb70b
CW
3927 I915_WRITE(reg, temp);
3928
3929 POSTING_READ(reg);
8db9d77b
ZW
3930 udelay(500);
3931
fa37d39e
SP
3932 for (retry = 0; retry < 5; retry++) {
3933 reg = FDI_RX_IIR(pipe);
3934 temp = I915_READ(reg);
3935 DRM_DEBUG_KMS("FDI_RX_IIR 0x%x\n", temp);
3936 if (temp & FDI_RX_SYMBOL_LOCK) {
3937 I915_WRITE(reg, temp | FDI_RX_SYMBOL_LOCK);
3938 DRM_DEBUG_KMS("FDI train 2 done.\n");
3939 break;
3940 }
3941 udelay(50);
8db9d77b 3942 }
fa37d39e
SP
3943 if (retry < 5)
3944 break;
8db9d77b
ZW
3945 }
3946 if (i == 4)
5eddb70b 3947 DRM_ERROR("FDI train 2 fail!\n");
8db9d77b
ZW
3948
3949 DRM_DEBUG_KMS("FDI train done.\n");
3950}
3951
357555c0 3952/* Manual link training for Ivy Bridge A0 parts */
dc4a1094
ACO
3953static void ivb_manual_fdi_link_train(struct intel_crtc *crtc,
3954 const struct intel_crtc_state *crtc_state)
357555c0 3955{
4cbe4b2b 3956 struct drm_device *dev = crtc->base.dev;
fac5e23e 3957 struct drm_i915_private *dev_priv = to_i915(dev);
4cbe4b2b 3958 int pipe = crtc->pipe;
f0f59a00
VS
3959 i915_reg_t reg;
3960 u32 temp, i, j;
357555c0
JB
3961
3962 /* Train 1: umask FDI RX Interrupt symbol_lock and bit_lock bit
3963 for train result */
3964 reg = FDI_RX_IMR(pipe);
3965 temp = I915_READ(reg);
3966 temp &= ~FDI_RX_SYMBOL_LOCK;
3967 temp &= ~FDI_RX_BIT_LOCK;
3968 I915_WRITE(reg, temp);
3969
3970 POSTING_READ(reg);
3971 udelay(150);
3972
01a415fd
DV
3973 DRM_DEBUG_KMS("FDI_RX_IIR before link train 0x%x\n",
3974 I915_READ(FDI_RX_IIR(pipe)));
3975
139ccd3f
JB
3976 /* Try each vswing and preemphasis setting twice before moving on */
3977 for (j = 0; j < ARRAY_SIZE(snb_b_fdi_train_param) * 2; j++) {
3978 /* disable first in case we need to retry */
3979 reg = FDI_TX_CTL(pipe);
3980 temp = I915_READ(reg);
3981 temp &= ~(FDI_LINK_TRAIN_AUTO | FDI_LINK_TRAIN_NONE_IVB);
3982 temp &= ~FDI_TX_ENABLE;
3983 I915_WRITE(reg, temp);
357555c0 3984
139ccd3f
JB
3985 reg = FDI_RX_CTL(pipe);
3986 temp = I915_READ(reg);
3987 temp &= ~FDI_LINK_TRAIN_AUTO;
3988 temp &= ~FDI_LINK_TRAIN_PATTERN_MASK_CPT;
3989 temp &= ~FDI_RX_ENABLE;
3990 I915_WRITE(reg, temp);
357555c0 3991
139ccd3f 3992 /* enable CPU FDI TX and PCH FDI RX */
357555c0
JB
3993 reg = FDI_TX_CTL(pipe);
3994 temp = I915_READ(reg);
139ccd3f 3995 temp &= ~FDI_DP_PORT_WIDTH_MASK;
dc4a1094 3996 temp |= FDI_DP_PORT_WIDTH(crtc_state->fdi_lanes);
139ccd3f 3997 temp |= FDI_LINK_TRAIN_PATTERN_1_IVB;
357555c0 3998 temp &= ~FDI_LINK_TRAIN_VOL_EMP_MASK;
139ccd3f
JB
3999 temp |= snb_b_fdi_train_param[j/2];
4000 temp |= FDI_COMPOSITE_SYNC;
4001 I915_WRITE(reg, temp | FDI_TX_ENABLE);
357555c0 4002
139ccd3f
JB
4003 I915_WRITE(FDI_RX_MISC(pipe),
4004 FDI_RX_TP1_TO_TP2_48 | FDI_RX_FDI_DELAY_90);
357555c0 4005
139ccd3f 4006 reg = FDI_RX_CTL(pipe);
357555c0 4007 temp = I915_READ(reg);
139ccd3f
JB
4008 temp |= FDI_LINK_TRAIN_PATTERN_1_CPT;
4009 temp |= FDI_COMPOSITE_SYNC;
4010 I915_WRITE(reg, temp | FDI_RX_ENABLE);
357555c0 4011
139ccd3f
JB
4012 POSTING_READ(reg);
4013 udelay(1); /* should be 0.5us */
357555c0 4014
139ccd3f
JB
4015 for (i = 0; i < 4; i++) {
4016 reg = FDI_RX_IIR(pipe);
4017 temp = I915_READ(reg);
4018 DRM_DEBUG_KMS("FDI_RX_IIR 0x%x\n", temp);
357555c0 4019
139ccd3f
JB
4020 if (temp & FDI_RX_BIT_LOCK ||
4021 (I915_READ(reg) & FDI_RX_BIT_LOCK)) {
4022 I915_WRITE(reg, temp | FDI_RX_BIT_LOCK);
4023 DRM_DEBUG_KMS("FDI train 1 done, level %i.\n",
4024 i);
4025 break;
4026 }
4027 udelay(1); /* should be 0.5us */
4028 }
4029 if (i == 4) {
4030 DRM_DEBUG_KMS("FDI train 1 fail on vswing %d\n", j / 2);
4031 continue;
4032 }
357555c0 4033
139ccd3f 4034 /* Train 2 */
357555c0
JB
4035 reg = FDI_TX_CTL(pipe);
4036 temp = I915_READ(reg);
139ccd3f
JB
4037 temp &= ~FDI_LINK_TRAIN_NONE_IVB;
4038 temp |= FDI_LINK_TRAIN_PATTERN_2_IVB;
4039 I915_WRITE(reg, temp);
4040
4041 reg = FDI_RX_CTL(pipe);
4042 temp = I915_READ(reg);
4043 temp &= ~FDI_LINK_TRAIN_PATTERN_MASK_CPT;
4044 temp |= FDI_LINK_TRAIN_PATTERN_2_CPT;
357555c0
JB
4045 I915_WRITE(reg, temp);
4046
4047 POSTING_READ(reg);
139ccd3f 4048 udelay(2); /* should be 1.5us */
357555c0 4049
139ccd3f
JB
4050 for (i = 0; i < 4; i++) {
4051 reg = FDI_RX_IIR(pipe);
4052 temp = I915_READ(reg);
4053 DRM_DEBUG_KMS("FDI_RX_IIR 0x%x\n", temp);
357555c0 4054
139ccd3f
JB
4055 if (temp & FDI_RX_SYMBOL_LOCK ||
4056 (I915_READ(reg) & FDI_RX_SYMBOL_LOCK)) {
4057 I915_WRITE(reg, temp | FDI_RX_SYMBOL_LOCK);
4058 DRM_DEBUG_KMS("FDI train 2 done, level %i.\n",
4059 i);
4060 goto train_done;
4061 }
4062 udelay(2); /* should be 1.5us */
357555c0 4063 }
139ccd3f
JB
4064 if (i == 4)
4065 DRM_DEBUG_KMS("FDI train 2 fail on vswing %d\n", j / 2);
357555c0 4066 }
357555c0 4067
139ccd3f 4068train_done:
357555c0
JB
4069 DRM_DEBUG_KMS("FDI train done.\n");
4070}
4071
88cefb6c 4072static void ironlake_fdi_pll_enable(struct intel_crtc *intel_crtc)
2c07245f 4073{
88cefb6c 4074 struct drm_device *dev = intel_crtc->base.dev;
fac5e23e 4075 struct drm_i915_private *dev_priv = to_i915(dev);
2c07245f 4076 int pipe = intel_crtc->pipe;
f0f59a00
VS
4077 i915_reg_t reg;
4078 u32 temp;
c64e311e 4079
c98e9dcf 4080 /* enable PCH FDI RX PLL, wait warmup plus DMI latency */
5eddb70b
CW
4081 reg = FDI_RX_CTL(pipe);
4082 temp = I915_READ(reg);
627eb5a3 4083 temp &= ~(FDI_DP_PORT_WIDTH_MASK | (0x7 << 16));
6e3c9717 4084 temp |= FDI_DP_PORT_WIDTH(intel_crtc->config->fdi_lanes);
dfd07d72 4085 temp |= (I915_READ(PIPECONF(pipe)) & PIPECONF_BPC_MASK) << 11;
5eddb70b
CW
4086 I915_WRITE(reg, temp | FDI_RX_PLL_ENABLE);
4087
4088 POSTING_READ(reg);
c98e9dcf
JB
4089 udelay(200);
4090
4091 /* Switch from Rawclk to PCDclk */
5eddb70b
CW
4092 temp = I915_READ(reg);
4093 I915_WRITE(reg, temp | FDI_PCDCLK);
4094
4095 POSTING_READ(reg);
c98e9dcf
JB
4096 udelay(200);
4097
20749730
PZ
4098 /* Enable CPU FDI TX PLL, always on for Ironlake */
4099 reg = FDI_TX_CTL(pipe);
4100 temp = I915_READ(reg);
4101 if ((temp & FDI_TX_PLL_ENABLE) == 0) {
4102 I915_WRITE(reg, temp | FDI_TX_PLL_ENABLE);
5eddb70b 4103
20749730
PZ
4104 POSTING_READ(reg);
4105 udelay(100);
6be4a607 4106 }
0e23b99d
JB
4107}
4108
88cefb6c
DV
4109static void ironlake_fdi_pll_disable(struct intel_crtc *intel_crtc)
4110{
4111 struct drm_device *dev = intel_crtc->base.dev;
fac5e23e 4112 struct drm_i915_private *dev_priv = to_i915(dev);
88cefb6c 4113 int pipe = intel_crtc->pipe;
f0f59a00
VS
4114 i915_reg_t reg;
4115 u32 temp;
88cefb6c
DV
4116
4117 /* Switch from PCDclk to Rawclk */
4118 reg = FDI_RX_CTL(pipe);
4119 temp = I915_READ(reg);
4120 I915_WRITE(reg, temp & ~FDI_PCDCLK);
4121
4122 /* Disable CPU FDI TX PLL */
4123 reg = FDI_TX_CTL(pipe);
4124 temp = I915_READ(reg);
4125 I915_WRITE(reg, temp & ~FDI_TX_PLL_ENABLE);
4126
4127 POSTING_READ(reg);
4128 udelay(100);
4129
4130 reg = FDI_RX_CTL(pipe);
4131 temp = I915_READ(reg);
4132 I915_WRITE(reg, temp & ~FDI_RX_PLL_ENABLE);
4133
4134 /* Wait for the clocks to turn off. */
4135 POSTING_READ(reg);
4136 udelay(100);
4137}
4138
0fc932b8
JB
4139static void ironlake_fdi_disable(struct drm_crtc *crtc)
4140{
4141 struct drm_device *dev = crtc->dev;
fac5e23e 4142 struct drm_i915_private *dev_priv = to_i915(dev);
0fc932b8
JB
4143 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
4144 int pipe = intel_crtc->pipe;
f0f59a00
VS
4145 i915_reg_t reg;
4146 u32 temp;
0fc932b8
JB
4147
4148 /* disable CPU FDI tx and PCH FDI rx */
4149 reg = FDI_TX_CTL(pipe);
4150 temp = I915_READ(reg);
4151 I915_WRITE(reg, temp & ~FDI_TX_ENABLE);
4152 POSTING_READ(reg);
4153
4154 reg = FDI_RX_CTL(pipe);
4155 temp = I915_READ(reg);
4156 temp &= ~(0x7 << 16);
dfd07d72 4157 temp |= (I915_READ(PIPECONF(pipe)) & PIPECONF_BPC_MASK) << 11;
0fc932b8
JB
4158 I915_WRITE(reg, temp & ~FDI_RX_ENABLE);
4159
4160 POSTING_READ(reg);
4161 udelay(100);
4162
4163 /* Ironlake workaround, disable clock pointer after downing FDI */
6e266956 4164 if (HAS_PCH_IBX(dev_priv))
6f06ce18 4165 I915_WRITE(FDI_RX_CHICKEN(pipe), FDI_RX_PHASE_SYNC_POINTER_OVR);
0fc932b8
JB
4166
4167 /* still set train pattern 1 */
4168 reg = FDI_TX_CTL(pipe);
4169 temp = I915_READ(reg);
4170 temp &= ~FDI_LINK_TRAIN_NONE;
4171 temp |= FDI_LINK_TRAIN_PATTERN_1;
4172 I915_WRITE(reg, temp);
4173
4174 reg = FDI_RX_CTL(pipe);
4175 temp = I915_READ(reg);
6e266956 4176 if (HAS_PCH_CPT(dev_priv)) {
0fc932b8
JB
4177 temp &= ~FDI_LINK_TRAIN_PATTERN_MASK_CPT;
4178 temp |= FDI_LINK_TRAIN_PATTERN_1_CPT;
4179 } else {
4180 temp &= ~FDI_LINK_TRAIN_NONE;
4181 temp |= FDI_LINK_TRAIN_PATTERN_1;
4182 }
4183 /* BPC in FDI rx is consistent with that in PIPECONF */
4184 temp &= ~(0x07 << 16);
dfd07d72 4185 temp |= (I915_READ(PIPECONF(pipe)) & PIPECONF_BPC_MASK) << 11;
0fc932b8
JB
4186 I915_WRITE(reg, temp);
4187
4188 POSTING_READ(reg);
4189 udelay(100);
4190}
4191
49d73912 4192bool intel_has_pending_fb_unpin(struct drm_i915_private *dev_priv)
5dce5b93
CW
4193{
4194 struct intel_crtc *crtc;
4195
4196 /* Note that we don't need to be called with mode_config.lock here
4197 * as our list of CRTC objects is static for the lifetime of the
4198 * device and so cannot disappear as we iterate. Similarly, we can
4199 * happily treat the predicates as racy, atomic checks as userspace
4200 * cannot claim and pin a new fb without at least acquring the
4201 * struct_mutex and so serialising with us.
4202 */
49d73912 4203 for_each_intel_crtc(&dev_priv->drm, crtc) {
5dce5b93
CW
4204 if (atomic_read(&crtc->unpin_work_count) == 0)
4205 continue;
4206
5a21b665 4207 if (crtc->flip_work)
0f0f74bc 4208 intel_wait_for_vblank(dev_priv, crtc->pipe);
5dce5b93
CW
4209
4210 return true;
4211 }
4212
4213 return false;
4214}
4215
5a21b665 4216static void page_flip_completed(struct intel_crtc *intel_crtc)
d6bbafa1
CW
4217{
4218 struct drm_i915_private *dev_priv = to_i915(intel_crtc->base.dev);
5a21b665
DV
4219 struct intel_flip_work *work = intel_crtc->flip_work;
4220
4221 intel_crtc->flip_work = NULL;
d6bbafa1
CW
4222
4223 if (work->event)
560ce1dc 4224 drm_crtc_send_vblank_event(&intel_crtc->base, work->event);
d6bbafa1
CW
4225
4226 drm_crtc_vblank_put(&intel_crtc->base);
4227
5a21b665 4228 wake_up_all(&dev_priv->pending_flip_queue);
5a21b665
DV
4229 trace_i915_flip_complete(intel_crtc->plane,
4230 work->pending_flip_obj);
05c41f92
AR
4231
4232 queue_work(dev_priv->wq, &work->unpin_work);
d6bbafa1
CW
4233}
4234
5008e874 4235static int intel_crtc_wait_for_pending_flips(struct drm_crtc *crtc)
e6c3a2a6 4236{
0f91128d 4237 struct drm_device *dev = crtc->dev;
fac5e23e 4238 struct drm_i915_private *dev_priv = to_i915(dev);
5008e874 4239 long ret;
e6c3a2a6 4240
2c10d571 4241 WARN_ON(waitqueue_active(&dev_priv->pending_flip_queue));
5008e874
ML
4242
4243 ret = wait_event_interruptible_timeout(
4244 dev_priv->pending_flip_queue,
4245 !intel_crtc_has_pending_flip(crtc),
4246 60*HZ);
4247
4248 if (ret < 0)
4249 return ret;
4250
5a21b665
DV
4251 if (ret == 0) {
4252 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
4253 struct intel_flip_work *work;
4254
4255 spin_lock_irq(&dev->event_lock);
4256 work = intel_crtc->flip_work;
4257 if (work && !is_mmio_work(work)) {
4258 WARN_ONCE(1, "Removing stuck page flip\n");
4259 page_flip_completed(intel_crtc);
4260 }
4261 spin_unlock_irq(&dev->event_lock);
4262 }
5bb61643 4263
5008e874 4264 return 0;
e6c3a2a6
CW
4265}
4266
b7076546 4267void lpt_disable_iclkip(struct drm_i915_private *dev_priv)
060f02d8
VS
4268{
4269 u32 temp;
4270
4271 I915_WRITE(PIXCLK_GATE, PIXCLK_GATE_GATE);
4272
4273 mutex_lock(&dev_priv->sb_lock);
4274
4275 temp = intel_sbi_read(dev_priv, SBI_SSCCTL6, SBI_ICLK);
4276 temp |= SBI_SSCCTL_DISABLE;
4277 intel_sbi_write(dev_priv, SBI_SSCCTL6, temp, SBI_ICLK);
4278
4279 mutex_unlock(&dev_priv->sb_lock);
4280}
4281
e615efe4 4282/* Program iCLKIP clock to the desired frequency */
0dcdc382 4283static void lpt_program_iclkip(struct intel_crtc *crtc)
e615efe4 4284{
0dcdc382
ACO
4285 struct drm_i915_private *dev_priv = to_i915(crtc->base.dev);
4286 int clock = crtc->config->base.adjusted_mode.crtc_clock;
e615efe4
ED
4287 u32 divsel, phaseinc, auxdiv, phasedir = 0;
4288 u32 temp;
4289
060f02d8 4290 lpt_disable_iclkip(dev_priv);
e615efe4 4291
64b46a06
VS
4292 /* The iCLK virtual clock root frequency is in MHz,
4293 * but the adjusted_mode->crtc_clock in in KHz. To get the
4294 * divisors, it is necessary to divide one by another, so we
4295 * convert the virtual clock precision to KHz here for higher
4296 * precision.
4297 */
4298 for (auxdiv = 0; auxdiv < 2; auxdiv++) {
e615efe4
ED
4299 u32 iclk_virtual_root_freq = 172800 * 1000;
4300 u32 iclk_pi_range = 64;
64b46a06 4301 u32 desired_divisor;
e615efe4 4302
64b46a06
VS
4303 desired_divisor = DIV_ROUND_CLOSEST(iclk_virtual_root_freq,
4304 clock << auxdiv);
4305 divsel = (desired_divisor / iclk_pi_range) - 2;
4306 phaseinc = desired_divisor % iclk_pi_range;
e615efe4 4307
64b46a06
VS
4308 /*
4309 * Near 20MHz is a corner case which is
4310 * out of range for the 7-bit divisor
4311 */
4312 if (divsel <= 0x7f)
4313 break;
e615efe4
ED
4314 }
4315
4316 /* This should not happen with any sane values */
4317 WARN_ON(SBI_SSCDIVINTPHASE_DIVSEL(divsel) &
4318 ~SBI_SSCDIVINTPHASE_DIVSEL_MASK);
4319 WARN_ON(SBI_SSCDIVINTPHASE_DIR(phasedir) &
4320 ~SBI_SSCDIVINTPHASE_INCVAL_MASK);
4321
4322 DRM_DEBUG_KMS("iCLKIP clock: found settings for %dKHz refresh rate: auxdiv=%x, divsel=%x, phasedir=%x, phaseinc=%x\n",
12d7ceed 4323 clock,
e615efe4
ED
4324 auxdiv,
4325 divsel,
4326 phasedir,
4327 phaseinc);
4328
060f02d8
VS
4329 mutex_lock(&dev_priv->sb_lock);
4330
e615efe4 4331 /* Program SSCDIVINTPHASE6 */
988d6ee8 4332 temp = intel_sbi_read(dev_priv, SBI_SSCDIVINTPHASE6, SBI_ICLK);
e615efe4
ED
4333 temp &= ~SBI_SSCDIVINTPHASE_DIVSEL_MASK;
4334 temp |= SBI_SSCDIVINTPHASE_DIVSEL(divsel);
4335 temp &= ~SBI_SSCDIVINTPHASE_INCVAL_MASK;
4336 temp |= SBI_SSCDIVINTPHASE_INCVAL(phaseinc);
4337 temp |= SBI_SSCDIVINTPHASE_DIR(phasedir);
4338 temp |= SBI_SSCDIVINTPHASE_PROPAGATE;
988d6ee8 4339 intel_sbi_write(dev_priv, SBI_SSCDIVINTPHASE6, temp, SBI_ICLK);
e615efe4
ED
4340
4341 /* Program SSCAUXDIV */
988d6ee8 4342 temp = intel_sbi_read(dev_priv, SBI_SSCAUXDIV6, SBI_ICLK);
e615efe4
ED
4343 temp &= ~SBI_SSCAUXDIV_FINALDIV2SEL(1);
4344 temp |= SBI_SSCAUXDIV_FINALDIV2SEL(auxdiv);
988d6ee8 4345 intel_sbi_write(dev_priv, SBI_SSCAUXDIV6, temp, SBI_ICLK);
e615efe4
ED
4346
4347 /* Enable modulator and associated divider */
988d6ee8 4348 temp = intel_sbi_read(dev_priv, SBI_SSCCTL6, SBI_ICLK);
e615efe4 4349 temp &= ~SBI_SSCCTL_DISABLE;
988d6ee8 4350 intel_sbi_write(dev_priv, SBI_SSCCTL6, temp, SBI_ICLK);
e615efe4 4351
060f02d8
VS
4352 mutex_unlock(&dev_priv->sb_lock);
4353
e615efe4
ED
4354 /* Wait for initialization time */
4355 udelay(24);
4356
4357 I915_WRITE(PIXCLK_GATE, PIXCLK_GATE_UNGATE);
4358}
4359
8802e5b6
VS
4360int lpt_get_iclkip(struct drm_i915_private *dev_priv)
4361{
4362 u32 divsel, phaseinc, auxdiv;
4363 u32 iclk_virtual_root_freq = 172800 * 1000;
4364 u32 iclk_pi_range = 64;
4365 u32 desired_divisor;
4366 u32 temp;
4367
4368 if ((I915_READ(PIXCLK_GATE) & PIXCLK_GATE_UNGATE) == 0)
4369 return 0;
4370
4371 mutex_lock(&dev_priv->sb_lock);
4372
4373 temp = intel_sbi_read(dev_priv, SBI_SSCCTL6, SBI_ICLK);
4374 if (temp & SBI_SSCCTL_DISABLE) {
4375 mutex_unlock(&dev_priv->sb_lock);
4376 return 0;
4377 }
4378
4379 temp = intel_sbi_read(dev_priv, SBI_SSCDIVINTPHASE6, SBI_ICLK);
4380 divsel = (temp & SBI_SSCDIVINTPHASE_DIVSEL_MASK) >>
4381 SBI_SSCDIVINTPHASE_DIVSEL_SHIFT;
4382 phaseinc = (temp & SBI_SSCDIVINTPHASE_INCVAL_MASK) >>
4383 SBI_SSCDIVINTPHASE_INCVAL_SHIFT;
4384
4385 temp = intel_sbi_read(dev_priv, SBI_SSCAUXDIV6, SBI_ICLK);
4386 auxdiv = (temp & SBI_SSCAUXDIV_FINALDIV2SEL_MASK) >>
4387 SBI_SSCAUXDIV_FINALDIV2SEL_SHIFT;
4388
4389 mutex_unlock(&dev_priv->sb_lock);
4390
4391 desired_divisor = (divsel + 2) * iclk_pi_range + phaseinc;
4392
4393 return DIV_ROUND_CLOSEST(iclk_virtual_root_freq,
4394 desired_divisor << auxdiv);
4395}
4396
275f01b2
DV
4397static void ironlake_pch_transcoder_set_timings(struct intel_crtc *crtc,
4398 enum pipe pch_transcoder)
4399{
4400 struct drm_device *dev = crtc->base.dev;
fac5e23e 4401 struct drm_i915_private *dev_priv = to_i915(dev);
6e3c9717 4402 enum transcoder cpu_transcoder = crtc->config->cpu_transcoder;
275f01b2
DV
4403
4404 I915_WRITE(PCH_TRANS_HTOTAL(pch_transcoder),
4405 I915_READ(HTOTAL(cpu_transcoder)));
4406 I915_WRITE(PCH_TRANS_HBLANK(pch_transcoder),
4407 I915_READ(HBLANK(cpu_transcoder)));
4408 I915_WRITE(PCH_TRANS_HSYNC(pch_transcoder),
4409 I915_READ(HSYNC(cpu_transcoder)));
4410
4411 I915_WRITE(PCH_TRANS_VTOTAL(pch_transcoder),
4412 I915_READ(VTOTAL(cpu_transcoder)));
4413 I915_WRITE(PCH_TRANS_VBLANK(pch_transcoder),
4414 I915_READ(VBLANK(cpu_transcoder)));
4415 I915_WRITE(PCH_TRANS_VSYNC(pch_transcoder),
4416 I915_READ(VSYNC(cpu_transcoder)));
4417 I915_WRITE(PCH_TRANS_VSYNCSHIFT(pch_transcoder),
4418 I915_READ(VSYNCSHIFT(cpu_transcoder)));
4419}
4420
003632d9 4421static void cpt_set_fdi_bc_bifurcation(struct drm_device *dev, bool enable)
1fbc0d78 4422{
fac5e23e 4423 struct drm_i915_private *dev_priv = to_i915(dev);
1fbc0d78
DV
4424 uint32_t temp;
4425
4426 temp = I915_READ(SOUTH_CHICKEN1);
003632d9 4427 if (!!(temp & FDI_BC_BIFURCATION_SELECT) == enable)
1fbc0d78
DV
4428 return;
4429
4430 WARN_ON(I915_READ(FDI_RX_CTL(PIPE_B)) & FDI_RX_ENABLE);
4431 WARN_ON(I915_READ(FDI_RX_CTL(PIPE_C)) & FDI_RX_ENABLE);
4432
003632d9
ACO
4433 temp &= ~FDI_BC_BIFURCATION_SELECT;
4434 if (enable)
4435 temp |= FDI_BC_BIFURCATION_SELECT;
4436
4437 DRM_DEBUG_KMS("%sabling fdi C rx\n", enable ? "en" : "dis");
1fbc0d78
DV
4438 I915_WRITE(SOUTH_CHICKEN1, temp);
4439 POSTING_READ(SOUTH_CHICKEN1);
4440}
4441
4442static void ivybridge_update_fdi_bc_bifurcation(struct intel_crtc *intel_crtc)
4443{
4444 struct drm_device *dev = intel_crtc->base.dev;
1fbc0d78
DV
4445
4446 switch (intel_crtc->pipe) {
4447 case PIPE_A:
4448 break;
4449 case PIPE_B:
6e3c9717 4450 if (intel_crtc->config->fdi_lanes > 2)
003632d9 4451 cpt_set_fdi_bc_bifurcation(dev, false);
1fbc0d78 4452 else
003632d9 4453 cpt_set_fdi_bc_bifurcation(dev, true);
1fbc0d78
DV
4454
4455 break;
4456 case PIPE_C:
003632d9 4457 cpt_set_fdi_bc_bifurcation(dev, true);
1fbc0d78
DV
4458
4459 break;
4460 default:
4461 BUG();
4462 }
4463}
4464
c48b5305
VS
4465/* Return which DP Port should be selected for Transcoder DP control */
4466static enum port
4cbe4b2b 4467intel_trans_dp_port_sel(struct intel_crtc *crtc)
c48b5305 4468{
4cbe4b2b 4469 struct drm_device *dev = crtc->base.dev;
c48b5305
VS
4470 struct intel_encoder *encoder;
4471
4cbe4b2b 4472 for_each_encoder_on_crtc(dev, &crtc->base, encoder) {
cca0502b 4473 if (encoder->type == INTEL_OUTPUT_DP ||
c48b5305
VS
4474 encoder->type == INTEL_OUTPUT_EDP)
4475 return enc_to_dig_port(&encoder->base)->port;
4476 }
4477
4478 return -1;
4479}
4480
f67a559d
JB
4481/*
4482 * Enable PCH resources required for PCH ports:
4483 * - PCH PLLs
4484 * - FDI training & RX/TX
4485 * - update transcoder timings
4486 * - DP transcoding bits
4487 * - transcoder
4488 */
2ce42273 4489static void ironlake_pch_enable(const struct intel_crtc_state *crtc_state)
0e23b99d 4490{
2ce42273 4491 struct intel_crtc *crtc = to_intel_crtc(crtc_state->base.crtc);
4cbe4b2b 4492 struct drm_device *dev = crtc->base.dev;
fac5e23e 4493 struct drm_i915_private *dev_priv = to_i915(dev);
4cbe4b2b 4494 int pipe = crtc->pipe;
f0f59a00 4495 u32 temp;
2c07245f 4496
ab9412ba 4497 assert_pch_transcoder_disabled(dev_priv, pipe);
e7e164db 4498
fd6b8f43 4499 if (IS_IVYBRIDGE(dev_priv))
4cbe4b2b 4500 ivybridge_update_fdi_bc_bifurcation(crtc);
1fbc0d78 4501
cd986abb
DV
4502 /* Write the TU size bits before fdi link training, so that error
4503 * detection works. */
4504 I915_WRITE(FDI_RX_TUSIZE1(pipe),
4505 I915_READ(PIPE_DATA_M1(pipe)) & TU_SIZE_MASK);
4506
c98e9dcf 4507 /* For PCH output, training FDI link */
dc4a1094 4508 dev_priv->display.fdi_link_train(crtc, crtc_state);
2c07245f 4509
3ad8a208
DV
4510 /* We need to program the right clock selection before writing the pixel
4511 * mutliplier into the DPLL. */
6e266956 4512 if (HAS_PCH_CPT(dev_priv)) {
ee7b9f93 4513 u32 sel;
4b645f14 4514
c98e9dcf 4515 temp = I915_READ(PCH_DPLL_SEL);
11887397
DV
4516 temp |= TRANS_DPLL_ENABLE(pipe);
4517 sel = TRANS_DPLLB_SEL(pipe);
2ce42273 4518 if (crtc_state->shared_dpll ==
8106ddbd 4519 intel_get_shared_dpll_by_id(dev_priv, DPLL_ID_PCH_PLL_B))
ee7b9f93
JB
4520 temp |= sel;
4521 else
4522 temp &= ~sel;
c98e9dcf 4523 I915_WRITE(PCH_DPLL_SEL, temp);
c98e9dcf 4524 }
5eddb70b 4525
3ad8a208
DV
4526 /* XXX: pch pll's can be enabled any time before we enable the PCH
4527 * transcoder, and we actually should do this to not upset any PCH
4528 * transcoder that already use the clock when we share it.
4529 *
4530 * Note that enable_shared_dpll tries to do the right thing, but
4531 * get_shared_dpll unconditionally resets the pll - we need that to have
4532 * the right LVDS enable sequence. */
4cbe4b2b 4533 intel_enable_shared_dpll(crtc);
3ad8a208 4534
d9b6cb56
JB
4535 /* set transcoder timing, panel must allow it */
4536 assert_panel_unlocked(dev_priv, pipe);
4cbe4b2b 4537 ironlake_pch_transcoder_set_timings(crtc, pipe);
8db9d77b 4538
303b81e0 4539 intel_fdi_normal_train(crtc);
5e84e1a4 4540
c98e9dcf 4541 /* For PCH DP, enable TRANS_DP_CTL */
6e266956 4542 if (HAS_PCH_CPT(dev_priv) &&
2ce42273 4543 intel_crtc_has_dp_encoder(crtc_state)) {
9c4edaee 4544 const struct drm_display_mode *adjusted_mode =
2ce42273 4545 &crtc_state->base.adjusted_mode;
dfd07d72 4546 u32 bpc = (I915_READ(PIPECONF(pipe)) & PIPECONF_BPC_MASK) >> 5;
f0f59a00 4547 i915_reg_t reg = TRANS_DP_CTL(pipe);
5eddb70b
CW
4548 temp = I915_READ(reg);
4549 temp &= ~(TRANS_DP_PORT_SEL_MASK |
220cad3c
EA
4550 TRANS_DP_SYNC_MASK |
4551 TRANS_DP_BPC_MASK);
e3ef4479 4552 temp |= TRANS_DP_OUTPUT_ENABLE;
9325c9f0 4553 temp |= bpc << 9; /* same format but at 11:9 */
c98e9dcf 4554
9c4edaee 4555 if (adjusted_mode->flags & DRM_MODE_FLAG_PHSYNC)
5eddb70b 4556 temp |= TRANS_DP_HSYNC_ACTIVE_HIGH;
9c4edaee 4557 if (adjusted_mode->flags & DRM_MODE_FLAG_PVSYNC)
5eddb70b 4558 temp |= TRANS_DP_VSYNC_ACTIVE_HIGH;
c98e9dcf
JB
4559
4560 switch (intel_trans_dp_port_sel(crtc)) {
c48b5305 4561 case PORT_B:
5eddb70b 4562 temp |= TRANS_DP_PORT_SEL_B;
c98e9dcf 4563 break;
c48b5305 4564 case PORT_C:
5eddb70b 4565 temp |= TRANS_DP_PORT_SEL_C;
c98e9dcf 4566 break;
c48b5305 4567 case PORT_D:
5eddb70b 4568 temp |= TRANS_DP_PORT_SEL_D;
c98e9dcf
JB
4569 break;
4570 default:
e95d41e1 4571 BUG();
32f9d658 4572 }
2c07245f 4573
5eddb70b 4574 I915_WRITE(reg, temp);
6be4a607 4575 }
b52eb4dc 4576
b8a4f404 4577 ironlake_enable_pch_transcoder(dev_priv, pipe);
f67a559d
JB
4578}
4579
2ce42273 4580static void lpt_pch_enable(const struct intel_crtc_state *crtc_state)
1507e5bd 4581{
2ce42273 4582 struct intel_crtc *crtc = to_intel_crtc(crtc_state->base.crtc);
0dcdc382 4583 struct drm_i915_private *dev_priv = to_i915(crtc->base.dev);
2ce42273 4584 enum transcoder cpu_transcoder = crtc_state->cpu_transcoder;
1507e5bd 4585
ab9412ba 4586 assert_pch_transcoder_disabled(dev_priv, TRANSCODER_A);
1507e5bd 4587
8c52b5e8 4588 lpt_program_iclkip(crtc);
1507e5bd 4589
0540e488 4590 /* Set transcoder timing. */
0dcdc382 4591 ironlake_pch_transcoder_set_timings(crtc, PIPE_A);
1507e5bd 4592
937bb610 4593 lpt_enable_pch_transcoder(dev_priv, cpu_transcoder);
f67a559d
JB
4594}
4595
a1520318 4596static void cpt_verify_modeset(struct drm_device *dev, int pipe)
d4270e57 4597{
fac5e23e 4598 struct drm_i915_private *dev_priv = to_i915(dev);
f0f59a00 4599 i915_reg_t dslreg = PIPEDSL(pipe);
d4270e57
JB
4600 u32 temp;
4601
4602 temp = I915_READ(dslreg);
4603 udelay(500);
4604 if (wait_for(I915_READ(dslreg) != temp, 5)) {
d4270e57 4605 if (wait_for(I915_READ(dslreg) != temp, 5))
84f44ce7 4606 DRM_ERROR("mode set failed: pipe %c stuck\n", pipe_name(pipe));
d4270e57
JB
4607 }
4608}
4609
86adf9d7
ML
4610static int
4611skl_update_scaler(struct intel_crtc_state *crtc_state, bool force_detach,
4612 unsigned scaler_user, int *scaler_id, unsigned int rotation,
4613 int src_w, int src_h, int dst_w, int dst_h)
a1b2278e 4614{
86adf9d7
ML
4615 struct intel_crtc_scaler_state *scaler_state =
4616 &crtc_state->scaler_state;
4617 struct intel_crtc *intel_crtc =
4618 to_intel_crtc(crtc_state->base.crtc);
a1b2278e 4619 int need_scaling;
6156a456 4620
bd2ef25d 4621 need_scaling = drm_rotation_90_or_270(rotation) ?
6156a456
CK
4622 (src_h != dst_w || src_w != dst_h):
4623 (src_w != dst_w || src_h != dst_h);
a1b2278e
CK
4624
4625 /*
4626 * if plane is being disabled or scaler is no more required or force detach
4627 * - free scaler binded to this plane/crtc
4628 * - in order to do this, update crtc->scaler_usage
4629 *
4630 * Here scaler state in crtc_state is set free so that
4631 * scaler can be assigned to other user. Actual register
4632 * update to free the scaler is done in plane/panel-fit programming.
4633 * For this purpose crtc/plane_state->scaler_id isn't reset here.
4634 */
86adf9d7 4635 if (force_detach || !need_scaling) {
a1b2278e 4636 if (*scaler_id >= 0) {
86adf9d7 4637 scaler_state->scaler_users &= ~(1 << scaler_user);
a1b2278e
CK
4638 scaler_state->scalers[*scaler_id].in_use = 0;
4639
86adf9d7
ML
4640 DRM_DEBUG_KMS("scaler_user index %u.%u: "
4641 "Staged freeing scaler id %d scaler_users = 0x%x\n",
4642 intel_crtc->pipe, scaler_user, *scaler_id,
a1b2278e
CK
4643 scaler_state->scaler_users);
4644 *scaler_id = -1;
4645 }
4646 return 0;
4647 }
4648
4649 /* range checks */
4650 if (src_w < SKL_MIN_SRC_W || src_h < SKL_MIN_SRC_H ||
4651 dst_w < SKL_MIN_DST_W || dst_h < SKL_MIN_DST_H ||
4652
4653 src_w > SKL_MAX_SRC_W || src_h > SKL_MAX_SRC_H ||
4654 dst_w > SKL_MAX_DST_W || dst_h > SKL_MAX_DST_H) {
86adf9d7 4655 DRM_DEBUG_KMS("scaler_user index %u.%u: src %ux%u dst %ux%u "
a1b2278e 4656 "size is out of scaler range\n",
86adf9d7 4657 intel_crtc->pipe, scaler_user, src_w, src_h, dst_w, dst_h);
a1b2278e
CK
4658 return -EINVAL;
4659 }
4660
86adf9d7
ML
4661 /* mark this plane as a scaler user in crtc_state */
4662 scaler_state->scaler_users |= (1 << scaler_user);
4663 DRM_DEBUG_KMS("scaler_user index %u.%u: "
4664 "staged scaling request for %ux%u->%ux%u scaler_users = 0x%x\n",
4665 intel_crtc->pipe, scaler_user, src_w, src_h, dst_w, dst_h,
4666 scaler_state->scaler_users);
4667
4668 return 0;
4669}
4670
4671/**
4672 * skl_update_scaler_crtc - Stages update to scaler state for a given crtc.
4673 *
4674 * @state: crtc's scaler state
86adf9d7
ML
4675 *
4676 * Return
4677 * 0 - scaler_usage updated successfully
4678 * error - requested scaling cannot be supported or other error condition
4679 */
e435d6e5 4680int skl_update_scaler_crtc(struct intel_crtc_state *state)
86adf9d7 4681{
7c5f93b0 4682 const struct drm_display_mode *adjusted_mode = &state->base.adjusted_mode;
86adf9d7 4683
e435d6e5 4684 return skl_update_scaler(state, !state->base.active, SKL_CRTC_INDEX,
31ad61e4 4685 &state->scaler_state.scaler_id, DRM_ROTATE_0,
86adf9d7 4686 state->pipe_src_w, state->pipe_src_h,
aad941d5 4687 adjusted_mode->crtc_hdisplay, adjusted_mode->crtc_vdisplay);
86adf9d7
ML
4688}
4689
4690/**
4691 * skl_update_scaler_plane - Stages update to scaler state for a given plane.
4692 *
4693 * @state: crtc's scaler state
86adf9d7
ML
4694 * @plane_state: atomic plane state to update
4695 *
4696 * Return
4697 * 0 - scaler_usage updated successfully
4698 * error - requested scaling cannot be supported or other error condition
4699 */
da20eabd
ML
4700static int skl_update_scaler_plane(struct intel_crtc_state *crtc_state,
4701 struct intel_plane_state *plane_state)
86adf9d7
ML
4702{
4703
da20eabd
ML
4704 struct intel_plane *intel_plane =
4705 to_intel_plane(plane_state->base.plane);
86adf9d7
ML
4706 struct drm_framebuffer *fb = plane_state->base.fb;
4707 int ret;
4708
936e71e3 4709 bool force_detach = !fb || !plane_state->base.visible;
86adf9d7 4710
86adf9d7
ML
4711 ret = skl_update_scaler(crtc_state, force_detach,
4712 drm_plane_index(&intel_plane->base),
4713 &plane_state->scaler_id,
4714 plane_state->base.rotation,
936e71e3
VS
4715 drm_rect_width(&plane_state->base.src) >> 16,
4716 drm_rect_height(&plane_state->base.src) >> 16,
4717 drm_rect_width(&plane_state->base.dst),
4718 drm_rect_height(&plane_state->base.dst));
86adf9d7
ML
4719
4720 if (ret || plane_state->scaler_id < 0)
4721 return ret;
4722
a1b2278e 4723 /* check colorkey */
818ed961 4724 if (plane_state->ckey.flags != I915_SET_COLORKEY_NONE) {
72660ce0
VS
4725 DRM_DEBUG_KMS("[PLANE:%d:%s] scaling with color key not allowed",
4726 intel_plane->base.base.id,
4727 intel_plane->base.name);
a1b2278e
CK
4728 return -EINVAL;
4729 }
4730
4731 /* Check src format */
438b74a5 4732 switch (fb->format->format) {
86adf9d7
ML
4733 case DRM_FORMAT_RGB565:
4734 case DRM_FORMAT_XBGR8888:
4735 case DRM_FORMAT_XRGB8888:
4736 case DRM_FORMAT_ABGR8888:
4737 case DRM_FORMAT_ARGB8888:
4738 case DRM_FORMAT_XRGB2101010:
4739 case DRM_FORMAT_XBGR2101010:
4740 case DRM_FORMAT_YUYV:
4741 case DRM_FORMAT_YVYU:
4742 case DRM_FORMAT_UYVY:
4743 case DRM_FORMAT_VYUY:
4744 break;
4745 default:
72660ce0
VS
4746 DRM_DEBUG_KMS("[PLANE:%d:%s] FB:%d unsupported scaling format 0x%x\n",
4747 intel_plane->base.base.id, intel_plane->base.name,
438b74a5 4748 fb->base.id, fb->format->format);
86adf9d7 4749 return -EINVAL;
a1b2278e
CK
4750 }
4751
a1b2278e
CK
4752 return 0;
4753}
4754
e435d6e5
ML
4755static void skylake_scaler_disable(struct intel_crtc *crtc)
4756{
4757 int i;
4758
4759 for (i = 0; i < crtc->num_scalers; i++)
4760 skl_detach_scaler(crtc, i);
4761}
4762
4763static void skylake_pfit_enable(struct intel_crtc *crtc)
bd2e244f
JB
4764{
4765 struct drm_device *dev = crtc->base.dev;
fac5e23e 4766 struct drm_i915_private *dev_priv = to_i915(dev);
bd2e244f 4767 int pipe = crtc->pipe;
a1b2278e
CK
4768 struct intel_crtc_scaler_state *scaler_state =
4769 &crtc->config->scaler_state;
4770
6e3c9717 4771 if (crtc->config->pch_pfit.enabled) {
a1b2278e
CK
4772 int id;
4773
c3f8ad57 4774 if (WARN_ON(crtc->config->scaler_state.scaler_id < 0))
a1b2278e 4775 return;
a1b2278e
CK
4776
4777 id = scaler_state->scaler_id;
4778 I915_WRITE(SKL_PS_CTRL(pipe, id), PS_SCALER_EN |
4779 PS_FILTER_MEDIUM | scaler_state->scalers[id].mode);
4780 I915_WRITE(SKL_PS_WIN_POS(pipe, id), crtc->config->pch_pfit.pos);
4781 I915_WRITE(SKL_PS_WIN_SZ(pipe, id), crtc->config->pch_pfit.size);
bd2e244f
JB
4782 }
4783}
4784
b074cec8
JB
4785static void ironlake_pfit_enable(struct intel_crtc *crtc)
4786{
4787 struct drm_device *dev = crtc->base.dev;
fac5e23e 4788 struct drm_i915_private *dev_priv = to_i915(dev);
b074cec8
JB
4789 int pipe = crtc->pipe;
4790
6e3c9717 4791 if (crtc->config->pch_pfit.enabled) {
b074cec8
JB
4792 /* Force use of hard-coded filter coefficients
4793 * as some pre-programmed values are broken,
4794 * e.g. x201.
4795 */
fd6b8f43 4796 if (IS_IVYBRIDGE(dev_priv) || IS_HASWELL(dev_priv))
b074cec8
JB
4797 I915_WRITE(PF_CTL(pipe), PF_ENABLE | PF_FILTER_MED_3x3 |
4798 PF_PIPE_SEL_IVB(pipe));
4799 else
4800 I915_WRITE(PF_CTL(pipe), PF_ENABLE | PF_FILTER_MED_3x3);
6e3c9717
ACO
4801 I915_WRITE(PF_WIN_POS(pipe), crtc->config->pch_pfit.pos);
4802 I915_WRITE(PF_WIN_SZ(pipe), crtc->config->pch_pfit.size);
d4270e57
JB
4803 }
4804}
4805
20bc8673 4806void hsw_enable_ips(struct intel_crtc *crtc)
d77e4531 4807{
cea165c3 4808 struct drm_device *dev = crtc->base.dev;
fac5e23e 4809 struct drm_i915_private *dev_priv = to_i915(dev);
d77e4531 4810
6e3c9717 4811 if (!crtc->config->ips_enabled)
d77e4531
PZ
4812 return;
4813
307e4498
ML
4814 /*
4815 * We can only enable IPS after we enable a plane and wait for a vblank
4816 * This function is called from post_plane_update, which is run after
4817 * a vblank wait.
4818 */
cea165c3 4819
d77e4531 4820 assert_plane_enabled(dev_priv, crtc->plane);
8652744b 4821 if (IS_BROADWELL(dev_priv)) {
2a114cc1
BW
4822 mutex_lock(&dev_priv->rps.hw_lock);
4823 WARN_ON(sandybridge_pcode_write(dev_priv, DISPLAY_IPS_CONTROL, 0xc0000000));
4824 mutex_unlock(&dev_priv->rps.hw_lock);
4825 /* Quoting Art Runyan: "its not safe to expect any particular
4826 * value in IPS_CTL bit 31 after enabling IPS through the
e59150dc
JB
4827 * mailbox." Moreover, the mailbox may return a bogus state,
4828 * so we need to just enable it and continue on.
2a114cc1
BW
4829 */
4830 } else {
4831 I915_WRITE(IPS_CTL, IPS_ENABLE);
4832 /* The bit only becomes 1 in the next vblank, so this wait here
4833 * is essentially intel_wait_for_vblank. If we don't have this
4834 * and don't wait for vblanks until the end of crtc_enable, then
4835 * the HW state readout code will complain that the expected
4836 * IPS_CTL value is not the one we read. */
2ec9ba3c
CW
4837 if (intel_wait_for_register(dev_priv,
4838 IPS_CTL, IPS_ENABLE, IPS_ENABLE,
4839 50))
2a114cc1
BW
4840 DRM_ERROR("Timed out waiting for IPS enable\n");
4841 }
d77e4531
PZ
4842}
4843
20bc8673 4844void hsw_disable_ips(struct intel_crtc *crtc)
d77e4531
PZ
4845{
4846 struct drm_device *dev = crtc->base.dev;
fac5e23e 4847 struct drm_i915_private *dev_priv = to_i915(dev);
d77e4531 4848
6e3c9717 4849 if (!crtc->config->ips_enabled)
d77e4531
PZ
4850 return;
4851
4852 assert_plane_enabled(dev_priv, crtc->plane);
8652744b 4853 if (IS_BROADWELL(dev_priv)) {
2a114cc1
BW
4854 mutex_lock(&dev_priv->rps.hw_lock);
4855 WARN_ON(sandybridge_pcode_write(dev_priv, DISPLAY_IPS_CONTROL, 0));
4856 mutex_unlock(&dev_priv->rps.hw_lock);
23d0b130 4857 /* wait for pcode to finish disabling IPS, which may take up to 42ms */
b85c1ecf
CW
4858 if (intel_wait_for_register(dev_priv,
4859 IPS_CTL, IPS_ENABLE, 0,
4860 42))
23d0b130 4861 DRM_ERROR("Timed out waiting for IPS disable\n");
e59150dc 4862 } else {
2a114cc1 4863 I915_WRITE(IPS_CTL, 0);
e59150dc
JB
4864 POSTING_READ(IPS_CTL);
4865 }
d77e4531
PZ
4866
4867 /* We need to wait for a vblank before we can disable the plane. */
0f0f74bc 4868 intel_wait_for_vblank(dev_priv, crtc->pipe);
d77e4531
PZ
4869}
4870
7cac945f 4871static void intel_crtc_dpms_overlay_disable(struct intel_crtc *intel_crtc)
d3eedb1a 4872{
7cac945f 4873 if (intel_crtc->overlay) {
d3eedb1a 4874 struct drm_device *dev = intel_crtc->base.dev;
fac5e23e 4875 struct drm_i915_private *dev_priv = to_i915(dev);
d3eedb1a
VS
4876
4877 mutex_lock(&dev->struct_mutex);
4878 dev_priv->mm.interruptible = false;
4879 (void) intel_overlay_switch_off(intel_crtc->overlay);
4880 dev_priv->mm.interruptible = true;
4881 mutex_unlock(&dev->struct_mutex);
4882 }
4883
4884 /* Let userspace switch the overlay on again. In most cases userspace
4885 * has to recompute where to put it anyway.
4886 */
4887}
4888
87d4300a
ML
4889/**
4890 * intel_post_enable_primary - Perform operations after enabling primary plane
4891 * @crtc: the CRTC whose primary plane was just enabled
4892 *
4893 * Performs potentially sleeping operations that must be done after the primary
4894 * plane is enabled, such as updating FBC and IPS. Note that this may be
4895 * called due to an explicit primary plane update, or due to an implicit
4896 * re-enable that is caused when a sprite plane is updated to no longer
4897 * completely hide the primary plane.
4898 */
4899static void
4900intel_post_enable_primary(struct drm_crtc *crtc)
a5c4d7bc
VS
4901{
4902 struct drm_device *dev = crtc->dev;
fac5e23e 4903 struct drm_i915_private *dev_priv = to_i915(dev);
a5c4d7bc
VS
4904 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
4905 int pipe = intel_crtc->pipe;
a5c4d7bc 4906
87d4300a
ML
4907 /*
4908 * FIXME IPS should be fine as long as one plane is
4909 * enabled, but in practice it seems to have problems
4910 * when going from primary only to sprite only and vice
4911 * versa.
4912 */
a5c4d7bc
VS
4913 hsw_enable_ips(intel_crtc);
4914
f99d7069 4915 /*
87d4300a
ML
4916 * Gen2 reports pipe underruns whenever all planes are disabled.
4917 * So don't enable underrun reporting before at least some planes
4918 * are enabled.
4919 * FIXME: Need to fix the logic to work when we turn off all planes
4920 * but leave the pipe running.
f99d7069 4921 */
5db94019 4922 if (IS_GEN2(dev_priv))
87d4300a
ML
4923 intel_set_cpu_fifo_underrun_reporting(dev_priv, pipe, true);
4924
aca7b684
VS
4925 /* Underruns don't always raise interrupts, so check manually. */
4926 intel_check_cpu_fifo_underruns(dev_priv);
4927 intel_check_pch_fifo_underruns(dev_priv);
a5c4d7bc
VS
4928}
4929
2622a081 4930/* FIXME move all this to pre_plane_update() with proper state tracking */
87d4300a
ML
4931static void
4932intel_pre_disable_primary(struct drm_crtc *crtc)
a5c4d7bc
VS
4933{
4934 struct drm_device *dev = crtc->dev;
fac5e23e 4935 struct drm_i915_private *dev_priv = to_i915(dev);
a5c4d7bc
VS
4936 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
4937 int pipe = intel_crtc->pipe;
a5c4d7bc 4938
87d4300a
ML
4939 /*
4940 * Gen2 reports pipe underruns whenever all planes are disabled.
4941 * So diasble underrun reporting before all the planes get disabled.
4942 * FIXME: Need to fix the logic to work when we turn off all planes
4943 * but leave the pipe running.
4944 */
5db94019 4945 if (IS_GEN2(dev_priv))
87d4300a 4946 intel_set_cpu_fifo_underrun_reporting(dev_priv, pipe, false);
a5c4d7bc 4947
2622a081
VS
4948 /*
4949 * FIXME IPS should be fine as long as one plane is
4950 * enabled, but in practice it seems to have problems
4951 * when going from primary only to sprite only and vice
4952 * versa.
4953 */
4954 hsw_disable_ips(intel_crtc);
4955}
4956
4957/* FIXME get rid of this and use pre_plane_update */
4958static void
4959intel_pre_disable_primary_noatomic(struct drm_crtc *crtc)
4960{
4961 struct drm_device *dev = crtc->dev;
fac5e23e 4962 struct drm_i915_private *dev_priv = to_i915(dev);
2622a081
VS
4963 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
4964 int pipe = intel_crtc->pipe;
4965
4966 intel_pre_disable_primary(crtc);
4967
87d4300a
ML
4968 /*
4969 * Vblank time updates from the shadow to live plane control register
4970 * are blocked if the memory self-refresh mode is active at that
4971 * moment. So to make sure the plane gets truly disabled, disable
4972 * first the self-refresh mode. The self-refresh enable bit in turn
4973 * will be checked/applied by the HW only at the next frame start
4974 * event which is after the vblank start event, so we need to have a
4975 * wait-for-vblank between disabling the plane and the pipe.
4976 */
11a85d6a
VS
4977 if (HAS_GMCH_DISPLAY(dev_priv) &&
4978 intel_set_memory_cxsr(dev_priv, false))
0f0f74bc 4979 intel_wait_for_vblank(dev_priv, pipe);
87d4300a
ML
4980}
4981
5a21b665
DV
4982static void intel_post_plane_update(struct intel_crtc_state *old_crtc_state)
4983{
4984 struct intel_crtc *crtc = to_intel_crtc(old_crtc_state->base.crtc);
4985 struct drm_atomic_state *old_state = old_crtc_state->base.state;
4986 struct intel_crtc_state *pipe_config =
4987 to_intel_crtc_state(crtc->base.state);
5a21b665
DV
4988 struct drm_plane *primary = crtc->base.primary;
4989 struct drm_plane_state *old_pri_state =
4990 drm_atomic_get_existing_plane_state(old_state, primary);
4991
5748b6a1 4992 intel_frontbuffer_flip(to_i915(crtc->base.dev), pipe_config->fb_bits);
5a21b665 4993
5a21b665 4994 if (pipe_config->update_wm_post && pipe_config->base.active)
432081bc 4995 intel_update_watermarks(crtc);
5a21b665
DV
4996
4997 if (old_pri_state) {
4998 struct intel_plane_state *primary_state =
4999 to_intel_plane_state(primary->state);
5000 struct intel_plane_state *old_primary_state =
5001 to_intel_plane_state(old_pri_state);
5002
5003 intel_fbc_post_update(crtc);
5004
936e71e3 5005 if (primary_state->base.visible &&
5a21b665 5006 (needs_modeset(&pipe_config->base) ||
936e71e3 5007 !old_primary_state->base.visible))
5a21b665
DV
5008 intel_post_enable_primary(&crtc->base);
5009 }
5010}
5011
aa5e9b47
ML
5012static void intel_pre_plane_update(struct intel_crtc_state *old_crtc_state,
5013 struct intel_crtc_state *pipe_config)
ac21b225 5014{
5c74cd73 5015 struct intel_crtc *crtc = to_intel_crtc(old_crtc_state->base.crtc);
ac21b225 5016 struct drm_device *dev = crtc->base.dev;
fac5e23e 5017 struct drm_i915_private *dev_priv = to_i915(dev);
5c74cd73
ML
5018 struct drm_atomic_state *old_state = old_crtc_state->base.state;
5019 struct drm_plane *primary = crtc->base.primary;
5020 struct drm_plane_state *old_pri_state =
5021 drm_atomic_get_existing_plane_state(old_state, primary);
5022 bool modeset = needs_modeset(&pipe_config->base);
ccf010fb
ML
5023 struct intel_atomic_state *old_intel_state =
5024 to_intel_atomic_state(old_state);
ac21b225 5025
5c74cd73
ML
5026 if (old_pri_state) {
5027 struct intel_plane_state *primary_state =
5028 to_intel_plane_state(primary->state);
5029 struct intel_plane_state *old_primary_state =
5030 to_intel_plane_state(old_pri_state);
5031
faf68d92 5032 intel_fbc_pre_update(crtc, pipe_config, primary_state);
31ae71fc 5033
936e71e3
VS
5034 if (old_primary_state->base.visible &&
5035 (modeset || !primary_state->base.visible))
5c74cd73
ML
5036 intel_pre_disable_primary(&crtc->base);
5037 }
852eb00d 5038
5eeb798b
VS
5039 /*
5040 * Vblank time updates from the shadow to live plane control register
5041 * are blocked if the memory self-refresh mode is active at that
5042 * moment. So to make sure the plane gets truly disabled, disable
5043 * first the self-refresh mode. The self-refresh enable bit in turn
5044 * will be checked/applied by the HW only at the next frame start
5045 * event which is after the vblank start event, so we need to have a
5046 * wait-for-vblank between disabling the plane and the pipe.
5047 */
5048 if (HAS_GMCH_DISPLAY(dev_priv) && old_crtc_state->base.active &&
5049 pipe_config->disable_cxsr && intel_set_memory_cxsr(dev_priv, false))
5050 intel_wait_for_vblank(dev_priv, crtc->pipe);
92826fcd 5051
ed4a6a7c
MR
5052 /*
5053 * IVB workaround: must disable low power watermarks for at least
5054 * one frame before enabling scaling. LP watermarks can be re-enabled
5055 * when scaling is disabled.
5056 *
5057 * WaCxSRDisabledForSpriteScaling:ivb
5058 */
ddd2b792 5059 if (pipe_config->disable_lp_wm && ilk_disable_lp_wm(dev))
0f0f74bc 5060 intel_wait_for_vblank(dev_priv, crtc->pipe);
ed4a6a7c
MR
5061
5062 /*
5063 * If we're doing a modeset, we're done. No need to do any pre-vblank
5064 * watermark programming here.
5065 */
5066 if (needs_modeset(&pipe_config->base))
5067 return;
5068
5069 /*
5070 * For platforms that support atomic watermarks, program the
5071 * 'intermediate' watermarks immediately. On pre-gen9 platforms, these
5072 * will be the intermediate values that are safe for both pre- and
5073 * post- vblank; when vblank happens, the 'active' values will be set
5074 * to the final 'target' values and we'll do this again to get the
5075 * optimal watermarks. For gen9+ platforms, the values we program here
5076 * will be the final target values which will get automatically latched
5077 * at vblank time; no further programming will be necessary.
5078 *
5079 * If a platform hasn't been transitioned to atomic watermarks yet,
5080 * we'll continue to update watermarks the old way, if flags tell
5081 * us to.
5082 */
5083 if (dev_priv->display.initial_watermarks != NULL)
ccf010fb
ML
5084 dev_priv->display.initial_watermarks(old_intel_state,
5085 pipe_config);
caed361d 5086 else if (pipe_config->update_wm_pre)
432081bc 5087 intel_update_watermarks(crtc);
ac21b225
ML
5088}
5089
d032ffa0 5090static void intel_crtc_disable_planes(struct drm_crtc *crtc, unsigned plane_mask)
87d4300a
ML
5091{
5092 struct drm_device *dev = crtc->dev;
5093 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
d032ffa0 5094 struct drm_plane *p;
87d4300a
ML
5095 int pipe = intel_crtc->pipe;
5096
7cac945f 5097 intel_crtc_dpms_overlay_disable(intel_crtc);
27321ae8 5098
d032ffa0
ML
5099 drm_for_each_plane_mask(p, dev, plane_mask)
5100 to_intel_plane(p)->disable_plane(p, crtc);
f98551ae 5101
f99d7069
DV
5102 /*
5103 * FIXME: Once we grow proper nuclear flip support out of this we need
5104 * to compute the mask of flip planes precisely. For the time being
5105 * consider this a flip to a NULL plane.
5106 */
5748b6a1 5107 intel_frontbuffer_flip(to_i915(dev), INTEL_FRONTBUFFER_ALL_MASK(pipe));
a5c4d7bc
VS
5108}
5109
fb1c98b1 5110static void intel_encoders_pre_pll_enable(struct drm_crtc *crtc,
fd6bbda9 5111 struct intel_crtc_state *crtc_state,
fb1c98b1
ML
5112 struct drm_atomic_state *old_state)
5113{
aa5e9b47 5114 struct drm_connector_state *conn_state;
fb1c98b1
ML
5115 struct drm_connector *conn;
5116 int i;
5117
aa5e9b47 5118 for_each_new_connector_in_state(old_state, conn, conn_state, i) {
fb1c98b1
ML
5119 struct intel_encoder *encoder =
5120 to_intel_encoder(conn_state->best_encoder);
5121
5122 if (conn_state->crtc != crtc)
5123 continue;
5124
5125 if (encoder->pre_pll_enable)
fd6bbda9 5126 encoder->pre_pll_enable(encoder, crtc_state, conn_state);
fb1c98b1
ML
5127 }
5128}
5129
5130static void intel_encoders_pre_enable(struct drm_crtc *crtc,
fd6bbda9 5131 struct intel_crtc_state *crtc_state,
fb1c98b1
ML
5132 struct drm_atomic_state *old_state)
5133{
aa5e9b47 5134 struct drm_connector_state *conn_state;
fb1c98b1
ML
5135 struct drm_connector *conn;
5136 int i;
5137
aa5e9b47 5138 for_each_new_connector_in_state(old_state, conn, conn_state, i) {
fb1c98b1
ML
5139 struct intel_encoder *encoder =
5140 to_intel_encoder(conn_state->best_encoder);
5141
5142 if (conn_state->crtc != crtc)
5143 continue;
5144
5145 if (encoder->pre_enable)
fd6bbda9 5146 encoder->pre_enable(encoder, crtc_state, conn_state);
fb1c98b1
ML
5147 }
5148}
5149
5150static void intel_encoders_enable(struct drm_crtc *crtc,
fd6bbda9 5151 struct intel_crtc_state *crtc_state,
fb1c98b1
ML
5152 struct drm_atomic_state *old_state)
5153{
aa5e9b47 5154 struct drm_connector_state *conn_state;
fb1c98b1
ML
5155 struct drm_connector *conn;
5156 int i;
5157
aa5e9b47 5158 for_each_new_connector_in_state(old_state, conn, conn_state, i) {
fb1c98b1
ML
5159 struct intel_encoder *encoder =
5160 to_intel_encoder(conn_state->best_encoder);
5161
5162 if (conn_state->crtc != crtc)
5163 continue;
5164
fd6bbda9 5165 encoder->enable(encoder, crtc_state, conn_state);
fb1c98b1
ML
5166 intel_opregion_notify_encoder(encoder, true);
5167 }
5168}
5169
5170static void intel_encoders_disable(struct drm_crtc *crtc,
fd6bbda9 5171 struct intel_crtc_state *old_crtc_state,
fb1c98b1
ML
5172 struct drm_atomic_state *old_state)
5173{
5174 struct drm_connector_state *old_conn_state;
5175 struct drm_connector *conn;
5176 int i;
5177
aa5e9b47 5178 for_each_old_connector_in_state(old_state, conn, old_conn_state, i) {
fb1c98b1
ML
5179 struct intel_encoder *encoder =
5180 to_intel_encoder(old_conn_state->best_encoder);
5181
5182 if (old_conn_state->crtc != crtc)
5183 continue;
5184
5185 intel_opregion_notify_encoder(encoder, false);
fd6bbda9 5186 encoder->disable(encoder, old_crtc_state, old_conn_state);
fb1c98b1
ML
5187 }
5188}
5189
5190static void intel_encoders_post_disable(struct drm_crtc *crtc,
fd6bbda9 5191 struct intel_crtc_state *old_crtc_state,
fb1c98b1
ML
5192 struct drm_atomic_state *old_state)
5193{
5194 struct drm_connector_state *old_conn_state;
5195 struct drm_connector *conn;
5196 int i;
5197
aa5e9b47 5198 for_each_old_connector_in_state(old_state, conn, old_conn_state, i) {
fb1c98b1
ML
5199 struct intel_encoder *encoder =
5200 to_intel_encoder(old_conn_state->best_encoder);
5201
5202 if (old_conn_state->crtc != crtc)
5203 continue;
5204
5205 if (encoder->post_disable)
fd6bbda9 5206 encoder->post_disable(encoder, old_crtc_state, old_conn_state);
fb1c98b1
ML
5207 }
5208}
5209
5210static void intel_encoders_post_pll_disable(struct drm_crtc *crtc,
fd6bbda9 5211 struct intel_crtc_state *old_crtc_state,
fb1c98b1
ML
5212 struct drm_atomic_state *old_state)
5213{
5214 struct drm_connector_state *old_conn_state;
5215 struct drm_connector *conn;
5216 int i;
5217
aa5e9b47 5218 for_each_old_connector_in_state(old_state, conn, old_conn_state, i) {
fb1c98b1
ML
5219 struct intel_encoder *encoder =
5220 to_intel_encoder(old_conn_state->best_encoder);
5221
5222 if (old_conn_state->crtc != crtc)
5223 continue;
5224
5225 if (encoder->post_pll_disable)
fd6bbda9 5226 encoder->post_pll_disable(encoder, old_crtc_state, old_conn_state);
fb1c98b1
ML
5227 }
5228}
5229
4a806558
ML
5230static void ironlake_crtc_enable(struct intel_crtc_state *pipe_config,
5231 struct drm_atomic_state *old_state)
f67a559d 5232{
4a806558 5233 struct drm_crtc *crtc = pipe_config->base.crtc;
f67a559d 5234 struct drm_device *dev = crtc->dev;
fac5e23e 5235 struct drm_i915_private *dev_priv = to_i915(dev);
f67a559d
JB
5236 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
5237 int pipe = intel_crtc->pipe;
ccf010fb
ML
5238 struct intel_atomic_state *old_intel_state =
5239 to_intel_atomic_state(old_state);
f67a559d 5240
53d9f4e9 5241 if (WARN_ON(intel_crtc->active))
f67a559d
JB
5242 return;
5243
b2c0593a
VS
5244 /*
5245 * Sometimes spurious CPU pipe underruns happen during FDI
5246 * training, at least with VGA+HDMI cloning. Suppress them.
5247 *
5248 * On ILK we get an occasional spurious CPU pipe underruns
5249 * between eDP port A enable and vdd enable. Also PCH port
5250 * enable seems to result in the occasional CPU pipe underrun.
5251 *
5252 * Spurious PCH underruns also occur during PCH enabling.
5253 */
5254 if (intel_crtc->config->has_pch_encoder || IS_GEN5(dev_priv))
5255 intel_set_cpu_fifo_underrun_reporting(dev_priv, pipe, false);
81b088ca
VS
5256 if (intel_crtc->config->has_pch_encoder)
5257 intel_set_pch_fifo_underrun_reporting(dev_priv, pipe, false);
5258
6e3c9717 5259 if (intel_crtc->config->has_pch_encoder)
b14b1055
DV
5260 intel_prepare_shared_dpll(intel_crtc);
5261
37a5650b 5262 if (intel_crtc_has_dp_encoder(intel_crtc->config))
fe3cd48d 5263 intel_dp_set_m_n(intel_crtc, M1_N1);
29407aab
DV
5264
5265 intel_set_pipe_timings(intel_crtc);
bc58be60 5266 intel_set_pipe_src_size(intel_crtc);
29407aab 5267
6e3c9717 5268 if (intel_crtc->config->has_pch_encoder) {
29407aab 5269 intel_cpu_transcoder_set_m_n(intel_crtc,
6e3c9717 5270 &intel_crtc->config->fdi_m_n, NULL);
29407aab
DV
5271 }
5272
5273 ironlake_set_pipeconf(crtc);
5274
f67a559d 5275 intel_crtc->active = true;
8664281b 5276
fd6bbda9 5277 intel_encoders_pre_enable(crtc, pipe_config, old_state);
f67a559d 5278
6e3c9717 5279 if (intel_crtc->config->has_pch_encoder) {
fff367c7
DV
5280 /* Note: FDI PLL enabling _must_ be done before we enable the
5281 * cpu pipes, hence this is separate from all the other fdi/pch
5282 * enabling. */
88cefb6c 5283 ironlake_fdi_pll_enable(intel_crtc);
46b6f814
DV
5284 } else {
5285 assert_fdi_tx_disabled(dev_priv, pipe);
5286 assert_fdi_rx_disabled(dev_priv, pipe);
5287 }
f67a559d 5288
b074cec8 5289 ironlake_pfit_enable(intel_crtc);
f67a559d 5290
9c54c0dd
JB
5291 /*
5292 * On ILK+ LUT must be loaded before the pipe is running but with
5293 * clocks enabled
5294 */
b95c5321 5295 intel_color_load_luts(&pipe_config->base);
9c54c0dd 5296
1d5bf5d9 5297 if (dev_priv->display.initial_watermarks != NULL)
ccf010fb 5298 dev_priv->display.initial_watermarks(old_intel_state, intel_crtc->config);
e1fdc473 5299 intel_enable_pipe(intel_crtc);
f67a559d 5300
6e3c9717 5301 if (intel_crtc->config->has_pch_encoder)
2ce42273 5302 ironlake_pch_enable(pipe_config);
c98e9dcf 5303
f9b61ff6
DV
5304 assert_vblank_disabled(crtc);
5305 drm_crtc_vblank_on(crtc);
5306
fd6bbda9 5307 intel_encoders_enable(crtc, pipe_config, old_state);
61b77ddd 5308
6e266956 5309 if (HAS_PCH_CPT(dev_priv))
a1520318 5310 cpt_verify_modeset(dev, intel_crtc->pipe);
37ca8d4c
VS
5311
5312 /* Must wait for vblank to avoid spurious PCH FIFO underruns */
5313 if (intel_crtc->config->has_pch_encoder)
0f0f74bc 5314 intel_wait_for_vblank(dev_priv, pipe);
b2c0593a 5315 intel_set_cpu_fifo_underrun_reporting(dev_priv, pipe, true);
37ca8d4c 5316 intel_set_pch_fifo_underrun_reporting(dev_priv, pipe, true);
6be4a607
JB
5317}
5318
42db64ef
PZ
5319/* IPS only exists on ULT machines and is tied to pipe A. */
5320static bool hsw_crtc_supports_ips(struct intel_crtc *crtc)
5321{
50a0bc90 5322 return HAS_IPS(to_i915(crtc->base.dev)) && crtc->pipe == PIPE_A;
42db64ef
PZ
5323}
5324
4a806558
ML
5325static void haswell_crtc_enable(struct intel_crtc_state *pipe_config,
5326 struct drm_atomic_state *old_state)
4f771f10 5327{
4a806558 5328 struct drm_crtc *crtc = pipe_config->base.crtc;
6315b5d3 5329 struct drm_i915_private *dev_priv = to_i915(crtc->dev);
4f771f10 5330 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
99d736a2 5331 int pipe = intel_crtc->pipe, hsw_workaround_pipe;
4d1de975 5332 enum transcoder cpu_transcoder = intel_crtc->config->cpu_transcoder;
ccf010fb
ML
5333 struct intel_atomic_state *old_intel_state =
5334 to_intel_atomic_state(old_state);
4f771f10 5335
53d9f4e9 5336 if (WARN_ON(intel_crtc->active))
4f771f10
PZ
5337 return;
5338
81b088ca
VS
5339 if (intel_crtc->config->has_pch_encoder)
5340 intel_set_pch_fifo_underrun_reporting(dev_priv, TRANSCODER_A,
5341 false);
5342
fd6bbda9 5343 intel_encoders_pre_pll_enable(crtc, pipe_config, old_state);
95a7a2ae 5344
8106ddbd 5345 if (intel_crtc->config->shared_dpll)
df8ad70c
DV
5346 intel_enable_shared_dpll(intel_crtc);
5347
37a5650b 5348 if (intel_crtc_has_dp_encoder(intel_crtc->config))
fe3cd48d 5349 intel_dp_set_m_n(intel_crtc, M1_N1);
229fca97 5350
d7edc4e5 5351 if (!transcoder_is_dsi(cpu_transcoder))
4d1de975
JN
5352 intel_set_pipe_timings(intel_crtc);
5353
bc58be60 5354 intel_set_pipe_src_size(intel_crtc);
229fca97 5355
4d1de975
JN
5356 if (cpu_transcoder != TRANSCODER_EDP &&
5357 !transcoder_is_dsi(cpu_transcoder)) {
5358 I915_WRITE(PIPE_MULT(cpu_transcoder),
6e3c9717 5359 intel_crtc->config->pixel_multiplier - 1);
ebb69c95
CT
5360 }
5361
6e3c9717 5362 if (intel_crtc->config->has_pch_encoder) {
229fca97 5363 intel_cpu_transcoder_set_m_n(intel_crtc,
6e3c9717 5364 &intel_crtc->config->fdi_m_n, NULL);
229fca97
DV
5365 }
5366
d7edc4e5 5367 if (!transcoder_is_dsi(cpu_transcoder))
4d1de975
JN
5368 haswell_set_pipeconf(crtc);
5369
391bf048 5370 haswell_set_pipemisc(crtc);
229fca97 5371
b95c5321 5372 intel_color_set_csc(&pipe_config->base);
229fca97 5373
4f771f10 5374 intel_crtc->active = true;
8664281b 5375
6b698516
DV
5376 if (intel_crtc->config->has_pch_encoder)
5377 intel_set_cpu_fifo_underrun_reporting(dev_priv, pipe, false);
5378 else
5379 intel_set_cpu_fifo_underrun_reporting(dev_priv, pipe, true);
5380
fd6bbda9 5381 intel_encoders_pre_enable(crtc, pipe_config, old_state);
4f771f10 5382
d2d65408 5383 if (intel_crtc->config->has_pch_encoder)
dc4a1094 5384 dev_priv->display.fdi_link_train(intel_crtc, pipe_config);
4fe9467d 5385
d7edc4e5 5386 if (!transcoder_is_dsi(cpu_transcoder))
3dc38eea 5387 intel_ddi_enable_pipe_clock(pipe_config);
4f771f10 5388
6315b5d3 5389 if (INTEL_GEN(dev_priv) >= 9)
e435d6e5 5390 skylake_pfit_enable(intel_crtc);
ff6d9f55 5391 else
1c132b44 5392 ironlake_pfit_enable(intel_crtc);
4f771f10
PZ
5393
5394 /*
5395 * On ILK+ LUT must be loaded before the pipe is running but with
5396 * clocks enabled
5397 */
b95c5321 5398 intel_color_load_luts(&pipe_config->base);
4f771f10 5399
3dc38eea 5400 intel_ddi_set_pipe_settings(pipe_config);
d7edc4e5 5401 if (!transcoder_is_dsi(cpu_transcoder))
3dc38eea 5402 intel_ddi_enable_transcoder_func(pipe_config);
4f771f10 5403
1d5bf5d9 5404 if (dev_priv->display.initial_watermarks != NULL)
3125d39f 5405 dev_priv->display.initial_watermarks(old_intel_state, pipe_config);
4d1de975
JN
5406
5407 /* XXX: Do the pipe assertions at the right place for BXT DSI. */
d7edc4e5 5408 if (!transcoder_is_dsi(cpu_transcoder))
4d1de975 5409 intel_enable_pipe(intel_crtc);
42db64ef 5410
6e3c9717 5411 if (intel_crtc->config->has_pch_encoder)
2ce42273 5412 lpt_pch_enable(pipe_config);
4f771f10 5413
0037071d 5414 if (intel_crtc_has_type(intel_crtc->config, INTEL_OUTPUT_DP_MST))
3dc38eea 5415 intel_ddi_set_vc_payload_alloc(pipe_config, true);
0e32b39c 5416
f9b61ff6
DV
5417 assert_vblank_disabled(crtc);
5418 drm_crtc_vblank_on(crtc);
5419
fd6bbda9 5420 intel_encoders_enable(crtc, pipe_config, old_state);
4f771f10 5421
6b698516 5422 if (intel_crtc->config->has_pch_encoder) {
0f0f74bc
VS
5423 intel_wait_for_vblank(dev_priv, pipe);
5424 intel_wait_for_vblank(dev_priv, pipe);
6b698516 5425 intel_set_cpu_fifo_underrun_reporting(dev_priv, pipe, true);
d2d65408
VS
5426 intel_set_pch_fifo_underrun_reporting(dev_priv, TRANSCODER_A,
5427 true);
6b698516 5428 }
d2d65408 5429
e4916946
PZ
5430 /* If we change the relative order between pipe/planes enabling, we need
5431 * to change the workaround. */
99d736a2 5432 hsw_workaround_pipe = pipe_config->hsw_workaround_pipe;
772c2a51 5433 if (IS_HASWELL(dev_priv) && hsw_workaround_pipe != INVALID_PIPE) {
0f0f74bc
VS
5434 intel_wait_for_vblank(dev_priv, hsw_workaround_pipe);
5435 intel_wait_for_vblank(dev_priv, hsw_workaround_pipe);
99d736a2 5436 }
4f771f10
PZ
5437}
5438
bfd16b2a 5439static void ironlake_pfit_disable(struct intel_crtc *crtc, bool force)
3f8dce3a
DV
5440{
5441 struct drm_device *dev = crtc->base.dev;
fac5e23e 5442 struct drm_i915_private *dev_priv = to_i915(dev);
3f8dce3a
DV
5443 int pipe = crtc->pipe;
5444
5445 /* To avoid upsetting the power well on haswell only disable the pfit if
5446 * it's in use. The hw state code will make sure we get this right. */
bfd16b2a 5447 if (force || crtc->config->pch_pfit.enabled) {
3f8dce3a
DV
5448 I915_WRITE(PF_CTL(pipe), 0);
5449 I915_WRITE(PF_WIN_POS(pipe), 0);
5450 I915_WRITE(PF_WIN_SZ(pipe), 0);
5451 }
5452}
5453
4a806558
ML
5454static void ironlake_crtc_disable(struct intel_crtc_state *old_crtc_state,
5455 struct drm_atomic_state *old_state)
6be4a607 5456{
4a806558 5457 struct drm_crtc *crtc = old_crtc_state->base.crtc;
6be4a607 5458 struct drm_device *dev = crtc->dev;
fac5e23e 5459 struct drm_i915_private *dev_priv = to_i915(dev);
6be4a607
JB
5460 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
5461 int pipe = intel_crtc->pipe;
b52eb4dc 5462
b2c0593a
VS
5463 /*
5464 * Sometimes spurious CPU pipe underruns happen when the
5465 * pipe is already disabled, but FDI RX/TX is still enabled.
5466 * Happens at least with VGA+HDMI cloning. Suppress them.
5467 */
5468 if (intel_crtc->config->has_pch_encoder) {
5469 intel_set_cpu_fifo_underrun_reporting(dev_priv, pipe, false);
37ca8d4c 5470 intel_set_pch_fifo_underrun_reporting(dev_priv, pipe, false);
b2c0593a 5471 }
37ca8d4c 5472
fd6bbda9 5473 intel_encoders_disable(crtc, old_crtc_state, old_state);
ea9d758d 5474
f9b61ff6
DV
5475 drm_crtc_vblank_off(crtc);
5476 assert_vblank_disabled(crtc);
5477
575f7ab7 5478 intel_disable_pipe(intel_crtc);
32f9d658 5479
bfd16b2a 5480 ironlake_pfit_disable(intel_crtc, false);
2c07245f 5481
b2c0593a 5482 if (intel_crtc->config->has_pch_encoder)
5a74f70a
VS
5483 ironlake_fdi_disable(crtc);
5484
fd6bbda9 5485 intel_encoders_post_disable(crtc, old_crtc_state, old_state);
2c07245f 5486
6e3c9717 5487 if (intel_crtc->config->has_pch_encoder) {
d925c59a 5488 ironlake_disable_pch_transcoder(dev_priv, pipe);
6be4a607 5489
6e266956 5490 if (HAS_PCH_CPT(dev_priv)) {
f0f59a00
VS
5491 i915_reg_t reg;
5492 u32 temp;
5493
d925c59a
DV
5494 /* disable TRANS_DP_CTL */
5495 reg = TRANS_DP_CTL(pipe);
5496 temp = I915_READ(reg);
5497 temp &= ~(TRANS_DP_OUTPUT_ENABLE |
5498 TRANS_DP_PORT_SEL_MASK);
5499 temp |= TRANS_DP_PORT_SEL_NONE;
5500 I915_WRITE(reg, temp);
5501
5502 /* disable DPLL_SEL */
5503 temp = I915_READ(PCH_DPLL_SEL);
11887397 5504 temp &= ~(TRANS_DPLL_ENABLE(pipe) | TRANS_DPLLB_SEL(pipe));
d925c59a 5505 I915_WRITE(PCH_DPLL_SEL, temp);
9db4a9c7 5506 }
e3421a18 5507
d925c59a
DV
5508 ironlake_fdi_pll_disable(intel_crtc);
5509 }
81b088ca 5510
b2c0593a 5511 intel_set_cpu_fifo_underrun_reporting(dev_priv, pipe, true);
81b088ca 5512 intel_set_pch_fifo_underrun_reporting(dev_priv, pipe, true);
6be4a607 5513}
1b3c7a47 5514
4a806558
ML
5515static void haswell_crtc_disable(struct intel_crtc_state *old_crtc_state,
5516 struct drm_atomic_state *old_state)
ee7b9f93 5517{
4a806558 5518 struct drm_crtc *crtc = old_crtc_state->base.crtc;
6315b5d3 5519 struct drm_i915_private *dev_priv = to_i915(crtc->dev);
ee7b9f93 5520 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
6e3c9717 5521 enum transcoder cpu_transcoder = intel_crtc->config->cpu_transcoder;
ee7b9f93 5522
d2d65408
VS
5523 if (intel_crtc->config->has_pch_encoder)
5524 intel_set_pch_fifo_underrun_reporting(dev_priv, TRANSCODER_A,
5525 false);
5526
fd6bbda9 5527 intel_encoders_disable(crtc, old_crtc_state, old_state);
4f771f10 5528
f9b61ff6
DV
5529 drm_crtc_vblank_off(crtc);
5530 assert_vblank_disabled(crtc);
5531
4d1de975 5532 /* XXX: Do the pipe assertions at the right place for BXT DSI. */
d7edc4e5 5533 if (!transcoder_is_dsi(cpu_transcoder))
4d1de975 5534 intel_disable_pipe(intel_crtc);
4f771f10 5535
0037071d 5536 if (intel_crtc_has_type(intel_crtc->config, INTEL_OUTPUT_DP_MST))
3dc38eea 5537 intel_ddi_set_vc_payload_alloc(intel_crtc->config, false);
a4bf214f 5538
d7edc4e5 5539 if (!transcoder_is_dsi(cpu_transcoder))
7d4aefd0 5540 intel_ddi_disable_transcoder_func(dev_priv, cpu_transcoder);
4f771f10 5541
6315b5d3 5542 if (INTEL_GEN(dev_priv) >= 9)
e435d6e5 5543 skylake_scaler_disable(intel_crtc);
ff6d9f55 5544 else
bfd16b2a 5545 ironlake_pfit_disable(intel_crtc, false);
4f771f10 5546
d7edc4e5 5547 if (!transcoder_is_dsi(cpu_transcoder))
3dc38eea 5548 intel_ddi_disable_pipe_clock(intel_crtc->config);
4f771f10 5549
fd6bbda9 5550 intel_encoders_post_disable(crtc, old_crtc_state, old_state);
81b088ca 5551
b7076546 5552 if (old_crtc_state->has_pch_encoder)
81b088ca
VS
5553 intel_set_pch_fifo_underrun_reporting(dev_priv, TRANSCODER_A,
5554 true);
4f771f10
PZ
5555}
5556
2dd24552
JB
5557static void i9xx_pfit_enable(struct intel_crtc *crtc)
5558{
5559 struct drm_device *dev = crtc->base.dev;
fac5e23e 5560 struct drm_i915_private *dev_priv = to_i915(dev);
6e3c9717 5561 struct intel_crtc_state *pipe_config = crtc->config;
2dd24552 5562
681a8504 5563 if (!pipe_config->gmch_pfit.control)
2dd24552
JB
5564 return;
5565
2dd24552 5566 /*
c0b03411
DV
5567 * The panel fitter should only be adjusted whilst the pipe is disabled,
5568 * according to register description and PRM.
2dd24552 5569 */
c0b03411
DV
5570 WARN_ON(I915_READ(PFIT_CONTROL) & PFIT_ENABLE);
5571 assert_pipe_disabled(dev_priv, crtc->pipe);
2dd24552 5572
b074cec8
JB
5573 I915_WRITE(PFIT_PGM_RATIOS, pipe_config->gmch_pfit.pgm_ratios);
5574 I915_WRITE(PFIT_CONTROL, pipe_config->gmch_pfit.control);
5a80c45c
DV
5575
5576 /* Border color in case we don't scale up to the full screen. Black by
5577 * default, change to something else for debugging. */
5578 I915_WRITE(BCLRPAT(crtc->pipe), 0);
2dd24552
JB
5579}
5580
79f255a0 5581enum intel_display_power_domain intel_port_to_power_domain(enum port port)
d05410f9
DA
5582{
5583 switch (port) {
5584 case PORT_A:
6331a704 5585 return POWER_DOMAIN_PORT_DDI_A_LANES;
d05410f9 5586 case PORT_B:
6331a704 5587 return POWER_DOMAIN_PORT_DDI_B_LANES;
d05410f9 5588 case PORT_C:
6331a704 5589 return POWER_DOMAIN_PORT_DDI_C_LANES;
d05410f9 5590 case PORT_D:
6331a704 5591 return POWER_DOMAIN_PORT_DDI_D_LANES;
d8e19f99 5592 case PORT_E:
6331a704 5593 return POWER_DOMAIN_PORT_DDI_E_LANES;
d05410f9 5594 default:
b9fec167 5595 MISSING_CASE(port);
d05410f9
DA
5596 return POWER_DOMAIN_PORT_OTHER;
5597 }
5598}
5599
d8fc70b7
ACO
5600static u64 get_crtc_power_domains(struct drm_crtc *crtc,
5601 struct intel_crtc_state *crtc_state)
77d22dca 5602{
319be8ae 5603 struct drm_device *dev = crtc->dev;
37255d8d 5604 struct drm_i915_private *dev_priv = to_i915(dev);
74bff5f9 5605 struct drm_encoder *encoder;
319be8ae
ID
5606 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
5607 enum pipe pipe = intel_crtc->pipe;
d8fc70b7 5608 u64 mask;
74bff5f9 5609 enum transcoder transcoder = crtc_state->cpu_transcoder;
77d22dca 5610
74bff5f9 5611 if (!crtc_state->base.active)
292b990e
ML
5612 return 0;
5613
77d22dca
ID
5614 mask = BIT(POWER_DOMAIN_PIPE(pipe));
5615 mask |= BIT(POWER_DOMAIN_TRANSCODER(transcoder));
74bff5f9
ML
5616 if (crtc_state->pch_pfit.enabled ||
5617 crtc_state->pch_pfit.force_thru)
d8fc70b7 5618 mask |= BIT_ULL(POWER_DOMAIN_PIPE_PANEL_FITTER(pipe));
77d22dca 5619
74bff5f9
ML
5620 drm_for_each_encoder_mask(encoder, dev, crtc_state->base.encoder_mask) {
5621 struct intel_encoder *intel_encoder = to_intel_encoder(encoder);
5622
79f255a0 5623 mask |= BIT_ULL(intel_encoder->power_domain);
74bff5f9 5624 }
319be8ae 5625
37255d8d
ML
5626 if (HAS_DDI(dev_priv) && crtc_state->has_audio)
5627 mask |= BIT(POWER_DOMAIN_AUDIO);
5628
15e7ec29 5629 if (crtc_state->shared_dpll)
d8fc70b7 5630 mask |= BIT_ULL(POWER_DOMAIN_PLLS);
15e7ec29 5631
77d22dca
ID
5632 return mask;
5633}
5634
d2d15016 5635static u64
74bff5f9
ML
5636modeset_get_crtc_power_domains(struct drm_crtc *crtc,
5637 struct intel_crtc_state *crtc_state)
77d22dca 5638{
fac5e23e 5639 struct drm_i915_private *dev_priv = to_i915(crtc->dev);
292b990e
ML
5640 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
5641 enum intel_display_power_domain domain;
d8fc70b7 5642 u64 domains, new_domains, old_domains;
77d22dca 5643
292b990e 5644 old_domains = intel_crtc->enabled_power_domains;
74bff5f9
ML
5645 intel_crtc->enabled_power_domains = new_domains =
5646 get_crtc_power_domains(crtc, crtc_state);
77d22dca 5647
5a21b665 5648 domains = new_domains & ~old_domains;
292b990e
ML
5649
5650 for_each_power_domain(domain, domains)
5651 intel_display_power_get(dev_priv, domain);
5652
5a21b665 5653 return old_domains & ~new_domains;
292b990e
ML
5654}
5655
5656static void modeset_put_power_domains(struct drm_i915_private *dev_priv,
d8fc70b7 5657 u64 domains)
292b990e
ML
5658{
5659 enum intel_display_power_domain domain;
5660
5661 for_each_power_domain(domain, domains)
5662 intel_display_power_put(dev_priv, domain);
5663}
77d22dca 5664
7ff89ca2
VS
5665static void valleyview_crtc_enable(struct intel_crtc_state *pipe_config,
5666 struct drm_atomic_state *old_state)
adafdc6f 5667{
ff32c54e
VS
5668 struct intel_atomic_state *old_intel_state =
5669 to_intel_atomic_state(old_state);
7ff89ca2
VS
5670 struct drm_crtc *crtc = pipe_config->base.crtc;
5671 struct drm_device *dev = crtc->dev;
5672 struct drm_i915_private *dev_priv = to_i915(dev);
5673 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
5674 int pipe = intel_crtc->pipe;
adafdc6f 5675
7ff89ca2
VS
5676 if (WARN_ON(intel_crtc->active))
5677 return;
adafdc6f 5678
7ff89ca2
VS
5679 if (intel_crtc_has_dp_encoder(intel_crtc->config))
5680 intel_dp_set_m_n(intel_crtc, M1_N1);
b2045352 5681
7ff89ca2
VS
5682 intel_set_pipe_timings(intel_crtc);
5683 intel_set_pipe_src_size(intel_crtc);
b2045352 5684
7ff89ca2
VS
5685 if (IS_CHERRYVIEW(dev_priv) && pipe == PIPE_B) {
5686 struct drm_i915_private *dev_priv = to_i915(dev);
560a7ae4 5687
7ff89ca2
VS
5688 I915_WRITE(CHV_BLEND(pipe), CHV_BLEND_LEGACY);
5689 I915_WRITE(CHV_CANVAS(pipe), 0);
560a7ae4
DL
5690 }
5691
7ff89ca2 5692 i9xx_set_pipeconf(intel_crtc);
560a7ae4 5693
7ff89ca2 5694 intel_crtc->active = true;
92891e45 5695
7ff89ca2 5696 intel_set_cpu_fifo_underrun_reporting(dev_priv, pipe, true);
5f199dfa 5697
7ff89ca2 5698 intel_encoders_pre_pll_enable(crtc, pipe_config, old_state);
5f199dfa 5699
7ff89ca2
VS
5700 if (IS_CHERRYVIEW(dev_priv)) {
5701 chv_prepare_pll(intel_crtc, intel_crtc->config);
5702 chv_enable_pll(intel_crtc, intel_crtc->config);
5703 } else {
5704 vlv_prepare_pll(intel_crtc, intel_crtc->config);
5705 vlv_enable_pll(intel_crtc, intel_crtc->config);
5f199dfa
VS
5706 }
5707
7ff89ca2 5708 intel_encoders_pre_enable(crtc, pipe_config, old_state);
5f199dfa 5709
7ff89ca2 5710 i9xx_pfit_enable(intel_crtc);
89b3c3c7 5711
7ff89ca2 5712 intel_color_load_luts(&pipe_config->base);
89b3c3c7 5713
ff32c54e
VS
5714 dev_priv->display.initial_watermarks(old_intel_state,
5715 pipe_config);
7ff89ca2
VS
5716 intel_enable_pipe(intel_crtc);
5717
5718 assert_vblank_disabled(crtc);
5719 drm_crtc_vblank_on(crtc);
89b3c3c7 5720
7ff89ca2 5721 intel_encoders_enable(crtc, pipe_config, old_state);
89b3c3c7
ACO
5722}
5723
7ff89ca2 5724static void i9xx_set_pll_dividers(struct intel_crtc *crtc)
2b73001e 5725{
7ff89ca2
VS
5726 struct drm_device *dev = crtc->base.dev;
5727 struct drm_i915_private *dev_priv = to_i915(dev);
83d7c81f 5728
7ff89ca2
VS
5729 I915_WRITE(FP0(crtc->pipe), crtc->config->dpll_hw_state.fp0);
5730 I915_WRITE(FP1(crtc->pipe), crtc->config->dpll_hw_state.fp1);
2b73001e
VS
5731}
5732
7ff89ca2
VS
5733static void i9xx_crtc_enable(struct intel_crtc_state *pipe_config,
5734 struct drm_atomic_state *old_state)
2b73001e 5735{
7ff89ca2
VS
5736 struct drm_crtc *crtc = pipe_config->base.crtc;
5737 struct drm_device *dev = crtc->dev;
5738 struct drm_i915_private *dev_priv = to_i915(dev);
5739 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
5740 enum pipe pipe = intel_crtc->pipe;
2b73001e 5741
7ff89ca2
VS
5742 if (WARN_ON(intel_crtc->active))
5743 return;
2b73001e 5744
7ff89ca2 5745 i9xx_set_pll_dividers(intel_crtc);
2b73001e 5746
7ff89ca2
VS
5747 if (intel_crtc_has_dp_encoder(intel_crtc->config))
5748 intel_dp_set_m_n(intel_crtc, M1_N1);
83d7c81f 5749
7ff89ca2
VS
5750 intel_set_pipe_timings(intel_crtc);
5751 intel_set_pipe_src_size(intel_crtc);
2b73001e 5752
7ff89ca2 5753 i9xx_set_pipeconf(intel_crtc);
f8437dd1 5754
7ff89ca2 5755 intel_crtc->active = true;
5f199dfa 5756
7ff89ca2
VS
5757 if (!IS_GEN2(dev_priv))
5758 intel_set_cpu_fifo_underrun_reporting(dev_priv, pipe, true);
5f199dfa 5759
7ff89ca2 5760 intel_encoders_pre_enable(crtc, pipe_config, old_state);
f8437dd1 5761
7ff89ca2 5762 i9xx_enable_pll(intel_crtc);
f8437dd1 5763
7ff89ca2 5764 i9xx_pfit_enable(intel_crtc);
f8437dd1 5765
7ff89ca2 5766 intel_color_load_luts(&pipe_config->base);
f8437dd1 5767
7ff89ca2
VS
5768 intel_update_watermarks(intel_crtc);
5769 intel_enable_pipe(intel_crtc);
f8437dd1 5770
7ff89ca2
VS
5771 assert_vblank_disabled(crtc);
5772 drm_crtc_vblank_on(crtc);
f8437dd1 5773
7ff89ca2
VS
5774 intel_encoders_enable(crtc, pipe_config, old_state);
5775}
f8437dd1 5776
7ff89ca2
VS
5777static void i9xx_pfit_disable(struct intel_crtc *crtc)
5778{
5779 struct drm_device *dev = crtc->base.dev;
5780 struct drm_i915_private *dev_priv = to_i915(dev);
f8437dd1 5781
7ff89ca2 5782 if (!crtc->config->gmch_pfit.control)
f8437dd1 5783 return;
f8437dd1 5784
7ff89ca2
VS
5785 assert_pipe_disabled(dev_priv, crtc->pipe);
5786
5787 DRM_DEBUG_DRIVER("disabling pfit, current: 0x%08x\n",
5788 I915_READ(PFIT_CONTROL));
5789 I915_WRITE(PFIT_CONTROL, 0);
f8437dd1
VK
5790}
5791
7ff89ca2
VS
5792static void i9xx_crtc_disable(struct intel_crtc_state *old_crtc_state,
5793 struct drm_atomic_state *old_state)
f8437dd1 5794{
7ff89ca2
VS
5795 struct drm_crtc *crtc = old_crtc_state->base.crtc;
5796 struct drm_device *dev = crtc->dev;
5797 struct drm_i915_private *dev_priv = to_i915(dev);
5798 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
5799 int pipe = intel_crtc->pipe;
d66a2194 5800
d66a2194 5801 /*
7ff89ca2
VS
5802 * On gen2 planes are double buffered but the pipe isn't, so we must
5803 * wait for planes to fully turn off before disabling the pipe.
d66a2194 5804 */
7ff89ca2
VS
5805 if (IS_GEN2(dev_priv))
5806 intel_wait_for_vblank(dev_priv, pipe);
d66a2194 5807
7ff89ca2 5808 intel_encoders_disable(crtc, old_crtc_state, old_state);
d66a2194 5809
7ff89ca2
VS
5810 drm_crtc_vblank_off(crtc);
5811 assert_vblank_disabled(crtc);
d66a2194 5812
7ff89ca2 5813 intel_disable_pipe(intel_crtc);
d66a2194 5814
7ff89ca2 5815 i9xx_pfit_disable(intel_crtc);
89b3c3c7 5816
7ff89ca2 5817 intel_encoders_post_disable(crtc, old_crtc_state, old_state);
d66a2194 5818
7ff89ca2
VS
5819 if (!intel_crtc_has_type(intel_crtc->config, INTEL_OUTPUT_DSI)) {
5820 if (IS_CHERRYVIEW(dev_priv))
5821 chv_disable_pll(dev_priv, pipe);
5822 else if (IS_VALLEYVIEW(dev_priv))
5823 vlv_disable_pll(dev_priv, pipe);
5824 else
5825 i9xx_disable_pll(intel_crtc);
5826 }
c2e001ef 5827
7ff89ca2 5828 intel_encoders_post_pll_disable(crtc, old_crtc_state, old_state);
89b3c3c7 5829
7ff89ca2
VS
5830 if (!IS_GEN2(dev_priv))
5831 intel_set_cpu_fifo_underrun_reporting(dev_priv, pipe, false);
ff32c54e
VS
5832
5833 if (!dev_priv->display.initial_watermarks)
5834 intel_update_watermarks(intel_crtc);
f8437dd1
VK
5835}
5836
7ff89ca2 5837static void intel_crtc_disable_noatomic(struct drm_crtc *crtc)
f8437dd1 5838{
7ff89ca2
VS
5839 struct intel_encoder *encoder;
5840 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
5841 struct drm_i915_private *dev_priv = to_i915(crtc->dev);
5842 enum intel_display_power_domain domain;
d2d15016 5843 u64 domains;
7ff89ca2
VS
5844 struct drm_atomic_state *state;
5845 struct intel_crtc_state *crtc_state;
5846 int ret;
f8437dd1 5847
7ff89ca2
VS
5848 if (!intel_crtc->active)
5849 return;
a8ca4934 5850
7ff89ca2
VS
5851 if (crtc->primary->state->visible) {
5852 WARN_ON(intel_crtc->flip_work);
5d96d8af 5853
7ff89ca2 5854 intel_pre_disable_primary_noatomic(crtc);
709e05c3 5855
7ff89ca2
VS
5856 intel_crtc_disable_planes(crtc, 1 << drm_plane_index(crtc->primary));
5857 crtc->primary->state->visible = false;
5858 }
5d96d8af 5859
7ff89ca2
VS
5860 state = drm_atomic_state_alloc(crtc->dev);
5861 if (!state) {
5862 DRM_DEBUG_KMS("failed to disable [CRTC:%d:%s], out of memory",
5863 crtc->base.id, crtc->name);
1c3f7700 5864 return;
7ff89ca2 5865 }
9f7eb31a 5866
7ff89ca2 5867 state->acquire_ctx = crtc->dev->mode_config.acquire_ctx;
ea61791e 5868
7ff89ca2
VS
5869 /* Everything's already locked, -EDEADLK can't happen. */
5870 crtc_state = intel_atomic_get_crtc_state(state, intel_crtc);
5871 ret = drm_atomic_add_affected_connectors(state, crtc);
9f7eb31a 5872
7ff89ca2 5873 WARN_ON(IS_ERR(crtc_state) || ret);
5d96d8af 5874
7ff89ca2 5875 dev_priv->display.crtc_disable(crtc_state, state);
4a806558 5876
0853695c 5877 drm_atomic_state_put(state);
842e0307 5878
78108b7c
VS
5879 DRM_DEBUG_KMS("[CRTC:%d:%s] hw state adjusted, was enabled, now disabled\n",
5880 crtc->base.id, crtc->name);
842e0307
ML
5881
5882 WARN_ON(drm_atomic_set_mode_for_crtc(crtc->state, NULL) < 0);
5883 crtc->state->active = false;
37d9078b 5884 intel_crtc->active = false;
842e0307
ML
5885 crtc->enabled = false;
5886 crtc->state->connector_mask = 0;
5887 crtc->state->encoder_mask = 0;
5888
5889 for_each_encoder_on_crtc(crtc->dev, crtc, encoder)
5890 encoder->base.crtc = NULL;
5891
58f9c0bc 5892 intel_fbc_disable(intel_crtc);
432081bc 5893 intel_update_watermarks(intel_crtc);
1f7457b1 5894 intel_disable_shared_dpll(intel_crtc);
b17d48e2
ML
5895
5896 domains = intel_crtc->enabled_power_domains;
5897 for_each_power_domain(domain, domains)
5898 intel_display_power_put(dev_priv, domain);
5899 intel_crtc->enabled_power_domains = 0;
565602d7
ML
5900
5901 dev_priv->active_crtcs &= ~(1 << intel_crtc->pipe);
5902 dev_priv->min_pixclk[intel_crtc->pipe] = 0;
b17d48e2
ML
5903}
5904
6b72d486
ML
5905/*
5906 * turn all crtc's off, but do not adjust state
5907 * This has to be paired with a call to intel_modeset_setup_hw_state.
5908 */
70e0bd74 5909int intel_display_suspend(struct drm_device *dev)
ee7b9f93 5910{
e2c8b870 5911 struct drm_i915_private *dev_priv = to_i915(dev);
70e0bd74 5912 struct drm_atomic_state *state;
e2c8b870 5913 int ret;
70e0bd74 5914
e2c8b870
ML
5915 state = drm_atomic_helper_suspend(dev);
5916 ret = PTR_ERR_OR_ZERO(state);
70e0bd74
ML
5917 if (ret)
5918 DRM_ERROR("Suspending crtc's failed with %i\n", ret);
e2c8b870
ML
5919 else
5920 dev_priv->modeset_restore_state = state;
70e0bd74 5921 return ret;
ee7b9f93
JB
5922}
5923
ea5b213a 5924void intel_encoder_destroy(struct drm_encoder *encoder)
7e7d76c3 5925{
4ef69c7a 5926 struct intel_encoder *intel_encoder = to_intel_encoder(encoder);
ea5b213a 5927
ea5b213a
CW
5928 drm_encoder_cleanup(encoder);
5929 kfree(intel_encoder);
7e7d76c3
JB
5930}
5931
0a91ca29
DV
5932/* Cross check the actual hw state with our own modeset state tracking (and it's
5933 * internal consistency). */
5a21b665 5934static void intel_connector_verify_state(struct intel_connector *connector)
79e53945 5935{
5a21b665 5936 struct drm_crtc *crtc = connector->base.state->crtc;
35dd3c64
ML
5937
5938 DRM_DEBUG_KMS("[CONNECTOR:%d:%s]\n",
5939 connector->base.base.id,
5940 connector->base.name);
5941
0a91ca29 5942 if (connector->get_hw_state(connector)) {
e85376cb 5943 struct intel_encoder *encoder = connector->encoder;
5a21b665 5944 struct drm_connector_state *conn_state = connector->base.state;
0a91ca29 5945
35dd3c64
ML
5946 I915_STATE_WARN(!crtc,
5947 "connector enabled without attached crtc\n");
0a91ca29 5948
35dd3c64
ML
5949 if (!crtc)
5950 return;
5951
5952 I915_STATE_WARN(!crtc->state->active,
5953 "connector is active, but attached crtc isn't\n");
5954
e85376cb 5955 if (!encoder || encoder->type == INTEL_OUTPUT_DP_MST)
35dd3c64
ML
5956 return;
5957
e85376cb 5958 I915_STATE_WARN(conn_state->best_encoder != &encoder->base,
35dd3c64
ML
5959 "atomic encoder doesn't match attached encoder\n");
5960
e85376cb 5961 I915_STATE_WARN(conn_state->crtc != encoder->base.crtc,
35dd3c64
ML
5962 "attached encoder crtc differs from connector crtc\n");
5963 } else {
4d688a2a
ML
5964 I915_STATE_WARN(crtc && crtc->state->active,
5965 "attached crtc is active, but connector isn't\n");
5a21b665 5966 I915_STATE_WARN(!crtc && connector->base.state->best_encoder,
35dd3c64 5967 "best encoder set without crtc!\n");
0a91ca29 5968 }
79e53945
JB
5969}
5970
08d9bc92
ACO
5971int intel_connector_init(struct intel_connector *connector)
5972{
5350a031 5973 drm_atomic_helper_connector_reset(&connector->base);
08d9bc92 5974
5350a031 5975 if (!connector->base.state)
08d9bc92
ACO
5976 return -ENOMEM;
5977
08d9bc92
ACO
5978 return 0;
5979}
5980
5981struct intel_connector *intel_connector_alloc(void)
5982{
5983 struct intel_connector *connector;
5984
5985 connector = kzalloc(sizeof *connector, GFP_KERNEL);
5986 if (!connector)
5987 return NULL;
5988
5989 if (intel_connector_init(connector) < 0) {
5990 kfree(connector);
5991 return NULL;
5992 }
5993
5994 return connector;
5995}
5996
f0947c37
DV
5997/* Simple connector->get_hw_state implementation for encoders that support only
5998 * one connector and no cloning and hence the encoder state determines the state
5999 * of the connector. */
6000bool intel_connector_get_hw_state(struct intel_connector *connector)
ea5b213a 6001{
24929352 6002 enum pipe pipe = 0;
f0947c37 6003 struct intel_encoder *encoder = connector->encoder;
ea5b213a 6004
f0947c37 6005 return encoder->get_hw_state(encoder, &pipe);
ea5b213a
CW
6006}
6007
6d293983 6008static int pipe_required_fdi_lanes(struct intel_crtc_state *crtc_state)
d272ddfa 6009{
6d293983
ACO
6010 if (crtc_state->base.enable && crtc_state->has_pch_encoder)
6011 return crtc_state->fdi_lanes;
d272ddfa
VS
6012
6013 return 0;
6014}
6015
6d293983 6016static int ironlake_check_fdi_lanes(struct drm_device *dev, enum pipe pipe,
5cec258b 6017 struct intel_crtc_state *pipe_config)
1857e1da 6018{
8652744b 6019 struct drm_i915_private *dev_priv = to_i915(dev);
6d293983
ACO
6020 struct drm_atomic_state *state = pipe_config->base.state;
6021 struct intel_crtc *other_crtc;
6022 struct intel_crtc_state *other_crtc_state;
6023
1857e1da
DV
6024 DRM_DEBUG_KMS("checking fdi config on pipe %c, lanes %i\n",
6025 pipe_name(pipe), pipe_config->fdi_lanes);
6026 if (pipe_config->fdi_lanes > 4) {
6027 DRM_DEBUG_KMS("invalid fdi lane config on pipe %c: %i lanes\n",
6028 pipe_name(pipe), pipe_config->fdi_lanes);
6d293983 6029 return -EINVAL;
1857e1da
DV
6030 }
6031
8652744b 6032 if (IS_HASWELL(dev_priv) || IS_BROADWELL(dev_priv)) {
1857e1da
DV
6033 if (pipe_config->fdi_lanes > 2) {
6034 DRM_DEBUG_KMS("only 2 lanes on haswell, required: %i lanes\n",
6035 pipe_config->fdi_lanes);
6d293983 6036 return -EINVAL;
1857e1da 6037 } else {
6d293983 6038 return 0;
1857e1da
DV
6039 }
6040 }
6041
b7f05d4a 6042 if (INTEL_INFO(dev_priv)->num_pipes == 2)
6d293983 6043 return 0;
1857e1da
DV
6044
6045 /* Ivybridge 3 pipe is really complicated */
6046 switch (pipe) {
6047 case PIPE_A:
6d293983 6048 return 0;
1857e1da 6049 case PIPE_B:
6d293983
ACO
6050 if (pipe_config->fdi_lanes <= 2)
6051 return 0;
6052
b91eb5cc 6053 other_crtc = intel_get_crtc_for_pipe(dev_priv, PIPE_C);
6d293983
ACO
6054 other_crtc_state =
6055 intel_atomic_get_crtc_state(state, other_crtc);
6056 if (IS_ERR(other_crtc_state))
6057 return PTR_ERR(other_crtc_state);
6058
6059 if (pipe_required_fdi_lanes(other_crtc_state) > 0) {
1857e1da
DV
6060 DRM_DEBUG_KMS("invalid shared fdi lane config on pipe %c: %i lanes\n",
6061 pipe_name(pipe), pipe_config->fdi_lanes);
6d293983 6062 return -EINVAL;
1857e1da 6063 }
6d293983 6064 return 0;
1857e1da 6065 case PIPE_C:
251cc67c
VS
6066 if (pipe_config->fdi_lanes > 2) {
6067 DRM_DEBUG_KMS("only 2 lanes on pipe %c: required %i lanes\n",
6068 pipe_name(pipe), pipe_config->fdi_lanes);
6d293983 6069 return -EINVAL;
251cc67c 6070 }
6d293983 6071
b91eb5cc 6072 other_crtc = intel_get_crtc_for_pipe(dev_priv, PIPE_B);
6d293983
ACO
6073 other_crtc_state =
6074 intel_atomic_get_crtc_state(state, other_crtc);
6075 if (IS_ERR(other_crtc_state))
6076 return PTR_ERR(other_crtc_state);
6077
6078 if (pipe_required_fdi_lanes(other_crtc_state) > 2) {
1857e1da 6079 DRM_DEBUG_KMS("fdi link B uses too many lanes to enable link C\n");
6d293983 6080 return -EINVAL;
1857e1da 6081 }
6d293983 6082 return 0;
1857e1da
DV
6083 default:
6084 BUG();
6085 }
6086}
6087
e29c22c0
DV
6088#define RETRY 1
6089static int ironlake_fdi_compute_config(struct intel_crtc *intel_crtc,
5cec258b 6090 struct intel_crtc_state *pipe_config)
877d48d5 6091{
1857e1da 6092 struct drm_device *dev = intel_crtc->base.dev;
7c5f93b0 6093 const struct drm_display_mode *adjusted_mode = &pipe_config->base.adjusted_mode;
6d293983
ACO
6094 int lane, link_bw, fdi_dotclock, ret;
6095 bool needs_recompute = false;
877d48d5 6096
e29c22c0 6097retry:
877d48d5
DV
6098 /* FDI is a binary signal running at ~2.7GHz, encoding
6099 * each output octet as 10 bits. The actual frequency
6100 * is stored as a divider into a 100MHz clock, and the
6101 * mode pixel clock is stored in units of 1KHz.
6102 * Hence the bw of each lane in terms of the mode signal
6103 * is:
6104 */
21a727b3 6105 link_bw = intel_fdi_link_freq(to_i915(dev), pipe_config);
877d48d5 6106
241bfc38 6107 fdi_dotclock = adjusted_mode->crtc_clock;
877d48d5 6108
2bd89a07 6109 lane = ironlake_get_lanes_required(fdi_dotclock, link_bw,
877d48d5
DV
6110 pipe_config->pipe_bpp);
6111
6112 pipe_config->fdi_lanes = lane;
6113
2bd89a07 6114 intel_link_compute_m_n(pipe_config->pipe_bpp, lane, fdi_dotclock,
877d48d5 6115 link_bw, &pipe_config->fdi_m_n);
1857e1da 6116
e3b247da 6117 ret = ironlake_check_fdi_lanes(dev, intel_crtc->pipe, pipe_config);
6d293983 6118 if (ret == -EINVAL && pipe_config->pipe_bpp > 6*3) {
e29c22c0 6119 pipe_config->pipe_bpp -= 2*3;
7ff89ca2
VS
6120 DRM_DEBUG_KMS("fdi link bw constraint, reducing pipe bpp to %i\n",
6121 pipe_config->pipe_bpp);
6122 needs_recompute = true;
6123 pipe_config->bw_constrained = true;
257a7ffc 6124
7ff89ca2 6125 goto retry;
257a7ffc 6126 }
79e53945 6127
7ff89ca2
VS
6128 if (needs_recompute)
6129 return RETRY;
e70236a8 6130
7ff89ca2 6131 return ret;
e70236a8
JB
6132}
6133
7ff89ca2
VS
6134static bool pipe_config_supports_ips(struct drm_i915_private *dev_priv,
6135 struct intel_crtc_state *pipe_config)
e70236a8 6136{
7ff89ca2
VS
6137 if (pipe_config->pipe_bpp > 24)
6138 return false;
e70236a8 6139
7ff89ca2
VS
6140 /* HSW can handle pixel rate up to cdclk? */
6141 if (IS_HASWELL(dev_priv))
6142 return true;
1b1d2716 6143
65cd2b3f 6144 /*
7ff89ca2
VS
6145 * We compare against max which means we must take
6146 * the increased cdclk requirement into account when
6147 * calculating the new cdclk.
6148 *
6149 * Should measure whether using a lower cdclk w/o IPS
e70236a8 6150 */
7ff89ca2
VS
6151 return pipe_config->pixel_rate <=
6152 dev_priv->max_cdclk_freq * 95 / 100;
e70236a8 6153}
79e53945 6154
7ff89ca2
VS
6155static void hsw_compute_ips_config(struct intel_crtc *crtc,
6156 struct intel_crtc_state *pipe_config)
6157{
6158 struct drm_device *dev = crtc->base.dev;
6159 struct drm_i915_private *dev_priv = to_i915(dev);
34edce2f 6160
7ff89ca2
VS
6161 pipe_config->ips_enabled = i915.enable_ips &&
6162 hsw_crtc_supports_ips(crtc) &&
6163 pipe_config_supports_ips(dev_priv, pipe_config);
34edce2f
VS
6164}
6165
7ff89ca2 6166static bool intel_crtc_supports_double_wide(const struct intel_crtc *crtc)
34edce2f 6167{
7ff89ca2 6168 const struct drm_i915_private *dev_priv = to_i915(crtc->base.dev);
34edce2f 6169
7ff89ca2
VS
6170 /* GDG double wide on either pipe, otherwise pipe A only */
6171 return INTEL_INFO(dev_priv)->gen < 4 &&
6172 (crtc->pipe == PIPE_A || IS_I915G(dev_priv));
34edce2f
VS
6173}
6174
ceb99320
VS
6175static uint32_t ilk_pipe_pixel_rate(const struct intel_crtc_state *pipe_config)
6176{
6177 uint32_t pixel_rate;
6178
6179 pixel_rate = pipe_config->base.adjusted_mode.crtc_clock;
6180
6181 /*
6182 * We only use IF-ID interlacing. If we ever use
6183 * PF-ID we'll need to adjust the pixel_rate here.
6184 */
6185
6186 if (pipe_config->pch_pfit.enabled) {
6187 uint64_t pipe_w, pipe_h, pfit_w, pfit_h;
6188 uint32_t pfit_size = pipe_config->pch_pfit.size;
6189
6190 pipe_w = pipe_config->pipe_src_w;
6191 pipe_h = pipe_config->pipe_src_h;
6192
6193 pfit_w = (pfit_size >> 16) & 0xFFFF;
6194 pfit_h = pfit_size & 0xFFFF;
6195 if (pipe_w < pfit_w)
6196 pipe_w = pfit_w;
6197 if (pipe_h < pfit_h)
6198 pipe_h = pfit_h;
6199
6200 if (WARN_ON(!pfit_w || !pfit_h))
6201 return pixel_rate;
6202
6203 pixel_rate = div_u64((uint64_t) pixel_rate * pipe_w * pipe_h,
6204 pfit_w * pfit_h);
6205 }
6206
6207 return pixel_rate;
6208}
6209
7ff89ca2 6210static void intel_crtc_compute_pixel_rate(struct intel_crtc_state *crtc_state)
34edce2f 6211{
7ff89ca2 6212 struct drm_i915_private *dev_priv = to_i915(crtc_state->base.crtc->dev);
34edce2f 6213
7ff89ca2
VS
6214 if (HAS_GMCH_DISPLAY(dev_priv))
6215 /* FIXME calculate proper pipe pixel rate for GMCH pfit */
6216 crtc_state->pixel_rate =
6217 crtc_state->base.adjusted_mode.crtc_clock;
6218 else
6219 crtc_state->pixel_rate =
6220 ilk_pipe_pixel_rate(crtc_state);
6221}
34edce2f 6222
7ff89ca2
VS
6223static int intel_crtc_compute_config(struct intel_crtc *crtc,
6224 struct intel_crtc_state *pipe_config)
6225{
6226 struct drm_device *dev = crtc->base.dev;
6227 struct drm_i915_private *dev_priv = to_i915(dev);
6228 const struct drm_display_mode *adjusted_mode = &pipe_config->base.adjusted_mode;
6229 int clock_limit = dev_priv->max_dotclk_freq;
34edce2f 6230
7ff89ca2
VS
6231 if (INTEL_GEN(dev_priv) < 4) {
6232 clock_limit = dev_priv->max_cdclk_freq * 9 / 10;
34edce2f 6233
7ff89ca2
VS
6234 /*
6235 * Enable double wide mode when the dot clock
6236 * is > 90% of the (display) core speed.
6237 */
6238 if (intel_crtc_supports_double_wide(crtc) &&
6239 adjusted_mode->crtc_clock > clock_limit) {
6240 clock_limit = dev_priv->max_dotclk_freq;
6241 pipe_config->double_wide = true;
6242 }
34edce2f
VS
6243 }
6244
7ff89ca2
VS
6245 if (adjusted_mode->crtc_clock > clock_limit) {
6246 DRM_DEBUG_KMS("requested pixel clock (%d kHz) too high (max: %d kHz, double wide: %s)\n",
6247 adjusted_mode->crtc_clock, clock_limit,
6248 yesno(pipe_config->double_wide));
6249 return -EINVAL;
6250 }
34edce2f 6251
7ff89ca2
VS
6252 /*
6253 * Pipe horizontal size must be even in:
6254 * - DVO ganged mode
6255 * - LVDS dual channel mode
6256 * - Double wide pipe
6257 */
6258 if ((intel_crtc_has_type(pipe_config, INTEL_OUTPUT_LVDS) &&
6259 intel_is_dual_link_lvds(dev)) || pipe_config->double_wide)
6260 pipe_config->pipe_src_w &= ~1;
34edce2f 6261
7ff89ca2
VS
6262 /* Cantiga+ cannot handle modes with a hsync front porch of 0.
6263 * WaPruneModeWithIncorrectHsyncOffset:ctg,elk,ilk,snb,ivb,vlv,hsw.
6264 */
6265 if ((INTEL_GEN(dev_priv) > 4 || IS_G4X(dev_priv)) &&
6266 adjusted_mode->crtc_hsync_start == adjusted_mode->crtc_hdisplay)
6267 return -EINVAL;
34edce2f 6268
7ff89ca2 6269 intel_crtc_compute_pixel_rate(pipe_config);
34edce2f 6270
7ff89ca2
VS
6271 if (HAS_IPS(dev_priv))
6272 hsw_compute_ips_config(crtc, pipe_config);
34edce2f 6273
7ff89ca2
VS
6274 if (pipe_config->has_pch_encoder)
6275 return ironlake_fdi_compute_config(crtc, pipe_config);
34edce2f 6276
7ff89ca2 6277 return 0;
34edce2f
VS
6278}
6279
2c07245f 6280static void
a65851af 6281intel_reduce_m_n_ratio(uint32_t *num, uint32_t *den)
2c07245f 6282{
a65851af
VS
6283 while (*num > DATA_LINK_M_N_MASK ||
6284 *den > DATA_LINK_M_N_MASK) {
2c07245f
ZW
6285 *num >>= 1;
6286 *den >>= 1;
6287 }
6288}
6289
a65851af
VS
6290static void compute_m_n(unsigned int m, unsigned int n,
6291 uint32_t *ret_m, uint32_t *ret_n)
6292{
6293 *ret_n = min_t(unsigned int, roundup_pow_of_two(n), DATA_LINK_N_MAX);
6294 *ret_m = div_u64((uint64_t) m * *ret_n, n);
6295 intel_reduce_m_n_ratio(ret_m, ret_n);
6296}
6297
e69d0bc1
DV
6298void
6299intel_link_compute_m_n(int bits_per_pixel, int nlanes,
6300 int pixel_clock, int link_clock,
6301 struct intel_link_m_n *m_n)
2c07245f 6302{
e69d0bc1 6303 m_n->tu = 64;
a65851af
VS
6304
6305 compute_m_n(bits_per_pixel * pixel_clock,
6306 link_clock * nlanes * 8,
6307 &m_n->gmch_m, &m_n->gmch_n);
6308
6309 compute_m_n(pixel_clock, link_clock,
6310 &m_n->link_m, &m_n->link_n);
2c07245f
ZW
6311}
6312
a7615030
CW
6313static inline bool intel_panel_use_ssc(struct drm_i915_private *dev_priv)
6314{
d330a953
JN
6315 if (i915.panel_use_ssc >= 0)
6316 return i915.panel_use_ssc != 0;
41aa3448 6317 return dev_priv->vbt.lvds_use_ssc
435793df 6318 && !(dev_priv->quirks & QUIRK_LVDS_SSC_DISABLE);
a7615030
CW
6319}
6320
7429e9d4 6321static uint32_t pnv_dpll_compute_fp(struct dpll *dpll)
c65d77d8 6322{
7df00d7a 6323 return (1 << dpll->n) << 16 | dpll->m2;
7429e9d4 6324}
f47709a9 6325
7429e9d4
DV
6326static uint32_t i9xx_dpll_compute_fp(struct dpll *dpll)
6327{
6328 return dpll->n << 16 | dpll->m1 << 8 | dpll->m2;
c65d77d8
JB
6329}
6330
f47709a9 6331static void i9xx_update_pll_dividers(struct intel_crtc *crtc,
190f68c5 6332 struct intel_crtc_state *crtc_state,
9e2c8475 6333 struct dpll *reduced_clock)
a7516a05 6334{
9b1e14f4 6335 struct drm_i915_private *dev_priv = to_i915(crtc->base.dev);
a7516a05
JB
6336 u32 fp, fp2 = 0;
6337
9b1e14f4 6338 if (IS_PINEVIEW(dev_priv)) {
190f68c5 6339 fp = pnv_dpll_compute_fp(&crtc_state->dpll);
a7516a05 6340 if (reduced_clock)
7429e9d4 6341 fp2 = pnv_dpll_compute_fp(reduced_clock);
a7516a05 6342 } else {
190f68c5 6343 fp = i9xx_dpll_compute_fp(&crtc_state->dpll);
a7516a05 6344 if (reduced_clock)
7429e9d4 6345 fp2 = i9xx_dpll_compute_fp(reduced_clock);
a7516a05
JB
6346 }
6347
190f68c5 6348 crtc_state->dpll_hw_state.fp0 = fp;
a7516a05 6349
f47709a9 6350 crtc->lowfreq_avail = false;
2d84d2b3 6351 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_LVDS) &&
ab585dea 6352 reduced_clock) {
190f68c5 6353 crtc_state->dpll_hw_state.fp1 = fp2;
f47709a9 6354 crtc->lowfreq_avail = true;
a7516a05 6355 } else {
190f68c5 6356 crtc_state->dpll_hw_state.fp1 = fp;
a7516a05
JB
6357 }
6358}
6359
5e69f97f
CML
6360static void vlv_pllb_recal_opamp(struct drm_i915_private *dev_priv, enum pipe
6361 pipe)
89b667f8
JB
6362{
6363 u32 reg_val;
6364
6365 /*
6366 * PLLB opamp always calibrates to max value of 0x3f, force enable it
6367 * and set it to a reasonable value instead.
6368 */
ab3c759a 6369 reg_val = vlv_dpio_read(dev_priv, pipe, VLV_PLL_DW9(1));
89b667f8
JB
6370 reg_val &= 0xffffff00;
6371 reg_val |= 0x00000030;
ab3c759a 6372 vlv_dpio_write(dev_priv, pipe, VLV_PLL_DW9(1), reg_val);
89b667f8 6373
ab3c759a 6374 reg_val = vlv_dpio_read(dev_priv, pipe, VLV_REF_DW13);
89b667f8
JB
6375 reg_val &= 0x8cffffff;
6376 reg_val = 0x8c000000;
ab3c759a 6377 vlv_dpio_write(dev_priv, pipe, VLV_REF_DW13, reg_val);
89b667f8 6378
ab3c759a 6379 reg_val = vlv_dpio_read(dev_priv, pipe, VLV_PLL_DW9(1));
89b667f8 6380 reg_val &= 0xffffff00;
ab3c759a 6381 vlv_dpio_write(dev_priv, pipe, VLV_PLL_DW9(1), reg_val);
89b667f8 6382
ab3c759a 6383 reg_val = vlv_dpio_read(dev_priv, pipe, VLV_REF_DW13);
89b667f8
JB
6384 reg_val &= 0x00ffffff;
6385 reg_val |= 0xb0000000;
ab3c759a 6386 vlv_dpio_write(dev_priv, pipe, VLV_REF_DW13, reg_val);
89b667f8
JB
6387}
6388
b551842d
DV
6389static void intel_pch_transcoder_set_m_n(struct intel_crtc *crtc,
6390 struct intel_link_m_n *m_n)
6391{
6392 struct drm_device *dev = crtc->base.dev;
fac5e23e 6393 struct drm_i915_private *dev_priv = to_i915(dev);
b551842d
DV
6394 int pipe = crtc->pipe;
6395
e3b95f1e
DV
6396 I915_WRITE(PCH_TRANS_DATA_M1(pipe), TU_SIZE(m_n->tu) | m_n->gmch_m);
6397 I915_WRITE(PCH_TRANS_DATA_N1(pipe), m_n->gmch_n);
6398 I915_WRITE(PCH_TRANS_LINK_M1(pipe), m_n->link_m);
6399 I915_WRITE(PCH_TRANS_LINK_N1(pipe), m_n->link_n);
b551842d
DV
6400}
6401
6402static void intel_cpu_transcoder_set_m_n(struct intel_crtc *crtc,
f769cd24
VK
6403 struct intel_link_m_n *m_n,
6404 struct intel_link_m_n *m2_n2)
b551842d 6405{
6315b5d3 6406 struct drm_i915_private *dev_priv = to_i915(crtc->base.dev);
b551842d 6407 int pipe = crtc->pipe;
6e3c9717 6408 enum transcoder transcoder = crtc->config->cpu_transcoder;
b551842d 6409
6315b5d3 6410 if (INTEL_GEN(dev_priv) >= 5) {
b551842d
DV
6411 I915_WRITE(PIPE_DATA_M1(transcoder), TU_SIZE(m_n->tu) | m_n->gmch_m);
6412 I915_WRITE(PIPE_DATA_N1(transcoder), m_n->gmch_n);
6413 I915_WRITE(PIPE_LINK_M1(transcoder), m_n->link_m);
6414 I915_WRITE(PIPE_LINK_N1(transcoder), m_n->link_n);
f769cd24
VK
6415 /* M2_N2 registers to be set only for gen < 8 (M2_N2 available
6416 * for gen < 8) and if DRRS is supported (to make sure the
6417 * registers are not unnecessarily accessed).
6418 */
920a14b2
TU
6419 if (m2_n2 && (IS_CHERRYVIEW(dev_priv) ||
6420 INTEL_GEN(dev_priv) < 8) && crtc->config->has_drrs) {
f769cd24
VK
6421 I915_WRITE(PIPE_DATA_M2(transcoder),
6422 TU_SIZE(m2_n2->tu) | m2_n2->gmch_m);
6423 I915_WRITE(PIPE_DATA_N2(transcoder), m2_n2->gmch_n);
6424 I915_WRITE(PIPE_LINK_M2(transcoder), m2_n2->link_m);
6425 I915_WRITE(PIPE_LINK_N2(transcoder), m2_n2->link_n);
6426 }
b551842d 6427 } else {
e3b95f1e
DV
6428 I915_WRITE(PIPE_DATA_M_G4X(pipe), TU_SIZE(m_n->tu) | m_n->gmch_m);
6429 I915_WRITE(PIPE_DATA_N_G4X(pipe), m_n->gmch_n);
6430 I915_WRITE(PIPE_LINK_M_G4X(pipe), m_n->link_m);
6431 I915_WRITE(PIPE_LINK_N_G4X(pipe), m_n->link_n);
b551842d
DV
6432 }
6433}
6434
fe3cd48d 6435void intel_dp_set_m_n(struct intel_crtc *crtc, enum link_m_n_set m_n)
03afc4a2 6436{
fe3cd48d
R
6437 struct intel_link_m_n *dp_m_n, *dp_m2_n2 = NULL;
6438
6439 if (m_n == M1_N1) {
6440 dp_m_n = &crtc->config->dp_m_n;
6441 dp_m2_n2 = &crtc->config->dp_m2_n2;
6442 } else if (m_n == M2_N2) {
6443
6444 /*
6445 * M2_N2 registers are not supported. Hence m2_n2 divider value
6446 * needs to be programmed into M1_N1.
6447 */
6448 dp_m_n = &crtc->config->dp_m2_n2;
6449 } else {
6450 DRM_ERROR("Unsupported divider value\n");
6451 return;
6452 }
6453
6e3c9717
ACO
6454 if (crtc->config->has_pch_encoder)
6455 intel_pch_transcoder_set_m_n(crtc, &crtc->config->dp_m_n);
03afc4a2 6456 else
fe3cd48d 6457 intel_cpu_transcoder_set_m_n(crtc, dp_m_n, dp_m2_n2);
03afc4a2
DV
6458}
6459
251ac862
DV
6460static void vlv_compute_dpll(struct intel_crtc *crtc,
6461 struct intel_crtc_state *pipe_config)
bdd4b6a6 6462{
03ed5cbf 6463 pipe_config->dpll_hw_state.dpll = DPLL_INTEGRATED_REF_CLK_VLV |
cd2d34d9 6464 DPLL_REF_CLK_ENABLE_VLV | DPLL_VGA_MODE_DIS;
03ed5cbf
VS
6465 if (crtc->pipe != PIPE_A)
6466 pipe_config->dpll_hw_state.dpll |= DPLL_INTEGRATED_CRI_CLK_VLV;
bdd4b6a6 6467
cd2d34d9 6468 /* DPLL not used with DSI, but still need the rest set up */
d7edc4e5 6469 if (!intel_crtc_has_type(pipe_config, INTEL_OUTPUT_DSI))
cd2d34d9
VS
6470 pipe_config->dpll_hw_state.dpll |= DPLL_VCO_ENABLE |
6471 DPLL_EXT_BUFFER_ENABLE_VLV;
6472
03ed5cbf
VS
6473 pipe_config->dpll_hw_state.dpll_md =
6474 (pipe_config->pixel_multiplier - 1) << DPLL_MD_UDI_MULTIPLIER_SHIFT;
6475}
bdd4b6a6 6476
03ed5cbf
VS
6477static void chv_compute_dpll(struct intel_crtc *crtc,
6478 struct intel_crtc_state *pipe_config)
6479{
6480 pipe_config->dpll_hw_state.dpll = DPLL_SSC_REF_CLK_CHV |
cd2d34d9 6481 DPLL_REF_CLK_ENABLE_VLV | DPLL_VGA_MODE_DIS;
03ed5cbf
VS
6482 if (crtc->pipe != PIPE_A)
6483 pipe_config->dpll_hw_state.dpll |= DPLL_INTEGRATED_CRI_CLK_VLV;
6484
cd2d34d9 6485 /* DPLL not used with DSI, but still need the rest set up */
d7edc4e5 6486 if (!intel_crtc_has_type(pipe_config, INTEL_OUTPUT_DSI))
cd2d34d9
VS
6487 pipe_config->dpll_hw_state.dpll |= DPLL_VCO_ENABLE;
6488
03ed5cbf
VS
6489 pipe_config->dpll_hw_state.dpll_md =
6490 (pipe_config->pixel_multiplier - 1) << DPLL_MD_UDI_MULTIPLIER_SHIFT;
bdd4b6a6
DV
6491}
6492
d288f65f 6493static void vlv_prepare_pll(struct intel_crtc *crtc,
5cec258b 6494 const struct intel_crtc_state *pipe_config)
a0c4da24 6495{
f47709a9 6496 struct drm_device *dev = crtc->base.dev;
fac5e23e 6497 struct drm_i915_private *dev_priv = to_i915(dev);
cd2d34d9 6498 enum pipe pipe = crtc->pipe;
bdd4b6a6 6499 u32 mdiv;
a0c4da24 6500 u32 bestn, bestm1, bestm2, bestp1, bestp2;
bdd4b6a6 6501 u32 coreclk, reg_val;
a0c4da24 6502
cd2d34d9
VS
6503 /* Enable Refclk */
6504 I915_WRITE(DPLL(pipe),
6505 pipe_config->dpll_hw_state.dpll &
6506 ~(DPLL_VCO_ENABLE | DPLL_EXT_BUFFER_ENABLE_VLV));
6507
6508 /* No need to actually set up the DPLL with DSI */
6509 if ((pipe_config->dpll_hw_state.dpll & DPLL_VCO_ENABLE) == 0)
6510 return;
6511
a580516d 6512 mutex_lock(&dev_priv->sb_lock);
09153000 6513
d288f65f
VS
6514 bestn = pipe_config->dpll.n;
6515 bestm1 = pipe_config->dpll.m1;
6516 bestm2 = pipe_config->dpll.m2;
6517 bestp1 = pipe_config->dpll.p1;
6518 bestp2 = pipe_config->dpll.p2;
a0c4da24 6519
89b667f8
JB
6520 /* See eDP HDMI DPIO driver vbios notes doc */
6521
6522 /* PLL B needs special handling */
bdd4b6a6 6523 if (pipe == PIPE_B)
5e69f97f 6524 vlv_pllb_recal_opamp(dev_priv, pipe);
89b667f8
JB
6525
6526 /* Set up Tx target for periodic Rcomp update */
ab3c759a 6527 vlv_dpio_write(dev_priv, pipe, VLV_PLL_DW9_BCAST, 0x0100000f);
89b667f8
JB
6528
6529 /* Disable target IRef on PLL */
ab3c759a 6530 reg_val = vlv_dpio_read(dev_priv, pipe, VLV_PLL_DW8(pipe));
89b667f8 6531 reg_val &= 0x00ffffff;
ab3c759a 6532 vlv_dpio_write(dev_priv, pipe, VLV_PLL_DW8(pipe), reg_val);
89b667f8
JB
6533
6534 /* Disable fast lock */
ab3c759a 6535 vlv_dpio_write(dev_priv, pipe, VLV_CMN_DW0, 0x610);
89b667f8
JB
6536
6537 /* Set idtafcrecal before PLL is enabled */
a0c4da24
JB
6538 mdiv = ((bestm1 << DPIO_M1DIV_SHIFT) | (bestm2 & DPIO_M2DIV_MASK));
6539 mdiv |= ((bestp1 << DPIO_P1_SHIFT) | (bestp2 << DPIO_P2_SHIFT));
6540 mdiv |= ((bestn << DPIO_N_SHIFT));
a0c4da24 6541 mdiv |= (1 << DPIO_K_SHIFT);
7df5080b
JB
6542
6543 /*
6544 * Post divider depends on pixel clock rate, DAC vs digital (and LVDS,
6545 * but we don't support that).
6546 * Note: don't use the DAC post divider as it seems unstable.
6547 */
6548 mdiv |= (DPIO_POST_DIV_HDMIDP << DPIO_POST_DIV_SHIFT);
ab3c759a 6549 vlv_dpio_write(dev_priv, pipe, VLV_PLL_DW3(pipe), mdiv);
a0c4da24 6550
a0c4da24 6551 mdiv |= DPIO_ENABLE_CALIBRATION;
ab3c759a 6552 vlv_dpio_write(dev_priv, pipe, VLV_PLL_DW3(pipe), mdiv);
a0c4da24 6553
89b667f8 6554 /* Set HBR and RBR LPF coefficients */
d288f65f 6555 if (pipe_config->port_clock == 162000 ||
2d84d2b3
VS
6556 intel_crtc_has_type(crtc->config, INTEL_OUTPUT_ANALOG) ||
6557 intel_crtc_has_type(crtc->config, INTEL_OUTPUT_HDMI))
ab3c759a 6558 vlv_dpio_write(dev_priv, pipe, VLV_PLL_DW10(pipe),
885b0120 6559 0x009f0003);
89b667f8 6560 else
ab3c759a 6561 vlv_dpio_write(dev_priv, pipe, VLV_PLL_DW10(pipe),
89b667f8
JB
6562 0x00d0000f);
6563
37a5650b 6564 if (intel_crtc_has_dp_encoder(pipe_config)) {
89b667f8 6565 /* Use SSC source */
bdd4b6a6 6566 if (pipe == PIPE_A)
ab3c759a 6567 vlv_dpio_write(dev_priv, pipe, VLV_PLL_DW5(pipe),
89b667f8
JB
6568 0x0df40000);
6569 else
ab3c759a 6570 vlv_dpio_write(dev_priv, pipe, VLV_PLL_DW5(pipe),
89b667f8
JB
6571 0x0df70000);
6572 } else { /* HDMI or VGA */
6573 /* Use bend source */
bdd4b6a6 6574 if (pipe == PIPE_A)
ab3c759a 6575 vlv_dpio_write(dev_priv, pipe, VLV_PLL_DW5(pipe),
89b667f8
JB
6576 0x0df70000);
6577 else
ab3c759a 6578 vlv_dpio_write(dev_priv, pipe, VLV_PLL_DW5(pipe),
89b667f8
JB
6579 0x0df40000);
6580 }
a0c4da24 6581
ab3c759a 6582 coreclk = vlv_dpio_read(dev_priv, pipe, VLV_PLL_DW7(pipe));
89b667f8 6583 coreclk = (coreclk & 0x0000ff00) | 0x01c00000;
2210ce7f 6584 if (intel_crtc_has_dp_encoder(crtc->config))
89b667f8 6585 coreclk |= 0x01000000;
ab3c759a 6586 vlv_dpio_write(dev_priv, pipe, VLV_PLL_DW7(pipe), coreclk);
a0c4da24 6587
ab3c759a 6588 vlv_dpio_write(dev_priv, pipe, VLV_PLL_DW11(pipe), 0x87871000);
a580516d 6589 mutex_unlock(&dev_priv->sb_lock);
a0c4da24
JB
6590}
6591
d288f65f 6592static void chv_prepare_pll(struct intel_crtc *crtc,
5cec258b 6593 const struct intel_crtc_state *pipe_config)
9d556c99
CML
6594{
6595 struct drm_device *dev = crtc->base.dev;
fac5e23e 6596 struct drm_i915_private *dev_priv = to_i915(dev);
cd2d34d9 6597 enum pipe pipe = crtc->pipe;
9d556c99 6598 enum dpio_channel port = vlv_pipe_to_channel(pipe);
9cbe40c1 6599 u32 loopfilter, tribuf_calcntr;
9d556c99 6600 u32 bestn, bestm1, bestm2, bestp1, bestp2, bestm2_frac;
a945ce7e 6601 u32 dpio_val;
9cbe40c1 6602 int vco;
9d556c99 6603
cd2d34d9
VS
6604 /* Enable Refclk and SSC */
6605 I915_WRITE(DPLL(pipe),
6606 pipe_config->dpll_hw_state.dpll & ~DPLL_VCO_ENABLE);
6607
6608 /* No need to actually set up the DPLL with DSI */
6609 if ((pipe_config->dpll_hw_state.dpll & DPLL_VCO_ENABLE) == 0)
6610 return;
6611
d288f65f
VS
6612 bestn = pipe_config->dpll.n;
6613 bestm2_frac = pipe_config->dpll.m2 & 0x3fffff;
6614 bestm1 = pipe_config->dpll.m1;
6615 bestm2 = pipe_config->dpll.m2 >> 22;
6616 bestp1 = pipe_config->dpll.p1;
6617 bestp2 = pipe_config->dpll.p2;
9cbe40c1 6618 vco = pipe_config->dpll.vco;
a945ce7e 6619 dpio_val = 0;
9cbe40c1 6620 loopfilter = 0;
9d556c99 6621
a580516d 6622 mutex_lock(&dev_priv->sb_lock);
9d556c99 6623
9d556c99
CML
6624 /* p1 and p2 divider */
6625 vlv_dpio_write(dev_priv, pipe, CHV_CMN_DW13(port),
6626 5 << DPIO_CHV_S1_DIV_SHIFT |
6627 bestp1 << DPIO_CHV_P1_DIV_SHIFT |
6628 bestp2 << DPIO_CHV_P2_DIV_SHIFT |
6629 1 << DPIO_CHV_K_DIV_SHIFT);
6630
6631 /* Feedback post-divider - m2 */
6632 vlv_dpio_write(dev_priv, pipe, CHV_PLL_DW0(port), bestm2);
6633
6634 /* Feedback refclk divider - n and m1 */
6635 vlv_dpio_write(dev_priv, pipe, CHV_PLL_DW1(port),
6636 DPIO_CHV_M1_DIV_BY_2 |
6637 1 << DPIO_CHV_N_DIV_SHIFT);
6638
6639 /* M2 fraction division */
25a25dfc 6640 vlv_dpio_write(dev_priv, pipe, CHV_PLL_DW2(port), bestm2_frac);
9d556c99
CML
6641
6642 /* M2 fraction division enable */
a945ce7e
VP
6643 dpio_val = vlv_dpio_read(dev_priv, pipe, CHV_PLL_DW3(port));
6644 dpio_val &= ~(DPIO_CHV_FEEDFWD_GAIN_MASK | DPIO_CHV_FRAC_DIV_EN);
6645 dpio_val |= (2 << DPIO_CHV_FEEDFWD_GAIN_SHIFT);
6646 if (bestm2_frac)
6647 dpio_val |= DPIO_CHV_FRAC_DIV_EN;
6648 vlv_dpio_write(dev_priv, pipe, CHV_PLL_DW3(port), dpio_val);
9d556c99 6649
de3a0fde
VP
6650 /* Program digital lock detect threshold */
6651 dpio_val = vlv_dpio_read(dev_priv, pipe, CHV_PLL_DW9(port));
6652 dpio_val &= ~(DPIO_CHV_INT_LOCK_THRESHOLD_MASK |
6653 DPIO_CHV_INT_LOCK_THRESHOLD_SEL_COARSE);
6654 dpio_val |= (0x5 << DPIO_CHV_INT_LOCK_THRESHOLD_SHIFT);
6655 if (!bestm2_frac)
6656 dpio_val |= DPIO_CHV_INT_LOCK_THRESHOLD_SEL_COARSE;
6657 vlv_dpio_write(dev_priv, pipe, CHV_PLL_DW9(port), dpio_val);
6658
9d556c99 6659 /* Loop filter */
9cbe40c1
VP
6660 if (vco == 5400000) {
6661 loopfilter |= (0x3 << DPIO_CHV_PROP_COEFF_SHIFT);
6662 loopfilter |= (0x8 << DPIO_CHV_INT_COEFF_SHIFT);
6663 loopfilter |= (0x1 << DPIO_CHV_GAIN_CTRL_SHIFT);
6664 tribuf_calcntr = 0x9;
6665 } else if (vco <= 6200000) {
6666 loopfilter |= (0x5 << DPIO_CHV_PROP_COEFF_SHIFT);
6667 loopfilter |= (0xB << DPIO_CHV_INT_COEFF_SHIFT);
6668 loopfilter |= (0x3 << DPIO_CHV_GAIN_CTRL_SHIFT);
6669 tribuf_calcntr = 0x9;
6670 } else if (vco <= 6480000) {
6671 loopfilter |= (0x4 << DPIO_CHV_PROP_COEFF_SHIFT);
6672 loopfilter |= (0x9 << DPIO_CHV_INT_COEFF_SHIFT);
6673 loopfilter |= (0x3 << DPIO_CHV_GAIN_CTRL_SHIFT);
6674 tribuf_calcntr = 0x8;
6675 } else {
6676 /* Not supported. Apply the same limits as in the max case */
6677 loopfilter |= (0x4 << DPIO_CHV_PROP_COEFF_SHIFT);
6678 loopfilter |= (0x9 << DPIO_CHV_INT_COEFF_SHIFT);
6679 loopfilter |= (0x3 << DPIO_CHV_GAIN_CTRL_SHIFT);
6680 tribuf_calcntr = 0;
6681 }
9d556c99
CML
6682 vlv_dpio_write(dev_priv, pipe, CHV_PLL_DW6(port), loopfilter);
6683
968040b2 6684 dpio_val = vlv_dpio_read(dev_priv, pipe, CHV_PLL_DW8(port));
9cbe40c1
VP
6685 dpio_val &= ~DPIO_CHV_TDC_TARGET_CNT_MASK;
6686 dpio_val |= (tribuf_calcntr << DPIO_CHV_TDC_TARGET_CNT_SHIFT);
6687 vlv_dpio_write(dev_priv, pipe, CHV_PLL_DW8(port), dpio_val);
6688
9d556c99
CML
6689 /* AFC Recal */
6690 vlv_dpio_write(dev_priv, pipe, CHV_CMN_DW14(port),
6691 vlv_dpio_read(dev_priv, pipe, CHV_CMN_DW14(port)) |
6692 DPIO_AFC_RECAL);
6693
a580516d 6694 mutex_unlock(&dev_priv->sb_lock);
9d556c99
CML
6695}
6696
d288f65f
VS
6697/**
6698 * vlv_force_pll_on - forcibly enable just the PLL
6699 * @dev_priv: i915 private structure
6700 * @pipe: pipe PLL to enable
6701 * @dpll: PLL configuration
6702 *
6703 * Enable the PLL for @pipe using the supplied @dpll config. To be used
6704 * in cases where we need the PLL enabled even when @pipe is not going to
6705 * be enabled.
6706 */
30ad9814 6707int vlv_force_pll_on(struct drm_i915_private *dev_priv, enum pipe pipe,
3f36b937 6708 const struct dpll *dpll)
d288f65f 6709{
b91eb5cc 6710 struct intel_crtc *crtc = intel_get_crtc_for_pipe(dev_priv, pipe);
3f36b937
TU
6711 struct intel_crtc_state *pipe_config;
6712
6713 pipe_config = kzalloc(sizeof(*pipe_config), GFP_KERNEL);
6714 if (!pipe_config)
6715 return -ENOMEM;
6716
6717 pipe_config->base.crtc = &crtc->base;
6718 pipe_config->pixel_multiplier = 1;
6719 pipe_config->dpll = *dpll;
d288f65f 6720
30ad9814 6721 if (IS_CHERRYVIEW(dev_priv)) {
3f36b937
TU
6722 chv_compute_dpll(crtc, pipe_config);
6723 chv_prepare_pll(crtc, pipe_config);
6724 chv_enable_pll(crtc, pipe_config);
d288f65f 6725 } else {
3f36b937
TU
6726 vlv_compute_dpll(crtc, pipe_config);
6727 vlv_prepare_pll(crtc, pipe_config);
6728 vlv_enable_pll(crtc, pipe_config);
d288f65f 6729 }
3f36b937
TU
6730
6731 kfree(pipe_config);
6732
6733 return 0;
d288f65f
VS
6734}
6735
6736/**
6737 * vlv_force_pll_off - forcibly disable just the PLL
6738 * @dev_priv: i915 private structure
6739 * @pipe: pipe PLL to disable
6740 *
6741 * Disable the PLL for @pipe. To be used in cases where we need
6742 * the PLL enabled even when @pipe is not going to be enabled.
6743 */
30ad9814 6744void vlv_force_pll_off(struct drm_i915_private *dev_priv, enum pipe pipe)
d288f65f 6745{
30ad9814
VS
6746 if (IS_CHERRYVIEW(dev_priv))
6747 chv_disable_pll(dev_priv, pipe);
d288f65f 6748 else
30ad9814 6749 vlv_disable_pll(dev_priv, pipe);
d288f65f
VS
6750}
6751
251ac862
DV
6752static void i9xx_compute_dpll(struct intel_crtc *crtc,
6753 struct intel_crtc_state *crtc_state,
9e2c8475 6754 struct dpll *reduced_clock)
eb1cbe48 6755{
9b1e14f4 6756 struct drm_i915_private *dev_priv = to_i915(crtc->base.dev);
eb1cbe48 6757 u32 dpll;
190f68c5 6758 struct dpll *clock = &crtc_state->dpll;
eb1cbe48 6759
190f68c5 6760 i9xx_update_pll_dividers(crtc, crtc_state, reduced_clock);
2a8f64ca 6761
eb1cbe48
DV
6762 dpll = DPLL_VGA_MODE_DIS;
6763
2d84d2b3 6764 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_LVDS))
eb1cbe48
DV
6765 dpll |= DPLLB_MODE_LVDS;
6766 else
6767 dpll |= DPLLB_MODE_DAC_SERIAL;
6cc5f341 6768
73f67aa8
JN
6769 if (IS_I945G(dev_priv) || IS_I945GM(dev_priv) ||
6770 IS_G33(dev_priv) || IS_PINEVIEW(dev_priv)) {
190f68c5 6771 dpll |= (crtc_state->pixel_multiplier - 1)
198a037f 6772 << SDVO_MULTIPLIER_SHIFT_HIRES;
eb1cbe48 6773 }
198a037f 6774
3d6e9ee0
VS
6775 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_SDVO) ||
6776 intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI))
4a33e48d 6777 dpll |= DPLL_SDVO_HIGH_SPEED;
198a037f 6778
37a5650b 6779 if (intel_crtc_has_dp_encoder(crtc_state))
4a33e48d 6780 dpll |= DPLL_SDVO_HIGH_SPEED;
eb1cbe48
DV
6781
6782 /* compute bitmask from p1 value */
9b1e14f4 6783 if (IS_PINEVIEW(dev_priv))
eb1cbe48
DV
6784 dpll |= (1 << (clock->p1 - 1)) << DPLL_FPA01_P1_POST_DIV_SHIFT_PINEVIEW;
6785 else {
6786 dpll |= (1 << (clock->p1 - 1)) << DPLL_FPA01_P1_POST_DIV_SHIFT;
9beb5fea 6787 if (IS_G4X(dev_priv) && reduced_clock)
eb1cbe48
DV
6788 dpll |= (1 << (reduced_clock->p1 - 1)) << DPLL_FPA1_P1_POST_DIV_SHIFT;
6789 }
6790 switch (clock->p2) {
6791 case 5:
6792 dpll |= DPLL_DAC_SERIAL_P2_CLOCK_DIV_5;
6793 break;
6794 case 7:
6795 dpll |= DPLLB_LVDS_P2_CLOCK_DIV_7;
6796 break;
6797 case 10:
6798 dpll |= DPLL_DAC_SERIAL_P2_CLOCK_DIV_10;
6799 break;
6800 case 14:
6801 dpll |= DPLLB_LVDS_P2_CLOCK_DIV_14;
6802 break;
6803 }
9b1e14f4 6804 if (INTEL_GEN(dev_priv) >= 4)
eb1cbe48
DV
6805 dpll |= (6 << PLL_LOAD_PULSE_PHASE_SHIFT);
6806
190f68c5 6807 if (crtc_state->sdvo_tv_clock)
eb1cbe48 6808 dpll |= PLL_REF_INPUT_TVCLKINBC;
2d84d2b3 6809 else if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_LVDS) &&
ceb41007 6810 intel_panel_use_ssc(dev_priv))
eb1cbe48
DV
6811 dpll |= PLLB_REF_INPUT_SPREADSPECTRUMIN;
6812 else
6813 dpll |= PLL_REF_INPUT_DREFCLK;
6814
6815 dpll |= DPLL_VCO_ENABLE;
190f68c5 6816 crtc_state->dpll_hw_state.dpll = dpll;
8bcc2795 6817
9b1e14f4 6818 if (INTEL_GEN(dev_priv) >= 4) {
190f68c5 6819 u32 dpll_md = (crtc_state->pixel_multiplier - 1)
ef1b460d 6820 << DPLL_MD_UDI_MULTIPLIER_SHIFT;
190f68c5 6821 crtc_state->dpll_hw_state.dpll_md = dpll_md;
eb1cbe48
DV
6822 }
6823}
6824
251ac862
DV
6825static void i8xx_compute_dpll(struct intel_crtc *crtc,
6826 struct intel_crtc_state *crtc_state,
9e2c8475 6827 struct dpll *reduced_clock)
eb1cbe48 6828{
f47709a9 6829 struct drm_device *dev = crtc->base.dev;
fac5e23e 6830 struct drm_i915_private *dev_priv = to_i915(dev);
eb1cbe48 6831 u32 dpll;
190f68c5 6832 struct dpll *clock = &crtc_state->dpll;
eb1cbe48 6833
190f68c5 6834 i9xx_update_pll_dividers(crtc, crtc_state, reduced_clock);
2a8f64ca 6835
eb1cbe48
DV
6836 dpll = DPLL_VGA_MODE_DIS;
6837
2d84d2b3 6838 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_LVDS)) {
eb1cbe48
DV
6839 dpll |= (1 << (clock->p1 - 1)) << DPLL_FPA01_P1_POST_DIV_SHIFT;
6840 } else {
6841 if (clock->p1 == 2)
6842 dpll |= PLL_P1_DIVIDE_BY_TWO;
6843 else
6844 dpll |= (clock->p1 - 2) << DPLL_FPA01_P1_POST_DIV_SHIFT;
6845 if (clock->p2 == 4)
6846 dpll |= PLL_P2_DIVIDE_BY_4;
6847 }
6848
50a0bc90
TU
6849 if (!IS_I830(dev_priv) &&
6850 intel_crtc_has_type(crtc_state, INTEL_OUTPUT_DVO))
4a33e48d
DV
6851 dpll |= DPLL_DVO_2X_MODE;
6852
2d84d2b3 6853 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_LVDS) &&
ceb41007 6854 intel_panel_use_ssc(dev_priv))
eb1cbe48
DV
6855 dpll |= PLLB_REF_INPUT_SPREADSPECTRUMIN;
6856 else
6857 dpll |= PLL_REF_INPUT_DREFCLK;
6858
6859 dpll |= DPLL_VCO_ENABLE;
190f68c5 6860 crtc_state->dpll_hw_state.dpll = dpll;
eb1cbe48
DV
6861}
6862
8a654f3b 6863static void intel_set_pipe_timings(struct intel_crtc *intel_crtc)
b0e77b9c 6864{
6315b5d3 6865 struct drm_i915_private *dev_priv = to_i915(intel_crtc->base.dev);
b0e77b9c 6866 enum pipe pipe = intel_crtc->pipe;
6e3c9717 6867 enum transcoder cpu_transcoder = intel_crtc->config->cpu_transcoder;
7c5f93b0 6868 const struct drm_display_mode *adjusted_mode = &intel_crtc->config->base.adjusted_mode;
1caea6e9
VS
6869 uint32_t crtc_vtotal, crtc_vblank_end;
6870 int vsyncshift = 0;
4d8a62ea
DV
6871
6872 /* We need to be careful not to changed the adjusted mode, for otherwise
6873 * the hw state checker will get angry at the mismatch. */
6874 crtc_vtotal = adjusted_mode->crtc_vtotal;
6875 crtc_vblank_end = adjusted_mode->crtc_vblank_end;
b0e77b9c 6876
609aeaca 6877 if (adjusted_mode->flags & DRM_MODE_FLAG_INTERLACE) {
b0e77b9c 6878 /* the chip adds 2 halflines automatically */
4d8a62ea
DV
6879 crtc_vtotal -= 1;
6880 crtc_vblank_end -= 1;
609aeaca 6881
2d84d2b3 6882 if (intel_crtc_has_type(intel_crtc->config, INTEL_OUTPUT_SDVO))
609aeaca
VS
6883 vsyncshift = (adjusted_mode->crtc_htotal - 1) / 2;
6884 else
6885 vsyncshift = adjusted_mode->crtc_hsync_start -
6886 adjusted_mode->crtc_htotal / 2;
1caea6e9
VS
6887 if (vsyncshift < 0)
6888 vsyncshift += adjusted_mode->crtc_htotal;
b0e77b9c
PZ
6889 }
6890
6315b5d3 6891 if (INTEL_GEN(dev_priv) > 3)
fe2b8f9d 6892 I915_WRITE(VSYNCSHIFT(cpu_transcoder), vsyncshift);
b0e77b9c 6893
fe2b8f9d 6894 I915_WRITE(HTOTAL(cpu_transcoder),
b0e77b9c
PZ
6895 (adjusted_mode->crtc_hdisplay - 1) |
6896 ((adjusted_mode->crtc_htotal - 1) << 16));
fe2b8f9d 6897 I915_WRITE(HBLANK(cpu_transcoder),
b0e77b9c
PZ
6898 (adjusted_mode->crtc_hblank_start - 1) |
6899 ((adjusted_mode->crtc_hblank_end - 1) << 16));
fe2b8f9d 6900 I915_WRITE(HSYNC(cpu_transcoder),
b0e77b9c
PZ
6901 (adjusted_mode->crtc_hsync_start - 1) |
6902 ((adjusted_mode->crtc_hsync_end - 1) << 16));
6903
fe2b8f9d 6904 I915_WRITE(VTOTAL(cpu_transcoder),
b0e77b9c 6905 (adjusted_mode->crtc_vdisplay - 1) |
4d8a62ea 6906 ((crtc_vtotal - 1) << 16));
fe2b8f9d 6907 I915_WRITE(VBLANK(cpu_transcoder),
b0e77b9c 6908 (adjusted_mode->crtc_vblank_start - 1) |
4d8a62ea 6909 ((crtc_vblank_end - 1) << 16));
fe2b8f9d 6910 I915_WRITE(VSYNC(cpu_transcoder),
b0e77b9c
PZ
6911 (adjusted_mode->crtc_vsync_start - 1) |
6912 ((adjusted_mode->crtc_vsync_end - 1) << 16));
6913
b5e508d4
PZ
6914 /* Workaround: when the EDP input selection is B, the VTOTAL_B must be
6915 * programmed with the VTOTAL_EDP value. Same for VTOTAL_C. This is
6916 * documented on the DDI_FUNC_CTL register description, EDP Input Select
6917 * bits. */
772c2a51 6918 if (IS_HASWELL(dev_priv) && cpu_transcoder == TRANSCODER_EDP &&
b5e508d4
PZ
6919 (pipe == PIPE_B || pipe == PIPE_C))
6920 I915_WRITE(VTOTAL(pipe), I915_READ(VTOTAL(cpu_transcoder)));
6921
bc58be60
JN
6922}
6923
6924static void intel_set_pipe_src_size(struct intel_crtc *intel_crtc)
6925{
6926 struct drm_device *dev = intel_crtc->base.dev;
fac5e23e 6927 struct drm_i915_private *dev_priv = to_i915(dev);
bc58be60
JN
6928 enum pipe pipe = intel_crtc->pipe;
6929
b0e77b9c
PZ
6930 /* pipesrc controls the size that is scaled from, which should
6931 * always be the user's requested size.
6932 */
6933 I915_WRITE(PIPESRC(pipe),
6e3c9717
ACO
6934 ((intel_crtc->config->pipe_src_w - 1) << 16) |
6935 (intel_crtc->config->pipe_src_h - 1));
b0e77b9c
PZ
6936}
6937
1bd1bd80 6938static void intel_get_pipe_timings(struct intel_crtc *crtc,
5cec258b 6939 struct intel_crtc_state *pipe_config)
1bd1bd80
DV
6940{
6941 struct drm_device *dev = crtc->base.dev;
fac5e23e 6942 struct drm_i915_private *dev_priv = to_i915(dev);
1bd1bd80
DV
6943 enum transcoder cpu_transcoder = pipe_config->cpu_transcoder;
6944 uint32_t tmp;
6945
6946 tmp = I915_READ(HTOTAL(cpu_transcoder));
2d112de7
ACO
6947 pipe_config->base.adjusted_mode.crtc_hdisplay = (tmp & 0xffff) + 1;
6948 pipe_config->base.adjusted_mode.crtc_htotal = ((tmp >> 16) & 0xffff) + 1;
1bd1bd80 6949 tmp = I915_READ(HBLANK(cpu_transcoder));
2d112de7
ACO
6950 pipe_config->base.adjusted_mode.crtc_hblank_start = (tmp & 0xffff) + 1;
6951 pipe_config->base.adjusted_mode.crtc_hblank_end = ((tmp >> 16) & 0xffff) + 1;
1bd1bd80 6952 tmp = I915_READ(HSYNC(cpu_transcoder));
2d112de7
ACO
6953 pipe_config->base.adjusted_mode.crtc_hsync_start = (tmp & 0xffff) + 1;
6954 pipe_config->base.adjusted_mode.crtc_hsync_end = ((tmp >> 16) & 0xffff) + 1;
1bd1bd80
DV
6955
6956 tmp = I915_READ(VTOTAL(cpu_transcoder));
2d112de7
ACO
6957 pipe_config->base.adjusted_mode.crtc_vdisplay = (tmp & 0xffff) + 1;
6958 pipe_config->base.adjusted_mode.crtc_vtotal = ((tmp >> 16) & 0xffff) + 1;
1bd1bd80 6959 tmp = I915_READ(VBLANK(cpu_transcoder));
2d112de7
ACO
6960 pipe_config->base.adjusted_mode.crtc_vblank_start = (tmp & 0xffff) + 1;
6961 pipe_config->base.adjusted_mode.crtc_vblank_end = ((tmp >> 16) & 0xffff) + 1;
1bd1bd80 6962 tmp = I915_READ(VSYNC(cpu_transcoder));
2d112de7
ACO
6963 pipe_config->base.adjusted_mode.crtc_vsync_start = (tmp & 0xffff) + 1;
6964 pipe_config->base.adjusted_mode.crtc_vsync_end = ((tmp >> 16) & 0xffff) + 1;
1bd1bd80
DV
6965
6966 if (I915_READ(PIPECONF(cpu_transcoder)) & PIPECONF_INTERLACE_MASK) {
2d112de7
ACO
6967 pipe_config->base.adjusted_mode.flags |= DRM_MODE_FLAG_INTERLACE;
6968 pipe_config->base.adjusted_mode.crtc_vtotal += 1;
6969 pipe_config->base.adjusted_mode.crtc_vblank_end += 1;
1bd1bd80 6970 }
bc58be60
JN
6971}
6972
6973static void intel_get_pipe_src_size(struct intel_crtc *crtc,
6974 struct intel_crtc_state *pipe_config)
6975{
6976 struct drm_device *dev = crtc->base.dev;
fac5e23e 6977 struct drm_i915_private *dev_priv = to_i915(dev);
bc58be60 6978 u32 tmp;
1bd1bd80
DV
6979
6980 tmp = I915_READ(PIPESRC(crtc->pipe));
37327abd
VS
6981 pipe_config->pipe_src_h = (tmp & 0xffff) + 1;
6982 pipe_config->pipe_src_w = ((tmp >> 16) & 0xffff) + 1;
6983
2d112de7
ACO
6984 pipe_config->base.mode.vdisplay = pipe_config->pipe_src_h;
6985 pipe_config->base.mode.hdisplay = pipe_config->pipe_src_w;
1bd1bd80
DV
6986}
6987
f6a83288 6988void intel_mode_from_pipe_config(struct drm_display_mode *mode,
5cec258b 6989 struct intel_crtc_state *pipe_config)
babea61d 6990{
2d112de7
ACO
6991 mode->hdisplay = pipe_config->base.adjusted_mode.crtc_hdisplay;
6992 mode->htotal = pipe_config->base.adjusted_mode.crtc_htotal;
6993 mode->hsync_start = pipe_config->base.adjusted_mode.crtc_hsync_start;
6994 mode->hsync_end = pipe_config->base.adjusted_mode.crtc_hsync_end;
babea61d 6995
2d112de7
ACO
6996 mode->vdisplay = pipe_config->base.adjusted_mode.crtc_vdisplay;
6997 mode->vtotal = pipe_config->base.adjusted_mode.crtc_vtotal;
6998 mode->vsync_start = pipe_config->base.adjusted_mode.crtc_vsync_start;
6999 mode->vsync_end = pipe_config->base.adjusted_mode.crtc_vsync_end;
babea61d 7000
2d112de7 7001 mode->flags = pipe_config->base.adjusted_mode.flags;
cd13f5ab 7002 mode->type = DRM_MODE_TYPE_DRIVER;
babea61d 7003
2d112de7 7004 mode->clock = pipe_config->base.adjusted_mode.crtc_clock;
cd13f5ab
ML
7005
7006 mode->hsync = drm_mode_hsync(mode);
7007 mode->vrefresh = drm_mode_vrefresh(mode);
7008 drm_mode_set_name(mode);
babea61d
JB
7009}
7010
84b046f3
DV
7011static void i9xx_set_pipeconf(struct intel_crtc *intel_crtc)
7012{
6315b5d3 7013 struct drm_i915_private *dev_priv = to_i915(intel_crtc->base.dev);
84b046f3
DV
7014 uint32_t pipeconf;
7015
9f11a9e4 7016 pipeconf = 0;
84b046f3 7017
b6b5d049
VS
7018 if ((intel_crtc->pipe == PIPE_A && dev_priv->quirks & QUIRK_PIPEA_FORCE) ||
7019 (intel_crtc->pipe == PIPE_B && dev_priv->quirks & QUIRK_PIPEB_FORCE))
7020 pipeconf |= I915_READ(PIPECONF(intel_crtc->pipe)) & PIPECONF_ENABLE;
67c72a12 7021
6e3c9717 7022 if (intel_crtc->config->double_wide)
cf532bb2 7023 pipeconf |= PIPECONF_DOUBLE_WIDE;
84b046f3 7024
ff9ce46e 7025 /* only g4x and later have fancy bpc/dither controls */
9beb5fea
TU
7026 if (IS_G4X(dev_priv) || IS_VALLEYVIEW(dev_priv) ||
7027 IS_CHERRYVIEW(dev_priv)) {
ff9ce46e 7028 /* Bspec claims that we can't use dithering for 30bpp pipes. */
6e3c9717 7029 if (intel_crtc->config->dither && intel_crtc->config->pipe_bpp != 30)
ff9ce46e 7030 pipeconf |= PIPECONF_DITHER_EN |
84b046f3 7031 PIPECONF_DITHER_TYPE_SP;
84b046f3 7032
6e3c9717 7033 switch (intel_crtc->config->pipe_bpp) {
ff9ce46e
DV
7034 case 18:
7035 pipeconf |= PIPECONF_6BPC;
7036 break;
7037 case 24:
7038 pipeconf |= PIPECONF_8BPC;
7039 break;
7040 case 30:
7041 pipeconf |= PIPECONF_10BPC;
7042 break;
7043 default:
7044 /* Case prevented by intel_choose_pipe_bpp_dither. */
7045 BUG();
84b046f3
DV
7046 }
7047 }
7048
56b857a5 7049 if (HAS_PIPE_CXSR(dev_priv)) {
84b046f3
DV
7050 if (intel_crtc->lowfreq_avail) {
7051 DRM_DEBUG_KMS("enabling CxSR downclocking\n");
7052 pipeconf |= PIPECONF_CXSR_DOWNCLOCK;
7053 } else {
7054 DRM_DEBUG_KMS("disabling CxSR downclocking\n");
84b046f3
DV
7055 }
7056 }
7057
6e3c9717 7058 if (intel_crtc->config->base.adjusted_mode.flags & DRM_MODE_FLAG_INTERLACE) {
6315b5d3 7059 if (INTEL_GEN(dev_priv) < 4 ||
2d84d2b3 7060 intel_crtc_has_type(intel_crtc->config, INTEL_OUTPUT_SDVO))
efc2cfff
VS
7061 pipeconf |= PIPECONF_INTERLACE_W_FIELD_INDICATION;
7062 else
7063 pipeconf |= PIPECONF_INTERLACE_W_SYNC_SHIFT;
7064 } else
84b046f3
DV
7065 pipeconf |= PIPECONF_PROGRESSIVE;
7066
920a14b2 7067 if ((IS_VALLEYVIEW(dev_priv) || IS_CHERRYVIEW(dev_priv)) &&
666a4537 7068 intel_crtc->config->limited_color_range)
9f11a9e4 7069 pipeconf |= PIPECONF_COLOR_RANGE_SELECT;
9c8e09b7 7070
84b046f3
DV
7071 I915_WRITE(PIPECONF(intel_crtc->pipe), pipeconf);
7072 POSTING_READ(PIPECONF(intel_crtc->pipe));
7073}
7074
81c97f52
ACO
7075static int i8xx_crtc_compute_clock(struct intel_crtc *crtc,
7076 struct intel_crtc_state *crtc_state)
7077{
7078 struct drm_device *dev = crtc->base.dev;
fac5e23e 7079 struct drm_i915_private *dev_priv = to_i915(dev);
1b6f4958 7080 const struct intel_limit *limit;
81c97f52
ACO
7081 int refclk = 48000;
7082
7083 memset(&crtc_state->dpll_hw_state, 0,
7084 sizeof(crtc_state->dpll_hw_state));
7085
2d84d2b3 7086 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_LVDS)) {
81c97f52
ACO
7087 if (intel_panel_use_ssc(dev_priv)) {
7088 refclk = dev_priv->vbt.lvds_ssc_freq;
7089 DRM_DEBUG_KMS("using SSC reference clock of %d kHz\n", refclk);
7090 }
7091
7092 limit = &intel_limits_i8xx_lvds;
2d84d2b3 7093 } else if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_DVO)) {
81c97f52
ACO
7094 limit = &intel_limits_i8xx_dvo;
7095 } else {
7096 limit = &intel_limits_i8xx_dac;
7097 }
7098
7099 if (!crtc_state->clock_set &&
7100 !i9xx_find_best_dpll(limit, crtc_state, crtc_state->port_clock,
7101 refclk, NULL, &crtc_state->dpll)) {
7102 DRM_ERROR("Couldn't find PLL settings for mode!\n");
7103 return -EINVAL;
7104 }
7105
7106 i8xx_compute_dpll(crtc, crtc_state, NULL);
7107
7108 return 0;
7109}
7110
19ec6693
ACO
7111static int g4x_crtc_compute_clock(struct intel_crtc *crtc,
7112 struct intel_crtc_state *crtc_state)
7113{
7114 struct drm_device *dev = crtc->base.dev;
fac5e23e 7115 struct drm_i915_private *dev_priv = to_i915(dev);
1b6f4958 7116 const struct intel_limit *limit;
19ec6693
ACO
7117 int refclk = 96000;
7118
7119 memset(&crtc_state->dpll_hw_state, 0,
7120 sizeof(crtc_state->dpll_hw_state));
7121
2d84d2b3 7122 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_LVDS)) {
19ec6693
ACO
7123 if (intel_panel_use_ssc(dev_priv)) {
7124 refclk = dev_priv->vbt.lvds_ssc_freq;
7125 DRM_DEBUG_KMS("using SSC reference clock of %d kHz\n", refclk);
7126 }
7127
7128 if (intel_is_dual_link_lvds(dev))
7129 limit = &intel_limits_g4x_dual_channel_lvds;
7130 else
7131 limit = &intel_limits_g4x_single_channel_lvds;
2d84d2b3
VS
7132 } else if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI) ||
7133 intel_crtc_has_type(crtc_state, INTEL_OUTPUT_ANALOG)) {
19ec6693 7134 limit = &intel_limits_g4x_hdmi;
2d84d2b3 7135 } else if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_SDVO)) {
19ec6693
ACO
7136 limit = &intel_limits_g4x_sdvo;
7137 } else {
7138 /* The option is for other outputs */
7139 limit = &intel_limits_i9xx_sdvo;
7140 }
7141
7142 if (!crtc_state->clock_set &&
7143 !g4x_find_best_dpll(limit, crtc_state, crtc_state->port_clock,
7144 refclk, NULL, &crtc_state->dpll)) {
7145 DRM_ERROR("Couldn't find PLL settings for mode!\n");
7146 return -EINVAL;
7147 }
7148
7149 i9xx_compute_dpll(crtc, crtc_state, NULL);
7150
7151 return 0;
7152}
7153
70e8aa21
ACO
7154static int pnv_crtc_compute_clock(struct intel_crtc *crtc,
7155 struct intel_crtc_state *crtc_state)
7156{
7157 struct drm_device *dev = crtc->base.dev;
fac5e23e 7158 struct drm_i915_private *dev_priv = to_i915(dev);
1b6f4958 7159 const struct intel_limit *limit;
70e8aa21
ACO
7160 int refclk = 96000;
7161
7162 memset(&crtc_state->dpll_hw_state, 0,
7163 sizeof(crtc_state->dpll_hw_state));
7164
2d84d2b3 7165 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_LVDS)) {
70e8aa21
ACO
7166 if (intel_panel_use_ssc(dev_priv)) {
7167 refclk = dev_priv->vbt.lvds_ssc_freq;
7168 DRM_DEBUG_KMS("using SSC reference clock of %d kHz\n", refclk);
7169 }
7170
7171 limit = &intel_limits_pineview_lvds;
7172 } else {
7173 limit = &intel_limits_pineview_sdvo;
7174 }
7175
7176 if (!crtc_state->clock_set &&
7177 !pnv_find_best_dpll(limit, crtc_state, crtc_state->port_clock,
7178 refclk, NULL, &crtc_state->dpll)) {
7179 DRM_ERROR("Couldn't find PLL settings for mode!\n");
7180 return -EINVAL;
7181 }
7182
7183 i9xx_compute_dpll(crtc, crtc_state, NULL);
7184
7185 return 0;
7186}
7187
190f68c5
ACO
7188static int i9xx_crtc_compute_clock(struct intel_crtc *crtc,
7189 struct intel_crtc_state *crtc_state)
79e53945 7190{
c7653199 7191 struct drm_device *dev = crtc->base.dev;
fac5e23e 7192 struct drm_i915_private *dev_priv = to_i915(dev);
1b6f4958 7193 const struct intel_limit *limit;
81c97f52 7194 int refclk = 96000;
79e53945 7195
dd3cd74a
ACO
7196 memset(&crtc_state->dpll_hw_state, 0,
7197 sizeof(crtc_state->dpll_hw_state));
7198
2d84d2b3 7199 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_LVDS)) {
70e8aa21
ACO
7200 if (intel_panel_use_ssc(dev_priv)) {
7201 refclk = dev_priv->vbt.lvds_ssc_freq;
7202 DRM_DEBUG_KMS("using SSC reference clock of %d kHz\n", refclk);
7203 }
43565a06 7204
70e8aa21
ACO
7205 limit = &intel_limits_i9xx_lvds;
7206 } else {
7207 limit = &intel_limits_i9xx_sdvo;
81c97f52 7208 }
79e53945 7209
70e8aa21
ACO
7210 if (!crtc_state->clock_set &&
7211 !i9xx_find_best_dpll(limit, crtc_state, crtc_state->port_clock,
7212 refclk, NULL, &crtc_state->dpll)) {
7213 DRM_ERROR("Couldn't find PLL settings for mode!\n");
7214 return -EINVAL;
f47709a9 7215 }
7026d4ac 7216
81c97f52 7217 i9xx_compute_dpll(crtc, crtc_state, NULL);
79e53945 7218
c8f7a0db 7219 return 0;
f564048e
EA
7220}
7221
65b3d6a9
ACO
7222static int chv_crtc_compute_clock(struct intel_crtc *crtc,
7223 struct intel_crtc_state *crtc_state)
7224{
7225 int refclk = 100000;
1b6f4958 7226 const struct intel_limit *limit = &intel_limits_chv;
65b3d6a9
ACO
7227
7228 memset(&crtc_state->dpll_hw_state, 0,
7229 sizeof(crtc_state->dpll_hw_state));
7230
65b3d6a9
ACO
7231 if (!crtc_state->clock_set &&
7232 !chv_find_best_dpll(limit, crtc_state, crtc_state->port_clock,
7233 refclk, NULL, &crtc_state->dpll)) {
7234 DRM_ERROR("Couldn't find PLL settings for mode!\n");
7235 return -EINVAL;
7236 }
7237
7238 chv_compute_dpll(crtc, crtc_state);
7239
7240 return 0;
7241}
7242
7243static int vlv_crtc_compute_clock(struct intel_crtc *crtc,
7244 struct intel_crtc_state *crtc_state)
7245{
7246 int refclk = 100000;
1b6f4958 7247 const struct intel_limit *limit = &intel_limits_vlv;
65b3d6a9
ACO
7248
7249 memset(&crtc_state->dpll_hw_state, 0,
7250 sizeof(crtc_state->dpll_hw_state));
7251
65b3d6a9
ACO
7252 if (!crtc_state->clock_set &&
7253 !vlv_find_best_dpll(limit, crtc_state, crtc_state->port_clock,
7254 refclk, NULL, &crtc_state->dpll)) {
7255 DRM_ERROR("Couldn't find PLL settings for mode!\n");
7256 return -EINVAL;
7257 }
7258
7259 vlv_compute_dpll(crtc, crtc_state);
7260
7261 return 0;
7262}
7263
2fa2fe9a 7264static void i9xx_get_pfit_config(struct intel_crtc *crtc,
5cec258b 7265 struct intel_crtc_state *pipe_config)
2fa2fe9a 7266{
6315b5d3 7267 struct drm_i915_private *dev_priv = to_i915(crtc->base.dev);
2fa2fe9a
DV
7268 uint32_t tmp;
7269
50a0bc90
TU
7270 if (INTEL_GEN(dev_priv) <= 3 &&
7271 (IS_I830(dev_priv) || !IS_MOBILE(dev_priv)))
dc9e7dec
VS
7272 return;
7273
2fa2fe9a 7274 tmp = I915_READ(PFIT_CONTROL);
06922821
DV
7275 if (!(tmp & PFIT_ENABLE))
7276 return;
2fa2fe9a 7277
06922821 7278 /* Check whether the pfit is attached to our pipe. */
6315b5d3 7279 if (INTEL_GEN(dev_priv) < 4) {
2fa2fe9a
DV
7280 if (crtc->pipe != PIPE_B)
7281 return;
2fa2fe9a
DV
7282 } else {
7283 if ((tmp & PFIT_PIPE_MASK) != (crtc->pipe << PFIT_PIPE_SHIFT))
7284 return;
7285 }
7286
06922821 7287 pipe_config->gmch_pfit.control = tmp;
2fa2fe9a 7288 pipe_config->gmch_pfit.pgm_ratios = I915_READ(PFIT_PGM_RATIOS);
2fa2fe9a
DV
7289}
7290
acbec814 7291static void vlv_crtc_clock_get(struct intel_crtc *crtc,
5cec258b 7292 struct intel_crtc_state *pipe_config)
acbec814
JB
7293{
7294 struct drm_device *dev = crtc->base.dev;
fac5e23e 7295 struct drm_i915_private *dev_priv = to_i915(dev);
acbec814 7296 int pipe = pipe_config->cpu_transcoder;
9e2c8475 7297 struct dpll clock;
acbec814 7298 u32 mdiv;
662c6ecb 7299 int refclk = 100000;
acbec814 7300
b521973b
VS
7301 /* In case of DSI, DPLL will not be used */
7302 if ((pipe_config->dpll_hw_state.dpll & DPLL_VCO_ENABLE) == 0)
f573de5a
SK
7303 return;
7304
a580516d 7305 mutex_lock(&dev_priv->sb_lock);
ab3c759a 7306 mdiv = vlv_dpio_read(dev_priv, pipe, VLV_PLL_DW3(pipe));
a580516d 7307 mutex_unlock(&dev_priv->sb_lock);
acbec814
JB
7308
7309 clock.m1 = (mdiv >> DPIO_M1DIV_SHIFT) & 7;
7310 clock.m2 = mdiv & DPIO_M2DIV_MASK;
7311 clock.n = (mdiv >> DPIO_N_SHIFT) & 0xf;
7312 clock.p1 = (mdiv >> DPIO_P1_SHIFT) & 7;
7313 clock.p2 = (mdiv >> DPIO_P2_SHIFT) & 0x1f;
7314
dccbea3b 7315 pipe_config->port_clock = vlv_calc_dpll_params(refclk, &clock);
acbec814
JB
7316}
7317
5724dbd1
DL
7318static void
7319i9xx_get_initial_plane_config(struct intel_crtc *crtc,
7320 struct intel_initial_plane_config *plane_config)
1ad292b5
JB
7321{
7322 struct drm_device *dev = crtc->base.dev;
fac5e23e 7323 struct drm_i915_private *dev_priv = to_i915(dev);
1ad292b5
JB
7324 u32 val, base, offset;
7325 int pipe = crtc->pipe, plane = crtc->plane;
7326 int fourcc, pixel_format;
6761dd31 7327 unsigned int aligned_height;
b113d5ee 7328 struct drm_framebuffer *fb;
1b842c89 7329 struct intel_framebuffer *intel_fb;
1ad292b5 7330
42a7b088
DL
7331 val = I915_READ(DSPCNTR(plane));
7332 if (!(val & DISPLAY_PLANE_ENABLE))
7333 return;
7334
d9806c9f 7335 intel_fb = kzalloc(sizeof(*intel_fb), GFP_KERNEL);
1b842c89 7336 if (!intel_fb) {
1ad292b5
JB
7337 DRM_DEBUG_KMS("failed to alloc fb\n");
7338 return;
7339 }
7340
1b842c89
DL
7341 fb = &intel_fb->base;
7342
d2e9f5fc
VS
7343 fb->dev = dev;
7344
6315b5d3 7345 if (INTEL_GEN(dev_priv) >= 4) {
18c5247e 7346 if (val & DISPPLANE_TILED) {
49af449b 7347 plane_config->tiling = I915_TILING_X;
bae781b2 7348 fb->modifier = I915_FORMAT_MOD_X_TILED;
18c5247e
DV
7349 }
7350 }
1ad292b5
JB
7351
7352 pixel_format = val & DISPPLANE_PIXFORMAT_MASK;
b35d63fa 7353 fourcc = i9xx_format_to_fourcc(pixel_format);
2f3f4763 7354 fb->format = drm_format_info(fourcc);
1ad292b5 7355
6315b5d3 7356 if (INTEL_GEN(dev_priv) >= 4) {
49af449b 7357 if (plane_config->tiling)
1ad292b5
JB
7358 offset = I915_READ(DSPTILEOFF(plane));
7359 else
7360 offset = I915_READ(DSPLINOFF(plane));
7361 base = I915_READ(DSPSURF(plane)) & 0xfffff000;
7362 } else {
7363 base = I915_READ(DSPADDR(plane));
7364 }
7365 plane_config->base = base;
7366
7367 val = I915_READ(PIPESRC(pipe));
b113d5ee
DL
7368 fb->width = ((val >> 16) & 0xfff) + 1;
7369 fb->height = ((val >> 0) & 0xfff) + 1;
1ad292b5
JB
7370
7371 val = I915_READ(DSPSTRIDE(pipe));
b113d5ee 7372 fb->pitches[0] = val & 0xffffffc0;
1ad292b5 7373
d88c4afd 7374 aligned_height = intel_fb_align_height(fb, 0, fb->height);
1ad292b5 7375
f37b5c2b 7376 plane_config->size = fb->pitches[0] * aligned_height;
1ad292b5 7377
2844a921
DL
7378 DRM_DEBUG_KMS("pipe/plane %c/%d with fb: size=%dx%d@%d, offset=%x, pitch %d, size 0x%x\n",
7379 pipe_name(pipe), plane, fb->width, fb->height,
272725c7 7380 fb->format->cpp[0] * 8, base, fb->pitches[0],
2844a921 7381 plane_config->size);
1ad292b5 7382
2d14030b 7383 plane_config->fb = intel_fb;
1ad292b5
JB
7384}
7385
70b23a98 7386static void chv_crtc_clock_get(struct intel_crtc *crtc,
5cec258b 7387 struct intel_crtc_state *pipe_config)
70b23a98
VS
7388{
7389 struct drm_device *dev = crtc->base.dev;
fac5e23e 7390 struct drm_i915_private *dev_priv = to_i915(dev);
70b23a98
VS
7391 int pipe = pipe_config->cpu_transcoder;
7392 enum dpio_channel port = vlv_pipe_to_channel(pipe);
9e2c8475 7393 struct dpll clock;
0d7b6b11 7394 u32 cmn_dw13, pll_dw0, pll_dw1, pll_dw2, pll_dw3;
70b23a98
VS
7395 int refclk = 100000;
7396
b521973b
VS
7397 /* In case of DSI, DPLL will not be used */
7398 if ((pipe_config->dpll_hw_state.dpll & DPLL_VCO_ENABLE) == 0)
7399 return;
7400
a580516d 7401 mutex_lock(&dev_priv->sb_lock);
70b23a98
VS
7402 cmn_dw13 = vlv_dpio_read(dev_priv, pipe, CHV_CMN_DW13(port));
7403 pll_dw0 = vlv_dpio_read(dev_priv, pipe, CHV_PLL_DW0(port));
7404 pll_dw1 = vlv_dpio_read(dev_priv, pipe, CHV_PLL_DW1(port));
7405 pll_dw2 = vlv_dpio_read(dev_priv, pipe, CHV_PLL_DW2(port));
0d7b6b11 7406 pll_dw3 = vlv_dpio_read(dev_priv, pipe, CHV_PLL_DW3(port));
a580516d 7407 mutex_unlock(&dev_priv->sb_lock);
70b23a98
VS
7408
7409 clock.m1 = (pll_dw1 & 0x7) == DPIO_CHV_M1_DIV_BY_2 ? 2 : 0;
0d7b6b11
ID
7410 clock.m2 = (pll_dw0 & 0xff) << 22;
7411 if (pll_dw3 & DPIO_CHV_FRAC_DIV_EN)
7412 clock.m2 |= pll_dw2 & 0x3fffff;
70b23a98
VS
7413 clock.n = (pll_dw1 >> DPIO_CHV_N_DIV_SHIFT) & 0xf;
7414 clock.p1 = (cmn_dw13 >> DPIO_CHV_P1_DIV_SHIFT) & 0x7;
7415 clock.p2 = (cmn_dw13 >> DPIO_CHV_P2_DIV_SHIFT) & 0x1f;
7416
dccbea3b 7417 pipe_config->port_clock = chv_calc_dpll_params(refclk, &clock);
70b23a98
VS
7418}
7419
0e8ffe1b 7420static bool i9xx_get_pipe_config(struct intel_crtc *crtc,
5cec258b 7421 struct intel_crtc_state *pipe_config)
0e8ffe1b 7422{
6315b5d3 7423 struct drm_i915_private *dev_priv = to_i915(crtc->base.dev);
1729050e 7424 enum intel_display_power_domain power_domain;
0e8ffe1b 7425 uint32_t tmp;
1729050e 7426 bool ret;
0e8ffe1b 7427
1729050e
ID
7428 power_domain = POWER_DOMAIN_PIPE(crtc->pipe);
7429 if (!intel_display_power_get_if_enabled(dev_priv, power_domain))
b5482bd0
ID
7430 return false;
7431
e143a21c 7432 pipe_config->cpu_transcoder = (enum transcoder) crtc->pipe;
8106ddbd 7433 pipe_config->shared_dpll = NULL;
eccb140b 7434
1729050e
ID
7435 ret = false;
7436
0e8ffe1b
DV
7437 tmp = I915_READ(PIPECONF(crtc->pipe));
7438 if (!(tmp & PIPECONF_ENABLE))
1729050e 7439 goto out;
0e8ffe1b 7440
9beb5fea
TU
7441 if (IS_G4X(dev_priv) || IS_VALLEYVIEW(dev_priv) ||
7442 IS_CHERRYVIEW(dev_priv)) {
42571aef
VS
7443 switch (tmp & PIPECONF_BPC_MASK) {
7444 case PIPECONF_6BPC:
7445 pipe_config->pipe_bpp = 18;
7446 break;
7447 case PIPECONF_8BPC:
7448 pipe_config->pipe_bpp = 24;
7449 break;
7450 case PIPECONF_10BPC:
7451 pipe_config->pipe_bpp = 30;
7452 break;
7453 default:
7454 break;
7455 }
7456 }
7457
920a14b2 7458 if ((IS_VALLEYVIEW(dev_priv) || IS_CHERRYVIEW(dev_priv)) &&
666a4537 7459 (tmp & PIPECONF_COLOR_RANGE_SELECT))
b5a9fa09
DV
7460 pipe_config->limited_color_range = true;
7461
6315b5d3 7462 if (INTEL_GEN(dev_priv) < 4)
282740f7
VS
7463 pipe_config->double_wide = tmp & PIPECONF_DOUBLE_WIDE;
7464
1bd1bd80 7465 intel_get_pipe_timings(crtc, pipe_config);
bc58be60 7466 intel_get_pipe_src_size(crtc, pipe_config);
1bd1bd80 7467
2fa2fe9a
DV
7468 i9xx_get_pfit_config(crtc, pipe_config);
7469
6315b5d3 7470 if (INTEL_GEN(dev_priv) >= 4) {
c231775c 7471 /* No way to read it out on pipes B and C */
920a14b2 7472 if (IS_CHERRYVIEW(dev_priv) && crtc->pipe != PIPE_A)
c231775c
VS
7473 tmp = dev_priv->chv_dpll_md[crtc->pipe];
7474 else
7475 tmp = I915_READ(DPLL_MD(crtc->pipe));
6c49f241
DV
7476 pipe_config->pixel_multiplier =
7477 ((tmp & DPLL_MD_UDI_MULTIPLIER_MASK)
7478 >> DPLL_MD_UDI_MULTIPLIER_SHIFT) + 1;
8bcc2795 7479 pipe_config->dpll_hw_state.dpll_md = tmp;
50a0bc90 7480 } else if (IS_I945G(dev_priv) || IS_I945GM(dev_priv) ||
73f67aa8 7481 IS_G33(dev_priv) || IS_PINEVIEW(dev_priv)) {
6c49f241
DV
7482 tmp = I915_READ(DPLL(crtc->pipe));
7483 pipe_config->pixel_multiplier =
7484 ((tmp & SDVO_MULTIPLIER_MASK)
7485 >> SDVO_MULTIPLIER_SHIFT_HIRES) + 1;
7486 } else {
7487 /* Note that on i915G/GM the pixel multiplier is in the sdvo
7488 * port and will be fixed up in the encoder->get_config
7489 * function. */
7490 pipe_config->pixel_multiplier = 1;
7491 }
8bcc2795 7492 pipe_config->dpll_hw_state.dpll = I915_READ(DPLL(crtc->pipe));
920a14b2 7493 if (!IS_VALLEYVIEW(dev_priv) && !IS_CHERRYVIEW(dev_priv)) {
1c4e0274
VS
7494 /*
7495 * DPLL_DVO_2X_MODE must be enabled for both DPLLs
7496 * on 830. Filter it out here so that we don't
7497 * report errors due to that.
7498 */
50a0bc90 7499 if (IS_I830(dev_priv))
1c4e0274
VS
7500 pipe_config->dpll_hw_state.dpll &= ~DPLL_DVO_2X_MODE;
7501
8bcc2795
DV
7502 pipe_config->dpll_hw_state.fp0 = I915_READ(FP0(crtc->pipe));
7503 pipe_config->dpll_hw_state.fp1 = I915_READ(FP1(crtc->pipe));
165e901c
VS
7504 } else {
7505 /* Mask out read-only status bits. */
7506 pipe_config->dpll_hw_state.dpll &= ~(DPLL_LOCK_VLV |
7507 DPLL_PORTC_READY_MASK |
7508 DPLL_PORTB_READY_MASK);
8bcc2795 7509 }
6c49f241 7510
920a14b2 7511 if (IS_CHERRYVIEW(dev_priv))
70b23a98 7512 chv_crtc_clock_get(crtc, pipe_config);
11a914c2 7513 else if (IS_VALLEYVIEW(dev_priv))
acbec814
JB
7514 vlv_crtc_clock_get(crtc, pipe_config);
7515 else
7516 i9xx_crtc_clock_get(crtc, pipe_config);
18442d08 7517
0f64614d
VS
7518 /*
7519 * Normally the dotclock is filled in by the encoder .get_config()
7520 * but in case the pipe is enabled w/o any ports we need a sane
7521 * default.
7522 */
7523 pipe_config->base.adjusted_mode.crtc_clock =
7524 pipe_config->port_clock / pipe_config->pixel_multiplier;
7525
1729050e
ID
7526 ret = true;
7527
7528out:
7529 intel_display_power_put(dev_priv, power_domain);
7530
7531 return ret;
0e8ffe1b
DV
7532}
7533
c39055b0 7534static void ironlake_init_pch_refclk(struct drm_i915_private *dev_priv)
13d83a67 7535{
13d83a67 7536 struct intel_encoder *encoder;
1c1a24d2 7537 int i;
74cfd7ac 7538 u32 val, final;
13d83a67 7539 bool has_lvds = false;
199e5d79 7540 bool has_cpu_edp = false;
199e5d79 7541 bool has_panel = false;
99eb6a01
KP
7542 bool has_ck505 = false;
7543 bool can_ssc = false;
1c1a24d2 7544 bool using_ssc_source = false;
13d83a67
JB
7545
7546 /* We need to take the global config into account */
c39055b0 7547 for_each_intel_encoder(&dev_priv->drm, encoder) {
199e5d79
KP
7548 switch (encoder->type) {
7549 case INTEL_OUTPUT_LVDS:
7550 has_panel = true;
7551 has_lvds = true;
7552 break;
7553 case INTEL_OUTPUT_EDP:
7554 has_panel = true;
2de6905f 7555 if (enc_to_dig_port(&encoder->base)->port == PORT_A)
199e5d79
KP
7556 has_cpu_edp = true;
7557 break;
6847d71b
PZ
7558 default:
7559 break;
13d83a67
JB
7560 }
7561 }
7562
6e266956 7563 if (HAS_PCH_IBX(dev_priv)) {
41aa3448 7564 has_ck505 = dev_priv->vbt.display_clock_mode;
99eb6a01
KP
7565 can_ssc = has_ck505;
7566 } else {
7567 has_ck505 = false;
7568 can_ssc = true;
7569 }
7570
1c1a24d2
L
7571 /* Check if any DPLLs are using the SSC source */
7572 for (i = 0; i < dev_priv->num_shared_dpll; i++) {
7573 u32 temp = I915_READ(PCH_DPLL(i));
7574
7575 if (!(temp & DPLL_VCO_ENABLE))
7576 continue;
7577
7578 if ((temp & PLL_REF_INPUT_MASK) ==
7579 PLLB_REF_INPUT_SPREADSPECTRUMIN) {
7580 using_ssc_source = true;
7581 break;
7582 }
7583 }
7584
7585 DRM_DEBUG_KMS("has_panel %d has_lvds %d has_ck505 %d using_ssc_source %d\n",
7586 has_panel, has_lvds, has_ck505, using_ssc_source);
13d83a67
JB
7587
7588 /* Ironlake: try to setup display ref clock before DPLL
7589 * enabling. This is only under driver's control after
7590 * PCH B stepping, previous chipset stepping should be
7591 * ignoring this setting.
7592 */
74cfd7ac
CW
7593 val = I915_READ(PCH_DREF_CONTROL);
7594
7595 /* As we must carefully and slowly disable/enable each source in turn,
7596 * compute the final state we want first and check if we need to
7597 * make any changes at all.
7598 */
7599 final = val;
7600 final &= ~DREF_NONSPREAD_SOURCE_MASK;
7601 if (has_ck505)
7602 final |= DREF_NONSPREAD_CK505_ENABLE;
7603 else
7604 final |= DREF_NONSPREAD_SOURCE_ENABLE;
7605
8c07eb68 7606 final &= ~DREF_SSC_SOURCE_MASK;
74cfd7ac 7607 final &= ~DREF_CPU_SOURCE_OUTPUT_MASK;
8c07eb68 7608 final &= ~DREF_SSC1_ENABLE;
74cfd7ac
CW
7609
7610 if (has_panel) {
7611 final |= DREF_SSC_SOURCE_ENABLE;
7612
7613 if (intel_panel_use_ssc(dev_priv) && can_ssc)
7614 final |= DREF_SSC1_ENABLE;
7615
7616 if (has_cpu_edp) {
7617 if (intel_panel_use_ssc(dev_priv) && can_ssc)
7618 final |= DREF_CPU_SOURCE_OUTPUT_DOWNSPREAD;
7619 else
7620 final |= DREF_CPU_SOURCE_OUTPUT_NONSPREAD;
7621 } else
7622 final |= DREF_CPU_SOURCE_OUTPUT_DISABLE;
1c1a24d2
L
7623 } else if (using_ssc_source) {
7624 final |= DREF_SSC_SOURCE_ENABLE;
7625 final |= DREF_SSC1_ENABLE;
74cfd7ac
CW
7626 }
7627
7628 if (final == val)
7629 return;
7630
13d83a67 7631 /* Always enable nonspread source */
74cfd7ac 7632 val &= ~DREF_NONSPREAD_SOURCE_MASK;
13d83a67 7633
99eb6a01 7634 if (has_ck505)
74cfd7ac 7635 val |= DREF_NONSPREAD_CK505_ENABLE;
99eb6a01 7636 else
74cfd7ac 7637 val |= DREF_NONSPREAD_SOURCE_ENABLE;
13d83a67 7638
199e5d79 7639 if (has_panel) {
74cfd7ac
CW
7640 val &= ~DREF_SSC_SOURCE_MASK;
7641 val |= DREF_SSC_SOURCE_ENABLE;
13d83a67 7642
199e5d79 7643 /* SSC must be turned on before enabling the CPU output */
99eb6a01 7644 if (intel_panel_use_ssc(dev_priv) && can_ssc) {
199e5d79 7645 DRM_DEBUG_KMS("Using SSC on panel\n");
74cfd7ac 7646 val |= DREF_SSC1_ENABLE;
e77166b5 7647 } else
74cfd7ac 7648 val &= ~DREF_SSC1_ENABLE;
199e5d79
KP
7649
7650 /* Get SSC going before enabling the outputs */
74cfd7ac 7651 I915_WRITE(PCH_DREF_CONTROL, val);
199e5d79
KP
7652 POSTING_READ(PCH_DREF_CONTROL);
7653 udelay(200);
7654
74cfd7ac 7655 val &= ~DREF_CPU_SOURCE_OUTPUT_MASK;
13d83a67
JB
7656
7657 /* Enable CPU source on CPU attached eDP */
199e5d79 7658 if (has_cpu_edp) {
99eb6a01 7659 if (intel_panel_use_ssc(dev_priv) && can_ssc) {
199e5d79 7660 DRM_DEBUG_KMS("Using SSC on eDP\n");
74cfd7ac 7661 val |= DREF_CPU_SOURCE_OUTPUT_DOWNSPREAD;
eba905b2 7662 } else
74cfd7ac 7663 val |= DREF_CPU_SOURCE_OUTPUT_NONSPREAD;
199e5d79 7664 } else
74cfd7ac 7665 val |= DREF_CPU_SOURCE_OUTPUT_DISABLE;
199e5d79 7666
74cfd7ac 7667 I915_WRITE(PCH_DREF_CONTROL, val);
199e5d79
KP
7668 POSTING_READ(PCH_DREF_CONTROL);
7669 udelay(200);
7670 } else {
1c1a24d2 7671 DRM_DEBUG_KMS("Disabling CPU source output\n");
199e5d79 7672
74cfd7ac 7673 val &= ~DREF_CPU_SOURCE_OUTPUT_MASK;
199e5d79
KP
7674
7675 /* Turn off CPU output */
74cfd7ac 7676 val |= DREF_CPU_SOURCE_OUTPUT_DISABLE;
199e5d79 7677
74cfd7ac 7678 I915_WRITE(PCH_DREF_CONTROL, val);
199e5d79
KP
7679 POSTING_READ(PCH_DREF_CONTROL);
7680 udelay(200);
7681
1c1a24d2
L
7682 if (!using_ssc_source) {
7683 DRM_DEBUG_KMS("Disabling SSC source\n");
199e5d79 7684
1c1a24d2
L
7685 /* Turn off the SSC source */
7686 val &= ~DREF_SSC_SOURCE_MASK;
7687 val |= DREF_SSC_SOURCE_DISABLE;
f165d283 7688
1c1a24d2
L
7689 /* Turn off SSC1 */
7690 val &= ~DREF_SSC1_ENABLE;
7691
7692 I915_WRITE(PCH_DREF_CONTROL, val);
7693 POSTING_READ(PCH_DREF_CONTROL);
7694 udelay(200);
7695 }
13d83a67 7696 }
74cfd7ac
CW
7697
7698 BUG_ON(val != final);
13d83a67
JB
7699}
7700
f31f2d55 7701static void lpt_reset_fdi_mphy(struct drm_i915_private *dev_priv)
dde86e2d 7702{
f31f2d55 7703 uint32_t tmp;
dde86e2d 7704
0ff066a9
PZ
7705 tmp = I915_READ(SOUTH_CHICKEN2);
7706 tmp |= FDI_MPHY_IOSFSB_RESET_CTL;
7707 I915_WRITE(SOUTH_CHICKEN2, tmp);
dde86e2d 7708
cf3598c2
ID
7709 if (wait_for_us(I915_READ(SOUTH_CHICKEN2) &
7710 FDI_MPHY_IOSFSB_RESET_STATUS, 100))
0ff066a9 7711 DRM_ERROR("FDI mPHY reset assert timeout\n");
dde86e2d 7712
0ff066a9
PZ
7713 tmp = I915_READ(SOUTH_CHICKEN2);
7714 tmp &= ~FDI_MPHY_IOSFSB_RESET_CTL;
7715 I915_WRITE(SOUTH_CHICKEN2, tmp);
dde86e2d 7716
cf3598c2
ID
7717 if (wait_for_us((I915_READ(SOUTH_CHICKEN2) &
7718 FDI_MPHY_IOSFSB_RESET_STATUS) == 0, 100))
0ff066a9 7719 DRM_ERROR("FDI mPHY reset de-assert timeout\n");
f31f2d55
PZ
7720}
7721
7722/* WaMPhyProgramming:hsw */
7723static void lpt_program_fdi_mphy(struct drm_i915_private *dev_priv)
7724{
7725 uint32_t tmp;
dde86e2d
PZ
7726
7727 tmp = intel_sbi_read(dev_priv, 0x8008, SBI_MPHY);
7728 tmp &= ~(0xFF << 24);
7729 tmp |= (0x12 << 24);
7730 intel_sbi_write(dev_priv, 0x8008, tmp, SBI_MPHY);
7731
dde86e2d
PZ
7732 tmp = intel_sbi_read(dev_priv, 0x2008, SBI_MPHY);
7733 tmp |= (1 << 11);
7734 intel_sbi_write(dev_priv, 0x2008, tmp, SBI_MPHY);
7735
7736 tmp = intel_sbi_read(dev_priv, 0x2108, SBI_MPHY);
7737 tmp |= (1 << 11);
7738 intel_sbi_write(dev_priv, 0x2108, tmp, SBI_MPHY);
7739
dde86e2d
PZ
7740 tmp = intel_sbi_read(dev_priv, 0x206C, SBI_MPHY);
7741 tmp |= (1 << 24) | (1 << 21) | (1 << 18);
7742 intel_sbi_write(dev_priv, 0x206C, tmp, SBI_MPHY);
7743
7744 tmp = intel_sbi_read(dev_priv, 0x216C, SBI_MPHY);
7745 tmp |= (1 << 24) | (1 << 21) | (1 << 18);
7746 intel_sbi_write(dev_priv, 0x216C, tmp, SBI_MPHY);
7747
0ff066a9
PZ
7748 tmp = intel_sbi_read(dev_priv, 0x2080, SBI_MPHY);
7749 tmp &= ~(7 << 13);
7750 tmp |= (5 << 13);
7751 intel_sbi_write(dev_priv, 0x2080, tmp, SBI_MPHY);
dde86e2d 7752
0ff066a9
PZ
7753 tmp = intel_sbi_read(dev_priv, 0x2180, SBI_MPHY);
7754 tmp &= ~(7 << 13);
7755 tmp |= (5 << 13);
7756 intel_sbi_write(dev_priv, 0x2180, tmp, SBI_MPHY);
dde86e2d
PZ
7757
7758 tmp = intel_sbi_read(dev_priv, 0x208C, SBI_MPHY);
7759 tmp &= ~0xFF;
7760 tmp |= 0x1C;
7761 intel_sbi_write(dev_priv, 0x208C, tmp, SBI_MPHY);
7762
7763 tmp = intel_sbi_read(dev_priv, 0x218C, SBI_MPHY);
7764 tmp &= ~0xFF;
7765 tmp |= 0x1C;
7766 intel_sbi_write(dev_priv, 0x218C, tmp, SBI_MPHY);
7767
7768 tmp = intel_sbi_read(dev_priv, 0x2098, SBI_MPHY);
7769 tmp &= ~(0xFF << 16);
7770 tmp |= (0x1C << 16);
7771 intel_sbi_write(dev_priv, 0x2098, tmp, SBI_MPHY);
7772
7773 tmp = intel_sbi_read(dev_priv, 0x2198, SBI_MPHY);
7774 tmp &= ~(0xFF << 16);
7775 tmp |= (0x1C << 16);
7776 intel_sbi_write(dev_priv, 0x2198, tmp, SBI_MPHY);
7777
0ff066a9
PZ
7778 tmp = intel_sbi_read(dev_priv, 0x20C4, SBI_MPHY);
7779 tmp |= (1 << 27);
7780 intel_sbi_write(dev_priv, 0x20C4, tmp, SBI_MPHY);
dde86e2d 7781
0ff066a9
PZ
7782 tmp = intel_sbi_read(dev_priv, 0x21C4, SBI_MPHY);
7783 tmp |= (1 << 27);
7784 intel_sbi_write(dev_priv, 0x21C4, tmp, SBI_MPHY);
dde86e2d 7785
0ff066a9
PZ
7786 tmp = intel_sbi_read(dev_priv, 0x20EC, SBI_MPHY);
7787 tmp &= ~(0xF << 28);
7788 tmp |= (4 << 28);
7789 intel_sbi_write(dev_priv, 0x20EC, tmp, SBI_MPHY);
dde86e2d 7790
0ff066a9
PZ
7791 tmp = intel_sbi_read(dev_priv, 0x21EC, SBI_MPHY);
7792 tmp &= ~(0xF << 28);
7793 tmp |= (4 << 28);
7794 intel_sbi_write(dev_priv, 0x21EC, tmp, SBI_MPHY);
f31f2d55
PZ
7795}
7796
2fa86a1f
PZ
7797/* Implements 3 different sequences from BSpec chapter "Display iCLK
7798 * Programming" based on the parameters passed:
7799 * - Sequence to enable CLKOUT_DP
7800 * - Sequence to enable CLKOUT_DP without spread
7801 * - Sequence to enable CLKOUT_DP for FDI usage and configure PCH FDI I/O
7802 */
c39055b0
ACO
7803static void lpt_enable_clkout_dp(struct drm_i915_private *dev_priv,
7804 bool with_spread, bool with_fdi)
f31f2d55 7805{
2fa86a1f
PZ
7806 uint32_t reg, tmp;
7807
7808 if (WARN(with_fdi && !with_spread, "FDI requires downspread\n"))
7809 with_spread = true;
4f8036a2
TU
7810 if (WARN(HAS_PCH_LPT_LP(dev_priv) &&
7811 with_fdi, "LP PCH doesn't have FDI\n"))
2fa86a1f 7812 with_fdi = false;
f31f2d55 7813
a580516d 7814 mutex_lock(&dev_priv->sb_lock);
f31f2d55
PZ
7815
7816 tmp = intel_sbi_read(dev_priv, SBI_SSCCTL, SBI_ICLK);
7817 tmp &= ~SBI_SSCCTL_DISABLE;
7818 tmp |= SBI_SSCCTL_PATHALT;
7819 intel_sbi_write(dev_priv, SBI_SSCCTL, tmp, SBI_ICLK);
7820
7821 udelay(24);
7822
2fa86a1f
PZ
7823 if (with_spread) {
7824 tmp = intel_sbi_read(dev_priv, SBI_SSCCTL, SBI_ICLK);
7825 tmp &= ~SBI_SSCCTL_PATHALT;
7826 intel_sbi_write(dev_priv, SBI_SSCCTL, tmp, SBI_ICLK);
f31f2d55 7827
2fa86a1f
PZ
7828 if (with_fdi) {
7829 lpt_reset_fdi_mphy(dev_priv);
7830 lpt_program_fdi_mphy(dev_priv);
7831 }
7832 }
dde86e2d 7833
4f8036a2 7834 reg = HAS_PCH_LPT_LP(dev_priv) ? SBI_GEN0 : SBI_DBUFF0;
2fa86a1f
PZ
7835 tmp = intel_sbi_read(dev_priv, reg, SBI_ICLK);
7836 tmp |= SBI_GEN0_CFG_BUFFENABLE_DISABLE;
7837 intel_sbi_write(dev_priv, reg, tmp, SBI_ICLK);
c00db246 7838
a580516d 7839 mutex_unlock(&dev_priv->sb_lock);
dde86e2d
PZ
7840}
7841
47701c3b 7842/* Sequence to disable CLKOUT_DP */
c39055b0 7843static void lpt_disable_clkout_dp(struct drm_i915_private *dev_priv)
47701c3b 7844{
47701c3b
PZ
7845 uint32_t reg, tmp;
7846
a580516d 7847 mutex_lock(&dev_priv->sb_lock);
47701c3b 7848
4f8036a2 7849 reg = HAS_PCH_LPT_LP(dev_priv) ? SBI_GEN0 : SBI_DBUFF0;
47701c3b
PZ
7850 tmp = intel_sbi_read(dev_priv, reg, SBI_ICLK);
7851 tmp &= ~SBI_GEN0_CFG_BUFFENABLE_DISABLE;
7852 intel_sbi_write(dev_priv, reg, tmp, SBI_ICLK);
7853
7854 tmp = intel_sbi_read(dev_priv, SBI_SSCCTL, SBI_ICLK);
7855 if (!(tmp & SBI_SSCCTL_DISABLE)) {
7856 if (!(tmp & SBI_SSCCTL_PATHALT)) {
7857 tmp |= SBI_SSCCTL_PATHALT;
7858 intel_sbi_write(dev_priv, SBI_SSCCTL, tmp, SBI_ICLK);
7859 udelay(32);
7860 }
7861 tmp |= SBI_SSCCTL_DISABLE;
7862 intel_sbi_write(dev_priv, SBI_SSCCTL, tmp, SBI_ICLK);
7863 }
7864
a580516d 7865 mutex_unlock(&dev_priv->sb_lock);
47701c3b
PZ
7866}
7867
f7be2c21
VS
7868#define BEND_IDX(steps) ((50 + (steps)) / 5)
7869
7870static const uint16_t sscdivintphase[] = {
7871 [BEND_IDX( 50)] = 0x3B23,
7872 [BEND_IDX( 45)] = 0x3B23,
7873 [BEND_IDX( 40)] = 0x3C23,
7874 [BEND_IDX( 35)] = 0x3C23,
7875 [BEND_IDX( 30)] = 0x3D23,
7876 [BEND_IDX( 25)] = 0x3D23,
7877 [BEND_IDX( 20)] = 0x3E23,
7878 [BEND_IDX( 15)] = 0x3E23,
7879 [BEND_IDX( 10)] = 0x3F23,
7880 [BEND_IDX( 5)] = 0x3F23,
7881 [BEND_IDX( 0)] = 0x0025,
7882 [BEND_IDX( -5)] = 0x0025,
7883 [BEND_IDX(-10)] = 0x0125,
7884 [BEND_IDX(-15)] = 0x0125,
7885 [BEND_IDX(-20)] = 0x0225,
7886 [BEND_IDX(-25)] = 0x0225,
7887 [BEND_IDX(-30)] = 0x0325,
7888 [BEND_IDX(-35)] = 0x0325,
7889 [BEND_IDX(-40)] = 0x0425,
7890 [BEND_IDX(-45)] = 0x0425,
7891 [BEND_IDX(-50)] = 0x0525,
7892};
7893
7894/*
7895 * Bend CLKOUT_DP
7896 * steps -50 to 50 inclusive, in steps of 5
7897 * < 0 slow down the clock, > 0 speed up the clock, 0 == no bend (135MHz)
7898 * change in clock period = -(steps / 10) * 5.787 ps
7899 */
7900static void lpt_bend_clkout_dp(struct drm_i915_private *dev_priv, int steps)
7901{
7902 uint32_t tmp;
7903 int idx = BEND_IDX(steps);
7904
7905 if (WARN_ON(steps % 5 != 0))
7906 return;
7907
7908 if (WARN_ON(idx >= ARRAY_SIZE(sscdivintphase)))
7909 return;
7910
7911 mutex_lock(&dev_priv->sb_lock);
7912
7913 if (steps % 10 != 0)
7914 tmp = 0xAAAAAAAB;
7915 else
7916 tmp = 0x00000000;
7917 intel_sbi_write(dev_priv, SBI_SSCDITHPHASE, tmp, SBI_ICLK);
7918
7919 tmp = intel_sbi_read(dev_priv, SBI_SSCDIVINTPHASE, SBI_ICLK);
7920 tmp &= 0xffff0000;
7921 tmp |= sscdivintphase[idx];
7922 intel_sbi_write(dev_priv, SBI_SSCDIVINTPHASE, tmp, SBI_ICLK);
7923
7924 mutex_unlock(&dev_priv->sb_lock);
7925}
7926
7927#undef BEND_IDX
7928
c39055b0 7929static void lpt_init_pch_refclk(struct drm_i915_private *dev_priv)
bf8fa3d3 7930{
bf8fa3d3
PZ
7931 struct intel_encoder *encoder;
7932 bool has_vga = false;
7933
c39055b0 7934 for_each_intel_encoder(&dev_priv->drm, encoder) {
bf8fa3d3
PZ
7935 switch (encoder->type) {
7936 case INTEL_OUTPUT_ANALOG:
7937 has_vga = true;
7938 break;
6847d71b
PZ
7939 default:
7940 break;
bf8fa3d3
PZ
7941 }
7942 }
7943
f7be2c21 7944 if (has_vga) {
c39055b0
ACO
7945 lpt_bend_clkout_dp(dev_priv, 0);
7946 lpt_enable_clkout_dp(dev_priv, true, true);
f7be2c21 7947 } else {
c39055b0 7948 lpt_disable_clkout_dp(dev_priv);
f7be2c21 7949 }
bf8fa3d3
PZ
7950}
7951
dde86e2d
PZ
7952/*
7953 * Initialize reference clocks when the driver loads
7954 */
c39055b0 7955void intel_init_pch_refclk(struct drm_i915_private *dev_priv)
dde86e2d 7956{
6e266956 7957 if (HAS_PCH_IBX(dev_priv) || HAS_PCH_CPT(dev_priv))
c39055b0 7958 ironlake_init_pch_refclk(dev_priv);
6e266956 7959 else if (HAS_PCH_LPT(dev_priv))
c39055b0 7960 lpt_init_pch_refclk(dev_priv);
dde86e2d
PZ
7961}
7962
6ff93609 7963static void ironlake_set_pipeconf(struct drm_crtc *crtc)
79e53945 7964{
fac5e23e 7965 struct drm_i915_private *dev_priv = to_i915(crtc->dev);
79e53945
JB
7966 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
7967 int pipe = intel_crtc->pipe;
c8203565
PZ
7968 uint32_t val;
7969
78114071 7970 val = 0;
c8203565 7971
6e3c9717 7972 switch (intel_crtc->config->pipe_bpp) {
c8203565 7973 case 18:
dfd07d72 7974 val |= PIPECONF_6BPC;
c8203565
PZ
7975 break;
7976 case 24:
dfd07d72 7977 val |= PIPECONF_8BPC;
c8203565
PZ
7978 break;
7979 case 30:
dfd07d72 7980 val |= PIPECONF_10BPC;
c8203565
PZ
7981 break;
7982 case 36:
dfd07d72 7983 val |= PIPECONF_12BPC;
c8203565
PZ
7984 break;
7985 default:
cc769b62
PZ
7986 /* Case prevented by intel_choose_pipe_bpp_dither. */
7987 BUG();
c8203565
PZ
7988 }
7989
6e3c9717 7990 if (intel_crtc->config->dither)
c8203565
PZ
7991 val |= (PIPECONF_DITHER_EN | PIPECONF_DITHER_TYPE_SP);
7992
6e3c9717 7993 if (intel_crtc->config->base.adjusted_mode.flags & DRM_MODE_FLAG_INTERLACE)
c8203565
PZ
7994 val |= PIPECONF_INTERLACED_ILK;
7995 else
7996 val |= PIPECONF_PROGRESSIVE;
7997
6e3c9717 7998 if (intel_crtc->config->limited_color_range)
3685a8f3 7999 val |= PIPECONF_COLOR_RANGE_SELECT;
3685a8f3 8000
c8203565
PZ
8001 I915_WRITE(PIPECONF(pipe), val);
8002 POSTING_READ(PIPECONF(pipe));
8003}
8004
6ff93609 8005static void haswell_set_pipeconf(struct drm_crtc *crtc)
ee2b0b38 8006{
fac5e23e 8007 struct drm_i915_private *dev_priv = to_i915(crtc->dev);
ee2b0b38 8008 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
6e3c9717 8009 enum transcoder cpu_transcoder = intel_crtc->config->cpu_transcoder;
391bf048 8010 u32 val = 0;
ee2b0b38 8011
391bf048 8012 if (IS_HASWELL(dev_priv) && intel_crtc->config->dither)
ee2b0b38
PZ
8013 val |= (PIPECONF_DITHER_EN | PIPECONF_DITHER_TYPE_SP);
8014
6e3c9717 8015 if (intel_crtc->config->base.adjusted_mode.flags & DRM_MODE_FLAG_INTERLACE)
ee2b0b38
PZ
8016 val |= PIPECONF_INTERLACED_ILK;
8017 else
8018 val |= PIPECONF_PROGRESSIVE;
8019
702e7a56
PZ
8020 I915_WRITE(PIPECONF(cpu_transcoder), val);
8021 POSTING_READ(PIPECONF(cpu_transcoder));
391bf048
JN
8022}
8023
391bf048
JN
8024static void haswell_set_pipemisc(struct drm_crtc *crtc)
8025{
fac5e23e 8026 struct drm_i915_private *dev_priv = to_i915(crtc->dev);
391bf048 8027 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
756f85cf 8028
391bf048
JN
8029 if (IS_BROADWELL(dev_priv) || INTEL_INFO(dev_priv)->gen >= 9) {
8030 u32 val = 0;
756f85cf 8031
6e3c9717 8032 switch (intel_crtc->config->pipe_bpp) {
756f85cf
PZ
8033 case 18:
8034 val |= PIPEMISC_DITHER_6_BPC;
8035 break;
8036 case 24:
8037 val |= PIPEMISC_DITHER_8_BPC;
8038 break;
8039 case 30:
8040 val |= PIPEMISC_DITHER_10_BPC;
8041 break;
8042 case 36:
8043 val |= PIPEMISC_DITHER_12_BPC;
8044 break;
8045 default:
8046 /* Case prevented by pipe_config_set_bpp. */
8047 BUG();
8048 }
8049
6e3c9717 8050 if (intel_crtc->config->dither)
756f85cf
PZ
8051 val |= PIPEMISC_DITHER_ENABLE | PIPEMISC_DITHER_TYPE_SP;
8052
391bf048 8053 I915_WRITE(PIPEMISC(intel_crtc->pipe), val);
756f85cf 8054 }
ee2b0b38
PZ
8055}
8056
d4b1931c
PZ
8057int ironlake_get_lanes_required(int target_clock, int link_bw, int bpp)
8058{
8059 /*
8060 * Account for spread spectrum to avoid
8061 * oversubscribing the link. Max center spread
8062 * is 2.5%; use 5% for safety's sake.
8063 */
8064 u32 bps = target_clock * bpp * 21 / 20;
619d4d04 8065 return DIV_ROUND_UP(bps, link_bw * 8);
d4b1931c
PZ
8066}
8067
7429e9d4 8068static bool ironlake_needs_fb_cb_tune(struct dpll *dpll, int factor)
6cf86a5e 8069{
7429e9d4 8070 return i9xx_dpll_compute_m(dpll) < factor * dpll->n;
f48d8f23
PZ
8071}
8072
b75ca6f6
ACO
8073static void ironlake_compute_dpll(struct intel_crtc *intel_crtc,
8074 struct intel_crtc_state *crtc_state,
9e2c8475 8075 struct dpll *reduced_clock)
79e53945 8076{
de13a2e3 8077 struct drm_crtc *crtc = &intel_crtc->base;
79e53945 8078 struct drm_device *dev = crtc->dev;
fac5e23e 8079 struct drm_i915_private *dev_priv = to_i915(dev);
b75ca6f6 8080 u32 dpll, fp, fp2;
3d6e9ee0 8081 int factor;
79e53945 8082
c1858123 8083 /* Enable autotuning of the PLL clock (if permissible) */
8febb297 8084 factor = 21;
3d6e9ee0 8085 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_LVDS)) {
8febb297 8086 if ((intel_panel_use_ssc(dev_priv) &&
e91e941b 8087 dev_priv->vbt.lvds_ssc_freq == 100000) ||
6e266956 8088 (HAS_PCH_IBX(dev_priv) && intel_is_dual_link_lvds(dev)))
8febb297 8089 factor = 25;
190f68c5 8090 } else if (crtc_state->sdvo_tv_clock)
8febb297 8091 factor = 20;
c1858123 8092
b75ca6f6
ACO
8093 fp = i9xx_dpll_compute_fp(&crtc_state->dpll);
8094
190f68c5 8095 if (ironlake_needs_fb_cb_tune(&crtc_state->dpll, factor))
b75ca6f6
ACO
8096 fp |= FP_CB_TUNE;
8097
8098 if (reduced_clock) {
8099 fp2 = i9xx_dpll_compute_fp(reduced_clock);
2c07245f 8100
b75ca6f6
ACO
8101 if (reduced_clock->m < factor * reduced_clock->n)
8102 fp2 |= FP_CB_TUNE;
8103 } else {
8104 fp2 = fp;
8105 }
9a7c7890 8106
5eddb70b 8107 dpll = 0;
2c07245f 8108
3d6e9ee0 8109 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_LVDS))
a07d6787
EA
8110 dpll |= DPLLB_MODE_LVDS;
8111 else
8112 dpll |= DPLLB_MODE_DAC_SERIAL;
198a037f 8113
190f68c5 8114 dpll |= (crtc_state->pixel_multiplier - 1)
ef1b460d 8115 << PLL_REF_SDVO_HDMI_MULTIPLIER_SHIFT;
198a037f 8116
3d6e9ee0
VS
8117 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_SDVO) ||
8118 intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI))
4a33e48d 8119 dpll |= DPLL_SDVO_HIGH_SPEED;
3d6e9ee0 8120
37a5650b 8121 if (intel_crtc_has_dp_encoder(crtc_state))
4a33e48d 8122 dpll |= DPLL_SDVO_HIGH_SPEED;
79e53945 8123
7d7f8633
VS
8124 /*
8125 * The high speed IO clock is only really required for
8126 * SDVO/HDMI/DP, but we also enable it for CRT to make it
8127 * possible to share the DPLL between CRT and HDMI. Enabling
8128 * the clock needlessly does no real harm, except use up a
8129 * bit of power potentially.
8130 *
8131 * We'll limit this to IVB with 3 pipes, since it has only two
8132 * DPLLs and so DPLL sharing is the only way to get three pipes
8133 * driving PCH ports at the same time. On SNB we could do this,
8134 * and potentially avoid enabling the second DPLL, but it's not
8135 * clear if it''s a win or loss power wise. No point in doing
8136 * this on ILK at all since it has a fixed DPLL<->pipe mapping.
8137 */
8138 if (INTEL_INFO(dev_priv)->num_pipes == 3 &&
8139 intel_crtc_has_type(crtc_state, INTEL_OUTPUT_ANALOG))
8140 dpll |= DPLL_SDVO_HIGH_SPEED;
8141
a07d6787 8142 /* compute bitmask from p1 value */
190f68c5 8143 dpll |= (1 << (crtc_state->dpll.p1 - 1)) << DPLL_FPA01_P1_POST_DIV_SHIFT;
a07d6787 8144 /* also FPA1 */
190f68c5 8145 dpll |= (1 << (crtc_state->dpll.p1 - 1)) << DPLL_FPA1_P1_POST_DIV_SHIFT;
a07d6787 8146
190f68c5 8147 switch (crtc_state->dpll.p2) {
a07d6787
EA
8148 case 5:
8149 dpll |= DPLL_DAC_SERIAL_P2_CLOCK_DIV_5;
8150 break;
8151 case 7:
8152 dpll |= DPLLB_LVDS_P2_CLOCK_DIV_7;
8153 break;
8154 case 10:
8155 dpll |= DPLL_DAC_SERIAL_P2_CLOCK_DIV_10;
8156 break;
8157 case 14:
8158 dpll |= DPLLB_LVDS_P2_CLOCK_DIV_14;
8159 break;
79e53945
JB
8160 }
8161
3d6e9ee0
VS
8162 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_LVDS) &&
8163 intel_panel_use_ssc(dev_priv))
43565a06 8164 dpll |= PLLB_REF_INPUT_SPREADSPECTRUMIN;
79e53945
JB
8165 else
8166 dpll |= PLL_REF_INPUT_DREFCLK;
8167
b75ca6f6
ACO
8168 dpll |= DPLL_VCO_ENABLE;
8169
8170 crtc_state->dpll_hw_state.dpll = dpll;
8171 crtc_state->dpll_hw_state.fp0 = fp;
8172 crtc_state->dpll_hw_state.fp1 = fp2;
de13a2e3
PZ
8173}
8174
190f68c5
ACO
8175static int ironlake_crtc_compute_clock(struct intel_crtc *crtc,
8176 struct intel_crtc_state *crtc_state)
de13a2e3 8177{
997c030c 8178 struct drm_device *dev = crtc->base.dev;
fac5e23e 8179 struct drm_i915_private *dev_priv = to_i915(dev);
9e2c8475 8180 struct dpll reduced_clock;
7ed9f894 8181 bool has_reduced_clock = false;
e2b78267 8182 struct intel_shared_dpll *pll;
1b6f4958 8183 const struct intel_limit *limit;
997c030c 8184 int refclk = 120000;
de13a2e3 8185
dd3cd74a
ACO
8186 memset(&crtc_state->dpll_hw_state, 0,
8187 sizeof(crtc_state->dpll_hw_state));
8188
ded220e2
ACO
8189 crtc->lowfreq_avail = false;
8190
8191 /* CPU eDP is the only output that doesn't need a PCH PLL of its own. */
8192 if (!crtc_state->has_pch_encoder)
8193 return 0;
79e53945 8194
2d84d2b3 8195 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_LVDS)) {
997c030c
ACO
8196 if (intel_panel_use_ssc(dev_priv)) {
8197 DRM_DEBUG_KMS("using SSC reference clock of %d kHz\n",
8198 dev_priv->vbt.lvds_ssc_freq);
8199 refclk = dev_priv->vbt.lvds_ssc_freq;
8200 }
8201
8202 if (intel_is_dual_link_lvds(dev)) {
8203 if (refclk == 100000)
8204 limit = &intel_limits_ironlake_dual_lvds_100m;
8205 else
8206 limit = &intel_limits_ironlake_dual_lvds;
8207 } else {
8208 if (refclk == 100000)
8209 limit = &intel_limits_ironlake_single_lvds_100m;
8210 else
8211 limit = &intel_limits_ironlake_single_lvds;
8212 }
8213 } else {
8214 limit = &intel_limits_ironlake_dac;
8215 }
8216
364ee29d 8217 if (!crtc_state->clock_set &&
997c030c
ACO
8218 !g4x_find_best_dpll(limit, crtc_state, crtc_state->port_clock,
8219 refclk, NULL, &crtc_state->dpll)) {
364ee29d
ACO
8220 DRM_ERROR("Couldn't find PLL settings for mode!\n");
8221 return -EINVAL;
f47709a9 8222 }
79e53945 8223
b75ca6f6
ACO
8224 ironlake_compute_dpll(crtc, crtc_state,
8225 has_reduced_clock ? &reduced_clock : NULL);
66e985c0 8226
ded220e2
ACO
8227 pll = intel_get_shared_dpll(crtc, crtc_state, NULL);
8228 if (pll == NULL) {
8229 DRM_DEBUG_DRIVER("failed to find PLL for pipe %c\n",
8230 pipe_name(crtc->pipe));
8231 return -EINVAL;
3fb37703 8232 }
79e53945 8233
2d84d2b3 8234 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_LVDS) &&
ded220e2 8235 has_reduced_clock)
c7653199 8236 crtc->lowfreq_avail = true;
e2b78267 8237
c8f7a0db 8238 return 0;
79e53945
JB
8239}
8240
eb14cb74
VS
8241static void intel_pch_transcoder_get_m_n(struct intel_crtc *crtc,
8242 struct intel_link_m_n *m_n)
8243{
8244 struct drm_device *dev = crtc->base.dev;
fac5e23e 8245 struct drm_i915_private *dev_priv = to_i915(dev);
eb14cb74
VS
8246 enum pipe pipe = crtc->pipe;
8247
8248 m_n->link_m = I915_READ(PCH_TRANS_LINK_M1(pipe));
8249 m_n->link_n = I915_READ(PCH_TRANS_LINK_N1(pipe));
8250 m_n->gmch_m = I915_READ(PCH_TRANS_DATA_M1(pipe))
8251 & ~TU_SIZE_MASK;
8252 m_n->gmch_n = I915_READ(PCH_TRANS_DATA_N1(pipe));
8253 m_n->tu = ((I915_READ(PCH_TRANS_DATA_M1(pipe))
8254 & TU_SIZE_MASK) >> TU_SIZE_SHIFT) + 1;
8255}
8256
8257static void intel_cpu_transcoder_get_m_n(struct intel_crtc *crtc,
8258 enum transcoder transcoder,
b95af8be
VK
8259 struct intel_link_m_n *m_n,
8260 struct intel_link_m_n *m2_n2)
72419203 8261{
6315b5d3 8262 struct drm_i915_private *dev_priv = to_i915(crtc->base.dev);
eb14cb74 8263 enum pipe pipe = crtc->pipe;
72419203 8264
6315b5d3 8265 if (INTEL_GEN(dev_priv) >= 5) {
eb14cb74
VS
8266 m_n->link_m = I915_READ(PIPE_LINK_M1(transcoder));
8267 m_n->link_n = I915_READ(PIPE_LINK_N1(transcoder));
8268 m_n->gmch_m = I915_READ(PIPE_DATA_M1(transcoder))
8269 & ~TU_SIZE_MASK;
8270 m_n->gmch_n = I915_READ(PIPE_DATA_N1(transcoder));
8271 m_n->tu = ((I915_READ(PIPE_DATA_M1(transcoder))
8272 & TU_SIZE_MASK) >> TU_SIZE_SHIFT) + 1;
b95af8be
VK
8273 /* Read M2_N2 registers only for gen < 8 (M2_N2 available for
8274 * gen < 8) and if DRRS is supported (to make sure the
8275 * registers are not unnecessarily read).
8276 */
6315b5d3 8277 if (m2_n2 && INTEL_GEN(dev_priv) < 8 &&
6e3c9717 8278 crtc->config->has_drrs) {
b95af8be
VK
8279 m2_n2->link_m = I915_READ(PIPE_LINK_M2(transcoder));
8280 m2_n2->link_n = I915_READ(PIPE_LINK_N2(transcoder));
8281 m2_n2->gmch_m = I915_READ(PIPE_DATA_M2(transcoder))
8282 & ~TU_SIZE_MASK;
8283 m2_n2->gmch_n = I915_READ(PIPE_DATA_N2(transcoder));
8284 m2_n2->tu = ((I915_READ(PIPE_DATA_M2(transcoder))
8285 & TU_SIZE_MASK) >> TU_SIZE_SHIFT) + 1;
8286 }
eb14cb74
VS
8287 } else {
8288 m_n->link_m = I915_READ(PIPE_LINK_M_G4X(pipe));
8289 m_n->link_n = I915_READ(PIPE_LINK_N_G4X(pipe));
8290 m_n->gmch_m = I915_READ(PIPE_DATA_M_G4X(pipe))
8291 & ~TU_SIZE_MASK;
8292 m_n->gmch_n = I915_READ(PIPE_DATA_N_G4X(pipe));
8293 m_n->tu = ((I915_READ(PIPE_DATA_M_G4X(pipe))
8294 & TU_SIZE_MASK) >> TU_SIZE_SHIFT) + 1;
8295 }
8296}
8297
8298void intel_dp_get_m_n(struct intel_crtc *crtc,
5cec258b 8299 struct intel_crtc_state *pipe_config)
eb14cb74 8300{
681a8504 8301 if (pipe_config->has_pch_encoder)
eb14cb74
VS
8302 intel_pch_transcoder_get_m_n(crtc, &pipe_config->dp_m_n);
8303 else
8304 intel_cpu_transcoder_get_m_n(crtc, pipe_config->cpu_transcoder,
b95af8be
VK
8305 &pipe_config->dp_m_n,
8306 &pipe_config->dp_m2_n2);
eb14cb74 8307}
72419203 8308
eb14cb74 8309static void ironlake_get_fdi_m_n_config(struct intel_crtc *crtc,
5cec258b 8310 struct intel_crtc_state *pipe_config)
eb14cb74
VS
8311{
8312 intel_cpu_transcoder_get_m_n(crtc, pipe_config->cpu_transcoder,
b95af8be 8313 &pipe_config->fdi_m_n, NULL);
72419203
DV
8314}
8315
bd2e244f 8316static void skylake_get_pfit_config(struct intel_crtc *crtc,
5cec258b 8317 struct intel_crtc_state *pipe_config)
bd2e244f
JB
8318{
8319 struct drm_device *dev = crtc->base.dev;
fac5e23e 8320 struct drm_i915_private *dev_priv = to_i915(dev);
a1b2278e
CK
8321 struct intel_crtc_scaler_state *scaler_state = &pipe_config->scaler_state;
8322 uint32_t ps_ctrl = 0;
8323 int id = -1;
8324 int i;
bd2e244f 8325
a1b2278e
CK
8326 /* find scaler attached to this pipe */
8327 for (i = 0; i < crtc->num_scalers; i++) {
8328 ps_ctrl = I915_READ(SKL_PS_CTRL(crtc->pipe, i));
8329 if (ps_ctrl & PS_SCALER_EN && !(ps_ctrl & PS_PLANE_SEL_MASK)) {
8330 id = i;
8331 pipe_config->pch_pfit.enabled = true;
8332 pipe_config->pch_pfit.pos = I915_READ(SKL_PS_WIN_POS(crtc->pipe, i));
8333 pipe_config->pch_pfit.size = I915_READ(SKL_PS_WIN_SZ(crtc->pipe, i));
8334 break;
8335 }
8336 }
bd2e244f 8337
a1b2278e
CK
8338 scaler_state->scaler_id = id;
8339 if (id >= 0) {
8340 scaler_state->scaler_users |= (1 << SKL_CRTC_INDEX);
8341 } else {
8342 scaler_state->scaler_users &= ~(1 << SKL_CRTC_INDEX);
bd2e244f
JB
8343 }
8344}
8345
5724dbd1
DL
8346static void
8347skylake_get_initial_plane_config(struct intel_crtc *crtc,
8348 struct intel_initial_plane_config *plane_config)
bc8d7dff
DL
8349{
8350 struct drm_device *dev = crtc->base.dev;
fac5e23e 8351 struct drm_i915_private *dev_priv = to_i915(dev);
40f46283 8352 u32 val, base, offset, stride_mult, tiling;
bc8d7dff
DL
8353 int pipe = crtc->pipe;
8354 int fourcc, pixel_format;
6761dd31 8355 unsigned int aligned_height;
bc8d7dff 8356 struct drm_framebuffer *fb;
1b842c89 8357 struct intel_framebuffer *intel_fb;
bc8d7dff 8358
d9806c9f 8359 intel_fb = kzalloc(sizeof(*intel_fb), GFP_KERNEL);
1b842c89 8360 if (!intel_fb) {
bc8d7dff
DL
8361 DRM_DEBUG_KMS("failed to alloc fb\n");
8362 return;
8363 }
8364
1b842c89
DL
8365 fb = &intel_fb->base;
8366
d2e9f5fc
VS
8367 fb->dev = dev;
8368
bc8d7dff 8369 val = I915_READ(PLANE_CTL(pipe, 0));
42a7b088
DL
8370 if (!(val & PLANE_CTL_ENABLE))
8371 goto error;
8372
bc8d7dff
DL
8373 pixel_format = val & PLANE_CTL_FORMAT_MASK;
8374 fourcc = skl_format_to_fourcc(pixel_format,
8375 val & PLANE_CTL_ORDER_RGBX,
8376 val & PLANE_CTL_ALPHA_MASK);
2f3f4763 8377 fb->format = drm_format_info(fourcc);
bc8d7dff 8378
40f46283
DL
8379 tiling = val & PLANE_CTL_TILED_MASK;
8380 switch (tiling) {
8381 case PLANE_CTL_TILED_LINEAR:
bae781b2 8382 fb->modifier = DRM_FORMAT_MOD_NONE;
40f46283
DL
8383 break;
8384 case PLANE_CTL_TILED_X:
8385 plane_config->tiling = I915_TILING_X;
bae781b2 8386 fb->modifier = I915_FORMAT_MOD_X_TILED;
40f46283
DL
8387 break;
8388 case PLANE_CTL_TILED_Y:
bae781b2 8389 fb->modifier = I915_FORMAT_MOD_Y_TILED;
40f46283
DL
8390 break;
8391 case PLANE_CTL_TILED_YF:
bae781b2 8392 fb->modifier = I915_FORMAT_MOD_Yf_TILED;
40f46283
DL
8393 break;
8394 default:
8395 MISSING_CASE(tiling);
8396 goto error;
8397 }
8398
bc8d7dff
DL
8399 base = I915_READ(PLANE_SURF(pipe, 0)) & 0xfffff000;
8400 plane_config->base = base;
8401
8402 offset = I915_READ(PLANE_OFFSET(pipe, 0));
8403
8404 val = I915_READ(PLANE_SIZE(pipe, 0));
8405 fb->height = ((val >> 16) & 0xfff) + 1;
8406 fb->width = ((val >> 0) & 0x1fff) + 1;
8407
8408 val = I915_READ(PLANE_STRIDE(pipe, 0));
d88c4afd 8409 stride_mult = intel_fb_stride_alignment(fb, 0);
bc8d7dff
DL
8410 fb->pitches[0] = (val & 0x3ff) * stride_mult;
8411
d88c4afd 8412 aligned_height = intel_fb_align_height(fb, 0, fb->height);
bc8d7dff 8413
f37b5c2b 8414 plane_config->size = fb->pitches[0] * aligned_height;
bc8d7dff
DL
8415
8416 DRM_DEBUG_KMS("pipe %c with fb: size=%dx%d@%d, offset=%x, pitch %d, size 0x%x\n",
8417 pipe_name(pipe), fb->width, fb->height,
272725c7 8418 fb->format->cpp[0] * 8, base, fb->pitches[0],
bc8d7dff
DL
8419 plane_config->size);
8420
2d14030b 8421 plane_config->fb = intel_fb;
bc8d7dff
DL
8422 return;
8423
8424error:
d1a3a036 8425 kfree(intel_fb);
bc8d7dff
DL
8426}
8427
2fa2fe9a 8428static void ironlake_get_pfit_config(struct intel_crtc *crtc,
5cec258b 8429 struct intel_crtc_state *pipe_config)
2fa2fe9a
DV
8430{
8431 struct drm_device *dev = crtc->base.dev;
fac5e23e 8432 struct drm_i915_private *dev_priv = to_i915(dev);
2fa2fe9a
DV
8433 uint32_t tmp;
8434
8435 tmp = I915_READ(PF_CTL(crtc->pipe));
8436
8437 if (tmp & PF_ENABLE) {
fd4daa9c 8438 pipe_config->pch_pfit.enabled = true;
2fa2fe9a
DV
8439 pipe_config->pch_pfit.pos = I915_READ(PF_WIN_POS(crtc->pipe));
8440 pipe_config->pch_pfit.size = I915_READ(PF_WIN_SZ(crtc->pipe));
cb8b2a30
DV
8441
8442 /* We currently do not free assignements of panel fitters on
8443 * ivb/hsw (since we don't use the higher upscaling modes which
8444 * differentiates them) so just WARN about this case for now. */
5db94019 8445 if (IS_GEN7(dev_priv)) {
cb8b2a30
DV
8446 WARN_ON((tmp & PF_PIPE_SEL_MASK_IVB) !=
8447 PF_PIPE_SEL_IVB(crtc->pipe));
8448 }
2fa2fe9a 8449 }
79e53945
JB
8450}
8451
5724dbd1
DL
8452static void
8453ironlake_get_initial_plane_config(struct intel_crtc *crtc,
8454 struct intel_initial_plane_config *plane_config)
4c6baa59
JB
8455{
8456 struct drm_device *dev = crtc->base.dev;
fac5e23e 8457 struct drm_i915_private *dev_priv = to_i915(dev);
4c6baa59 8458 u32 val, base, offset;
aeee5a49 8459 int pipe = crtc->pipe;
4c6baa59 8460 int fourcc, pixel_format;
6761dd31 8461 unsigned int aligned_height;
b113d5ee 8462 struct drm_framebuffer *fb;
1b842c89 8463 struct intel_framebuffer *intel_fb;
4c6baa59 8464
42a7b088
DL
8465 val = I915_READ(DSPCNTR(pipe));
8466 if (!(val & DISPLAY_PLANE_ENABLE))
8467 return;
8468
d9806c9f 8469 intel_fb = kzalloc(sizeof(*intel_fb), GFP_KERNEL);
1b842c89 8470 if (!intel_fb) {
4c6baa59
JB
8471 DRM_DEBUG_KMS("failed to alloc fb\n");
8472 return;
8473 }
8474
1b842c89
DL
8475 fb = &intel_fb->base;
8476
d2e9f5fc
VS
8477 fb->dev = dev;
8478
6315b5d3 8479 if (INTEL_GEN(dev_priv) >= 4) {
18c5247e 8480 if (val & DISPPLANE_TILED) {
49af449b 8481 plane_config->tiling = I915_TILING_X;
bae781b2 8482 fb->modifier = I915_FORMAT_MOD_X_TILED;
18c5247e
DV
8483 }
8484 }
4c6baa59
JB
8485
8486 pixel_format = val & DISPPLANE_PIXFORMAT_MASK;
b35d63fa 8487 fourcc = i9xx_format_to_fourcc(pixel_format);
2f3f4763 8488 fb->format = drm_format_info(fourcc);
4c6baa59 8489
aeee5a49 8490 base = I915_READ(DSPSURF(pipe)) & 0xfffff000;
8652744b 8491 if (IS_HASWELL(dev_priv) || IS_BROADWELL(dev_priv)) {
aeee5a49 8492 offset = I915_READ(DSPOFFSET(pipe));
4c6baa59 8493 } else {
49af449b 8494 if (plane_config->tiling)
aeee5a49 8495 offset = I915_READ(DSPTILEOFF(pipe));
4c6baa59 8496 else
aeee5a49 8497 offset = I915_READ(DSPLINOFF(pipe));
4c6baa59
JB
8498 }
8499 plane_config->base = base;
8500
8501 val = I915_READ(PIPESRC(pipe));
b113d5ee
DL
8502 fb->width = ((val >> 16) & 0xfff) + 1;
8503 fb->height = ((val >> 0) & 0xfff) + 1;
4c6baa59
JB
8504
8505 val = I915_READ(DSPSTRIDE(pipe));
b113d5ee 8506 fb->pitches[0] = val & 0xffffffc0;
4c6baa59 8507
d88c4afd 8508 aligned_height = intel_fb_align_height(fb, 0, fb->height);
4c6baa59 8509
f37b5c2b 8510 plane_config->size = fb->pitches[0] * aligned_height;
4c6baa59 8511
2844a921
DL
8512 DRM_DEBUG_KMS("pipe %c with fb: size=%dx%d@%d, offset=%x, pitch %d, size 0x%x\n",
8513 pipe_name(pipe), fb->width, fb->height,
272725c7 8514 fb->format->cpp[0] * 8, base, fb->pitches[0],
2844a921 8515 plane_config->size);
b113d5ee 8516
2d14030b 8517 plane_config->fb = intel_fb;
4c6baa59
JB
8518}
8519
0e8ffe1b 8520static bool ironlake_get_pipe_config(struct intel_crtc *crtc,
5cec258b 8521 struct intel_crtc_state *pipe_config)
0e8ffe1b
DV
8522{
8523 struct drm_device *dev = crtc->base.dev;
fac5e23e 8524 struct drm_i915_private *dev_priv = to_i915(dev);
1729050e 8525 enum intel_display_power_domain power_domain;
0e8ffe1b 8526 uint32_t tmp;
1729050e 8527 bool ret;
0e8ffe1b 8528
1729050e
ID
8529 power_domain = POWER_DOMAIN_PIPE(crtc->pipe);
8530 if (!intel_display_power_get_if_enabled(dev_priv, power_domain))
930e8c9e
PZ
8531 return false;
8532
e143a21c 8533 pipe_config->cpu_transcoder = (enum transcoder) crtc->pipe;
8106ddbd 8534 pipe_config->shared_dpll = NULL;
eccb140b 8535
1729050e 8536 ret = false;
0e8ffe1b
DV
8537 tmp = I915_READ(PIPECONF(crtc->pipe));
8538 if (!(tmp & PIPECONF_ENABLE))
1729050e 8539 goto out;
0e8ffe1b 8540
42571aef
VS
8541 switch (tmp & PIPECONF_BPC_MASK) {
8542 case PIPECONF_6BPC:
8543 pipe_config->pipe_bpp = 18;
8544 break;
8545 case PIPECONF_8BPC:
8546 pipe_config->pipe_bpp = 24;
8547 break;
8548 case PIPECONF_10BPC:
8549 pipe_config->pipe_bpp = 30;
8550 break;
8551 case PIPECONF_12BPC:
8552 pipe_config->pipe_bpp = 36;
8553 break;
8554 default:
8555 break;
8556 }
8557
b5a9fa09
DV
8558 if (tmp & PIPECONF_COLOR_RANGE_SELECT)
8559 pipe_config->limited_color_range = true;
8560
ab9412ba 8561 if (I915_READ(PCH_TRANSCONF(crtc->pipe)) & TRANS_ENABLE) {
66e985c0 8562 struct intel_shared_dpll *pll;
8106ddbd 8563 enum intel_dpll_id pll_id;
66e985c0 8564
88adfff1
DV
8565 pipe_config->has_pch_encoder = true;
8566
627eb5a3
DV
8567 tmp = I915_READ(FDI_RX_CTL(crtc->pipe));
8568 pipe_config->fdi_lanes = ((FDI_DP_PORT_WIDTH_MASK & tmp) >>
8569 FDI_DP_PORT_WIDTH_SHIFT) + 1;
72419203
DV
8570
8571 ironlake_get_fdi_m_n_config(crtc, pipe_config);
6c49f241 8572
2d1fe073 8573 if (HAS_PCH_IBX(dev_priv)) {
d9a7bc67
ID
8574 /*
8575 * The pipe->pch transcoder and pch transcoder->pll
8576 * mapping is fixed.
8577 */
8106ddbd 8578 pll_id = (enum intel_dpll_id) crtc->pipe;
c0d43d62
DV
8579 } else {
8580 tmp = I915_READ(PCH_DPLL_SEL);
8581 if (tmp & TRANS_DPLLB_SEL(crtc->pipe))
8106ddbd 8582 pll_id = DPLL_ID_PCH_PLL_B;
c0d43d62 8583 else
8106ddbd 8584 pll_id= DPLL_ID_PCH_PLL_A;
c0d43d62 8585 }
66e985c0 8586
8106ddbd
ACO
8587 pipe_config->shared_dpll =
8588 intel_get_shared_dpll_by_id(dev_priv, pll_id);
8589 pll = pipe_config->shared_dpll;
66e985c0 8590
2edd6443
ACO
8591 WARN_ON(!pll->funcs.get_hw_state(dev_priv, pll,
8592 &pipe_config->dpll_hw_state));
c93f54cf
DV
8593
8594 tmp = pipe_config->dpll_hw_state.dpll;
8595 pipe_config->pixel_multiplier =
8596 ((tmp & PLL_REF_SDVO_HDMI_MULTIPLIER_MASK)
8597 >> PLL_REF_SDVO_HDMI_MULTIPLIER_SHIFT) + 1;
18442d08
VS
8598
8599 ironlake_pch_clock_get(crtc, pipe_config);
6c49f241
DV
8600 } else {
8601 pipe_config->pixel_multiplier = 1;
627eb5a3
DV
8602 }
8603
1bd1bd80 8604 intel_get_pipe_timings(crtc, pipe_config);
bc58be60 8605 intel_get_pipe_src_size(crtc, pipe_config);
1bd1bd80 8606
2fa2fe9a
DV
8607 ironlake_get_pfit_config(crtc, pipe_config);
8608
1729050e
ID
8609 ret = true;
8610
8611out:
8612 intel_display_power_put(dev_priv, power_domain);
8613
8614 return ret;
0e8ffe1b
DV
8615}
8616
be256dc7
PZ
8617static void assert_can_disable_lcpll(struct drm_i915_private *dev_priv)
8618{
91c8a326 8619 struct drm_device *dev = &dev_priv->drm;
be256dc7 8620 struct intel_crtc *crtc;
be256dc7 8621
d3fcc808 8622 for_each_intel_crtc(dev, crtc)
e2c719b7 8623 I915_STATE_WARN(crtc->active, "CRTC for pipe %c enabled\n",
be256dc7
PZ
8624 pipe_name(crtc->pipe));
8625
e2c719b7
RC
8626 I915_STATE_WARN(I915_READ(HSW_PWR_WELL_DRIVER), "Power well on\n");
8627 I915_STATE_WARN(I915_READ(SPLL_CTL) & SPLL_PLL_ENABLE, "SPLL enabled\n");
01403de3
VS
8628 I915_STATE_WARN(I915_READ(WRPLL_CTL(0)) & WRPLL_PLL_ENABLE, "WRPLL1 enabled\n");
8629 I915_STATE_WARN(I915_READ(WRPLL_CTL(1)) & WRPLL_PLL_ENABLE, "WRPLL2 enabled\n");
44cb734c 8630 I915_STATE_WARN(I915_READ(PP_STATUS(0)) & PP_ON, "Panel power on\n");
e2c719b7 8631 I915_STATE_WARN(I915_READ(BLC_PWM_CPU_CTL2) & BLM_PWM_ENABLE,
be256dc7 8632 "CPU PWM1 enabled\n");
772c2a51 8633 if (IS_HASWELL(dev_priv))
e2c719b7 8634 I915_STATE_WARN(I915_READ(HSW_BLC_PWM2_CTL) & BLM_PWM_ENABLE,
c5107b87 8635 "CPU PWM2 enabled\n");
e2c719b7 8636 I915_STATE_WARN(I915_READ(BLC_PWM_PCH_CTL1) & BLM_PCH_PWM_ENABLE,
be256dc7 8637 "PCH PWM1 enabled\n");
e2c719b7 8638 I915_STATE_WARN(I915_READ(UTIL_PIN_CTL) & UTIL_PIN_ENABLE,
be256dc7 8639 "Utility pin enabled\n");
e2c719b7 8640 I915_STATE_WARN(I915_READ(PCH_GTC_CTL) & PCH_GTC_ENABLE, "PCH GTC enabled\n");
be256dc7 8641
9926ada1
PZ
8642 /*
8643 * In theory we can still leave IRQs enabled, as long as only the HPD
8644 * interrupts remain enabled. We used to check for that, but since it's
8645 * gen-specific and since we only disable LCPLL after we fully disable
8646 * the interrupts, the check below should be enough.
8647 */
e2c719b7 8648 I915_STATE_WARN(intel_irqs_enabled(dev_priv), "IRQs enabled\n");
be256dc7
PZ
8649}
8650
9ccd5aeb
PZ
8651static uint32_t hsw_read_dcomp(struct drm_i915_private *dev_priv)
8652{
772c2a51 8653 if (IS_HASWELL(dev_priv))
9ccd5aeb
PZ
8654 return I915_READ(D_COMP_HSW);
8655 else
8656 return I915_READ(D_COMP_BDW);
8657}
8658
3c4c9b81
PZ
8659static void hsw_write_dcomp(struct drm_i915_private *dev_priv, uint32_t val)
8660{
772c2a51 8661 if (IS_HASWELL(dev_priv)) {
3c4c9b81
PZ
8662 mutex_lock(&dev_priv->rps.hw_lock);
8663 if (sandybridge_pcode_write(dev_priv, GEN6_PCODE_WRITE_D_COMP,
8664 val))
79cf219a 8665 DRM_DEBUG_KMS("Failed to write to D_COMP\n");
3c4c9b81
PZ
8666 mutex_unlock(&dev_priv->rps.hw_lock);
8667 } else {
9ccd5aeb
PZ
8668 I915_WRITE(D_COMP_BDW, val);
8669 POSTING_READ(D_COMP_BDW);
3c4c9b81 8670 }
be256dc7
PZ
8671}
8672
8673/*
8674 * This function implements pieces of two sequences from BSpec:
8675 * - Sequence for display software to disable LCPLL
8676 * - Sequence for display software to allow package C8+
8677 * The steps implemented here are just the steps that actually touch the LCPLL
8678 * register. Callers should take care of disabling all the display engine
8679 * functions, doing the mode unset, fixing interrupts, etc.
8680 */
6ff58d53
PZ
8681static void hsw_disable_lcpll(struct drm_i915_private *dev_priv,
8682 bool switch_to_fclk, bool allow_power_down)
be256dc7
PZ
8683{
8684 uint32_t val;
8685
8686 assert_can_disable_lcpll(dev_priv);
8687
8688 val = I915_READ(LCPLL_CTL);
8689
8690 if (switch_to_fclk) {
8691 val |= LCPLL_CD_SOURCE_FCLK;
8692 I915_WRITE(LCPLL_CTL, val);
8693
f53dd63f
ID
8694 if (wait_for_us(I915_READ(LCPLL_CTL) &
8695 LCPLL_CD_SOURCE_FCLK_DONE, 1))
be256dc7
PZ
8696 DRM_ERROR("Switching to FCLK failed\n");
8697
8698 val = I915_READ(LCPLL_CTL);
8699 }
8700
8701 val |= LCPLL_PLL_DISABLE;
8702 I915_WRITE(LCPLL_CTL, val);
8703 POSTING_READ(LCPLL_CTL);
8704
24d8441d 8705 if (intel_wait_for_register(dev_priv, LCPLL_CTL, LCPLL_PLL_LOCK, 0, 1))
be256dc7
PZ
8706 DRM_ERROR("LCPLL still locked\n");
8707
9ccd5aeb 8708 val = hsw_read_dcomp(dev_priv);
be256dc7 8709 val |= D_COMP_COMP_DISABLE;
3c4c9b81 8710 hsw_write_dcomp(dev_priv, val);
be256dc7
PZ
8711 ndelay(100);
8712
9ccd5aeb
PZ
8713 if (wait_for((hsw_read_dcomp(dev_priv) & D_COMP_RCOMP_IN_PROGRESS) == 0,
8714 1))
be256dc7
PZ
8715 DRM_ERROR("D_COMP RCOMP still in progress\n");
8716
8717 if (allow_power_down) {
8718 val = I915_READ(LCPLL_CTL);
8719 val |= LCPLL_POWER_DOWN_ALLOW;
8720 I915_WRITE(LCPLL_CTL, val);
8721 POSTING_READ(LCPLL_CTL);
8722 }
8723}
8724
8725/*
8726 * Fully restores LCPLL, disallowing power down and switching back to LCPLL
8727 * source.
8728 */
6ff58d53 8729static void hsw_restore_lcpll(struct drm_i915_private *dev_priv)
be256dc7
PZ
8730{
8731 uint32_t val;
8732
8733 val = I915_READ(LCPLL_CTL);
8734
8735 if ((val & (LCPLL_PLL_LOCK | LCPLL_PLL_DISABLE | LCPLL_CD_SOURCE_FCLK |
8736 LCPLL_POWER_DOWN_ALLOW)) == LCPLL_PLL_LOCK)
8737 return;
8738
a8a8bd54
PZ
8739 /*
8740 * Make sure we're not on PC8 state before disabling PC8, otherwise
8741 * we'll hang the machine. To prevent PC8 state, just enable force_wake.
a8a8bd54 8742 */
59bad947 8743 intel_uncore_forcewake_get(dev_priv, FORCEWAKE_ALL);
215733fa 8744
be256dc7
PZ
8745 if (val & LCPLL_POWER_DOWN_ALLOW) {
8746 val &= ~LCPLL_POWER_DOWN_ALLOW;
8747 I915_WRITE(LCPLL_CTL, val);
35d8f2eb 8748 POSTING_READ(LCPLL_CTL);
be256dc7
PZ
8749 }
8750
9ccd5aeb 8751 val = hsw_read_dcomp(dev_priv);
be256dc7
PZ
8752 val |= D_COMP_COMP_FORCE;
8753 val &= ~D_COMP_COMP_DISABLE;
3c4c9b81 8754 hsw_write_dcomp(dev_priv, val);
be256dc7
PZ
8755
8756 val = I915_READ(LCPLL_CTL);
8757 val &= ~LCPLL_PLL_DISABLE;
8758 I915_WRITE(LCPLL_CTL, val);
8759
93220c08
CW
8760 if (intel_wait_for_register(dev_priv,
8761 LCPLL_CTL, LCPLL_PLL_LOCK, LCPLL_PLL_LOCK,
8762 5))
be256dc7
PZ
8763 DRM_ERROR("LCPLL not locked yet\n");
8764
8765 if (val & LCPLL_CD_SOURCE_FCLK) {
8766 val = I915_READ(LCPLL_CTL);
8767 val &= ~LCPLL_CD_SOURCE_FCLK;
8768 I915_WRITE(LCPLL_CTL, val);
8769
f53dd63f
ID
8770 if (wait_for_us((I915_READ(LCPLL_CTL) &
8771 LCPLL_CD_SOURCE_FCLK_DONE) == 0, 1))
be256dc7
PZ
8772 DRM_ERROR("Switching back to LCPLL failed\n");
8773 }
215733fa 8774
59bad947 8775 intel_uncore_forcewake_put(dev_priv, FORCEWAKE_ALL);
4c75b940 8776 intel_update_cdclk(dev_priv);
be256dc7
PZ
8777}
8778
765dab67
PZ
8779/*
8780 * Package states C8 and deeper are really deep PC states that can only be
8781 * reached when all the devices on the system allow it, so even if the graphics
8782 * device allows PC8+, it doesn't mean the system will actually get to these
8783 * states. Our driver only allows PC8+ when going into runtime PM.
8784 *
8785 * The requirements for PC8+ are that all the outputs are disabled, the power
8786 * well is disabled and most interrupts are disabled, and these are also
8787 * requirements for runtime PM. When these conditions are met, we manually do
8788 * the other conditions: disable the interrupts, clocks and switch LCPLL refclk
8789 * to Fclk. If we're in PC8+ and we get an non-hotplug interrupt, we can hard
8790 * hang the machine.
8791 *
8792 * When we really reach PC8 or deeper states (not just when we allow it) we lose
8793 * the state of some registers, so when we come back from PC8+ we need to
8794 * restore this state. We don't get into PC8+ if we're not in RC6, so we don't
8795 * need to take care of the registers kept by RC6. Notice that this happens even
8796 * if we don't put the device in PCI D3 state (which is what currently happens
8797 * because of the runtime PM support).
8798 *
8799 * For more, read "Display Sequences for Package C8" on the hardware
8800 * documentation.
8801 */
a14cb6fc 8802void hsw_enable_pc8(struct drm_i915_private *dev_priv)
c67a470b 8803{
c67a470b
PZ
8804 uint32_t val;
8805
c67a470b
PZ
8806 DRM_DEBUG_KMS("Enabling package C8+\n");
8807
4f8036a2 8808 if (HAS_PCH_LPT_LP(dev_priv)) {
c67a470b
PZ
8809 val = I915_READ(SOUTH_DSPCLK_GATE_D);
8810 val &= ~PCH_LP_PARTITION_LEVEL_DISABLE;
8811 I915_WRITE(SOUTH_DSPCLK_GATE_D, val);
8812 }
8813
c39055b0 8814 lpt_disable_clkout_dp(dev_priv);
c67a470b
PZ
8815 hsw_disable_lcpll(dev_priv, true, true);
8816}
8817
a14cb6fc 8818void hsw_disable_pc8(struct drm_i915_private *dev_priv)
c67a470b 8819{
c67a470b
PZ
8820 uint32_t val;
8821
c67a470b
PZ
8822 DRM_DEBUG_KMS("Disabling package C8+\n");
8823
8824 hsw_restore_lcpll(dev_priv);
c39055b0 8825 lpt_init_pch_refclk(dev_priv);
c67a470b 8826
4f8036a2 8827 if (HAS_PCH_LPT_LP(dev_priv)) {
c67a470b
PZ
8828 val = I915_READ(SOUTH_DSPCLK_GATE_D);
8829 val |= PCH_LP_PARTITION_LEVEL_DISABLE;
8830 I915_WRITE(SOUTH_DSPCLK_GATE_D, val);
8831 }
c67a470b
PZ
8832}
8833
190f68c5
ACO
8834static int haswell_crtc_compute_clock(struct intel_crtc *crtc,
8835 struct intel_crtc_state *crtc_state)
09b4ddf9 8836{
d7edc4e5 8837 if (!intel_crtc_has_type(crtc_state, INTEL_OUTPUT_DSI)) {
af3997b5
MK
8838 if (!intel_ddi_pll_select(crtc, crtc_state))
8839 return -EINVAL;
8840 }
716c2e55 8841
c7653199 8842 crtc->lowfreq_avail = false;
644cef34 8843
c8f7a0db 8844 return 0;
79e53945
JB
8845}
8846
3760b59c
S
8847static void bxt_get_ddi_pll(struct drm_i915_private *dev_priv,
8848 enum port port,
8849 struct intel_crtc_state *pipe_config)
8850{
8106ddbd
ACO
8851 enum intel_dpll_id id;
8852
3760b59c
S
8853 switch (port) {
8854 case PORT_A:
08250c4b 8855 id = DPLL_ID_SKL_DPLL0;
3760b59c
S
8856 break;
8857 case PORT_B:
08250c4b 8858 id = DPLL_ID_SKL_DPLL1;
3760b59c
S
8859 break;
8860 case PORT_C:
08250c4b 8861 id = DPLL_ID_SKL_DPLL2;
3760b59c
S
8862 break;
8863 default:
8864 DRM_ERROR("Incorrect port type\n");
8106ddbd 8865 return;
3760b59c 8866 }
8106ddbd
ACO
8867
8868 pipe_config->shared_dpll = intel_get_shared_dpll_by_id(dev_priv, id);
3760b59c
S
8869}
8870
96b7dfb7
S
8871static void skylake_get_ddi_pll(struct drm_i915_private *dev_priv,
8872 enum port port,
5cec258b 8873 struct intel_crtc_state *pipe_config)
96b7dfb7 8874{
8106ddbd 8875 enum intel_dpll_id id;
a3c988ea 8876 u32 temp;
96b7dfb7
S
8877
8878 temp = I915_READ(DPLL_CTRL2) & DPLL_CTRL2_DDI_CLK_SEL_MASK(port);
c856052a 8879 id = temp >> (port * 3 + 1);
96b7dfb7 8880
c856052a 8881 if (WARN_ON(id < SKL_DPLL0 || id > SKL_DPLL3))
8106ddbd 8882 return;
8106ddbd
ACO
8883
8884 pipe_config->shared_dpll = intel_get_shared_dpll_by_id(dev_priv, id);
96b7dfb7
S
8885}
8886
7d2c8175
DL
8887static void haswell_get_ddi_pll(struct drm_i915_private *dev_priv,
8888 enum port port,
5cec258b 8889 struct intel_crtc_state *pipe_config)
7d2c8175 8890{
8106ddbd 8891 enum intel_dpll_id id;
c856052a 8892 uint32_t ddi_pll_sel = I915_READ(PORT_CLK_SEL(port));
8106ddbd 8893
c856052a 8894 switch (ddi_pll_sel) {
7d2c8175 8895 case PORT_CLK_SEL_WRPLL1:
8106ddbd 8896 id = DPLL_ID_WRPLL1;
7d2c8175
DL
8897 break;
8898 case PORT_CLK_SEL_WRPLL2:
8106ddbd 8899 id = DPLL_ID_WRPLL2;
7d2c8175 8900 break;
00490c22 8901 case PORT_CLK_SEL_SPLL:
8106ddbd 8902 id = DPLL_ID_SPLL;
79bd23da 8903 break;
9d16da65
ACO
8904 case PORT_CLK_SEL_LCPLL_810:
8905 id = DPLL_ID_LCPLL_810;
8906 break;
8907 case PORT_CLK_SEL_LCPLL_1350:
8908 id = DPLL_ID_LCPLL_1350;
8909 break;
8910 case PORT_CLK_SEL_LCPLL_2700:
8911 id = DPLL_ID_LCPLL_2700;
8912 break;
8106ddbd 8913 default:
c856052a 8914 MISSING_CASE(ddi_pll_sel);
8106ddbd
ACO
8915 /* fall through */
8916 case PORT_CLK_SEL_NONE:
8106ddbd 8917 return;
7d2c8175 8918 }
8106ddbd
ACO
8919
8920 pipe_config->shared_dpll = intel_get_shared_dpll_by_id(dev_priv, id);
7d2c8175
DL
8921}
8922
cf30429e
JN
8923static bool hsw_get_transcoder_state(struct intel_crtc *crtc,
8924 struct intel_crtc_state *pipe_config,
d8fc70b7 8925 u64 *power_domain_mask)
cf30429e
JN
8926{
8927 struct drm_device *dev = crtc->base.dev;
fac5e23e 8928 struct drm_i915_private *dev_priv = to_i915(dev);
cf30429e
JN
8929 enum intel_display_power_domain power_domain;
8930 u32 tmp;
8931
d9a7bc67
ID
8932 /*
8933 * The pipe->transcoder mapping is fixed with the exception of the eDP
8934 * transcoder handled below.
8935 */
cf30429e
JN
8936 pipe_config->cpu_transcoder = (enum transcoder) crtc->pipe;
8937
8938 /*
8939 * XXX: Do intel_display_power_get_if_enabled before reading this (for
8940 * consistency and less surprising code; it's in always on power).
8941 */
8942 tmp = I915_READ(TRANS_DDI_FUNC_CTL(TRANSCODER_EDP));
8943 if (tmp & TRANS_DDI_FUNC_ENABLE) {
8944 enum pipe trans_edp_pipe;
8945 switch (tmp & TRANS_DDI_EDP_INPUT_MASK) {
8946 default:
8947 WARN(1, "unknown pipe linked to edp transcoder\n");
8948 case TRANS_DDI_EDP_INPUT_A_ONOFF:
8949 case TRANS_DDI_EDP_INPUT_A_ON:
8950 trans_edp_pipe = PIPE_A;
8951 break;
8952 case TRANS_DDI_EDP_INPUT_B_ONOFF:
8953 trans_edp_pipe = PIPE_B;
8954 break;
8955 case TRANS_DDI_EDP_INPUT_C_ONOFF:
8956 trans_edp_pipe = PIPE_C;
8957 break;
8958 }
8959
8960 if (trans_edp_pipe == crtc->pipe)
8961 pipe_config->cpu_transcoder = TRANSCODER_EDP;
8962 }
8963
8964 power_domain = POWER_DOMAIN_TRANSCODER(pipe_config->cpu_transcoder);
8965 if (!intel_display_power_get_if_enabled(dev_priv, power_domain))
8966 return false;
d8fc70b7 8967 *power_domain_mask |= BIT_ULL(power_domain);
cf30429e
JN
8968
8969 tmp = I915_READ(PIPECONF(pipe_config->cpu_transcoder));
8970
8971 return tmp & PIPECONF_ENABLE;
8972}
8973
4d1de975
JN
8974static bool bxt_get_dsi_transcoder_state(struct intel_crtc *crtc,
8975 struct intel_crtc_state *pipe_config,
d8fc70b7 8976 u64 *power_domain_mask)
4d1de975
JN
8977{
8978 struct drm_device *dev = crtc->base.dev;
fac5e23e 8979 struct drm_i915_private *dev_priv = to_i915(dev);
4d1de975
JN
8980 enum intel_display_power_domain power_domain;
8981 enum port port;
8982 enum transcoder cpu_transcoder;
8983 u32 tmp;
8984
4d1de975
JN
8985 for_each_port_masked(port, BIT(PORT_A) | BIT(PORT_C)) {
8986 if (port == PORT_A)
8987 cpu_transcoder = TRANSCODER_DSI_A;
8988 else
8989 cpu_transcoder = TRANSCODER_DSI_C;
8990
8991 power_domain = POWER_DOMAIN_TRANSCODER(cpu_transcoder);
8992 if (!intel_display_power_get_if_enabled(dev_priv, power_domain))
8993 continue;
d8fc70b7 8994 *power_domain_mask |= BIT_ULL(power_domain);
4d1de975 8995
db18b6a6
ID
8996 /*
8997 * The PLL needs to be enabled with a valid divider
8998 * configuration, otherwise accessing DSI registers will hang
8999 * the machine. See BSpec North Display Engine
9000 * registers/MIPI[BXT]. We can break out here early, since we
9001 * need the same DSI PLL to be enabled for both DSI ports.
9002 */
9003 if (!intel_dsi_pll_is_enabled(dev_priv))
9004 break;
9005
4d1de975
JN
9006 /* XXX: this works for video mode only */
9007 tmp = I915_READ(BXT_MIPI_PORT_CTRL(port));
9008 if (!(tmp & DPI_ENABLE))
9009 continue;
9010
9011 tmp = I915_READ(MIPI_CTRL(port));
9012 if ((tmp & BXT_PIPE_SELECT_MASK) != BXT_PIPE_SELECT(crtc->pipe))
9013 continue;
9014
9015 pipe_config->cpu_transcoder = cpu_transcoder;
4d1de975
JN
9016 break;
9017 }
9018
d7edc4e5 9019 return transcoder_is_dsi(pipe_config->cpu_transcoder);
4d1de975
JN
9020}
9021
26804afd 9022static void haswell_get_ddi_port_state(struct intel_crtc *crtc,
5cec258b 9023 struct intel_crtc_state *pipe_config)
26804afd 9024{
6315b5d3 9025 struct drm_i915_private *dev_priv = to_i915(crtc->base.dev);
d452c5b6 9026 struct intel_shared_dpll *pll;
26804afd
DV
9027 enum port port;
9028 uint32_t tmp;
9029
9030 tmp = I915_READ(TRANS_DDI_FUNC_CTL(pipe_config->cpu_transcoder));
9031
9032 port = (tmp & TRANS_DDI_PORT_MASK) >> TRANS_DDI_PORT_SHIFT;
9033
b976dc53 9034 if (IS_GEN9_BC(dev_priv))
96b7dfb7 9035 skylake_get_ddi_pll(dev_priv, port, pipe_config);
cc3f90f0 9036 else if (IS_GEN9_LP(dev_priv))
3760b59c 9037 bxt_get_ddi_pll(dev_priv, port, pipe_config);
96b7dfb7
S
9038 else
9039 haswell_get_ddi_pll(dev_priv, port, pipe_config);
9cd86933 9040
8106ddbd
ACO
9041 pll = pipe_config->shared_dpll;
9042 if (pll) {
2edd6443
ACO
9043 WARN_ON(!pll->funcs.get_hw_state(dev_priv, pll,
9044 &pipe_config->dpll_hw_state));
d452c5b6
DV
9045 }
9046
26804afd
DV
9047 /*
9048 * Haswell has only FDI/PCH transcoder A. It is which is connected to
9049 * DDI E. So just check whether this pipe is wired to DDI E and whether
9050 * the PCH transcoder is on.
9051 */
6315b5d3 9052 if (INTEL_GEN(dev_priv) < 9 &&
ca370455 9053 (port == PORT_E) && I915_READ(LPT_TRANSCONF) & TRANS_ENABLE) {
26804afd
DV
9054 pipe_config->has_pch_encoder = true;
9055
9056 tmp = I915_READ(FDI_RX_CTL(PIPE_A));
9057 pipe_config->fdi_lanes = ((FDI_DP_PORT_WIDTH_MASK & tmp) >>
9058 FDI_DP_PORT_WIDTH_SHIFT) + 1;
9059
9060 ironlake_get_fdi_m_n_config(crtc, pipe_config);
9061 }
9062}
9063
0e8ffe1b 9064static bool haswell_get_pipe_config(struct intel_crtc *crtc,
5cec258b 9065 struct intel_crtc_state *pipe_config)
0e8ffe1b 9066{
6315b5d3 9067 struct drm_i915_private *dev_priv = to_i915(crtc->base.dev);
1729050e 9068 enum intel_display_power_domain power_domain;
d8fc70b7 9069 u64 power_domain_mask;
cf30429e 9070 bool active;
0e8ffe1b 9071
1729050e
ID
9072 power_domain = POWER_DOMAIN_PIPE(crtc->pipe);
9073 if (!intel_display_power_get_if_enabled(dev_priv, power_domain))
b5482bd0 9074 return false;
d8fc70b7 9075 power_domain_mask = BIT_ULL(power_domain);
1729050e 9076
8106ddbd 9077 pipe_config->shared_dpll = NULL;
c0d43d62 9078
cf30429e 9079 active = hsw_get_transcoder_state(crtc, pipe_config, &power_domain_mask);
eccb140b 9080
cc3f90f0 9081 if (IS_GEN9_LP(dev_priv) &&
d7edc4e5
VS
9082 bxt_get_dsi_transcoder_state(crtc, pipe_config, &power_domain_mask)) {
9083 WARN_ON(active);
9084 active = true;
4d1de975
JN
9085 }
9086
cf30429e 9087 if (!active)
1729050e 9088 goto out;
0e8ffe1b 9089
d7edc4e5 9090 if (!transcoder_is_dsi(pipe_config->cpu_transcoder)) {
4d1de975
JN
9091 haswell_get_ddi_port_state(crtc, pipe_config);
9092 intel_get_pipe_timings(crtc, pipe_config);
9093 }
627eb5a3 9094
bc58be60 9095 intel_get_pipe_src_size(crtc, pipe_config);
1bd1bd80 9096
05dc698c
LL
9097 pipe_config->gamma_mode =
9098 I915_READ(GAMMA_MODE(crtc->pipe)) & GAMMA_MODE_MODE_MASK;
9099
6315b5d3 9100 if (INTEL_GEN(dev_priv) >= 9) {
1c74eeaf 9101 intel_crtc_init_scalers(crtc, pipe_config);
a1b2278e 9102
af99ceda
CK
9103 pipe_config->scaler_state.scaler_id = -1;
9104 pipe_config->scaler_state.scaler_users &= ~(1 << SKL_CRTC_INDEX);
9105 }
9106
1729050e
ID
9107 power_domain = POWER_DOMAIN_PIPE_PANEL_FITTER(crtc->pipe);
9108 if (intel_display_power_get_if_enabled(dev_priv, power_domain)) {
d8fc70b7 9109 power_domain_mask |= BIT_ULL(power_domain);
6315b5d3 9110 if (INTEL_GEN(dev_priv) >= 9)
bd2e244f 9111 skylake_get_pfit_config(crtc, pipe_config);
ff6d9f55 9112 else
1c132b44 9113 ironlake_get_pfit_config(crtc, pipe_config);
bd2e244f 9114 }
88adfff1 9115
772c2a51 9116 if (IS_HASWELL(dev_priv))
e59150dc
JB
9117 pipe_config->ips_enabled = hsw_crtc_supports_ips(crtc) &&
9118 (I915_READ(IPS_CTL) & IPS_ENABLE);
42db64ef 9119
4d1de975
JN
9120 if (pipe_config->cpu_transcoder != TRANSCODER_EDP &&
9121 !transcoder_is_dsi(pipe_config->cpu_transcoder)) {
ebb69c95
CT
9122 pipe_config->pixel_multiplier =
9123 I915_READ(PIPE_MULT(pipe_config->cpu_transcoder)) + 1;
9124 } else {
9125 pipe_config->pixel_multiplier = 1;
9126 }
6c49f241 9127
1729050e
ID
9128out:
9129 for_each_power_domain(power_domain, power_domain_mask)
9130 intel_display_power_put(dev_priv, power_domain);
9131
cf30429e 9132 return active;
0e8ffe1b
DV
9133}
9134
292889e1
VS
9135static u32 i845_cursor_ctl(const struct intel_crtc_state *crtc_state,
9136 const struct intel_plane_state *plane_state)
9137{
9138 unsigned int width = plane_state->base.crtc_w;
9139 unsigned int stride = roundup_pow_of_two(width) * 4;
9140
9141 switch (stride) {
9142 default:
9143 WARN_ONCE(1, "Invalid cursor width/stride, width=%u, stride=%u\n",
9144 width, stride);
9145 stride = 256;
9146 /* fallthrough */
9147 case 256:
9148 case 512:
9149 case 1024:
9150 case 2048:
9151 break;
9152 }
9153
9154 return CURSOR_ENABLE |
9155 CURSOR_GAMMA_ENABLE |
9156 CURSOR_FORMAT_ARGB |
9157 CURSOR_STRIDE(stride);
9158}
9159
55a08b3f
ML
9160static void i845_update_cursor(struct drm_crtc *crtc, u32 base,
9161 const struct intel_plane_state *plane_state)
560b85bb
CW
9162{
9163 struct drm_device *dev = crtc->dev;
fac5e23e 9164 struct drm_i915_private *dev_priv = to_i915(dev);
560b85bb 9165 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
dc41c154 9166 uint32_t cntl = 0, size = 0;
560b85bb 9167
936e71e3 9168 if (plane_state && plane_state->base.visible) {
55a08b3f
ML
9169 unsigned int width = plane_state->base.crtc_w;
9170 unsigned int height = plane_state->base.crtc_h;
dc41c154 9171
a0864d59 9172 cntl = plane_state->ctl;
dc41c154 9173 size = (height << 12) | width;
4b0e333e 9174 }
560b85bb 9175
dc41c154
VS
9176 if (intel_crtc->cursor_cntl != 0 &&
9177 (intel_crtc->cursor_base != base ||
9178 intel_crtc->cursor_size != size ||
9179 intel_crtc->cursor_cntl != cntl)) {
9180 /* On these chipsets we can only modify the base/size/stride
9181 * whilst the cursor is disabled.
9182 */
dd584fc0
VS
9183 I915_WRITE_FW(CURCNTR(PIPE_A), 0);
9184 POSTING_READ_FW(CURCNTR(PIPE_A));
dc41c154 9185 intel_crtc->cursor_cntl = 0;
4b0e333e 9186 }
560b85bb 9187
99d1f387 9188 if (intel_crtc->cursor_base != base) {
dd584fc0 9189 I915_WRITE_FW(CURBASE(PIPE_A), base);
99d1f387
VS
9190 intel_crtc->cursor_base = base;
9191 }
4726e0b0 9192
dc41c154 9193 if (intel_crtc->cursor_size != size) {
dd584fc0 9194 I915_WRITE_FW(CURSIZE, size);
dc41c154 9195 intel_crtc->cursor_size = size;
4b0e333e 9196 }
560b85bb 9197
4b0e333e 9198 if (intel_crtc->cursor_cntl != cntl) {
dd584fc0
VS
9199 I915_WRITE_FW(CURCNTR(PIPE_A), cntl);
9200 POSTING_READ_FW(CURCNTR(PIPE_A));
4b0e333e 9201 intel_crtc->cursor_cntl = cntl;
560b85bb 9202 }
560b85bb
CW
9203}
9204
292889e1
VS
9205static u32 i9xx_cursor_ctl(const struct intel_crtc_state *crtc_state,
9206 const struct intel_plane_state *plane_state)
9207{
9208 struct drm_i915_private *dev_priv =
9209 to_i915(plane_state->base.plane->dev);
9210 struct intel_crtc *crtc = to_intel_crtc(crtc_state->base.crtc);
9211 enum pipe pipe = crtc->pipe;
9212 u32 cntl;
9213
9214 cntl = MCURSOR_GAMMA_ENABLE;
9215
9216 if (HAS_DDI(dev_priv))
9217 cntl |= CURSOR_PIPE_CSC_ENABLE;
9218
9219 cntl |= pipe << 28; /* Connect to correct pipe */
9220
9221 switch (plane_state->base.crtc_w) {
9222 case 64:
9223 cntl |= CURSOR_MODE_64_ARGB_AX;
9224 break;
9225 case 128:
9226 cntl |= CURSOR_MODE_128_ARGB_AX;
9227 break;
9228 case 256:
9229 cntl |= CURSOR_MODE_256_ARGB_AX;
9230 break;
9231 default:
9232 MISSING_CASE(plane_state->base.crtc_w);
9233 return 0;
9234 }
9235
9236 if (plane_state->base.rotation & DRM_ROTATE_180)
9237 cntl |= CURSOR_ROTATE_180;
9238
9239 return cntl;
9240}
9241
55a08b3f
ML
9242static void i9xx_update_cursor(struct drm_crtc *crtc, u32 base,
9243 const struct intel_plane_state *plane_state)
65a21cd6
JB
9244{
9245 struct drm_device *dev = crtc->dev;
fac5e23e 9246 struct drm_i915_private *dev_priv = to_i915(dev);
65a21cd6
JB
9247 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
9248 int pipe = intel_crtc->pipe;
663f3122 9249 uint32_t cntl = 0;
4b0e333e 9250
292889e1 9251 if (plane_state && plane_state->base.visible)
a0864d59 9252 cntl = plane_state->ctl;
4398ad45 9253
4b0e333e 9254 if (intel_crtc->cursor_cntl != cntl) {
dd584fc0
VS
9255 I915_WRITE_FW(CURCNTR(pipe), cntl);
9256 POSTING_READ_FW(CURCNTR(pipe));
4b0e333e 9257 intel_crtc->cursor_cntl = cntl;
65a21cd6 9258 }
4b0e333e 9259
65a21cd6 9260 /* and commit changes on next vblank */
dd584fc0
VS
9261 I915_WRITE_FW(CURBASE(pipe), base);
9262 POSTING_READ_FW(CURBASE(pipe));
99d1f387
VS
9263
9264 intel_crtc->cursor_base = base;
65a21cd6
JB
9265}
9266
cda4b7d3 9267/* If no-part of the cursor is visible on the framebuffer, then the GPU may hang... */
6b383a7f 9268static void intel_crtc_update_cursor(struct drm_crtc *crtc,
55a08b3f 9269 const struct intel_plane_state *plane_state)
cda4b7d3
CW
9270{
9271 struct drm_device *dev = crtc->dev;
fac5e23e 9272 struct drm_i915_private *dev_priv = to_i915(dev);
cda4b7d3
CW
9273 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
9274 int pipe = intel_crtc->pipe;
55a08b3f 9275 u32 base = intel_crtc->cursor_addr;
dd584fc0 9276 unsigned long irqflags;
55a08b3f 9277 u32 pos = 0;
cda4b7d3 9278
55a08b3f
ML
9279 if (plane_state) {
9280 int x = plane_state->base.crtc_x;
9281 int y = plane_state->base.crtc_y;
cda4b7d3 9282
55a08b3f
ML
9283 if (x < 0) {
9284 pos |= CURSOR_POS_SIGN << CURSOR_X_SHIFT;
9285 x = -x;
9286 }
9287 pos |= x << CURSOR_X_SHIFT;
cda4b7d3 9288
55a08b3f
ML
9289 if (y < 0) {
9290 pos |= CURSOR_POS_SIGN << CURSOR_Y_SHIFT;
9291 y = -y;
9292 }
9293 pos |= y << CURSOR_Y_SHIFT;
9294
9295 /* ILK+ do this automagically */
49cff963 9296 if (HAS_GMCH_DISPLAY(dev_priv) &&
f22aa143 9297 plane_state->base.rotation & DRM_ROTATE_180) {
55a08b3f
ML
9298 base += (plane_state->base.crtc_h *
9299 plane_state->base.crtc_w - 1) * 4;
9300 }
cda4b7d3 9301 }
cda4b7d3 9302
dd584fc0
VS
9303 spin_lock_irqsave(&dev_priv->uncore.lock, irqflags);
9304
9305 I915_WRITE_FW(CURPOS(pipe), pos);
5efb3e28 9306
2a307c2e 9307 if (IS_I845G(dev_priv) || IS_I865G(dev_priv))
a0864d59 9308 i845_update_cursor(crtc, base, plane_state);
5efb3e28 9309 else
a0864d59 9310 i9xx_update_cursor(crtc, base, plane_state);
dd584fc0
VS
9311
9312 spin_unlock_irqrestore(&dev_priv->uncore.lock, irqflags);
cda4b7d3
CW
9313}
9314
50a0bc90 9315static bool cursor_size_ok(struct drm_i915_private *dev_priv,
dc41c154
VS
9316 uint32_t width, uint32_t height)
9317{
9318 if (width == 0 || height == 0)
9319 return false;
9320
9321 /*
9322 * 845g/865g are special in that they are only limited by
9323 * the width of their cursors, the height is arbitrary up to
9324 * the precision of the register. Everything else requires
9325 * square cursors, limited to a few power-of-two sizes.
9326 */
2a307c2e 9327 if (IS_I845G(dev_priv) || IS_I865G(dev_priv)) {
dc41c154
VS
9328 if ((width & 63) != 0)
9329 return false;
9330
2a307c2e 9331 if (width > (IS_I845G(dev_priv) ? 64 : 512))
dc41c154
VS
9332 return false;
9333
9334 if (height > 1023)
9335 return false;
9336 } else {
9337 switch (width | height) {
9338 case 256:
9339 case 128:
50a0bc90 9340 if (IS_GEN2(dev_priv))
dc41c154
VS
9341 return false;
9342 case 64:
9343 break;
9344 default:
9345 return false;
9346 }
9347 }
9348
9349 return true;
9350}
9351
79e53945
JB
9352/* VESA 640x480x72Hz mode to set on the pipe */
9353static struct drm_display_mode load_detect_mode = {
9354 DRM_MODE("640x480", DRM_MODE_TYPE_DEFAULT, 31500, 640, 664,
9355 704, 832, 0, 480, 489, 491, 520, 0, DRM_MODE_FLAG_NHSYNC | DRM_MODE_FLAG_NVSYNC),
9356};
9357
a8bb6818 9358struct drm_framebuffer *
24dbf51a
CW
9359intel_framebuffer_create(struct drm_i915_gem_object *obj,
9360 struct drm_mode_fb_cmd2 *mode_cmd)
d2dff872
CW
9361{
9362 struct intel_framebuffer *intel_fb;
9363 int ret;
9364
9365 intel_fb = kzalloc(sizeof(*intel_fb), GFP_KERNEL);
dcb1394e 9366 if (!intel_fb)
d2dff872 9367 return ERR_PTR(-ENOMEM);
d2dff872 9368
24dbf51a 9369 ret = intel_framebuffer_init(intel_fb, obj, mode_cmd);
dd4916c5
DV
9370 if (ret)
9371 goto err;
d2dff872
CW
9372
9373 return &intel_fb->base;
dcb1394e 9374
dd4916c5 9375err:
dd4916c5 9376 kfree(intel_fb);
dd4916c5 9377 return ERR_PTR(ret);
d2dff872
CW
9378}
9379
9380static u32
9381intel_framebuffer_pitch_for_width(int width, int bpp)
9382{
9383 u32 pitch = DIV_ROUND_UP(width * bpp, 8);
9384 return ALIGN(pitch, 64);
9385}
9386
9387static u32
9388intel_framebuffer_size_for_mode(struct drm_display_mode *mode, int bpp)
9389{
9390 u32 pitch = intel_framebuffer_pitch_for_width(mode->hdisplay, bpp);
1267a26b 9391 return PAGE_ALIGN(pitch * mode->vdisplay);
d2dff872
CW
9392}
9393
9394static struct drm_framebuffer *
9395intel_framebuffer_create_for_mode(struct drm_device *dev,
9396 struct drm_display_mode *mode,
9397 int depth, int bpp)
9398{
dcb1394e 9399 struct drm_framebuffer *fb;
d2dff872 9400 struct drm_i915_gem_object *obj;
0fed39bd 9401 struct drm_mode_fb_cmd2 mode_cmd = { 0 };
d2dff872 9402
12d79d78 9403 obj = i915_gem_object_create(to_i915(dev),
d2dff872 9404 intel_framebuffer_size_for_mode(mode, bpp));
fe3db79b
CW
9405 if (IS_ERR(obj))
9406 return ERR_CAST(obj);
d2dff872
CW
9407
9408 mode_cmd.width = mode->hdisplay;
9409 mode_cmd.height = mode->vdisplay;
308e5bcb
JB
9410 mode_cmd.pitches[0] = intel_framebuffer_pitch_for_width(mode_cmd.width,
9411 bpp);
5ca0c34a 9412 mode_cmd.pixel_format = drm_mode_legacy_fb_format(bpp, depth);
d2dff872 9413
24dbf51a 9414 fb = intel_framebuffer_create(obj, &mode_cmd);
dcb1394e 9415 if (IS_ERR(fb))
f0cd5182 9416 i915_gem_object_put(obj);
dcb1394e
LW
9417
9418 return fb;
d2dff872
CW
9419}
9420
9421static struct drm_framebuffer *
9422mode_fits_in_fbdev(struct drm_device *dev,
9423 struct drm_display_mode *mode)
9424{
0695726e 9425#ifdef CONFIG_DRM_FBDEV_EMULATION
fac5e23e 9426 struct drm_i915_private *dev_priv = to_i915(dev);
d2dff872
CW
9427 struct drm_i915_gem_object *obj;
9428 struct drm_framebuffer *fb;
9429
4c0e5528 9430 if (!dev_priv->fbdev)
d2dff872
CW
9431 return NULL;
9432
4c0e5528 9433 if (!dev_priv->fbdev->fb)
d2dff872
CW
9434 return NULL;
9435
4c0e5528
DV
9436 obj = dev_priv->fbdev->fb->obj;
9437 BUG_ON(!obj);
9438
8bcd4553 9439 fb = &dev_priv->fbdev->fb->base;
01f2c773 9440 if (fb->pitches[0] < intel_framebuffer_pitch_for_width(mode->hdisplay,
272725c7 9441 fb->format->cpp[0] * 8))
d2dff872
CW
9442 return NULL;
9443
01f2c773 9444 if (obj->base.size < mode->vdisplay * fb->pitches[0])
d2dff872
CW
9445 return NULL;
9446
edde3617 9447 drm_framebuffer_reference(fb);
d2dff872 9448 return fb;
4520f53a
DV
9449#else
9450 return NULL;
9451#endif
d2dff872
CW
9452}
9453
d3a40d1b
ACO
9454static int intel_modeset_setup_plane_state(struct drm_atomic_state *state,
9455 struct drm_crtc *crtc,
9456 struct drm_display_mode *mode,
9457 struct drm_framebuffer *fb,
9458 int x, int y)
9459{
9460 struct drm_plane_state *plane_state;
9461 int hdisplay, vdisplay;
9462 int ret;
9463
9464 plane_state = drm_atomic_get_plane_state(state, crtc->primary);
9465 if (IS_ERR(plane_state))
9466 return PTR_ERR(plane_state);
9467
9468 if (mode)
196cd5d3 9469 drm_mode_get_hv_timing(mode, &hdisplay, &vdisplay);
d3a40d1b
ACO
9470 else
9471 hdisplay = vdisplay = 0;
9472
9473 ret = drm_atomic_set_crtc_for_plane(plane_state, fb ? crtc : NULL);
9474 if (ret)
9475 return ret;
9476 drm_atomic_set_fb_for_plane(plane_state, fb);
9477 plane_state->crtc_x = 0;
9478 plane_state->crtc_y = 0;
9479 plane_state->crtc_w = hdisplay;
9480 plane_state->crtc_h = vdisplay;
9481 plane_state->src_x = x << 16;
9482 plane_state->src_y = y << 16;
9483 plane_state->src_w = hdisplay << 16;
9484 plane_state->src_h = vdisplay << 16;
9485
9486 return 0;
9487}
9488
d2434ab7 9489bool intel_get_load_detect_pipe(struct drm_connector *connector,
7173188d 9490 struct drm_display_mode *mode,
51fd371b
RC
9491 struct intel_load_detect_pipe *old,
9492 struct drm_modeset_acquire_ctx *ctx)
79e53945
JB
9493{
9494 struct intel_crtc *intel_crtc;
d2434ab7
DV
9495 struct intel_encoder *intel_encoder =
9496 intel_attached_encoder(connector);
79e53945 9497 struct drm_crtc *possible_crtc;
4ef69c7a 9498 struct drm_encoder *encoder = &intel_encoder->base;
79e53945
JB
9499 struct drm_crtc *crtc = NULL;
9500 struct drm_device *dev = encoder->dev;
0f0f74bc 9501 struct drm_i915_private *dev_priv = to_i915(dev);
94352cf9 9502 struct drm_framebuffer *fb;
51fd371b 9503 struct drm_mode_config *config = &dev->mode_config;
edde3617 9504 struct drm_atomic_state *state = NULL, *restore_state = NULL;
944b0c76 9505 struct drm_connector_state *connector_state;
4be07317 9506 struct intel_crtc_state *crtc_state;
51fd371b 9507 int ret, i = -1;
79e53945 9508
d2dff872 9509 DRM_DEBUG_KMS("[CONNECTOR:%d:%s], [ENCODER:%d:%s]\n",
c23cc417 9510 connector->base.id, connector->name,
8e329a03 9511 encoder->base.id, encoder->name);
d2dff872 9512
edde3617
ML
9513 old->restore_state = NULL;
9514
51fd371b
RC
9515retry:
9516 ret = drm_modeset_lock(&config->connection_mutex, ctx);
9517 if (ret)
ad3c558f 9518 goto fail;
6e9f798d 9519
79e53945
JB
9520 /*
9521 * Algorithm gets a little messy:
7a5e4805 9522 *
79e53945
JB
9523 * - if the connector already has an assigned crtc, use it (but make
9524 * sure it's on first)
7a5e4805 9525 *
79e53945
JB
9526 * - try to find the first unused crtc that can drive this connector,
9527 * and use that if we find one
79e53945
JB
9528 */
9529
9530 /* See if we already have a CRTC for this connector */
edde3617
ML
9531 if (connector->state->crtc) {
9532 crtc = connector->state->crtc;
8261b191 9533
51fd371b 9534 ret = drm_modeset_lock(&crtc->mutex, ctx);
4d02e2de 9535 if (ret)
ad3c558f 9536 goto fail;
8261b191
CW
9537
9538 /* Make sure the crtc and connector are running */
edde3617 9539 goto found;
79e53945
JB
9540 }
9541
9542 /* Find an unused one (if possible) */
70e1e0ec 9543 for_each_crtc(dev, possible_crtc) {
79e53945
JB
9544 i++;
9545 if (!(encoder->possible_crtcs & (1 << i)))
9546 continue;
edde3617
ML
9547
9548 ret = drm_modeset_lock(&possible_crtc->mutex, ctx);
9549 if (ret)
9550 goto fail;
9551
9552 if (possible_crtc->state->enable) {
9553 drm_modeset_unlock(&possible_crtc->mutex);
a459249c 9554 continue;
edde3617 9555 }
a459249c
VS
9556
9557 crtc = possible_crtc;
9558 break;
79e53945
JB
9559 }
9560
9561 /*
9562 * If we didn't find an unused CRTC, don't use any.
9563 */
9564 if (!crtc) {
7173188d 9565 DRM_DEBUG_KMS("no pipe available for load-detect\n");
ad3c558f 9566 goto fail;
79e53945
JB
9567 }
9568
edde3617
ML
9569found:
9570 intel_crtc = to_intel_crtc(crtc);
9571
4d02e2de
DV
9572 ret = drm_modeset_lock(&crtc->primary->mutex, ctx);
9573 if (ret)
ad3c558f 9574 goto fail;
79e53945 9575
83a57153 9576 state = drm_atomic_state_alloc(dev);
edde3617
ML
9577 restore_state = drm_atomic_state_alloc(dev);
9578 if (!state || !restore_state) {
9579 ret = -ENOMEM;
9580 goto fail;
9581 }
83a57153
ACO
9582
9583 state->acquire_ctx = ctx;
edde3617 9584 restore_state->acquire_ctx = ctx;
83a57153 9585
944b0c76
ACO
9586 connector_state = drm_atomic_get_connector_state(state, connector);
9587 if (IS_ERR(connector_state)) {
9588 ret = PTR_ERR(connector_state);
9589 goto fail;
9590 }
9591
edde3617
ML
9592 ret = drm_atomic_set_crtc_for_connector(connector_state, crtc);
9593 if (ret)
9594 goto fail;
944b0c76 9595
4be07317
ACO
9596 crtc_state = intel_atomic_get_crtc_state(state, intel_crtc);
9597 if (IS_ERR(crtc_state)) {
9598 ret = PTR_ERR(crtc_state);
9599 goto fail;
9600 }
9601
49d6fa21 9602 crtc_state->base.active = crtc_state->base.enable = true;
4be07317 9603
6492711d
CW
9604 if (!mode)
9605 mode = &load_detect_mode;
79e53945 9606
d2dff872
CW
9607 /* We need a framebuffer large enough to accommodate all accesses
9608 * that the plane may generate whilst we perform load detection.
9609 * We can not rely on the fbcon either being present (we get called
9610 * during its initialisation to detect all boot displays, or it may
9611 * not even exist) or that it is large enough to satisfy the
9612 * requested mode.
9613 */
94352cf9
DV
9614 fb = mode_fits_in_fbdev(dev, mode);
9615 if (fb == NULL) {
d2dff872 9616 DRM_DEBUG_KMS("creating tmp fb for load-detection\n");
94352cf9 9617 fb = intel_framebuffer_create_for_mode(dev, mode, 24, 32);
d2dff872
CW
9618 } else
9619 DRM_DEBUG_KMS("reusing fbdev for load-detection framebuffer\n");
94352cf9 9620 if (IS_ERR(fb)) {
d2dff872 9621 DRM_DEBUG_KMS("failed to allocate framebuffer for load-detection\n");
412b61d8 9622 goto fail;
79e53945 9623 }
79e53945 9624
d3a40d1b
ACO
9625 ret = intel_modeset_setup_plane_state(state, crtc, mode, fb, 0, 0);
9626 if (ret)
9627 goto fail;
9628
edde3617
ML
9629 drm_framebuffer_unreference(fb);
9630
9631 ret = drm_atomic_set_mode_for_crtc(&crtc_state->base, mode);
9632 if (ret)
9633 goto fail;
9634
9635 ret = PTR_ERR_OR_ZERO(drm_atomic_get_connector_state(restore_state, connector));
9636 if (!ret)
9637 ret = PTR_ERR_OR_ZERO(drm_atomic_get_crtc_state(restore_state, crtc));
9638 if (!ret)
9639 ret = PTR_ERR_OR_ZERO(drm_atomic_get_plane_state(restore_state, crtc->primary));
9640 if (ret) {
9641 DRM_DEBUG_KMS("Failed to create a copy of old state to restore: %i\n", ret);
9642 goto fail;
9643 }
8c7b5ccb 9644
3ba86073
ML
9645 ret = drm_atomic_commit(state);
9646 if (ret) {
6492711d 9647 DRM_DEBUG_KMS("failed to set mode on load-detect pipe\n");
412b61d8 9648 goto fail;
79e53945 9649 }
edde3617
ML
9650
9651 old->restore_state = restore_state;
7abbd11f 9652 drm_atomic_state_put(state);
7173188d 9653
79e53945 9654 /* let the connector get through one full cycle before testing */
0f0f74bc 9655 intel_wait_for_vblank(dev_priv, intel_crtc->pipe);
7173188d 9656 return true;
412b61d8 9657
ad3c558f 9658fail:
7fb71c8f
CW
9659 if (state) {
9660 drm_atomic_state_put(state);
9661 state = NULL;
9662 }
9663 if (restore_state) {
9664 drm_atomic_state_put(restore_state);
9665 restore_state = NULL;
9666 }
83a57153 9667
51fd371b
RC
9668 if (ret == -EDEADLK) {
9669 drm_modeset_backoff(ctx);
9670 goto retry;
9671 }
9672
412b61d8 9673 return false;
79e53945
JB
9674}
9675
d2434ab7 9676void intel_release_load_detect_pipe(struct drm_connector *connector,
49172fee
ACO
9677 struct intel_load_detect_pipe *old,
9678 struct drm_modeset_acquire_ctx *ctx)
79e53945 9679{
d2434ab7
DV
9680 struct intel_encoder *intel_encoder =
9681 intel_attached_encoder(connector);
4ef69c7a 9682 struct drm_encoder *encoder = &intel_encoder->base;
edde3617 9683 struct drm_atomic_state *state = old->restore_state;
d3a40d1b 9684 int ret;
79e53945 9685
d2dff872 9686 DRM_DEBUG_KMS("[CONNECTOR:%d:%s], [ENCODER:%d:%s]\n",
c23cc417 9687 connector->base.id, connector->name,
8e329a03 9688 encoder->base.id, encoder->name);
d2dff872 9689
edde3617 9690 if (!state)
0622a53c 9691 return;
79e53945 9692
581e49fe 9693 ret = drm_atomic_helper_commit_duplicated_state(state, ctx);
0853695c 9694 if (ret)
edde3617 9695 DRM_DEBUG_KMS("Couldn't release load detect pipe: %i\n", ret);
0853695c 9696 drm_atomic_state_put(state);
79e53945
JB
9697}
9698
da4a1efa 9699static int i9xx_pll_refclk(struct drm_device *dev,
5cec258b 9700 const struct intel_crtc_state *pipe_config)
da4a1efa 9701{
fac5e23e 9702 struct drm_i915_private *dev_priv = to_i915(dev);
da4a1efa
VS
9703 u32 dpll = pipe_config->dpll_hw_state.dpll;
9704
9705 if ((dpll & PLL_REF_INPUT_MASK) == PLLB_REF_INPUT_SPREADSPECTRUMIN)
e91e941b 9706 return dev_priv->vbt.lvds_ssc_freq;
6e266956 9707 else if (HAS_PCH_SPLIT(dev_priv))
da4a1efa 9708 return 120000;
5db94019 9709 else if (!IS_GEN2(dev_priv))
da4a1efa
VS
9710 return 96000;
9711 else
9712 return 48000;
9713}
9714
79e53945 9715/* Returns the clock of the currently programmed mode of the given pipe. */
f1f644dc 9716static void i9xx_crtc_clock_get(struct intel_crtc *crtc,
5cec258b 9717 struct intel_crtc_state *pipe_config)
79e53945 9718{
f1f644dc 9719 struct drm_device *dev = crtc->base.dev;
fac5e23e 9720 struct drm_i915_private *dev_priv = to_i915(dev);
f1f644dc 9721 int pipe = pipe_config->cpu_transcoder;
293623f7 9722 u32 dpll = pipe_config->dpll_hw_state.dpll;
79e53945 9723 u32 fp;
9e2c8475 9724 struct dpll clock;
dccbea3b 9725 int port_clock;
da4a1efa 9726 int refclk = i9xx_pll_refclk(dev, pipe_config);
79e53945
JB
9727
9728 if ((dpll & DISPLAY_RATE_SELECT_FPA1) == 0)
293623f7 9729 fp = pipe_config->dpll_hw_state.fp0;
79e53945 9730 else
293623f7 9731 fp = pipe_config->dpll_hw_state.fp1;
79e53945
JB
9732
9733 clock.m1 = (fp & FP_M1_DIV_MASK) >> FP_M1_DIV_SHIFT;
9b1e14f4 9734 if (IS_PINEVIEW(dev_priv)) {
f2b115e6
AJ
9735 clock.n = ffs((fp & FP_N_PINEVIEW_DIV_MASK) >> FP_N_DIV_SHIFT) - 1;
9736 clock.m2 = (fp & FP_M2_PINEVIEW_DIV_MASK) >> FP_M2_DIV_SHIFT;
2177832f
SL
9737 } else {
9738 clock.n = (fp & FP_N_DIV_MASK) >> FP_N_DIV_SHIFT;
9739 clock.m2 = (fp & FP_M2_DIV_MASK) >> FP_M2_DIV_SHIFT;
9740 }
9741
5db94019 9742 if (!IS_GEN2(dev_priv)) {
9b1e14f4 9743 if (IS_PINEVIEW(dev_priv))
f2b115e6
AJ
9744 clock.p1 = ffs((dpll & DPLL_FPA01_P1_POST_DIV_MASK_PINEVIEW) >>
9745 DPLL_FPA01_P1_POST_DIV_SHIFT_PINEVIEW);
2177832f
SL
9746 else
9747 clock.p1 = ffs((dpll & DPLL_FPA01_P1_POST_DIV_MASK) >>
79e53945
JB
9748 DPLL_FPA01_P1_POST_DIV_SHIFT);
9749
9750 switch (dpll & DPLL_MODE_MASK) {
9751 case DPLLB_MODE_DAC_SERIAL:
9752 clock.p2 = dpll & DPLL_DAC_SERIAL_P2_CLOCK_DIV_5 ?
9753 5 : 10;
9754 break;
9755 case DPLLB_MODE_LVDS:
9756 clock.p2 = dpll & DPLLB_LVDS_P2_CLOCK_DIV_7 ?
9757 7 : 14;
9758 break;
9759 default:
28c97730 9760 DRM_DEBUG_KMS("Unknown DPLL mode %08x in programmed "
79e53945 9761 "mode\n", (int)(dpll & DPLL_MODE_MASK));
f1f644dc 9762 return;
79e53945
JB
9763 }
9764
9b1e14f4 9765 if (IS_PINEVIEW(dev_priv))
dccbea3b 9766 port_clock = pnv_calc_dpll_params(refclk, &clock);
ac58c3f0 9767 else
dccbea3b 9768 port_clock = i9xx_calc_dpll_params(refclk, &clock);
79e53945 9769 } else {
50a0bc90 9770 u32 lvds = IS_I830(dev_priv) ? 0 : I915_READ(LVDS);
b1c560d1 9771 bool is_lvds = (pipe == 1) && (lvds & LVDS_PORT_EN);
79e53945
JB
9772
9773 if (is_lvds) {
9774 clock.p1 = ffs((dpll & DPLL_FPA01_P1_POST_DIV_MASK_I830_LVDS) >>
9775 DPLL_FPA01_P1_POST_DIV_SHIFT);
b1c560d1
VS
9776
9777 if (lvds & LVDS_CLKB_POWER_UP)
9778 clock.p2 = 7;
9779 else
9780 clock.p2 = 14;
79e53945
JB
9781 } else {
9782 if (dpll & PLL_P1_DIVIDE_BY_TWO)
9783 clock.p1 = 2;
9784 else {
9785 clock.p1 = ((dpll & DPLL_FPA01_P1_POST_DIV_MASK_I830) >>
9786 DPLL_FPA01_P1_POST_DIV_SHIFT) + 2;
9787 }
9788 if (dpll & PLL_P2_DIVIDE_BY_4)
9789 clock.p2 = 4;
9790 else
9791 clock.p2 = 2;
79e53945 9792 }
da4a1efa 9793
dccbea3b 9794 port_clock = i9xx_calc_dpll_params(refclk, &clock);
79e53945
JB
9795 }
9796
18442d08
VS
9797 /*
9798 * This value includes pixel_multiplier. We will use
241bfc38 9799 * port_clock to compute adjusted_mode.crtc_clock in the
18442d08
VS
9800 * encoder's get_config() function.
9801 */
dccbea3b 9802 pipe_config->port_clock = port_clock;
f1f644dc
JB
9803}
9804
6878da05
VS
9805int intel_dotclock_calculate(int link_freq,
9806 const struct intel_link_m_n *m_n)
f1f644dc 9807{
f1f644dc
JB
9808 /*
9809 * The calculation for the data clock is:
1041a02f 9810 * pixel_clock = ((m/n)*(link_clock * nr_lanes))/bpp
f1f644dc 9811 * But we want to avoid losing precison if possible, so:
1041a02f 9812 * pixel_clock = ((m * link_clock * nr_lanes)/(n*bpp))
f1f644dc
JB
9813 *
9814 * and the link clock is simpler:
1041a02f 9815 * link_clock = (m * link_clock) / n
f1f644dc
JB
9816 */
9817
6878da05
VS
9818 if (!m_n->link_n)
9819 return 0;
f1f644dc 9820
6878da05
VS
9821 return div_u64((u64)m_n->link_m * link_freq, m_n->link_n);
9822}
f1f644dc 9823
18442d08 9824static void ironlake_pch_clock_get(struct intel_crtc *crtc,
5cec258b 9825 struct intel_crtc_state *pipe_config)
6878da05 9826{
e3b247da 9827 struct drm_i915_private *dev_priv = to_i915(crtc->base.dev);
79e53945 9828
18442d08
VS
9829 /* read out port_clock from the DPLL */
9830 i9xx_crtc_clock_get(crtc, pipe_config);
f1f644dc 9831
f1f644dc 9832 /*
e3b247da
VS
9833 * In case there is an active pipe without active ports,
9834 * we may need some idea for the dotclock anyway.
9835 * Calculate one based on the FDI configuration.
79e53945 9836 */
2d112de7 9837 pipe_config->base.adjusted_mode.crtc_clock =
21a727b3 9838 intel_dotclock_calculate(intel_fdi_link_freq(dev_priv, pipe_config),
18442d08 9839 &pipe_config->fdi_m_n);
79e53945
JB
9840}
9841
9842/** Returns the currently programmed mode of the given pipe. */
9843struct drm_display_mode *intel_crtc_mode_get(struct drm_device *dev,
9844 struct drm_crtc *crtc)
9845{
fac5e23e 9846 struct drm_i915_private *dev_priv = to_i915(dev);
79e53945 9847 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
6e3c9717 9848 enum transcoder cpu_transcoder = intel_crtc->config->cpu_transcoder;
79e53945 9849 struct drm_display_mode *mode;
3f36b937 9850 struct intel_crtc_state *pipe_config;
fe2b8f9d
PZ
9851 int htot = I915_READ(HTOTAL(cpu_transcoder));
9852 int hsync = I915_READ(HSYNC(cpu_transcoder));
9853 int vtot = I915_READ(VTOTAL(cpu_transcoder));
9854 int vsync = I915_READ(VSYNC(cpu_transcoder));
293623f7 9855 enum pipe pipe = intel_crtc->pipe;
79e53945
JB
9856
9857 mode = kzalloc(sizeof(*mode), GFP_KERNEL);
9858 if (!mode)
9859 return NULL;
9860
3f36b937
TU
9861 pipe_config = kzalloc(sizeof(*pipe_config), GFP_KERNEL);
9862 if (!pipe_config) {
9863 kfree(mode);
9864 return NULL;
9865 }
9866
f1f644dc
JB
9867 /*
9868 * Construct a pipe_config sufficient for getting the clock info
9869 * back out of crtc_clock_get.
9870 *
9871 * Note, if LVDS ever uses a non-1 pixel multiplier, we'll need
9872 * to use a real value here instead.
9873 */
3f36b937
TU
9874 pipe_config->cpu_transcoder = (enum transcoder) pipe;
9875 pipe_config->pixel_multiplier = 1;
9876 pipe_config->dpll_hw_state.dpll = I915_READ(DPLL(pipe));
9877 pipe_config->dpll_hw_state.fp0 = I915_READ(FP0(pipe));
9878 pipe_config->dpll_hw_state.fp1 = I915_READ(FP1(pipe));
9879 i9xx_crtc_clock_get(intel_crtc, pipe_config);
9880
9881 mode->clock = pipe_config->port_clock / pipe_config->pixel_multiplier;
79e53945
JB
9882 mode->hdisplay = (htot & 0xffff) + 1;
9883 mode->htotal = ((htot & 0xffff0000) >> 16) + 1;
9884 mode->hsync_start = (hsync & 0xffff) + 1;
9885 mode->hsync_end = ((hsync & 0xffff0000) >> 16) + 1;
9886 mode->vdisplay = (vtot & 0xffff) + 1;
9887 mode->vtotal = ((vtot & 0xffff0000) >> 16) + 1;
9888 mode->vsync_start = (vsync & 0xffff) + 1;
9889 mode->vsync_end = ((vsync & 0xffff0000) >> 16) + 1;
9890
9891 drm_mode_set_name(mode);
79e53945 9892
3f36b937
TU
9893 kfree(pipe_config);
9894
79e53945
JB
9895 return mode;
9896}
9897
9898static void intel_crtc_destroy(struct drm_crtc *crtc)
9899{
9900 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
67e77c5a 9901 struct drm_device *dev = crtc->dev;
51cbaf01 9902 struct intel_flip_work *work;
67e77c5a 9903
5e2d7afc 9904 spin_lock_irq(&dev->event_lock);
5a21b665
DV
9905 work = intel_crtc->flip_work;
9906 intel_crtc->flip_work = NULL;
9907 spin_unlock_irq(&dev->event_lock);
67e77c5a 9908
5a21b665 9909 if (work) {
51cbaf01
ML
9910 cancel_work_sync(&work->mmio_work);
9911 cancel_work_sync(&work->unpin_work);
5a21b665 9912 kfree(work);
67e77c5a 9913 }
79e53945
JB
9914
9915 drm_crtc_cleanup(crtc);
67e77c5a 9916
79e53945
JB
9917 kfree(intel_crtc);
9918}
9919
6b95a207
KH
9920static void intel_unpin_work_fn(struct work_struct *__work)
9921{
51cbaf01
ML
9922 struct intel_flip_work *work =
9923 container_of(__work, struct intel_flip_work, unpin_work);
5a21b665
DV
9924 struct intel_crtc *crtc = to_intel_crtc(work->crtc);
9925 struct drm_device *dev = crtc->base.dev;
9926 struct drm_plane *primary = crtc->base.primary;
03f476e1 9927
5a21b665
DV
9928 if (is_mmio_work(work))
9929 flush_work(&work->mmio_work);
03f476e1 9930
5a21b665 9931 mutex_lock(&dev->struct_mutex);
be1e3415 9932 intel_unpin_fb_vma(work->old_vma);
f8c417cd 9933 i915_gem_object_put(work->pending_flip_obj);
5a21b665 9934 mutex_unlock(&dev->struct_mutex);
143f73b3 9935
e8a261ea
CW
9936 i915_gem_request_put(work->flip_queued_req);
9937
5748b6a1
CW
9938 intel_frontbuffer_flip_complete(to_i915(dev),
9939 to_intel_plane(primary)->frontbuffer_bit);
5a21b665
DV
9940 intel_fbc_post_update(crtc);
9941 drm_framebuffer_unreference(work->old_fb);
143f73b3 9942
5a21b665
DV
9943 BUG_ON(atomic_read(&crtc->unpin_work_count) == 0);
9944 atomic_dec(&crtc->unpin_work_count);
a6747b73 9945
5a21b665
DV
9946 kfree(work);
9947}
d9e86c0e 9948
5a21b665
DV
9949/* Is 'a' after or equal to 'b'? */
9950static bool g4x_flip_count_after_eq(u32 a, u32 b)
9951{
9952 return !((a - b) & 0x80000000);
9953}
143f73b3 9954
5a21b665
DV
9955static bool __pageflip_finished_cs(struct intel_crtc *crtc,
9956 struct intel_flip_work *work)
9957{
9958 struct drm_device *dev = crtc->base.dev;
fac5e23e 9959 struct drm_i915_private *dev_priv = to_i915(dev);
143f73b3 9960
8af29b0c 9961 if (abort_flip_on_reset(crtc))
5a21b665 9962 return true;
143f73b3 9963
5a21b665
DV
9964 /*
9965 * The relevant registers doen't exist on pre-ctg.
9966 * As the flip done interrupt doesn't trigger for mmio
9967 * flips on gmch platforms, a flip count check isn't
9968 * really needed there. But since ctg has the registers,
9969 * include it in the check anyway.
9970 */
9beb5fea 9971 if (INTEL_GEN(dev_priv) < 5 && !IS_G4X(dev_priv))
5a21b665 9972 return true;
b4a98e57 9973
5a21b665
DV
9974 /*
9975 * BDW signals flip done immediately if the plane
9976 * is disabled, even if the plane enable is already
9977 * armed to occur at the next vblank :(
9978 */
f99d7069 9979
5a21b665
DV
9980 /*
9981 * A DSPSURFLIVE check isn't enough in case the mmio and CS flips
9982 * used the same base address. In that case the mmio flip might
9983 * have completed, but the CS hasn't even executed the flip yet.
9984 *
9985 * A flip count check isn't enough as the CS might have updated
9986 * the base address just after start of vblank, but before we
9987 * managed to process the interrupt. This means we'd complete the
9988 * CS flip too soon.
9989 *
9990 * Combining both checks should get us a good enough result. It may
9991 * still happen that the CS flip has been executed, but has not
9992 * yet actually completed. But in case the base address is the same
9993 * anyway, we don't really care.
9994 */
9995 return (I915_READ(DSPSURFLIVE(crtc->plane)) & ~0xfff) ==
9996 crtc->flip_work->gtt_offset &&
9997 g4x_flip_count_after_eq(I915_READ(PIPE_FLIPCOUNT_G4X(crtc->pipe)),
9998 crtc->flip_work->flip_count);
9999}
b4a98e57 10000
5a21b665
DV
10001static bool
10002__pageflip_finished_mmio(struct intel_crtc *crtc,
10003 struct intel_flip_work *work)
10004{
10005 /*
10006 * MMIO work completes when vblank is different from
10007 * flip_queued_vblank.
10008 *
10009 * Reset counter value doesn't matter, this is handled by
10010 * i915_wait_request finishing early, so no need to handle
10011 * reset here.
10012 */
10013 return intel_crtc_get_vblank_counter(crtc) != work->flip_queued_vblank;
6b95a207
KH
10014}
10015
51cbaf01
ML
10016
10017static bool pageflip_finished(struct intel_crtc *crtc,
10018 struct intel_flip_work *work)
10019{
10020 if (!atomic_read(&work->pending))
10021 return false;
10022
10023 smp_rmb();
10024
5a21b665
DV
10025 if (is_mmio_work(work))
10026 return __pageflip_finished_mmio(crtc, work);
10027 else
10028 return __pageflip_finished_cs(crtc, work);
10029}
10030
10031void intel_finish_page_flip_cs(struct drm_i915_private *dev_priv, int pipe)
10032{
91c8a326 10033 struct drm_device *dev = &dev_priv->drm;
98187836 10034 struct intel_crtc *crtc = intel_get_crtc_for_pipe(dev_priv, pipe);
5a21b665
DV
10035 struct intel_flip_work *work;
10036 unsigned long flags;
10037
10038 /* Ignore early vblank irqs */
10039 if (!crtc)
10040 return;
10041
51cbaf01 10042 /*
5a21b665
DV
10043 * This is called both by irq handlers and the reset code (to complete
10044 * lost pageflips) so needs the full irqsave spinlocks.
51cbaf01 10045 */
5a21b665 10046 spin_lock_irqsave(&dev->event_lock, flags);
e2af48c6 10047 work = crtc->flip_work;
5a21b665
DV
10048
10049 if (work != NULL &&
10050 !is_mmio_work(work) &&
e2af48c6
VS
10051 pageflip_finished(crtc, work))
10052 page_flip_completed(crtc);
5a21b665
DV
10053
10054 spin_unlock_irqrestore(&dev->event_lock, flags);
75f7f3ec
VS
10055}
10056
51cbaf01 10057void intel_finish_page_flip_mmio(struct drm_i915_private *dev_priv, int pipe)
6b95a207 10058{
91c8a326 10059 struct drm_device *dev = &dev_priv->drm;
98187836 10060 struct intel_crtc *crtc = intel_get_crtc_for_pipe(dev_priv, pipe);
51cbaf01 10061 struct intel_flip_work *work;
6b95a207
KH
10062 unsigned long flags;
10063
5251f04e
ML
10064 /* Ignore early vblank irqs */
10065 if (!crtc)
10066 return;
f326038a
DV
10067
10068 /*
10069 * This is called both by irq handlers and the reset code (to complete
10070 * lost pageflips) so needs the full irqsave spinlocks.
e7d841ca 10071 */
6b95a207 10072 spin_lock_irqsave(&dev->event_lock, flags);
e2af48c6 10073 work = crtc->flip_work;
5251f04e 10074
5a21b665
DV
10075 if (work != NULL &&
10076 is_mmio_work(work) &&
e2af48c6
VS
10077 pageflip_finished(crtc, work))
10078 page_flip_completed(crtc);
5251f04e 10079
6b95a207
KH
10080 spin_unlock_irqrestore(&dev->event_lock, flags);
10081}
10082
5a21b665
DV
10083static inline void intel_mark_page_flip_active(struct intel_crtc *crtc,
10084 struct intel_flip_work *work)
84c33a64 10085{
5a21b665 10086 work->flip_queued_vblank = intel_crtc_get_vblank_counter(crtc);
84c33a64 10087
5a21b665
DV
10088 /* Ensure that the work item is consistent when activating it ... */
10089 smp_mb__before_atomic();
10090 atomic_set(&work->pending, 1);
10091}
a6747b73 10092
5a21b665
DV
10093static int intel_gen2_queue_flip(struct drm_device *dev,
10094 struct drm_crtc *crtc,
10095 struct drm_framebuffer *fb,
10096 struct drm_i915_gem_object *obj,
10097 struct drm_i915_gem_request *req,
10098 uint32_t flags)
10099{
5a21b665 10100 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
73dec95e 10101 u32 flip_mask, *cs;
143f73b3 10102
73dec95e
TU
10103 cs = intel_ring_begin(req, 6);
10104 if (IS_ERR(cs))
10105 return PTR_ERR(cs);
143f73b3 10106
5a21b665
DV
10107 /* Can't queue multiple flips, so wait for the previous
10108 * one to finish before executing the next.
10109 */
10110 if (intel_crtc->plane)
10111 flip_mask = MI_WAIT_FOR_PLANE_B_FLIP;
10112 else
10113 flip_mask = MI_WAIT_FOR_PLANE_A_FLIP;
73dec95e
TU
10114 *cs++ = MI_WAIT_FOR_EVENT | flip_mask;
10115 *cs++ = MI_NOOP;
10116 *cs++ = MI_DISPLAY_FLIP | MI_DISPLAY_FLIP_PLANE(intel_crtc->plane);
10117 *cs++ = fb->pitches[0];
10118 *cs++ = intel_crtc->flip_work->gtt_offset;
10119 *cs++ = 0; /* aux display base address, unused */
143f73b3 10120
5a21b665
DV
10121 return 0;
10122}
84c33a64 10123
5a21b665
DV
10124static int intel_gen3_queue_flip(struct drm_device *dev,
10125 struct drm_crtc *crtc,
10126 struct drm_framebuffer *fb,
10127 struct drm_i915_gem_object *obj,
10128 struct drm_i915_gem_request *req,
10129 uint32_t flags)
10130{
5a21b665 10131 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
73dec95e 10132 u32 flip_mask, *cs;
d55dbd06 10133
73dec95e
TU
10134 cs = intel_ring_begin(req, 6);
10135 if (IS_ERR(cs))
10136 return PTR_ERR(cs);
d55dbd06 10137
5a21b665
DV
10138 if (intel_crtc->plane)
10139 flip_mask = MI_WAIT_FOR_PLANE_B_FLIP;
10140 else
10141 flip_mask = MI_WAIT_FOR_PLANE_A_FLIP;
73dec95e
TU
10142 *cs++ = MI_WAIT_FOR_EVENT | flip_mask;
10143 *cs++ = MI_NOOP;
10144 *cs++ = MI_DISPLAY_FLIP_I915 | MI_DISPLAY_FLIP_PLANE(intel_crtc->plane);
10145 *cs++ = fb->pitches[0];
10146 *cs++ = intel_crtc->flip_work->gtt_offset;
10147 *cs++ = MI_NOOP;
fd8e058a 10148
5a21b665
DV
10149 return 0;
10150}
84c33a64 10151
5a21b665
DV
10152static int intel_gen4_queue_flip(struct drm_device *dev,
10153 struct drm_crtc *crtc,
10154 struct drm_framebuffer *fb,
10155 struct drm_i915_gem_object *obj,
10156 struct drm_i915_gem_request *req,
10157 uint32_t flags)
10158{
fac5e23e 10159 struct drm_i915_private *dev_priv = to_i915(dev);
5a21b665 10160 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
73dec95e 10161 u32 pf, pipesrc, *cs;
143f73b3 10162
73dec95e
TU
10163 cs = intel_ring_begin(req, 4);
10164 if (IS_ERR(cs))
10165 return PTR_ERR(cs);
143f73b3 10166
5a21b665
DV
10167 /* i965+ uses the linear or tiled offsets from the
10168 * Display Registers (which do not change across a page-flip)
10169 * so we need only reprogram the base address.
10170 */
73dec95e
TU
10171 *cs++ = MI_DISPLAY_FLIP | MI_DISPLAY_FLIP_PLANE(intel_crtc->plane);
10172 *cs++ = fb->pitches[0];
10173 *cs++ = intel_crtc->flip_work->gtt_offset |
10174 intel_fb_modifier_to_tiling(fb->modifier);
5a21b665
DV
10175
10176 /* XXX Enabling the panel-fitter across page-flip is so far
10177 * untested on non-native modes, so ignore it for now.
10178 * pf = I915_READ(pipe == 0 ? PFA_CTL_1 : PFB_CTL_1) & PF_ENABLE;
10179 */
10180 pf = 0;
10181 pipesrc = I915_READ(PIPESRC(intel_crtc->pipe)) & 0x0fff0fff;
73dec95e 10182 *cs++ = pf | pipesrc;
143f73b3 10183
5a21b665 10184 return 0;
8c9f3aaf
JB
10185}
10186
5a21b665
DV
10187static int intel_gen6_queue_flip(struct drm_device *dev,
10188 struct drm_crtc *crtc,
10189 struct drm_framebuffer *fb,
10190 struct drm_i915_gem_object *obj,
10191 struct drm_i915_gem_request *req,
10192 uint32_t flags)
da20eabd 10193{
fac5e23e 10194 struct drm_i915_private *dev_priv = to_i915(dev);
5a21b665 10195 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
73dec95e 10196 u32 pf, pipesrc, *cs;
d21fbe87 10197
73dec95e
TU
10198 cs = intel_ring_begin(req, 4);
10199 if (IS_ERR(cs))
10200 return PTR_ERR(cs);
92826fcd 10201
73dec95e
TU
10202 *cs++ = MI_DISPLAY_FLIP | MI_DISPLAY_FLIP_PLANE(intel_crtc->plane);
10203 *cs++ = fb->pitches[0] | intel_fb_modifier_to_tiling(fb->modifier);
10204 *cs++ = intel_crtc->flip_work->gtt_offset;
92826fcd 10205
5a21b665
DV
10206 /* Contrary to the suggestions in the documentation,
10207 * "Enable Panel Fitter" does not seem to be required when page
10208 * flipping with a non-native mode, and worse causes a normal
10209 * modeset to fail.
10210 * pf = I915_READ(PF_CTL(intel_crtc->pipe)) & PF_ENABLE;
10211 */
10212 pf = 0;
10213 pipesrc = I915_READ(PIPESRC(intel_crtc->pipe)) & 0x0fff0fff;
73dec95e 10214 *cs++ = pf | pipesrc;
7809e5ae 10215
5a21b665 10216 return 0;
7809e5ae
MR
10217}
10218
5a21b665
DV
10219static int intel_gen7_queue_flip(struct drm_device *dev,
10220 struct drm_crtc *crtc,
10221 struct drm_framebuffer *fb,
10222 struct drm_i915_gem_object *obj,
10223 struct drm_i915_gem_request *req,
10224 uint32_t flags)
d21fbe87 10225{
5db94019 10226 struct drm_i915_private *dev_priv = to_i915(dev);
5a21b665 10227 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
73dec95e 10228 u32 *cs, plane_bit = 0;
5a21b665 10229 int len, ret;
d21fbe87 10230
5a21b665
DV
10231 switch (intel_crtc->plane) {
10232 case PLANE_A:
10233 plane_bit = MI_DISPLAY_FLIP_IVB_PLANE_A;
10234 break;
10235 case PLANE_B:
10236 plane_bit = MI_DISPLAY_FLIP_IVB_PLANE_B;
10237 break;
10238 case PLANE_C:
10239 plane_bit = MI_DISPLAY_FLIP_IVB_PLANE_C;
10240 break;
10241 default:
10242 WARN_ONCE(1, "unknown plane in flip command\n");
10243 return -ENODEV;
10244 }
10245
10246 len = 4;
b5321f30 10247 if (req->engine->id == RCS) {
5a21b665
DV
10248 len += 6;
10249 /*
10250 * On Gen 8, SRM is now taking an extra dword to accommodate
10251 * 48bits addresses, and we need a NOOP for the batch size to
10252 * stay even.
10253 */
5db94019 10254 if (IS_GEN8(dev_priv))
5a21b665
DV
10255 len += 2;
10256 }
10257
10258 /*
10259 * BSpec MI_DISPLAY_FLIP for IVB:
10260 * "The full packet must be contained within the same cache line."
10261 *
10262 * Currently the LRI+SRM+MI_DISPLAY_FLIP all fit within the same
10263 * cacheline, if we ever start emitting more commands before
10264 * the MI_DISPLAY_FLIP we may need to first emit everything else,
10265 * then do the cacheline alignment, and finally emit the
10266 * MI_DISPLAY_FLIP.
10267 */
10268 ret = intel_ring_cacheline_align(req);
10269 if (ret)
10270 return ret;
10271
73dec95e
TU
10272 cs = intel_ring_begin(req, len);
10273 if (IS_ERR(cs))
10274 return PTR_ERR(cs);
5a21b665
DV
10275
10276 /* Unmask the flip-done completion message. Note that the bspec says that
10277 * we should do this for both the BCS and RCS, and that we must not unmask
10278 * more than one flip event at any time (or ensure that one flip message
10279 * can be sent by waiting for flip-done prior to queueing new flips).
10280 * Experimentation says that BCS works despite DERRMR masking all
10281 * flip-done completion events and that unmasking all planes at once
10282 * for the RCS also doesn't appear to drop events. Setting the DERRMR
10283 * to zero does lead to lockups within MI_DISPLAY_FLIP.
10284 */
b5321f30 10285 if (req->engine->id == RCS) {
73dec95e
TU
10286 *cs++ = MI_LOAD_REGISTER_IMM(1);
10287 *cs++ = i915_mmio_reg_offset(DERRMR);
10288 *cs++ = ~(DERRMR_PIPEA_PRI_FLIP_DONE |
10289 DERRMR_PIPEB_PRI_FLIP_DONE |
10290 DERRMR_PIPEC_PRI_FLIP_DONE);
5db94019 10291 if (IS_GEN8(dev_priv))
73dec95e
TU
10292 *cs++ = MI_STORE_REGISTER_MEM_GEN8 |
10293 MI_SRM_LRM_GLOBAL_GTT;
5a21b665 10294 else
73dec95e
TU
10295 *cs++ = MI_STORE_REGISTER_MEM | MI_SRM_LRM_GLOBAL_GTT;
10296 *cs++ = i915_mmio_reg_offset(DERRMR);
10297 *cs++ = i915_ggtt_offset(req->engine->scratch) + 256;
5db94019 10298 if (IS_GEN8(dev_priv)) {
73dec95e
TU
10299 *cs++ = 0;
10300 *cs++ = MI_NOOP;
5a21b665
DV
10301 }
10302 }
10303
73dec95e
TU
10304 *cs++ = MI_DISPLAY_FLIP_I915 | plane_bit;
10305 *cs++ = fb->pitches[0] | intel_fb_modifier_to_tiling(fb->modifier);
10306 *cs++ = intel_crtc->flip_work->gtt_offset;
10307 *cs++ = MI_NOOP;
5a21b665
DV
10308
10309 return 0;
10310}
10311
10312static bool use_mmio_flip(struct intel_engine_cs *engine,
10313 struct drm_i915_gem_object *obj)
10314{
10315 /*
10316 * This is not being used for older platforms, because
10317 * non-availability of flip done interrupt forces us to use
10318 * CS flips. Older platforms derive flip done using some clever
10319 * tricks involving the flip_pending status bits and vblank irqs.
10320 * So using MMIO flips there would disrupt this mechanism.
10321 */
10322
10323 if (engine == NULL)
10324 return true;
10325
10326 if (INTEL_GEN(engine->i915) < 5)
10327 return false;
10328
10329 if (i915.use_mmio_flip < 0)
10330 return false;
10331 else if (i915.use_mmio_flip > 0)
10332 return true;
10333 else if (i915.enable_execlists)
10334 return true;
c37efb99 10335
d07f0e59 10336 return engine != i915_gem_object_last_write_engine(obj);
5a21b665
DV
10337}
10338
10339static void skl_do_mmio_flip(struct intel_crtc *intel_crtc,
10340 unsigned int rotation,
10341 struct intel_flip_work *work)
10342{
10343 struct drm_device *dev = intel_crtc->base.dev;
fac5e23e 10344 struct drm_i915_private *dev_priv = to_i915(dev);
5a21b665
DV
10345 struct drm_framebuffer *fb = intel_crtc->base.primary->fb;
10346 const enum pipe pipe = intel_crtc->pipe;
d2196774 10347 u32 ctl, stride = skl_plane_stride(fb, 0, rotation);
5a21b665
DV
10348
10349 ctl = I915_READ(PLANE_CTL(pipe, 0));
10350 ctl &= ~PLANE_CTL_TILED_MASK;
bae781b2 10351 switch (fb->modifier) {
5a21b665
DV
10352 case DRM_FORMAT_MOD_NONE:
10353 break;
10354 case I915_FORMAT_MOD_X_TILED:
10355 ctl |= PLANE_CTL_TILED_X;
10356 break;
10357 case I915_FORMAT_MOD_Y_TILED:
10358 ctl |= PLANE_CTL_TILED_Y;
10359 break;
10360 case I915_FORMAT_MOD_Yf_TILED:
10361 ctl |= PLANE_CTL_TILED_YF;
10362 break;
10363 default:
bae781b2 10364 MISSING_CASE(fb->modifier);
5a21b665
DV
10365 }
10366
5a21b665
DV
10367 /*
10368 * Both PLANE_CTL and PLANE_STRIDE are not updated on vblank but on
10369 * PLANE_SURF updates, the update is then guaranteed to be atomic.
10370 */
10371 I915_WRITE(PLANE_CTL(pipe, 0), ctl);
10372 I915_WRITE(PLANE_STRIDE(pipe, 0), stride);
10373
10374 I915_WRITE(PLANE_SURF(pipe, 0), work->gtt_offset);
10375 POSTING_READ(PLANE_SURF(pipe, 0));
10376}
10377
10378static void ilk_do_mmio_flip(struct intel_crtc *intel_crtc,
10379 struct intel_flip_work *work)
10380{
10381 struct drm_device *dev = intel_crtc->base.dev;
fac5e23e 10382 struct drm_i915_private *dev_priv = to_i915(dev);
72618ebf 10383 struct drm_framebuffer *fb = intel_crtc->base.primary->fb;
5a21b665
DV
10384 i915_reg_t reg = DSPCNTR(intel_crtc->plane);
10385 u32 dspcntr;
10386
10387 dspcntr = I915_READ(reg);
10388
bae781b2 10389 if (fb->modifier == I915_FORMAT_MOD_X_TILED)
5a21b665
DV
10390 dspcntr |= DISPPLANE_TILED;
10391 else
10392 dspcntr &= ~DISPPLANE_TILED;
10393
10394 I915_WRITE(reg, dspcntr);
10395
10396 I915_WRITE(DSPSURF(intel_crtc->plane), work->gtt_offset);
10397 POSTING_READ(DSPSURF(intel_crtc->plane));
10398}
10399
10400static void intel_mmio_flip_work_func(struct work_struct *w)
10401{
10402 struct intel_flip_work *work =
10403 container_of(w, struct intel_flip_work, mmio_work);
10404 struct intel_crtc *crtc = to_intel_crtc(work->crtc);
10405 struct drm_i915_private *dev_priv = to_i915(crtc->base.dev);
10406 struct intel_framebuffer *intel_fb =
10407 to_intel_framebuffer(crtc->base.primary->fb);
10408 struct drm_i915_gem_object *obj = intel_fb->obj;
10409
d07f0e59 10410 WARN_ON(i915_gem_object_wait(obj, 0, MAX_SCHEDULE_TIMEOUT, NULL) < 0);
5a21b665
DV
10411
10412 intel_pipe_update_start(crtc);
10413
10414 if (INTEL_GEN(dev_priv) >= 9)
10415 skl_do_mmio_flip(crtc, work->rotation, work);
10416 else
10417 /* use_mmio_flip() retricts MMIO flips to ilk+ */
10418 ilk_do_mmio_flip(crtc, work);
10419
10420 intel_pipe_update_end(crtc, work);
10421}
10422
10423static int intel_default_queue_flip(struct drm_device *dev,
10424 struct drm_crtc *crtc,
10425 struct drm_framebuffer *fb,
10426 struct drm_i915_gem_object *obj,
10427 struct drm_i915_gem_request *req,
10428 uint32_t flags)
10429{
10430 return -ENODEV;
10431}
10432
10433static bool __pageflip_stall_check_cs(struct drm_i915_private *dev_priv,
10434 struct intel_crtc *intel_crtc,
10435 struct intel_flip_work *work)
10436{
10437 u32 addr, vblank;
10438
10439 if (!atomic_read(&work->pending))
10440 return false;
10441
10442 smp_rmb();
10443
10444 vblank = intel_crtc_get_vblank_counter(intel_crtc);
10445 if (work->flip_ready_vblank == 0) {
10446 if (work->flip_queued_req &&
f69a02c9 10447 !i915_gem_request_completed(work->flip_queued_req))
5a21b665
DV
10448 return false;
10449
10450 work->flip_ready_vblank = vblank;
10451 }
10452
10453 if (vblank - work->flip_ready_vblank < 3)
10454 return false;
10455
10456 /* Potential stall - if we see that the flip has happened,
10457 * assume a missed interrupt. */
10458 if (INTEL_GEN(dev_priv) >= 4)
10459 addr = I915_HI_DISPBASE(I915_READ(DSPSURF(intel_crtc->plane)));
10460 else
10461 addr = I915_READ(DSPADDR(intel_crtc->plane));
10462
10463 /* There is a potential issue here with a false positive after a flip
10464 * to the same address. We could address this by checking for a
10465 * non-incrementing frame counter.
10466 */
10467 return addr == work->gtt_offset;
10468}
10469
10470void intel_check_page_flip(struct drm_i915_private *dev_priv, int pipe)
10471{
91c8a326 10472 struct drm_device *dev = &dev_priv->drm;
98187836 10473 struct intel_crtc *crtc = intel_get_crtc_for_pipe(dev_priv, pipe);
5a21b665
DV
10474 struct intel_flip_work *work;
10475
10476 WARN_ON(!in_interrupt());
10477
10478 if (crtc == NULL)
10479 return;
10480
10481 spin_lock(&dev->event_lock);
e2af48c6 10482 work = crtc->flip_work;
5a21b665
DV
10483
10484 if (work != NULL && !is_mmio_work(work) &&
e2af48c6 10485 __pageflip_stall_check_cs(dev_priv, crtc, work)) {
5a21b665
DV
10486 WARN_ONCE(1,
10487 "Kicking stuck page flip: queued at %d, now %d\n",
e2af48c6
VS
10488 work->flip_queued_vblank, intel_crtc_get_vblank_counter(crtc));
10489 page_flip_completed(crtc);
5a21b665
DV
10490 work = NULL;
10491 }
10492
10493 if (work != NULL && !is_mmio_work(work) &&
e2af48c6 10494 intel_crtc_get_vblank_counter(crtc) - work->flip_queued_vblank > 1)
5a21b665
DV
10495 intel_queue_rps_boost_for_request(work->flip_queued_req);
10496 spin_unlock(&dev->event_lock);
10497}
10498
4c01ded5 10499__maybe_unused
5a21b665
DV
10500static int intel_crtc_page_flip(struct drm_crtc *crtc,
10501 struct drm_framebuffer *fb,
10502 struct drm_pending_vblank_event *event,
10503 uint32_t page_flip_flags)
10504{
10505 struct drm_device *dev = crtc->dev;
fac5e23e 10506 struct drm_i915_private *dev_priv = to_i915(dev);
5a21b665
DV
10507 struct drm_framebuffer *old_fb = crtc->primary->fb;
10508 struct drm_i915_gem_object *obj = intel_fb_obj(fb);
10509 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
10510 struct drm_plane *primary = crtc->primary;
10511 enum pipe pipe = intel_crtc->pipe;
10512 struct intel_flip_work *work;
10513 struct intel_engine_cs *engine;
10514 bool mmio_flip;
8e637178 10515 struct drm_i915_gem_request *request;
058d88c4 10516 struct i915_vma *vma;
5a21b665
DV
10517 int ret;
10518
10519 /*
10520 * drm_mode_page_flip_ioctl() should already catch this, but double
10521 * check to be safe. In the future we may enable pageflipping from
10522 * a disabled primary plane.
10523 */
10524 if (WARN_ON(intel_fb_obj(old_fb) == NULL))
10525 return -EBUSY;
10526
10527 /* Can't change pixel format via MI display flips. */
dbd4d576 10528 if (fb->format != crtc->primary->fb->format)
5a21b665
DV
10529 return -EINVAL;
10530
10531 /*
10532 * TILEOFF/LINOFF registers can't be changed via MI display flips.
10533 * Note that pitch changes could also affect these register.
10534 */
6315b5d3 10535 if (INTEL_GEN(dev_priv) > 3 &&
5a21b665
DV
10536 (fb->offsets[0] != crtc->primary->fb->offsets[0] ||
10537 fb->pitches[0] != crtc->primary->fb->pitches[0]))
10538 return -EINVAL;
10539
10540 if (i915_terminally_wedged(&dev_priv->gpu_error))
10541 goto out_hang;
10542
10543 work = kzalloc(sizeof(*work), GFP_KERNEL);
10544 if (work == NULL)
10545 return -ENOMEM;
10546
10547 work->event = event;
10548 work->crtc = crtc;
10549 work->old_fb = old_fb;
10550 INIT_WORK(&work->unpin_work, intel_unpin_work_fn);
10551
10552 ret = drm_crtc_vblank_get(crtc);
10553 if (ret)
10554 goto free_work;
10555
10556 /* We borrow the event spin lock for protecting flip_work */
10557 spin_lock_irq(&dev->event_lock);
10558 if (intel_crtc->flip_work) {
10559 /* Before declaring the flip queue wedged, check if
10560 * the hardware completed the operation behind our backs.
10561 */
10562 if (pageflip_finished(intel_crtc, intel_crtc->flip_work)) {
10563 DRM_DEBUG_DRIVER("flip queue: previous flip completed, continuing\n");
10564 page_flip_completed(intel_crtc);
10565 } else {
10566 DRM_DEBUG_DRIVER("flip queue: crtc already busy\n");
10567 spin_unlock_irq(&dev->event_lock);
10568
10569 drm_crtc_vblank_put(crtc);
10570 kfree(work);
10571 return -EBUSY;
10572 }
10573 }
10574 intel_crtc->flip_work = work;
10575 spin_unlock_irq(&dev->event_lock);
10576
10577 if (atomic_read(&intel_crtc->unpin_work_count) >= 2)
10578 flush_workqueue(dev_priv->wq);
10579
10580 /* Reference the objects for the scheduled work. */
10581 drm_framebuffer_reference(work->old_fb);
5a21b665
DV
10582
10583 crtc->primary->fb = fb;
10584 update_state_fb(crtc->primary);
faf68d92 10585
25dc556a 10586 work->pending_flip_obj = i915_gem_object_get(obj);
5a21b665
DV
10587
10588 ret = i915_mutex_lock_interruptible(dev);
10589 if (ret)
10590 goto cleanup;
10591
8af29b0c 10592 intel_crtc->reset_count = i915_reset_count(&dev_priv->gpu_error);
8c185eca 10593 if (i915_reset_backoff_or_wedged(&dev_priv->gpu_error)) {
5a21b665 10594 ret = -EIO;
ddbb271a 10595 goto unlock;
5a21b665
DV
10596 }
10597
10598 atomic_inc(&intel_crtc->unpin_work_count);
10599
9beb5fea 10600 if (INTEL_GEN(dev_priv) >= 5 || IS_G4X(dev_priv))
5a21b665
DV
10601 work->flip_count = I915_READ(PIPE_FLIPCOUNT_G4X(pipe)) + 1;
10602
920a14b2 10603 if (IS_VALLEYVIEW(dev_priv) || IS_CHERRYVIEW(dev_priv)) {
3b3f1650 10604 engine = dev_priv->engine[BCS];
bae781b2 10605 if (fb->modifier != old_fb->modifier)
5a21b665
DV
10606 /* vlv: DISPLAY_FLIP fails to change tiling */
10607 engine = NULL;
fd6b8f43 10608 } else if (IS_IVYBRIDGE(dev_priv) || IS_HASWELL(dev_priv)) {
3b3f1650 10609 engine = dev_priv->engine[BCS];
6315b5d3 10610 } else if (INTEL_GEN(dev_priv) >= 7) {
d07f0e59 10611 engine = i915_gem_object_last_write_engine(obj);
5a21b665 10612 if (engine == NULL || engine->id != RCS)
3b3f1650 10613 engine = dev_priv->engine[BCS];
5a21b665 10614 } else {
3b3f1650 10615 engine = dev_priv->engine[RCS];
5a21b665
DV
10616 }
10617
10618 mmio_flip = use_mmio_flip(engine, obj);
10619
058d88c4
CW
10620 vma = intel_pin_and_fence_fb_obj(fb, primary->state->rotation);
10621 if (IS_ERR(vma)) {
10622 ret = PTR_ERR(vma);
5a21b665 10623 goto cleanup_pending;
058d88c4 10624 }
5a21b665 10625
be1e3415
CW
10626 work->old_vma = to_intel_plane_state(primary->state)->vma;
10627 to_intel_plane_state(primary->state)->vma = vma;
10628
10629 work->gtt_offset = i915_ggtt_offset(vma) + intel_crtc->dspaddr_offset;
5a21b665
DV
10630 work->rotation = crtc->primary->state->rotation;
10631
1f061316
PZ
10632 /*
10633 * There's the potential that the next frame will not be compatible with
10634 * FBC, so we want to call pre_update() before the actual page flip.
10635 * The problem is that pre_update() caches some information about the fb
10636 * object, so we want to do this only after the object is pinned. Let's
10637 * be on the safe side and do this immediately before scheduling the
10638 * flip.
10639 */
10640 intel_fbc_pre_update(intel_crtc, intel_crtc->config,
10641 to_intel_plane_state(primary->state));
10642
5a21b665
DV
10643 if (mmio_flip) {
10644 INIT_WORK(&work->mmio_work, intel_mmio_flip_work_func);
6277c8d0 10645 queue_work(system_unbound_wq, &work->mmio_work);
5a21b665 10646 } else {
e8a9c58f
CW
10647 request = i915_gem_request_alloc(engine,
10648 dev_priv->kernel_context);
8e637178
CW
10649 if (IS_ERR(request)) {
10650 ret = PTR_ERR(request);
10651 goto cleanup_unpin;
10652 }
10653
a2bc4695 10654 ret = i915_gem_request_await_object(request, obj, false);
8e637178
CW
10655 if (ret)
10656 goto cleanup_request;
10657
5a21b665
DV
10658 ret = dev_priv->display.queue_flip(dev, crtc, fb, obj, request,
10659 page_flip_flags);
10660 if (ret)
8e637178 10661 goto cleanup_request;
5a21b665
DV
10662
10663 intel_mark_page_flip_active(intel_crtc, work);
10664
8e637178 10665 work->flip_queued_req = i915_gem_request_get(request);
e642c85b 10666 i915_add_request(request);
5a21b665
DV
10667 }
10668
92117f0b 10669 i915_gem_object_wait_priority(obj, 0, I915_PRIORITY_DISPLAY);
5a21b665
DV
10670 i915_gem_track_fb(intel_fb_obj(old_fb), obj,
10671 to_intel_plane(primary)->frontbuffer_bit);
10672 mutex_unlock(&dev->struct_mutex);
10673
5748b6a1 10674 intel_frontbuffer_flip_prepare(to_i915(dev),
5a21b665
DV
10675 to_intel_plane(primary)->frontbuffer_bit);
10676
10677 trace_i915_flip_request(intel_crtc->plane, obj);
10678
10679 return 0;
10680
8e637178 10681cleanup_request:
e642c85b 10682 i915_add_request(request);
5a21b665 10683cleanup_unpin:
be1e3415
CW
10684 to_intel_plane_state(primary->state)->vma = work->old_vma;
10685 intel_unpin_fb_vma(vma);
5a21b665 10686cleanup_pending:
5a21b665 10687 atomic_dec(&intel_crtc->unpin_work_count);
ddbb271a 10688unlock:
5a21b665
DV
10689 mutex_unlock(&dev->struct_mutex);
10690cleanup:
10691 crtc->primary->fb = old_fb;
10692 update_state_fb(crtc->primary);
10693
f0cd5182 10694 i915_gem_object_put(obj);
5a21b665
DV
10695 drm_framebuffer_unreference(work->old_fb);
10696
10697 spin_lock_irq(&dev->event_lock);
10698 intel_crtc->flip_work = NULL;
10699 spin_unlock_irq(&dev->event_lock);
10700
10701 drm_crtc_vblank_put(crtc);
10702free_work:
10703 kfree(work);
10704
10705 if (ret == -EIO) {
10706 struct drm_atomic_state *state;
10707 struct drm_plane_state *plane_state;
10708
10709out_hang:
10710 state = drm_atomic_state_alloc(dev);
10711 if (!state)
10712 return -ENOMEM;
10713 state->acquire_ctx = drm_modeset_legacy_acquire_ctx(crtc);
10714
10715retry:
10716 plane_state = drm_atomic_get_plane_state(state, primary);
10717 ret = PTR_ERR_OR_ZERO(plane_state);
10718 if (!ret) {
10719 drm_atomic_set_fb_for_plane(plane_state, fb);
10720
10721 ret = drm_atomic_set_crtc_for_plane(plane_state, crtc);
10722 if (!ret)
10723 ret = drm_atomic_commit(state);
10724 }
10725
10726 if (ret == -EDEADLK) {
10727 drm_modeset_backoff(state->acquire_ctx);
10728 drm_atomic_state_clear(state);
10729 goto retry;
10730 }
10731
0853695c 10732 drm_atomic_state_put(state);
5a21b665
DV
10733
10734 if (ret == 0 && event) {
10735 spin_lock_irq(&dev->event_lock);
10736 drm_crtc_send_vblank_event(crtc, event);
10737 spin_unlock_irq(&dev->event_lock);
10738 }
10739 }
10740 return ret;
10741}
10742
10743
10744/**
10745 * intel_wm_need_update - Check whether watermarks need updating
10746 * @plane: drm plane
10747 * @state: new plane state
10748 *
10749 * Check current plane state versus the new one to determine whether
10750 * watermarks need to be recalculated.
10751 *
10752 * Returns true or false.
10753 */
10754static bool intel_wm_need_update(struct drm_plane *plane,
10755 struct drm_plane_state *state)
10756{
10757 struct intel_plane_state *new = to_intel_plane_state(state);
10758 struct intel_plane_state *cur = to_intel_plane_state(plane->state);
10759
10760 /* Update watermarks on tiling or size changes. */
936e71e3 10761 if (new->base.visible != cur->base.visible)
5a21b665
DV
10762 return true;
10763
10764 if (!cur->base.fb || !new->base.fb)
10765 return false;
10766
bae781b2 10767 if (cur->base.fb->modifier != new->base.fb->modifier ||
5a21b665 10768 cur->base.rotation != new->base.rotation ||
936e71e3
VS
10769 drm_rect_width(&new->base.src) != drm_rect_width(&cur->base.src) ||
10770 drm_rect_height(&new->base.src) != drm_rect_height(&cur->base.src) ||
10771 drm_rect_width(&new->base.dst) != drm_rect_width(&cur->base.dst) ||
10772 drm_rect_height(&new->base.dst) != drm_rect_height(&cur->base.dst))
5a21b665
DV
10773 return true;
10774
10775 return false;
10776}
10777
10778static bool needs_scaling(struct intel_plane_state *state)
10779{
936e71e3
VS
10780 int src_w = drm_rect_width(&state->base.src) >> 16;
10781 int src_h = drm_rect_height(&state->base.src) >> 16;
10782 int dst_w = drm_rect_width(&state->base.dst);
10783 int dst_h = drm_rect_height(&state->base.dst);
5a21b665
DV
10784
10785 return (src_w != dst_w || src_h != dst_h);
10786}
d21fbe87 10787
da20eabd
ML
10788int intel_plane_atomic_calc_changes(struct drm_crtc_state *crtc_state,
10789 struct drm_plane_state *plane_state)
10790{
ab1d3a0e 10791 struct intel_crtc_state *pipe_config = to_intel_crtc_state(crtc_state);
da20eabd
ML
10792 struct drm_crtc *crtc = crtc_state->crtc;
10793 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
e9728bd8 10794 struct intel_plane *plane = to_intel_plane(plane_state->plane);
da20eabd 10795 struct drm_device *dev = crtc->dev;
ed4a6a7c 10796 struct drm_i915_private *dev_priv = to_i915(dev);
da20eabd 10797 struct intel_plane_state *old_plane_state =
e9728bd8 10798 to_intel_plane_state(plane->base.state);
da20eabd
ML
10799 bool mode_changed = needs_modeset(crtc_state);
10800 bool was_crtc_enabled = crtc->state->active;
10801 bool is_crtc_enabled = crtc_state->active;
da20eabd
ML
10802 bool turn_off, turn_on, visible, was_visible;
10803 struct drm_framebuffer *fb = plane_state->fb;
78108b7c 10804 int ret;
da20eabd 10805
e9728bd8 10806 if (INTEL_GEN(dev_priv) >= 9 && plane->id != PLANE_CURSOR) {
da20eabd
ML
10807 ret = skl_update_scaler_plane(
10808 to_intel_crtc_state(crtc_state),
10809 to_intel_plane_state(plane_state));
10810 if (ret)
10811 return ret;
10812 }
10813
936e71e3 10814 was_visible = old_plane_state->base.visible;
1d4258db 10815 visible = plane_state->visible;
da20eabd
ML
10816
10817 if (!was_crtc_enabled && WARN_ON(was_visible))
10818 was_visible = false;
10819
35c08f43
ML
10820 /*
10821 * Visibility is calculated as if the crtc was on, but
10822 * after scaler setup everything depends on it being off
10823 * when the crtc isn't active.
f818ffea
VS
10824 *
10825 * FIXME this is wrong for watermarks. Watermarks should also
10826 * be computed as if the pipe would be active. Perhaps move
10827 * per-plane wm computation to the .check_plane() hook, and
10828 * only combine the results from all planes in the current place?
35c08f43 10829 */
e9728bd8 10830 if (!is_crtc_enabled) {
1d4258db 10831 plane_state->visible = visible = false;
e9728bd8
VS
10832 to_intel_crtc_state(crtc_state)->active_planes &= ~BIT(plane->id);
10833 }
da20eabd
ML
10834
10835 if (!was_visible && !visible)
10836 return 0;
10837
e8861675
ML
10838 if (fb != old_plane_state->base.fb)
10839 pipe_config->fb_changed = true;
10840
da20eabd
ML
10841 turn_off = was_visible && (!visible || mode_changed);
10842 turn_on = visible && (!was_visible || mode_changed);
10843
72660ce0 10844 DRM_DEBUG_ATOMIC("[CRTC:%d:%s] has [PLANE:%d:%s] with fb %i\n",
e9728bd8
VS
10845 intel_crtc->base.base.id, intel_crtc->base.name,
10846 plane->base.base.id, plane->base.name,
72660ce0 10847 fb ? fb->base.id : -1);
da20eabd 10848
72660ce0 10849 DRM_DEBUG_ATOMIC("[PLANE:%d:%s] visible %i -> %i, off %i, on %i, ms %i\n",
e9728bd8 10850 plane->base.base.id, plane->base.name,
72660ce0 10851 was_visible, visible,
da20eabd
ML
10852 turn_off, turn_on, mode_changed);
10853
caed361d 10854 if (turn_on) {
b4ede6df
VS
10855 if (INTEL_GEN(dev_priv) < 5)
10856 pipe_config->update_wm_pre = true;
caed361d
VS
10857
10858 /* must disable cxsr around plane enable/disable */
e9728bd8 10859 if (plane->id != PLANE_CURSOR)
caed361d
VS
10860 pipe_config->disable_cxsr = true;
10861 } else if (turn_off) {
b4ede6df
VS
10862 if (INTEL_GEN(dev_priv) < 5)
10863 pipe_config->update_wm_post = true;
92826fcd 10864
852eb00d 10865 /* must disable cxsr around plane enable/disable */
e9728bd8 10866 if (plane->id != PLANE_CURSOR)
ab1d3a0e 10867 pipe_config->disable_cxsr = true;
e9728bd8 10868 } else if (intel_wm_need_update(&plane->base, plane_state)) {
b4ede6df
VS
10869 if (INTEL_GEN(dev_priv) < 5) {
10870 /* FIXME bollocks */
10871 pipe_config->update_wm_pre = true;
10872 pipe_config->update_wm_post = true;
10873 }
852eb00d 10874 }
da20eabd 10875
8be6ca85 10876 if (visible || was_visible)
e9728bd8 10877 pipe_config->fb_bits |= plane->frontbuffer_bit;
a9ff8714 10878
31ae71fc
ML
10879 /*
10880 * WaCxSRDisabledForSpriteScaling:ivb
10881 *
10882 * cstate->update_wm was already set above, so this flag will
10883 * take effect when we commit and program watermarks.
10884 */
e9728bd8 10885 if (plane->id == PLANE_SPRITE0 && IS_IVYBRIDGE(dev_priv) &&
31ae71fc
ML
10886 needs_scaling(to_intel_plane_state(plane_state)) &&
10887 !needs_scaling(old_plane_state))
10888 pipe_config->disable_lp_wm = true;
d21fbe87 10889
da20eabd
ML
10890 return 0;
10891}
10892
6d3a1ce7
ML
10893static bool encoders_cloneable(const struct intel_encoder *a,
10894 const struct intel_encoder *b)
10895{
10896 /* masks could be asymmetric, so check both ways */
10897 return a == b || (a->cloneable & (1 << b->type) &&
10898 b->cloneable & (1 << a->type));
10899}
10900
10901static bool check_single_encoder_cloning(struct drm_atomic_state *state,
10902 struct intel_crtc *crtc,
10903 struct intel_encoder *encoder)
10904{
10905 struct intel_encoder *source_encoder;
10906 struct drm_connector *connector;
10907 struct drm_connector_state *connector_state;
10908 int i;
10909
aa5e9b47 10910 for_each_new_connector_in_state(state, connector, connector_state, i) {
6d3a1ce7
ML
10911 if (connector_state->crtc != &crtc->base)
10912 continue;
10913
10914 source_encoder =
10915 to_intel_encoder(connector_state->best_encoder);
10916 if (!encoders_cloneable(encoder, source_encoder))
10917 return false;
10918 }
10919
10920 return true;
10921}
10922
6d3a1ce7
ML
10923static int intel_crtc_atomic_check(struct drm_crtc *crtc,
10924 struct drm_crtc_state *crtc_state)
10925{
cf5a15be 10926 struct drm_device *dev = crtc->dev;
fac5e23e 10927 struct drm_i915_private *dev_priv = to_i915(dev);
6d3a1ce7 10928 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
cf5a15be
ML
10929 struct intel_crtc_state *pipe_config =
10930 to_intel_crtc_state(crtc_state);
6d3a1ce7 10931 struct drm_atomic_state *state = crtc_state->state;
4d20cd86 10932 int ret;
6d3a1ce7
ML
10933 bool mode_changed = needs_modeset(crtc_state);
10934
852eb00d 10935 if (mode_changed && !crtc_state->active)
caed361d 10936 pipe_config->update_wm_post = true;
eddfcbcd 10937
ad421372
ML
10938 if (mode_changed && crtc_state->enable &&
10939 dev_priv->display.crtc_compute_clock &&
8106ddbd 10940 !WARN_ON(pipe_config->shared_dpll)) {
ad421372
ML
10941 ret = dev_priv->display.crtc_compute_clock(intel_crtc,
10942 pipe_config);
10943 if (ret)
10944 return ret;
10945 }
10946
82cf435b
LL
10947 if (crtc_state->color_mgmt_changed) {
10948 ret = intel_color_check(crtc, crtc_state);
10949 if (ret)
10950 return ret;
e7852a4b
LL
10951
10952 /*
10953 * Changing color management on Intel hardware is
10954 * handled as part of planes update.
10955 */
10956 crtc_state->planes_changed = true;
82cf435b
LL
10957 }
10958
e435d6e5 10959 ret = 0;
86c8bbbe 10960 if (dev_priv->display.compute_pipe_wm) {
e3bddded 10961 ret = dev_priv->display.compute_pipe_wm(pipe_config);
ed4a6a7c
MR
10962 if (ret) {
10963 DRM_DEBUG_KMS("Target pipe watermarks are invalid\n");
10964 return ret;
10965 }
10966 }
10967
10968 if (dev_priv->display.compute_intermediate_wm &&
10969 !to_intel_atomic_state(state)->skip_intermediate_wm) {
10970 if (WARN_ON(!dev_priv->display.compute_pipe_wm))
10971 return 0;
10972
10973 /*
10974 * Calculate 'intermediate' watermarks that satisfy both the
10975 * old state and the new state. We can program these
10976 * immediately.
10977 */
6315b5d3 10978 ret = dev_priv->display.compute_intermediate_wm(dev,
ed4a6a7c
MR
10979 intel_crtc,
10980 pipe_config);
10981 if (ret) {
10982 DRM_DEBUG_KMS("No valid intermediate pipe watermarks are possible\n");
86c8bbbe 10983 return ret;
ed4a6a7c 10984 }
e3d5457c
VS
10985 } else if (dev_priv->display.compute_intermediate_wm) {
10986 if (HAS_PCH_SPLIT(dev_priv) && INTEL_GEN(dev_priv) < 9)
10987 pipe_config->wm.ilk.intermediate = pipe_config->wm.ilk.optimal;
86c8bbbe
MR
10988 }
10989
6315b5d3 10990 if (INTEL_GEN(dev_priv) >= 9) {
e435d6e5
ML
10991 if (mode_changed)
10992 ret = skl_update_scaler_crtc(pipe_config);
10993
10994 if (!ret)
6ebc6923 10995 ret = intel_atomic_setup_scalers(dev_priv, intel_crtc,
e435d6e5
ML
10996 pipe_config);
10997 }
10998
10999 return ret;
6d3a1ce7
ML
11000}
11001
65b38e0d 11002static const struct drm_crtc_helper_funcs intel_helper_funcs = {
f6e5b160 11003 .mode_set_base_atomic = intel_pipe_set_base_atomic,
5a21b665
DV
11004 .atomic_begin = intel_begin_crtc_commit,
11005 .atomic_flush = intel_finish_crtc_commit,
6d3a1ce7 11006 .atomic_check = intel_crtc_atomic_check,
f6e5b160
CW
11007};
11008
d29b2f9d
ACO
11009static void intel_modeset_update_connector_atomic_state(struct drm_device *dev)
11010{
11011 struct intel_connector *connector;
f9e905ca 11012 struct drm_connector_list_iter conn_iter;
d29b2f9d 11013
f9e905ca
DV
11014 drm_connector_list_iter_begin(dev, &conn_iter);
11015 for_each_intel_connector_iter(connector, &conn_iter) {
8863dc7f
DV
11016 if (connector->base.state->crtc)
11017 drm_connector_unreference(&connector->base);
11018
d29b2f9d
ACO
11019 if (connector->base.encoder) {
11020 connector->base.state->best_encoder =
11021 connector->base.encoder;
11022 connector->base.state->crtc =
11023 connector->base.encoder->crtc;
8863dc7f
DV
11024
11025 drm_connector_reference(&connector->base);
d29b2f9d
ACO
11026 } else {
11027 connector->base.state->best_encoder = NULL;
11028 connector->base.state->crtc = NULL;
11029 }
11030 }
f9e905ca 11031 drm_connector_list_iter_end(&conn_iter);
d29b2f9d
ACO
11032}
11033
050f7aeb 11034static void
eba905b2 11035connected_sink_compute_bpp(struct intel_connector *connector,
5cec258b 11036 struct intel_crtc_state *pipe_config)
050f7aeb 11037{
6a2a5c5d 11038 const struct drm_display_info *info = &connector->base.display_info;
050f7aeb
DV
11039 int bpp = pipe_config->pipe_bpp;
11040
11041 DRM_DEBUG_KMS("[CONNECTOR:%d:%s] checking for sink bpp constrains\n",
6a2a5c5d
VS
11042 connector->base.base.id,
11043 connector->base.name);
050f7aeb
DV
11044
11045 /* Don't use an invalid EDID bpc value */
6a2a5c5d 11046 if (info->bpc != 0 && info->bpc * 3 < bpp) {
050f7aeb 11047 DRM_DEBUG_KMS("clamping display bpp (was %d) to EDID reported max of %d\n",
6a2a5c5d
VS
11048 bpp, info->bpc * 3);
11049 pipe_config->pipe_bpp = info->bpc * 3;
050f7aeb
DV
11050 }
11051
196f954e 11052 /* Clamp bpp to 8 on screens without EDID 1.4 */
6a2a5c5d 11053 if (info->bpc == 0 && bpp > 24) {
196f954e
MK
11054 DRM_DEBUG_KMS("clamping display bpp (was %d) to default limit of 24\n",
11055 bpp);
11056 pipe_config->pipe_bpp = 24;
050f7aeb
DV
11057 }
11058}
11059
4e53c2e0 11060static int
050f7aeb 11061compute_baseline_pipe_bpp(struct intel_crtc *crtc,
5cec258b 11062 struct intel_crtc_state *pipe_config)
4e53c2e0 11063{
9beb5fea 11064 struct drm_i915_private *dev_priv = to_i915(crtc->base.dev);
1486017f 11065 struct drm_atomic_state *state;
da3ced29
ACO
11066 struct drm_connector *connector;
11067 struct drm_connector_state *connector_state;
1486017f 11068 int bpp, i;
4e53c2e0 11069
9beb5fea
TU
11070 if ((IS_G4X(dev_priv) || IS_VALLEYVIEW(dev_priv) ||
11071 IS_CHERRYVIEW(dev_priv)))
4e53c2e0 11072 bpp = 10*3;
9beb5fea 11073 else if (INTEL_GEN(dev_priv) >= 5)
d328c9d7
DV
11074 bpp = 12*3;
11075 else
11076 bpp = 8*3;
11077
4e53c2e0 11078
4e53c2e0
DV
11079 pipe_config->pipe_bpp = bpp;
11080
1486017f
ACO
11081 state = pipe_config->base.state;
11082
4e53c2e0 11083 /* Clamp display bpp to EDID value */
aa5e9b47 11084 for_each_new_connector_in_state(state, connector, connector_state, i) {
da3ced29 11085 if (connector_state->crtc != &crtc->base)
4e53c2e0
DV
11086 continue;
11087
da3ced29
ACO
11088 connected_sink_compute_bpp(to_intel_connector(connector),
11089 pipe_config);
4e53c2e0
DV
11090 }
11091
11092 return bpp;
11093}
11094
644db711
DV
11095static void intel_dump_crtc_timings(const struct drm_display_mode *mode)
11096{
11097 DRM_DEBUG_KMS("crtc timings: %d %d %d %d %d %d %d %d %d, "
11098 "type: 0x%x flags: 0x%x\n",
1342830c 11099 mode->crtc_clock,
644db711
DV
11100 mode->crtc_hdisplay, mode->crtc_hsync_start,
11101 mode->crtc_hsync_end, mode->crtc_htotal,
11102 mode->crtc_vdisplay, mode->crtc_vsync_start,
11103 mode->crtc_vsync_end, mode->crtc_vtotal, mode->type, mode->flags);
11104}
11105
f6982332
TU
11106static inline void
11107intel_dump_m_n_config(struct intel_crtc_state *pipe_config, char *id,
a4309657 11108 unsigned int lane_count, struct intel_link_m_n *m_n)
f6982332 11109{
a4309657
TU
11110 DRM_DEBUG_KMS("%s: lanes: %i; gmch_m: %u, gmch_n: %u, link_m: %u, link_n: %u, tu: %u\n",
11111 id, lane_count,
f6982332
TU
11112 m_n->gmch_m, m_n->gmch_n,
11113 m_n->link_m, m_n->link_n, m_n->tu);
11114}
11115
c0b03411 11116static void intel_dump_pipe_config(struct intel_crtc *crtc,
5cec258b 11117 struct intel_crtc_state *pipe_config,
c0b03411
DV
11118 const char *context)
11119{
6a60cd87 11120 struct drm_device *dev = crtc->base.dev;
4f8036a2 11121 struct drm_i915_private *dev_priv = to_i915(dev);
6a60cd87
CK
11122 struct drm_plane *plane;
11123 struct intel_plane *intel_plane;
11124 struct intel_plane_state *state;
11125 struct drm_framebuffer *fb;
11126
66766e4f
TU
11127 DRM_DEBUG_KMS("[CRTC:%d:%s]%s\n",
11128 crtc->base.base.id, crtc->base.name, context);
c0b03411 11129
2c89429e
TU
11130 DRM_DEBUG_KMS("cpu_transcoder: %s, pipe bpp: %i, dithering: %i\n",
11131 transcoder_name(pipe_config->cpu_transcoder),
c0b03411 11132 pipe_config->pipe_bpp, pipe_config->dither);
a4309657
TU
11133
11134 if (pipe_config->has_pch_encoder)
11135 intel_dump_m_n_config(pipe_config, "fdi",
11136 pipe_config->fdi_lanes,
11137 &pipe_config->fdi_m_n);
f6982332
TU
11138
11139 if (intel_crtc_has_dp_encoder(pipe_config)) {
a4309657
TU
11140 intel_dump_m_n_config(pipe_config, "dp m_n",
11141 pipe_config->lane_count, &pipe_config->dp_m_n);
d806e682
TU
11142 if (pipe_config->has_drrs)
11143 intel_dump_m_n_config(pipe_config, "dp m2_n2",
11144 pipe_config->lane_count,
11145 &pipe_config->dp_m2_n2);
f6982332 11146 }
b95af8be 11147
55072d19 11148 DRM_DEBUG_KMS("audio: %i, infoframes: %i\n",
2c89429e 11149 pipe_config->has_audio, pipe_config->has_infoframe);
55072d19 11150
c0b03411 11151 DRM_DEBUG_KMS("requested mode:\n");
2d112de7 11152 drm_mode_debug_printmodeline(&pipe_config->base.mode);
c0b03411 11153 DRM_DEBUG_KMS("adjusted mode:\n");
2d112de7
ACO
11154 drm_mode_debug_printmodeline(&pipe_config->base.adjusted_mode);
11155 intel_dump_crtc_timings(&pipe_config->base.adjusted_mode);
a7d1b3f4 11156 DRM_DEBUG_KMS("port clock: %d, pipe src size: %dx%d, pixel rate %d\n",
2c89429e 11157 pipe_config->port_clock,
a7d1b3f4
VS
11158 pipe_config->pipe_src_w, pipe_config->pipe_src_h,
11159 pipe_config->pixel_rate);
dd2f616d
TU
11160
11161 if (INTEL_GEN(dev_priv) >= 9)
11162 DRM_DEBUG_KMS("num_scalers: %d, scaler_users: 0x%x, scaler_id: %d\n",
11163 crtc->num_scalers,
11164 pipe_config->scaler_state.scaler_users,
11165 pipe_config->scaler_state.scaler_id);
a74f8375
TU
11166
11167 if (HAS_GMCH_DISPLAY(dev_priv))
11168 DRM_DEBUG_KMS("gmch pfit: control: 0x%08x, ratios: 0x%08x, lvds border: 0x%08x\n",
11169 pipe_config->gmch_pfit.control,
11170 pipe_config->gmch_pfit.pgm_ratios,
11171 pipe_config->gmch_pfit.lvds_border_bits);
11172 else
11173 DRM_DEBUG_KMS("pch pfit: pos: 0x%08x, size: 0x%08x, %s\n",
11174 pipe_config->pch_pfit.pos,
11175 pipe_config->pch_pfit.size,
08c4d7fc 11176 enableddisabled(pipe_config->pch_pfit.enabled));
a74f8375 11177
2c89429e
TU
11178 DRM_DEBUG_KMS("ips: %i, double wide: %i\n",
11179 pipe_config->ips_enabled, pipe_config->double_wide);
6a60cd87 11180
f50b79f0 11181 intel_dpll_dump_hw_state(dev_priv, &pipe_config->dpll_hw_state);
415ff0f6 11182
6a60cd87
CK
11183 DRM_DEBUG_KMS("planes on this crtc\n");
11184 list_for_each_entry(plane, &dev->mode_config.plane_list, head) {
b3c11ac2 11185 struct drm_format_name_buf format_name;
6a60cd87
CK
11186 intel_plane = to_intel_plane(plane);
11187 if (intel_plane->pipe != crtc->pipe)
11188 continue;
11189
11190 state = to_intel_plane_state(plane->state);
11191 fb = state->base.fb;
11192 if (!fb) {
1d577e02
VS
11193 DRM_DEBUG_KMS("[PLANE:%d:%s] disabled, scaler_id = %d\n",
11194 plane->base.id, plane->name, state->scaler_id);
6a60cd87
CK
11195 continue;
11196 }
11197
dd2f616d
TU
11198 DRM_DEBUG_KMS("[PLANE:%d:%s] FB:%d, fb = %ux%u format = %s\n",
11199 plane->base.id, plane->name,
b3c11ac2 11200 fb->base.id, fb->width, fb->height,
438b74a5 11201 drm_get_format_name(fb->format->format, &format_name));
dd2f616d
TU
11202 if (INTEL_GEN(dev_priv) >= 9)
11203 DRM_DEBUG_KMS("\tscaler:%d src %dx%d+%d+%d dst %dx%d+%d+%d\n",
11204 state->scaler_id,
11205 state->base.src.x1 >> 16,
11206 state->base.src.y1 >> 16,
11207 drm_rect_width(&state->base.src) >> 16,
11208 drm_rect_height(&state->base.src) >> 16,
11209 state->base.dst.x1, state->base.dst.y1,
11210 drm_rect_width(&state->base.dst),
11211 drm_rect_height(&state->base.dst));
6a60cd87 11212 }
c0b03411
DV
11213}
11214
5448a00d 11215static bool check_digital_port_conflicts(struct drm_atomic_state *state)
00f0b378 11216{
5448a00d 11217 struct drm_device *dev = state->dev;
da3ced29 11218 struct drm_connector *connector;
00f0b378 11219 unsigned int used_ports = 0;
477321e0 11220 unsigned int used_mst_ports = 0;
00f0b378
VS
11221
11222 /*
11223 * Walk the connector list instead of the encoder
11224 * list to detect the problem on ddi platforms
11225 * where there's just one encoder per digital port.
11226 */
0bff4858
VS
11227 drm_for_each_connector(connector, dev) {
11228 struct drm_connector_state *connector_state;
11229 struct intel_encoder *encoder;
11230
11231 connector_state = drm_atomic_get_existing_connector_state(state, connector);
11232 if (!connector_state)
11233 connector_state = connector->state;
11234
5448a00d 11235 if (!connector_state->best_encoder)
00f0b378
VS
11236 continue;
11237
5448a00d
ACO
11238 encoder = to_intel_encoder(connector_state->best_encoder);
11239
11240 WARN_ON(!connector_state->crtc);
00f0b378
VS
11241
11242 switch (encoder->type) {
11243 unsigned int port_mask;
11244 case INTEL_OUTPUT_UNKNOWN:
4f8036a2 11245 if (WARN_ON(!HAS_DDI(to_i915(dev))))
00f0b378 11246 break;
cca0502b 11247 case INTEL_OUTPUT_DP:
00f0b378
VS
11248 case INTEL_OUTPUT_HDMI:
11249 case INTEL_OUTPUT_EDP:
11250 port_mask = 1 << enc_to_dig_port(&encoder->base)->port;
11251
11252 /* the same port mustn't appear more than once */
11253 if (used_ports & port_mask)
11254 return false;
11255
11256 used_ports |= port_mask;
477321e0
VS
11257 break;
11258 case INTEL_OUTPUT_DP_MST:
11259 used_mst_ports |=
11260 1 << enc_to_mst(&encoder->base)->primary->port;
11261 break;
00f0b378
VS
11262 default:
11263 break;
11264 }
11265 }
11266
477321e0
VS
11267 /* can't mix MST and SST/HDMI on the same port */
11268 if (used_ports & used_mst_ports)
11269 return false;
11270
00f0b378
VS
11271 return true;
11272}
11273
83a57153
ACO
11274static void
11275clear_intel_crtc_state(struct intel_crtc_state *crtc_state)
11276{
ff32c54e
VS
11277 struct drm_i915_private *dev_priv =
11278 to_i915(crtc_state->base.crtc->dev);
663a3640 11279 struct intel_crtc_scaler_state scaler_state;
4978cc93 11280 struct intel_dpll_hw_state dpll_hw_state;
8106ddbd 11281 struct intel_shared_dpll *shared_dpll;
ff32c54e 11282 struct intel_crtc_wm_state wm_state;
c4e2d043 11283 bool force_thru;
83a57153 11284
7546a384
ACO
11285 /* FIXME: before the switch to atomic started, a new pipe_config was
11286 * kzalloc'd. Code that depends on any field being zero should be
11287 * fixed, so that the crtc_state can be safely duplicated. For now,
11288 * only fields that are know to not cause problems are preserved. */
11289
663a3640 11290 scaler_state = crtc_state->scaler_state;
4978cc93
ACO
11291 shared_dpll = crtc_state->shared_dpll;
11292 dpll_hw_state = crtc_state->dpll_hw_state;
c4e2d043 11293 force_thru = crtc_state->pch_pfit.force_thru;
ff32c54e
VS
11294 if (IS_VALLEYVIEW(dev_priv) || IS_CHERRYVIEW(dev_priv))
11295 wm_state = crtc_state->wm;
4978cc93 11296
d2fa80a5
CW
11297 /* Keep base drm_crtc_state intact, only clear our extended struct */
11298 BUILD_BUG_ON(offsetof(struct intel_crtc_state, base));
11299 memset(&crtc_state->base + 1, 0,
11300 sizeof(*crtc_state) - sizeof(crtc_state->base));
4978cc93 11301
663a3640 11302 crtc_state->scaler_state = scaler_state;
4978cc93
ACO
11303 crtc_state->shared_dpll = shared_dpll;
11304 crtc_state->dpll_hw_state = dpll_hw_state;
c4e2d043 11305 crtc_state->pch_pfit.force_thru = force_thru;
ff32c54e
VS
11306 if (IS_VALLEYVIEW(dev_priv) || IS_CHERRYVIEW(dev_priv))
11307 crtc_state->wm = wm_state;
83a57153
ACO
11308}
11309
548ee15b 11310static int
b8cecdf5 11311intel_modeset_pipe_config(struct drm_crtc *crtc,
b359283a 11312 struct intel_crtc_state *pipe_config)
ee7b9f93 11313{
b359283a 11314 struct drm_atomic_state *state = pipe_config->base.state;
7758a113 11315 struct intel_encoder *encoder;
da3ced29 11316 struct drm_connector *connector;
0b901879 11317 struct drm_connector_state *connector_state;
d328c9d7 11318 int base_bpp, ret = -EINVAL;
0b901879 11319 int i;
e29c22c0 11320 bool retry = true;
ee7b9f93 11321
83a57153 11322 clear_intel_crtc_state(pipe_config);
7758a113 11323
e143a21c
DV
11324 pipe_config->cpu_transcoder =
11325 (enum transcoder) to_intel_crtc(crtc)->pipe;
b8cecdf5 11326
2960bc9c
ID
11327 /*
11328 * Sanitize sync polarity flags based on requested ones. If neither
11329 * positive or negative polarity is requested, treat this as meaning
11330 * negative polarity.
11331 */
2d112de7 11332 if (!(pipe_config->base.adjusted_mode.flags &
2960bc9c 11333 (DRM_MODE_FLAG_PHSYNC | DRM_MODE_FLAG_NHSYNC)))
2d112de7 11334 pipe_config->base.adjusted_mode.flags |= DRM_MODE_FLAG_NHSYNC;
2960bc9c 11335
2d112de7 11336 if (!(pipe_config->base.adjusted_mode.flags &
2960bc9c 11337 (DRM_MODE_FLAG_PVSYNC | DRM_MODE_FLAG_NVSYNC)))
2d112de7 11338 pipe_config->base.adjusted_mode.flags |= DRM_MODE_FLAG_NVSYNC;
2960bc9c 11339
d328c9d7
DV
11340 base_bpp = compute_baseline_pipe_bpp(to_intel_crtc(crtc),
11341 pipe_config);
11342 if (base_bpp < 0)
4e53c2e0
DV
11343 goto fail;
11344
e41a56be
VS
11345 /*
11346 * Determine the real pipe dimensions. Note that stereo modes can
11347 * increase the actual pipe size due to the frame doubling and
11348 * insertion of additional space for blanks between the frame. This
11349 * is stored in the crtc timings. We use the requested mode to do this
11350 * computation to clearly distinguish it from the adjusted mode, which
11351 * can be changed by the connectors in the below retry loop.
11352 */
196cd5d3 11353 drm_mode_get_hv_timing(&pipe_config->base.mode,
ecb7e16b
GP
11354 &pipe_config->pipe_src_w,
11355 &pipe_config->pipe_src_h);
e41a56be 11356
aa5e9b47 11357 for_each_new_connector_in_state(state, connector, connector_state, i) {
253c84c8
VS
11358 if (connector_state->crtc != crtc)
11359 continue;
11360
11361 encoder = to_intel_encoder(connector_state->best_encoder);
11362
e25148d0
VS
11363 if (!check_single_encoder_cloning(state, to_intel_crtc(crtc), encoder)) {
11364 DRM_DEBUG_KMS("rejecting invalid cloning configuration\n");
11365 goto fail;
11366 }
11367
253c84c8
VS
11368 /*
11369 * Determine output_types before calling the .compute_config()
11370 * hooks so that the hooks can use this information safely.
11371 */
11372 pipe_config->output_types |= 1 << encoder->type;
11373 }
11374
e29c22c0 11375encoder_retry:
ef1b460d 11376 /* Ensure the port clock defaults are reset when retrying. */
ff9a6750 11377 pipe_config->port_clock = 0;
ef1b460d 11378 pipe_config->pixel_multiplier = 1;
ff9a6750 11379
135c81b8 11380 /* Fill in default crtc timings, allow encoders to overwrite them. */
2d112de7
ACO
11381 drm_mode_set_crtcinfo(&pipe_config->base.adjusted_mode,
11382 CRTC_STEREO_DOUBLE);
135c81b8 11383
7758a113
DV
11384 /* Pass our mode to the connectors and the CRTC to give them a chance to
11385 * adjust it according to limitations or connector properties, and also
11386 * a chance to reject the mode entirely.
47f1c6c9 11387 */
aa5e9b47 11388 for_each_new_connector_in_state(state, connector, connector_state, i) {
0b901879 11389 if (connector_state->crtc != crtc)
7758a113 11390 continue;
7ae89233 11391
0b901879
ACO
11392 encoder = to_intel_encoder(connector_state->best_encoder);
11393
0a478c27 11394 if (!(encoder->compute_config(encoder, pipe_config, connector_state))) {
efea6e8e 11395 DRM_DEBUG_KMS("Encoder config failure\n");
7758a113
DV
11396 goto fail;
11397 }
ee7b9f93 11398 }
47f1c6c9 11399
ff9a6750
DV
11400 /* Set default port clock if not overwritten by the encoder. Needs to be
11401 * done afterwards in case the encoder adjusts the mode. */
11402 if (!pipe_config->port_clock)
2d112de7 11403 pipe_config->port_clock = pipe_config->base.adjusted_mode.crtc_clock
241bfc38 11404 * pipe_config->pixel_multiplier;
ff9a6750 11405
a43f6e0f 11406 ret = intel_crtc_compute_config(to_intel_crtc(crtc), pipe_config);
e29c22c0 11407 if (ret < 0) {
7758a113
DV
11408 DRM_DEBUG_KMS("CRTC fixup failed\n");
11409 goto fail;
ee7b9f93 11410 }
e29c22c0
DV
11411
11412 if (ret == RETRY) {
11413 if (WARN(!retry, "loop in pipe configuration computation\n")) {
11414 ret = -EINVAL;
11415 goto fail;
11416 }
11417
11418 DRM_DEBUG_KMS("CRTC bw constrained, retrying\n");
11419 retry = false;
11420 goto encoder_retry;
11421 }
11422
e8fa4270 11423 /* Dithering seems to not pass-through bits correctly when it should, so
611032bf
MN
11424 * only enable it on 6bpc panels and when its not a compliance
11425 * test requesting 6bpc video pattern.
11426 */
11427 pipe_config->dither = (pipe_config->pipe_bpp == 6*3) &&
11428 !pipe_config->dither_force_disable;
62f0ace5 11429 DRM_DEBUG_KMS("hw max bpp: %i, pipe bpp: %i, dithering: %i\n",
d328c9d7 11430 base_bpp, pipe_config->pipe_bpp, pipe_config->dither);
4e53c2e0 11431
7758a113 11432fail:
548ee15b 11433 return ret;
ee7b9f93 11434}
47f1c6c9 11435
ea9d758d 11436static void
4740b0f2 11437intel_modeset_update_crtc_state(struct drm_atomic_state *state)
ea9d758d 11438{
0a9ab303 11439 struct drm_crtc *crtc;
aa5e9b47 11440 struct drm_crtc_state *new_crtc_state;
8a75d157 11441 int i;
ea9d758d 11442
7668851f 11443 /* Double check state. */
aa5e9b47
ML
11444 for_each_new_crtc_in_state(state, crtc, new_crtc_state, i) {
11445 to_intel_crtc(crtc)->config = to_intel_crtc_state(new_crtc_state);
fc467a22
ML
11446
11447 /* Update hwmode for vblank functions */
aa5e9b47
ML
11448 if (new_crtc_state->active)
11449 crtc->hwmode = new_crtc_state->adjusted_mode;
fc467a22
ML
11450 else
11451 crtc->hwmode.crtc_clock = 0;
61067a5e
ML
11452
11453 /*
11454 * Update legacy state to satisfy fbc code. This can
11455 * be removed when fbc uses the atomic state.
11456 */
11457 if (drm_atomic_get_existing_plane_state(state, crtc->primary)) {
11458 struct drm_plane_state *plane_state = crtc->primary->state;
11459
11460 crtc->primary->fb = plane_state->fb;
11461 crtc->x = plane_state->src_x >> 16;
11462 crtc->y = plane_state->src_y >> 16;
11463 }
ea9d758d 11464 }
ea9d758d
DV
11465}
11466
3bd26263 11467static bool intel_fuzzy_clock_check(int clock1, int clock2)
f1f644dc 11468{
3bd26263 11469 int diff;
f1f644dc
JB
11470
11471 if (clock1 == clock2)
11472 return true;
11473
11474 if (!clock1 || !clock2)
11475 return false;
11476
11477 diff = abs(clock1 - clock2);
11478
11479 if (((((diff + clock1 + clock2) * 100)) / (clock1 + clock2)) < 105)
11480 return true;
11481
11482 return false;
11483}
11484
cfb23ed6
ML
11485static bool
11486intel_compare_m_n(unsigned int m, unsigned int n,
11487 unsigned int m2, unsigned int n2,
11488 bool exact)
11489{
11490 if (m == m2 && n == n2)
11491 return true;
11492
11493 if (exact || !m || !n || !m2 || !n2)
11494 return false;
11495
11496 BUILD_BUG_ON(DATA_LINK_M_N_MASK > INT_MAX);
11497
31d10b57
ML
11498 if (n > n2) {
11499 while (n > n2) {
cfb23ed6
ML
11500 m2 <<= 1;
11501 n2 <<= 1;
11502 }
31d10b57
ML
11503 } else if (n < n2) {
11504 while (n < n2) {
cfb23ed6
ML
11505 m <<= 1;
11506 n <<= 1;
11507 }
11508 }
11509
31d10b57
ML
11510 if (n != n2)
11511 return false;
11512
11513 return intel_fuzzy_clock_check(m, m2);
cfb23ed6
ML
11514}
11515
11516static bool
11517intel_compare_link_m_n(const struct intel_link_m_n *m_n,
11518 struct intel_link_m_n *m2_n2,
11519 bool adjust)
11520{
11521 if (m_n->tu == m2_n2->tu &&
11522 intel_compare_m_n(m_n->gmch_m, m_n->gmch_n,
11523 m2_n2->gmch_m, m2_n2->gmch_n, !adjust) &&
11524 intel_compare_m_n(m_n->link_m, m_n->link_n,
11525 m2_n2->link_m, m2_n2->link_n, !adjust)) {
11526 if (adjust)
11527 *m2_n2 = *m_n;
11528
11529 return true;
11530 }
11531
11532 return false;
11533}
11534
4e8048f8
TU
11535static void __printf(3, 4)
11536pipe_config_err(bool adjust, const char *name, const char *format, ...)
11537{
11538 char *level;
11539 unsigned int category;
11540 struct va_format vaf;
11541 va_list args;
11542
11543 if (adjust) {
11544 level = KERN_DEBUG;
11545 category = DRM_UT_KMS;
11546 } else {
11547 level = KERN_ERR;
11548 category = DRM_UT_NONE;
11549 }
11550
11551 va_start(args, format);
11552 vaf.fmt = format;
11553 vaf.va = &args;
11554
11555 drm_printk(level, category, "mismatch in %s %pV", name, &vaf);
11556
11557 va_end(args);
11558}
11559
0e8ffe1b 11560static bool
6315b5d3 11561intel_pipe_config_compare(struct drm_i915_private *dev_priv,
5cec258b 11562 struct intel_crtc_state *current_config,
cfb23ed6
ML
11563 struct intel_crtc_state *pipe_config,
11564 bool adjust)
0e8ffe1b 11565{
cfb23ed6
ML
11566 bool ret = true;
11567
66e985c0
DV
11568#define PIPE_CONF_CHECK_X(name) \
11569 if (current_config->name != pipe_config->name) { \
4e8048f8 11570 pipe_config_err(adjust, __stringify(name), \
66e985c0
DV
11571 "(expected 0x%08x, found 0x%08x)\n", \
11572 current_config->name, \
11573 pipe_config->name); \
cfb23ed6 11574 ret = false; \
66e985c0
DV
11575 }
11576
08a24034
DV
11577#define PIPE_CONF_CHECK_I(name) \
11578 if (current_config->name != pipe_config->name) { \
4e8048f8 11579 pipe_config_err(adjust, __stringify(name), \
08a24034
DV
11580 "(expected %i, found %i)\n", \
11581 current_config->name, \
11582 pipe_config->name); \
cfb23ed6
ML
11583 ret = false; \
11584 }
11585
8106ddbd
ACO
11586#define PIPE_CONF_CHECK_P(name) \
11587 if (current_config->name != pipe_config->name) { \
4e8048f8 11588 pipe_config_err(adjust, __stringify(name), \
8106ddbd
ACO
11589 "(expected %p, found %p)\n", \
11590 current_config->name, \
11591 pipe_config->name); \
11592 ret = false; \
11593 }
11594
cfb23ed6
ML
11595#define PIPE_CONF_CHECK_M_N(name) \
11596 if (!intel_compare_link_m_n(&current_config->name, \
11597 &pipe_config->name,\
11598 adjust)) { \
4e8048f8 11599 pipe_config_err(adjust, __stringify(name), \
cfb23ed6
ML
11600 "(expected tu %i gmch %i/%i link %i/%i, " \
11601 "found tu %i, gmch %i/%i link %i/%i)\n", \
11602 current_config->name.tu, \
11603 current_config->name.gmch_m, \
11604 current_config->name.gmch_n, \
11605 current_config->name.link_m, \
11606 current_config->name.link_n, \
11607 pipe_config->name.tu, \
11608 pipe_config->name.gmch_m, \
11609 pipe_config->name.gmch_n, \
11610 pipe_config->name.link_m, \
11611 pipe_config->name.link_n); \
11612 ret = false; \
11613 }
11614
55c561a7
DV
11615/* This is required for BDW+ where there is only one set of registers for
11616 * switching between high and low RR.
11617 * This macro can be used whenever a comparison has to be made between one
11618 * hw state and multiple sw state variables.
11619 */
cfb23ed6
ML
11620#define PIPE_CONF_CHECK_M_N_ALT(name, alt_name) \
11621 if (!intel_compare_link_m_n(&current_config->name, \
11622 &pipe_config->name, adjust) && \
11623 !intel_compare_link_m_n(&current_config->alt_name, \
11624 &pipe_config->name, adjust)) { \
4e8048f8 11625 pipe_config_err(adjust, __stringify(name), \
cfb23ed6
ML
11626 "(expected tu %i gmch %i/%i link %i/%i, " \
11627 "or tu %i gmch %i/%i link %i/%i, " \
11628 "found tu %i, gmch %i/%i link %i/%i)\n", \
11629 current_config->name.tu, \
11630 current_config->name.gmch_m, \
11631 current_config->name.gmch_n, \
11632 current_config->name.link_m, \
11633 current_config->name.link_n, \
11634 current_config->alt_name.tu, \
11635 current_config->alt_name.gmch_m, \
11636 current_config->alt_name.gmch_n, \
11637 current_config->alt_name.link_m, \
11638 current_config->alt_name.link_n, \
11639 pipe_config->name.tu, \
11640 pipe_config->name.gmch_m, \
11641 pipe_config->name.gmch_n, \
11642 pipe_config->name.link_m, \
11643 pipe_config->name.link_n); \
11644 ret = false; \
88adfff1
DV
11645 }
11646
1bd1bd80
DV
11647#define PIPE_CONF_CHECK_FLAGS(name, mask) \
11648 if ((current_config->name ^ pipe_config->name) & (mask)) { \
4e8048f8
TU
11649 pipe_config_err(adjust, __stringify(name), \
11650 "(%x) (expected %i, found %i)\n", \
11651 (mask), \
1bd1bd80
DV
11652 current_config->name & (mask), \
11653 pipe_config->name & (mask)); \
cfb23ed6 11654 ret = false; \
1bd1bd80
DV
11655 }
11656
5e550656
VS
11657#define PIPE_CONF_CHECK_CLOCK_FUZZY(name) \
11658 if (!intel_fuzzy_clock_check(current_config->name, pipe_config->name)) { \
4e8048f8 11659 pipe_config_err(adjust, __stringify(name), \
5e550656
VS
11660 "(expected %i, found %i)\n", \
11661 current_config->name, \
11662 pipe_config->name); \
cfb23ed6 11663 ret = false; \
5e550656
VS
11664 }
11665
bb760063
DV
11666#define PIPE_CONF_QUIRK(quirk) \
11667 ((current_config->quirks | pipe_config->quirks) & (quirk))
11668
eccb140b
DV
11669 PIPE_CONF_CHECK_I(cpu_transcoder);
11670
08a24034
DV
11671 PIPE_CONF_CHECK_I(has_pch_encoder);
11672 PIPE_CONF_CHECK_I(fdi_lanes);
cfb23ed6 11673 PIPE_CONF_CHECK_M_N(fdi_m_n);
08a24034 11674
90a6b7b0 11675 PIPE_CONF_CHECK_I(lane_count);
95a7a2ae 11676 PIPE_CONF_CHECK_X(lane_lat_optim_mask);
b95af8be 11677
6315b5d3 11678 if (INTEL_GEN(dev_priv) < 8) {
cfb23ed6
ML
11679 PIPE_CONF_CHECK_M_N(dp_m_n);
11680
cfb23ed6
ML
11681 if (current_config->has_drrs)
11682 PIPE_CONF_CHECK_M_N(dp_m2_n2);
11683 } else
11684 PIPE_CONF_CHECK_M_N_ALT(dp_m_n, dp_m2_n2);
eb14cb74 11685
253c84c8 11686 PIPE_CONF_CHECK_X(output_types);
a65347ba 11687
2d112de7
ACO
11688 PIPE_CONF_CHECK_I(base.adjusted_mode.crtc_hdisplay);
11689 PIPE_CONF_CHECK_I(base.adjusted_mode.crtc_htotal);
11690 PIPE_CONF_CHECK_I(base.adjusted_mode.crtc_hblank_start);
11691 PIPE_CONF_CHECK_I(base.adjusted_mode.crtc_hblank_end);
11692 PIPE_CONF_CHECK_I(base.adjusted_mode.crtc_hsync_start);
11693 PIPE_CONF_CHECK_I(base.adjusted_mode.crtc_hsync_end);
1bd1bd80 11694
2d112de7
ACO
11695 PIPE_CONF_CHECK_I(base.adjusted_mode.crtc_vdisplay);
11696 PIPE_CONF_CHECK_I(base.adjusted_mode.crtc_vtotal);
11697 PIPE_CONF_CHECK_I(base.adjusted_mode.crtc_vblank_start);
11698 PIPE_CONF_CHECK_I(base.adjusted_mode.crtc_vblank_end);
11699 PIPE_CONF_CHECK_I(base.adjusted_mode.crtc_vsync_start);
11700 PIPE_CONF_CHECK_I(base.adjusted_mode.crtc_vsync_end);
1bd1bd80 11701
c93f54cf 11702 PIPE_CONF_CHECK_I(pixel_multiplier);
6897b4b5 11703 PIPE_CONF_CHECK_I(has_hdmi_sink);
772c2a51 11704 if ((INTEL_GEN(dev_priv) < 8 && !IS_HASWELL(dev_priv)) ||
920a14b2 11705 IS_VALLEYVIEW(dev_priv) || IS_CHERRYVIEW(dev_priv))
b5a9fa09 11706 PIPE_CONF_CHECK_I(limited_color_range);
e43823ec 11707 PIPE_CONF_CHECK_I(has_infoframe);
6c49f241 11708
9ed109a7
DV
11709 PIPE_CONF_CHECK_I(has_audio);
11710
2d112de7 11711 PIPE_CONF_CHECK_FLAGS(base.adjusted_mode.flags,
1bd1bd80
DV
11712 DRM_MODE_FLAG_INTERLACE);
11713
bb760063 11714 if (!PIPE_CONF_QUIRK(PIPE_CONFIG_QUIRK_MODE_SYNC_FLAGS)) {
2d112de7 11715 PIPE_CONF_CHECK_FLAGS(base.adjusted_mode.flags,
bb760063 11716 DRM_MODE_FLAG_PHSYNC);
2d112de7 11717 PIPE_CONF_CHECK_FLAGS(base.adjusted_mode.flags,
bb760063 11718 DRM_MODE_FLAG_NHSYNC);
2d112de7 11719 PIPE_CONF_CHECK_FLAGS(base.adjusted_mode.flags,
bb760063 11720 DRM_MODE_FLAG_PVSYNC);
2d112de7 11721 PIPE_CONF_CHECK_FLAGS(base.adjusted_mode.flags,
bb760063
DV
11722 DRM_MODE_FLAG_NVSYNC);
11723 }
045ac3b5 11724
333b8ca8 11725 PIPE_CONF_CHECK_X(gmch_pfit.control);
e2ff2d4a 11726 /* pfit ratios are autocomputed by the hw on gen4+ */
6315b5d3 11727 if (INTEL_GEN(dev_priv) < 4)
7f7d8dd6 11728 PIPE_CONF_CHECK_X(gmch_pfit.pgm_ratios);
333b8ca8 11729 PIPE_CONF_CHECK_X(gmch_pfit.lvds_border_bits);
9953599b 11730
bfd16b2a
ML
11731 if (!adjust) {
11732 PIPE_CONF_CHECK_I(pipe_src_w);
11733 PIPE_CONF_CHECK_I(pipe_src_h);
11734
11735 PIPE_CONF_CHECK_I(pch_pfit.enabled);
11736 if (current_config->pch_pfit.enabled) {
11737 PIPE_CONF_CHECK_X(pch_pfit.pos);
11738 PIPE_CONF_CHECK_X(pch_pfit.size);
11739 }
2fa2fe9a 11740
7aefe2b5 11741 PIPE_CONF_CHECK_I(scaler_state.scaler_id);
a7d1b3f4 11742 PIPE_CONF_CHECK_CLOCK_FUZZY(pixel_rate);
7aefe2b5 11743 }
a1b2278e 11744
e59150dc 11745 /* BDW+ don't expose a synchronous way to read the state */
772c2a51 11746 if (IS_HASWELL(dev_priv))
e59150dc 11747 PIPE_CONF_CHECK_I(ips_enabled);
42db64ef 11748
282740f7
VS
11749 PIPE_CONF_CHECK_I(double_wide);
11750
8106ddbd 11751 PIPE_CONF_CHECK_P(shared_dpll);
66e985c0 11752 PIPE_CONF_CHECK_X(dpll_hw_state.dpll);
8bcc2795 11753 PIPE_CONF_CHECK_X(dpll_hw_state.dpll_md);
66e985c0
DV
11754 PIPE_CONF_CHECK_X(dpll_hw_state.fp0);
11755 PIPE_CONF_CHECK_X(dpll_hw_state.fp1);
d452c5b6 11756 PIPE_CONF_CHECK_X(dpll_hw_state.wrpll);
00490c22 11757 PIPE_CONF_CHECK_X(dpll_hw_state.spll);
3f4cd19f
DL
11758 PIPE_CONF_CHECK_X(dpll_hw_state.ctrl1);
11759 PIPE_CONF_CHECK_X(dpll_hw_state.cfgcr1);
11760 PIPE_CONF_CHECK_X(dpll_hw_state.cfgcr2);
c0d43d62 11761
47eacbab
VS
11762 PIPE_CONF_CHECK_X(dsi_pll.ctrl);
11763 PIPE_CONF_CHECK_X(dsi_pll.div);
11764
9beb5fea 11765 if (IS_G4X(dev_priv) || INTEL_GEN(dev_priv) >= 5)
42571aef
VS
11766 PIPE_CONF_CHECK_I(pipe_bpp);
11767
2d112de7 11768 PIPE_CONF_CHECK_CLOCK_FUZZY(base.adjusted_mode.crtc_clock);
a9a7e98a 11769 PIPE_CONF_CHECK_CLOCK_FUZZY(port_clock);
5e550656 11770
66e985c0 11771#undef PIPE_CONF_CHECK_X
08a24034 11772#undef PIPE_CONF_CHECK_I
8106ddbd 11773#undef PIPE_CONF_CHECK_P
1bd1bd80 11774#undef PIPE_CONF_CHECK_FLAGS
5e550656 11775#undef PIPE_CONF_CHECK_CLOCK_FUZZY
bb760063 11776#undef PIPE_CONF_QUIRK
88adfff1 11777
cfb23ed6 11778 return ret;
0e8ffe1b
DV
11779}
11780
e3b247da
VS
11781static void intel_pipe_config_sanity_check(struct drm_i915_private *dev_priv,
11782 const struct intel_crtc_state *pipe_config)
11783{
11784 if (pipe_config->has_pch_encoder) {
21a727b3 11785 int fdi_dotclock = intel_dotclock_calculate(intel_fdi_link_freq(dev_priv, pipe_config),
e3b247da
VS
11786 &pipe_config->fdi_m_n);
11787 int dotclock = pipe_config->base.adjusted_mode.crtc_clock;
11788
11789 /*
11790 * FDI already provided one idea for the dotclock.
11791 * Yell if the encoder disagrees.
11792 */
11793 WARN(!intel_fuzzy_clock_check(fdi_dotclock, dotclock),
11794 "FDI dotclock and encoder dotclock mismatch, fdi: %i, encoder: %i\n",
11795 fdi_dotclock, dotclock);
11796 }
11797}
11798
c0ead703
ML
11799static void verify_wm_state(struct drm_crtc *crtc,
11800 struct drm_crtc_state *new_state)
08db6652 11801{
6315b5d3 11802 struct drm_i915_private *dev_priv = to_i915(crtc->dev);
08db6652 11803 struct skl_ddb_allocation hw_ddb, *sw_ddb;
3de8a14c 11804 struct skl_pipe_wm hw_wm, *sw_wm;
11805 struct skl_plane_wm *hw_plane_wm, *sw_plane_wm;
11806 struct skl_ddb_entry *hw_ddb_entry, *sw_ddb_entry;
e7c84544
ML
11807 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
11808 const enum pipe pipe = intel_crtc->pipe;
3de8a14c 11809 int plane, level, max_level = ilk_wm_max_level(dev_priv);
08db6652 11810
6315b5d3 11811 if (INTEL_GEN(dev_priv) < 9 || !new_state->active)
08db6652
DL
11812 return;
11813
3de8a14c 11814 skl_pipe_wm_get_hw_state(crtc, &hw_wm);
03af79e0 11815 sw_wm = &to_intel_crtc_state(new_state)->wm.skl.optimal;
3de8a14c 11816
08db6652
DL
11817 skl_ddb_get_hw_state(dev_priv, &hw_ddb);
11818 sw_ddb = &dev_priv->wm.skl_hw.ddb;
11819
e7c84544 11820 /* planes */
8b364b41 11821 for_each_universal_plane(dev_priv, pipe, plane) {
3de8a14c 11822 hw_plane_wm = &hw_wm.planes[plane];
11823 sw_plane_wm = &sw_wm->planes[plane];
08db6652 11824
3de8a14c 11825 /* Watermarks */
11826 for (level = 0; level <= max_level; level++) {
11827 if (skl_wm_level_equals(&hw_plane_wm->wm[level],
11828 &sw_plane_wm->wm[level]))
11829 continue;
11830
11831 DRM_ERROR("mismatch in WM pipe %c plane %d level %d (expected e=%d b=%u l=%u, got e=%d b=%u l=%u)\n",
11832 pipe_name(pipe), plane + 1, level,
11833 sw_plane_wm->wm[level].plane_en,
11834 sw_plane_wm->wm[level].plane_res_b,
11835 sw_plane_wm->wm[level].plane_res_l,
11836 hw_plane_wm->wm[level].plane_en,
11837 hw_plane_wm->wm[level].plane_res_b,
11838 hw_plane_wm->wm[level].plane_res_l);
11839 }
08db6652 11840
3de8a14c 11841 if (!skl_wm_level_equals(&hw_plane_wm->trans_wm,
11842 &sw_plane_wm->trans_wm)) {
11843 DRM_ERROR("mismatch in trans WM pipe %c plane %d (expected e=%d b=%u l=%u, got e=%d b=%u l=%u)\n",
11844 pipe_name(pipe), plane + 1,
11845 sw_plane_wm->trans_wm.plane_en,
11846 sw_plane_wm->trans_wm.plane_res_b,
11847 sw_plane_wm->trans_wm.plane_res_l,
11848 hw_plane_wm->trans_wm.plane_en,
11849 hw_plane_wm->trans_wm.plane_res_b,
11850 hw_plane_wm->trans_wm.plane_res_l);
11851 }
11852
11853 /* DDB */
11854 hw_ddb_entry = &hw_ddb.plane[pipe][plane];
11855 sw_ddb_entry = &sw_ddb->plane[pipe][plane];
11856
11857 if (!skl_ddb_entry_equal(hw_ddb_entry, sw_ddb_entry)) {
faccd994 11858 DRM_ERROR("mismatch in DDB state pipe %c plane %d (expected (%u,%u), found (%u,%u))\n",
3de8a14c 11859 pipe_name(pipe), plane + 1,
11860 sw_ddb_entry->start, sw_ddb_entry->end,
11861 hw_ddb_entry->start, hw_ddb_entry->end);
11862 }
e7c84544 11863 }
08db6652 11864
27082493
L
11865 /*
11866 * cursor
11867 * If the cursor plane isn't active, we may not have updated it's ddb
11868 * allocation. In that case since the ddb allocation will be updated
11869 * once the plane becomes visible, we can skip this check
11870 */
11871 if (intel_crtc->cursor_addr) {
3de8a14c 11872 hw_plane_wm = &hw_wm.planes[PLANE_CURSOR];
11873 sw_plane_wm = &sw_wm->planes[PLANE_CURSOR];
11874
11875 /* Watermarks */
11876 for (level = 0; level <= max_level; level++) {
11877 if (skl_wm_level_equals(&hw_plane_wm->wm[level],
11878 &sw_plane_wm->wm[level]))
11879 continue;
11880
11881 DRM_ERROR("mismatch in WM pipe %c cursor level %d (expected e=%d b=%u l=%u, got e=%d b=%u l=%u)\n",
11882 pipe_name(pipe), level,
11883 sw_plane_wm->wm[level].plane_en,
11884 sw_plane_wm->wm[level].plane_res_b,
11885 sw_plane_wm->wm[level].plane_res_l,
11886 hw_plane_wm->wm[level].plane_en,
11887 hw_plane_wm->wm[level].plane_res_b,
11888 hw_plane_wm->wm[level].plane_res_l);
11889 }
11890
11891 if (!skl_wm_level_equals(&hw_plane_wm->trans_wm,
11892 &sw_plane_wm->trans_wm)) {
11893 DRM_ERROR("mismatch in trans WM pipe %c cursor (expected e=%d b=%u l=%u, got e=%d b=%u l=%u)\n",
11894 pipe_name(pipe),
11895 sw_plane_wm->trans_wm.plane_en,
11896 sw_plane_wm->trans_wm.plane_res_b,
11897 sw_plane_wm->trans_wm.plane_res_l,
11898 hw_plane_wm->trans_wm.plane_en,
11899 hw_plane_wm->trans_wm.plane_res_b,
11900 hw_plane_wm->trans_wm.plane_res_l);
11901 }
11902
11903 /* DDB */
11904 hw_ddb_entry = &hw_ddb.plane[pipe][PLANE_CURSOR];
11905 sw_ddb_entry = &sw_ddb->plane[pipe][PLANE_CURSOR];
27082493 11906
3de8a14c 11907 if (!skl_ddb_entry_equal(hw_ddb_entry, sw_ddb_entry)) {
faccd994 11908 DRM_ERROR("mismatch in DDB state pipe %c cursor (expected (%u,%u), found (%u,%u))\n",
27082493 11909 pipe_name(pipe),
3de8a14c 11910 sw_ddb_entry->start, sw_ddb_entry->end,
11911 hw_ddb_entry->start, hw_ddb_entry->end);
27082493 11912 }
08db6652
DL
11913 }
11914}
11915
91d1b4bd 11916static void
677100ce
ML
11917verify_connector_state(struct drm_device *dev,
11918 struct drm_atomic_state *state,
11919 struct drm_crtc *crtc)
8af6cf88 11920{
35dd3c64 11921 struct drm_connector *connector;
aa5e9b47 11922 struct drm_connector_state *new_conn_state;
677100ce 11923 int i;
8af6cf88 11924
aa5e9b47 11925 for_each_new_connector_in_state(state, connector, new_conn_state, i) {
35dd3c64 11926 struct drm_encoder *encoder = connector->encoder;
ad3c558f 11927
aa5e9b47 11928 if (new_conn_state->crtc != crtc)
e7c84544
ML
11929 continue;
11930
5a21b665 11931 intel_connector_verify_state(to_intel_connector(connector));
8af6cf88 11932
aa5e9b47 11933 I915_STATE_WARN(new_conn_state->best_encoder != encoder,
35dd3c64 11934 "connector's atomic encoder doesn't match legacy encoder\n");
8af6cf88 11935 }
91d1b4bd
DV
11936}
11937
11938static void
86b04268 11939verify_encoder_state(struct drm_device *dev, struct drm_atomic_state *state)
91d1b4bd
DV
11940{
11941 struct intel_encoder *encoder;
86b04268
DV
11942 struct drm_connector *connector;
11943 struct drm_connector_state *old_conn_state, *new_conn_state;
11944 int i;
8af6cf88 11945
b2784e15 11946 for_each_intel_encoder(dev, encoder) {
86b04268 11947 bool enabled = false, found = false;
4d20cd86 11948 enum pipe pipe;
8af6cf88
DV
11949
11950 DRM_DEBUG_KMS("[ENCODER:%d:%s]\n",
11951 encoder->base.base.id,
8e329a03 11952 encoder->base.name);
8af6cf88 11953
86b04268
DV
11954 for_each_oldnew_connector_in_state(state, connector, old_conn_state,
11955 new_conn_state, i) {
11956 if (old_conn_state->best_encoder == &encoder->base)
11957 found = true;
11958
11959 if (new_conn_state->best_encoder != &encoder->base)
8af6cf88 11960 continue;
86b04268 11961 found = enabled = true;
ad3c558f 11962
86b04268 11963 I915_STATE_WARN(new_conn_state->crtc !=
ad3c558f
ML
11964 encoder->base.crtc,
11965 "connector's crtc doesn't match encoder crtc\n");
8af6cf88 11966 }
86b04268
DV
11967
11968 if (!found)
11969 continue;
0e32b39c 11970
e2c719b7 11971 I915_STATE_WARN(!!encoder->base.crtc != enabled,
8af6cf88
DV
11972 "encoder's enabled state mismatch "
11973 "(expected %i, found %i)\n",
11974 !!encoder->base.crtc, enabled);
7c60d198
ML
11975
11976 if (!encoder->base.crtc) {
4d20cd86 11977 bool active;
7c60d198 11978
4d20cd86
ML
11979 active = encoder->get_hw_state(encoder, &pipe);
11980 I915_STATE_WARN(active,
11981 "encoder detached but still enabled on pipe %c.\n",
11982 pipe_name(pipe));
7c60d198 11983 }
8af6cf88 11984 }
91d1b4bd
DV
11985}
11986
11987static void
c0ead703
ML
11988verify_crtc_state(struct drm_crtc *crtc,
11989 struct drm_crtc_state *old_crtc_state,
11990 struct drm_crtc_state *new_crtc_state)
91d1b4bd 11991{
e7c84544 11992 struct drm_device *dev = crtc->dev;
fac5e23e 11993 struct drm_i915_private *dev_priv = to_i915(dev);
91d1b4bd 11994 struct intel_encoder *encoder;
e7c84544
ML
11995 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
11996 struct intel_crtc_state *pipe_config, *sw_config;
11997 struct drm_atomic_state *old_state;
11998 bool active;
045ac3b5 11999
e7c84544 12000 old_state = old_crtc_state->state;
ec2dc6a0 12001 __drm_atomic_helper_crtc_destroy_state(old_crtc_state);
e7c84544
ML
12002 pipe_config = to_intel_crtc_state(old_crtc_state);
12003 memset(pipe_config, 0, sizeof(*pipe_config));
12004 pipe_config->base.crtc = crtc;
12005 pipe_config->base.state = old_state;
8af6cf88 12006
78108b7c 12007 DRM_DEBUG_KMS("[CRTC:%d:%s]\n", crtc->base.id, crtc->name);
8af6cf88 12008
e7c84544 12009 active = dev_priv->display.get_pipe_config(intel_crtc, pipe_config);
d62cf62a 12010
e7c84544
ML
12011 /* hw state is inconsistent with the pipe quirk */
12012 if ((intel_crtc->pipe == PIPE_A && dev_priv->quirks & QUIRK_PIPEA_FORCE) ||
12013 (intel_crtc->pipe == PIPE_B && dev_priv->quirks & QUIRK_PIPEB_FORCE))
12014 active = new_crtc_state->active;
6c49f241 12015
e7c84544
ML
12016 I915_STATE_WARN(new_crtc_state->active != active,
12017 "crtc active state doesn't match with hw state "
12018 "(expected %i, found %i)\n", new_crtc_state->active, active);
0e8ffe1b 12019
e7c84544
ML
12020 I915_STATE_WARN(intel_crtc->active != new_crtc_state->active,
12021 "transitional active state does not match atomic hw state "
12022 "(expected %i, found %i)\n", new_crtc_state->active, intel_crtc->active);
4d20cd86 12023
e7c84544
ML
12024 for_each_encoder_on_crtc(dev, crtc, encoder) {
12025 enum pipe pipe;
4d20cd86 12026
e7c84544
ML
12027 active = encoder->get_hw_state(encoder, &pipe);
12028 I915_STATE_WARN(active != new_crtc_state->active,
12029 "[ENCODER:%i] active %i with crtc active %i\n",
12030 encoder->base.base.id, active, new_crtc_state->active);
4d20cd86 12031
e7c84544
ML
12032 I915_STATE_WARN(active && intel_crtc->pipe != pipe,
12033 "Encoder connected to wrong pipe %c\n",
12034 pipe_name(pipe));
4d20cd86 12035
253c84c8
VS
12036 if (active) {
12037 pipe_config->output_types |= 1 << encoder->type;
e7c84544 12038 encoder->get_config(encoder, pipe_config);
253c84c8 12039 }
e7c84544 12040 }
53d9f4e9 12041
a7d1b3f4
VS
12042 intel_crtc_compute_pixel_rate(pipe_config);
12043
e7c84544
ML
12044 if (!new_crtc_state->active)
12045 return;
cfb23ed6 12046
e7c84544 12047 intel_pipe_config_sanity_check(dev_priv, pipe_config);
e3b247da 12048
e7c84544 12049 sw_config = to_intel_crtc_state(crtc->state);
6315b5d3 12050 if (!intel_pipe_config_compare(dev_priv, sw_config,
e7c84544
ML
12051 pipe_config, false)) {
12052 I915_STATE_WARN(1, "pipe state doesn't match!\n");
12053 intel_dump_pipe_config(intel_crtc, pipe_config,
12054 "[hw state]");
12055 intel_dump_pipe_config(intel_crtc, sw_config,
12056 "[sw state]");
8af6cf88
DV
12057 }
12058}
12059
91d1b4bd 12060static void
c0ead703
ML
12061verify_single_dpll_state(struct drm_i915_private *dev_priv,
12062 struct intel_shared_dpll *pll,
12063 struct drm_crtc *crtc,
12064 struct drm_crtc_state *new_state)
91d1b4bd 12065{
91d1b4bd 12066 struct intel_dpll_hw_state dpll_hw_state;
e7c84544
ML
12067 unsigned crtc_mask;
12068 bool active;
5358901f 12069
e7c84544 12070 memset(&dpll_hw_state, 0, sizeof(dpll_hw_state));
5358901f 12071
e7c84544 12072 DRM_DEBUG_KMS("%s\n", pll->name);
5358901f 12073
e7c84544 12074 active = pll->funcs.get_hw_state(dev_priv, pll, &dpll_hw_state);
5358901f 12075
e7c84544
ML
12076 if (!(pll->flags & INTEL_DPLL_ALWAYS_ON)) {
12077 I915_STATE_WARN(!pll->on && pll->active_mask,
12078 "pll in active use but not on in sw tracking\n");
12079 I915_STATE_WARN(pll->on && !pll->active_mask,
12080 "pll is on but not used by any active crtc\n");
12081 I915_STATE_WARN(pll->on != active,
12082 "pll on state mismatch (expected %i, found %i)\n",
12083 pll->on, active);
12084 }
5358901f 12085
e7c84544 12086 if (!crtc) {
2c42e535 12087 I915_STATE_WARN(pll->active_mask & ~pll->state.crtc_mask,
e7c84544 12088 "more active pll users than references: %x vs %x\n",
2c42e535 12089 pll->active_mask, pll->state.crtc_mask);
5358901f 12090
e7c84544
ML
12091 return;
12092 }
12093
12094 crtc_mask = 1 << drm_crtc_index(crtc);
12095
12096 if (new_state->active)
12097 I915_STATE_WARN(!(pll->active_mask & crtc_mask),
12098 "pll active mismatch (expected pipe %c in active mask 0x%02x)\n",
12099 pipe_name(drm_crtc_index(crtc)), pll->active_mask);
12100 else
12101 I915_STATE_WARN(pll->active_mask & crtc_mask,
12102 "pll active mismatch (didn't expect pipe %c in active mask 0x%02x)\n",
12103 pipe_name(drm_crtc_index(crtc)), pll->active_mask);
2dd66ebd 12104
2c42e535 12105 I915_STATE_WARN(!(pll->state.crtc_mask & crtc_mask),
e7c84544 12106 "pll enabled crtcs mismatch (expected 0x%x in 0x%02x)\n",
2c42e535 12107 crtc_mask, pll->state.crtc_mask);
66e985c0 12108
2c42e535 12109 I915_STATE_WARN(pll->on && memcmp(&pll->state.hw_state,
e7c84544
ML
12110 &dpll_hw_state,
12111 sizeof(dpll_hw_state)),
12112 "pll hw state mismatch\n");
12113}
12114
12115static void
c0ead703
ML
12116verify_shared_dpll_state(struct drm_device *dev, struct drm_crtc *crtc,
12117 struct drm_crtc_state *old_crtc_state,
12118 struct drm_crtc_state *new_crtc_state)
e7c84544 12119{
fac5e23e 12120 struct drm_i915_private *dev_priv = to_i915(dev);
e7c84544
ML
12121 struct intel_crtc_state *old_state = to_intel_crtc_state(old_crtc_state);
12122 struct intel_crtc_state *new_state = to_intel_crtc_state(new_crtc_state);
12123
12124 if (new_state->shared_dpll)
c0ead703 12125 verify_single_dpll_state(dev_priv, new_state->shared_dpll, crtc, new_crtc_state);
e7c84544
ML
12126
12127 if (old_state->shared_dpll &&
12128 old_state->shared_dpll != new_state->shared_dpll) {
12129 unsigned crtc_mask = 1 << drm_crtc_index(crtc);
12130 struct intel_shared_dpll *pll = old_state->shared_dpll;
12131
12132 I915_STATE_WARN(pll->active_mask & crtc_mask,
12133 "pll active mismatch (didn't expect pipe %c in active mask)\n",
12134 pipe_name(drm_crtc_index(crtc)));
2c42e535 12135 I915_STATE_WARN(pll->state.crtc_mask & crtc_mask,
e7c84544
ML
12136 "pll enabled crtcs mismatch (found %x in enabled mask)\n",
12137 pipe_name(drm_crtc_index(crtc)));
5358901f 12138 }
8af6cf88
DV
12139}
12140
e7c84544 12141static void
c0ead703 12142intel_modeset_verify_crtc(struct drm_crtc *crtc,
677100ce
ML
12143 struct drm_atomic_state *state,
12144 struct drm_crtc_state *old_state,
12145 struct drm_crtc_state *new_state)
e7c84544 12146{
5a21b665
DV
12147 if (!needs_modeset(new_state) &&
12148 !to_intel_crtc_state(new_state)->update_pipe)
12149 return;
12150
c0ead703 12151 verify_wm_state(crtc, new_state);
677100ce 12152 verify_connector_state(crtc->dev, state, crtc);
c0ead703
ML
12153 verify_crtc_state(crtc, old_state, new_state);
12154 verify_shared_dpll_state(crtc->dev, crtc, old_state, new_state);
e7c84544
ML
12155}
12156
12157static void
c0ead703 12158verify_disabled_dpll_state(struct drm_device *dev)
e7c84544 12159{
fac5e23e 12160 struct drm_i915_private *dev_priv = to_i915(dev);
e7c84544
ML
12161 int i;
12162
12163 for (i = 0; i < dev_priv->num_shared_dpll; i++)
c0ead703 12164 verify_single_dpll_state(dev_priv, &dev_priv->shared_dplls[i], NULL, NULL);
e7c84544
ML
12165}
12166
12167static void
677100ce
ML
12168intel_modeset_verify_disabled(struct drm_device *dev,
12169 struct drm_atomic_state *state)
e7c84544 12170{
86b04268 12171 verify_encoder_state(dev, state);
677100ce 12172 verify_connector_state(dev, state, NULL);
c0ead703 12173 verify_disabled_dpll_state(dev);
e7c84544
ML
12174}
12175
80715b2f
VS
12176static void update_scanline_offset(struct intel_crtc *crtc)
12177{
4f8036a2 12178 struct drm_i915_private *dev_priv = to_i915(crtc->base.dev);
80715b2f
VS
12179
12180 /*
12181 * The scanline counter increments at the leading edge of hsync.
12182 *
12183 * On most platforms it starts counting from vtotal-1 on the
12184 * first active line. That means the scanline counter value is
12185 * always one less than what we would expect. Ie. just after
12186 * start of vblank, which also occurs at start of hsync (on the
12187 * last active line), the scanline counter will read vblank_start-1.
12188 *
12189 * On gen2 the scanline counter starts counting from 1 instead
12190 * of vtotal-1, so we have to subtract one (or rather add vtotal-1
12191 * to keep the value positive), instead of adding one.
12192 *
12193 * On HSW+ the behaviour of the scanline counter depends on the output
12194 * type. For DP ports it behaves like most other platforms, but on HDMI
12195 * there's an extra 1 line difference. So we need to add two instead of
12196 * one to the value.
12197 */
4f8036a2 12198 if (IS_GEN2(dev_priv)) {
124abe07 12199 const struct drm_display_mode *adjusted_mode = &crtc->config->base.adjusted_mode;
80715b2f
VS
12200 int vtotal;
12201
124abe07
VS
12202 vtotal = adjusted_mode->crtc_vtotal;
12203 if (adjusted_mode->flags & DRM_MODE_FLAG_INTERLACE)
80715b2f
VS
12204 vtotal /= 2;
12205
12206 crtc->scanline_offset = vtotal - 1;
4f8036a2 12207 } else if (HAS_DDI(dev_priv) &&
2d84d2b3 12208 intel_crtc_has_type(crtc->config, INTEL_OUTPUT_HDMI)) {
80715b2f
VS
12209 crtc->scanline_offset = 2;
12210 } else
12211 crtc->scanline_offset = 1;
12212}
12213
ad421372 12214static void intel_modeset_clear_plls(struct drm_atomic_state *state)
ed6739ef 12215{
225da59b 12216 struct drm_device *dev = state->dev;
ed6739ef 12217 struct drm_i915_private *dev_priv = to_i915(dev);
0a9ab303 12218 struct drm_crtc *crtc;
aa5e9b47 12219 struct drm_crtc_state *old_crtc_state, *new_crtc_state;
0a9ab303 12220 int i;
ed6739ef
ACO
12221
12222 if (!dev_priv->display.crtc_compute_clock)
ad421372 12223 return;
ed6739ef 12224
aa5e9b47 12225 for_each_oldnew_crtc_in_state(state, crtc, old_crtc_state, new_crtc_state, i) {
fb1a38a9 12226 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
8106ddbd 12227 struct intel_shared_dpll *old_dpll =
aa5e9b47 12228 to_intel_crtc_state(old_crtc_state)->shared_dpll;
0a9ab303 12229
aa5e9b47 12230 if (!needs_modeset(new_crtc_state))
225da59b
ACO
12231 continue;
12232
aa5e9b47 12233 to_intel_crtc_state(new_crtc_state)->shared_dpll = NULL;
fb1a38a9 12234
8106ddbd 12235 if (!old_dpll)
fb1a38a9 12236 continue;
0a9ab303 12237
a1c414ee 12238 intel_release_shared_dpll(old_dpll, intel_crtc, state);
ad421372 12239 }
ed6739ef
ACO
12240}
12241
99d736a2
ML
12242/*
12243 * This implements the workaround described in the "notes" section of the mode
12244 * set sequence documentation. When going from no pipes or single pipe to
12245 * multiple pipes, and planes are enabled after the pipe, we need to wait at
12246 * least 2 vblanks on the first pipe before enabling planes on the second pipe.
12247 */
12248static int haswell_mode_set_planes_workaround(struct drm_atomic_state *state)
12249{
12250 struct drm_crtc_state *crtc_state;
12251 struct intel_crtc *intel_crtc;
12252 struct drm_crtc *crtc;
12253 struct intel_crtc_state *first_crtc_state = NULL;
12254 struct intel_crtc_state *other_crtc_state = NULL;
12255 enum pipe first_pipe = INVALID_PIPE, enabled_pipe = INVALID_PIPE;
12256 int i;
12257
12258 /* look at all crtc's that are going to be enabled in during modeset */
aa5e9b47 12259 for_each_new_crtc_in_state(state, crtc, crtc_state, i) {
99d736a2
ML
12260 intel_crtc = to_intel_crtc(crtc);
12261
12262 if (!crtc_state->active || !needs_modeset(crtc_state))
12263 continue;
12264
12265 if (first_crtc_state) {
12266 other_crtc_state = to_intel_crtc_state(crtc_state);
12267 break;
12268 } else {
12269 first_crtc_state = to_intel_crtc_state(crtc_state);
12270 first_pipe = intel_crtc->pipe;
12271 }
12272 }
12273
12274 /* No workaround needed? */
12275 if (!first_crtc_state)
12276 return 0;
12277
12278 /* w/a possibly needed, check how many crtc's are already enabled. */
12279 for_each_intel_crtc(state->dev, intel_crtc) {
12280 struct intel_crtc_state *pipe_config;
12281
12282 pipe_config = intel_atomic_get_crtc_state(state, intel_crtc);
12283 if (IS_ERR(pipe_config))
12284 return PTR_ERR(pipe_config);
12285
12286 pipe_config->hsw_workaround_pipe = INVALID_PIPE;
12287
12288 if (!pipe_config->base.active ||
12289 needs_modeset(&pipe_config->base))
12290 continue;
12291
12292 /* 2 or more enabled crtcs means no need for w/a */
12293 if (enabled_pipe != INVALID_PIPE)
12294 return 0;
12295
12296 enabled_pipe = intel_crtc->pipe;
12297 }
12298
12299 if (enabled_pipe != INVALID_PIPE)
12300 first_crtc_state->hsw_workaround_pipe = enabled_pipe;
12301 else if (other_crtc_state)
12302 other_crtc_state->hsw_workaround_pipe = first_pipe;
12303
12304 return 0;
12305}
12306
8d96561a
VS
12307static int intel_lock_all_pipes(struct drm_atomic_state *state)
12308{
12309 struct drm_crtc *crtc;
12310
12311 /* Add all pipes to the state */
12312 for_each_crtc(state->dev, crtc) {
12313 struct drm_crtc_state *crtc_state;
12314
12315 crtc_state = drm_atomic_get_crtc_state(state, crtc);
12316 if (IS_ERR(crtc_state))
12317 return PTR_ERR(crtc_state);
12318 }
12319
12320 return 0;
12321}
12322
27c329ed
ML
12323static int intel_modeset_all_pipes(struct drm_atomic_state *state)
12324{
12325 struct drm_crtc *crtc;
27c329ed 12326
8d96561a
VS
12327 /*
12328 * Add all pipes to the state, and force
12329 * a modeset on all the active ones.
12330 */
27c329ed 12331 for_each_crtc(state->dev, crtc) {
9780aad5
VS
12332 struct drm_crtc_state *crtc_state;
12333 int ret;
12334
27c329ed
ML
12335 crtc_state = drm_atomic_get_crtc_state(state, crtc);
12336 if (IS_ERR(crtc_state))
12337 return PTR_ERR(crtc_state);
12338
12339 if (!crtc_state->active || needs_modeset(crtc_state))
12340 continue;
12341
12342 crtc_state->mode_changed = true;
12343
12344 ret = drm_atomic_add_affected_connectors(state, crtc);
12345 if (ret)
9780aad5 12346 return ret;
27c329ed
ML
12347
12348 ret = drm_atomic_add_affected_planes(state, crtc);
12349 if (ret)
9780aad5 12350 return ret;
27c329ed
ML
12351 }
12352
9780aad5 12353 return 0;
27c329ed
ML
12354}
12355
c347a676 12356static int intel_modeset_checks(struct drm_atomic_state *state)
054518dd 12357{
565602d7 12358 struct intel_atomic_state *intel_state = to_intel_atomic_state(state);
fac5e23e 12359 struct drm_i915_private *dev_priv = to_i915(state->dev);
565602d7 12360 struct drm_crtc *crtc;
aa5e9b47 12361 struct drm_crtc_state *old_crtc_state, *new_crtc_state;
565602d7 12362 int ret = 0, i;
054518dd 12363
b359283a
ML
12364 if (!check_digital_port_conflicts(state)) {
12365 DRM_DEBUG_KMS("rejecting conflicting digital port configuration\n");
12366 return -EINVAL;
12367 }
12368
565602d7
ML
12369 intel_state->modeset = true;
12370 intel_state->active_crtcs = dev_priv->active_crtcs;
bb0f4aab
VS
12371 intel_state->cdclk.logical = dev_priv->cdclk.logical;
12372 intel_state->cdclk.actual = dev_priv->cdclk.actual;
565602d7 12373
aa5e9b47
ML
12374 for_each_oldnew_crtc_in_state(state, crtc, old_crtc_state, new_crtc_state, i) {
12375 if (new_crtc_state->active)
565602d7
ML
12376 intel_state->active_crtcs |= 1 << i;
12377 else
12378 intel_state->active_crtcs &= ~(1 << i);
8b4a7d05 12379
aa5e9b47 12380 if (old_crtc_state->active != new_crtc_state->active)
8b4a7d05 12381 intel_state->active_pipe_changes |= drm_crtc_mask(crtc);
565602d7
ML
12382 }
12383
054518dd
ACO
12384 /*
12385 * See if the config requires any additional preparation, e.g.
12386 * to adjust global state with pipes off. We need to do this
12387 * here so we can get the modeset_pipe updated config for the new
12388 * mode set on this crtc. For other crtcs we need to use the
12389 * adjusted_mode bits in the crtc directly.
12390 */
27c329ed 12391 if (dev_priv->display.modeset_calc_cdclk) {
27c329ed 12392 ret = dev_priv->display.modeset_calc_cdclk(state);
c89e39f3
CT
12393 if (ret < 0)
12394 return ret;
27c329ed 12395
8d96561a 12396 /*
bb0f4aab 12397 * Writes to dev_priv->cdclk.logical must protected by
8d96561a
VS
12398 * holding all the crtc locks, even if we don't end up
12399 * touching the hardware
12400 */
bb0f4aab
VS
12401 if (!intel_cdclk_state_compare(&dev_priv->cdclk.logical,
12402 &intel_state->cdclk.logical)) {
8d96561a
VS
12403 ret = intel_lock_all_pipes(state);
12404 if (ret < 0)
12405 return ret;
12406 }
12407
12408 /* All pipes must be switched off while we change the cdclk. */
bb0f4aab
VS
12409 if (!intel_cdclk_state_compare(&dev_priv->cdclk.actual,
12410 &intel_state->cdclk.actual)) {
27c329ed 12411 ret = intel_modeset_all_pipes(state);
8d96561a
VS
12412 if (ret < 0)
12413 return ret;
12414 }
e8788cbc 12415
bb0f4aab
VS
12416 DRM_DEBUG_KMS("New cdclk calculated to be logical %u kHz, actual %u kHz\n",
12417 intel_state->cdclk.logical.cdclk,
12418 intel_state->cdclk.actual.cdclk);
e0ca7a6b 12419 } else {
bb0f4aab 12420 to_intel_atomic_state(state)->cdclk.logical = dev_priv->cdclk.logical;
e0ca7a6b 12421 }
054518dd 12422
ad421372 12423 intel_modeset_clear_plls(state);
054518dd 12424
565602d7 12425 if (IS_HASWELL(dev_priv))
ad421372 12426 return haswell_mode_set_planes_workaround(state);
99d736a2 12427
ad421372 12428 return 0;
c347a676
ACO
12429}
12430
aa363136
MR
12431/*
12432 * Handle calculation of various watermark data at the end of the atomic check
12433 * phase. The code here should be run after the per-crtc and per-plane 'check'
12434 * handlers to ensure that all derived state has been updated.
12435 */
55994c2c 12436static int calc_watermark_data(struct drm_atomic_state *state)
aa363136
MR
12437{
12438 struct drm_device *dev = state->dev;
98d39494 12439 struct drm_i915_private *dev_priv = to_i915(dev);
98d39494
MR
12440
12441 /* Is there platform-specific watermark information to calculate? */
12442 if (dev_priv->display.compute_global_watermarks)
55994c2c
MR
12443 return dev_priv->display.compute_global_watermarks(state);
12444
12445 return 0;
aa363136
MR
12446}
12447
74c090b1
ML
12448/**
12449 * intel_atomic_check - validate state object
12450 * @dev: drm device
12451 * @state: state to validate
12452 */
12453static int intel_atomic_check(struct drm_device *dev,
12454 struct drm_atomic_state *state)
c347a676 12455{
dd8b3bdb 12456 struct drm_i915_private *dev_priv = to_i915(dev);
aa363136 12457 struct intel_atomic_state *intel_state = to_intel_atomic_state(state);
c347a676 12458 struct drm_crtc *crtc;
aa5e9b47 12459 struct drm_crtc_state *old_crtc_state, *crtc_state;
c347a676 12460 int ret, i;
61333b60 12461 bool any_ms = false;
c347a676 12462
74c090b1 12463 ret = drm_atomic_helper_check_modeset(dev, state);
054518dd
ACO
12464 if (ret)
12465 return ret;
12466
aa5e9b47 12467 for_each_oldnew_crtc_in_state(state, crtc, old_crtc_state, crtc_state, i) {
cfb23ed6
ML
12468 struct intel_crtc_state *pipe_config =
12469 to_intel_crtc_state(crtc_state);
1ed51de9
DV
12470
12471 /* Catch I915_MODE_FLAG_INHERITED */
aa5e9b47 12472 if (crtc_state->mode.private_flags != old_crtc_state->mode.private_flags)
1ed51de9 12473 crtc_state->mode_changed = true;
cfb23ed6 12474
af4a879e 12475 if (!needs_modeset(crtc_state))
c347a676
ACO
12476 continue;
12477
af4a879e
DV
12478 if (!crtc_state->enable) {
12479 any_ms = true;
cfb23ed6 12480 continue;
af4a879e 12481 }
cfb23ed6 12482
26495481
DV
12483 /* FIXME: For only active_changed we shouldn't need to do any
12484 * state recomputation at all. */
12485
1ed51de9
DV
12486 ret = drm_atomic_add_affected_connectors(state, crtc);
12487 if (ret)
12488 return ret;
b359283a 12489
cfb23ed6 12490 ret = intel_modeset_pipe_config(crtc, pipe_config);
25aa1c39
ML
12491 if (ret) {
12492 intel_dump_pipe_config(to_intel_crtc(crtc),
12493 pipe_config, "[failed]");
c347a676 12494 return ret;
25aa1c39 12495 }
c347a676 12496
73831236 12497 if (i915.fastboot &&
6315b5d3 12498 intel_pipe_config_compare(dev_priv,
aa5e9b47 12499 to_intel_crtc_state(old_crtc_state),
1ed51de9 12500 pipe_config, true)) {
26495481 12501 crtc_state->mode_changed = false;
aa5e9b47 12502 pipe_config->update_pipe = true;
26495481
DV
12503 }
12504
af4a879e 12505 if (needs_modeset(crtc_state))
26495481 12506 any_ms = true;
cfb23ed6 12507
af4a879e
DV
12508 ret = drm_atomic_add_affected_planes(state, crtc);
12509 if (ret)
12510 return ret;
61333b60 12511
26495481
DV
12512 intel_dump_pipe_config(to_intel_crtc(crtc), pipe_config,
12513 needs_modeset(crtc_state) ?
12514 "[modeset]" : "[fastset]");
c347a676
ACO
12515 }
12516
61333b60
ML
12517 if (any_ms) {
12518 ret = intel_modeset_checks(state);
12519
12520 if (ret)
12521 return ret;
e0ca7a6b 12522 } else {
bb0f4aab 12523 intel_state->cdclk.logical = dev_priv->cdclk.logical;
e0ca7a6b 12524 }
76305b1a 12525
dd8b3bdb 12526 ret = drm_atomic_helper_check_planes(dev, state);
aa363136
MR
12527 if (ret)
12528 return ret;
12529
f51be2e0 12530 intel_fbc_choose_crtc(dev_priv, state);
55994c2c 12531 return calc_watermark_data(state);
054518dd
ACO
12532}
12533
5008e874 12534static int intel_atomic_prepare_commit(struct drm_device *dev,
d07f0e59 12535 struct drm_atomic_state *state)
5008e874 12536{
fac5e23e 12537 struct drm_i915_private *dev_priv = to_i915(dev);
5008e874
ML
12538 struct drm_crtc_state *crtc_state;
12539 struct drm_crtc *crtc;
12540 int i, ret;
12541
aa5e9b47 12542 for_each_new_crtc_in_state(state, crtc, crtc_state, i) {
5a21b665 12543 if (state->legacy_cursor_update)
a6747b73
ML
12544 continue;
12545
5a21b665
DV
12546 ret = intel_crtc_wait_for_pending_flips(crtc);
12547 if (ret)
12548 return ret;
5008e874 12549
5a21b665
DV
12550 if (atomic_read(&to_intel_crtc(crtc)->unpin_work_count) >= 2)
12551 flush_workqueue(dev_priv->wq);
d55dbd06
ML
12552 }
12553
f935675f
ML
12554 ret = mutex_lock_interruptible(&dev->struct_mutex);
12555 if (ret)
12556 return ret;
12557
5008e874 12558 ret = drm_atomic_helper_prepare_planes(dev, state);
f7e5838b 12559 mutex_unlock(&dev->struct_mutex);
7580d774 12560
5008e874
ML
12561 return ret;
12562}
12563
a2991414
ML
12564u32 intel_crtc_get_vblank_counter(struct intel_crtc *crtc)
12565{
12566 struct drm_device *dev = crtc->base.dev;
12567
12568 if (!dev->max_vblank_count)
12569 return drm_accurate_vblank_count(&crtc->base);
12570
12571 return dev->driver->get_vblank_counter(dev, crtc->pipe);
12572}
12573
5a21b665
DV
12574static void intel_atomic_wait_for_vblanks(struct drm_device *dev,
12575 struct drm_i915_private *dev_priv,
12576 unsigned crtc_mask)
e8861675 12577{
5a21b665
DV
12578 unsigned last_vblank_count[I915_MAX_PIPES];
12579 enum pipe pipe;
12580 int ret;
e8861675 12581
5a21b665
DV
12582 if (!crtc_mask)
12583 return;
e8861675 12584
5a21b665 12585 for_each_pipe(dev_priv, pipe) {
98187836
VS
12586 struct intel_crtc *crtc = intel_get_crtc_for_pipe(dev_priv,
12587 pipe);
e8861675 12588
5a21b665 12589 if (!((1 << pipe) & crtc_mask))
e8861675
ML
12590 continue;
12591
e2af48c6 12592 ret = drm_crtc_vblank_get(&crtc->base);
5a21b665
DV
12593 if (WARN_ON(ret != 0)) {
12594 crtc_mask &= ~(1 << pipe);
12595 continue;
e8861675
ML
12596 }
12597
e2af48c6 12598 last_vblank_count[pipe] = drm_crtc_vblank_count(&crtc->base);
e8861675
ML
12599 }
12600
5a21b665 12601 for_each_pipe(dev_priv, pipe) {
98187836
VS
12602 struct intel_crtc *crtc = intel_get_crtc_for_pipe(dev_priv,
12603 pipe);
5a21b665 12604 long lret;
e8861675 12605
5a21b665
DV
12606 if (!((1 << pipe) & crtc_mask))
12607 continue;
d55dbd06 12608
5a21b665
DV
12609 lret = wait_event_timeout(dev->vblank[pipe].queue,
12610 last_vblank_count[pipe] !=
e2af48c6 12611 drm_crtc_vblank_count(&crtc->base),
5a21b665 12612 msecs_to_jiffies(50));
d55dbd06 12613
5a21b665 12614 WARN(!lret, "pipe %c vblank wait timed out\n", pipe_name(pipe));
d55dbd06 12615
e2af48c6 12616 drm_crtc_vblank_put(&crtc->base);
d55dbd06
ML
12617 }
12618}
12619
5a21b665 12620static bool needs_vblank_wait(struct intel_crtc_state *crtc_state)
a6747b73 12621{
5a21b665
DV
12622 /* fb updated, need to unpin old fb */
12623 if (crtc_state->fb_changed)
12624 return true;
a6747b73 12625
5a21b665
DV
12626 /* wm changes, need vblank before final wm's */
12627 if (crtc_state->update_wm_post)
12628 return true;
a6747b73 12629
5eeb798b 12630 if (crtc_state->wm.need_postvbl_update)
5a21b665 12631 return true;
a6747b73 12632
5a21b665 12633 return false;
e8861675
ML
12634}
12635
896e5bb0
L
12636static void intel_update_crtc(struct drm_crtc *crtc,
12637 struct drm_atomic_state *state,
12638 struct drm_crtc_state *old_crtc_state,
aa5e9b47 12639 struct drm_crtc_state *new_crtc_state,
896e5bb0
L
12640 unsigned int *crtc_vblank_mask)
12641{
12642 struct drm_device *dev = crtc->dev;
12643 struct drm_i915_private *dev_priv = to_i915(dev);
12644 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
aa5e9b47
ML
12645 struct intel_crtc_state *pipe_config = to_intel_crtc_state(new_crtc_state);
12646 bool modeset = needs_modeset(new_crtc_state);
896e5bb0
L
12647
12648 if (modeset) {
12649 update_scanline_offset(intel_crtc);
12650 dev_priv->display.crtc_enable(pipe_config, state);
12651 } else {
aa5e9b47
ML
12652 intel_pre_plane_update(to_intel_crtc_state(old_crtc_state),
12653 pipe_config);
896e5bb0
L
12654 }
12655
12656 if (drm_atomic_get_existing_plane_state(state, crtc->primary)) {
12657 intel_fbc_enable(
12658 intel_crtc, pipe_config,
12659 to_intel_plane_state(crtc->primary->state));
12660 }
12661
12662 drm_atomic_helper_commit_planes_on_crtc(old_crtc_state);
12663
12664 if (needs_vblank_wait(pipe_config))
12665 *crtc_vblank_mask |= drm_crtc_mask(crtc);
12666}
12667
12668static void intel_update_crtcs(struct drm_atomic_state *state,
12669 unsigned int *crtc_vblank_mask)
12670{
12671 struct drm_crtc *crtc;
aa5e9b47 12672 struct drm_crtc_state *old_crtc_state, *new_crtc_state;
896e5bb0
L
12673 int i;
12674
aa5e9b47
ML
12675 for_each_oldnew_crtc_in_state(state, crtc, old_crtc_state, new_crtc_state, i) {
12676 if (!new_crtc_state->active)
896e5bb0
L
12677 continue;
12678
12679 intel_update_crtc(crtc, state, old_crtc_state,
aa5e9b47 12680 new_crtc_state, crtc_vblank_mask);
896e5bb0
L
12681 }
12682}
12683
27082493
L
12684static void skl_update_crtcs(struct drm_atomic_state *state,
12685 unsigned int *crtc_vblank_mask)
12686{
0f0f74bc 12687 struct drm_i915_private *dev_priv = to_i915(state->dev);
27082493
L
12688 struct intel_atomic_state *intel_state = to_intel_atomic_state(state);
12689 struct drm_crtc *crtc;
ce0ba283 12690 struct intel_crtc *intel_crtc;
aa5e9b47 12691 struct drm_crtc_state *old_crtc_state, *new_crtc_state;
ce0ba283 12692 struct intel_crtc_state *cstate;
27082493
L
12693 unsigned int updated = 0;
12694 bool progress;
12695 enum pipe pipe;
5eff503b
ML
12696 int i;
12697
12698 const struct skl_ddb_entry *entries[I915_MAX_PIPES] = {};
12699
aa5e9b47 12700 for_each_oldnew_crtc_in_state(state, crtc, old_crtc_state, new_crtc_state, i)
5eff503b 12701 /* ignore allocations for crtc's that have been turned off. */
aa5e9b47 12702 if (new_crtc_state->active)
5eff503b 12703 entries[i] = &to_intel_crtc_state(old_crtc_state)->wm.skl.ddb;
27082493
L
12704
12705 /*
12706 * Whenever the number of active pipes changes, we need to make sure we
12707 * update the pipes in the right order so that their ddb allocations
12708 * never overlap with eachother inbetween CRTC updates. Otherwise we'll
12709 * cause pipe underruns and other bad stuff.
12710 */
12711 do {
27082493
L
12712 progress = false;
12713
aa5e9b47 12714 for_each_oldnew_crtc_in_state(state, crtc, old_crtc_state, new_crtc_state, i) {
27082493
L
12715 bool vbl_wait = false;
12716 unsigned int cmask = drm_crtc_mask(crtc);
ce0ba283
L
12717
12718 intel_crtc = to_intel_crtc(crtc);
12719 cstate = to_intel_crtc_state(crtc->state);
12720 pipe = intel_crtc->pipe;
27082493 12721
5eff503b 12722 if (updated & cmask || !cstate->base.active)
27082493 12723 continue;
5eff503b
ML
12724
12725 if (skl_ddb_allocation_overlaps(entries, &cstate->wm.skl.ddb, i))
27082493
L
12726 continue;
12727
12728 updated |= cmask;
5eff503b 12729 entries[i] = &cstate->wm.skl.ddb;
27082493
L
12730
12731 /*
12732 * If this is an already active pipe, it's DDB changed,
12733 * and this isn't the last pipe that needs updating
12734 * then we need to wait for a vblank to pass for the
12735 * new ddb allocation to take effect.
12736 */
ce0ba283 12737 if (!skl_ddb_entry_equal(&cstate->wm.skl.ddb,
512b5527 12738 &to_intel_crtc_state(old_crtc_state)->wm.skl.ddb) &&
aa5e9b47 12739 !new_crtc_state->active_changed &&
27082493
L
12740 intel_state->wm_results.dirty_pipes != updated)
12741 vbl_wait = true;
12742
12743 intel_update_crtc(crtc, state, old_crtc_state,
aa5e9b47 12744 new_crtc_state, crtc_vblank_mask);
27082493
L
12745
12746 if (vbl_wait)
0f0f74bc 12747 intel_wait_for_vblank(dev_priv, pipe);
27082493
L
12748
12749 progress = true;
12750 }
12751 } while (progress);
12752}
12753
ba318c61
CW
12754static void intel_atomic_helper_free_state(struct drm_i915_private *dev_priv)
12755{
12756 struct intel_atomic_state *state, *next;
12757 struct llist_node *freed;
12758
12759 freed = llist_del_all(&dev_priv->atomic_helper.free_list);
12760 llist_for_each_entry_safe(state, next, freed, freed)
12761 drm_atomic_state_put(&state->base);
12762}
12763
12764static void intel_atomic_helper_free_state_worker(struct work_struct *work)
12765{
12766 struct drm_i915_private *dev_priv =
12767 container_of(work, typeof(*dev_priv), atomic_helper.free_work);
12768
12769 intel_atomic_helper_free_state(dev_priv);
12770}
12771
94f05024 12772static void intel_atomic_commit_tail(struct drm_atomic_state *state)
a6778b3c 12773{
94f05024 12774 struct drm_device *dev = state->dev;
565602d7 12775 struct intel_atomic_state *intel_state = to_intel_atomic_state(state);
fac5e23e 12776 struct drm_i915_private *dev_priv = to_i915(dev);
aa5e9b47 12777 struct drm_crtc_state *old_crtc_state, *new_crtc_state;
7580d774 12778 struct drm_crtc *crtc;
5a21b665 12779 struct intel_crtc_state *intel_cstate;
5a21b665 12780 bool hw_check = intel_state->modeset;
d8fc70b7 12781 u64 put_domains[I915_MAX_PIPES] = {};
5a21b665 12782 unsigned crtc_vblank_mask = 0;
e95433c7 12783 int i;
a6778b3c 12784
ea0000f0
DV
12785 drm_atomic_helper_wait_for_dependencies(state);
12786
c3b32658 12787 if (intel_state->modeset)
5a21b665 12788 intel_display_power_get(dev_priv, POWER_DOMAIN_MODESET);
565602d7 12789
aa5e9b47 12790 for_each_oldnew_crtc_in_state(state, crtc, old_crtc_state, new_crtc_state, i) {
a539205a
ML
12791 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
12792
aa5e9b47
ML
12793 if (needs_modeset(new_crtc_state) ||
12794 to_intel_crtc_state(new_crtc_state)->update_pipe) {
5a21b665
DV
12795 hw_check = true;
12796
12797 put_domains[to_intel_crtc(crtc)->pipe] =
12798 modeset_get_crtc_power_domains(crtc,
aa5e9b47 12799 to_intel_crtc_state(new_crtc_state));
5a21b665
DV
12800 }
12801
aa5e9b47 12802 if (!needs_modeset(new_crtc_state))
61333b60
ML
12803 continue;
12804
aa5e9b47
ML
12805 intel_pre_plane_update(to_intel_crtc_state(old_crtc_state),
12806 to_intel_crtc_state(new_crtc_state));
460da916 12807
29ceb0e6
VS
12808 if (old_crtc_state->active) {
12809 intel_crtc_disable_planes(crtc, old_crtc_state->plane_mask);
4a806558 12810 dev_priv->display.crtc_disable(to_intel_crtc_state(old_crtc_state), state);
eddfcbcd 12811 intel_crtc->active = false;
58f9c0bc 12812 intel_fbc_disable(intel_crtc);
eddfcbcd 12813 intel_disable_shared_dpll(intel_crtc);
9bbc8258
VS
12814
12815 /*
12816 * Underruns don't always raise
12817 * interrupts, so check manually.
12818 */
12819 intel_check_cpu_fifo_underruns(dev_priv);
12820 intel_check_pch_fifo_underruns(dev_priv);
b9001114 12821
e62929b3
ML
12822 if (!crtc->state->active) {
12823 /*
12824 * Make sure we don't call initial_watermarks
12825 * for ILK-style watermark updates.
ff32c54e
VS
12826 *
12827 * No clue what this is supposed to achieve.
e62929b3 12828 */
ff32c54e 12829 if (INTEL_GEN(dev_priv) >= 9)
e62929b3
ML
12830 dev_priv->display.initial_watermarks(intel_state,
12831 to_intel_crtc_state(crtc->state));
e62929b3 12832 }
a539205a 12833 }
b8cecdf5 12834 }
7758a113 12835
ea9d758d
DV
12836 /* Only after disabling all output pipelines that will be changed can we
12837 * update the the output configuration. */
4740b0f2 12838 intel_modeset_update_crtc_state(state);
f6e5b160 12839
565602d7 12840 if (intel_state->modeset) {
4740b0f2 12841 drm_atomic_helper_update_legacy_modeset_state(state->dev, state);
33c8df89 12842
b0587e4d 12843 intel_set_cdclk(dev_priv, &dev_priv->cdclk.actual);
f6d1973d 12844
656d1b89
L
12845 /*
12846 * SKL workaround: bspec recommends we disable the SAGV when we
12847 * have more then one pipe enabled
12848 */
56feca91 12849 if (!intel_can_enable_sagv(state))
16dcdc4e 12850 intel_disable_sagv(dev_priv);
656d1b89 12851
677100ce 12852 intel_modeset_verify_disabled(dev, state);
4740b0f2 12853 }
47fab737 12854
896e5bb0 12855 /* Complete the events for pipes that have now been disabled */
aa5e9b47
ML
12856 for_each_new_crtc_in_state(state, crtc, new_crtc_state, i) {
12857 bool modeset = needs_modeset(new_crtc_state);
80715b2f 12858
1f7528c4 12859 /* Complete events for now disable pipes here. */
aa5e9b47 12860 if (modeset && !new_crtc_state->active && new_crtc_state->event) {
1f7528c4 12861 spin_lock_irq(&dev->event_lock);
aa5e9b47 12862 drm_crtc_send_vblank_event(crtc, new_crtc_state->event);
1f7528c4
DV
12863 spin_unlock_irq(&dev->event_lock);
12864
aa5e9b47 12865 new_crtc_state->event = NULL;
1f7528c4 12866 }
177246a8
MR
12867 }
12868
896e5bb0
L
12869 /* Now enable the clocks, plane, pipe, and connectors that we set up. */
12870 dev_priv->display.update_crtcs(state, &crtc_vblank_mask);
12871
94f05024
DV
12872 /* FIXME: We should call drm_atomic_helper_commit_hw_done() here
12873 * already, but still need the state for the delayed optimization. To
12874 * fix this:
12875 * - wrap the optimization/post_plane_update stuff into a per-crtc work.
12876 * - schedule that vblank worker _before_ calling hw_done
12877 * - at the start of commit_tail, cancel it _synchrously
12878 * - switch over to the vblank wait helper in the core after that since
12879 * we don't need out special handling any more.
12880 */
5a21b665
DV
12881 if (!state->legacy_cursor_update)
12882 intel_atomic_wait_for_vblanks(dev, dev_priv, crtc_vblank_mask);
12883
12884 /*
12885 * Now that the vblank has passed, we can go ahead and program the
12886 * optimal watermarks on platforms that need two-step watermark
12887 * programming.
12888 *
12889 * TODO: Move this (and other cleanup) to an async worker eventually.
12890 */
aa5e9b47
ML
12891 for_each_new_crtc_in_state(state, crtc, new_crtc_state, i) {
12892 intel_cstate = to_intel_crtc_state(new_crtc_state);
5a21b665
DV
12893
12894 if (dev_priv->display.optimize_watermarks)
ccf010fb
ML
12895 dev_priv->display.optimize_watermarks(intel_state,
12896 intel_cstate);
5a21b665
DV
12897 }
12898
aa5e9b47 12899 for_each_oldnew_crtc_in_state(state, crtc, old_crtc_state, new_crtc_state, i) {
5a21b665
DV
12900 intel_post_plane_update(to_intel_crtc_state(old_crtc_state));
12901
12902 if (put_domains[i])
12903 modeset_put_power_domains(dev_priv, put_domains[i]);
12904
aa5e9b47 12905 intel_modeset_verify_crtc(crtc, state, old_crtc_state, new_crtc_state);
5a21b665
DV
12906 }
12907
56feca91 12908 if (intel_state->modeset && intel_can_enable_sagv(state))
16dcdc4e 12909 intel_enable_sagv(dev_priv);
656d1b89 12910
94f05024
DV
12911 drm_atomic_helper_commit_hw_done(state);
12912
5a21b665
DV
12913 if (intel_state->modeset)
12914 intel_display_power_put(dev_priv, POWER_DOMAIN_MODESET);
12915
12916 mutex_lock(&dev->struct_mutex);
12917 drm_atomic_helper_cleanup_planes(dev, state);
12918 mutex_unlock(&dev->struct_mutex);
12919
ea0000f0
DV
12920 drm_atomic_helper_commit_cleanup_done(state);
12921
0853695c 12922 drm_atomic_state_put(state);
f30da187 12923
75714940
MK
12924 /* As one of the primary mmio accessors, KMS has a high likelihood
12925 * of triggering bugs in unclaimed access. After we finish
12926 * modesetting, see if an error has been flagged, and if so
12927 * enable debugging for the next modeset - and hope we catch
12928 * the culprit.
12929 *
12930 * XXX note that we assume display power is on at this point.
12931 * This might hold true now but we need to add pm helper to check
12932 * unclaimed only when the hardware is on, as atomic commits
12933 * can happen also when the device is completely off.
12934 */
12935 intel_uncore_arm_unclaimed_mmio_detection(dev_priv);
ba318c61
CW
12936
12937 intel_atomic_helper_free_state(dev_priv);
94f05024
DV
12938}
12939
12940static void intel_atomic_commit_work(struct work_struct *work)
12941{
c004a90b
CW
12942 struct drm_atomic_state *state =
12943 container_of(work, struct drm_atomic_state, commit_work);
12944
94f05024
DV
12945 intel_atomic_commit_tail(state);
12946}
12947
c004a90b
CW
12948static int __i915_sw_fence_call
12949intel_atomic_commit_ready(struct i915_sw_fence *fence,
12950 enum i915_sw_fence_notify notify)
12951{
12952 struct intel_atomic_state *state =
12953 container_of(fence, struct intel_atomic_state, commit_ready);
12954
12955 switch (notify) {
12956 case FENCE_COMPLETE:
12957 if (state->base.commit_work.func)
12958 queue_work(system_unbound_wq, &state->base.commit_work);
12959 break;
12960
12961 case FENCE_FREE:
eb955eee
CW
12962 {
12963 struct intel_atomic_helper *helper =
12964 &to_i915(state->base.dev)->atomic_helper;
12965
12966 if (llist_add(&state->freed, &helper->free_list))
12967 schedule_work(&helper->free_work);
12968 break;
12969 }
c004a90b
CW
12970 }
12971
12972 return NOTIFY_DONE;
12973}
12974
6c9c1b38
DV
12975static void intel_atomic_track_fbs(struct drm_atomic_state *state)
12976{
aa5e9b47 12977 struct drm_plane_state *old_plane_state, *new_plane_state;
6c9c1b38 12978 struct drm_plane *plane;
6c9c1b38
DV
12979 int i;
12980
aa5e9b47 12981 for_each_oldnew_plane_in_state(state, plane, old_plane_state, new_plane_state, i)
faf5bf0a 12982 i915_gem_track_fb(intel_fb_obj(old_plane_state->fb),
aa5e9b47 12983 intel_fb_obj(new_plane_state->fb),
faf5bf0a 12984 to_intel_plane(plane)->frontbuffer_bit);
6c9c1b38
DV
12985}
12986
94f05024
DV
12987/**
12988 * intel_atomic_commit - commit validated state object
12989 * @dev: DRM device
12990 * @state: the top-level driver state object
12991 * @nonblock: nonblocking commit
12992 *
12993 * This function commits a top-level state object that has been validated
12994 * with drm_atomic_helper_check().
12995 *
94f05024
DV
12996 * RETURNS
12997 * Zero for success or -errno.
12998 */
12999static int intel_atomic_commit(struct drm_device *dev,
13000 struct drm_atomic_state *state,
13001 bool nonblock)
13002{
13003 struct intel_atomic_state *intel_state = to_intel_atomic_state(state);
fac5e23e 13004 struct drm_i915_private *dev_priv = to_i915(dev);
94f05024
DV
13005 int ret = 0;
13006
a5509abd
VS
13007 /*
13008 * The intel_legacy_cursor_update() fast path takes care
13009 * of avoiding the vblank waits for simple cursor
13010 * movement and flips. For cursor on/off and size changes,
13011 * we want to perform the vblank waits so that watermark
13012 * updates happen during the correct frames. Gen9+ have
13013 * double buffered watermarks and so shouldn't need this.
13014 */
13015 if (INTEL_GEN(dev_priv) < 9)
13016 state->legacy_cursor_update = false;
13017
94f05024
DV
13018 ret = drm_atomic_helper_setup_commit(state, nonblock);
13019 if (ret)
13020 return ret;
13021
c004a90b
CW
13022 drm_atomic_state_get(state);
13023 i915_sw_fence_init(&intel_state->commit_ready,
13024 intel_atomic_commit_ready);
94f05024 13025
d07f0e59 13026 ret = intel_atomic_prepare_commit(dev, state);
94f05024
DV
13027 if (ret) {
13028 DRM_DEBUG_ATOMIC("Preparing state failed with %i\n", ret);
c004a90b 13029 i915_sw_fence_commit(&intel_state->commit_ready);
94f05024
DV
13030 return ret;
13031 }
13032
13033 drm_atomic_helper_swap_state(state, true);
13034 dev_priv->wm.distrust_bios_wm = false;
3c0fb588 13035 intel_shared_dpll_swap_state(state);
6c9c1b38 13036 intel_atomic_track_fbs(state);
94f05024 13037
c3b32658
ML
13038 if (intel_state->modeset) {
13039 memcpy(dev_priv->min_pixclk, intel_state->min_pixclk,
13040 sizeof(intel_state->min_pixclk));
13041 dev_priv->active_crtcs = intel_state->active_crtcs;
bb0f4aab
VS
13042 dev_priv->cdclk.logical = intel_state->cdclk.logical;
13043 dev_priv->cdclk.actual = intel_state->cdclk.actual;
c3b32658
ML
13044 }
13045
0853695c 13046 drm_atomic_state_get(state);
c004a90b
CW
13047 INIT_WORK(&state->commit_work,
13048 nonblock ? intel_atomic_commit_work : NULL);
13049
13050 i915_sw_fence_commit(&intel_state->commit_ready);
13051 if (!nonblock) {
13052 i915_sw_fence_wait(&intel_state->commit_ready);
94f05024 13053 intel_atomic_commit_tail(state);
c004a90b 13054 }
75714940 13055
74c090b1 13056 return 0;
7f27126e
JB
13057}
13058
c0c36b94
CW
13059void intel_crtc_restore_mode(struct drm_crtc *crtc)
13060{
83a57153
ACO
13061 struct drm_device *dev = crtc->dev;
13062 struct drm_atomic_state *state;
e694eb02 13063 struct drm_crtc_state *crtc_state;
2bfb4627 13064 int ret;
83a57153
ACO
13065
13066 state = drm_atomic_state_alloc(dev);
13067 if (!state) {
78108b7c
VS
13068 DRM_DEBUG_KMS("[CRTC:%d:%s] crtc restore failed, out of memory",
13069 crtc->base.id, crtc->name);
83a57153
ACO
13070 return;
13071 }
13072
e694eb02 13073 state->acquire_ctx = drm_modeset_legacy_acquire_ctx(crtc);
83a57153 13074
e694eb02
ML
13075retry:
13076 crtc_state = drm_atomic_get_crtc_state(state, crtc);
13077 ret = PTR_ERR_OR_ZERO(crtc_state);
13078 if (!ret) {
13079 if (!crtc_state->active)
13080 goto out;
83a57153 13081
e694eb02 13082 crtc_state->mode_changed = true;
74c090b1 13083 ret = drm_atomic_commit(state);
83a57153
ACO
13084 }
13085
e694eb02
ML
13086 if (ret == -EDEADLK) {
13087 drm_atomic_state_clear(state);
13088 drm_modeset_backoff(state->acquire_ctx);
13089 goto retry;
4ed9fb37 13090 }
4be07317 13091
e694eb02 13092out:
0853695c 13093 drm_atomic_state_put(state);
c0c36b94
CW
13094}
13095
a8784875
BP
13096/*
13097 * FIXME: Remove this once i915 is fully DRIVER_ATOMIC by calling
13098 * drm_atomic_helper_legacy_gamma_set() directly.
13099 */
13100static int intel_atomic_legacy_gamma_set(struct drm_crtc *crtc,
13101 u16 *red, u16 *green, u16 *blue,
13102 uint32_t size)
13103{
13104 struct drm_device *dev = crtc->dev;
13105 struct drm_mode_config *config = &dev->mode_config;
13106 struct drm_crtc_state *state;
13107 int ret;
13108
13109 ret = drm_atomic_helper_legacy_gamma_set(crtc, red, green, blue, size);
13110 if (ret)
13111 return ret;
13112
13113 /*
13114 * Make sure we update the legacy properties so this works when
13115 * atomic is not enabled.
13116 */
13117
13118 state = crtc->state;
13119
13120 drm_object_property_set_value(&crtc->base,
13121 config->degamma_lut_property,
13122 (state->degamma_lut) ?
13123 state->degamma_lut->base.id : 0);
13124
13125 drm_object_property_set_value(&crtc->base,
13126 config->ctm_property,
13127 (state->ctm) ?
13128 state->ctm->base.id : 0);
13129
13130 drm_object_property_set_value(&crtc->base,
13131 config->gamma_lut_property,
13132 (state->gamma_lut) ?
13133 state->gamma_lut->base.id : 0);
13134
13135 return 0;
13136}
13137
f6e5b160 13138static const struct drm_crtc_funcs intel_crtc_funcs = {
a8784875 13139 .gamma_set = intel_atomic_legacy_gamma_set,
74c090b1 13140 .set_config = drm_atomic_helper_set_config,
82cf435b 13141 .set_property = drm_atomic_helper_crtc_set_property,
f6e5b160 13142 .destroy = intel_crtc_destroy,
4c01ded5 13143 .page_flip = drm_atomic_helper_page_flip,
1356837e
MR
13144 .atomic_duplicate_state = intel_crtc_duplicate_state,
13145 .atomic_destroy_state = intel_crtc_destroy_state,
8c6b709d 13146 .set_crc_source = intel_crtc_set_crc_source,
f6e5b160
CW
13147};
13148
6beb8c23
MR
13149/**
13150 * intel_prepare_plane_fb - Prepare fb for usage on plane
13151 * @plane: drm plane to prepare for
13152 * @fb: framebuffer to prepare for presentation
13153 *
13154 * Prepares a framebuffer for usage on a display plane. Generally this
13155 * involves pinning the underlying object and updating the frontbuffer tracking
13156 * bits. Some older platforms need special physical address handling for
13157 * cursor planes.
13158 *
f935675f
ML
13159 * Must be called with struct_mutex held.
13160 *
6beb8c23
MR
13161 * Returns 0 on success, negative error code on failure.
13162 */
13163int
13164intel_prepare_plane_fb(struct drm_plane *plane,
1832040d 13165 struct drm_plane_state *new_state)
465c120c 13166{
c004a90b
CW
13167 struct intel_atomic_state *intel_state =
13168 to_intel_atomic_state(new_state->state);
b7f05d4a 13169 struct drm_i915_private *dev_priv = to_i915(plane->dev);
844f9111 13170 struct drm_framebuffer *fb = new_state->fb;
6beb8c23 13171 struct drm_i915_gem_object *obj = intel_fb_obj(fb);
1ee49399 13172 struct drm_i915_gem_object *old_obj = intel_fb_obj(plane->state->fb);
c004a90b 13173 int ret;
465c120c 13174
57822dc6
CW
13175 if (obj) {
13176 if (plane->type == DRM_PLANE_TYPE_CURSOR &&
13177 INTEL_INFO(dev_priv)->cursor_needs_physical) {
13178 const int align = IS_I830(dev_priv) ? 16 * 1024 : 256;
13179
13180 ret = i915_gem_object_attach_phys(obj, align);
13181 if (ret) {
13182 DRM_DEBUG_KMS("failed to attach phys object\n");
13183 return ret;
13184 }
13185 } else {
13186 struct i915_vma *vma;
13187
13188 vma = intel_pin_and_fence_fb_obj(fb, new_state->rotation);
13189 if (IS_ERR(vma)) {
13190 DRM_DEBUG_KMS("failed to pin object\n");
13191 return PTR_ERR(vma);
13192 }
13193
13194 to_intel_plane_state(new_state)->vma = vma;
13195 }
13196 }
13197
1ee49399 13198 if (!obj && !old_obj)
465c120c
MR
13199 return 0;
13200
5008e874
ML
13201 if (old_obj) {
13202 struct drm_crtc_state *crtc_state =
c004a90b
CW
13203 drm_atomic_get_existing_crtc_state(new_state->state,
13204 plane->state->crtc);
5008e874
ML
13205
13206 /* Big Hammer, we also need to ensure that any pending
13207 * MI_WAIT_FOR_EVENT inside a user batch buffer on the
13208 * current scanout is retired before unpinning the old
13209 * framebuffer. Note that we rely on userspace rendering
13210 * into the buffer attached to the pipe they are waiting
13211 * on. If not, userspace generates a GPU hang with IPEHR
13212 * point to the MI_WAIT_FOR_EVENT.
13213 *
13214 * This should only fail upon a hung GPU, in which case we
13215 * can safely continue.
13216 */
c004a90b
CW
13217 if (needs_modeset(crtc_state)) {
13218 ret = i915_sw_fence_await_reservation(&intel_state->commit_ready,
13219 old_obj->resv, NULL,
13220 false, 0,
13221 GFP_KERNEL);
13222 if (ret < 0)
13223 return ret;
f4457ae7 13224 }
5008e874
ML
13225 }
13226
c004a90b
CW
13227 if (new_state->fence) { /* explicit fencing */
13228 ret = i915_sw_fence_await_dma_fence(&intel_state->commit_ready,
13229 new_state->fence,
13230 I915_FENCE_TIMEOUT,
13231 GFP_KERNEL);
13232 if (ret < 0)
13233 return ret;
13234 }
13235
c37efb99
CW
13236 if (!obj)
13237 return 0;
13238
c004a90b
CW
13239 if (!new_state->fence) { /* implicit fencing */
13240 ret = i915_sw_fence_await_reservation(&intel_state->commit_ready,
13241 obj->resv, NULL,
13242 false, I915_FENCE_TIMEOUT,
13243 GFP_KERNEL);
13244 if (ret < 0)
13245 return ret;
6b5e90f5
CW
13246
13247 i915_gem_object_wait_priority(obj, 0, I915_PRIORITY_DISPLAY);
c004a90b 13248 }
5a21b665 13249
d07f0e59 13250 return 0;
6beb8c23
MR
13251}
13252
38f3ce3a
MR
13253/**
13254 * intel_cleanup_plane_fb - Cleans up an fb after plane use
13255 * @plane: drm plane to clean up for
13256 * @fb: old framebuffer that was on plane
13257 *
13258 * Cleans up a framebuffer that has just been removed from a plane.
f935675f
ML
13259 *
13260 * Must be called with struct_mutex held.
38f3ce3a
MR
13261 */
13262void
13263intel_cleanup_plane_fb(struct drm_plane *plane,
1832040d 13264 struct drm_plane_state *old_state)
38f3ce3a 13265{
be1e3415 13266 struct i915_vma *vma;
38f3ce3a 13267
be1e3415
CW
13268 /* Should only be called after a successful intel_prepare_plane_fb()! */
13269 vma = fetch_and_zero(&to_intel_plane_state(old_state)->vma);
13270 if (vma)
13271 intel_unpin_fb_vma(vma);
465c120c
MR
13272}
13273
6156a456
CK
13274int
13275skl_max_scale(struct intel_crtc *intel_crtc, struct intel_crtc_state *crtc_state)
13276{
5b7280f0 13277 struct drm_i915_private *dev_priv;
6156a456 13278 int max_scale;
5b7280f0 13279 int crtc_clock, max_dotclk;
6156a456 13280
bf8a0af0 13281 if (!intel_crtc || !crtc_state->base.enable)
6156a456
CK
13282 return DRM_PLANE_HELPER_NO_SCALING;
13283
5b7280f0
ACO
13284 dev_priv = to_i915(intel_crtc->base.dev);
13285
6156a456 13286 crtc_clock = crtc_state->base.adjusted_mode.crtc_clock;
5b7280f0
ACO
13287 max_dotclk = to_intel_atomic_state(crtc_state->base.state)->cdclk.logical.cdclk;
13288
13289 if (IS_GEMINILAKE(dev_priv))
13290 max_dotclk *= 2;
6156a456 13291
5b7280f0 13292 if (WARN_ON_ONCE(!crtc_clock || max_dotclk < crtc_clock))
6156a456
CK
13293 return DRM_PLANE_HELPER_NO_SCALING;
13294
13295 /*
13296 * skl max scale is lower of:
13297 * close to 3 but not 3, -1 is for that purpose
13298 * or
13299 * cdclk/crtc_clock
13300 */
5b7280f0
ACO
13301 max_scale = min((1 << 16) * 3 - 1,
13302 (1 << 8) * ((max_dotclk << 8) / crtc_clock));
6156a456
CK
13303
13304 return max_scale;
13305}
13306
465c120c 13307static int
3c692a41 13308intel_check_primary_plane(struct drm_plane *plane,
061e4b8d 13309 struct intel_crtc_state *crtc_state,
3c692a41
GP
13310 struct intel_plane_state *state)
13311{
b63a16f6 13312 struct drm_i915_private *dev_priv = to_i915(plane->dev);
2b875c22 13313 struct drm_crtc *crtc = state->base.crtc;
6156a456 13314 int min_scale = DRM_PLANE_HELPER_NO_SCALING;
061e4b8d
ML
13315 int max_scale = DRM_PLANE_HELPER_NO_SCALING;
13316 bool can_position = false;
b63a16f6 13317 int ret;
465c120c 13318
b63a16f6 13319 if (INTEL_GEN(dev_priv) >= 9) {
693bdc28
VS
13320 /* use scaler when colorkey is not required */
13321 if (state->ckey.flags == I915_SET_COLORKEY_NONE) {
13322 min_scale = 1;
13323 max_scale = skl_max_scale(to_intel_crtc(crtc), crtc_state);
13324 }
d8106366 13325 can_position = true;
6156a456 13326 }
d8106366 13327
cc926387
DV
13328 ret = drm_plane_helper_check_state(&state->base,
13329 &state->clip,
13330 min_scale, max_scale,
13331 can_position, true);
b63a16f6
VS
13332 if (ret)
13333 return ret;
13334
cc926387 13335 if (!state->base.fb)
b63a16f6
VS
13336 return 0;
13337
13338 if (INTEL_GEN(dev_priv) >= 9) {
13339 ret = skl_check_plane_surface(state);
13340 if (ret)
13341 return ret;
a0864d59
VS
13342
13343 state->ctl = skl_plane_ctl(crtc_state, state);
13344 } else {
5b7fcc44
VS
13345 ret = i9xx_check_plane_surface(state);
13346 if (ret)
13347 return ret;
13348
a0864d59 13349 state->ctl = i9xx_plane_ctl(crtc_state, state);
b63a16f6
VS
13350 }
13351
13352 return 0;
14af293f
GP
13353}
13354
5a21b665
DV
13355static void intel_begin_crtc_commit(struct drm_crtc *crtc,
13356 struct drm_crtc_state *old_crtc_state)
13357{
13358 struct drm_device *dev = crtc->dev;
62e0fb88 13359 struct drm_i915_private *dev_priv = to_i915(dev);
5a21b665 13360 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
b707aa50
L
13361 struct intel_crtc_state *intel_cstate =
13362 to_intel_crtc_state(crtc->state);
ccf010fb 13363 struct intel_crtc_state *old_intel_cstate =
5a21b665 13364 to_intel_crtc_state(old_crtc_state);
ccf010fb
ML
13365 struct intel_atomic_state *old_intel_state =
13366 to_intel_atomic_state(old_crtc_state->state);
5a21b665
DV
13367 bool modeset = needs_modeset(crtc->state);
13368
567f0792
ML
13369 if (!modeset &&
13370 (intel_cstate->base.color_mgmt_changed ||
13371 intel_cstate->update_pipe)) {
13372 intel_color_set_csc(crtc->state);
13373 intel_color_load_luts(crtc->state);
13374 }
13375
5a21b665
DV
13376 /* Perform vblank evasion around commit operation */
13377 intel_pipe_update_start(intel_crtc);
13378
13379 if (modeset)
e62929b3 13380 goto out;
5a21b665 13381
ccf010fb
ML
13382 if (intel_cstate->update_pipe)
13383 intel_update_pipe_config(intel_crtc, old_intel_cstate);
13384 else if (INTEL_GEN(dev_priv) >= 9)
5a21b665 13385 skl_detach_scalers(intel_crtc);
62e0fb88 13386
e62929b3 13387out:
ccf010fb
ML
13388 if (dev_priv->display.atomic_update_watermarks)
13389 dev_priv->display.atomic_update_watermarks(old_intel_state,
13390 intel_cstate);
5a21b665
DV
13391}
13392
13393static void intel_finish_crtc_commit(struct drm_crtc *crtc,
13394 struct drm_crtc_state *old_crtc_state)
13395{
13396 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
13397
13398 intel_pipe_update_end(intel_crtc, NULL);
13399}
13400
cf4c7c12 13401/**
4a3b8769
MR
13402 * intel_plane_destroy - destroy a plane
13403 * @plane: plane to destroy
cf4c7c12 13404 *
4a3b8769
MR
13405 * Common destruction function for all types of planes (primary, cursor,
13406 * sprite).
cf4c7c12 13407 */
4a3b8769 13408void intel_plane_destroy(struct drm_plane *plane)
465c120c 13409{
465c120c 13410 drm_plane_cleanup(plane);
69ae561f 13411 kfree(to_intel_plane(plane));
465c120c
MR
13412}
13413
65a3fea0 13414const struct drm_plane_funcs intel_plane_funcs = {
70a101f8
MR
13415 .update_plane = drm_atomic_helper_update_plane,
13416 .disable_plane = drm_atomic_helper_disable_plane,
3d7d6510 13417 .destroy = intel_plane_destroy,
c196e1d6 13418 .set_property = drm_atomic_helper_plane_set_property,
a98b3431
MR
13419 .atomic_get_property = intel_plane_atomic_get_property,
13420 .atomic_set_property = intel_plane_atomic_set_property,
ea2c67bb
MR
13421 .atomic_duplicate_state = intel_plane_duplicate_state,
13422 .atomic_destroy_state = intel_plane_destroy_state,
465c120c
MR
13423};
13424
f79f2692
ML
13425static int
13426intel_legacy_cursor_update(struct drm_plane *plane,
13427 struct drm_crtc *crtc,
13428 struct drm_framebuffer *fb,
13429 int crtc_x, int crtc_y,
13430 unsigned int crtc_w, unsigned int crtc_h,
13431 uint32_t src_x, uint32_t src_y,
13432 uint32_t src_w, uint32_t src_h)
13433{
13434 struct drm_i915_private *dev_priv = to_i915(crtc->dev);
13435 int ret;
13436 struct drm_plane_state *old_plane_state, *new_plane_state;
13437 struct intel_plane *intel_plane = to_intel_plane(plane);
13438 struct drm_framebuffer *old_fb;
13439 struct drm_crtc_state *crtc_state = crtc->state;
be1e3415 13440 struct i915_vma *old_vma;
f79f2692
ML
13441
13442 /*
13443 * When crtc is inactive or there is a modeset pending,
13444 * wait for it to complete in the slowpath
13445 */
13446 if (!crtc_state->active || needs_modeset(crtc_state) ||
13447 to_intel_crtc_state(crtc_state)->update_pipe)
13448 goto slow;
13449
13450 old_plane_state = plane->state;
13451
13452 /*
13453 * If any parameters change that may affect watermarks,
13454 * take the slowpath. Only changing fb or position should be
13455 * in the fastpath.
13456 */
13457 if (old_plane_state->crtc != crtc ||
13458 old_plane_state->src_w != src_w ||
13459 old_plane_state->src_h != src_h ||
13460 old_plane_state->crtc_w != crtc_w ||
13461 old_plane_state->crtc_h != crtc_h ||
a5509abd 13462 !old_plane_state->fb != !fb)
f79f2692
ML
13463 goto slow;
13464
13465 new_plane_state = intel_plane_duplicate_state(plane);
13466 if (!new_plane_state)
13467 return -ENOMEM;
13468
13469 drm_atomic_set_fb_for_plane(new_plane_state, fb);
13470
13471 new_plane_state->src_x = src_x;
13472 new_plane_state->src_y = src_y;
13473 new_plane_state->src_w = src_w;
13474 new_plane_state->src_h = src_h;
13475 new_plane_state->crtc_x = crtc_x;
13476 new_plane_state->crtc_y = crtc_y;
13477 new_plane_state->crtc_w = crtc_w;
13478 new_plane_state->crtc_h = crtc_h;
13479
13480 ret = intel_plane_atomic_check_with_state(to_intel_crtc_state(crtc->state),
13481 to_intel_plane_state(new_plane_state));
13482 if (ret)
13483 goto out_free;
13484
f79f2692
ML
13485 ret = mutex_lock_interruptible(&dev_priv->drm.struct_mutex);
13486 if (ret)
13487 goto out_free;
13488
13489 if (INTEL_INFO(dev_priv)->cursor_needs_physical) {
13490 int align = IS_I830(dev_priv) ? 16 * 1024 : 256;
13491
13492 ret = i915_gem_object_attach_phys(intel_fb_obj(fb), align);
13493 if (ret) {
13494 DRM_DEBUG_KMS("failed to attach phys object\n");
13495 goto out_unlock;
13496 }
13497 } else {
13498 struct i915_vma *vma;
13499
13500 vma = intel_pin_and_fence_fb_obj(fb, new_plane_state->rotation);
13501 if (IS_ERR(vma)) {
13502 DRM_DEBUG_KMS("failed to pin object\n");
13503
13504 ret = PTR_ERR(vma);
13505 goto out_unlock;
13506 }
be1e3415
CW
13507
13508 to_intel_plane_state(new_plane_state)->vma = vma;
f79f2692
ML
13509 }
13510
13511 old_fb = old_plane_state->fb;
be1e3415 13512 old_vma = to_intel_plane_state(old_plane_state)->vma;
f79f2692
ML
13513
13514 i915_gem_track_fb(intel_fb_obj(old_fb), intel_fb_obj(fb),
13515 intel_plane->frontbuffer_bit);
13516
13517 /* Swap plane state */
13518 new_plane_state->fence = old_plane_state->fence;
13519 *to_intel_plane_state(old_plane_state) = *to_intel_plane_state(new_plane_state);
13520 new_plane_state->fence = NULL;
13521 new_plane_state->fb = old_fb;
be1e3415 13522 to_intel_plane_state(new_plane_state)->vma = old_vma;
f79f2692 13523
72259536
VS
13524 if (plane->state->visible) {
13525 trace_intel_update_plane(plane, to_intel_crtc(crtc));
a5509abd
VS
13526 intel_plane->update_plane(plane,
13527 to_intel_crtc_state(crtc->state),
13528 to_intel_plane_state(plane->state));
72259536
VS
13529 } else {
13530 trace_intel_disable_plane(plane, to_intel_crtc(crtc));
a5509abd 13531 intel_plane->disable_plane(plane, crtc);
72259536 13532 }
f79f2692
ML
13533
13534 intel_cleanup_plane_fb(plane, new_plane_state);
13535
13536out_unlock:
13537 mutex_unlock(&dev_priv->drm.struct_mutex);
13538out_free:
13539 intel_plane_destroy_state(plane, new_plane_state);
13540 return ret;
13541
f79f2692
ML
13542slow:
13543 return drm_atomic_helper_update_plane(plane, crtc, fb,
13544 crtc_x, crtc_y, crtc_w, crtc_h,
13545 src_x, src_y, src_w, src_h);
13546}
13547
13548static const struct drm_plane_funcs intel_cursor_plane_funcs = {
13549 .update_plane = intel_legacy_cursor_update,
13550 .disable_plane = drm_atomic_helper_disable_plane,
13551 .destroy = intel_plane_destroy,
13552 .set_property = drm_atomic_helper_plane_set_property,
13553 .atomic_get_property = intel_plane_atomic_get_property,
13554 .atomic_set_property = intel_plane_atomic_set_property,
13555 .atomic_duplicate_state = intel_plane_duplicate_state,
13556 .atomic_destroy_state = intel_plane_destroy_state,
13557};
13558
b079bd17 13559static struct intel_plane *
580503c7 13560intel_primary_plane_create(struct drm_i915_private *dev_priv, enum pipe pipe)
465c120c 13561{
fca0ce2a
VS
13562 struct intel_plane *primary = NULL;
13563 struct intel_plane_state *state = NULL;
465c120c 13564 const uint32_t *intel_primary_formats;
93ca7e00 13565 unsigned int supported_rotations;
45e3743a 13566 unsigned int num_formats;
fca0ce2a 13567 int ret;
465c120c
MR
13568
13569 primary = kzalloc(sizeof(*primary), GFP_KERNEL);
b079bd17
VS
13570 if (!primary) {
13571 ret = -ENOMEM;
fca0ce2a 13572 goto fail;
b079bd17 13573 }
465c120c 13574
8e7d688b 13575 state = intel_create_plane_state(&primary->base);
b079bd17
VS
13576 if (!state) {
13577 ret = -ENOMEM;
fca0ce2a 13578 goto fail;
b079bd17
VS
13579 }
13580
8e7d688b 13581 primary->base.state = &state->base;
ea2c67bb 13582
465c120c
MR
13583 primary->can_scale = false;
13584 primary->max_downscale = 1;
580503c7 13585 if (INTEL_GEN(dev_priv) >= 9) {
6156a456 13586 primary->can_scale = true;
af99ceda 13587 state->scaler_id = -1;
6156a456 13588 }
465c120c 13589 primary->pipe = pipe;
e3c566df
VS
13590 /*
13591 * On gen2/3 only plane A can do FBC, but the panel fitter and LVDS
13592 * port is hooked to pipe B. Hence we want plane A feeding pipe B.
13593 */
13594 if (HAS_FBC(dev_priv) && INTEL_GEN(dev_priv) < 4)
13595 primary->plane = (enum plane) !pipe;
13596 else
13597 primary->plane = (enum plane) pipe;
b14e5848 13598 primary->id = PLANE_PRIMARY;
a9ff8714 13599 primary->frontbuffer_bit = INTEL_FRONTBUFFER_PRIMARY(pipe);
c59cb179 13600 primary->check_plane = intel_check_primary_plane;
465c120c 13601
580503c7 13602 if (INTEL_GEN(dev_priv) >= 9) {
6c0fd451
DL
13603 intel_primary_formats = skl_primary_formats;
13604 num_formats = ARRAY_SIZE(skl_primary_formats);
a8d201af
ML
13605
13606 primary->update_plane = skylake_update_primary_plane;
13607 primary->disable_plane = skylake_disable_primary_plane;
580503c7 13608 } else if (INTEL_GEN(dev_priv) >= 4) {
568db4f2
DL
13609 intel_primary_formats = i965_primary_formats;
13610 num_formats = ARRAY_SIZE(i965_primary_formats);
a8d201af
ML
13611
13612 primary->update_plane = i9xx_update_primary_plane;
13613 primary->disable_plane = i9xx_disable_primary_plane;
6c0fd451
DL
13614 } else {
13615 intel_primary_formats = i8xx_primary_formats;
13616 num_formats = ARRAY_SIZE(i8xx_primary_formats);
a8d201af
ML
13617
13618 primary->update_plane = i9xx_update_primary_plane;
13619 primary->disable_plane = i9xx_disable_primary_plane;
465c120c
MR
13620 }
13621
580503c7
VS
13622 if (INTEL_GEN(dev_priv) >= 9)
13623 ret = drm_universal_plane_init(&dev_priv->drm, &primary->base,
13624 0, &intel_plane_funcs,
38573dc1
VS
13625 intel_primary_formats, num_formats,
13626 DRM_PLANE_TYPE_PRIMARY,
13627 "plane 1%c", pipe_name(pipe));
9beb5fea 13628 else if (INTEL_GEN(dev_priv) >= 5 || IS_G4X(dev_priv))
580503c7
VS
13629 ret = drm_universal_plane_init(&dev_priv->drm, &primary->base,
13630 0, &intel_plane_funcs,
38573dc1
VS
13631 intel_primary_formats, num_formats,
13632 DRM_PLANE_TYPE_PRIMARY,
13633 "primary %c", pipe_name(pipe));
13634 else
580503c7
VS
13635 ret = drm_universal_plane_init(&dev_priv->drm, &primary->base,
13636 0, &intel_plane_funcs,
38573dc1
VS
13637 intel_primary_formats, num_formats,
13638 DRM_PLANE_TYPE_PRIMARY,
13639 "plane %c", plane_name(primary->plane));
fca0ce2a
VS
13640 if (ret)
13641 goto fail;
48404c1e 13642
5481e27f 13643 if (INTEL_GEN(dev_priv) >= 9) {
93ca7e00
VS
13644 supported_rotations =
13645 DRM_ROTATE_0 | DRM_ROTATE_90 |
13646 DRM_ROTATE_180 | DRM_ROTATE_270;
4ea7be2b
VS
13647 } else if (IS_CHERRYVIEW(dev_priv) && pipe == PIPE_B) {
13648 supported_rotations =
13649 DRM_ROTATE_0 | DRM_ROTATE_180 |
13650 DRM_REFLECT_X;
5481e27f 13651 } else if (INTEL_GEN(dev_priv) >= 4) {
93ca7e00
VS
13652 supported_rotations =
13653 DRM_ROTATE_0 | DRM_ROTATE_180;
13654 } else {
13655 supported_rotations = DRM_ROTATE_0;
13656 }
13657
5481e27f 13658 if (INTEL_GEN(dev_priv) >= 4)
93ca7e00
VS
13659 drm_plane_create_rotation_property(&primary->base,
13660 DRM_ROTATE_0,
13661 supported_rotations);
48404c1e 13662
ea2c67bb
MR
13663 drm_plane_helper_add(&primary->base, &intel_plane_helper_funcs);
13664
b079bd17 13665 return primary;
fca0ce2a
VS
13666
13667fail:
13668 kfree(state);
13669 kfree(primary);
13670
b079bd17 13671 return ERR_PTR(ret);
465c120c
MR
13672}
13673
3d7d6510 13674static int
852e787c 13675intel_check_cursor_plane(struct drm_plane *plane,
061e4b8d 13676 struct intel_crtc_state *crtc_state,
852e787c 13677 struct intel_plane_state *state)
3d7d6510 13678{
a0864d59 13679 struct drm_i915_private *dev_priv = to_i915(plane->dev);
2b875c22 13680 struct drm_framebuffer *fb = state->base.fb;
757f9a3e 13681 struct drm_i915_gem_object *obj = intel_fb_obj(fb);
b29ec92c 13682 enum pipe pipe = to_intel_plane(plane)->pipe;
757f9a3e
GP
13683 unsigned stride;
13684 int ret;
3d7d6510 13685
f8856a44
VS
13686 ret = drm_plane_helper_check_state(&state->base,
13687 &state->clip,
13688 DRM_PLANE_HELPER_NO_SCALING,
13689 DRM_PLANE_HELPER_NO_SCALING,
13690 true, true);
757f9a3e
GP
13691 if (ret)
13692 return ret;
13693
757f9a3e
GP
13694 /* if we want to turn off the cursor ignore width and height */
13695 if (!obj)
da20eabd 13696 return 0;
757f9a3e 13697
757f9a3e 13698 /* Check for which cursor types we support */
a0864d59 13699 if (!cursor_size_ok(dev_priv, state->base.crtc_w,
50a0bc90 13700 state->base.crtc_h)) {
ea2c67bb
MR
13701 DRM_DEBUG("Cursor dimension %dx%d not supported\n",
13702 state->base.crtc_w, state->base.crtc_h);
757f9a3e
GP
13703 return -EINVAL;
13704 }
13705
ea2c67bb
MR
13706 stride = roundup_pow_of_two(state->base.crtc_w) * 4;
13707 if (obj->base.size < stride * state->base.crtc_h) {
757f9a3e
GP
13708 DRM_DEBUG_KMS("buffer is too small\n");
13709 return -ENOMEM;
13710 }
13711
bae781b2 13712 if (fb->modifier != DRM_FORMAT_MOD_NONE) {
757f9a3e 13713 DRM_DEBUG_KMS("cursor cannot be tiled\n");
da20eabd 13714 return -EINVAL;
32b7eeec
MR
13715 }
13716
b29ec92c
VS
13717 /*
13718 * There's something wrong with the cursor on CHV pipe C.
13719 * If it straddles the left edge of the screen then
13720 * moving it away from the edge or disabling it often
13721 * results in a pipe underrun, and often that can lead to
13722 * dead pipe (constant underrun reported, and it scans
13723 * out just a solid color). To recover from that, the
13724 * display power well must be turned off and on again.
13725 * Refuse the put the cursor into that compromised position.
13726 */
a0864d59 13727 if (IS_CHERRYVIEW(dev_priv) && pipe == PIPE_C &&
936e71e3 13728 state->base.visible && state->base.crtc_x < 0) {
b29ec92c
VS
13729 DRM_DEBUG_KMS("CHV cursor C not allowed to straddle the left screen edge\n");
13730 return -EINVAL;
13731 }
13732
a0864d59
VS
13733 if (IS_I845G(dev_priv) || IS_I865G(dev_priv))
13734 state->ctl = i845_cursor_ctl(crtc_state, state);
13735 else
13736 state->ctl = i9xx_cursor_ctl(crtc_state, state);
13737
da20eabd 13738 return 0;
852e787c 13739}
3d7d6510 13740
a8ad0d8e
ML
13741static void
13742intel_disable_cursor_plane(struct drm_plane *plane,
7fabf5ef 13743 struct drm_crtc *crtc)
a8ad0d8e 13744{
f2858021
ML
13745 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
13746
13747 intel_crtc->cursor_addr = 0;
a0864d59 13748 intel_crtc_update_cursor(crtc, NULL);
a8ad0d8e
ML
13749}
13750
f4a2cf29 13751static void
55a08b3f
ML
13752intel_update_cursor_plane(struct drm_plane *plane,
13753 const struct intel_crtc_state *crtc_state,
13754 const struct intel_plane_state *state)
852e787c 13755{
55a08b3f
ML
13756 struct drm_crtc *crtc = crtc_state->base.crtc;
13757 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
b7f05d4a 13758 struct drm_i915_private *dev_priv = to_i915(plane->dev);
2b875c22 13759 struct drm_i915_gem_object *obj = intel_fb_obj(state->base.fb);
a912f12f 13760 uint32_t addr;
852e787c 13761
f4a2cf29 13762 if (!obj)
a912f12f 13763 addr = 0;
b7f05d4a 13764 else if (!INTEL_INFO(dev_priv)->cursor_needs_physical)
be1e3415 13765 addr = intel_plane_ggtt_offset(state);
f4a2cf29 13766 else
a912f12f 13767 addr = obj->phys_handle->busaddr;
852e787c 13768
a912f12f 13769 intel_crtc->cursor_addr = addr;
a0864d59 13770 intel_crtc_update_cursor(crtc, state);
852e787c
GP
13771}
13772
b079bd17 13773static struct intel_plane *
580503c7 13774intel_cursor_plane_create(struct drm_i915_private *dev_priv, enum pipe pipe)
3d7d6510 13775{
fca0ce2a
VS
13776 struct intel_plane *cursor = NULL;
13777 struct intel_plane_state *state = NULL;
13778 int ret;
3d7d6510
MR
13779
13780 cursor = kzalloc(sizeof(*cursor), GFP_KERNEL);
b079bd17
VS
13781 if (!cursor) {
13782 ret = -ENOMEM;
fca0ce2a 13783 goto fail;
b079bd17 13784 }
3d7d6510 13785
8e7d688b 13786 state = intel_create_plane_state(&cursor->base);
b079bd17
VS
13787 if (!state) {
13788 ret = -ENOMEM;
fca0ce2a 13789 goto fail;
b079bd17
VS
13790 }
13791
8e7d688b 13792 cursor->base.state = &state->base;
ea2c67bb 13793
3d7d6510
MR
13794 cursor->can_scale = false;
13795 cursor->max_downscale = 1;
13796 cursor->pipe = pipe;
13797 cursor->plane = pipe;
b14e5848 13798 cursor->id = PLANE_CURSOR;
a9ff8714 13799 cursor->frontbuffer_bit = INTEL_FRONTBUFFER_CURSOR(pipe);
c59cb179 13800 cursor->check_plane = intel_check_cursor_plane;
55a08b3f 13801 cursor->update_plane = intel_update_cursor_plane;
a8ad0d8e 13802 cursor->disable_plane = intel_disable_cursor_plane;
3d7d6510 13803
580503c7 13804 ret = drm_universal_plane_init(&dev_priv->drm, &cursor->base,
f79f2692 13805 0, &intel_cursor_plane_funcs,
fca0ce2a
VS
13806 intel_cursor_formats,
13807 ARRAY_SIZE(intel_cursor_formats),
38573dc1
VS
13808 DRM_PLANE_TYPE_CURSOR,
13809 "cursor %c", pipe_name(pipe));
fca0ce2a
VS
13810 if (ret)
13811 goto fail;
4398ad45 13812
5481e27f 13813 if (INTEL_GEN(dev_priv) >= 4)
93ca7e00
VS
13814 drm_plane_create_rotation_property(&cursor->base,
13815 DRM_ROTATE_0,
13816 DRM_ROTATE_0 |
13817 DRM_ROTATE_180);
4398ad45 13818
580503c7 13819 if (INTEL_GEN(dev_priv) >= 9)
af99ceda
CK
13820 state->scaler_id = -1;
13821
ea2c67bb
MR
13822 drm_plane_helper_add(&cursor->base, &intel_plane_helper_funcs);
13823
b079bd17 13824 return cursor;
fca0ce2a
VS
13825
13826fail:
13827 kfree(state);
13828 kfree(cursor);
13829
b079bd17 13830 return ERR_PTR(ret);
3d7d6510
MR
13831}
13832
1c74eeaf
NM
13833static void intel_crtc_init_scalers(struct intel_crtc *crtc,
13834 struct intel_crtc_state *crtc_state)
549e2bfb 13835{
65edccce
VS
13836 struct intel_crtc_scaler_state *scaler_state =
13837 &crtc_state->scaler_state;
1c74eeaf 13838 struct drm_i915_private *dev_priv = to_i915(crtc->base.dev);
549e2bfb 13839 int i;
549e2bfb 13840
1c74eeaf
NM
13841 crtc->num_scalers = dev_priv->info.num_scalers[crtc->pipe];
13842 if (!crtc->num_scalers)
13843 return;
13844
65edccce
VS
13845 for (i = 0; i < crtc->num_scalers; i++) {
13846 struct intel_scaler *scaler = &scaler_state->scalers[i];
13847
13848 scaler->in_use = 0;
13849 scaler->mode = PS_SCALER_MODE_DYN;
549e2bfb
CK
13850 }
13851
13852 scaler_state->scaler_id = -1;
13853}
13854
5ab0d85b 13855static int intel_crtc_init(struct drm_i915_private *dev_priv, enum pipe pipe)
79e53945
JB
13856{
13857 struct intel_crtc *intel_crtc;
f5de6e07 13858 struct intel_crtc_state *crtc_state = NULL;
b079bd17
VS
13859 struct intel_plane *primary = NULL;
13860 struct intel_plane *cursor = NULL;
a81d6fa0 13861 int sprite, ret;
79e53945 13862
955382f3 13863 intel_crtc = kzalloc(sizeof(*intel_crtc), GFP_KERNEL);
b079bd17
VS
13864 if (!intel_crtc)
13865 return -ENOMEM;
79e53945 13866
f5de6e07 13867 crtc_state = kzalloc(sizeof(*crtc_state), GFP_KERNEL);
b079bd17
VS
13868 if (!crtc_state) {
13869 ret = -ENOMEM;
f5de6e07 13870 goto fail;
b079bd17 13871 }
550acefd
ACO
13872 intel_crtc->config = crtc_state;
13873 intel_crtc->base.state = &crtc_state->base;
07878248 13874 crtc_state->base.crtc = &intel_crtc->base;
f5de6e07 13875
580503c7 13876 primary = intel_primary_plane_create(dev_priv, pipe);
b079bd17
VS
13877 if (IS_ERR(primary)) {
13878 ret = PTR_ERR(primary);
3d7d6510 13879 goto fail;
b079bd17 13880 }
d97d7b48 13881 intel_crtc->plane_ids_mask |= BIT(primary->id);
3d7d6510 13882
a81d6fa0 13883 for_each_sprite(dev_priv, pipe, sprite) {
b079bd17
VS
13884 struct intel_plane *plane;
13885
580503c7 13886 plane = intel_sprite_plane_create(dev_priv, pipe, sprite);
d2b2cbce 13887 if (IS_ERR(plane)) {
b079bd17
VS
13888 ret = PTR_ERR(plane);
13889 goto fail;
13890 }
d97d7b48 13891 intel_crtc->plane_ids_mask |= BIT(plane->id);
a81d6fa0
VS
13892 }
13893
580503c7 13894 cursor = intel_cursor_plane_create(dev_priv, pipe);
d2b2cbce 13895 if (IS_ERR(cursor)) {
b079bd17 13896 ret = PTR_ERR(cursor);
3d7d6510 13897 goto fail;
b079bd17 13898 }
d97d7b48 13899 intel_crtc->plane_ids_mask |= BIT(cursor->id);
3d7d6510 13900
5ab0d85b 13901 ret = drm_crtc_init_with_planes(&dev_priv->drm, &intel_crtc->base,
b079bd17
VS
13902 &primary->base, &cursor->base,
13903 &intel_crtc_funcs,
4d5d72b7 13904 "pipe %c", pipe_name(pipe));
3d7d6510
MR
13905 if (ret)
13906 goto fail;
79e53945 13907
80824003 13908 intel_crtc->pipe = pipe;
e3c566df 13909 intel_crtc->plane = primary->plane;
80824003 13910
4b0e333e
CW
13911 intel_crtc->cursor_base = ~0;
13912 intel_crtc->cursor_cntl = ~0;
dc41c154 13913 intel_crtc->cursor_size = ~0;
8d7849db 13914
1c74eeaf
NM
13915 /* initialize shared scalers */
13916 intel_crtc_init_scalers(intel_crtc, crtc_state);
13917
22fd0fab
JB
13918 BUG_ON(pipe >= ARRAY_SIZE(dev_priv->plane_to_crtc_mapping) ||
13919 dev_priv->plane_to_crtc_mapping[intel_crtc->plane] != NULL);
e2af48c6
VS
13920 dev_priv->plane_to_crtc_mapping[intel_crtc->plane] = intel_crtc;
13921 dev_priv->pipe_to_crtc_mapping[intel_crtc->pipe] = intel_crtc;
22fd0fab 13922
79e53945 13923 drm_crtc_helper_add(&intel_crtc->base, &intel_helper_funcs);
87b6b101 13924
8563b1e8
LL
13925 intel_color_init(&intel_crtc->base);
13926
87b6b101 13927 WARN_ON(drm_crtc_index(&intel_crtc->base) != intel_crtc->pipe);
b079bd17
VS
13928
13929 return 0;
3d7d6510
MR
13930
13931fail:
b079bd17
VS
13932 /*
13933 * drm_mode_config_cleanup() will free up any
13934 * crtcs/planes already initialized.
13935 */
f5de6e07 13936 kfree(crtc_state);
3d7d6510 13937 kfree(intel_crtc);
b079bd17
VS
13938
13939 return ret;
79e53945
JB
13940}
13941
752aa88a
JB
13942enum pipe intel_get_pipe_from_connector(struct intel_connector *connector)
13943{
6e9f798d 13944 struct drm_device *dev = connector->base.dev;
752aa88a 13945
51fd371b 13946 WARN_ON(!drm_modeset_is_locked(&dev->mode_config.connection_mutex));
752aa88a 13947
51ec53da 13948 if (!connector->base.state->crtc)
752aa88a
JB
13949 return INVALID_PIPE;
13950
51ec53da 13951 return to_intel_crtc(connector->base.state->crtc)->pipe;
752aa88a
JB
13952}
13953
08d7b3d1 13954int intel_get_pipe_from_crtc_id(struct drm_device *dev, void *data,
05394f39 13955 struct drm_file *file)
08d7b3d1 13956{
08d7b3d1 13957 struct drm_i915_get_pipe_from_crtc_id *pipe_from_crtc_id = data;
7707e653 13958 struct drm_crtc *drmmode_crtc;
c05422d5 13959 struct intel_crtc *crtc;
08d7b3d1 13960
7707e653 13961 drmmode_crtc = drm_crtc_find(dev, pipe_from_crtc_id->crtc_id);
71240ed2 13962 if (!drmmode_crtc)
3f2c2057 13963 return -ENOENT;
08d7b3d1 13964
7707e653 13965 crtc = to_intel_crtc(drmmode_crtc);
c05422d5 13966 pipe_from_crtc_id->pipe = crtc->pipe;
08d7b3d1 13967
c05422d5 13968 return 0;
08d7b3d1
CW
13969}
13970
66a9278e 13971static int intel_encoder_clones(struct intel_encoder *encoder)
79e53945 13972{
66a9278e
DV
13973 struct drm_device *dev = encoder->base.dev;
13974 struct intel_encoder *source_encoder;
79e53945 13975 int index_mask = 0;
79e53945
JB
13976 int entry = 0;
13977
b2784e15 13978 for_each_intel_encoder(dev, source_encoder) {
bc079e8b 13979 if (encoders_cloneable(encoder, source_encoder))
66a9278e
DV
13980 index_mask |= (1 << entry);
13981
79e53945
JB
13982 entry++;
13983 }
4ef69c7a 13984
79e53945
JB
13985 return index_mask;
13986}
13987
646d5772 13988static bool has_edp_a(struct drm_i915_private *dev_priv)
4d302442 13989{
646d5772 13990 if (!IS_MOBILE(dev_priv))
4d302442
CW
13991 return false;
13992
13993 if ((I915_READ(DP_A) & DP_DETECTED) == 0)
13994 return false;
13995
5db94019 13996 if (IS_GEN5(dev_priv) && (I915_READ(FUSE_STRAP) & ILK_eDP_A_DISABLE))
4d302442
CW
13997 return false;
13998
13999 return true;
14000}
14001
6315b5d3 14002static bool intel_crt_present(struct drm_i915_private *dev_priv)
84b4e042 14003{
6315b5d3 14004 if (INTEL_GEN(dev_priv) >= 9)
884497ed
DL
14005 return false;
14006
50a0bc90 14007 if (IS_HSW_ULT(dev_priv) || IS_BDW_ULT(dev_priv))
84b4e042
JB
14008 return false;
14009
920a14b2 14010 if (IS_CHERRYVIEW(dev_priv))
84b4e042
JB
14011 return false;
14012
4f8036a2
TU
14013 if (HAS_PCH_LPT_H(dev_priv) &&
14014 I915_READ(SFUSE_STRAP) & SFUSE_STRAP_CRT_DISABLED)
65e472e4
VS
14015 return false;
14016
70ac54d0 14017 /* DDI E can't be used if DDI A requires 4 lanes */
4f8036a2 14018 if (HAS_DDI(dev_priv) && I915_READ(DDI_BUF_CTL(PORT_A)) & DDI_A_4_LANES)
70ac54d0
VS
14019 return false;
14020
e4abb733 14021 if (!dev_priv->vbt.int_crt_support)
84b4e042
JB
14022 return false;
14023
14024 return true;
14025}
14026
8090ba8c
ID
14027void intel_pps_unlock_regs_wa(struct drm_i915_private *dev_priv)
14028{
14029 int pps_num;
14030 int pps_idx;
14031
14032 if (HAS_DDI(dev_priv))
14033 return;
14034 /*
14035 * This w/a is needed at least on CPT/PPT, but to be sure apply it
14036 * everywhere where registers can be write protected.
14037 */
14038 if (IS_VALLEYVIEW(dev_priv) || IS_CHERRYVIEW(dev_priv))
14039 pps_num = 2;
14040 else
14041 pps_num = 1;
14042
14043 for (pps_idx = 0; pps_idx < pps_num; pps_idx++) {
14044 u32 val = I915_READ(PP_CONTROL(pps_idx));
14045
14046 val = (val & ~PANEL_UNLOCK_MASK) | PANEL_UNLOCK_REGS;
14047 I915_WRITE(PP_CONTROL(pps_idx), val);
14048 }
14049}
14050
44cb734c
ID
14051static void intel_pps_init(struct drm_i915_private *dev_priv)
14052{
cc3f90f0 14053 if (HAS_PCH_SPLIT(dev_priv) || IS_GEN9_LP(dev_priv))
44cb734c
ID
14054 dev_priv->pps_mmio_base = PCH_PPS_BASE;
14055 else if (IS_VALLEYVIEW(dev_priv) || IS_CHERRYVIEW(dev_priv))
14056 dev_priv->pps_mmio_base = VLV_PPS_BASE;
14057 else
14058 dev_priv->pps_mmio_base = PPS_BASE;
8090ba8c
ID
14059
14060 intel_pps_unlock_regs_wa(dev_priv);
44cb734c
ID
14061}
14062
c39055b0 14063static void intel_setup_outputs(struct drm_i915_private *dev_priv)
79e53945 14064{
4ef69c7a 14065 struct intel_encoder *encoder;
cb0953d7 14066 bool dpd_is_edp = false;
79e53945 14067
44cb734c
ID
14068 intel_pps_init(dev_priv);
14069
97a824e1
ID
14070 /*
14071 * intel_edp_init_connector() depends on this completing first, to
14072 * prevent the registeration of both eDP and LVDS and the incorrect
14073 * sharing of the PPS.
14074 */
c39055b0 14075 intel_lvds_init(dev_priv);
79e53945 14076
6315b5d3 14077 if (intel_crt_present(dev_priv))
c39055b0 14078 intel_crt_init(dev_priv);
cb0953d7 14079
cc3f90f0 14080 if (IS_GEN9_LP(dev_priv)) {
c776eb2e
VK
14081 /*
14082 * FIXME: Broxton doesn't support port detection via the
14083 * DDI_BUF_CTL_A or SFUSE_STRAP registers, find another way to
14084 * detect the ports.
14085 */
c39055b0
ACO
14086 intel_ddi_init(dev_priv, PORT_A);
14087 intel_ddi_init(dev_priv, PORT_B);
14088 intel_ddi_init(dev_priv, PORT_C);
c6c794a2 14089
c39055b0 14090 intel_dsi_init(dev_priv);
4f8036a2 14091 } else if (HAS_DDI(dev_priv)) {
0e72a5b5
ED
14092 int found;
14093
de31facd
JB
14094 /*
14095 * Haswell uses DDI functions to detect digital outputs.
14096 * On SKL pre-D0 the strap isn't connected, so we assume
14097 * it's there.
14098 */
77179400 14099 found = I915_READ(DDI_BUF_CTL(PORT_A)) & DDI_INIT_DISPLAY_DETECTED;
de31facd 14100 /* WaIgnoreDDIAStrap: skl */
b976dc53 14101 if (found || IS_GEN9_BC(dev_priv))
c39055b0 14102 intel_ddi_init(dev_priv, PORT_A);
0e72a5b5
ED
14103
14104 /* DDI B, C and D detection is indicated by the SFUSE_STRAP
14105 * register */
14106 found = I915_READ(SFUSE_STRAP);
14107
14108 if (found & SFUSE_STRAP_DDIB_DETECTED)
c39055b0 14109 intel_ddi_init(dev_priv, PORT_B);
0e72a5b5 14110 if (found & SFUSE_STRAP_DDIC_DETECTED)
c39055b0 14111 intel_ddi_init(dev_priv, PORT_C);
0e72a5b5 14112 if (found & SFUSE_STRAP_DDID_DETECTED)
c39055b0 14113 intel_ddi_init(dev_priv, PORT_D);
2800e4c2
RV
14114 /*
14115 * On SKL we don't have a way to detect DDI-E so we rely on VBT.
14116 */
b976dc53 14117 if (IS_GEN9_BC(dev_priv) &&
2800e4c2
RV
14118 (dev_priv->vbt.ddi_port_info[PORT_E].supports_dp ||
14119 dev_priv->vbt.ddi_port_info[PORT_E].supports_dvi ||
14120 dev_priv->vbt.ddi_port_info[PORT_E].supports_hdmi))
c39055b0 14121 intel_ddi_init(dev_priv, PORT_E);
2800e4c2 14122
6e266956 14123 } else if (HAS_PCH_SPLIT(dev_priv)) {
cb0953d7 14124 int found;
dd11bc10 14125 dpd_is_edp = intel_dp_is_edp(dev_priv, PORT_D);
270b3042 14126
646d5772 14127 if (has_edp_a(dev_priv))
c39055b0 14128 intel_dp_init(dev_priv, DP_A, PORT_A);
cb0953d7 14129
dc0fa718 14130 if (I915_READ(PCH_HDMIB) & SDVO_DETECTED) {
461ed3ca 14131 /* PCH SDVOB multiplex with HDMIB */
c39055b0 14132 found = intel_sdvo_init(dev_priv, PCH_SDVOB, PORT_B);
30ad48b7 14133 if (!found)
c39055b0 14134 intel_hdmi_init(dev_priv, PCH_HDMIB, PORT_B);
5eb08b69 14135 if (!found && (I915_READ(PCH_DP_B) & DP_DETECTED))
c39055b0 14136 intel_dp_init(dev_priv, PCH_DP_B, PORT_B);
30ad48b7
ZW
14137 }
14138
dc0fa718 14139 if (I915_READ(PCH_HDMIC) & SDVO_DETECTED)
c39055b0 14140 intel_hdmi_init(dev_priv, PCH_HDMIC, PORT_C);
30ad48b7 14141
dc0fa718 14142 if (!dpd_is_edp && I915_READ(PCH_HDMID) & SDVO_DETECTED)
c39055b0 14143 intel_hdmi_init(dev_priv, PCH_HDMID, PORT_D);
30ad48b7 14144
5eb08b69 14145 if (I915_READ(PCH_DP_C) & DP_DETECTED)
c39055b0 14146 intel_dp_init(dev_priv, PCH_DP_C, PORT_C);
5eb08b69 14147
270b3042 14148 if (I915_READ(PCH_DP_D) & DP_DETECTED)
c39055b0 14149 intel_dp_init(dev_priv, PCH_DP_D, PORT_D);
920a14b2 14150 } else if (IS_VALLEYVIEW(dev_priv) || IS_CHERRYVIEW(dev_priv)) {
22f35042 14151 bool has_edp, has_port;
457c52d8 14152
e17ac6db
VS
14153 /*
14154 * The DP_DETECTED bit is the latched state of the DDC
14155 * SDA pin at boot. However since eDP doesn't require DDC
14156 * (no way to plug in a DP->HDMI dongle) the DDC pins for
14157 * eDP ports may have been muxed to an alternate function.
14158 * Thus we can't rely on the DP_DETECTED bit alone to detect
14159 * eDP ports. Consult the VBT as well as DP_DETECTED to
14160 * detect eDP ports.
22f35042
VS
14161 *
14162 * Sadly the straps seem to be missing sometimes even for HDMI
14163 * ports (eg. on Voyo V3 - CHT x7-Z8700), so check both strap
14164 * and VBT for the presence of the port. Additionally we can't
14165 * trust the port type the VBT declares as we've seen at least
14166 * HDMI ports that the VBT claim are DP or eDP.
e17ac6db 14167 */
dd11bc10 14168 has_edp = intel_dp_is_edp(dev_priv, PORT_B);
22f35042
VS
14169 has_port = intel_bios_is_port_present(dev_priv, PORT_B);
14170 if (I915_READ(VLV_DP_B) & DP_DETECTED || has_port)
c39055b0 14171 has_edp &= intel_dp_init(dev_priv, VLV_DP_B, PORT_B);
22f35042 14172 if ((I915_READ(VLV_HDMIB) & SDVO_DETECTED || has_port) && !has_edp)
c39055b0 14173 intel_hdmi_init(dev_priv, VLV_HDMIB, PORT_B);
585a94b8 14174
dd11bc10 14175 has_edp = intel_dp_is_edp(dev_priv, PORT_C);
22f35042
VS
14176 has_port = intel_bios_is_port_present(dev_priv, PORT_C);
14177 if (I915_READ(VLV_DP_C) & DP_DETECTED || has_port)
c39055b0 14178 has_edp &= intel_dp_init(dev_priv, VLV_DP_C, PORT_C);
22f35042 14179 if ((I915_READ(VLV_HDMIC) & SDVO_DETECTED || has_port) && !has_edp)
c39055b0 14180 intel_hdmi_init(dev_priv, VLV_HDMIC, PORT_C);
19c03924 14181
920a14b2 14182 if (IS_CHERRYVIEW(dev_priv)) {
22f35042
VS
14183 /*
14184 * eDP not supported on port D,
14185 * so no need to worry about it
14186 */
14187 has_port = intel_bios_is_port_present(dev_priv, PORT_D);
14188 if (I915_READ(CHV_DP_D) & DP_DETECTED || has_port)
c39055b0 14189 intel_dp_init(dev_priv, CHV_DP_D, PORT_D);
22f35042 14190 if (I915_READ(CHV_HDMID) & SDVO_DETECTED || has_port)
c39055b0 14191 intel_hdmi_init(dev_priv, CHV_HDMID, PORT_D);
9418c1f1
VS
14192 }
14193
c39055b0 14194 intel_dsi_init(dev_priv);
5db94019 14195 } else if (!IS_GEN2(dev_priv) && !IS_PINEVIEW(dev_priv)) {
27185ae1 14196 bool found = false;
7d57382e 14197
e2debe91 14198 if (I915_READ(GEN3_SDVOB) & SDVO_DETECTED) {
b01f2c3a 14199 DRM_DEBUG_KMS("probing SDVOB\n");
c39055b0 14200 found = intel_sdvo_init(dev_priv, GEN3_SDVOB, PORT_B);
9beb5fea 14201 if (!found && IS_G4X(dev_priv)) {
b01f2c3a 14202 DRM_DEBUG_KMS("probing HDMI on SDVOB\n");
c39055b0 14203 intel_hdmi_init(dev_priv, GEN4_HDMIB, PORT_B);
b01f2c3a 14204 }
27185ae1 14205
9beb5fea 14206 if (!found && IS_G4X(dev_priv))
c39055b0 14207 intel_dp_init(dev_priv, DP_B, PORT_B);
725e30ad 14208 }
13520b05
KH
14209
14210 /* Before G4X SDVOC doesn't have its own detect register */
13520b05 14211
e2debe91 14212 if (I915_READ(GEN3_SDVOB) & SDVO_DETECTED) {
b01f2c3a 14213 DRM_DEBUG_KMS("probing SDVOC\n");
c39055b0 14214 found = intel_sdvo_init(dev_priv, GEN3_SDVOC, PORT_C);
b01f2c3a 14215 }
27185ae1 14216
e2debe91 14217 if (!found && (I915_READ(GEN3_SDVOC) & SDVO_DETECTED)) {
27185ae1 14218
9beb5fea 14219 if (IS_G4X(dev_priv)) {
b01f2c3a 14220 DRM_DEBUG_KMS("probing HDMI on SDVOC\n");
c39055b0 14221 intel_hdmi_init(dev_priv, GEN4_HDMIC, PORT_C);
b01f2c3a 14222 }
9beb5fea 14223 if (IS_G4X(dev_priv))
c39055b0 14224 intel_dp_init(dev_priv, DP_C, PORT_C);
725e30ad 14225 }
27185ae1 14226
9beb5fea 14227 if (IS_G4X(dev_priv) && (I915_READ(DP_D) & DP_DETECTED))
c39055b0 14228 intel_dp_init(dev_priv, DP_D, PORT_D);
5db94019 14229 } else if (IS_GEN2(dev_priv))
c39055b0 14230 intel_dvo_init(dev_priv);
79e53945 14231
56b857a5 14232 if (SUPPORTS_TV(dev_priv))
c39055b0 14233 intel_tv_init(dev_priv);
79e53945 14234
c39055b0 14235 intel_psr_init(dev_priv);
7c8f8a70 14236
c39055b0 14237 for_each_intel_encoder(&dev_priv->drm, encoder) {
4ef69c7a
CW
14238 encoder->base.possible_crtcs = encoder->crtc_mask;
14239 encoder->base.possible_clones =
66a9278e 14240 intel_encoder_clones(encoder);
79e53945 14241 }
47356eb6 14242
c39055b0 14243 intel_init_pch_refclk(dev_priv);
270b3042 14244
c39055b0 14245 drm_helper_move_panel_connectors_to_head(&dev_priv->drm);
79e53945
JB
14246}
14247
14248static void intel_user_framebuffer_destroy(struct drm_framebuffer *fb)
14249{
14250 struct intel_framebuffer *intel_fb = to_intel_framebuffer(fb);
79e53945 14251
ef2d633e 14252 drm_framebuffer_cleanup(fb);
70001cd2 14253
dd689287
CW
14254 i915_gem_object_lock(intel_fb->obj);
14255 WARN_ON(!intel_fb->obj->framebuffer_references--);
14256 i915_gem_object_unlock(intel_fb->obj);
14257
f8c417cd 14258 i915_gem_object_put(intel_fb->obj);
70001cd2 14259
79e53945
JB
14260 kfree(intel_fb);
14261}
14262
14263static int intel_user_framebuffer_create_handle(struct drm_framebuffer *fb,
05394f39 14264 struct drm_file *file,
79e53945
JB
14265 unsigned int *handle)
14266{
14267 struct intel_framebuffer *intel_fb = to_intel_framebuffer(fb);
05394f39 14268 struct drm_i915_gem_object *obj = intel_fb->obj;
79e53945 14269
cc917ab4
CW
14270 if (obj->userptr.mm) {
14271 DRM_DEBUG("attempting to use a userptr for a framebuffer, denied\n");
14272 return -EINVAL;
14273 }
14274
05394f39 14275 return drm_gem_handle_create(file, &obj->base, handle);
79e53945
JB
14276}
14277
86c98588
RV
14278static int intel_user_framebuffer_dirty(struct drm_framebuffer *fb,
14279 struct drm_file *file,
14280 unsigned flags, unsigned color,
14281 struct drm_clip_rect *clips,
14282 unsigned num_clips)
14283{
5a97bcc6 14284 struct drm_i915_gem_object *obj = intel_fb_obj(fb);
86c98588 14285
5a97bcc6 14286 i915_gem_object_flush_if_display(obj);
d59b21ec 14287 intel_fb_obj_flush(obj, ORIGIN_DIRTYFB);
86c98588
RV
14288
14289 return 0;
14290}
14291
79e53945
JB
14292static const struct drm_framebuffer_funcs intel_fb_funcs = {
14293 .destroy = intel_user_framebuffer_destroy,
14294 .create_handle = intel_user_framebuffer_create_handle,
86c98588 14295 .dirty = intel_user_framebuffer_dirty,
79e53945
JB
14296};
14297
b321803d 14298static
920a14b2
TU
14299u32 intel_fb_pitch_limit(struct drm_i915_private *dev_priv,
14300 uint64_t fb_modifier, uint32_t pixel_format)
b321803d 14301{
24dbf51a 14302 u32 gen = INTEL_GEN(dev_priv);
b321803d
DL
14303
14304 if (gen >= 9) {
ac484963
VS
14305 int cpp = drm_format_plane_cpp(pixel_format, 0);
14306
b321803d
DL
14307 /* "The stride in bytes must not exceed the of the size of 8K
14308 * pixels and 32K bytes."
14309 */
ac484963 14310 return min(8192 * cpp, 32768);
6401c37d 14311 } else if (gen >= 5 && !HAS_GMCH_DISPLAY(dev_priv)) {
b321803d
DL
14312 return 32*1024;
14313 } else if (gen >= 4) {
14314 if (fb_modifier == I915_FORMAT_MOD_X_TILED)
14315 return 16*1024;
14316 else
14317 return 32*1024;
14318 } else if (gen >= 3) {
14319 if (fb_modifier == I915_FORMAT_MOD_X_TILED)
14320 return 8*1024;
14321 else
14322 return 16*1024;
14323 } else {
14324 /* XXX DSPC is limited to 4k tiled */
14325 return 8*1024;
14326 }
14327}
14328
24dbf51a
CW
14329static int intel_framebuffer_init(struct intel_framebuffer *intel_fb,
14330 struct drm_i915_gem_object *obj,
14331 struct drm_mode_fb_cmd2 *mode_cmd)
79e53945 14332{
24dbf51a 14333 struct drm_i915_private *dev_priv = to_i915(obj->base.dev);
b3c11ac2 14334 struct drm_format_name_buf format_name;
dd689287
CW
14335 u32 pitch_limit, stride_alignment;
14336 unsigned int tiling, stride;
24dbf51a 14337 int ret = -EINVAL;
79e53945 14338
dd689287
CW
14339 i915_gem_object_lock(obj);
14340 obj->framebuffer_references++;
14341 tiling = i915_gem_object_get_tiling(obj);
14342 stride = i915_gem_object_get_stride(obj);
14343 i915_gem_object_unlock(obj);
dd4916c5 14344
2a80eada 14345 if (mode_cmd->flags & DRM_MODE_FB_MODIFIERS) {
c2ff7370
VS
14346 /*
14347 * If there's a fence, enforce that
14348 * the fb modifier and tiling mode match.
14349 */
14350 if (tiling != I915_TILING_NONE &&
14351 tiling != intel_fb_modifier_to_tiling(mode_cmd->modifier[0])) {
144cc143 14352 DRM_DEBUG_KMS("tiling_mode doesn't match fb modifier\n");
24dbf51a 14353 goto err;
2a80eada
DV
14354 }
14355 } else {
c2ff7370 14356 if (tiling == I915_TILING_X) {
2a80eada 14357 mode_cmd->modifier[0] = I915_FORMAT_MOD_X_TILED;
c2ff7370 14358 } else if (tiling == I915_TILING_Y) {
144cc143 14359 DRM_DEBUG_KMS("No Y tiling for legacy addfb\n");
24dbf51a 14360 goto err;
2a80eada
DV
14361 }
14362 }
14363
9a8f0a12
TU
14364 /* Passed in modifier sanity checking. */
14365 switch (mode_cmd->modifier[0]) {
14366 case I915_FORMAT_MOD_Y_TILED:
14367 case I915_FORMAT_MOD_Yf_TILED:
6315b5d3 14368 if (INTEL_GEN(dev_priv) < 9) {
144cc143
VS
14369 DRM_DEBUG_KMS("Unsupported tiling 0x%llx!\n",
14370 mode_cmd->modifier[0]);
24dbf51a 14371 goto err;
9a8f0a12
TU
14372 }
14373 case DRM_FORMAT_MOD_NONE:
14374 case I915_FORMAT_MOD_X_TILED:
14375 break;
14376 default:
144cc143
VS
14377 DRM_DEBUG_KMS("Unsupported fb modifier 0x%llx!\n",
14378 mode_cmd->modifier[0]);
24dbf51a 14379 goto err;
c16ed4be 14380 }
57cd6508 14381
c2ff7370
VS
14382 /*
14383 * gen2/3 display engine uses the fence if present,
14384 * so the tiling mode must match the fb modifier exactly.
14385 */
14386 if (INTEL_INFO(dev_priv)->gen < 4 &&
14387 tiling != intel_fb_modifier_to_tiling(mode_cmd->modifier[0])) {
144cc143 14388 DRM_DEBUG_KMS("tiling_mode must match fb modifier exactly on gen2/3\n");
9aceb5c1 14389 goto err;
c2ff7370
VS
14390 }
14391
920a14b2 14392 pitch_limit = intel_fb_pitch_limit(dev_priv, mode_cmd->modifier[0],
b321803d 14393 mode_cmd->pixel_format);
a35cdaa0 14394 if (mode_cmd->pitches[0] > pitch_limit) {
144cc143
VS
14395 DRM_DEBUG_KMS("%s pitch (%u) must be at most %d\n",
14396 mode_cmd->modifier[0] != DRM_FORMAT_MOD_NONE ?
14397 "tiled" : "linear",
14398 mode_cmd->pitches[0], pitch_limit);
24dbf51a 14399 goto err;
c16ed4be 14400 }
5d7bd705 14401
c2ff7370
VS
14402 /*
14403 * If there's a fence, enforce that
14404 * the fb pitch and fence stride match.
14405 */
144cc143
VS
14406 if (tiling != I915_TILING_NONE && mode_cmd->pitches[0] != stride) {
14407 DRM_DEBUG_KMS("pitch (%d) must match tiling stride (%d)\n",
14408 mode_cmd->pitches[0], stride);
24dbf51a 14409 goto err;
c16ed4be 14410 }
5d7bd705 14411
57779d06 14412 /* Reject formats not supported by any plane early. */
308e5bcb 14413 switch (mode_cmd->pixel_format) {
57779d06 14414 case DRM_FORMAT_C8:
04b3924d
VS
14415 case DRM_FORMAT_RGB565:
14416 case DRM_FORMAT_XRGB8888:
14417 case DRM_FORMAT_ARGB8888:
57779d06
VS
14418 break;
14419 case DRM_FORMAT_XRGB1555:
6315b5d3 14420 if (INTEL_GEN(dev_priv) > 3) {
144cc143
VS
14421 DRM_DEBUG_KMS("unsupported pixel format: %s\n",
14422 drm_get_format_name(mode_cmd->pixel_format, &format_name));
9aceb5c1 14423 goto err;
c16ed4be 14424 }
57779d06 14425 break;
57779d06 14426 case DRM_FORMAT_ABGR8888:
920a14b2 14427 if (!IS_VALLEYVIEW(dev_priv) && !IS_CHERRYVIEW(dev_priv) &&
6315b5d3 14428 INTEL_GEN(dev_priv) < 9) {
144cc143
VS
14429 DRM_DEBUG_KMS("unsupported pixel format: %s\n",
14430 drm_get_format_name(mode_cmd->pixel_format, &format_name));
9aceb5c1 14431 goto err;
6c0fd451
DL
14432 }
14433 break;
14434 case DRM_FORMAT_XBGR8888:
04b3924d 14435 case DRM_FORMAT_XRGB2101010:
57779d06 14436 case DRM_FORMAT_XBGR2101010:
6315b5d3 14437 if (INTEL_GEN(dev_priv) < 4) {
144cc143
VS
14438 DRM_DEBUG_KMS("unsupported pixel format: %s\n",
14439 drm_get_format_name(mode_cmd->pixel_format, &format_name));
9aceb5c1 14440 goto err;
c16ed4be 14441 }
b5626747 14442 break;
7531208b 14443 case DRM_FORMAT_ABGR2101010:
920a14b2 14444 if (!IS_VALLEYVIEW(dev_priv) && !IS_CHERRYVIEW(dev_priv)) {
144cc143
VS
14445 DRM_DEBUG_KMS("unsupported pixel format: %s\n",
14446 drm_get_format_name(mode_cmd->pixel_format, &format_name));
9aceb5c1 14447 goto err;
7531208b
DL
14448 }
14449 break;
04b3924d
VS
14450 case DRM_FORMAT_YUYV:
14451 case DRM_FORMAT_UYVY:
14452 case DRM_FORMAT_YVYU:
14453 case DRM_FORMAT_VYUY:
6315b5d3 14454 if (INTEL_GEN(dev_priv) < 5) {
144cc143
VS
14455 DRM_DEBUG_KMS("unsupported pixel format: %s\n",
14456 drm_get_format_name(mode_cmd->pixel_format, &format_name));
9aceb5c1 14457 goto err;
c16ed4be 14458 }
57cd6508
CW
14459 break;
14460 default:
144cc143
VS
14461 DRM_DEBUG_KMS("unsupported pixel format: %s\n",
14462 drm_get_format_name(mode_cmd->pixel_format, &format_name));
9aceb5c1 14463 goto err;
57cd6508
CW
14464 }
14465
90f9a336
VS
14466 /* FIXME need to adjust LINOFF/TILEOFF accordingly. */
14467 if (mode_cmd->offsets[0] != 0)
24dbf51a 14468 goto err;
90f9a336 14469
24dbf51a
CW
14470 drm_helper_mode_fill_fb_struct(&dev_priv->drm,
14471 &intel_fb->base, mode_cmd);
d88c4afd
VS
14472
14473 stride_alignment = intel_fb_stride_alignment(&intel_fb->base, 0);
14474 if (mode_cmd->pitches[0] & (stride_alignment - 1)) {
144cc143
VS
14475 DRM_DEBUG_KMS("pitch (%d) must be at least %u byte aligned\n",
14476 mode_cmd->pitches[0], stride_alignment);
d88c4afd
VS
14477 goto err;
14478 }
14479
c7d73f6a
DV
14480 intel_fb->obj = obj;
14481
6687c906
VS
14482 ret = intel_fill_fb_info(dev_priv, &intel_fb->base);
14483 if (ret)
9aceb5c1 14484 goto err;
2d7a215f 14485
24dbf51a
CW
14486 ret = drm_framebuffer_init(obj->base.dev,
14487 &intel_fb->base,
14488 &intel_fb_funcs);
79e53945
JB
14489 if (ret) {
14490 DRM_ERROR("framebuffer init failed %d\n", ret);
24dbf51a 14491 goto err;
79e53945
JB
14492 }
14493
79e53945 14494 return 0;
24dbf51a
CW
14495
14496err:
dd689287
CW
14497 i915_gem_object_lock(obj);
14498 obj->framebuffer_references--;
14499 i915_gem_object_unlock(obj);
24dbf51a 14500 return ret;
79e53945
JB
14501}
14502
79e53945
JB
14503static struct drm_framebuffer *
14504intel_user_framebuffer_create(struct drm_device *dev,
14505 struct drm_file *filp,
1eb83451 14506 const struct drm_mode_fb_cmd2 *user_mode_cmd)
79e53945 14507{
dcb1394e 14508 struct drm_framebuffer *fb;
05394f39 14509 struct drm_i915_gem_object *obj;
76dc3769 14510 struct drm_mode_fb_cmd2 mode_cmd = *user_mode_cmd;
79e53945 14511
03ac0642
CW
14512 obj = i915_gem_object_lookup(filp, mode_cmd.handles[0]);
14513 if (!obj)
cce13ff7 14514 return ERR_PTR(-ENOENT);
79e53945 14515
24dbf51a 14516 fb = intel_framebuffer_create(obj, &mode_cmd);
dcb1394e 14517 if (IS_ERR(fb))
f0cd5182 14518 i915_gem_object_put(obj);
dcb1394e
LW
14519
14520 return fb;
79e53945
JB
14521}
14522
778e23a9
CW
14523static void intel_atomic_state_free(struct drm_atomic_state *state)
14524{
14525 struct intel_atomic_state *intel_state = to_intel_atomic_state(state);
14526
14527 drm_atomic_state_default_release(state);
14528
14529 i915_sw_fence_fini(&intel_state->commit_ready);
14530
14531 kfree(state);
14532}
14533
79e53945 14534static const struct drm_mode_config_funcs intel_mode_funcs = {
79e53945 14535 .fb_create = intel_user_framebuffer_create,
0632fef6 14536 .output_poll_changed = intel_fbdev_output_poll_changed,
5ee67f1c
MR
14537 .atomic_check = intel_atomic_check,
14538 .atomic_commit = intel_atomic_commit,
de419ab6
ML
14539 .atomic_state_alloc = intel_atomic_state_alloc,
14540 .atomic_state_clear = intel_atomic_state_clear,
778e23a9 14541 .atomic_state_free = intel_atomic_state_free,
79e53945
JB
14542};
14543
88212941
ID
14544/**
14545 * intel_init_display_hooks - initialize the display modesetting hooks
14546 * @dev_priv: device private
14547 */
14548void intel_init_display_hooks(struct drm_i915_private *dev_priv)
e70236a8 14549{
7ff89ca2
VS
14550 intel_init_cdclk_hooks(dev_priv);
14551
88212941 14552 if (INTEL_INFO(dev_priv)->gen >= 9) {
bc8d7dff 14553 dev_priv->display.get_pipe_config = haswell_get_pipe_config;
5724dbd1
DL
14554 dev_priv->display.get_initial_plane_config =
14555 skylake_get_initial_plane_config;
bc8d7dff
DL
14556 dev_priv->display.crtc_compute_clock =
14557 haswell_crtc_compute_clock;
14558 dev_priv->display.crtc_enable = haswell_crtc_enable;
14559 dev_priv->display.crtc_disable = haswell_crtc_disable;
88212941 14560 } else if (HAS_DDI(dev_priv)) {
0e8ffe1b 14561 dev_priv->display.get_pipe_config = haswell_get_pipe_config;
5724dbd1
DL
14562 dev_priv->display.get_initial_plane_config =
14563 ironlake_get_initial_plane_config;
797d0259
ACO
14564 dev_priv->display.crtc_compute_clock =
14565 haswell_crtc_compute_clock;
4f771f10
PZ
14566 dev_priv->display.crtc_enable = haswell_crtc_enable;
14567 dev_priv->display.crtc_disable = haswell_crtc_disable;
88212941 14568 } else if (HAS_PCH_SPLIT(dev_priv)) {
0e8ffe1b 14569 dev_priv->display.get_pipe_config = ironlake_get_pipe_config;
5724dbd1
DL
14570 dev_priv->display.get_initial_plane_config =
14571 ironlake_get_initial_plane_config;
3fb37703
ACO
14572 dev_priv->display.crtc_compute_clock =
14573 ironlake_crtc_compute_clock;
76e5a89c
DV
14574 dev_priv->display.crtc_enable = ironlake_crtc_enable;
14575 dev_priv->display.crtc_disable = ironlake_crtc_disable;
65b3d6a9 14576 } else if (IS_CHERRYVIEW(dev_priv)) {
89b667f8 14577 dev_priv->display.get_pipe_config = i9xx_get_pipe_config;
5724dbd1
DL
14578 dev_priv->display.get_initial_plane_config =
14579 i9xx_get_initial_plane_config;
65b3d6a9
ACO
14580 dev_priv->display.crtc_compute_clock = chv_crtc_compute_clock;
14581 dev_priv->display.crtc_enable = valleyview_crtc_enable;
14582 dev_priv->display.crtc_disable = i9xx_crtc_disable;
14583 } else if (IS_VALLEYVIEW(dev_priv)) {
14584 dev_priv->display.get_pipe_config = i9xx_get_pipe_config;
14585 dev_priv->display.get_initial_plane_config =
14586 i9xx_get_initial_plane_config;
14587 dev_priv->display.crtc_compute_clock = vlv_crtc_compute_clock;
89b667f8
JB
14588 dev_priv->display.crtc_enable = valleyview_crtc_enable;
14589 dev_priv->display.crtc_disable = i9xx_crtc_disable;
19ec6693
ACO
14590 } else if (IS_G4X(dev_priv)) {
14591 dev_priv->display.get_pipe_config = i9xx_get_pipe_config;
14592 dev_priv->display.get_initial_plane_config =
14593 i9xx_get_initial_plane_config;
14594 dev_priv->display.crtc_compute_clock = g4x_crtc_compute_clock;
14595 dev_priv->display.crtc_enable = i9xx_crtc_enable;
14596 dev_priv->display.crtc_disable = i9xx_crtc_disable;
70e8aa21
ACO
14597 } else if (IS_PINEVIEW(dev_priv)) {
14598 dev_priv->display.get_pipe_config = i9xx_get_pipe_config;
14599 dev_priv->display.get_initial_plane_config =
14600 i9xx_get_initial_plane_config;
14601 dev_priv->display.crtc_compute_clock = pnv_crtc_compute_clock;
14602 dev_priv->display.crtc_enable = i9xx_crtc_enable;
14603 dev_priv->display.crtc_disable = i9xx_crtc_disable;
81c97f52 14604 } else if (!IS_GEN2(dev_priv)) {
0e8ffe1b 14605 dev_priv->display.get_pipe_config = i9xx_get_pipe_config;
5724dbd1
DL
14606 dev_priv->display.get_initial_plane_config =
14607 i9xx_get_initial_plane_config;
d6dfee7a 14608 dev_priv->display.crtc_compute_clock = i9xx_crtc_compute_clock;
76e5a89c
DV
14609 dev_priv->display.crtc_enable = i9xx_crtc_enable;
14610 dev_priv->display.crtc_disable = i9xx_crtc_disable;
81c97f52
ACO
14611 } else {
14612 dev_priv->display.get_pipe_config = i9xx_get_pipe_config;
14613 dev_priv->display.get_initial_plane_config =
14614 i9xx_get_initial_plane_config;
14615 dev_priv->display.crtc_compute_clock = i8xx_crtc_compute_clock;
14616 dev_priv->display.crtc_enable = i9xx_crtc_enable;
14617 dev_priv->display.crtc_disable = i9xx_crtc_disable;
f564048e 14618 }
e70236a8 14619
88212941 14620 if (IS_GEN5(dev_priv)) {
3bb11b53 14621 dev_priv->display.fdi_link_train = ironlake_fdi_link_train;
88212941 14622 } else if (IS_GEN6(dev_priv)) {
3bb11b53 14623 dev_priv->display.fdi_link_train = gen6_fdi_link_train;
88212941 14624 } else if (IS_IVYBRIDGE(dev_priv)) {
3bb11b53
SJ
14625 /* FIXME: detect B0+ stepping and use auto training */
14626 dev_priv->display.fdi_link_train = ivb_manual_fdi_link_train;
88212941 14627 } else if (IS_HASWELL(dev_priv) || IS_BROADWELL(dev_priv)) {
3bb11b53 14628 dev_priv->display.fdi_link_train = hsw_fdi_link_train;
445e780b
VS
14629 }
14630
27082493
L
14631 if (dev_priv->info.gen >= 9)
14632 dev_priv->display.update_crtcs = skl_update_crtcs;
14633 else
14634 dev_priv->display.update_crtcs = intel_update_crtcs;
14635
5a21b665
DV
14636 switch (INTEL_INFO(dev_priv)->gen) {
14637 case 2:
14638 dev_priv->display.queue_flip = intel_gen2_queue_flip;
14639 break;
14640
14641 case 3:
14642 dev_priv->display.queue_flip = intel_gen3_queue_flip;
14643 break;
14644
14645 case 4:
14646 case 5:
14647 dev_priv->display.queue_flip = intel_gen4_queue_flip;
14648 break;
14649
14650 case 6:
14651 dev_priv->display.queue_flip = intel_gen6_queue_flip;
14652 break;
14653 case 7:
14654 case 8: /* FIXME(BDW): Check that the gen8 RCS flip works. */
14655 dev_priv->display.queue_flip = intel_gen7_queue_flip;
14656 break;
14657 case 9:
14658 /* Drop through - unsupported since execlist only. */
14659 default:
14660 /* Default just returns -ENODEV to indicate unsupported */
14661 dev_priv->display.queue_flip = intel_default_queue_flip;
14662 }
e70236a8
JB
14663}
14664
b690e96c
JB
14665/*
14666 * Some BIOSes insist on assuming the GPU's pipe A is enabled at suspend,
14667 * resume, or other times. This quirk makes sure that's the case for
14668 * affected systems.
14669 */
0206e353 14670static void quirk_pipea_force(struct drm_device *dev)
b690e96c 14671{
fac5e23e 14672 struct drm_i915_private *dev_priv = to_i915(dev);
b690e96c
JB
14673
14674 dev_priv->quirks |= QUIRK_PIPEA_FORCE;
bc0daf48 14675 DRM_INFO("applying pipe a force quirk\n");
b690e96c
JB
14676}
14677
b6b5d049
VS
14678static void quirk_pipeb_force(struct drm_device *dev)
14679{
fac5e23e 14680 struct drm_i915_private *dev_priv = to_i915(dev);
b6b5d049
VS
14681
14682 dev_priv->quirks |= QUIRK_PIPEB_FORCE;
14683 DRM_INFO("applying pipe b force quirk\n");
14684}
14685
435793df
KP
14686/*
14687 * Some machines (Lenovo U160) do not work with SSC on LVDS for some reason
14688 */
14689static void quirk_ssc_force_disable(struct drm_device *dev)
14690{
fac5e23e 14691 struct drm_i915_private *dev_priv = to_i915(dev);
435793df 14692 dev_priv->quirks |= QUIRK_LVDS_SSC_DISABLE;
bc0daf48 14693 DRM_INFO("applying lvds SSC disable quirk\n");
435793df
KP
14694}
14695
4dca20ef 14696/*
5a15ab5b
CE
14697 * A machine (e.g. Acer Aspire 5734Z) may need to invert the panel backlight
14698 * brightness value
4dca20ef
CE
14699 */
14700static void quirk_invert_brightness(struct drm_device *dev)
14701{
fac5e23e 14702 struct drm_i915_private *dev_priv = to_i915(dev);
4dca20ef 14703 dev_priv->quirks |= QUIRK_INVERT_BRIGHTNESS;
bc0daf48 14704 DRM_INFO("applying inverted panel brightness quirk\n");
435793df
KP
14705}
14706
9c72cc6f
SD
14707/* Some VBT's incorrectly indicate no backlight is present */
14708static void quirk_backlight_present(struct drm_device *dev)
14709{
fac5e23e 14710 struct drm_i915_private *dev_priv = to_i915(dev);
9c72cc6f
SD
14711 dev_priv->quirks |= QUIRK_BACKLIGHT_PRESENT;
14712 DRM_INFO("applying backlight present quirk\n");
14713}
14714
b690e96c
JB
14715struct intel_quirk {
14716 int device;
14717 int subsystem_vendor;
14718 int subsystem_device;
14719 void (*hook)(struct drm_device *dev);
14720};
14721
5f85f176
EE
14722/* For systems that don't have a meaningful PCI subdevice/subvendor ID */
14723struct intel_dmi_quirk {
14724 void (*hook)(struct drm_device *dev);
14725 const struct dmi_system_id (*dmi_id_list)[];
14726};
14727
14728static int intel_dmi_reverse_brightness(const struct dmi_system_id *id)
14729{
14730 DRM_INFO("Backlight polarity reversed on %s\n", id->ident);
14731 return 1;
14732}
14733
14734static const struct intel_dmi_quirk intel_dmi_quirks[] = {
14735 {
14736 .dmi_id_list = &(const struct dmi_system_id[]) {
14737 {
14738 .callback = intel_dmi_reverse_brightness,
14739 .ident = "NCR Corporation",
14740 .matches = {DMI_MATCH(DMI_SYS_VENDOR, "NCR Corporation"),
14741 DMI_MATCH(DMI_PRODUCT_NAME, ""),
14742 },
14743 },
14744 { } /* terminating entry */
14745 },
14746 .hook = quirk_invert_brightness,
14747 },
14748};
14749
c43b5634 14750static struct intel_quirk intel_quirks[] = {
b690e96c
JB
14751 /* Toshiba Protege R-205, S-209 needs pipe A force quirk */
14752 { 0x2592, 0x1179, 0x0001, quirk_pipea_force },
14753
b690e96c
JB
14754 /* ThinkPad T60 needs pipe A force quirk (bug #16494) */
14755 { 0x2782, 0x17aa, 0x201a, quirk_pipea_force },
14756
5f080c0f
VS
14757 /* 830 needs to leave pipe A & dpll A up */
14758 { 0x3577, PCI_ANY_ID, PCI_ANY_ID, quirk_pipea_force },
14759
b6b5d049
VS
14760 /* 830 needs to leave pipe B & dpll B up */
14761 { 0x3577, PCI_ANY_ID, PCI_ANY_ID, quirk_pipeb_force },
14762
435793df
KP
14763 /* Lenovo U160 cannot use SSC on LVDS */
14764 { 0x0046, 0x17aa, 0x3920, quirk_ssc_force_disable },
070d329a
MAS
14765
14766 /* Sony Vaio Y cannot use SSC on LVDS */
14767 { 0x0046, 0x104d, 0x9076, quirk_ssc_force_disable },
5a15ab5b 14768
be505f64
AH
14769 /* Acer Aspire 5734Z must invert backlight brightness */
14770 { 0x2a42, 0x1025, 0x0459, quirk_invert_brightness },
14771
14772 /* Acer/eMachines G725 */
14773 { 0x2a42, 0x1025, 0x0210, quirk_invert_brightness },
14774
14775 /* Acer/eMachines e725 */
14776 { 0x2a42, 0x1025, 0x0212, quirk_invert_brightness },
14777
14778 /* Acer/Packard Bell NCL20 */
14779 { 0x2a42, 0x1025, 0x034b, quirk_invert_brightness },
14780
14781 /* Acer Aspire 4736Z */
14782 { 0x2a42, 0x1025, 0x0260, quirk_invert_brightness },
0f540c3a
JN
14783
14784 /* Acer Aspire 5336 */
14785 { 0x2a42, 0x1025, 0x048a, quirk_invert_brightness },
2e93a1aa
SD
14786
14787 /* Acer C720 and C720P Chromebooks (Celeron 2955U) have backlights */
14788 { 0x0a06, 0x1025, 0x0a11, quirk_backlight_present },
d4967d8c 14789
dfb3d47b
SD
14790 /* Acer C720 Chromebook (Core i3 4005U) */
14791 { 0x0a16, 0x1025, 0x0a11, quirk_backlight_present },
14792
b2a9601c 14793 /* Apple Macbook 2,1 (Core 2 T7400) */
14794 { 0x27a2, 0x8086, 0x7270, quirk_backlight_present },
14795
1b9448b0
JN
14796 /* Apple Macbook 4,1 */
14797 { 0x2a02, 0x106b, 0x00a1, quirk_backlight_present },
14798
d4967d8c
SD
14799 /* Toshiba CB35 Chromebook (Celeron 2955U) */
14800 { 0x0a06, 0x1179, 0x0a88, quirk_backlight_present },
724cb06f
SD
14801
14802 /* HP Chromebook 14 (Celeron 2955U) */
14803 { 0x0a06, 0x103c, 0x21ed, quirk_backlight_present },
cf6f0af9
JN
14804
14805 /* Dell Chromebook 11 */
14806 { 0x0a06, 0x1028, 0x0a35, quirk_backlight_present },
9be64eee
JN
14807
14808 /* Dell Chromebook 11 (2015 version) */
14809 { 0x0a16, 0x1028, 0x0a35, quirk_backlight_present },
b690e96c
JB
14810};
14811
14812static void intel_init_quirks(struct drm_device *dev)
14813{
14814 struct pci_dev *d = dev->pdev;
14815 int i;
14816
14817 for (i = 0; i < ARRAY_SIZE(intel_quirks); i++) {
14818 struct intel_quirk *q = &intel_quirks[i];
14819
14820 if (d->device == q->device &&
14821 (d->subsystem_vendor == q->subsystem_vendor ||
14822 q->subsystem_vendor == PCI_ANY_ID) &&
14823 (d->subsystem_device == q->subsystem_device ||
14824 q->subsystem_device == PCI_ANY_ID))
14825 q->hook(dev);
14826 }
5f85f176
EE
14827 for (i = 0; i < ARRAY_SIZE(intel_dmi_quirks); i++) {
14828 if (dmi_check_system(*intel_dmi_quirks[i].dmi_id_list) != 0)
14829 intel_dmi_quirks[i].hook(dev);
14830 }
b690e96c
JB
14831}
14832
9cce37f4 14833/* Disable the VGA plane that we never use */
29b74b7f 14834static void i915_disable_vga(struct drm_i915_private *dev_priv)
9cce37f4 14835{
52a05c30 14836 struct pci_dev *pdev = dev_priv->drm.pdev;
9cce37f4 14837 u8 sr1;
920a14b2 14838 i915_reg_t vga_reg = i915_vgacntrl_reg(dev_priv);
9cce37f4 14839
2b37c616 14840 /* WaEnableVGAAccessThroughIOPort:ctg,elk,ilk,snb,ivb,vlv,hsw */
52a05c30 14841 vga_get_uninterruptible(pdev, VGA_RSRC_LEGACY_IO);
3fdcf431 14842 outb(SR01, VGA_SR_INDEX);
9cce37f4
JB
14843 sr1 = inb(VGA_SR_DATA);
14844 outb(sr1 | 1<<5, VGA_SR_DATA);
52a05c30 14845 vga_put(pdev, VGA_RSRC_LEGACY_IO);
9cce37f4
JB
14846 udelay(300);
14847
01f5a626 14848 I915_WRITE(vga_reg, VGA_DISP_DISABLE);
9cce37f4
JB
14849 POSTING_READ(vga_reg);
14850}
14851
f817586c
DV
14852void intel_modeset_init_hw(struct drm_device *dev)
14853{
fac5e23e 14854 struct drm_i915_private *dev_priv = to_i915(dev);
1a617b77 14855
4c75b940 14856 intel_update_cdclk(dev_priv);
bb0f4aab 14857 dev_priv->cdclk.logical = dev_priv->cdclk.actual = dev_priv->cdclk.hw;
1a617b77 14858
46f16e63 14859 intel_init_clock_gating(dev_priv);
f817586c
DV
14860}
14861
d93c0372
MR
14862/*
14863 * Calculate what we think the watermarks should be for the state we've read
14864 * out of the hardware and then immediately program those watermarks so that
14865 * we ensure the hardware settings match our internal state.
14866 *
14867 * We can calculate what we think WM's should be by creating a duplicate of the
14868 * current state (which was constructed during hardware readout) and running it
14869 * through the atomic check code to calculate new watermark values in the
14870 * state object.
14871 */
14872static void sanitize_watermarks(struct drm_device *dev)
14873{
14874 struct drm_i915_private *dev_priv = to_i915(dev);
14875 struct drm_atomic_state *state;
ccf010fb 14876 struct intel_atomic_state *intel_state;
d93c0372
MR
14877 struct drm_crtc *crtc;
14878 struct drm_crtc_state *cstate;
14879 struct drm_modeset_acquire_ctx ctx;
14880 int ret;
14881 int i;
14882
14883 /* Only supported on platforms that use atomic watermark design */
ed4a6a7c 14884 if (!dev_priv->display.optimize_watermarks)
d93c0372
MR
14885 return;
14886
14887 /*
14888 * We need to hold connection_mutex before calling duplicate_state so
14889 * that the connector loop is protected.
14890 */
14891 drm_modeset_acquire_init(&ctx, 0);
14892retry:
0cd1262d 14893 ret = drm_modeset_lock_all_ctx(dev, &ctx);
d93c0372
MR
14894 if (ret == -EDEADLK) {
14895 drm_modeset_backoff(&ctx);
14896 goto retry;
14897 } else if (WARN_ON(ret)) {
0cd1262d 14898 goto fail;
d93c0372
MR
14899 }
14900
14901 state = drm_atomic_helper_duplicate_state(dev, &ctx);
14902 if (WARN_ON(IS_ERR(state)))
0cd1262d 14903 goto fail;
d93c0372 14904
ccf010fb
ML
14905 intel_state = to_intel_atomic_state(state);
14906
ed4a6a7c
MR
14907 /*
14908 * Hardware readout is the only time we don't want to calculate
14909 * intermediate watermarks (since we don't trust the current
14910 * watermarks).
14911 */
602ae835
VS
14912 if (!HAS_GMCH_DISPLAY(dev_priv))
14913 intel_state->skip_intermediate_wm = true;
ed4a6a7c 14914
d93c0372
MR
14915 ret = intel_atomic_check(dev, state);
14916 if (ret) {
14917 /*
14918 * If we fail here, it means that the hardware appears to be
14919 * programmed in a way that shouldn't be possible, given our
14920 * understanding of watermark requirements. This might mean a
14921 * mistake in the hardware readout code or a mistake in the
14922 * watermark calculations for a given platform. Raise a WARN
14923 * so that this is noticeable.
14924 *
14925 * If this actually happens, we'll have to just leave the
14926 * BIOS-programmed watermarks untouched and hope for the best.
14927 */
14928 WARN(true, "Could not determine valid watermarks for inherited state\n");
b9a1b717 14929 goto put_state;
d93c0372
MR
14930 }
14931
14932 /* Write calculated watermark values back */
aa5e9b47 14933 for_each_new_crtc_in_state(state, crtc, cstate, i) {
d93c0372
MR
14934 struct intel_crtc_state *cs = to_intel_crtc_state(cstate);
14935
ed4a6a7c 14936 cs->wm.need_postvbl_update = true;
ccf010fb 14937 dev_priv->display.optimize_watermarks(intel_state, cs);
d93c0372
MR
14938 }
14939
b9a1b717 14940put_state:
0853695c 14941 drm_atomic_state_put(state);
0cd1262d 14942fail:
d93c0372
MR
14943 drm_modeset_drop_locks(&ctx);
14944 drm_modeset_acquire_fini(&ctx);
14945}
14946
b079bd17 14947int intel_modeset_init(struct drm_device *dev)
79e53945 14948{
72e96d64
JL
14949 struct drm_i915_private *dev_priv = to_i915(dev);
14950 struct i915_ggtt *ggtt = &dev_priv->ggtt;
8cc87b75 14951 enum pipe pipe;
46f297fb 14952 struct intel_crtc *crtc;
79e53945
JB
14953
14954 drm_mode_config_init(dev);
14955
14956 dev->mode_config.min_width = 0;
14957 dev->mode_config.min_height = 0;
14958
019d96cb
DA
14959 dev->mode_config.preferred_depth = 24;
14960 dev->mode_config.prefer_shadow = 1;
14961
25bab385
TU
14962 dev->mode_config.allow_fb_modifiers = true;
14963
e6ecefaa 14964 dev->mode_config.funcs = &intel_mode_funcs;
79e53945 14965
eb955eee 14966 INIT_WORK(&dev_priv->atomic_helper.free_work,
ba318c61 14967 intel_atomic_helper_free_state_worker);
eb955eee 14968
b690e96c
JB
14969 intel_init_quirks(dev);
14970
62d75df7 14971 intel_init_pm(dev_priv);
1fa61106 14972
b7f05d4a 14973 if (INTEL_INFO(dev_priv)->num_pipes == 0)
b079bd17 14974 return 0;
e3c74757 14975
69f92f67
LW
14976 /*
14977 * There may be no VBT; and if the BIOS enabled SSC we can
14978 * just keep using it to avoid unnecessary flicker. Whereas if the
14979 * BIOS isn't using it, don't assume it will work even if the VBT
14980 * indicates as much.
14981 */
6e266956 14982 if (HAS_PCH_IBX(dev_priv) || HAS_PCH_CPT(dev_priv)) {
69f92f67
LW
14983 bool bios_lvds_use_ssc = !!(I915_READ(PCH_DREF_CONTROL) &
14984 DREF_SSC1_ENABLE);
14985
14986 if (dev_priv->vbt.lvds_use_ssc != bios_lvds_use_ssc) {
14987 DRM_DEBUG_KMS("SSC %sabled by BIOS, overriding VBT which says %sabled\n",
14988 bios_lvds_use_ssc ? "en" : "dis",
14989 dev_priv->vbt.lvds_use_ssc ? "en" : "dis");
14990 dev_priv->vbt.lvds_use_ssc = bios_lvds_use_ssc;
14991 }
14992 }
14993
5db94019 14994 if (IS_GEN2(dev_priv)) {
a6c45cf0
CW
14995 dev->mode_config.max_width = 2048;
14996 dev->mode_config.max_height = 2048;
5db94019 14997 } else if (IS_GEN3(dev_priv)) {
5e4d6fa7
KP
14998 dev->mode_config.max_width = 4096;
14999 dev->mode_config.max_height = 4096;
79e53945 15000 } else {
a6c45cf0
CW
15001 dev->mode_config.max_width = 8192;
15002 dev->mode_config.max_height = 8192;
79e53945 15003 }
068be561 15004
2a307c2e
JN
15005 if (IS_I845G(dev_priv) || IS_I865G(dev_priv)) {
15006 dev->mode_config.cursor_width = IS_I845G(dev_priv) ? 64 : 512;
dc41c154 15007 dev->mode_config.cursor_height = 1023;
5db94019 15008 } else if (IS_GEN2(dev_priv)) {
068be561
DL
15009 dev->mode_config.cursor_width = GEN2_CURSOR_WIDTH;
15010 dev->mode_config.cursor_height = GEN2_CURSOR_HEIGHT;
15011 } else {
15012 dev->mode_config.cursor_width = MAX_CURSOR_WIDTH;
15013 dev->mode_config.cursor_height = MAX_CURSOR_HEIGHT;
15014 }
15015
72e96d64 15016 dev->mode_config.fb_base = ggtt->mappable_base;
79e53945 15017
28c97730 15018 DRM_DEBUG_KMS("%d display pipe%s available.\n",
b7f05d4a
TU
15019 INTEL_INFO(dev_priv)->num_pipes,
15020 INTEL_INFO(dev_priv)->num_pipes > 1 ? "s" : "");
79e53945 15021
055e393f 15022 for_each_pipe(dev_priv, pipe) {
b079bd17
VS
15023 int ret;
15024
5ab0d85b 15025 ret = intel_crtc_init(dev_priv, pipe);
b079bd17
VS
15026 if (ret) {
15027 drm_mode_config_cleanup(dev);
15028 return ret;
15029 }
79e53945
JB
15030 }
15031
e72f9fbf 15032 intel_shared_dpll_init(dev);
ee7b9f93 15033
5be6e334
VS
15034 intel_update_czclk(dev_priv);
15035 intel_modeset_init_hw(dev);
15036
b2045352 15037 if (dev_priv->max_cdclk_freq == 0)
4c75b940 15038 intel_update_max_cdclk(dev_priv);
b2045352 15039
9cce37f4 15040 /* Just disable it once at startup */
29b74b7f 15041 i915_disable_vga(dev_priv);
c39055b0 15042 intel_setup_outputs(dev_priv);
11be49eb 15043
6e9f798d 15044 drm_modeset_lock_all(dev);
043e9bda 15045 intel_modeset_setup_hw_state(dev);
6e9f798d 15046 drm_modeset_unlock_all(dev);
46f297fb 15047
d3fcc808 15048 for_each_intel_crtc(dev, crtc) {
eeebeac5
ML
15049 struct intel_initial_plane_config plane_config = {};
15050
46f297fb
JB
15051 if (!crtc->active)
15052 continue;
15053
46f297fb 15054 /*
46f297fb
JB
15055 * Note that reserving the BIOS fb up front prevents us
15056 * from stuffing other stolen allocations like the ring
15057 * on top. This prevents some ugliness at boot time, and
15058 * can even allow for smooth boot transitions if the BIOS
15059 * fb is large enough for the active pipe configuration.
15060 */
eeebeac5
ML
15061 dev_priv->display.get_initial_plane_config(crtc,
15062 &plane_config);
15063
15064 /*
15065 * If the fb is shared between multiple heads, we'll
15066 * just get the first one.
15067 */
15068 intel_find_initial_plane_obj(crtc, &plane_config);
46f297fb 15069 }
d93c0372
MR
15070
15071 /*
15072 * Make sure hardware watermarks really match the state we read out.
15073 * Note that we need to do this after reconstructing the BIOS fb's
15074 * since the watermark calculation done here will use pstate->fb.
15075 */
602ae835
VS
15076 if (!HAS_GMCH_DISPLAY(dev_priv))
15077 sanitize_watermarks(dev);
b079bd17
VS
15078
15079 return 0;
2c7111db
CW
15080}
15081
7fad798e
DV
15082static void intel_enable_pipe_a(struct drm_device *dev)
15083{
15084 struct intel_connector *connector;
f9e905ca 15085 struct drm_connector_list_iter conn_iter;
7fad798e
DV
15086 struct drm_connector *crt = NULL;
15087 struct intel_load_detect_pipe load_detect_temp;
208bf9fd 15088 struct drm_modeset_acquire_ctx *ctx = dev->mode_config.acquire_ctx;
7fad798e
DV
15089
15090 /* We can't just switch on the pipe A, we need to set things up with a
15091 * proper mode and output configuration. As a gross hack, enable pipe A
15092 * by enabling the load detect pipe once. */
f9e905ca
DV
15093 drm_connector_list_iter_begin(dev, &conn_iter);
15094 for_each_intel_connector_iter(connector, &conn_iter) {
7fad798e
DV
15095 if (connector->encoder->type == INTEL_OUTPUT_ANALOG) {
15096 crt = &connector->base;
15097 break;
15098 }
15099 }
f9e905ca 15100 drm_connector_list_iter_end(&conn_iter);
7fad798e
DV
15101
15102 if (!crt)
15103 return;
15104
208bf9fd 15105 if (intel_get_load_detect_pipe(crt, NULL, &load_detect_temp, ctx))
49172fee 15106 intel_release_load_detect_pipe(crt, &load_detect_temp, ctx);
7fad798e
DV
15107}
15108
fa555837
DV
15109static bool
15110intel_check_plane_mapping(struct intel_crtc *crtc)
15111{
b7f05d4a 15112 struct drm_i915_private *dev_priv = to_i915(crtc->base.dev);
649636ef 15113 u32 val;
fa555837 15114
b7f05d4a 15115 if (INTEL_INFO(dev_priv)->num_pipes == 1)
fa555837
DV
15116 return true;
15117
649636ef 15118 val = I915_READ(DSPCNTR(!crtc->plane));
fa555837
DV
15119
15120 if ((val & DISPLAY_PLANE_ENABLE) &&
15121 (!!(val & DISPPLANE_SEL_PIPE_MASK) == crtc->pipe))
15122 return false;
15123
15124 return true;
15125}
15126
02e93c35
VS
15127static bool intel_crtc_has_encoders(struct intel_crtc *crtc)
15128{
15129 struct drm_device *dev = crtc->base.dev;
15130 struct intel_encoder *encoder;
15131
15132 for_each_encoder_on_crtc(dev, &crtc->base, encoder)
15133 return true;
15134
15135 return false;
15136}
15137
496b0fc3
ML
15138static struct intel_connector *intel_encoder_find_connector(struct intel_encoder *encoder)
15139{
15140 struct drm_device *dev = encoder->base.dev;
15141 struct intel_connector *connector;
15142
15143 for_each_connector_on_encoder(dev, &encoder->base, connector)
15144 return connector;
15145
15146 return NULL;
15147}
15148
a168f5b3
VS
15149static bool has_pch_trancoder(struct drm_i915_private *dev_priv,
15150 enum transcoder pch_transcoder)
15151{
15152 return HAS_PCH_IBX(dev_priv) || HAS_PCH_CPT(dev_priv) ||
15153 (HAS_PCH_LPT_H(dev_priv) && pch_transcoder == TRANSCODER_A);
15154}
15155
24929352
DV
15156static void intel_sanitize_crtc(struct intel_crtc *crtc)
15157{
15158 struct drm_device *dev = crtc->base.dev;
fac5e23e 15159 struct drm_i915_private *dev_priv = to_i915(dev);
4d1de975 15160 enum transcoder cpu_transcoder = crtc->config->cpu_transcoder;
24929352 15161
24929352 15162 /* Clear any frame start delays used for debugging left by the BIOS */
4d1de975
JN
15163 if (!transcoder_is_dsi(cpu_transcoder)) {
15164 i915_reg_t reg = PIPECONF(cpu_transcoder);
15165
15166 I915_WRITE(reg,
15167 I915_READ(reg) & ~PIPECONF_FRAME_START_DELAY_MASK);
15168 }
24929352 15169
d3eaf884 15170 /* restore vblank interrupts to correct state */
9625604c 15171 drm_crtc_vblank_reset(&crtc->base);
d297e103 15172 if (crtc->active) {
f9cd7b88
VS
15173 struct intel_plane *plane;
15174
9625604c 15175 drm_crtc_vblank_on(&crtc->base);
f9cd7b88
VS
15176
15177 /* Disable everything but the primary plane */
15178 for_each_intel_plane_on_crtc(dev, crtc, plane) {
15179 if (plane->base.type == DRM_PLANE_TYPE_PRIMARY)
15180 continue;
15181
72259536 15182 trace_intel_disable_plane(&plane->base, crtc);
f9cd7b88
VS
15183 plane->disable_plane(&plane->base, &crtc->base);
15184 }
9625604c 15185 }
d3eaf884 15186
24929352 15187 /* We need to sanitize the plane -> pipe mapping first because this will
fa555837
DV
15188 * disable the crtc (and hence change the state) if it is wrong. Note
15189 * that gen4+ has a fixed plane -> pipe mapping. */
6315b5d3 15190 if (INTEL_GEN(dev_priv) < 4 && !intel_check_plane_mapping(crtc)) {
24929352
DV
15191 bool plane;
15192
78108b7c
VS
15193 DRM_DEBUG_KMS("[CRTC:%d:%s] wrong plane connection detected!\n",
15194 crtc->base.base.id, crtc->base.name);
24929352
DV
15195
15196 /* Pipe has the wrong plane attached and the plane is active.
15197 * Temporarily change the plane mapping and disable everything
15198 * ... */
15199 plane = crtc->plane;
1d4258db 15200 crtc->base.primary->state->visible = true;
24929352 15201 crtc->plane = !plane;
b17d48e2 15202 intel_crtc_disable_noatomic(&crtc->base);
24929352 15203 crtc->plane = plane;
24929352 15204 }
24929352 15205
7fad798e
DV
15206 if (dev_priv->quirks & QUIRK_PIPEA_FORCE &&
15207 crtc->pipe == PIPE_A && !crtc->active) {
15208 /* BIOS forgot to enable pipe A, this mostly happens after
15209 * resume. Force-enable the pipe to fix this, the update_dpms
15210 * call below we restore the pipe to the right state, but leave
15211 * the required bits on. */
15212 intel_enable_pipe_a(dev);
15213 }
15214
24929352
DV
15215 /* Adjust the state of the output pipe according to whether we
15216 * have active connectors/encoders. */
842e0307 15217 if (crtc->active && !intel_crtc_has_encoders(crtc))
b17d48e2 15218 intel_crtc_disable_noatomic(&crtc->base);
24929352 15219
49cff963 15220 if (crtc->active || HAS_GMCH_DISPLAY(dev_priv)) {
4cc31489
DV
15221 /*
15222 * We start out with underrun reporting disabled to avoid races.
15223 * For correct bookkeeping mark this on active crtcs.
15224 *
c5ab3bc0
DV
15225 * Also on gmch platforms we dont have any hardware bits to
15226 * disable the underrun reporting. Which means we need to start
15227 * out with underrun reporting disabled also on inactive pipes,
15228 * since otherwise we'll complain about the garbage we read when
15229 * e.g. coming up after runtime pm.
15230 *
4cc31489
DV
15231 * No protection against concurrent access is required - at
15232 * worst a fifo underrun happens which also sets this to false.
15233 */
15234 crtc->cpu_fifo_underrun_disabled = true;
a168f5b3
VS
15235 /*
15236 * We track the PCH trancoder underrun reporting state
15237 * within the crtc. With crtc for pipe A housing the underrun
15238 * reporting state for PCH transcoder A, crtc for pipe B housing
15239 * it for PCH transcoder B, etc. LPT-H has only PCH transcoder A,
15240 * and marking underrun reporting as disabled for the non-existing
15241 * PCH transcoders B and C would prevent enabling the south
15242 * error interrupt (see cpt_can_enable_serr_int()).
15243 */
15244 if (has_pch_trancoder(dev_priv, (enum transcoder)crtc->pipe))
15245 crtc->pch_fifo_underrun_disabled = true;
4cc31489 15246 }
24929352
DV
15247}
15248
15249static void intel_sanitize_encoder(struct intel_encoder *encoder)
15250{
15251 struct intel_connector *connector;
24929352
DV
15252
15253 /* We need to check both for a crtc link (meaning that the
15254 * encoder is active and trying to read from a pipe) and the
15255 * pipe itself being active. */
15256 bool has_active_crtc = encoder->base.crtc &&
15257 to_intel_crtc(encoder->base.crtc)->active;
15258
496b0fc3
ML
15259 connector = intel_encoder_find_connector(encoder);
15260 if (connector && !has_active_crtc) {
24929352
DV
15261 DRM_DEBUG_KMS("[ENCODER:%d:%s] has active connectors but no active pipe!\n",
15262 encoder->base.base.id,
8e329a03 15263 encoder->base.name);
24929352
DV
15264
15265 /* Connector is active, but has no active pipe. This is
15266 * fallout from our resume register restoring. Disable
15267 * the encoder manually again. */
15268 if (encoder->base.crtc) {
fd6bbda9
ML
15269 struct drm_crtc_state *crtc_state = encoder->base.crtc->state;
15270
24929352
DV
15271 DRM_DEBUG_KMS("[ENCODER:%d:%s] manually disabled\n",
15272 encoder->base.base.id,
8e329a03 15273 encoder->base.name);
fd6bbda9 15274 encoder->disable(encoder, to_intel_crtc_state(crtc_state), connector->base.state);
a62d1497 15275 if (encoder->post_disable)
fd6bbda9 15276 encoder->post_disable(encoder, to_intel_crtc_state(crtc_state), connector->base.state);
24929352 15277 }
7f1950fb 15278 encoder->base.crtc = NULL;
24929352
DV
15279
15280 /* Inconsistent output/port/pipe state happens presumably due to
15281 * a bug in one of the get_hw_state functions. Or someplace else
15282 * in our code, like the register restore mess on resume. Clamp
15283 * things to off as a safer default. */
fd6bbda9
ML
15284
15285 connector->base.dpms = DRM_MODE_DPMS_OFF;
15286 connector->base.encoder = NULL;
24929352
DV
15287 }
15288 /* Enabled encoders without active connectors will be fixed in
15289 * the crtc fixup. */
15290}
15291
29b74b7f 15292void i915_redisable_vga_power_on(struct drm_i915_private *dev_priv)
0fde901f 15293{
920a14b2 15294 i915_reg_t vga_reg = i915_vgacntrl_reg(dev_priv);
0fde901f 15295
04098753
ID
15296 if (!(I915_READ(vga_reg) & VGA_DISP_DISABLE)) {
15297 DRM_DEBUG_KMS("Something enabled VGA plane, disabling it\n");
29b74b7f 15298 i915_disable_vga(dev_priv);
04098753
ID
15299 }
15300}
15301
29b74b7f 15302void i915_redisable_vga(struct drm_i915_private *dev_priv)
04098753 15303{
8dc8a27c
PZ
15304 /* This function can be called both from intel_modeset_setup_hw_state or
15305 * at a very early point in our resume sequence, where the power well
15306 * structures are not yet restored. Since this function is at a very
15307 * paranoid "someone might have enabled VGA while we were not looking"
15308 * level, just check if the power well is enabled instead of trying to
15309 * follow the "don't touch the power well if we don't need it" policy
15310 * the rest of the driver uses. */
6392f847 15311 if (!intel_display_power_get_if_enabled(dev_priv, POWER_DOMAIN_VGA))
8dc8a27c
PZ
15312 return;
15313
29b74b7f 15314 i915_redisable_vga_power_on(dev_priv);
6392f847
ID
15315
15316 intel_display_power_put(dev_priv, POWER_DOMAIN_VGA);
0fde901f
KM
15317}
15318
f9cd7b88 15319static bool primary_get_hw_state(struct intel_plane *plane)
98ec7739 15320{
f9cd7b88 15321 struct drm_i915_private *dev_priv = to_i915(plane->base.dev);
98ec7739 15322
f9cd7b88 15323 return I915_READ(DSPCNTR(plane->plane)) & DISPLAY_PLANE_ENABLE;
d032ffa0
ML
15324}
15325
f9cd7b88
VS
15326/* FIXME read out full plane state for all planes */
15327static void readout_plane_state(struct intel_crtc *crtc)
d032ffa0 15328{
e9728bd8
VS
15329 struct intel_plane *primary = to_intel_plane(crtc->base.primary);
15330 bool visible;
d032ffa0 15331
e9728bd8 15332 visible = crtc->active && primary_get_hw_state(primary);
b26d3ea3 15333
e9728bd8
VS
15334 intel_set_plane_visible(to_intel_crtc_state(crtc->base.state),
15335 to_intel_plane_state(primary->base.state),
15336 visible);
98ec7739
VS
15337}
15338
30e984df 15339static void intel_modeset_readout_hw_state(struct drm_device *dev)
24929352 15340{
fac5e23e 15341 struct drm_i915_private *dev_priv = to_i915(dev);
24929352 15342 enum pipe pipe;
24929352
DV
15343 struct intel_crtc *crtc;
15344 struct intel_encoder *encoder;
15345 struct intel_connector *connector;
f9e905ca 15346 struct drm_connector_list_iter conn_iter;
5358901f 15347 int i;
24929352 15348
565602d7
ML
15349 dev_priv->active_crtcs = 0;
15350
d3fcc808 15351 for_each_intel_crtc(dev, crtc) {
a8cd6da0
VS
15352 struct intel_crtc_state *crtc_state =
15353 to_intel_crtc_state(crtc->base.state);
3b117c8f 15354
ec2dc6a0 15355 __drm_atomic_helper_crtc_destroy_state(&crtc_state->base);
565602d7
ML
15356 memset(crtc_state, 0, sizeof(*crtc_state));
15357 crtc_state->base.crtc = &crtc->base;
24929352 15358
565602d7
ML
15359 crtc_state->base.active = crtc_state->base.enable =
15360 dev_priv->display.get_pipe_config(crtc, crtc_state);
15361
15362 crtc->base.enabled = crtc_state->base.enable;
15363 crtc->active = crtc_state->base.active;
15364
aca1ebf4 15365 if (crtc_state->base.active)
565602d7
ML
15366 dev_priv->active_crtcs |= 1 << crtc->pipe;
15367
f9cd7b88 15368 readout_plane_state(crtc);
24929352 15369
78108b7c
VS
15370 DRM_DEBUG_KMS("[CRTC:%d:%s] hw state readout: %s\n",
15371 crtc->base.base.id, crtc->base.name,
a8cd6da0 15372 enableddisabled(crtc_state->base.active));
24929352
DV
15373 }
15374
5358901f
DV
15375 for (i = 0; i < dev_priv->num_shared_dpll; i++) {
15376 struct intel_shared_dpll *pll = &dev_priv->shared_dplls[i];
15377
2edd6443 15378 pll->on = pll->funcs.get_hw_state(dev_priv, pll,
2c42e535
ACO
15379 &pll->state.hw_state);
15380 pll->state.crtc_mask = 0;
d3fcc808 15381 for_each_intel_crtc(dev, crtc) {
a8cd6da0
VS
15382 struct intel_crtc_state *crtc_state =
15383 to_intel_crtc_state(crtc->base.state);
15384
15385 if (crtc_state->base.active &&
15386 crtc_state->shared_dpll == pll)
2c42e535 15387 pll->state.crtc_mask |= 1 << crtc->pipe;
5358901f 15388 }
2c42e535 15389 pll->active_mask = pll->state.crtc_mask;
5358901f 15390
1e6f2ddc 15391 DRM_DEBUG_KMS("%s hw state readout: crtc_mask 0x%08x, on %i\n",
2c42e535 15392 pll->name, pll->state.crtc_mask, pll->on);
5358901f
DV
15393 }
15394
b2784e15 15395 for_each_intel_encoder(dev, encoder) {
24929352
DV
15396 pipe = 0;
15397
15398 if (encoder->get_hw_state(encoder, &pipe)) {
a8cd6da0
VS
15399 struct intel_crtc_state *crtc_state;
15400
98187836 15401 crtc = intel_get_crtc_for_pipe(dev_priv, pipe);
a8cd6da0 15402 crtc_state = to_intel_crtc_state(crtc->base.state);
e2af48c6 15403
045ac3b5 15404 encoder->base.crtc = &crtc->base;
a8cd6da0
VS
15405 crtc_state->output_types |= 1 << encoder->type;
15406 encoder->get_config(encoder, crtc_state);
24929352
DV
15407 } else {
15408 encoder->base.crtc = NULL;
15409 }
15410
6f2bcceb 15411 DRM_DEBUG_KMS("[ENCODER:%d:%s] hw state readout: %s, pipe %c\n",
08c4d7fc
TU
15412 encoder->base.base.id, encoder->base.name,
15413 enableddisabled(encoder->base.crtc),
6f2bcceb 15414 pipe_name(pipe));
24929352
DV
15415 }
15416
f9e905ca
DV
15417 drm_connector_list_iter_begin(dev, &conn_iter);
15418 for_each_intel_connector_iter(connector, &conn_iter) {
24929352
DV
15419 if (connector->get_hw_state(connector)) {
15420 connector->base.dpms = DRM_MODE_DPMS_ON;
2aa974c9
ML
15421
15422 encoder = connector->encoder;
15423 connector->base.encoder = &encoder->base;
15424
15425 if (encoder->base.crtc &&
15426 encoder->base.crtc->state->active) {
15427 /*
15428 * This has to be done during hardware readout
15429 * because anything calling .crtc_disable may
15430 * rely on the connector_mask being accurate.
15431 */
15432 encoder->base.crtc->state->connector_mask |=
15433 1 << drm_connector_index(&connector->base);
e87a52b3
ML
15434 encoder->base.crtc->state->encoder_mask |=
15435 1 << drm_encoder_index(&encoder->base);
2aa974c9
ML
15436 }
15437
24929352
DV
15438 } else {
15439 connector->base.dpms = DRM_MODE_DPMS_OFF;
15440 connector->base.encoder = NULL;
15441 }
15442 DRM_DEBUG_KMS("[CONNECTOR:%d:%s] hw state readout: %s\n",
08c4d7fc
TU
15443 connector->base.base.id, connector->base.name,
15444 enableddisabled(connector->base.encoder));
24929352 15445 }
f9e905ca 15446 drm_connector_list_iter_end(&conn_iter);
7f4c6284
VS
15447
15448 for_each_intel_crtc(dev, crtc) {
a8cd6da0
VS
15449 struct intel_crtc_state *crtc_state =
15450 to_intel_crtc_state(crtc->base.state);
aca1ebf4
VS
15451 int pixclk = 0;
15452
a8cd6da0 15453 crtc->base.hwmode = crtc_state->base.adjusted_mode;
7f4c6284
VS
15454
15455 memset(&crtc->base.mode, 0, sizeof(crtc->base.mode));
a8cd6da0
VS
15456 if (crtc_state->base.active) {
15457 intel_mode_from_pipe_config(&crtc->base.mode, crtc_state);
15458 intel_mode_from_pipe_config(&crtc_state->base.adjusted_mode, crtc_state);
7f4c6284
VS
15459 WARN_ON(drm_atomic_set_mode_for_crtc(crtc->base.state, &crtc->base.mode));
15460
15461 /*
15462 * The initial mode needs to be set in order to keep
15463 * the atomic core happy. It wants a valid mode if the
15464 * crtc's enabled, so we do the above call.
15465 *
7800fb69
DV
15466 * But we don't set all the derived state fully, hence
15467 * set a flag to indicate that a full recalculation is
15468 * needed on the next commit.
7f4c6284 15469 */
a8cd6da0 15470 crtc_state->base.mode.private_flags = I915_MODE_FLAG_INHERITED;
9eca6832 15471
a7d1b3f4
VS
15472 intel_crtc_compute_pixel_rate(crtc_state);
15473
15474 if (INTEL_GEN(dev_priv) >= 9 || IS_BROADWELL(dev_priv) ||
15475 IS_VALLEYVIEW(dev_priv) || IS_CHERRYVIEW(dev_priv))
15476 pixclk = crtc_state->pixel_rate;
aca1ebf4
VS
15477 else
15478 WARN_ON(dev_priv->display.modeset_calc_cdclk);
15479
15480 /* pixel rate mustn't exceed 95% of cdclk with IPS on BDW */
a8cd6da0 15481 if (IS_BROADWELL(dev_priv) && crtc_state->ips_enabled)
aca1ebf4
VS
15482 pixclk = DIV_ROUND_UP(pixclk * 100, 95);
15483
9eca6832
VS
15484 drm_calc_timestamping_constants(&crtc->base, &crtc->base.hwmode);
15485 update_scanline_offset(crtc);
7f4c6284 15486 }
e3b247da 15487
aca1ebf4
VS
15488 dev_priv->min_pixclk[crtc->pipe] = pixclk;
15489
a8cd6da0 15490 intel_pipe_config_sanity_check(dev_priv, crtc_state);
7f4c6284 15491 }
30e984df
DV
15492}
15493
62b69566
ACO
15494static void
15495get_encoder_power_domains(struct drm_i915_private *dev_priv)
15496{
15497 struct intel_encoder *encoder;
15498
15499 for_each_intel_encoder(&dev_priv->drm, encoder) {
15500 u64 get_domains;
15501 enum intel_display_power_domain domain;
15502
15503 if (!encoder->get_power_domains)
15504 continue;
15505
15506 get_domains = encoder->get_power_domains(encoder);
15507 for_each_power_domain(domain, get_domains)
15508 intel_display_power_get(dev_priv, domain);
15509 }
15510}
15511
043e9bda
ML
15512/* Scan out the current hw modeset state,
15513 * and sanitizes it to the current state
15514 */
15515static void
15516intel_modeset_setup_hw_state(struct drm_device *dev)
30e984df 15517{
fac5e23e 15518 struct drm_i915_private *dev_priv = to_i915(dev);
30e984df 15519 enum pipe pipe;
30e984df
DV
15520 struct intel_crtc *crtc;
15521 struct intel_encoder *encoder;
35c95375 15522 int i;
30e984df
DV
15523
15524 intel_modeset_readout_hw_state(dev);
24929352
DV
15525
15526 /* HW state is read out, now we need to sanitize this mess. */
62b69566
ACO
15527 get_encoder_power_domains(dev_priv);
15528
b2784e15 15529 for_each_intel_encoder(dev, encoder) {
24929352
DV
15530 intel_sanitize_encoder(encoder);
15531 }
15532
055e393f 15533 for_each_pipe(dev_priv, pipe) {
98187836 15534 crtc = intel_get_crtc_for_pipe(dev_priv, pipe);
e2af48c6 15535
24929352 15536 intel_sanitize_crtc(crtc);
6e3c9717
ACO
15537 intel_dump_pipe_config(crtc, crtc->config,
15538 "[setup_hw_state]");
24929352 15539 }
9a935856 15540
d29b2f9d
ACO
15541 intel_modeset_update_connector_atomic_state(dev);
15542
35c95375
DV
15543 for (i = 0; i < dev_priv->num_shared_dpll; i++) {
15544 struct intel_shared_dpll *pll = &dev_priv->shared_dplls[i];
15545
2dd66ebd 15546 if (!pll->on || pll->active_mask)
35c95375
DV
15547 continue;
15548
15549 DRM_DEBUG_KMS("%s enabled but not in use, disabling\n", pll->name);
15550
2edd6443 15551 pll->funcs.disable(dev_priv, pll);
35c95375
DV
15552 pll->on = false;
15553 }
15554
602ae835 15555 if (IS_VALLEYVIEW(dev_priv) || IS_CHERRYVIEW(dev_priv)) {
6eb1a681 15556 vlv_wm_get_hw_state(dev);
602ae835
VS
15557 vlv_wm_sanitize(dev_priv);
15558 } else if (IS_GEN9(dev_priv)) {
3078999f 15559 skl_wm_get_hw_state(dev);
602ae835 15560 } else if (HAS_PCH_SPLIT(dev_priv)) {
243e6a44 15561 ilk_wm_get_hw_state(dev);
602ae835 15562 }
292b990e
ML
15563
15564 for_each_intel_crtc(dev, crtc) {
d8fc70b7 15565 u64 put_domains;
292b990e 15566
74bff5f9 15567 put_domains = modeset_get_crtc_power_domains(&crtc->base, crtc->config);
292b990e
ML
15568 if (WARN_ON(put_domains))
15569 modeset_put_power_domains(dev_priv, put_domains);
15570 }
15571 intel_display_set_init_power(dev_priv, false);
010cf73d 15572
8d8c386c
ID
15573 intel_power_domains_verify_state(dev_priv);
15574
010cf73d 15575 intel_fbc_init_pipe_state(dev_priv);
043e9bda 15576}
7d0bc1ea 15577
043e9bda
ML
15578void intel_display_resume(struct drm_device *dev)
15579{
e2c8b870
ML
15580 struct drm_i915_private *dev_priv = to_i915(dev);
15581 struct drm_atomic_state *state = dev_priv->modeset_restore_state;
15582 struct drm_modeset_acquire_ctx ctx;
043e9bda 15583 int ret;
f30da187 15584
e2c8b870 15585 dev_priv->modeset_restore_state = NULL;
73974893
ML
15586 if (state)
15587 state->acquire_ctx = &ctx;
043e9bda 15588
ea49c9ac
ML
15589 /*
15590 * This is a cludge because with real atomic modeset mode_config.mutex
15591 * won't be taken. Unfortunately some probed state like
15592 * audio_codec_enable is still protected by mode_config.mutex, so lock
15593 * it here for now.
15594 */
15595 mutex_lock(&dev->mode_config.mutex);
e2c8b870 15596 drm_modeset_acquire_init(&ctx, 0);
043e9bda 15597
73974893
ML
15598 while (1) {
15599 ret = drm_modeset_lock_all_ctx(dev, &ctx);
15600 if (ret != -EDEADLK)
15601 break;
043e9bda 15602
e2c8b870 15603 drm_modeset_backoff(&ctx);
e2c8b870 15604 }
043e9bda 15605
73974893 15606 if (!ret)
581e49fe 15607 ret = __intel_display_resume(dev, state, &ctx);
73974893 15608
e2c8b870
ML
15609 drm_modeset_drop_locks(&ctx);
15610 drm_modeset_acquire_fini(&ctx);
ea49c9ac 15611 mutex_unlock(&dev->mode_config.mutex);
043e9bda 15612
0853695c 15613 if (ret)
e2c8b870 15614 DRM_ERROR("Restoring old state failed with %i\n", ret);
3c5e37f1
CW
15615 if (state)
15616 drm_atomic_state_put(state);
2c7111db
CW
15617}
15618
15619void intel_modeset_gem_init(struct drm_device *dev)
15620{
dc97997a 15621 struct drm_i915_private *dev_priv = to_i915(dev);
484b41dd 15622
dc97997a 15623 intel_init_gt_powersave(dev_priv);
ae48434c 15624
1ee8da6d 15625 intel_setup_overlay(dev_priv);
1ebaa0b9
CW
15626}
15627
15628int intel_connector_register(struct drm_connector *connector)
15629{
15630 struct intel_connector *intel_connector = to_intel_connector(connector);
15631 int ret;
15632
15633 ret = intel_backlight_device_register(intel_connector);
15634 if (ret)
15635 goto err;
15636
15637 return 0;
0962c3c9 15638
1ebaa0b9
CW
15639err:
15640 return ret;
79e53945
JB
15641}
15642
c191eca1 15643void intel_connector_unregister(struct drm_connector *connector)
4932e2c3 15644{
e63d87c0 15645 struct intel_connector *intel_connector = to_intel_connector(connector);
4932e2c3 15646
e63d87c0 15647 intel_backlight_device_unregister(intel_connector);
4932e2c3 15648 intel_panel_destroy_backlight(connector);
4932e2c3
ID
15649}
15650
79e53945
JB
15651void intel_modeset_cleanup(struct drm_device *dev)
15652{
fac5e23e 15653 struct drm_i915_private *dev_priv = to_i915(dev);
652c393a 15654
eb955eee
CW
15655 flush_work(&dev_priv->atomic_helper.free_work);
15656 WARN_ON(!llist_empty(&dev_priv->atomic_helper.free_list));
15657
dc97997a 15658 intel_disable_gt_powersave(dev_priv);
2eb5252e 15659
fd0c0642
DV
15660 /*
15661 * Interrupts and polling as the first thing to avoid creating havoc.
2eb5252e 15662 * Too much stuff here (turning of connectors, ...) would
fd0c0642
DV
15663 * experience fancy races otherwise.
15664 */
2aeb7d3a 15665 intel_irq_uninstall(dev_priv);
eb21b92b 15666
fd0c0642
DV
15667 /*
15668 * Due to the hpd irq storm handling the hotplug work can re-arm the
15669 * poll handlers. Hence disable polling after hpd handling is shut down.
15670 */
f87ea761 15671 drm_kms_helper_poll_fini(dev);
fd0c0642 15672
723bfd70
JB
15673 intel_unregister_dsm_handler();
15674
c937ab3e 15675 intel_fbc_global_disable(dev_priv);
69341a5e 15676
1630fe75
CW
15677 /* flush any delayed tasks or pending work */
15678 flush_scheduled_work();
15679
79e53945 15680 drm_mode_config_cleanup(dev);
4d7bb011 15681
1ee8da6d 15682 intel_cleanup_overlay(dev_priv);
ae48434c 15683
dc97997a 15684 intel_cleanup_gt_powersave(dev_priv);
f5949141 15685
40196446 15686 intel_teardown_gmbus(dev_priv);
79e53945
JB
15687}
15688
df0e9248
CW
15689void intel_connector_attach_encoder(struct intel_connector *connector,
15690 struct intel_encoder *encoder)
15691{
15692 connector->encoder = encoder;
15693 drm_mode_connector_attach_encoder(&connector->base,
15694 &encoder->base);
79e53945 15695}
28d52043
DA
15696
15697/*
15698 * set vga decode state - true == enable VGA decode
15699 */
6315b5d3 15700int intel_modeset_vga_set_state(struct drm_i915_private *dev_priv, bool state)
28d52043 15701{
6315b5d3 15702 unsigned reg = INTEL_GEN(dev_priv) >= 6 ? SNB_GMCH_CTRL : INTEL_GMCH_CTRL;
28d52043
DA
15703 u16 gmch_ctrl;
15704
75fa041d
CW
15705 if (pci_read_config_word(dev_priv->bridge_dev, reg, &gmch_ctrl)) {
15706 DRM_ERROR("failed to read control word\n");
15707 return -EIO;
15708 }
15709
c0cc8a55
CW
15710 if (!!(gmch_ctrl & INTEL_GMCH_VGA_DISABLE) == !state)
15711 return 0;
15712
28d52043
DA
15713 if (state)
15714 gmch_ctrl &= ~INTEL_GMCH_VGA_DISABLE;
15715 else
15716 gmch_ctrl |= INTEL_GMCH_VGA_DISABLE;
75fa041d
CW
15717
15718 if (pci_write_config_word(dev_priv->bridge_dev, reg, gmch_ctrl)) {
15719 DRM_ERROR("failed to write control word\n");
15720 return -EIO;
15721 }
15722
28d52043
DA
15723 return 0;
15724}
c4a1d9e4 15725
98a2f411
CW
15726#if IS_ENABLED(CONFIG_DRM_I915_CAPTURE_ERROR)
15727
c4a1d9e4 15728struct intel_display_error_state {
ff57f1b0
PZ
15729
15730 u32 power_well_driver;
15731
63b66e5b
CW
15732 int num_transcoders;
15733
c4a1d9e4
CW
15734 struct intel_cursor_error_state {
15735 u32 control;
15736 u32 position;
15737 u32 base;
15738 u32 size;
52331309 15739 } cursor[I915_MAX_PIPES];
c4a1d9e4
CW
15740
15741 struct intel_pipe_error_state {
ddf9c536 15742 bool power_domain_on;
c4a1d9e4 15743 u32 source;
f301b1e1 15744 u32 stat;
52331309 15745 } pipe[I915_MAX_PIPES];
c4a1d9e4
CW
15746
15747 struct intel_plane_error_state {
15748 u32 control;
15749 u32 stride;
15750 u32 size;
15751 u32 pos;
15752 u32 addr;
15753 u32 surface;
15754 u32 tile_offset;
52331309 15755 } plane[I915_MAX_PIPES];
63b66e5b
CW
15756
15757 struct intel_transcoder_error_state {
ddf9c536 15758 bool power_domain_on;
63b66e5b
CW
15759 enum transcoder cpu_transcoder;
15760
15761 u32 conf;
15762
15763 u32 htotal;
15764 u32 hblank;
15765 u32 hsync;
15766 u32 vtotal;
15767 u32 vblank;
15768 u32 vsync;
15769 } transcoder[4];
c4a1d9e4
CW
15770};
15771
15772struct intel_display_error_state *
c033666a 15773intel_display_capture_error_state(struct drm_i915_private *dev_priv)
c4a1d9e4 15774{
c4a1d9e4 15775 struct intel_display_error_state *error;
63b66e5b
CW
15776 int transcoders[] = {
15777 TRANSCODER_A,
15778 TRANSCODER_B,
15779 TRANSCODER_C,
15780 TRANSCODER_EDP,
15781 };
c4a1d9e4
CW
15782 int i;
15783
c033666a 15784 if (INTEL_INFO(dev_priv)->num_pipes == 0)
63b66e5b
CW
15785 return NULL;
15786
9d1cb914 15787 error = kzalloc(sizeof(*error), GFP_ATOMIC);
c4a1d9e4
CW
15788 if (error == NULL)
15789 return NULL;
15790
c033666a 15791 if (IS_HASWELL(dev_priv) || IS_BROADWELL(dev_priv))
ff57f1b0
PZ
15792 error->power_well_driver = I915_READ(HSW_PWR_WELL_DRIVER);
15793
055e393f 15794 for_each_pipe(dev_priv, i) {
ddf9c536 15795 error->pipe[i].power_domain_on =
f458ebbc
DV
15796 __intel_display_power_is_enabled(dev_priv,
15797 POWER_DOMAIN_PIPE(i));
ddf9c536 15798 if (!error->pipe[i].power_domain_on)
9d1cb914
PZ
15799 continue;
15800
5efb3e28
VS
15801 error->cursor[i].control = I915_READ(CURCNTR(i));
15802 error->cursor[i].position = I915_READ(CURPOS(i));
15803 error->cursor[i].base = I915_READ(CURBASE(i));
c4a1d9e4
CW
15804
15805 error->plane[i].control = I915_READ(DSPCNTR(i));
15806 error->plane[i].stride = I915_READ(DSPSTRIDE(i));
c033666a 15807 if (INTEL_GEN(dev_priv) <= 3) {
51889b35 15808 error->plane[i].size = I915_READ(DSPSIZE(i));
80ca378b
PZ
15809 error->plane[i].pos = I915_READ(DSPPOS(i));
15810 }
c033666a 15811 if (INTEL_GEN(dev_priv) <= 7 && !IS_HASWELL(dev_priv))
ca291363 15812 error->plane[i].addr = I915_READ(DSPADDR(i));
c033666a 15813 if (INTEL_GEN(dev_priv) >= 4) {
c4a1d9e4
CW
15814 error->plane[i].surface = I915_READ(DSPSURF(i));
15815 error->plane[i].tile_offset = I915_READ(DSPTILEOFF(i));
15816 }
15817
c4a1d9e4 15818 error->pipe[i].source = I915_READ(PIPESRC(i));
f301b1e1 15819
c033666a 15820 if (HAS_GMCH_DISPLAY(dev_priv))
f301b1e1 15821 error->pipe[i].stat = I915_READ(PIPESTAT(i));
63b66e5b
CW
15822 }
15823
4d1de975 15824 /* Note: this does not include DSI transcoders. */
c033666a 15825 error->num_transcoders = INTEL_INFO(dev_priv)->num_pipes;
2d1fe073 15826 if (HAS_DDI(dev_priv))
63b66e5b
CW
15827 error->num_transcoders++; /* Account for eDP. */
15828
15829 for (i = 0; i < error->num_transcoders; i++) {
15830 enum transcoder cpu_transcoder = transcoders[i];
15831
ddf9c536 15832 error->transcoder[i].power_domain_on =
f458ebbc 15833 __intel_display_power_is_enabled(dev_priv,
38cc1daf 15834 POWER_DOMAIN_TRANSCODER(cpu_transcoder));
ddf9c536 15835 if (!error->transcoder[i].power_domain_on)
9d1cb914
PZ
15836 continue;
15837
63b66e5b
CW
15838 error->transcoder[i].cpu_transcoder = cpu_transcoder;
15839
15840 error->transcoder[i].conf = I915_READ(PIPECONF(cpu_transcoder));
15841 error->transcoder[i].htotal = I915_READ(HTOTAL(cpu_transcoder));
15842 error->transcoder[i].hblank = I915_READ(HBLANK(cpu_transcoder));
15843 error->transcoder[i].hsync = I915_READ(HSYNC(cpu_transcoder));
15844 error->transcoder[i].vtotal = I915_READ(VTOTAL(cpu_transcoder));
15845 error->transcoder[i].vblank = I915_READ(VBLANK(cpu_transcoder));
15846 error->transcoder[i].vsync = I915_READ(VSYNC(cpu_transcoder));
c4a1d9e4
CW
15847 }
15848
15849 return error;
15850}
15851
edc3d884
MK
15852#define err_printf(e, ...) i915_error_printf(e, __VA_ARGS__)
15853
c4a1d9e4 15854void
edc3d884 15855intel_display_print_error_state(struct drm_i915_error_state_buf *m,
c4a1d9e4
CW
15856 struct intel_display_error_state *error)
15857{
5a4c6f1b 15858 struct drm_i915_private *dev_priv = m->i915;
c4a1d9e4
CW
15859 int i;
15860
63b66e5b
CW
15861 if (!error)
15862 return;
15863
b7f05d4a 15864 err_printf(m, "Num Pipes: %d\n", INTEL_INFO(dev_priv)->num_pipes);
8652744b 15865 if (IS_HASWELL(dev_priv) || IS_BROADWELL(dev_priv))
edc3d884 15866 err_printf(m, "PWR_WELL_CTL2: %08x\n",
ff57f1b0 15867 error->power_well_driver);
055e393f 15868 for_each_pipe(dev_priv, i) {
edc3d884 15869 err_printf(m, "Pipe [%d]:\n", i);
ddf9c536 15870 err_printf(m, " Power: %s\n",
87ad3212 15871 onoff(error->pipe[i].power_domain_on));
edc3d884 15872 err_printf(m, " SRC: %08x\n", error->pipe[i].source);
f301b1e1 15873 err_printf(m, " STAT: %08x\n", error->pipe[i].stat);
edc3d884
MK
15874
15875 err_printf(m, "Plane [%d]:\n", i);
15876 err_printf(m, " CNTR: %08x\n", error->plane[i].control);
15877 err_printf(m, " STRIDE: %08x\n", error->plane[i].stride);
5f56d5f9 15878 if (INTEL_GEN(dev_priv) <= 3) {
edc3d884
MK
15879 err_printf(m, " SIZE: %08x\n", error->plane[i].size);
15880 err_printf(m, " POS: %08x\n", error->plane[i].pos);
80ca378b 15881 }
772c2a51 15882 if (INTEL_GEN(dev_priv) <= 7 && !IS_HASWELL(dev_priv))
edc3d884 15883 err_printf(m, " ADDR: %08x\n", error->plane[i].addr);
5f56d5f9 15884 if (INTEL_GEN(dev_priv) >= 4) {
edc3d884
MK
15885 err_printf(m, " SURF: %08x\n", error->plane[i].surface);
15886 err_printf(m, " TILEOFF: %08x\n", error->plane[i].tile_offset);
c4a1d9e4
CW
15887 }
15888
edc3d884
MK
15889 err_printf(m, "Cursor [%d]:\n", i);
15890 err_printf(m, " CNTR: %08x\n", error->cursor[i].control);
15891 err_printf(m, " POS: %08x\n", error->cursor[i].position);
15892 err_printf(m, " BASE: %08x\n", error->cursor[i].base);
c4a1d9e4 15893 }
63b66e5b
CW
15894
15895 for (i = 0; i < error->num_transcoders; i++) {
da205630 15896 err_printf(m, "CPU transcoder: %s\n",
63b66e5b 15897 transcoder_name(error->transcoder[i].cpu_transcoder));
ddf9c536 15898 err_printf(m, " Power: %s\n",
87ad3212 15899 onoff(error->transcoder[i].power_domain_on));
63b66e5b
CW
15900 err_printf(m, " CONF: %08x\n", error->transcoder[i].conf);
15901 err_printf(m, " HTOTAL: %08x\n", error->transcoder[i].htotal);
15902 err_printf(m, " HBLANK: %08x\n", error->transcoder[i].hblank);
15903 err_printf(m, " HSYNC: %08x\n", error->transcoder[i].hsync);
15904 err_printf(m, " VTOTAL: %08x\n", error->transcoder[i].vtotal);
15905 err_printf(m, " VBLANK: %08x\n", error->transcoder[i].vblank);
15906 err_printf(m, " VSYNC: %08x\n", error->transcoder[i].vsync);
15907 }
c4a1d9e4 15908}
98a2f411
CW
15909
15910#endif