]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - drivers/gpu/drm/i915/intel_display.c
drm/fb-helper: Give up on kgdb for atomic drivers
[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
a8d201af
ML
2965static void i9xx_update_primary_plane(struct drm_plane *primary,
2966 const struct intel_crtc_state *crtc_state,
2967 const struct intel_plane_state *plane_state)
81255565 2968{
6315b5d3 2969 struct drm_i915_private *dev_priv = to_i915(primary->dev);
a8d201af
ML
2970 struct intel_crtc *intel_crtc = to_intel_crtc(crtc_state->base.crtc);
2971 struct drm_framebuffer *fb = plane_state->base.fb;
81255565 2972 int plane = intel_crtc->plane;
54ea9da8 2973 u32 linear_offset;
81255565 2974 u32 dspcntr;
f0f59a00 2975 i915_reg_t reg = DSPCNTR(plane);
8d0deca8 2976 unsigned int rotation = plane_state->base.rotation;
936e71e3
VS
2977 int x = plane_state->base.src.x1 >> 16;
2978 int y = plane_state->base.src.y1 >> 16;
dd584fc0 2979 unsigned long irqflags;
c9ba6fad 2980
f45651ba
VS
2981 dspcntr = DISPPLANE_GAMMA_ENABLE;
2982
fdd508a6 2983 dspcntr |= DISPLAY_PLANE_ENABLE;
f45651ba 2984
6315b5d3 2985 if (INTEL_GEN(dev_priv) < 4) {
f45651ba
VS
2986 if (intel_crtc->pipe == PIPE_B)
2987 dspcntr |= DISPPLANE_SEL_PIPE_B;
f45651ba 2988 }
81255565 2989
438b74a5 2990 switch (fb->format->format) {
57779d06 2991 case DRM_FORMAT_C8:
81255565
JB
2992 dspcntr |= DISPPLANE_8BPP;
2993 break;
57779d06 2994 case DRM_FORMAT_XRGB1555:
57779d06 2995 dspcntr |= DISPPLANE_BGRX555;
81255565 2996 break;
57779d06
VS
2997 case DRM_FORMAT_RGB565:
2998 dspcntr |= DISPPLANE_BGRX565;
2999 break;
3000 case DRM_FORMAT_XRGB8888:
57779d06
VS
3001 dspcntr |= DISPPLANE_BGRX888;
3002 break;
3003 case DRM_FORMAT_XBGR8888:
57779d06
VS
3004 dspcntr |= DISPPLANE_RGBX888;
3005 break;
3006 case DRM_FORMAT_XRGB2101010:
57779d06
VS
3007 dspcntr |= DISPPLANE_BGRX101010;
3008 break;
3009 case DRM_FORMAT_XBGR2101010:
57779d06 3010 dspcntr |= DISPPLANE_RGBX101010;
81255565
JB
3011 break;
3012 default:
baba133a 3013 BUG();
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
9beb5fea 3026 if (IS_G4X(dev_priv))
de1aa629
VS
3027 dspcntr |= DISPPLANE_TRICKLE_FEED_DISABLE;
3028
2949056c 3029 intel_add_fb_offsets(&x, &y, plane_state, 0);
81255565 3030
6315b5d3 3031 if (INTEL_GEN(dev_priv) >= 4)
c2c75131 3032 intel_crtc->dspaddr_offset =
2949056c 3033 intel_compute_tile_offset(&x, &y, plane_state, 0);
e506a0c6 3034
f22aa143 3035 if (rotation & DRM_ROTATE_180) {
df0cd455
VS
3036 x += crtc_state->pipe_src_w - 1;
3037 y += crtc_state->pipe_src_h - 1;
4ea7be2b
VS
3038 } else if (rotation & DRM_REFLECT_X) {
3039 x += crtc_state->pipe_src_w - 1;
48404c1e
SJ
3040 }
3041
2949056c 3042 linear_offset = intel_fb_xy_to_linear(x, y, plane_state, 0);
6687c906 3043
6315b5d3 3044 if (INTEL_GEN(dev_priv) < 4)
6687c906
VS
3045 intel_crtc->dspaddr_offset = linear_offset;
3046
2db3366b
PZ
3047 intel_crtc->adjusted_x = x;
3048 intel_crtc->adjusted_y = y;
3049
dd584fc0
VS
3050 spin_lock_irqsave(&dev_priv->uncore.lock, irqflags);
3051
78587de2
VS
3052 if (INTEL_GEN(dev_priv) < 4) {
3053 /* pipesrc and dspsize control the size that is scaled from,
3054 * which should always be the user's requested size.
3055 */
dd584fc0
VS
3056 I915_WRITE_FW(DSPSIZE(plane),
3057 ((crtc_state->pipe_src_h - 1) << 16) |
3058 (crtc_state->pipe_src_w - 1));
3059 I915_WRITE_FW(DSPPOS(plane), 0);
78587de2 3060 } else if (IS_CHERRYVIEW(dev_priv) && plane == PLANE_B) {
dd584fc0
VS
3061 I915_WRITE_FW(PRIMSIZE(plane),
3062 ((crtc_state->pipe_src_h - 1) << 16) |
3063 (crtc_state->pipe_src_w - 1));
3064 I915_WRITE_FW(PRIMPOS(plane), 0);
3065 I915_WRITE_FW(PRIMCNSTALPHA(plane), 0);
78587de2
VS
3066 }
3067
dd584fc0 3068 I915_WRITE_FW(reg, dspcntr);
48404c1e 3069
dd584fc0 3070 I915_WRITE_FW(DSPSTRIDE(plane), fb->pitches[0]);
6315b5d3 3071 if (INTEL_GEN(dev_priv) >= 4) {
dd584fc0
VS
3072 I915_WRITE_FW(DSPSURF(plane),
3073 intel_plane_ggtt_offset(plane_state) +
3074 intel_crtc->dspaddr_offset);
3075 I915_WRITE_FW(DSPTILEOFF(plane), (y << 16) | x);
3076 I915_WRITE_FW(DSPLINOFF(plane), linear_offset);
bfb81049 3077 } else {
dd584fc0
VS
3078 I915_WRITE_FW(DSPADDR(plane),
3079 intel_plane_ggtt_offset(plane_state) +
3080 intel_crtc->dspaddr_offset);
bfb81049 3081 }
dd584fc0
VS
3082 POSTING_READ_FW(reg);
3083
3084 spin_unlock_irqrestore(&dev_priv->uncore.lock, irqflags);
17638cd6
JB
3085}
3086
a8d201af
ML
3087static void i9xx_disable_primary_plane(struct drm_plane *primary,
3088 struct drm_crtc *crtc)
17638cd6
JB
3089{
3090 struct drm_device *dev = crtc->dev;
fac5e23e 3091 struct drm_i915_private *dev_priv = to_i915(dev);
17638cd6 3092 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
17638cd6 3093 int plane = intel_crtc->plane;
dd584fc0
VS
3094 unsigned long irqflags;
3095
3096 spin_lock_irqsave(&dev_priv->uncore.lock, irqflags);
f45651ba 3097
dd584fc0 3098 I915_WRITE_FW(DSPCNTR(plane), 0);
a8d201af 3099 if (INTEL_INFO(dev_priv)->gen >= 4)
dd584fc0 3100 I915_WRITE_FW(DSPSURF(plane), 0);
a8d201af 3101 else
dd584fc0
VS
3102 I915_WRITE_FW(DSPADDR(plane), 0);
3103 POSTING_READ_FW(DSPCNTR(plane));
3104
3105 spin_unlock_irqrestore(&dev_priv->uncore.lock, irqflags);
a8d201af 3106}
c9ba6fad 3107
a8d201af
ML
3108static void ironlake_update_primary_plane(struct drm_plane *primary,
3109 const struct intel_crtc_state *crtc_state,
3110 const struct intel_plane_state *plane_state)
3111{
3112 struct drm_device *dev = primary->dev;
fac5e23e 3113 struct drm_i915_private *dev_priv = to_i915(dev);
a8d201af
ML
3114 struct intel_crtc *intel_crtc = to_intel_crtc(crtc_state->base.crtc);
3115 struct drm_framebuffer *fb = plane_state->base.fb;
a8d201af 3116 int plane = intel_crtc->plane;
54ea9da8 3117 u32 linear_offset;
a8d201af
ML
3118 u32 dspcntr;
3119 i915_reg_t reg = DSPCNTR(plane);
8d0deca8 3120 unsigned int rotation = plane_state->base.rotation;
936e71e3
VS
3121 int x = plane_state->base.src.x1 >> 16;
3122 int y = plane_state->base.src.y1 >> 16;
dd584fc0 3123 unsigned long irqflags;
c9ba6fad 3124
f45651ba 3125 dspcntr = DISPPLANE_GAMMA_ENABLE;
fdd508a6 3126 dspcntr |= DISPLAY_PLANE_ENABLE;
f45651ba 3127
8652744b 3128 if (IS_HASWELL(dev_priv) || IS_BROADWELL(dev_priv))
f45651ba 3129 dspcntr |= DISPPLANE_PIPE_CSC_ENABLE;
17638cd6 3130
438b74a5 3131 switch (fb->format->format) {
57779d06 3132 case DRM_FORMAT_C8:
17638cd6
JB
3133 dspcntr |= DISPPLANE_8BPP;
3134 break;
57779d06
VS
3135 case DRM_FORMAT_RGB565:
3136 dspcntr |= DISPPLANE_BGRX565;
17638cd6 3137 break;
57779d06 3138 case DRM_FORMAT_XRGB8888:
57779d06
VS
3139 dspcntr |= DISPPLANE_BGRX888;
3140 break;
3141 case DRM_FORMAT_XBGR8888:
57779d06
VS
3142 dspcntr |= DISPPLANE_RGBX888;
3143 break;
3144 case DRM_FORMAT_XRGB2101010:
57779d06
VS
3145 dspcntr |= DISPPLANE_BGRX101010;
3146 break;
3147 case DRM_FORMAT_XBGR2101010:
57779d06 3148 dspcntr |= DISPPLANE_RGBX101010;
17638cd6
JB
3149 break;
3150 default:
baba133a 3151 BUG();
17638cd6
JB
3152 }
3153
bae781b2 3154 if (fb->modifier == I915_FORMAT_MOD_X_TILED)
17638cd6 3155 dspcntr |= DISPPLANE_TILED;
17638cd6 3156
df0cd455
VS
3157 if (rotation & DRM_ROTATE_180)
3158 dspcntr |= DISPPLANE_ROTATE_180;
3159
8652744b 3160 if (!IS_HASWELL(dev_priv) && !IS_BROADWELL(dev_priv))
1f5d76db 3161 dspcntr |= DISPPLANE_TRICKLE_FEED_DISABLE;
17638cd6 3162
2949056c 3163 intel_add_fb_offsets(&x, &y, plane_state, 0);
6687c906 3164
c2c75131 3165 intel_crtc->dspaddr_offset =
2949056c 3166 intel_compute_tile_offset(&x, &y, plane_state, 0);
6687c906 3167
df0cd455
VS
3168 /* HSW+ does this automagically in hardware */
3169 if (!IS_HASWELL(dev_priv) && !IS_BROADWELL(dev_priv) &&
3170 rotation & DRM_ROTATE_180) {
3171 x += crtc_state->pipe_src_w - 1;
3172 y += crtc_state->pipe_src_h - 1;
48404c1e
SJ
3173 }
3174
2949056c 3175 linear_offset = intel_fb_xy_to_linear(x, y, plane_state, 0);
6687c906 3176
2db3366b
PZ
3177 intel_crtc->adjusted_x = x;
3178 intel_crtc->adjusted_y = y;
3179
dd584fc0
VS
3180 spin_lock_irqsave(&dev_priv->uncore.lock, irqflags);
3181
3182 I915_WRITE_FW(reg, dspcntr);
17638cd6 3183
dd584fc0
VS
3184 I915_WRITE_FW(DSPSTRIDE(plane), fb->pitches[0]);
3185 I915_WRITE_FW(DSPSURF(plane),
3186 intel_plane_ggtt_offset(plane_state) +
3187 intel_crtc->dspaddr_offset);
8652744b 3188 if (IS_HASWELL(dev_priv) || IS_BROADWELL(dev_priv)) {
dd584fc0 3189 I915_WRITE_FW(DSPOFFSET(plane), (y << 16) | x);
bc1c91eb 3190 } else {
dd584fc0
VS
3191 I915_WRITE_FW(DSPTILEOFF(plane), (y << 16) | x);
3192 I915_WRITE_FW(DSPLINOFF(plane), linear_offset);
bc1c91eb 3193 }
dd584fc0
VS
3194 POSTING_READ_FW(reg);
3195
3196 spin_unlock_irqrestore(&dev_priv->uncore.lock, irqflags);
17638cd6
JB
3197}
3198
d88c4afd
VS
3199static u32
3200intel_fb_stride_alignment(const struct drm_framebuffer *fb, int plane)
b321803d 3201{
d88c4afd 3202 if (fb->modifier == DRM_FORMAT_MOD_NONE)
b321803d 3203 return 64;
d88c4afd
VS
3204 else
3205 return intel_tile_width_bytes(fb, plane);
b321803d
DL
3206}
3207
e435d6e5
ML
3208static void skl_detach_scaler(struct intel_crtc *intel_crtc, int id)
3209{
3210 struct drm_device *dev = intel_crtc->base.dev;
fac5e23e 3211 struct drm_i915_private *dev_priv = to_i915(dev);
e435d6e5
ML
3212
3213 I915_WRITE(SKL_PS_CTRL(intel_crtc->pipe, id), 0);
3214 I915_WRITE(SKL_PS_WIN_POS(intel_crtc->pipe, id), 0);
3215 I915_WRITE(SKL_PS_WIN_SZ(intel_crtc->pipe, id), 0);
e435d6e5
ML
3216}
3217
a1b2278e
CK
3218/*
3219 * This function detaches (aka. unbinds) unused scalers in hardware
3220 */
0583236e 3221static void skl_detach_scalers(struct intel_crtc *intel_crtc)
a1b2278e 3222{
a1b2278e
CK
3223 struct intel_crtc_scaler_state *scaler_state;
3224 int i;
3225
a1b2278e
CK
3226 scaler_state = &intel_crtc->config->scaler_state;
3227
3228 /* loop through and disable scalers that aren't in use */
3229 for (i = 0; i < intel_crtc->num_scalers; i++) {
e435d6e5
ML
3230 if (!scaler_state->scalers[i].in_use)
3231 skl_detach_scaler(intel_crtc, i);
a1b2278e
CK
3232 }
3233}
3234
d2196774
VS
3235u32 skl_plane_stride(const struct drm_framebuffer *fb, int plane,
3236 unsigned int rotation)
3237{
1b500535
VS
3238 u32 stride;
3239
3240 if (plane >= fb->format->num_planes)
3241 return 0;
3242
3243 stride = intel_fb_pitch(fb, plane, rotation);
d2196774
VS
3244
3245 /*
3246 * The stride is either expressed as a multiple of 64 bytes chunks for
3247 * linear buffers or in number of tiles for tiled buffers.
3248 */
d88c4afd
VS
3249 if (drm_rotation_90_or_270(rotation))
3250 stride /= intel_tile_height(fb, plane);
3251 else
3252 stride /= intel_fb_stride_alignment(fb, plane);
d2196774
VS
3253
3254 return stride;
3255}
3256
6156a456 3257u32 skl_plane_ctl_format(uint32_t pixel_format)
70d21f0e 3258{
6156a456 3259 switch (pixel_format) {
d161cf7a 3260 case DRM_FORMAT_C8:
c34ce3d1 3261 return PLANE_CTL_FORMAT_INDEXED;
70d21f0e 3262 case DRM_FORMAT_RGB565:
c34ce3d1 3263 return PLANE_CTL_FORMAT_RGB_565;
70d21f0e 3264 case DRM_FORMAT_XBGR8888:
c34ce3d1 3265 return PLANE_CTL_FORMAT_XRGB_8888 | PLANE_CTL_ORDER_RGBX;
6156a456 3266 case DRM_FORMAT_XRGB8888:
c34ce3d1 3267 return PLANE_CTL_FORMAT_XRGB_8888;
6156a456
CK
3268 /*
3269 * XXX: For ARBG/ABGR formats we default to expecting scanout buffers
3270 * to be already pre-multiplied. We need to add a knob (or a different
3271 * DRM_FORMAT) for user-space to configure that.
3272 */
f75fb42a 3273 case DRM_FORMAT_ABGR8888:
c34ce3d1 3274 return PLANE_CTL_FORMAT_XRGB_8888 | PLANE_CTL_ORDER_RGBX |
6156a456 3275 PLANE_CTL_ALPHA_SW_PREMULTIPLY;
6156a456 3276 case DRM_FORMAT_ARGB8888:
c34ce3d1 3277 return PLANE_CTL_FORMAT_XRGB_8888 |
6156a456 3278 PLANE_CTL_ALPHA_SW_PREMULTIPLY;
70d21f0e 3279 case DRM_FORMAT_XRGB2101010:
c34ce3d1 3280 return PLANE_CTL_FORMAT_XRGB_2101010;
70d21f0e 3281 case DRM_FORMAT_XBGR2101010:
c34ce3d1 3282 return PLANE_CTL_ORDER_RGBX | PLANE_CTL_FORMAT_XRGB_2101010;
6156a456 3283 case DRM_FORMAT_YUYV:
c34ce3d1 3284 return PLANE_CTL_FORMAT_YUV422 | PLANE_CTL_YUV422_YUYV;
6156a456 3285 case DRM_FORMAT_YVYU:
c34ce3d1 3286 return PLANE_CTL_FORMAT_YUV422 | PLANE_CTL_YUV422_YVYU;
6156a456 3287 case DRM_FORMAT_UYVY:
c34ce3d1 3288 return PLANE_CTL_FORMAT_YUV422 | PLANE_CTL_YUV422_UYVY;
6156a456 3289 case DRM_FORMAT_VYUY:
c34ce3d1 3290 return PLANE_CTL_FORMAT_YUV422 | PLANE_CTL_YUV422_VYUY;
70d21f0e 3291 default:
4249eeef 3292 MISSING_CASE(pixel_format);
70d21f0e 3293 }
8cfcba41 3294
c34ce3d1 3295 return 0;
6156a456 3296}
70d21f0e 3297
6156a456
CK
3298u32 skl_plane_ctl_tiling(uint64_t fb_modifier)
3299{
6156a456 3300 switch (fb_modifier) {
30af77c4 3301 case DRM_FORMAT_MOD_NONE:
70d21f0e 3302 break;
30af77c4 3303 case I915_FORMAT_MOD_X_TILED:
c34ce3d1 3304 return PLANE_CTL_TILED_X;
b321803d 3305 case I915_FORMAT_MOD_Y_TILED:
c34ce3d1 3306 return PLANE_CTL_TILED_Y;
b321803d 3307 case I915_FORMAT_MOD_Yf_TILED:
c34ce3d1 3308 return PLANE_CTL_TILED_YF;
70d21f0e 3309 default:
6156a456 3310 MISSING_CASE(fb_modifier);
70d21f0e 3311 }
8cfcba41 3312
c34ce3d1 3313 return 0;
6156a456 3314}
70d21f0e 3315
6156a456
CK
3316u32 skl_plane_ctl_rotation(unsigned int rotation)
3317{
3b7a5119 3318 switch (rotation) {
31ad61e4 3319 case DRM_ROTATE_0:
6156a456 3320 break;
1e8df167
SJ
3321 /*
3322 * DRM_ROTATE_ is counter clockwise to stay compatible with Xrandr
3323 * while i915 HW rotation is clockwise, thats why this swapping.
3324 */
31ad61e4 3325 case DRM_ROTATE_90:
1e8df167 3326 return PLANE_CTL_ROTATE_270;
31ad61e4 3327 case DRM_ROTATE_180:
c34ce3d1 3328 return PLANE_CTL_ROTATE_180;
31ad61e4 3329 case DRM_ROTATE_270:
1e8df167 3330 return PLANE_CTL_ROTATE_90;
6156a456
CK
3331 default:
3332 MISSING_CASE(rotation);
3333 }
3334
c34ce3d1 3335 return 0;
6156a456
CK
3336}
3337
a8d201af
ML
3338static void skylake_update_primary_plane(struct drm_plane *plane,
3339 const struct intel_crtc_state *crtc_state,
3340 const struct intel_plane_state *plane_state)
6156a456 3341{
a8d201af 3342 struct drm_device *dev = plane->dev;
fac5e23e 3343 struct drm_i915_private *dev_priv = to_i915(dev);
a8d201af
ML
3344 struct intel_crtc *intel_crtc = to_intel_crtc(crtc_state->base.crtc);
3345 struct drm_framebuffer *fb = plane_state->base.fb;
8e816bb4
VS
3346 enum plane_id plane_id = to_intel_plane(plane)->id;
3347 enum pipe pipe = to_intel_plane(plane)->pipe;
d2196774 3348 u32 plane_ctl;
a8d201af 3349 unsigned int rotation = plane_state->base.rotation;
d2196774 3350 u32 stride = skl_plane_stride(fb, 0, rotation);
b63a16f6 3351 u32 surf_addr = plane_state->main.offset;
a8d201af 3352 int scaler_id = plane_state->scaler_id;
b63a16f6
VS
3353 int src_x = plane_state->main.x;
3354 int src_y = plane_state->main.y;
936e71e3
VS
3355 int src_w = drm_rect_width(&plane_state->base.src) >> 16;
3356 int src_h = drm_rect_height(&plane_state->base.src) >> 16;
3357 int dst_x = plane_state->base.dst.x1;
3358 int dst_y = plane_state->base.dst.y1;
3359 int dst_w = drm_rect_width(&plane_state->base.dst);
3360 int dst_h = drm_rect_height(&plane_state->base.dst);
dd584fc0 3361 unsigned long irqflags;
70d21f0e 3362
47f9ea8b
ACO
3363 plane_ctl = PLANE_CTL_ENABLE;
3364
78587de2 3365 if (!IS_GEMINILAKE(dev_priv)) {
47f9ea8b
ACO
3366 plane_ctl |=
3367 PLANE_CTL_PIPE_GAMMA_ENABLE |
3368 PLANE_CTL_PIPE_CSC_ENABLE |
3369 PLANE_CTL_PLANE_GAMMA_DISABLE;
3370 }
6156a456 3371
438b74a5 3372 plane_ctl |= skl_plane_ctl_format(fb->format->format);
bae781b2 3373 plane_ctl |= skl_plane_ctl_tiling(fb->modifier);
6156a456
CK
3374 plane_ctl |= skl_plane_ctl_rotation(rotation);
3375
6687c906
VS
3376 /* Sizes are 0 based */
3377 src_w--;
3378 src_h--;
3379 dst_w--;
3380 dst_h--;
3381
4c0b8a8b
PZ
3382 intel_crtc->dspaddr_offset = surf_addr;
3383
6687c906
VS
3384 intel_crtc->adjusted_x = src_x;
3385 intel_crtc->adjusted_y = src_y;
2db3366b 3386
dd584fc0
VS
3387 spin_lock_irqsave(&dev_priv->uncore.lock, irqflags);
3388
78587de2 3389 if (IS_GEMINILAKE(dev_priv)) {
dd584fc0
VS
3390 I915_WRITE_FW(PLANE_COLOR_CTL(pipe, plane_id),
3391 PLANE_COLOR_PIPE_GAMMA_ENABLE |
3392 PLANE_COLOR_PIPE_CSC_ENABLE |
3393 PLANE_COLOR_PLANE_GAMMA_DISABLE);
78587de2
VS
3394 }
3395
dd584fc0
VS
3396 I915_WRITE_FW(PLANE_CTL(pipe, plane_id), plane_ctl);
3397 I915_WRITE_FW(PLANE_OFFSET(pipe, plane_id), (src_y << 16) | src_x);
3398 I915_WRITE_FW(PLANE_STRIDE(pipe, plane_id), stride);
3399 I915_WRITE_FW(PLANE_SIZE(pipe, plane_id), (src_h << 16) | src_w);
6156a456
CK
3400
3401 if (scaler_id >= 0) {
3402 uint32_t ps_ctrl = 0;
3403
3404 WARN_ON(!dst_w || !dst_h);
8e816bb4 3405 ps_ctrl = PS_SCALER_EN | PS_PLANE_SEL(plane_id) |
6156a456 3406 crtc_state->scaler_state.scalers[scaler_id].mode;
dd584fc0
VS
3407 I915_WRITE_FW(SKL_PS_CTRL(pipe, scaler_id), ps_ctrl);
3408 I915_WRITE_FW(SKL_PS_PWR_GATE(pipe, scaler_id), 0);
3409 I915_WRITE_FW(SKL_PS_WIN_POS(pipe, scaler_id), (dst_x << 16) | dst_y);
3410 I915_WRITE_FW(SKL_PS_WIN_SZ(pipe, scaler_id), (dst_w << 16) | dst_h);
3411 I915_WRITE_FW(PLANE_POS(pipe, plane_id), 0);
6156a456 3412 } else {
dd584fc0 3413 I915_WRITE_FW(PLANE_POS(pipe, plane_id), (dst_y << 16) | dst_x);
6156a456
CK
3414 }
3415
dd584fc0
VS
3416 I915_WRITE_FW(PLANE_SURF(pipe, plane_id),
3417 intel_plane_ggtt_offset(plane_state) + surf_addr);
70d21f0e 3418
dd584fc0
VS
3419 POSTING_READ_FW(PLANE_SURF(pipe, plane_id));
3420
3421 spin_unlock_irqrestore(&dev_priv->uncore.lock, irqflags);
70d21f0e
DL
3422}
3423
a8d201af
ML
3424static void skylake_disable_primary_plane(struct drm_plane *primary,
3425 struct drm_crtc *crtc)
17638cd6
JB
3426{
3427 struct drm_device *dev = crtc->dev;
fac5e23e 3428 struct drm_i915_private *dev_priv = to_i915(dev);
8e816bb4
VS
3429 enum plane_id plane_id = to_intel_plane(primary)->id;
3430 enum pipe pipe = to_intel_plane(primary)->pipe;
dd584fc0
VS
3431 unsigned long irqflags;
3432
3433 spin_lock_irqsave(&dev_priv->uncore.lock, irqflags);
62e0fb88 3434
dd584fc0
VS
3435 I915_WRITE_FW(PLANE_CTL(pipe, plane_id), 0);
3436 I915_WRITE_FW(PLANE_SURF(pipe, plane_id), 0);
3437 POSTING_READ_FW(PLANE_SURF(pipe, plane_id));
3438
3439 spin_unlock_irqrestore(&dev_priv->uncore.lock, irqflags);
a8d201af 3440}
29b9bde6 3441
5a21b665
DV
3442static void intel_complete_page_flips(struct drm_i915_private *dev_priv)
3443{
3444 struct intel_crtc *crtc;
3445
91c8a326 3446 for_each_intel_crtc(&dev_priv->drm, crtc)
5a21b665
DV
3447 intel_finish_page_flip_cs(dev_priv, crtc->pipe);
3448}
3449
7514747d
VS
3450static void intel_update_primary_planes(struct drm_device *dev)
3451{
7514747d 3452 struct drm_crtc *crtc;
96a02917 3453
70e1e0ec 3454 for_each_crtc(dev, crtc) {
11c22da6 3455 struct intel_plane *plane = to_intel_plane(crtc->primary);
73974893
ML
3456 struct intel_plane_state *plane_state =
3457 to_intel_plane_state(plane->base.state);
11c22da6 3458
72259536
VS
3459 if (plane_state->base.visible) {
3460 trace_intel_update_plane(&plane->base,
3461 to_intel_crtc(crtc));
3462
a8d201af
ML
3463 plane->update_plane(&plane->base,
3464 to_intel_crtc_state(crtc->state),
3465 plane_state);
72259536 3466 }
73974893
ML
3467 }
3468}
3469
3470static int
3471__intel_display_resume(struct drm_device *dev,
581e49fe
ML
3472 struct drm_atomic_state *state,
3473 struct drm_modeset_acquire_ctx *ctx)
73974893
ML
3474{
3475 struct drm_crtc_state *crtc_state;
3476 struct drm_crtc *crtc;
3477 int i, ret;
11c22da6 3478
73974893 3479 intel_modeset_setup_hw_state(dev);
29b74b7f 3480 i915_redisable_vga(to_i915(dev));
73974893
ML
3481
3482 if (!state)
3483 return 0;
3484
aa5e9b47
ML
3485 /*
3486 * We've duplicated the state, pointers to the old state are invalid.
3487 *
3488 * Don't attempt to use the old state until we commit the duplicated state.
3489 */
3490 for_each_new_crtc_in_state(state, crtc, crtc_state, i) {
73974893
ML
3491 /*
3492 * Force recalculation even if we restore
3493 * current state. With fast modeset this may not result
3494 * in a modeset when the state is compatible.
3495 */
3496 crtc_state->mode_changed = true;
96a02917 3497 }
73974893
ML
3498
3499 /* ignore any reset values/BIOS leftovers in the WM registers */
602ae835
VS
3500 if (!HAS_GMCH_DISPLAY(to_i915(dev)))
3501 to_intel_atomic_state(state)->skip_intermediate_wm = true;
73974893 3502
581e49fe 3503 ret = drm_atomic_helper_commit_duplicated_state(state, ctx);
73974893
ML
3504
3505 WARN_ON(ret == -EDEADLK);
3506 return ret;
96a02917
VS
3507}
3508
4ac2ba2f
VS
3509static bool gpu_reset_clobbers_display(struct drm_i915_private *dev_priv)
3510{
ae98104b
VS
3511 return intel_has_gpu_reset(dev_priv) &&
3512 INTEL_GEN(dev_priv) < 5 && !IS_G4X(dev_priv);
4ac2ba2f
VS
3513}
3514
c033666a 3515void intel_prepare_reset(struct drm_i915_private *dev_priv)
7514747d 3516{
73974893
ML
3517 struct drm_device *dev = &dev_priv->drm;
3518 struct drm_modeset_acquire_ctx *ctx = &dev_priv->reset_ctx;
3519 struct drm_atomic_state *state;
3520 int ret;
3521
73974893
ML
3522 /*
3523 * Need mode_config.mutex so that we don't
3524 * trample ongoing ->detect() and whatnot.
3525 */
3526 mutex_lock(&dev->mode_config.mutex);
3527 drm_modeset_acquire_init(ctx, 0);
3528 while (1) {
3529 ret = drm_modeset_lock_all_ctx(dev, ctx);
3530 if (ret != -EDEADLK)
3531 break;
3532
3533 drm_modeset_backoff(ctx);
3534 }
3535
3536 /* reset doesn't touch the display, but flips might get nuked anyway, */
522a63de 3537 if (!i915.force_reset_modeset_test &&
4ac2ba2f 3538 !gpu_reset_clobbers_display(dev_priv))
7514747d
VS
3539 return;
3540
f98ce92f
VS
3541 /*
3542 * Disabling the crtcs gracefully seems nicer. Also the
3543 * g33 docs say we should at least disable all the planes.
3544 */
73974893
ML
3545 state = drm_atomic_helper_duplicate_state(dev, ctx);
3546 if (IS_ERR(state)) {
3547 ret = PTR_ERR(state);
73974893 3548 DRM_ERROR("Duplicating state failed with %i\n", ret);
1e5a15d6 3549 return;
73974893
ML
3550 }
3551
3552 ret = drm_atomic_helper_disable_all(dev, ctx);
3553 if (ret) {
3554 DRM_ERROR("Suspending crtc's failed with %i\n", ret);
1e5a15d6
ACO
3555 drm_atomic_state_put(state);
3556 return;
73974893
ML
3557 }
3558
3559 dev_priv->modeset_restore_state = state;
3560 state->acquire_ctx = ctx;
7514747d
VS
3561}
3562
c033666a 3563void intel_finish_reset(struct drm_i915_private *dev_priv)
7514747d 3564{
73974893
ML
3565 struct drm_device *dev = &dev_priv->drm;
3566 struct drm_modeset_acquire_ctx *ctx = &dev_priv->reset_ctx;
3567 struct drm_atomic_state *state = dev_priv->modeset_restore_state;
3568 int ret;
3569
5a21b665
DV
3570 /*
3571 * Flips in the rings will be nuked by the reset,
3572 * so complete all pending flips so that user space
3573 * will get its events and not get stuck.
3574 */
3575 intel_complete_page_flips(dev_priv);
3576
73974893
ML
3577 dev_priv->modeset_restore_state = NULL;
3578
7514747d 3579 /* reset doesn't touch the display */
4ac2ba2f 3580 if (!gpu_reset_clobbers_display(dev_priv)) {
522a63de
ML
3581 if (!state) {
3582 /*
3583 * Flips in the rings have been nuked by the reset,
3584 * so update the base address of all primary
3585 * planes to the the last fb to make sure we're
3586 * showing the correct fb after a reset.
3587 *
3588 * FIXME: Atomic will make this obsolete since we won't schedule
3589 * CS-based flips (which might get lost in gpu resets) any more.
3590 */
3591 intel_update_primary_planes(dev);
3592 } else {
581e49fe 3593 ret = __intel_display_resume(dev, state, ctx);
522a63de
ML
3594 if (ret)
3595 DRM_ERROR("Restoring old state failed with %i\n", ret);
3596 }
73974893
ML
3597 } else {
3598 /*
3599 * The display has been reset as well,
3600 * so need a full re-initialization.
3601 */
3602 intel_runtime_pm_disable_interrupts(dev_priv);
3603 intel_runtime_pm_enable_interrupts(dev_priv);
7514747d 3604
51f59205 3605 intel_pps_unlock_regs_wa(dev_priv);
73974893 3606 intel_modeset_init_hw(dev);
7514747d 3607
73974893
ML
3608 spin_lock_irq(&dev_priv->irq_lock);
3609 if (dev_priv->display.hpd_irq_setup)
3610 dev_priv->display.hpd_irq_setup(dev_priv);
3611 spin_unlock_irq(&dev_priv->irq_lock);
7514747d 3612
581e49fe 3613 ret = __intel_display_resume(dev, state, ctx);
73974893
ML
3614 if (ret)
3615 DRM_ERROR("Restoring old state failed with %i\n", ret);
7514747d 3616
73974893
ML
3617 intel_hpd_init(dev_priv);
3618 }
7514747d 3619
0853695c
CW
3620 if (state)
3621 drm_atomic_state_put(state);
73974893
ML
3622 drm_modeset_drop_locks(ctx);
3623 drm_modeset_acquire_fini(ctx);
3624 mutex_unlock(&dev->mode_config.mutex);
7514747d
VS
3625}
3626
8af29b0c
CW
3627static bool abort_flip_on_reset(struct intel_crtc *crtc)
3628{
3629 struct i915_gpu_error *error = &to_i915(crtc->base.dev)->gpu_error;
3630
8c185eca 3631 if (i915_reset_backoff(error))
8af29b0c
CW
3632 return true;
3633
3634 if (crtc->reset_count != i915_reset_count(error))
3635 return true;
3636
3637 return false;
3638}
3639
7d5e3799
CW
3640static bool intel_crtc_has_pending_flip(struct drm_crtc *crtc)
3641{
5a21b665
DV
3642 struct drm_device *dev = crtc->dev;
3643 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
5a21b665
DV
3644 bool pending;
3645
8af29b0c 3646 if (abort_flip_on_reset(intel_crtc))
5a21b665
DV
3647 return false;
3648
3649 spin_lock_irq(&dev->event_lock);
3650 pending = to_intel_crtc(crtc)->flip_work != NULL;
3651 spin_unlock_irq(&dev->event_lock);
3652
3653 return pending;
7d5e3799
CW
3654}
3655
bfd16b2a
ML
3656static void intel_update_pipe_config(struct intel_crtc *crtc,
3657 struct intel_crtc_state *old_crtc_state)
e30e8f75 3658{
6315b5d3 3659 struct drm_i915_private *dev_priv = to_i915(crtc->base.dev);
bfd16b2a
ML
3660 struct intel_crtc_state *pipe_config =
3661 to_intel_crtc_state(crtc->base.state);
e30e8f75 3662
bfd16b2a
ML
3663 /* drm_atomic_helper_update_legacy_modeset_state might not be called. */
3664 crtc->base.mode = crtc->base.state->mode;
3665
e30e8f75
GP
3666 /*
3667 * Update pipe size and adjust fitter if needed: the reason for this is
3668 * that in compute_mode_changes we check the native mode (not the pfit
3669 * mode) to see if we can flip rather than do a full mode set. In the
3670 * fastboot case, we'll flip, but if we don't update the pipesrc and
3671 * pfit state, we'll end up with a big fb scanned out into the wrong
3672 * sized surface.
e30e8f75
GP
3673 */
3674
e30e8f75 3675 I915_WRITE(PIPESRC(crtc->pipe),
bfd16b2a
ML
3676 ((pipe_config->pipe_src_w - 1) << 16) |
3677 (pipe_config->pipe_src_h - 1));
3678
3679 /* on skylake this is done by detaching scalers */
6315b5d3 3680 if (INTEL_GEN(dev_priv) >= 9) {
bfd16b2a
ML
3681 skl_detach_scalers(crtc);
3682
3683 if (pipe_config->pch_pfit.enabled)
3684 skylake_pfit_enable(crtc);
6e266956 3685 } else if (HAS_PCH_SPLIT(dev_priv)) {
bfd16b2a
ML
3686 if (pipe_config->pch_pfit.enabled)
3687 ironlake_pfit_enable(crtc);
3688 else if (old_crtc_state->pch_pfit.enabled)
3689 ironlake_pfit_disable(crtc, true);
e30e8f75 3690 }
e30e8f75
GP
3691}
3692
4cbe4b2b 3693static void intel_fdi_normal_train(struct intel_crtc *crtc)
5e84e1a4 3694{
4cbe4b2b 3695 struct drm_device *dev = crtc->base.dev;
fac5e23e 3696 struct drm_i915_private *dev_priv = to_i915(dev);
4cbe4b2b 3697 int pipe = crtc->pipe;
f0f59a00
VS
3698 i915_reg_t reg;
3699 u32 temp;
5e84e1a4
ZW
3700
3701 /* enable normal train */
3702 reg = FDI_TX_CTL(pipe);
3703 temp = I915_READ(reg);
fd6b8f43 3704 if (IS_IVYBRIDGE(dev_priv)) {
357555c0
JB
3705 temp &= ~FDI_LINK_TRAIN_NONE_IVB;
3706 temp |= FDI_LINK_TRAIN_NONE_IVB | FDI_TX_ENHANCE_FRAME_ENABLE;
61e499bf
KP
3707 } else {
3708 temp &= ~FDI_LINK_TRAIN_NONE;
3709 temp |= FDI_LINK_TRAIN_NONE | FDI_TX_ENHANCE_FRAME_ENABLE;
357555c0 3710 }
5e84e1a4
ZW
3711 I915_WRITE(reg, temp);
3712
3713 reg = FDI_RX_CTL(pipe);
3714 temp = I915_READ(reg);
6e266956 3715 if (HAS_PCH_CPT(dev_priv)) {
5e84e1a4
ZW
3716 temp &= ~FDI_LINK_TRAIN_PATTERN_MASK_CPT;
3717 temp |= FDI_LINK_TRAIN_NORMAL_CPT;
3718 } else {
3719 temp &= ~FDI_LINK_TRAIN_NONE;
3720 temp |= FDI_LINK_TRAIN_NONE;
3721 }
3722 I915_WRITE(reg, temp | FDI_RX_ENHANCE_FRAME_ENABLE);
3723
3724 /* wait one idle pattern time */
3725 POSTING_READ(reg);
3726 udelay(1000);
357555c0
JB
3727
3728 /* IVB wants error correction enabled */
fd6b8f43 3729 if (IS_IVYBRIDGE(dev_priv))
357555c0
JB
3730 I915_WRITE(reg, I915_READ(reg) | FDI_FS_ERRC_ENABLE |
3731 FDI_FE_ERRC_ENABLE);
5e84e1a4
ZW
3732}
3733
8db9d77b 3734/* The FDI link training functions for ILK/Ibexpeak. */
dc4a1094
ACO
3735static void ironlake_fdi_link_train(struct intel_crtc *crtc,
3736 const struct intel_crtc_state *crtc_state)
8db9d77b 3737{
4cbe4b2b 3738 struct drm_device *dev = crtc->base.dev;
fac5e23e 3739 struct drm_i915_private *dev_priv = to_i915(dev);
4cbe4b2b 3740 int pipe = crtc->pipe;
f0f59a00
VS
3741 i915_reg_t reg;
3742 u32 temp, tries;
8db9d77b 3743
1c8562f6 3744 /* FDI needs bits from pipe first */
0fc932b8 3745 assert_pipe_enabled(dev_priv, pipe);
0fc932b8 3746
e1a44743
AJ
3747 /* Train 1: umask FDI RX Interrupt symbol_lock and bit_lock bit
3748 for train result */
5eddb70b
CW
3749 reg = FDI_RX_IMR(pipe);
3750 temp = I915_READ(reg);
e1a44743
AJ
3751 temp &= ~FDI_RX_SYMBOL_LOCK;
3752 temp &= ~FDI_RX_BIT_LOCK;
5eddb70b
CW
3753 I915_WRITE(reg, temp);
3754 I915_READ(reg);
e1a44743
AJ
3755 udelay(150);
3756
8db9d77b 3757 /* enable CPU FDI TX and PCH FDI RX */
5eddb70b
CW
3758 reg = FDI_TX_CTL(pipe);
3759 temp = I915_READ(reg);
627eb5a3 3760 temp &= ~FDI_DP_PORT_WIDTH_MASK;
dc4a1094 3761 temp |= FDI_DP_PORT_WIDTH(crtc_state->fdi_lanes);
8db9d77b
ZW
3762 temp &= ~FDI_LINK_TRAIN_NONE;
3763 temp |= FDI_LINK_TRAIN_PATTERN_1;
5eddb70b 3764 I915_WRITE(reg, temp | FDI_TX_ENABLE);
8db9d77b 3765
5eddb70b
CW
3766 reg = FDI_RX_CTL(pipe);
3767 temp = I915_READ(reg);
8db9d77b
ZW
3768 temp &= ~FDI_LINK_TRAIN_NONE;
3769 temp |= FDI_LINK_TRAIN_PATTERN_1;
5eddb70b
CW
3770 I915_WRITE(reg, temp | FDI_RX_ENABLE);
3771
3772 POSTING_READ(reg);
8db9d77b
ZW
3773 udelay(150);
3774
5b2adf89 3775 /* Ironlake workaround, enable clock pointer after FDI enable*/
8f5718a6
DV
3776 I915_WRITE(FDI_RX_CHICKEN(pipe), FDI_RX_PHASE_SYNC_POINTER_OVR);
3777 I915_WRITE(FDI_RX_CHICKEN(pipe), FDI_RX_PHASE_SYNC_POINTER_OVR |
3778 FDI_RX_PHASE_SYNC_POINTER_EN);
5b2adf89 3779
5eddb70b 3780 reg = FDI_RX_IIR(pipe);
e1a44743 3781 for (tries = 0; tries < 5; tries++) {
5eddb70b 3782 temp = I915_READ(reg);
8db9d77b
ZW
3783 DRM_DEBUG_KMS("FDI_RX_IIR 0x%x\n", temp);
3784
3785 if ((temp & FDI_RX_BIT_LOCK)) {
3786 DRM_DEBUG_KMS("FDI train 1 done.\n");
5eddb70b 3787 I915_WRITE(reg, temp | FDI_RX_BIT_LOCK);
8db9d77b
ZW
3788 break;
3789 }
8db9d77b 3790 }
e1a44743 3791 if (tries == 5)
5eddb70b 3792 DRM_ERROR("FDI train 1 fail!\n");
8db9d77b
ZW
3793
3794 /* Train 2 */
5eddb70b
CW
3795 reg = FDI_TX_CTL(pipe);
3796 temp = I915_READ(reg);
8db9d77b
ZW
3797 temp &= ~FDI_LINK_TRAIN_NONE;
3798 temp |= FDI_LINK_TRAIN_PATTERN_2;
5eddb70b 3799 I915_WRITE(reg, temp);
8db9d77b 3800
5eddb70b
CW
3801 reg = FDI_RX_CTL(pipe);
3802 temp = I915_READ(reg);
8db9d77b
ZW
3803 temp &= ~FDI_LINK_TRAIN_NONE;
3804 temp |= FDI_LINK_TRAIN_PATTERN_2;
5eddb70b 3805 I915_WRITE(reg, temp);
8db9d77b 3806
5eddb70b
CW
3807 POSTING_READ(reg);
3808 udelay(150);
8db9d77b 3809
5eddb70b 3810 reg = FDI_RX_IIR(pipe);
e1a44743 3811 for (tries = 0; tries < 5; tries++) {
5eddb70b 3812 temp = I915_READ(reg);
8db9d77b
ZW
3813 DRM_DEBUG_KMS("FDI_RX_IIR 0x%x\n", temp);
3814
3815 if (temp & FDI_RX_SYMBOL_LOCK) {
5eddb70b 3816 I915_WRITE(reg, temp | FDI_RX_SYMBOL_LOCK);
8db9d77b
ZW
3817 DRM_DEBUG_KMS("FDI train 2 done.\n");
3818 break;
3819 }
8db9d77b 3820 }
e1a44743 3821 if (tries == 5)
5eddb70b 3822 DRM_ERROR("FDI train 2 fail!\n");
8db9d77b
ZW
3823
3824 DRM_DEBUG_KMS("FDI train done\n");
5c5313c8 3825
8db9d77b
ZW
3826}
3827
0206e353 3828static const int snb_b_fdi_train_param[] = {
8db9d77b
ZW
3829 FDI_LINK_TRAIN_400MV_0DB_SNB_B,
3830 FDI_LINK_TRAIN_400MV_6DB_SNB_B,
3831 FDI_LINK_TRAIN_600MV_3_5DB_SNB_B,
3832 FDI_LINK_TRAIN_800MV_0DB_SNB_B,
3833};
3834
3835/* The FDI link training functions for SNB/Cougarpoint. */
dc4a1094
ACO
3836static void gen6_fdi_link_train(struct intel_crtc *crtc,
3837 const struct intel_crtc_state *crtc_state)
8db9d77b 3838{
4cbe4b2b 3839 struct drm_device *dev = crtc->base.dev;
fac5e23e 3840 struct drm_i915_private *dev_priv = to_i915(dev);
4cbe4b2b 3841 int pipe = crtc->pipe;
f0f59a00
VS
3842 i915_reg_t reg;
3843 u32 temp, i, retry;
8db9d77b 3844
e1a44743
AJ
3845 /* Train 1: umask FDI RX Interrupt symbol_lock and bit_lock bit
3846 for train result */
5eddb70b
CW
3847 reg = FDI_RX_IMR(pipe);
3848 temp = I915_READ(reg);
e1a44743
AJ
3849 temp &= ~FDI_RX_SYMBOL_LOCK;
3850 temp &= ~FDI_RX_BIT_LOCK;
5eddb70b
CW
3851 I915_WRITE(reg, temp);
3852
3853 POSTING_READ(reg);
e1a44743
AJ
3854 udelay(150);
3855
8db9d77b 3856 /* enable CPU FDI TX and PCH FDI RX */
5eddb70b
CW
3857 reg = FDI_TX_CTL(pipe);
3858 temp = I915_READ(reg);
627eb5a3 3859 temp &= ~FDI_DP_PORT_WIDTH_MASK;
dc4a1094 3860 temp |= FDI_DP_PORT_WIDTH(crtc_state->fdi_lanes);
8db9d77b
ZW
3861 temp &= ~FDI_LINK_TRAIN_NONE;
3862 temp |= FDI_LINK_TRAIN_PATTERN_1;
3863 temp &= ~FDI_LINK_TRAIN_VOL_EMP_MASK;
3864 /* SNB-B */
3865 temp |= FDI_LINK_TRAIN_400MV_0DB_SNB_B;
5eddb70b 3866 I915_WRITE(reg, temp | FDI_TX_ENABLE);
8db9d77b 3867
d74cf324
DV
3868 I915_WRITE(FDI_RX_MISC(pipe),
3869 FDI_RX_TP1_TO_TP2_48 | FDI_RX_FDI_DELAY_90);
3870
5eddb70b
CW
3871 reg = FDI_RX_CTL(pipe);
3872 temp = I915_READ(reg);
6e266956 3873 if (HAS_PCH_CPT(dev_priv)) {
8db9d77b
ZW
3874 temp &= ~FDI_LINK_TRAIN_PATTERN_MASK_CPT;
3875 temp |= FDI_LINK_TRAIN_PATTERN_1_CPT;
3876 } else {
3877 temp &= ~FDI_LINK_TRAIN_NONE;
3878 temp |= FDI_LINK_TRAIN_PATTERN_1;
3879 }
5eddb70b
CW
3880 I915_WRITE(reg, temp | FDI_RX_ENABLE);
3881
3882 POSTING_READ(reg);
8db9d77b
ZW
3883 udelay(150);
3884
0206e353 3885 for (i = 0; i < 4; i++) {
5eddb70b
CW
3886 reg = FDI_TX_CTL(pipe);
3887 temp = I915_READ(reg);
8db9d77b
ZW
3888 temp &= ~FDI_LINK_TRAIN_VOL_EMP_MASK;
3889 temp |= snb_b_fdi_train_param[i];
5eddb70b
CW
3890 I915_WRITE(reg, temp);
3891
3892 POSTING_READ(reg);
8db9d77b
ZW
3893 udelay(500);
3894
fa37d39e
SP
3895 for (retry = 0; retry < 5; retry++) {
3896 reg = FDI_RX_IIR(pipe);
3897 temp = I915_READ(reg);
3898 DRM_DEBUG_KMS("FDI_RX_IIR 0x%x\n", temp);
3899 if (temp & FDI_RX_BIT_LOCK) {
3900 I915_WRITE(reg, temp | FDI_RX_BIT_LOCK);
3901 DRM_DEBUG_KMS("FDI train 1 done.\n");
3902 break;
3903 }
3904 udelay(50);
8db9d77b 3905 }
fa37d39e
SP
3906 if (retry < 5)
3907 break;
8db9d77b
ZW
3908 }
3909 if (i == 4)
5eddb70b 3910 DRM_ERROR("FDI train 1 fail!\n");
8db9d77b
ZW
3911
3912 /* Train 2 */
5eddb70b
CW
3913 reg = FDI_TX_CTL(pipe);
3914 temp = I915_READ(reg);
8db9d77b
ZW
3915 temp &= ~FDI_LINK_TRAIN_NONE;
3916 temp |= FDI_LINK_TRAIN_PATTERN_2;
5db94019 3917 if (IS_GEN6(dev_priv)) {
8db9d77b
ZW
3918 temp &= ~FDI_LINK_TRAIN_VOL_EMP_MASK;
3919 /* SNB-B */
3920 temp |= FDI_LINK_TRAIN_400MV_0DB_SNB_B;
3921 }
5eddb70b 3922 I915_WRITE(reg, temp);
8db9d77b 3923
5eddb70b
CW
3924 reg = FDI_RX_CTL(pipe);
3925 temp = I915_READ(reg);
6e266956 3926 if (HAS_PCH_CPT(dev_priv)) {
8db9d77b
ZW
3927 temp &= ~FDI_LINK_TRAIN_PATTERN_MASK_CPT;
3928 temp |= FDI_LINK_TRAIN_PATTERN_2_CPT;
3929 } else {
3930 temp &= ~FDI_LINK_TRAIN_NONE;
3931 temp |= FDI_LINK_TRAIN_PATTERN_2;
3932 }
5eddb70b
CW
3933 I915_WRITE(reg, temp);
3934
3935 POSTING_READ(reg);
8db9d77b
ZW
3936 udelay(150);
3937
0206e353 3938 for (i = 0; i < 4; i++) {
5eddb70b
CW
3939 reg = FDI_TX_CTL(pipe);
3940 temp = I915_READ(reg);
8db9d77b
ZW
3941 temp &= ~FDI_LINK_TRAIN_VOL_EMP_MASK;
3942 temp |= snb_b_fdi_train_param[i];
5eddb70b
CW
3943 I915_WRITE(reg, temp);
3944
3945 POSTING_READ(reg);
8db9d77b
ZW
3946 udelay(500);
3947
fa37d39e
SP
3948 for (retry = 0; retry < 5; retry++) {
3949 reg = FDI_RX_IIR(pipe);
3950 temp = I915_READ(reg);
3951 DRM_DEBUG_KMS("FDI_RX_IIR 0x%x\n", temp);
3952 if (temp & FDI_RX_SYMBOL_LOCK) {
3953 I915_WRITE(reg, temp | FDI_RX_SYMBOL_LOCK);
3954 DRM_DEBUG_KMS("FDI train 2 done.\n");
3955 break;
3956 }
3957 udelay(50);
8db9d77b 3958 }
fa37d39e
SP
3959 if (retry < 5)
3960 break;
8db9d77b
ZW
3961 }
3962 if (i == 4)
5eddb70b 3963 DRM_ERROR("FDI train 2 fail!\n");
8db9d77b
ZW
3964
3965 DRM_DEBUG_KMS("FDI train done.\n");
3966}
3967
357555c0 3968/* Manual link training for Ivy Bridge A0 parts */
dc4a1094
ACO
3969static void ivb_manual_fdi_link_train(struct intel_crtc *crtc,
3970 const struct intel_crtc_state *crtc_state)
357555c0 3971{
4cbe4b2b 3972 struct drm_device *dev = crtc->base.dev;
fac5e23e 3973 struct drm_i915_private *dev_priv = to_i915(dev);
4cbe4b2b 3974 int pipe = crtc->pipe;
f0f59a00
VS
3975 i915_reg_t reg;
3976 u32 temp, i, j;
357555c0
JB
3977
3978 /* Train 1: umask FDI RX Interrupt symbol_lock and bit_lock bit
3979 for train result */
3980 reg = FDI_RX_IMR(pipe);
3981 temp = I915_READ(reg);
3982 temp &= ~FDI_RX_SYMBOL_LOCK;
3983 temp &= ~FDI_RX_BIT_LOCK;
3984 I915_WRITE(reg, temp);
3985
3986 POSTING_READ(reg);
3987 udelay(150);
3988
01a415fd
DV
3989 DRM_DEBUG_KMS("FDI_RX_IIR before link train 0x%x\n",
3990 I915_READ(FDI_RX_IIR(pipe)));
3991
139ccd3f
JB
3992 /* Try each vswing and preemphasis setting twice before moving on */
3993 for (j = 0; j < ARRAY_SIZE(snb_b_fdi_train_param) * 2; j++) {
3994 /* disable first in case we need to retry */
3995 reg = FDI_TX_CTL(pipe);
3996 temp = I915_READ(reg);
3997 temp &= ~(FDI_LINK_TRAIN_AUTO | FDI_LINK_TRAIN_NONE_IVB);
3998 temp &= ~FDI_TX_ENABLE;
3999 I915_WRITE(reg, temp);
357555c0 4000
139ccd3f
JB
4001 reg = FDI_RX_CTL(pipe);
4002 temp = I915_READ(reg);
4003 temp &= ~FDI_LINK_TRAIN_AUTO;
4004 temp &= ~FDI_LINK_TRAIN_PATTERN_MASK_CPT;
4005 temp &= ~FDI_RX_ENABLE;
4006 I915_WRITE(reg, temp);
357555c0 4007
139ccd3f 4008 /* enable CPU FDI TX and PCH FDI RX */
357555c0
JB
4009 reg = FDI_TX_CTL(pipe);
4010 temp = I915_READ(reg);
139ccd3f 4011 temp &= ~FDI_DP_PORT_WIDTH_MASK;
dc4a1094 4012 temp |= FDI_DP_PORT_WIDTH(crtc_state->fdi_lanes);
139ccd3f 4013 temp |= FDI_LINK_TRAIN_PATTERN_1_IVB;
357555c0 4014 temp &= ~FDI_LINK_TRAIN_VOL_EMP_MASK;
139ccd3f
JB
4015 temp |= snb_b_fdi_train_param[j/2];
4016 temp |= FDI_COMPOSITE_SYNC;
4017 I915_WRITE(reg, temp | FDI_TX_ENABLE);
357555c0 4018
139ccd3f
JB
4019 I915_WRITE(FDI_RX_MISC(pipe),
4020 FDI_RX_TP1_TO_TP2_48 | FDI_RX_FDI_DELAY_90);
357555c0 4021
139ccd3f 4022 reg = FDI_RX_CTL(pipe);
357555c0 4023 temp = I915_READ(reg);
139ccd3f
JB
4024 temp |= FDI_LINK_TRAIN_PATTERN_1_CPT;
4025 temp |= FDI_COMPOSITE_SYNC;
4026 I915_WRITE(reg, temp | FDI_RX_ENABLE);
357555c0 4027
139ccd3f
JB
4028 POSTING_READ(reg);
4029 udelay(1); /* should be 0.5us */
357555c0 4030
139ccd3f
JB
4031 for (i = 0; i < 4; i++) {
4032 reg = FDI_RX_IIR(pipe);
4033 temp = I915_READ(reg);
4034 DRM_DEBUG_KMS("FDI_RX_IIR 0x%x\n", temp);
357555c0 4035
139ccd3f
JB
4036 if (temp & FDI_RX_BIT_LOCK ||
4037 (I915_READ(reg) & FDI_RX_BIT_LOCK)) {
4038 I915_WRITE(reg, temp | FDI_RX_BIT_LOCK);
4039 DRM_DEBUG_KMS("FDI train 1 done, level %i.\n",
4040 i);
4041 break;
4042 }
4043 udelay(1); /* should be 0.5us */
4044 }
4045 if (i == 4) {
4046 DRM_DEBUG_KMS("FDI train 1 fail on vswing %d\n", j / 2);
4047 continue;
4048 }
357555c0 4049
139ccd3f 4050 /* Train 2 */
357555c0
JB
4051 reg = FDI_TX_CTL(pipe);
4052 temp = I915_READ(reg);
139ccd3f
JB
4053 temp &= ~FDI_LINK_TRAIN_NONE_IVB;
4054 temp |= FDI_LINK_TRAIN_PATTERN_2_IVB;
4055 I915_WRITE(reg, temp);
4056
4057 reg = FDI_RX_CTL(pipe);
4058 temp = I915_READ(reg);
4059 temp &= ~FDI_LINK_TRAIN_PATTERN_MASK_CPT;
4060 temp |= FDI_LINK_TRAIN_PATTERN_2_CPT;
357555c0
JB
4061 I915_WRITE(reg, temp);
4062
4063 POSTING_READ(reg);
139ccd3f 4064 udelay(2); /* should be 1.5us */
357555c0 4065
139ccd3f
JB
4066 for (i = 0; i < 4; i++) {
4067 reg = FDI_RX_IIR(pipe);
4068 temp = I915_READ(reg);
4069 DRM_DEBUG_KMS("FDI_RX_IIR 0x%x\n", temp);
357555c0 4070
139ccd3f
JB
4071 if (temp & FDI_RX_SYMBOL_LOCK ||
4072 (I915_READ(reg) & FDI_RX_SYMBOL_LOCK)) {
4073 I915_WRITE(reg, temp | FDI_RX_SYMBOL_LOCK);
4074 DRM_DEBUG_KMS("FDI train 2 done, level %i.\n",
4075 i);
4076 goto train_done;
4077 }
4078 udelay(2); /* should be 1.5us */
357555c0 4079 }
139ccd3f
JB
4080 if (i == 4)
4081 DRM_DEBUG_KMS("FDI train 2 fail on vswing %d\n", j / 2);
357555c0 4082 }
357555c0 4083
139ccd3f 4084train_done:
357555c0
JB
4085 DRM_DEBUG_KMS("FDI train done.\n");
4086}
4087
88cefb6c 4088static void ironlake_fdi_pll_enable(struct intel_crtc *intel_crtc)
2c07245f 4089{
88cefb6c 4090 struct drm_device *dev = intel_crtc->base.dev;
fac5e23e 4091 struct drm_i915_private *dev_priv = to_i915(dev);
2c07245f 4092 int pipe = intel_crtc->pipe;
f0f59a00
VS
4093 i915_reg_t reg;
4094 u32 temp;
c64e311e 4095
c98e9dcf 4096 /* enable PCH FDI RX PLL, wait warmup plus DMI latency */
5eddb70b
CW
4097 reg = FDI_RX_CTL(pipe);
4098 temp = I915_READ(reg);
627eb5a3 4099 temp &= ~(FDI_DP_PORT_WIDTH_MASK | (0x7 << 16));
6e3c9717 4100 temp |= FDI_DP_PORT_WIDTH(intel_crtc->config->fdi_lanes);
dfd07d72 4101 temp |= (I915_READ(PIPECONF(pipe)) & PIPECONF_BPC_MASK) << 11;
5eddb70b
CW
4102 I915_WRITE(reg, temp | FDI_RX_PLL_ENABLE);
4103
4104 POSTING_READ(reg);
c98e9dcf
JB
4105 udelay(200);
4106
4107 /* Switch from Rawclk to PCDclk */
5eddb70b
CW
4108 temp = I915_READ(reg);
4109 I915_WRITE(reg, temp | FDI_PCDCLK);
4110
4111 POSTING_READ(reg);
c98e9dcf
JB
4112 udelay(200);
4113
20749730
PZ
4114 /* Enable CPU FDI TX PLL, always on for Ironlake */
4115 reg = FDI_TX_CTL(pipe);
4116 temp = I915_READ(reg);
4117 if ((temp & FDI_TX_PLL_ENABLE) == 0) {
4118 I915_WRITE(reg, temp | FDI_TX_PLL_ENABLE);
5eddb70b 4119
20749730
PZ
4120 POSTING_READ(reg);
4121 udelay(100);
6be4a607 4122 }
0e23b99d
JB
4123}
4124
88cefb6c
DV
4125static void ironlake_fdi_pll_disable(struct intel_crtc *intel_crtc)
4126{
4127 struct drm_device *dev = intel_crtc->base.dev;
fac5e23e 4128 struct drm_i915_private *dev_priv = to_i915(dev);
88cefb6c 4129 int pipe = intel_crtc->pipe;
f0f59a00
VS
4130 i915_reg_t reg;
4131 u32 temp;
88cefb6c
DV
4132
4133 /* Switch from PCDclk to Rawclk */
4134 reg = FDI_RX_CTL(pipe);
4135 temp = I915_READ(reg);
4136 I915_WRITE(reg, temp & ~FDI_PCDCLK);
4137
4138 /* Disable CPU FDI TX PLL */
4139 reg = FDI_TX_CTL(pipe);
4140 temp = I915_READ(reg);
4141 I915_WRITE(reg, temp & ~FDI_TX_PLL_ENABLE);
4142
4143 POSTING_READ(reg);
4144 udelay(100);
4145
4146 reg = FDI_RX_CTL(pipe);
4147 temp = I915_READ(reg);
4148 I915_WRITE(reg, temp & ~FDI_RX_PLL_ENABLE);
4149
4150 /* Wait for the clocks to turn off. */
4151 POSTING_READ(reg);
4152 udelay(100);
4153}
4154
0fc932b8
JB
4155static void ironlake_fdi_disable(struct drm_crtc *crtc)
4156{
4157 struct drm_device *dev = crtc->dev;
fac5e23e 4158 struct drm_i915_private *dev_priv = to_i915(dev);
0fc932b8
JB
4159 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
4160 int pipe = intel_crtc->pipe;
f0f59a00
VS
4161 i915_reg_t reg;
4162 u32 temp;
0fc932b8
JB
4163
4164 /* disable CPU FDI tx and PCH FDI rx */
4165 reg = FDI_TX_CTL(pipe);
4166 temp = I915_READ(reg);
4167 I915_WRITE(reg, temp & ~FDI_TX_ENABLE);
4168 POSTING_READ(reg);
4169
4170 reg = FDI_RX_CTL(pipe);
4171 temp = I915_READ(reg);
4172 temp &= ~(0x7 << 16);
dfd07d72 4173 temp |= (I915_READ(PIPECONF(pipe)) & PIPECONF_BPC_MASK) << 11;
0fc932b8
JB
4174 I915_WRITE(reg, temp & ~FDI_RX_ENABLE);
4175
4176 POSTING_READ(reg);
4177 udelay(100);
4178
4179 /* Ironlake workaround, disable clock pointer after downing FDI */
6e266956 4180 if (HAS_PCH_IBX(dev_priv))
6f06ce18 4181 I915_WRITE(FDI_RX_CHICKEN(pipe), FDI_RX_PHASE_SYNC_POINTER_OVR);
0fc932b8
JB
4182
4183 /* still set train pattern 1 */
4184 reg = FDI_TX_CTL(pipe);
4185 temp = I915_READ(reg);
4186 temp &= ~FDI_LINK_TRAIN_NONE;
4187 temp |= FDI_LINK_TRAIN_PATTERN_1;
4188 I915_WRITE(reg, temp);
4189
4190 reg = FDI_RX_CTL(pipe);
4191 temp = I915_READ(reg);
6e266956 4192 if (HAS_PCH_CPT(dev_priv)) {
0fc932b8
JB
4193 temp &= ~FDI_LINK_TRAIN_PATTERN_MASK_CPT;
4194 temp |= FDI_LINK_TRAIN_PATTERN_1_CPT;
4195 } else {
4196 temp &= ~FDI_LINK_TRAIN_NONE;
4197 temp |= FDI_LINK_TRAIN_PATTERN_1;
4198 }
4199 /* BPC in FDI rx is consistent with that in PIPECONF */
4200 temp &= ~(0x07 << 16);
dfd07d72 4201 temp |= (I915_READ(PIPECONF(pipe)) & PIPECONF_BPC_MASK) << 11;
0fc932b8
JB
4202 I915_WRITE(reg, temp);
4203
4204 POSTING_READ(reg);
4205 udelay(100);
4206}
4207
49d73912 4208bool intel_has_pending_fb_unpin(struct drm_i915_private *dev_priv)
5dce5b93
CW
4209{
4210 struct intel_crtc *crtc;
4211
4212 /* Note that we don't need to be called with mode_config.lock here
4213 * as our list of CRTC objects is static for the lifetime of the
4214 * device and so cannot disappear as we iterate. Similarly, we can
4215 * happily treat the predicates as racy, atomic checks as userspace
4216 * cannot claim and pin a new fb without at least acquring the
4217 * struct_mutex and so serialising with us.
4218 */
49d73912 4219 for_each_intel_crtc(&dev_priv->drm, crtc) {
5dce5b93
CW
4220 if (atomic_read(&crtc->unpin_work_count) == 0)
4221 continue;
4222
5a21b665 4223 if (crtc->flip_work)
0f0f74bc 4224 intel_wait_for_vblank(dev_priv, crtc->pipe);
5dce5b93
CW
4225
4226 return true;
4227 }
4228
4229 return false;
4230}
4231
5a21b665 4232static void page_flip_completed(struct intel_crtc *intel_crtc)
d6bbafa1
CW
4233{
4234 struct drm_i915_private *dev_priv = to_i915(intel_crtc->base.dev);
5a21b665
DV
4235 struct intel_flip_work *work = intel_crtc->flip_work;
4236
4237 intel_crtc->flip_work = NULL;
d6bbafa1
CW
4238
4239 if (work->event)
560ce1dc 4240 drm_crtc_send_vblank_event(&intel_crtc->base, work->event);
d6bbafa1
CW
4241
4242 drm_crtc_vblank_put(&intel_crtc->base);
4243
5a21b665 4244 wake_up_all(&dev_priv->pending_flip_queue);
5a21b665
DV
4245 trace_i915_flip_complete(intel_crtc->plane,
4246 work->pending_flip_obj);
05c41f92
AR
4247
4248 queue_work(dev_priv->wq, &work->unpin_work);
d6bbafa1
CW
4249}
4250
5008e874 4251static int intel_crtc_wait_for_pending_flips(struct drm_crtc *crtc)
e6c3a2a6 4252{
0f91128d 4253 struct drm_device *dev = crtc->dev;
fac5e23e 4254 struct drm_i915_private *dev_priv = to_i915(dev);
5008e874 4255 long ret;
e6c3a2a6 4256
2c10d571 4257 WARN_ON(waitqueue_active(&dev_priv->pending_flip_queue));
5008e874
ML
4258
4259 ret = wait_event_interruptible_timeout(
4260 dev_priv->pending_flip_queue,
4261 !intel_crtc_has_pending_flip(crtc),
4262 60*HZ);
4263
4264 if (ret < 0)
4265 return ret;
4266
5a21b665
DV
4267 if (ret == 0) {
4268 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
4269 struct intel_flip_work *work;
4270
4271 spin_lock_irq(&dev->event_lock);
4272 work = intel_crtc->flip_work;
4273 if (work && !is_mmio_work(work)) {
4274 WARN_ONCE(1, "Removing stuck page flip\n");
4275 page_flip_completed(intel_crtc);
4276 }
4277 spin_unlock_irq(&dev->event_lock);
4278 }
5bb61643 4279
5008e874 4280 return 0;
e6c3a2a6
CW
4281}
4282
b7076546 4283void lpt_disable_iclkip(struct drm_i915_private *dev_priv)
060f02d8
VS
4284{
4285 u32 temp;
4286
4287 I915_WRITE(PIXCLK_GATE, PIXCLK_GATE_GATE);
4288
4289 mutex_lock(&dev_priv->sb_lock);
4290
4291 temp = intel_sbi_read(dev_priv, SBI_SSCCTL6, SBI_ICLK);
4292 temp |= SBI_SSCCTL_DISABLE;
4293 intel_sbi_write(dev_priv, SBI_SSCCTL6, temp, SBI_ICLK);
4294
4295 mutex_unlock(&dev_priv->sb_lock);
4296}
4297
e615efe4 4298/* Program iCLKIP clock to the desired frequency */
0dcdc382 4299static void lpt_program_iclkip(struct intel_crtc *crtc)
e615efe4 4300{
0dcdc382
ACO
4301 struct drm_i915_private *dev_priv = to_i915(crtc->base.dev);
4302 int clock = crtc->config->base.adjusted_mode.crtc_clock;
e615efe4
ED
4303 u32 divsel, phaseinc, auxdiv, phasedir = 0;
4304 u32 temp;
4305
060f02d8 4306 lpt_disable_iclkip(dev_priv);
e615efe4 4307
64b46a06
VS
4308 /* The iCLK virtual clock root frequency is in MHz,
4309 * but the adjusted_mode->crtc_clock in in KHz. To get the
4310 * divisors, it is necessary to divide one by another, so we
4311 * convert the virtual clock precision to KHz here for higher
4312 * precision.
4313 */
4314 for (auxdiv = 0; auxdiv < 2; auxdiv++) {
e615efe4
ED
4315 u32 iclk_virtual_root_freq = 172800 * 1000;
4316 u32 iclk_pi_range = 64;
64b46a06 4317 u32 desired_divisor;
e615efe4 4318
64b46a06
VS
4319 desired_divisor = DIV_ROUND_CLOSEST(iclk_virtual_root_freq,
4320 clock << auxdiv);
4321 divsel = (desired_divisor / iclk_pi_range) - 2;
4322 phaseinc = desired_divisor % iclk_pi_range;
e615efe4 4323
64b46a06
VS
4324 /*
4325 * Near 20MHz is a corner case which is
4326 * out of range for the 7-bit divisor
4327 */
4328 if (divsel <= 0x7f)
4329 break;
e615efe4
ED
4330 }
4331
4332 /* This should not happen with any sane values */
4333 WARN_ON(SBI_SSCDIVINTPHASE_DIVSEL(divsel) &
4334 ~SBI_SSCDIVINTPHASE_DIVSEL_MASK);
4335 WARN_ON(SBI_SSCDIVINTPHASE_DIR(phasedir) &
4336 ~SBI_SSCDIVINTPHASE_INCVAL_MASK);
4337
4338 DRM_DEBUG_KMS("iCLKIP clock: found settings for %dKHz refresh rate: auxdiv=%x, divsel=%x, phasedir=%x, phaseinc=%x\n",
12d7ceed 4339 clock,
e615efe4
ED
4340 auxdiv,
4341 divsel,
4342 phasedir,
4343 phaseinc);
4344
060f02d8
VS
4345 mutex_lock(&dev_priv->sb_lock);
4346
e615efe4 4347 /* Program SSCDIVINTPHASE6 */
988d6ee8 4348 temp = intel_sbi_read(dev_priv, SBI_SSCDIVINTPHASE6, SBI_ICLK);
e615efe4
ED
4349 temp &= ~SBI_SSCDIVINTPHASE_DIVSEL_MASK;
4350 temp |= SBI_SSCDIVINTPHASE_DIVSEL(divsel);
4351 temp &= ~SBI_SSCDIVINTPHASE_INCVAL_MASK;
4352 temp |= SBI_SSCDIVINTPHASE_INCVAL(phaseinc);
4353 temp |= SBI_SSCDIVINTPHASE_DIR(phasedir);
4354 temp |= SBI_SSCDIVINTPHASE_PROPAGATE;
988d6ee8 4355 intel_sbi_write(dev_priv, SBI_SSCDIVINTPHASE6, temp, SBI_ICLK);
e615efe4
ED
4356
4357 /* Program SSCAUXDIV */
988d6ee8 4358 temp = intel_sbi_read(dev_priv, SBI_SSCAUXDIV6, SBI_ICLK);
e615efe4
ED
4359 temp &= ~SBI_SSCAUXDIV_FINALDIV2SEL(1);
4360 temp |= SBI_SSCAUXDIV_FINALDIV2SEL(auxdiv);
988d6ee8 4361 intel_sbi_write(dev_priv, SBI_SSCAUXDIV6, temp, SBI_ICLK);
e615efe4
ED
4362
4363 /* Enable modulator and associated divider */
988d6ee8 4364 temp = intel_sbi_read(dev_priv, SBI_SSCCTL6, SBI_ICLK);
e615efe4 4365 temp &= ~SBI_SSCCTL_DISABLE;
988d6ee8 4366 intel_sbi_write(dev_priv, SBI_SSCCTL6, temp, SBI_ICLK);
e615efe4 4367
060f02d8
VS
4368 mutex_unlock(&dev_priv->sb_lock);
4369
e615efe4
ED
4370 /* Wait for initialization time */
4371 udelay(24);
4372
4373 I915_WRITE(PIXCLK_GATE, PIXCLK_GATE_UNGATE);
4374}
4375
8802e5b6
VS
4376int lpt_get_iclkip(struct drm_i915_private *dev_priv)
4377{
4378 u32 divsel, phaseinc, auxdiv;
4379 u32 iclk_virtual_root_freq = 172800 * 1000;
4380 u32 iclk_pi_range = 64;
4381 u32 desired_divisor;
4382 u32 temp;
4383
4384 if ((I915_READ(PIXCLK_GATE) & PIXCLK_GATE_UNGATE) == 0)
4385 return 0;
4386
4387 mutex_lock(&dev_priv->sb_lock);
4388
4389 temp = intel_sbi_read(dev_priv, SBI_SSCCTL6, SBI_ICLK);
4390 if (temp & SBI_SSCCTL_DISABLE) {
4391 mutex_unlock(&dev_priv->sb_lock);
4392 return 0;
4393 }
4394
4395 temp = intel_sbi_read(dev_priv, SBI_SSCDIVINTPHASE6, SBI_ICLK);
4396 divsel = (temp & SBI_SSCDIVINTPHASE_DIVSEL_MASK) >>
4397 SBI_SSCDIVINTPHASE_DIVSEL_SHIFT;
4398 phaseinc = (temp & SBI_SSCDIVINTPHASE_INCVAL_MASK) >>
4399 SBI_SSCDIVINTPHASE_INCVAL_SHIFT;
4400
4401 temp = intel_sbi_read(dev_priv, SBI_SSCAUXDIV6, SBI_ICLK);
4402 auxdiv = (temp & SBI_SSCAUXDIV_FINALDIV2SEL_MASK) >>
4403 SBI_SSCAUXDIV_FINALDIV2SEL_SHIFT;
4404
4405 mutex_unlock(&dev_priv->sb_lock);
4406
4407 desired_divisor = (divsel + 2) * iclk_pi_range + phaseinc;
4408
4409 return DIV_ROUND_CLOSEST(iclk_virtual_root_freq,
4410 desired_divisor << auxdiv);
4411}
4412
275f01b2
DV
4413static void ironlake_pch_transcoder_set_timings(struct intel_crtc *crtc,
4414 enum pipe pch_transcoder)
4415{
4416 struct drm_device *dev = crtc->base.dev;
fac5e23e 4417 struct drm_i915_private *dev_priv = to_i915(dev);
6e3c9717 4418 enum transcoder cpu_transcoder = crtc->config->cpu_transcoder;
275f01b2
DV
4419
4420 I915_WRITE(PCH_TRANS_HTOTAL(pch_transcoder),
4421 I915_READ(HTOTAL(cpu_transcoder)));
4422 I915_WRITE(PCH_TRANS_HBLANK(pch_transcoder),
4423 I915_READ(HBLANK(cpu_transcoder)));
4424 I915_WRITE(PCH_TRANS_HSYNC(pch_transcoder),
4425 I915_READ(HSYNC(cpu_transcoder)));
4426
4427 I915_WRITE(PCH_TRANS_VTOTAL(pch_transcoder),
4428 I915_READ(VTOTAL(cpu_transcoder)));
4429 I915_WRITE(PCH_TRANS_VBLANK(pch_transcoder),
4430 I915_READ(VBLANK(cpu_transcoder)));
4431 I915_WRITE(PCH_TRANS_VSYNC(pch_transcoder),
4432 I915_READ(VSYNC(cpu_transcoder)));
4433 I915_WRITE(PCH_TRANS_VSYNCSHIFT(pch_transcoder),
4434 I915_READ(VSYNCSHIFT(cpu_transcoder)));
4435}
4436
003632d9 4437static void cpt_set_fdi_bc_bifurcation(struct drm_device *dev, bool enable)
1fbc0d78 4438{
fac5e23e 4439 struct drm_i915_private *dev_priv = to_i915(dev);
1fbc0d78
DV
4440 uint32_t temp;
4441
4442 temp = I915_READ(SOUTH_CHICKEN1);
003632d9 4443 if (!!(temp & FDI_BC_BIFURCATION_SELECT) == enable)
1fbc0d78
DV
4444 return;
4445
4446 WARN_ON(I915_READ(FDI_RX_CTL(PIPE_B)) & FDI_RX_ENABLE);
4447 WARN_ON(I915_READ(FDI_RX_CTL(PIPE_C)) & FDI_RX_ENABLE);
4448
003632d9
ACO
4449 temp &= ~FDI_BC_BIFURCATION_SELECT;
4450 if (enable)
4451 temp |= FDI_BC_BIFURCATION_SELECT;
4452
4453 DRM_DEBUG_KMS("%sabling fdi C rx\n", enable ? "en" : "dis");
1fbc0d78
DV
4454 I915_WRITE(SOUTH_CHICKEN1, temp);
4455 POSTING_READ(SOUTH_CHICKEN1);
4456}
4457
4458static void ivybridge_update_fdi_bc_bifurcation(struct intel_crtc *intel_crtc)
4459{
4460 struct drm_device *dev = intel_crtc->base.dev;
1fbc0d78
DV
4461
4462 switch (intel_crtc->pipe) {
4463 case PIPE_A:
4464 break;
4465 case PIPE_B:
6e3c9717 4466 if (intel_crtc->config->fdi_lanes > 2)
003632d9 4467 cpt_set_fdi_bc_bifurcation(dev, false);
1fbc0d78 4468 else
003632d9 4469 cpt_set_fdi_bc_bifurcation(dev, true);
1fbc0d78
DV
4470
4471 break;
4472 case PIPE_C:
003632d9 4473 cpt_set_fdi_bc_bifurcation(dev, true);
1fbc0d78
DV
4474
4475 break;
4476 default:
4477 BUG();
4478 }
4479}
4480
c48b5305
VS
4481/* Return which DP Port should be selected for Transcoder DP control */
4482static enum port
4cbe4b2b 4483intel_trans_dp_port_sel(struct intel_crtc *crtc)
c48b5305 4484{
4cbe4b2b 4485 struct drm_device *dev = crtc->base.dev;
c48b5305
VS
4486 struct intel_encoder *encoder;
4487
4cbe4b2b 4488 for_each_encoder_on_crtc(dev, &crtc->base, encoder) {
cca0502b 4489 if (encoder->type == INTEL_OUTPUT_DP ||
c48b5305
VS
4490 encoder->type == INTEL_OUTPUT_EDP)
4491 return enc_to_dig_port(&encoder->base)->port;
4492 }
4493
4494 return -1;
4495}
4496
f67a559d
JB
4497/*
4498 * Enable PCH resources required for PCH ports:
4499 * - PCH PLLs
4500 * - FDI training & RX/TX
4501 * - update transcoder timings
4502 * - DP transcoding bits
4503 * - transcoder
4504 */
2ce42273 4505static void ironlake_pch_enable(const struct intel_crtc_state *crtc_state)
0e23b99d 4506{
2ce42273 4507 struct intel_crtc *crtc = to_intel_crtc(crtc_state->base.crtc);
4cbe4b2b 4508 struct drm_device *dev = crtc->base.dev;
fac5e23e 4509 struct drm_i915_private *dev_priv = to_i915(dev);
4cbe4b2b 4510 int pipe = crtc->pipe;
f0f59a00 4511 u32 temp;
2c07245f 4512
ab9412ba 4513 assert_pch_transcoder_disabled(dev_priv, pipe);
e7e164db 4514
fd6b8f43 4515 if (IS_IVYBRIDGE(dev_priv))
4cbe4b2b 4516 ivybridge_update_fdi_bc_bifurcation(crtc);
1fbc0d78 4517
cd986abb
DV
4518 /* Write the TU size bits before fdi link training, so that error
4519 * detection works. */
4520 I915_WRITE(FDI_RX_TUSIZE1(pipe),
4521 I915_READ(PIPE_DATA_M1(pipe)) & TU_SIZE_MASK);
4522
c98e9dcf 4523 /* For PCH output, training FDI link */
dc4a1094 4524 dev_priv->display.fdi_link_train(crtc, crtc_state);
2c07245f 4525
3ad8a208
DV
4526 /* We need to program the right clock selection before writing the pixel
4527 * mutliplier into the DPLL. */
6e266956 4528 if (HAS_PCH_CPT(dev_priv)) {
ee7b9f93 4529 u32 sel;
4b645f14 4530
c98e9dcf 4531 temp = I915_READ(PCH_DPLL_SEL);
11887397
DV
4532 temp |= TRANS_DPLL_ENABLE(pipe);
4533 sel = TRANS_DPLLB_SEL(pipe);
2ce42273 4534 if (crtc_state->shared_dpll ==
8106ddbd 4535 intel_get_shared_dpll_by_id(dev_priv, DPLL_ID_PCH_PLL_B))
ee7b9f93
JB
4536 temp |= sel;
4537 else
4538 temp &= ~sel;
c98e9dcf 4539 I915_WRITE(PCH_DPLL_SEL, temp);
c98e9dcf 4540 }
5eddb70b 4541
3ad8a208
DV
4542 /* XXX: pch pll's can be enabled any time before we enable the PCH
4543 * transcoder, and we actually should do this to not upset any PCH
4544 * transcoder that already use the clock when we share it.
4545 *
4546 * Note that enable_shared_dpll tries to do the right thing, but
4547 * get_shared_dpll unconditionally resets the pll - we need that to have
4548 * the right LVDS enable sequence. */
4cbe4b2b 4549 intel_enable_shared_dpll(crtc);
3ad8a208 4550
d9b6cb56
JB
4551 /* set transcoder timing, panel must allow it */
4552 assert_panel_unlocked(dev_priv, pipe);
4cbe4b2b 4553 ironlake_pch_transcoder_set_timings(crtc, pipe);
8db9d77b 4554
303b81e0 4555 intel_fdi_normal_train(crtc);
5e84e1a4 4556
c98e9dcf 4557 /* For PCH DP, enable TRANS_DP_CTL */
6e266956 4558 if (HAS_PCH_CPT(dev_priv) &&
2ce42273 4559 intel_crtc_has_dp_encoder(crtc_state)) {
9c4edaee 4560 const struct drm_display_mode *adjusted_mode =
2ce42273 4561 &crtc_state->base.adjusted_mode;
dfd07d72 4562 u32 bpc = (I915_READ(PIPECONF(pipe)) & PIPECONF_BPC_MASK) >> 5;
f0f59a00 4563 i915_reg_t reg = TRANS_DP_CTL(pipe);
5eddb70b
CW
4564 temp = I915_READ(reg);
4565 temp &= ~(TRANS_DP_PORT_SEL_MASK |
220cad3c
EA
4566 TRANS_DP_SYNC_MASK |
4567 TRANS_DP_BPC_MASK);
e3ef4479 4568 temp |= TRANS_DP_OUTPUT_ENABLE;
9325c9f0 4569 temp |= bpc << 9; /* same format but at 11:9 */
c98e9dcf 4570
9c4edaee 4571 if (adjusted_mode->flags & DRM_MODE_FLAG_PHSYNC)
5eddb70b 4572 temp |= TRANS_DP_HSYNC_ACTIVE_HIGH;
9c4edaee 4573 if (adjusted_mode->flags & DRM_MODE_FLAG_PVSYNC)
5eddb70b 4574 temp |= TRANS_DP_VSYNC_ACTIVE_HIGH;
c98e9dcf
JB
4575
4576 switch (intel_trans_dp_port_sel(crtc)) {
c48b5305 4577 case PORT_B:
5eddb70b 4578 temp |= TRANS_DP_PORT_SEL_B;
c98e9dcf 4579 break;
c48b5305 4580 case PORT_C:
5eddb70b 4581 temp |= TRANS_DP_PORT_SEL_C;
c98e9dcf 4582 break;
c48b5305 4583 case PORT_D:
5eddb70b 4584 temp |= TRANS_DP_PORT_SEL_D;
c98e9dcf
JB
4585 break;
4586 default:
e95d41e1 4587 BUG();
32f9d658 4588 }
2c07245f 4589
5eddb70b 4590 I915_WRITE(reg, temp);
6be4a607 4591 }
b52eb4dc 4592
b8a4f404 4593 ironlake_enable_pch_transcoder(dev_priv, pipe);
f67a559d
JB
4594}
4595
2ce42273 4596static void lpt_pch_enable(const struct intel_crtc_state *crtc_state)
1507e5bd 4597{
2ce42273 4598 struct intel_crtc *crtc = to_intel_crtc(crtc_state->base.crtc);
0dcdc382 4599 struct drm_i915_private *dev_priv = to_i915(crtc->base.dev);
2ce42273 4600 enum transcoder cpu_transcoder = crtc_state->cpu_transcoder;
1507e5bd 4601
ab9412ba 4602 assert_pch_transcoder_disabled(dev_priv, TRANSCODER_A);
1507e5bd 4603
8c52b5e8 4604 lpt_program_iclkip(crtc);
1507e5bd 4605
0540e488 4606 /* Set transcoder timing. */
0dcdc382 4607 ironlake_pch_transcoder_set_timings(crtc, PIPE_A);
1507e5bd 4608
937bb610 4609 lpt_enable_pch_transcoder(dev_priv, cpu_transcoder);
f67a559d
JB
4610}
4611
a1520318 4612static void cpt_verify_modeset(struct drm_device *dev, int pipe)
d4270e57 4613{
fac5e23e 4614 struct drm_i915_private *dev_priv = to_i915(dev);
f0f59a00 4615 i915_reg_t dslreg = PIPEDSL(pipe);
d4270e57
JB
4616 u32 temp;
4617
4618 temp = I915_READ(dslreg);
4619 udelay(500);
4620 if (wait_for(I915_READ(dslreg) != temp, 5)) {
d4270e57 4621 if (wait_for(I915_READ(dslreg) != temp, 5))
84f44ce7 4622 DRM_ERROR("mode set failed: pipe %c stuck\n", pipe_name(pipe));
d4270e57
JB
4623 }
4624}
4625
86adf9d7
ML
4626static int
4627skl_update_scaler(struct intel_crtc_state *crtc_state, bool force_detach,
4628 unsigned scaler_user, int *scaler_id, unsigned int rotation,
4629 int src_w, int src_h, int dst_w, int dst_h)
a1b2278e 4630{
86adf9d7
ML
4631 struct intel_crtc_scaler_state *scaler_state =
4632 &crtc_state->scaler_state;
4633 struct intel_crtc *intel_crtc =
4634 to_intel_crtc(crtc_state->base.crtc);
a1b2278e 4635 int need_scaling;
6156a456 4636
bd2ef25d 4637 need_scaling = drm_rotation_90_or_270(rotation) ?
6156a456
CK
4638 (src_h != dst_w || src_w != dst_h):
4639 (src_w != dst_w || src_h != dst_h);
a1b2278e
CK
4640
4641 /*
4642 * if plane is being disabled or scaler is no more required or force detach
4643 * - free scaler binded to this plane/crtc
4644 * - in order to do this, update crtc->scaler_usage
4645 *
4646 * Here scaler state in crtc_state is set free so that
4647 * scaler can be assigned to other user. Actual register
4648 * update to free the scaler is done in plane/panel-fit programming.
4649 * For this purpose crtc/plane_state->scaler_id isn't reset here.
4650 */
86adf9d7 4651 if (force_detach || !need_scaling) {
a1b2278e 4652 if (*scaler_id >= 0) {
86adf9d7 4653 scaler_state->scaler_users &= ~(1 << scaler_user);
a1b2278e
CK
4654 scaler_state->scalers[*scaler_id].in_use = 0;
4655
86adf9d7
ML
4656 DRM_DEBUG_KMS("scaler_user index %u.%u: "
4657 "Staged freeing scaler id %d scaler_users = 0x%x\n",
4658 intel_crtc->pipe, scaler_user, *scaler_id,
a1b2278e
CK
4659 scaler_state->scaler_users);
4660 *scaler_id = -1;
4661 }
4662 return 0;
4663 }
4664
4665 /* range checks */
4666 if (src_w < SKL_MIN_SRC_W || src_h < SKL_MIN_SRC_H ||
4667 dst_w < SKL_MIN_DST_W || dst_h < SKL_MIN_DST_H ||
4668
4669 src_w > SKL_MAX_SRC_W || src_h > SKL_MAX_SRC_H ||
4670 dst_w > SKL_MAX_DST_W || dst_h > SKL_MAX_DST_H) {
86adf9d7 4671 DRM_DEBUG_KMS("scaler_user index %u.%u: src %ux%u dst %ux%u "
a1b2278e 4672 "size is out of scaler range\n",
86adf9d7 4673 intel_crtc->pipe, scaler_user, src_w, src_h, dst_w, dst_h);
a1b2278e
CK
4674 return -EINVAL;
4675 }
4676
86adf9d7
ML
4677 /* mark this plane as a scaler user in crtc_state */
4678 scaler_state->scaler_users |= (1 << scaler_user);
4679 DRM_DEBUG_KMS("scaler_user index %u.%u: "
4680 "staged scaling request for %ux%u->%ux%u scaler_users = 0x%x\n",
4681 intel_crtc->pipe, scaler_user, src_w, src_h, dst_w, dst_h,
4682 scaler_state->scaler_users);
4683
4684 return 0;
4685}
4686
4687/**
4688 * skl_update_scaler_crtc - Stages update to scaler state for a given crtc.
4689 *
4690 * @state: crtc's scaler state
86adf9d7
ML
4691 *
4692 * Return
4693 * 0 - scaler_usage updated successfully
4694 * error - requested scaling cannot be supported or other error condition
4695 */
e435d6e5 4696int skl_update_scaler_crtc(struct intel_crtc_state *state)
86adf9d7 4697{
7c5f93b0 4698 const struct drm_display_mode *adjusted_mode = &state->base.adjusted_mode;
86adf9d7 4699
e435d6e5 4700 return skl_update_scaler(state, !state->base.active, SKL_CRTC_INDEX,
31ad61e4 4701 &state->scaler_state.scaler_id, DRM_ROTATE_0,
86adf9d7 4702 state->pipe_src_w, state->pipe_src_h,
aad941d5 4703 adjusted_mode->crtc_hdisplay, adjusted_mode->crtc_vdisplay);
86adf9d7
ML
4704}
4705
4706/**
4707 * skl_update_scaler_plane - Stages update to scaler state for a given plane.
4708 *
4709 * @state: crtc's scaler state
86adf9d7
ML
4710 * @plane_state: atomic plane state to update
4711 *
4712 * Return
4713 * 0 - scaler_usage updated successfully
4714 * error - requested scaling cannot be supported or other error condition
4715 */
da20eabd
ML
4716static int skl_update_scaler_plane(struct intel_crtc_state *crtc_state,
4717 struct intel_plane_state *plane_state)
86adf9d7
ML
4718{
4719
da20eabd
ML
4720 struct intel_plane *intel_plane =
4721 to_intel_plane(plane_state->base.plane);
86adf9d7
ML
4722 struct drm_framebuffer *fb = plane_state->base.fb;
4723 int ret;
4724
936e71e3 4725 bool force_detach = !fb || !plane_state->base.visible;
86adf9d7 4726
86adf9d7
ML
4727 ret = skl_update_scaler(crtc_state, force_detach,
4728 drm_plane_index(&intel_plane->base),
4729 &plane_state->scaler_id,
4730 plane_state->base.rotation,
936e71e3
VS
4731 drm_rect_width(&plane_state->base.src) >> 16,
4732 drm_rect_height(&plane_state->base.src) >> 16,
4733 drm_rect_width(&plane_state->base.dst),
4734 drm_rect_height(&plane_state->base.dst));
86adf9d7
ML
4735
4736 if (ret || plane_state->scaler_id < 0)
4737 return ret;
4738
a1b2278e 4739 /* check colorkey */
818ed961 4740 if (plane_state->ckey.flags != I915_SET_COLORKEY_NONE) {
72660ce0
VS
4741 DRM_DEBUG_KMS("[PLANE:%d:%s] scaling with color key not allowed",
4742 intel_plane->base.base.id,
4743 intel_plane->base.name);
a1b2278e
CK
4744 return -EINVAL;
4745 }
4746
4747 /* Check src format */
438b74a5 4748 switch (fb->format->format) {
86adf9d7
ML
4749 case DRM_FORMAT_RGB565:
4750 case DRM_FORMAT_XBGR8888:
4751 case DRM_FORMAT_XRGB8888:
4752 case DRM_FORMAT_ABGR8888:
4753 case DRM_FORMAT_ARGB8888:
4754 case DRM_FORMAT_XRGB2101010:
4755 case DRM_FORMAT_XBGR2101010:
4756 case DRM_FORMAT_YUYV:
4757 case DRM_FORMAT_YVYU:
4758 case DRM_FORMAT_UYVY:
4759 case DRM_FORMAT_VYUY:
4760 break;
4761 default:
72660ce0
VS
4762 DRM_DEBUG_KMS("[PLANE:%d:%s] FB:%d unsupported scaling format 0x%x\n",
4763 intel_plane->base.base.id, intel_plane->base.name,
438b74a5 4764 fb->base.id, fb->format->format);
86adf9d7 4765 return -EINVAL;
a1b2278e
CK
4766 }
4767
a1b2278e
CK
4768 return 0;
4769}
4770
e435d6e5
ML
4771static void skylake_scaler_disable(struct intel_crtc *crtc)
4772{
4773 int i;
4774
4775 for (i = 0; i < crtc->num_scalers; i++)
4776 skl_detach_scaler(crtc, i);
4777}
4778
4779static void skylake_pfit_enable(struct intel_crtc *crtc)
bd2e244f
JB
4780{
4781 struct drm_device *dev = crtc->base.dev;
fac5e23e 4782 struct drm_i915_private *dev_priv = to_i915(dev);
bd2e244f 4783 int pipe = crtc->pipe;
a1b2278e
CK
4784 struct intel_crtc_scaler_state *scaler_state =
4785 &crtc->config->scaler_state;
4786
6e3c9717 4787 if (crtc->config->pch_pfit.enabled) {
a1b2278e
CK
4788 int id;
4789
c3f8ad57 4790 if (WARN_ON(crtc->config->scaler_state.scaler_id < 0))
a1b2278e 4791 return;
a1b2278e
CK
4792
4793 id = scaler_state->scaler_id;
4794 I915_WRITE(SKL_PS_CTRL(pipe, id), PS_SCALER_EN |
4795 PS_FILTER_MEDIUM | scaler_state->scalers[id].mode);
4796 I915_WRITE(SKL_PS_WIN_POS(pipe, id), crtc->config->pch_pfit.pos);
4797 I915_WRITE(SKL_PS_WIN_SZ(pipe, id), crtc->config->pch_pfit.size);
bd2e244f
JB
4798 }
4799}
4800
b074cec8
JB
4801static void ironlake_pfit_enable(struct intel_crtc *crtc)
4802{
4803 struct drm_device *dev = crtc->base.dev;
fac5e23e 4804 struct drm_i915_private *dev_priv = to_i915(dev);
b074cec8
JB
4805 int pipe = crtc->pipe;
4806
6e3c9717 4807 if (crtc->config->pch_pfit.enabled) {
b074cec8
JB
4808 /* Force use of hard-coded filter coefficients
4809 * as some pre-programmed values are broken,
4810 * e.g. x201.
4811 */
fd6b8f43 4812 if (IS_IVYBRIDGE(dev_priv) || IS_HASWELL(dev_priv))
b074cec8
JB
4813 I915_WRITE(PF_CTL(pipe), PF_ENABLE | PF_FILTER_MED_3x3 |
4814 PF_PIPE_SEL_IVB(pipe));
4815 else
4816 I915_WRITE(PF_CTL(pipe), PF_ENABLE | PF_FILTER_MED_3x3);
6e3c9717
ACO
4817 I915_WRITE(PF_WIN_POS(pipe), crtc->config->pch_pfit.pos);
4818 I915_WRITE(PF_WIN_SZ(pipe), crtc->config->pch_pfit.size);
d4270e57
JB
4819 }
4820}
4821
20bc8673 4822void hsw_enable_ips(struct intel_crtc *crtc)
d77e4531 4823{
cea165c3 4824 struct drm_device *dev = crtc->base.dev;
fac5e23e 4825 struct drm_i915_private *dev_priv = to_i915(dev);
d77e4531 4826
6e3c9717 4827 if (!crtc->config->ips_enabled)
d77e4531
PZ
4828 return;
4829
307e4498
ML
4830 /*
4831 * We can only enable IPS after we enable a plane and wait for a vblank
4832 * This function is called from post_plane_update, which is run after
4833 * a vblank wait.
4834 */
cea165c3 4835
d77e4531 4836 assert_plane_enabled(dev_priv, crtc->plane);
8652744b 4837 if (IS_BROADWELL(dev_priv)) {
2a114cc1
BW
4838 mutex_lock(&dev_priv->rps.hw_lock);
4839 WARN_ON(sandybridge_pcode_write(dev_priv, DISPLAY_IPS_CONTROL, 0xc0000000));
4840 mutex_unlock(&dev_priv->rps.hw_lock);
4841 /* Quoting Art Runyan: "its not safe to expect any particular
4842 * value in IPS_CTL bit 31 after enabling IPS through the
e59150dc
JB
4843 * mailbox." Moreover, the mailbox may return a bogus state,
4844 * so we need to just enable it and continue on.
2a114cc1
BW
4845 */
4846 } else {
4847 I915_WRITE(IPS_CTL, IPS_ENABLE);
4848 /* The bit only becomes 1 in the next vblank, so this wait here
4849 * is essentially intel_wait_for_vblank. If we don't have this
4850 * and don't wait for vblanks until the end of crtc_enable, then
4851 * the HW state readout code will complain that the expected
4852 * IPS_CTL value is not the one we read. */
2ec9ba3c
CW
4853 if (intel_wait_for_register(dev_priv,
4854 IPS_CTL, IPS_ENABLE, IPS_ENABLE,
4855 50))
2a114cc1
BW
4856 DRM_ERROR("Timed out waiting for IPS enable\n");
4857 }
d77e4531
PZ
4858}
4859
20bc8673 4860void hsw_disable_ips(struct intel_crtc *crtc)
d77e4531
PZ
4861{
4862 struct drm_device *dev = crtc->base.dev;
fac5e23e 4863 struct drm_i915_private *dev_priv = to_i915(dev);
d77e4531 4864
6e3c9717 4865 if (!crtc->config->ips_enabled)
d77e4531
PZ
4866 return;
4867
4868 assert_plane_enabled(dev_priv, crtc->plane);
8652744b 4869 if (IS_BROADWELL(dev_priv)) {
2a114cc1
BW
4870 mutex_lock(&dev_priv->rps.hw_lock);
4871 WARN_ON(sandybridge_pcode_write(dev_priv, DISPLAY_IPS_CONTROL, 0));
4872 mutex_unlock(&dev_priv->rps.hw_lock);
23d0b130 4873 /* wait for pcode to finish disabling IPS, which may take up to 42ms */
b85c1ecf
CW
4874 if (intel_wait_for_register(dev_priv,
4875 IPS_CTL, IPS_ENABLE, 0,
4876 42))
23d0b130 4877 DRM_ERROR("Timed out waiting for IPS disable\n");
e59150dc 4878 } else {
2a114cc1 4879 I915_WRITE(IPS_CTL, 0);
e59150dc
JB
4880 POSTING_READ(IPS_CTL);
4881 }
d77e4531
PZ
4882
4883 /* We need to wait for a vblank before we can disable the plane. */
0f0f74bc 4884 intel_wait_for_vblank(dev_priv, crtc->pipe);
d77e4531
PZ
4885}
4886
7cac945f 4887static void intel_crtc_dpms_overlay_disable(struct intel_crtc *intel_crtc)
d3eedb1a 4888{
7cac945f 4889 if (intel_crtc->overlay) {
d3eedb1a 4890 struct drm_device *dev = intel_crtc->base.dev;
fac5e23e 4891 struct drm_i915_private *dev_priv = to_i915(dev);
d3eedb1a
VS
4892
4893 mutex_lock(&dev->struct_mutex);
4894 dev_priv->mm.interruptible = false;
4895 (void) intel_overlay_switch_off(intel_crtc->overlay);
4896 dev_priv->mm.interruptible = true;
4897 mutex_unlock(&dev->struct_mutex);
4898 }
4899
4900 /* Let userspace switch the overlay on again. In most cases userspace
4901 * has to recompute where to put it anyway.
4902 */
4903}
4904
87d4300a
ML
4905/**
4906 * intel_post_enable_primary - Perform operations after enabling primary plane
4907 * @crtc: the CRTC whose primary plane was just enabled
4908 *
4909 * Performs potentially sleeping operations that must be done after the primary
4910 * plane is enabled, such as updating FBC and IPS. Note that this may be
4911 * called due to an explicit primary plane update, or due to an implicit
4912 * re-enable that is caused when a sprite plane is updated to no longer
4913 * completely hide the primary plane.
4914 */
4915static void
4916intel_post_enable_primary(struct drm_crtc *crtc)
a5c4d7bc
VS
4917{
4918 struct drm_device *dev = crtc->dev;
fac5e23e 4919 struct drm_i915_private *dev_priv = to_i915(dev);
a5c4d7bc
VS
4920 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
4921 int pipe = intel_crtc->pipe;
a5c4d7bc 4922
87d4300a
ML
4923 /*
4924 * FIXME IPS should be fine as long as one plane is
4925 * enabled, but in practice it seems to have problems
4926 * when going from primary only to sprite only and vice
4927 * versa.
4928 */
a5c4d7bc
VS
4929 hsw_enable_ips(intel_crtc);
4930
f99d7069 4931 /*
87d4300a
ML
4932 * Gen2 reports pipe underruns whenever all planes are disabled.
4933 * So don't enable underrun reporting before at least some planes
4934 * are enabled.
4935 * FIXME: Need to fix the logic to work when we turn off all planes
4936 * but leave the pipe running.
f99d7069 4937 */
5db94019 4938 if (IS_GEN2(dev_priv))
87d4300a
ML
4939 intel_set_cpu_fifo_underrun_reporting(dev_priv, pipe, true);
4940
aca7b684
VS
4941 /* Underruns don't always raise interrupts, so check manually. */
4942 intel_check_cpu_fifo_underruns(dev_priv);
4943 intel_check_pch_fifo_underruns(dev_priv);
a5c4d7bc
VS
4944}
4945
2622a081 4946/* FIXME move all this to pre_plane_update() with proper state tracking */
87d4300a
ML
4947static void
4948intel_pre_disable_primary(struct drm_crtc *crtc)
a5c4d7bc
VS
4949{
4950 struct drm_device *dev = crtc->dev;
fac5e23e 4951 struct drm_i915_private *dev_priv = to_i915(dev);
a5c4d7bc
VS
4952 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
4953 int pipe = intel_crtc->pipe;
a5c4d7bc 4954
87d4300a
ML
4955 /*
4956 * Gen2 reports pipe underruns whenever all planes are disabled.
4957 * So diasble underrun reporting before all the planes get disabled.
4958 * FIXME: Need to fix the logic to work when we turn off all planes
4959 * but leave the pipe running.
4960 */
5db94019 4961 if (IS_GEN2(dev_priv))
87d4300a 4962 intel_set_cpu_fifo_underrun_reporting(dev_priv, pipe, false);
a5c4d7bc 4963
2622a081
VS
4964 /*
4965 * FIXME IPS should be fine as long as one plane is
4966 * enabled, but in practice it seems to have problems
4967 * when going from primary only to sprite only and vice
4968 * versa.
4969 */
4970 hsw_disable_ips(intel_crtc);
4971}
4972
4973/* FIXME get rid of this and use pre_plane_update */
4974static void
4975intel_pre_disable_primary_noatomic(struct drm_crtc *crtc)
4976{
4977 struct drm_device *dev = crtc->dev;
fac5e23e 4978 struct drm_i915_private *dev_priv = to_i915(dev);
2622a081
VS
4979 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
4980 int pipe = intel_crtc->pipe;
4981
4982 intel_pre_disable_primary(crtc);
4983
87d4300a
ML
4984 /*
4985 * Vblank time updates from the shadow to live plane control register
4986 * are blocked if the memory self-refresh mode is active at that
4987 * moment. So to make sure the plane gets truly disabled, disable
4988 * first the self-refresh mode. The self-refresh enable bit in turn
4989 * will be checked/applied by the HW only at the next frame start
4990 * event which is after the vblank start event, so we need to have a
4991 * wait-for-vblank between disabling the plane and the pipe.
4992 */
11a85d6a
VS
4993 if (HAS_GMCH_DISPLAY(dev_priv) &&
4994 intel_set_memory_cxsr(dev_priv, false))
0f0f74bc 4995 intel_wait_for_vblank(dev_priv, pipe);
87d4300a
ML
4996}
4997
5a21b665
DV
4998static void intel_post_plane_update(struct intel_crtc_state *old_crtc_state)
4999{
5000 struct intel_crtc *crtc = to_intel_crtc(old_crtc_state->base.crtc);
5001 struct drm_atomic_state *old_state = old_crtc_state->base.state;
5002 struct intel_crtc_state *pipe_config =
5003 to_intel_crtc_state(crtc->base.state);
5a21b665
DV
5004 struct drm_plane *primary = crtc->base.primary;
5005 struct drm_plane_state *old_pri_state =
5006 drm_atomic_get_existing_plane_state(old_state, primary);
5007
5748b6a1 5008 intel_frontbuffer_flip(to_i915(crtc->base.dev), pipe_config->fb_bits);
5a21b665 5009
5a21b665 5010 if (pipe_config->update_wm_post && pipe_config->base.active)
432081bc 5011 intel_update_watermarks(crtc);
5a21b665
DV
5012
5013 if (old_pri_state) {
5014 struct intel_plane_state *primary_state =
5015 to_intel_plane_state(primary->state);
5016 struct intel_plane_state *old_primary_state =
5017 to_intel_plane_state(old_pri_state);
5018
5019 intel_fbc_post_update(crtc);
5020
936e71e3 5021 if (primary_state->base.visible &&
5a21b665 5022 (needs_modeset(&pipe_config->base) ||
936e71e3 5023 !old_primary_state->base.visible))
5a21b665
DV
5024 intel_post_enable_primary(&crtc->base);
5025 }
5026}
5027
aa5e9b47
ML
5028static void intel_pre_plane_update(struct intel_crtc_state *old_crtc_state,
5029 struct intel_crtc_state *pipe_config)
ac21b225 5030{
5c74cd73 5031 struct intel_crtc *crtc = to_intel_crtc(old_crtc_state->base.crtc);
ac21b225 5032 struct drm_device *dev = crtc->base.dev;
fac5e23e 5033 struct drm_i915_private *dev_priv = to_i915(dev);
5c74cd73
ML
5034 struct drm_atomic_state *old_state = old_crtc_state->base.state;
5035 struct drm_plane *primary = crtc->base.primary;
5036 struct drm_plane_state *old_pri_state =
5037 drm_atomic_get_existing_plane_state(old_state, primary);
5038 bool modeset = needs_modeset(&pipe_config->base);
ccf010fb
ML
5039 struct intel_atomic_state *old_intel_state =
5040 to_intel_atomic_state(old_state);
ac21b225 5041
5c74cd73
ML
5042 if (old_pri_state) {
5043 struct intel_plane_state *primary_state =
5044 to_intel_plane_state(primary->state);
5045 struct intel_plane_state *old_primary_state =
5046 to_intel_plane_state(old_pri_state);
5047
faf68d92 5048 intel_fbc_pre_update(crtc, pipe_config, primary_state);
31ae71fc 5049
936e71e3
VS
5050 if (old_primary_state->base.visible &&
5051 (modeset || !primary_state->base.visible))
5c74cd73
ML
5052 intel_pre_disable_primary(&crtc->base);
5053 }
852eb00d 5054
5eeb798b
VS
5055 /*
5056 * Vblank time updates from the shadow to live plane control register
5057 * are blocked if the memory self-refresh mode is active at that
5058 * moment. So to make sure the plane gets truly disabled, disable
5059 * first the self-refresh mode. The self-refresh enable bit in turn
5060 * will be checked/applied by the HW only at the next frame start
5061 * event which is after the vblank start event, so we need to have a
5062 * wait-for-vblank between disabling the plane and the pipe.
5063 */
5064 if (HAS_GMCH_DISPLAY(dev_priv) && old_crtc_state->base.active &&
5065 pipe_config->disable_cxsr && intel_set_memory_cxsr(dev_priv, false))
5066 intel_wait_for_vblank(dev_priv, crtc->pipe);
92826fcd 5067
ed4a6a7c
MR
5068 /*
5069 * IVB workaround: must disable low power watermarks for at least
5070 * one frame before enabling scaling. LP watermarks can be re-enabled
5071 * when scaling is disabled.
5072 *
5073 * WaCxSRDisabledForSpriteScaling:ivb
5074 */
ddd2b792 5075 if (pipe_config->disable_lp_wm && ilk_disable_lp_wm(dev))
0f0f74bc 5076 intel_wait_for_vblank(dev_priv, crtc->pipe);
ed4a6a7c
MR
5077
5078 /*
5079 * If we're doing a modeset, we're done. No need to do any pre-vblank
5080 * watermark programming here.
5081 */
5082 if (needs_modeset(&pipe_config->base))
5083 return;
5084
5085 /*
5086 * For platforms that support atomic watermarks, program the
5087 * 'intermediate' watermarks immediately. On pre-gen9 platforms, these
5088 * will be the intermediate values that are safe for both pre- and
5089 * post- vblank; when vblank happens, the 'active' values will be set
5090 * to the final 'target' values and we'll do this again to get the
5091 * optimal watermarks. For gen9+ platforms, the values we program here
5092 * will be the final target values which will get automatically latched
5093 * at vblank time; no further programming will be necessary.
5094 *
5095 * If a platform hasn't been transitioned to atomic watermarks yet,
5096 * we'll continue to update watermarks the old way, if flags tell
5097 * us to.
5098 */
5099 if (dev_priv->display.initial_watermarks != NULL)
ccf010fb
ML
5100 dev_priv->display.initial_watermarks(old_intel_state,
5101 pipe_config);
caed361d 5102 else if (pipe_config->update_wm_pre)
432081bc 5103 intel_update_watermarks(crtc);
ac21b225
ML
5104}
5105
d032ffa0 5106static void intel_crtc_disable_planes(struct drm_crtc *crtc, unsigned plane_mask)
87d4300a
ML
5107{
5108 struct drm_device *dev = crtc->dev;
5109 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
d032ffa0 5110 struct drm_plane *p;
87d4300a
ML
5111 int pipe = intel_crtc->pipe;
5112
7cac945f 5113 intel_crtc_dpms_overlay_disable(intel_crtc);
27321ae8 5114
d032ffa0
ML
5115 drm_for_each_plane_mask(p, dev, plane_mask)
5116 to_intel_plane(p)->disable_plane(p, crtc);
f98551ae 5117
f99d7069
DV
5118 /*
5119 * FIXME: Once we grow proper nuclear flip support out of this we need
5120 * to compute the mask of flip planes precisely. For the time being
5121 * consider this a flip to a NULL plane.
5122 */
5748b6a1 5123 intel_frontbuffer_flip(to_i915(dev), INTEL_FRONTBUFFER_ALL_MASK(pipe));
a5c4d7bc
VS
5124}
5125
fb1c98b1 5126static void intel_encoders_pre_pll_enable(struct drm_crtc *crtc,
fd6bbda9 5127 struct intel_crtc_state *crtc_state,
fb1c98b1
ML
5128 struct drm_atomic_state *old_state)
5129{
aa5e9b47 5130 struct drm_connector_state *conn_state;
fb1c98b1
ML
5131 struct drm_connector *conn;
5132 int i;
5133
aa5e9b47 5134 for_each_new_connector_in_state(old_state, conn, conn_state, i) {
fb1c98b1
ML
5135 struct intel_encoder *encoder =
5136 to_intel_encoder(conn_state->best_encoder);
5137
5138 if (conn_state->crtc != crtc)
5139 continue;
5140
5141 if (encoder->pre_pll_enable)
fd6bbda9 5142 encoder->pre_pll_enable(encoder, crtc_state, conn_state);
fb1c98b1
ML
5143 }
5144}
5145
5146static void intel_encoders_pre_enable(struct drm_crtc *crtc,
fd6bbda9 5147 struct intel_crtc_state *crtc_state,
fb1c98b1
ML
5148 struct drm_atomic_state *old_state)
5149{
aa5e9b47 5150 struct drm_connector_state *conn_state;
fb1c98b1
ML
5151 struct drm_connector *conn;
5152 int i;
5153
aa5e9b47 5154 for_each_new_connector_in_state(old_state, conn, conn_state, i) {
fb1c98b1
ML
5155 struct intel_encoder *encoder =
5156 to_intel_encoder(conn_state->best_encoder);
5157
5158 if (conn_state->crtc != crtc)
5159 continue;
5160
5161 if (encoder->pre_enable)
fd6bbda9 5162 encoder->pre_enable(encoder, crtc_state, conn_state);
fb1c98b1
ML
5163 }
5164}
5165
5166static void intel_encoders_enable(struct drm_crtc *crtc,
fd6bbda9 5167 struct intel_crtc_state *crtc_state,
fb1c98b1
ML
5168 struct drm_atomic_state *old_state)
5169{
aa5e9b47 5170 struct drm_connector_state *conn_state;
fb1c98b1
ML
5171 struct drm_connector *conn;
5172 int i;
5173
aa5e9b47 5174 for_each_new_connector_in_state(old_state, conn, conn_state, i) {
fb1c98b1
ML
5175 struct intel_encoder *encoder =
5176 to_intel_encoder(conn_state->best_encoder);
5177
5178 if (conn_state->crtc != crtc)
5179 continue;
5180
fd6bbda9 5181 encoder->enable(encoder, crtc_state, conn_state);
fb1c98b1
ML
5182 intel_opregion_notify_encoder(encoder, true);
5183 }
5184}
5185
5186static void intel_encoders_disable(struct drm_crtc *crtc,
fd6bbda9 5187 struct intel_crtc_state *old_crtc_state,
fb1c98b1
ML
5188 struct drm_atomic_state *old_state)
5189{
5190 struct drm_connector_state *old_conn_state;
5191 struct drm_connector *conn;
5192 int i;
5193
aa5e9b47 5194 for_each_old_connector_in_state(old_state, conn, old_conn_state, i) {
fb1c98b1
ML
5195 struct intel_encoder *encoder =
5196 to_intel_encoder(old_conn_state->best_encoder);
5197
5198 if (old_conn_state->crtc != crtc)
5199 continue;
5200
5201 intel_opregion_notify_encoder(encoder, false);
fd6bbda9 5202 encoder->disable(encoder, old_crtc_state, old_conn_state);
fb1c98b1
ML
5203 }
5204}
5205
5206static void intel_encoders_post_disable(struct drm_crtc *crtc,
fd6bbda9 5207 struct intel_crtc_state *old_crtc_state,
fb1c98b1
ML
5208 struct drm_atomic_state *old_state)
5209{
5210 struct drm_connector_state *old_conn_state;
5211 struct drm_connector *conn;
5212 int i;
5213
aa5e9b47 5214 for_each_old_connector_in_state(old_state, conn, old_conn_state, i) {
fb1c98b1
ML
5215 struct intel_encoder *encoder =
5216 to_intel_encoder(old_conn_state->best_encoder);
5217
5218 if (old_conn_state->crtc != crtc)
5219 continue;
5220
5221 if (encoder->post_disable)
fd6bbda9 5222 encoder->post_disable(encoder, old_crtc_state, old_conn_state);
fb1c98b1
ML
5223 }
5224}
5225
5226static void intel_encoders_post_pll_disable(struct drm_crtc *crtc,
fd6bbda9 5227 struct intel_crtc_state *old_crtc_state,
fb1c98b1
ML
5228 struct drm_atomic_state *old_state)
5229{
5230 struct drm_connector_state *old_conn_state;
5231 struct drm_connector *conn;
5232 int i;
5233
aa5e9b47 5234 for_each_old_connector_in_state(old_state, conn, old_conn_state, i) {
fb1c98b1
ML
5235 struct intel_encoder *encoder =
5236 to_intel_encoder(old_conn_state->best_encoder);
5237
5238 if (old_conn_state->crtc != crtc)
5239 continue;
5240
5241 if (encoder->post_pll_disable)
fd6bbda9 5242 encoder->post_pll_disable(encoder, old_crtc_state, old_conn_state);
fb1c98b1
ML
5243 }
5244}
5245
4a806558
ML
5246static void ironlake_crtc_enable(struct intel_crtc_state *pipe_config,
5247 struct drm_atomic_state *old_state)
f67a559d 5248{
4a806558 5249 struct drm_crtc *crtc = pipe_config->base.crtc;
f67a559d 5250 struct drm_device *dev = crtc->dev;
fac5e23e 5251 struct drm_i915_private *dev_priv = to_i915(dev);
f67a559d
JB
5252 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
5253 int pipe = intel_crtc->pipe;
ccf010fb
ML
5254 struct intel_atomic_state *old_intel_state =
5255 to_intel_atomic_state(old_state);
f67a559d 5256
53d9f4e9 5257 if (WARN_ON(intel_crtc->active))
f67a559d
JB
5258 return;
5259
b2c0593a
VS
5260 /*
5261 * Sometimes spurious CPU pipe underruns happen during FDI
5262 * training, at least with VGA+HDMI cloning. Suppress them.
5263 *
5264 * On ILK we get an occasional spurious CPU pipe underruns
5265 * between eDP port A enable and vdd enable. Also PCH port
5266 * enable seems to result in the occasional CPU pipe underrun.
5267 *
5268 * Spurious PCH underruns also occur during PCH enabling.
5269 */
5270 if (intel_crtc->config->has_pch_encoder || IS_GEN5(dev_priv))
5271 intel_set_cpu_fifo_underrun_reporting(dev_priv, pipe, false);
81b088ca
VS
5272 if (intel_crtc->config->has_pch_encoder)
5273 intel_set_pch_fifo_underrun_reporting(dev_priv, pipe, false);
5274
6e3c9717 5275 if (intel_crtc->config->has_pch_encoder)
b14b1055
DV
5276 intel_prepare_shared_dpll(intel_crtc);
5277
37a5650b 5278 if (intel_crtc_has_dp_encoder(intel_crtc->config))
fe3cd48d 5279 intel_dp_set_m_n(intel_crtc, M1_N1);
29407aab
DV
5280
5281 intel_set_pipe_timings(intel_crtc);
bc58be60 5282 intel_set_pipe_src_size(intel_crtc);
29407aab 5283
6e3c9717 5284 if (intel_crtc->config->has_pch_encoder) {
29407aab 5285 intel_cpu_transcoder_set_m_n(intel_crtc,
6e3c9717 5286 &intel_crtc->config->fdi_m_n, NULL);
29407aab
DV
5287 }
5288
5289 ironlake_set_pipeconf(crtc);
5290
f67a559d 5291 intel_crtc->active = true;
8664281b 5292
fd6bbda9 5293 intel_encoders_pre_enable(crtc, pipe_config, old_state);
f67a559d 5294
6e3c9717 5295 if (intel_crtc->config->has_pch_encoder) {
fff367c7
DV
5296 /* Note: FDI PLL enabling _must_ be done before we enable the
5297 * cpu pipes, hence this is separate from all the other fdi/pch
5298 * enabling. */
88cefb6c 5299 ironlake_fdi_pll_enable(intel_crtc);
46b6f814
DV
5300 } else {
5301 assert_fdi_tx_disabled(dev_priv, pipe);
5302 assert_fdi_rx_disabled(dev_priv, pipe);
5303 }
f67a559d 5304
b074cec8 5305 ironlake_pfit_enable(intel_crtc);
f67a559d 5306
9c54c0dd
JB
5307 /*
5308 * On ILK+ LUT must be loaded before the pipe is running but with
5309 * clocks enabled
5310 */
b95c5321 5311 intel_color_load_luts(&pipe_config->base);
9c54c0dd 5312
1d5bf5d9 5313 if (dev_priv->display.initial_watermarks != NULL)
ccf010fb 5314 dev_priv->display.initial_watermarks(old_intel_state, intel_crtc->config);
e1fdc473 5315 intel_enable_pipe(intel_crtc);
f67a559d 5316
6e3c9717 5317 if (intel_crtc->config->has_pch_encoder)
2ce42273 5318 ironlake_pch_enable(pipe_config);
c98e9dcf 5319
f9b61ff6
DV
5320 assert_vblank_disabled(crtc);
5321 drm_crtc_vblank_on(crtc);
5322
fd6bbda9 5323 intel_encoders_enable(crtc, pipe_config, old_state);
61b77ddd 5324
6e266956 5325 if (HAS_PCH_CPT(dev_priv))
a1520318 5326 cpt_verify_modeset(dev, intel_crtc->pipe);
37ca8d4c
VS
5327
5328 /* Must wait for vblank to avoid spurious PCH FIFO underruns */
5329 if (intel_crtc->config->has_pch_encoder)
0f0f74bc 5330 intel_wait_for_vblank(dev_priv, pipe);
b2c0593a 5331 intel_set_cpu_fifo_underrun_reporting(dev_priv, pipe, true);
37ca8d4c 5332 intel_set_pch_fifo_underrun_reporting(dev_priv, pipe, true);
6be4a607
JB
5333}
5334
42db64ef
PZ
5335/* IPS only exists on ULT machines and is tied to pipe A. */
5336static bool hsw_crtc_supports_ips(struct intel_crtc *crtc)
5337{
50a0bc90 5338 return HAS_IPS(to_i915(crtc->base.dev)) && crtc->pipe == PIPE_A;
42db64ef
PZ
5339}
5340
4a806558
ML
5341static void haswell_crtc_enable(struct intel_crtc_state *pipe_config,
5342 struct drm_atomic_state *old_state)
4f771f10 5343{
4a806558 5344 struct drm_crtc *crtc = pipe_config->base.crtc;
6315b5d3 5345 struct drm_i915_private *dev_priv = to_i915(crtc->dev);
4f771f10 5346 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
99d736a2 5347 int pipe = intel_crtc->pipe, hsw_workaround_pipe;
4d1de975 5348 enum transcoder cpu_transcoder = intel_crtc->config->cpu_transcoder;
ccf010fb
ML
5349 struct intel_atomic_state *old_intel_state =
5350 to_intel_atomic_state(old_state);
4f771f10 5351
53d9f4e9 5352 if (WARN_ON(intel_crtc->active))
4f771f10
PZ
5353 return;
5354
81b088ca
VS
5355 if (intel_crtc->config->has_pch_encoder)
5356 intel_set_pch_fifo_underrun_reporting(dev_priv, TRANSCODER_A,
5357 false);
5358
fd6bbda9 5359 intel_encoders_pre_pll_enable(crtc, pipe_config, old_state);
95a7a2ae 5360
8106ddbd 5361 if (intel_crtc->config->shared_dpll)
df8ad70c
DV
5362 intel_enable_shared_dpll(intel_crtc);
5363
37a5650b 5364 if (intel_crtc_has_dp_encoder(intel_crtc->config))
fe3cd48d 5365 intel_dp_set_m_n(intel_crtc, M1_N1);
229fca97 5366
d7edc4e5 5367 if (!transcoder_is_dsi(cpu_transcoder))
4d1de975
JN
5368 intel_set_pipe_timings(intel_crtc);
5369
bc58be60 5370 intel_set_pipe_src_size(intel_crtc);
229fca97 5371
4d1de975
JN
5372 if (cpu_transcoder != TRANSCODER_EDP &&
5373 !transcoder_is_dsi(cpu_transcoder)) {
5374 I915_WRITE(PIPE_MULT(cpu_transcoder),
6e3c9717 5375 intel_crtc->config->pixel_multiplier - 1);
ebb69c95
CT
5376 }
5377
6e3c9717 5378 if (intel_crtc->config->has_pch_encoder) {
229fca97 5379 intel_cpu_transcoder_set_m_n(intel_crtc,
6e3c9717 5380 &intel_crtc->config->fdi_m_n, NULL);
229fca97
DV
5381 }
5382
d7edc4e5 5383 if (!transcoder_is_dsi(cpu_transcoder))
4d1de975
JN
5384 haswell_set_pipeconf(crtc);
5385
391bf048 5386 haswell_set_pipemisc(crtc);
229fca97 5387
b95c5321 5388 intel_color_set_csc(&pipe_config->base);
229fca97 5389
4f771f10 5390 intel_crtc->active = true;
8664281b 5391
6b698516
DV
5392 if (intel_crtc->config->has_pch_encoder)
5393 intel_set_cpu_fifo_underrun_reporting(dev_priv, pipe, false);
5394 else
5395 intel_set_cpu_fifo_underrun_reporting(dev_priv, pipe, true);
5396
fd6bbda9 5397 intel_encoders_pre_enable(crtc, pipe_config, old_state);
4f771f10 5398
d2d65408 5399 if (intel_crtc->config->has_pch_encoder)
dc4a1094 5400 dev_priv->display.fdi_link_train(intel_crtc, pipe_config);
4fe9467d 5401
d7edc4e5 5402 if (!transcoder_is_dsi(cpu_transcoder))
3dc38eea 5403 intel_ddi_enable_pipe_clock(pipe_config);
4f771f10 5404
6315b5d3 5405 if (INTEL_GEN(dev_priv) >= 9)
e435d6e5 5406 skylake_pfit_enable(intel_crtc);
ff6d9f55 5407 else
1c132b44 5408 ironlake_pfit_enable(intel_crtc);
4f771f10
PZ
5409
5410 /*
5411 * On ILK+ LUT must be loaded before the pipe is running but with
5412 * clocks enabled
5413 */
b95c5321 5414 intel_color_load_luts(&pipe_config->base);
4f771f10 5415
3dc38eea 5416 intel_ddi_set_pipe_settings(pipe_config);
d7edc4e5 5417 if (!transcoder_is_dsi(cpu_transcoder))
3dc38eea 5418 intel_ddi_enable_transcoder_func(pipe_config);
4f771f10 5419
1d5bf5d9 5420 if (dev_priv->display.initial_watermarks != NULL)
3125d39f 5421 dev_priv->display.initial_watermarks(old_intel_state, pipe_config);
4d1de975
JN
5422
5423 /* XXX: Do the pipe assertions at the right place for BXT DSI. */
d7edc4e5 5424 if (!transcoder_is_dsi(cpu_transcoder))
4d1de975 5425 intel_enable_pipe(intel_crtc);
42db64ef 5426
6e3c9717 5427 if (intel_crtc->config->has_pch_encoder)
2ce42273 5428 lpt_pch_enable(pipe_config);
4f771f10 5429
0037071d 5430 if (intel_crtc_has_type(intel_crtc->config, INTEL_OUTPUT_DP_MST))
3dc38eea 5431 intel_ddi_set_vc_payload_alloc(pipe_config, true);
0e32b39c 5432
f9b61ff6
DV
5433 assert_vblank_disabled(crtc);
5434 drm_crtc_vblank_on(crtc);
5435
fd6bbda9 5436 intel_encoders_enable(crtc, pipe_config, old_state);
4f771f10 5437
6b698516 5438 if (intel_crtc->config->has_pch_encoder) {
0f0f74bc
VS
5439 intel_wait_for_vblank(dev_priv, pipe);
5440 intel_wait_for_vblank(dev_priv, pipe);
6b698516 5441 intel_set_cpu_fifo_underrun_reporting(dev_priv, pipe, true);
d2d65408
VS
5442 intel_set_pch_fifo_underrun_reporting(dev_priv, TRANSCODER_A,
5443 true);
6b698516 5444 }
d2d65408 5445
e4916946
PZ
5446 /* If we change the relative order between pipe/planes enabling, we need
5447 * to change the workaround. */
99d736a2 5448 hsw_workaround_pipe = pipe_config->hsw_workaround_pipe;
772c2a51 5449 if (IS_HASWELL(dev_priv) && hsw_workaround_pipe != INVALID_PIPE) {
0f0f74bc
VS
5450 intel_wait_for_vblank(dev_priv, hsw_workaround_pipe);
5451 intel_wait_for_vblank(dev_priv, hsw_workaround_pipe);
99d736a2 5452 }
4f771f10
PZ
5453}
5454
bfd16b2a 5455static void ironlake_pfit_disable(struct intel_crtc *crtc, bool force)
3f8dce3a
DV
5456{
5457 struct drm_device *dev = crtc->base.dev;
fac5e23e 5458 struct drm_i915_private *dev_priv = to_i915(dev);
3f8dce3a
DV
5459 int pipe = crtc->pipe;
5460
5461 /* To avoid upsetting the power well on haswell only disable the pfit if
5462 * it's in use. The hw state code will make sure we get this right. */
bfd16b2a 5463 if (force || crtc->config->pch_pfit.enabled) {
3f8dce3a
DV
5464 I915_WRITE(PF_CTL(pipe), 0);
5465 I915_WRITE(PF_WIN_POS(pipe), 0);
5466 I915_WRITE(PF_WIN_SZ(pipe), 0);
5467 }
5468}
5469
4a806558
ML
5470static void ironlake_crtc_disable(struct intel_crtc_state *old_crtc_state,
5471 struct drm_atomic_state *old_state)
6be4a607 5472{
4a806558 5473 struct drm_crtc *crtc = old_crtc_state->base.crtc;
6be4a607 5474 struct drm_device *dev = crtc->dev;
fac5e23e 5475 struct drm_i915_private *dev_priv = to_i915(dev);
6be4a607
JB
5476 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
5477 int pipe = intel_crtc->pipe;
b52eb4dc 5478
b2c0593a
VS
5479 /*
5480 * Sometimes spurious CPU pipe underruns happen when the
5481 * pipe is already disabled, but FDI RX/TX is still enabled.
5482 * Happens at least with VGA+HDMI cloning. Suppress them.
5483 */
5484 if (intel_crtc->config->has_pch_encoder) {
5485 intel_set_cpu_fifo_underrun_reporting(dev_priv, pipe, false);
37ca8d4c 5486 intel_set_pch_fifo_underrun_reporting(dev_priv, pipe, false);
b2c0593a 5487 }
37ca8d4c 5488
fd6bbda9 5489 intel_encoders_disable(crtc, old_crtc_state, old_state);
ea9d758d 5490
f9b61ff6
DV
5491 drm_crtc_vblank_off(crtc);
5492 assert_vblank_disabled(crtc);
5493
575f7ab7 5494 intel_disable_pipe(intel_crtc);
32f9d658 5495
bfd16b2a 5496 ironlake_pfit_disable(intel_crtc, false);
2c07245f 5497
b2c0593a 5498 if (intel_crtc->config->has_pch_encoder)
5a74f70a
VS
5499 ironlake_fdi_disable(crtc);
5500
fd6bbda9 5501 intel_encoders_post_disable(crtc, old_crtc_state, old_state);
2c07245f 5502
6e3c9717 5503 if (intel_crtc->config->has_pch_encoder) {
d925c59a 5504 ironlake_disable_pch_transcoder(dev_priv, pipe);
6be4a607 5505
6e266956 5506 if (HAS_PCH_CPT(dev_priv)) {
f0f59a00
VS
5507 i915_reg_t reg;
5508 u32 temp;
5509
d925c59a
DV
5510 /* disable TRANS_DP_CTL */
5511 reg = TRANS_DP_CTL(pipe);
5512 temp = I915_READ(reg);
5513 temp &= ~(TRANS_DP_OUTPUT_ENABLE |
5514 TRANS_DP_PORT_SEL_MASK);
5515 temp |= TRANS_DP_PORT_SEL_NONE;
5516 I915_WRITE(reg, temp);
5517
5518 /* disable DPLL_SEL */
5519 temp = I915_READ(PCH_DPLL_SEL);
11887397 5520 temp &= ~(TRANS_DPLL_ENABLE(pipe) | TRANS_DPLLB_SEL(pipe));
d925c59a 5521 I915_WRITE(PCH_DPLL_SEL, temp);
9db4a9c7 5522 }
e3421a18 5523
d925c59a
DV
5524 ironlake_fdi_pll_disable(intel_crtc);
5525 }
81b088ca 5526
b2c0593a 5527 intel_set_cpu_fifo_underrun_reporting(dev_priv, pipe, true);
81b088ca 5528 intel_set_pch_fifo_underrun_reporting(dev_priv, pipe, true);
6be4a607 5529}
1b3c7a47 5530
4a806558
ML
5531static void haswell_crtc_disable(struct intel_crtc_state *old_crtc_state,
5532 struct drm_atomic_state *old_state)
ee7b9f93 5533{
4a806558 5534 struct drm_crtc *crtc = old_crtc_state->base.crtc;
6315b5d3 5535 struct drm_i915_private *dev_priv = to_i915(crtc->dev);
ee7b9f93 5536 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
6e3c9717 5537 enum transcoder cpu_transcoder = intel_crtc->config->cpu_transcoder;
ee7b9f93 5538
d2d65408
VS
5539 if (intel_crtc->config->has_pch_encoder)
5540 intel_set_pch_fifo_underrun_reporting(dev_priv, TRANSCODER_A,
5541 false);
5542
fd6bbda9 5543 intel_encoders_disable(crtc, old_crtc_state, old_state);
4f771f10 5544
f9b61ff6
DV
5545 drm_crtc_vblank_off(crtc);
5546 assert_vblank_disabled(crtc);
5547
4d1de975 5548 /* XXX: Do the pipe assertions at the right place for BXT DSI. */
d7edc4e5 5549 if (!transcoder_is_dsi(cpu_transcoder))
4d1de975 5550 intel_disable_pipe(intel_crtc);
4f771f10 5551
0037071d 5552 if (intel_crtc_has_type(intel_crtc->config, INTEL_OUTPUT_DP_MST))
3dc38eea 5553 intel_ddi_set_vc_payload_alloc(intel_crtc->config, false);
a4bf214f 5554
d7edc4e5 5555 if (!transcoder_is_dsi(cpu_transcoder))
7d4aefd0 5556 intel_ddi_disable_transcoder_func(dev_priv, cpu_transcoder);
4f771f10 5557
6315b5d3 5558 if (INTEL_GEN(dev_priv) >= 9)
e435d6e5 5559 skylake_scaler_disable(intel_crtc);
ff6d9f55 5560 else
bfd16b2a 5561 ironlake_pfit_disable(intel_crtc, false);
4f771f10 5562
d7edc4e5 5563 if (!transcoder_is_dsi(cpu_transcoder))
3dc38eea 5564 intel_ddi_disable_pipe_clock(intel_crtc->config);
4f771f10 5565
fd6bbda9 5566 intel_encoders_post_disable(crtc, old_crtc_state, old_state);
81b088ca 5567
b7076546 5568 if (old_crtc_state->has_pch_encoder)
81b088ca
VS
5569 intel_set_pch_fifo_underrun_reporting(dev_priv, TRANSCODER_A,
5570 true);
4f771f10
PZ
5571}
5572
2dd24552
JB
5573static void i9xx_pfit_enable(struct intel_crtc *crtc)
5574{
5575 struct drm_device *dev = crtc->base.dev;
fac5e23e 5576 struct drm_i915_private *dev_priv = to_i915(dev);
6e3c9717 5577 struct intel_crtc_state *pipe_config = crtc->config;
2dd24552 5578
681a8504 5579 if (!pipe_config->gmch_pfit.control)
2dd24552
JB
5580 return;
5581
2dd24552 5582 /*
c0b03411
DV
5583 * The panel fitter should only be adjusted whilst the pipe is disabled,
5584 * according to register description and PRM.
2dd24552 5585 */
c0b03411
DV
5586 WARN_ON(I915_READ(PFIT_CONTROL) & PFIT_ENABLE);
5587 assert_pipe_disabled(dev_priv, crtc->pipe);
2dd24552 5588
b074cec8
JB
5589 I915_WRITE(PFIT_PGM_RATIOS, pipe_config->gmch_pfit.pgm_ratios);
5590 I915_WRITE(PFIT_CONTROL, pipe_config->gmch_pfit.control);
5a80c45c
DV
5591
5592 /* Border color in case we don't scale up to the full screen. Black by
5593 * default, change to something else for debugging. */
5594 I915_WRITE(BCLRPAT(crtc->pipe), 0);
2dd24552
JB
5595}
5596
79f255a0 5597enum intel_display_power_domain intel_port_to_power_domain(enum port port)
d05410f9
DA
5598{
5599 switch (port) {
5600 case PORT_A:
6331a704 5601 return POWER_DOMAIN_PORT_DDI_A_LANES;
d05410f9 5602 case PORT_B:
6331a704 5603 return POWER_DOMAIN_PORT_DDI_B_LANES;
d05410f9 5604 case PORT_C:
6331a704 5605 return POWER_DOMAIN_PORT_DDI_C_LANES;
d05410f9 5606 case PORT_D:
6331a704 5607 return POWER_DOMAIN_PORT_DDI_D_LANES;
d8e19f99 5608 case PORT_E:
6331a704 5609 return POWER_DOMAIN_PORT_DDI_E_LANES;
d05410f9 5610 default:
b9fec167 5611 MISSING_CASE(port);
d05410f9
DA
5612 return POWER_DOMAIN_PORT_OTHER;
5613 }
5614}
5615
d8fc70b7
ACO
5616static u64 get_crtc_power_domains(struct drm_crtc *crtc,
5617 struct intel_crtc_state *crtc_state)
77d22dca 5618{
319be8ae 5619 struct drm_device *dev = crtc->dev;
37255d8d 5620 struct drm_i915_private *dev_priv = to_i915(dev);
74bff5f9 5621 struct drm_encoder *encoder;
319be8ae
ID
5622 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
5623 enum pipe pipe = intel_crtc->pipe;
d8fc70b7 5624 u64 mask;
74bff5f9 5625 enum transcoder transcoder = crtc_state->cpu_transcoder;
77d22dca 5626
74bff5f9 5627 if (!crtc_state->base.active)
292b990e
ML
5628 return 0;
5629
77d22dca
ID
5630 mask = BIT(POWER_DOMAIN_PIPE(pipe));
5631 mask |= BIT(POWER_DOMAIN_TRANSCODER(transcoder));
74bff5f9
ML
5632 if (crtc_state->pch_pfit.enabled ||
5633 crtc_state->pch_pfit.force_thru)
d8fc70b7 5634 mask |= BIT_ULL(POWER_DOMAIN_PIPE_PANEL_FITTER(pipe));
77d22dca 5635
74bff5f9
ML
5636 drm_for_each_encoder_mask(encoder, dev, crtc_state->base.encoder_mask) {
5637 struct intel_encoder *intel_encoder = to_intel_encoder(encoder);
5638
79f255a0 5639 mask |= BIT_ULL(intel_encoder->power_domain);
74bff5f9 5640 }
319be8ae 5641
37255d8d
ML
5642 if (HAS_DDI(dev_priv) && crtc_state->has_audio)
5643 mask |= BIT(POWER_DOMAIN_AUDIO);
5644
15e7ec29 5645 if (crtc_state->shared_dpll)
d8fc70b7 5646 mask |= BIT_ULL(POWER_DOMAIN_PLLS);
15e7ec29 5647
77d22dca
ID
5648 return mask;
5649}
5650
d2d15016 5651static u64
74bff5f9
ML
5652modeset_get_crtc_power_domains(struct drm_crtc *crtc,
5653 struct intel_crtc_state *crtc_state)
77d22dca 5654{
fac5e23e 5655 struct drm_i915_private *dev_priv = to_i915(crtc->dev);
292b990e
ML
5656 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
5657 enum intel_display_power_domain domain;
d8fc70b7 5658 u64 domains, new_domains, old_domains;
77d22dca 5659
292b990e 5660 old_domains = intel_crtc->enabled_power_domains;
74bff5f9
ML
5661 intel_crtc->enabled_power_domains = new_domains =
5662 get_crtc_power_domains(crtc, crtc_state);
77d22dca 5663
5a21b665 5664 domains = new_domains & ~old_domains;
292b990e
ML
5665
5666 for_each_power_domain(domain, domains)
5667 intel_display_power_get(dev_priv, domain);
5668
5a21b665 5669 return old_domains & ~new_domains;
292b990e
ML
5670}
5671
5672static void modeset_put_power_domains(struct drm_i915_private *dev_priv,
d8fc70b7 5673 u64 domains)
292b990e
ML
5674{
5675 enum intel_display_power_domain domain;
5676
5677 for_each_power_domain(domain, domains)
5678 intel_display_power_put(dev_priv, domain);
5679}
77d22dca 5680
7ff89ca2
VS
5681static void valleyview_crtc_enable(struct intel_crtc_state *pipe_config,
5682 struct drm_atomic_state *old_state)
adafdc6f 5683{
ff32c54e
VS
5684 struct intel_atomic_state *old_intel_state =
5685 to_intel_atomic_state(old_state);
7ff89ca2
VS
5686 struct drm_crtc *crtc = pipe_config->base.crtc;
5687 struct drm_device *dev = crtc->dev;
5688 struct drm_i915_private *dev_priv = to_i915(dev);
5689 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
5690 int pipe = intel_crtc->pipe;
adafdc6f 5691
7ff89ca2
VS
5692 if (WARN_ON(intel_crtc->active))
5693 return;
adafdc6f 5694
7ff89ca2
VS
5695 if (intel_crtc_has_dp_encoder(intel_crtc->config))
5696 intel_dp_set_m_n(intel_crtc, M1_N1);
b2045352 5697
7ff89ca2
VS
5698 intel_set_pipe_timings(intel_crtc);
5699 intel_set_pipe_src_size(intel_crtc);
b2045352 5700
7ff89ca2
VS
5701 if (IS_CHERRYVIEW(dev_priv) && pipe == PIPE_B) {
5702 struct drm_i915_private *dev_priv = to_i915(dev);
560a7ae4 5703
7ff89ca2
VS
5704 I915_WRITE(CHV_BLEND(pipe), CHV_BLEND_LEGACY);
5705 I915_WRITE(CHV_CANVAS(pipe), 0);
560a7ae4
DL
5706 }
5707
7ff89ca2 5708 i9xx_set_pipeconf(intel_crtc);
560a7ae4 5709
7ff89ca2 5710 intel_crtc->active = true;
92891e45 5711
7ff89ca2 5712 intel_set_cpu_fifo_underrun_reporting(dev_priv, pipe, true);
5f199dfa 5713
7ff89ca2 5714 intel_encoders_pre_pll_enable(crtc, pipe_config, old_state);
5f199dfa 5715
7ff89ca2
VS
5716 if (IS_CHERRYVIEW(dev_priv)) {
5717 chv_prepare_pll(intel_crtc, intel_crtc->config);
5718 chv_enable_pll(intel_crtc, intel_crtc->config);
5719 } else {
5720 vlv_prepare_pll(intel_crtc, intel_crtc->config);
5721 vlv_enable_pll(intel_crtc, intel_crtc->config);
5f199dfa
VS
5722 }
5723
7ff89ca2 5724 intel_encoders_pre_enable(crtc, pipe_config, old_state);
5f199dfa 5725
7ff89ca2 5726 i9xx_pfit_enable(intel_crtc);
89b3c3c7 5727
7ff89ca2 5728 intel_color_load_luts(&pipe_config->base);
89b3c3c7 5729
ff32c54e
VS
5730 dev_priv->display.initial_watermarks(old_intel_state,
5731 pipe_config);
7ff89ca2
VS
5732 intel_enable_pipe(intel_crtc);
5733
5734 assert_vblank_disabled(crtc);
5735 drm_crtc_vblank_on(crtc);
89b3c3c7 5736
7ff89ca2 5737 intel_encoders_enable(crtc, pipe_config, old_state);
89b3c3c7
ACO
5738}
5739
7ff89ca2 5740static void i9xx_set_pll_dividers(struct intel_crtc *crtc)
2b73001e 5741{
7ff89ca2
VS
5742 struct drm_device *dev = crtc->base.dev;
5743 struct drm_i915_private *dev_priv = to_i915(dev);
83d7c81f 5744
7ff89ca2
VS
5745 I915_WRITE(FP0(crtc->pipe), crtc->config->dpll_hw_state.fp0);
5746 I915_WRITE(FP1(crtc->pipe), crtc->config->dpll_hw_state.fp1);
2b73001e
VS
5747}
5748
7ff89ca2
VS
5749static void i9xx_crtc_enable(struct intel_crtc_state *pipe_config,
5750 struct drm_atomic_state *old_state)
2b73001e 5751{
7ff89ca2
VS
5752 struct drm_crtc *crtc = pipe_config->base.crtc;
5753 struct drm_device *dev = crtc->dev;
5754 struct drm_i915_private *dev_priv = to_i915(dev);
5755 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
5756 enum pipe pipe = intel_crtc->pipe;
2b73001e 5757
7ff89ca2
VS
5758 if (WARN_ON(intel_crtc->active))
5759 return;
2b73001e 5760
7ff89ca2 5761 i9xx_set_pll_dividers(intel_crtc);
2b73001e 5762
7ff89ca2
VS
5763 if (intel_crtc_has_dp_encoder(intel_crtc->config))
5764 intel_dp_set_m_n(intel_crtc, M1_N1);
83d7c81f 5765
7ff89ca2
VS
5766 intel_set_pipe_timings(intel_crtc);
5767 intel_set_pipe_src_size(intel_crtc);
2b73001e 5768
7ff89ca2 5769 i9xx_set_pipeconf(intel_crtc);
f8437dd1 5770
7ff89ca2 5771 intel_crtc->active = true;
5f199dfa 5772
7ff89ca2
VS
5773 if (!IS_GEN2(dev_priv))
5774 intel_set_cpu_fifo_underrun_reporting(dev_priv, pipe, true);
5f199dfa 5775
7ff89ca2 5776 intel_encoders_pre_enable(crtc, pipe_config, old_state);
f8437dd1 5777
7ff89ca2 5778 i9xx_enable_pll(intel_crtc);
f8437dd1 5779
7ff89ca2 5780 i9xx_pfit_enable(intel_crtc);
f8437dd1 5781
7ff89ca2 5782 intel_color_load_luts(&pipe_config->base);
f8437dd1 5783
7ff89ca2
VS
5784 intel_update_watermarks(intel_crtc);
5785 intel_enable_pipe(intel_crtc);
f8437dd1 5786
7ff89ca2
VS
5787 assert_vblank_disabled(crtc);
5788 drm_crtc_vblank_on(crtc);
f8437dd1 5789
7ff89ca2
VS
5790 intel_encoders_enable(crtc, pipe_config, old_state);
5791}
f8437dd1 5792
7ff89ca2
VS
5793static void i9xx_pfit_disable(struct intel_crtc *crtc)
5794{
5795 struct drm_device *dev = crtc->base.dev;
5796 struct drm_i915_private *dev_priv = to_i915(dev);
f8437dd1 5797
7ff89ca2 5798 if (!crtc->config->gmch_pfit.control)
f8437dd1 5799 return;
f8437dd1 5800
7ff89ca2
VS
5801 assert_pipe_disabled(dev_priv, crtc->pipe);
5802
5803 DRM_DEBUG_DRIVER("disabling pfit, current: 0x%08x\n",
5804 I915_READ(PFIT_CONTROL));
5805 I915_WRITE(PFIT_CONTROL, 0);
f8437dd1
VK
5806}
5807
7ff89ca2
VS
5808static void i9xx_crtc_disable(struct intel_crtc_state *old_crtc_state,
5809 struct drm_atomic_state *old_state)
f8437dd1 5810{
7ff89ca2
VS
5811 struct drm_crtc *crtc = old_crtc_state->base.crtc;
5812 struct drm_device *dev = crtc->dev;
5813 struct drm_i915_private *dev_priv = to_i915(dev);
5814 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
5815 int pipe = intel_crtc->pipe;
d66a2194 5816
d66a2194 5817 /*
7ff89ca2
VS
5818 * On gen2 planes are double buffered but the pipe isn't, so we must
5819 * wait for planes to fully turn off before disabling the pipe.
d66a2194 5820 */
7ff89ca2
VS
5821 if (IS_GEN2(dev_priv))
5822 intel_wait_for_vblank(dev_priv, pipe);
d66a2194 5823
7ff89ca2 5824 intel_encoders_disable(crtc, old_crtc_state, old_state);
d66a2194 5825
7ff89ca2
VS
5826 drm_crtc_vblank_off(crtc);
5827 assert_vblank_disabled(crtc);
d66a2194 5828
7ff89ca2 5829 intel_disable_pipe(intel_crtc);
d66a2194 5830
7ff89ca2 5831 i9xx_pfit_disable(intel_crtc);
89b3c3c7 5832
7ff89ca2 5833 intel_encoders_post_disable(crtc, old_crtc_state, old_state);
d66a2194 5834
7ff89ca2
VS
5835 if (!intel_crtc_has_type(intel_crtc->config, INTEL_OUTPUT_DSI)) {
5836 if (IS_CHERRYVIEW(dev_priv))
5837 chv_disable_pll(dev_priv, pipe);
5838 else if (IS_VALLEYVIEW(dev_priv))
5839 vlv_disable_pll(dev_priv, pipe);
5840 else
5841 i9xx_disable_pll(intel_crtc);
5842 }
c2e001ef 5843
7ff89ca2 5844 intel_encoders_post_pll_disable(crtc, old_crtc_state, old_state);
89b3c3c7 5845
7ff89ca2
VS
5846 if (!IS_GEN2(dev_priv))
5847 intel_set_cpu_fifo_underrun_reporting(dev_priv, pipe, false);
ff32c54e
VS
5848
5849 if (!dev_priv->display.initial_watermarks)
5850 intel_update_watermarks(intel_crtc);
f8437dd1
VK
5851}
5852
7ff89ca2 5853static void intel_crtc_disable_noatomic(struct drm_crtc *crtc)
f8437dd1 5854{
7ff89ca2
VS
5855 struct intel_encoder *encoder;
5856 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
5857 struct drm_i915_private *dev_priv = to_i915(crtc->dev);
5858 enum intel_display_power_domain domain;
d2d15016 5859 u64 domains;
7ff89ca2
VS
5860 struct drm_atomic_state *state;
5861 struct intel_crtc_state *crtc_state;
5862 int ret;
f8437dd1 5863
7ff89ca2
VS
5864 if (!intel_crtc->active)
5865 return;
a8ca4934 5866
7ff89ca2
VS
5867 if (crtc->primary->state->visible) {
5868 WARN_ON(intel_crtc->flip_work);
5d96d8af 5869
7ff89ca2 5870 intel_pre_disable_primary_noatomic(crtc);
709e05c3 5871
7ff89ca2
VS
5872 intel_crtc_disable_planes(crtc, 1 << drm_plane_index(crtc->primary));
5873 crtc->primary->state->visible = false;
5874 }
5d96d8af 5875
7ff89ca2
VS
5876 state = drm_atomic_state_alloc(crtc->dev);
5877 if (!state) {
5878 DRM_DEBUG_KMS("failed to disable [CRTC:%d:%s], out of memory",
5879 crtc->base.id, crtc->name);
1c3f7700 5880 return;
7ff89ca2 5881 }
9f7eb31a 5882
7ff89ca2 5883 state->acquire_ctx = crtc->dev->mode_config.acquire_ctx;
ea61791e 5884
7ff89ca2
VS
5885 /* Everything's already locked, -EDEADLK can't happen. */
5886 crtc_state = intel_atomic_get_crtc_state(state, intel_crtc);
5887 ret = drm_atomic_add_affected_connectors(state, crtc);
9f7eb31a 5888
7ff89ca2 5889 WARN_ON(IS_ERR(crtc_state) || ret);
5d96d8af 5890
7ff89ca2 5891 dev_priv->display.crtc_disable(crtc_state, state);
4a806558 5892
0853695c 5893 drm_atomic_state_put(state);
842e0307 5894
78108b7c
VS
5895 DRM_DEBUG_KMS("[CRTC:%d:%s] hw state adjusted, was enabled, now disabled\n",
5896 crtc->base.id, crtc->name);
842e0307
ML
5897
5898 WARN_ON(drm_atomic_set_mode_for_crtc(crtc->state, NULL) < 0);
5899 crtc->state->active = false;
37d9078b 5900 intel_crtc->active = false;
842e0307
ML
5901 crtc->enabled = false;
5902 crtc->state->connector_mask = 0;
5903 crtc->state->encoder_mask = 0;
5904
5905 for_each_encoder_on_crtc(crtc->dev, crtc, encoder)
5906 encoder->base.crtc = NULL;
5907
58f9c0bc 5908 intel_fbc_disable(intel_crtc);
432081bc 5909 intel_update_watermarks(intel_crtc);
1f7457b1 5910 intel_disable_shared_dpll(intel_crtc);
b17d48e2
ML
5911
5912 domains = intel_crtc->enabled_power_domains;
5913 for_each_power_domain(domain, domains)
5914 intel_display_power_put(dev_priv, domain);
5915 intel_crtc->enabled_power_domains = 0;
565602d7
ML
5916
5917 dev_priv->active_crtcs &= ~(1 << intel_crtc->pipe);
5918 dev_priv->min_pixclk[intel_crtc->pipe] = 0;
b17d48e2
ML
5919}
5920
6b72d486
ML
5921/*
5922 * turn all crtc's off, but do not adjust state
5923 * This has to be paired with a call to intel_modeset_setup_hw_state.
5924 */
70e0bd74 5925int intel_display_suspend(struct drm_device *dev)
ee7b9f93 5926{
e2c8b870 5927 struct drm_i915_private *dev_priv = to_i915(dev);
70e0bd74 5928 struct drm_atomic_state *state;
e2c8b870 5929 int ret;
70e0bd74 5930
e2c8b870
ML
5931 state = drm_atomic_helper_suspend(dev);
5932 ret = PTR_ERR_OR_ZERO(state);
70e0bd74
ML
5933 if (ret)
5934 DRM_ERROR("Suspending crtc's failed with %i\n", ret);
e2c8b870
ML
5935 else
5936 dev_priv->modeset_restore_state = state;
70e0bd74 5937 return ret;
ee7b9f93
JB
5938}
5939
ea5b213a 5940void intel_encoder_destroy(struct drm_encoder *encoder)
7e7d76c3 5941{
4ef69c7a 5942 struct intel_encoder *intel_encoder = to_intel_encoder(encoder);
ea5b213a 5943
ea5b213a
CW
5944 drm_encoder_cleanup(encoder);
5945 kfree(intel_encoder);
7e7d76c3
JB
5946}
5947
0a91ca29
DV
5948/* Cross check the actual hw state with our own modeset state tracking (and it's
5949 * internal consistency). */
5a21b665 5950static void intel_connector_verify_state(struct intel_connector *connector)
79e53945 5951{
5a21b665 5952 struct drm_crtc *crtc = connector->base.state->crtc;
35dd3c64
ML
5953
5954 DRM_DEBUG_KMS("[CONNECTOR:%d:%s]\n",
5955 connector->base.base.id,
5956 connector->base.name);
5957
0a91ca29 5958 if (connector->get_hw_state(connector)) {
e85376cb 5959 struct intel_encoder *encoder = connector->encoder;
5a21b665 5960 struct drm_connector_state *conn_state = connector->base.state;
0a91ca29 5961
35dd3c64
ML
5962 I915_STATE_WARN(!crtc,
5963 "connector enabled without attached crtc\n");
0a91ca29 5964
35dd3c64
ML
5965 if (!crtc)
5966 return;
5967
5968 I915_STATE_WARN(!crtc->state->active,
5969 "connector is active, but attached crtc isn't\n");
5970
e85376cb 5971 if (!encoder || encoder->type == INTEL_OUTPUT_DP_MST)
35dd3c64
ML
5972 return;
5973
e85376cb 5974 I915_STATE_WARN(conn_state->best_encoder != &encoder->base,
35dd3c64
ML
5975 "atomic encoder doesn't match attached encoder\n");
5976
e85376cb 5977 I915_STATE_WARN(conn_state->crtc != encoder->base.crtc,
35dd3c64
ML
5978 "attached encoder crtc differs from connector crtc\n");
5979 } else {
4d688a2a
ML
5980 I915_STATE_WARN(crtc && crtc->state->active,
5981 "attached crtc is active, but connector isn't\n");
5a21b665 5982 I915_STATE_WARN(!crtc && connector->base.state->best_encoder,
35dd3c64 5983 "best encoder set without crtc!\n");
0a91ca29 5984 }
79e53945
JB
5985}
5986
08d9bc92
ACO
5987int intel_connector_init(struct intel_connector *connector)
5988{
5350a031 5989 drm_atomic_helper_connector_reset(&connector->base);
08d9bc92 5990
5350a031 5991 if (!connector->base.state)
08d9bc92
ACO
5992 return -ENOMEM;
5993
08d9bc92
ACO
5994 return 0;
5995}
5996
5997struct intel_connector *intel_connector_alloc(void)
5998{
5999 struct intel_connector *connector;
6000
6001 connector = kzalloc(sizeof *connector, GFP_KERNEL);
6002 if (!connector)
6003 return NULL;
6004
6005 if (intel_connector_init(connector) < 0) {
6006 kfree(connector);
6007 return NULL;
6008 }
6009
6010 return connector;
6011}
6012
f0947c37
DV
6013/* Simple connector->get_hw_state implementation for encoders that support only
6014 * one connector and no cloning and hence the encoder state determines the state
6015 * of the connector. */
6016bool intel_connector_get_hw_state(struct intel_connector *connector)
ea5b213a 6017{
24929352 6018 enum pipe pipe = 0;
f0947c37 6019 struct intel_encoder *encoder = connector->encoder;
ea5b213a 6020
f0947c37 6021 return encoder->get_hw_state(encoder, &pipe);
ea5b213a
CW
6022}
6023
6d293983 6024static int pipe_required_fdi_lanes(struct intel_crtc_state *crtc_state)
d272ddfa 6025{
6d293983
ACO
6026 if (crtc_state->base.enable && crtc_state->has_pch_encoder)
6027 return crtc_state->fdi_lanes;
d272ddfa
VS
6028
6029 return 0;
6030}
6031
6d293983 6032static int ironlake_check_fdi_lanes(struct drm_device *dev, enum pipe pipe,
5cec258b 6033 struct intel_crtc_state *pipe_config)
1857e1da 6034{
8652744b 6035 struct drm_i915_private *dev_priv = to_i915(dev);
6d293983
ACO
6036 struct drm_atomic_state *state = pipe_config->base.state;
6037 struct intel_crtc *other_crtc;
6038 struct intel_crtc_state *other_crtc_state;
6039
1857e1da
DV
6040 DRM_DEBUG_KMS("checking fdi config on pipe %c, lanes %i\n",
6041 pipe_name(pipe), pipe_config->fdi_lanes);
6042 if (pipe_config->fdi_lanes > 4) {
6043 DRM_DEBUG_KMS("invalid fdi lane config on pipe %c: %i lanes\n",
6044 pipe_name(pipe), pipe_config->fdi_lanes);
6d293983 6045 return -EINVAL;
1857e1da
DV
6046 }
6047
8652744b 6048 if (IS_HASWELL(dev_priv) || IS_BROADWELL(dev_priv)) {
1857e1da
DV
6049 if (pipe_config->fdi_lanes > 2) {
6050 DRM_DEBUG_KMS("only 2 lanes on haswell, required: %i lanes\n",
6051 pipe_config->fdi_lanes);
6d293983 6052 return -EINVAL;
1857e1da 6053 } else {
6d293983 6054 return 0;
1857e1da
DV
6055 }
6056 }
6057
b7f05d4a 6058 if (INTEL_INFO(dev_priv)->num_pipes == 2)
6d293983 6059 return 0;
1857e1da
DV
6060
6061 /* Ivybridge 3 pipe is really complicated */
6062 switch (pipe) {
6063 case PIPE_A:
6d293983 6064 return 0;
1857e1da 6065 case PIPE_B:
6d293983
ACO
6066 if (pipe_config->fdi_lanes <= 2)
6067 return 0;
6068
b91eb5cc 6069 other_crtc = intel_get_crtc_for_pipe(dev_priv, PIPE_C);
6d293983
ACO
6070 other_crtc_state =
6071 intel_atomic_get_crtc_state(state, other_crtc);
6072 if (IS_ERR(other_crtc_state))
6073 return PTR_ERR(other_crtc_state);
6074
6075 if (pipe_required_fdi_lanes(other_crtc_state) > 0) {
1857e1da
DV
6076 DRM_DEBUG_KMS("invalid shared fdi lane config on pipe %c: %i lanes\n",
6077 pipe_name(pipe), pipe_config->fdi_lanes);
6d293983 6078 return -EINVAL;
1857e1da 6079 }
6d293983 6080 return 0;
1857e1da 6081 case PIPE_C:
251cc67c
VS
6082 if (pipe_config->fdi_lanes > 2) {
6083 DRM_DEBUG_KMS("only 2 lanes on pipe %c: required %i lanes\n",
6084 pipe_name(pipe), pipe_config->fdi_lanes);
6d293983 6085 return -EINVAL;
251cc67c 6086 }
6d293983 6087
b91eb5cc 6088 other_crtc = intel_get_crtc_for_pipe(dev_priv, PIPE_B);
6d293983
ACO
6089 other_crtc_state =
6090 intel_atomic_get_crtc_state(state, other_crtc);
6091 if (IS_ERR(other_crtc_state))
6092 return PTR_ERR(other_crtc_state);
6093
6094 if (pipe_required_fdi_lanes(other_crtc_state) > 2) {
1857e1da 6095 DRM_DEBUG_KMS("fdi link B uses too many lanes to enable link C\n");
6d293983 6096 return -EINVAL;
1857e1da 6097 }
6d293983 6098 return 0;
1857e1da
DV
6099 default:
6100 BUG();
6101 }
6102}
6103
e29c22c0
DV
6104#define RETRY 1
6105static int ironlake_fdi_compute_config(struct intel_crtc *intel_crtc,
5cec258b 6106 struct intel_crtc_state *pipe_config)
877d48d5 6107{
1857e1da 6108 struct drm_device *dev = intel_crtc->base.dev;
7c5f93b0 6109 const struct drm_display_mode *adjusted_mode = &pipe_config->base.adjusted_mode;
6d293983
ACO
6110 int lane, link_bw, fdi_dotclock, ret;
6111 bool needs_recompute = false;
877d48d5 6112
e29c22c0 6113retry:
877d48d5
DV
6114 /* FDI is a binary signal running at ~2.7GHz, encoding
6115 * each output octet as 10 bits. The actual frequency
6116 * is stored as a divider into a 100MHz clock, and the
6117 * mode pixel clock is stored in units of 1KHz.
6118 * Hence the bw of each lane in terms of the mode signal
6119 * is:
6120 */
21a727b3 6121 link_bw = intel_fdi_link_freq(to_i915(dev), pipe_config);
877d48d5 6122
241bfc38 6123 fdi_dotclock = adjusted_mode->crtc_clock;
877d48d5 6124
2bd89a07 6125 lane = ironlake_get_lanes_required(fdi_dotclock, link_bw,
877d48d5
DV
6126 pipe_config->pipe_bpp);
6127
6128 pipe_config->fdi_lanes = lane;
6129
2bd89a07 6130 intel_link_compute_m_n(pipe_config->pipe_bpp, lane, fdi_dotclock,
877d48d5 6131 link_bw, &pipe_config->fdi_m_n);
1857e1da 6132
e3b247da 6133 ret = ironlake_check_fdi_lanes(dev, intel_crtc->pipe, pipe_config);
6d293983 6134 if (ret == -EINVAL && pipe_config->pipe_bpp > 6*3) {
e29c22c0 6135 pipe_config->pipe_bpp -= 2*3;
7ff89ca2
VS
6136 DRM_DEBUG_KMS("fdi link bw constraint, reducing pipe bpp to %i\n",
6137 pipe_config->pipe_bpp);
6138 needs_recompute = true;
6139 pipe_config->bw_constrained = true;
257a7ffc 6140
7ff89ca2 6141 goto retry;
257a7ffc 6142 }
79e53945 6143
7ff89ca2
VS
6144 if (needs_recompute)
6145 return RETRY;
e70236a8 6146
7ff89ca2 6147 return ret;
e70236a8
JB
6148}
6149
7ff89ca2
VS
6150static bool pipe_config_supports_ips(struct drm_i915_private *dev_priv,
6151 struct intel_crtc_state *pipe_config)
e70236a8 6152{
7ff89ca2
VS
6153 if (pipe_config->pipe_bpp > 24)
6154 return false;
e70236a8 6155
7ff89ca2
VS
6156 /* HSW can handle pixel rate up to cdclk? */
6157 if (IS_HASWELL(dev_priv))
6158 return true;
1b1d2716 6159
65cd2b3f 6160 /*
7ff89ca2
VS
6161 * We compare against max which means we must take
6162 * the increased cdclk requirement into account when
6163 * calculating the new cdclk.
6164 *
6165 * Should measure whether using a lower cdclk w/o IPS
e70236a8 6166 */
7ff89ca2
VS
6167 return pipe_config->pixel_rate <=
6168 dev_priv->max_cdclk_freq * 95 / 100;
e70236a8 6169}
79e53945 6170
7ff89ca2
VS
6171static void hsw_compute_ips_config(struct intel_crtc *crtc,
6172 struct intel_crtc_state *pipe_config)
6173{
6174 struct drm_device *dev = crtc->base.dev;
6175 struct drm_i915_private *dev_priv = to_i915(dev);
34edce2f 6176
7ff89ca2
VS
6177 pipe_config->ips_enabled = i915.enable_ips &&
6178 hsw_crtc_supports_ips(crtc) &&
6179 pipe_config_supports_ips(dev_priv, pipe_config);
34edce2f
VS
6180}
6181
7ff89ca2 6182static bool intel_crtc_supports_double_wide(const struct intel_crtc *crtc)
34edce2f 6183{
7ff89ca2 6184 const struct drm_i915_private *dev_priv = to_i915(crtc->base.dev);
34edce2f 6185
7ff89ca2
VS
6186 /* GDG double wide on either pipe, otherwise pipe A only */
6187 return INTEL_INFO(dev_priv)->gen < 4 &&
6188 (crtc->pipe == PIPE_A || IS_I915G(dev_priv));
34edce2f
VS
6189}
6190
ceb99320
VS
6191static uint32_t ilk_pipe_pixel_rate(const struct intel_crtc_state *pipe_config)
6192{
6193 uint32_t pixel_rate;
6194
6195 pixel_rate = pipe_config->base.adjusted_mode.crtc_clock;
6196
6197 /*
6198 * We only use IF-ID interlacing. If we ever use
6199 * PF-ID we'll need to adjust the pixel_rate here.
6200 */
6201
6202 if (pipe_config->pch_pfit.enabled) {
6203 uint64_t pipe_w, pipe_h, pfit_w, pfit_h;
6204 uint32_t pfit_size = pipe_config->pch_pfit.size;
6205
6206 pipe_w = pipe_config->pipe_src_w;
6207 pipe_h = pipe_config->pipe_src_h;
6208
6209 pfit_w = (pfit_size >> 16) & 0xFFFF;
6210 pfit_h = pfit_size & 0xFFFF;
6211 if (pipe_w < pfit_w)
6212 pipe_w = pfit_w;
6213 if (pipe_h < pfit_h)
6214 pipe_h = pfit_h;
6215
6216 if (WARN_ON(!pfit_w || !pfit_h))
6217 return pixel_rate;
6218
6219 pixel_rate = div_u64((uint64_t) pixel_rate * pipe_w * pipe_h,
6220 pfit_w * pfit_h);
6221 }
6222
6223 return pixel_rate;
6224}
6225
7ff89ca2 6226static void intel_crtc_compute_pixel_rate(struct intel_crtc_state *crtc_state)
34edce2f 6227{
7ff89ca2 6228 struct drm_i915_private *dev_priv = to_i915(crtc_state->base.crtc->dev);
34edce2f 6229
7ff89ca2
VS
6230 if (HAS_GMCH_DISPLAY(dev_priv))
6231 /* FIXME calculate proper pipe pixel rate for GMCH pfit */
6232 crtc_state->pixel_rate =
6233 crtc_state->base.adjusted_mode.crtc_clock;
6234 else
6235 crtc_state->pixel_rate =
6236 ilk_pipe_pixel_rate(crtc_state);
6237}
34edce2f 6238
7ff89ca2
VS
6239static int intel_crtc_compute_config(struct intel_crtc *crtc,
6240 struct intel_crtc_state *pipe_config)
6241{
6242 struct drm_device *dev = crtc->base.dev;
6243 struct drm_i915_private *dev_priv = to_i915(dev);
6244 const struct drm_display_mode *adjusted_mode = &pipe_config->base.adjusted_mode;
6245 int clock_limit = dev_priv->max_dotclk_freq;
34edce2f 6246
7ff89ca2
VS
6247 if (INTEL_GEN(dev_priv) < 4) {
6248 clock_limit = dev_priv->max_cdclk_freq * 9 / 10;
34edce2f 6249
7ff89ca2
VS
6250 /*
6251 * Enable double wide mode when the dot clock
6252 * is > 90% of the (display) core speed.
6253 */
6254 if (intel_crtc_supports_double_wide(crtc) &&
6255 adjusted_mode->crtc_clock > clock_limit) {
6256 clock_limit = dev_priv->max_dotclk_freq;
6257 pipe_config->double_wide = true;
6258 }
34edce2f
VS
6259 }
6260
7ff89ca2
VS
6261 if (adjusted_mode->crtc_clock > clock_limit) {
6262 DRM_DEBUG_KMS("requested pixel clock (%d kHz) too high (max: %d kHz, double wide: %s)\n",
6263 adjusted_mode->crtc_clock, clock_limit,
6264 yesno(pipe_config->double_wide));
6265 return -EINVAL;
6266 }
34edce2f 6267
7ff89ca2
VS
6268 /*
6269 * Pipe horizontal size must be even in:
6270 * - DVO ganged mode
6271 * - LVDS dual channel mode
6272 * - Double wide pipe
6273 */
6274 if ((intel_crtc_has_type(pipe_config, INTEL_OUTPUT_LVDS) &&
6275 intel_is_dual_link_lvds(dev)) || pipe_config->double_wide)
6276 pipe_config->pipe_src_w &= ~1;
34edce2f 6277
7ff89ca2
VS
6278 /* Cantiga+ cannot handle modes with a hsync front porch of 0.
6279 * WaPruneModeWithIncorrectHsyncOffset:ctg,elk,ilk,snb,ivb,vlv,hsw.
6280 */
6281 if ((INTEL_GEN(dev_priv) > 4 || IS_G4X(dev_priv)) &&
6282 adjusted_mode->crtc_hsync_start == adjusted_mode->crtc_hdisplay)
6283 return -EINVAL;
34edce2f 6284
7ff89ca2 6285 intel_crtc_compute_pixel_rate(pipe_config);
34edce2f 6286
7ff89ca2
VS
6287 if (HAS_IPS(dev_priv))
6288 hsw_compute_ips_config(crtc, pipe_config);
34edce2f 6289
7ff89ca2
VS
6290 if (pipe_config->has_pch_encoder)
6291 return ironlake_fdi_compute_config(crtc, pipe_config);
34edce2f 6292
7ff89ca2 6293 return 0;
34edce2f
VS
6294}
6295
2c07245f 6296static void
a65851af 6297intel_reduce_m_n_ratio(uint32_t *num, uint32_t *den)
2c07245f 6298{
a65851af
VS
6299 while (*num > DATA_LINK_M_N_MASK ||
6300 *den > DATA_LINK_M_N_MASK) {
2c07245f
ZW
6301 *num >>= 1;
6302 *den >>= 1;
6303 }
6304}
6305
a65851af
VS
6306static void compute_m_n(unsigned int m, unsigned int n,
6307 uint32_t *ret_m, uint32_t *ret_n)
6308{
6309 *ret_n = min_t(unsigned int, roundup_pow_of_two(n), DATA_LINK_N_MAX);
6310 *ret_m = div_u64((uint64_t) m * *ret_n, n);
6311 intel_reduce_m_n_ratio(ret_m, ret_n);
6312}
6313
e69d0bc1
DV
6314void
6315intel_link_compute_m_n(int bits_per_pixel, int nlanes,
6316 int pixel_clock, int link_clock,
6317 struct intel_link_m_n *m_n)
2c07245f 6318{
e69d0bc1 6319 m_n->tu = 64;
a65851af
VS
6320
6321 compute_m_n(bits_per_pixel * pixel_clock,
6322 link_clock * nlanes * 8,
6323 &m_n->gmch_m, &m_n->gmch_n);
6324
6325 compute_m_n(pixel_clock, link_clock,
6326 &m_n->link_m, &m_n->link_n);
2c07245f
ZW
6327}
6328
a7615030
CW
6329static inline bool intel_panel_use_ssc(struct drm_i915_private *dev_priv)
6330{
d330a953
JN
6331 if (i915.panel_use_ssc >= 0)
6332 return i915.panel_use_ssc != 0;
41aa3448 6333 return dev_priv->vbt.lvds_use_ssc
435793df 6334 && !(dev_priv->quirks & QUIRK_LVDS_SSC_DISABLE);
a7615030
CW
6335}
6336
7429e9d4 6337static uint32_t pnv_dpll_compute_fp(struct dpll *dpll)
c65d77d8 6338{
7df00d7a 6339 return (1 << dpll->n) << 16 | dpll->m2;
7429e9d4 6340}
f47709a9 6341
7429e9d4
DV
6342static uint32_t i9xx_dpll_compute_fp(struct dpll *dpll)
6343{
6344 return dpll->n << 16 | dpll->m1 << 8 | dpll->m2;
c65d77d8
JB
6345}
6346
f47709a9 6347static void i9xx_update_pll_dividers(struct intel_crtc *crtc,
190f68c5 6348 struct intel_crtc_state *crtc_state,
9e2c8475 6349 struct dpll *reduced_clock)
a7516a05 6350{
9b1e14f4 6351 struct drm_i915_private *dev_priv = to_i915(crtc->base.dev);
a7516a05
JB
6352 u32 fp, fp2 = 0;
6353
9b1e14f4 6354 if (IS_PINEVIEW(dev_priv)) {
190f68c5 6355 fp = pnv_dpll_compute_fp(&crtc_state->dpll);
a7516a05 6356 if (reduced_clock)
7429e9d4 6357 fp2 = pnv_dpll_compute_fp(reduced_clock);
a7516a05 6358 } else {
190f68c5 6359 fp = i9xx_dpll_compute_fp(&crtc_state->dpll);
a7516a05 6360 if (reduced_clock)
7429e9d4 6361 fp2 = i9xx_dpll_compute_fp(reduced_clock);
a7516a05
JB
6362 }
6363
190f68c5 6364 crtc_state->dpll_hw_state.fp0 = fp;
a7516a05 6365
f47709a9 6366 crtc->lowfreq_avail = false;
2d84d2b3 6367 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_LVDS) &&
ab585dea 6368 reduced_clock) {
190f68c5 6369 crtc_state->dpll_hw_state.fp1 = fp2;
f47709a9 6370 crtc->lowfreq_avail = true;
a7516a05 6371 } else {
190f68c5 6372 crtc_state->dpll_hw_state.fp1 = fp;
a7516a05
JB
6373 }
6374}
6375
5e69f97f
CML
6376static void vlv_pllb_recal_opamp(struct drm_i915_private *dev_priv, enum pipe
6377 pipe)
89b667f8
JB
6378{
6379 u32 reg_val;
6380
6381 /*
6382 * PLLB opamp always calibrates to max value of 0x3f, force enable it
6383 * and set it to a reasonable value instead.
6384 */
ab3c759a 6385 reg_val = vlv_dpio_read(dev_priv, pipe, VLV_PLL_DW9(1));
89b667f8
JB
6386 reg_val &= 0xffffff00;
6387 reg_val |= 0x00000030;
ab3c759a 6388 vlv_dpio_write(dev_priv, pipe, VLV_PLL_DW9(1), reg_val);
89b667f8 6389
ab3c759a 6390 reg_val = vlv_dpio_read(dev_priv, pipe, VLV_REF_DW13);
89b667f8
JB
6391 reg_val &= 0x8cffffff;
6392 reg_val = 0x8c000000;
ab3c759a 6393 vlv_dpio_write(dev_priv, pipe, VLV_REF_DW13, reg_val);
89b667f8 6394
ab3c759a 6395 reg_val = vlv_dpio_read(dev_priv, pipe, VLV_PLL_DW9(1));
89b667f8 6396 reg_val &= 0xffffff00;
ab3c759a 6397 vlv_dpio_write(dev_priv, pipe, VLV_PLL_DW9(1), reg_val);
89b667f8 6398
ab3c759a 6399 reg_val = vlv_dpio_read(dev_priv, pipe, VLV_REF_DW13);
89b667f8
JB
6400 reg_val &= 0x00ffffff;
6401 reg_val |= 0xb0000000;
ab3c759a 6402 vlv_dpio_write(dev_priv, pipe, VLV_REF_DW13, reg_val);
89b667f8
JB
6403}
6404
b551842d
DV
6405static void intel_pch_transcoder_set_m_n(struct intel_crtc *crtc,
6406 struct intel_link_m_n *m_n)
6407{
6408 struct drm_device *dev = crtc->base.dev;
fac5e23e 6409 struct drm_i915_private *dev_priv = to_i915(dev);
b551842d
DV
6410 int pipe = crtc->pipe;
6411
e3b95f1e
DV
6412 I915_WRITE(PCH_TRANS_DATA_M1(pipe), TU_SIZE(m_n->tu) | m_n->gmch_m);
6413 I915_WRITE(PCH_TRANS_DATA_N1(pipe), m_n->gmch_n);
6414 I915_WRITE(PCH_TRANS_LINK_M1(pipe), m_n->link_m);
6415 I915_WRITE(PCH_TRANS_LINK_N1(pipe), m_n->link_n);
b551842d
DV
6416}
6417
6418static void intel_cpu_transcoder_set_m_n(struct intel_crtc *crtc,
f769cd24
VK
6419 struct intel_link_m_n *m_n,
6420 struct intel_link_m_n *m2_n2)
b551842d 6421{
6315b5d3 6422 struct drm_i915_private *dev_priv = to_i915(crtc->base.dev);
b551842d 6423 int pipe = crtc->pipe;
6e3c9717 6424 enum transcoder transcoder = crtc->config->cpu_transcoder;
b551842d 6425
6315b5d3 6426 if (INTEL_GEN(dev_priv) >= 5) {
b551842d
DV
6427 I915_WRITE(PIPE_DATA_M1(transcoder), TU_SIZE(m_n->tu) | m_n->gmch_m);
6428 I915_WRITE(PIPE_DATA_N1(transcoder), m_n->gmch_n);
6429 I915_WRITE(PIPE_LINK_M1(transcoder), m_n->link_m);
6430 I915_WRITE(PIPE_LINK_N1(transcoder), m_n->link_n);
f769cd24
VK
6431 /* M2_N2 registers to be set only for gen < 8 (M2_N2 available
6432 * for gen < 8) and if DRRS is supported (to make sure the
6433 * registers are not unnecessarily accessed).
6434 */
920a14b2
TU
6435 if (m2_n2 && (IS_CHERRYVIEW(dev_priv) ||
6436 INTEL_GEN(dev_priv) < 8) && crtc->config->has_drrs) {
f769cd24
VK
6437 I915_WRITE(PIPE_DATA_M2(transcoder),
6438 TU_SIZE(m2_n2->tu) | m2_n2->gmch_m);
6439 I915_WRITE(PIPE_DATA_N2(transcoder), m2_n2->gmch_n);
6440 I915_WRITE(PIPE_LINK_M2(transcoder), m2_n2->link_m);
6441 I915_WRITE(PIPE_LINK_N2(transcoder), m2_n2->link_n);
6442 }
b551842d 6443 } else {
e3b95f1e
DV
6444 I915_WRITE(PIPE_DATA_M_G4X(pipe), TU_SIZE(m_n->tu) | m_n->gmch_m);
6445 I915_WRITE(PIPE_DATA_N_G4X(pipe), m_n->gmch_n);
6446 I915_WRITE(PIPE_LINK_M_G4X(pipe), m_n->link_m);
6447 I915_WRITE(PIPE_LINK_N_G4X(pipe), m_n->link_n);
b551842d
DV
6448 }
6449}
6450
fe3cd48d 6451void intel_dp_set_m_n(struct intel_crtc *crtc, enum link_m_n_set m_n)
03afc4a2 6452{
fe3cd48d
R
6453 struct intel_link_m_n *dp_m_n, *dp_m2_n2 = NULL;
6454
6455 if (m_n == M1_N1) {
6456 dp_m_n = &crtc->config->dp_m_n;
6457 dp_m2_n2 = &crtc->config->dp_m2_n2;
6458 } else if (m_n == M2_N2) {
6459
6460 /*
6461 * M2_N2 registers are not supported. Hence m2_n2 divider value
6462 * needs to be programmed into M1_N1.
6463 */
6464 dp_m_n = &crtc->config->dp_m2_n2;
6465 } else {
6466 DRM_ERROR("Unsupported divider value\n");
6467 return;
6468 }
6469
6e3c9717
ACO
6470 if (crtc->config->has_pch_encoder)
6471 intel_pch_transcoder_set_m_n(crtc, &crtc->config->dp_m_n);
03afc4a2 6472 else
fe3cd48d 6473 intel_cpu_transcoder_set_m_n(crtc, dp_m_n, dp_m2_n2);
03afc4a2
DV
6474}
6475
251ac862
DV
6476static void vlv_compute_dpll(struct intel_crtc *crtc,
6477 struct intel_crtc_state *pipe_config)
bdd4b6a6 6478{
03ed5cbf 6479 pipe_config->dpll_hw_state.dpll = DPLL_INTEGRATED_REF_CLK_VLV |
cd2d34d9 6480 DPLL_REF_CLK_ENABLE_VLV | DPLL_VGA_MODE_DIS;
03ed5cbf
VS
6481 if (crtc->pipe != PIPE_A)
6482 pipe_config->dpll_hw_state.dpll |= DPLL_INTEGRATED_CRI_CLK_VLV;
bdd4b6a6 6483
cd2d34d9 6484 /* DPLL not used with DSI, but still need the rest set up */
d7edc4e5 6485 if (!intel_crtc_has_type(pipe_config, INTEL_OUTPUT_DSI))
cd2d34d9
VS
6486 pipe_config->dpll_hw_state.dpll |= DPLL_VCO_ENABLE |
6487 DPLL_EXT_BUFFER_ENABLE_VLV;
6488
03ed5cbf
VS
6489 pipe_config->dpll_hw_state.dpll_md =
6490 (pipe_config->pixel_multiplier - 1) << DPLL_MD_UDI_MULTIPLIER_SHIFT;
6491}
bdd4b6a6 6492
03ed5cbf
VS
6493static void chv_compute_dpll(struct intel_crtc *crtc,
6494 struct intel_crtc_state *pipe_config)
6495{
6496 pipe_config->dpll_hw_state.dpll = DPLL_SSC_REF_CLK_CHV |
cd2d34d9 6497 DPLL_REF_CLK_ENABLE_VLV | DPLL_VGA_MODE_DIS;
03ed5cbf
VS
6498 if (crtc->pipe != PIPE_A)
6499 pipe_config->dpll_hw_state.dpll |= DPLL_INTEGRATED_CRI_CLK_VLV;
6500
cd2d34d9 6501 /* DPLL not used with DSI, but still need the rest set up */
d7edc4e5 6502 if (!intel_crtc_has_type(pipe_config, INTEL_OUTPUT_DSI))
cd2d34d9
VS
6503 pipe_config->dpll_hw_state.dpll |= DPLL_VCO_ENABLE;
6504
03ed5cbf
VS
6505 pipe_config->dpll_hw_state.dpll_md =
6506 (pipe_config->pixel_multiplier - 1) << DPLL_MD_UDI_MULTIPLIER_SHIFT;
bdd4b6a6
DV
6507}
6508
d288f65f 6509static void vlv_prepare_pll(struct intel_crtc *crtc,
5cec258b 6510 const struct intel_crtc_state *pipe_config)
a0c4da24 6511{
f47709a9 6512 struct drm_device *dev = crtc->base.dev;
fac5e23e 6513 struct drm_i915_private *dev_priv = to_i915(dev);
cd2d34d9 6514 enum pipe pipe = crtc->pipe;
bdd4b6a6 6515 u32 mdiv;
a0c4da24 6516 u32 bestn, bestm1, bestm2, bestp1, bestp2;
bdd4b6a6 6517 u32 coreclk, reg_val;
a0c4da24 6518
cd2d34d9
VS
6519 /* Enable Refclk */
6520 I915_WRITE(DPLL(pipe),
6521 pipe_config->dpll_hw_state.dpll &
6522 ~(DPLL_VCO_ENABLE | DPLL_EXT_BUFFER_ENABLE_VLV));
6523
6524 /* No need to actually set up the DPLL with DSI */
6525 if ((pipe_config->dpll_hw_state.dpll & DPLL_VCO_ENABLE) == 0)
6526 return;
6527
a580516d 6528 mutex_lock(&dev_priv->sb_lock);
09153000 6529
d288f65f
VS
6530 bestn = pipe_config->dpll.n;
6531 bestm1 = pipe_config->dpll.m1;
6532 bestm2 = pipe_config->dpll.m2;
6533 bestp1 = pipe_config->dpll.p1;
6534 bestp2 = pipe_config->dpll.p2;
a0c4da24 6535
89b667f8
JB
6536 /* See eDP HDMI DPIO driver vbios notes doc */
6537
6538 /* PLL B needs special handling */
bdd4b6a6 6539 if (pipe == PIPE_B)
5e69f97f 6540 vlv_pllb_recal_opamp(dev_priv, pipe);
89b667f8
JB
6541
6542 /* Set up Tx target for periodic Rcomp update */
ab3c759a 6543 vlv_dpio_write(dev_priv, pipe, VLV_PLL_DW9_BCAST, 0x0100000f);
89b667f8
JB
6544
6545 /* Disable target IRef on PLL */
ab3c759a 6546 reg_val = vlv_dpio_read(dev_priv, pipe, VLV_PLL_DW8(pipe));
89b667f8 6547 reg_val &= 0x00ffffff;
ab3c759a 6548 vlv_dpio_write(dev_priv, pipe, VLV_PLL_DW8(pipe), reg_val);
89b667f8
JB
6549
6550 /* Disable fast lock */
ab3c759a 6551 vlv_dpio_write(dev_priv, pipe, VLV_CMN_DW0, 0x610);
89b667f8
JB
6552
6553 /* Set idtafcrecal before PLL is enabled */
a0c4da24
JB
6554 mdiv = ((bestm1 << DPIO_M1DIV_SHIFT) | (bestm2 & DPIO_M2DIV_MASK));
6555 mdiv |= ((bestp1 << DPIO_P1_SHIFT) | (bestp2 << DPIO_P2_SHIFT));
6556 mdiv |= ((bestn << DPIO_N_SHIFT));
a0c4da24 6557 mdiv |= (1 << DPIO_K_SHIFT);
7df5080b
JB
6558
6559 /*
6560 * Post divider depends on pixel clock rate, DAC vs digital (and LVDS,
6561 * but we don't support that).
6562 * Note: don't use the DAC post divider as it seems unstable.
6563 */
6564 mdiv |= (DPIO_POST_DIV_HDMIDP << DPIO_POST_DIV_SHIFT);
ab3c759a 6565 vlv_dpio_write(dev_priv, pipe, VLV_PLL_DW3(pipe), mdiv);
a0c4da24 6566
a0c4da24 6567 mdiv |= DPIO_ENABLE_CALIBRATION;
ab3c759a 6568 vlv_dpio_write(dev_priv, pipe, VLV_PLL_DW3(pipe), mdiv);
a0c4da24 6569
89b667f8 6570 /* Set HBR and RBR LPF coefficients */
d288f65f 6571 if (pipe_config->port_clock == 162000 ||
2d84d2b3
VS
6572 intel_crtc_has_type(crtc->config, INTEL_OUTPUT_ANALOG) ||
6573 intel_crtc_has_type(crtc->config, INTEL_OUTPUT_HDMI))
ab3c759a 6574 vlv_dpio_write(dev_priv, pipe, VLV_PLL_DW10(pipe),
885b0120 6575 0x009f0003);
89b667f8 6576 else
ab3c759a 6577 vlv_dpio_write(dev_priv, pipe, VLV_PLL_DW10(pipe),
89b667f8
JB
6578 0x00d0000f);
6579
37a5650b 6580 if (intel_crtc_has_dp_encoder(pipe_config)) {
89b667f8 6581 /* Use SSC source */
bdd4b6a6 6582 if (pipe == PIPE_A)
ab3c759a 6583 vlv_dpio_write(dev_priv, pipe, VLV_PLL_DW5(pipe),
89b667f8
JB
6584 0x0df40000);
6585 else
ab3c759a 6586 vlv_dpio_write(dev_priv, pipe, VLV_PLL_DW5(pipe),
89b667f8
JB
6587 0x0df70000);
6588 } else { /* HDMI or VGA */
6589 /* Use bend source */
bdd4b6a6 6590 if (pipe == PIPE_A)
ab3c759a 6591 vlv_dpio_write(dev_priv, pipe, VLV_PLL_DW5(pipe),
89b667f8
JB
6592 0x0df70000);
6593 else
ab3c759a 6594 vlv_dpio_write(dev_priv, pipe, VLV_PLL_DW5(pipe),
89b667f8
JB
6595 0x0df40000);
6596 }
a0c4da24 6597
ab3c759a 6598 coreclk = vlv_dpio_read(dev_priv, pipe, VLV_PLL_DW7(pipe));
89b667f8 6599 coreclk = (coreclk & 0x0000ff00) | 0x01c00000;
2210ce7f 6600 if (intel_crtc_has_dp_encoder(crtc->config))
89b667f8 6601 coreclk |= 0x01000000;
ab3c759a 6602 vlv_dpio_write(dev_priv, pipe, VLV_PLL_DW7(pipe), coreclk);
a0c4da24 6603
ab3c759a 6604 vlv_dpio_write(dev_priv, pipe, VLV_PLL_DW11(pipe), 0x87871000);
a580516d 6605 mutex_unlock(&dev_priv->sb_lock);
a0c4da24
JB
6606}
6607
d288f65f 6608static void chv_prepare_pll(struct intel_crtc *crtc,
5cec258b 6609 const struct intel_crtc_state *pipe_config)
9d556c99
CML
6610{
6611 struct drm_device *dev = crtc->base.dev;
fac5e23e 6612 struct drm_i915_private *dev_priv = to_i915(dev);
cd2d34d9 6613 enum pipe pipe = crtc->pipe;
9d556c99 6614 enum dpio_channel port = vlv_pipe_to_channel(pipe);
9cbe40c1 6615 u32 loopfilter, tribuf_calcntr;
9d556c99 6616 u32 bestn, bestm1, bestm2, bestp1, bestp2, bestm2_frac;
a945ce7e 6617 u32 dpio_val;
9cbe40c1 6618 int vco;
9d556c99 6619
cd2d34d9
VS
6620 /* Enable Refclk and SSC */
6621 I915_WRITE(DPLL(pipe),
6622 pipe_config->dpll_hw_state.dpll & ~DPLL_VCO_ENABLE);
6623
6624 /* No need to actually set up the DPLL with DSI */
6625 if ((pipe_config->dpll_hw_state.dpll & DPLL_VCO_ENABLE) == 0)
6626 return;
6627
d288f65f
VS
6628 bestn = pipe_config->dpll.n;
6629 bestm2_frac = pipe_config->dpll.m2 & 0x3fffff;
6630 bestm1 = pipe_config->dpll.m1;
6631 bestm2 = pipe_config->dpll.m2 >> 22;
6632 bestp1 = pipe_config->dpll.p1;
6633 bestp2 = pipe_config->dpll.p2;
9cbe40c1 6634 vco = pipe_config->dpll.vco;
a945ce7e 6635 dpio_val = 0;
9cbe40c1 6636 loopfilter = 0;
9d556c99 6637
a580516d 6638 mutex_lock(&dev_priv->sb_lock);
9d556c99 6639
9d556c99
CML
6640 /* p1 and p2 divider */
6641 vlv_dpio_write(dev_priv, pipe, CHV_CMN_DW13(port),
6642 5 << DPIO_CHV_S1_DIV_SHIFT |
6643 bestp1 << DPIO_CHV_P1_DIV_SHIFT |
6644 bestp2 << DPIO_CHV_P2_DIV_SHIFT |
6645 1 << DPIO_CHV_K_DIV_SHIFT);
6646
6647 /* Feedback post-divider - m2 */
6648 vlv_dpio_write(dev_priv, pipe, CHV_PLL_DW0(port), bestm2);
6649
6650 /* Feedback refclk divider - n and m1 */
6651 vlv_dpio_write(dev_priv, pipe, CHV_PLL_DW1(port),
6652 DPIO_CHV_M1_DIV_BY_2 |
6653 1 << DPIO_CHV_N_DIV_SHIFT);
6654
6655 /* M2 fraction division */
25a25dfc 6656 vlv_dpio_write(dev_priv, pipe, CHV_PLL_DW2(port), bestm2_frac);
9d556c99
CML
6657
6658 /* M2 fraction division enable */
a945ce7e
VP
6659 dpio_val = vlv_dpio_read(dev_priv, pipe, CHV_PLL_DW3(port));
6660 dpio_val &= ~(DPIO_CHV_FEEDFWD_GAIN_MASK | DPIO_CHV_FRAC_DIV_EN);
6661 dpio_val |= (2 << DPIO_CHV_FEEDFWD_GAIN_SHIFT);
6662 if (bestm2_frac)
6663 dpio_val |= DPIO_CHV_FRAC_DIV_EN;
6664 vlv_dpio_write(dev_priv, pipe, CHV_PLL_DW3(port), dpio_val);
9d556c99 6665
de3a0fde
VP
6666 /* Program digital lock detect threshold */
6667 dpio_val = vlv_dpio_read(dev_priv, pipe, CHV_PLL_DW9(port));
6668 dpio_val &= ~(DPIO_CHV_INT_LOCK_THRESHOLD_MASK |
6669 DPIO_CHV_INT_LOCK_THRESHOLD_SEL_COARSE);
6670 dpio_val |= (0x5 << DPIO_CHV_INT_LOCK_THRESHOLD_SHIFT);
6671 if (!bestm2_frac)
6672 dpio_val |= DPIO_CHV_INT_LOCK_THRESHOLD_SEL_COARSE;
6673 vlv_dpio_write(dev_priv, pipe, CHV_PLL_DW9(port), dpio_val);
6674
9d556c99 6675 /* Loop filter */
9cbe40c1
VP
6676 if (vco == 5400000) {
6677 loopfilter |= (0x3 << DPIO_CHV_PROP_COEFF_SHIFT);
6678 loopfilter |= (0x8 << DPIO_CHV_INT_COEFF_SHIFT);
6679 loopfilter |= (0x1 << DPIO_CHV_GAIN_CTRL_SHIFT);
6680 tribuf_calcntr = 0x9;
6681 } else if (vco <= 6200000) {
6682 loopfilter |= (0x5 << DPIO_CHV_PROP_COEFF_SHIFT);
6683 loopfilter |= (0xB << DPIO_CHV_INT_COEFF_SHIFT);
6684 loopfilter |= (0x3 << DPIO_CHV_GAIN_CTRL_SHIFT);
6685 tribuf_calcntr = 0x9;
6686 } else if (vco <= 6480000) {
6687 loopfilter |= (0x4 << DPIO_CHV_PROP_COEFF_SHIFT);
6688 loopfilter |= (0x9 << DPIO_CHV_INT_COEFF_SHIFT);
6689 loopfilter |= (0x3 << DPIO_CHV_GAIN_CTRL_SHIFT);
6690 tribuf_calcntr = 0x8;
6691 } else {
6692 /* Not supported. Apply the same limits as in the max case */
6693 loopfilter |= (0x4 << DPIO_CHV_PROP_COEFF_SHIFT);
6694 loopfilter |= (0x9 << DPIO_CHV_INT_COEFF_SHIFT);
6695 loopfilter |= (0x3 << DPIO_CHV_GAIN_CTRL_SHIFT);
6696 tribuf_calcntr = 0;
6697 }
9d556c99
CML
6698 vlv_dpio_write(dev_priv, pipe, CHV_PLL_DW6(port), loopfilter);
6699
968040b2 6700 dpio_val = vlv_dpio_read(dev_priv, pipe, CHV_PLL_DW8(port));
9cbe40c1
VP
6701 dpio_val &= ~DPIO_CHV_TDC_TARGET_CNT_MASK;
6702 dpio_val |= (tribuf_calcntr << DPIO_CHV_TDC_TARGET_CNT_SHIFT);
6703 vlv_dpio_write(dev_priv, pipe, CHV_PLL_DW8(port), dpio_val);
6704
9d556c99
CML
6705 /* AFC Recal */
6706 vlv_dpio_write(dev_priv, pipe, CHV_CMN_DW14(port),
6707 vlv_dpio_read(dev_priv, pipe, CHV_CMN_DW14(port)) |
6708 DPIO_AFC_RECAL);
6709
a580516d 6710 mutex_unlock(&dev_priv->sb_lock);
9d556c99
CML
6711}
6712
d288f65f
VS
6713/**
6714 * vlv_force_pll_on - forcibly enable just the PLL
6715 * @dev_priv: i915 private structure
6716 * @pipe: pipe PLL to enable
6717 * @dpll: PLL configuration
6718 *
6719 * Enable the PLL for @pipe using the supplied @dpll config. To be used
6720 * in cases where we need the PLL enabled even when @pipe is not going to
6721 * be enabled.
6722 */
30ad9814 6723int vlv_force_pll_on(struct drm_i915_private *dev_priv, enum pipe pipe,
3f36b937 6724 const struct dpll *dpll)
d288f65f 6725{
b91eb5cc 6726 struct intel_crtc *crtc = intel_get_crtc_for_pipe(dev_priv, pipe);
3f36b937
TU
6727 struct intel_crtc_state *pipe_config;
6728
6729 pipe_config = kzalloc(sizeof(*pipe_config), GFP_KERNEL);
6730 if (!pipe_config)
6731 return -ENOMEM;
6732
6733 pipe_config->base.crtc = &crtc->base;
6734 pipe_config->pixel_multiplier = 1;
6735 pipe_config->dpll = *dpll;
d288f65f 6736
30ad9814 6737 if (IS_CHERRYVIEW(dev_priv)) {
3f36b937
TU
6738 chv_compute_dpll(crtc, pipe_config);
6739 chv_prepare_pll(crtc, pipe_config);
6740 chv_enable_pll(crtc, pipe_config);
d288f65f 6741 } else {
3f36b937
TU
6742 vlv_compute_dpll(crtc, pipe_config);
6743 vlv_prepare_pll(crtc, pipe_config);
6744 vlv_enable_pll(crtc, pipe_config);
d288f65f 6745 }
3f36b937
TU
6746
6747 kfree(pipe_config);
6748
6749 return 0;
d288f65f
VS
6750}
6751
6752/**
6753 * vlv_force_pll_off - forcibly disable just the PLL
6754 * @dev_priv: i915 private structure
6755 * @pipe: pipe PLL to disable
6756 *
6757 * Disable the PLL for @pipe. To be used in cases where we need
6758 * the PLL enabled even when @pipe is not going to be enabled.
6759 */
30ad9814 6760void vlv_force_pll_off(struct drm_i915_private *dev_priv, enum pipe pipe)
d288f65f 6761{
30ad9814
VS
6762 if (IS_CHERRYVIEW(dev_priv))
6763 chv_disable_pll(dev_priv, pipe);
d288f65f 6764 else
30ad9814 6765 vlv_disable_pll(dev_priv, pipe);
d288f65f
VS
6766}
6767
251ac862
DV
6768static void i9xx_compute_dpll(struct intel_crtc *crtc,
6769 struct intel_crtc_state *crtc_state,
9e2c8475 6770 struct dpll *reduced_clock)
eb1cbe48 6771{
9b1e14f4 6772 struct drm_i915_private *dev_priv = to_i915(crtc->base.dev);
eb1cbe48 6773 u32 dpll;
190f68c5 6774 struct dpll *clock = &crtc_state->dpll;
eb1cbe48 6775
190f68c5 6776 i9xx_update_pll_dividers(crtc, crtc_state, reduced_clock);
2a8f64ca 6777
eb1cbe48
DV
6778 dpll = DPLL_VGA_MODE_DIS;
6779
2d84d2b3 6780 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_LVDS))
eb1cbe48
DV
6781 dpll |= DPLLB_MODE_LVDS;
6782 else
6783 dpll |= DPLLB_MODE_DAC_SERIAL;
6cc5f341 6784
73f67aa8
JN
6785 if (IS_I945G(dev_priv) || IS_I945GM(dev_priv) ||
6786 IS_G33(dev_priv) || IS_PINEVIEW(dev_priv)) {
190f68c5 6787 dpll |= (crtc_state->pixel_multiplier - 1)
198a037f 6788 << SDVO_MULTIPLIER_SHIFT_HIRES;
eb1cbe48 6789 }
198a037f 6790
3d6e9ee0
VS
6791 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_SDVO) ||
6792 intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI))
4a33e48d 6793 dpll |= DPLL_SDVO_HIGH_SPEED;
198a037f 6794
37a5650b 6795 if (intel_crtc_has_dp_encoder(crtc_state))
4a33e48d 6796 dpll |= DPLL_SDVO_HIGH_SPEED;
eb1cbe48
DV
6797
6798 /* compute bitmask from p1 value */
9b1e14f4 6799 if (IS_PINEVIEW(dev_priv))
eb1cbe48
DV
6800 dpll |= (1 << (clock->p1 - 1)) << DPLL_FPA01_P1_POST_DIV_SHIFT_PINEVIEW;
6801 else {
6802 dpll |= (1 << (clock->p1 - 1)) << DPLL_FPA01_P1_POST_DIV_SHIFT;
9beb5fea 6803 if (IS_G4X(dev_priv) && reduced_clock)
eb1cbe48
DV
6804 dpll |= (1 << (reduced_clock->p1 - 1)) << DPLL_FPA1_P1_POST_DIV_SHIFT;
6805 }
6806 switch (clock->p2) {
6807 case 5:
6808 dpll |= DPLL_DAC_SERIAL_P2_CLOCK_DIV_5;
6809 break;
6810 case 7:
6811 dpll |= DPLLB_LVDS_P2_CLOCK_DIV_7;
6812 break;
6813 case 10:
6814 dpll |= DPLL_DAC_SERIAL_P2_CLOCK_DIV_10;
6815 break;
6816 case 14:
6817 dpll |= DPLLB_LVDS_P2_CLOCK_DIV_14;
6818 break;
6819 }
9b1e14f4 6820 if (INTEL_GEN(dev_priv) >= 4)
eb1cbe48
DV
6821 dpll |= (6 << PLL_LOAD_PULSE_PHASE_SHIFT);
6822
190f68c5 6823 if (crtc_state->sdvo_tv_clock)
eb1cbe48 6824 dpll |= PLL_REF_INPUT_TVCLKINBC;
2d84d2b3 6825 else if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_LVDS) &&
ceb41007 6826 intel_panel_use_ssc(dev_priv))
eb1cbe48
DV
6827 dpll |= PLLB_REF_INPUT_SPREADSPECTRUMIN;
6828 else
6829 dpll |= PLL_REF_INPUT_DREFCLK;
6830
6831 dpll |= DPLL_VCO_ENABLE;
190f68c5 6832 crtc_state->dpll_hw_state.dpll = dpll;
8bcc2795 6833
9b1e14f4 6834 if (INTEL_GEN(dev_priv) >= 4) {
190f68c5 6835 u32 dpll_md = (crtc_state->pixel_multiplier - 1)
ef1b460d 6836 << DPLL_MD_UDI_MULTIPLIER_SHIFT;
190f68c5 6837 crtc_state->dpll_hw_state.dpll_md = dpll_md;
eb1cbe48
DV
6838 }
6839}
6840
251ac862
DV
6841static void i8xx_compute_dpll(struct intel_crtc *crtc,
6842 struct intel_crtc_state *crtc_state,
9e2c8475 6843 struct dpll *reduced_clock)
eb1cbe48 6844{
f47709a9 6845 struct drm_device *dev = crtc->base.dev;
fac5e23e 6846 struct drm_i915_private *dev_priv = to_i915(dev);
eb1cbe48 6847 u32 dpll;
190f68c5 6848 struct dpll *clock = &crtc_state->dpll;
eb1cbe48 6849
190f68c5 6850 i9xx_update_pll_dividers(crtc, crtc_state, reduced_clock);
2a8f64ca 6851
eb1cbe48
DV
6852 dpll = DPLL_VGA_MODE_DIS;
6853
2d84d2b3 6854 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_LVDS)) {
eb1cbe48
DV
6855 dpll |= (1 << (clock->p1 - 1)) << DPLL_FPA01_P1_POST_DIV_SHIFT;
6856 } else {
6857 if (clock->p1 == 2)
6858 dpll |= PLL_P1_DIVIDE_BY_TWO;
6859 else
6860 dpll |= (clock->p1 - 2) << DPLL_FPA01_P1_POST_DIV_SHIFT;
6861 if (clock->p2 == 4)
6862 dpll |= PLL_P2_DIVIDE_BY_4;
6863 }
6864
50a0bc90
TU
6865 if (!IS_I830(dev_priv) &&
6866 intel_crtc_has_type(crtc_state, INTEL_OUTPUT_DVO))
4a33e48d
DV
6867 dpll |= DPLL_DVO_2X_MODE;
6868
2d84d2b3 6869 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_LVDS) &&
ceb41007 6870 intel_panel_use_ssc(dev_priv))
eb1cbe48
DV
6871 dpll |= PLLB_REF_INPUT_SPREADSPECTRUMIN;
6872 else
6873 dpll |= PLL_REF_INPUT_DREFCLK;
6874
6875 dpll |= DPLL_VCO_ENABLE;
190f68c5 6876 crtc_state->dpll_hw_state.dpll = dpll;
eb1cbe48
DV
6877}
6878
8a654f3b 6879static void intel_set_pipe_timings(struct intel_crtc *intel_crtc)
b0e77b9c 6880{
6315b5d3 6881 struct drm_i915_private *dev_priv = to_i915(intel_crtc->base.dev);
b0e77b9c 6882 enum pipe pipe = intel_crtc->pipe;
6e3c9717 6883 enum transcoder cpu_transcoder = intel_crtc->config->cpu_transcoder;
7c5f93b0 6884 const struct drm_display_mode *adjusted_mode = &intel_crtc->config->base.adjusted_mode;
1caea6e9
VS
6885 uint32_t crtc_vtotal, crtc_vblank_end;
6886 int vsyncshift = 0;
4d8a62ea
DV
6887
6888 /* We need to be careful not to changed the adjusted mode, for otherwise
6889 * the hw state checker will get angry at the mismatch. */
6890 crtc_vtotal = adjusted_mode->crtc_vtotal;
6891 crtc_vblank_end = adjusted_mode->crtc_vblank_end;
b0e77b9c 6892
609aeaca 6893 if (adjusted_mode->flags & DRM_MODE_FLAG_INTERLACE) {
b0e77b9c 6894 /* the chip adds 2 halflines automatically */
4d8a62ea
DV
6895 crtc_vtotal -= 1;
6896 crtc_vblank_end -= 1;
609aeaca 6897
2d84d2b3 6898 if (intel_crtc_has_type(intel_crtc->config, INTEL_OUTPUT_SDVO))
609aeaca
VS
6899 vsyncshift = (adjusted_mode->crtc_htotal - 1) / 2;
6900 else
6901 vsyncshift = adjusted_mode->crtc_hsync_start -
6902 adjusted_mode->crtc_htotal / 2;
1caea6e9
VS
6903 if (vsyncshift < 0)
6904 vsyncshift += adjusted_mode->crtc_htotal;
b0e77b9c
PZ
6905 }
6906
6315b5d3 6907 if (INTEL_GEN(dev_priv) > 3)
fe2b8f9d 6908 I915_WRITE(VSYNCSHIFT(cpu_transcoder), vsyncshift);
b0e77b9c 6909
fe2b8f9d 6910 I915_WRITE(HTOTAL(cpu_transcoder),
b0e77b9c
PZ
6911 (adjusted_mode->crtc_hdisplay - 1) |
6912 ((adjusted_mode->crtc_htotal - 1) << 16));
fe2b8f9d 6913 I915_WRITE(HBLANK(cpu_transcoder),
b0e77b9c
PZ
6914 (adjusted_mode->crtc_hblank_start - 1) |
6915 ((adjusted_mode->crtc_hblank_end - 1) << 16));
fe2b8f9d 6916 I915_WRITE(HSYNC(cpu_transcoder),
b0e77b9c
PZ
6917 (adjusted_mode->crtc_hsync_start - 1) |
6918 ((adjusted_mode->crtc_hsync_end - 1) << 16));
6919
fe2b8f9d 6920 I915_WRITE(VTOTAL(cpu_transcoder),
b0e77b9c 6921 (adjusted_mode->crtc_vdisplay - 1) |
4d8a62ea 6922 ((crtc_vtotal - 1) << 16));
fe2b8f9d 6923 I915_WRITE(VBLANK(cpu_transcoder),
b0e77b9c 6924 (adjusted_mode->crtc_vblank_start - 1) |
4d8a62ea 6925 ((crtc_vblank_end - 1) << 16));
fe2b8f9d 6926 I915_WRITE(VSYNC(cpu_transcoder),
b0e77b9c
PZ
6927 (adjusted_mode->crtc_vsync_start - 1) |
6928 ((adjusted_mode->crtc_vsync_end - 1) << 16));
6929
b5e508d4
PZ
6930 /* Workaround: when the EDP input selection is B, the VTOTAL_B must be
6931 * programmed with the VTOTAL_EDP value. Same for VTOTAL_C. This is
6932 * documented on the DDI_FUNC_CTL register description, EDP Input Select
6933 * bits. */
772c2a51 6934 if (IS_HASWELL(dev_priv) && cpu_transcoder == TRANSCODER_EDP &&
b5e508d4
PZ
6935 (pipe == PIPE_B || pipe == PIPE_C))
6936 I915_WRITE(VTOTAL(pipe), I915_READ(VTOTAL(cpu_transcoder)));
6937
bc58be60
JN
6938}
6939
6940static void intel_set_pipe_src_size(struct intel_crtc *intel_crtc)
6941{
6942 struct drm_device *dev = intel_crtc->base.dev;
fac5e23e 6943 struct drm_i915_private *dev_priv = to_i915(dev);
bc58be60
JN
6944 enum pipe pipe = intel_crtc->pipe;
6945
b0e77b9c
PZ
6946 /* pipesrc controls the size that is scaled from, which should
6947 * always be the user's requested size.
6948 */
6949 I915_WRITE(PIPESRC(pipe),
6e3c9717
ACO
6950 ((intel_crtc->config->pipe_src_w - 1) << 16) |
6951 (intel_crtc->config->pipe_src_h - 1));
b0e77b9c
PZ
6952}
6953
1bd1bd80 6954static void intel_get_pipe_timings(struct intel_crtc *crtc,
5cec258b 6955 struct intel_crtc_state *pipe_config)
1bd1bd80
DV
6956{
6957 struct drm_device *dev = crtc->base.dev;
fac5e23e 6958 struct drm_i915_private *dev_priv = to_i915(dev);
1bd1bd80
DV
6959 enum transcoder cpu_transcoder = pipe_config->cpu_transcoder;
6960 uint32_t tmp;
6961
6962 tmp = I915_READ(HTOTAL(cpu_transcoder));
2d112de7
ACO
6963 pipe_config->base.adjusted_mode.crtc_hdisplay = (tmp & 0xffff) + 1;
6964 pipe_config->base.adjusted_mode.crtc_htotal = ((tmp >> 16) & 0xffff) + 1;
1bd1bd80 6965 tmp = I915_READ(HBLANK(cpu_transcoder));
2d112de7
ACO
6966 pipe_config->base.adjusted_mode.crtc_hblank_start = (tmp & 0xffff) + 1;
6967 pipe_config->base.adjusted_mode.crtc_hblank_end = ((tmp >> 16) & 0xffff) + 1;
1bd1bd80 6968 tmp = I915_READ(HSYNC(cpu_transcoder));
2d112de7
ACO
6969 pipe_config->base.adjusted_mode.crtc_hsync_start = (tmp & 0xffff) + 1;
6970 pipe_config->base.adjusted_mode.crtc_hsync_end = ((tmp >> 16) & 0xffff) + 1;
1bd1bd80
DV
6971
6972 tmp = I915_READ(VTOTAL(cpu_transcoder));
2d112de7
ACO
6973 pipe_config->base.adjusted_mode.crtc_vdisplay = (tmp & 0xffff) + 1;
6974 pipe_config->base.adjusted_mode.crtc_vtotal = ((tmp >> 16) & 0xffff) + 1;
1bd1bd80 6975 tmp = I915_READ(VBLANK(cpu_transcoder));
2d112de7
ACO
6976 pipe_config->base.adjusted_mode.crtc_vblank_start = (tmp & 0xffff) + 1;
6977 pipe_config->base.adjusted_mode.crtc_vblank_end = ((tmp >> 16) & 0xffff) + 1;
1bd1bd80 6978 tmp = I915_READ(VSYNC(cpu_transcoder));
2d112de7
ACO
6979 pipe_config->base.adjusted_mode.crtc_vsync_start = (tmp & 0xffff) + 1;
6980 pipe_config->base.adjusted_mode.crtc_vsync_end = ((tmp >> 16) & 0xffff) + 1;
1bd1bd80
DV
6981
6982 if (I915_READ(PIPECONF(cpu_transcoder)) & PIPECONF_INTERLACE_MASK) {
2d112de7
ACO
6983 pipe_config->base.adjusted_mode.flags |= DRM_MODE_FLAG_INTERLACE;
6984 pipe_config->base.adjusted_mode.crtc_vtotal += 1;
6985 pipe_config->base.adjusted_mode.crtc_vblank_end += 1;
1bd1bd80 6986 }
bc58be60
JN
6987}
6988
6989static void intel_get_pipe_src_size(struct intel_crtc *crtc,
6990 struct intel_crtc_state *pipe_config)
6991{
6992 struct drm_device *dev = crtc->base.dev;
fac5e23e 6993 struct drm_i915_private *dev_priv = to_i915(dev);
bc58be60 6994 u32 tmp;
1bd1bd80
DV
6995
6996 tmp = I915_READ(PIPESRC(crtc->pipe));
37327abd
VS
6997 pipe_config->pipe_src_h = (tmp & 0xffff) + 1;
6998 pipe_config->pipe_src_w = ((tmp >> 16) & 0xffff) + 1;
6999
2d112de7
ACO
7000 pipe_config->base.mode.vdisplay = pipe_config->pipe_src_h;
7001 pipe_config->base.mode.hdisplay = pipe_config->pipe_src_w;
1bd1bd80
DV
7002}
7003
f6a83288 7004void intel_mode_from_pipe_config(struct drm_display_mode *mode,
5cec258b 7005 struct intel_crtc_state *pipe_config)
babea61d 7006{
2d112de7
ACO
7007 mode->hdisplay = pipe_config->base.adjusted_mode.crtc_hdisplay;
7008 mode->htotal = pipe_config->base.adjusted_mode.crtc_htotal;
7009 mode->hsync_start = pipe_config->base.adjusted_mode.crtc_hsync_start;
7010 mode->hsync_end = pipe_config->base.adjusted_mode.crtc_hsync_end;
babea61d 7011
2d112de7
ACO
7012 mode->vdisplay = pipe_config->base.adjusted_mode.crtc_vdisplay;
7013 mode->vtotal = pipe_config->base.adjusted_mode.crtc_vtotal;
7014 mode->vsync_start = pipe_config->base.adjusted_mode.crtc_vsync_start;
7015 mode->vsync_end = pipe_config->base.adjusted_mode.crtc_vsync_end;
babea61d 7016
2d112de7 7017 mode->flags = pipe_config->base.adjusted_mode.flags;
cd13f5ab 7018 mode->type = DRM_MODE_TYPE_DRIVER;
babea61d 7019
2d112de7 7020 mode->clock = pipe_config->base.adjusted_mode.crtc_clock;
cd13f5ab
ML
7021
7022 mode->hsync = drm_mode_hsync(mode);
7023 mode->vrefresh = drm_mode_vrefresh(mode);
7024 drm_mode_set_name(mode);
babea61d
JB
7025}
7026
84b046f3
DV
7027static void i9xx_set_pipeconf(struct intel_crtc *intel_crtc)
7028{
6315b5d3 7029 struct drm_i915_private *dev_priv = to_i915(intel_crtc->base.dev);
84b046f3
DV
7030 uint32_t pipeconf;
7031
9f11a9e4 7032 pipeconf = 0;
84b046f3 7033
b6b5d049
VS
7034 if ((intel_crtc->pipe == PIPE_A && dev_priv->quirks & QUIRK_PIPEA_FORCE) ||
7035 (intel_crtc->pipe == PIPE_B && dev_priv->quirks & QUIRK_PIPEB_FORCE))
7036 pipeconf |= I915_READ(PIPECONF(intel_crtc->pipe)) & PIPECONF_ENABLE;
67c72a12 7037
6e3c9717 7038 if (intel_crtc->config->double_wide)
cf532bb2 7039 pipeconf |= PIPECONF_DOUBLE_WIDE;
84b046f3 7040
ff9ce46e 7041 /* only g4x and later have fancy bpc/dither controls */
9beb5fea
TU
7042 if (IS_G4X(dev_priv) || IS_VALLEYVIEW(dev_priv) ||
7043 IS_CHERRYVIEW(dev_priv)) {
ff9ce46e 7044 /* Bspec claims that we can't use dithering for 30bpp pipes. */
6e3c9717 7045 if (intel_crtc->config->dither && intel_crtc->config->pipe_bpp != 30)
ff9ce46e 7046 pipeconf |= PIPECONF_DITHER_EN |
84b046f3 7047 PIPECONF_DITHER_TYPE_SP;
84b046f3 7048
6e3c9717 7049 switch (intel_crtc->config->pipe_bpp) {
ff9ce46e
DV
7050 case 18:
7051 pipeconf |= PIPECONF_6BPC;
7052 break;
7053 case 24:
7054 pipeconf |= PIPECONF_8BPC;
7055 break;
7056 case 30:
7057 pipeconf |= PIPECONF_10BPC;
7058 break;
7059 default:
7060 /* Case prevented by intel_choose_pipe_bpp_dither. */
7061 BUG();
84b046f3
DV
7062 }
7063 }
7064
56b857a5 7065 if (HAS_PIPE_CXSR(dev_priv)) {
84b046f3
DV
7066 if (intel_crtc->lowfreq_avail) {
7067 DRM_DEBUG_KMS("enabling CxSR downclocking\n");
7068 pipeconf |= PIPECONF_CXSR_DOWNCLOCK;
7069 } else {
7070 DRM_DEBUG_KMS("disabling CxSR downclocking\n");
84b046f3
DV
7071 }
7072 }
7073
6e3c9717 7074 if (intel_crtc->config->base.adjusted_mode.flags & DRM_MODE_FLAG_INTERLACE) {
6315b5d3 7075 if (INTEL_GEN(dev_priv) < 4 ||
2d84d2b3 7076 intel_crtc_has_type(intel_crtc->config, INTEL_OUTPUT_SDVO))
efc2cfff
VS
7077 pipeconf |= PIPECONF_INTERLACE_W_FIELD_INDICATION;
7078 else
7079 pipeconf |= PIPECONF_INTERLACE_W_SYNC_SHIFT;
7080 } else
84b046f3
DV
7081 pipeconf |= PIPECONF_PROGRESSIVE;
7082
920a14b2 7083 if ((IS_VALLEYVIEW(dev_priv) || IS_CHERRYVIEW(dev_priv)) &&
666a4537 7084 intel_crtc->config->limited_color_range)
9f11a9e4 7085 pipeconf |= PIPECONF_COLOR_RANGE_SELECT;
9c8e09b7 7086
84b046f3
DV
7087 I915_WRITE(PIPECONF(intel_crtc->pipe), pipeconf);
7088 POSTING_READ(PIPECONF(intel_crtc->pipe));
7089}
7090
81c97f52
ACO
7091static int i8xx_crtc_compute_clock(struct intel_crtc *crtc,
7092 struct intel_crtc_state *crtc_state)
7093{
7094 struct drm_device *dev = crtc->base.dev;
fac5e23e 7095 struct drm_i915_private *dev_priv = to_i915(dev);
1b6f4958 7096 const struct intel_limit *limit;
81c97f52
ACO
7097 int refclk = 48000;
7098
7099 memset(&crtc_state->dpll_hw_state, 0,
7100 sizeof(crtc_state->dpll_hw_state));
7101
2d84d2b3 7102 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_LVDS)) {
81c97f52
ACO
7103 if (intel_panel_use_ssc(dev_priv)) {
7104 refclk = dev_priv->vbt.lvds_ssc_freq;
7105 DRM_DEBUG_KMS("using SSC reference clock of %d kHz\n", refclk);
7106 }
7107
7108 limit = &intel_limits_i8xx_lvds;
2d84d2b3 7109 } else if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_DVO)) {
81c97f52
ACO
7110 limit = &intel_limits_i8xx_dvo;
7111 } else {
7112 limit = &intel_limits_i8xx_dac;
7113 }
7114
7115 if (!crtc_state->clock_set &&
7116 !i9xx_find_best_dpll(limit, crtc_state, crtc_state->port_clock,
7117 refclk, NULL, &crtc_state->dpll)) {
7118 DRM_ERROR("Couldn't find PLL settings for mode!\n");
7119 return -EINVAL;
7120 }
7121
7122 i8xx_compute_dpll(crtc, crtc_state, NULL);
7123
7124 return 0;
7125}
7126
19ec6693
ACO
7127static int g4x_crtc_compute_clock(struct intel_crtc *crtc,
7128 struct intel_crtc_state *crtc_state)
7129{
7130 struct drm_device *dev = crtc->base.dev;
fac5e23e 7131 struct drm_i915_private *dev_priv = to_i915(dev);
1b6f4958 7132 const struct intel_limit *limit;
19ec6693
ACO
7133 int refclk = 96000;
7134
7135 memset(&crtc_state->dpll_hw_state, 0,
7136 sizeof(crtc_state->dpll_hw_state));
7137
2d84d2b3 7138 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_LVDS)) {
19ec6693
ACO
7139 if (intel_panel_use_ssc(dev_priv)) {
7140 refclk = dev_priv->vbt.lvds_ssc_freq;
7141 DRM_DEBUG_KMS("using SSC reference clock of %d kHz\n", refclk);
7142 }
7143
7144 if (intel_is_dual_link_lvds(dev))
7145 limit = &intel_limits_g4x_dual_channel_lvds;
7146 else
7147 limit = &intel_limits_g4x_single_channel_lvds;
2d84d2b3
VS
7148 } else if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI) ||
7149 intel_crtc_has_type(crtc_state, INTEL_OUTPUT_ANALOG)) {
19ec6693 7150 limit = &intel_limits_g4x_hdmi;
2d84d2b3 7151 } else if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_SDVO)) {
19ec6693
ACO
7152 limit = &intel_limits_g4x_sdvo;
7153 } else {
7154 /* The option is for other outputs */
7155 limit = &intel_limits_i9xx_sdvo;
7156 }
7157
7158 if (!crtc_state->clock_set &&
7159 !g4x_find_best_dpll(limit, crtc_state, crtc_state->port_clock,
7160 refclk, NULL, &crtc_state->dpll)) {
7161 DRM_ERROR("Couldn't find PLL settings for mode!\n");
7162 return -EINVAL;
7163 }
7164
7165 i9xx_compute_dpll(crtc, crtc_state, NULL);
7166
7167 return 0;
7168}
7169
70e8aa21
ACO
7170static int pnv_crtc_compute_clock(struct intel_crtc *crtc,
7171 struct intel_crtc_state *crtc_state)
7172{
7173 struct drm_device *dev = crtc->base.dev;
fac5e23e 7174 struct drm_i915_private *dev_priv = to_i915(dev);
1b6f4958 7175 const struct intel_limit *limit;
70e8aa21
ACO
7176 int refclk = 96000;
7177
7178 memset(&crtc_state->dpll_hw_state, 0,
7179 sizeof(crtc_state->dpll_hw_state));
7180
2d84d2b3 7181 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_LVDS)) {
70e8aa21
ACO
7182 if (intel_panel_use_ssc(dev_priv)) {
7183 refclk = dev_priv->vbt.lvds_ssc_freq;
7184 DRM_DEBUG_KMS("using SSC reference clock of %d kHz\n", refclk);
7185 }
7186
7187 limit = &intel_limits_pineview_lvds;
7188 } else {
7189 limit = &intel_limits_pineview_sdvo;
7190 }
7191
7192 if (!crtc_state->clock_set &&
7193 !pnv_find_best_dpll(limit, crtc_state, crtc_state->port_clock,
7194 refclk, NULL, &crtc_state->dpll)) {
7195 DRM_ERROR("Couldn't find PLL settings for mode!\n");
7196 return -EINVAL;
7197 }
7198
7199 i9xx_compute_dpll(crtc, crtc_state, NULL);
7200
7201 return 0;
7202}
7203
190f68c5
ACO
7204static int i9xx_crtc_compute_clock(struct intel_crtc *crtc,
7205 struct intel_crtc_state *crtc_state)
79e53945 7206{
c7653199 7207 struct drm_device *dev = crtc->base.dev;
fac5e23e 7208 struct drm_i915_private *dev_priv = to_i915(dev);
1b6f4958 7209 const struct intel_limit *limit;
81c97f52 7210 int refclk = 96000;
79e53945 7211
dd3cd74a
ACO
7212 memset(&crtc_state->dpll_hw_state, 0,
7213 sizeof(crtc_state->dpll_hw_state));
7214
2d84d2b3 7215 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_LVDS)) {
70e8aa21
ACO
7216 if (intel_panel_use_ssc(dev_priv)) {
7217 refclk = dev_priv->vbt.lvds_ssc_freq;
7218 DRM_DEBUG_KMS("using SSC reference clock of %d kHz\n", refclk);
7219 }
43565a06 7220
70e8aa21
ACO
7221 limit = &intel_limits_i9xx_lvds;
7222 } else {
7223 limit = &intel_limits_i9xx_sdvo;
81c97f52 7224 }
79e53945 7225
70e8aa21
ACO
7226 if (!crtc_state->clock_set &&
7227 !i9xx_find_best_dpll(limit, crtc_state, crtc_state->port_clock,
7228 refclk, NULL, &crtc_state->dpll)) {
7229 DRM_ERROR("Couldn't find PLL settings for mode!\n");
7230 return -EINVAL;
f47709a9 7231 }
7026d4ac 7232
81c97f52 7233 i9xx_compute_dpll(crtc, crtc_state, NULL);
79e53945 7234
c8f7a0db 7235 return 0;
f564048e
EA
7236}
7237
65b3d6a9
ACO
7238static int chv_crtc_compute_clock(struct intel_crtc *crtc,
7239 struct intel_crtc_state *crtc_state)
7240{
7241 int refclk = 100000;
1b6f4958 7242 const struct intel_limit *limit = &intel_limits_chv;
65b3d6a9
ACO
7243
7244 memset(&crtc_state->dpll_hw_state, 0,
7245 sizeof(crtc_state->dpll_hw_state));
7246
65b3d6a9
ACO
7247 if (!crtc_state->clock_set &&
7248 !chv_find_best_dpll(limit, crtc_state, crtc_state->port_clock,
7249 refclk, NULL, &crtc_state->dpll)) {
7250 DRM_ERROR("Couldn't find PLL settings for mode!\n");
7251 return -EINVAL;
7252 }
7253
7254 chv_compute_dpll(crtc, crtc_state);
7255
7256 return 0;
7257}
7258
7259static int vlv_crtc_compute_clock(struct intel_crtc *crtc,
7260 struct intel_crtc_state *crtc_state)
7261{
7262 int refclk = 100000;
1b6f4958 7263 const struct intel_limit *limit = &intel_limits_vlv;
65b3d6a9
ACO
7264
7265 memset(&crtc_state->dpll_hw_state, 0,
7266 sizeof(crtc_state->dpll_hw_state));
7267
65b3d6a9
ACO
7268 if (!crtc_state->clock_set &&
7269 !vlv_find_best_dpll(limit, crtc_state, crtc_state->port_clock,
7270 refclk, NULL, &crtc_state->dpll)) {
7271 DRM_ERROR("Couldn't find PLL settings for mode!\n");
7272 return -EINVAL;
7273 }
7274
7275 vlv_compute_dpll(crtc, crtc_state);
7276
7277 return 0;
7278}
7279
2fa2fe9a 7280static void i9xx_get_pfit_config(struct intel_crtc *crtc,
5cec258b 7281 struct intel_crtc_state *pipe_config)
2fa2fe9a 7282{
6315b5d3 7283 struct drm_i915_private *dev_priv = to_i915(crtc->base.dev);
2fa2fe9a
DV
7284 uint32_t tmp;
7285
50a0bc90
TU
7286 if (INTEL_GEN(dev_priv) <= 3 &&
7287 (IS_I830(dev_priv) || !IS_MOBILE(dev_priv)))
dc9e7dec
VS
7288 return;
7289
2fa2fe9a 7290 tmp = I915_READ(PFIT_CONTROL);
06922821
DV
7291 if (!(tmp & PFIT_ENABLE))
7292 return;
2fa2fe9a 7293
06922821 7294 /* Check whether the pfit is attached to our pipe. */
6315b5d3 7295 if (INTEL_GEN(dev_priv) < 4) {
2fa2fe9a
DV
7296 if (crtc->pipe != PIPE_B)
7297 return;
2fa2fe9a
DV
7298 } else {
7299 if ((tmp & PFIT_PIPE_MASK) != (crtc->pipe << PFIT_PIPE_SHIFT))
7300 return;
7301 }
7302
06922821 7303 pipe_config->gmch_pfit.control = tmp;
2fa2fe9a 7304 pipe_config->gmch_pfit.pgm_ratios = I915_READ(PFIT_PGM_RATIOS);
2fa2fe9a
DV
7305}
7306
acbec814 7307static void vlv_crtc_clock_get(struct intel_crtc *crtc,
5cec258b 7308 struct intel_crtc_state *pipe_config)
acbec814
JB
7309{
7310 struct drm_device *dev = crtc->base.dev;
fac5e23e 7311 struct drm_i915_private *dev_priv = to_i915(dev);
acbec814 7312 int pipe = pipe_config->cpu_transcoder;
9e2c8475 7313 struct dpll clock;
acbec814 7314 u32 mdiv;
662c6ecb 7315 int refclk = 100000;
acbec814 7316
b521973b
VS
7317 /* In case of DSI, DPLL will not be used */
7318 if ((pipe_config->dpll_hw_state.dpll & DPLL_VCO_ENABLE) == 0)
f573de5a
SK
7319 return;
7320
a580516d 7321 mutex_lock(&dev_priv->sb_lock);
ab3c759a 7322 mdiv = vlv_dpio_read(dev_priv, pipe, VLV_PLL_DW3(pipe));
a580516d 7323 mutex_unlock(&dev_priv->sb_lock);
acbec814
JB
7324
7325 clock.m1 = (mdiv >> DPIO_M1DIV_SHIFT) & 7;
7326 clock.m2 = mdiv & DPIO_M2DIV_MASK;
7327 clock.n = (mdiv >> DPIO_N_SHIFT) & 0xf;
7328 clock.p1 = (mdiv >> DPIO_P1_SHIFT) & 7;
7329 clock.p2 = (mdiv >> DPIO_P2_SHIFT) & 0x1f;
7330
dccbea3b 7331 pipe_config->port_clock = vlv_calc_dpll_params(refclk, &clock);
acbec814
JB
7332}
7333
5724dbd1
DL
7334static void
7335i9xx_get_initial_plane_config(struct intel_crtc *crtc,
7336 struct intel_initial_plane_config *plane_config)
1ad292b5
JB
7337{
7338 struct drm_device *dev = crtc->base.dev;
fac5e23e 7339 struct drm_i915_private *dev_priv = to_i915(dev);
1ad292b5
JB
7340 u32 val, base, offset;
7341 int pipe = crtc->pipe, plane = crtc->plane;
7342 int fourcc, pixel_format;
6761dd31 7343 unsigned int aligned_height;
b113d5ee 7344 struct drm_framebuffer *fb;
1b842c89 7345 struct intel_framebuffer *intel_fb;
1ad292b5 7346
42a7b088
DL
7347 val = I915_READ(DSPCNTR(plane));
7348 if (!(val & DISPLAY_PLANE_ENABLE))
7349 return;
7350
d9806c9f 7351 intel_fb = kzalloc(sizeof(*intel_fb), GFP_KERNEL);
1b842c89 7352 if (!intel_fb) {
1ad292b5
JB
7353 DRM_DEBUG_KMS("failed to alloc fb\n");
7354 return;
7355 }
7356
1b842c89
DL
7357 fb = &intel_fb->base;
7358
d2e9f5fc
VS
7359 fb->dev = dev;
7360
6315b5d3 7361 if (INTEL_GEN(dev_priv) >= 4) {
18c5247e 7362 if (val & DISPPLANE_TILED) {
49af449b 7363 plane_config->tiling = I915_TILING_X;
bae781b2 7364 fb->modifier = I915_FORMAT_MOD_X_TILED;
18c5247e
DV
7365 }
7366 }
1ad292b5
JB
7367
7368 pixel_format = val & DISPPLANE_PIXFORMAT_MASK;
b35d63fa 7369 fourcc = i9xx_format_to_fourcc(pixel_format);
2f3f4763 7370 fb->format = drm_format_info(fourcc);
1ad292b5 7371
6315b5d3 7372 if (INTEL_GEN(dev_priv) >= 4) {
49af449b 7373 if (plane_config->tiling)
1ad292b5
JB
7374 offset = I915_READ(DSPTILEOFF(plane));
7375 else
7376 offset = I915_READ(DSPLINOFF(plane));
7377 base = I915_READ(DSPSURF(plane)) & 0xfffff000;
7378 } else {
7379 base = I915_READ(DSPADDR(plane));
7380 }
7381 plane_config->base = base;
7382
7383 val = I915_READ(PIPESRC(pipe));
b113d5ee
DL
7384 fb->width = ((val >> 16) & 0xfff) + 1;
7385 fb->height = ((val >> 0) & 0xfff) + 1;
1ad292b5
JB
7386
7387 val = I915_READ(DSPSTRIDE(pipe));
b113d5ee 7388 fb->pitches[0] = val & 0xffffffc0;
1ad292b5 7389
d88c4afd 7390 aligned_height = intel_fb_align_height(fb, 0, fb->height);
1ad292b5 7391
f37b5c2b 7392 plane_config->size = fb->pitches[0] * aligned_height;
1ad292b5 7393
2844a921
DL
7394 DRM_DEBUG_KMS("pipe/plane %c/%d with fb: size=%dx%d@%d, offset=%x, pitch %d, size 0x%x\n",
7395 pipe_name(pipe), plane, fb->width, fb->height,
272725c7 7396 fb->format->cpp[0] * 8, base, fb->pitches[0],
2844a921 7397 plane_config->size);
1ad292b5 7398
2d14030b 7399 plane_config->fb = intel_fb;
1ad292b5
JB
7400}
7401
70b23a98 7402static void chv_crtc_clock_get(struct intel_crtc *crtc,
5cec258b 7403 struct intel_crtc_state *pipe_config)
70b23a98
VS
7404{
7405 struct drm_device *dev = crtc->base.dev;
fac5e23e 7406 struct drm_i915_private *dev_priv = to_i915(dev);
70b23a98
VS
7407 int pipe = pipe_config->cpu_transcoder;
7408 enum dpio_channel port = vlv_pipe_to_channel(pipe);
9e2c8475 7409 struct dpll clock;
0d7b6b11 7410 u32 cmn_dw13, pll_dw0, pll_dw1, pll_dw2, pll_dw3;
70b23a98
VS
7411 int refclk = 100000;
7412
b521973b
VS
7413 /* In case of DSI, DPLL will not be used */
7414 if ((pipe_config->dpll_hw_state.dpll & DPLL_VCO_ENABLE) == 0)
7415 return;
7416
a580516d 7417 mutex_lock(&dev_priv->sb_lock);
70b23a98
VS
7418 cmn_dw13 = vlv_dpio_read(dev_priv, pipe, CHV_CMN_DW13(port));
7419 pll_dw0 = vlv_dpio_read(dev_priv, pipe, CHV_PLL_DW0(port));
7420 pll_dw1 = vlv_dpio_read(dev_priv, pipe, CHV_PLL_DW1(port));
7421 pll_dw2 = vlv_dpio_read(dev_priv, pipe, CHV_PLL_DW2(port));
0d7b6b11 7422 pll_dw3 = vlv_dpio_read(dev_priv, pipe, CHV_PLL_DW3(port));
a580516d 7423 mutex_unlock(&dev_priv->sb_lock);
70b23a98
VS
7424
7425 clock.m1 = (pll_dw1 & 0x7) == DPIO_CHV_M1_DIV_BY_2 ? 2 : 0;
0d7b6b11
ID
7426 clock.m2 = (pll_dw0 & 0xff) << 22;
7427 if (pll_dw3 & DPIO_CHV_FRAC_DIV_EN)
7428 clock.m2 |= pll_dw2 & 0x3fffff;
70b23a98
VS
7429 clock.n = (pll_dw1 >> DPIO_CHV_N_DIV_SHIFT) & 0xf;
7430 clock.p1 = (cmn_dw13 >> DPIO_CHV_P1_DIV_SHIFT) & 0x7;
7431 clock.p2 = (cmn_dw13 >> DPIO_CHV_P2_DIV_SHIFT) & 0x1f;
7432
dccbea3b 7433 pipe_config->port_clock = chv_calc_dpll_params(refclk, &clock);
70b23a98
VS
7434}
7435
0e8ffe1b 7436static bool i9xx_get_pipe_config(struct intel_crtc *crtc,
5cec258b 7437 struct intel_crtc_state *pipe_config)
0e8ffe1b 7438{
6315b5d3 7439 struct drm_i915_private *dev_priv = to_i915(crtc->base.dev);
1729050e 7440 enum intel_display_power_domain power_domain;
0e8ffe1b 7441 uint32_t tmp;
1729050e 7442 bool ret;
0e8ffe1b 7443
1729050e
ID
7444 power_domain = POWER_DOMAIN_PIPE(crtc->pipe);
7445 if (!intel_display_power_get_if_enabled(dev_priv, power_domain))
b5482bd0
ID
7446 return false;
7447
e143a21c 7448 pipe_config->cpu_transcoder = (enum transcoder) crtc->pipe;
8106ddbd 7449 pipe_config->shared_dpll = NULL;
eccb140b 7450
1729050e
ID
7451 ret = false;
7452
0e8ffe1b
DV
7453 tmp = I915_READ(PIPECONF(crtc->pipe));
7454 if (!(tmp & PIPECONF_ENABLE))
1729050e 7455 goto out;
0e8ffe1b 7456
9beb5fea
TU
7457 if (IS_G4X(dev_priv) || IS_VALLEYVIEW(dev_priv) ||
7458 IS_CHERRYVIEW(dev_priv)) {
42571aef
VS
7459 switch (tmp & PIPECONF_BPC_MASK) {
7460 case PIPECONF_6BPC:
7461 pipe_config->pipe_bpp = 18;
7462 break;
7463 case PIPECONF_8BPC:
7464 pipe_config->pipe_bpp = 24;
7465 break;
7466 case PIPECONF_10BPC:
7467 pipe_config->pipe_bpp = 30;
7468 break;
7469 default:
7470 break;
7471 }
7472 }
7473
920a14b2 7474 if ((IS_VALLEYVIEW(dev_priv) || IS_CHERRYVIEW(dev_priv)) &&
666a4537 7475 (tmp & PIPECONF_COLOR_RANGE_SELECT))
b5a9fa09
DV
7476 pipe_config->limited_color_range = true;
7477
6315b5d3 7478 if (INTEL_GEN(dev_priv) < 4)
282740f7
VS
7479 pipe_config->double_wide = tmp & PIPECONF_DOUBLE_WIDE;
7480
1bd1bd80 7481 intel_get_pipe_timings(crtc, pipe_config);
bc58be60 7482 intel_get_pipe_src_size(crtc, pipe_config);
1bd1bd80 7483
2fa2fe9a
DV
7484 i9xx_get_pfit_config(crtc, pipe_config);
7485
6315b5d3 7486 if (INTEL_GEN(dev_priv) >= 4) {
c231775c 7487 /* No way to read it out on pipes B and C */
920a14b2 7488 if (IS_CHERRYVIEW(dev_priv) && crtc->pipe != PIPE_A)
c231775c
VS
7489 tmp = dev_priv->chv_dpll_md[crtc->pipe];
7490 else
7491 tmp = I915_READ(DPLL_MD(crtc->pipe));
6c49f241
DV
7492 pipe_config->pixel_multiplier =
7493 ((tmp & DPLL_MD_UDI_MULTIPLIER_MASK)
7494 >> DPLL_MD_UDI_MULTIPLIER_SHIFT) + 1;
8bcc2795 7495 pipe_config->dpll_hw_state.dpll_md = tmp;
50a0bc90 7496 } else if (IS_I945G(dev_priv) || IS_I945GM(dev_priv) ||
73f67aa8 7497 IS_G33(dev_priv) || IS_PINEVIEW(dev_priv)) {
6c49f241
DV
7498 tmp = I915_READ(DPLL(crtc->pipe));
7499 pipe_config->pixel_multiplier =
7500 ((tmp & SDVO_MULTIPLIER_MASK)
7501 >> SDVO_MULTIPLIER_SHIFT_HIRES) + 1;
7502 } else {
7503 /* Note that on i915G/GM the pixel multiplier is in the sdvo
7504 * port and will be fixed up in the encoder->get_config
7505 * function. */
7506 pipe_config->pixel_multiplier = 1;
7507 }
8bcc2795 7508 pipe_config->dpll_hw_state.dpll = I915_READ(DPLL(crtc->pipe));
920a14b2 7509 if (!IS_VALLEYVIEW(dev_priv) && !IS_CHERRYVIEW(dev_priv)) {
1c4e0274
VS
7510 /*
7511 * DPLL_DVO_2X_MODE must be enabled for both DPLLs
7512 * on 830. Filter it out here so that we don't
7513 * report errors due to that.
7514 */
50a0bc90 7515 if (IS_I830(dev_priv))
1c4e0274
VS
7516 pipe_config->dpll_hw_state.dpll &= ~DPLL_DVO_2X_MODE;
7517
8bcc2795
DV
7518 pipe_config->dpll_hw_state.fp0 = I915_READ(FP0(crtc->pipe));
7519 pipe_config->dpll_hw_state.fp1 = I915_READ(FP1(crtc->pipe));
165e901c
VS
7520 } else {
7521 /* Mask out read-only status bits. */
7522 pipe_config->dpll_hw_state.dpll &= ~(DPLL_LOCK_VLV |
7523 DPLL_PORTC_READY_MASK |
7524 DPLL_PORTB_READY_MASK);
8bcc2795 7525 }
6c49f241 7526
920a14b2 7527 if (IS_CHERRYVIEW(dev_priv))
70b23a98 7528 chv_crtc_clock_get(crtc, pipe_config);
11a914c2 7529 else if (IS_VALLEYVIEW(dev_priv))
acbec814
JB
7530 vlv_crtc_clock_get(crtc, pipe_config);
7531 else
7532 i9xx_crtc_clock_get(crtc, pipe_config);
18442d08 7533
0f64614d
VS
7534 /*
7535 * Normally the dotclock is filled in by the encoder .get_config()
7536 * but in case the pipe is enabled w/o any ports we need a sane
7537 * default.
7538 */
7539 pipe_config->base.adjusted_mode.crtc_clock =
7540 pipe_config->port_clock / pipe_config->pixel_multiplier;
7541
1729050e
ID
7542 ret = true;
7543
7544out:
7545 intel_display_power_put(dev_priv, power_domain);
7546
7547 return ret;
0e8ffe1b
DV
7548}
7549
c39055b0 7550static void ironlake_init_pch_refclk(struct drm_i915_private *dev_priv)
13d83a67 7551{
13d83a67 7552 struct intel_encoder *encoder;
1c1a24d2 7553 int i;
74cfd7ac 7554 u32 val, final;
13d83a67 7555 bool has_lvds = false;
199e5d79 7556 bool has_cpu_edp = false;
199e5d79 7557 bool has_panel = false;
99eb6a01
KP
7558 bool has_ck505 = false;
7559 bool can_ssc = false;
1c1a24d2 7560 bool using_ssc_source = false;
13d83a67
JB
7561
7562 /* We need to take the global config into account */
c39055b0 7563 for_each_intel_encoder(&dev_priv->drm, encoder) {
199e5d79
KP
7564 switch (encoder->type) {
7565 case INTEL_OUTPUT_LVDS:
7566 has_panel = true;
7567 has_lvds = true;
7568 break;
7569 case INTEL_OUTPUT_EDP:
7570 has_panel = true;
2de6905f 7571 if (enc_to_dig_port(&encoder->base)->port == PORT_A)
199e5d79
KP
7572 has_cpu_edp = true;
7573 break;
6847d71b
PZ
7574 default:
7575 break;
13d83a67
JB
7576 }
7577 }
7578
6e266956 7579 if (HAS_PCH_IBX(dev_priv)) {
41aa3448 7580 has_ck505 = dev_priv->vbt.display_clock_mode;
99eb6a01
KP
7581 can_ssc = has_ck505;
7582 } else {
7583 has_ck505 = false;
7584 can_ssc = true;
7585 }
7586
1c1a24d2
L
7587 /* Check if any DPLLs are using the SSC source */
7588 for (i = 0; i < dev_priv->num_shared_dpll; i++) {
7589 u32 temp = I915_READ(PCH_DPLL(i));
7590
7591 if (!(temp & DPLL_VCO_ENABLE))
7592 continue;
7593
7594 if ((temp & PLL_REF_INPUT_MASK) ==
7595 PLLB_REF_INPUT_SPREADSPECTRUMIN) {
7596 using_ssc_source = true;
7597 break;
7598 }
7599 }
7600
7601 DRM_DEBUG_KMS("has_panel %d has_lvds %d has_ck505 %d using_ssc_source %d\n",
7602 has_panel, has_lvds, has_ck505, using_ssc_source);
13d83a67
JB
7603
7604 /* Ironlake: try to setup display ref clock before DPLL
7605 * enabling. This is only under driver's control after
7606 * PCH B stepping, previous chipset stepping should be
7607 * ignoring this setting.
7608 */
74cfd7ac
CW
7609 val = I915_READ(PCH_DREF_CONTROL);
7610
7611 /* As we must carefully and slowly disable/enable each source in turn,
7612 * compute the final state we want first and check if we need to
7613 * make any changes at all.
7614 */
7615 final = val;
7616 final &= ~DREF_NONSPREAD_SOURCE_MASK;
7617 if (has_ck505)
7618 final |= DREF_NONSPREAD_CK505_ENABLE;
7619 else
7620 final |= DREF_NONSPREAD_SOURCE_ENABLE;
7621
8c07eb68 7622 final &= ~DREF_SSC_SOURCE_MASK;
74cfd7ac 7623 final &= ~DREF_CPU_SOURCE_OUTPUT_MASK;
8c07eb68 7624 final &= ~DREF_SSC1_ENABLE;
74cfd7ac
CW
7625
7626 if (has_panel) {
7627 final |= DREF_SSC_SOURCE_ENABLE;
7628
7629 if (intel_panel_use_ssc(dev_priv) && can_ssc)
7630 final |= DREF_SSC1_ENABLE;
7631
7632 if (has_cpu_edp) {
7633 if (intel_panel_use_ssc(dev_priv) && can_ssc)
7634 final |= DREF_CPU_SOURCE_OUTPUT_DOWNSPREAD;
7635 else
7636 final |= DREF_CPU_SOURCE_OUTPUT_NONSPREAD;
7637 } else
7638 final |= DREF_CPU_SOURCE_OUTPUT_DISABLE;
1c1a24d2
L
7639 } else if (using_ssc_source) {
7640 final |= DREF_SSC_SOURCE_ENABLE;
7641 final |= DREF_SSC1_ENABLE;
74cfd7ac
CW
7642 }
7643
7644 if (final == val)
7645 return;
7646
13d83a67 7647 /* Always enable nonspread source */
74cfd7ac 7648 val &= ~DREF_NONSPREAD_SOURCE_MASK;
13d83a67 7649
99eb6a01 7650 if (has_ck505)
74cfd7ac 7651 val |= DREF_NONSPREAD_CK505_ENABLE;
99eb6a01 7652 else
74cfd7ac 7653 val |= DREF_NONSPREAD_SOURCE_ENABLE;
13d83a67 7654
199e5d79 7655 if (has_panel) {
74cfd7ac
CW
7656 val &= ~DREF_SSC_SOURCE_MASK;
7657 val |= DREF_SSC_SOURCE_ENABLE;
13d83a67 7658
199e5d79 7659 /* SSC must be turned on before enabling the CPU output */
99eb6a01 7660 if (intel_panel_use_ssc(dev_priv) && can_ssc) {
199e5d79 7661 DRM_DEBUG_KMS("Using SSC on panel\n");
74cfd7ac 7662 val |= DREF_SSC1_ENABLE;
e77166b5 7663 } else
74cfd7ac 7664 val &= ~DREF_SSC1_ENABLE;
199e5d79
KP
7665
7666 /* Get SSC going before enabling the outputs */
74cfd7ac 7667 I915_WRITE(PCH_DREF_CONTROL, val);
199e5d79
KP
7668 POSTING_READ(PCH_DREF_CONTROL);
7669 udelay(200);
7670
74cfd7ac 7671 val &= ~DREF_CPU_SOURCE_OUTPUT_MASK;
13d83a67
JB
7672
7673 /* Enable CPU source on CPU attached eDP */
199e5d79 7674 if (has_cpu_edp) {
99eb6a01 7675 if (intel_panel_use_ssc(dev_priv) && can_ssc) {
199e5d79 7676 DRM_DEBUG_KMS("Using SSC on eDP\n");
74cfd7ac 7677 val |= DREF_CPU_SOURCE_OUTPUT_DOWNSPREAD;
eba905b2 7678 } else
74cfd7ac 7679 val |= DREF_CPU_SOURCE_OUTPUT_NONSPREAD;
199e5d79 7680 } else
74cfd7ac 7681 val |= DREF_CPU_SOURCE_OUTPUT_DISABLE;
199e5d79 7682
74cfd7ac 7683 I915_WRITE(PCH_DREF_CONTROL, val);
199e5d79
KP
7684 POSTING_READ(PCH_DREF_CONTROL);
7685 udelay(200);
7686 } else {
1c1a24d2 7687 DRM_DEBUG_KMS("Disabling CPU source output\n");
199e5d79 7688
74cfd7ac 7689 val &= ~DREF_CPU_SOURCE_OUTPUT_MASK;
199e5d79
KP
7690
7691 /* Turn off CPU output */
74cfd7ac 7692 val |= DREF_CPU_SOURCE_OUTPUT_DISABLE;
199e5d79 7693
74cfd7ac 7694 I915_WRITE(PCH_DREF_CONTROL, val);
199e5d79
KP
7695 POSTING_READ(PCH_DREF_CONTROL);
7696 udelay(200);
7697
1c1a24d2
L
7698 if (!using_ssc_source) {
7699 DRM_DEBUG_KMS("Disabling SSC source\n");
199e5d79 7700
1c1a24d2
L
7701 /* Turn off the SSC source */
7702 val &= ~DREF_SSC_SOURCE_MASK;
7703 val |= DREF_SSC_SOURCE_DISABLE;
f165d283 7704
1c1a24d2
L
7705 /* Turn off SSC1 */
7706 val &= ~DREF_SSC1_ENABLE;
7707
7708 I915_WRITE(PCH_DREF_CONTROL, val);
7709 POSTING_READ(PCH_DREF_CONTROL);
7710 udelay(200);
7711 }
13d83a67 7712 }
74cfd7ac
CW
7713
7714 BUG_ON(val != final);
13d83a67
JB
7715}
7716
f31f2d55 7717static void lpt_reset_fdi_mphy(struct drm_i915_private *dev_priv)
dde86e2d 7718{
f31f2d55 7719 uint32_t tmp;
dde86e2d 7720
0ff066a9
PZ
7721 tmp = I915_READ(SOUTH_CHICKEN2);
7722 tmp |= FDI_MPHY_IOSFSB_RESET_CTL;
7723 I915_WRITE(SOUTH_CHICKEN2, tmp);
dde86e2d 7724
cf3598c2
ID
7725 if (wait_for_us(I915_READ(SOUTH_CHICKEN2) &
7726 FDI_MPHY_IOSFSB_RESET_STATUS, 100))
0ff066a9 7727 DRM_ERROR("FDI mPHY reset assert timeout\n");
dde86e2d 7728
0ff066a9
PZ
7729 tmp = I915_READ(SOUTH_CHICKEN2);
7730 tmp &= ~FDI_MPHY_IOSFSB_RESET_CTL;
7731 I915_WRITE(SOUTH_CHICKEN2, tmp);
dde86e2d 7732
cf3598c2
ID
7733 if (wait_for_us((I915_READ(SOUTH_CHICKEN2) &
7734 FDI_MPHY_IOSFSB_RESET_STATUS) == 0, 100))
0ff066a9 7735 DRM_ERROR("FDI mPHY reset de-assert timeout\n");
f31f2d55
PZ
7736}
7737
7738/* WaMPhyProgramming:hsw */
7739static void lpt_program_fdi_mphy(struct drm_i915_private *dev_priv)
7740{
7741 uint32_t tmp;
dde86e2d
PZ
7742
7743 tmp = intel_sbi_read(dev_priv, 0x8008, SBI_MPHY);
7744 tmp &= ~(0xFF << 24);
7745 tmp |= (0x12 << 24);
7746 intel_sbi_write(dev_priv, 0x8008, tmp, SBI_MPHY);
7747
dde86e2d
PZ
7748 tmp = intel_sbi_read(dev_priv, 0x2008, SBI_MPHY);
7749 tmp |= (1 << 11);
7750 intel_sbi_write(dev_priv, 0x2008, tmp, SBI_MPHY);
7751
7752 tmp = intel_sbi_read(dev_priv, 0x2108, SBI_MPHY);
7753 tmp |= (1 << 11);
7754 intel_sbi_write(dev_priv, 0x2108, tmp, SBI_MPHY);
7755
dde86e2d
PZ
7756 tmp = intel_sbi_read(dev_priv, 0x206C, SBI_MPHY);
7757 tmp |= (1 << 24) | (1 << 21) | (1 << 18);
7758 intel_sbi_write(dev_priv, 0x206C, tmp, SBI_MPHY);
7759
7760 tmp = intel_sbi_read(dev_priv, 0x216C, SBI_MPHY);
7761 tmp |= (1 << 24) | (1 << 21) | (1 << 18);
7762 intel_sbi_write(dev_priv, 0x216C, tmp, SBI_MPHY);
7763
0ff066a9
PZ
7764 tmp = intel_sbi_read(dev_priv, 0x2080, SBI_MPHY);
7765 tmp &= ~(7 << 13);
7766 tmp |= (5 << 13);
7767 intel_sbi_write(dev_priv, 0x2080, tmp, SBI_MPHY);
dde86e2d 7768
0ff066a9
PZ
7769 tmp = intel_sbi_read(dev_priv, 0x2180, SBI_MPHY);
7770 tmp &= ~(7 << 13);
7771 tmp |= (5 << 13);
7772 intel_sbi_write(dev_priv, 0x2180, tmp, SBI_MPHY);
dde86e2d
PZ
7773
7774 tmp = intel_sbi_read(dev_priv, 0x208C, SBI_MPHY);
7775 tmp &= ~0xFF;
7776 tmp |= 0x1C;
7777 intel_sbi_write(dev_priv, 0x208C, tmp, SBI_MPHY);
7778
7779 tmp = intel_sbi_read(dev_priv, 0x218C, SBI_MPHY);
7780 tmp &= ~0xFF;
7781 tmp |= 0x1C;
7782 intel_sbi_write(dev_priv, 0x218C, tmp, SBI_MPHY);
7783
7784 tmp = intel_sbi_read(dev_priv, 0x2098, SBI_MPHY);
7785 tmp &= ~(0xFF << 16);
7786 tmp |= (0x1C << 16);
7787 intel_sbi_write(dev_priv, 0x2098, tmp, SBI_MPHY);
7788
7789 tmp = intel_sbi_read(dev_priv, 0x2198, SBI_MPHY);
7790 tmp &= ~(0xFF << 16);
7791 tmp |= (0x1C << 16);
7792 intel_sbi_write(dev_priv, 0x2198, tmp, SBI_MPHY);
7793
0ff066a9
PZ
7794 tmp = intel_sbi_read(dev_priv, 0x20C4, SBI_MPHY);
7795 tmp |= (1 << 27);
7796 intel_sbi_write(dev_priv, 0x20C4, tmp, SBI_MPHY);
dde86e2d 7797
0ff066a9
PZ
7798 tmp = intel_sbi_read(dev_priv, 0x21C4, SBI_MPHY);
7799 tmp |= (1 << 27);
7800 intel_sbi_write(dev_priv, 0x21C4, tmp, SBI_MPHY);
dde86e2d 7801
0ff066a9
PZ
7802 tmp = intel_sbi_read(dev_priv, 0x20EC, SBI_MPHY);
7803 tmp &= ~(0xF << 28);
7804 tmp |= (4 << 28);
7805 intel_sbi_write(dev_priv, 0x20EC, tmp, SBI_MPHY);
dde86e2d 7806
0ff066a9
PZ
7807 tmp = intel_sbi_read(dev_priv, 0x21EC, SBI_MPHY);
7808 tmp &= ~(0xF << 28);
7809 tmp |= (4 << 28);
7810 intel_sbi_write(dev_priv, 0x21EC, tmp, SBI_MPHY);
f31f2d55
PZ
7811}
7812
2fa86a1f
PZ
7813/* Implements 3 different sequences from BSpec chapter "Display iCLK
7814 * Programming" based on the parameters passed:
7815 * - Sequence to enable CLKOUT_DP
7816 * - Sequence to enable CLKOUT_DP without spread
7817 * - Sequence to enable CLKOUT_DP for FDI usage and configure PCH FDI I/O
7818 */
c39055b0
ACO
7819static void lpt_enable_clkout_dp(struct drm_i915_private *dev_priv,
7820 bool with_spread, bool with_fdi)
f31f2d55 7821{
2fa86a1f
PZ
7822 uint32_t reg, tmp;
7823
7824 if (WARN(with_fdi && !with_spread, "FDI requires downspread\n"))
7825 with_spread = true;
4f8036a2
TU
7826 if (WARN(HAS_PCH_LPT_LP(dev_priv) &&
7827 with_fdi, "LP PCH doesn't have FDI\n"))
2fa86a1f 7828 with_fdi = false;
f31f2d55 7829
a580516d 7830 mutex_lock(&dev_priv->sb_lock);
f31f2d55
PZ
7831
7832 tmp = intel_sbi_read(dev_priv, SBI_SSCCTL, SBI_ICLK);
7833 tmp &= ~SBI_SSCCTL_DISABLE;
7834 tmp |= SBI_SSCCTL_PATHALT;
7835 intel_sbi_write(dev_priv, SBI_SSCCTL, tmp, SBI_ICLK);
7836
7837 udelay(24);
7838
2fa86a1f
PZ
7839 if (with_spread) {
7840 tmp = intel_sbi_read(dev_priv, SBI_SSCCTL, SBI_ICLK);
7841 tmp &= ~SBI_SSCCTL_PATHALT;
7842 intel_sbi_write(dev_priv, SBI_SSCCTL, tmp, SBI_ICLK);
f31f2d55 7843
2fa86a1f
PZ
7844 if (with_fdi) {
7845 lpt_reset_fdi_mphy(dev_priv);
7846 lpt_program_fdi_mphy(dev_priv);
7847 }
7848 }
dde86e2d 7849
4f8036a2 7850 reg = HAS_PCH_LPT_LP(dev_priv) ? SBI_GEN0 : SBI_DBUFF0;
2fa86a1f
PZ
7851 tmp = intel_sbi_read(dev_priv, reg, SBI_ICLK);
7852 tmp |= SBI_GEN0_CFG_BUFFENABLE_DISABLE;
7853 intel_sbi_write(dev_priv, reg, tmp, SBI_ICLK);
c00db246 7854
a580516d 7855 mutex_unlock(&dev_priv->sb_lock);
dde86e2d
PZ
7856}
7857
47701c3b 7858/* Sequence to disable CLKOUT_DP */
c39055b0 7859static void lpt_disable_clkout_dp(struct drm_i915_private *dev_priv)
47701c3b 7860{
47701c3b
PZ
7861 uint32_t reg, tmp;
7862
a580516d 7863 mutex_lock(&dev_priv->sb_lock);
47701c3b 7864
4f8036a2 7865 reg = HAS_PCH_LPT_LP(dev_priv) ? SBI_GEN0 : SBI_DBUFF0;
47701c3b
PZ
7866 tmp = intel_sbi_read(dev_priv, reg, SBI_ICLK);
7867 tmp &= ~SBI_GEN0_CFG_BUFFENABLE_DISABLE;
7868 intel_sbi_write(dev_priv, reg, tmp, SBI_ICLK);
7869
7870 tmp = intel_sbi_read(dev_priv, SBI_SSCCTL, SBI_ICLK);
7871 if (!(tmp & SBI_SSCCTL_DISABLE)) {
7872 if (!(tmp & SBI_SSCCTL_PATHALT)) {
7873 tmp |= SBI_SSCCTL_PATHALT;
7874 intel_sbi_write(dev_priv, SBI_SSCCTL, tmp, SBI_ICLK);
7875 udelay(32);
7876 }
7877 tmp |= SBI_SSCCTL_DISABLE;
7878 intel_sbi_write(dev_priv, SBI_SSCCTL, tmp, SBI_ICLK);
7879 }
7880
a580516d 7881 mutex_unlock(&dev_priv->sb_lock);
47701c3b
PZ
7882}
7883
f7be2c21
VS
7884#define BEND_IDX(steps) ((50 + (steps)) / 5)
7885
7886static const uint16_t sscdivintphase[] = {
7887 [BEND_IDX( 50)] = 0x3B23,
7888 [BEND_IDX( 45)] = 0x3B23,
7889 [BEND_IDX( 40)] = 0x3C23,
7890 [BEND_IDX( 35)] = 0x3C23,
7891 [BEND_IDX( 30)] = 0x3D23,
7892 [BEND_IDX( 25)] = 0x3D23,
7893 [BEND_IDX( 20)] = 0x3E23,
7894 [BEND_IDX( 15)] = 0x3E23,
7895 [BEND_IDX( 10)] = 0x3F23,
7896 [BEND_IDX( 5)] = 0x3F23,
7897 [BEND_IDX( 0)] = 0x0025,
7898 [BEND_IDX( -5)] = 0x0025,
7899 [BEND_IDX(-10)] = 0x0125,
7900 [BEND_IDX(-15)] = 0x0125,
7901 [BEND_IDX(-20)] = 0x0225,
7902 [BEND_IDX(-25)] = 0x0225,
7903 [BEND_IDX(-30)] = 0x0325,
7904 [BEND_IDX(-35)] = 0x0325,
7905 [BEND_IDX(-40)] = 0x0425,
7906 [BEND_IDX(-45)] = 0x0425,
7907 [BEND_IDX(-50)] = 0x0525,
7908};
7909
7910/*
7911 * Bend CLKOUT_DP
7912 * steps -50 to 50 inclusive, in steps of 5
7913 * < 0 slow down the clock, > 0 speed up the clock, 0 == no bend (135MHz)
7914 * change in clock period = -(steps / 10) * 5.787 ps
7915 */
7916static void lpt_bend_clkout_dp(struct drm_i915_private *dev_priv, int steps)
7917{
7918 uint32_t tmp;
7919 int idx = BEND_IDX(steps);
7920
7921 if (WARN_ON(steps % 5 != 0))
7922 return;
7923
7924 if (WARN_ON(idx >= ARRAY_SIZE(sscdivintphase)))
7925 return;
7926
7927 mutex_lock(&dev_priv->sb_lock);
7928
7929 if (steps % 10 != 0)
7930 tmp = 0xAAAAAAAB;
7931 else
7932 tmp = 0x00000000;
7933 intel_sbi_write(dev_priv, SBI_SSCDITHPHASE, tmp, SBI_ICLK);
7934
7935 tmp = intel_sbi_read(dev_priv, SBI_SSCDIVINTPHASE, SBI_ICLK);
7936 tmp &= 0xffff0000;
7937 tmp |= sscdivintphase[idx];
7938 intel_sbi_write(dev_priv, SBI_SSCDIVINTPHASE, tmp, SBI_ICLK);
7939
7940 mutex_unlock(&dev_priv->sb_lock);
7941}
7942
7943#undef BEND_IDX
7944
c39055b0 7945static void lpt_init_pch_refclk(struct drm_i915_private *dev_priv)
bf8fa3d3 7946{
bf8fa3d3
PZ
7947 struct intel_encoder *encoder;
7948 bool has_vga = false;
7949
c39055b0 7950 for_each_intel_encoder(&dev_priv->drm, encoder) {
bf8fa3d3
PZ
7951 switch (encoder->type) {
7952 case INTEL_OUTPUT_ANALOG:
7953 has_vga = true;
7954 break;
6847d71b
PZ
7955 default:
7956 break;
bf8fa3d3
PZ
7957 }
7958 }
7959
f7be2c21 7960 if (has_vga) {
c39055b0
ACO
7961 lpt_bend_clkout_dp(dev_priv, 0);
7962 lpt_enable_clkout_dp(dev_priv, true, true);
f7be2c21 7963 } else {
c39055b0 7964 lpt_disable_clkout_dp(dev_priv);
f7be2c21 7965 }
bf8fa3d3
PZ
7966}
7967
dde86e2d
PZ
7968/*
7969 * Initialize reference clocks when the driver loads
7970 */
c39055b0 7971void intel_init_pch_refclk(struct drm_i915_private *dev_priv)
dde86e2d 7972{
6e266956 7973 if (HAS_PCH_IBX(dev_priv) || HAS_PCH_CPT(dev_priv))
c39055b0 7974 ironlake_init_pch_refclk(dev_priv);
6e266956 7975 else if (HAS_PCH_LPT(dev_priv))
c39055b0 7976 lpt_init_pch_refclk(dev_priv);
dde86e2d
PZ
7977}
7978
6ff93609 7979static void ironlake_set_pipeconf(struct drm_crtc *crtc)
79e53945 7980{
fac5e23e 7981 struct drm_i915_private *dev_priv = to_i915(crtc->dev);
79e53945
JB
7982 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
7983 int pipe = intel_crtc->pipe;
c8203565
PZ
7984 uint32_t val;
7985
78114071 7986 val = 0;
c8203565 7987
6e3c9717 7988 switch (intel_crtc->config->pipe_bpp) {
c8203565 7989 case 18:
dfd07d72 7990 val |= PIPECONF_6BPC;
c8203565
PZ
7991 break;
7992 case 24:
dfd07d72 7993 val |= PIPECONF_8BPC;
c8203565
PZ
7994 break;
7995 case 30:
dfd07d72 7996 val |= PIPECONF_10BPC;
c8203565
PZ
7997 break;
7998 case 36:
dfd07d72 7999 val |= PIPECONF_12BPC;
c8203565
PZ
8000 break;
8001 default:
cc769b62
PZ
8002 /* Case prevented by intel_choose_pipe_bpp_dither. */
8003 BUG();
c8203565
PZ
8004 }
8005
6e3c9717 8006 if (intel_crtc->config->dither)
c8203565
PZ
8007 val |= (PIPECONF_DITHER_EN | PIPECONF_DITHER_TYPE_SP);
8008
6e3c9717 8009 if (intel_crtc->config->base.adjusted_mode.flags & DRM_MODE_FLAG_INTERLACE)
c8203565
PZ
8010 val |= PIPECONF_INTERLACED_ILK;
8011 else
8012 val |= PIPECONF_PROGRESSIVE;
8013
6e3c9717 8014 if (intel_crtc->config->limited_color_range)
3685a8f3 8015 val |= PIPECONF_COLOR_RANGE_SELECT;
3685a8f3 8016
c8203565
PZ
8017 I915_WRITE(PIPECONF(pipe), val);
8018 POSTING_READ(PIPECONF(pipe));
8019}
8020
6ff93609 8021static void haswell_set_pipeconf(struct drm_crtc *crtc)
ee2b0b38 8022{
fac5e23e 8023 struct drm_i915_private *dev_priv = to_i915(crtc->dev);
ee2b0b38 8024 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
6e3c9717 8025 enum transcoder cpu_transcoder = intel_crtc->config->cpu_transcoder;
391bf048 8026 u32 val = 0;
ee2b0b38 8027
391bf048 8028 if (IS_HASWELL(dev_priv) && intel_crtc->config->dither)
ee2b0b38
PZ
8029 val |= (PIPECONF_DITHER_EN | PIPECONF_DITHER_TYPE_SP);
8030
6e3c9717 8031 if (intel_crtc->config->base.adjusted_mode.flags & DRM_MODE_FLAG_INTERLACE)
ee2b0b38
PZ
8032 val |= PIPECONF_INTERLACED_ILK;
8033 else
8034 val |= PIPECONF_PROGRESSIVE;
8035
702e7a56
PZ
8036 I915_WRITE(PIPECONF(cpu_transcoder), val);
8037 POSTING_READ(PIPECONF(cpu_transcoder));
391bf048
JN
8038}
8039
391bf048
JN
8040static void haswell_set_pipemisc(struct drm_crtc *crtc)
8041{
fac5e23e 8042 struct drm_i915_private *dev_priv = to_i915(crtc->dev);
391bf048 8043 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
756f85cf 8044
391bf048
JN
8045 if (IS_BROADWELL(dev_priv) || INTEL_INFO(dev_priv)->gen >= 9) {
8046 u32 val = 0;
756f85cf 8047
6e3c9717 8048 switch (intel_crtc->config->pipe_bpp) {
756f85cf
PZ
8049 case 18:
8050 val |= PIPEMISC_DITHER_6_BPC;
8051 break;
8052 case 24:
8053 val |= PIPEMISC_DITHER_8_BPC;
8054 break;
8055 case 30:
8056 val |= PIPEMISC_DITHER_10_BPC;
8057 break;
8058 case 36:
8059 val |= PIPEMISC_DITHER_12_BPC;
8060 break;
8061 default:
8062 /* Case prevented by pipe_config_set_bpp. */
8063 BUG();
8064 }
8065
6e3c9717 8066 if (intel_crtc->config->dither)
756f85cf
PZ
8067 val |= PIPEMISC_DITHER_ENABLE | PIPEMISC_DITHER_TYPE_SP;
8068
391bf048 8069 I915_WRITE(PIPEMISC(intel_crtc->pipe), val);
756f85cf 8070 }
ee2b0b38
PZ
8071}
8072
d4b1931c
PZ
8073int ironlake_get_lanes_required(int target_clock, int link_bw, int bpp)
8074{
8075 /*
8076 * Account for spread spectrum to avoid
8077 * oversubscribing the link. Max center spread
8078 * is 2.5%; use 5% for safety's sake.
8079 */
8080 u32 bps = target_clock * bpp * 21 / 20;
619d4d04 8081 return DIV_ROUND_UP(bps, link_bw * 8);
d4b1931c
PZ
8082}
8083
7429e9d4 8084static bool ironlake_needs_fb_cb_tune(struct dpll *dpll, int factor)
6cf86a5e 8085{
7429e9d4 8086 return i9xx_dpll_compute_m(dpll) < factor * dpll->n;
f48d8f23
PZ
8087}
8088
b75ca6f6
ACO
8089static void ironlake_compute_dpll(struct intel_crtc *intel_crtc,
8090 struct intel_crtc_state *crtc_state,
9e2c8475 8091 struct dpll *reduced_clock)
79e53945 8092{
de13a2e3 8093 struct drm_crtc *crtc = &intel_crtc->base;
79e53945 8094 struct drm_device *dev = crtc->dev;
fac5e23e 8095 struct drm_i915_private *dev_priv = to_i915(dev);
b75ca6f6 8096 u32 dpll, fp, fp2;
3d6e9ee0 8097 int factor;
79e53945 8098
c1858123 8099 /* Enable autotuning of the PLL clock (if permissible) */
8febb297 8100 factor = 21;
3d6e9ee0 8101 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_LVDS)) {
8febb297 8102 if ((intel_panel_use_ssc(dev_priv) &&
e91e941b 8103 dev_priv->vbt.lvds_ssc_freq == 100000) ||
6e266956 8104 (HAS_PCH_IBX(dev_priv) && intel_is_dual_link_lvds(dev)))
8febb297 8105 factor = 25;
190f68c5 8106 } else if (crtc_state->sdvo_tv_clock)
8febb297 8107 factor = 20;
c1858123 8108
b75ca6f6
ACO
8109 fp = i9xx_dpll_compute_fp(&crtc_state->dpll);
8110
190f68c5 8111 if (ironlake_needs_fb_cb_tune(&crtc_state->dpll, factor))
b75ca6f6
ACO
8112 fp |= FP_CB_TUNE;
8113
8114 if (reduced_clock) {
8115 fp2 = i9xx_dpll_compute_fp(reduced_clock);
2c07245f 8116
b75ca6f6
ACO
8117 if (reduced_clock->m < factor * reduced_clock->n)
8118 fp2 |= FP_CB_TUNE;
8119 } else {
8120 fp2 = fp;
8121 }
9a7c7890 8122
5eddb70b 8123 dpll = 0;
2c07245f 8124
3d6e9ee0 8125 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_LVDS))
a07d6787
EA
8126 dpll |= DPLLB_MODE_LVDS;
8127 else
8128 dpll |= DPLLB_MODE_DAC_SERIAL;
198a037f 8129
190f68c5 8130 dpll |= (crtc_state->pixel_multiplier - 1)
ef1b460d 8131 << PLL_REF_SDVO_HDMI_MULTIPLIER_SHIFT;
198a037f 8132
3d6e9ee0
VS
8133 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_SDVO) ||
8134 intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI))
4a33e48d 8135 dpll |= DPLL_SDVO_HIGH_SPEED;
3d6e9ee0 8136
37a5650b 8137 if (intel_crtc_has_dp_encoder(crtc_state))
4a33e48d 8138 dpll |= DPLL_SDVO_HIGH_SPEED;
79e53945 8139
7d7f8633
VS
8140 /*
8141 * The high speed IO clock is only really required for
8142 * SDVO/HDMI/DP, but we also enable it for CRT to make it
8143 * possible to share the DPLL between CRT and HDMI. Enabling
8144 * the clock needlessly does no real harm, except use up a
8145 * bit of power potentially.
8146 *
8147 * We'll limit this to IVB with 3 pipes, since it has only two
8148 * DPLLs and so DPLL sharing is the only way to get three pipes
8149 * driving PCH ports at the same time. On SNB we could do this,
8150 * and potentially avoid enabling the second DPLL, but it's not
8151 * clear if it''s a win or loss power wise. No point in doing
8152 * this on ILK at all since it has a fixed DPLL<->pipe mapping.
8153 */
8154 if (INTEL_INFO(dev_priv)->num_pipes == 3 &&
8155 intel_crtc_has_type(crtc_state, INTEL_OUTPUT_ANALOG))
8156 dpll |= DPLL_SDVO_HIGH_SPEED;
8157
a07d6787 8158 /* compute bitmask from p1 value */
190f68c5 8159 dpll |= (1 << (crtc_state->dpll.p1 - 1)) << DPLL_FPA01_P1_POST_DIV_SHIFT;
a07d6787 8160 /* also FPA1 */
190f68c5 8161 dpll |= (1 << (crtc_state->dpll.p1 - 1)) << DPLL_FPA1_P1_POST_DIV_SHIFT;
a07d6787 8162
190f68c5 8163 switch (crtc_state->dpll.p2) {
a07d6787
EA
8164 case 5:
8165 dpll |= DPLL_DAC_SERIAL_P2_CLOCK_DIV_5;
8166 break;
8167 case 7:
8168 dpll |= DPLLB_LVDS_P2_CLOCK_DIV_7;
8169 break;
8170 case 10:
8171 dpll |= DPLL_DAC_SERIAL_P2_CLOCK_DIV_10;
8172 break;
8173 case 14:
8174 dpll |= DPLLB_LVDS_P2_CLOCK_DIV_14;
8175 break;
79e53945
JB
8176 }
8177
3d6e9ee0
VS
8178 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_LVDS) &&
8179 intel_panel_use_ssc(dev_priv))
43565a06 8180 dpll |= PLLB_REF_INPUT_SPREADSPECTRUMIN;
79e53945
JB
8181 else
8182 dpll |= PLL_REF_INPUT_DREFCLK;
8183
b75ca6f6
ACO
8184 dpll |= DPLL_VCO_ENABLE;
8185
8186 crtc_state->dpll_hw_state.dpll = dpll;
8187 crtc_state->dpll_hw_state.fp0 = fp;
8188 crtc_state->dpll_hw_state.fp1 = fp2;
de13a2e3
PZ
8189}
8190
190f68c5
ACO
8191static int ironlake_crtc_compute_clock(struct intel_crtc *crtc,
8192 struct intel_crtc_state *crtc_state)
de13a2e3 8193{
997c030c 8194 struct drm_device *dev = crtc->base.dev;
fac5e23e 8195 struct drm_i915_private *dev_priv = to_i915(dev);
9e2c8475 8196 struct dpll reduced_clock;
7ed9f894 8197 bool has_reduced_clock = false;
e2b78267 8198 struct intel_shared_dpll *pll;
1b6f4958 8199 const struct intel_limit *limit;
997c030c 8200 int refclk = 120000;
de13a2e3 8201
dd3cd74a
ACO
8202 memset(&crtc_state->dpll_hw_state, 0,
8203 sizeof(crtc_state->dpll_hw_state));
8204
ded220e2
ACO
8205 crtc->lowfreq_avail = false;
8206
8207 /* CPU eDP is the only output that doesn't need a PCH PLL of its own. */
8208 if (!crtc_state->has_pch_encoder)
8209 return 0;
79e53945 8210
2d84d2b3 8211 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_LVDS)) {
997c030c
ACO
8212 if (intel_panel_use_ssc(dev_priv)) {
8213 DRM_DEBUG_KMS("using SSC reference clock of %d kHz\n",
8214 dev_priv->vbt.lvds_ssc_freq);
8215 refclk = dev_priv->vbt.lvds_ssc_freq;
8216 }
8217
8218 if (intel_is_dual_link_lvds(dev)) {
8219 if (refclk == 100000)
8220 limit = &intel_limits_ironlake_dual_lvds_100m;
8221 else
8222 limit = &intel_limits_ironlake_dual_lvds;
8223 } else {
8224 if (refclk == 100000)
8225 limit = &intel_limits_ironlake_single_lvds_100m;
8226 else
8227 limit = &intel_limits_ironlake_single_lvds;
8228 }
8229 } else {
8230 limit = &intel_limits_ironlake_dac;
8231 }
8232
364ee29d 8233 if (!crtc_state->clock_set &&
997c030c
ACO
8234 !g4x_find_best_dpll(limit, crtc_state, crtc_state->port_clock,
8235 refclk, NULL, &crtc_state->dpll)) {
364ee29d
ACO
8236 DRM_ERROR("Couldn't find PLL settings for mode!\n");
8237 return -EINVAL;
f47709a9 8238 }
79e53945 8239
b75ca6f6
ACO
8240 ironlake_compute_dpll(crtc, crtc_state,
8241 has_reduced_clock ? &reduced_clock : NULL);
66e985c0 8242
ded220e2
ACO
8243 pll = intel_get_shared_dpll(crtc, crtc_state, NULL);
8244 if (pll == NULL) {
8245 DRM_DEBUG_DRIVER("failed to find PLL for pipe %c\n",
8246 pipe_name(crtc->pipe));
8247 return -EINVAL;
3fb37703 8248 }
79e53945 8249
2d84d2b3 8250 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_LVDS) &&
ded220e2 8251 has_reduced_clock)
c7653199 8252 crtc->lowfreq_avail = true;
e2b78267 8253
c8f7a0db 8254 return 0;
79e53945
JB
8255}
8256
eb14cb74
VS
8257static void intel_pch_transcoder_get_m_n(struct intel_crtc *crtc,
8258 struct intel_link_m_n *m_n)
8259{
8260 struct drm_device *dev = crtc->base.dev;
fac5e23e 8261 struct drm_i915_private *dev_priv = to_i915(dev);
eb14cb74
VS
8262 enum pipe pipe = crtc->pipe;
8263
8264 m_n->link_m = I915_READ(PCH_TRANS_LINK_M1(pipe));
8265 m_n->link_n = I915_READ(PCH_TRANS_LINK_N1(pipe));
8266 m_n->gmch_m = I915_READ(PCH_TRANS_DATA_M1(pipe))
8267 & ~TU_SIZE_MASK;
8268 m_n->gmch_n = I915_READ(PCH_TRANS_DATA_N1(pipe));
8269 m_n->tu = ((I915_READ(PCH_TRANS_DATA_M1(pipe))
8270 & TU_SIZE_MASK) >> TU_SIZE_SHIFT) + 1;
8271}
8272
8273static void intel_cpu_transcoder_get_m_n(struct intel_crtc *crtc,
8274 enum transcoder transcoder,
b95af8be
VK
8275 struct intel_link_m_n *m_n,
8276 struct intel_link_m_n *m2_n2)
72419203 8277{
6315b5d3 8278 struct drm_i915_private *dev_priv = to_i915(crtc->base.dev);
eb14cb74 8279 enum pipe pipe = crtc->pipe;
72419203 8280
6315b5d3 8281 if (INTEL_GEN(dev_priv) >= 5) {
eb14cb74
VS
8282 m_n->link_m = I915_READ(PIPE_LINK_M1(transcoder));
8283 m_n->link_n = I915_READ(PIPE_LINK_N1(transcoder));
8284 m_n->gmch_m = I915_READ(PIPE_DATA_M1(transcoder))
8285 & ~TU_SIZE_MASK;
8286 m_n->gmch_n = I915_READ(PIPE_DATA_N1(transcoder));
8287 m_n->tu = ((I915_READ(PIPE_DATA_M1(transcoder))
8288 & TU_SIZE_MASK) >> TU_SIZE_SHIFT) + 1;
b95af8be
VK
8289 /* Read M2_N2 registers only for gen < 8 (M2_N2 available for
8290 * gen < 8) and if DRRS is supported (to make sure the
8291 * registers are not unnecessarily read).
8292 */
6315b5d3 8293 if (m2_n2 && INTEL_GEN(dev_priv) < 8 &&
6e3c9717 8294 crtc->config->has_drrs) {
b95af8be
VK
8295 m2_n2->link_m = I915_READ(PIPE_LINK_M2(transcoder));
8296 m2_n2->link_n = I915_READ(PIPE_LINK_N2(transcoder));
8297 m2_n2->gmch_m = I915_READ(PIPE_DATA_M2(transcoder))
8298 & ~TU_SIZE_MASK;
8299 m2_n2->gmch_n = I915_READ(PIPE_DATA_N2(transcoder));
8300 m2_n2->tu = ((I915_READ(PIPE_DATA_M2(transcoder))
8301 & TU_SIZE_MASK) >> TU_SIZE_SHIFT) + 1;
8302 }
eb14cb74
VS
8303 } else {
8304 m_n->link_m = I915_READ(PIPE_LINK_M_G4X(pipe));
8305 m_n->link_n = I915_READ(PIPE_LINK_N_G4X(pipe));
8306 m_n->gmch_m = I915_READ(PIPE_DATA_M_G4X(pipe))
8307 & ~TU_SIZE_MASK;
8308 m_n->gmch_n = I915_READ(PIPE_DATA_N_G4X(pipe));
8309 m_n->tu = ((I915_READ(PIPE_DATA_M_G4X(pipe))
8310 & TU_SIZE_MASK) >> TU_SIZE_SHIFT) + 1;
8311 }
8312}
8313
8314void intel_dp_get_m_n(struct intel_crtc *crtc,
5cec258b 8315 struct intel_crtc_state *pipe_config)
eb14cb74 8316{
681a8504 8317 if (pipe_config->has_pch_encoder)
eb14cb74
VS
8318 intel_pch_transcoder_get_m_n(crtc, &pipe_config->dp_m_n);
8319 else
8320 intel_cpu_transcoder_get_m_n(crtc, pipe_config->cpu_transcoder,
b95af8be
VK
8321 &pipe_config->dp_m_n,
8322 &pipe_config->dp_m2_n2);
eb14cb74 8323}
72419203 8324
eb14cb74 8325static void ironlake_get_fdi_m_n_config(struct intel_crtc *crtc,
5cec258b 8326 struct intel_crtc_state *pipe_config)
eb14cb74
VS
8327{
8328 intel_cpu_transcoder_get_m_n(crtc, pipe_config->cpu_transcoder,
b95af8be 8329 &pipe_config->fdi_m_n, NULL);
72419203
DV
8330}
8331
bd2e244f 8332static void skylake_get_pfit_config(struct intel_crtc *crtc,
5cec258b 8333 struct intel_crtc_state *pipe_config)
bd2e244f
JB
8334{
8335 struct drm_device *dev = crtc->base.dev;
fac5e23e 8336 struct drm_i915_private *dev_priv = to_i915(dev);
a1b2278e
CK
8337 struct intel_crtc_scaler_state *scaler_state = &pipe_config->scaler_state;
8338 uint32_t ps_ctrl = 0;
8339 int id = -1;
8340 int i;
bd2e244f 8341
a1b2278e
CK
8342 /* find scaler attached to this pipe */
8343 for (i = 0; i < crtc->num_scalers; i++) {
8344 ps_ctrl = I915_READ(SKL_PS_CTRL(crtc->pipe, i));
8345 if (ps_ctrl & PS_SCALER_EN && !(ps_ctrl & PS_PLANE_SEL_MASK)) {
8346 id = i;
8347 pipe_config->pch_pfit.enabled = true;
8348 pipe_config->pch_pfit.pos = I915_READ(SKL_PS_WIN_POS(crtc->pipe, i));
8349 pipe_config->pch_pfit.size = I915_READ(SKL_PS_WIN_SZ(crtc->pipe, i));
8350 break;
8351 }
8352 }
bd2e244f 8353
a1b2278e
CK
8354 scaler_state->scaler_id = id;
8355 if (id >= 0) {
8356 scaler_state->scaler_users |= (1 << SKL_CRTC_INDEX);
8357 } else {
8358 scaler_state->scaler_users &= ~(1 << SKL_CRTC_INDEX);
bd2e244f
JB
8359 }
8360}
8361
5724dbd1
DL
8362static void
8363skylake_get_initial_plane_config(struct intel_crtc *crtc,
8364 struct intel_initial_plane_config *plane_config)
bc8d7dff
DL
8365{
8366 struct drm_device *dev = crtc->base.dev;
fac5e23e 8367 struct drm_i915_private *dev_priv = to_i915(dev);
40f46283 8368 u32 val, base, offset, stride_mult, tiling;
bc8d7dff
DL
8369 int pipe = crtc->pipe;
8370 int fourcc, pixel_format;
6761dd31 8371 unsigned int aligned_height;
bc8d7dff 8372 struct drm_framebuffer *fb;
1b842c89 8373 struct intel_framebuffer *intel_fb;
bc8d7dff 8374
d9806c9f 8375 intel_fb = kzalloc(sizeof(*intel_fb), GFP_KERNEL);
1b842c89 8376 if (!intel_fb) {
bc8d7dff
DL
8377 DRM_DEBUG_KMS("failed to alloc fb\n");
8378 return;
8379 }
8380
1b842c89
DL
8381 fb = &intel_fb->base;
8382
d2e9f5fc
VS
8383 fb->dev = dev;
8384
bc8d7dff 8385 val = I915_READ(PLANE_CTL(pipe, 0));
42a7b088
DL
8386 if (!(val & PLANE_CTL_ENABLE))
8387 goto error;
8388
bc8d7dff
DL
8389 pixel_format = val & PLANE_CTL_FORMAT_MASK;
8390 fourcc = skl_format_to_fourcc(pixel_format,
8391 val & PLANE_CTL_ORDER_RGBX,
8392 val & PLANE_CTL_ALPHA_MASK);
2f3f4763 8393 fb->format = drm_format_info(fourcc);
bc8d7dff 8394
40f46283
DL
8395 tiling = val & PLANE_CTL_TILED_MASK;
8396 switch (tiling) {
8397 case PLANE_CTL_TILED_LINEAR:
bae781b2 8398 fb->modifier = DRM_FORMAT_MOD_NONE;
40f46283
DL
8399 break;
8400 case PLANE_CTL_TILED_X:
8401 plane_config->tiling = I915_TILING_X;
bae781b2 8402 fb->modifier = I915_FORMAT_MOD_X_TILED;
40f46283
DL
8403 break;
8404 case PLANE_CTL_TILED_Y:
bae781b2 8405 fb->modifier = I915_FORMAT_MOD_Y_TILED;
40f46283
DL
8406 break;
8407 case PLANE_CTL_TILED_YF:
bae781b2 8408 fb->modifier = I915_FORMAT_MOD_Yf_TILED;
40f46283
DL
8409 break;
8410 default:
8411 MISSING_CASE(tiling);
8412 goto error;
8413 }
8414
bc8d7dff
DL
8415 base = I915_READ(PLANE_SURF(pipe, 0)) & 0xfffff000;
8416 plane_config->base = base;
8417
8418 offset = I915_READ(PLANE_OFFSET(pipe, 0));
8419
8420 val = I915_READ(PLANE_SIZE(pipe, 0));
8421 fb->height = ((val >> 16) & 0xfff) + 1;
8422 fb->width = ((val >> 0) & 0x1fff) + 1;
8423
8424 val = I915_READ(PLANE_STRIDE(pipe, 0));
d88c4afd 8425 stride_mult = intel_fb_stride_alignment(fb, 0);
bc8d7dff
DL
8426 fb->pitches[0] = (val & 0x3ff) * stride_mult;
8427
d88c4afd 8428 aligned_height = intel_fb_align_height(fb, 0, fb->height);
bc8d7dff 8429
f37b5c2b 8430 plane_config->size = fb->pitches[0] * aligned_height;
bc8d7dff
DL
8431
8432 DRM_DEBUG_KMS("pipe %c with fb: size=%dx%d@%d, offset=%x, pitch %d, size 0x%x\n",
8433 pipe_name(pipe), fb->width, fb->height,
272725c7 8434 fb->format->cpp[0] * 8, base, fb->pitches[0],
bc8d7dff
DL
8435 plane_config->size);
8436
2d14030b 8437 plane_config->fb = intel_fb;
bc8d7dff
DL
8438 return;
8439
8440error:
d1a3a036 8441 kfree(intel_fb);
bc8d7dff
DL
8442}
8443
2fa2fe9a 8444static void ironlake_get_pfit_config(struct intel_crtc *crtc,
5cec258b 8445 struct intel_crtc_state *pipe_config)
2fa2fe9a
DV
8446{
8447 struct drm_device *dev = crtc->base.dev;
fac5e23e 8448 struct drm_i915_private *dev_priv = to_i915(dev);
2fa2fe9a
DV
8449 uint32_t tmp;
8450
8451 tmp = I915_READ(PF_CTL(crtc->pipe));
8452
8453 if (tmp & PF_ENABLE) {
fd4daa9c 8454 pipe_config->pch_pfit.enabled = true;
2fa2fe9a
DV
8455 pipe_config->pch_pfit.pos = I915_READ(PF_WIN_POS(crtc->pipe));
8456 pipe_config->pch_pfit.size = I915_READ(PF_WIN_SZ(crtc->pipe));
cb8b2a30
DV
8457
8458 /* We currently do not free assignements of panel fitters on
8459 * ivb/hsw (since we don't use the higher upscaling modes which
8460 * differentiates them) so just WARN about this case for now. */
5db94019 8461 if (IS_GEN7(dev_priv)) {
cb8b2a30
DV
8462 WARN_ON((tmp & PF_PIPE_SEL_MASK_IVB) !=
8463 PF_PIPE_SEL_IVB(crtc->pipe));
8464 }
2fa2fe9a 8465 }
79e53945
JB
8466}
8467
5724dbd1
DL
8468static void
8469ironlake_get_initial_plane_config(struct intel_crtc *crtc,
8470 struct intel_initial_plane_config *plane_config)
4c6baa59
JB
8471{
8472 struct drm_device *dev = crtc->base.dev;
fac5e23e 8473 struct drm_i915_private *dev_priv = to_i915(dev);
4c6baa59 8474 u32 val, base, offset;
aeee5a49 8475 int pipe = crtc->pipe;
4c6baa59 8476 int fourcc, pixel_format;
6761dd31 8477 unsigned int aligned_height;
b113d5ee 8478 struct drm_framebuffer *fb;
1b842c89 8479 struct intel_framebuffer *intel_fb;
4c6baa59 8480
42a7b088
DL
8481 val = I915_READ(DSPCNTR(pipe));
8482 if (!(val & DISPLAY_PLANE_ENABLE))
8483 return;
8484
d9806c9f 8485 intel_fb = kzalloc(sizeof(*intel_fb), GFP_KERNEL);
1b842c89 8486 if (!intel_fb) {
4c6baa59
JB
8487 DRM_DEBUG_KMS("failed to alloc fb\n");
8488 return;
8489 }
8490
1b842c89
DL
8491 fb = &intel_fb->base;
8492
d2e9f5fc
VS
8493 fb->dev = dev;
8494
6315b5d3 8495 if (INTEL_GEN(dev_priv) >= 4) {
18c5247e 8496 if (val & DISPPLANE_TILED) {
49af449b 8497 plane_config->tiling = I915_TILING_X;
bae781b2 8498 fb->modifier = I915_FORMAT_MOD_X_TILED;
18c5247e
DV
8499 }
8500 }
4c6baa59
JB
8501
8502 pixel_format = val & DISPPLANE_PIXFORMAT_MASK;
b35d63fa 8503 fourcc = i9xx_format_to_fourcc(pixel_format);
2f3f4763 8504 fb->format = drm_format_info(fourcc);
4c6baa59 8505
aeee5a49 8506 base = I915_READ(DSPSURF(pipe)) & 0xfffff000;
8652744b 8507 if (IS_HASWELL(dev_priv) || IS_BROADWELL(dev_priv)) {
aeee5a49 8508 offset = I915_READ(DSPOFFSET(pipe));
4c6baa59 8509 } else {
49af449b 8510 if (plane_config->tiling)
aeee5a49 8511 offset = I915_READ(DSPTILEOFF(pipe));
4c6baa59 8512 else
aeee5a49 8513 offset = I915_READ(DSPLINOFF(pipe));
4c6baa59
JB
8514 }
8515 plane_config->base = base;
8516
8517 val = I915_READ(PIPESRC(pipe));
b113d5ee
DL
8518 fb->width = ((val >> 16) & 0xfff) + 1;
8519 fb->height = ((val >> 0) & 0xfff) + 1;
4c6baa59
JB
8520
8521 val = I915_READ(DSPSTRIDE(pipe));
b113d5ee 8522 fb->pitches[0] = val & 0xffffffc0;
4c6baa59 8523
d88c4afd 8524 aligned_height = intel_fb_align_height(fb, 0, fb->height);
4c6baa59 8525
f37b5c2b 8526 plane_config->size = fb->pitches[0] * aligned_height;
4c6baa59 8527
2844a921
DL
8528 DRM_DEBUG_KMS("pipe %c with fb: size=%dx%d@%d, offset=%x, pitch %d, size 0x%x\n",
8529 pipe_name(pipe), fb->width, fb->height,
272725c7 8530 fb->format->cpp[0] * 8, base, fb->pitches[0],
2844a921 8531 plane_config->size);
b113d5ee 8532
2d14030b 8533 plane_config->fb = intel_fb;
4c6baa59
JB
8534}
8535
0e8ffe1b 8536static bool ironlake_get_pipe_config(struct intel_crtc *crtc,
5cec258b 8537 struct intel_crtc_state *pipe_config)
0e8ffe1b
DV
8538{
8539 struct drm_device *dev = crtc->base.dev;
fac5e23e 8540 struct drm_i915_private *dev_priv = to_i915(dev);
1729050e 8541 enum intel_display_power_domain power_domain;
0e8ffe1b 8542 uint32_t tmp;
1729050e 8543 bool ret;
0e8ffe1b 8544
1729050e
ID
8545 power_domain = POWER_DOMAIN_PIPE(crtc->pipe);
8546 if (!intel_display_power_get_if_enabled(dev_priv, power_domain))
930e8c9e
PZ
8547 return false;
8548
e143a21c 8549 pipe_config->cpu_transcoder = (enum transcoder) crtc->pipe;
8106ddbd 8550 pipe_config->shared_dpll = NULL;
eccb140b 8551
1729050e 8552 ret = false;
0e8ffe1b
DV
8553 tmp = I915_READ(PIPECONF(crtc->pipe));
8554 if (!(tmp & PIPECONF_ENABLE))
1729050e 8555 goto out;
0e8ffe1b 8556
42571aef
VS
8557 switch (tmp & PIPECONF_BPC_MASK) {
8558 case PIPECONF_6BPC:
8559 pipe_config->pipe_bpp = 18;
8560 break;
8561 case PIPECONF_8BPC:
8562 pipe_config->pipe_bpp = 24;
8563 break;
8564 case PIPECONF_10BPC:
8565 pipe_config->pipe_bpp = 30;
8566 break;
8567 case PIPECONF_12BPC:
8568 pipe_config->pipe_bpp = 36;
8569 break;
8570 default:
8571 break;
8572 }
8573
b5a9fa09
DV
8574 if (tmp & PIPECONF_COLOR_RANGE_SELECT)
8575 pipe_config->limited_color_range = true;
8576
ab9412ba 8577 if (I915_READ(PCH_TRANSCONF(crtc->pipe)) & TRANS_ENABLE) {
66e985c0 8578 struct intel_shared_dpll *pll;
8106ddbd 8579 enum intel_dpll_id pll_id;
66e985c0 8580
88adfff1
DV
8581 pipe_config->has_pch_encoder = true;
8582
627eb5a3
DV
8583 tmp = I915_READ(FDI_RX_CTL(crtc->pipe));
8584 pipe_config->fdi_lanes = ((FDI_DP_PORT_WIDTH_MASK & tmp) >>
8585 FDI_DP_PORT_WIDTH_SHIFT) + 1;
72419203
DV
8586
8587 ironlake_get_fdi_m_n_config(crtc, pipe_config);
6c49f241 8588
2d1fe073 8589 if (HAS_PCH_IBX(dev_priv)) {
d9a7bc67
ID
8590 /*
8591 * The pipe->pch transcoder and pch transcoder->pll
8592 * mapping is fixed.
8593 */
8106ddbd 8594 pll_id = (enum intel_dpll_id) crtc->pipe;
c0d43d62
DV
8595 } else {
8596 tmp = I915_READ(PCH_DPLL_SEL);
8597 if (tmp & TRANS_DPLLB_SEL(crtc->pipe))
8106ddbd 8598 pll_id = DPLL_ID_PCH_PLL_B;
c0d43d62 8599 else
8106ddbd 8600 pll_id= DPLL_ID_PCH_PLL_A;
c0d43d62 8601 }
66e985c0 8602
8106ddbd
ACO
8603 pipe_config->shared_dpll =
8604 intel_get_shared_dpll_by_id(dev_priv, pll_id);
8605 pll = pipe_config->shared_dpll;
66e985c0 8606
2edd6443
ACO
8607 WARN_ON(!pll->funcs.get_hw_state(dev_priv, pll,
8608 &pipe_config->dpll_hw_state));
c93f54cf
DV
8609
8610 tmp = pipe_config->dpll_hw_state.dpll;
8611 pipe_config->pixel_multiplier =
8612 ((tmp & PLL_REF_SDVO_HDMI_MULTIPLIER_MASK)
8613 >> PLL_REF_SDVO_HDMI_MULTIPLIER_SHIFT) + 1;
18442d08
VS
8614
8615 ironlake_pch_clock_get(crtc, pipe_config);
6c49f241
DV
8616 } else {
8617 pipe_config->pixel_multiplier = 1;
627eb5a3
DV
8618 }
8619
1bd1bd80 8620 intel_get_pipe_timings(crtc, pipe_config);
bc58be60 8621 intel_get_pipe_src_size(crtc, pipe_config);
1bd1bd80 8622
2fa2fe9a
DV
8623 ironlake_get_pfit_config(crtc, pipe_config);
8624
1729050e
ID
8625 ret = true;
8626
8627out:
8628 intel_display_power_put(dev_priv, power_domain);
8629
8630 return ret;
0e8ffe1b
DV
8631}
8632
be256dc7
PZ
8633static void assert_can_disable_lcpll(struct drm_i915_private *dev_priv)
8634{
91c8a326 8635 struct drm_device *dev = &dev_priv->drm;
be256dc7 8636 struct intel_crtc *crtc;
be256dc7 8637
d3fcc808 8638 for_each_intel_crtc(dev, crtc)
e2c719b7 8639 I915_STATE_WARN(crtc->active, "CRTC for pipe %c enabled\n",
be256dc7
PZ
8640 pipe_name(crtc->pipe));
8641
e2c719b7
RC
8642 I915_STATE_WARN(I915_READ(HSW_PWR_WELL_DRIVER), "Power well on\n");
8643 I915_STATE_WARN(I915_READ(SPLL_CTL) & SPLL_PLL_ENABLE, "SPLL enabled\n");
01403de3
VS
8644 I915_STATE_WARN(I915_READ(WRPLL_CTL(0)) & WRPLL_PLL_ENABLE, "WRPLL1 enabled\n");
8645 I915_STATE_WARN(I915_READ(WRPLL_CTL(1)) & WRPLL_PLL_ENABLE, "WRPLL2 enabled\n");
44cb734c 8646 I915_STATE_WARN(I915_READ(PP_STATUS(0)) & PP_ON, "Panel power on\n");
e2c719b7 8647 I915_STATE_WARN(I915_READ(BLC_PWM_CPU_CTL2) & BLM_PWM_ENABLE,
be256dc7 8648 "CPU PWM1 enabled\n");
772c2a51 8649 if (IS_HASWELL(dev_priv))
e2c719b7 8650 I915_STATE_WARN(I915_READ(HSW_BLC_PWM2_CTL) & BLM_PWM_ENABLE,
c5107b87 8651 "CPU PWM2 enabled\n");
e2c719b7 8652 I915_STATE_WARN(I915_READ(BLC_PWM_PCH_CTL1) & BLM_PCH_PWM_ENABLE,
be256dc7 8653 "PCH PWM1 enabled\n");
e2c719b7 8654 I915_STATE_WARN(I915_READ(UTIL_PIN_CTL) & UTIL_PIN_ENABLE,
be256dc7 8655 "Utility pin enabled\n");
e2c719b7 8656 I915_STATE_WARN(I915_READ(PCH_GTC_CTL) & PCH_GTC_ENABLE, "PCH GTC enabled\n");
be256dc7 8657
9926ada1
PZ
8658 /*
8659 * In theory we can still leave IRQs enabled, as long as only the HPD
8660 * interrupts remain enabled. We used to check for that, but since it's
8661 * gen-specific and since we only disable LCPLL after we fully disable
8662 * the interrupts, the check below should be enough.
8663 */
e2c719b7 8664 I915_STATE_WARN(intel_irqs_enabled(dev_priv), "IRQs enabled\n");
be256dc7
PZ
8665}
8666
9ccd5aeb
PZ
8667static uint32_t hsw_read_dcomp(struct drm_i915_private *dev_priv)
8668{
772c2a51 8669 if (IS_HASWELL(dev_priv))
9ccd5aeb
PZ
8670 return I915_READ(D_COMP_HSW);
8671 else
8672 return I915_READ(D_COMP_BDW);
8673}
8674
3c4c9b81
PZ
8675static void hsw_write_dcomp(struct drm_i915_private *dev_priv, uint32_t val)
8676{
772c2a51 8677 if (IS_HASWELL(dev_priv)) {
3c4c9b81
PZ
8678 mutex_lock(&dev_priv->rps.hw_lock);
8679 if (sandybridge_pcode_write(dev_priv, GEN6_PCODE_WRITE_D_COMP,
8680 val))
79cf219a 8681 DRM_DEBUG_KMS("Failed to write to D_COMP\n");
3c4c9b81
PZ
8682 mutex_unlock(&dev_priv->rps.hw_lock);
8683 } else {
9ccd5aeb
PZ
8684 I915_WRITE(D_COMP_BDW, val);
8685 POSTING_READ(D_COMP_BDW);
3c4c9b81 8686 }
be256dc7
PZ
8687}
8688
8689/*
8690 * This function implements pieces of two sequences from BSpec:
8691 * - Sequence for display software to disable LCPLL
8692 * - Sequence for display software to allow package C8+
8693 * The steps implemented here are just the steps that actually touch the LCPLL
8694 * register. Callers should take care of disabling all the display engine
8695 * functions, doing the mode unset, fixing interrupts, etc.
8696 */
6ff58d53
PZ
8697static void hsw_disable_lcpll(struct drm_i915_private *dev_priv,
8698 bool switch_to_fclk, bool allow_power_down)
be256dc7
PZ
8699{
8700 uint32_t val;
8701
8702 assert_can_disable_lcpll(dev_priv);
8703
8704 val = I915_READ(LCPLL_CTL);
8705
8706 if (switch_to_fclk) {
8707 val |= LCPLL_CD_SOURCE_FCLK;
8708 I915_WRITE(LCPLL_CTL, val);
8709
f53dd63f
ID
8710 if (wait_for_us(I915_READ(LCPLL_CTL) &
8711 LCPLL_CD_SOURCE_FCLK_DONE, 1))
be256dc7
PZ
8712 DRM_ERROR("Switching to FCLK failed\n");
8713
8714 val = I915_READ(LCPLL_CTL);
8715 }
8716
8717 val |= LCPLL_PLL_DISABLE;
8718 I915_WRITE(LCPLL_CTL, val);
8719 POSTING_READ(LCPLL_CTL);
8720
24d8441d 8721 if (intel_wait_for_register(dev_priv, LCPLL_CTL, LCPLL_PLL_LOCK, 0, 1))
be256dc7
PZ
8722 DRM_ERROR("LCPLL still locked\n");
8723
9ccd5aeb 8724 val = hsw_read_dcomp(dev_priv);
be256dc7 8725 val |= D_COMP_COMP_DISABLE;
3c4c9b81 8726 hsw_write_dcomp(dev_priv, val);
be256dc7
PZ
8727 ndelay(100);
8728
9ccd5aeb
PZ
8729 if (wait_for((hsw_read_dcomp(dev_priv) & D_COMP_RCOMP_IN_PROGRESS) == 0,
8730 1))
be256dc7
PZ
8731 DRM_ERROR("D_COMP RCOMP still in progress\n");
8732
8733 if (allow_power_down) {
8734 val = I915_READ(LCPLL_CTL);
8735 val |= LCPLL_POWER_DOWN_ALLOW;
8736 I915_WRITE(LCPLL_CTL, val);
8737 POSTING_READ(LCPLL_CTL);
8738 }
8739}
8740
8741/*
8742 * Fully restores LCPLL, disallowing power down and switching back to LCPLL
8743 * source.
8744 */
6ff58d53 8745static void hsw_restore_lcpll(struct drm_i915_private *dev_priv)
be256dc7
PZ
8746{
8747 uint32_t val;
8748
8749 val = I915_READ(LCPLL_CTL);
8750
8751 if ((val & (LCPLL_PLL_LOCK | LCPLL_PLL_DISABLE | LCPLL_CD_SOURCE_FCLK |
8752 LCPLL_POWER_DOWN_ALLOW)) == LCPLL_PLL_LOCK)
8753 return;
8754
a8a8bd54
PZ
8755 /*
8756 * Make sure we're not on PC8 state before disabling PC8, otherwise
8757 * we'll hang the machine. To prevent PC8 state, just enable force_wake.
a8a8bd54 8758 */
59bad947 8759 intel_uncore_forcewake_get(dev_priv, FORCEWAKE_ALL);
215733fa 8760
be256dc7
PZ
8761 if (val & LCPLL_POWER_DOWN_ALLOW) {
8762 val &= ~LCPLL_POWER_DOWN_ALLOW;
8763 I915_WRITE(LCPLL_CTL, val);
35d8f2eb 8764 POSTING_READ(LCPLL_CTL);
be256dc7
PZ
8765 }
8766
9ccd5aeb 8767 val = hsw_read_dcomp(dev_priv);
be256dc7
PZ
8768 val |= D_COMP_COMP_FORCE;
8769 val &= ~D_COMP_COMP_DISABLE;
3c4c9b81 8770 hsw_write_dcomp(dev_priv, val);
be256dc7
PZ
8771
8772 val = I915_READ(LCPLL_CTL);
8773 val &= ~LCPLL_PLL_DISABLE;
8774 I915_WRITE(LCPLL_CTL, val);
8775
93220c08
CW
8776 if (intel_wait_for_register(dev_priv,
8777 LCPLL_CTL, LCPLL_PLL_LOCK, LCPLL_PLL_LOCK,
8778 5))
be256dc7
PZ
8779 DRM_ERROR("LCPLL not locked yet\n");
8780
8781 if (val & LCPLL_CD_SOURCE_FCLK) {
8782 val = I915_READ(LCPLL_CTL);
8783 val &= ~LCPLL_CD_SOURCE_FCLK;
8784 I915_WRITE(LCPLL_CTL, val);
8785
f53dd63f
ID
8786 if (wait_for_us((I915_READ(LCPLL_CTL) &
8787 LCPLL_CD_SOURCE_FCLK_DONE) == 0, 1))
be256dc7
PZ
8788 DRM_ERROR("Switching back to LCPLL failed\n");
8789 }
215733fa 8790
59bad947 8791 intel_uncore_forcewake_put(dev_priv, FORCEWAKE_ALL);
4c75b940 8792 intel_update_cdclk(dev_priv);
be256dc7
PZ
8793}
8794
765dab67
PZ
8795/*
8796 * Package states C8 and deeper are really deep PC states that can only be
8797 * reached when all the devices on the system allow it, so even if the graphics
8798 * device allows PC8+, it doesn't mean the system will actually get to these
8799 * states. Our driver only allows PC8+ when going into runtime PM.
8800 *
8801 * The requirements for PC8+ are that all the outputs are disabled, the power
8802 * well is disabled and most interrupts are disabled, and these are also
8803 * requirements for runtime PM. When these conditions are met, we manually do
8804 * the other conditions: disable the interrupts, clocks and switch LCPLL refclk
8805 * to Fclk. If we're in PC8+ and we get an non-hotplug interrupt, we can hard
8806 * hang the machine.
8807 *
8808 * When we really reach PC8 or deeper states (not just when we allow it) we lose
8809 * the state of some registers, so when we come back from PC8+ we need to
8810 * restore this state. We don't get into PC8+ if we're not in RC6, so we don't
8811 * need to take care of the registers kept by RC6. Notice that this happens even
8812 * if we don't put the device in PCI D3 state (which is what currently happens
8813 * because of the runtime PM support).
8814 *
8815 * For more, read "Display Sequences for Package C8" on the hardware
8816 * documentation.
8817 */
a14cb6fc 8818void hsw_enable_pc8(struct drm_i915_private *dev_priv)
c67a470b 8819{
c67a470b
PZ
8820 uint32_t val;
8821
c67a470b
PZ
8822 DRM_DEBUG_KMS("Enabling package C8+\n");
8823
4f8036a2 8824 if (HAS_PCH_LPT_LP(dev_priv)) {
c67a470b
PZ
8825 val = I915_READ(SOUTH_DSPCLK_GATE_D);
8826 val &= ~PCH_LP_PARTITION_LEVEL_DISABLE;
8827 I915_WRITE(SOUTH_DSPCLK_GATE_D, val);
8828 }
8829
c39055b0 8830 lpt_disable_clkout_dp(dev_priv);
c67a470b
PZ
8831 hsw_disable_lcpll(dev_priv, true, true);
8832}
8833
a14cb6fc 8834void hsw_disable_pc8(struct drm_i915_private *dev_priv)
c67a470b 8835{
c67a470b
PZ
8836 uint32_t val;
8837
c67a470b
PZ
8838 DRM_DEBUG_KMS("Disabling package C8+\n");
8839
8840 hsw_restore_lcpll(dev_priv);
c39055b0 8841 lpt_init_pch_refclk(dev_priv);
c67a470b 8842
4f8036a2 8843 if (HAS_PCH_LPT_LP(dev_priv)) {
c67a470b
PZ
8844 val = I915_READ(SOUTH_DSPCLK_GATE_D);
8845 val |= PCH_LP_PARTITION_LEVEL_DISABLE;
8846 I915_WRITE(SOUTH_DSPCLK_GATE_D, val);
8847 }
c67a470b
PZ
8848}
8849
190f68c5
ACO
8850static int haswell_crtc_compute_clock(struct intel_crtc *crtc,
8851 struct intel_crtc_state *crtc_state)
09b4ddf9 8852{
d7edc4e5 8853 if (!intel_crtc_has_type(crtc_state, INTEL_OUTPUT_DSI)) {
af3997b5
MK
8854 if (!intel_ddi_pll_select(crtc, crtc_state))
8855 return -EINVAL;
8856 }
716c2e55 8857
c7653199 8858 crtc->lowfreq_avail = false;
644cef34 8859
c8f7a0db 8860 return 0;
79e53945
JB
8861}
8862
3760b59c
S
8863static void bxt_get_ddi_pll(struct drm_i915_private *dev_priv,
8864 enum port port,
8865 struct intel_crtc_state *pipe_config)
8866{
8106ddbd
ACO
8867 enum intel_dpll_id id;
8868
3760b59c
S
8869 switch (port) {
8870 case PORT_A:
08250c4b 8871 id = DPLL_ID_SKL_DPLL0;
3760b59c
S
8872 break;
8873 case PORT_B:
08250c4b 8874 id = DPLL_ID_SKL_DPLL1;
3760b59c
S
8875 break;
8876 case PORT_C:
08250c4b 8877 id = DPLL_ID_SKL_DPLL2;
3760b59c
S
8878 break;
8879 default:
8880 DRM_ERROR("Incorrect port type\n");
8106ddbd 8881 return;
3760b59c 8882 }
8106ddbd
ACO
8883
8884 pipe_config->shared_dpll = intel_get_shared_dpll_by_id(dev_priv, id);
3760b59c
S
8885}
8886
96b7dfb7
S
8887static void skylake_get_ddi_pll(struct drm_i915_private *dev_priv,
8888 enum port port,
5cec258b 8889 struct intel_crtc_state *pipe_config)
96b7dfb7 8890{
8106ddbd 8891 enum intel_dpll_id id;
a3c988ea 8892 u32 temp;
96b7dfb7
S
8893
8894 temp = I915_READ(DPLL_CTRL2) & DPLL_CTRL2_DDI_CLK_SEL_MASK(port);
c856052a 8895 id = temp >> (port * 3 + 1);
96b7dfb7 8896
c856052a 8897 if (WARN_ON(id < SKL_DPLL0 || id > SKL_DPLL3))
8106ddbd 8898 return;
8106ddbd
ACO
8899
8900 pipe_config->shared_dpll = intel_get_shared_dpll_by_id(dev_priv, id);
96b7dfb7
S
8901}
8902
7d2c8175
DL
8903static void haswell_get_ddi_pll(struct drm_i915_private *dev_priv,
8904 enum port port,
5cec258b 8905 struct intel_crtc_state *pipe_config)
7d2c8175 8906{
8106ddbd 8907 enum intel_dpll_id id;
c856052a 8908 uint32_t ddi_pll_sel = I915_READ(PORT_CLK_SEL(port));
8106ddbd 8909
c856052a 8910 switch (ddi_pll_sel) {
7d2c8175 8911 case PORT_CLK_SEL_WRPLL1:
8106ddbd 8912 id = DPLL_ID_WRPLL1;
7d2c8175
DL
8913 break;
8914 case PORT_CLK_SEL_WRPLL2:
8106ddbd 8915 id = DPLL_ID_WRPLL2;
7d2c8175 8916 break;
00490c22 8917 case PORT_CLK_SEL_SPLL:
8106ddbd 8918 id = DPLL_ID_SPLL;
79bd23da 8919 break;
9d16da65
ACO
8920 case PORT_CLK_SEL_LCPLL_810:
8921 id = DPLL_ID_LCPLL_810;
8922 break;
8923 case PORT_CLK_SEL_LCPLL_1350:
8924 id = DPLL_ID_LCPLL_1350;
8925 break;
8926 case PORT_CLK_SEL_LCPLL_2700:
8927 id = DPLL_ID_LCPLL_2700;
8928 break;
8106ddbd 8929 default:
c856052a 8930 MISSING_CASE(ddi_pll_sel);
8106ddbd
ACO
8931 /* fall through */
8932 case PORT_CLK_SEL_NONE:
8106ddbd 8933 return;
7d2c8175 8934 }
8106ddbd
ACO
8935
8936 pipe_config->shared_dpll = intel_get_shared_dpll_by_id(dev_priv, id);
7d2c8175
DL
8937}
8938
cf30429e
JN
8939static bool hsw_get_transcoder_state(struct intel_crtc *crtc,
8940 struct intel_crtc_state *pipe_config,
d8fc70b7 8941 u64 *power_domain_mask)
cf30429e
JN
8942{
8943 struct drm_device *dev = crtc->base.dev;
fac5e23e 8944 struct drm_i915_private *dev_priv = to_i915(dev);
cf30429e
JN
8945 enum intel_display_power_domain power_domain;
8946 u32 tmp;
8947
d9a7bc67
ID
8948 /*
8949 * The pipe->transcoder mapping is fixed with the exception of the eDP
8950 * transcoder handled below.
8951 */
cf30429e
JN
8952 pipe_config->cpu_transcoder = (enum transcoder) crtc->pipe;
8953
8954 /*
8955 * XXX: Do intel_display_power_get_if_enabled before reading this (for
8956 * consistency and less surprising code; it's in always on power).
8957 */
8958 tmp = I915_READ(TRANS_DDI_FUNC_CTL(TRANSCODER_EDP));
8959 if (tmp & TRANS_DDI_FUNC_ENABLE) {
8960 enum pipe trans_edp_pipe;
8961 switch (tmp & TRANS_DDI_EDP_INPUT_MASK) {
8962 default:
8963 WARN(1, "unknown pipe linked to edp transcoder\n");
8964 case TRANS_DDI_EDP_INPUT_A_ONOFF:
8965 case TRANS_DDI_EDP_INPUT_A_ON:
8966 trans_edp_pipe = PIPE_A;
8967 break;
8968 case TRANS_DDI_EDP_INPUT_B_ONOFF:
8969 trans_edp_pipe = PIPE_B;
8970 break;
8971 case TRANS_DDI_EDP_INPUT_C_ONOFF:
8972 trans_edp_pipe = PIPE_C;
8973 break;
8974 }
8975
8976 if (trans_edp_pipe == crtc->pipe)
8977 pipe_config->cpu_transcoder = TRANSCODER_EDP;
8978 }
8979
8980 power_domain = POWER_DOMAIN_TRANSCODER(pipe_config->cpu_transcoder);
8981 if (!intel_display_power_get_if_enabled(dev_priv, power_domain))
8982 return false;
d8fc70b7 8983 *power_domain_mask |= BIT_ULL(power_domain);
cf30429e
JN
8984
8985 tmp = I915_READ(PIPECONF(pipe_config->cpu_transcoder));
8986
8987 return tmp & PIPECONF_ENABLE;
8988}
8989
4d1de975
JN
8990static bool bxt_get_dsi_transcoder_state(struct intel_crtc *crtc,
8991 struct intel_crtc_state *pipe_config,
d8fc70b7 8992 u64 *power_domain_mask)
4d1de975
JN
8993{
8994 struct drm_device *dev = crtc->base.dev;
fac5e23e 8995 struct drm_i915_private *dev_priv = to_i915(dev);
4d1de975
JN
8996 enum intel_display_power_domain power_domain;
8997 enum port port;
8998 enum transcoder cpu_transcoder;
8999 u32 tmp;
9000
4d1de975
JN
9001 for_each_port_masked(port, BIT(PORT_A) | BIT(PORT_C)) {
9002 if (port == PORT_A)
9003 cpu_transcoder = TRANSCODER_DSI_A;
9004 else
9005 cpu_transcoder = TRANSCODER_DSI_C;
9006
9007 power_domain = POWER_DOMAIN_TRANSCODER(cpu_transcoder);
9008 if (!intel_display_power_get_if_enabled(dev_priv, power_domain))
9009 continue;
d8fc70b7 9010 *power_domain_mask |= BIT_ULL(power_domain);
4d1de975 9011
db18b6a6
ID
9012 /*
9013 * The PLL needs to be enabled with a valid divider
9014 * configuration, otherwise accessing DSI registers will hang
9015 * the machine. See BSpec North Display Engine
9016 * registers/MIPI[BXT]. We can break out here early, since we
9017 * need the same DSI PLL to be enabled for both DSI ports.
9018 */
9019 if (!intel_dsi_pll_is_enabled(dev_priv))
9020 break;
9021
4d1de975
JN
9022 /* XXX: this works for video mode only */
9023 tmp = I915_READ(BXT_MIPI_PORT_CTRL(port));
9024 if (!(tmp & DPI_ENABLE))
9025 continue;
9026
9027 tmp = I915_READ(MIPI_CTRL(port));
9028 if ((tmp & BXT_PIPE_SELECT_MASK) != BXT_PIPE_SELECT(crtc->pipe))
9029 continue;
9030
9031 pipe_config->cpu_transcoder = cpu_transcoder;
4d1de975
JN
9032 break;
9033 }
9034
d7edc4e5 9035 return transcoder_is_dsi(pipe_config->cpu_transcoder);
4d1de975
JN
9036}
9037
26804afd 9038static void haswell_get_ddi_port_state(struct intel_crtc *crtc,
5cec258b 9039 struct intel_crtc_state *pipe_config)
26804afd 9040{
6315b5d3 9041 struct drm_i915_private *dev_priv = to_i915(crtc->base.dev);
d452c5b6 9042 struct intel_shared_dpll *pll;
26804afd
DV
9043 enum port port;
9044 uint32_t tmp;
9045
9046 tmp = I915_READ(TRANS_DDI_FUNC_CTL(pipe_config->cpu_transcoder));
9047
9048 port = (tmp & TRANS_DDI_PORT_MASK) >> TRANS_DDI_PORT_SHIFT;
9049
b976dc53 9050 if (IS_GEN9_BC(dev_priv))
96b7dfb7 9051 skylake_get_ddi_pll(dev_priv, port, pipe_config);
cc3f90f0 9052 else if (IS_GEN9_LP(dev_priv))
3760b59c 9053 bxt_get_ddi_pll(dev_priv, port, pipe_config);
96b7dfb7
S
9054 else
9055 haswell_get_ddi_pll(dev_priv, port, pipe_config);
9cd86933 9056
8106ddbd
ACO
9057 pll = pipe_config->shared_dpll;
9058 if (pll) {
2edd6443
ACO
9059 WARN_ON(!pll->funcs.get_hw_state(dev_priv, pll,
9060 &pipe_config->dpll_hw_state));
d452c5b6
DV
9061 }
9062
26804afd
DV
9063 /*
9064 * Haswell has only FDI/PCH transcoder A. It is which is connected to
9065 * DDI E. So just check whether this pipe is wired to DDI E and whether
9066 * the PCH transcoder is on.
9067 */
6315b5d3 9068 if (INTEL_GEN(dev_priv) < 9 &&
ca370455 9069 (port == PORT_E) && I915_READ(LPT_TRANSCONF) & TRANS_ENABLE) {
26804afd
DV
9070 pipe_config->has_pch_encoder = true;
9071
9072 tmp = I915_READ(FDI_RX_CTL(PIPE_A));
9073 pipe_config->fdi_lanes = ((FDI_DP_PORT_WIDTH_MASK & tmp) >>
9074 FDI_DP_PORT_WIDTH_SHIFT) + 1;
9075
9076 ironlake_get_fdi_m_n_config(crtc, pipe_config);
9077 }
9078}
9079
0e8ffe1b 9080static bool haswell_get_pipe_config(struct intel_crtc *crtc,
5cec258b 9081 struct intel_crtc_state *pipe_config)
0e8ffe1b 9082{
6315b5d3 9083 struct drm_i915_private *dev_priv = to_i915(crtc->base.dev);
1729050e 9084 enum intel_display_power_domain power_domain;
d8fc70b7 9085 u64 power_domain_mask;
cf30429e 9086 bool active;
0e8ffe1b 9087
1729050e
ID
9088 power_domain = POWER_DOMAIN_PIPE(crtc->pipe);
9089 if (!intel_display_power_get_if_enabled(dev_priv, power_domain))
b5482bd0 9090 return false;
d8fc70b7 9091 power_domain_mask = BIT_ULL(power_domain);
1729050e 9092
8106ddbd 9093 pipe_config->shared_dpll = NULL;
c0d43d62 9094
cf30429e 9095 active = hsw_get_transcoder_state(crtc, pipe_config, &power_domain_mask);
eccb140b 9096
cc3f90f0 9097 if (IS_GEN9_LP(dev_priv) &&
d7edc4e5
VS
9098 bxt_get_dsi_transcoder_state(crtc, pipe_config, &power_domain_mask)) {
9099 WARN_ON(active);
9100 active = true;
4d1de975
JN
9101 }
9102
cf30429e 9103 if (!active)
1729050e 9104 goto out;
0e8ffe1b 9105
d7edc4e5 9106 if (!transcoder_is_dsi(pipe_config->cpu_transcoder)) {
4d1de975
JN
9107 haswell_get_ddi_port_state(crtc, pipe_config);
9108 intel_get_pipe_timings(crtc, pipe_config);
9109 }
627eb5a3 9110
bc58be60 9111 intel_get_pipe_src_size(crtc, pipe_config);
1bd1bd80 9112
05dc698c
LL
9113 pipe_config->gamma_mode =
9114 I915_READ(GAMMA_MODE(crtc->pipe)) & GAMMA_MODE_MODE_MASK;
9115
6315b5d3 9116 if (INTEL_GEN(dev_priv) >= 9) {
1c74eeaf 9117 intel_crtc_init_scalers(crtc, pipe_config);
a1b2278e 9118
af99ceda
CK
9119 pipe_config->scaler_state.scaler_id = -1;
9120 pipe_config->scaler_state.scaler_users &= ~(1 << SKL_CRTC_INDEX);
9121 }
9122
1729050e
ID
9123 power_domain = POWER_DOMAIN_PIPE_PANEL_FITTER(crtc->pipe);
9124 if (intel_display_power_get_if_enabled(dev_priv, power_domain)) {
d8fc70b7 9125 power_domain_mask |= BIT_ULL(power_domain);
6315b5d3 9126 if (INTEL_GEN(dev_priv) >= 9)
bd2e244f 9127 skylake_get_pfit_config(crtc, pipe_config);
ff6d9f55 9128 else
1c132b44 9129 ironlake_get_pfit_config(crtc, pipe_config);
bd2e244f 9130 }
88adfff1 9131
772c2a51 9132 if (IS_HASWELL(dev_priv))
e59150dc
JB
9133 pipe_config->ips_enabled = hsw_crtc_supports_ips(crtc) &&
9134 (I915_READ(IPS_CTL) & IPS_ENABLE);
42db64ef 9135
4d1de975
JN
9136 if (pipe_config->cpu_transcoder != TRANSCODER_EDP &&
9137 !transcoder_is_dsi(pipe_config->cpu_transcoder)) {
ebb69c95
CT
9138 pipe_config->pixel_multiplier =
9139 I915_READ(PIPE_MULT(pipe_config->cpu_transcoder)) + 1;
9140 } else {
9141 pipe_config->pixel_multiplier = 1;
9142 }
6c49f241 9143
1729050e
ID
9144out:
9145 for_each_power_domain(power_domain, power_domain_mask)
9146 intel_display_power_put(dev_priv, power_domain);
9147
cf30429e 9148 return active;
0e8ffe1b
DV
9149}
9150
55a08b3f
ML
9151static void i845_update_cursor(struct drm_crtc *crtc, u32 base,
9152 const struct intel_plane_state *plane_state)
560b85bb
CW
9153{
9154 struct drm_device *dev = crtc->dev;
fac5e23e 9155 struct drm_i915_private *dev_priv = to_i915(dev);
560b85bb 9156 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
dc41c154 9157 uint32_t cntl = 0, size = 0;
560b85bb 9158
936e71e3 9159 if (plane_state && plane_state->base.visible) {
55a08b3f
ML
9160 unsigned int width = plane_state->base.crtc_w;
9161 unsigned int height = plane_state->base.crtc_h;
dc41c154
VS
9162 unsigned int stride = roundup_pow_of_two(width) * 4;
9163
9164 switch (stride) {
9165 default:
9166 WARN_ONCE(1, "Invalid cursor width/stride, width=%u, stride=%u\n",
9167 width, stride);
9168 stride = 256;
9169 /* fallthrough */
9170 case 256:
9171 case 512:
9172 case 1024:
9173 case 2048:
9174 break;
4b0e333e
CW
9175 }
9176
dc41c154
VS
9177 cntl |= CURSOR_ENABLE |
9178 CURSOR_GAMMA_ENABLE |
9179 CURSOR_FORMAT_ARGB |
9180 CURSOR_STRIDE(stride);
9181
9182 size = (height << 12) | width;
4b0e333e 9183 }
560b85bb 9184
dc41c154
VS
9185 if (intel_crtc->cursor_cntl != 0 &&
9186 (intel_crtc->cursor_base != base ||
9187 intel_crtc->cursor_size != size ||
9188 intel_crtc->cursor_cntl != cntl)) {
9189 /* On these chipsets we can only modify the base/size/stride
9190 * whilst the cursor is disabled.
9191 */
dd584fc0
VS
9192 I915_WRITE_FW(CURCNTR(PIPE_A), 0);
9193 POSTING_READ_FW(CURCNTR(PIPE_A));
dc41c154 9194 intel_crtc->cursor_cntl = 0;
4b0e333e 9195 }
560b85bb 9196
99d1f387 9197 if (intel_crtc->cursor_base != base) {
dd584fc0 9198 I915_WRITE_FW(CURBASE(PIPE_A), base);
99d1f387
VS
9199 intel_crtc->cursor_base = base;
9200 }
4726e0b0 9201
dc41c154 9202 if (intel_crtc->cursor_size != size) {
dd584fc0 9203 I915_WRITE_FW(CURSIZE, size);
dc41c154 9204 intel_crtc->cursor_size = size;
4b0e333e 9205 }
560b85bb 9206
4b0e333e 9207 if (intel_crtc->cursor_cntl != cntl) {
dd584fc0
VS
9208 I915_WRITE_FW(CURCNTR(PIPE_A), cntl);
9209 POSTING_READ_FW(CURCNTR(PIPE_A));
4b0e333e 9210 intel_crtc->cursor_cntl = cntl;
560b85bb 9211 }
560b85bb
CW
9212}
9213
55a08b3f
ML
9214static void i9xx_update_cursor(struct drm_crtc *crtc, u32 base,
9215 const struct intel_plane_state *plane_state)
65a21cd6
JB
9216{
9217 struct drm_device *dev = crtc->dev;
fac5e23e 9218 struct drm_i915_private *dev_priv = to_i915(dev);
65a21cd6
JB
9219 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
9220 int pipe = intel_crtc->pipe;
663f3122 9221 uint32_t cntl = 0;
4b0e333e 9222
936e71e3 9223 if (plane_state && plane_state->base.visible) {
4b0e333e 9224 cntl = MCURSOR_GAMMA_ENABLE;
55a08b3f 9225 switch (plane_state->base.crtc_w) {
4726e0b0
SK
9226 case 64:
9227 cntl |= CURSOR_MODE_64_ARGB_AX;
9228 break;
9229 case 128:
9230 cntl |= CURSOR_MODE_128_ARGB_AX;
9231 break;
9232 case 256:
9233 cntl |= CURSOR_MODE_256_ARGB_AX;
9234 break;
9235 default:
55a08b3f 9236 MISSING_CASE(plane_state->base.crtc_w);
4726e0b0 9237 return;
65a21cd6 9238 }
4b0e333e 9239 cntl |= pipe << 28; /* Connect to correct pipe */
47bf17a7 9240
4f8036a2 9241 if (HAS_DDI(dev_priv))
47bf17a7 9242 cntl |= CURSOR_PIPE_CSC_ENABLE;
65a21cd6 9243
f22aa143 9244 if (plane_state->base.rotation & DRM_ROTATE_180)
55a08b3f
ML
9245 cntl |= CURSOR_ROTATE_180;
9246 }
4398ad45 9247
4b0e333e 9248 if (intel_crtc->cursor_cntl != cntl) {
dd584fc0
VS
9249 I915_WRITE_FW(CURCNTR(pipe), cntl);
9250 POSTING_READ_FW(CURCNTR(pipe));
4b0e333e 9251 intel_crtc->cursor_cntl = cntl;
65a21cd6 9252 }
4b0e333e 9253
65a21cd6 9254 /* and commit changes on next vblank */
dd584fc0
VS
9255 I915_WRITE_FW(CURBASE(pipe), base);
9256 POSTING_READ_FW(CURBASE(pipe));
99d1f387
VS
9257
9258 intel_crtc->cursor_base = base;
65a21cd6
JB
9259}
9260
cda4b7d3 9261/* If no-part of the cursor is visible on the framebuffer, then the GPU may hang... */
6b383a7f 9262static void intel_crtc_update_cursor(struct drm_crtc *crtc,
55a08b3f 9263 const struct intel_plane_state *plane_state)
cda4b7d3
CW
9264{
9265 struct drm_device *dev = crtc->dev;
fac5e23e 9266 struct drm_i915_private *dev_priv = to_i915(dev);
cda4b7d3
CW
9267 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
9268 int pipe = intel_crtc->pipe;
55a08b3f 9269 u32 base = intel_crtc->cursor_addr;
dd584fc0 9270 unsigned long irqflags;
55a08b3f 9271 u32 pos = 0;
cda4b7d3 9272
55a08b3f
ML
9273 if (plane_state) {
9274 int x = plane_state->base.crtc_x;
9275 int y = plane_state->base.crtc_y;
cda4b7d3 9276
55a08b3f
ML
9277 if (x < 0) {
9278 pos |= CURSOR_POS_SIGN << CURSOR_X_SHIFT;
9279 x = -x;
9280 }
9281 pos |= x << CURSOR_X_SHIFT;
cda4b7d3 9282
55a08b3f
ML
9283 if (y < 0) {
9284 pos |= CURSOR_POS_SIGN << CURSOR_Y_SHIFT;
9285 y = -y;
9286 }
9287 pos |= y << CURSOR_Y_SHIFT;
9288
9289 /* ILK+ do this automagically */
49cff963 9290 if (HAS_GMCH_DISPLAY(dev_priv) &&
f22aa143 9291 plane_state->base.rotation & DRM_ROTATE_180) {
55a08b3f
ML
9292 base += (plane_state->base.crtc_h *
9293 plane_state->base.crtc_w - 1) * 4;
9294 }
cda4b7d3 9295 }
cda4b7d3 9296
dd584fc0
VS
9297 spin_lock_irqsave(&dev_priv->uncore.lock, irqflags);
9298
9299 I915_WRITE_FW(CURPOS(pipe), pos);
5efb3e28 9300
2a307c2e 9301 if (IS_I845G(dev_priv) || IS_I865G(dev_priv))
55a08b3f 9302 i845_update_cursor(crtc, base, plane_state);
5efb3e28 9303 else
55a08b3f 9304 i9xx_update_cursor(crtc, base, plane_state);
dd584fc0
VS
9305
9306 spin_unlock_irqrestore(&dev_priv->uncore.lock, irqflags);
cda4b7d3
CW
9307}
9308
50a0bc90 9309static bool cursor_size_ok(struct drm_i915_private *dev_priv,
dc41c154
VS
9310 uint32_t width, uint32_t height)
9311{
9312 if (width == 0 || height == 0)
9313 return false;
9314
9315 /*
9316 * 845g/865g are special in that they are only limited by
9317 * the width of their cursors, the height is arbitrary up to
9318 * the precision of the register. Everything else requires
9319 * square cursors, limited to a few power-of-two sizes.
9320 */
2a307c2e 9321 if (IS_I845G(dev_priv) || IS_I865G(dev_priv)) {
dc41c154
VS
9322 if ((width & 63) != 0)
9323 return false;
9324
2a307c2e 9325 if (width > (IS_I845G(dev_priv) ? 64 : 512))
dc41c154
VS
9326 return false;
9327
9328 if (height > 1023)
9329 return false;
9330 } else {
9331 switch (width | height) {
9332 case 256:
9333 case 128:
50a0bc90 9334 if (IS_GEN2(dev_priv))
dc41c154
VS
9335 return false;
9336 case 64:
9337 break;
9338 default:
9339 return false;
9340 }
9341 }
9342
9343 return true;
9344}
9345
79e53945
JB
9346/* VESA 640x480x72Hz mode to set on the pipe */
9347static struct drm_display_mode load_detect_mode = {
9348 DRM_MODE("640x480", DRM_MODE_TYPE_DEFAULT, 31500, 640, 664,
9349 704, 832, 0, 480, 489, 491, 520, 0, DRM_MODE_FLAG_NHSYNC | DRM_MODE_FLAG_NVSYNC),
9350};
9351
a8bb6818 9352struct drm_framebuffer *
24dbf51a
CW
9353intel_framebuffer_create(struct drm_i915_gem_object *obj,
9354 struct drm_mode_fb_cmd2 *mode_cmd)
d2dff872
CW
9355{
9356 struct intel_framebuffer *intel_fb;
9357 int ret;
9358
9359 intel_fb = kzalloc(sizeof(*intel_fb), GFP_KERNEL);
dcb1394e 9360 if (!intel_fb)
d2dff872 9361 return ERR_PTR(-ENOMEM);
d2dff872 9362
24dbf51a 9363 ret = intel_framebuffer_init(intel_fb, obj, mode_cmd);
dd4916c5
DV
9364 if (ret)
9365 goto err;
d2dff872
CW
9366
9367 return &intel_fb->base;
dcb1394e 9368
dd4916c5 9369err:
dd4916c5 9370 kfree(intel_fb);
dd4916c5 9371 return ERR_PTR(ret);
d2dff872
CW
9372}
9373
9374static u32
9375intel_framebuffer_pitch_for_width(int width, int bpp)
9376{
9377 u32 pitch = DIV_ROUND_UP(width * bpp, 8);
9378 return ALIGN(pitch, 64);
9379}
9380
9381static u32
9382intel_framebuffer_size_for_mode(struct drm_display_mode *mode, int bpp)
9383{
9384 u32 pitch = intel_framebuffer_pitch_for_width(mode->hdisplay, bpp);
1267a26b 9385 return PAGE_ALIGN(pitch * mode->vdisplay);
d2dff872
CW
9386}
9387
9388static struct drm_framebuffer *
9389intel_framebuffer_create_for_mode(struct drm_device *dev,
9390 struct drm_display_mode *mode,
9391 int depth, int bpp)
9392{
dcb1394e 9393 struct drm_framebuffer *fb;
d2dff872 9394 struct drm_i915_gem_object *obj;
0fed39bd 9395 struct drm_mode_fb_cmd2 mode_cmd = { 0 };
d2dff872 9396
12d79d78 9397 obj = i915_gem_object_create(to_i915(dev),
d2dff872 9398 intel_framebuffer_size_for_mode(mode, bpp));
fe3db79b
CW
9399 if (IS_ERR(obj))
9400 return ERR_CAST(obj);
d2dff872
CW
9401
9402 mode_cmd.width = mode->hdisplay;
9403 mode_cmd.height = mode->vdisplay;
308e5bcb
JB
9404 mode_cmd.pitches[0] = intel_framebuffer_pitch_for_width(mode_cmd.width,
9405 bpp);
5ca0c34a 9406 mode_cmd.pixel_format = drm_mode_legacy_fb_format(bpp, depth);
d2dff872 9407
24dbf51a 9408 fb = intel_framebuffer_create(obj, &mode_cmd);
dcb1394e 9409 if (IS_ERR(fb))
f0cd5182 9410 i915_gem_object_put(obj);
dcb1394e
LW
9411
9412 return fb;
d2dff872
CW
9413}
9414
9415static struct drm_framebuffer *
9416mode_fits_in_fbdev(struct drm_device *dev,
9417 struct drm_display_mode *mode)
9418{
0695726e 9419#ifdef CONFIG_DRM_FBDEV_EMULATION
fac5e23e 9420 struct drm_i915_private *dev_priv = to_i915(dev);
d2dff872
CW
9421 struct drm_i915_gem_object *obj;
9422 struct drm_framebuffer *fb;
9423
4c0e5528 9424 if (!dev_priv->fbdev)
d2dff872
CW
9425 return NULL;
9426
4c0e5528 9427 if (!dev_priv->fbdev->fb)
d2dff872
CW
9428 return NULL;
9429
4c0e5528
DV
9430 obj = dev_priv->fbdev->fb->obj;
9431 BUG_ON(!obj);
9432
8bcd4553 9433 fb = &dev_priv->fbdev->fb->base;
01f2c773 9434 if (fb->pitches[0] < intel_framebuffer_pitch_for_width(mode->hdisplay,
272725c7 9435 fb->format->cpp[0] * 8))
d2dff872
CW
9436 return NULL;
9437
01f2c773 9438 if (obj->base.size < mode->vdisplay * fb->pitches[0])
d2dff872
CW
9439 return NULL;
9440
edde3617 9441 drm_framebuffer_reference(fb);
d2dff872 9442 return fb;
4520f53a
DV
9443#else
9444 return NULL;
9445#endif
d2dff872
CW
9446}
9447
d3a40d1b
ACO
9448static int intel_modeset_setup_plane_state(struct drm_atomic_state *state,
9449 struct drm_crtc *crtc,
9450 struct drm_display_mode *mode,
9451 struct drm_framebuffer *fb,
9452 int x, int y)
9453{
9454 struct drm_plane_state *plane_state;
9455 int hdisplay, vdisplay;
9456 int ret;
9457
9458 plane_state = drm_atomic_get_plane_state(state, crtc->primary);
9459 if (IS_ERR(plane_state))
9460 return PTR_ERR(plane_state);
9461
9462 if (mode)
196cd5d3 9463 drm_mode_get_hv_timing(mode, &hdisplay, &vdisplay);
d3a40d1b
ACO
9464 else
9465 hdisplay = vdisplay = 0;
9466
9467 ret = drm_atomic_set_crtc_for_plane(plane_state, fb ? crtc : NULL);
9468 if (ret)
9469 return ret;
9470 drm_atomic_set_fb_for_plane(plane_state, fb);
9471 plane_state->crtc_x = 0;
9472 plane_state->crtc_y = 0;
9473 plane_state->crtc_w = hdisplay;
9474 plane_state->crtc_h = vdisplay;
9475 plane_state->src_x = x << 16;
9476 plane_state->src_y = y << 16;
9477 plane_state->src_w = hdisplay << 16;
9478 plane_state->src_h = vdisplay << 16;
9479
9480 return 0;
9481}
9482
d2434ab7 9483bool intel_get_load_detect_pipe(struct drm_connector *connector,
7173188d 9484 struct drm_display_mode *mode,
51fd371b
RC
9485 struct intel_load_detect_pipe *old,
9486 struct drm_modeset_acquire_ctx *ctx)
79e53945
JB
9487{
9488 struct intel_crtc *intel_crtc;
d2434ab7
DV
9489 struct intel_encoder *intel_encoder =
9490 intel_attached_encoder(connector);
79e53945 9491 struct drm_crtc *possible_crtc;
4ef69c7a 9492 struct drm_encoder *encoder = &intel_encoder->base;
79e53945
JB
9493 struct drm_crtc *crtc = NULL;
9494 struct drm_device *dev = encoder->dev;
0f0f74bc 9495 struct drm_i915_private *dev_priv = to_i915(dev);
94352cf9 9496 struct drm_framebuffer *fb;
51fd371b 9497 struct drm_mode_config *config = &dev->mode_config;
edde3617 9498 struct drm_atomic_state *state = NULL, *restore_state = NULL;
944b0c76 9499 struct drm_connector_state *connector_state;
4be07317 9500 struct intel_crtc_state *crtc_state;
51fd371b 9501 int ret, i = -1;
79e53945 9502
d2dff872 9503 DRM_DEBUG_KMS("[CONNECTOR:%d:%s], [ENCODER:%d:%s]\n",
c23cc417 9504 connector->base.id, connector->name,
8e329a03 9505 encoder->base.id, encoder->name);
d2dff872 9506
edde3617
ML
9507 old->restore_state = NULL;
9508
51fd371b
RC
9509retry:
9510 ret = drm_modeset_lock(&config->connection_mutex, ctx);
9511 if (ret)
ad3c558f 9512 goto fail;
6e9f798d 9513
79e53945
JB
9514 /*
9515 * Algorithm gets a little messy:
7a5e4805 9516 *
79e53945
JB
9517 * - if the connector already has an assigned crtc, use it (but make
9518 * sure it's on first)
7a5e4805 9519 *
79e53945
JB
9520 * - try to find the first unused crtc that can drive this connector,
9521 * and use that if we find one
79e53945
JB
9522 */
9523
9524 /* See if we already have a CRTC for this connector */
edde3617
ML
9525 if (connector->state->crtc) {
9526 crtc = connector->state->crtc;
8261b191 9527
51fd371b 9528 ret = drm_modeset_lock(&crtc->mutex, ctx);
4d02e2de 9529 if (ret)
ad3c558f 9530 goto fail;
8261b191
CW
9531
9532 /* Make sure the crtc and connector are running */
edde3617 9533 goto found;
79e53945
JB
9534 }
9535
9536 /* Find an unused one (if possible) */
70e1e0ec 9537 for_each_crtc(dev, possible_crtc) {
79e53945
JB
9538 i++;
9539 if (!(encoder->possible_crtcs & (1 << i)))
9540 continue;
edde3617
ML
9541
9542 ret = drm_modeset_lock(&possible_crtc->mutex, ctx);
9543 if (ret)
9544 goto fail;
9545
9546 if (possible_crtc->state->enable) {
9547 drm_modeset_unlock(&possible_crtc->mutex);
a459249c 9548 continue;
edde3617 9549 }
a459249c
VS
9550
9551 crtc = possible_crtc;
9552 break;
79e53945
JB
9553 }
9554
9555 /*
9556 * If we didn't find an unused CRTC, don't use any.
9557 */
9558 if (!crtc) {
7173188d 9559 DRM_DEBUG_KMS("no pipe available for load-detect\n");
ad3c558f 9560 goto fail;
79e53945
JB
9561 }
9562
edde3617
ML
9563found:
9564 intel_crtc = to_intel_crtc(crtc);
9565
4d02e2de
DV
9566 ret = drm_modeset_lock(&crtc->primary->mutex, ctx);
9567 if (ret)
ad3c558f 9568 goto fail;
79e53945 9569
83a57153 9570 state = drm_atomic_state_alloc(dev);
edde3617
ML
9571 restore_state = drm_atomic_state_alloc(dev);
9572 if (!state || !restore_state) {
9573 ret = -ENOMEM;
9574 goto fail;
9575 }
83a57153
ACO
9576
9577 state->acquire_ctx = ctx;
edde3617 9578 restore_state->acquire_ctx = ctx;
83a57153 9579
944b0c76
ACO
9580 connector_state = drm_atomic_get_connector_state(state, connector);
9581 if (IS_ERR(connector_state)) {
9582 ret = PTR_ERR(connector_state);
9583 goto fail;
9584 }
9585
edde3617
ML
9586 ret = drm_atomic_set_crtc_for_connector(connector_state, crtc);
9587 if (ret)
9588 goto fail;
944b0c76 9589
4be07317
ACO
9590 crtc_state = intel_atomic_get_crtc_state(state, intel_crtc);
9591 if (IS_ERR(crtc_state)) {
9592 ret = PTR_ERR(crtc_state);
9593 goto fail;
9594 }
9595
49d6fa21 9596 crtc_state->base.active = crtc_state->base.enable = true;
4be07317 9597
6492711d
CW
9598 if (!mode)
9599 mode = &load_detect_mode;
79e53945 9600
d2dff872
CW
9601 /* We need a framebuffer large enough to accommodate all accesses
9602 * that the plane may generate whilst we perform load detection.
9603 * We can not rely on the fbcon either being present (we get called
9604 * during its initialisation to detect all boot displays, or it may
9605 * not even exist) or that it is large enough to satisfy the
9606 * requested mode.
9607 */
94352cf9
DV
9608 fb = mode_fits_in_fbdev(dev, mode);
9609 if (fb == NULL) {
d2dff872 9610 DRM_DEBUG_KMS("creating tmp fb for load-detection\n");
94352cf9 9611 fb = intel_framebuffer_create_for_mode(dev, mode, 24, 32);
d2dff872
CW
9612 } else
9613 DRM_DEBUG_KMS("reusing fbdev for load-detection framebuffer\n");
94352cf9 9614 if (IS_ERR(fb)) {
d2dff872 9615 DRM_DEBUG_KMS("failed to allocate framebuffer for load-detection\n");
412b61d8 9616 goto fail;
79e53945 9617 }
79e53945 9618
d3a40d1b
ACO
9619 ret = intel_modeset_setup_plane_state(state, crtc, mode, fb, 0, 0);
9620 if (ret)
9621 goto fail;
9622
edde3617
ML
9623 drm_framebuffer_unreference(fb);
9624
9625 ret = drm_atomic_set_mode_for_crtc(&crtc_state->base, mode);
9626 if (ret)
9627 goto fail;
9628
9629 ret = PTR_ERR_OR_ZERO(drm_atomic_get_connector_state(restore_state, connector));
9630 if (!ret)
9631 ret = PTR_ERR_OR_ZERO(drm_atomic_get_crtc_state(restore_state, crtc));
9632 if (!ret)
9633 ret = PTR_ERR_OR_ZERO(drm_atomic_get_plane_state(restore_state, crtc->primary));
9634 if (ret) {
9635 DRM_DEBUG_KMS("Failed to create a copy of old state to restore: %i\n", ret);
9636 goto fail;
9637 }
8c7b5ccb 9638
3ba86073
ML
9639 ret = drm_atomic_commit(state);
9640 if (ret) {
6492711d 9641 DRM_DEBUG_KMS("failed to set mode on load-detect pipe\n");
412b61d8 9642 goto fail;
79e53945 9643 }
edde3617
ML
9644
9645 old->restore_state = restore_state;
7abbd11f 9646 drm_atomic_state_put(state);
7173188d 9647
79e53945 9648 /* let the connector get through one full cycle before testing */
0f0f74bc 9649 intel_wait_for_vblank(dev_priv, intel_crtc->pipe);
7173188d 9650 return true;
412b61d8 9651
ad3c558f 9652fail:
7fb71c8f
CW
9653 if (state) {
9654 drm_atomic_state_put(state);
9655 state = NULL;
9656 }
9657 if (restore_state) {
9658 drm_atomic_state_put(restore_state);
9659 restore_state = NULL;
9660 }
83a57153 9661
51fd371b
RC
9662 if (ret == -EDEADLK) {
9663 drm_modeset_backoff(ctx);
9664 goto retry;
9665 }
9666
412b61d8 9667 return false;
79e53945
JB
9668}
9669
d2434ab7 9670void intel_release_load_detect_pipe(struct drm_connector *connector,
49172fee
ACO
9671 struct intel_load_detect_pipe *old,
9672 struct drm_modeset_acquire_ctx *ctx)
79e53945 9673{
d2434ab7
DV
9674 struct intel_encoder *intel_encoder =
9675 intel_attached_encoder(connector);
4ef69c7a 9676 struct drm_encoder *encoder = &intel_encoder->base;
edde3617 9677 struct drm_atomic_state *state = old->restore_state;
d3a40d1b 9678 int ret;
79e53945 9679
d2dff872 9680 DRM_DEBUG_KMS("[CONNECTOR:%d:%s], [ENCODER:%d:%s]\n",
c23cc417 9681 connector->base.id, connector->name,
8e329a03 9682 encoder->base.id, encoder->name);
d2dff872 9683
edde3617 9684 if (!state)
0622a53c 9685 return;
79e53945 9686
581e49fe 9687 ret = drm_atomic_helper_commit_duplicated_state(state, ctx);
0853695c 9688 if (ret)
edde3617 9689 DRM_DEBUG_KMS("Couldn't release load detect pipe: %i\n", ret);
0853695c 9690 drm_atomic_state_put(state);
79e53945
JB
9691}
9692
da4a1efa 9693static int i9xx_pll_refclk(struct drm_device *dev,
5cec258b 9694 const struct intel_crtc_state *pipe_config)
da4a1efa 9695{
fac5e23e 9696 struct drm_i915_private *dev_priv = to_i915(dev);
da4a1efa
VS
9697 u32 dpll = pipe_config->dpll_hw_state.dpll;
9698
9699 if ((dpll & PLL_REF_INPUT_MASK) == PLLB_REF_INPUT_SPREADSPECTRUMIN)
e91e941b 9700 return dev_priv->vbt.lvds_ssc_freq;
6e266956 9701 else if (HAS_PCH_SPLIT(dev_priv))
da4a1efa 9702 return 120000;
5db94019 9703 else if (!IS_GEN2(dev_priv))
da4a1efa
VS
9704 return 96000;
9705 else
9706 return 48000;
9707}
9708
79e53945 9709/* Returns the clock of the currently programmed mode of the given pipe. */
f1f644dc 9710static void i9xx_crtc_clock_get(struct intel_crtc *crtc,
5cec258b 9711 struct intel_crtc_state *pipe_config)
79e53945 9712{
f1f644dc 9713 struct drm_device *dev = crtc->base.dev;
fac5e23e 9714 struct drm_i915_private *dev_priv = to_i915(dev);
f1f644dc 9715 int pipe = pipe_config->cpu_transcoder;
293623f7 9716 u32 dpll = pipe_config->dpll_hw_state.dpll;
79e53945 9717 u32 fp;
9e2c8475 9718 struct dpll clock;
dccbea3b 9719 int port_clock;
da4a1efa 9720 int refclk = i9xx_pll_refclk(dev, pipe_config);
79e53945
JB
9721
9722 if ((dpll & DISPLAY_RATE_SELECT_FPA1) == 0)
293623f7 9723 fp = pipe_config->dpll_hw_state.fp0;
79e53945 9724 else
293623f7 9725 fp = pipe_config->dpll_hw_state.fp1;
79e53945
JB
9726
9727 clock.m1 = (fp & FP_M1_DIV_MASK) >> FP_M1_DIV_SHIFT;
9b1e14f4 9728 if (IS_PINEVIEW(dev_priv)) {
f2b115e6
AJ
9729 clock.n = ffs((fp & FP_N_PINEVIEW_DIV_MASK) >> FP_N_DIV_SHIFT) - 1;
9730 clock.m2 = (fp & FP_M2_PINEVIEW_DIV_MASK) >> FP_M2_DIV_SHIFT;
2177832f
SL
9731 } else {
9732 clock.n = (fp & FP_N_DIV_MASK) >> FP_N_DIV_SHIFT;
9733 clock.m2 = (fp & FP_M2_DIV_MASK) >> FP_M2_DIV_SHIFT;
9734 }
9735
5db94019 9736 if (!IS_GEN2(dev_priv)) {
9b1e14f4 9737 if (IS_PINEVIEW(dev_priv))
f2b115e6
AJ
9738 clock.p1 = ffs((dpll & DPLL_FPA01_P1_POST_DIV_MASK_PINEVIEW) >>
9739 DPLL_FPA01_P1_POST_DIV_SHIFT_PINEVIEW);
2177832f
SL
9740 else
9741 clock.p1 = ffs((dpll & DPLL_FPA01_P1_POST_DIV_MASK) >>
79e53945
JB
9742 DPLL_FPA01_P1_POST_DIV_SHIFT);
9743
9744 switch (dpll & DPLL_MODE_MASK) {
9745 case DPLLB_MODE_DAC_SERIAL:
9746 clock.p2 = dpll & DPLL_DAC_SERIAL_P2_CLOCK_DIV_5 ?
9747 5 : 10;
9748 break;
9749 case DPLLB_MODE_LVDS:
9750 clock.p2 = dpll & DPLLB_LVDS_P2_CLOCK_DIV_7 ?
9751 7 : 14;
9752 break;
9753 default:
28c97730 9754 DRM_DEBUG_KMS("Unknown DPLL mode %08x in programmed "
79e53945 9755 "mode\n", (int)(dpll & DPLL_MODE_MASK));
f1f644dc 9756 return;
79e53945
JB
9757 }
9758
9b1e14f4 9759 if (IS_PINEVIEW(dev_priv))
dccbea3b 9760 port_clock = pnv_calc_dpll_params(refclk, &clock);
ac58c3f0 9761 else
dccbea3b 9762 port_clock = i9xx_calc_dpll_params(refclk, &clock);
79e53945 9763 } else {
50a0bc90 9764 u32 lvds = IS_I830(dev_priv) ? 0 : I915_READ(LVDS);
b1c560d1 9765 bool is_lvds = (pipe == 1) && (lvds & LVDS_PORT_EN);
79e53945
JB
9766
9767 if (is_lvds) {
9768 clock.p1 = ffs((dpll & DPLL_FPA01_P1_POST_DIV_MASK_I830_LVDS) >>
9769 DPLL_FPA01_P1_POST_DIV_SHIFT);
b1c560d1
VS
9770
9771 if (lvds & LVDS_CLKB_POWER_UP)
9772 clock.p2 = 7;
9773 else
9774 clock.p2 = 14;
79e53945
JB
9775 } else {
9776 if (dpll & PLL_P1_DIVIDE_BY_TWO)
9777 clock.p1 = 2;
9778 else {
9779 clock.p1 = ((dpll & DPLL_FPA01_P1_POST_DIV_MASK_I830) >>
9780 DPLL_FPA01_P1_POST_DIV_SHIFT) + 2;
9781 }
9782 if (dpll & PLL_P2_DIVIDE_BY_4)
9783 clock.p2 = 4;
9784 else
9785 clock.p2 = 2;
79e53945 9786 }
da4a1efa 9787
dccbea3b 9788 port_clock = i9xx_calc_dpll_params(refclk, &clock);
79e53945
JB
9789 }
9790
18442d08
VS
9791 /*
9792 * This value includes pixel_multiplier. We will use
241bfc38 9793 * port_clock to compute adjusted_mode.crtc_clock in the
18442d08
VS
9794 * encoder's get_config() function.
9795 */
dccbea3b 9796 pipe_config->port_clock = port_clock;
f1f644dc
JB
9797}
9798
6878da05
VS
9799int intel_dotclock_calculate(int link_freq,
9800 const struct intel_link_m_n *m_n)
f1f644dc 9801{
f1f644dc
JB
9802 /*
9803 * The calculation for the data clock is:
1041a02f 9804 * pixel_clock = ((m/n)*(link_clock * nr_lanes))/bpp
f1f644dc 9805 * But we want to avoid losing precison if possible, so:
1041a02f 9806 * pixel_clock = ((m * link_clock * nr_lanes)/(n*bpp))
f1f644dc
JB
9807 *
9808 * and the link clock is simpler:
1041a02f 9809 * link_clock = (m * link_clock) / n
f1f644dc
JB
9810 */
9811
6878da05
VS
9812 if (!m_n->link_n)
9813 return 0;
f1f644dc 9814
6878da05
VS
9815 return div_u64((u64)m_n->link_m * link_freq, m_n->link_n);
9816}
f1f644dc 9817
18442d08 9818static void ironlake_pch_clock_get(struct intel_crtc *crtc,
5cec258b 9819 struct intel_crtc_state *pipe_config)
6878da05 9820{
e3b247da 9821 struct drm_i915_private *dev_priv = to_i915(crtc->base.dev);
79e53945 9822
18442d08
VS
9823 /* read out port_clock from the DPLL */
9824 i9xx_crtc_clock_get(crtc, pipe_config);
f1f644dc 9825
f1f644dc 9826 /*
e3b247da
VS
9827 * In case there is an active pipe without active ports,
9828 * we may need some idea for the dotclock anyway.
9829 * Calculate one based on the FDI configuration.
79e53945 9830 */
2d112de7 9831 pipe_config->base.adjusted_mode.crtc_clock =
21a727b3 9832 intel_dotclock_calculate(intel_fdi_link_freq(dev_priv, pipe_config),
18442d08 9833 &pipe_config->fdi_m_n);
79e53945
JB
9834}
9835
9836/** Returns the currently programmed mode of the given pipe. */
9837struct drm_display_mode *intel_crtc_mode_get(struct drm_device *dev,
9838 struct drm_crtc *crtc)
9839{
fac5e23e 9840 struct drm_i915_private *dev_priv = to_i915(dev);
79e53945 9841 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
6e3c9717 9842 enum transcoder cpu_transcoder = intel_crtc->config->cpu_transcoder;
79e53945 9843 struct drm_display_mode *mode;
3f36b937 9844 struct intel_crtc_state *pipe_config;
fe2b8f9d
PZ
9845 int htot = I915_READ(HTOTAL(cpu_transcoder));
9846 int hsync = I915_READ(HSYNC(cpu_transcoder));
9847 int vtot = I915_READ(VTOTAL(cpu_transcoder));
9848 int vsync = I915_READ(VSYNC(cpu_transcoder));
293623f7 9849 enum pipe pipe = intel_crtc->pipe;
79e53945
JB
9850
9851 mode = kzalloc(sizeof(*mode), GFP_KERNEL);
9852 if (!mode)
9853 return NULL;
9854
3f36b937
TU
9855 pipe_config = kzalloc(sizeof(*pipe_config), GFP_KERNEL);
9856 if (!pipe_config) {
9857 kfree(mode);
9858 return NULL;
9859 }
9860
f1f644dc
JB
9861 /*
9862 * Construct a pipe_config sufficient for getting the clock info
9863 * back out of crtc_clock_get.
9864 *
9865 * Note, if LVDS ever uses a non-1 pixel multiplier, we'll need
9866 * to use a real value here instead.
9867 */
3f36b937
TU
9868 pipe_config->cpu_transcoder = (enum transcoder) pipe;
9869 pipe_config->pixel_multiplier = 1;
9870 pipe_config->dpll_hw_state.dpll = I915_READ(DPLL(pipe));
9871 pipe_config->dpll_hw_state.fp0 = I915_READ(FP0(pipe));
9872 pipe_config->dpll_hw_state.fp1 = I915_READ(FP1(pipe));
9873 i9xx_crtc_clock_get(intel_crtc, pipe_config);
9874
9875 mode->clock = pipe_config->port_clock / pipe_config->pixel_multiplier;
79e53945
JB
9876 mode->hdisplay = (htot & 0xffff) + 1;
9877 mode->htotal = ((htot & 0xffff0000) >> 16) + 1;
9878 mode->hsync_start = (hsync & 0xffff) + 1;
9879 mode->hsync_end = ((hsync & 0xffff0000) >> 16) + 1;
9880 mode->vdisplay = (vtot & 0xffff) + 1;
9881 mode->vtotal = ((vtot & 0xffff0000) >> 16) + 1;
9882 mode->vsync_start = (vsync & 0xffff) + 1;
9883 mode->vsync_end = ((vsync & 0xffff0000) >> 16) + 1;
9884
9885 drm_mode_set_name(mode);
79e53945 9886
3f36b937
TU
9887 kfree(pipe_config);
9888
79e53945
JB
9889 return mode;
9890}
9891
9892static void intel_crtc_destroy(struct drm_crtc *crtc)
9893{
9894 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
67e77c5a 9895 struct drm_device *dev = crtc->dev;
51cbaf01 9896 struct intel_flip_work *work;
67e77c5a 9897
5e2d7afc 9898 spin_lock_irq(&dev->event_lock);
5a21b665
DV
9899 work = intel_crtc->flip_work;
9900 intel_crtc->flip_work = NULL;
9901 spin_unlock_irq(&dev->event_lock);
67e77c5a 9902
5a21b665 9903 if (work) {
51cbaf01
ML
9904 cancel_work_sync(&work->mmio_work);
9905 cancel_work_sync(&work->unpin_work);
5a21b665 9906 kfree(work);
67e77c5a 9907 }
79e53945
JB
9908
9909 drm_crtc_cleanup(crtc);
67e77c5a 9910
79e53945
JB
9911 kfree(intel_crtc);
9912}
9913
6b95a207
KH
9914static void intel_unpin_work_fn(struct work_struct *__work)
9915{
51cbaf01
ML
9916 struct intel_flip_work *work =
9917 container_of(__work, struct intel_flip_work, unpin_work);
5a21b665
DV
9918 struct intel_crtc *crtc = to_intel_crtc(work->crtc);
9919 struct drm_device *dev = crtc->base.dev;
9920 struct drm_plane *primary = crtc->base.primary;
03f476e1 9921
5a21b665
DV
9922 if (is_mmio_work(work))
9923 flush_work(&work->mmio_work);
03f476e1 9924
5a21b665 9925 mutex_lock(&dev->struct_mutex);
be1e3415 9926 intel_unpin_fb_vma(work->old_vma);
f8c417cd 9927 i915_gem_object_put(work->pending_flip_obj);
5a21b665 9928 mutex_unlock(&dev->struct_mutex);
143f73b3 9929
e8a261ea
CW
9930 i915_gem_request_put(work->flip_queued_req);
9931
5748b6a1
CW
9932 intel_frontbuffer_flip_complete(to_i915(dev),
9933 to_intel_plane(primary)->frontbuffer_bit);
5a21b665
DV
9934 intel_fbc_post_update(crtc);
9935 drm_framebuffer_unreference(work->old_fb);
143f73b3 9936
5a21b665
DV
9937 BUG_ON(atomic_read(&crtc->unpin_work_count) == 0);
9938 atomic_dec(&crtc->unpin_work_count);
a6747b73 9939
5a21b665
DV
9940 kfree(work);
9941}
d9e86c0e 9942
5a21b665
DV
9943/* Is 'a' after or equal to 'b'? */
9944static bool g4x_flip_count_after_eq(u32 a, u32 b)
9945{
9946 return !((a - b) & 0x80000000);
9947}
143f73b3 9948
5a21b665
DV
9949static bool __pageflip_finished_cs(struct intel_crtc *crtc,
9950 struct intel_flip_work *work)
9951{
9952 struct drm_device *dev = crtc->base.dev;
fac5e23e 9953 struct drm_i915_private *dev_priv = to_i915(dev);
143f73b3 9954
8af29b0c 9955 if (abort_flip_on_reset(crtc))
5a21b665 9956 return true;
143f73b3 9957
5a21b665
DV
9958 /*
9959 * The relevant registers doen't exist on pre-ctg.
9960 * As the flip done interrupt doesn't trigger for mmio
9961 * flips on gmch platforms, a flip count check isn't
9962 * really needed there. But since ctg has the registers,
9963 * include it in the check anyway.
9964 */
9beb5fea 9965 if (INTEL_GEN(dev_priv) < 5 && !IS_G4X(dev_priv))
5a21b665 9966 return true;
b4a98e57 9967
5a21b665
DV
9968 /*
9969 * BDW signals flip done immediately if the plane
9970 * is disabled, even if the plane enable is already
9971 * armed to occur at the next vblank :(
9972 */
f99d7069 9973
5a21b665
DV
9974 /*
9975 * A DSPSURFLIVE check isn't enough in case the mmio and CS flips
9976 * used the same base address. In that case the mmio flip might
9977 * have completed, but the CS hasn't even executed the flip yet.
9978 *
9979 * A flip count check isn't enough as the CS might have updated
9980 * the base address just after start of vblank, but before we
9981 * managed to process the interrupt. This means we'd complete the
9982 * CS flip too soon.
9983 *
9984 * Combining both checks should get us a good enough result. It may
9985 * still happen that the CS flip has been executed, but has not
9986 * yet actually completed. But in case the base address is the same
9987 * anyway, we don't really care.
9988 */
9989 return (I915_READ(DSPSURFLIVE(crtc->plane)) & ~0xfff) ==
9990 crtc->flip_work->gtt_offset &&
9991 g4x_flip_count_after_eq(I915_READ(PIPE_FLIPCOUNT_G4X(crtc->pipe)),
9992 crtc->flip_work->flip_count);
9993}
b4a98e57 9994
5a21b665
DV
9995static bool
9996__pageflip_finished_mmio(struct intel_crtc *crtc,
9997 struct intel_flip_work *work)
9998{
9999 /*
10000 * MMIO work completes when vblank is different from
10001 * flip_queued_vblank.
10002 *
10003 * Reset counter value doesn't matter, this is handled by
10004 * i915_wait_request finishing early, so no need to handle
10005 * reset here.
10006 */
10007 return intel_crtc_get_vblank_counter(crtc) != work->flip_queued_vblank;
6b95a207
KH
10008}
10009
51cbaf01
ML
10010
10011static bool pageflip_finished(struct intel_crtc *crtc,
10012 struct intel_flip_work *work)
10013{
10014 if (!atomic_read(&work->pending))
10015 return false;
10016
10017 smp_rmb();
10018
5a21b665
DV
10019 if (is_mmio_work(work))
10020 return __pageflip_finished_mmio(crtc, work);
10021 else
10022 return __pageflip_finished_cs(crtc, work);
10023}
10024
10025void intel_finish_page_flip_cs(struct drm_i915_private *dev_priv, int pipe)
10026{
91c8a326 10027 struct drm_device *dev = &dev_priv->drm;
98187836 10028 struct intel_crtc *crtc = intel_get_crtc_for_pipe(dev_priv, pipe);
5a21b665
DV
10029 struct intel_flip_work *work;
10030 unsigned long flags;
10031
10032 /* Ignore early vblank irqs */
10033 if (!crtc)
10034 return;
10035
51cbaf01 10036 /*
5a21b665
DV
10037 * This is called both by irq handlers and the reset code (to complete
10038 * lost pageflips) so needs the full irqsave spinlocks.
51cbaf01 10039 */
5a21b665 10040 spin_lock_irqsave(&dev->event_lock, flags);
e2af48c6 10041 work = crtc->flip_work;
5a21b665
DV
10042
10043 if (work != NULL &&
10044 !is_mmio_work(work) &&
e2af48c6
VS
10045 pageflip_finished(crtc, work))
10046 page_flip_completed(crtc);
5a21b665
DV
10047
10048 spin_unlock_irqrestore(&dev->event_lock, flags);
75f7f3ec
VS
10049}
10050
51cbaf01 10051void intel_finish_page_flip_mmio(struct drm_i915_private *dev_priv, int pipe)
6b95a207 10052{
91c8a326 10053 struct drm_device *dev = &dev_priv->drm;
98187836 10054 struct intel_crtc *crtc = intel_get_crtc_for_pipe(dev_priv, pipe);
51cbaf01 10055 struct intel_flip_work *work;
6b95a207
KH
10056 unsigned long flags;
10057
5251f04e
ML
10058 /* Ignore early vblank irqs */
10059 if (!crtc)
10060 return;
f326038a
DV
10061
10062 /*
10063 * This is called both by irq handlers and the reset code (to complete
10064 * lost pageflips) so needs the full irqsave spinlocks.
e7d841ca 10065 */
6b95a207 10066 spin_lock_irqsave(&dev->event_lock, flags);
e2af48c6 10067 work = crtc->flip_work;
5251f04e 10068
5a21b665
DV
10069 if (work != NULL &&
10070 is_mmio_work(work) &&
e2af48c6
VS
10071 pageflip_finished(crtc, work))
10072 page_flip_completed(crtc);
5251f04e 10073
6b95a207
KH
10074 spin_unlock_irqrestore(&dev->event_lock, flags);
10075}
10076
5a21b665
DV
10077static inline void intel_mark_page_flip_active(struct intel_crtc *crtc,
10078 struct intel_flip_work *work)
84c33a64 10079{
5a21b665 10080 work->flip_queued_vblank = intel_crtc_get_vblank_counter(crtc);
84c33a64 10081
5a21b665
DV
10082 /* Ensure that the work item is consistent when activating it ... */
10083 smp_mb__before_atomic();
10084 atomic_set(&work->pending, 1);
10085}
a6747b73 10086
5a21b665
DV
10087static int intel_gen2_queue_flip(struct drm_device *dev,
10088 struct drm_crtc *crtc,
10089 struct drm_framebuffer *fb,
10090 struct drm_i915_gem_object *obj,
10091 struct drm_i915_gem_request *req,
10092 uint32_t flags)
10093{
5a21b665 10094 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
73dec95e 10095 u32 flip_mask, *cs;
143f73b3 10096
73dec95e
TU
10097 cs = intel_ring_begin(req, 6);
10098 if (IS_ERR(cs))
10099 return PTR_ERR(cs);
143f73b3 10100
5a21b665
DV
10101 /* Can't queue multiple flips, so wait for the previous
10102 * one to finish before executing the next.
10103 */
10104 if (intel_crtc->plane)
10105 flip_mask = MI_WAIT_FOR_PLANE_B_FLIP;
10106 else
10107 flip_mask = MI_WAIT_FOR_PLANE_A_FLIP;
73dec95e
TU
10108 *cs++ = MI_WAIT_FOR_EVENT | flip_mask;
10109 *cs++ = MI_NOOP;
10110 *cs++ = MI_DISPLAY_FLIP | MI_DISPLAY_FLIP_PLANE(intel_crtc->plane);
10111 *cs++ = fb->pitches[0];
10112 *cs++ = intel_crtc->flip_work->gtt_offset;
10113 *cs++ = 0; /* aux display base address, unused */
143f73b3 10114
5a21b665
DV
10115 return 0;
10116}
84c33a64 10117
5a21b665
DV
10118static int intel_gen3_queue_flip(struct drm_device *dev,
10119 struct drm_crtc *crtc,
10120 struct drm_framebuffer *fb,
10121 struct drm_i915_gem_object *obj,
10122 struct drm_i915_gem_request *req,
10123 uint32_t flags)
10124{
5a21b665 10125 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
73dec95e 10126 u32 flip_mask, *cs;
d55dbd06 10127
73dec95e
TU
10128 cs = intel_ring_begin(req, 6);
10129 if (IS_ERR(cs))
10130 return PTR_ERR(cs);
d55dbd06 10131
5a21b665
DV
10132 if (intel_crtc->plane)
10133 flip_mask = MI_WAIT_FOR_PLANE_B_FLIP;
10134 else
10135 flip_mask = MI_WAIT_FOR_PLANE_A_FLIP;
73dec95e
TU
10136 *cs++ = MI_WAIT_FOR_EVENT | flip_mask;
10137 *cs++ = MI_NOOP;
10138 *cs++ = MI_DISPLAY_FLIP_I915 | MI_DISPLAY_FLIP_PLANE(intel_crtc->plane);
10139 *cs++ = fb->pitches[0];
10140 *cs++ = intel_crtc->flip_work->gtt_offset;
10141 *cs++ = MI_NOOP;
fd8e058a 10142
5a21b665
DV
10143 return 0;
10144}
84c33a64 10145
5a21b665
DV
10146static int intel_gen4_queue_flip(struct drm_device *dev,
10147 struct drm_crtc *crtc,
10148 struct drm_framebuffer *fb,
10149 struct drm_i915_gem_object *obj,
10150 struct drm_i915_gem_request *req,
10151 uint32_t flags)
10152{
fac5e23e 10153 struct drm_i915_private *dev_priv = to_i915(dev);
5a21b665 10154 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
73dec95e 10155 u32 pf, pipesrc, *cs;
143f73b3 10156
73dec95e
TU
10157 cs = intel_ring_begin(req, 4);
10158 if (IS_ERR(cs))
10159 return PTR_ERR(cs);
143f73b3 10160
5a21b665
DV
10161 /* i965+ uses the linear or tiled offsets from the
10162 * Display Registers (which do not change across a page-flip)
10163 * so we need only reprogram the base address.
10164 */
73dec95e
TU
10165 *cs++ = MI_DISPLAY_FLIP | MI_DISPLAY_FLIP_PLANE(intel_crtc->plane);
10166 *cs++ = fb->pitches[0];
10167 *cs++ = intel_crtc->flip_work->gtt_offset |
10168 intel_fb_modifier_to_tiling(fb->modifier);
5a21b665
DV
10169
10170 /* XXX Enabling the panel-fitter across page-flip is so far
10171 * untested on non-native modes, so ignore it for now.
10172 * pf = I915_READ(pipe == 0 ? PFA_CTL_1 : PFB_CTL_1) & PF_ENABLE;
10173 */
10174 pf = 0;
10175 pipesrc = I915_READ(PIPESRC(intel_crtc->pipe)) & 0x0fff0fff;
73dec95e 10176 *cs++ = pf | pipesrc;
143f73b3 10177
5a21b665 10178 return 0;
8c9f3aaf
JB
10179}
10180
5a21b665
DV
10181static int intel_gen6_queue_flip(struct drm_device *dev,
10182 struct drm_crtc *crtc,
10183 struct drm_framebuffer *fb,
10184 struct drm_i915_gem_object *obj,
10185 struct drm_i915_gem_request *req,
10186 uint32_t flags)
da20eabd 10187{
fac5e23e 10188 struct drm_i915_private *dev_priv = to_i915(dev);
5a21b665 10189 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
73dec95e 10190 u32 pf, pipesrc, *cs;
d21fbe87 10191
73dec95e
TU
10192 cs = intel_ring_begin(req, 4);
10193 if (IS_ERR(cs))
10194 return PTR_ERR(cs);
92826fcd 10195
73dec95e
TU
10196 *cs++ = MI_DISPLAY_FLIP | MI_DISPLAY_FLIP_PLANE(intel_crtc->plane);
10197 *cs++ = fb->pitches[0] | intel_fb_modifier_to_tiling(fb->modifier);
10198 *cs++ = intel_crtc->flip_work->gtt_offset;
92826fcd 10199
5a21b665
DV
10200 /* Contrary to the suggestions in the documentation,
10201 * "Enable Panel Fitter" does not seem to be required when page
10202 * flipping with a non-native mode, and worse causes a normal
10203 * modeset to fail.
10204 * pf = I915_READ(PF_CTL(intel_crtc->pipe)) & PF_ENABLE;
10205 */
10206 pf = 0;
10207 pipesrc = I915_READ(PIPESRC(intel_crtc->pipe)) & 0x0fff0fff;
73dec95e 10208 *cs++ = pf | pipesrc;
7809e5ae 10209
5a21b665 10210 return 0;
7809e5ae
MR
10211}
10212
5a21b665
DV
10213static int intel_gen7_queue_flip(struct drm_device *dev,
10214 struct drm_crtc *crtc,
10215 struct drm_framebuffer *fb,
10216 struct drm_i915_gem_object *obj,
10217 struct drm_i915_gem_request *req,
10218 uint32_t flags)
d21fbe87 10219{
5db94019 10220 struct drm_i915_private *dev_priv = to_i915(dev);
5a21b665 10221 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
73dec95e 10222 u32 *cs, plane_bit = 0;
5a21b665 10223 int len, ret;
d21fbe87 10224
5a21b665
DV
10225 switch (intel_crtc->plane) {
10226 case PLANE_A:
10227 plane_bit = MI_DISPLAY_FLIP_IVB_PLANE_A;
10228 break;
10229 case PLANE_B:
10230 plane_bit = MI_DISPLAY_FLIP_IVB_PLANE_B;
10231 break;
10232 case PLANE_C:
10233 plane_bit = MI_DISPLAY_FLIP_IVB_PLANE_C;
10234 break;
10235 default:
10236 WARN_ONCE(1, "unknown plane in flip command\n");
10237 return -ENODEV;
10238 }
10239
10240 len = 4;
b5321f30 10241 if (req->engine->id == RCS) {
5a21b665
DV
10242 len += 6;
10243 /*
10244 * On Gen 8, SRM is now taking an extra dword to accommodate
10245 * 48bits addresses, and we need a NOOP for the batch size to
10246 * stay even.
10247 */
5db94019 10248 if (IS_GEN8(dev_priv))
5a21b665
DV
10249 len += 2;
10250 }
10251
10252 /*
10253 * BSpec MI_DISPLAY_FLIP for IVB:
10254 * "The full packet must be contained within the same cache line."
10255 *
10256 * Currently the LRI+SRM+MI_DISPLAY_FLIP all fit within the same
10257 * cacheline, if we ever start emitting more commands before
10258 * the MI_DISPLAY_FLIP we may need to first emit everything else,
10259 * then do the cacheline alignment, and finally emit the
10260 * MI_DISPLAY_FLIP.
10261 */
10262 ret = intel_ring_cacheline_align(req);
10263 if (ret)
10264 return ret;
10265
73dec95e
TU
10266 cs = intel_ring_begin(req, len);
10267 if (IS_ERR(cs))
10268 return PTR_ERR(cs);
5a21b665
DV
10269
10270 /* Unmask the flip-done completion message. Note that the bspec says that
10271 * we should do this for both the BCS and RCS, and that we must not unmask
10272 * more than one flip event at any time (or ensure that one flip message
10273 * can be sent by waiting for flip-done prior to queueing new flips).
10274 * Experimentation says that BCS works despite DERRMR masking all
10275 * flip-done completion events and that unmasking all planes at once
10276 * for the RCS also doesn't appear to drop events. Setting the DERRMR
10277 * to zero does lead to lockups within MI_DISPLAY_FLIP.
10278 */
b5321f30 10279 if (req->engine->id == RCS) {
73dec95e
TU
10280 *cs++ = MI_LOAD_REGISTER_IMM(1);
10281 *cs++ = i915_mmio_reg_offset(DERRMR);
10282 *cs++ = ~(DERRMR_PIPEA_PRI_FLIP_DONE |
10283 DERRMR_PIPEB_PRI_FLIP_DONE |
10284 DERRMR_PIPEC_PRI_FLIP_DONE);
5db94019 10285 if (IS_GEN8(dev_priv))
73dec95e
TU
10286 *cs++ = MI_STORE_REGISTER_MEM_GEN8 |
10287 MI_SRM_LRM_GLOBAL_GTT;
5a21b665 10288 else
73dec95e
TU
10289 *cs++ = MI_STORE_REGISTER_MEM | MI_SRM_LRM_GLOBAL_GTT;
10290 *cs++ = i915_mmio_reg_offset(DERRMR);
10291 *cs++ = i915_ggtt_offset(req->engine->scratch) + 256;
5db94019 10292 if (IS_GEN8(dev_priv)) {
73dec95e
TU
10293 *cs++ = 0;
10294 *cs++ = MI_NOOP;
5a21b665
DV
10295 }
10296 }
10297
73dec95e
TU
10298 *cs++ = MI_DISPLAY_FLIP_I915 | plane_bit;
10299 *cs++ = fb->pitches[0] | intel_fb_modifier_to_tiling(fb->modifier);
10300 *cs++ = intel_crtc->flip_work->gtt_offset;
10301 *cs++ = MI_NOOP;
5a21b665
DV
10302
10303 return 0;
10304}
10305
10306static bool use_mmio_flip(struct intel_engine_cs *engine,
10307 struct drm_i915_gem_object *obj)
10308{
10309 /*
10310 * This is not being used for older platforms, because
10311 * non-availability of flip done interrupt forces us to use
10312 * CS flips. Older platforms derive flip done using some clever
10313 * tricks involving the flip_pending status bits and vblank irqs.
10314 * So using MMIO flips there would disrupt this mechanism.
10315 */
10316
10317 if (engine == NULL)
10318 return true;
10319
10320 if (INTEL_GEN(engine->i915) < 5)
10321 return false;
10322
10323 if (i915.use_mmio_flip < 0)
10324 return false;
10325 else if (i915.use_mmio_flip > 0)
10326 return true;
10327 else if (i915.enable_execlists)
10328 return true;
c37efb99 10329
d07f0e59 10330 return engine != i915_gem_object_last_write_engine(obj);
5a21b665
DV
10331}
10332
10333static void skl_do_mmio_flip(struct intel_crtc *intel_crtc,
10334 unsigned int rotation,
10335 struct intel_flip_work *work)
10336{
10337 struct drm_device *dev = intel_crtc->base.dev;
fac5e23e 10338 struct drm_i915_private *dev_priv = to_i915(dev);
5a21b665
DV
10339 struct drm_framebuffer *fb = intel_crtc->base.primary->fb;
10340 const enum pipe pipe = intel_crtc->pipe;
d2196774 10341 u32 ctl, stride = skl_plane_stride(fb, 0, rotation);
5a21b665
DV
10342
10343 ctl = I915_READ(PLANE_CTL(pipe, 0));
10344 ctl &= ~PLANE_CTL_TILED_MASK;
bae781b2 10345 switch (fb->modifier) {
5a21b665
DV
10346 case DRM_FORMAT_MOD_NONE:
10347 break;
10348 case I915_FORMAT_MOD_X_TILED:
10349 ctl |= PLANE_CTL_TILED_X;
10350 break;
10351 case I915_FORMAT_MOD_Y_TILED:
10352 ctl |= PLANE_CTL_TILED_Y;
10353 break;
10354 case I915_FORMAT_MOD_Yf_TILED:
10355 ctl |= PLANE_CTL_TILED_YF;
10356 break;
10357 default:
bae781b2 10358 MISSING_CASE(fb->modifier);
5a21b665
DV
10359 }
10360
5a21b665
DV
10361 /*
10362 * Both PLANE_CTL and PLANE_STRIDE are not updated on vblank but on
10363 * PLANE_SURF updates, the update is then guaranteed to be atomic.
10364 */
10365 I915_WRITE(PLANE_CTL(pipe, 0), ctl);
10366 I915_WRITE(PLANE_STRIDE(pipe, 0), stride);
10367
10368 I915_WRITE(PLANE_SURF(pipe, 0), work->gtt_offset);
10369 POSTING_READ(PLANE_SURF(pipe, 0));
10370}
10371
10372static void ilk_do_mmio_flip(struct intel_crtc *intel_crtc,
10373 struct intel_flip_work *work)
10374{
10375 struct drm_device *dev = intel_crtc->base.dev;
fac5e23e 10376 struct drm_i915_private *dev_priv = to_i915(dev);
72618ebf 10377 struct drm_framebuffer *fb = intel_crtc->base.primary->fb;
5a21b665
DV
10378 i915_reg_t reg = DSPCNTR(intel_crtc->plane);
10379 u32 dspcntr;
10380
10381 dspcntr = I915_READ(reg);
10382
bae781b2 10383 if (fb->modifier == I915_FORMAT_MOD_X_TILED)
5a21b665
DV
10384 dspcntr |= DISPPLANE_TILED;
10385 else
10386 dspcntr &= ~DISPPLANE_TILED;
10387
10388 I915_WRITE(reg, dspcntr);
10389
10390 I915_WRITE(DSPSURF(intel_crtc->plane), work->gtt_offset);
10391 POSTING_READ(DSPSURF(intel_crtc->plane));
10392}
10393
10394static void intel_mmio_flip_work_func(struct work_struct *w)
10395{
10396 struct intel_flip_work *work =
10397 container_of(w, struct intel_flip_work, mmio_work);
10398 struct intel_crtc *crtc = to_intel_crtc(work->crtc);
10399 struct drm_i915_private *dev_priv = to_i915(crtc->base.dev);
10400 struct intel_framebuffer *intel_fb =
10401 to_intel_framebuffer(crtc->base.primary->fb);
10402 struct drm_i915_gem_object *obj = intel_fb->obj;
10403
d07f0e59 10404 WARN_ON(i915_gem_object_wait(obj, 0, MAX_SCHEDULE_TIMEOUT, NULL) < 0);
5a21b665
DV
10405
10406 intel_pipe_update_start(crtc);
10407
10408 if (INTEL_GEN(dev_priv) >= 9)
10409 skl_do_mmio_flip(crtc, work->rotation, work);
10410 else
10411 /* use_mmio_flip() retricts MMIO flips to ilk+ */
10412 ilk_do_mmio_flip(crtc, work);
10413
10414 intel_pipe_update_end(crtc, work);
10415}
10416
10417static int intel_default_queue_flip(struct drm_device *dev,
10418 struct drm_crtc *crtc,
10419 struct drm_framebuffer *fb,
10420 struct drm_i915_gem_object *obj,
10421 struct drm_i915_gem_request *req,
10422 uint32_t flags)
10423{
10424 return -ENODEV;
10425}
10426
10427static bool __pageflip_stall_check_cs(struct drm_i915_private *dev_priv,
10428 struct intel_crtc *intel_crtc,
10429 struct intel_flip_work *work)
10430{
10431 u32 addr, vblank;
10432
10433 if (!atomic_read(&work->pending))
10434 return false;
10435
10436 smp_rmb();
10437
10438 vblank = intel_crtc_get_vblank_counter(intel_crtc);
10439 if (work->flip_ready_vblank == 0) {
10440 if (work->flip_queued_req &&
f69a02c9 10441 !i915_gem_request_completed(work->flip_queued_req))
5a21b665
DV
10442 return false;
10443
10444 work->flip_ready_vblank = vblank;
10445 }
10446
10447 if (vblank - work->flip_ready_vblank < 3)
10448 return false;
10449
10450 /* Potential stall - if we see that the flip has happened,
10451 * assume a missed interrupt. */
10452 if (INTEL_GEN(dev_priv) >= 4)
10453 addr = I915_HI_DISPBASE(I915_READ(DSPSURF(intel_crtc->plane)));
10454 else
10455 addr = I915_READ(DSPADDR(intel_crtc->plane));
10456
10457 /* There is a potential issue here with a false positive after a flip
10458 * to the same address. We could address this by checking for a
10459 * non-incrementing frame counter.
10460 */
10461 return addr == work->gtt_offset;
10462}
10463
10464void intel_check_page_flip(struct drm_i915_private *dev_priv, int pipe)
10465{
91c8a326 10466 struct drm_device *dev = &dev_priv->drm;
98187836 10467 struct intel_crtc *crtc = intel_get_crtc_for_pipe(dev_priv, pipe);
5a21b665
DV
10468 struct intel_flip_work *work;
10469
10470 WARN_ON(!in_interrupt());
10471
10472 if (crtc == NULL)
10473 return;
10474
10475 spin_lock(&dev->event_lock);
e2af48c6 10476 work = crtc->flip_work;
5a21b665
DV
10477
10478 if (work != NULL && !is_mmio_work(work) &&
e2af48c6 10479 __pageflip_stall_check_cs(dev_priv, crtc, work)) {
5a21b665
DV
10480 WARN_ONCE(1,
10481 "Kicking stuck page flip: queued at %d, now %d\n",
e2af48c6
VS
10482 work->flip_queued_vblank, intel_crtc_get_vblank_counter(crtc));
10483 page_flip_completed(crtc);
5a21b665
DV
10484 work = NULL;
10485 }
10486
10487 if (work != NULL && !is_mmio_work(work) &&
e2af48c6 10488 intel_crtc_get_vblank_counter(crtc) - work->flip_queued_vblank > 1)
5a21b665
DV
10489 intel_queue_rps_boost_for_request(work->flip_queued_req);
10490 spin_unlock(&dev->event_lock);
10491}
10492
4c01ded5 10493__maybe_unused
5a21b665
DV
10494static int intel_crtc_page_flip(struct drm_crtc *crtc,
10495 struct drm_framebuffer *fb,
10496 struct drm_pending_vblank_event *event,
10497 uint32_t page_flip_flags)
10498{
10499 struct drm_device *dev = crtc->dev;
fac5e23e 10500 struct drm_i915_private *dev_priv = to_i915(dev);
5a21b665
DV
10501 struct drm_framebuffer *old_fb = crtc->primary->fb;
10502 struct drm_i915_gem_object *obj = intel_fb_obj(fb);
10503 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
10504 struct drm_plane *primary = crtc->primary;
10505 enum pipe pipe = intel_crtc->pipe;
10506 struct intel_flip_work *work;
10507 struct intel_engine_cs *engine;
10508 bool mmio_flip;
8e637178 10509 struct drm_i915_gem_request *request;
058d88c4 10510 struct i915_vma *vma;
5a21b665
DV
10511 int ret;
10512
10513 /*
10514 * drm_mode_page_flip_ioctl() should already catch this, but double
10515 * check to be safe. In the future we may enable pageflipping from
10516 * a disabled primary plane.
10517 */
10518 if (WARN_ON(intel_fb_obj(old_fb) == NULL))
10519 return -EBUSY;
10520
10521 /* Can't change pixel format via MI display flips. */
dbd4d576 10522 if (fb->format != crtc->primary->fb->format)
5a21b665
DV
10523 return -EINVAL;
10524
10525 /*
10526 * TILEOFF/LINOFF registers can't be changed via MI display flips.
10527 * Note that pitch changes could also affect these register.
10528 */
6315b5d3 10529 if (INTEL_GEN(dev_priv) > 3 &&
5a21b665
DV
10530 (fb->offsets[0] != crtc->primary->fb->offsets[0] ||
10531 fb->pitches[0] != crtc->primary->fb->pitches[0]))
10532 return -EINVAL;
10533
10534 if (i915_terminally_wedged(&dev_priv->gpu_error))
10535 goto out_hang;
10536
10537 work = kzalloc(sizeof(*work), GFP_KERNEL);
10538 if (work == NULL)
10539 return -ENOMEM;
10540
10541 work->event = event;
10542 work->crtc = crtc;
10543 work->old_fb = old_fb;
10544 INIT_WORK(&work->unpin_work, intel_unpin_work_fn);
10545
10546 ret = drm_crtc_vblank_get(crtc);
10547 if (ret)
10548 goto free_work;
10549
10550 /* We borrow the event spin lock for protecting flip_work */
10551 spin_lock_irq(&dev->event_lock);
10552 if (intel_crtc->flip_work) {
10553 /* Before declaring the flip queue wedged, check if
10554 * the hardware completed the operation behind our backs.
10555 */
10556 if (pageflip_finished(intel_crtc, intel_crtc->flip_work)) {
10557 DRM_DEBUG_DRIVER("flip queue: previous flip completed, continuing\n");
10558 page_flip_completed(intel_crtc);
10559 } else {
10560 DRM_DEBUG_DRIVER("flip queue: crtc already busy\n");
10561 spin_unlock_irq(&dev->event_lock);
10562
10563 drm_crtc_vblank_put(crtc);
10564 kfree(work);
10565 return -EBUSY;
10566 }
10567 }
10568 intel_crtc->flip_work = work;
10569 spin_unlock_irq(&dev->event_lock);
10570
10571 if (atomic_read(&intel_crtc->unpin_work_count) >= 2)
10572 flush_workqueue(dev_priv->wq);
10573
10574 /* Reference the objects for the scheduled work. */
10575 drm_framebuffer_reference(work->old_fb);
5a21b665
DV
10576
10577 crtc->primary->fb = fb;
10578 update_state_fb(crtc->primary);
faf68d92 10579
25dc556a 10580 work->pending_flip_obj = i915_gem_object_get(obj);
5a21b665
DV
10581
10582 ret = i915_mutex_lock_interruptible(dev);
10583 if (ret)
10584 goto cleanup;
10585
8af29b0c 10586 intel_crtc->reset_count = i915_reset_count(&dev_priv->gpu_error);
8c185eca 10587 if (i915_reset_backoff_or_wedged(&dev_priv->gpu_error)) {
5a21b665 10588 ret = -EIO;
ddbb271a 10589 goto unlock;
5a21b665
DV
10590 }
10591
10592 atomic_inc(&intel_crtc->unpin_work_count);
10593
9beb5fea 10594 if (INTEL_GEN(dev_priv) >= 5 || IS_G4X(dev_priv))
5a21b665
DV
10595 work->flip_count = I915_READ(PIPE_FLIPCOUNT_G4X(pipe)) + 1;
10596
920a14b2 10597 if (IS_VALLEYVIEW(dev_priv) || IS_CHERRYVIEW(dev_priv)) {
3b3f1650 10598 engine = dev_priv->engine[BCS];
bae781b2 10599 if (fb->modifier != old_fb->modifier)
5a21b665
DV
10600 /* vlv: DISPLAY_FLIP fails to change tiling */
10601 engine = NULL;
fd6b8f43 10602 } else if (IS_IVYBRIDGE(dev_priv) || IS_HASWELL(dev_priv)) {
3b3f1650 10603 engine = dev_priv->engine[BCS];
6315b5d3 10604 } else if (INTEL_GEN(dev_priv) >= 7) {
d07f0e59 10605 engine = i915_gem_object_last_write_engine(obj);
5a21b665 10606 if (engine == NULL || engine->id != RCS)
3b3f1650 10607 engine = dev_priv->engine[BCS];
5a21b665 10608 } else {
3b3f1650 10609 engine = dev_priv->engine[RCS];
5a21b665
DV
10610 }
10611
10612 mmio_flip = use_mmio_flip(engine, obj);
10613
058d88c4
CW
10614 vma = intel_pin_and_fence_fb_obj(fb, primary->state->rotation);
10615 if (IS_ERR(vma)) {
10616 ret = PTR_ERR(vma);
5a21b665 10617 goto cleanup_pending;
058d88c4 10618 }
5a21b665 10619
be1e3415
CW
10620 work->old_vma = to_intel_plane_state(primary->state)->vma;
10621 to_intel_plane_state(primary->state)->vma = vma;
10622
10623 work->gtt_offset = i915_ggtt_offset(vma) + intel_crtc->dspaddr_offset;
5a21b665
DV
10624 work->rotation = crtc->primary->state->rotation;
10625
1f061316
PZ
10626 /*
10627 * There's the potential that the next frame will not be compatible with
10628 * FBC, so we want to call pre_update() before the actual page flip.
10629 * The problem is that pre_update() caches some information about the fb
10630 * object, so we want to do this only after the object is pinned. Let's
10631 * be on the safe side and do this immediately before scheduling the
10632 * flip.
10633 */
10634 intel_fbc_pre_update(intel_crtc, intel_crtc->config,
10635 to_intel_plane_state(primary->state));
10636
5a21b665
DV
10637 if (mmio_flip) {
10638 INIT_WORK(&work->mmio_work, intel_mmio_flip_work_func);
6277c8d0 10639 queue_work(system_unbound_wq, &work->mmio_work);
5a21b665 10640 } else {
e8a9c58f
CW
10641 request = i915_gem_request_alloc(engine,
10642 dev_priv->kernel_context);
8e637178
CW
10643 if (IS_ERR(request)) {
10644 ret = PTR_ERR(request);
10645 goto cleanup_unpin;
10646 }
10647
a2bc4695 10648 ret = i915_gem_request_await_object(request, obj, false);
8e637178
CW
10649 if (ret)
10650 goto cleanup_request;
10651
5a21b665
DV
10652 ret = dev_priv->display.queue_flip(dev, crtc, fb, obj, request,
10653 page_flip_flags);
10654 if (ret)
8e637178 10655 goto cleanup_request;
5a21b665
DV
10656
10657 intel_mark_page_flip_active(intel_crtc, work);
10658
8e637178 10659 work->flip_queued_req = i915_gem_request_get(request);
e642c85b 10660 i915_add_request(request);
5a21b665
DV
10661 }
10662
92117f0b 10663 i915_gem_object_wait_priority(obj, 0, I915_PRIORITY_DISPLAY);
5a21b665
DV
10664 i915_gem_track_fb(intel_fb_obj(old_fb), obj,
10665 to_intel_plane(primary)->frontbuffer_bit);
10666 mutex_unlock(&dev->struct_mutex);
10667
5748b6a1 10668 intel_frontbuffer_flip_prepare(to_i915(dev),
5a21b665
DV
10669 to_intel_plane(primary)->frontbuffer_bit);
10670
10671 trace_i915_flip_request(intel_crtc->plane, obj);
10672
10673 return 0;
10674
8e637178 10675cleanup_request:
e642c85b 10676 i915_add_request(request);
5a21b665 10677cleanup_unpin:
be1e3415
CW
10678 to_intel_plane_state(primary->state)->vma = work->old_vma;
10679 intel_unpin_fb_vma(vma);
5a21b665 10680cleanup_pending:
5a21b665 10681 atomic_dec(&intel_crtc->unpin_work_count);
ddbb271a 10682unlock:
5a21b665
DV
10683 mutex_unlock(&dev->struct_mutex);
10684cleanup:
10685 crtc->primary->fb = old_fb;
10686 update_state_fb(crtc->primary);
10687
f0cd5182 10688 i915_gem_object_put(obj);
5a21b665
DV
10689 drm_framebuffer_unreference(work->old_fb);
10690
10691 spin_lock_irq(&dev->event_lock);
10692 intel_crtc->flip_work = NULL;
10693 spin_unlock_irq(&dev->event_lock);
10694
10695 drm_crtc_vblank_put(crtc);
10696free_work:
10697 kfree(work);
10698
10699 if (ret == -EIO) {
10700 struct drm_atomic_state *state;
10701 struct drm_plane_state *plane_state;
10702
10703out_hang:
10704 state = drm_atomic_state_alloc(dev);
10705 if (!state)
10706 return -ENOMEM;
b260ac3e 10707 state->acquire_ctx = dev->mode_config.acquire_ctx;
5a21b665
DV
10708
10709retry:
10710 plane_state = drm_atomic_get_plane_state(state, primary);
10711 ret = PTR_ERR_OR_ZERO(plane_state);
10712 if (!ret) {
10713 drm_atomic_set_fb_for_plane(plane_state, fb);
10714
10715 ret = drm_atomic_set_crtc_for_plane(plane_state, crtc);
10716 if (!ret)
10717 ret = drm_atomic_commit(state);
10718 }
10719
10720 if (ret == -EDEADLK) {
10721 drm_modeset_backoff(state->acquire_ctx);
10722 drm_atomic_state_clear(state);
10723 goto retry;
10724 }
10725
0853695c 10726 drm_atomic_state_put(state);
5a21b665
DV
10727
10728 if (ret == 0 && event) {
10729 spin_lock_irq(&dev->event_lock);
10730 drm_crtc_send_vblank_event(crtc, event);
10731 spin_unlock_irq(&dev->event_lock);
10732 }
10733 }
10734 return ret;
10735}
10736
10737
10738/**
10739 * intel_wm_need_update - Check whether watermarks need updating
10740 * @plane: drm plane
10741 * @state: new plane state
10742 *
10743 * Check current plane state versus the new one to determine whether
10744 * watermarks need to be recalculated.
10745 *
10746 * Returns true or false.
10747 */
10748static bool intel_wm_need_update(struct drm_plane *plane,
10749 struct drm_plane_state *state)
10750{
10751 struct intel_plane_state *new = to_intel_plane_state(state);
10752 struct intel_plane_state *cur = to_intel_plane_state(plane->state);
10753
10754 /* Update watermarks on tiling or size changes. */
936e71e3 10755 if (new->base.visible != cur->base.visible)
5a21b665
DV
10756 return true;
10757
10758 if (!cur->base.fb || !new->base.fb)
10759 return false;
10760
bae781b2 10761 if (cur->base.fb->modifier != new->base.fb->modifier ||
5a21b665 10762 cur->base.rotation != new->base.rotation ||
936e71e3
VS
10763 drm_rect_width(&new->base.src) != drm_rect_width(&cur->base.src) ||
10764 drm_rect_height(&new->base.src) != drm_rect_height(&cur->base.src) ||
10765 drm_rect_width(&new->base.dst) != drm_rect_width(&cur->base.dst) ||
10766 drm_rect_height(&new->base.dst) != drm_rect_height(&cur->base.dst))
5a21b665
DV
10767 return true;
10768
10769 return false;
10770}
10771
10772static bool needs_scaling(struct intel_plane_state *state)
10773{
936e71e3
VS
10774 int src_w = drm_rect_width(&state->base.src) >> 16;
10775 int src_h = drm_rect_height(&state->base.src) >> 16;
10776 int dst_w = drm_rect_width(&state->base.dst);
10777 int dst_h = drm_rect_height(&state->base.dst);
5a21b665
DV
10778
10779 return (src_w != dst_w || src_h != dst_h);
10780}
d21fbe87 10781
da20eabd
ML
10782int intel_plane_atomic_calc_changes(struct drm_crtc_state *crtc_state,
10783 struct drm_plane_state *plane_state)
10784{
ab1d3a0e 10785 struct intel_crtc_state *pipe_config = to_intel_crtc_state(crtc_state);
da20eabd
ML
10786 struct drm_crtc *crtc = crtc_state->crtc;
10787 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
e9728bd8 10788 struct intel_plane *plane = to_intel_plane(plane_state->plane);
da20eabd 10789 struct drm_device *dev = crtc->dev;
ed4a6a7c 10790 struct drm_i915_private *dev_priv = to_i915(dev);
da20eabd 10791 struct intel_plane_state *old_plane_state =
e9728bd8 10792 to_intel_plane_state(plane->base.state);
da20eabd
ML
10793 bool mode_changed = needs_modeset(crtc_state);
10794 bool was_crtc_enabled = crtc->state->active;
10795 bool is_crtc_enabled = crtc_state->active;
da20eabd
ML
10796 bool turn_off, turn_on, visible, was_visible;
10797 struct drm_framebuffer *fb = plane_state->fb;
78108b7c 10798 int ret;
da20eabd 10799
e9728bd8 10800 if (INTEL_GEN(dev_priv) >= 9 && plane->id != PLANE_CURSOR) {
da20eabd
ML
10801 ret = skl_update_scaler_plane(
10802 to_intel_crtc_state(crtc_state),
10803 to_intel_plane_state(plane_state));
10804 if (ret)
10805 return ret;
10806 }
10807
936e71e3 10808 was_visible = old_plane_state->base.visible;
1d4258db 10809 visible = plane_state->visible;
da20eabd
ML
10810
10811 if (!was_crtc_enabled && WARN_ON(was_visible))
10812 was_visible = false;
10813
35c08f43
ML
10814 /*
10815 * Visibility is calculated as if the crtc was on, but
10816 * after scaler setup everything depends on it being off
10817 * when the crtc isn't active.
f818ffea
VS
10818 *
10819 * FIXME this is wrong for watermarks. Watermarks should also
10820 * be computed as if the pipe would be active. Perhaps move
10821 * per-plane wm computation to the .check_plane() hook, and
10822 * only combine the results from all planes in the current place?
35c08f43 10823 */
e9728bd8 10824 if (!is_crtc_enabled) {
1d4258db 10825 plane_state->visible = visible = false;
e9728bd8
VS
10826 to_intel_crtc_state(crtc_state)->active_planes &= ~BIT(plane->id);
10827 }
da20eabd
ML
10828
10829 if (!was_visible && !visible)
10830 return 0;
10831
e8861675
ML
10832 if (fb != old_plane_state->base.fb)
10833 pipe_config->fb_changed = true;
10834
da20eabd
ML
10835 turn_off = was_visible && (!visible || mode_changed);
10836 turn_on = visible && (!was_visible || mode_changed);
10837
72660ce0 10838 DRM_DEBUG_ATOMIC("[CRTC:%d:%s] has [PLANE:%d:%s] with fb %i\n",
e9728bd8
VS
10839 intel_crtc->base.base.id, intel_crtc->base.name,
10840 plane->base.base.id, plane->base.name,
72660ce0 10841 fb ? fb->base.id : -1);
da20eabd 10842
72660ce0 10843 DRM_DEBUG_ATOMIC("[PLANE:%d:%s] visible %i -> %i, off %i, on %i, ms %i\n",
e9728bd8 10844 plane->base.base.id, plane->base.name,
72660ce0 10845 was_visible, visible,
da20eabd
ML
10846 turn_off, turn_on, mode_changed);
10847
caed361d 10848 if (turn_on) {
b4ede6df
VS
10849 if (INTEL_GEN(dev_priv) < 5)
10850 pipe_config->update_wm_pre = true;
caed361d
VS
10851
10852 /* must disable cxsr around plane enable/disable */
e9728bd8 10853 if (plane->id != PLANE_CURSOR)
caed361d
VS
10854 pipe_config->disable_cxsr = true;
10855 } else if (turn_off) {
b4ede6df
VS
10856 if (INTEL_GEN(dev_priv) < 5)
10857 pipe_config->update_wm_post = true;
92826fcd 10858
852eb00d 10859 /* must disable cxsr around plane enable/disable */
e9728bd8 10860 if (plane->id != PLANE_CURSOR)
ab1d3a0e 10861 pipe_config->disable_cxsr = true;
e9728bd8 10862 } else if (intel_wm_need_update(&plane->base, plane_state)) {
b4ede6df
VS
10863 if (INTEL_GEN(dev_priv) < 5) {
10864 /* FIXME bollocks */
10865 pipe_config->update_wm_pre = true;
10866 pipe_config->update_wm_post = true;
10867 }
852eb00d 10868 }
da20eabd 10869
8be6ca85 10870 if (visible || was_visible)
e9728bd8 10871 pipe_config->fb_bits |= plane->frontbuffer_bit;
a9ff8714 10872
31ae71fc
ML
10873 /*
10874 * WaCxSRDisabledForSpriteScaling:ivb
10875 *
10876 * cstate->update_wm was already set above, so this flag will
10877 * take effect when we commit and program watermarks.
10878 */
e9728bd8 10879 if (plane->id == PLANE_SPRITE0 && IS_IVYBRIDGE(dev_priv) &&
31ae71fc
ML
10880 needs_scaling(to_intel_plane_state(plane_state)) &&
10881 !needs_scaling(old_plane_state))
10882 pipe_config->disable_lp_wm = true;
d21fbe87 10883
da20eabd
ML
10884 return 0;
10885}
10886
6d3a1ce7
ML
10887static bool encoders_cloneable(const struct intel_encoder *a,
10888 const struct intel_encoder *b)
10889{
10890 /* masks could be asymmetric, so check both ways */
10891 return a == b || (a->cloneable & (1 << b->type) &&
10892 b->cloneable & (1 << a->type));
10893}
10894
10895static bool check_single_encoder_cloning(struct drm_atomic_state *state,
10896 struct intel_crtc *crtc,
10897 struct intel_encoder *encoder)
10898{
10899 struct intel_encoder *source_encoder;
10900 struct drm_connector *connector;
10901 struct drm_connector_state *connector_state;
10902 int i;
10903
aa5e9b47 10904 for_each_new_connector_in_state(state, connector, connector_state, i) {
6d3a1ce7
ML
10905 if (connector_state->crtc != &crtc->base)
10906 continue;
10907
10908 source_encoder =
10909 to_intel_encoder(connector_state->best_encoder);
10910 if (!encoders_cloneable(encoder, source_encoder))
10911 return false;
10912 }
10913
10914 return true;
10915}
10916
6d3a1ce7
ML
10917static int intel_crtc_atomic_check(struct drm_crtc *crtc,
10918 struct drm_crtc_state *crtc_state)
10919{
cf5a15be 10920 struct drm_device *dev = crtc->dev;
fac5e23e 10921 struct drm_i915_private *dev_priv = to_i915(dev);
6d3a1ce7 10922 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
cf5a15be
ML
10923 struct intel_crtc_state *pipe_config =
10924 to_intel_crtc_state(crtc_state);
6d3a1ce7 10925 struct drm_atomic_state *state = crtc_state->state;
4d20cd86 10926 int ret;
6d3a1ce7
ML
10927 bool mode_changed = needs_modeset(crtc_state);
10928
852eb00d 10929 if (mode_changed && !crtc_state->active)
caed361d 10930 pipe_config->update_wm_post = true;
eddfcbcd 10931
ad421372
ML
10932 if (mode_changed && crtc_state->enable &&
10933 dev_priv->display.crtc_compute_clock &&
8106ddbd 10934 !WARN_ON(pipe_config->shared_dpll)) {
ad421372
ML
10935 ret = dev_priv->display.crtc_compute_clock(intel_crtc,
10936 pipe_config);
10937 if (ret)
10938 return ret;
10939 }
10940
82cf435b
LL
10941 if (crtc_state->color_mgmt_changed) {
10942 ret = intel_color_check(crtc, crtc_state);
10943 if (ret)
10944 return ret;
e7852a4b
LL
10945
10946 /*
10947 * Changing color management on Intel hardware is
10948 * handled as part of planes update.
10949 */
10950 crtc_state->planes_changed = true;
82cf435b
LL
10951 }
10952
e435d6e5 10953 ret = 0;
86c8bbbe 10954 if (dev_priv->display.compute_pipe_wm) {
e3bddded 10955 ret = dev_priv->display.compute_pipe_wm(pipe_config);
ed4a6a7c
MR
10956 if (ret) {
10957 DRM_DEBUG_KMS("Target pipe watermarks are invalid\n");
10958 return ret;
10959 }
10960 }
10961
10962 if (dev_priv->display.compute_intermediate_wm &&
10963 !to_intel_atomic_state(state)->skip_intermediate_wm) {
10964 if (WARN_ON(!dev_priv->display.compute_pipe_wm))
10965 return 0;
10966
10967 /*
10968 * Calculate 'intermediate' watermarks that satisfy both the
10969 * old state and the new state. We can program these
10970 * immediately.
10971 */
6315b5d3 10972 ret = dev_priv->display.compute_intermediate_wm(dev,
ed4a6a7c
MR
10973 intel_crtc,
10974 pipe_config);
10975 if (ret) {
10976 DRM_DEBUG_KMS("No valid intermediate pipe watermarks are possible\n");
86c8bbbe 10977 return ret;
ed4a6a7c 10978 }
e3d5457c
VS
10979 } else if (dev_priv->display.compute_intermediate_wm) {
10980 if (HAS_PCH_SPLIT(dev_priv) && INTEL_GEN(dev_priv) < 9)
10981 pipe_config->wm.ilk.intermediate = pipe_config->wm.ilk.optimal;
86c8bbbe
MR
10982 }
10983
6315b5d3 10984 if (INTEL_GEN(dev_priv) >= 9) {
e435d6e5
ML
10985 if (mode_changed)
10986 ret = skl_update_scaler_crtc(pipe_config);
10987
10988 if (!ret)
6ebc6923 10989 ret = intel_atomic_setup_scalers(dev_priv, intel_crtc,
e435d6e5
ML
10990 pipe_config);
10991 }
10992
10993 return ret;
6d3a1ce7
ML
10994}
10995
65b38e0d 10996static const struct drm_crtc_helper_funcs intel_helper_funcs = {
5a21b665
DV
10997 .atomic_begin = intel_begin_crtc_commit,
10998 .atomic_flush = intel_finish_crtc_commit,
6d3a1ce7 10999 .atomic_check = intel_crtc_atomic_check,
f6e5b160
CW
11000};
11001
d29b2f9d
ACO
11002static void intel_modeset_update_connector_atomic_state(struct drm_device *dev)
11003{
11004 struct intel_connector *connector;
f9e905ca 11005 struct drm_connector_list_iter conn_iter;
d29b2f9d 11006
f9e905ca
DV
11007 drm_connector_list_iter_begin(dev, &conn_iter);
11008 for_each_intel_connector_iter(connector, &conn_iter) {
8863dc7f
DV
11009 if (connector->base.state->crtc)
11010 drm_connector_unreference(&connector->base);
11011
d29b2f9d
ACO
11012 if (connector->base.encoder) {
11013 connector->base.state->best_encoder =
11014 connector->base.encoder;
11015 connector->base.state->crtc =
11016 connector->base.encoder->crtc;
8863dc7f
DV
11017
11018 drm_connector_reference(&connector->base);
d29b2f9d
ACO
11019 } else {
11020 connector->base.state->best_encoder = NULL;
11021 connector->base.state->crtc = NULL;
11022 }
11023 }
f9e905ca 11024 drm_connector_list_iter_end(&conn_iter);
d29b2f9d
ACO
11025}
11026
050f7aeb 11027static void
eba905b2 11028connected_sink_compute_bpp(struct intel_connector *connector,
5cec258b 11029 struct intel_crtc_state *pipe_config)
050f7aeb 11030{
6a2a5c5d 11031 const struct drm_display_info *info = &connector->base.display_info;
050f7aeb
DV
11032 int bpp = pipe_config->pipe_bpp;
11033
11034 DRM_DEBUG_KMS("[CONNECTOR:%d:%s] checking for sink bpp constrains\n",
6a2a5c5d
VS
11035 connector->base.base.id,
11036 connector->base.name);
050f7aeb
DV
11037
11038 /* Don't use an invalid EDID bpc value */
6a2a5c5d 11039 if (info->bpc != 0 && info->bpc * 3 < bpp) {
050f7aeb 11040 DRM_DEBUG_KMS("clamping display bpp (was %d) to EDID reported max of %d\n",
6a2a5c5d
VS
11041 bpp, info->bpc * 3);
11042 pipe_config->pipe_bpp = info->bpc * 3;
050f7aeb
DV
11043 }
11044
196f954e 11045 /* Clamp bpp to 8 on screens without EDID 1.4 */
6a2a5c5d 11046 if (info->bpc == 0 && bpp > 24) {
196f954e
MK
11047 DRM_DEBUG_KMS("clamping display bpp (was %d) to default limit of 24\n",
11048 bpp);
11049 pipe_config->pipe_bpp = 24;
050f7aeb
DV
11050 }
11051}
11052
4e53c2e0 11053static int
050f7aeb 11054compute_baseline_pipe_bpp(struct intel_crtc *crtc,
5cec258b 11055 struct intel_crtc_state *pipe_config)
4e53c2e0 11056{
9beb5fea 11057 struct drm_i915_private *dev_priv = to_i915(crtc->base.dev);
1486017f 11058 struct drm_atomic_state *state;
da3ced29
ACO
11059 struct drm_connector *connector;
11060 struct drm_connector_state *connector_state;
1486017f 11061 int bpp, i;
4e53c2e0 11062
9beb5fea
TU
11063 if ((IS_G4X(dev_priv) || IS_VALLEYVIEW(dev_priv) ||
11064 IS_CHERRYVIEW(dev_priv)))
4e53c2e0 11065 bpp = 10*3;
9beb5fea 11066 else if (INTEL_GEN(dev_priv) >= 5)
d328c9d7
DV
11067 bpp = 12*3;
11068 else
11069 bpp = 8*3;
11070
4e53c2e0 11071
4e53c2e0
DV
11072 pipe_config->pipe_bpp = bpp;
11073
1486017f
ACO
11074 state = pipe_config->base.state;
11075
4e53c2e0 11076 /* Clamp display bpp to EDID value */
aa5e9b47 11077 for_each_new_connector_in_state(state, connector, connector_state, i) {
da3ced29 11078 if (connector_state->crtc != &crtc->base)
4e53c2e0
DV
11079 continue;
11080
da3ced29
ACO
11081 connected_sink_compute_bpp(to_intel_connector(connector),
11082 pipe_config);
4e53c2e0
DV
11083 }
11084
11085 return bpp;
11086}
11087
644db711
DV
11088static void intel_dump_crtc_timings(const struct drm_display_mode *mode)
11089{
11090 DRM_DEBUG_KMS("crtc timings: %d %d %d %d %d %d %d %d %d, "
11091 "type: 0x%x flags: 0x%x\n",
1342830c 11092 mode->crtc_clock,
644db711
DV
11093 mode->crtc_hdisplay, mode->crtc_hsync_start,
11094 mode->crtc_hsync_end, mode->crtc_htotal,
11095 mode->crtc_vdisplay, mode->crtc_vsync_start,
11096 mode->crtc_vsync_end, mode->crtc_vtotal, mode->type, mode->flags);
11097}
11098
f6982332
TU
11099static inline void
11100intel_dump_m_n_config(struct intel_crtc_state *pipe_config, char *id,
a4309657 11101 unsigned int lane_count, struct intel_link_m_n *m_n)
f6982332 11102{
a4309657
TU
11103 DRM_DEBUG_KMS("%s: lanes: %i; gmch_m: %u, gmch_n: %u, link_m: %u, link_n: %u, tu: %u\n",
11104 id, lane_count,
f6982332
TU
11105 m_n->gmch_m, m_n->gmch_n,
11106 m_n->link_m, m_n->link_n, m_n->tu);
11107}
11108
c0b03411 11109static void intel_dump_pipe_config(struct intel_crtc *crtc,
5cec258b 11110 struct intel_crtc_state *pipe_config,
c0b03411
DV
11111 const char *context)
11112{
6a60cd87 11113 struct drm_device *dev = crtc->base.dev;
4f8036a2 11114 struct drm_i915_private *dev_priv = to_i915(dev);
6a60cd87
CK
11115 struct drm_plane *plane;
11116 struct intel_plane *intel_plane;
11117 struct intel_plane_state *state;
11118 struct drm_framebuffer *fb;
11119
66766e4f
TU
11120 DRM_DEBUG_KMS("[CRTC:%d:%s]%s\n",
11121 crtc->base.base.id, crtc->base.name, context);
c0b03411 11122
2c89429e
TU
11123 DRM_DEBUG_KMS("cpu_transcoder: %s, pipe bpp: %i, dithering: %i\n",
11124 transcoder_name(pipe_config->cpu_transcoder),
c0b03411 11125 pipe_config->pipe_bpp, pipe_config->dither);
a4309657
TU
11126
11127 if (pipe_config->has_pch_encoder)
11128 intel_dump_m_n_config(pipe_config, "fdi",
11129 pipe_config->fdi_lanes,
11130 &pipe_config->fdi_m_n);
f6982332
TU
11131
11132 if (intel_crtc_has_dp_encoder(pipe_config)) {
a4309657
TU
11133 intel_dump_m_n_config(pipe_config, "dp m_n",
11134 pipe_config->lane_count, &pipe_config->dp_m_n);
d806e682
TU
11135 if (pipe_config->has_drrs)
11136 intel_dump_m_n_config(pipe_config, "dp m2_n2",
11137 pipe_config->lane_count,
11138 &pipe_config->dp_m2_n2);
f6982332 11139 }
b95af8be 11140
55072d19 11141 DRM_DEBUG_KMS("audio: %i, infoframes: %i\n",
2c89429e 11142 pipe_config->has_audio, pipe_config->has_infoframe);
55072d19 11143
c0b03411 11144 DRM_DEBUG_KMS("requested mode:\n");
2d112de7 11145 drm_mode_debug_printmodeline(&pipe_config->base.mode);
c0b03411 11146 DRM_DEBUG_KMS("adjusted mode:\n");
2d112de7
ACO
11147 drm_mode_debug_printmodeline(&pipe_config->base.adjusted_mode);
11148 intel_dump_crtc_timings(&pipe_config->base.adjusted_mode);
a7d1b3f4 11149 DRM_DEBUG_KMS("port clock: %d, pipe src size: %dx%d, pixel rate %d\n",
2c89429e 11150 pipe_config->port_clock,
a7d1b3f4
VS
11151 pipe_config->pipe_src_w, pipe_config->pipe_src_h,
11152 pipe_config->pixel_rate);
dd2f616d
TU
11153
11154 if (INTEL_GEN(dev_priv) >= 9)
11155 DRM_DEBUG_KMS("num_scalers: %d, scaler_users: 0x%x, scaler_id: %d\n",
11156 crtc->num_scalers,
11157 pipe_config->scaler_state.scaler_users,
11158 pipe_config->scaler_state.scaler_id);
a74f8375
TU
11159
11160 if (HAS_GMCH_DISPLAY(dev_priv))
11161 DRM_DEBUG_KMS("gmch pfit: control: 0x%08x, ratios: 0x%08x, lvds border: 0x%08x\n",
11162 pipe_config->gmch_pfit.control,
11163 pipe_config->gmch_pfit.pgm_ratios,
11164 pipe_config->gmch_pfit.lvds_border_bits);
11165 else
11166 DRM_DEBUG_KMS("pch pfit: pos: 0x%08x, size: 0x%08x, %s\n",
11167 pipe_config->pch_pfit.pos,
11168 pipe_config->pch_pfit.size,
08c4d7fc 11169 enableddisabled(pipe_config->pch_pfit.enabled));
a74f8375 11170
2c89429e
TU
11171 DRM_DEBUG_KMS("ips: %i, double wide: %i\n",
11172 pipe_config->ips_enabled, pipe_config->double_wide);
6a60cd87 11173
f50b79f0 11174 intel_dpll_dump_hw_state(dev_priv, &pipe_config->dpll_hw_state);
415ff0f6 11175
6a60cd87
CK
11176 DRM_DEBUG_KMS("planes on this crtc\n");
11177 list_for_each_entry(plane, &dev->mode_config.plane_list, head) {
b3c11ac2 11178 struct drm_format_name_buf format_name;
6a60cd87
CK
11179 intel_plane = to_intel_plane(plane);
11180 if (intel_plane->pipe != crtc->pipe)
11181 continue;
11182
11183 state = to_intel_plane_state(plane->state);
11184 fb = state->base.fb;
11185 if (!fb) {
1d577e02
VS
11186 DRM_DEBUG_KMS("[PLANE:%d:%s] disabled, scaler_id = %d\n",
11187 plane->base.id, plane->name, state->scaler_id);
6a60cd87
CK
11188 continue;
11189 }
11190
dd2f616d
TU
11191 DRM_DEBUG_KMS("[PLANE:%d:%s] FB:%d, fb = %ux%u format = %s\n",
11192 plane->base.id, plane->name,
b3c11ac2 11193 fb->base.id, fb->width, fb->height,
438b74a5 11194 drm_get_format_name(fb->format->format, &format_name));
dd2f616d
TU
11195 if (INTEL_GEN(dev_priv) >= 9)
11196 DRM_DEBUG_KMS("\tscaler:%d src %dx%d+%d+%d dst %dx%d+%d+%d\n",
11197 state->scaler_id,
11198 state->base.src.x1 >> 16,
11199 state->base.src.y1 >> 16,
11200 drm_rect_width(&state->base.src) >> 16,
11201 drm_rect_height(&state->base.src) >> 16,
11202 state->base.dst.x1, state->base.dst.y1,
11203 drm_rect_width(&state->base.dst),
11204 drm_rect_height(&state->base.dst));
6a60cd87 11205 }
c0b03411
DV
11206}
11207
5448a00d 11208static bool check_digital_port_conflicts(struct drm_atomic_state *state)
00f0b378 11209{
5448a00d 11210 struct drm_device *dev = state->dev;
da3ced29 11211 struct drm_connector *connector;
00f0b378 11212 unsigned int used_ports = 0;
477321e0 11213 unsigned int used_mst_ports = 0;
00f0b378
VS
11214
11215 /*
11216 * Walk the connector list instead of the encoder
11217 * list to detect the problem on ddi platforms
11218 * where there's just one encoder per digital port.
11219 */
0bff4858
VS
11220 drm_for_each_connector(connector, dev) {
11221 struct drm_connector_state *connector_state;
11222 struct intel_encoder *encoder;
11223
11224 connector_state = drm_atomic_get_existing_connector_state(state, connector);
11225 if (!connector_state)
11226 connector_state = connector->state;
11227
5448a00d 11228 if (!connector_state->best_encoder)
00f0b378
VS
11229 continue;
11230
5448a00d
ACO
11231 encoder = to_intel_encoder(connector_state->best_encoder);
11232
11233 WARN_ON(!connector_state->crtc);
00f0b378
VS
11234
11235 switch (encoder->type) {
11236 unsigned int port_mask;
11237 case INTEL_OUTPUT_UNKNOWN:
4f8036a2 11238 if (WARN_ON(!HAS_DDI(to_i915(dev))))
00f0b378 11239 break;
cca0502b 11240 case INTEL_OUTPUT_DP:
00f0b378
VS
11241 case INTEL_OUTPUT_HDMI:
11242 case INTEL_OUTPUT_EDP:
11243 port_mask = 1 << enc_to_dig_port(&encoder->base)->port;
11244
11245 /* the same port mustn't appear more than once */
11246 if (used_ports & port_mask)
11247 return false;
11248
11249 used_ports |= port_mask;
477321e0
VS
11250 break;
11251 case INTEL_OUTPUT_DP_MST:
11252 used_mst_ports |=
11253 1 << enc_to_mst(&encoder->base)->primary->port;
11254 break;
00f0b378
VS
11255 default:
11256 break;
11257 }
11258 }
11259
477321e0
VS
11260 /* can't mix MST and SST/HDMI on the same port */
11261 if (used_ports & used_mst_ports)
11262 return false;
11263
00f0b378
VS
11264 return true;
11265}
11266
83a57153
ACO
11267static void
11268clear_intel_crtc_state(struct intel_crtc_state *crtc_state)
11269{
ff32c54e
VS
11270 struct drm_i915_private *dev_priv =
11271 to_i915(crtc_state->base.crtc->dev);
663a3640 11272 struct intel_crtc_scaler_state scaler_state;
4978cc93 11273 struct intel_dpll_hw_state dpll_hw_state;
8106ddbd 11274 struct intel_shared_dpll *shared_dpll;
ff32c54e 11275 struct intel_crtc_wm_state wm_state;
c4e2d043 11276 bool force_thru;
83a57153 11277
7546a384
ACO
11278 /* FIXME: before the switch to atomic started, a new pipe_config was
11279 * kzalloc'd. Code that depends on any field being zero should be
11280 * fixed, so that the crtc_state can be safely duplicated. For now,
11281 * only fields that are know to not cause problems are preserved. */
11282
663a3640 11283 scaler_state = crtc_state->scaler_state;
4978cc93
ACO
11284 shared_dpll = crtc_state->shared_dpll;
11285 dpll_hw_state = crtc_state->dpll_hw_state;
c4e2d043 11286 force_thru = crtc_state->pch_pfit.force_thru;
ff32c54e
VS
11287 if (IS_VALLEYVIEW(dev_priv) || IS_CHERRYVIEW(dev_priv))
11288 wm_state = crtc_state->wm;
4978cc93 11289
d2fa80a5
CW
11290 /* Keep base drm_crtc_state intact, only clear our extended struct */
11291 BUILD_BUG_ON(offsetof(struct intel_crtc_state, base));
11292 memset(&crtc_state->base + 1, 0,
11293 sizeof(*crtc_state) - sizeof(crtc_state->base));
4978cc93 11294
663a3640 11295 crtc_state->scaler_state = scaler_state;
4978cc93
ACO
11296 crtc_state->shared_dpll = shared_dpll;
11297 crtc_state->dpll_hw_state = dpll_hw_state;
c4e2d043 11298 crtc_state->pch_pfit.force_thru = force_thru;
ff32c54e
VS
11299 if (IS_VALLEYVIEW(dev_priv) || IS_CHERRYVIEW(dev_priv))
11300 crtc_state->wm = wm_state;
83a57153
ACO
11301}
11302
548ee15b 11303static int
b8cecdf5 11304intel_modeset_pipe_config(struct drm_crtc *crtc,
b359283a 11305 struct intel_crtc_state *pipe_config)
ee7b9f93 11306{
b359283a 11307 struct drm_atomic_state *state = pipe_config->base.state;
7758a113 11308 struct intel_encoder *encoder;
da3ced29 11309 struct drm_connector *connector;
0b901879 11310 struct drm_connector_state *connector_state;
d328c9d7 11311 int base_bpp, ret = -EINVAL;
0b901879 11312 int i;
e29c22c0 11313 bool retry = true;
ee7b9f93 11314
83a57153 11315 clear_intel_crtc_state(pipe_config);
7758a113 11316
e143a21c
DV
11317 pipe_config->cpu_transcoder =
11318 (enum transcoder) to_intel_crtc(crtc)->pipe;
b8cecdf5 11319
2960bc9c
ID
11320 /*
11321 * Sanitize sync polarity flags based on requested ones. If neither
11322 * positive or negative polarity is requested, treat this as meaning
11323 * negative polarity.
11324 */
2d112de7 11325 if (!(pipe_config->base.adjusted_mode.flags &
2960bc9c 11326 (DRM_MODE_FLAG_PHSYNC | DRM_MODE_FLAG_NHSYNC)))
2d112de7 11327 pipe_config->base.adjusted_mode.flags |= DRM_MODE_FLAG_NHSYNC;
2960bc9c 11328
2d112de7 11329 if (!(pipe_config->base.adjusted_mode.flags &
2960bc9c 11330 (DRM_MODE_FLAG_PVSYNC | DRM_MODE_FLAG_NVSYNC)))
2d112de7 11331 pipe_config->base.adjusted_mode.flags |= DRM_MODE_FLAG_NVSYNC;
2960bc9c 11332
d328c9d7
DV
11333 base_bpp = compute_baseline_pipe_bpp(to_intel_crtc(crtc),
11334 pipe_config);
11335 if (base_bpp < 0)
4e53c2e0
DV
11336 goto fail;
11337
e41a56be
VS
11338 /*
11339 * Determine the real pipe dimensions. Note that stereo modes can
11340 * increase the actual pipe size due to the frame doubling and
11341 * insertion of additional space for blanks between the frame. This
11342 * is stored in the crtc timings. We use the requested mode to do this
11343 * computation to clearly distinguish it from the adjusted mode, which
11344 * can be changed by the connectors in the below retry loop.
11345 */
196cd5d3 11346 drm_mode_get_hv_timing(&pipe_config->base.mode,
ecb7e16b
GP
11347 &pipe_config->pipe_src_w,
11348 &pipe_config->pipe_src_h);
e41a56be 11349
aa5e9b47 11350 for_each_new_connector_in_state(state, connector, connector_state, i) {
253c84c8
VS
11351 if (connector_state->crtc != crtc)
11352 continue;
11353
11354 encoder = to_intel_encoder(connector_state->best_encoder);
11355
e25148d0
VS
11356 if (!check_single_encoder_cloning(state, to_intel_crtc(crtc), encoder)) {
11357 DRM_DEBUG_KMS("rejecting invalid cloning configuration\n");
11358 goto fail;
11359 }
11360
253c84c8
VS
11361 /*
11362 * Determine output_types before calling the .compute_config()
11363 * hooks so that the hooks can use this information safely.
11364 */
11365 pipe_config->output_types |= 1 << encoder->type;
11366 }
11367
e29c22c0 11368encoder_retry:
ef1b460d 11369 /* Ensure the port clock defaults are reset when retrying. */
ff9a6750 11370 pipe_config->port_clock = 0;
ef1b460d 11371 pipe_config->pixel_multiplier = 1;
ff9a6750 11372
135c81b8 11373 /* Fill in default crtc timings, allow encoders to overwrite them. */
2d112de7
ACO
11374 drm_mode_set_crtcinfo(&pipe_config->base.adjusted_mode,
11375 CRTC_STEREO_DOUBLE);
135c81b8 11376
7758a113
DV
11377 /* Pass our mode to the connectors and the CRTC to give them a chance to
11378 * adjust it according to limitations or connector properties, and also
11379 * a chance to reject the mode entirely.
47f1c6c9 11380 */
aa5e9b47 11381 for_each_new_connector_in_state(state, connector, connector_state, i) {
0b901879 11382 if (connector_state->crtc != crtc)
7758a113 11383 continue;
7ae89233 11384
0b901879
ACO
11385 encoder = to_intel_encoder(connector_state->best_encoder);
11386
0a478c27 11387 if (!(encoder->compute_config(encoder, pipe_config, connector_state))) {
efea6e8e 11388 DRM_DEBUG_KMS("Encoder config failure\n");
7758a113
DV
11389 goto fail;
11390 }
ee7b9f93 11391 }
47f1c6c9 11392
ff9a6750
DV
11393 /* Set default port clock if not overwritten by the encoder. Needs to be
11394 * done afterwards in case the encoder adjusts the mode. */
11395 if (!pipe_config->port_clock)
2d112de7 11396 pipe_config->port_clock = pipe_config->base.adjusted_mode.crtc_clock
241bfc38 11397 * pipe_config->pixel_multiplier;
ff9a6750 11398
a43f6e0f 11399 ret = intel_crtc_compute_config(to_intel_crtc(crtc), pipe_config);
e29c22c0 11400 if (ret < 0) {
7758a113
DV
11401 DRM_DEBUG_KMS("CRTC fixup failed\n");
11402 goto fail;
ee7b9f93 11403 }
e29c22c0
DV
11404
11405 if (ret == RETRY) {
11406 if (WARN(!retry, "loop in pipe configuration computation\n")) {
11407 ret = -EINVAL;
11408 goto fail;
11409 }
11410
11411 DRM_DEBUG_KMS("CRTC bw constrained, retrying\n");
11412 retry = false;
11413 goto encoder_retry;
11414 }
11415
e8fa4270 11416 /* Dithering seems to not pass-through bits correctly when it should, so
611032bf
MN
11417 * only enable it on 6bpc panels and when its not a compliance
11418 * test requesting 6bpc video pattern.
11419 */
11420 pipe_config->dither = (pipe_config->pipe_bpp == 6*3) &&
11421 !pipe_config->dither_force_disable;
62f0ace5 11422 DRM_DEBUG_KMS("hw max bpp: %i, pipe bpp: %i, dithering: %i\n",
d328c9d7 11423 base_bpp, pipe_config->pipe_bpp, pipe_config->dither);
4e53c2e0 11424
7758a113 11425fail:
548ee15b 11426 return ret;
ee7b9f93 11427}
47f1c6c9 11428
ea9d758d 11429static void
4740b0f2 11430intel_modeset_update_crtc_state(struct drm_atomic_state *state)
ea9d758d 11431{
0a9ab303 11432 struct drm_crtc *crtc;
aa5e9b47 11433 struct drm_crtc_state *new_crtc_state;
8a75d157 11434 int i;
ea9d758d 11435
7668851f 11436 /* Double check state. */
aa5e9b47
ML
11437 for_each_new_crtc_in_state(state, crtc, new_crtc_state, i) {
11438 to_intel_crtc(crtc)->config = to_intel_crtc_state(new_crtc_state);
fc467a22
ML
11439
11440 /* Update hwmode for vblank functions */
aa5e9b47
ML
11441 if (new_crtc_state->active)
11442 crtc->hwmode = new_crtc_state->adjusted_mode;
fc467a22
ML
11443 else
11444 crtc->hwmode.crtc_clock = 0;
61067a5e
ML
11445
11446 /*
11447 * Update legacy state to satisfy fbc code. This can
11448 * be removed when fbc uses the atomic state.
11449 */
11450 if (drm_atomic_get_existing_plane_state(state, crtc->primary)) {
11451 struct drm_plane_state *plane_state = crtc->primary->state;
11452
11453 crtc->primary->fb = plane_state->fb;
11454 crtc->x = plane_state->src_x >> 16;
11455 crtc->y = plane_state->src_y >> 16;
11456 }
ea9d758d 11457 }
ea9d758d
DV
11458}
11459
3bd26263 11460static bool intel_fuzzy_clock_check(int clock1, int clock2)
f1f644dc 11461{
3bd26263 11462 int diff;
f1f644dc
JB
11463
11464 if (clock1 == clock2)
11465 return true;
11466
11467 if (!clock1 || !clock2)
11468 return false;
11469
11470 diff = abs(clock1 - clock2);
11471
11472 if (((((diff + clock1 + clock2) * 100)) / (clock1 + clock2)) < 105)
11473 return true;
11474
11475 return false;
11476}
11477
cfb23ed6
ML
11478static bool
11479intel_compare_m_n(unsigned int m, unsigned int n,
11480 unsigned int m2, unsigned int n2,
11481 bool exact)
11482{
11483 if (m == m2 && n == n2)
11484 return true;
11485
11486 if (exact || !m || !n || !m2 || !n2)
11487 return false;
11488
11489 BUILD_BUG_ON(DATA_LINK_M_N_MASK > INT_MAX);
11490
31d10b57
ML
11491 if (n > n2) {
11492 while (n > n2) {
cfb23ed6
ML
11493 m2 <<= 1;
11494 n2 <<= 1;
11495 }
31d10b57
ML
11496 } else if (n < n2) {
11497 while (n < n2) {
cfb23ed6
ML
11498 m <<= 1;
11499 n <<= 1;
11500 }
11501 }
11502
31d10b57
ML
11503 if (n != n2)
11504 return false;
11505
11506 return intel_fuzzy_clock_check(m, m2);
cfb23ed6
ML
11507}
11508
11509static bool
11510intel_compare_link_m_n(const struct intel_link_m_n *m_n,
11511 struct intel_link_m_n *m2_n2,
11512 bool adjust)
11513{
11514 if (m_n->tu == m2_n2->tu &&
11515 intel_compare_m_n(m_n->gmch_m, m_n->gmch_n,
11516 m2_n2->gmch_m, m2_n2->gmch_n, !adjust) &&
11517 intel_compare_m_n(m_n->link_m, m_n->link_n,
11518 m2_n2->link_m, m2_n2->link_n, !adjust)) {
11519 if (adjust)
11520 *m2_n2 = *m_n;
11521
11522 return true;
11523 }
11524
11525 return false;
11526}
11527
4e8048f8
TU
11528static void __printf(3, 4)
11529pipe_config_err(bool adjust, const char *name, const char *format, ...)
11530{
11531 char *level;
11532 unsigned int category;
11533 struct va_format vaf;
11534 va_list args;
11535
11536 if (adjust) {
11537 level = KERN_DEBUG;
11538 category = DRM_UT_KMS;
11539 } else {
11540 level = KERN_ERR;
11541 category = DRM_UT_NONE;
11542 }
11543
11544 va_start(args, format);
11545 vaf.fmt = format;
11546 vaf.va = &args;
11547
11548 drm_printk(level, category, "mismatch in %s %pV", name, &vaf);
11549
11550 va_end(args);
11551}
11552
0e8ffe1b 11553static bool
6315b5d3 11554intel_pipe_config_compare(struct drm_i915_private *dev_priv,
5cec258b 11555 struct intel_crtc_state *current_config,
cfb23ed6
ML
11556 struct intel_crtc_state *pipe_config,
11557 bool adjust)
0e8ffe1b 11558{
cfb23ed6
ML
11559 bool ret = true;
11560
66e985c0
DV
11561#define PIPE_CONF_CHECK_X(name) \
11562 if (current_config->name != pipe_config->name) { \
4e8048f8 11563 pipe_config_err(adjust, __stringify(name), \
66e985c0
DV
11564 "(expected 0x%08x, found 0x%08x)\n", \
11565 current_config->name, \
11566 pipe_config->name); \
cfb23ed6 11567 ret = false; \
66e985c0
DV
11568 }
11569
08a24034
DV
11570#define PIPE_CONF_CHECK_I(name) \
11571 if (current_config->name != pipe_config->name) { \
4e8048f8 11572 pipe_config_err(adjust, __stringify(name), \
08a24034
DV
11573 "(expected %i, found %i)\n", \
11574 current_config->name, \
11575 pipe_config->name); \
cfb23ed6
ML
11576 ret = false; \
11577 }
11578
8106ddbd
ACO
11579#define PIPE_CONF_CHECK_P(name) \
11580 if (current_config->name != pipe_config->name) { \
4e8048f8 11581 pipe_config_err(adjust, __stringify(name), \
8106ddbd
ACO
11582 "(expected %p, found %p)\n", \
11583 current_config->name, \
11584 pipe_config->name); \
11585 ret = false; \
11586 }
11587
cfb23ed6
ML
11588#define PIPE_CONF_CHECK_M_N(name) \
11589 if (!intel_compare_link_m_n(&current_config->name, \
11590 &pipe_config->name,\
11591 adjust)) { \
4e8048f8 11592 pipe_config_err(adjust, __stringify(name), \
cfb23ed6
ML
11593 "(expected tu %i gmch %i/%i link %i/%i, " \
11594 "found tu %i, gmch %i/%i link %i/%i)\n", \
11595 current_config->name.tu, \
11596 current_config->name.gmch_m, \
11597 current_config->name.gmch_n, \
11598 current_config->name.link_m, \
11599 current_config->name.link_n, \
11600 pipe_config->name.tu, \
11601 pipe_config->name.gmch_m, \
11602 pipe_config->name.gmch_n, \
11603 pipe_config->name.link_m, \
11604 pipe_config->name.link_n); \
11605 ret = false; \
11606 }
11607
55c561a7
DV
11608/* This is required for BDW+ where there is only one set of registers for
11609 * switching between high and low RR.
11610 * This macro can be used whenever a comparison has to be made between one
11611 * hw state and multiple sw state variables.
11612 */
cfb23ed6
ML
11613#define PIPE_CONF_CHECK_M_N_ALT(name, alt_name) \
11614 if (!intel_compare_link_m_n(&current_config->name, \
11615 &pipe_config->name, adjust) && \
11616 !intel_compare_link_m_n(&current_config->alt_name, \
11617 &pipe_config->name, adjust)) { \
4e8048f8 11618 pipe_config_err(adjust, __stringify(name), \
cfb23ed6
ML
11619 "(expected tu %i gmch %i/%i link %i/%i, " \
11620 "or tu %i gmch %i/%i link %i/%i, " \
11621 "found tu %i, gmch %i/%i link %i/%i)\n", \
11622 current_config->name.tu, \
11623 current_config->name.gmch_m, \
11624 current_config->name.gmch_n, \
11625 current_config->name.link_m, \
11626 current_config->name.link_n, \
11627 current_config->alt_name.tu, \
11628 current_config->alt_name.gmch_m, \
11629 current_config->alt_name.gmch_n, \
11630 current_config->alt_name.link_m, \
11631 current_config->alt_name.link_n, \
11632 pipe_config->name.tu, \
11633 pipe_config->name.gmch_m, \
11634 pipe_config->name.gmch_n, \
11635 pipe_config->name.link_m, \
11636 pipe_config->name.link_n); \
11637 ret = false; \
88adfff1
DV
11638 }
11639
1bd1bd80
DV
11640#define PIPE_CONF_CHECK_FLAGS(name, mask) \
11641 if ((current_config->name ^ pipe_config->name) & (mask)) { \
4e8048f8
TU
11642 pipe_config_err(adjust, __stringify(name), \
11643 "(%x) (expected %i, found %i)\n", \
11644 (mask), \
1bd1bd80
DV
11645 current_config->name & (mask), \
11646 pipe_config->name & (mask)); \
cfb23ed6 11647 ret = false; \
1bd1bd80
DV
11648 }
11649
5e550656
VS
11650#define PIPE_CONF_CHECK_CLOCK_FUZZY(name) \
11651 if (!intel_fuzzy_clock_check(current_config->name, pipe_config->name)) { \
4e8048f8 11652 pipe_config_err(adjust, __stringify(name), \
5e550656
VS
11653 "(expected %i, found %i)\n", \
11654 current_config->name, \
11655 pipe_config->name); \
cfb23ed6 11656 ret = false; \
5e550656
VS
11657 }
11658
bb760063
DV
11659#define PIPE_CONF_QUIRK(quirk) \
11660 ((current_config->quirks | pipe_config->quirks) & (quirk))
11661
eccb140b
DV
11662 PIPE_CONF_CHECK_I(cpu_transcoder);
11663
08a24034
DV
11664 PIPE_CONF_CHECK_I(has_pch_encoder);
11665 PIPE_CONF_CHECK_I(fdi_lanes);
cfb23ed6 11666 PIPE_CONF_CHECK_M_N(fdi_m_n);
08a24034 11667
90a6b7b0 11668 PIPE_CONF_CHECK_I(lane_count);
95a7a2ae 11669 PIPE_CONF_CHECK_X(lane_lat_optim_mask);
b95af8be 11670
6315b5d3 11671 if (INTEL_GEN(dev_priv) < 8) {
cfb23ed6
ML
11672 PIPE_CONF_CHECK_M_N(dp_m_n);
11673
cfb23ed6
ML
11674 if (current_config->has_drrs)
11675 PIPE_CONF_CHECK_M_N(dp_m2_n2);
11676 } else
11677 PIPE_CONF_CHECK_M_N_ALT(dp_m_n, dp_m2_n2);
eb14cb74 11678
253c84c8 11679 PIPE_CONF_CHECK_X(output_types);
a65347ba 11680
2d112de7
ACO
11681 PIPE_CONF_CHECK_I(base.adjusted_mode.crtc_hdisplay);
11682 PIPE_CONF_CHECK_I(base.adjusted_mode.crtc_htotal);
11683 PIPE_CONF_CHECK_I(base.adjusted_mode.crtc_hblank_start);
11684 PIPE_CONF_CHECK_I(base.adjusted_mode.crtc_hblank_end);
11685 PIPE_CONF_CHECK_I(base.adjusted_mode.crtc_hsync_start);
11686 PIPE_CONF_CHECK_I(base.adjusted_mode.crtc_hsync_end);
1bd1bd80 11687
2d112de7
ACO
11688 PIPE_CONF_CHECK_I(base.adjusted_mode.crtc_vdisplay);
11689 PIPE_CONF_CHECK_I(base.adjusted_mode.crtc_vtotal);
11690 PIPE_CONF_CHECK_I(base.adjusted_mode.crtc_vblank_start);
11691 PIPE_CONF_CHECK_I(base.adjusted_mode.crtc_vblank_end);
11692 PIPE_CONF_CHECK_I(base.adjusted_mode.crtc_vsync_start);
11693 PIPE_CONF_CHECK_I(base.adjusted_mode.crtc_vsync_end);
1bd1bd80 11694
c93f54cf 11695 PIPE_CONF_CHECK_I(pixel_multiplier);
6897b4b5 11696 PIPE_CONF_CHECK_I(has_hdmi_sink);
772c2a51 11697 if ((INTEL_GEN(dev_priv) < 8 && !IS_HASWELL(dev_priv)) ||
920a14b2 11698 IS_VALLEYVIEW(dev_priv) || IS_CHERRYVIEW(dev_priv))
b5a9fa09 11699 PIPE_CONF_CHECK_I(limited_color_range);
e43823ec 11700 PIPE_CONF_CHECK_I(has_infoframe);
6c49f241 11701
9ed109a7
DV
11702 PIPE_CONF_CHECK_I(has_audio);
11703
2d112de7 11704 PIPE_CONF_CHECK_FLAGS(base.adjusted_mode.flags,
1bd1bd80
DV
11705 DRM_MODE_FLAG_INTERLACE);
11706
bb760063 11707 if (!PIPE_CONF_QUIRK(PIPE_CONFIG_QUIRK_MODE_SYNC_FLAGS)) {
2d112de7 11708 PIPE_CONF_CHECK_FLAGS(base.adjusted_mode.flags,
bb760063 11709 DRM_MODE_FLAG_PHSYNC);
2d112de7 11710 PIPE_CONF_CHECK_FLAGS(base.adjusted_mode.flags,
bb760063 11711 DRM_MODE_FLAG_NHSYNC);
2d112de7 11712 PIPE_CONF_CHECK_FLAGS(base.adjusted_mode.flags,
bb760063 11713 DRM_MODE_FLAG_PVSYNC);
2d112de7 11714 PIPE_CONF_CHECK_FLAGS(base.adjusted_mode.flags,
bb760063
DV
11715 DRM_MODE_FLAG_NVSYNC);
11716 }
045ac3b5 11717
333b8ca8 11718 PIPE_CONF_CHECK_X(gmch_pfit.control);
e2ff2d4a 11719 /* pfit ratios are autocomputed by the hw on gen4+ */
6315b5d3 11720 if (INTEL_GEN(dev_priv) < 4)
7f7d8dd6 11721 PIPE_CONF_CHECK_X(gmch_pfit.pgm_ratios);
333b8ca8 11722 PIPE_CONF_CHECK_X(gmch_pfit.lvds_border_bits);
9953599b 11723
bfd16b2a
ML
11724 if (!adjust) {
11725 PIPE_CONF_CHECK_I(pipe_src_w);
11726 PIPE_CONF_CHECK_I(pipe_src_h);
11727
11728 PIPE_CONF_CHECK_I(pch_pfit.enabled);
11729 if (current_config->pch_pfit.enabled) {
11730 PIPE_CONF_CHECK_X(pch_pfit.pos);
11731 PIPE_CONF_CHECK_X(pch_pfit.size);
11732 }
2fa2fe9a 11733
7aefe2b5 11734 PIPE_CONF_CHECK_I(scaler_state.scaler_id);
a7d1b3f4 11735 PIPE_CONF_CHECK_CLOCK_FUZZY(pixel_rate);
7aefe2b5 11736 }
a1b2278e 11737
e59150dc 11738 /* BDW+ don't expose a synchronous way to read the state */
772c2a51 11739 if (IS_HASWELL(dev_priv))
e59150dc 11740 PIPE_CONF_CHECK_I(ips_enabled);
42db64ef 11741
282740f7
VS
11742 PIPE_CONF_CHECK_I(double_wide);
11743
8106ddbd 11744 PIPE_CONF_CHECK_P(shared_dpll);
66e985c0 11745 PIPE_CONF_CHECK_X(dpll_hw_state.dpll);
8bcc2795 11746 PIPE_CONF_CHECK_X(dpll_hw_state.dpll_md);
66e985c0
DV
11747 PIPE_CONF_CHECK_X(dpll_hw_state.fp0);
11748 PIPE_CONF_CHECK_X(dpll_hw_state.fp1);
d452c5b6 11749 PIPE_CONF_CHECK_X(dpll_hw_state.wrpll);
00490c22 11750 PIPE_CONF_CHECK_X(dpll_hw_state.spll);
3f4cd19f
DL
11751 PIPE_CONF_CHECK_X(dpll_hw_state.ctrl1);
11752 PIPE_CONF_CHECK_X(dpll_hw_state.cfgcr1);
11753 PIPE_CONF_CHECK_X(dpll_hw_state.cfgcr2);
c0d43d62 11754
47eacbab
VS
11755 PIPE_CONF_CHECK_X(dsi_pll.ctrl);
11756 PIPE_CONF_CHECK_X(dsi_pll.div);
11757
9beb5fea 11758 if (IS_G4X(dev_priv) || INTEL_GEN(dev_priv) >= 5)
42571aef
VS
11759 PIPE_CONF_CHECK_I(pipe_bpp);
11760
2d112de7 11761 PIPE_CONF_CHECK_CLOCK_FUZZY(base.adjusted_mode.crtc_clock);
a9a7e98a 11762 PIPE_CONF_CHECK_CLOCK_FUZZY(port_clock);
5e550656 11763
66e985c0 11764#undef PIPE_CONF_CHECK_X
08a24034 11765#undef PIPE_CONF_CHECK_I
8106ddbd 11766#undef PIPE_CONF_CHECK_P
1bd1bd80 11767#undef PIPE_CONF_CHECK_FLAGS
5e550656 11768#undef PIPE_CONF_CHECK_CLOCK_FUZZY
bb760063 11769#undef PIPE_CONF_QUIRK
88adfff1 11770
cfb23ed6 11771 return ret;
0e8ffe1b
DV
11772}
11773
e3b247da
VS
11774static void intel_pipe_config_sanity_check(struct drm_i915_private *dev_priv,
11775 const struct intel_crtc_state *pipe_config)
11776{
11777 if (pipe_config->has_pch_encoder) {
21a727b3 11778 int fdi_dotclock = intel_dotclock_calculate(intel_fdi_link_freq(dev_priv, pipe_config),
e3b247da
VS
11779 &pipe_config->fdi_m_n);
11780 int dotclock = pipe_config->base.adjusted_mode.crtc_clock;
11781
11782 /*
11783 * FDI already provided one idea for the dotclock.
11784 * Yell if the encoder disagrees.
11785 */
11786 WARN(!intel_fuzzy_clock_check(fdi_dotclock, dotclock),
11787 "FDI dotclock and encoder dotclock mismatch, fdi: %i, encoder: %i\n",
11788 fdi_dotclock, dotclock);
11789 }
11790}
11791
c0ead703
ML
11792static void verify_wm_state(struct drm_crtc *crtc,
11793 struct drm_crtc_state *new_state)
08db6652 11794{
6315b5d3 11795 struct drm_i915_private *dev_priv = to_i915(crtc->dev);
08db6652 11796 struct skl_ddb_allocation hw_ddb, *sw_ddb;
3de8a14c 11797 struct skl_pipe_wm hw_wm, *sw_wm;
11798 struct skl_plane_wm *hw_plane_wm, *sw_plane_wm;
11799 struct skl_ddb_entry *hw_ddb_entry, *sw_ddb_entry;
e7c84544
ML
11800 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
11801 const enum pipe pipe = intel_crtc->pipe;
3de8a14c 11802 int plane, level, max_level = ilk_wm_max_level(dev_priv);
08db6652 11803
6315b5d3 11804 if (INTEL_GEN(dev_priv) < 9 || !new_state->active)
08db6652
DL
11805 return;
11806
3de8a14c 11807 skl_pipe_wm_get_hw_state(crtc, &hw_wm);
03af79e0 11808 sw_wm = &to_intel_crtc_state(new_state)->wm.skl.optimal;
3de8a14c 11809
08db6652
DL
11810 skl_ddb_get_hw_state(dev_priv, &hw_ddb);
11811 sw_ddb = &dev_priv->wm.skl_hw.ddb;
11812
e7c84544 11813 /* planes */
8b364b41 11814 for_each_universal_plane(dev_priv, pipe, plane) {
3de8a14c 11815 hw_plane_wm = &hw_wm.planes[plane];
11816 sw_plane_wm = &sw_wm->planes[plane];
08db6652 11817
3de8a14c 11818 /* Watermarks */
11819 for (level = 0; level <= max_level; level++) {
11820 if (skl_wm_level_equals(&hw_plane_wm->wm[level],
11821 &sw_plane_wm->wm[level]))
11822 continue;
11823
11824 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",
11825 pipe_name(pipe), plane + 1, level,
11826 sw_plane_wm->wm[level].plane_en,
11827 sw_plane_wm->wm[level].plane_res_b,
11828 sw_plane_wm->wm[level].plane_res_l,
11829 hw_plane_wm->wm[level].plane_en,
11830 hw_plane_wm->wm[level].plane_res_b,
11831 hw_plane_wm->wm[level].plane_res_l);
11832 }
08db6652 11833
3de8a14c 11834 if (!skl_wm_level_equals(&hw_plane_wm->trans_wm,
11835 &sw_plane_wm->trans_wm)) {
11836 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",
11837 pipe_name(pipe), plane + 1,
11838 sw_plane_wm->trans_wm.plane_en,
11839 sw_plane_wm->trans_wm.plane_res_b,
11840 sw_plane_wm->trans_wm.plane_res_l,
11841 hw_plane_wm->trans_wm.plane_en,
11842 hw_plane_wm->trans_wm.plane_res_b,
11843 hw_plane_wm->trans_wm.plane_res_l);
11844 }
11845
11846 /* DDB */
11847 hw_ddb_entry = &hw_ddb.plane[pipe][plane];
11848 sw_ddb_entry = &sw_ddb->plane[pipe][plane];
11849
11850 if (!skl_ddb_entry_equal(hw_ddb_entry, sw_ddb_entry)) {
faccd994 11851 DRM_ERROR("mismatch in DDB state pipe %c plane %d (expected (%u,%u), found (%u,%u))\n",
3de8a14c 11852 pipe_name(pipe), plane + 1,
11853 sw_ddb_entry->start, sw_ddb_entry->end,
11854 hw_ddb_entry->start, hw_ddb_entry->end);
11855 }
e7c84544 11856 }
08db6652 11857
27082493
L
11858 /*
11859 * cursor
11860 * If the cursor plane isn't active, we may not have updated it's ddb
11861 * allocation. In that case since the ddb allocation will be updated
11862 * once the plane becomes visible, we can skip this check
11863 */
11864 if (intel_crtc->cursor_addr) {
3de8a14c 11865 hw_plane_wm = &hw_wm.planes[PLANE_CURSOR];
11866 sw_plane_wm = &sw_wm->planes[PLANE_CURSOR];
11867
11868 /* Watermarks */
11869 for (level = 0; level <= max_level; level++) {
11870 if (skl_wm_level_equals(&hw_plane_wm->wm[level],
11871 &sw_plane_wm->wm[level]))
11872 continue;
11873
11874 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",
11875 pipe_name(pipe), level,
11876 sw_plane_wm->wm[level].plane_en,
11877 sw_plane_wm->wm[level].plane_res_b,
11878 sw_plane_wm->wm[level].plane_res_l,
11879 hw_plane_wm->wm[level].plane_en,
11880 hw_plane_wm->wm[level].plane_res_b,
11881 hw_plane_wm->wm[level].plane_res_l);
11882 }
11883
11884 if (!skl_wm_level_equals(&hw_plane_wm->trans_wm,
11885 &sw_plane_wm->trans_wm)) {
11886 DRM_ERROR("mismatch in trans WM pipe %c cursor (expected e=%d b=%u l=%u, got e=%d b=%u l=%u)\n",
11887 pipe_name(pipe),
11888 sw_plane_wm->trans_wm.plane_en,
11889 sw_plane_wm->trans_wm.plane_res_b,
11890 sw_plane_wm->trans_wm.plane_res_l,
11891 hw_plane_wm->trans_wm.plane_en,
11892 hw_plane_wm->trans_wm.plane_res_b,
11893 hw_plane_wm->trans_wm.plane_res_l);
11894 }
11895
11896 /* DDB */
11897 hw_ddb_entry = &hw_ddb.plane[pipe][PLANE_CURSOR];
11898 sw_ddb_entry = &sw_ddb->plane[pipe][PLANE_CURSOR];
27082493 11899
3de8a14c 11900 if (!skl_ddb_entry_equal(hw_ddb_entry, sw_ddb_entry)) {
faccd994 11901 DRM_ERROR("mismatch in DDB state pipe %c cursor (expected (%u,%u), found (%u,%u))\n",
27082493 11902 pipe_name(pipe),
3de8a14c 11903 sw_ddb_entry->start, sw_ddb_entry->end,
11904 hw_ddb_entry->start, hw_ddb_entry->end);
27082493 11905 }
08db6652
DL
11906 }
11907}
11908
91d1b4bd 11909static void
677100ce
ML
11910verify_connector_state(struct drm_device *dev,
11911 struct drm_atomic_state *state,
11912 struct drm_crtc *crtc)
8af6cf88 11913{
35dd3c64 11914 struct drm_connector *connector;
aa5e9b47 11915 struct drm_connector_state *new_conn_state;
677100ce 11916 int i;
8af6cf88 11917
aa5e9b47 11918 for_each_new_connector_in_state(state, connector, new_conn_state, i) {
35dd3c64 11919 struct drm_encoder *encoder = connector->encoder;
ad3c558f 11920
aa5e9b47 11921 if (new_conn_state->crtc != crtc)
e7c84544
ML
11922 continue;
11923
5a21b665 11924 intel_connector_verify_state(to_intel_connector(connector));
8af6cf88 11925
aa5e9b47 11926 I915_STATE_WARN(new_conn_state->best_encoder != encoder,
35dd3c64 11927 "connector's atomic encoder doesn't match legacy encoder\n");
8af6cf88 11928 }
91d1b4bd
DV
11929}
11930
11931static void
86b04268 11932verify_encoder_state(struct drm_device *dev, struct drm_atomic_state *state)
91d1b4bd
DV
11933{
11934 struct intel_encoder *encoder;
86b04268
DV
11935 struct drm_connector *connector;
11936 struct drm_connector_state *old_conn_state, *new_conn_state;
11937 int i;
8af6cf88 11938
b2784e15 11939 for_each_intel_encoder(dev, encoder) {
86b04268 11940 bool enabled = false, found = false;
4d20cd86 11941 enum pipe pipe;
8af6cf88
DV
11942
11943 DRM_DEBUG_KMS("[ENCODER:%d:%s]\n",
11944 encoder->base.base.id,
8e329a03 11945 encoder->base.name);
8af6cf88 11946
86b04268
DV
11947 for_each_oldnew_connector_in_state(state, connector, old_conn_state,
11948 new_conn_state, i) {
11949 if (old_conn_state->best_encoder == &encoder->base)
11950 found = true;
11951
11952 if (new_conn_state->best_encoder != &encoder->base)
8af6cf88 11953 continue;
86b04268 11954 found = enabled = true;
ad3c558f 11955
86b04268 11956 I915_STATE_WARN(new_conn_state->crtc !=
ad3c558f
ML
11957 encoder->base.crtc,
11958 "connector's crtc doesn't match encoder crtc\n");
8af6cf88 11959 }
86b04268
DV
11960
11961 if (!found)
11962 continue;
0e32b39c 11963
e2c719b7 11964 I915_STATE_WARN(!!encoder->base.crtc != enabled,
8af6cf88
DV
11965 "encoder's enabled state mismatch "
11966 "(expected %i, found %i)\n",
11967 !!encoder->base.crtc, enabled);
7c60d198
ML
11968
11969 if (!encoder->base.crtc) {
4d20cd86 11970 bool active;
7c60d198 11971
4d20cd86
ML
11972 active = encoder->get_hw_state(encoder, &pipe);
11973 I915_STATE_WARN(active,
11974 "encoder detached but still enabled on pipe %c.\n",
11975 pipe_name(pipe));
7c60d198 11976 }
8af6cf88 11977 }
91d1b4bd
DV
11978}
11979
11980static void
c0ead703
ML
11981verify_crtc_state(struct drm_crtc *crtc,
11982 struct drm_crtc_state *old_crtc_state,
11983 struct drm_crtc_state *new_crtc_state)
91d1b4bd 11984{
e7c84544 11985 struct drm_device *dev = crtc->dev;
fac5e23e 11986 struct drm_i915_private *dev_priv = to_i915(dev);
91d1b4bd 11987 struct intel_encoder *encoder;
e7c84544
ML
11988 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
11989 struct intel_crtc_state *pipe_config, *sw_config;
11990 struct drm_atomic_state *old_state;
11991 bool active;
045ac3b5 11992
e7c84544 11993 old_state = old_crtc_state->state;
ec2dc6a0 11994 __drm_atomic_helper_crtc_destroy_state(old_crtc_state);
e7c84544
ML
11995 pipe_config = to_intel_crtc_state(old_crtc_state);
11996 memset(pipe_config, 0, sizeof(*pipe_config));
11997 pipe_config->base.crtc = crtc;
11998 pipe_config->base.state = old_state;
8af6cf88 11999
78108b7c 12000 DRM_DEBUG_KMS("[CRTC:%d:%s]\n", crtc->base.id, crtc->name);
8af6cf88 12001
e7c84544 12002 active = dev_priv->display.get_pipe_config(intel_crtc, pipe_config);
d62cf62a 12003
e7c84544
ML
12004 /* hw state is inconsistent with the pipe quirk */
12005 if ((intel_crtc->pipe == PIPE_A && dev_priv->quirks & QUIRK_PIPEA_FORCE) ||
12006 (intel_crtc->pipe == PIPE_B && dev_priv->quirks & QUIRK_PIPEB_FORCE))
12007 active = new_crtc_state->active;
6c49f241 12008
e7c84544
ML
12009 I915_STATE_WARN(new_crtc_state->active != active,
12010 "crtc active state doesn't match with hw state "
12011 "(expected %i, found %i)\n", new_crtc_state->active, active);
0e8ffe1b 12012
e7c84544
ML
12013 I915_STATE_WARN(intel_crtc->active != new_crtc_state->active,
12014 "transitional active state does not match atomic hw state "
12015 "(expected %i, found %i)\n", new_crtc_state->active, intel_crtc->active);
4d20cd86 12016
e7c84544
ML
12017 for_each_encoder_on_crtc(dev, crtc, encoder) {
12018 enum pipe pipe;
4d20cd86 12019
e7c84544
ML
12020 active = encoder->get_hw_state(encoder, &pipe);
12021 I915_STATE_WARN(active != new_crtc_state->active,
12022 "[ENCODER:%i] active %i with crtc active %i\n",
12023 encoder->base.base.id, active, new_crtc_state->active);
4d20cd86 12024
e7c84544
ML
12025 I915_STATE_WARN(active && intel_crtc->pipe != pipe,
12026 "Encoder connected to wrong pipe %c\n",
12027 pipe_name(pipe));
4d20cd86 12028
253c84c8
VS
12029 if (active) {
12030 pipe_config->output_types |= 1 << encoder->type;
e7c84544 12031 encoder->get_config(encoder, pipe_config);
253c84c8 12032 }
e7c84544 12033 }
53d9f4e9 12034
a7d1b3f4
VS
12035 intel_crtc_compute_pixel_rate(pipe_config);
12036
e7c84544
ML
12037 if (!new_crtc_state->active)
12038 return;
cfb23ed6 12039
e7c84544 12040 intel_pipe_config_sanity_check(dev_priv, pipe_config);
e3b247da 12041
e7c84544 12042 sw_config = to_intel_crtc_state(crtc->state);
6315b5d3 12043 if (!intel_pipe_config_compare(dev_priv, sw_config,
e7c84544
ML
12044 pipe_config, false)) {
12045 I915_STATE_WARN(1, "pipe state doesn't match!\n");
12046 intel_dump_pipe_config(intel_crtc, pipe_config,
12047 "[hw state]");
12048 intel_dump_pipe_config(intel_crtc, sw_config,
12049 "[sw state]");
8af6cf88
DV
12050 }
12051}
12052
91d1b4bd 12053static void
c0ead703
ML
12054verify_single_dpll_state(struct drm_i915_private *dev_priv,
12055 struct intel_shared_dpll *pll,
12056 struct drm_crtc *crtc,
12057 struct drm_crtc_state *new_state)
91d1b4bd 12058{
91d1b4bd 12059 struct intel_dpll_hw_state dpll_hw_state;
e7c84544
ML
12060 unsigned crtc_mask;
12061 bool active;
5358901f 12062
e7c84544 12063 memset(&dpll_hw_state, 0, sizeof(dpll_hw_state));
5358901f 12064
e7c84544 12065 DRM_DEBUG_KMS("%s\n", pll->name);
5358901f 12066
e7c84544 12067 active = pll->funcs.get_hw_state(dev_priv, pll, &dpll_hw_state);
5358901f 12068
e7c84544
ML
12069 if (!(pll->flags & INTEL_DPLL_ALWAYS_ON)) {
12070 I915_STATE_WARN(!pll->on && pll->active_mask,
12071 "pll in active use but not on in sw tracking\n");
12072 I915_STATE_WARN(pll->on && !pll->active_mask,
12073 "pll is on but not used by any active crtc\n");
12074 I915_STATE_WARN(pll->on != active,
12075 "pll on state mismatch (expected %i, found %i)\n",
12076 pll->on, active);
12077 }
5358901f 12078
e7c84544 12079 if (!crtc) {
2c42e535 12080 I915_STATE_WARN(pll->active_mask & ~pll->state.crtc_mask,
e7c84544 12081 "more active pll users than references: %x vs %x\n",
2c42e535 12082 pll->active_mask, pll->state.crtc_mask);
5358901f 12083
e7c84544
ML
12084 return;
12085 }
12086
12087 crtc_mask = 1 << drm_crtc_index(crtc);
12088
12089 if (new_state->active)
12090 I915_STATE_WARN(!(pll->active_mask & crtc_mask),
12091 "pll active mismatch (expected pipe %c in active mask 0x%02x)\n",
12092 pipe_name(drm_crtc_index(crtc)), pll->active_mask);
12093 else
12094 I915_STATE_WARN(pll->active_mask & crtc_mask,
12095 "pll active mismatch (didn't expect pipe %c in active mask 0x%02x)\n",
12096 pipe_name(drm_crtc_index(crtc)), pll->active_mask);
2dd66ebd 12097
2c42e535 12098 I915_STATE_WARN(!(pll->state.crtc_mask & crtc_mask),
e7c84544 12099 "pll enabled crtcs mismatch (expected 0x%x in 0x%02x)\n",
2c42e535 12100 crtc_mask, pll->state.crtc_mask);
66e985c0 12101
2c42e535 12102 I915_STATE_WARN(pll->on && memcmp(&pll->state.hw_state,
e7c84544
ML
12103 &dpll_hw_state,
12104 sizeof(dpll_hw_state)),
12105 "pll hw state mismatch\n");
12106}
12107
12108static void
c0ead703
ML
12109verify_shared_dpll_state(struct drm_device *dev, struct drm_crtc *crtc,
12110 struct drm_crtc_state *old_crtc_state,
12111 struct drm_crtc_state *new_crtc_state)
e7c84544 12112{
fac5e23e 12113 struct drm_i915_private *dev_priv = to_i915(dev);
e7c84544
ML
12114 struct intel_crtc_state *old_state = to_intel_crtc_state(old_crtc_state);
12115 struct intel_crtc_state *new_state = to_intel_crtc_state(new_crtc_state);
12116
12117 if (new_state->shared_dpll)
c0ead703 12118 verify_single_dpll_state(dev_priv, new_state->shared_dpll, crtc, new_crtc_state);
e7c84544
ML
12119
12120 if (old_state->shared_dpll &&
12121 old_state->shared_dpll != new_state->shared_dpll) {
12122 unsigned crtc_mask = 1 << drm_crtc_index(crtc);
12123 struct intel_shared_dpll *pll = old_state->shared_dpll;
12124
12125 I915_STATE_WARN(pll->active_mask & crtc_mask,
12126 "pll active mismatch (didn't expect pipe %c in active mask)\n",
12127 pipe_name(drm_crtc_index(crtc)));
2c42e535 12128 I915_STATE_WARN(pll->state.crtc_mask & crtc_mask,
e7c84544
ML
12129 "pll enabled crtcs mismatch (found %x in enabled mask)\n",
12130 pipe_name(drm_crtc_index(crtc)));
5358901f 12131 }
8af6cf88
DV
12132}
12133
e7c84544 12134static void
c0ead703 12135intel_modeset_verify_crtc(struct drm_crtc *crtc,
677100ce
ML
12136 struct drm_atomic_state *state,
12137 struct drm_crtc_state *old_state,
12138 struct drm_crtc_state *new_state)
e7c84544 12139{
5a21b665
DV
12140 if (!needs_modeset(new_state) &&
12141 !to_intel_crtc_state(new_state)->update_pipe)
12142 return;
12143
c0ead703 12144 verify_wm_state(crtc, new_state);
677100ce 12145 verify_connector_state(crtc->dev, state, crtc);
c0ead703
ML
12146 verify_crtc_state(crtc, old_state, new_state);
12147 verify_shared_dpll_state(crtc->dev, crtc, old_state, new_state);
e7c84544
ML
12148}
12149
12150static void
c0ead703 12151verify_disabled_dpll_state(struct drm_device *dev)
e7c84544 12152{
fac5e23e 12153 struct drm_i915_private *dev_priv = to_i915(dev);
e7c84544
ML
12154 int i;
12155
12156 for (i = 0; i < dev_priv->num_shared_dpll; i++)
c0ead703 12157 verify_single_dpll_state(dev_priv, &dev_priv->shared_dplls[i], NULL, NULL);
e7c84544
ML
12158}
12159
12160static void
677100ce
ML
12161intel_modeset_verify_disabled(struct drm_device *dev,
12162 struct drm_atomic_state *state)
e7c84544 12163{
86b04268 12164 verify_encoder_state(dev, state);
677100ce 12165 verify_connector_state(dev, state, NULL);
c0ead703 12166 verify_disabled_dpll_state(dev);
e7c84544
ML
12167}
12168
80715b2f
VS
12169static void update_scanline_offset(struct intel_crtc *crtc)
12170{
4f8036a2 12171 struct drm_i915_private *dev_priv = to_i915(crtc->base.dev);
80715b2f
VS
12172
12173 /*
12174 * The scanline counter increments at the leading edge of hsync.
12175 *
12176 * On most platforms it starts counting from vtotal-1 on the
12177 * first active line. That means the scanline counter value is
12178 * always one less than what we would expect. Ie. just after
12179 * start of vblank, which also occurs at start of hsync (on the
12180 * last active line), the scanline counter will read vblank_start-1.
12181 *
12182 * On gen2 the scanline counter starts counting from 1 instead
12183 * of vtotal-1, so we have to subtract one (or rather add vtotal-1
12184 * to keep the value positive), instead of adding one.
12185 *
12186 * On HSW+ the behaviour of the scanline counter depends on the output
12187 * type. For DP ports it behaves like most other platforms, but on HDMI
12188 * there's an extra 1 line difference. So we need to add two instead of
12189 * one to the value.
12190 */
4f8036a2 12191 if (IS_GEN2(dev_priv)) {
124abe07 12192 const struct drm_display_mode *adjusted_mode = &crtc->config->base.adjusted_mode;
80715b2f
VS
12193 int vtotal;
12194
124abe07
VS
12195 vtotal = adjusted_mode->crtc_vtotal;
12196 if (adjusted_mode->flags & DRM_MODE_FLAG_INTERLACE)
80715b2f
VS
12197 vtotal /= 2;
12198
12199 crtc->scanline_offset = vtotal - 1;
4f8036a2 12200 } else if (HAS_DDI(dev_priv) &&
2d84d2b3 12201 intel_crtc_has_type(crtc->config, INTEL_OUTPUT_HDMI)) {
80715b2f
VS
12202 crtc->scanline_offset = 2;
12203 } else
12204 crtc->scanline_offset = 1;
12205}
12206
ad421372 12207static void intel_modeset_clear_plls(struct drm_atomic_state *state)
ed6739ef 12208{
225da59b 12209 struct drm_device *dev = state->dev;
ed6739ef 12210 struct drm_i915_private *dev_priv = to_i915(dev);
0a9ab303 12211 struct drm_crtc *crtc;
aa5e9b47 12212 struct drm_crtc_state *old_crtc_state, *new_crtc_state;
0a9ab303 12213 int i;
ed6739ef
ACO
12214
12215 if (!dev_priv->display.crtc_compute_clock)
ad421372 12216 return;
ed6739ef 12217
aa5e9b47 12218 for_each_oldnew_crtc_in_state(state, crtc, old_crtc_state, new_crtc_state, i) {
fb1a38a9 12219 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
8106ddbd 12220 struct intel_shared_dpll *old_dpll =
aa5e9b47 12221 to_intel_crtc_state(old_crtc_state)->shared_dpll;
0a9ab303 12222
aa5e9b47 12223 if (!needs_modeset(new_crtc_state))
225da59b
ACO
12224 continue;
12225
aa5e9b47 12226 to_intel_crtc_state(new_crtc_state)->shared_dpll = NULL;
fb1a38a9 12227
8106ddbd 12228 if (!old_dpll)
fb1a38a9 12229 continue;
0a9ab303 12230
a1c414ee 12231 intel_release_shared_dpll(old_dpll, intel_crtc, state);
ad421372 12232 }
ed6739ef
ACO
12233}
12234
99d736a2
ML
12235/*
12236 * This implements the workaround described in the "notes" section of the mode
12237 * set sequence documentation. When going from no pipes or single pipe to
12238 * multiple pipes, and planes are enabled after the pipe, we need to wait at
12239 * least 2 vblanks on the first pipe before enabling planes on the second pipe.
12240 */
12241static int haswell_mode_set_planes_workaround(struct drm_atomic_state *state)
12242{
12243 struct drm_crtc_state *crtc_state;
12244 struct intel_crtc *intel_crtc;
12245 struct drm_crtc *crtc;
12246 struct intel_crtc_state *first_crtc_state = NULL;
12247 struct intel_crtc_state *other_crtc_state = NULL;
12248 enum pipe first_pipe = INVALID_PIPE, enabled_pipe = INVALID_PIPE;
12249 int i;
12250
12251 /* look at all crtc's that are going to be enabled in during modeset */
aa5e9b47 12252 for_each_new_crtc_in_state(state, crtc, crtc_state, i) {
99d736a2
ML
12253 intel_crtc = to_intel_crtc(crtc);
12254
12255 if (!crtc_state->active || !needs_modeset(crtc_state))
12256 continue;
12257
12258 if (first_crtc_state) {
12259 other_crtc_state = to_intel_crtc_state(crtc_state);
12260 break;
12261 } else {
12262 first_crtc_state = to_intel_crtc_state(crtc_state);
12263 first_pipe = intel_crtc->pipe;
12264 }
12265 }
12266
12267 /* No workaround needed? */
12268 if (!first_crtc_state)
12269 return 0;
12270
12271 /* w/a possibly needed, check how many crtc's are already enabled. */
12272 for_each_intel_crtc(state->dev, intel_crtc) {
12273 struct intel_crtc_state *pipe_config;
12274
12275 pipe_config = intel_atomic_get_crtc_state(state, intel_crtc);
12276 if (IS_ERR(pipe_config))
12277 return PTR_ERR(pipe_config);
12278
12279 pipe_config->hsw_workaround_pipe = INVALID_PIPE;
12280
12281 if (!pipe_config->base.active ||
12282 needs_modeset(&pipe_config->base))
12283 continue;
12284
12285 /* 2 or more enabled crtcs means no need for w/a */
12286 if (enabled_pipe != INVALID_PIPE)
12287 return 0;
12288
12289 enabled_pipe = intel_crtc->pipe;
12290 }
12291
12292 if (enabled_pipe != INVALID_PIPE)
12293 first_crtc_state->hsw_workaround_pipe = enabled_pipe;
12294 else if (other_crtc_state)
12295 other_crtc_state->hsw_workaround_pipe = first_pipe;
12296
12297 return 0;
12298}
12299
8d96561a
VS
12300static int intel_lock_all_pipes(struct drm_atomic_state *state)
12301{
12302 struct drm_crtc *crtc;
12303
12304 /* Add all pipes to the state */
12305 for_each_crtc(state->dev, crtc) {
12306 struct drm_crtc_state *crtc_state;
12307
12308 crtc_state = drm_atomic_get_crtc_state(state, crtc);
12309 if (IS_ERR(crtc_state))
12310 return PTR_ERR(crtc_state);
12311 }
12312
12313 return 0;
12314}
12315
27c329ed
ML
12316static int intel_modeset_all_pipes(struct drm_atomic_state *state)
12317{
12318 struct drm_crtc *crtc;
27c329ed 12319
8d96561a
VS
12320 /*
12321 * Add all pipes to the state, and force
12322 * a modeset on all the active ones.
12323 */
27c329ed 12324 for_each_crtc(state->dev, crtc) {
9780aad5
VS
12325 struct drm_crtc_state *crtc_state;
12326 int ret;
12327
27c329ed
ML
12328 crtc_state = drm_atomic_get_crtc_state(state, crtc);
12329 if (IS_ERR(crtc_state))
12330 return PTR_ERR(crtc_state);
12331
12332 if (!crtc_state->active || needs_modeset(crtc_state))
12333 continue;
12334
12335 crtc_state->mode_changed = true;
12336
12337 ret = drm_atomic_add_affected_connectors(state, crtc);
12338 if (ret)
9780aad5 12339 return ret;
27c329ed
ML
12340
12341 ret = drm_atomic_add_affected_planes(state, crtc);
12342 if (ret)
9780aad5 12343 return ret;
27c329ed
ML
12344 }
12345
9780aad5 12346 return 0;
27c329ed
ML
12347}
12348
c347a676 12349static int intel_modeset_checks(struct drm_atomic_state *state)
054518dd 12350{
565602d7 12351 struct intel_atomic_state *intel_state = to_intel_atomic_state(state);
fac5e23e 12352 struct drm_i915_private *dev_priv = to_i915(state->dev);
565602d7 12353 struct drm_crtc *crtc;
aa5e9b47 12354 struct drm_crtc_state *old_crtc_state, *new_crtc_state;
565602d7 12355 int ret = 0, i;
054518dd 12356
b359283a
ML
12357 if (!check_digital_port_conflicts(state)) {
12358 DRM_DEBUG_KMS("rejecting conflicting digital port configuration\n");
12359 return -EINVAL;
12360 }
12361
565602d7
ML
12362 intel_state->modeset = true;
12363 intel_state->active_crtcs = dev_priv->active_crtcs;
bb0f4aab
VS
12364 intel_state->cdclk.logical = dev_priv->cdclk.logical;
12365 intel_state->cdclk.actual = dev_priv->cdclk.actual;
565602d7 12366
aa5e9b47
ML
12367 for_each_oldnew_crtc_in_state(state, crtc, old_crtc_state, new_crtc_state, i) {
12368 if (new_crtc_state->active)
565602d7
ML
12369 intel_state->active_crtcs |= 1 << i;
12370 else
12371 intel_state->active_crtcs &= ~(1 << i);
8b4a7d05 12372
aa5e9b47 12373 if (old_crtc_state->active != new_crtc_state->active)
8b4a7d05 12374 intel_state->active_pipe_changes |= drm_crtc_mask(crtc);
565602d7
ML
12375 }
12376
054518dd
ACO
12377 /*
12378 * See if the config requires any additional preparation, e.g.
12379 * to adjust global state with pipes off. We need to do this
12380 * here so we can get the modeset_pipe updated config for the new
12381 * mode set on this crtc. For other crtcs we need to use the
12382 * adjusted_mode bits in the crtc directly.
12383 */
27c329ed 12384 if (dev_priv->display.modeset_calc_cdclk) {
27c329ed 12385 ret = dev_priv->display.modeset_calc_cdclk(state);
c89e39f3
CT
12386 if (ret < 0)
12387 return ret;
27c329ed 12388
8d96561a 12389 /*
bb0f4aab 12390 * Writes to dev_priv->cdclk.logical must protected by
8d96561a
VS
12391 * holding all the crtc locks, even if we don't end up
12392 * touching the hardware
12393 */
bb0f4aab
VS
12394 if (!intel_cdclk_state_compare(&dev_priv->cdclk.logical,
12395 &intel_state->cdclk.logical)) {
8d96561a
VS
12396 ret = intel_lock_all_pipes(state);
12397 if (ret < 0)
12398 return ret;
12399 }
12400
12401 /* All pipes must be switched off while we change the cdclk. */
bb0f4aab
VS
12402 if (!intel_cdclk_state_compare(&dev_priv->cdclk.actual,
12403 &intel_state->cdclk.actual)) {
27c329ed 12404 ret = intel_modeset_all_pipes(state);
8d96561a
VS
12405 if (ret < 0)
12406 return ret;
12407 }
e8788cbc 12408
bb0f4aab
VS
12409 DRM_DEBUG_KMS("New cdclk calculated to be logical %u kHz, actual %u kHz\n",
12410 intel_state->cdclk.logical.cdclk,
12411 intel_state->cdclk.actual.cdclk);
e0ca7a6b 12412 } else {
bb0f4aab 12413 to_intel_atomic_state(state)->cdclk.logical = dev_priv->cdclk.logical;
e0ca7a6b 12414 }
054518dd 12415
ad421372 12416 intel_modeset_clear_plls(state);
054518dd 12417
565602d7 12418 if (IS_HASWELL(dev_priv))
ad421372 12419 return haswell_mode_set_planes_workaround(state);
99d736a2 12420
ad421372 12421 return 0;
c347a676
ACO
12422}
12423
aa363136
MR
12424/*
12425 * Handle calculation of various watermark data at the end of the atomic check
12426 * phase. The code here should be run after the per-crtc and per-plane 'check'
12427 * handlers to ensure that all derived state has been updated.
12428 */
55994c2c 12429static int calc_watermark_data(struct drm_atomic_state *state)
aa363136
MR
12430{
12431 struct drm_device *dev = state->dev;
98d39494 12432 struct drm_i915_private *dev_priv = to_i915(dev);
98d39494
MR
12433
12434 /* Is there platform-specific watermark information to calculate? */
12435 if (dev_priv->display.compute_global_watermarks)
55994c2c
MR
12436 return dev_priv->display.compute_global_watermarks(state);
12437
12438 return 0;
aa363136
MR
12439}
12440
74c090b1
ML
12441/**
12442 * intel_atomic_check - validate state object
12443 * @dev: drm device
12444 * @state: state to validate
12445 */
12446static int intel_atomic_check(struct drm_device *dev,
12447 struct drm_atomic_state *state)
c347a676 12448{
dd8b3bdb 12449 struct drm_i915_private *dev_priv = to_i915(dev);
aa363136 12450 struct intel_atomic_state *intel_state = to_intel_atomic_state(state);
c347a676 12451 struct drm_crtc *crtc;
aa5e9b47 12452 struct drm_crtc_state *old_crtc_state, *crtc_state;
c347a676 12453 int ret, i;
61333b60 12454 bool any_ms = false;
c347a676 12455
74c090b1 12456 ret = drm_atomic_helper_check_modeset(dev, state);
054518dd
ACO
12457 if (ret)
12458 return ret;
12459
aa5e9b47 12460 for_each_oldnew_crtc_in_state(state, crtc, old_crtc_state, crtc_state, i) {
cfb23ed6
ML
12461 struct intel_crtc_state *pipe_config =
12462 to_intel_crtc_state(crtc_state);
1ed51de9
DV
12463
12464 /* Catch I915_MODE_FLAG_INHERITED */
aa5e9b47 12465 if (crtc_state->mode.private_flags != old_crtc_state->mode.private_flags)
1ed51de9 12466 crtc_state->mode_changed = true;
cfb23ed6 12467
af4a879e 12468 if (!needs_modeset(crtc_state))
c347a676
ACO
12469 continue;
12470
af4a879e
DV
12471 if (!crtc_state->enable) {
12472 any_ms = true;
cfb23ed6 12473 continue;
af4a879e 12474 }
cfb23ed6 12475
26495481
DV
12476 /* FIXME: For only active_changed we shouldn't need to do any
12477 * state recomputation at all. */
12478
1ed51de9
DV
12479 ret = drm_atomic_add_affected_connectors(state, crtc);
12480 if (ret)
12481 return ret;
b359283a 12482
cfb23ed6 12483 ret = intel_modeset_pipe_config(crtc, pipe_config);
25aa1c39
ML
12484 if (ret) {
12485 intel_dump_pipe_config(to_intel_crtc(crtc),
12486 pipe_config, "[failed]");
c347a676 12487 return ret;
25aa1c39 12488 }
c347a676 12489
73831236 12490 if (i915.fastboot &&
6315b5d3 12491 intel_pipe_config_compare(dev_priv,
aa5e9b47 12492 to_intel_crtc_state(old_crtc_state),
1ed51de9 12493 pipe_config, true)) {
26495481 12494 crtc_state->mode_changed = false;
aa5e9b47 12495 pipe_config->update_pipe = true;
26495481
DV
12496 }
12497
af4a879e 12498 if (needs_modeset(crtc_state))
26495481 12499 any_ms = true;
cfb23ed6 12500
af4a879e
DV
12501 ret = drm_atomic_add_affected_planes(state, crtc);
12502 if (ret)
12503 return ret;
61333b60 12504
26495481
DV
12505 intel_dump_pipe_config(to_intel_crtc(crtc), pipe_config,
12506 needs_modeset(crtc_state) ?
12507 "[modeset]" : "[fastset]");
c347a676
ACO
12508 }
12509
61333b60
ML
12510 if (any_ms) {
12511 ret = intel_modeset_checks(state);
12512
12513 if (ret)
12514 return ret;
e0ca7a6b 12515 } else {
bb0f4aab 12516 intel_state->cdclk.logical = dev_priv->cdclk.logical;
e0ca7a6b 12517 }
76305b1a 12518
dd8b3bdb 12519 ret = drm_atomic_helper_check_planes(dev, state);
aa363136
MR
12520 if (ret)
12521 return ret;
12522
f51be2e0 12523 intel_fbc_choose_crtc(dev_priv, state);
55994c2c 12524 return calc_watermark_data(state);
054518dd
ACO
12525}
12526
5008e874 12527static int intel_atomic_prepare_commit(struct drm_device *dev,
d07f0e59 12528 struct drm_atomic_state *state)
5008e874 12529{
fac5e23e 12530 struct drm_i915_private *dev_priv = to_i915(dev);
5008e874
ML
12531 struct drm_crtc_state *crtc_state;
12532 struct drm_crtc *crtc;
12533 int i, ret;
12534
aa5e9b47 12535 for_each_new_crtc_in_state(state, crtc, crtc_state, i) {
5a21b665 12536 if (state->legacy_cursor_update)
a6747b73
ML
12537 continue;
12538
5a21b665
DV
12539 ret = intel_crtc_wait_for_pending_flips(crtc);
12540 if (ret)
12541 return ret;
5008e874 12542
5a21b665
DV
12543 if (atomic_read(&to_intel_crtc(crtc)->unpin_work_count) >= 2)
12544 flush_workqueue(dev_priv->wq);
d55dbd06
ML
12545 }
12546
f935675f
ML
12547 ret = mutex_lock_interruptible(&dev->struct_mutex);
12548 if (ret)
12549 return ret;
12550
5008e874 12551 ret = drm_atomic_helper_prepare_planes(dev, state);
f7e5838b 12552 mutex_unlock(&dev->struct_mutex);
7580d774 12553
5008e874
ML
12554 return ret;
12555}
12556
a2991414
ML
12557u32 intel_crtc_get_vblank_counter(struct intel_crtc *crtc)
12558{
12559 struct drm_device *dev = crtc->base.dev;
12560
12561 if (!dev->max_vblank_count)
12562 return drm_accurate_vblank_count(&crtc->base);
12563
12564 return dev->driver->get_vblank_counter(dev, crtc->pipe);
12565}
12566
5a21b665
DV
12567static void intel_atomic_wait_for_vblanks(struct drm_device *dev,
12568 struct drm_i915_private *dev_priv,
12569 unsigned crtc_mask)
e8861675 12570{
5a21b665
DV
12571 unsigned last_vblank_count[I915_MAX_PIPES];
12572 enum pipe pipe;
12573 int ret;
e8861675 12574
5a21b665
DV
12575 if (!crtc_mask)
12576 return;
e8861675 12577
5a21b665 12578 for_each_pipe(dev_priv, pipe) {
98187836
VS
12579 struct intel_crtc *crtc = intel_get_crtc_for_pipe(dev_priv,
12580 pipe);
e8861675 12581
5a21b665 12582 if (!((1 << pipe) & crtc_mask))
e8861675
ML
12583 continue;
12584
e2af48c6 12585 ret = drm_crtc_vblank_get(&crtc->base);
5a21b665
DV
12586 if (WARN_ON(ret != 0)) {
12587 crtc_mask &= ~(1 << pipe);
12588 continue;
e8861675
ML
12589 }
12590
e2af48c6 12591 last_vblank_count[pipe] = drm_crtc_vblank_count(&crtc->base);
e8861675
ML
12592 }
12593
5a21b665 12594 for_each_pipe(dev_priv, pipe) {
98187836
VS
12595 struct intel_crtc *crtc = intel_get_crtc_for_pipe(dev_priv,
12596 pipe);
5a21b665 12597 long lret;
e8861675 12598
5a21b665
DV
12599 if (!((1 << pipe) & crtc_mask))
12600 continue;
d55dbd06 12601
5a21b665
DV
12602 lret = wait_event_timeout(dev->vblank[pipe].queue,
12603 last_vblank_count[pipe] !=
e2af48c6 12604 drm_crtc_vblank_count(&crtc->base),
5a21b665 12605 msecs_to_jiffies(50));
d55dbd06 12606
5a21b665 12607 WARN(!lret, "pipe %c vblank wait timed out\n", pipe_name(pipe));
d55dbd06 12608
e2af48c6 12609 drm_crtc_vblank_put(&crtc->base);
d55dbd06
ML
12610 }
12611}
12612
5a21b665 12613static bool needs_vblank_wait(struct intel_crtc_state *crtc_state)
a6747b73 12614{
5a21b665
DV
12615 /* fb updated, need to unpin old fb */
12616 if (crtc_state->fb_changed)
12617 return true;
a6747b73 12618
5a21b665
DV
12619 /* wm changes, need vblank before final wm's */
12620 if (crtc_state->update_wm_post)
12621 return true;
a6747b73 12622
5eeb798b 12623 if (crtc_state->wm.need_postvbl_update)
5a21b665 12624 return true;
a6747b73 12625
5a21b665 12626 return false;
e8861675
ML
12627}
12628
896e5bb0
L
12629static void intel_update_crtc(struct drm_crtc *crtc,
12630 struct drm_atomic_state *state,
12631 struct drm_crtc_state *old_crtc_state,
aa5e9b47 12632 struct drm_crtc_state *new_crtc_state,
896e5bb0
L
12633 unsigned int *crtc_vblank_mask)
12634{
12635 struct drm_device *dev = crtc->dev;
12636 struct drm_i915_private *dev_priv = to_i915(dev);
12637 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
aa5e9b47
ML
12638 struct intel_crtc_state *pipe_config = to_intel_crtc_state(new_crtc_state);
12639 bool modeset = needs_modeset(new_crtc_state);
896e5bb0
L
12640
12641 if (modeset) {
12642 update_scanline_offset(intel_crtc);
12643 dev_priv->display.crtc_enable(pipe_config, state);
12644 } else {
aa5e9b47
ML
12645 intel_pre_plane_update(to_intel_crtc_state(old_crtc_state),
12646 pipe_config);
896e5bb0
L
12647 }
12648
12649 if (drm_atomic_get_existing_plane_state(state, crtc->primary)) {
12650 intel_fbc_enable(
12651 intel_crtc, pipe_config,
12652 to_intel_plane_state(crtc->primary->state));
12653 }
12654
12655 drm_atomic_helper_commit_planes_on_crtc(old_crtc_state);
12656
12657 if (needs_vblank_wait(pipe_config))
12658 *crtc_vblank_mask |= drm_crtc_mask(crtc);
12659}
12660
12661static void intel_update_crtcs(struct drm_atomic_state *state,
12662 unsigned int *crtc_vblank_mask)
12663{
12664 struct drm_crtc *crtc;
aa5e9b47 12665 struct drm_crtc_state *old_crtc_state, *new_crtc_state;
896e5bb0
L
12666 int i;
12667
aa5e9b47
ML
12668 for_each_oldnew_crtc_in_state(state, crtc, old_crtc_state, new_crtc_state, i) {
12669 if (!new_crtc_state->active)
896e5bb0
L
12670 continue;
12671
12672 intel_update_crtc(crtc, state, old_crtc_state,
aa5e9b47 12673 new_crtc_state, crtc_vblank_mask);
896e5bb0
L
12674 }
12675}
12676
27082493
L
12677static void skl_update_crtcs(struct drm_atomic_state *state,
12678 unsigned int *crtc_vblank_mask)
12679{
0f0f74bc 12680 struct drm_i915_private *dev_priv = to_i915(state->dev);
27082493
L
12681 struct intel_atomic_state *intel_state = to_intel_atomic_state(state);
12682 struct drm_crtc *crtc;
ce0ba283 12683 struct intel_crtc *intel_crtc;
aa5e9b47 12684 struct drm_crtc_state *old_crtc_state, *new_crtc_state;
ce0ba283 12685 struct intel_crtc_state *cstate;
27082493
L
12686 unsigned int updated = 0;
12687 bool progress;
12688 enum pipe pipe;
5eff503b
ML
12689 int i;
12690
12691 const struct skl_ddb_entry *entries[I915_MAX_PIPES] = {};
12692
aa5e9b47 12693 for_each_oldnew_crtc_in_state(state, crtc, old_crtc_state, new_crtc_state, i)
5eff503b 12694 /* ignore allocations for crtc's that have been turned off. */
aa5e9b47 12695 if (new_crtc_state->active)
5eff503b 12696 entries[i] = &to_intel_crtc_state(old_crtc_state)->wm.skl.ddb;
27082493
L
12697
12698 /*
12699 * Whenever the number of active pipes changes, we need to make sure we
12700 * update the pipes in the right order so that their ddb allocations
12701 * never overlap with eachother inbetween CRTC updates. Otherwise we'll
12702 * cause pipe underruns and other bad stuff.
12703 */
12704 do {
27082493
L
12705 progress = false;
12706
aa5e9b47 12707 for_each_oldnew_crtc_in_state(state, crtc, old_crtc_state, new_crtc_state, i) {
27082493
L
12708 bool vbl_wait = false;
12709 unsigned int cmask = drm_crtc_mask(crtc);
ce0ba283
L
12710
12711 intel_crtc = to_intel_crtc(crtc);
12712 cstate = to_intel_crtc_state(crtc->state);
12713 pipe = intel_crtc->pipe;
27082493 12714
5eff503b 12715 if (updated & cmask || !cstate->base.active)
27082493 12716 continue;
5eff503b
ML
12717
12718 if (skl_ddb_allocation_overlaps(entries, &cstate->wm.skl.ddb, i))
27082493
L
12719 continue;
12720
12721 updated |= cmask;
5eff503b 12722 entries[i] = &cstate->wm.skl.ddb;
27082493
L
12723
12724 /*
12725 * If this is an already active pipe, it's DDB changed,
12726 * and this isn't the last pipe that needs updating
12727 * then we need to wait for a vblank to pass for the
12728 * new ddb allocation to take effect.
12729 */
ce0ba283 12730 if (!skl_ddb_entry_equal(&cstate->wm.skl.ddb,
512b5527 12731 &to_intel_crtc_state(old_crtc_state)->wm.skl.ddb) &&
aa5e9b47 12732 !new_crtc_state->active_changed &&
27082493
L
12733 intel_state->wm_results.dirty_pipes != updated)
12734 vbl_wait = true;
12735
12736 intel_update_crtc(crtc, state, old_crtc_state,
aa5e9b47 12737 new_crtc_state, crtc_vblank_mask);
27082493
L
12738
12739 if (vbl_wait)
0f0f74bc 12740 intel_wait_for_vblank(dev_priv, pipe);
27082493
L
12741
12742 progress = true;
12743 }
12744 } while (progress);
12745}
12746
ba318c61
CW
12747static void intel_atomic_helper_free_state(struct drm_i915_private *dev_priv)
12748{
12749 struct intel_atomic_state *state, *next;
12750 struct llist_node *freed;
12751
12752 freed = llist_del_all(&dev_priv->atomic_helper.free_list);
12753 llist_for_each_entry_safe(state, next, freed, freed)
12754 drm_atomic_state_put(&state->base);
12755}
12756
12757static void intel_atomic_helper_free_state_worker(struct work_struct *work)
12758{
12759 struct drm_i915_private *dev_priv =
12760 container_of(work, typeof(*dev_priv), atomic_helper.free_work);
12761
12762 intel_atomic_helper_free_state(dev_priv);
12763}
12764
94f05024 12765static void intel_atomic_commit_tail(struct drm_atomic_state *state)
a6778b3c 12766{
94f05024 12767 struct drm_device *dev = state->dev;
565602d7 12768 struct intel_atomic_state *intel_state = to_intel_atomic_state(state);
fac5e23e 12769 struct drm_i915_private *dev_priv = to_i915(dev);
aa5e9b47 12770 struct drm_crtc_state *old_crtc_state, *new_crtc_state;
7580d774 12771 struct drm_crtc *crtc;
5a21b665 12772 struct intel_crtc_state *intel_cstate;
5a21b665 12773 bool hw_check = intel_state->modeset;
d8fc70b7 12774 u64 put_domains[I915_MAX_PIPES] = {};
5a21b665 12775 unsigned crtc_vblank_mask = 0;
e95433c7 12776 int i;
a6778b3c 12777
ea0000f0
DV
12778 drm_atomic_helper_wait_for_dependencies(state);
12779
c3b32658 12780 if (intel_state->modeset)
5a21b665 12781 intel_display_power_get(dev_priv, POWER_DOMAIN_MODESET);
565602d7 12782
aa5e9b47 12783 for_each_oldnew_crtc_in_state(state, crtc, old_crtc_state, new_crtc_state, i) {
a539205a
ML
12784 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
12785
aa5e9b47
ML
12786 if (needs_modeset(new_crtc_state) ||
12787 to_intel_crtc_state(new_crtc_state)->update_pipe) {
5a21b665
DV
12788 hw_check = true;
12789
12790 put_domains[to_intel_crtc(crtc)->pipe] =
12791 modeset_get_crtc_power_domains(crtc,
aa5e9b47 12792 to_intel_crtc_state(new_crtc_state));
5a21b665
DV
12793 }
12794
aa5e9b47 12795 if (!needs_modeset(new_crtc_state))
61333b60
ML
12796 continue;
12797
aa5e9b47
ML
12798 intel_pre_plane_update(to_intel_crtc_state(old_crtc_state),
12799 to_intel_crtc_state(new_crtc_state));
460da916 12800
29ceb0e6
VS
12801 if (old_crtc_state->active) {
12802 intel_crtc_disable_planes(crtc, old_crtc_state->plane_mask);
4a806558 12803 dev_priv->display.crtc_disable(to_intel_crtc_state(old_crtc_state), state);
eddfcbcd 12804 intel_crtc->active = false;
58f9c0bc 12805 intel_fbc_disable(intel_crtc);
eddfcbcd 12806 intel_disable_shared_dpll(intel_crtc);
9bbc8258
VS
12807
12808 /*
12809 * Underruns don't always raise
12810 * interrupts, so check manually.
12811 */
12812 intel_check_cpu_fifo_underruns(dev_priv);
12813 intel_check_pch_fifo_underruns(dev_priv);
b9001114 12814
e62929b3
ML
12815 if (!crtc->state->active) {
12816 /*
12817 * Make sure we don't call initial_watermarks
12818 * for ILK-style watermark updates.
ff32c54e
VS
12819 *
12820 * No clue what this is supposed to achieve.
e62929b3 12821 */
ff32c54e 12822 if (INTEL_GEN(dev_priv) >= 9)
e62929b3
ML
12823 dev_priv->display.initial_watermarks(intel_state,
12824 to_intel_crtc_state(crtc->state));
e62929b3 12825 }
a539205a 12826 }
b8cecdf5 12827 }
7758a113 12828
ea9d758d
DV
12829 /* Only after disabling all output pipelines that will be changed can we
12830 * update the the output configuration. */
4740b0f2 12831 intel_modeset_update_crtc_state(state);
f6e5b160 12832
565602d7 12833 if (intel_state->modeset) {
4740b0f2 12834 drm_atomic_helper_update_legacy_modeset_state(state->dev, state);
33c8df89 12835
b0587e4d 12836 intel_set_cdclk(dev_priv, &dev_priv->cdclk.actual);
f6d1973d 12837
656d1b89
L
12838 /*
12839 * SKL workaround: bspec recommends we disable the SAGV when we
12840 * have more then one pipe enabled
12841 */
56feca91 12842 if (!intel_can_enable_sagv(state))
16dcdc4e 12843 intel_disable_sagv(dev_priv);
656d1b89 12844
677100ce 12845 intel_modeset_verify_disabled(dev, state);
4740b0f2 12846 }
47fab737 12847
896e5bb0 12848 /* Complete the events for pipes that have now been disabled */
aa5e9b47
ML
12849 for_each_new_crtc_in_state(state, crtc, new_crtc_state, i) {
12850 bool modeset = needs_modeset(new_crtc_state);
80715b2f 12851
1f7528c4 12852 /* Complete events for now disable pipes here. */
aa5e9b47 12853 if (modeset && !new_crtc_state->active && new_crtc_state->event) {
1f7528c4 12854 spin_lock_irq(&dev->event_lock);
aa5e9b47 12855 drm_crtc_send_vblank_event(crtc, new_crtc_state->event);
1f7528c4
DV
12856 spin_unlock_irq(&dev->event_lock);
12857
aa5e9b47 12858 new_crtc_state->event = NULL;
1f7528c4 12859 }
177246a8
MR
12860 }
12861
896e5bb0
L
12862 /* Now enable the clocks, plane, pipe, and connectors that we set up. */
12863 dev_priv->display.update_crtcs(state, &crtc_vblank_mask);
12864
94f05024
DV
12865 /* FIXME: We should call drm_atomic_helper_commit_hw_done() here
12866 * already, but still need the state for the delayed optimization. To
12867 * fix this:
12868 * - wrap the optimization/post_plane_update stuff into a per-crtc work.
12869 * - schedule that vblank worker _before_ calling hw_done
12870 * - at the start of commit_tail, cancel it _synchrously
12871 * - switch over to the vblank wait helper in the core after that since
12872 * we don't need out special handling any more.
12873 */
5a21b665
DV
12874 if (!state->legacy_cursor_update)
12875 intel_atomic_wait_for_vblanks(dev, dev_priv, crtc_vblank_mask);
12876
12877 /*
12878 * Now that the vblank has passed, we can go ahead and program the
12879 * optimal watermarks on platforms that need two-step watermark
12880 * programming.
12881 *
12882 * TODO: Move this (and other cleanup) to an async worker eventually.
12883 */
aa5e9b47
ML
12884 for_each_new_crtc_in_state(state, crtc, new_crtc_state, i) {
12885 intel_cstate = to_intel_crtc_state(new_crtc_state);
5a21b665
DV
12886
12887 if (dev_priv->display.optimize_watermarks)
ccf010fb
ML
12888 dev_priv->display.optimize_watermarks(intel_state,
12889 intel_cstate);
5a21b665
DV
12890 }
12891
aa5e9b47 12892 for_each_oldnew_crtc_in_state(state, crtc, old_crtc_state, new_crtc_state, i) {
5a21b665
DV
12893 intel_post_plane_update(to_intel_crtc_state(old_crtc_state));
12894
12895 if (put_domains[i])
12896 modeset_put_power_domains(dev_priv, put_domains[i]);
12897
aa5e9b47 12898 intel_modeset_verify_crtc(crtc, state, old_crtc_state, new_crtc_state);
5a21b665
DV
12899 }
12900
56feca91 12901 if (intel_state->modeset && intel_can_enable_sagv(state))
16dcdc4e 12902 intel_enable_sagv(dev_priv);
656d1b89 12903
94f05024
DV
12904 drm_atomic_helper_commit_hw_done(state);
12905
5a21b665
DV
12906 if (intel_state->modeset)
12907 intel_display_power_put(dev_priv, POWER_DOMAIN_MODESET);
12908
12909 mutex_lock(&dev->struct_mutex);
12910 drm_atomic_helper_cleanup_planes(dev, state);
12911 mutex_unlock(&dev->struct_mutex);
12912
ea0000f0
DV
12913 drm_atomic_helper_commit_cleanup_done(state);
12914
0853695c 12915 drm_atomic_state_put(state);
f30da187 12916
75714940
MK
12917 /* As one of the primary mmio accessors, KMS has a high likelihood
12918 * of triggering bugs in unclaimed access. After we finish
12919 * modesetting, see if an error has been flagged, and if so
12920 * enable debugging for the next modeset - and hope we catch
12921 * the culprit.
12922 *
12923 * XXX note that we assume display power is on at this point.
12924 * This might hold true now but we need to add pm helper to check
12925 * unclaimed only when the hardware is on, as atomic commits
12926 * can happen also when the device is completely off.
12927 */
12928 intel_uncore_arm_unclaimed_mmio_detection(dev_priv);
ba318c61
CW
12929
12930 intel_atomic_helper_free_state(dev_priv);
94f05024
DV
12931}
12932
12933static void intel_atomic_commit_work(struct work_struct *work)
12934{
c004a90b
CW
12935 struct drm_atomic_state *state =
12936 container_of(work, struct drm_atomic_state, commit_work);
12937
94f05024
DV
12938 intel_atomic_commit_tail(state);
12939}
12940
c004a90b
CW
12941static int __i915_sw_fence_call
12942intel_atomic_commit_ready(struct i915_sw_fence *fence,
12943 enum i915_sw_fence_notify notify)
12944{
12945 struct intel_atomic_state *state =
12946 container_of(fence, struct intel_atomic_state, commit_ready);
12947
12948 switch (notify) {
12949 case FENCE_COMPLETE:
12950 if (state->base.commit_work.func)
12951 queue_work(system_unbound_wq, &state->base.commit_work);
12952 break;
12953
12954 case FENCE_FREE:
eb955eee
CW
12955 {
12956 struct intel_atomic_helper *helper =
12957 &to_i915(state->base.dev)->atomic_helper;
12958
12959 if (llist_add(&state->freed, &helper->free_list))
12960 schedule_work(&helper->free_work);
12961 break;
12962 }
c004a90b
CW
12963 }
12964
12965 return NOTIFY_DONE;
12966}
12967
6c9c1b38
DV
12968static void intel_atomic_track_fbs(struct drm_atomic_state *state)
12969{
aa5e9b47 12970 struct drm_plane_state *old_plane_state, *new_plane_state;
6c9c1b38 12971 struct drm_plane *plane;
6c9c1b38
DV
12972 int i;
12973
aa5e9b47 12974 for_each_oldnew_plane_in_state(state, plane, old_plane_state, new_plane_state, i)
faf5bf0a 12975 i915_gem_track_fb(intel_fb_obj(old_plane_state->fb),
aa5e9b47 12976 intel_fb_obj(new_plane_state->fb),
faf5bf0a 12977 to_intel_plane(plane)->frontbuffer_bit);
6c9c1b38
DV
12978}
12979
94f05024
DV
12980/**
12981 * intel_atomic_commit - commit validated state object
12982 * @dev: DRM device
12983 * @state: the top-level driver state object
12984 * @nonblock: nonblocking commit
12985 *
12986 * This function commits a top-level state object that has been validated
12987 * with drm_atomic_helper_check().
12988 *
94f05024
DV
12989 * RETURNS
12990 * Zero for success or -errno.
12991 */
12992static int intel_atomic_commit(struct drm_device *dev,
12993 struct drm_atomic_state *state,
12994 bool nonblock)
12995{
12996 struct intel_atomic_state *intel_state = to_intel_atomic_state(state);
fac5e23e 12997 struct drm_i915_private *dev_priv = to_i915(dev);
94f05024
DV
12998 int ret = 0;
12999
a5509abd
VS
13000 /*
13001 * The intel_legacy_cursor_update() fast path takes care
13002 * of avoiding the vblank waits for simple cursor
13003 * movement and flips. For cursor on/off and size changes,
13004 * we want to perform the vblank waits so that watermark
13005 * updates happen during the correct frames. Gen9+ have
13006 * double buffered watermarks and so shouldn't need this.
13007 */
13008 if (INTEL_GEN(dev_priv) < 9)
13009 state->legacy_cursor_update = false;
13010
94f05024
DV
13011 ret = drm_atomic_helper_setup_commit(state, nonblock);
13012 if (ret)
13013 return ret;
13014
c004a90b
CW
13015 drm_atomic_state_get(state);
13016 i915_sw_fence_init(&intel_state->commit_ready,
13017 intel_atomic_commit_ready);
94f05024 13018
d07f0e59 13019 ret = intel_atomic_prepare_commit(dev, state);
94f05024
DV
13020 if (ret) {
13021 DRM_DEBUG_ATOMIC("Preparing state failed with %i\n", ret);
c004a90b 13022 i915_sw_fence_commit(&intel_state->commit_ready);
94f05024
DV
13023 return ret;
13024 }
13025
13026 drm_atomic_helper_swap_state(state, true);
13027 dev_priv->wm.distrust_bios_wm = false;
3c0fb588 13028 intel_shared_dpll_swap_state(state);
6c9c1b38 13029 intel_atomic_track_fbs(state);
94f05024 13030
c3b32658
ML
13031 if (intel_state->modeset) {
13032 memcpy(dev_priv->min_pixclk, intel_state->min_pixclk,
13033 sizeof(intel_state->min_pixclk));
13034 dev_priv->active_crtcs = intel_state->active_crtcs;
bb0f4aab
VS
13035 dev_priv->cdclk.logical = intel_state->cdclk.logical;
13036 dev_priv->cdclk.actual = intel_state->cdclk.actual;
c3b32658
ML
13037 }
13038
0853695c 13039 drm_atomic_state_get(state);
c004a90b
CW
13040 INIT_WORK(&state->commit_work,
13041 nonblock ? intel_atomic_commit_work : NULL);
13042
13043 i915_sw_fence_commit(&intel_state->commit_ready);
13044 if (!nonblock) {
13045 i915_sw_fence_wait(&intel_state->commit_ready);
94f05024 13046 intel_atomic_commit_tail(state);
c004a90b 13047 }
75714940 13048
74c090b1 13049 return 0;
7f27126e
JB
13050}
13051
c0c36b94
CW
13052void intel_crtc_restore_mode(struct drm_crtc *crtc)
13053{
83a57153
ACO
13054 struct drm_device *dev = crtc->dev;
13055 struct drm_atomic_state *state;
e694eb02 13056 struct drm_crtc_state *crtc_state;
2bfb4627 13057 int ret;
83a57153
ACO
13058
13059 state = drm_atomic_state_alloc(dev);
13060 if (!state) {
78108b7c
VS
13061 DRM_DEBUG_KMS("[CRTC:%d:%s] crtc restore failed, out of memory",
13062 crtc->base.id, crtc->name);
83a57153
ACO
13063 return;
13064 }
13065
b260ac3e 13066 state->acquire_ctx = crtc->dev->mode_config.acquire_ctx;
83a57153 13067
e694eb02
ML
13068retry:
13069 crtc_state = drm_atomic_get_crtc_state(state, crtc);
13070 ret = PTR_ERR_OR_ZERO(crtc_state);
13071 if (!ret) {
13072 if (!crtc_state->active)
13073 goto out;
83a57153 13074
e694eb02 13075 crtc_state->mode_changed = true;
74c090b1 13076 ret = drm_atomic_commit(state);
83a57153
ACO
13077 }
13078
e694eb02
ML
13079 if (ret == -EDEADLK) {
13080 drm_atomic_state_clear(state);
13081 drm_modeset_backoff(state->acquire_ctx);
13082 goto retry;
4ed9fb37 13083 }
4be07317 13084
e694eb02 13085out:
0853695c 13086 drm_atomic_state_put(state);
c0c36b94
CW
13087}
13088
f6e5b160 13089static const struct drm_crtc_funcs intel_crtc_funcs = {
3fab2f09 13090 .gamma_set = drm_atomic_helper_legacy_gamma_set,
74c090b1 13091 .set_config = drm_atomic_helper_set_config,
82cf435b 13092 .set_property = drm_atomic_helper_crtc_set_property,
f6e5b160 13093 .destroy = intel_crtc_destroy,
4c01ded5 13094 .page_flip = drm_atomic_helper_page_flip,
1356837e
MR
13095 .atomic_duplicate_state = intel_crtc_duplicate_state,
13096 .atomic_destroy_state = intel_crtc_destroy_state,
8c6b709d 13097 .set_crc_source = intel_crtc_set_crc_source,
f6e5b160
CW
13098};
13099
6beb8c23
MR
13100/**
13101 * intel_prepare_plane_fb - Prepare fb for usage on plane
13102 * @plane: drm plane to prepare for
13103 * @fb: framebuffer to prepare for presentation
13104 *
13105 * Prepares a framebuffer for usage on a display plane. Generally this
13106 * involves pinning the underlying object and updating the frontbuffer tracking
13107 * bits. Some older platforms need special physical address handling for
13108 * cursor planes.
13109 *
f935675f
ML
13110 * Must be called with struct_mutex held.
13111 *
6beb8c23
MR
13112 * Returns 0 on success, negative error code on failure.
13113 */
13114int
13115intel_prepare_plane_fb(struct drm_plane *plane,
1832040d 13116 struct drm_plane_state *new_state)
465c120c 13117{
c004a90b
CW
13118 struct intel_atomic_state *intel_state =
13119 to_intel_atomic_state(new_state->state);
b7f05d4a 13120 struct drm_i915_private *dev_priv = to_i915(plane->dev);
844f9111 13121 struct drm_framebuffer *fb = new_state->fb;
6beb8c23 13122 struct drm_i915_gem_object *obj = intel_fb_obj(fb);
1ee49399 13123 struct drm_i915_gem_object *old_obj = intel_fb_obj(plane->state->fb);
c004a90b 13124 int ret;
465c120c 13125
57822dc6
CW
13126 if (obj) {
13127 if (plane->type == DRM_PLANE_TYPE_CURSOR &&
13128 INTEL_INFO(dev_priv)->cursor_needs_physical) {
13129 const int align = IS_I830(dev_priv) ? 16 * 1024 : 256;
13130
13131 ret = i915_gem_object_attach_phys(obj, align);
13132 if (ret) {
13133 DRM_DEBUG_KMS("failed to attach phys object\n");
13134 return ret;
13135 }
13136 } else {
13137 struct i915_vma *vma;
13138
13139 vma = intel_pin_and_fence_fb_obj(fb, new_state->rotation);
13140 if (IS_ERR(vma)) {
13141 DRM_DEBUG_KMS("failed to pin object\n");
13142 return PTR_ERR(vma);
13143 }
13144
13145 to_intel_plane_state(new_state)->vma = vma;
13146 }
13147 }
13148
1ee49399 13149 if (!obj && !old_obj)
465c120c
MR
13150 return 0;
13151
5008e874
ML
13152 if (old_obj) {
13153 struct drm_crtc_state *crtc_state =
c004a90b
CW
13154 drm_atomic_get_existing_crtc_state(new_state->state,
13155 plane->state->crtc);
5008e874
ML
13156
13157 /* Big Hammer, we also need to ensure that any pending
13158 * MI_WAIT_FOR_EVENT inside a user batch buffer on the
13159 * current scanout is retired before unpinning the old
13160 * framebuffer. Note that we rely on userspace rendering
13161 * into the buffer attached to the pipe they are waiting
13162 * on. If not, userspace generates a GPU hang with IPEHR
13163 * point to the MI_WAIT_FOR_EVENT.
13164 *
13165 * This should only fail upon a hung GPU, in which case we
13166 * can safely continue.
13167 */
c004a90b
CW
13168 if (needs_modeset(crtc_state)) {
13169 ret = i915_sw_fence_await_reservation(&intel_state->commit_ready,
13170 old_obj->resv, NULL,
13171 false, 0,
13172 GFP_KERNEL);
13173 if (ret < 0)
13174 return ret;
f4457ae7 13175 }
5008e874
ML
13176 }
13177
c004a90b
CW
13178 if (new_state->fence) { /* explicit fencing */
13179 ret = i915_sw_fence_await_dma_fence(&intel_state->commit_ready,
13180 new_state->fence,
13181 I915_FENCE_TIMEOUT,
13182 GFP_KERNEL);
13183 if (ret < 0)
13184 return ret;
13185 }
13186
c37efb99
CW
13187 if (!obj)
13188 return 0;
13189
c004a90b
CW
13190 if (!new_state->fence) { /* implicit fencing */
13191 ret = i915_sw_fence_await_reservation(&intel_state->commit_ready,
13192 obj->resv, NULL,
13193 false, I915_FENCE_TIMEOUT,
13194 GFP_KERNEL);
13195 if (ret < 0)
13196 return ret;
6b5e90f5
CW
13197
13198 i915_gem_object_wait_priority(obj, 0, I915_PRIORITY_DISPLAY);
c004a90b 13199 }
5a21b665 13200
d07f0e59 13201 return 0;
6beb8c23
MR
13202}
13203
38f3ce3a
MR
13204/**
13205 * intel_cleanup_plane_fb - Cleans up an fb after plane use
13206 * @plane: drm plane to clean up for
13207 * @fb: old framebuffer that was on plane
13208 *
13209 * Cleans up a framebuffer that has just been removed from a plane.
f935675f
ML
13210 *
13211 * Must be called with struct_mutex held.
38f3ce3a
MR
13212 */
13213void
13214intel_cleanup_plane_fb(struct drm_plane *plane,
1832040d 13215 struct drm_plane_state *old_state)
38f3ce3a 13216{
be1e3415 13217 struct i915_vma *vma;
38f3ce3a 13218
be1e3415
CW
13219 /* Should only be called after a successful intel_prepare_plane_fb()! */
13220 vma = fetch_and_zero(&to_intel_plane_state(old_state)->vma);
13221 if (vma)
13222 intel_unpin_fb_vma(vma);
465c120c
MR
13223}
13224
6156a456
CK
13225int
13226skl_max_scale(struct intel_crtc *intel_crtc, struct intel_crtc_state *crtc_state)
13227{
5b7280f0 13228 struct drm_i915_private *dev_priv;
6156a456 13229 int max_scale;
5b7280f0 13230 int crtc_clock, max_dotclk;
6156a456 13231
bf8a0af0 13232 if (!intel_crtc || !crtc_state->base.enable)
6156a456
CK
13233 return DRM_PLANE_HELPER_NO_SCALING;
13234
5b7280f0
ACO
13235 dev_priv = to_i915(intel_crtc->base.dev);
13236
6156a456 13237 crtc_clock = crtc_state->base.adjusted_mode.crtc_clock;
5b7280f0
ACO
13238 max_dotclk = to_intel_atomic_state(crtc_state->base.state)->cdclk.logical.cdclk;
13239
13240 if (IS_GEMINILAKE(dev_priv))
13241 max_dotclk *= 2;
6156a456 13242
5b7280f0 13243 if (WARN_ON_ONCE(!crtc_clock || max_dotclk < crtc_clock))
6156a456
CK
13244 return DRM_PLANE_HELPER_NO_SCALING;
13245
13246 /*
13247 * skl max scale is lower of:
13248 * close to 3 but not 3, -1 is for that purpose
13249 * or
13250 * cdclk/crtc_clock
13251 */
5b7280f0
ACO
13252 max_scale = min((1 << 16) * 3 - 1,
13253 (1 << 8) * ((max_dotclk << 8) / crtc_clock));
6156a456
CK
13254
13255 return max_scale;
13256}
13257
465c120c 13258static int
3c692a41 13259intel_check_primary_plane(struct drm_plane *plane,
061e4b8d 13260 struct intel_crtc_state *crtc_state,
3c692a41
GP
13261 struct intel_plane_state *state)
13262{
b63a16f6 13263 struct drm_i915_private *dev_priv = to_i915(plane->dev);
2b875c22 13264 struct drm_crtc *crtc = state->base.crtc;
6156a456 13265 int min_scale = DRM_PLANE_HELPER_NO_SCALING;
061e4b8d
ML
13266 int max_scale = DRM_PLANE_HELPER_NO_SCALING;
13267 bool can_position = false;
b63a16f6 13268 int ret;
465c120c 13269
b63a16f6 13270 if (INTEL_GEN(dev_priv) >= 9) {
693bdc28
VS
13271 /* use scaler when colorkey is not required */
13272 if (state->ckey.flags == I915_SET_COLORKEY_NONE) {
13273 min_scale = 1;
13274 max_scale = skl_max_scale(to_intel_crtc(crtc), crtc_state);
13275 }
d8106366 13276 can_position = true;
6156a456 13277 }
d8106366 13278
cc926387
DV
13279 ret = drm_plane_helper_check_state(&state->base,
13280 &state->clip,
13281 min_scale, max_scale,
13282 can_position, true);
b63a16f6
VS
13283 if (ret)
13284 return ret;
13285
cc926387 13286 if (!state->base.fb)
b63a16f6
VS
13287 return 0;
13288
13289 if (INTEL_GEN(dev_priv) >= 9) {
13290 ret = skl_check_plane_surface(state);
13291 if (ret)
13292 return ret;
13293 }
13294
13295 return 0;
14af293f
GP
13296}
13297
5a21b665
DV
13298static void intel_begin_crtc_commit(struct drm_crtc *crtc,
13299 struct drm_crtc_state *old_crtc_state)
13300{
13301 struct drm_device *dev = crtc->dev;
62e0fb88 13302 struct drm_i915_private *dev_priv = to_i915(dev);
5a21b665 13303 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
b707aa50
L
13304 struct intel_crtc_state *intel_cstate =
13305 to_intel_crtc_state(crtc->state);
ccf010fb 13306 struct intel_crtc_state *old_intel_cstate =
5a21b665 13307 to_intel_crtc_state(old_crtc_state);
ccf010fb
ML
13308 struct intel_atomic_state *old_intel_state =
13309 to_intel_atomic_state(old_crtc_state->state);
5a21b665
DV
13310 bool modeset = needs_modeset(crtc->state);
13311
567f0792
ML
13312 if (!modeset &&
13313 (intel_cstate->base.color_mgmt_changed ||
13314 intel_cstate->update_pipe)) {
13315 intel_color_set_csc(crtc->state);
13316 intel_color_load_luts(crtc->state);
13317 }
13318
5a21b665
DV
13319 /* Perform vblank evasion around commit operation */
13320 intel_pipe_update_start(intel_crtc);
13321
13322 if (modeset)
e62929b3 13323 goto out;
5a21b665 13324
ccf010fb
ML
13325 if (intel_cstate->update_pipe)
13326 intel_update_pipe_config(intel_crtc, old_intel_cstate);
13327 else if (INTEL_GEN(dev_priv) >= 9)
5a21b665 13328 skl_detach_scalers(intel_crtc);
62e0fb88 13329
e62929b3 13330out:
ccf010fb
ML
13331 if (dev_priv->display.atomic_update_watermarks)
13332 dev_priv->display.atomic_update_watermarks(old_intel_state,
13333 intel_cstate);
5a21b665
DV
13334}
13335
13336static void intel_finish_crtc_commit(struct drm_crtc *crtc,
13337 struct drm_crtc_state *old_crtc_state)
13338{
13339 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
13340
13341 intel_pipe_update_end(intel_crtc, NULL);
13342}
13343
cf4c7c12 13344/**
4a3b8769
MR
13345 * intel_plane_destroy - destroy a plane
13346 * @plane: plane to destroy
cf4c7c12 13347 *
4a3b8769
MR
13348 * Common destruction function for all types of planes (primary, cursor,
13349 * sprite).
cf4c7c12 13350 */
4a3b8769 13351void intel_plane_destroy(struct drm_plane *plane)
465c120c 13352{
465c120c 13353 drm_plane_cleanup(plane);
69ae561f 13354 kfree(to_intel_plane(plane));
465c120c
MR
13355}
13356
65a3fea0 13357const struct drm_plane_funcs intel_plane_funcs = {
70a101f8
MR
13358 .update_plane = drm_atomic_helper_update_plane,
13359 .disable_plane = drm_atomic_helper_disable_plane,
3d7d6510 13360 .destroy = intel_plane_destroy,
c196e1d6 13361 .set_property = drm_atomic_helper_plane_set_property,
a98b3431
MR
13362 .atomic_get_property = intel_plane_atomic_get_property,
13363 .atomic_set_property = intel_plane_atomic_set_property,
ea2c67bb
MR
13364 .atomic_duplicate_state = intel_plane_duplicate_state,
13365 .atomic_destroy_state = intel_plane_destroy_state,
465c120c
MR
13366};
13367
f79f2692
ML
13368static int
13369intel_legacy_cursor_update(struct drm_plane *plane,
13370 struct drm_crtc *crtc,
13371 struct drm_framebuffer *fb,
13372 int crtc_x, int crtc_y,
13373 unsigned int crtc_w, unsigned int crtc_h,
13374 uint32_t src_x, uint32_t src_y,
34a2ab5e
DV
13375 uint32_t src_w, uint32_t src_h,
13376 struct drm_modeset_acquire_ctx *ctx)
f79f2692
ML
13377{
13378 struct drm_i915_private *dev_priv = to_i915(crtc->dev);
13379 int ret;
13380 struct drm_plane_state *old_plane_state, *new_plane_state;
13381 struct intel_plane *intel_plane = to_intel_plane(plane);
13382 struct drm_framebuffer *old_fb;
13383 struct drm_crtc_state *crtc_state = crtc->state;
be1e3415 13384 struct i915_vma *old_vma;
f79f2692
ML
13385
13386 /*
13387 * When crtc is inactive or there is a modeset pending,
13388 * wait for it to complete in the slowpath
13389 */
13390 if (!crtc_state->active || needs_modeset(crtc_state) ||
13391 to_intel_crtc_state(crtc_state)->update_pipe)
13392 goto slow;
13393
13394 old_plane_state = plane->state;
13395
13396 /*
13397 * If any parameters change that may affect watermarks,
13398 * take the slowpath. Only changing fb or position should be
13399 * in the fastpath.
13400 */
13401 if (old_plane_state->crtc != crtc ||
13402 old_plane_state->src_w != src_w ||
13403 old_plane_state->src_h != src_h ||
13404 old_plane_state->crtc_w != crtc_w ||
13405 old_plane_state->crtc_h != crtc_h ||
a5509abd 13406 !old_plane_state->fb != !fb)
f79f2692
ML
13407 goto slow;
13408
13409 new_plane_state = intel_plane_duplicate_state(plane);
13410 if (!new_plane_state)
13411 return -ENOMEM;
13412
13413 drm_atomic_set_fb_for_plane(new_plane_state, fb);
13414
13415 new_plane_state->src_x = src_x;
13416 new_plane_state->src_y = src_y;
13417 new_plane_state->src_w = src_w;
13418 new_plane_state->src_h = src_h;
13419 new_plane_state->crtc_x = crtc_x;
13420 new_plane_state->crtc_y = crtc_y;
13421 new_plane_state->crtc_w = crtc_w;
13422 new_plane_state->crtc_h = crtc_h;
13423
13424 ret = intel_plane_atomic_check_with_state(to_intel_crtc_state(crtc->state),
13425 to_intel_plane_state(new_plane_state));
13426 if (ret)
13427 goto out_free;
13428
f79f2692
ML
13429 ret = mutex_lock_interruptible(&dev_priv->drm.struct_mutex);
13430 if (ret)
13431 goto out_free;
13432
13433 if (INTEL_INFO(dev_priv)->cursor_needs_physical) {
13434 int align = IS_I830(dev_priv) ? 16 * 1024 : 256;
13435
13436 ret = i915_gem_object_attach_phys(intel_fb_obj(fb), align);
13437 if (ret) {
13438 DRM_DEBUG_KMS("failed to attach phys object\n");
13439 goto out_unlock;
13440 }
13441 } else {
13442 struct i915_vma *vma;
13443
13444 vma = intel_pin_and_fence_fb_obj(fb, new_plane_state->rotation);
13445 if (IS_ERR(vma)) {
13446 DRM_DEBUG_KMS("failed to pin object\n");
13447
13448 ret = PTR_ERR(vma);
13449 goto out_unlock;
13450 }
be1e3415
CW
13451
13452 to_intel_plane_state(new_plane_state)->vma = vma;
f79f2692
ML
13453 }
13454
13455 old_fb = old_plane_state->fb;
be1e3415 13456 old_vma = to_intel_plane_state(old_plane_state)->vma;
f79f2692
ML
13457
13458 i915_gem_track_fb(intel_fb_obj(old_fb), intel_fb_obj(fb),
13459 intel_plane->frontbuffer_bit);
13460
13461 /* Swap plane state */
13462 new_plane_state->fence = old_plane_state->fence;
13463 *to_intel_plane_state(old_plane_state) = *to_intel_plane_state(new_plane_state);
13464 new_plane_state->fence = NULL;
13465 new_plane_state->fb = old_fb;
be1e3415 13466 to_intel_plane_state(new_plane_state)->vma = old_vma;
f79f2692 13467
72259536
VS
13468 if (plane->state->visible) {
13469 trace_intel_update_plane(plane, to_intel_crtc(crtc));
a5509abd
VS
13470 intel_plane->update_plane(plane,
13471 to_intel_crtc_state(crtc->state),
13472 to_intel_plane_state(plane->state));
72259536
VS
13473 } else {
13474 trace_intel_disable_plane(plane, to_intel_crtc(crtc));
a5509abd 13475 intel_plane->disable_plane(plane, crtc);
72259536 13476 }
f79f2692
ML
13477
13478 intel_cleanup_plane_fb(plane, new_plane_state);
13479
13480out_unlock:
13481 mutex_unlock(&dev_priv->drm.struct_mutex);
13482out_free:
13483 intel_plane_destroy_state(plane, new_plane_state);
13484 return ret;
13485
f79f2692
ML
13486slow:
13487 return drm_atomic_helper_update_plane(plane, crtc, fb,
13488 crtc_x, crtc_y, crtc_w, crtc_h,
34a2ab5e 13489 src_x, src_y, src_w, src_h, ctx);
f79f2692
ML
13490}
13491
13492static const struct drm_plane_funcs intel_cursor_plane_funcs = {
13493 .update_plane = intel_legacy_cursor_update,
13494 .disable_plane = drm_atomic_helper_disable_plane,
13495 .destroy = intel_plane_destroy,
13496 .set_property = drm_atomic_helper_plane_set_property,
13497 .atomic_get_property = intel_plane_atomic_get_property,
13498 .atomic_set_property = intel_plane_atomic_set_property,
13499 .atomic_duplicate_state = intel_plane_duplicate_state,
13500 .atomic_destroy_state = intel_plane_destroy_state,
13501};
13502
b079bd17 13503static struct intel_plane *
580503c7 13504intel_primary_plane_create(struct drm_i915_private *dev_priv, enum pipe pipe)
465c120c 13505{
fca0ce2a
VS
13506 struct intel_plane *primary = NULL;
13507 struct intel_plane_state *state = NULL;
465c120c 13508 const uint32_t *intel_primary_formats;
93ca7e00 13509 unsigned int supported_rotations;
45e3743a 13510 unsigned int num_formats;
fca0ce2a 13511 int ret;
465c120c
MR
13512
13513 primary = kzalloc(sizeof(*primary), GFP_KERNEL);
b079bd17
VS
13514 if (!primary) {
13515 ret = -ENOMEM;
fca0ce2a 13516 goto fail;
b079bd17 13517 }
465c120c 13518
8e7d688b 13519 state = intel_create_plane_state(&primary->base);
b079bd17
VS
13520 if (!state) {
13521 ret = -ENOMEM;
fca0ce2a 13522 goto fail;
b079bd17
VS
13523 }
13524
8e7d688b 13525 primary->base.state = &state->base;
ea2c67bb 13526
465c120c
MR
13527 primary->can_scale = false;
13528 primary->max_downscale = 1;
580503c7 13529 if (INTEL_GEN(dev_priv) >= 9) {
6156a456 13530 primary->can_scale = true;
af99ceda 13531 state->scaler_id = -1;
6156a456 13532 }
465c120c 13533 primary->pipe = pipe;
e3c566df
VS
13534 /*
13535 * On gen2/3 only plane A can do FBC, but the panel fitter and LVDS
13536 * port is hooked to pipe B. Hence we want plane A feeding pipe B.
13537 */
13538 if (HAS_FBC(dev_priv) && INTEL_GEN(dev_priv) < 4)
13539 primary->plane = (enum plane) !pipe;
13540 else
13541 primary->plane = (enum plane) pipe;
b14e5848 13542 primary->id = PLANE_PRIMARY;
a9ff8714 13543 primary->frontbuffer_bit = INTEL_FRONTBUFFER_PRIMARY(pipe);
c59cb179 13544 primary->check_plane = intel_check_primary_plane;
465c120c 13545
580503c7 13546 if (INTEL_GEN(dev_priv) >= 9) {
6c0fd451
DL
13547 intel_primary_formats = skl_primary_formats;
13548 num_formats = ARRAY_SIZE(skl_primary_formats);
a8d201af
ML
13549
13550 primary->update_plane = skylake_update_primary_plane;
13551 primary->disable_plane = skylake_disable_primary_plane;
6e266956 13552 } else if (HAS_PCH_SPLIT(dev_priv)) {
a8d201af
ML
13553 intel_primary_formats = i965_primary_formats;
13554 num_formats = ARRAY_SIZE(i965_primary_formats);
13555
13556 primary->update_plane = ironlake_update_primary_plane;
13557 primary->disable_plane = i9xx_disable_primary_plane;
580503c7 13558 } else if (INTEL_GEN(dev_priv) >= 4) {
568db4f2
DL
13559 intel_primary_formats = i965_primary_formats;
13560 num_formats = ARRAY_SIZE(i965_primary_formats);
a8d201af
ML
13561
13562 primary->update_plane = i9xx_update_primary_plane;
13563 primary->disable_plane = i9xx_disable_primary_plane;
6c0fd451
DL
13564 } else {
13565 intel_primary_formats = i8xx_primary_formats;
13566 num_formats = ARRAY_SIZE(i8xx_primary_formats);
a8d201af
ML
13567
13568 primary->update_plane = i9xx_update_primary_plane;
13569 primary->disable_plane = i9xx_disable_primary_plane;
465c120c
MR
13570 }
13571
580503c7
VS
13572 if (INTEL_GEN(dev_priv) >= 9)
13573 ret = drm_universal_plane_init(&dev_priv->drm, &primary->base,
13574 0, &intel_plane_funcs,
38573dc1
VS
13575 intel_primary_formats, num_formats,
13576 DRM_PLANE_TYPE_PRIMARY,
13577 "plane 1%c", pipe_name(pipe));
9beb5fea 13578 else if (INTEL_GEN(dev_priv) >= 5 || IS_G4X(dev_priv))
580503c7
VS
13579 ret = drm_universal_plane_init(&dev_priv->drm, &primary->base,
13580 0, &intel_plane_funcs,
38573dc1
VS
13581 intel_primary_formats, num_formats,
13582 DRM_PLANE_TYPE_PRIMARY,
13583 "primary %c", pipe_name(pipe));
13584 else
580503c7
VS
13585 ret = drm_universal_plane_init(&dev_priv->drm, &primary->base,
13586 0, &intel_plane_funcs,
38573dc1
VS
13587 intel_primary_formats, num_formats,
13588 DRM_PLANE_TYPE_PRIMARY,
13589 "plane %c", plane_name(primary->plane));
fca0ce2a
VS
13590 if (ret)
13591 goto fail;
48404c1e 13592
5481e27f 13593 if (INTEL_GEN(dev_priv) >= 9) {
93ca7e00
VS
13594 supported_rotations =
13595 DRM_ROTATE_0 | DRM_ROTATE_90 |
13596 DRM_ROTATE_180 | DRM_ROTATE_270;
4ea7be2b
VS
13597 } else if (IS_CHERRYVIEW(dev_priv) && pipe == PIPE_B) {
13598 supported_rotations =
13599 DRM_ROTATE_0 | DRM_ROTATE_180 |
13600 DRM_REFLECT_X;
5481e27f 13601 } else if (INTEL_GEN(dev_priv) >= 4) {
93ca7e00
VS
13602 supported_rotations =
13603 DRM_ROTATE_0 | DRM_ROTATE_180;
13604 } else {
13605 supported_rotations = DRM_ROTATE_0;
13606 }
13607
5481e27f 13608 if (INTEL_GEN(dev_priv) >= 4)
93ca7e00
VS
13609 drm_plane_create_rotation_property(&primary->base,
13610 DRM_ROTATE_0,
13611 supported_rotations);
48404c1e 13612
ea2c67bb
MR
13613 drm_plane_helper_add(&primary->base, &intel_plane_helper_funcs);
13614
b079bd17 13615 return primary;
fca0ce2a
VS
13616
13617fail:
13618 kfree(state);
13619 kfree(primary);
13620
b079bd17 13621 return ERR_PTR(ret);
465c120c
MR
13622}
13623
3d7d6510 13624static int
852e787c 13625intel_check_cursor_plane(struct drm_plane *plane,
061e4b8d 13626 struct intel_crtc_state *crtc_state,
852e787c 13627 struct intel_plane_state *state)
3d7d6510 13628{
2b875c22 13629 struct drm_framebuffer *fb = state->base.fb;
757f9a3e 13630 struct drm_i915_gem_object *obj = intel_fb_obj(fb);
b29ec92c 13631 enum pipe pipe = to_intel_plane(plane)->pipe;
757f9a3e
GP
13632 unsigned stride;
13633 int ret;
3d7d6510 13634
f8856a44
VS
13635 ret = drm_plane_helper_check_state(&state->base,
13636 &state->clip,
13637 DRM_PLANE_HELPER_NO_SCALING,
13638 DRM_PLANE_HELPER_NO_SCALING,
13639 true, true);
757f9a3e
GP
13640 if (ret)
13641 return ret;
13642
757f9a3e
GP
13643 /* if we want to turn off the cursor ignore width and height */
13644 if (!obj)
da20eabd 13645 return 0;
757f9a3e 13646
757f9a3e 13647 /* Check for which cursor types we support */
50a0bc90
TU
13648 if (!cursor_size_ok(to_i915(plane->dev), state->base.crtc_w,
13649 state->base.crtc_h)) {
ea2c67bb
MR
13650 DRM_DEBUG("Cursor dimension %dx%d not supported\n",
13651 state->base.crtc_w, state->base.crtc_h);
757f9a3e
GP
13652 return -EINVAL;
13653 }
13654
ea2c67bb
MR
13655 stride = roundup_pow_of_two(state->base.crtc_w) * 4;
13656 if (obj->base.size < stride * state->base.crtc_h) {
757f9a3e
GP
13657 DRM_DEBUG_KMS("buffer is too small\n");
13658 return -ENOMEM;
13659 }
13660
bae781b2 13661 if (fb->modifier != DRM_FORMAT_MOD_NONE) {
757f9a3e 13662 DRM_DEBUG_KMS("cursor cannot be tiled\n");
da20eabd 13663 return -EINVAL;
32b7eeec
MR
13664 }
13665
b29ec92c
VS
13666 /*
13667 * There's something wrong with the cursor on CHV pipe C.
13668 * If it straddles the left edge of the screen then
13669 * moving it away from the edge or disabling it often
13670 * results in a pipe underrun, and often that can lead to
13671 * dead pipe (constant underrun reported, and it scans
13672 * out just a solid color). To recover from that, the
13673 * display power well must be turned off and on again.
13674 * Refuse the put the cursor into that compromised position.
13675 */
920a14b2 13676 if (IS_CHERRYVIEW(to_i915(plane->dev)) && pipe == PIPE_C &&
936e71e3 13677 state->base.visible && state->base.crtc_x < 0) {
b29ec92c
VS
13678 DRM_DEBUG_KMS("CHV cursor C not allowed to straddle the left screen edge\n");
13679 return -EINVAL;
13680 }
13681
da20eabd 13682 return 0;
852e787c 13683}
3d7d6510 13684
a8ad0d8e
ML
13685static void
13686intel_disable_cursor_plane(struct drm_plane *plane,
7fabf5ef 13687 struct drm_crtc *crtc)
a8ad0d8e 13688{
f2858021
ML
13689 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
13690
13691 intel_crtc->cursor_addr = 0;
55a08b3f 13692 intel_crtc_update_cursor(crtc, NULL);
a8ad0d8e
ML
13693}
13694
f4a2cf29 13695static void
55a08b3f
ML
13696intel_update_cursor_plane(struct drm_plane *plane,
13697 const struct intel_crtc_state *crtc_state,
13698 const struct intel_plane_state *state)
852e787c 13699{
55a08b3f
ML
13700 struct drm_crtc *crtc = crtc_state->base.crtc;
13701 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
b7f05d4a 13702 struct drm_i915_private *dev_priv = to_i915(plane->dev);
2b875c22 13703 struct drm_i915_gem_object *obj = intel_fb_obj(state->base.fb);
a912f12f 13704 uint32_t addr;
852e787c 13705
f4a2cf29 13706 if (!obj)
a912f12f 13707 addr = 0;
b7f05d4a 13708 else if (!INTEL_INFO(dev_priv)->cursor_needs_physical)
be1e3415 13709 addr = intel_plane_ggtt_offset(state);
f4a2cf29 13710 else
a912f12f 13711 addr = obj->phys_handle->busaddr;
852e787c 13712
a912f12f 13713 intel_crtc->cursor_addr = addr;
55a08b3f 13714 intel_crtc_update_cursor(crtc, state);
852e787c
GP
13715}
13716
b079bd17 13717static struct intel_plane *
580503c7 13718intel_cursor_plane_create(struct drm_i915_private *dev_priv, enum pipe pipe)
3d7d6510 13719{
fca0ce2a
VS
13720 struct intel_plane *cursor = NULL;
13721 struct intel_plane_state *state = NULL;
13722 int ret;
3d7d6510
MR
13723
13724 cursor = kzalloc(sizeof(*cursor), GFP_KERNEL);
b079bd17
VS
13725 if (!cursor) {
13726 ret = -ENOMEM;
fca0ce2a 13727 goto fail;
b079bd17 13728 }
3d7d6510 13729
8e7d688b 13730 state = intel_create_plane_state(&cursor->base);
b079bd17
VS
13731 if (!state) {
13732 ret = -ENOMEM;
fca0ce2a 13733 goto fail;
b079bd17
VS
13734 }
13735
8e7d688b 13736 cursor->base.state = &state->base;
ea2c67bb 13737
3d7d6510
MR
13738 cursor->can_scale = false;
13739 cursor->max_downscale = 1;
13740 cursor->pipe = pipe;
13741 cursor->plane = pipe;
b14e5848 13742 cursor->id = PLANE_CURSOR;
a9ff8714 13743 cursor->frontbuffer_bit = INTEL_FRONTBUFFER_CURSOR(pipe);
c59cb179 13744 cursor->check_plane = intel_check_cursor_plane;
55a08b3f 13745 cursor->update_plane = intel_update_cursor_plane;
a8ad0d8e 13746 cursor->disable_plane = intel_disable_cursor_plane;
3d7d6510 13747
580503c7 13748 ret = drm_universal_plane_init(&dev_priv->drm, &cursor->base,
f79f2692 13749 0, &intel_cursor_plane_funcs,
fca0ce2a
VS
13750 intel_cursor_formats,
13751 ARRAY_SIZE(intel_cursor_formats),
38573dc1
VS
13752 DRM_PLANE_TYPE_CURSOR,
13753 "cursor %c", pipe_name(pipe));
fca0ce2a
VS
13754 if (ret)
13755 goto fail;
4398ad45 13756
5481e27f 13757 if (INTEL_GEN(dev_priv) >= 4)
93ca7e00
VS
13758 drm_plane_create_rotation_property(&cursor->base,
13759 DRM_ROTATE_0,
13760 DRM_ROTATE_0 |
13761 DRM_ROTATE_180);
4398ad45 13762
580503c7 13763 if (INTEL_GEN(dev_priv) >= 9)
af99ceda
CK
13764 state->scaler_id = -1;
13765
ea2c67bb
MR
13766 drm_plane_helper_add(&cursor->base, &intel_plane_helper_funcs);
13767
b079bd17 13768 return cursor;
fca0ce2a
VS
13769
13770fail:
13771 kfree(state);
13772 kfree(cursor);
13773
b079bd17 13774 return ERR_PTR(ret);
3d7d6510
MR
13775}
13776
1c74eeaf
NM
13777static void intel_crtc_init_scalers(struct intel_crtc *crtc,
13778 struct intel_crtc_state *crtc_state)
549e2bfb 13779{
65edccce
VS
13780 struct intel_crtc_scaler_state *scaler_state =
13781 &crtc_state->scaler_state;
1c74eeaf 13782 struct drm_i915_private *dev_priv = to_i915(crtc->base.dev);
549e2bfb 13783 int i;
549e2bfb 13784
1c74eeaf
NM
13785 crtc->num_scalers = dev_priv->info.num_scalers[crtc->pipe];
13786 if (!crtc->num_scalers)
13787 return;
13788
65edccce
VS
13789 for (i = 0; i < crtc->num_scalers; i++) {
13790 struct intel_scaler *scaler = &scaler_state->scalers[i];
13791
13792 scaler->in_use = 0;
13793 scaler->mode = PS_SCALER_MODE_DYN;
549e2bfb
CK
13794 }
13795
13796 scaler_state->scaler_id = -1;
13797}
13798
5ab0d85b 13799static int intel_crtc_init(struct drm_i915_private *dev_priv, enum pipe pipe)
79e53945
JB
13800{
13801 struct intel_crtc *intel_crtc;
f5de6e07 13802 struct intel_crtc_state *crtc_state = NULL;
b079bd17
VS
13803 struct intel_plane *primary = NULL;
13804 struct intel_plane *cursor = NULL;
a81d6fa0 13805 int sprite, ret;
79e53945 13806
955382f3 13807 intel_crtc = kzalloc(sizeof(*intel_crtc), GFP_KERNEL);
b079bd17
VS
13808 if (!intel_crtc)
13809 return -ENOMEM;
79e53945 13810
f5de6e07 13811 crtc_state = kzalloc(sizeof(*crtc_state), GFP_KERNEL);
b079bd17
VS
13812 if (!crtc_state) {
13813 ret = -ENOMEM;
f5de6e07 13814 goto fail;
b079bd17 13815 }
550acefd
ACO
13816 intel_crtc->config = crtc_state;
13817 intel_crtc->base.state = &crtc_state->base;
07878248 13818 crtc_state->base.crtc = &intel_crtc->base;
f5de6e07 13819
580503c7 13820 primary = intel_primary_plane_create(dev_priv, pipe);
b079bd17
VS
13821 if (IS_ERR(primary)) {
13822 ret = PTR_ERR(primary);
3d7d6510 13823 goto fail;
b079bd17 13824 }
d97d7b48 13825 intel_crtc->plane_ids_mask |= BIT(primary->id);
3d7d6510 13826
a81d6fa0 13827 for_each_sprite(dev_priv, pipe, sprite) {
b079bd17
VS
13828 struct intel_plane *plane;
13829
580503c7 13830 plane = intel_sprite_plane_create(dev_priv, pipe, sprite);
d2b2cbce 13831 if (IS_ERR(plane)) {
b079bd17
VS
13832 ret = PTR_ERR(plane);
13833 goto fail;
13834 }
d97d7b48 13835 intel_crtc->plane_ids_mask |= BIT(plane->id);
a81d6fa0
VS
13836 }
13837
580503c7 13838 cursor = intel_cursor_plane_create(dev_priv, pipe);
d2b2cbce 13839 if (IS_ERR(cursor)) {
b079bd17 13840 ret = PTR_ERR(cursor);
3d7d6510 13841 goto fail;
b079bd17 13842 }
d97d7b48 13843 intel_crtc->plane_ids_mask |= BIT(cursor->id);
3d7d6510 13844
5ab0d85b 13845 ret = drm_crtc_init_with_planes(&dev_priv->drm, &intel_crtc->base,
b079bd17
VS
13846 &primary->base, &cursor->base,
13847 &intel_crtc_funcs,
4d5d72b7 13848 "pipe %c", pipe_name(pipe));
3d7d6510
MR
13849 if (ret)
13850 goto fail;
79e53945 13851
80824003 13852 intel_crtc->pipe = pipe;
e3c566df 13853 intel_crtc->plane = primary->plane;
80824003 13854
4b0e333e
CW
13855 intel_crtc->cursor_base = ~0;
13856 intel_crtc->cursor_cntl = ~0;
dc41c154 13857 intel_crtc->cursor_size = ~0;
8d7849db 13858
1c74eeaf
NM
13859 /* initialize shared scalers */
13860 intel_crtc_init_scalers(intel_crtc, crtc_state);
13861
22fd0fab
JB
13862 BUG_ON(pipe >= ARRAY_SIZE(dev_priv->plane_to_crtc_mapping) ||
13863 dev_priv->plane_to_crtc_mapping[intel_crtc->plane] != NULL);
e2af48c6
VS
13864 dev_priv->plane_to_crtc_mapping[intel_crtc->plane] = intel_crtc;
13865 dev_priv->pipe_to_crtc_mapping[intel_crtc->pipe] = intel_crtc;
22fd0fab 13866
79e53945 13867 drm_crtc_helper_add(&intel_crtc->base, &intel_helper_funcs);
87b6b101 13868
8563b1e8
LL
13869 intel_color_init(&intel_crtc->base);
13870
87b6b101 13871 WARN_ON(drm_crtc_index(&intel_crtc->base) != intel_crtc->pipe);
b079bd17
VS
13872
13873 return 0;
3d7d6510
MR
13874
13875fail:
b079bd17
VS
13876 /*
13877 * drm_mode_config_cleanup() will free up any
13878 * crtcs/planes already initialized.
13879 */
f5de6e07 13880 kfree(crtc_state);
3d7d6510 13881 kfree(intel_crtc);
b079bd17
VS
13882
13883 return ret;
79e53945
JB
13884}
13885
752aa88a
JB
13886enum pipe intel_get_pipe_from_connector(struct intel_connector *connector)
13887{
6e9f798d 13888 struct drm_device *dev = connector->base.dev;
752aa88a 13889
51fd371b 13890 WARN_ON(!drm_modeset_is_locked(&dev->mode_config.connection_mutex));
752aa88a 13891
51ec53da 13892 if (!connector->base.state->crtc)
752aa88a
JB
13893 return INVALID_PIPE;
13894
51ec53da 13895 return to_intel_crtc(connector->base.state->crtc)->pipe;
752aa88a
JB
13896}
13897
08d7b3d1 13898int intel_get_pipe_from_crtc_id(struct drm_device *dev, void *data,
05394f39 13899 struct drm_file *file)
08d7b3d1 13900{
08d7b3d1 13901 struct drm_i915_get_pipe_from_crtc_id *pipe_from_crtc_id = data;
7707e653 13902 struct drm_crtc *drmmode_crtc;
c05422d5 13903 struct intel_crtc *crtc;
08d7b3d1 13904
7707e653 13905 drmmode_crtc = drm_crtc_find(dev, pipe_from_crtc_id->crtc_id);
71240ed2 13906 if (!drmmode_crtc)
3f2c2057 13907 return -ENOENT;
08d7b3d1 13908
7707e653 13909 crtc = to_intel_crtc(drmmode_crtc);
c05422d5 13910 pipe_from_crtc_id->pipe = crtc->pipe;
08d7b3d1 13911
c05422d5 13912 return 0;
08d7b3d1
CW
13913}
13914
66a9278e 13915static int intel_encoder_clones(struct intel_encoder *encoder)
79e53945 13916{
66a9278e
DV
13917 struct drm_device *dev = encoder->base.dev;
13918 struct intel_encoder *source_encoder;
79e53945 13919 int index_mask = 0;
79e53945
JB
13920 int entry = 0;
13921
b2784e15 13922 for_each_intel_encoder(dev, source_encoder) {
bc079e8b 13923 if (encoders_cloneable(encoder, source_encoder))
66a9278e
DV
13924 index_mask |= (1 << entry);
13925
79e53945
JB
13926 entry++;
13927 }
4ef69c7a 13928
79e53945
JB
13929 return index_mask;
13930}
13931
646d5772 13932static bool has_edp_a(struct drm_i915_private *dev_priv)
4d302442 13933{
646d5772 13934 if (!IS_MOBILE(dev_priv))
4d302442
CW
13935 return false;
13936
13937 if ((I915_READ(DP_A) & DP_DETECTED) == 0)
13938 return false;
13939
5db94019 13940 if (IS_GEN5(dev_priv) && (I915_READ(FUSE_STRAP) & ILK_eDP_A_DISABLE))
4d302442
CW
13941 return false;
13942
13943 return true;
13944}
13945
6315b5d3 13946static bool intel_crt_present(struct drm_i915_private *dev_priv)
84b4e042 13947{
6315b5d3 13948 if (INTEL_GEN(dev_priv) >= 9)
884497ed
DL
13949 return false;
13950
50a0bc90 13951 if (IS_HSW_ULT(dev_priv) || IS_BDW_ULT(dev_priv))
84b4e042
JB
13952 return false;
13953
920a14b2 13954 if (IS_CHERRYVIEW(dev_priv))
84b4e042
JB
13955 return false;
13956
4f8036a2
TU
13957 if (HAS_PCH_LPT_H(dev_priv) &&
13958 I915_READ(SFUSE_STRAP) & SFUSE_STRAP_CRT_DISABLED)
65e472e4
VS
13959 return false;
13960
70ac54d0 13961 /* DDI E can't be used if DDI A requires 4 lanes */
4f8036a2 13962 if (HAS_DDI(dev_priv) && I915_READ(DDI_BUF_CTL(PORT_A)) & DDI_A_4_LANES)
70ac54d0
VS
13963 return false;
13964
e4abb733 13965 if (!dev_priv->vbt.int_crt_support)
84b4e042
JB
13966 return false;
13967
13968 return true;
13969}
13970
8090ba8c
ID
13971void intel_pps_unlock_regs_wa(struct drm_i915_private *dev_priv)
13972{
13973 int pps_num;
13974 int pps_idx;
13975
13976 if (HAS_DDI(dev_priv))
13977 return;
13978 /*
13979 * This w/a is needed at least on CPT/PPT, but to be sure apply it
13980 * everywhere where registers can be write protected.
13981 */
13982 if (IS_VALLEYVIEW(dev_priv) || IS_CHERRYVIEW(dev_priv))
13983 pps_num = 2;
13984 else
13985 pps_num = 1;
13986
13987 for (pps_idx = 0; pps_idx < pps_num; pps_idx++) {
13988 u32 val = I915_READ(PP_CONTROL(pps_idx));
13989
13990 val = (val & ~PANEL_UNLOCK_MASK) | PANEL_UNLOCK_REGS;
13991 I915_WRITE(PP_CONTROL(pps_idx), val);
13992 }
13993}
13994
44cb734c
ID
13995static void intel_pps_init(struct drm_i915_private *dev_priv)
13996{
cc3f90f0 13997 if (HAS_PCH_SPLIT(dev_priv) || IS_GEN9_LP(dev_priv))
44cb734c
ID
13998 dev_priv->pps_mmio_base = PCH_PPS_BASE;
13999 else if (IS_VALLEYVIEW(dev_priv) || IS_CHERRYVIEW(dev_priv))
14000 dev_priv->pps_mmio_base = VLV_PPS_BASE;
14001 else
14002 dev_priv->pps_mmio_base = PPS_BASE;
8090ba8c
ID
14003
14004 intel_pps_unlock_regs_wa(dev_priv);
44cb734c
ID
14005}
14006
c39055b0 14007static void intel_setup_outputs(struct drm_i915_private *dev_priv)
79e53945 14008{
4ef69c7a 14009 struct intel_encoder *encoder;
cb0953d7 14010 bool dpd_is_edp = false;
79e53945 14011
44cb734c
ID
14012 intel_pps_init(dev_priv);
14013
97a824e1
ID
14014 /*
14015 * intel_edp_init_connector() depends on this completing first, to
14016 * prevent the registeration of both eDP and LVDS and the incorrect
14017 * sharing of the PPS.
14018 */
c39055b0 14019 intel_lvds_init(dev_priv);
79e53945 14020
6315b5d3 14021 if (intel_crt_present(dev_priv))
c39055b0 14022 intel_crt_init(dev_priv);
cb0953d7 14023
cc3f90f0 14024 if (IS_GEN9_LP(dev_priv)) {
c776eb2e
VK
14025 /*
14026 * FIXME: Broxton doesn't support port detection via the
14027 * DDI_BUF_CTL_A or SFUSE_STRAP registers, find another way to
14028 * detect the ports.
14029 */
c39055b0
ACO
14030 intel_ddi_init(dev_priv, PORT_A);
14031 intel_ddi_init(dev_priv, PORT_B);
14032 intel_ddi_init(dev_priv, PORT_C);
c6c794a2 14033
c39055b0 14034 intel_dsi_init(dev_priv);
4f8036a2 14035 } else if (HAS_DDI(dev_priv)) {
0e72a5b5
ED
14036 int found;
14037
de31facd
JB
14038 /*
14039 * Haswell uses DDI functions to detect digital outputs.
14040 * On SKL pre-D0 the strap isn't connected, so we assume
14041 * it's there.
14042 */
77179400 14043 found = I915_READ(DDI_BUF_CTL(PORT_A)) & DDI_INIT_DISPLAY_DETECTED;
de31facd 14044 /* WaIgnoreDDIAStrap: skl */
b976dc53 14045 if (found || IS_GEN9_BC(dev_priv))
c39055b0 14046 intel_ddi_init(dev_priv, PORT_A);
0e72a5b5
ED
14047
14048 /* DDI B, C and D detection is indicated by the SFUSE_STRAP
14049 * register */
14050 found = I915_READ(SFUSE_STRAP);
14051
14052 if (found & SFUSE_STRAP_DDIB_DETECTED)
c39055b0 14053 intel_ddi_init(dev_priv, PORT_B);
0e72a5b5 14054 if (found & SFUSE_STRAP_DDIC_DETECTED)
c39055b0 14055 intel_ddi_init(dev_priv, PORT_C);
0e72a5b5 14056 if (found & SFUSE_STRAP_DDID_DETECTED)
c39055b0 14057 intel_ddi_init(dev_priv, PORT_D);
2800e4c2
RV
14058 /*
14059 * On SKL we don't have a way to detect DDI-E so we rely on VBT.
14060 */
b976dc53 14061 if (IS_GEN9_BC(dev_priv) &&
2800e4c2
RV
14062 (dev_priv->vbt.ddi_port_info[PORT_E].supports_dp ||
14063 dev_priv->vbt.ddi_port_info[PORT_E].supports_dvi ||
14064 dev_priv->vbt.ddi_port_info[PORT_E].supports_hdmi))
c39055b0 14065 intel_ddi_init(dev_priv, PORT_E);
2800e4c2 14066
6e266956 14067 } else if (HAS_PCH_SPLIT(dev_priv)) {
cb0953d7 14068 int found;
dd11bc10 14069 dpd_is_edp = intel_dp_is_edp(dev_priv, PORT_D);
270b3042 14070
646d5772 14071 if (has_edp_a(dev_priv))
c39055b0 14072 intel_dp_init(dev_priv, DP_A, PORT_A);
cb0953d7 14073
dc0fa718 14074 if (I915_READ(PCH_HDMIB) & SDVO_DETECTED) {
461ed3ca 14075 /* PCH SDVOB multiplex with HDMIB */
c39055b0 14076 found = intel_sdvo_init(dev_priv, PCH_SDVOB, PORT_B);
30ad48b7 14077 if (!found)
c39055b0 14078 intel_hdmi_init(dev_priv, PCH_HDMIB, PORT_B);
5eb08b69 14079 if (!found && (I915_READ(PCH_DP_B) & DP_DETECTED))
c39055b0 14080 intel_dp_init(dev_priv, PCH_DP_B, PORT_B);
30ad48b7
ZW
14081 }
14082
dc0fa718 14083 if (I915_READ(PCH_HDMIC) & SDVO_DETECTED)
c39055b0 14084 intel_hdmi_init(dev_priv, PCH_HDMIC, PORT_C);
30ad48b7 14085
dc0fa718 14086 if (!dpd_is_edp && I915_READ(PCH_HDMID) & SDVO_DETECTED)
c39055b0 14087 intel_hdmi_init(dev_priv, PCH_HDMID, PORT_D);
30ad48b7 14088
5eb08b69 14089 if (I915_READ(PCH_DP_C) & DP_DETECTED)
c39055b0 14090 intel_dp_init(dev_priv, PCH_DP_C, PORT_C);
5eb08b69 14091
270b3042 14092 if (I915_READ(PCH_DP_D) & DP_DETECTED)
c39055b0 14093 intel_dp_init(dev_priv, PCH_DP_D, PORT_D);
920a14b2 14094 } else if (IS_VALLEYVIEW(dev_priv) || IS_CHERRYVIEW(dev_priv)) {
22f35042 14095 bool has_edp, has_port;
457c52d8 14096
e17ac6db
VS
14097 /*
14098 * The DP_DETECTED bit is the latched state of the DDC
14099 * SDA pin at boot. However since eDP doesn't require DDC
14100 * (no way to plug in a DP->HDMI dongle) the DDC pins for
14101 * eDP ports may have been muxed to an alternate function.
14102 * Thus we can't rely on the DP_DETECTED bit alone to detect
14103 * eDP ports. Consult the VBT as well as DP_DETECTED to
14104 * detect eDP ports.
22f35042
VS
14105 *
14106 * Sadly the straps seem to be missing sometimes even for HDMI
14107 * ports (eg. on Voyo V3 - CHT x7-Z8700), so check both strap
14108 * and VBT for the presence of the port. Additionally we can't
14109 * trust the port type the VBT declares as we've seen at least
14110 * HDMI ports that the VBT claim are DP or eDP.
e17ac6db 14111 */
dd11bc10 14112 has_edp = intel_dp_is_edp(dev_priv, PORT_B);
22f35042
VS
14113 has_port = intel_bios_is_port_present(dev_priv, PORT_B);
14114 if (I915_READ(VLV_DP_B) & DP_DETECTED || has_port)
c39055b0 14115 has_edp &= intel_dp_init(dev_priv, VLV_DP_B, PORT_B);
22f35042 14116 if ((I915_READ(VLV_HDMIB) & SDVO_DETECTED || has_port) && !has_edp)
c39055b0 14117 intel_hdmi_init(dev_priv, VLV_HDMIB, PORT_B);
585a94b8 14118
dd11bc10 14119 has_edp = intel_dp_is_edp(dev_priv, PORT_C);
22f35042
VS
14120 has_port = intel_bios_is_port_present(dev_priv, PORT_C);
14121 if (I915_READ(VLV_DP_C) & DP_DETECTED || has_port)
c39055b0 14122 has_edp &= intel_dp_init(dev_priv, VLV_DP_C, PORT_C);
22f35042 14123 if ((I915_READ(VLV_HDMIC) & SDVO_DETECTED || has_port) && !has_edp)
c39055b0 14124 intel_hdmi_init(dev_priv, VLV_HDMIC, PORT_C);
19c03924 14125
920a14b2 14126 if (IS_CHERRYVIEW(dev_priv)) {
22f35042
VS
14127 /*
14128 * eDP not supported on port D,
14129 * so no need to worry about it
14130 */
14131 has_port = intel_bios_is_port_present(dev_priv, PORT_D);
14132 if (I915_READ(CHV_DP_D) & DP_DETECTED || has_port)
c39055b0 14133 intel_dp_init(dev_priv, CHV_DP_D, PORT_D);
22f35042 14134 if (I915_READ(CHV_HDMID) & SDVO_DETECTED || has_port)
c39055b0 14135 intel_hdmi_init(dev_priv, CHV_HDMID, PORT_D);
9418c1f1
VS
14136 }
14137
c39055b0 14138 intel_dsi_init(dev_priv);
5db94019 14139 } else if (!IS_GEN2(dev_priv) && !IS_PINEVIEW(dev_priv)) {
27185ae1 14140 bool found = false;
7d57382e 14141
e2debe91 14142 if (I915_READ(GEN3_SDVOB) & SDVO_DETECTED) {
b01f2c3a 14143 DRM_DEBUG_KMS("probing SDVOB\n");
c39055b0 14144 found = intel_sdvo_init(dev_priv, GEN3_SDVOB, PORT_B);
9beb5fea 14145 if (!found && IS_G4X(dev_priv)) {
b01f2c3a 14146 DRM_DEBUG_KMS("probing HDMI on SDVOB\n");
c39055b0 14147 intel_hdmi_init(dev_priv, GEN4_HDMIB, PORT_B);
b01f2c3a 14148 }
27185ae1 14149
9beb5fea 14150 if (!found && IS_G4X(dev_priv))
c39055b0 14151 intel_dp_init(dev_priv, DP_B, PORT_B);
725e30ad 14152 }
13520b05
KH
14153
14154 /* Before G4X SDVOC doesn't have its own detect register */
13520b05 14155
e2debe91 14156 if (I915_READ(GEN3_SDVOB) & SDVO_DETECTED) {
b01f2c3a 14157 DRM_DEBUG_KMS("probing SDVOC\n");
c39055b0 14158 found = intel_sdvo_init(dev_priv, GEN3_SDVOC, PORT_C);
b01f2c3a 14159 }
27185ae1 14160
e2debe91 14161 if (!found && (I915_READ(GEN3_SDVOC) & SDVO_DETECTED)) {
27185ae1 14162
9beb5fea 14163 if (IS_G4X(dev_priv)) {
b01f2c3a 14164 DRM_DEBUG_KMS("probing HDMI on SDVOC\n");
c39055b0 14165 intel_hdmi_init(dev_priv, GEN4_HDMIC, PORT_C);
b01f2c3a 14166 }
9beb5fea 14167 if (IS_G4X(dev_priv))
c39055b0 14168 intel_dp_init(dev_priv, DP_C, PORT_C);
725e30ad 14169 }
27185ae1 14170
9beb5fea 14171 if (IS_G4X(dev_priv) && (I915_READ(DP_D) & DP_DETECTED))
c39055b0 14172 intel_dp_init(dev_priv, DP_D, PORT_D);
5db94019 14173 } else if (IS_GEN2(dev_priv))
c39055b0 14174 intel_dvo_init(dev_priv);
79e53945 14175
56b857a5 14176 if (SUPPORTS_TV(dev_priv))
c39055b0 14177 intel_tv_init(dev_priv);
79e53945 14178
c39055b0 14179 intel_psr_init(dev_priv);
7c8f8a70 14180
c39055b0 14181 for_each_intel_encoder(&dev_priv->drm, encoder) {
4ef69c7a
CW
14182 encoder->base.possible_crtcs = encoder->crtc_mask;
14183 encoder->base.possible_clones =
66a9278e 14184 intel_encoder_clones(encoder);
79e53945 14185 }
47356eb6 14186
c39055b0 14187 intel_init_pch_refclk(dev_priv);
270b3042 14188
c39055b0 14189 drm_helper_move_panel_connectors_to_head(&dev_priv->drm);
79e53945
JB
14190}
14191
14192static void intel_user_framebuffer_destroy(struct drm_framebuffer *fb)
14193{
14194 struct intel_framebuffer *intel_fb = to_intel_framebuffer(fb);
79e53945 14195
ef2d633e 14196 drm_framebuffer_cleanup(fb);
70001cd2 14197
dd689287
CW
14198 i915_gem_object_lock(intel_fb->obj);
14199 WARN_ON(!intel_fb->obj->framebuffer_references--);
14200 i915_gem_object_unlock(intel_fb->obj);
14201
f8c417cd 14202 i915_gem_object_put(intel_fb->obj);
70001cd2 14203
79e53945
JB
14204 kfree(intel_fb);
14205}
14206
14207static int intel_user_framebuffer_create_handle(struct drm_framebuffer *fb,
05394f39 14208 struct drm_file *file,
79e53945
JB
14209 unsigned int *handle)
14210{
14211 struct intel_framebuffer *intel_fb = to_intel_framebuffer(fb);
05394f39 14212 struct drm_i915_gem_object *obj = intel_fb->obj;
79e53945 14213
cc917ab4
CW
14214 if (obj->userptr.mm) {
14215 DRM_DEBUG("attempting to use a userptr for a framebuffer, denied\n");
14216 return -EINVAL;
14217 }
14218
05394f39 14219 return drm_gem_handle_create(file, &obj->base, handle);
79e53945
JB
14220}
14221
86c98588
RV
14222static int intel_user_framebuffer_dirty(struct drm_framebuffer *fb,
14223 struct drm_file *file,
14224 unsigned flags, unsigned color,
14225 struct drm_clip_rect *clips,
14226 unsigned num_clips)
14227{
5a97bcc6 14228 struct drm_i915_gem_object *obj = intel_fb_obj(fb);
86c98588 14229
5a97bcc6 14230 i915_gem_object_flush_if_display(obj);
d59b21ec 14231 intel_fb_obj_flush(obj, ORIGIN_DIRTYFB);
86c98588
RV
14232
14233 return 0;
14234}
14235
79e53945
JB
14236static const struct drm_framebuffer_funcs intel_fb_funcs = {
14237 .destroy = intel_user_framebuffer_destroy,
14238 .create_handle = intel_user_framebuffer_create_handle,
86c98588 14239 .dirty = intel_user_framebuffer_dirty,
79e53945
JB
14240};
14241
b321803d 14242static
920a14b2
TU
14243u32 intel_fb_pitch_limit(struct drm_i915_private *dev_priv,
14244 uint64_t fb_modifier, uint32_t pixel_format)
b321803d 14245{
24dbf51a 14246 u32 gen = INTEL_GEN(dev_priv);
b321803d
DL
14247
14248 if (gen >= 9) {
ac484963
VS
14249 int cpp = drm_format_plane_cpp(pixel_format, 0);
14250
b321803d
DL
14251 /* "The stride in bytes must not exceed the of the size of 8K
14252 * pixels and 32K bytes."
14253 */
ac484963 14254 return min(8192 * cpp, 32768);
6401c37d 14255 } else if (gen >= 5 && !HAS_GMCH_DISPLAY(dev_priv)) {
b321803d
DL
14256 return 32*1024;
14257 } else if (gen >= 4) {
14258 if (fb_modifier == I915_FORMAT_MOD_X_TILED)
14259 return 16*1024;
14260 else
14261 return 32*1024;
14262 } else if (gen >= 3) {
14263 if (fb_modifier == I915_FORMAT_MOD_X_TILED)
14264 return 8*1024;
14265 else
14266 return 16*1024;
14267 } else {
14268 /* XXX DSPC is limited to 4k tiled */
14269 return 8*1024;
14270 }
14271}
14272
24dbf51a
CW
14273static int intel_framebuffer_init(struct intel_framebuffer *intel_fb,
14274 struct drm_i915_gem_object *obj,
14275 struct drm_mode_fb_cmd2 *mode_cmd)
79e53945 14276{
24dbf51a 14277 struct drm_i915_private *dev_priv = to_i915(obj->base.dev);
b3c11ac2 14278 struct drm_format_name_buf format_name;
dd689287
CW
14279 u32 pitch_limit, stride_alignment;
14280 unsigned int tiling, stride;
24dbf51a 14281 int ret = -EINVAL;
79e53945 14282
dd689287
CW
14283 i915_gem_object_lock(obj);
14284 obj->framebuffer_references++;
14285 tiling = i915_gem_object_get_tiling(obj);
14286 stride = i915_gem_object_get_stride(obj);
14287 i915_gem_object_unlock(obj);
dd4916c5 14288
2a80eada 14289 if (mode_cmd->flags & DRM_MODE_FB_MODIFIERS) {
c2ff7370
VS
14290 /*
14291 * If there's a fence, enforce that
14292 * the fb modifier and tiling mode match.
14293 */
14294 if (tiling != I915_TILING_NONE &&
14295 tiling != intel_fb_modifier_to_tiling(mode_cmd->modifier[0])) {
144cc143 14296 DRM_DEBUG_KMS("tiling_mode doesn't match fb modifier\n");
24dbf51a 14297 goto err;
2a80eada
DV
14298 }
14299 } else {
c2ff7370 14300 if (tiling == I915_TILING_X) {
2a80eada 14301 mode_cmd->modifier[0] = I915_FORMAT_MOD_X_TILED;
c2ff7370 14302 } else if (tiling == I915_TILING_Y) {
144cc143 14303 DRM_DEBUG_KMS("No Y tiling for legacy addfb\n");
24dbf51a 14304 goto err;
2a80eada
DV
14305 }
14306 }
14307
9a8f0a12
TU
14308 /* Passed in modifier sanity checking. */
14309 switch (mode_cmd->modifier[0]) {
14310 case I915_FORMAT_MOD_Y_TILED:
14311 case I915_FORMAT_MOD_Yf_TILED:
6315b5d3 14312 if (INTEL_GEN(dev_priv) < 9) {
144cc143
VS
14313 DRM_DEBUG_KMS("Unsupported tiling 0x%llx!\n",
14314 mode_cmd->modifier[0]);
24dbf51a 14315 goto err;
9a8f0a12
TU
14316 }
14317 case DRM_FORMAT_MOD_NONE:
14318 case I915_FORMAT_MOD_X_TILED:
14319 break;
14320 default:
144cc143
VS
14321 DRM_DEBUG_KMS("Unsupported fb modifier 0x%llx!\n",
14322 mode_cmd->modifier[0]);
24dbf51a 14323 goto err;
c16ed4be 14324 }
57cd6508 14325
c2ff7370
VS
14326 /*
14327 * gen2/3 display engine uses the fence if present,
14328 * so the tiling mode must match the fb modifier exactly.
14329 */
14330 if (INTEL_INFO(dev_priv)->gen < 4 &&
14331 tiling != intel_fb_modifier_to_tiling(mode_cmd->modifier[0])) {
144cc143 14332 DRM_DEBUG_KMS("tiling_mode must match fb modifier exactly on gen2/3\n");
9aceb5c1 14333 goto err;
c2ff7370
VS
14334 }
14335
920a14b2 14336 pitch_limit = intel_fb_pitch_limit(dev_priv, mode_cmd->modifier[0],
b321803d 14337 mode_cmd->pixel_format);
a35cdaa0 14338 if (mode_cmd->pitches[0] > pitch_limit) {
144cc143
VS
14339 DRM_DEBUG_KMS("%s pitch (%u) must be at most %d\n",
14340 mode_cmd->modifier[0] != DRM_FORMAT_MOD_NONE ?
14341 "tiled" : "linear",
14342 mode_cmd->pitches[0], pitch_limit);
24dbf51a 14343 goto err;
c16ed4be 14344 }
5d7bd705 14345
c2ff7370
VS
14346 /*
14347 * If there's a fence, enforce that
14348 * the fb pitch and fence stride match.
14349 */
144cc143
VS
14350 if (tiling != I915_TILING_NONE && mode_cmd->pitches[0] != stride) {
14351 DRM_DEBUG_KMS("pitch (%d) must match tiling stride (%d)\n",
14352 mode_cmd->pitches[0], stride);
24dbf51a 14353 goto err;
c16ed4be 14354 }
5d7bd705 14355
57779d06 14356 /* Reject formats not supported by any plane early. */
308e5bcb 14357 switch (mode_cmd->pixel_format) {
57779d06 14358 case DRM_FORMAT_C8:
04b3924d
VS
14359 case DRM_FORMAT_RGB565:
14360 case DRM_FORMAT_XRGB8888:
14361 case DRM_FORMAT_ARGB8888:
57779d06
VS
14362 break;
14363 case DRM_FORMAT_XRGB1555:
6315b5d3 14364 if (INTEL_GEN(dev_priv) > 3) {
144cc143
VS
14365 DRM_DEBUG_KMS("unsupported pixel format: %s\n",
14366 drm_get_format_name(mode_cmd->pixel_format, &format_name));
9aceb5c1 14367 goto err;
c16ed4be 14368 }
57779d06 14369 break;
57779d06 14370 case DRM_FORMAT_ABGR8888:
920a14b2 14371 if (!IS_VALLEYVIEW(dev_priv) && !IS_CHERRYVIEW(dev_priv) &&
6315b5d3 14372 INTEL_GEN(dev_priv) < 9) {
144cc143
VS
14373 DRM_DEBUG_KMS("unsupported pixel format: %s\n",
14374 drm_get_format_name(mode_cmd->pixel_format, &format_name));
9aceb5c1 14375 goto err;
6c0fd451
DL
14376 }
14377 break;
14378 case DRM_FORMAT_XBGR8888:
04b3924d 14379 case DRM_FORMAT_XRGB2101010:
57779d06 14380 case DRM_FORMAT_XBGR2101010:
6315b5d3 14381 if (INTEL_GEN(dev_priv) < 4) {
144cc143
VS
14382 DRM_DEBUG_KMS("unsupported pixel format: %s\n",
14383 drm_get_format_name(mode_cmd->pixel_format, &format_name));
9aceb5c1 14384 goto err;
c16ed4be 14385 }
b5626747 14386 break;
7531208b 14387 case DRM_FORMAT_ABGR2101010:
920a14b2 14388 if (!IS_VALLEYVIEW(dev_priv) && !IS_CHERRYVIEW(dev_priv)) {
144cc143
VS
14389 DRM_DEBUG_KMS("unsupported pixel format: %s\n",
14390 drm_get_format_name(mode_cmd->pixel_format, &format_name));
9aceb5c1 14391 goto err;
7531208b
DL
14392 }
14393 break;
04b3924d
VS
14394 case DRM_FORMAT_YUYV:
14395 case DRM_FORMAT_UYVY:
14396 case DRM_FORMAT_YVYU:
14397 case DRM_FORMAT_VYUY:
6315b5d3 14398 if (INTEL_GEN(dev_priv) < 5) {
144cc143
VS
14399 DRM_DEBUG_KMS("unsupported pixel format: %s\n",
14400 drm_get_format_name(mode_cmd->pixel_format, &format_name));
9aceb5c1 14401 goto err;
c16ed4be 14402 }
57cd6508
CW
14403 break;
14404 default:
144cc143
VS
14405 DRM_DEBUG_KMS("unsupported pixel format: %s\n",
14406 drm_get_format_name(mode_cmd->pixel_format, &format_name));
9aceb5c1 14407 goto err;
57cd6508
CW
14408 }
14409
90f9a336
VS
14410 /* FIXME need to adjust LINOFF/TILEOFF accordingly. */
14411 if (mode_cmd->offsets[0] != 0)
24dbf51a 14412 goto err;
90f9a336 14413
24dbf51a
CW
14414 drm_helper_mode_fill_fb_struct(&dev_priv->drm,
14415 &intel_fb->base, mode_cmd);
d88c4afd
VS
14416
14417 stride_alignment = intel_fb_stride_alignment(&intel_fb->base, 0);
14418 if (mode_cmd->pitches[0] & (stride_alignment - 1)) {
144cc143
VS
14419 DRM_DEBUG_KMS("pitch (%d) must be at least %u byte aligned\n",
14420 mode_cmd->pitches[0], stride_alignment);
d88c4afd
VS
14421 goto err;
14422 }
14423
c7d73f6a
DV
14424 intel_fb->obj = obj;
14425
6687c906
VS
14426 ret = intel_fill_fb_info(dev_priv, &intel_fb->base);
14427 if (ret)
9aceb5c1 14428 goto err;
2d7a215f 14429
24dbf51a
CW
14430 ret = drm_framebuffer_init(obj->base.dev,
14431 &intel_fb->base,
14432 &intel_fb_funcs);
79e53945
JB
14433 if (ret) {
14434 DRM_ERROR("framebuffer init failed %d\n", ret);
24dbf51a 14435 goto err;
79e53945
JB
14436 }
14437
79e53945 14438 return 0;
24dbf51a
CW
14439
14440err:
dd689287
CW
14441 i915_gem_object_lock(obj);
14442 obj->framebuffer_references--;
14443 i915_gem_object_unlock(obj);
24dbf51a 14444 return ret;
79e53945
JB
14445}
14446
79e53945
JB
14447static struct drm_framebuffer *
14448intel_user_framebuffer_create(struct drm_device *dev,
14449 struct drm_file *filp,
1eb83451 14450 const struct drm_mode_fb_cmd2 *user_mode_cmd)
79e53945 14451{
dcb1394e 14452 struct drm_framebuffer *fb;
05394f39 14453 struct drm_i915_gem_object *obj;
76dc3769 14454 struct drm_mode_fb_cmd2 mode_cmd = *user_mode_cmd;
79e53945 14455
03ac0642
CW
14456 obj = i915_gem_object_lookup(filp, mode_cmd.handles[0]);
14457 if (!obj)
cce13ff7 14458 return ERR_PTR(-ENOENT);
79e53945 14459
24dbf51a 14460 fb = intel_framebuffer_create(obj, &mode_cmd);
dcb1394e 14461 if (IS_ERR(fb))
f0cd5182 14462 i915_gem_object_put(obj);
dcb1394e
LW
14463
14464 return fb;
79e53945
JB
14465}
14466
778e23a9
CW
14467static void intel_atomic_state_free(struct drm_atomic_state *state)
14468{
14469 struct intel_atomic_state *intel_state = to_intel_atomic_state(state);
14470
14471 drm_atomic_state_default_release(state);
14472
14473 i915_sw_fence_fini(&intel_state->commit_ready);
14474
14475 kfree(state);
14476}
14477
79e53945 14478static const struct drm_mode_config_funcs intel_mode_funcs = {
79e53945 14479 .fb_create = intel_user_framebuffer_create,
0632fef6 14480 .output_poll_changed = intel_fbdev_output_poll_changed,
5ee67f1c
MR
14481 .atomic_check = intel_atomic_check,
14482 .atomic_commit = intel_atomic_commit,
de419ab6
ML
14483 .atomic_state_alloc = intel_atomic_state_alloc,
14484 .atomic_state_clear = intel_atomic_state_clear,
778e23a9 14485 .atomic_state_free = intel_atomic_state_free,
79e53945
JB
14486};
14487
88212941
ID
14488/**
14489 * intel_init_display_hooks - initialize the display modesetting hooks
14490 * @dev_priv: device private
14491 */
14492void intel_init_display_hooks(struct drm_i915_private *dev_priv)
e70236a8 14493{
7ff89ca2
VS
14494 intel_init_cdclk_hooks(dev_priv);
14495
88212941 14496 if (INTEL_INFO(dev_priv)->gen >= 9) {
bc8d7dff 14497 dev_priv->display.get_pipe_config = haswell_get_pipe_config;
5724dbd1
DL
14498 dev_priv->display.get_initial_plane_config =
14499 skylake_get_initial_plane_config;
bc8d7dff
DL
14500 dev_priv->display.crtc_compute_clock =
14501 haswell_crtc_compute_clock;
14502 dev_priv->display.crtc_enable = haswell_crtc_enable;
14503 dev_priv->display.crtc_disable = haswell_crtc_disable;
88212941 14504 } else if (HAS_DDI(dev_priv)) {
0e8ffe1b 14505 dev_priv->display.get_pipe_config = haswell_get_pipe_config;
5724dbd1
DL
14506 dev_priv->display.get_initial_plane_config =
14507 ironlake_get_initial_plane_config;
797d0259
ACO
14508 dev_priv->display.crtc_compute_clock =
14509 haswell_crtc_compute_clock;
4f771f10
PZ
14510 dev_priv->display.crtc_enable = haswell_crtc_enable;
14511 dev_priv->display.crtc_disable = haswell_crtc_disable;
88212941 14512 } else if (HAS_PCH_SPLIT(dev_priv)) {
0e8ffe1b 14513 dev_priv->display.get_pipe_config = ironlake_get_pipe_config;
5724dbd1
DL
14514 dev_priv->display.get_initial_plane_config =
14515 ironlake_get_initial_plane_config;
3fb37703
ACO
14516 dev_priv->display.crtc_compute_clock =
14517 ironlake_crtc_compute_clock;
76e5a89c
DV
14518 dev_priv->display.crtc_enable = ironlake_crtc_enable;
14519 dev_priv->display.crtc_disable = ironlake_crtc_disable;
65b3d6a9 14520 } else if (IS_CHERRYVIEW(dev_priv)) {
89b667f8 14521 dev_priv->display.get_pipe_config = i9xx_get_pipe_config;
5724dbd1
DL
14522 dev_priv->display.get_initial_plane_config =
14523 i9xx_get_initial_plane_config;
65b3d6a9
ACO
14524 dev_priv->display.crtc_compute_clock = chv_crtc_compute_clock;
14525 dev_priv->display.crtc_enable = valleyview_crtc_enable;
14526 dev_priv->display.crtc_disable = i9xx_crtc_disable;
14527 } else if (IS_VALLEYVIEW(dev_priv)) {
14528 dev_priv->display.get_pipe_config = i9xx_get_pipe_config;
14529 dev_priv->display.get_initial_plane_config =
14530 i9xx_get_initial_plane_config;
14531 dev_priv->display.crtc_compute_clock = vlv_crtc_compute_clock;
89b667f8
JB
14532 dev_priv->display.crtc_enable = valleyview_crtc_enable;
14533 dev_priv->display.crtc_disable = i9xx_crtc_disable;
19ec6693
ACO
14534 } else if (IS_G4X(dev_priv)) {
14535 dev_priv->display.get_pipe_config = i9xx_get_pipe_config;
14536 dev_priv->display.get_initial_plane_config =
14537 i9xx_get_initial_plane_config;
14538 dev_priv->display.crtc_compute_clock = g4x_crtc_compute_clock;
14539 dev_priv->display.crtc_enable = i9xx_crtc_enable;
14540 dev_priv->display.crtc_disable = i9xx_crtc_disable;
70e8aa21
ACO
14541 } else if (IS_PINEVIEW(dev_priv)) {
14542 dev_priv->display.get_pipe_config = i9xx_get_pipe_config;
14543 dev_priv->display.get_initial_plane_config =
14544 i9xx_get_initial_plane_config;
14545 dev_priv->display.crtc_compute_clock = pnv_crtc_compute_clock;
14546 dev_priv->display.crtc_enable = i9xx_crtc_enable;
14547 dev_priv->display.crtc_disable = i9xx_crtc_disable;
81c97f52 14548 } else if (!IS_GEN2(dev_priv)) {
0e8ffe1b 14549 dev_priv->display.get_pipe_config = i9xx_get_pipe_config;
5724dbd1
DL
14550 dev_priv->display.get_initial_plane_config =
14551 i9xx_get_initial_plane_config;
d6dfee7a 14552 dev_priv->display.crtc_compute_clock = i9xx_crtc_compute_clock;
76e5a89c
DV
14553 dev_priv->display.crtc_enable = i9xx_crtc_enable;
14554 dev_priv->display.crtc_disable = i9xx_crtc_disable;
81c97f52
ACO
14555 } else {
14556 dev_priv->display.get_pipe_config = i9xx_get_pipe_config;
14557 dev_priv->display.get_initial_plane_config =
14558 i9xx_get_initial_plane_config;
14559 dev_priv->display.crtc_compute_clock = i8xx_crtc_compute_clock;
14560 dev_priv->display.crtc_enable = i9xx_crtc_enable;
14561 dev_priv->display.crtc_disable = i9xx_crtc_disable;
f564048e 14562 }
e70236a8 14563
88212941 14564 if (IS_GEN5(dev_priv)) {
3bb11b53 14565 dev_priv->display.fdi_link_train = ironlake_fdi_link_train;
88212941 14566 } else if (IS_GEN6(dev_priv)) {
3bb11b53 14567 dev_priv->display.fdi_link_train = gen6_fdi_link_train;
88212941 14568 } else if (IS_IVYBRIDGE(dev_priv)) {
3bb11b53
SJ
14569 /* FIXME: detect B0+ stepping and use auto training */
14570 dev_priv->display.fdi_link_train = ivb_manual_fdi_link_train;
88212941 14571 } else if (IS_HASWELL(dev_priv) || IS_BROADWELL(dev_priv)) {
3bb11b53 14572 dev_priv->display.fdi_link_train = hsw_fdi_link_train;
445e780b
VS
14573 }
14574
27082493
L
14575 if (dev_priv->info.gen >= 9)
14576 dev_priv->display.update_crtcs = skl_update_crtcs;
14577 else
14578 dev_priv->display.update_crtcs = intel_update_crtcs;
14579
5a21b665
DV
14580 switch (INTEL_INFO(dev_priv)->gen) {
14581 case 2:
14582 dev_priv->display.queue_flip = intel_gen2_queue_flip;
14583 break;
14584
14585 case 3:
14586 dev_priv->display.queue_flip = intel_gen3_queue_flip;
14587 break;
14588
14589 case 4:
14590 case 5:
14591 dev_priv->display.queue_flip = intel_gen4_queue_flip;
14592 break;
14593
14594 case 6:
14595 dev_priv->display.queue_flip = intel_gen6_queue_flip;
14596 break;
14597 case 7:
14598 case 8: /* FIXME(BDW): Check that the gen8 RCS flip works. */
14599 dev_priv->display.queue_flip = intel_gen7_queue_flip;
14600 break;
14601 case 9:
14602 /* Drop through - unsupported since execlist only. */
14603 default:
14604 /* Default just returns -ENODEV to indicate unsupported */
14605 dev_priv->display.queue_flip = intel_default_queue_flip;
14606 }
e70236a8
JB
14607}
14608
b690e96c
JB
14609/*
14610 * Some BIOSes insist on assuming the GPU's pipe A is enabled at suspend,
14611 * resume, or other times. This quirk makes sure that's the case for
14612 * affected systems.
14613 */
0206e353 14614static void quirk_pipea_force(struct drm_device *dev)
b690e96c 14615{
fac5e23e 14616 struct drm_i915_private *dev_priv = to_i915(dev);
b690e96c
JB
14617
14618 dev_priv->quirks |= QUIRK_PIPEA_FORCE;
bc0daf48 14619 DRM_INFO("applying pipe a force quirk\n");
b690e96c
JB
14620}
14621
b6b5d049
VS
14622static void quirk_pipeb_force(struct drm_device *dev)
14623{
fac5e23e 14624 struct drm_i915_private *dev_priv = to_i915(dev);
b6b5d049
VS
14625
14626 dev_priv->quirks |= QUIRK_PIPEB_FORCE;
14627 DRM_INFO("applying pipe b force quirk\n");
14628}
14629
435793df
KP
14630/*
14631 * Some machines (Lenovo U160) do not work with SSC on LVDS for some reason
14632 */
14633static void quirk_ssc_force_disable(struct drm_device *dev)
14634{
fac5e23e 14635 struct drm_i915_private *dev_priv = to_i915(dev);
435793df 14636 dev_priv->quirks |= QUIRK_LVDS_SSC_DISABLE;
bc0daf48 14637 DRM_INFO("applying lvds SSC disable quirk\n");
435793df
KP
14638}
14639
4dca20ef 14640/*
5a15ab5b
CE
14641 * A machine (e.g. Acer Aspire 5734Z) may need to invert the panel backlight
14642 * brightness value
4dca20ef
CE
14643 */
14644static void quirk_invert_brightness(struct drm_device *dev)
14645{
fac5e23e 14646 struct drm_i915_private *dev_priv = to_i915(dev);
4dca20ef 14647 dev_priv->quirks |= QUIRK_INVERT_BRIGHTNESS;
bc0daf48 14648 DRM_INFO("applying inverted panel brightness quirk\n");
435793df
KP
14649}
14650
9c72cc6f
SD
14651/* Some VBT's incorrectly indicate no backlight is present */
14652static void quirk_backlight_present(struct drm_device *dev)
14653{
fac5e23e 14654 struct drm_i915_private *dev_priv = to_i915(dev);
9c72cc6f
SD
14655 dev_priv->quirks |= QUIRK_BACKLIGHT_PRESENT;
14656 DRM_INFO("applying backlight present quirk\n");
14657}
14658
b690e96c
JB
14659struct intel_quirk {
14660 int device;
14661 int subsystem_vendor;
14662 int subsystem_device;
14663 void (*hook)(struct drm_device *dev);
14664};
14665
5f85f176
EE
14666/* For systems that don't have a meaningful PCI subdevice/subvendor ID */
14667struct intel_dmi_quirk {
14668 void (*hook)(struct drm_device *dev);
14669 const struct dmi_system_id (*dmi_id_list)[];
14670};
14671
14672static int intel_dmi_reverse_brightness(const struct dmi_system_id *id)
14673{
14674 DRM_INFO("Backlight polarity reversed on %s\n", id->ident);
14675 return 1;
14676}
14677
14678static const struct intel_dmi_quirk intel_dmi_quirks[] = {
14679 {
14680 .dmi_id_list = &(const struct dmi_system_id[]) {
14681 {
14682 .callback = intel_dmi_reverse_brightness,
14683 .ident = "NCR Corporation",
14684 .matches = {DMI_MATCH(DMI_SYS_VENDOR, "NCR Corporation"),
14685 DMI_MATCH(DMI_PRODUCT_NAME, ""),
14686 },
14687 },
14688 { } /* terminating entry */
14689 },
14690 .hook = quirk_invert_brightness,
14691 },
14692};
14693
c43b5634 14694static struct intel_quirk intel_quirks[] = {
b690e96c
JB
14695 /* Toshiba Protege R-205, S-209 needs pipe A force quirk */
14696 { 0x2592, 0x1179, 0x0001, quirk_pipea_force },
14697
b690e96c
JB
14698 /* ThinkPad T60 needs pipe A force quirk (bug #16494) */
14699 { 0x2782, 0x17aa, 0x201a, quirk_pipea_force },
14700
5f080c0f
VS
14701 /* 830 needs to leave pipe A & dpll A up */
14702 { 0x3577, PCI_ANY_ID, PCI_ANY_ID, quirk_pipea_force },
14703
b6b5d049
VS
14704 /* 830 needs to leave pipe B & dpll B up */
14705 { 0x3577, PCI_ANY_ID, PCI_ANY_ID, quirk_pipeb_force },
14706
435793df
KP
14707 /* Lenovo U160 cannot use SSC on LVDS */
14708 { 0x0046, 0x17aa, 0x3920, quirk_ssc_force_disable },
070d329a
MAS
14709
14710 /* Sony Vaio Y cannot use SSC on LVDS */
14711 { 0x0046, 0x104d, 0x9076, quirk_ssc_force_disable },
5a15ab5b 14712
be505f64
AH
14713 /* Acer Aspire 5734Z must invert backlight brightness */
14714 { 0x2a42, 0x1025, 0x0459, quirk_invert_brightness },
14715
14716 /* Acer/eMachines G725 */
14717 { 0x2a42, 0x1025, 0x0210, quirk_invert_brightness },
14718
14719 /* Acer/eMachines e725 */
14720 { 0x2a42, 0x1025, 0x0212, quirk_invert_brightness },
14721
14722 /* Acer/Packard Bell NCL20 */
14723 { 0x2a42, 0x1025, 0x034b, quirk_invert_brightness },
14724
14725 /* Acer Aspire 4736Z */
14726 { 0x2a42, 0x1025, 0x0260, quirk_invert_brightness },
0f540c3a
JN
14727
14728 /* Acer Aspire 5336 */
14729 { 0x2a42, 0x1025, 0x048a, quirk_invert_brightness },
2e93a1aa
SD
14730
14731 /* Acer C720 and C720P Chromebooks (Celeron 2955U) have backlights */
14732 { 0x0a06, 0x1025, 0x0a11, quirk_backlight_present },
d4967d8c 14733
dfb3d47b
SD
14734 /* Acer C720 Chromebook (Core i3 4005U) */
14735 { 0x0a16, 0x1025, 0x0a11, quirk_backlight_present },
14736
b2a9601c 14737 /* Apple Macbook 2,1 (Core 2 T7400) */
14738 { 0x27a2, 0x8086, 0x7270, quirk_backlight_present },
14739
1b9448b0
JN
14740 /* Apple Macbook 4,1 */
14741 { 0x2a02, 0x106b, 0x00a1, quirk_backlight_present },
14742
d4967d8c
SD
14743 /* Toshiba CB35 Chromebook (Celeron 2955U) */
14744 { 0x0a06, 0x1179, 0x0a88, quirk_backlight_present },
724cb06f
SD
14745
14746 /* HP Chromebook 14 (Celeron 2955U) */
14747 { 0x0a06, 0x103c, 0x21ed, quirk_backlight_present },
cf6f0af9
JN
14748
14749 /* Dell Chromebook 11 */
14750 { 0x0a06, 0x1028, 0x0a35, quirk_backlight_present },
9be64eee
JN
14751
14752 /* Dell Chromebook 11 (2015 version) */
14753 { 0x0a16, 0x1028, 0x0a35, quirk_backlight_present },
b690e96c
JB
14754};
14755
14756static void intel_init_quirks(struct drm_device *dev)
14757{
14758 struct pci_dev *d = dev->pdev;
14759 int i;
14760
14761 for (i = 0; i < ARRAY_SIZE(intel_quirks); i++) {
14762 struct intel_quirk *q = &intel_quirks[i];
14763
14764 if (d->device == q->device &&
14765 (d->subsystem_vendor == q->subsystem_vendor ||
14766 q->subsystem_vendor == PCI_ANY_ID) &&
14767 (d->subsystem_device == q->subsystem_device ||
14768 q->subsystem_device == PCI_ANY_ID))
14769 q->hook(dev);
14770 }
5f85f176
EE
14771 for (i = 0; i < ARRAY_SIZE(intel_dmi_quirks); i++) {
14772 if (dmi_check_system(*intel_dmi_quirks[i].dmi_id_list) != 0)
14773 intel_dmi_quirks[i].hook(dev);
14774 }
b690e96c
JB
14775}
14776
9cce37f4 14777/* Disable the VGA plane that we never use */
29b74b7f 14778static void i915_disable_vga(struct drm_i915_private *dev_priv)
9cce37f4 14779{
52a05c30 14780 struct pci_dev *pdev = dev_priv->drm.pdev;
9cce37f4 14781 u8 sr1;
920a14b2 14782 i915_reg_t vga_reg = i915_vgacntrl_reg(dev_priv);
9cce37f4 14783
2b37c616 14784 /* WaEnableVGAAccessThroughIOPort:ctg,elk,ilk,snb,ivb,vlv,hsw */
52a05c30 14785 vga_get_uninterruptible(pdev, VGA_RSRC_LEGACY_IO);
3fdcf431 14786 outb(SR01, VGA_SR_INDEX);
9cce37f4
JB
14787 sr1 = inb(VGA_SR_DATA);
14788 outb(sr1 | 1<<5, VGA_SR_DATA);
52a05c30 14789 vga_put(pdev, VGA_RSRC_LEGACY_IO);
9cce37f4
JB
14790 udelay(300);
14791
01f5a626 14792 I915_WRITE(vga_reg, VGA_DISP_DISABLE);
9cce37f4
JB
14793 POSTING_READ(vga_reg);
14794}
14795
f817586c
DV
14796void intel_modeset_init_hw(struct drm_device *dev)
14797{
fac5e23e 14798 struct drm_i915_private *dev_priv = to_i915(dev);
1a617b77 14799
4c75b940 14800 intel_update_cdclk(dev_priv);
bb0f4aab 14801 dev_priv->cdclk.logical = dev_priv->cdclk.actual = dev_priv->cdclk.hw;
1a617b77 14802
46f16e63 14803 intel_init_clock_gating(dev_priv);
f817586c
DV
14804}
14805
d93c0372
MR
14806/*
14807 * Calculate what we think the watermarks should be for the state we've read
14808 * out of the hardware and then immediately program those watermarks so that
14809 * we ensure the hardware settings match our internal state.
14810 *
14811 * We can calculate what we think WM's should be by creating a duplicate of the
14812 * current state (which was constructed during hardware readout) and running it
14813 * through the atomic check code to calculate new watermark values in the
14814 * state object.
14815 */
14816static void sanitize_watermarks(struct drm_device *dev)
14817{
14818 struct drm_i915_private *dev_priv = to_i915(dev);
14819 struct drm_atomic_state *state;
ccf010fb 14820 struct intel_atomic_state *intel_state;
d93c0372
MR
14821 struct drm_crtc *crtc;
14822 struct drm_crtc_state *cstate;
14823 struct drm_modeset_acquire_ctx ctx;
14824 int ret;
14825 int i;
14826
14827 /* Only supported on platforms that use atomic watermark design */
ed4a6a7c 14828 if (!dev_priv->display.optimize_watermarks)
d93c0372
MR
14829 return;
14830
14831 /*
14832 * We need to hold connection_mutex before calling duplicate_state so
14833 * that the connector loop is protected.
14834 */
14835 drm_modeset_acquire_init(&ctx, 0);
14836retry:
0cd1262d 14837 ret = drm_modeset_lock_all_ctx(dev, &ctx);
d93c0372
MR
14838 if (ret == -EDEADLK) {
14839 drm_modeset_backoff(&ctx);
14840 goto retry;
14841 } else if (WARN_ON(ret)) {
0cd1262d 14842 goto fail;
d93c0372
MR
14843 }
14844
14845 state = drm_atomic_helper_duplicate_state(dev, &ctx);
14846 if (WARN_ON(IS_ERR(state)))
0cd1262d 14847 goto fail;
d93c0372 14848
ccf010fb
ML
14849 intel_state = to_intel_atomic_state(state);
14850
ed4a6a7c
MR
14851 /*
14852 * Hardware readout is the only time we don't want to calculate
14853 * intermediate watermarks (since we don't trust the current
14854 * watermarks).
14855 */
602ae835
VS
14856 if (!HAS_GMCH_DISPLAY(dev_priv))
14857 intel_state->skip_intermediate_wm = true;
ed4a6a7c 14858
d93c0372
MR
14859 ret = intel_atomic_check(dev, state);
14860 if (ret) {
14861 /*
14862 * If we fail here, it means that the hardware appears to be
14863 * programmed in a way that shouldn't be possible, given our
14864 * understanding of watermark requirements. This might mean a
14865 * mistake in the hardware readout code or a mistake in the
14866 * watermark calculations for a given platform. Raise a WARN
14867 * so that this is noticeable.
14868 *
14869 * If this actually happens, we'll have to just leave the
14870 * BIOS-programmed watermarks untouched and hope for the best.
14871 */
14872 WARN(true, "Could not determine valid watermarks for inherited state\n");
b9a1b717 14873 goto put_state;
d93c0372
MR
14874 }
14875
14876 /* Write calculated watermark values back */
aa5e9b47 14877 for_each_new_crtc_in_state(state, crtc, cstate, i) {
d93c0372
MR
14878 struct intel_crtc_state *cs = to_intel_crtc_state(cstate);
14879
ed4a6a7c 14880 cs->wm.need_postvbl_update = true;
ccf010fb 14881 dev_priv->display.optimize_watermarks(intel_state, cs);
d93c0372
MR
14882 }
14883
b9a1b717 14884put_state:
0853695c 14885 drm_atomic_state_put(state);
0cd1262d 14886fail:
d93c0372
MR
14887 drm_modeset_drop_locks(&ctx);
14888 drm_modeset_acquire_fini(&ctx);
14889}
14890
b079bd17 14891int intel_modeset_init(struct drm_device *dev)
79e53945 14892{
72e96d64
JL
14893 struct drm_i915_private *dev_priv = to_i915(dev);
14894 struct i915_ggtt *ggtt = &dev_priv->ggtt;
8cc87b75 14895 enum pipe pipe;
46f297fb 14896 struct intel_crtc *crtc;
79e53945
JB
14897
14898 drm_mode_config_init(dev);
14899
14900 dev->mode_config.min_width = 0;
14901 dev->mode_config.min_height = 0;
14902
019d96cb
DA
14903 dev->mode_config.preferred_depth = 24;
14904 dev->mode_config.prefer_shadow = 1;
14905
25bab385
TU
14906 dev->mode_config.allow_fb_modifiers = true;
14907
e6ecefaa 14908 dev->mode_config.funcs = &intel_mode_funcs;
79e53945 14909
eb955eee 14910 INIT_WORK(&dev_priv->atomic_helper.free_work,
ba318c61 14911 intel_atomic_helper_free_state_worker);
eb955eee 14912
b690e96c
JB
14913 intel_init_quirks(dev);
14914
62d75df7 14915 intel_init_pm(dev_priv);
1fa61106 14916
b7f05d4a 14917 if (INTEL_INFO(dev_priv)->num_pipes == 0)
b079bd17 14918 return 0;
e3c74757 14919
69f92f67
LW
14920 /*
14921 * There may be no VBT; and if the BIOS enabled SSC we can
14922 * just keep using it to avoid unnecessary flicker. Whereas if the
14923 * BIOS isn't using it, don't assume it will work even if the VBT
14924 * indicates as much.
14925 */
6e266956 14926 if (HAS_PCH_IBX(dev_priv) || HAS_PCH_CPT(dev_priv)) {
69f92f67
LW
14927 bool bios_lvds_use_ssc = !!(I915_READ(PCH_DREF_CONTROL) &
14928 DREF_SSC1_ENABLE);
14929
14930 if (dev_priv->vbt.lvds_use_ssc != bios_lvds_use_ssc) {
14931 DRM_DEBUG_KMS("SSC %sabled by BIOS, overriding VBT which says %sabled\n",
14932 bios_lvds_use_ssc ? "en" : "dis",
14933 dev_priv->vbt.lvds_use_ssc ? "en" : "dis");
14934 dev_priv->vbt.lvds_use_ssc = bios_lvds_use_ssc;
14935 }
14936 }
14937
5db94019 14938 if (IS_GEN2(dev_priv)) {
a6c45cf0
CW
14939 dev->mode_config.max_width = 2048;
14940 dev->mode_config.max_height = 2048;
5db94019 14941 } else if (IS_GEN3(dev_priv)) {
5e4d6fa7
KP
14942 dev->mode_config.max_width = 4096;
14943 dev->mode_config.max_height = 4096;
79e53945 14944 } else {
a6c45cf0
CW
14945 dev->mode_config.max_width = 8192;
14946 dev->mode_config.max_height = 8192;
79e53945 14947 }
068be561 14948
2a307c2e
JN
14949 if (IS_I845G(dev_priv) || IS_I865G(dev_priv)) {
14950 dev->mode_config.cursor_width = IS_I845G(dev_priv) ? 64 : 512;
dc41c154 14951 dev->mode_config.cursor_height = 1023;
5db94019 14952 } else if (IS_GEN2(dev_priv)) {
068be561
DL
14953 dev->mode_config.cursor_width = GEN2_CURSOR_WIDTH;
14954 dev->mode_config.cursor_height = GEN2_CURSOR_HEIGHT;
14955 } else {
14956 dev->mode_config.cursor_width = MAX_CURSOR_WIDTH;
14957 dev->mode_config.cursor_height = MAX_CURSOR_HEIGHT;
14958 }
14959
72e96d64 14960 dev->mode_config.fb_base = ggtt->mappable_base;
79e53945 14961
28c97730 14962 DRM_DEBUG_KMS("%d display pipe%s available.\n",
b7f05d4a
TU
14963 INTEL_INFO(dev_priv)->num_pipes,
14964 INTEL_INFO(dev_priv)->num_pipes > 1 ? "s" : "");
79e53945 14965
055e393f 14966 for_each_pipe(dev_priv, pipe) {
b079bd17
VS
14967 int ret;
14968
5ab0d85b 14969 ret = intel_crtc_init(dev_priv, pipe);
b079bd17
VS
14970 if (ret) {
14971 drm_mode_config_cleanup(dev);
14972 return ret;
14973 }
79e53945
JB
14974 }
14975
e72f9fbf 14976 intel_shared_dpll_init(dev);
ee7b9f93 14977
5be6e334
VS
14978 intel_update_czclk(dev_priv);
14979 intel_modeset_init_hw(dev);
14980
b2045352 14981 if (dev_priv->max_cdclk_freq == 0)
4c75b940 14982 intel_update_max_cdclk(dev_priv);
b2045352 14983
9cce37f4 14984 /* Just disable it once at startup */
29b74b7f 14985 i915_disable_vga(dev_priv);
c39055b0 14986 intel_setup_outputs(dev_priv);
11be49eb 14987
6e9f798d 14988 drm_modeset_lock_all(dev);
043e9bda 14989 intel_modeset_setup_hw_state(dev);
6e9f798d 14990 drm_modeset_unlock_all(dev);
46f297fb 14991
d3fcc808 14992 for_each_intel_crtc(dev, crtc) {
eeebeac5
ML
14993 struct intel_initial_plane_config plane_config = {};
14994
46f297fb
JB
14995 if (!crtc->active)
14996 continue;
14997
46f297fb 14998 /*
46f297fb
JB
14999 * Note that reserving the BIOS fb up front prevents us
15000 * from stuffing other stolen allocations like the ring
15001 * on top. This prevents some ugliness at boot time, and
15002 * can even allow for smooth boot transitions if the BIOS
15003 * fb is large enough for the active pipe configuration.
15004 */
eeebeac5
ML
15005 dev_priv->display.get_initial_plane_config(crtc,
15006 &plane_config);
15007
15008 /*
15009 * If the fb is shared between multiple heads, we'll
15010 * just get the first one.
15011 */
15012 intel_find_initial_plane_obj(crtc, &plane_config);
46f297fb 15013 }
d93c0372
MR
15014
15015 /*
15016 * Make sure hardware watermarks really match the state we read out.
15017 * Note that we need to do this after reconstructing the BIOS fb's
15018 * since the watermark calculation done here will use pstate->fb.
15019 */
602ae835
VS
15020 if (!HAS_GMCH_DISPLAY(dev_priv))
15021 sanitize_watermarks(dev);
b079bd17
VS
15022
15023 return 0;
2c7111db
CW
15024}
15025
7fad798e
DV
15026static void intel_enable_pipe_a(struct drm_device *dev)
15027{
15028 struct intel_connector *connector;
f9e905ca 15029 struct drm_connector_list_iter conn_iter;
7fad798e
DV
15030 struct drm_connector *crt = NULL;
15031 struct intel_load_detect_pipe load_detect_temp;
208bf9fd 15032 struct drm_modeset_acquire_ctx *ctx = dev->mode_config.acquire_ctx;
7fad798e
DV
15033
15034 /* We can't just switch on the pipe A, we need to set things up with a
15035 * proper mode and output configuration. As a gross hack, enable pipe A
15036 * by enabling the load detect pipe once. */
f9e905ca
DV
15037 drm_connector_list_iter_begin(dev, &conn_iter);
15038 for_each_intel_connector_iter(connector, &conn_iter) {
7fad798e
DV
15039 if (connector->encoder->type == INTEL_OUTPUT_ANALOG) {
15040 crt = &connector->base;
15041 break;
15042 }
15043 }
f9e905ca 15044 drm_connector_list_iter_end(&conn_iter);
7fad798e
DV
15045
15046 if (!crt)
15047 return;
15048
208bf9fd 15049 if (intel_get_load_detect_pipe(crt, NULL, &load_detect_temp, ctx))
49172fee 15050 intel_release_load_detect_pipe(crt, &load_detect_temp, ctx);
7fad798e
DV
15051}
15052
fa555837
DV
15053static bool
15054intel_check_plane_mapping(struct intel_crtc *crtc)
15055{
b7f05d4a 15056 struct drm_i915_private *dev_priv = to_i915(crtc->base.dev);
649636ef 15057 u32 val;
fa555837 15058
b7f05d4a 15059 if (INTEL_INFO(dev_priv)->num_pipes == 1)
fa555837
DV
15060 return true;
15061
649636ef 15062 val = I915_READ(DSPCNTR(!crtc->plane));
fa555837
DV
15063
15064 if ((val & DISPLAY_PLANE_ENABLE) &&
15065 (!!(val & DISPPLANE_SEL_PIPE_MASK) == crtc->pipe))
15066 return false;
15067
15068 return true;
15069}
15070
02e93c35
VS
15071static bool intel_crtc_has_encoders(struct intel_crtc *crtc)
15072{
15073 struct drm_device *dev = crtc->base.dev;
15074 struct intel_encoder *encoder;
15075
15076 for_each_encoder_on_crtc(dev, &crtc->base, encoder)
15077 return true;
15078
15079 return false;
15080}
15081
496b0fc3
ML
15082static struct intel_connector *intel_encoder_find_connector(struct intel_encoder *encoder)
15083{
15084 struct drm_device *dev = encoder->base.dev;
15085 struct intel_connector *connector;
15086
15087 for_each_connector_on_encoder(dev, &encoder->base, connector)
15088 return connector;
15089
15090 return NULL;
15091}
15092
a168f5b3
VS
15093static bool has_pch_trancoder(struct drm_i915_private *dev_priv,
15094 enum transcoder pch_transcoder)
15095{
15096 return HAS_PCH_IBX(dev_priv) || HAS_PCH_CPT(dev_priv) ||
15097 (HAS_PCH_LPT_H(dev_priv) && pch_transcoder == TRANSCODER_A);
15098}
15099
24929352
DV
15100static void intel_sanitize_crtc(struct intel_crtc *crtc)
15101{
15102 struct drm_device *dev = crtc->base.dev;
fac5e23e 15103 struct drm_i915_private *dev_priv = to_i915(dev);
4d1de975 15104 enum transcoder cpu_transcoder = crtc->config->cpu_transcoder;
24929352 15105
24929352 15106 /* Clear any frame start delays used for debugging left by the BIOS */
4d1de975
JN
15107 if (!transcoder_is_dsi(cpu_transcoder)) {
15108 i915_reg_t reg = PIPECONF(cpu_transcoder);
15109
15110 I915_WRITE(reg,
15111 I915_READ(reg) & ~PIPECONF_FRAME_START_DELAY_MASK);
15112 }
24929352 15113
d3eaf884 15114 /* restore vblank interrupts to correct state */
9625604c 15115 drm_crtc_vblank_reset(&crtc->base);
d297e103 15116 if (crtc->active) {
f9cd7b88
VS
15117 struct intel_plane *plane;
15118
9625604c 15119 drm_crtc_vblank_on(&crtc->base);
f9cd7b88
VS
15120
15121 /* Disable everything but the primary plane */
15122 for_each_intel_plane_on_crtc(dev, crtc, plane) {
15123 if (plane->base.type == DRM_PLANE_TYPE_PRIMARY)
15124 continue;
15125
72259536 15126 trace_intel_disable_plane(&plane->base, crtc);
f9cd7b88
VS
15127 plane->disable_plane(&plane->base, &crtc->base);
15128 }
9625604c 15129 }
d3eaf884 15130
24929352 15131 /* We need to sanitize the plane -> pipe mapping first because this will
fa555837
DV
15132 * disable the crtc (and hence change the state) if it is wrong. Note
15133 * that gen4+ has a fixed plane -> pipe mapping. */
6315b5d3 15134 if (INTEL_GEN(dev_priv) < 4 && !intel_check_plane_mapping(crtc)) {
24929352
DV
15135 bool plane;
15136
78108b7c
VS
15137 DRM_DEBUG_KMS("[CRTC:%d:%s] wrong plane connection detected!\n",
15138 crtc->base.base.id, crtc->base.name);
24929352
DV
15139
15140 /* Pipe has the wrong plane attached and the plane is active.
15141 * Temporarily change the plane mapping and disable everything
15142 * ... */
15143 plane = crtc->plane;
1d4258db 15144 crtc->base.primary->state->visible = true;
24929352 15145 crtc->plane = !plane;
b17d48e2 15146 intel_crtc_disable_noatomic(&crtc->base);
24929352 15147 crtc->plane = plane;
24929352 15148 }
24929352 15149
7fad798e
DV
15150 if (dev_priv->quirks & QUIRK_PIPEA_FORCE &&
15151 crtc->pipe == PIPE_A && !crtc->active) {
15152 /* BIOS forgot to enable pipe A, this mostly happens after
15153 * resume. Force-enable the pipe to fix this, the update_dpms
15154 * call below we restore the pipe to the right state, but leave
15155 * the required bits on. */
15156 intel_enable_pipe_a(dev);
15157 }
15158
24929352
DV
15159 /* Adjust the state of the output pipe according to whether we
15160 * have active connectors/encoders. */
842e0307 15161 if (crtc->active && !intel_crtc_has_encoders(crtc))
b17d48e2 15162 intel_crtc_disable_noatomic(&crtc->base);
24929352 15163
49cff963 15164 if (crtc->active || HAS_GMCH_DISPLAY(dev_priv)) {
4cc31489
DV
15165 /*
15166 * We start out with underrun reporting disabled to avoid races.
15167 * For correct bookkeeping mark this on active crtcs.
15168 *
c5ab3bc0
DV
15169 * Also on gmch platforms we dont have any hardware bits to
15170 * disable the underrun reporting. Which means we need to start
15171 * out with underrun reporting disabled also on inactive pipes,
15172 * since otherwise we'll complain about the garbage we read when
15173 * e.g. coming up after runtime pm.
15174 *
4cc31489
DV
15175 * No protection against concurrent access is required - at
15176 * worst a fifo underrun happens which also sets this to false.
15177 */
15178 crtc->cpu_fifo_underrun_disabled = true;
a168f5b3
VS
15179 /*
15180 * We track the PCH trancoder underrun reporting state
15181 * within the crtc. With crtc for pipe A housing the underrun
15182 * reporting state for PCH transcoder A, crtc for pipe B housing
15183 * it for PCH transcoder B, etc. LPT-H has only PCH transcoder A,
15184 * and marking underrun reporting as disabled for the non-existing
15185 * PCH transcoders B and C would prevent enabling the south
15186 * error interrupt (see cpt_can_enable_serr_int()).
15187 */
15188 if (has_pch_trancoder(dev_priv, (enum transcoder)crtc->pipe))
15189 crtc->pch_fifo_underrun_disabled = true;
4cc31489 15190 }
24929352
DV
15191}
15192
15193static void intel_sanitize_encoder(struct intel_encoder *encoder)
15194{
15195 struct intel_connector *connector;
24929352
DV
15196
15197 /* We need to check both for a crtc link (meaning that the
15198 * encoder is active and trying to read from a pipe) and the
15199 * pipe itself being active. */
15200 bool has_active_crtc = encoder->base.crtc &&
15201 to_intel_crtc(encoder->base.crtc)->active;
15202
496b0fc3
ML
15203 connector = intel_encoder_find_connector(encoder);
15204 if (connector && !has_active_crtc) {
24929352
DV
15205 DRM_DEBUG_KMS("[ENCODER:%d:%s] has active connectors but no active pipe!\n",
15206 encoder->base.base.id,
8e329a03 15207 encoder->base.name);
24929352
DV
15208
15209 /* Connector is active, but has no active pipe. This is
15210 * fallout from our resume register restoring. Disable
15211 * the encoder manually again. */
15212 if (encoder->base.crtc) {
fd6bbda9
ML
15213 struct drm_crtc_state *crtc_state = encoder->base.crtc->state;
15214
24929352
DV
15215 DRM_DEBUG_KMS("[ENCODER:%d:%s] manually disabled\n",
15216 encoder->base.base.id,
8e329a03 15217 encoder->base.name);
fd6bbda9 15218 encoder->disable(encoder, to_intel_crtc_state(crtc_state), connector->base.state);
a62d1497 15219 if (encoder->post_disable)
fd6bbda9 15220 encoder->post_disable(encoder, to_intel_crtc_state(crtc_state), connector->base.state);
24929352 15221 }
7f1950fb 15222 encoder->base.crtc = NULL;
24929352
DV
15223
15224 /* Inconsistent output/port/pipe state happens presumably due to
15225 * a bug in one of the get_hw_state functions. Or someplace else
15226 * in our code, like the register restore mess on resume. Clamp
15227 * things to off as a safer default. */
fd6bbda9
ML
15228
15229 connector->base.dpms = DRM_MODE_DPMS_OFF;
15230 connector->base.encoder = NULL;
24929352
DV
15231 }
15232 /* Enabled encoders without active connectors will be fixed in
15233 * the crtc fixup. */
15234}
15235
29b74b7f 15236void i915_redisable_vga_power_on(struct drm_i915_private *dev_priv)
0fde901f 15237{
920a14b2 15238 i915_reg_t vga_reg = i915_vgacntrl_reg(dev_priv);
0fde901f 15239
04098753
ID
15240 if (!(I915_READ(vga_reg) & VGA_DISP_DISABLE)) {
15241 DRM_DEBUG_KMS("Something enabled VGA plane, disabling it\n");
29b74b7f 15242 i915_disable_vga(dev_priv);
04098753
ID
15243 }
15244}
15245
29b74b7f 15246void i915_redisable_vga(struct drm_i915_private *dev_priv)
04098753 15247{
8dc8a27c
PZ
15248 /* This function can be called both from intel_modeset_setup_hw_state or
15249 * at a very early point in our resume sequence, where the power well
15250 * structures are not yet restored. Since this function is at a very
15251 * paranoid "someone might have enabled VGA while we were not looking"
15252 * level, just check if the power well is enabled instead of trying to
15253 * follow the "don't touch the power well if we don't need it" policy
15254 * the rest of the driver uses. */
6392f847 15255 if (!intel_display_power_get_if_enabled(dev_priv, POWER_DOMAIN_VGA))
8dc8a27c
PZ
15256 return;
15257
29b74b7f 15258 i915_redisable_vga_power_on(dev_priv);
6392f847
ID
15259
15260 intel_display_power_put(dev_priv, POWER_DOMAIN_VGA);
0fde901f
KM
15261}
15262
f9cd7b88 15263static bool primary_get_hw_state(struct intel_plane *plane)
98ec7739 15264{
f9cd7b88 15265 struct drm_i915_private *dev_priv = to_i915(plane->base.dev);
98ec7739 15266
f9cd7b88 15267 return I915_READ(DSPCNTR(plane->plane)) & DISPLAY_PLANE_ENABLE;
d032ffa0
ML
15268}
15269
f9cd7b88
VS
15270/* FIXME read out full plane state for all planes */
15271static void readout_plane_state(struct intel_crtc *crtc)
d032ffa0 15272{
e9728bd8
VS
15273 struct intel_plane *primary = to_intel_plane(crtc->base.primary);
15274 bool visible;
d032ffa0 15275
e9728bd8 15276 visible = crtc->active && primary_get_hw_state(primary);
b26d3ea3 15277
e9728bd8
VS
15278 intel_set_plane_visible(to_intel_crtc_state(crtc->base.state),
15279 to_intel_plane_state(primary->base.state),
15280 visible);
98ec7739
VS
15281}
15282
30e984df 15283static void intel_modeset_readout_hw_state(struct drm_device *dev)
24929352 15284{
fac5e23e 15285 struct drm_i915_private *dev_priv = to_i915(dev);
24929352 15286 enum pipe pipe;
24929352
DV
15287 struct intel_crtc *crtc;
15288 struct intel_encoder *encoder;
15289 struct intel_connector *connector;
f9e905ca 15290 struct drm_connector_list_iter conn_iter;
5358901f 15291 int i;
24929352 15292
565602d7
ML
15293 dev_priv->active_crtcs = 0;
15294
d3fcc808 15295 for_each_intel_crtc(dev, crtc) {
a8cd6da0
VS
15296 struct intel_crtc_state *crtc_state =
15297 to_intel_crtc_state(crtc->base.state);
3b117c8f 15298
ec2dc6a0 15299 __drm_atomic_helper_crtc_destroy_state(&crtc_state->base);
565602d7
ML
15300 memset(crtc_state, 0, sizeof(*crtc_state));
15301 crtc_state->base.crtc = &crtc->base;
24929352 15302
565602d7
ML
15303 crtc_state->base.active = crtc_state->base.enable =
15304 dev_priv->display.get_pipe_config(crtc, crtc_state);
15305
15306 crtc->base.enabled = crtc_state->base.enable;
15307 crtc->active = crtc_state->base.active;
15308
aca1ebf4 15309 if (crtc_state->base.active)
565602d7
ML
15310 dev_priv->active_crtcs |= 1 << crtc->pipe;
15311
f9cd7b88 15312 readout_plane_state(crtc);
24929352 15313
78108b7c
VS
15314 DRM_DEBUG_KMS("[CRTC:%d:%s] hw state readout: %s\n",
15315 crtc->base.base.id, crtc->base.name,
a8cd6da0 15316 enableddisabled(crtc_state->base.active));
24929352
DV
15317 }
15318
5358901f
DV
15319 for (i = 0; i < dev_priv->num_shared_dpll; i++) {
15320 struct intel_shared_dpll *pll = &dev_priv->shared_dplls[i];
15321
2edd6443 15322 pll->on = pll->funcs.get_hw_state(dev_priv, pll,
2c42e535
ACO
15323 &pll->state.hw_state);
15324 pll->state.crtc_mask = 0;
d3fcc808 15325 for_each_intel_crtc(dev, crtc) {
a8cd6da0
VS
15326 struct intel_crtc_state *crtc_state =
15327 to_intel_crtc_state(crtc->base.state);
15328
15329 if (crtc_state->base.active &&
15330 crtc_state->shared_dpll == pll)
2c42e535 15331 pll->state.crtc_mask |= 1 << crtc->pipe;
5358901f 15332 }
2c42e535 15333 pll->active_mask = pll->state.crtc_mask;
5358901f 15334
1e6f2ddc 15335 DRM_DEBUG_KMS("%s hw state readout: crtc_mask 0x%08x, on %i\n",
2c42e535 15336 pll->name, pll->state.crtc_mask, pll->on);
5358901f
DV
15337 }
15338
b2784e15 15339 for_each_intel_encoder(dev, encoder) {
24929352
DV
15340 pipe = 0;
15341
15342 if (encoder->get_hw_state(encoder, &pipe)) {
a8cd6da0
VS
15343 struct intel_crtc_state *crtc_state;
15344
98187836 15345 crtc = intel_get_crtc_for_pipe(dev_priv, pipe);
a8cd6da0 15346 crtc_state = to_intel_crtc_state(crtc->base.state);
e2af48c6 15347
045ac3b5 15348 encoder->base.crtc = &crtc->base;
a8cd6da0
VS
15349 crtc_state->output_types |= 1 << encoder->type;
15350 encoder->get_config(encoder, crtc_state);
24929352
DV
15351 } else {
15352 encoder->base.crtc = NULL;
15353 }
15354
6f2bcceb 15355 DRM_DEBUG_KMS("[ENCODER:%d:%s] hw state readout: %s, pipe %c\n",
08c4d7fc
TU
15356 encoder->base.base.id, encoder->base.name,
15357 enableddisabled(encoder->base.crtc),
6f2bcceb 15358 pipe_name(pipe));
24929352
DV
15359 }
15360
f9e905ca
DV
15361 drm_connector_list_iter_begin(dev, &conn_iter);
15362 for_each_intel_connector_iter(connector, &conn_iter) {
24929352
DV
15363 if (connector->get_hw_state(connector)) {
15364 connector->base.dpms = DRM_MODE_DPMS_ON;
2aa974c9
ML
15365
15366 encoder = connector->encoder;
15367 connector->base.encoder = &encoder->base;
15368
15369 if (encoder->base.crtc &&
15370 encoder->base.crtc->state->active) {
15371 /*
15372 * This has to be done during hardware readout
15373 * because anything calling .crtc_disable may
15374 * rely on the connector_mask being accurate.
15375 */
15376 encoder->base.crtc->state->connector_mask |=
15377 1 << drm_connector_index(&connector->base);
e87a52b3
ML
15378 encoder->base.crtc->state->encoder_mask |=
15379 1 << drm_encoder_index(&encoder->base);
2aa974c9
ML
15380 }
15381
24929352
DV
15382 } else {
15383 connector->base.dpms = DRM_MODE_DPMS_OFF;
15384 connector->base.encoder = NULL;
15385 }
15386 DRM_DEBUG_KMS("[CONNECTOR:%d:%s] hw state readout: %s\n",
08c4d7fc
TU
15387 connector->base.base.id, connector->base.name,
15388 enableddisabled(connector->base.encoder));
24929352 15389 }
f9e905ca 15390 drm_connector_list_iter_end(&conn_iter);
7f4c6284
VS
15391
15392 for_each_intel_crtc(dev, crtc) {
a8cd6da0
VS
15393 struct intel_crtc_state *crtc_state =
15394 to_intel_crtc_state(crtc->base.state);
aca1ebf4
VS
15395 int pixclk = 0;
15396
a8cd6da0 15397 crtc->base.hwmode = crtc_state->base.adjusted_mode;
7f4c6284
VS
15398
15399 memset(&crtc->base.mode, 0, sizeof(crtc->base.mode));
a8cd6da0
VS
15400 if (crtc_state->base.active) {
15401 intel_mode_from_pipe_config(&crtc->base.mode, crtc_state);
15402 intel_mode_from_pipe_config(&crtc_state->base.adjusted_mode, crtc_state);
7f4c6284
VS
15403 WARN_ON(drm_atomic_set_mode_for_crtc(crtc->base.state, &crtc->base.mode));
15404
15405 /*
15406 * The initial mode needs to be set in order to keep
15407 * the atomic core happy. It wants a valid mode if the
15408 * crtc's enabled, so we do the above call.
15409 *
7800fb69
DV
15410 * But we don't set all the derived state fully, hence
15411 * set a flag to indicate that a full recalculation is
15412 * needed on the next commit.
7f4c6284 15413 */
a8cd6da0 15414 crtc_state->base.mode.private_flags = I915_MODE_FLAG_INHERITED;
9eca6832 15415
a7d1b3f4
VS
15416 intel_crtc_compute_pixel_rate(crtc_state);
15417
15418 if (INTEL_GEN(dev_priv) >= 9 || IS_BROADWELL(dev_priv) ||
15419 IS_VALLEYVIEW(dev_priv) || IS_CHERRYVIEW(dev_priv))
15420 pixclk = crtc_state->pixel_rate;
aca1ebf4
VS
15421 else
15422 WARN_ON(dev_priv->display.modeset_calc_cdclk);
15423
15424 /* pixel rate mustn't exceed 95% of cdclk with IPS on BDW */
a8cd6da0 15425 if (IS_BROADWELL(dev_priv) && crtc_state->ips_enabled)
aca1ebf4
VS
15426 pixclk = DIV_ROUND_UP(pixclk * 100, 95);
15427
9eca6832
VS
15428 drm_calc_timestamping_constants(&crtc->base, &crtc->base.hwmode);
15429 update_scanline_offset(crtc);
7f4c6284 15430 }
e3b247da 15431
aca1ebf4
VS
15432 dev_priv->min_pixclk[crtc->pipe] = pixclk;
15433
a8cd6da0 15434 intel_pipe_config_sanity_check(dev_priv, crtc_state);
7f4c6284 15435 }
30e984df
DV
15436}
15437
62b69566
ACO
15438static void
15439get_encoder_power_domains(struct drm_i915_private *dev_priv)
15440{
15441 struct intel_encoder *encoder;
15442
15443 for_each_intel_encoder(&dev_priv->drm, encoder) {
15444 u64 get_domains;
15445 enum intel_display_power_domain domain;
15446
15447 if (!encoder->get_power_domains)
15448 continue;
15449
15450 get_domains = encoder->get_power_domains(encoder);
15451 for_each_power_domain(domain, get_domains)
15452 intel_display_power_get(dev_priv, domain);
15453 }
15454}
15455
043e9bda
ML
15456/* Scan out the current hw modeset state,
15457 * and sanitizes it to the current state
15458 */
15459static void
15460intel_modeset_setup_hw_state(struct drm_device *dev)
30e984df 15461{
fac5e23e 15462 struct drm_i915_private *dev_priv = to_i915(dev);
30e984df 15463 enum pipe pipe;
30e984df
DV
15464 struct intel_crtc *crtc;
15465 struct intel_encoder *encoder;
35c95375 15466 int i;
30e984df
DV
15467
15468 intel_modeset_readout_hw_state(dev);
24929352
DV
15469
15470 /* HW state is read out, now we need to sanitize this mess. */
62b69566
ACO
15471 get_encoder_power_domains(dev_priv);
15472
b2784e15 15473 for_each_intel_encoder(dev, encoder) {
24929352
DV
15474 intel_sanitize_encoder(encoder);
15475 }
15476
055e393f 15477 for_each_pipe(dev_priv, pipe) {
98187836 15478 crtc = intel_get_crtc_for_pipe(dev_priv, pipe);
e2af48c6 15479
24929352 15480 intel_sanitize_crtc(crtc);
6e3c9717
ACO
15481 intel_dump_pipe_config(crtc, crtc->config,
15482 "[setup_hw_state]");
24929352 15483 }
9a935856 15484
d29b2f9d
ACO
15485 intel_modeset_update_connector_atomic_state(dev);
15486
35c95375
DV
15487 for (i = 0; i < dev_priv->num_shared_dpll; i++) {
15488 struct intel_shared_dpll *pll = &dev_priv->shared_dplls[i];
15489
2dd66ebd 15490 if (!pll->on || pll->active_mask)
35c95375
DV
15491 continue;
15492
15493 DRM_DEBUG_KMS("%s enabled but not in use, disabling\n", pll->name);
15494
2edd6443 15495 pll->funcs.disable(dev_priv, pll);
35c95375
DV
15496 pll->on = false;
15497 }
15498
602ae835 15499 if (IS_VALLEYVIEW(dev_priv) || IS_CHERRYVIEW(dev_priv)) {
6eb1a681 15500 vlv_wm_get_hw_state(dev);
602ae835
VS
15501 vlv_wm_sanitize(dev_priv);
15502 } else if (IS_GEN9(dev_priv)) {
3078999f 15503 skl_wm_get_hw_state(dev);
602ae835 15504 } else if (HAS_PCH_SPLIT(dev_priv)) {
243e6a44 15505 ilk_wm_get_hw_state(dev);
602ae835 15506 }
292b990e
ML
15507
15508 for_each_intel_crtc(dev, crtc) {
d8fc70b7 15509 u64 put_domains;
292b990e 15510
74bff5f9 15511 put_domains = modeset_get_crtc_power_domains(&crtc->base, crtc->config);
292b990e
ML
15512 if (WARN_ON(put_domains))
15513 modeset_put_power_domains(dev_priv, put_domains);
15514 }
15515 intel_display_set_init_power(dev_priv, false);
010cf73d 15516
8d8c386c
ID
15517 intel_power_domains_verify_state(dev_priv);
15518
010cf73d 15519 intel_fbc_init_pipe_state(dev_priv);
043e9bda 15520}
7d0bc1ea 15521
043e9bda
ML
15522void intel_display_resume(struct drm_device *dev)
15523{
e2c8b870
ML
15524 struct drm_i915_private *dev_priv = to_i915(dev);
15525 struct drm_atomic_state *state = dev_priv->modeset_restore_state;
15526 struct drm_modeset_acquire_ctx ctx;
043e9bda 15527 int ret;
f30da187 15528
e2c8b870 15529 dev_priv->modeset_restore_state = NULL;
73974893
ML
15530 if (state)
15531 state->acquire_ctx = &ctx;
043e9bda 15532
ea49c9ac
ML
15533 /*
15534 * This is a cludge because with real atomic modeset mode_config.mutex
15535 * won't be taken. Unfortunately some probed state like
15536 * audio_codec_enable is still protected by mode_config.mutex, so lock
15537 * it here for now.
15538 */
15539 mutex_lock(&dev->mode_config.mutex);
e2c8b870 15540 drm_modeset_acquire_init(&ctx, 0);
043e9bda 15541
73974893
ML
15542 while (1) {
15543 ret = drm_modeset_lock_all_ctx(dev, &ctx);
15544 if (ret != -EDEADLK)
15545 break;
043e9bda 15546
e2c8b870 15547 drm_modeset_backoff(&ctx);
e2c8b870 15548 }
043e9bda 15549
73974893 15550 if (!ret)
581e49fe 15551 ret = __intel_display_resume(dev, state, &ctx);
73974893 15552
e2c8b870
ML
15553 drm_modeset_drop_locks(&ctx);
15554 drm_modeset_acquire_fini(&ctx);
ea49c9ac 15555 mutex_unlock(&dev->mode_config.mutex);
043e9bda 15556
0853695c 15557 if (ret)
e2c8b870 15558 DRM_ERROR("Restoring old state failed with %i\n", ret);
3c5e37f1
CW
15559 if (state)
15560 drm_atomic_state_put(state);
2c7111db
CW
15561}
15562
15563void intel_modeset_gem_init(struct drm_device *dev)
15564{
dc97997a 15565 struct drm_i915_private *dev_priv = to_i915(dev);
484b41dd 15566
dc97997a 15567 intel_init_gt_powersave(dev_priv);
ae48434c 15568
1ee8da6d 15569 intel_setup_overlay(dev_priv);
1ebaa0b9
CW
15570}
15571
15572int intel_connector_register(struct drm_connector *connector)
15573{
15574 struct intel_connector *intel_connector = to_intel_connector(connector);
15575 int ret;
15576
15577 ret = intel_backlight_device_register(intel_connector);
15578 if (ret)
15579 goto err;
15580
15581 return 0;
0962c3c9 15582
1ebaa0b9
CW
15583err:
15584 return ret;
79e53945
JB
15585}
15586
c191eca1 15587void intel_connector_unregister(struct drm_connector *connector)
4932e2c3 15588{
e63d87c0 15589 struct intel_connector *intel_connector = to_intel_connector(connector);
4932e2c3 15590
e63d87c0 15591 intel_backlight_device_unregister(intel_connector);
4932e2c3 15592 intel_panel_destroy_backlight(connector);
4932e2c3
ID
15593}
15594
79e53945
JB
15595void intel_modeset_cleanup(struct drm_device *dev)
15596{
fac5e23e 15597 struct drm_i915_private *dev_priv = to_i915(dev);
652c393a 15598
eb955eee
CW
15599 flush_work(&dev_priv->atomic_helper.free_work);
15600 WARN_ON(!llist_empty(&dev_priv->atomic_helper.free_list));
15601
dc97997a 15602 intel_disable_gt_powersave(dev_priv);
2eb5252e 15603
fd0c0642
DV
15604 /*
15605 * Interrupts and polling as the first thing to avoid creating havoc.
2eb5252e 15606 * Too much stuff here (turning of connectors, ...) would
fd0c0642
DV
15607 * experience fancy races otherwise.
15608 */
2aeb7d3a 15609 intel_irq_uninstall(dev_priv);
eb21b92b 15610
fd0c0642
DV
15611 /*
15612 * Due to the hpd irq storm handling the hotplug work can re-arm the
15613 * poll handlers. Hence disable polling after hpd handling is shut down.
15614 */
f87ea761 15615 drm_kms_helper_poll_fini(dev);
fd0c0642 15616
723bfd70
JB
15617 intel_unregister_dsm_handler();
15618
c937ab3e 15619 intel_fbc_global_disable(dev_priv);
69341a5e 15620
1630fe75
CW
15621 /* flush any delayed tasks or pending work */
15622 flush_scheduled_work();
15623
79e53945 15624 drm_mode_config_cleanup(dev);
4d7bb011 15625
1ee8da6d 15626 intel_cleanup_overlay(dev_priv);
ae48434c 15627
dc97997a 15628 intel_cleanup_gt_powersave(dev_priv);
f5949141 15629
40196446 15630 intel_teardown_gmbus(dev_priv);
79e53945
JB
15631}
15632
df0e9248
CW
15633void intel_connector_attach_encoder(struct intel_connector *connector,
15634 struct intel_encoder *encoder)
15635{
15636 connector->encoder = encoder;
15637 drm_mode_connector_attach_encoder(&connector->base,
15638 &encoder->base);
79e53945 15639}
28d52043
DA
15640
15641/*
15642 * set vga decode state - true == enable VGA decode
15643 */
6315b5d3 15644int intel_modeset_vga_set_state(struct drm_i915_private *dev_priv, bool state)
28d52043 15645{
6315b5d3 15646 unsigned reg = INTEL_GEN(dev_priv) >= 6 ? SNB_GMCH_CTRL : INTEL_GMCH_CTRL;
28d52043
DA
15647 u16 gmch_ctrl;
15648
75fa041d
CW
15649 if (pci_read_config_word(dev_priv->bridge_dev, reg, &gmch_ctrl)) {
15650 DRM_ERROR("failed to read control word\n");
15651 return -EIO;
15652 }
15653
c0cc8a55
CW
15654 if (!!(gmch_ctrl & INTEL_GMCH_VGA_DISABLE) == !state)
15655 return 0;
15656
28d52043
DA
15657 if (state)
15658 gmch_ctrl &= ~INTEL_GMCH_VGA_DISABLE;
15659 else
15660 gmch_ctrl |= INTEL_GMCH_VGA_DISABLE;
75fa041d
CW
15661
15662 if (pci_write_config_word(dev_priv->bridge_dev, reg, gmch_ctrl)) {
15663 DRM_ERROR("failed to write control word\n");
15664 return -EIO;
15665 }
15666
28d52043
DA
15667 return 0;
15668}
c4a1d9e4 15669
98a2f411
CW
15670#if IS_ENABLED(CONFIG_DRM_I915_CAPTURE_ERROR)
15671
c4a1d9e4 15672struct intel_display_error_state {
ff57f1b0
PZ
15673
15674 u32 power_well_driver;
15675
63b66e5b
CW
15676 int num_transcoders;
15677
c4a1d9e4
CW
15678 struct intel_cursor_error_state {
15679 u32 control;
15680 u32 position;
15681 u32 base;
15682 u32 size;
52331309 15683 } cursor[I915_MAX_PIPES];
c4a1d9e4
CW
15684
15685 struct intel_pipe_error_state {
ddf9c536 15686 bool power_domain_on;
c4a1d9e4 15687 u32 source;
f301b1e1 15688 u32 stat;
52331309 15689 } pipe[I915_MAX_PIPES];
c4a1d9e4
CW
15690
15691 struct intel_plane_error_state {
15692 u32 control;
15693 u32 stride;
15694 u32 size;
15695 u32 pos;
15696 u32 addr;
15697 u32 surface;
15698 u32 tile_offset;
52331309 15699 } plane[I915_MAX_PIPES];
63b66e5b
CW
15700
15701 struct intel_transcoder_error_state {
ddf9c536 15702 bool power_domain_on;
63b66e5b
CW
15703 enum transcoder cpu_transcoder;
15704
15705 u32 conf;
15706
15707 u32 htotal;
15708 u32 hblank;
15709 u32 hsync;
15710 u32 vtotal;
15711 u32 vblank;
15712 u32 vsync;
15713 } transcoder[4];
c4a1d9e4
CW
15714};
15715
15716struct intel_display_error_state *
c033666a 15717intel_display_capture_error_state(struct drm_i915_private *dev_priv)
c4a1d9e4 15718{
c4a1d9e4 15719 struct intel_display_error_state *error;
63b66e5b
CW
15720 int transcoders[] = {
15721 TRANSCODER_A,
15722 TRANSCODER_B,
15723 TRANSCODER_C,
15724 TRANSCODER_EDP,
15725 };
c4a1d9e4
CW
15726 int i;
15727
c033666a 15728 if (INTEL_INFO(dev_priv)->num_pipes == 0)
63b66e5b
CW
15729 return NULL;
15730
9d1cb914 15731 error = kzalloc(sizeof(*error), GFP_ATOMIC);
c4a1d9e4
CW
15732 if (error == NULL)
15733 return NULL;
15734
c033666a 15735 if (IS_HASWELL(dev_priv) || IS_BROADWELL(dev_priv))
ff57f1b0
PZ
15736 error->power_well_driver = I915_READ(HSW_PWR_WELL_DRIVER);
15737
055e393f 15738 for_each_pipe(dev_priv, i) {
ddf9c536 15739 error->pipe[i].power_domain_on =
f458ebbc
DV
15740 __intel_display_power_is_enabled(dev_priv,
15741 POWER_DOMAIN_PIPE(i));
ddf9c536 15742 if (!error->pipe[i].power_domain_on)
9d1cb914
PZ
15743 continue;
15744
5efb3e28
VS
15745 error->cursor[i].control = I915_READ(CURCNTR(i));
15746 error->cursor[i].position = I915_READ(CURPOS(i));
15747 error->cursor[i].base = I915_READ(CURBASE(i));
c4a1d9e4
CW
15748
15749 error->plane[i].control = I915_READ(DSPCNTR(i));
15750 error->plane[i].stride = I915_READ(DSPSTRIDE(i));
c033666a 15751 if (INTEL_GEN(dev_priv) <= 3) {
51889b35 15752 error->plane[i].size = I915_READ(DSPSIZE(i));
80ca378b
PZ
15753 error->plane[i].pos = I915_READ(DSPPOS(i));
15754 }
c033666a 15755 if (INTEL_GEN(dev_priv) <= 7 && !IS_HASWELL(dev_priv))
ca291363 15756 error->plane[i].addr = I915_READ(DSPADDR(i));
c033666a 15757 if (INTEL_GEN(dev_priv) >= 4) {
c4a1d9e4
CW
15758 error->plane[i].surface = I915_READ(DSPSURF(i));
15759 error->plane[i].tile_offset = I915_READ(DSPTILEOFF(i));
15760 }
15761
c4a1d9e4 15762 error->pipe[i].source = I915_READ(PIPESRC(i));
f301b1e1 15763
c033666a 15764 if (HAS_GMCH_DISPLAY(dev_priv))
f301b1e1 15765 error->pipe[i].stat = I915_READ(PIPESTAT(i));
63b66e5b
CW
15766 }
15767
4d1de975 15768 /* Note: this does not include DSI transcoders. */
c033666a 15769 error->num_transcoders = INTEL_INFO(dev_priv)->num_pipes;
2d1fe073 15770 if (HAS_DDI(dev_priv))
63b66e5b
CW
15771 error->num_transcoders++; /* Account for eDP. */
15772
15773 for (i = 0; i < error->num_transcoders; i++) {
15774 enum transcoder cpu_transcoder = transcoders[i];
15775
ddf9c536 15776 error->transcoder[i].power_domain_on =
f458ebbc 15777 __intel_display_power_is_enabled(dev_priv,
38cc1daf 15778 POWER_DOMAIN_TRANSCODER(cpu_transcoder));
ddf9c536 15779 if (!error->transcoder[i].power_domain_on)
9d1cb914
PZ
15780 continue;
15781
63b66e5b
CW
15782 error->transcoder[i].cpu_transcoder = cpu_transcoder;
15783
15784 error->transcoder[i].conf = I915_READ(PIPECONF(cpu_transcoder));
15785 error->transcoder[i].htotal = I915_READ(HTOTAL(cpu_transcoder));
15786 error->transcoder[i].hblank = I915_READ(HBLANK(cpu_transcoder));
15787 error->transcoder[i].hsync = I915_READ(HSYNC(cpu_transcoder));
15788 error->transcoder[i].vtotal = I915_READ(VTOTAL(cpu_transcoder));
15789 error->transcoder[i].vblank = I915_READ(VBLANK(cpu_transcoder));
15790 error->transcoder[i].vsync = I915_READ(VSYNC(cpu_transcoder));
c4a1d9e4
CW
15791 }
15792
15793 return error;
15794}
15795
edc3d884
MK
15796#define err_printf(e, ...) i915_error_printf(e, __VA_ARGS__)
15797
c4a1d9e4 15798void
edc3d884 15799intel_display_print_error_state(struct drm_i915_error_state_buf *m,
c4a1d9e4
CW
15800 struct intel_display_error_state *error)
15801{
5a4c6f1b 15802 struct drm_i915_private *dev_priv = m->i915;
c4a1d9e4
CW
15803 int i;
15804
63b66e5b
CW
15805 if (!error)
15806 return;
15807
b7f05d4a 15808 err_printf(m, "Num Pipes: %d\n", INTEL_INFO(dev_priv)->num_pipes);
8652744b 15809 if (IS_HASWELL(dev_priv) || IS_BROADWELL(dev_priv))
edc3d884 15810 err_printf(m, "PWR_WELL_CTL2: %08x\n",
ff57f1b0 15811 error->power_well_driver);
055e393f 15812 for_each_pipe(dev_priv, i) {
edc3d884 15813 err_printf(m, "Pipe [%d]:\n", i);
ddf9c536 15814 err_printf(m, " Power: %s\n",
87ad3212 15815 onoff(error->pipe[i].power_domain_on));
edc3d884 15816 err_printf(m, " SRC: %08x\n", error->pipe[i].source);
f301b1e1 15817 err_printf(m, " STAT: %08x\n", error->pipe[i].stat);
edc3d884
MK
15818
15819 err_printf(m, "Plane [%d]:\n", i);
15820 err_printf(m, " CNTR: %08x\n", error->plane[i].control);
15821 err_printf(m, " STRIDE: %08x\n", error->plane[i].stride);
5f56d5f9 15822 if (INTEL_GEN(dev_priv) <= 3) {
edc3d884
MK
15823 err_printf(m, " SIZE: %08x\n", error->plane[i].size);
15824 err_printf(m, " POS: %08x\n", error->plane[i].pos);
80ca378b 15825 }
772c2a51 15826 if (INTEL_GEN(dev_priv) <= 7 && !IS_HASWELL(dev_priv))
edc3d884 15827 err_printf(m, " ADDR: %08x\n", error->plane[i].addr);
5f56d5f9 15828 if (INTEL_GEN(dev_priv) >= 4) {
edc3d884
MK
15829 err_printf(m, " SURF: %08x\n", error->plane[i].surface);
15830 err_printf(m, " TILEOFF: %08x\n", error->plane[i].tile_offset);
c4a1d9e4
CW
15831 }
15832
edc3d884
MK
15833 err_printf(m, "Cursor [%d]:\n", i);
15834 err_printf(m, " CNTR: %08x\n", error->cursor[i].control);
15835 err_printf(m, " POS: %08x\n", error->cursor[i].position);
15836 err_printf(m, " BASE: %08x\n", error->cursor[i].base);
c4a1d9e4 15837 }
63b66e5b
CW
15838
15839 for (i = 0; i < error->num_transcoders; i++) {
da205630 15840 err_printf(m, "CPU transcoder: %s\n",
63b66e5b 15841 transcoder_name(error->transcoder[i].cpu_transcoder));
ddf9c536 15842 err_printf(m, " Power: %s\n",
87ad3212 15843 onoff(error->transcoder[i].power_domain_on));
63b66e5b
CW
15844 err_printf(m, " CONF: %08x\n", error->transcoder[i].conf);
15845 err_printf(m, " HTOTAL: %08x\n", error->transcoder[i].htotal);
15846 err_printf(m, " HBLANK: %08x\n", error->transcoder[i].hblank);
15847 err_printf(m, " HSYNC: %08x\n", error->transcoder[i].hsync);
15848 err_printf(m, " VTOTAL: %08x\n", error->transcoder[i].vtotal);
15849 err_printf(m, " VBLANK: %08x\n", error->transcoder[i].vblank);
15850 err_printf(m, " VSYNC: %08x\n", error->transcoder[i].vsync);
15851 }
c4a1d9e4 15852}
98a2f411
CW
15853
15854#endif