]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - drivers/gpu/drm/i915/intel_display.c
drm/i915/kbl: Apply WaIncreaseDefaultTLBEntries on KBL.
[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"
db18b6a6 40#include "intel_dsi.h"
e5510fac 41#include "i915_trace.h"
319c1d42 42#include <drm/drm_atomic.h>
c196e1d6 43#include <drm/drm_atomic_helper.h>
760285e7
DH
44#include <drm/drm_dp_helper.h>
45#include <drm/drm_crtc_helper.h>
465c120c
MR
46#include <drm/drm_plane_helper.h>
47#include <drm/drm_rect.h>
c0f372b3 48#include <linux/dma_remapping.h>
fd8e058a 49#include <linux/reservation.h>
79e53945 50
5a21b665
DV
51static bool is_mmio_work(struct intel_flip_work *work)
52{
53 return work->mmio_work.func;
54}
55
465c120c 56/* Primary plane formats for gen <= 3 */
568db4f2 57static const uint32_t i8xx_primary_formats[] = {
67fe7dc5
DL
58 DRM_FORMAT_C8,
59 DRM_FORMAT_RGB565,
465c120c 60 DRM_FORMAT_XRGB1555,
67fe7dc5 61 DRM_FORMAT_XRGB8888,
465c120c
MR
62};
63
64/* Primary plane formats for gen >= 4 */
568db4f2 65static const uint32_t i965_primary_formats[] = {
6c0fd451
DL
66 DRM_FORMAT_C8,
67 DRM_FORMAT_RGB565,
68 DRM_FORMAT_XRGB8888,
69 DRM_FORMAT_XBGR8888,
70 DRM_FORMAT_XRGB2101010,
71 DRM_FORMAT_XBGR2101010,
72};
73
74static const uint32_t skl_primary_formats[] = {
67fe7dc5
DL
75 DRM_FORMAT_C8,
76 DRM_FORMAT_RGB565,
77 DRM_FORMAT_XRGB8888,
465c120c 78 DRM_FORMAT_XBGR8888,
67fe7dc5 79 DRM_FORMAT_ARGB8888,
465c120c
MR
80 DRM_FORMAT_ABGR8888,
81 DRM_FORMAT_XRGB2101010,
465c120c 82 DRM_FORMAT_XBGR2101010,
ea916ea0
KM
83 DRM_FORMAT_YUYV,
84 DRM_FORMAT_YVYU,
85 DRM_FORMAT_UYVY,
86 DRM_FORMAT_VYUY,
465c120c
MR
87};
88
3d7d6510
MR
89/* Cursor formats */
90static const uint32_t intel_cursor_formats[] = {
91 DRM_FORMAT_ARGB8888,
92};
93
f1f644dc 94static void i9xx_crtc_clock_get(struct intel_crtc *crtc,
5cec258b 95 struct intel_crtc_state *pipe_config);
18442d08 96static void ironlake_pch_clock_get(struct intel_crtc *crtc,
5cec258b 97 struct intel_crtc_state *pipe_config);
f1f644dc 98
eb1bfe80
JB
99static int intel_framebuffer_init(struct drm_device *dev,
100 struct intel_framebuffer *ifb,
101 struct drm_mode_fb_cmd2 *mode_cmd,
102 struct drm_i915_gem_object *obj);
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);
4e5ca60f 125static int ilk_max_pixel_rate(struct drm_atomic_state *state);
89b3c3c7 126static int glk_calc_cdclk(int max_pixclk);
324513c0 127static int bxt_calc_cdclk(int max_pixclk);
e7457a9a 128
d4906093 129struct intel_limit {
4c5def93
ACO
130 struct {
131 int min, max;
132 } dot, vco, n, m, m1, m2, p, p1;
133
134 struct {
135 int dot_limit;
136 int p2_slow, p2_fast;
137 } p2;
d4906093 138};
79e53945 139
bfa7df01
VS
140/* returns HPLL frequency in kHz */
141static int valleyview_get_vco(struct drm_i915_private *dev_priv)
142{
143 int hpll_freq, vco_freq[] = { 800, 1600, 2000, 2400 };
144
145 /* Obtain SKU information */
146 mutex_lock(&dev_priv->sb_lock);
147 hpll_freq = vlv_cck_read(dev_priv, CCK_FUSE_REG) &
148 CCK_FUSE_HPLL_FREQ_MASK;
149 mutex_unlock(&dev_priv->sb_lock);
150
151 return vco_freq[hpll_freq] * 1000;
152}
153
c30fec65
VS
154int vlv_get_cck_clock(struct drm_i915_private *dev_priv,
155 const char *name, u32 reg, int ref_freq)
bfa7df01
VS
156{
157 u32 val;
158 int divider;
159
bfa7df01
VS
160 mutex_lock(&dev_priv->sb_lock);
161 val = vlv_cck_read(dev_priv, reg);
162 mutex_unlock(&dev_priv->sb_lock);
163
164 divider = val & CCK_FREQUENCY_VALUES;
165
166 WARN((val & CCK_FREQUENCY_STATUS) !=
167 (divider << CCK_FREQUENCY_STATUS_SHIFT),
168 "%s change in progress\n", name);
169
c30fec65
VS
170 return DIV_ROUND_CLOSEST(ref_freq << 1, divider + 1);
171}
172
173static int vlv_get_cck_clock_hpll(struct drm_i915_private *dev_priv,
174 const char *name, u32 reg)
175{
176 if (dev_priv->hpll_freq == 0)
177 dev_priv->hpll_freq = valleyview_get_vco(dev_priv);
178
179 return vlv_get_cck_clock(dev_priv, name, reg,
180 dev_priv->hpll_freq);
bfa7df01
VS
181}
182
e7dc33f3
VS
183static int
184intel_pch_rawclk(struct drm_i915_private *dev_priv)
d2acd215 185{
e7dc33f3
VS
186 return (I915_READ(PCH_RAWCLK_FREQ) & RAWCLK_FREQ_MASK) * 1000;
187}
d2acd215 188
e7dc33f3
VS
189static int
190intel_vlv_hrawclk(struct drm_i915_private *dev_priv)
191{
19ab4ed3 192 /* RAWCLK_FREQ_VLV register updated from power well code */
35d38d1f
VS
193 return vlv_get_cck_clock_hpll(dev_priv, "hrawclk",
194 CCK_DISPLAY_REF_CLOCK_CONTROL);
d2acd215
DV
195}
196
e7dc33f3
VS
197static int
198intel_g4x_hrawclk(struct drm_i915_private *dev_priv)
79e50a4f 199{
79e50a4f
JN
200 uint32_t clkcfg;
201
e7dc33f3 202 /* hrawclock is 1/4 the FSB frequency */
79e50a4f
JN
203 clkcfg = I915_READ(CLKCFG);
204 switch (clkcfg & CLKCFG_FSB_MASK) {
205 case CLKCFG_FSB_400:
e7dc33f3 206 return 100000;
79e50a4f 207 case CLKCFG_FSB_533:
e7dc33f3 208 return 133333;
79e50a4f 209 case CLKCFG_FSB_667:
e7dc33f3 210 return 166667;
79e50a4f 211 case CLKCFG_FSB_800:
e7dc33f3 212 return 200000;
79e50a4f 213 case CLKCFG_FSB_1067:
e7dc33f3 214 return 266667;
79e50a4f 215 case CLKCFG_FSB_1333:
e7dc33f3 216 return 333333;
79e50a4f
JN
217 /* these two are just a guess; one of them might be right */
218 case CLKCFG_FSB_1600:
219 case CLKCFG_FSB_1600_ALT:
e7dc33f3 220 return 400000;
79e50a4f 221 default:
e7dc33f3 222 return 133333;
79e50a4f
JN
223 }
224}
225
19ab4ed3 226void intel_update_rawclk(struct drm_i915_private *dev_priv)
e7dc33f3
VS
227{
228 if (HAS_PCH_SPLIT(dev_priv))
229 dev_priv->rawclk_freq = intel_pch_rawclk(dev_priv);
230 else if (IS_VALLEYVIEW(dev_priv) || IS_CHERRYVIEW(dev_priv))
231 dev_priv->rawclk_freq = intel_vlv_hrawclk(dev_priv);
232 else if (IS_G4X(dev_priv) || IS_PINEVIEW(dev_priv))
233 dev_priv->rawclk_freq = intel_g4x_hrawclk(dev_priv);
234 else
235 return; /* no rawclk on other platforms, or no need to know it */
236
237 DRM_DEBUG_DRIVER("rawclk rate: %d kHz\n", dev_priv->rawclk_freq);
238}
239
bfa7df01
VS
240static void intel_update_czclk(struct drm_i915_private *dev_priv)
241{
666a4537 242 if (!(IS_VALLEYVIEW(dev_priv) || IS_CHERRYVIEW(dev_priv)))
bfa7df01
VS
243 return;
244
245 dev_priv->czclk_freq = vlv_get_cck_clock_hpll(dev_priv, "czclk",
246 CCK_CZ_CLOCK_CONTROL);
247
248 DRM_DEBUG_DRIVER("CZ clock rate: %d kHz\n", dev_priv->czclk_freq);
249}
250
021357ac 251static inline u32 /* units of 100MHz */
21a727b3
VS
252intel_fdi_link_freq(struct drm_i915_private *dev_priv,
253 const struct intel_crtc_state *pipe_config)
021357ac 254{
21a727b3
VS
255 if (HAS_DDI(dev_priv))
256 return pipe_config->port_clock; /* SPLL */
257 else if (IS_GEN5(dev_priv))
258 return ((I915_READ(FDI_PLL_BIOS_0) & FDI_PLL_FB_CLOCK_MASK) + 2) * 10000;
e3b247da 259 else
21a727b3 260 return 270000;
021357ac
CW
261}
262
1b6f4958 263static const struct intel_limit intel_limits_i8xx_dac = {
0206e353 264 .dot = { .min = 25000, .max = 350000 },
9c333719 265 .vco = { .min = 908000, .max = 1512000 },
91dbe5fb 266 .n = { .min = 2, .max = 16 },
0206e353
AJ
267 .m = { .min = 96, .max = 140 },
268 .m1 = { .min = 18, .max = 26 },
269 .m2 = { .min = 6, .max = 16 },
270 .p = { .min = 4, .max = 128 },
271 .p1 = { .min = 2, .max = 33 },
273e27ca
EA
272 .p2 = { .dot_limit = 165000,
273 .p2_slow = 4, .p2_fast = 2 },
e4b36699
KP
274};
275
1b6f4958 276static const struct intel_limit intel_limits_i8xx_dvo = {
5d536e28 277 .dot = { .min = 25000, .max = 350000 },
9c333719 278 .vco = { .min = 908000, .max = 1512000 },
91dbe5fb 279 .n = { .min = 2, .max = 16 },
5d536e28
DV
280 .m = { .min = 96, .max = 140 },
281 .m1 = { .min = 18, .max = 26 },
282 .m2 = { .min = 6, .max = 16 },
283 .p = { .min = 4, .max = 128 },
284 .p1 = { .min = 2, .max = 33 },
285 .p2 = { .dot_limit = 165000,
286 .p2_slow = 4, .p2_fast = 4 },
287};
288
1b6f4958 289static const struct intel_limit intel_limits_i8xx_lvds = {
0206e353 290 .dot = { .min = 25000, .max = 350000 },
9c333719 291 .vco = { .min = 908000, .max = 1512000 },
91dbe5fb 292 .n = { .min = 2, .max = 16 },
0206e353
AJ
293 .m = { .min = 96, .max = 140 },
294 .m1 = { .min = 18, .max = 26 },
295 .m2 = { .min = 6, .max = 16 },
296 .p = { .min = 4, .max = 128 },
297 .p1 = { .min = 1, .max = 6 },
273e27ca
EA
298 .p2 = { .dot_limit = 165000,
299 .p2_slow = 14, .p2_fast = 7 },
e4b36699 300};
273e27ca 301
1b6f4958 302static const struct intel_limit intel_limits_i9xx_sdvo = {
0206e353
AJ
303 .dot = { .min = 20000, .max = 400000 },
304 .vco = { .min = 1400000, .max = 2800000 },
305 .n = { .min = 1, .max = 6 },
306 .m = { .min = 70, .max = 120 },
4f7dfb67
PJ
307 .m1 = { .min = 8, .max = 18 },
308 .m2 = { .min = 3, .max = 7 },
0206e353
AJ
309 .p = { .min = 5, .max = 80 },
310 .p1 = { .min = 1, .max = 8 },
273e27ca
EA
311 .p2 = { .dot_limit = 200000,
312 .p2_slow = 10, .p2_fast = 5 },
e4b36699
KP
313};
314
1b6f4958 315static const struct intel_limit intel_limits_i9xx_lvds = {
0206e353
AJ
316 .dot = { .min = 20000, .max = 400000 },
317 .vco = { .min = 1400000, .max = 2800000 },
318 .n = { .min = 1, .max = 6 },
319 .m = { .min = 70, .max = 120 },
53a7d2d1
PJ
320 .m1 = { .min = 8, .max = 18 },
321 .m2 = { .min = 3, .max = 7 },
0206e353
AJ
322 .p = { .min = 7, .max = 98 },
323 .p1 = { .min = 1, .max = 8 },
273e27ca
EA
324 .p2 = { .dot_limit = 112000,
325 .p2_slow = 14, .p2_fast = 7 },
e4b36699
KP
326};
327
273e27ca 328
1b6f4958 329static const struct intel_limit intel_limits_g4x_sdvo = {
273e27ca
EA
330 .dot = { .min = 25000, .max = 270000 },
331 .vco = { .min = 1750000, .max = 3500000},
332 .n = { .min = 1, .max = 4 },
333 .m = { .min = 104, .max = 138 },
334 .m1 = { .min = 17, .max = 23 },
335 .m2 = { .min = 5, .max = 11 },
336 .p = { .min = 10, .max = 30 },
337 .p1 = { .min = 1, .max = 3},
338 .p2 = { .dot_limit = 270000,
339 .p2_slow = 10,
340 .p2_fast = 10
044c7c41 341 },
e4b36699
KP
342};
343
1b6f4958 344static const struct intel_limit intel_limits_g4x_hdmi = {
273e27ca
EA
345 .dot = { .min = 22000, .max = 400000 },
346 .vco = { .min = 1750000, .max = 3500000},
347 .n = { .min = 1, .max = 4 },
348 .m = { .min = 104, .max = 138 },
349 .m1 = { .min = 16, .max = 23 },
350 .m2 = { .min = 5, .max = 11 },
351 .p = { .min = 5, .max = 80 },
352 .p1 = { .min = 1, .max = 8},
353 .p2 = { .dot_limit = 165000,
354 .p2_slow = 10, .p2_fast = 5 },
e4b36699
KP
355};
356
1b6f4958 357static const struct intel_limit intel_limits_g4x_single_channel_lvds = {
273e27ca
EA
358 .dot = { .min = 20000, .max = 115000 },
359 .vco = { .min = 1750000, .max = 3500000 },
360 .n = { .min = 1, .max = 3 },
361 .m = { .min = 104, .max = 138 },
362 .m1 = { .min = 17, .max = 23 },
363 .m2 = { .min = 5, .max = 11 },
364 .p = { .min = 28, .max = 112 },
365 .p1 = { .min = 2, .max = 8 },
366 .p2 = { .dot_limit = 0,
367 .p2_slow = 14, .p2_fast = 14
044c7c41 368 },
e4b36699
KP
369};
370
1b6f4958 371static const struct intel_limit intel_limits_g4x_dual_channel_lvds = {
273e27ca
EA
372 .dot = { .min = 80000, .max = 224000 },
373 .vco = { .min = 1750000, .max = 3500000 },
374 .n = { .min = 1, .max = 3 },
375 .m = { .min = 104, .max = 138 },
376 .m1 = { .min = 17, .max = 23 },
377 .m2 = { .min = 5, .max = 11 },
378 .p = { .min = 14, .max = 42 },
379 .p1 = { .min = 2, .max = 6 },
380 .p2 = { .dot_limit = 0,
381 .p2_slow = 7, .p2_fast = 7
044c7c41 382 },
e4b36699
KP
383};
384
1b6f4958 385static const struct intel_limit intel_limits_pineview_sdvo = {
0206e353
AJ
386 .dot = { .min = 20000, .max = 400000},
387 .vco = { .min = 1700000, .max = 3500000 },
273e27ca 388 /* Pineview's Ncounter is a ring counter */
0206e353
AJ
389 .n = { .min = 3, .max = 6 },
390 .m = { .min = 2, .max = 256 },
273e27ca 391 /* Pineview only has one combined m divider, which we treat as m2. */
0206e353
AJ
392 .m1 = { .min = 0, .max = 0 },
393 .m2 = { .min = 0, .max = 254 },
394 .p = { .min = 5, .max = 80 },
395 .p1 = { .min = 1, .max = 8 },
273e27ca
EA
396 .p2 = { .dot_limit = 200000,
397 .p2_slow = 10, .p2_fast = 5 },
e4b36699
KP
398};
399
1b6f4958 400static const struct intel_limit intel_limits_pineview_lvds = {
0206e353
AJ
401 .dot = { .min = 20000, .max = 400000 },
402 .vco = { .min = 1700000, .max = 3500000 },
403 .n = { .min = 3, .max = 6 },
404 .m = { .min = 2, .max = 256 },
405 .m1 = { .min = 0, .max = 0 },
406 .m2 = { .min = 0, .max = 254 },
407 .p = { .min = 7, .max = 112 },
408 .p1 = { .min = 1, .max = 8 },
273e27ca
EA
409 .p2 = { .dot_limit = 112000,
410 .p2_slow = 14, .p2_fast = 14 },
e4b36699
KP
411};
412
273e27ca
EA
413/* Ironlake / Sandybridge
414 *
415 * We calculate clock using (register_value + 2) for N/M1/M2, so here
416 * the range value for them is (actual_value - 2).
417 */
1b6f4958 418static const struct intel_limit intel_limits_ironlake_dac = {
273e27ca
EA
419 .dot = { .min = 25000, .max = 350000 },
420 .vco = { .min = 1760000, .max = 3510000 },
421 .n = { .min = 1, .max = 5 },
422 .m = { .min = 79, .max = 127 },
423 .m1 = { .min = 12, .max = 22 },
424 .m2 = { .min = 5, .max = 9 },
425 .p = { .min = 5, .max = 80 },
426 .p1 = { .min = 1, .max = 8 },
427 .p2 = { .dot_limit = 225000,
428 .p2_slow = 10, .p2_fast = 5 },
e4b36699
KP
429};
430
1b6f4958 431static const struct intel_limit intel_limits_ironlake_single_lvds = {
273e27ca
EA
432 .dot = { .min = 25000, .max = 350000 },
433 .vco = { .min = 1760000, .max = 3510000 },
434 .n = { .min = 1, .max = 3 },
435 .m = { .min = 79, .max = 118 },
436 .m1 = { .min = 12, .max = 22 },
437 .m2 = { .min = 5, .max = 9 },
438 .p = { .min = 28, .max = 112 },
439 .p1 = { .min = 2, .max = 8 },
440 .p2 = { .dot_limit = 225000,
441 .p2_slow = 14, .p2_fast = 14 },
b91ad0ec
ZW
442};
443
1b6f4958 444static const struct intel_limit intel_limits_ironlake_dual_lvds = {
273e27ca
EA
445 .dot = { .min = 25000, .max = 350000 },
446 .vco = { .min = 1760000, .max = 3510000 },
447 .n = { .min = 1, .max = 3 },
448 .m = { .min = 79, .max = 127 },
449 .m1 = { .min = 12, .max = 22 },
450 .m2 = { .min = 5, .max = 9 },
451 .p = { .min = 14, .max = 56 },
452 .p1 = { .min = 2, .max = 8 },
453 .p2 = { .dot_limit = 225000,
454 .p2_slow = 7, .p2_fast = 7 },
b91ad0ec
ZW
455};
456
273e27ca 457/* LVDS 100mhz refclk limits. */
1b6f4958 458static const struct intel_limit intel_limits_ironlake_single_lvds_100m = {
273e27ca
EA
459 .dot = { .min = 25000, .max = 350000 },
460 .vco = { .min = 1760000, .max = 3510000 },
461 .n = { .min = 1, .max = 2 },
462 .m = { .min = 79, .max = 126 },
463 .m1 = { .min = 12, .max = 22 },
464 .m2 = { .min = 5, .max = 9 },
465 .p = { .min = 28, .max = 112 },
0206e353 466 .p1 = { .min = 2, .max = 8 },
273e27ca
EA
467 .p2 = { .dot_limit = 225000,
468 .p2_slow = 14, .p2_fast = 14 },
b91ad0ec
ZW
469};
470
1b6f4958 471static const struct intel_limit intel_limits_ironlake_dual_lvds_100m = {
273e27ca
EA
472 .dot = { .min = 25000, .max = 350000 },
473 .vco = { .min = 1760000, .max = 3510000 },
474 .n = { .min = 1, .max = 3 },
475 .m = { .min = 79, .max = 126 },
476 .m1 = { .min = 12, .max = 22 },
477 .m2 = { .min = 5, .max = 9 },
478 .p = { .min = 14, .max = 42 },
0206e353 479 .p1 = { .min = 2, .max = 6 },
273e27ca
EA
480 .p2 = { .dot_limit = 225000,
481 .p2_slow = 7, .p2_fast = 7 },
4547668a
ZY
482};
483
1b6f4958 484static const struct intel_limit intel_limits_vlv = {
f01b7962
VS
485 /*
486 * These are the data rate limits (measured in fast clocks)
487 * since those are the strictest limits we have. The fast
488 * clock and actual rate limits are more relaxed, so checking
489 * them would make no difference.
490 */
491 .dot = { .min = 25000 * 5, .max = 270000 * 5 },
75e53986 492 .vco = { .min = 4000000, .max = 6000000 },
a0c4da24 493 .n = { .min = 1, .max = 7 },
a0c4da24
JB
494 .m1 = { .min = 2, .max = 3 },
495 .m2 = { .min = 11, .max = 156 },
b99ab663 496 .p1 = { .min = 2, .max = 3 },
5fdc9c49 497 .p2 = { .p2_slow = 2, .p2_fast = 20 }, /* slow=min, fast=max */
a0c4da24
JB
498};
499
1b6f4958 500static const struct intel_limit intel_limits_chv = {
ef9348c8
CML
501 /*
502 * These are the data rate limits (measured in fast clocks)
503 * since those are the strictest limits we have. The fast
504 * clock and actual rate limits are more relaxed, so checking
505 * them would make no difference.
506 */
507 .dot = { .min = 25000 * 5, .max = 540000 * 5},
17fe1021 508 .vco = { .min = 4800000, .max = 6480000 },
ef9348c8
CML
509 .n = { .min = 1, .max = 1 },
510 .m1 = { .min = 2, .max = 2 },
511 .m2 = { .min = 24 << 22, .max = 175 << 22 },
512 .p1 = { .min = 2, .max = 4 },
513 .p2 = { .p2_slow = 1, .p2_fast = 14 },
514};
515
1b6f4958 516static const struct intel_limit intel_limits_bxt = {
5ab7b0b7
ID
517 /* FIXME: find real dot limits */
518 .dot = { .min = 0, .max = INT_MAX },
e6292556 519 .vco = { .min = 4800000, .max = 6700000 },
5ab7b0b7
ID
520 .n = { .min = 1, .max = 1 },
521 .m1 = { .min = 2, .max = 2 },
522 /* FIXME: find real m2 limits */
523 .m2 = { .min = 2 << 22, .max = 255 << 22 },
524 .p1 = { .min = 2, .max = 4 },
525 .p2 = { .p2_slow = 1, .p2_fast = 20 },
526};
527
cdba954e
ACO
528static bool
529needs_modeset(struct drm_crtc_state *state)
530{
fc596660 531 return drm_atomic_crtc_needs_modeset(state);
cdba954e
ACO
532}
533
dccbea3b
ID
534/*
535 * Platform specific helpers to calculate the port PLL loopback- (clock.m),
536 * and post-divider (clock.p) values, pre- (clock.vco) and post-divided fast
537 * (clock.dot) clock rates. This fast dot clock is fed to the port's IO logic.
538 * The helpers' return value is the rate of the clock that is fed to the
539 * display engine's pipe which can be the above fast dot clock rate or a
540 * divided-down version of it.
541 */
f2b115e6 542/* m1 is reserved as 0 in Pineview, n is a ring counter */
9e2c8475 543static int pnv_calc_dpll_params(int refclk, struct dpll *clock)
79e53945 544{
2177832f
SL
545 clock->m = clock->m2 + 2;
546 clock->p = clock->p1 * clock->p2;
ed5ca77e 547 if (WARN_ON(clock->n == 0 || clock->p == 0))
dccbea3b 548 return 0;
fb03ac01
VS
549 clock->vco = DIV_ROUND_CLOSEST(refclk * clock->m, clock->n);
550 clock->dot = DIV_ROUND_CLOSEST(clock->vco, clock->p);
dccbea3b
ID
551
552 return clock->dot;
2177832f
SL
553}
554
7429e9d4
DV
555static uint32_t i9xx_dpll_compute_m(struct dpll *dpll)
556{
557 return 5 * (dpll->m1 + 2) + (dpll->m2 + 2);
558}
559
9e2c8475 560static int i9xx_calc_dpll_params(int refclk, struct dpll *clock)
2177832f 561{
7429e9d4 562 clock->m = i9xx_dpll_compute_m(clock);
79e53945 563 clock->p = clock->p1 * clock->p2;
ed5ca77e 564 if (WARN_ON(clock->n + 2 == 0 || clock->p == 0))
dccbea3b 565 return 0;
fb03ac01
VS
566 clock->vco = DIV_ROUND_CLOSEST(refclk * clock->m, clock->n + 2);
567 clock->dot = DIV_ROUND_CLOSEST(clock->vco, clock->p);
dccbea3b
ID
568
569 return clock->dot;
79e53945
JB
570}
571
9e2c8475 572static int vlv_calc_dpll_params(int refclk, struct dpll *clock)
589eca67
ID
573{
574 clock->m = clock->m1 * clock->m2;
575 clock->p = clock->p1 * clock->p2;
576 if (WARN_ON(clock->n == 0 || clock->p == 0))
dccbea3b 577 return 0;
589eca67
ID
578 clock->vco = DIV_ROUND_CLOSEST(refclk * clock->m, clock->n);
579 clock->dot = DIV_ROUND_CLOSEST(clock->vco, clock->p);
dccbea3b
ID
580
581 return clock->dot / 5;
589eca67
ID
582}
583
9e2c8475 584int chv_calc_dpll_params(int refclk, struct dpll *clock)
ef9348c8
CML
585{
586 clock->m = clock->m1 * clock->m2;
587 clock->p = clock->p1 * clock->p2;
588 if (WARN_ON(clock->n == 0 || clock->p == 0))
dccbea3b 589 return 0;
ef9348c8
CML
590 clock->vco = DIV_ROUND_CLOSEST_ULL((uint64_t)refclk * clock->m,
591 clock->n << 22);
592 clock->dot = DIV_ROUND_CLOSEST(clock->vco, clock->p);
dccbea3b
ID
593
594 return clock->dot / 5;
ef9348c8
CML
595}
596
7c04d1d9 597#define INTELPllInvalid(s) do { /* DRM_DEBUG(s); */ return false; } while (0)
79e53945
JB
598/**
599 * Returns whether the given set of divisors are valid for a given refclk with
600 * the given connectors.
601 */
602
e2d214ae 603static bool intel_PLL_is_valid(struct drm_i915_private *dev_priv,
1b6f4958 604 const struct intel_limit *limit,
9e2c8475 605 const struct dpll *clock)
79e53945 606{
f01b7962
VS
607 if (clock->n < limit->n.min || limit->n.max < clock->n)
608 INTELPllInvalid("n out of range\n");
79e53945 609 if (clock->p1 < limit->p1.min || limit->p1.max < clock->p1)
0206e353 610 INTELPllInvalid("p1 out of range\n");
79e53945 611 if (clock->m2 < limit->m2.min || limit->m2.max < clock->m2)
0206e353 612 INTELPllInvalid("m2 out of range\n");
79e53945 613 if (clock->m1 < limit->m1.min || limit->m1.max < clock->m1)
0206e353 614 INTELPllInvalid("m1 out of range\n");
f01b7962 615
e2d214ae 616 if (!IS_PINEVIEW(dev_priv) && !IS_VALLEYVIEW(dev_priv) &&
cc3f90f0 617 !IS_CHERRYVIEW(dev_priv) && !IS_GEN9_LP(dev_priv))
f01b7962
VS
618 if (clock->m1 <= clock->m2)
619 INTELPllInvalid("m1 <= m2\n");
620
e2d214ae 621 if (!IS_VALLEYVIEW(dev_priv) && !IS_CHERRYVIEW(dev_priv) &&
cc3f90f0 622 !IS_GEN9_LP(dev_priv)) {
f01b7962
VS
623 if (clock->p < limit->p.min || limit->p.max < clock->p)
624 INTELPllInvalid("p out of range\n");
625 if (clock->m < limit->m.min || limit->m.max < clock->m)
626 INTELPllInvalid("m out of range\n");
627 }
628
79e53945 629 if (clock->vco < limit->vco.min || limit->vco.max < clock->vco)
0206e353 630 INTELPllInvalid("vco out of range\n");
79e53945
JB
631 /* XXX: We may need to be checking "Dot clock" depending on the multiplier,
632 * connector, etc., rather than just a single range.
633 */
634 if (clock->dot < limit->dot.min || limit->dot.max < clock->dot)
0206e353 635 INTELPllInvalid("dot out of range\n");
79e53945
JB
636
637 return true;
638}
639
3b1429d9 640static int
1b6f4958 641i9xx_select_p2_div(const struct intel_limit *limit,
3b1429d9
VS
642 const struct intel_crtc_state *crtc_state,
643 int target)
79e53945 644{
3b1429d9 645 struct drm_device *dev = crtc_state->base.crtc->dev;
79e53945 646
2d84d2b3 647 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_LVDS)) {
79e53945 648 /*
a210b028
DV
649 * For LVDS just rely on its current settings for dual-channel.
650 * We haven't figured out how to reliably set up different
651 * single/dual channel state, if we even can.
79e53945 652 */
1974cad0 653 if (intel_is_dual_link_lvds(dev))
3b1429d9 654 return limit->p2.p2_fast;
79e53945 655 else
3b1429d9 656 return limit->p2.p2_slow;
79e53945
JB
657 } else {
658 if (target < limit->p2.dot_limit)
3b1429d9 659 return limit->p2.p2_slow;
79e53945 660 else
3b1429d9 661 return limit->p2.p2_fast;
79e53945 662 }
3b1429d9
VS
663}
664
70e8aa21
ACO
665/*
666 * Returns a set of divisors for the desired target clock with the given
667 * refclk, or FALSE. The returned values represent the clock equation:
668 * reflck * (5 * (m1 + 2) + (m2 + 2)) / (n + 2) / p1 / p2.
669 *
670 * Target and reference clocks are specified in kHz.
671 *
672 * If match_clock is provided, then best_clock P divider must match the P
673 * divider from @match_clock used for LVDS downclocking.
674 */
3b1429d9 675static bool
1b6f4958 676i9xx_find_best_dpll(const struct intel_limit *limit,
3b1429d9 677 struct intel_crtc_state *crtc_state,
9e2c8475
ACO
678 int target, int refclk, struct dpll *match_clock,
679 struct dpll *best_clock)
3b1429d9
VS
680{
681 struct drm_device *dev = crtc_state->base.crtc->dev;
9e2c8475 682 struct dpll clock;
3b1429d9 683 int err = target;
79e53945 684
0206e353 685 memset(best_clock, 0, sizeof(*best_clock));
79e53945 686
3b1429d9
VS
687 clock.p2 = i9xx_select_p2_div(limit, crtc_state, target);
688
42158660
ZY
689 for (clock.m1 = limit->m1.min; clock.m1 <= limit->m1.max;
690 clock.m1++) {
691 for (clock.m2 = limit->m2.min;
692 clock.m2 <= limit->m2.max; clock.m2++) {
c0efc387 693 if (clock.m2 >= clock.m1)
42158660
ZY
694 break;
695 for (clock.n = limit->n.min;
696 clock.n <= limit->n.max; clock.n++) {
697 for (clock.p1 = limit->p1.min;
698 clock.p1 <= limit->p1.max; clock.p1++) {
79e53945
JB
699 int this_err;
700
dccbea3b 701 i9xx_calc_dpll_params(refclk, &clock);
e2d214ae
TU
702 if (!intel_PLL_is_valid(to_i915(dev),
703 limit,
ac58c3f0
DV
704 &clock))
705 continue;
706 if (match_clock &&
707 clock.p != match_clock->p)
708 continue;
709
710 this_err = abs(clock.dot - target);
711 if (this_err < err) {
712 *best_clock = clock;
713 err = this_err;
714 }
715 }
716 }
717 }
718 }
719
720 return (err != target);
721}
722
70e8aa21
ACO
723/*
724 * Returns a set of divisors for the desired target clock with the given
725 * refclk, or FALSE. The returned values represent the clock equation:
726 * reflck * (5 * (m1 + 2) + (m2 + 2)) / (n + 2) / p1 / p2.
727 *
728 * Target and reference clocks are specified in kHz.
729 *
730 * If match_clock is provided, then best_clock P divider must match the P
731 * divider from @match_clock used for LVDS downclocking.
732 */
ac58c3f0 733static bool
1b6f4958 734pnv_find_best_dpll(const struct intel_limit *limit,
a93e255f 735 struct intel_crtc_state *crtc_state,
9e2c8475
ACO
736 int target, int refclk, struct dpll *match_clock,
737 struct dpll *best_clock)
79e53945 738{
3b1429d9 739 struct drm_device *dev = crtc_state->base.crtc->dev;
9e2c8475 740 struct dpll clock;
79e53945
JB
741 int err = target;
742
0206e353 743 memset(best_clock, 0, sizeof(*best_clock));
79e53945 744
3b1429d9
VS
745 clock.p2 = i9xx_select_p2_div(limit, crtc_state, target);
746
42158660
ZY
747 for (clock.m1 = limit->m1.min; clock.m1 <= limit->m1.max;
748 clock.m1++) {
749 for (clock.m2 = limit->m2.min;
750 clock.m2 <= limit->m2.max; clock.m2++) {
42158660
ZY
751 for (clock.n = limit->n.min;
752 clock.n <= limit->n.max; clock.n++) {
753 for (clock.p1 = limit->p1.min;
754 clock.p1 <= limit->p1.max; clock.p1++) {
79e53945
JB
755 int this_err;
756
dccbea3b 757 pnv_calc_dpll_params(refclk, &clock);
e2d214ae
TU
758 if (!intel_PLL_is_valid(to_i915(dev),
759 limit,
1b894b59 760 &clock))
79e53945 761 continue;
cec2f356
SP
762 if (match_clock &&
763 clock.p != match_clock->p)
764 continue;
79e53945
JB
765
766 this_err = abs(clock.dot - target);
767 if (this_err < err) {
768 *best_clock = clock;
769 err = this_err;
770 }
771 }
772 }
773 }
774 }
775
776 return (err != target);
777}
778
997c030c
ACO
779/*
780 * Returns a set of divisors for the desired target clock with the given
781 * refclk, or FALSE. The returned values represent the clock equation:
782 * reflck * (5 * (m1 + 2) + (m2 + 2)) / (n + 2) / p1 / p2.
70e8aa21
ACO
783 *
784 * Target and reference clocks are specified in kHz.
785 *
786 * If match_clock is provided, then best_clock P divider must match the P
787 * divider from @match_clock used for LVDS downclocking.
997c030c 788 */
d4906093 789static bool
1b6f4958 790g4x_find_best_dpll(const struct intel_limit *limit,
a93e255f 791 struct intel_crtc_state *crtc_state,
9e2c8475
ACO
792 int target, int refclk, struct dpll *match_clock,
793 struct dpll *best_clock)
d4906093 794{
3b1429d9 795 struct drm_device *dev = crtc_state->base.crtc->dev;
9e2c8475 796 struct dpll clock;
d4906093 797 int max_n;
3b1429d9 798 bool found = false;
6ba770dc
AJ
799 /* approximately equals target * 0.00585 */
800 int err_most = (target >> 8) + (target >> 9);
d4906093
ML
801
802 memset(best_clock, 0, sizeof(*best_clock));
3b1429d9
VS
803
804 clock.p2 = i9xx_select_p2_div(limit, crtc_state, target);
805
d4906093 806 max_n = limit->n.max;
f77f13e2 807 /* based on hardware requirement, prefer smaller n to precision */
d4906093 808 for (clock.n = limit->n.min; clock.n <= max_n; clock.n++) {
f77f13e2 809 /* based on hardware requirement, prefere larger m1,m2 */
d4906093
ML
810 for (clock.m1 = limit->m1.max;
811 clock.m1 >= limit->m1.min; clock.m1--) {
812 for (clock.m2 = limit->m2.max;
813 clock.m2 >= limit->m2.min; clock.m2--) {
814 for (clock.p1 = limit->p1.max;
815 clock.p1 >= limit->p1.min; clock.p1--) {
816 int this_err;
817
dccbea3b 818 i9xx_calc_dpll_params(refclk, &clock);
e2d214ae
TU
819 if (!intel_PLL_is_valid(to_i915(dev),
820 limit,
1b894b59 821 &clock))
d4906093 822 continue;
1b894b59
CW
823
824 this_err = abs(clock.dot - target);
d4906093
ML
825 if (this_err < err_most) {
826 *best_clock = clock;
827 err_most = this_err;
828 max_n = clock.n;
829 found = true;
830 }
831 }
832 }
833 }
834 }
2c07245f
ZW
835 return found;
836}
837
d5dd62bd
ID
838/*
839 * Check if the calculated PLL configuration is more optimal compared to the
840 * best configuration and error found so far. Return the calculated error.
841 */
842static bool vlv_PLL_is_optimal(struct drm_device *dev, int target_freq,
9e2c8475
ACO
843 const struct dpll *calculated_clock,
844 const struct dpll *best_clock,
d5dd62bd
ID
845 unsigned int best_error_ppm,
846 unsigned int *error_ppm)
847{
9ca3ba01
ID
848 /*
849 * For CHV ignore the error and consider only the P value.
850 * Prefer a bigger P value based on HW requirements.
851 */
920a14b2 852 if (IS_CHERRYVIEW(to_i915(dev))) {
9ca3ba01
ID
853 *error_ppm = 0;
854
855 return calculated_clock->p > best_clock->p;
856 }
857
24be4e46
ID
858 if (WARN_ON_ONCE(!target_freq))
859 return false;
860
d5dd62bd
ID
861 *error_ppm = div_u64(1000000ULL *
862 abs(target_freq - calculated_clock->dot),
863 target_freq);
864 /*
865 * Prefer a better P value over a better (smaller) error if the error
866 * is small. Ensure this preference for future configurations too by
867 * setting the error to 0.
868 */
869 if (*error_ppm < 100 && calculated_clock->p > best_clock->p) {
870 *error_ppm = 0;
871
872 return true;
873 }
874
875 return *error_ppm + 10 < best_error_ppm;
876}
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 */
a0c4da24 883static bool
1b6f4958 884vlv_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)
a0c4da24 888{
a93e255f 889 struct intel_crtc *crtc = to_intel_crtc(crtc_state->base.crtc);
a919ff14 890 struct drm_device *dev = crtc->base.dev;
9e2c8475 891 struct dpll clock;
69e4f900 892 unsigned int bestppm = 1000000;
27e639bf
VS
893 /* min update 19.2 MHz */
894 int max_n = min(limit->n.max, refclk / 19200);
49e497ef 895 bool found = false;
a0c4da24 896
6b4bf1c4
VS
897 target *= 5; /* fast clock */
898
899 memset(best_clock, 0, sizeof(*best_clock));
a0c4da24
JB
900
901 /* based on hardware requirement, prefer smaller n to precision */
27e639bf 902 for (clock.n = limit->n.min; clock.n <= max_n; clock.n++) {
811bbf05 903 for (clock.p1 = limit->p1.max; clock.p1 >= limit->p1.min; clock.p1--) {
889059d8 904 for (clock.p2 = limit->p2.p2_fast; clock.p2 >= limit->p2.p2_slow;
c1a9ae43 905 clock.p2 -= clock.p2 > 10 ? 2 : 1) {
6b4bf1c4 906 clock.p = clock.p1 * clock.p2;
a0c4da24 907 /* based on hardware requirement, prefer bigger m1,m2 values */
6b4bf1c4 908 for (clock.m1 = limit->m1.min; clock.m1 <= limit->m1.max; clock.m1++) {
d5dd62bd 909 unsigned int ppm;
69e4f900 910
6b4bf1c4
VS
911 clock.m2 = DIV_ROUND_CLOSEST(target * clock.p * clock.n,
912 refclk * clock.m1);
913
dccbea3b 914 vlv_calc_dpll_params(refclk, &clock);
43b0ac53 915
e2d214ae
TU
916 if (!intel_PLL_is_valid(to_i915(dev),
917 limit,
f01b7962 918 &clock))
43b0ac53
VS
919 continue;
920
d5dd62bd
ID
921 if (!vlv_PLL_is_optimal(dev, target,
922 &clock,
923 best_clock,
924 bestppm, &ppm))
925 continue;
6b4bf1c4 926
d5dd62bd
ID
927 *best_clock = clock;
928 bestppm = ppm;
929 found = true;
a0c4da24
JB
930 }
931 }
932 }
933 }
a0c4da24 934
49e497ef 935 return found;
a0c4da24 936}
a4fc5ed6 937
65b3d6a9
ACO
938/*
939 * Returns a set of divisors for the desired target clock with the given
940 * refclk, or FALSE. The returned values represent the clock equation:
941 * reflck * (5 * (m1 + 2) + (m2 + 2)) / (n + 2) / p1 / p2.
942 */
ef9348c8 943static bool
1b6f4958 944chv_find_best_dpll(const struct intel_limit *limit,
a93e255f 945 struct intel_crtc_state *crtc_state,
9e2c8475
ACO
946 int target, int refclk, struct dpll *match_clock,
947 struct dpll *best_clock)
ef9348c8 948{
a93e255f 949 struct intel_crtc *crtc = to_intel_crtc(crtc_state->base.crtc);
a919ff14 950 struct drm_device *dev = crtc->base.dev;
9ca3ba01 951 unsigned int best_error_ppm;
9e2c8475 952 struct dpll clock;
ef9348c8
CML
953 uint64_t m2;
954 int found = false;
955
956 memset(best_clock, 0, sizeof(*best_clock));
9ca3ba01 957 best_error_ppm = 1000000;
ef9348c8
CML
958
959 /*
960 * Based on hardware doc, the n always set to 1, and m1 always
961 * set to 2. If requires to support 200Mhz refclk, we need to
962 * revisit this because n may not 1 anymore.
963 */
964 clock.n = 1, clock.m1 = 2;
965 target *= 5; /* fast clock */
966
967 for (clock.p1 = limit->p1.max; clock.p1 >= limit->p1.min; clock.p1--) {
968 for (clock.p2 = limit->p2.p2_fast;
969 clock.p2 >= limit->p2.p2_slow;
970 clock.p2 -= clock.p2 > 10 ? 2 : 1) {
9ca3ba01 971 unsigned int error_ppm;
ef9348c8
CML
972
973 clock.p = clock.p1 * clock.p2;
974
975 m2 = DIV_ROUND_CLOSEST_ULL(((uint64_t)target * clock.p *
976 clock.n) << 22, refclk * clock.m1);
977
978 if (m2 > INT_MAX/clock.m1)
979 continue;
980
981 clock.m2 = m2;
982
dccbea3b 983 chv_calc_dpll_params(refclk, &clock);
ef9348c8 984
e2d214ae 985 if (!intel_PLL_is_valid(to_i915(dev), limit, &clock))
ef9348c8
CML
986 continue;
987
9ca3ba01
ID
988 if (!vlv_PLL_is_optimal(dev, target, &clock, best_clock,
989 best_error_ppm, &error_ppm))
990 continue;
991
992 *best_clock = clock;
993 best_error_ppm = error_ppm;
994 found = true;
ef9348c8
CML
995 }
996 }
997
998 return found;
999}
1000
5ab7b0b7 1001bool bxt_find_best_dpll(struct intel_crtc_state *crtc_state, int target_clock,
9e2c8475 1002 struct dpll *best_clock)
5ab7b0b7 1003{
65b3d6a9 1004 int refclk = 100000;
1b6f4958 1005 const struct intel_limit *limit = &intel_limits_bxt;
5ab7b0b7 1006
65b3d6a9 1007 return chv_find_best_dpll(limit, crtc_state,
5ab7b0b7
ID
1008 target_clock, refclk, NULL, best_clock);
1009}
1010
525b9311 1011bool intel_crtc_active(struct intel_crtc *crtc)
20ddf665 1012{
20ddf665
VS
1013 /* Be paranoid as we can arrive here with only partial
1014 * state retrieved from the hardware during setup.
1015 *
241bfc38 1016 * We can ditch the adjusted_mode.crtc_clock check as soon
20ddf665
VS
1017 * as Haswell has gained clock readout/fastboot support.
1018 *
66e514c1 1019 * We can ditch the crtc->primary->fb check as soon as we can
20ddf665 1020 * properly reconstruct framebuffers.
c3d1f436
MR
1021 *
1022 * FIXME: The intel_crtc->active here should be switched to
1023 * crtc->state->active once we have proper CRTC states wired up
1024 * for atomic.
20ddf665 1025 */
525b9311
VS
1026 return crtc->active && crtc->base.primary->state->fb &&
1027 crtc->config->base.adjusted_mode.crtc_clock;
20ddf665
VS
1028}
1029
a5c961d1
PZ
1030enum transcoder intel_pipe_to_cpu_transcoder(struct drm_i915_private *dev_priv,
1031 enum pipe pipe)
1032{
98187836 1033 struct intel_crtc *crtc = intel_get_crtc_for_pipe(dev_priv, pipe);
a5c961d1 1034
e2af48c6 1035 return crtc->config->cpu_transcoder;
a5c961d1
PZ
1036}
1037
6315b5d3 1038static bool pipe_dsl_stopped(struct drm_i915_private *dev_priv, enum pipe pipe)
fbf49ea2 1039{
f0f59a00 1040 i915_reg_t reg = PIPEDSL(pipe);
fbf49ea2
VS
1041 u32 line1, line2;
1042 u32 line_mask;
1043
5db94019 1044 if (IS_GEN2(dev_priv))
fbf49ea2
VS
1045 line_mask = DSL_LINEMASK_GEN2;
1046 else
1047 line_mask = DSL_LINEMASK_GEN3;
1048
1049 line1 = I915_READ(reg) & line_mask;
6adfb1ef 1050 msleep(5);
fbf49ea2
VS
1051 line2 = I915_READ(reg) & line_mask;
1052
1053 return line1 == line2;
1054}
1055
ab7ad7f6
KP
1056/*
1057 * intel_wait_for_pipe_off - wait for pipe to turn off
575f7ab7 1058 * @crtc: crtc whose pipe to wait for
9d0498a2
JB
1059 *
1060 * After disabling a pipe, we can't wait for vblank in the usual way,
1061 * spinning on the vblank interrupt status bit, since we won't actually
1062 * see an interrupt when the pipe is disabled.
1063 *
ab7ad7f6
KP
1064 * On Gen4 and above:
1065 * wait for the pipe register state bit to turn off
1066 *
1067 * Otherwise:
1068 * wait for the display line value to settle (it usually
1069 * ends up stopping at the start of the next frame).
58e10eb9 1070 *
9d0498a2 1071 */
575f7ab7 1072static void intel_wait_for_pipe_off(struct intel_crtc *crtc)
9d0498a2 1073{
6315b5d3 1074 struct drm_i915_private *dev_priv = to_i915(crtc->base.dev);
6e3c9717 1075 enum transcoder cpu_transcoder = crtc->config->cpu_transcoder;
575f7ab7 1076 enum pipe pipe = crtc->pipe;
ab7ad7f6 1077
6315b5d3 1078 if (INTEL_GEN(dev_priv) >= 4) {
f0f59a00 1079 i915_reg_t reg = PIPECONF(cpu_transcoder);
ab7ad7f6
KP
1080
1081 /* Wait for the Pipe State to go off */
b8511f53
CW
1082 if (intel_wait_for_register(dev_priv,
1083 reg, I965_PIPECONF_ACTIVE, 0,
1084 100))
284637d9 1085 WARN(1, "pipe_off wait timed out\n");
ab7ad7f6 1086 } else {
ab7ad7f6 1087 /* Wait for the display line to settle */
6315b5d3 1088 if (wait_for(pipe_dsl_stopped(dev_priv, pipe), 100))
284637d9 1089 WARN(1, "pipe_off wait timed out\n");
ab7ad7f6 1090 }
79e53945
JB
1091}
1092
b24e7179 1093/* Only for pre-ILK configs */
55607e8a
DV
1094void assert_pll(struct drm_i915_private *dev_priv,
1095 enum pipe pipe, bool state)
b24e7179 1096{
b24e7179
JB
1097 u32 val;
1098 bool cur_state;
1099
649636ef 1100 val = I915_READ(DPLL(pipe));
b24e7179 1101 cur_state = !!(val & DPLL_VCO_ENABLE);
e2c719b7 1102 I915_STATE_WARN(cur_state != state,
b24e7179 1103 "PLL state assertion failure (expected %s, current %s)\n",
87ad3212 1104 onoff(state), onoff(cur_state));
b24e7179 1105}
b24e7179 1106
23538ef1 1107/* XXX: the dsi pll is shared between MIPI DSI ports */
8563b1e8 1108void assert_dsi_pll(struct drm_i915_private *dev_priv, bool state)
23538ef1
JN
1109{
1110 u32 val;
1111 bool cur_state;
1112
a580516d 1113 mutex_lock(&dev_priv->sb_lock);
23538ef1 1114 val = vlv_cck_read(dev_priv, CCK_REG_DSI_PLL_CONTROL);
a580516d 1115 mutex_unlock(&dev_priv->sb_lock);
23538ef1
JN
1116
1117 cur_state = val & DSI_PLL_VCO_EN;
e2c719b7 1118 I915_STATE_WARN(cur_state != state,
23538ef1 1119 "DSI PLL state assertion failure (expected %s, current %s)\n",
87ad3212 1120 onoff(state), onoff(cur_state));
23538ef1 1121}
23538ef1 1122
040484af
JB
1123static void assert_fdi_tx(struct drm_i915_private *dev_priv,
1124 enum pipe pipe, bool state)
1125{
040484af 1126 bool cur_state;
ad80a810
PZ
1127 enum transcoder cpu_transcoder = intel_pipe_to_cpu_transcoder(dev_priv,
1128 pipe);
040484af 1129
2d1fe073 1130 if (HAS_DDI(dev_priv)) {
affa9354 1131 /* DDI does not have a specific FDI_TX register */
649636ef 1132 u32 val = I915_READ(TRANS_DDI_FUNC_CTL(cpu_transcoder));
ad80a810 1133 cur_state = !!(val & TRANS_DDI_FUNC_ENABLE);
bf507ef7 1134 } else {
649636ef 1135 u32 val = I915_READ(FDI_TX_CTL(pipe));
bf507ef7
ED
1136 cur_state = !!(val & FDI_TX_ENABLE);
1137 }
e2c719b7 1138 I915_STATE_WARN(cur_state != state,
040484af 1139 "FDI TX state assertion failure (expected %s, current %s)\n",
87ad3212 1140 onoff(state), onoff(cur_state));
040484af
JB
1141}
1142#define assert_fdi_tx_enabled(d, p) assert_fdi_tx(d, p, true)
1143#define assert_fdi_tx_disabled(d, p) assert_fdi_tx(d, p, false)
1144
1145static void assert_fdi_rx(struct drm_i915_private *dev_priv,
1146 enum pipe pipe, bool state)
1147{
040484af
JB
1148 u32 val;
1149 bool cur_state;
1150
649636ef 1151 val = I915_READ(FDI_RX_CTL(pipe));
d63fa0dc 1152 cur_state = !!(val & FDI_RX_ENABLE);
e2c719b7 1153 I915_STATE_WARN(cur_state != state,
040484af 1154 "FDI RX state assertion failure (expected %s, current %s)\n",
87ad3212 1155 onoff(state), onoff(cur_state));
040484af
JB
1156}
1157#define assert_fdi_rx_enabled(d, p) assert_fdi_rx(d, p, true)
1158#define assert_fdi_rx_disabled(d, p) assert_fdi_rx(d, p, false)
1159
1160static void assert_fdi_tx_pll_enabled(struct drm_i915_private *dev_priv,
1161 enum pipe pipe)
1162{
040484af
JB
1163 u32 val;
1164
1165 /* ILK FDI PLL is always enabled */
7e22dbbb 1166 if (IS_GEN5(dev_priv))
040484af
JB
1167 return;
1168
bf507ef7 1169 /* On Haswell, DDI ports are responsible for the FDI PLL setup */
2d1fe073 1170 if (HAS_DDI(dev_priv))
bf507ef7
ED
1171 return;
1172
649636ef 1173 val = I915_READ(FDI_TX_CTL(pipe));
e2c719b7 1174 I915_STATE_WARN(!(val & FDI_TX_PLL_ENABLE), "FDI TX PLL assertion failure, should be active but is disabled\n");
040484af
JB
1175}
1176
55607e8a
DV
1177void assert_fdi_rx_pll(struct drm_i915_private *dev_priv,
1178 enum pipe pipe, bool state)
040484af 1179{
040484af 1180 u32 val;
55607e8a 1181 bool cur_state;
040484af 1182
649636ef 1183 val = I915_READ(FDI_RX_CTL(pipe));
55607e8a 1184 cur_state = !!(val & FDI_RX_PLL_ENABLE);
e2c719b7 1185 I915_STATE_WARN(cur_state != state,
55607e8a 1186 "FDI RX PLL assertion failure (expected %s, current %s)\n",
87ad3212 1187 onoff(state), onoff(cur_state));
040484af
JB
1188}
1189
4f8036a2 1190void assert_panel_unlocked(struct drm_i915_private *dev_priv, enum pipe pipe)
ea0760cf 1191{
f0f59a00 1192 i915_reg_t pp_reg;
ea0760cf
JB
1193 u32 val;
1194 enum pipe panel_pipe = PIPE_A;
0de3b485 1195 bool locked = true;
ea0760cf 1196
4f8036a2 1197 if (WARN_ON(HAS_DDI(dev_priv)))
bedd4dba
JN
1198 return;
1199
4f8036a2 1200 if (HAS_PCH_SPLIT(dev_priv)) {
bedd4dba
JN
1201 u32 port_sel;
1202
44cb734c
ID
1203 pp_reg = PP_CONTROL(0);
1204 port_sel = I915_READ(PP_ON_DELAYS(0)) & PANEL_PORT_SELECT_MASK;
bedd4dba
JN
1205
1206 if (port_sel == PANEL_PORT_SELECT_LVDS &&
1207 I915_READ(PCH_LVDS) & LVDS_PIPEB_SELECT)
1208 panel_pipe = PIPE_B;
1209 /* XXX: else fix for eDP */
4f8036a2 1210 } else if (IS_VALLEYVIEW(dev_priv) || IS_CHERRYVIEW(dev_priv)) {
bedd4dba 1211 /* presumably write lock depends on pipe, not port select */
44cb734c 1212 pp_reg = PP_CONTROL(pipe);
bedd4dba 1213 panel_pipe = pipe;
ea0760cf 1214 } else {
44cb734c 1215 pp_reg = PP_CONTROL(0);
bedd4dba
JN
1216 if (I915_READ(LVDS) & LVDS_PIPEB_SELECT)
1217 panel_pipe = PIPE_B;
ea0760cf
JB
1218 }
1219
1220 val = I915_READ(pp_reg);
1221 if (!(val & PANEL_POWER_ON) ||
ec49ba2d 1222 ((val & PANEL_UNLOCK_MASK) == PANEL_UNLOCK_REGS))
ea0760cf
JB
1223 locked = false;
1224
e2c719b7 1225 I915_STATE_WARN(panel_pipe == pipe && locked,
ea0760cf 1226 "panel assertion failure, pipe %c regs locked\n",
9db4a9c7 1227 pipe_name(pipe));
ea0760cf
JB
1228}
1229
93ce0ba6
JN
1230static void assert_cursor(struct drm_i915_private *dev_priv,
1231 enum pipe pipe, bool state)
1232{
93ce0ba6
JN
1233 bool cur_state;
1234
2a307c2e 1235 if (IS_I845G(dev_priv) || IS_I865G(dev_priv))
0b87c24e 1236 cur_state = I915_READ(CURCNTR(PIPE_A)) & CURSOR_ENABLE;
d9d82081 1237 else
5efb3e28 1238 cur_state = I915_READ(CURCNTR(pipe)) & CURSOR_MODE;
93ce0ba6 1239
e2c719b7 1240 I915_STATE_WARN(cur_state != state,
93ce0ba6 1241 "cursor on pipe %c assertion failure (expected %s, current %s)\n",
87ad3212 1242 pipe_name(pipe), onoff(state), onoff(cur_state));
93ce0ba6
JN
1243}
1244#define assert_cursor_enabled(d, p) assert_cursor(d, p, true)
1245#define assert_cursor_disabled(d, p) assert_cursor(d, p, false)
1246
b840d907
JB
1247void assert_pipe(struct drm_i915_private *dev_priv,
1248 enum pipe pipe, bool state)
b24e7179 1249{
63d7bbe9 1250 bool cur_state;
702e7a56
PZ
1251 enum transcoder cpu_transcoder = intel_pipe_to_cpu_transcoder(dev_priv,
1252 pipe);
4feed0eb 1253 enum intel_display_power_domain power_domain;
b24e7179 1254
b6b5d049
VS
1255 /* if we need the pipe quirk it must be always on */
1256 if ((pipe == PIPE_A && dev_priv->quirks & QUIRK_PIPEA_FORCE) ||
1257 (pipe == PIPE_B && dev_priv->quirks & QUIRK_PIPEB_FORCE))
8e636784
DV
1258 state = true;
1259
4feed0eb
ID
1260 power_domain = POWER_DOMAIN_TRANSCODER(cpu_transcoder);
1261 if (intel_display_power_get_if_enabled(dev_priv, power_domain)) {
649636ef 1262 u32 val = I915_READ(PIPECONF(cpu_transcoder));
69310161 1263 cur_state = !!(val & PIPECONF_ENABLE);
4feed0eb
ID
1264
1265 intel_display_power_put(dev_priv, power_domain);
1266 } else {
1267 cur_state = false;
69310161
PZ
1268 }
1269
e2c719b7 1270 I915_STATE_WARN(cur_state != state,
63d7bbe9 1271 "pipe %c assertion failure (expected %s, current %s)\n",
87ad3212 1272 pipe_name(pipe), onoff(state), onoff(cur_state));
b24e7179
JB
1273}
1274
931872fc
CW
1275static void assert_plane(struct drm_i915_private *dev_priv,
1276 enum plane plane, bool state)
b24e7179 1277{
b24e7179 1278 u32 val;
931872fc 1279 bool cur_state;
b24e7179 1280
649636ef 1281 val = I915_READ(DSPCNTR(plane));
931872fc 1282 cur_state = !!(val & DISPLAY_PLANE_ENABLE);
e2c719b7 1283 I915_STATE_WARN(cur_state != state,
931872fc 1284 "plane %c assertion failure (expected %s, current %s)\n",
87ad3212 1285 plane_name(plane), onoff(state), onoff(cur_state));
b24e7179
JB
1286}
1287
931872fc
CW
1288#define assert_plane_enabled(d, p) assert_plane(d, p, true)
1289#define assert_plane_disabled(d, p) assert_plane(d, p, false)
1290
b24e7179
JB
1291static void assert_planes_disabled(struct drm_i915_private *dev_priv,
1292 enum pipe pipe)
1293{
649636ef 1294 int i;
b24e7179 1295
653e1026 1296 /* Primary planes are fixed to pipes on gen4+ */
6315b5d3 1297 if (INTEL_GEN(dev_priv) >= 4) {
649636ef 1298 u32 val = I915_READ(DSPCNTR(pipe));
e2c719b7 1299 I915_STATE_WARN(val & DISPLAY_PLANE_ENABLE,
28c05794
AJ
1300 "plane %c assertion failure, should be disabled but not\n",
1301 plane_name(pipe));
19ec1358 1302 return;
28c05794 1303 }
19ec1358 1304
b24e7179 1305 /* Need to check both planes against the pipe */
055e393f 1306 for_each_pipe(dev_priv, i) {
649636ef
VS
1307 u32 val = I915_READ(DSPCNTR(i));
1308 enum pipe cur_pipe = (val & DISPPLANE_SEL_PIPE_MASK) >>
b24e7179 1309 DISPPLANE_SEL_PIPE_SHIFT;
e2c719b7 1310 I915_STATE_WARN((val & DISPLAY_PLANE_ENABLE) && pipe == cur_pipe,
9db4a9c7
JB
1311 "plane %c assertion failure, should be off on pipe %c but is still active\n",
1312 plane_name(i), pipe_name(pipe));
b24e7179
JB
1313 }
1314}
1315
19332d7a
JB
1316static void assert_sprites_disabled(struct drm_i915_private *dev_priv,
1317 enum pipe pipe)
1318{
649636ef 1319 int sprite;
19332d7a 1320
6315b5d3 1321 if (INTEL_GEN(dev_priv) >= 9) {
3bdcfc0c 1322 for_each_sprite(dev_priv, pipe, sprite) {
649636ef 1323 u32 val = I915_READ(PLANE_CTL(pipe, sprite));
e2c719b7 1324 I915_STATE_WARN(val & PLANE_CTL_ENABLE,
7feb8b88
DL
1325 "plane %d assertion failure, should be off on pipe %c but is still active\n",
1326 sprite, pipe_name(pipe));
1327 }
920a14b2 1328 } else if (IS_VALLEYVIEW(dev_priv) || IS_CHERRYVIEW(dev_priv)) {
3bdcfc0c 1329 for_each_sprite(dev_priv, pipe, sprite) {
83c04a62 1330 u32 val = I915_READ(SPCNTR(pipe, PLANE_SPRITE0 + sprite));
e2c719b7 1331 I915_STATE_WARN(val & SP_ENABLE,
20674eef 1332 "sprite %c assertion failure, should be off on pipe %c but is still active\n",
1fe47785 1333 sprite_name(pipe, sprite), pipe_name(pipe));
20674eef 1334 }
6315b5d3 1335 } else if (INTEL_GEN(dev_priv) >= 7) {
649636ef 1336 u32 val = I915_READ(SPRCTL(pipe));
e2c719b7 1337 I915_STATE_WARN(val & SPRITE_ENABLE,
06da8da2 1338 "sprite %c assertion failure, should be off on pipe %c but is still active\n",
20674eef 1339 plane_name(pipe), pipe_name(pipe));
6315b5d3 1340 } else if (INTEL_GEN(dev_priv) >= 5) {
649636ef 1341 u32 val = I915_READ(DVSCNTR(pipe));
e2c719b7 1342 I915_STATE_WARN(val & DVS_ENABLE,
06da8da2 1343 "sprite %c assertion failure, should be off on pipe %c but is still active\n",
20674eef 1344 plane_name(pipe), pipe_name(pipe));
19332d7a
JB
1345 }
1346}
1347
08c71e5e
VS
1348static void assert_vblank_disabled(struct drm_crtc *crtc)
1349{
e2c719b7 1350 if (I915_STATE_WARN_ON(drm_crtc_vblank_get(crtc) == 0))
08c71e5e
VS
1351 drm_crtc_vblank_put(crtc);
1352}
1353
7abd4b35
ACO
1354void assert_pch_transcoder_disabled(struct drm_i915_private *dev_priv,
1355 enum pipe pipe)
92f2584a 1356{
92f2584a
JB
1357 u32 val;
1358 bool enabled;
1359
649636ef 1360 val = I915_READ(PCH_TRANSCONF(pipe));
92f2584a 1361 enabled = !!(val & TRANS_ENABLE);
e2c719b7 1362 I915_STATE_WARN(enabled,
9db4a9c7
JB
1363 "transcoder assertion failed, should be off on pipe %c but is still active\n",
1364 pipe_name(pipe));
92f2584a
JB
1365}
1366
4e634389
KP
1367static bool dp_pipe_enabled(struct drm_i915_private *dev_priv,
1368 enum pipe pipe, u32 port_sel, u32 val)
f0575e92
KP
1369{
1370 if ((val & DP_PORT_EN) == 0)
1371 return false;
1372
2d1fe073 1373 if (HAS_PCH_CPT(dev_priv)) {
f0f59a00 1374 u32 trans_dp_ctl = I915_READ(TRANS_DP_CTL(pipe));
f0575e92
KP
1375 if ((trans_dp_ctl & TRANS_DP_PORT_SEL_MASK) != port_sel)
1376 return false;
2d1fe073 1377 } else if (IS_CHERRYVIEW(dev_priv)) {
44f37d1f
CML
1378 if ((val & DP_PIPE_MASK_CHV) != DP_PIPE_SELECT_CHV(pipe))
1379 return false;
f0575e92
KP
1380 } else {
1381 if ((val & DP_PIPE_MASK) != (pipe << 30))
1382 return false;
1383 }
1384 return true;
1385}
1386
1519b995
KP
1387static bool hdmi_pipe_enabled(struct drm_i915_private *dev_priv,
1388 enum pipe pipe, u32 val)
1389{
dc0fa718 1390 if ((val & SDVO_ENABLE) == 0)
1519b995
KP
1391 return false;
1392
2d1fe073 1393 if (HAS_PCH_CPT(dev_priv)) {
dc0fa718 1394 if ((val & SDVO_PIPE_SEL_MASK_CPT) != SDVO_PIPE_SEL_CPT(pipe))
1519b995 1395 return false;
2d1fe073 1396 } else if (IS_CHERRYVIEW(dev_priv)) {
44f37d1f
CML
1397 if ((val & SDVO_PIPE_SEL_MASK_CHV) != SDVO_PIPE_SEL_CHV(pipe))
1398 return false;
1519b995 1399 } else {
dc0fa718 1400 if ((val & SDVO_PIPE_SEL_MASK) != SDVO_PIPE_SEL(pipe))
1519b995
KP
1401 return false;
1402 }
1403 return true;
1404}
1405
1406static bool lvds_pipe_enabled(struct drm_i915_private *dev_priv,
1407 enum pipe pipe, u32 val)
1408{
1409 if ((val & LVDS_PORT_EN) == 0)
1410 return false;
1411
2d1fe073 1412 if (HAS_PCH_CPT(dev_priv)) {
1519b995
KP
1413 if ((val & PORT_TRANS_SEL_MASK) != PORT_TRANS_SEL_CPT(pipe))
1414 return false;
1415 } else {
1416 if ((val & LVDS_PIPE_MASK) != LVDS_PIPE(pipe))
1417 return false;
1418 }
1419 return true;
1420}
1421
1422static bool adpa_pipe_enabled(struct drm_i915_private *dev_priv,
1423 enum pipe pipe, u32 val)
1424{
1425 if ((val & ADPA_DAC_ENABLE) == 0)
1426 return false;
2d1fe073 1427 if (HAS_PCH_CPT(dev_priv)) {
1519b995
KP
1428 if ((val & PORT_TRANS_SEL_MASK) != PORT_TRANS_SEL_CPT(pipe))
1429 return false;
1430 } else {
1431 if ((val & ADPA_PIPE_SELECT_MASK) != ADPA_PIPE_SELECT(pipe))
1432 return false;
1433 }
1434 return true;
1435}
1436
291906f1 1437static void assert_pch_dp_disabled(struct drm_i915_private *dev_priv,
f0f59a00
VS
1438 enum pipe pipe, i915_reg_t reg,
1439 u32 port_sel)
291906f1 1440{
47a05eca 1441 u32 val = I915_READ(reg);
e2c719b7 1442 I915_STATE_WARN(dp_pipe_enabled(dev_priv, pipe, port_sel, val),
291906f1 1443 "PCH DP (0x%08x) enabled on transcoder %c, should be disabled\n",
f0f59a00 1444 i915_mmio_reg_offset(reg), pipe_name(pipe));
de9a35ab 1445
2d1fe073 1446 I915_STATE_WARN(HAS_PCH_IBX(dev_priv) && (val & DP_PORT_EN) == 0
75c5da27 1447 && (val & DP_PIPEB_SELECT),
de9a35ab 1448 "IBX PCH dp port still using transcoder B\n");
291906f1
JB
1449}
1450
1451static void assert_pch_hdmi_disabled(struct drm_i915_private *dev_priv,
f0f59a00 1452 enum pipe pipe, i915_reg_t reg)
291906f1 1453{
47a05eca 1454 u32 val = I915_READ(reg);
e2c719b7 1455 I915_STATE_WARN(hdmi_pipe_enabled(dev_priv, pipe, val),
23c99e77 1456 "PCH HDMI (0x%08x) enabled on transcoder %c, should be disabled\n",
f0f59a00 1457 i915_mmio_reg_offset(reg), pipe_name(pipe));
de9a35ab 1458
2d1fe073 1459 I915_STATE_WARN(HAS_PCH_IBX(dev_priv) && (val & SDVO_ENABLE) == 0
75c5da27 1460 && (val & SDVO_PIPE_B_SELECT),
de9a35ab 1461 "IBX PCH hdmi port still using transcoder B\n");
291906f1
JB
1462}
1463
1464static void assert_pch_ports_disabled(struct drm_i915_private *dev_priv,
1465 enum pipe pipe)
1466{
291906f1 1467 u32 val;
291906f1 1468
f0575e92
KP
1469 assert_pch_dp_disabled(dev_priv, pipe, PCH_DP_B, TRANS_DP_PORT_SEL_B);
1470 assert_pch_dp_disabled(dev_priv, pipe, PCH_DP_C, TRANS_DP_PORT_SEL_C);
1471 assert_pch_dp_disabled(dev_priv, pipe, PCH_DP_D, TRANS_DP_PORT_SEL_D);
291906f1 1472
649636ef 1473 val = I915_READ(PCH_ADPA);
e2c719b7 1474 I915_STATE_WARN(adpa_pipe_enabled(dev_priv, pipe, val),
291906f1 1475 "PCH VGA enabled on transcoder %c, should be disabled\n",
9db4a9c7 1476 pipe_name(pipe));
291906f1 1477
649636ef 1478 val = I915_READ(PCH_LVDS);
e2c719b7 1479 I915_STATE_WARN(lvds_pipe_enabled(dev_priv, pipe, val),
291906f1 1480 "PCH LVDS enabled on transcoder %c, should be disabled\n",
9db4a9c7 1481 pipe_name(pipe));
291906f1 1482
e2debe91
PZ
1483 assert_pch_hdmi_disabled(dev_priv, pipe, PCH_HDMIB);
1484 assert_pch_hdmi_disabled(dev_priv, pipe, PCH_HDMIC);
1485 assert_pch_hdmi_disabled(dev_priv, pipe, PCH_HDMID);
291906f1
JB
1486}
1487
cd2d34d9
VS
1488static void _vlv_enable_pll(struct intel_crtc *crtc,
1489 const struct intel_crtc_state *pipe_config)
1490{
1491 struct drm_i915_private *dev_priv = to_i915(crtc->base.dev);
1492 enum pipe pipe = crtc->pipe;
1493
1494 I915_WRITE(DPLL(pipe), pipe_config->dpll_hw_state.dpll);
1495 POSTING_READ(DPLL(pipe));
1496 udelay(150);
1497
2c30b43b
CW
1498 if (intel_wait_for_register(dev_priv,
1499 DPLL(pipe),
1500 DPLL_LOCK_VLV,
1501 DPLL_LOCK_VLV,
1502 1))
cd2d34d9
VS
1503 DRM_ERROR("DPLL %d failed to lock\n", pipe);
1504}
1505
d288f65f 1506static void vlv_enable_pll(struct intel_crtc *crtc,
5cec258b 1507 const struct intel_crtc_state *pipe_config)
87442f73 1508{
cd2d34d9 1509 struct drm_i915_private *dev_priv = to_i915(crtc->base.dev);
8bd3f301 1510 enum pipe pipe = crtc->pipe;
87442f73 1511
8bd3f301 1512 assert_pipe_disabled(dev_priv, pipe);
87442f73 1513
87442f73 1514 /* PLL is protected by panel, make sure we can write it */
7d1a83cb 1515 assert_panel_unlocked(dev_priv, pipe);
87442f73 1516
cd2d34d9
VS
1517 if (pipe_config->dpll_hw_state.dpll & DPLL_VCO_ENABLE)
1518 _vlv_enable_pll(crtc, pipe_config);
426115cf 1519
8bd3f301
VS
1520 I915_WRITE(DPLL_MD(pipe), pipe_config->dpll_hw_state.dpll_md);
1521 POSTING_READ(DPLL_MD(pipe));
87442f73
DV
1522}
1523
cd2d34d9
VS
1524
1525static void _chv_enable_pll(struct intel_crtc *crtc,
1526 const struct intel_crtc_state *pipe_config)
9d556c99 1527{
cd2d34d9 1528 struct drm_i915_private *dev_priv = to_i915(crtc->base.dev);
8bd3f301 1529 enum pipe pipe = crtc->pipe;
9d556c99 1530 enum dpio_channel port = vlv_pipe_to_channel(pipe);
9d556c99
CML
1531 u32 tmp;
1532
a580516d 1533 mutex_lock(&dev_priv->sb_lock);
9d556c99
CML
1534
1535 /* Enable back the 10bit clock to display controller */
1536 tmp = vlv_dpio_read(dev_priv, pipe, CHV_CMN_DW14(port));
1537 tmp |= DPIO_DCLKP_EN;
1538 vlv_dpio_write(dev_priv, pipe, CHV_CMN_DW14(port), tmp);
1539
54433e91
VS
1540 mutex_unlock(&dev_priv->sb_lock);
1541
9d556c99
CML
1542 /*
1543 * Need to wait > 100ns between dclkp clock enable bit and PLL enable.
1544 */
1545 udelay(1);
1546
1547 /* Enable PLL */
d288f65f 1548 I915_WRITE(DPLL(pipe), pipe_config->dpll_hw_state.dpll);
9d556c99
CML
1549
1550 /* Check PLL is locked */
6b18826a
CW
1551 if (intel_wait_for_register(dev_priv,
1552 DPLL(pipe), DPLL_LOCK_VLV, DPLL_LOCK_VLV,
1553 1))
9d556c99 1554 DRM_ERROR("PLL %d failed to lock\n", pipe);
cd2d34d9
VS
1555}
1556
1557static void chv_enable_pll(struct intel_crtc *crtc,
1558 const struct intel_crtc_state *pipe_config)
1559{
1560 struct drm_i915_private *dev_priv = to_i915(crtc->base.dev);
1561 enum pipe pipe = crtc->pipe;
1562
1563 assert_pipe_disabled(dev_priv, pipe);
1564
1565 /* PLL is protected by panel, make sure we can write it */
1566 assert_panel_unlocked(dev_priv, pipe);
1567
1568 if (pipe_config->dpll_hw_state.dpll & DPLL_VCO_ENABLE)
1569 _chv_enable_pll(crtc, pipe_config);
9d556c99 1570
c231775c
VS
1571 if (pipe != PIPE_A) {
1572 /*
1573 * WaPixelRepeatModeFixForC0:chv
1574 *
1575 * DPLLCMD is AWOL. Use chicken bits to propagate
1576 * the value from DPLLBMD to either pipe B or C.
1577 */
1578 I915_WRITE(CBR4_VLV, pipe == PIPE_B ? CBR_DPLLBMD_PIPE_B : CBR_DPLLBMD_PIPE_C);
1579 I915_WRITE(DPLL_MD(PIPE_B), pipe_config->dpll_hw_state.dpll_md);
1580 I915_WRITE(CBR4_VLV, 0);
1581 dev_priv->chv_dpll_md[pipe] = pipe_config->dpll_hw_state.dpll_md;
1582
1583 /*
1584 * DPLLB VGA mode also seems to cause problems.
1585 * We should always have it disabled.
1586 */
1587 WARN_ON((I915_READ(DPLL(PIPE_B)) & DPLL_VGA_MODE_DIS) == 0);
1588 } else {
1589 I915_WRITE(DPLL_MD(pipe), pipe_config->dpll_hw_state.dpll_md);
1590 POSTING_READ(DPLL_MD(pipe));
1591 }
9d556c99
CML
1592}
1593
6315b5d3 1594static int intel_num_dvo_pipes(struct drm_i915_private *dev_priv)
1c4e0274
VS
1595{
1596 struct intel_crtc *crtc;
1597 int count = 0;
1598
6315b5d3 1599 for_each_intel_crtc(&dev_priv->drm, crtc) {
3538b9df 1600 count += crtc->base.state->active &&
2d84d2b3
VS
1601 intel_crtc_has_type(crtc->config, INTEL_OUTPUT_DVO);
1602 }
1c4e0274
VS
1603
1604 return count;
1605}
1606
66e3d5c0 1607static void i9xx_enable_pll(struct intel_crtc *crtc)
63d7bbe9 1608{
6315b5d3 1609 struct drm_i915_private *dev_priv = to_i915(crtc->base.dev);
f0f59a00 1610 i915_reg_t reg = DPLL(crtc->pipe);
6e3c9717 1611 u32 dpll = crtc->config->dpll_hw_state.dpll;
63d7bbe9 1612
66e3d5c0 1613 assert_pipe_disabled(dev_priv, crtc->pipe);
58c6eaa2 1614
63d7bbe9 1615 /* PLL is protected by panel, make sure we can write it */
50a0bc90 1616 if (IS_MOBILE(dev_priv) && !IS_I830(dev_priv))
66e3d5c0 1617 assert_panel_unlocked(dev_priv, crtc->pipe);
63d7bbe9 1618
1c4e0274 1619 /* Enable DVO 2x clock on both PLLs if necessary */
6315b5d3 1620 if (IS_I830(dev_priv) && intel_num_dvo_pipes(dev_priv) > 0) {
1c4e0274
VS
1621 /*
1622 * It appears to be important that we don't enable this
1623 * for the current pipe before otherwise configuring the
1624 * PLL. No idea how this should be handled if multiple
1625 * DVO outputs are enabled simultaneosly.
1626 */
1627 dpll |= DPLL_DVO_2X_MODE;
1628 I915_WRITE(DPLL(!crtc->pipe),
1629 I915_READ(DPLL(!crtc->pipe)) | DPLL_DVO_2X_MODE);
1630 }
66e3d5c0 1631
c2b63374
VS
1632 /*
1633 * Apparently we need to have VGA mode enabled prior to changing
1634 * the P1/P2 dividers. Otherwise the DPLL will keep using the old
1635 * dividers, even though the register value does change.
1636 */
1637 I915_WRITE(reg, 0);
1638
8e7a65aa
VS
1639 I915_WRITE(reg, dpll);
1640
66e3d5c0
DV
1641 /* Wait for the clocks to stabilize. */
1642 POSTING_READ(reg);
1643 udelay(150);
1644
6315b5d3 1645 if (INTEL_GEN(dev_priv) >= 4) {
66e3d5c0 1646 I915_WRITE(DPLL_MD(crtc->pipe),
6e3c9717 1647 crtc->config->dpll_hw_state.dpll_md);
66e3d5c0
DV
1648 } else {
1649 /* The pixel multiplier can only be updated once the
1650 * DPLL is enabled and the clocks are stable.
1651 *
1652 * So write it again.
1653 */
1654 I915_WRITE(reg, dpll);
1655 }
63d7bbe9
JB
1656
1657 /* We do this three times for luck */
66e3d5c0 1658 I915_WRITE(reg, dpll);
63d7bbe9
JB
1659 POSTING_READ(reg);
1660 udelay(150); /* wait for warmup */
66e3d5c0 1661 I915_WRITE(reg, dpll);
63d7bbe9
JB
1662 POSTING_READ(reg);
1663 udelay(150); /* wait for warmup */
66e3d5c0 1664 I915_WRITE(reg, dpll);
63d7bbe9
JB
1665 POSTING_READ(reg);
1666 udelay(150); /* wait for warmup */
1667}
1668
1669/**
50b44a44 1670 * i9xx_disable_pll - disable a PLL
63d7bbe9
JB
1671 * @dev_priv: i915 private structure
1672 * @pipe: pipe PLL to disable
1673 *
1674 * Disable the PLL for @pipe, making sure the pipe is off first.
1675 *
1676 * Note! This is for pre-ILK only.
1677 */
1c4e0274 1678static void i9xx_disable_pll(struct intel_crtc *crtc)
63d7bbe9 1679{
6315b5d3 1680 struct drm_i915_private *dev_priv = to_i915(crtc->base.dev);
1c4e0274
VS
1681 enum pipe pipe = crtc->pipe;
1682
1683 /* Disable DVO 2x clock on both PLLs if necessary */
50a0bc90 1684 if (IS_I830(dev_priv) &&
2d84d2b3 1685 intel_crtc_has_type(crtc->config, INTEL_OUTPUT_DVO) &&
6315b5d3 1686 !intel_num_dvo_pipes(dev_priv)) {
1c4e0274
VS
1687 I915_WRITE(DPLL(PIPE_B),
1688 I915_READ(DPLL(PIPE_B)) & ~DPLL_DVO_2X_MODE);
1689 I915_WRITE(DPLL(PIPE_A),
1690 I915_READ(DPLL(PIPE_A)) & ~DPLL_DVO_2X_MODE);
1691 }
1692
b6b5d049
VS
1693 /* Don't disable pipe or pipe PLLs if needed */
1694 if ((pipe == PIPE_A && dev_priv->quirks & QUIRK_PIPEA_FORCE) ||
1695 (pipe == PIPE_B && dev_priv->quirks & QUIRK_PIPEB_FORCE))
63d7bbe9
JB
1696 return;
1697
1698 /* Make sure the pipe isn't still relying on us */
1699 assert_pipe_disabled(dev_priv, pipe);
1700
b8afb911 1701 I915_WRITE(DPLL(pipe), DPLL_VGA_MODE_DIS);
50b44a44 1702 POSTING_READ(DPLL(pipe));
63d7bbe9
JB
1703}
1704
f6071166
JB
1705static void vlv_disable_pll(struct drm_i915_private *dev_priv, enum pipe pipe)
1706{
b8afb911 1707 u32 val;
f6071166
JB
1708
1709 /* Make sure the pipe isn't still relying on us */
1710 assert_pipe_disabled(dev_priv, pipe);
1711
03ed5cbf
VS
1712 val = DPLL_INTEGRATED_REF_CLK_VLV |
1713 DPLL_REF_CLK_ENABLE_VLV | DPLL_VGA_MODE_DIS;
1714 if (pipe != PIPE_A)
1715 val |= DPLL_INTEGRATED_CRI_CLK_VLV;
1716
f6071166
JB
1717 I915_WRITE(DPLL(pipe), val);
1718 POSTING_READ(DPLL(pipe));
076ed3b2
CML
1719}
1720
1721static void chv_disable_pll(struct drm_i915_private *dev_priv, enum pipe pipe)
1722{
d752048d 1723 enum dpio_channel port = vlv_pipe_to_channel(pipe);
076ed3b2
CML
1724 u32 val;
1725
a11b0703
VS
1726 /* Make sure the pipe isn't still relying on us */
1727 assert_pipe_disabled(dev_priv, pipe);
076ed3b2 1728
60bfe44f
VS
1729 val = DPLL_SSC_REF_CLK_CHV |
1730 DPLL_REF_CLK_ENABLE_VLV | DPLL_VGA_MODE_DIS;
a11b0703
VS
1731 if (pipe != PIPE_A)
1732 val |= DPLL_INTEGRATED_CRI_CLK_VLV;
03ed5cbf 1733
a11b0703
VS
1734 I915_WRITE(DPLL(pipe), val);
1735 POSTING_READ(DPLL(pipe));
d752048d 1736
a580516d 1737 mutex_lock(&dev_priv->sb_lock);
d752048d
VS
1738
1739 /* Disable 10bit clock to display controller */
1740 val = vlv_dpio_read(dev_priv, pipe, CHV_CMN_DW14(port));
1741 val &= ~DPIO_DCLKP_EN;
1742 vlv_dpio_write(dev_priv, pipe, CHV_CMN_DW14(port), val);
1743
a580516d 1744 mutex_unlock(&dev_priv->sb_lock);
f6071166
JB
1745}
1746
e4607fcf 1747void vlv_wait_port_ready(struct drm_i915_private *dev_priv,
9b6de0a1
VS
1748 struct intel_digital_port *dport,
1749 unsigned int expected_mask)
89b667f8
JB
1750{
1751 u32 port_mask;
f0f59a00 1752 i915_reg_t dpll_reg;
89b667f8 1753
e4607fcf
CML
1754 switch (dport->port) {
1755 case PORT_B:
89b667f8 1756 port_mask = DPLL_PORTB_READY_MASK;
00fc31b7 1757 dpll_reg = DPLL(0);
e4607fcf
CML
1758 break;
1759 case PORT_C:
89b667f8 1760 port_mask = DPLL_PORTC_READY_MASK;
00fc31b7 1761 dpll_reg = DPLL(0);
9b6de0a1 1762 expected_mask <<= 4;
00fc31b7
CML
1763 break;
1764 case PORT_D:
1765 port_mask = DPLL_PORTD_READY_MASK;
1766 dpll_reg = DPIO_PHY_STATUS;
e4607fcf
CML
1767 break;
1768 default:
1769 BUG();
1770 }
89b667f8 1771
370004d3
CW
1772 if (intel_wait_for_register(dev_priv,
1773 dpll_reg, port_mask, expected_mask,
1774 1000))
9b6de0a1
VS
1775 WARN(1, "timed out waiting for port %c ready: got 0x%x, expected 0x%x\n",
1776 port_name(dport->port), I915_READ(dpll_reg) & port_mask, expected_mask);
89b667f8
JB
1777}
1778
b8a4f404
PZ
1779static void ironlake_enable_pch_transcoder(struct drm_i915_private *dev_priv,
1780 enum pipe pipe)
040484af 1781{
98187836
VS
1782 struct intel_crtc *intel_crtc = intel_get_crtc_for_pipe(dev_priv,
1783 pipe);
f0f59a00
VS
1784 i915_reg_t reg;
1785 uint32_t val, pipeconf_val;
040484af 1786
040484af 1787 /* Make sure PCH DPLL is enabled */
8106ddbd 1788 assert_shared_dpll_enabled(dev_priv, intel_crtc->config->shared_dpll);
040484af
JB
1789
1790 /* FDI must be feeding us bits for PCH ports */
1791 assert_fdi_tx_enabled(dev_priv, pipe);
1792 assert_fdi_rx_enabled(dev_priv, pipe);
1793
6e266956 1794 if (HAS_PCH_CPT(dev_priv)) {
23670b32
DV
1795 /* Workaround: Set the timing override bit before enabling the
1796 * pch transcoder. */
1797 reg = TRANS_CHICKEN2(pipe);
1798 val = I915_READ(reg);
1799 val |= TRANS_CHICKEN2_TIMING_OVERRIDE;
1800 I915_WRITE(reg, val);
59c859d6 1801 }
23670b32 1802
ab9412ba 1803 reg = PCH_TRANSCONF(pipe);
040484af 1804 val = I915_READ(reg);
5f7f726d 1805 pipeconf_val = I915_READ(PIPECONF(pipe));
e9bcff5c 1806
2d1fe073 1807 if (HAS_PCH_IBX(dev_priv)) {
e9bcff5c 1808 /*
c5de7c6f
VS
1809 * Make the BPC in transcoder be consistent with
1810 * that in pipeconf reg. For HDMI we must use 8bpc
1811 * here for both 8bpc and 12bpc.
e9bcff5c 1812 */
dfd07d72 1813 val &= ~PIPECONF_BPC_MASK;
2d84d2b3 1814 if (intel_crtc_has_type(intel_crtc->config, INTEL_OUTPUT_HDMI))
c5de7c6f
VS
1815 val |= PIPECONF_8BPC;
1816 else
1817 val |= pipeconf_val & PIPECONF_BPC_MASK;
e9bcff5c 1818 }
5f7f726d
PZ
1819
1820 val &= ~TRANS_INTERLACE_MASK;
1821 if ((pipeconf_val & PIPECONF_INTERLACE_MASK) == PIPECONF_INTERLACED_ILK)
2d1fe073 1822 if (HAS_PCH_IBX(dev_priv) &&
2d84d2b3 1823 intel_crtc_has_type(intel_crtc->config, INTEL_OUTPUT_SDVO))
7c26e5c6
PZ
1824 val |= TRANS_LEGACY_INTERLACED_ILK;
1825 else
1826 val |= TRANS_INTERLACED;
5f7f726d
PZ
1827 else
1828 val |= TRANS_PROGRESSIVE;
1829
040484af 1830 I915_WRITE(reg, val | TRANS_ENABLE);
650fbd84
CW
1831 if (intel_wait_for_register(dev_priv,
1832 reg, TRANS_STATE_ENABLE, TRANS_STATE_ENABLE,
1833 100))
4bb6f1f3 1834 DRM_ERROR("failed to enable transcoder %c\n", pipe_name(pipe));
040484af
JB
1835}
1836
8fb033d7 1837static void lpt_enable_pch_transcoder(struct drm_i915_private *dev_priv,
937bb610 1838 enum transcoder cpu_transcoder)
040484af 1839{
8fb033d7 1840 u32 val, pipeconf_val;
8fb033d7 1841
8fb033d7 1842 /* FDI must be feeding us bits for PCH ports */
1a240d4d 1843 assert_fdi_tx_enabled(dev_priv, (enum pipe) cpu_transcoder);
937bb610 1844 assert_fdi_rx_enabled(dev_priv, TRANSCODER_A);
8fb033d7 1845
223a6fdf 1846 /* Workaround: set timing override bit. */
36c0d0cf 1847 val = I915_READ(TRANS_CHICKEN2(PIPE_A));
23670b32 1848 val |= TRANS_CHICKEN2_TIMING_OVERRIDE;
36c0d0cf 1849 I915_WRITE(TRANS_CHICKEN2(PIPE_A), val);
223a6fdf 1850
25f3ef11 1851 val = TRANS_ENABLE;
937bb610 1852 pipeconf_val = I915_READ(PIPECONF(cpu_transcoder));
8fb033d7 1853
9a76b1c6
PZ
1854 if ((pipeconf_val & PIPECONF_INTERLACE_MASK_HSW) ==
1855 PIPECONF_INTERLACED_ILK)
a35f2679 1856 val |= TRANS_INTERLACED;
8fb033d7
PZ
1857 else
1858 val |= TRANS_PROGRESSIVE;
1859
ab9412ba 1860 I915_WRITE(LPT_TRANSCONF, val);
d9f96244
CW
1861 if (intel_wait_for_register(dev_priv,
1862 LPT_TRANSCONF,
1863 TRANS_STATE_ENABLE,
1864 TRANS_STATE_ENABLE,
1865 100))
937bb610 1866 DRM_ERROR("Failed to enable PCH transcoder\n");
8fb033d7
PZ
1867}
1868
b8a4f404
PZ
1869static void ironlake_disable_pch_transcoder(struct drm_i915_private *dev_priv,
1870 enum pipe pipe)
040484af 1871{
f0f59a00
VS
1872 i915_reg_t reg;
1873 uint32_t val;
040484af
JB
1874
1875 /* FDI relies on the transcoder */
1876 assert_fdi_tx_disabled(dev_priv, pipe);
1877 assert_fdi_rx_disabled(dev_priv, pipe);
1878
291906f1
JB
1879 /* Ports must be off as well */
1880 assert_pch_ports_disabled(dev_priv, pipe);
1881
ab9412ba 1882 reg = PCH_TRANSCONF(pipe);
040484af
JB
1883 val = I915_READ(reg);
1884 val &= ~TRANS_ENABLE;
1885 I915_WRITE(reg, val);
1886 /* wait for PCH transcoder off, transcoder state */
a7d04662
CW
1887 if (intel_wait_for_register(dev_priv,
1888 reg, TRANS_STATE_ENABLE, 0,
1889 50))
4bb6f1f3 1890 DRM_ERROR("failed to disable transcoder %c\n", pipe_name(pipe));
23670b32 1891
6e266956 1892 if (HAS_PCH_CPT(dev_priv)) {
23670b32
DV
1893 /* Workaround: Clear the timing override chicken bit again. */
1894 reg = TRANS_CHICKEN2(pipe);
1895 val = I915_READ(reg);
1896 val &= ~TRANS_CHICKEN2_TIMING_OVERRIDE;
1897 I915_WRITE(reg, val);
1898 }
040484af
JB
1899}
1900
b7076546 1901void lpt_disable_pch_transcoder(struct drm_i915_private *dev_priv)
8fb033d7 1902{
8fb033d7
PZ
1903 u32 val;
1904
ab9412ba 1905 val = I915_READ(LPT_TRANSCONF);
8fb033d7 1906 val &= ~TRANS_ENABLE;
ab9412ba 1907 I915_WRITE(LPT_TRANSCONF, val);
8fb033d7 1908 /* wait for PCH transcoder off, transcoder state */
dfdb4749
CW
1909 if (intel_wait_for_register(dev_priv,
1910 LPT_TRANSCONF, TRANS_STATE_ENABLE, 0,
1911 50))
8a52fd9f 1912 DRM_ERROR("Failed to disable PCH transcoder\n");
223a6fdf
PZ
1913
1914 /* Workaround: clear timing override bit. */
36c0d0cf 1915 val = I915_READ(TRANS_CHICKEN2(PIPE_A));
23670b32 1916 val &= ~TRANS_CHICKEN2_TIMING_OVERRIDE;
36c0d0cf 1917 I915_WRITE(TRANS_CHICKEN2(PIPE_A), val);
040484af
JB
1918}
1919
65f2130c
VS
1920enum transcoder intel_crtc_pch_transcoder(struct intel_crtc *crtc)
1921{
1922 struct drm_i915_private *dev_priv = to_i915(crtc->base.dev);
1923
1924 WARN_ON(!crtc->config->has_pch_encoder);
1925
1926 if (HAS_PCH_LPT(dev_priv))
1927 return TRANSCODER_A;
1928 else
1929 return (enum transcoder) crtc->pipe;
1930}
1931
b24e7179 1932/**
309cfea8 1933 * intel_enable_pipe - enable a pipe, asserting requirements
0372264a 1934 * @crtc: crtc responsible for the pipe
b24e7179 1935 *
0372264a 1936 * Enable @crtc's pipe, making sure that various hardware specific requirements
b24e7179 1937 * are met, if applicable, e.g. PLL enabled, LVDS pairs enabled, etc.
b24e7179 1938 */
e1fdc473 1939static void intel_enable_pipe(struct intel_crtc *crtc)
b24e7179 1940{
0372264a 1941 struct drm_device *dev = crtc->base.dev;
fac5e23e 1942 struct drm_i915_private *dev_priv = to_i915(dev);
0372264a 1943 enum pipe pipe = crtc->pipe;
1a70a728 1944 enum transcoder cpu_transcoder = crtc->config->cpu_transcoder;
f0f59a00 1945 i915_reg_t reg;
b24e7179
JB
1946 u32 val;
1947
9e2ee2dd
VS
1948 DRM_DEBUG_KMS("enabling pipe %c\n", pipe_name(pipe));
1949
58c6eaa2 1950 assert_planes_disabled(dev_priv, pipe);
93ce0ba6 1951 assert_cursor_disabled(dev_priv, pipe);
58c6eaa2
DV
1952 assert_sprites_disabled(dev_priv, pipe);
1953
b24e7179
JB
1954 /*
1955 * A pipe without a PLL won't actually be able to drive bits from
1956 * a plane. On ILK+ the pipe PLLs are integrated, so we don't
1957 * need the check.
1958 */
09fa8bb9 1959 if (HAS_GMCH_DISPLAY(dev_priv)) {
d7edc4e5 1960 if (intel_crtc_has_type(crtc->config, INTEL_OUTPUT_DSI))
23538ef1
JN
1961 assert_dsi_pll_enabled(dev_priv);
1962 else
1963 assert_pll_enabled(dev_priv, pipe);
09fa8bb9 1964 } else {
6e3c9717 1965 if (crtc->config->has_pch_encoder) {
040484af 1966 /* if driving the PCH, we need FDI enabled */
65f2130c
VS
1967 assert_fdi_rx_pll_enabled(dev_priv,
1968 (enum pipe) intel_crtc_pch_transcoder(crtc));
1a240d4d
DV
1969 assert_fdi_tx_pll_enabled(dev_priv,
1970 (enum pipe) cpu_transcoder);
040484af
JB
1971 }
1972 /* FIXME: assert CPU port conditions for SNB+ */
1973 }
b24e7179 1974
702e7a56 1975 reg = PIPECONF(cpu_transcoder);
b24e7179 1976 val = I915_READ(reg);
7ad25d48 1977 if (val & PIPECONF_ENABLE) {
b6b5d049
VS
1978 WARN_ON(!((pipe == PIPE_A && dev_priv->quirks & QUIRK_PIPEA_FORCE) ||
1979 (pipe == PIPE_B && dev_priv->quirks & QUIRK_PIPEB_FORCE)));
00d70b15 1980 return;
7ad25d48 1981 }
00d70b15
CW
1982
1983 I915_WRITE(reg, val | PIPECONF_ENABLE);
851855d8 1984 POSTING_READ(reg);
b7792d8b
VS
1985
1986 /*
1987 * Until the pipe starts DSL will read as 0, which would cause
1988 * an apparent vblank timestamp jump, which messes up also the
1989 * frame count when it's derived from the timestamps. So let's
1990 * wait for the pipe to start properly before we call
1991 * drm_crtc_vblank_on()
1992 */
1993 if (dev->max_vblank_count == 0 &&
1994 wait_for(intel_get_crtc_scanline(crtc) != crtc->scanline_offset, 50))
1995 DRM_ERROR("pipe %c didn't start\n", pipe_name(pipe));
b24e7179
JB
1996}
1997
1998/**
309cfea8 1999 * intel_disable_pipe - disable a pipe, asserting requirements
575f7ab7 2000 * @crtc: crtc whose pipes is to be disabled
b24e7179 2001 *
575f7ab7
VS
2002 * Disable the pipe of @crtc, making sure that various hardware
2003 * specific requirements are met, if applicable, e.g. plane
2004 * disabled, panel fitter off, etc.
b24e7179
JB
2005 *
2006 * Will wait until the pipe has shut down before returning.
2007 */
575f7ab7 2008static void intel_disable_pipe(struct intel_crtc *crtc)
b24e7179 2009{
fac5e23e 2010 struct drm_i915_private *dev_priv = to_i915(crtc->base.dev);
6e3c9717 2011 enum transcoder cpu_transcoder = crtc->config->cpu_transcoder;
575f7ab7 2012 enum pipe pipe = crtc->pipe;
f0f59a00 2013 i915_reg_t reg;
b24e7179
JB
2014 u32 val;
2015
9e2ee2dd
VS
2016 DRM_DEBUG_KMS("disabling pipe %c\n", pipe_name(pipe));
2017
b24e7179
JB
2018 /*
2019 * Make sure planes won't keep trying to pump pixels to us,
2020 * or we might hang the display.
2021 */
2022 assert_planes_disabled(dev_priv, pipe);
93ce0ba6 2023 assert_cursor_disabled(dev_priv, pipe);
19332d7a 2024 assert_sprites_disabled(dev_priv, pipe);
b24e7179 2025
702e7a56 2026 reg = PIPECONF(cpu_transcoder);
b24e7179 2027 val = I915_READ(reg);
00d70b15
CW
2028 if ((val & PIPECONF_ENABLE) == 0)
2029 return;
2030
67adc644
VS
2031 /*
2032 * Double wide has implications for planes
2033 * so best keep it disabled when not needed.
2034 */
6e3c9717 2035 if (crtc->config->double_wide)
67adc644
VS
2036 val &= ~PIPECONF_DOUBLE_WIDE;
2037
2038 /* Don't disable pipe or pipe PLLs if needed */
b6b5d049
VS
2039 if (!(pipe == PIPE_A && dev_priv->quirks & QUIRK_PIPEA_FORCE) &&
2040 !(pipe == PIPE_B && dev_priv->quirks & QUIRK_PIPEB_FORCE))
67adc644
VS
2041 val &= ~PIPECONF_ENABLE;
2042
2043 I915_WRITE(reg, val);
2044 if ((val & PIPECONF_ENABLE) == 0)
2045 intel_wait_for_pipe_off(crtc);
b24e7179
JB
2046}
2047
832be82f
VS
2048static unsigned int intel_tile_size(const struct drm_i915_private *dev_priv)
2049{
2050 return IS_GEN2(dev_priv) ? 2048 : 4096;
2051}
2052
27ba3910
VS
2053static unsigned int intel_tile_width_bytes(const struct drm_i915_private *dev_priv,
2054 uint64_t fb_modifier, unsigned int cpp)
7b49f948
VS
2055{
2056 switch (fb_modifier) {
2057 case DRM_FORMAT_MOD_NONE:
2058 return cpp;
2059 case I915_FORMAT_MOD_X_TILED:
2060 if (IS_GEN2(dev_priv))
2061 return 128;
2062 else
2063 return 512;
2064 case I915_FORMAT_MOD_Y_TILED:
2065 if (IS_GEN2(dev_priv) || HAS_128_BYTE_Y_TILING(dev_priv))
2066 return 128;
2067 else
2068 return 512;
2069 case I915_FORMAT_MOD_Yf_TILED:
2070 switch (cpp) {
2071 case 1:
2072 return 64;
2073 case 2:
2074 case 4:
2075 return 128;
2076 case 8:
2077 case 16:
2078 return 256;
2079 default:
2080 MISSING_CASE(cpp);
2081 return cpp;
2082 }
2083 break;
2084 default:
2085 MISSING_CASE(fb_modifier);
2086 return cpp;
2087 }
2088}
2089
832be82f
VS
2090unsigned int intel_tile_height(const struct drm_i915_private *dev_priv,
2091 uint64_t fb_modifier, unsigned int cpp)
a57ce0b2 2092{
832be82f
VS
2093 if (fb_modifier == DRM_FORMAT_MOD_NONE)
2094 return 1;
2095 else
2096 return intel_tile_size(dev_priv) /
27ba3910 2097 intel_tile_width_bytes(dev_priv, fb_modifier, cpp);
6761dd31
TU
2098}
2099
8d0deca8
VS
2100/* Return the tile dimensions in pixel units */
2101static void intel_tile_dims(const struct drm_i915_private *dev_priv,
2102 unsigned int *tile_width,
2103 unsigned int *tile_height,
2104 uint64_t fb_modifier,
2105 unsigned int cpp)
2106{
2107 unsigned int tile_width_bytes =
2108 intel_tile_width_bytes(dev_priv, fb_modifier, cpp);
2109
2110 *tile_width = tile_width_bytes / cpp;
2111 *tile_height = intel_tile_size(dev_priv) / tile_width_bytes;
2112}
2113
6761dd31
TU
2114unsigned int
2115intel_fb_align_height(struct drm_device *dev, unsigned int height,
832be82f 2116 uint32_t pixel_format, uint64_t fb_modifier)
6761dd31 2117{
832be82f
VS
2118 unsigned int cpp = drm_format_plane_cpp(pixel_format, 0);
2119 unsigned int tile_height = intel_tile_height(to_i915(dev), fb_modifier, cpp);
2120
2121 return ALIGN(height, tile_height);
a57ce0b2
JB
2122}
2123
1663b9d6
VS
2124unsigned int intel_rotation_info_size(const struct intel_rotation_info *rot_info)
2125{
2126 unsigned int size = 0;
2127 int i;
2128
2129 for (i = 0 ; i < ARRAY_SIZE(rot_info->plane); i++)
2130 size += rot_info->plane[i].width * rot_info->plane[i].height;
2131
2132 return size;
2133}
2134
75c82a53 2135static void
3465c580
VS
2136intel_fill_fb_ggtt_view(struct i915_ggtt_view *view,
2137 const struct drm_framebuffer *fb,
2138 unsigned int rotation)
f64b98cd 2139{
7b92c047 2140 view->type = I915_GGTT_VIEW_NORMAL;
bd2ef25d 2141 if (drm_rotation_90_or_270(rotation)) {
7b92c047 2142 view->type = I915_GGTT_VIEW_ROTATED;
8bab1193 2143 view->rotated = to_intel_framebuffer(fb)->rot_info;
2d7a215f
VS
2144 }
2145}
50470bb0 2146
603525d7 2147static unsigned int intel_linear_alignment(const struct drm_i915_private *dev_priv)
4e9a86b6
VS
2148{
2149 if (INTEL_INFO(dev_priv)->gen >= 9)
2150 return 256 * 1024;
c0f86832 2151 else if (IS_I965G(dev_priv) || IS_I965GM(dev_priv) ||
666a4537 2152 IS_VALLEYVIEW(dev_priv) || IS_CHERRYVIEW(dev_priv))
4e9a86b6
VS
2153 return 128 * 1024;
2154 else if (INTEL_INFO(dev_priv)->gen >= 4)
2155 return 4 * 1024;
2156 else
44c5905e 2157 return 0;
4e9a86b6
VS
2158}
2159
603525d7
VS
2160static unsigned int intel_surf_alignment(const struct drm_i915_private *dev_priv,
2161 uint64_t fb_modifier)
2162{
2163 switch (fb_modifier) {
2164 case DRM_FORMAT_MOD_NONE:
2165 return intel_linear_alignment(dev_priv);
2166 case I915_FORMAT_MOD_X_TILED:
2167 if (INTEL_INFO(dev_priv)->gen >= 9)
2168 return 256 * 1024;
2169 return 0;
2170 case I915_FORMAT_MOD_Y_TILED:
2171 case I915_FORMAT_MOD_Yf_TILED:
2172 return 1 * 1024 * 1024;
2173 default:
2174 MISSING_CASE(fb_modifier);
2175 return 0;
2176 }
2177}
2178
058d88c4
CW
2179struct i915_vma *
2180intel_pin_and_fence_fb_obj(struct drm_framebuffer *fb, unsigned int rotation)
6b95a207 2181{
850c4cdc 2182 struct drm_device *dev = fb->dev;
fac5e23e 2183 struct drm_i915_private *dev_priv = to_i915(dev);
850c4cdc 2184 struct drm_i915_gem_object *obj = intel_fb_obj(fb);
f64b98cd 2185 struct i915_ggtt_view view;
058d88c4 2186 struct i915_vma *vma;
6b95a207 2187 u32 alignment;
6b95a207 2188
ebcdd39e
MR
2189 WARN_ON(!mutex_is_locked(&dev->struct_mutex));
2190
bae781b2 2191 alignment = intel_surf_alignment(dev_priv, fb->modifier);
6b95a207 2192
3465c580 2193 intel_fill_fb_ggtt_view(&view, fb, rotation);
f64b98cd 2194
693db184
CW
2195 /* Note that the w/a also requires 64 PTE of padding following the
2196 * bo. We currently fill all unused PTE with the shadow page and so
2197 * we should always have valid PTE following the scanout preventing
2198 * the VT-d warning.
2199 */
48f112fe 2200 if (intel_scanout_needs_vtd_wa(dev_priv) && alignment < 256 * 1024)
693db184
CW
2201 alignment = 256 * 1024;
2202
d6dd6843
PZ
2203 /*
2204 * Global gtt pte registers are special registers which actually forward
2205 * writes to a chunk of system memory. Which means that there is no risk
2206 * that the register values disappear as soon as we call
2207 * intel_runtime_pm_put(), so it is correct to wrap only the
2208 * pin/unpin/fence and not more.
2209 */
2210 intel_runtime_pm_get(dev_priv);
2211
058d88c4 2212 vma = i915_gem_object_pin_to_display_plane(obj, alignment, &view);
49ef5294
CW
2213 if (IS_ERR(vma))
2214 goto err;
6b95a207 2215
05a20d09 2216 if (i915_vma_is_map_and_fenceable(vma)) {
49ef5294
CW
2217 /* Install a fence for tiled scan-out. Pre-i965 always needs a
2218 * fence, whereas 965+ only requires a fence if using
2219 * framebuffer compression. For simplicity, we always, when
2220 * possible, install a fence as the cost is not that onerous.
2221 *
2222 * If we fail to fence the tiled scanout, then either the
2223 * modeset will reject the change (which is highly unlikely as
2224 * the affected systems, all but one, do not have unmappable
2225 * space) or we will not be able to enable full powersaving
2226 * techniques (also likely not to apply due to various limits
2227 * FBC and the like impose on the size of the buffer, which
2228 * presumably we violated anyway with this unmappable buffer).
2229 * Anyway, it is presumably better to stumble onwards with
2230 * something and try to run the system in a "less than optimal"
2231 * mode that matches the user configuration.
2232 */
2233 if (i915_vma_get_fence(vma) == 0)
2234 i915_vma_pin_fence(vma);
9807216f 2235 }
6b95a207 2236
be1e3415 2237 i915_vma_get(vma);
49ef5294 2238err:
d6dd6843 2239 intel_runtime_pm_put(dev_priv);
058d88c4 2240 return vma;
6b95a207
KH
2241}
2242
be1e3415 2243void intel_unpin_fb_vma(struct i915_vma *vma)
1690e1eb 2244{
be1e3415 2245 lockdep_assert_held(&vma->vm->i915->drm.struct_mutex);
f64b98cd 2246
49ef5294 2247 i915_vma_unpin_fence(vma);
058d88c4 2248 i915_gem_object_unpin_from_display_plane(vma);
be1e3415 2249 i915_vma_put(vma);
1690e1eb
CW
2250}
2251
ef78ec94
VS
2252static int intel_fb_pitch(const struct drm_framebuffer *fb, int plane,
2253 unsigned int rotation)
2254{
bd2ef25d 2255 if (drm_rotation_90_or_270(rotation))
ef78ec94
VS
2256 return to_intel_framebuffer(fb)->rotated[plane].pitch;
2257 else
2258 return fb->pitches[plane];
2259}
2260
6687c906
VS
2261/*
2262 * Convert the x/y offsets into a linear offset.
2263 * Only valid with 0/180 degree rotation, which is fine since linear
2264 * offset is only used with linear buffers on pre-hsw and tiled buffers
2265 * with gen2/3, and 90/270 degree rotations isn't supported on any of them.
2266 */
2267u32 intel_fb_xy_to_linear(int x, int y,
2949056c
VS
2268 const struct intel_plane_state *state,
2269 int plane)
6687c906 2270{
2949056c 2271 const struct drm_framebuffer *fb = state->base.fb;
353c8598 2272 unsigned int cpp = fb->format->cpp[plane];
6687c906
VS
2273 unsigned int pitch = fb->pitches[plane];
2274
2275 return y * pitch + x * cpp;
2276}
2277
2278/*
2279 * Add the x/y offsets derived from fb->offsets[] to the user
2280 * specified plane src x/y offsets. The resulting x/y offsets
2281 * specify the start of scanout from the beginning of the gtt mapping.
2282 */
2283void intel_add_fb_offsets(int *x, int *y,
2949056c
VS
2284 const struct intel_plane_state *state,
2285 int plane)
6687c906
VS
2286
2287{
2949056c
VS
2288 const struct intel_framebuffer *intel_fb = to_intel_framebuffer(state->base.fb);
2289 unsigned int rotation = state->base.rotation;
6687c906 2290
bd2ef25d 2291 if (drm_rotation_90_or_270(rotation)) {
6687c906
VS
2292 *x += intel_fb->rotated[plane].x;
2293 *y += intel_fb->rotated[plane].y;
2294 } else {
2295 *x += intel_fb->normal[plane].x;
2296 *y += intel_fb->normal[plane].y;
2297 }
2298}
2299
29cf9491 2300/*
29cf9491
VS
2301 * Input tile dimensions and pitch must already be
2302 * rotated to match x and y, and in pixel units.
2303 */
66a2d927
VS
2304static u32 _intel_adjust_tile_offset(int *x, int *y,
2305 unsigned int tile_width,
2306 unsigned int tile_height,
2307 unsigned int tile_size,
2308 unsigned int pitch_tiles,
2309 u32 old_offset,
2310 u32 new_offset)
29cf9491 2311{
b9b24038 2312 unsigned int pitch_pixels = pitch_tiles * tile_width;
29cf9491
VS
2313 unsigned int tiles;
2314
2315 WARN_ON(old_offset & (tile_size - 1));
2316 WARN_ON(new_offset & (tile_size - 1));
2317 WARN_ON(new_offset > old_offset);
2318
2319 tiles = (old_offset - new_offset) / tile_size;
2320
2321 *y += tiles / pitch_tiles * tile_height;
2322 *x += tiles % pitch_tiles * tile_width;
2323
b9b24038
VS
2324 /* minimize x in case it got needlessly big */
2325 *y += *x / pitch_pixels * tile_height;
2326 *x %= pitch_pixels;
2327
29cf9491
VS
2328 return new_offset;
2329}
2330
66a2d927
VS
2331/*
2332 * Adjust the tile offset by moving the difference into
2333 * the x/y offsets.
2334 */
2335static u32 intel_adjust_tile_offset(int *x, int *y,
2336 const struct intel_plane_state *state, int plane,
2337 u32 old_offset, u32 new_offset)
2338{
2339 const struct drm_i915_private *dev_priv = to_i915(state->base.plane->dev);
2340 const struct drm_framebuffer *fb = state->base.fb;
353c8598 2341 unsigned int cpp = fb->format->cpp[plane];
66a2d927
VS
2342 unsigned int rotation = state->base.rotation;
2343 unsigned int pitch = intel_fb_pitch(fb, plane, rotation);
2344
2345 WARN_ON(new_offset > old_offset);
2346
bae781b2 2347 if (fb->modifier != DRM_FORMAT_MOD_NONE) {
66a2d927
VS
2348 unsigned int tile_size, tile_width, tile_height;
2349 unsigned int pitch_tiles;
2350
2351 tile_size = intel_tile_size(dev_priv);
2352 intel_tile_dims(dev_priv, &tile_width, &tile_height,
bae781b2 2353 fb->modifier, cpp);
66a2d927 2354
bd2ef25d 2355 if (drm_rotation_90_or_270(rotation)) {
66a2d927
VS
2356 pitch_tiles = pitch / tile_height;
2357 swap(tile_width, tile_height);
2358 } else {
2359 pitch_tiles = pitch / (tile_width * cpp);
2360 }
2361
2362 _intel_adjust_tile_offset(x, y, tile_width, tile_height,
2363 tile_size, pitch_tiles,
2364 old_offset, new_offset);
2365 } else {
2366 old_offset += *y * pitch + *x * cpp;
2367
2368 *y = (old_offset - new_offset) / pitch;
2369 *x = ((old_offset - new_offset) - *y * pitch) / cpp;
2370 }
2371
2372 return new_offset;
2373}
2374
8d0deca8
VS
2375/*
2376 * Computes the linear offset to the base tile and adjusts
2377 * x, y. bytes per pixel is assumed to be a power-of-two.
2378 *
2379 * In the 90/270 rotated case, x and y are assumed
2380 * to be already rotated to match the rotated GTT view, and
2381 * pitch is the tile_height aligned framebuffer height.
6687c906
VS
2382 *
2383 * This function is used when computing the derived information
2384 * under intel_framebuffer, so using any of that information
2385 * here is not allowed. Anything under drm_framebuffer can be
2386 * used. This is why the user has to pass in the pitch since it
2387 * is specified in the rotated orientation.
8d0deca8 2388 */
6687c906
VS
2389static u32 _intel_compute_tile_offset(const struct drm_i915_private *dev_priv,
2390 int *x, int *y,
2391 const struct drm_framebuffer *fb, int plane,
2392 unsigned int pitch,
2393 unsigned int rotation,
2394 u32 alignment)
c2c75131 2395{
bae781b2 2396 uint64_t fb_modifier = fb->modifier;
353c8598 2397 unsigned int cpp = fb->format->cpp[plane];
6687c906 2398 u32 offset, offset_aligned;
29cf9491 2399
29cf9491
VS
2400 if (alignment)
2401 alignment--;
2402
b5c65338 2403 if (fb_modifier != DRM_FORMAT_MOD_NONE) {
8d0deca8
VS
2404 unsigned int tile_size, tile_width, tile_height;
2405 unsigned int tile_rows, tiles, pitch_tiles;
c2c75131 2406
d843310d 2407 tile_size = intel_tile_size(dev_priv);
8d0deca8
VS
2408 intel_tile_dims(dev_priv, &tile_width, &tile_height,
2409 fb_modifier, cpp);
2410
bd2ef25d 2411 if (drm_rotation_90_or_270(rotation)) {
8d0deca8
VS
2412 pitch_tiles = pitch / tile_height;
2413 swap(tile_width, tile_height);
2414 } else {
2415 pitch_tiles = pitch / (tile_width * cpp);
2416 }
d843310d
VS
2417
2418 tile_rows = *y / tile_height;
2419 *y %= tile_height;
c2c75131 2420
8d0deca8
VS
2421 tiles = *x / tile_width;
2422 *x %= tile_width;
bc752862 2423
29cf9491
VS
2424 offset = (tile_rows * pitch_tiles + tiles) * tile_size;
2425 offset_aligned = offset & ~alignment;
bc752862 2426
66a2d927
VS
2427 _intel_adjust_tile_offset(x, y, tile_width, tile_height,
2428 tile_size, pitch_tiles,
2429 offset, offset_aligned);
29cf9491 2430 } else {
bc752862 2431 offset = *y * pitch + *x * cpp;
29cf9491
VS
2432 offset_aligned = offset & ~alignment;
2433
4e9a86b6
VS
2434 *y = (offset & alignment) / pitch;
2435 *x = ((offset & alignment) - *y * pitch) / cpp;
bc752862 2436 }
29cf9491
VS
2437
2438 return offset_aligned;
c2c75131
DV
2439}
2440
6687c906 2441u32 intel_compute_tile_offset(int *x, int *y,
2949056c
VS
2442 const struct intel_plane_state *state,
2443 int plane)
6687c906 2444{
2949056c
VS
2445 const struct drm_i915_private *dev_priv = to_i915(state->base.plane->dev);
2446 const struct drm_framebuffer *fb = state->base.fb;
2447 unsigned int rotation = state->base.rotation;
ef78ec94 2448 int pitch = intel_fb_pitch(fb, plane, rotation);
8d970654
VS
2449 u32 alignment;
2450
2451 /* AUX_DIST needs only 4K alignment */
438b74a5 2452 if (fb->format->format == DRM_FORMAT_NV12 && plane == 1)
8d970654
VS
2453 alignment = 4096;
2454 else
bae781b2 2455 alignment = intel_surf_alignment(dev_priv, fb->modifier);
6687c906
VS
2456
2457 return _intel_compute_tile_offset(dev_priv, x, y, fb, plane, pitch,
2458 rotation, alignment);
2459}
2460
2461/* Convert the fb->offset[] linear offset into x/y offsets */
2462static void intel_fb_offset_to_xy(int *x, int *y,
2463 const struct drm_framebuffer *fb, int plane)
2464{
353c8598 2465 unsigned int cpp = fb->format->cpp[plane];
6687c906
VS
2466 unsigned int pitch = fb->pitches[plane];
2467 u32 linear_offset = fb->offsets[plane];
2468
2469 *y = linear_offset / pitch;
2470 *x = linear_offset % pitch / cpp;
2471}
2472
72618ebf
VS
2473static unsigned int intel_fb_modifier_to_tiling(uint64_t fb_modifier)
2474{
2475 switch (fb_modifier) {
2476 case I915_FORMAT_MOD_X_TILED:
2477 return I915_TILING_X;
2478 case I915_FORMAT_MOD_Y_TILED:
2479 return I915_TILING_Y;
2480 default:
2481 return I915_TILING_NONE;
2482 }
2483}
2484
6687c906
VS
2485static int
2486intel_fill_fb_info(struct drm_i915_private *dev_priv,
2487 struct drm_framebuffer *fb)
2488{
2489 struct intel_framebuffer *intel_fb = to_intel_framebuffer(fb);
2490 struct intel_rotation_info *rot_info = &intel_fb->rot_info;
2491 u32 gtt_offset_rotated = 0;
2492 unsigned int max_size = 0;
bcb0b461 2493 int i, num_planes = fb->format->num_planes;
6687c906
VS
2494 unsigned int tile_size = intel_tile_size(dev_priv);
2495
2496 for (i = 0; i < num_planes; i++) {
2497 unsigned int width, height;
2498 unsigned int cpp, size;
2499 u32 offset;
2500 int x, y;
2501
353c8598 2502 cpp = fb->format->cpp[i];
145fcb11
VS
2503 width = drm_framebuffer_plane_width(fb->width, fb, i);
2504 height = drm_framebuffer_plane_height(fb->height, fb, i);
6687c906
VS
2505
2506 intel_fb_offset_to_xy(&x, &y, fb, i);
2507
60d5f2a4
VS
2508 /*
2509 * The fence (if used) is aligned to the start of the object
2510 * so having the framebuffer wrap around across the edge of the
2511 * fenced region doesn't really work. We have no API to configure
2512 * the fence start offset within the object (nor could we probably
2513 * on gen2/3). So it's just easier if we just require that the
2514 * fb layout agrees with the fence layout. We already check that the
2515 * fb stride matches the fence stride elsewhere.
2516 */
2517 if (i915_gem_object_is_tiled(intel_fb->obj) &&
2518 (x + width) * cpp > fb->pitches[i]) {
2519 DRM_DEBUG("bad fb plane %d offset: 0x%x\n",
2520 i, fb->offsets[i]);
2521 return -EINVAL;
2522 }
2523
6687c906
VS
2524 /*
2525 * First pixel of the framebuffer from
2526 * the start of the normal gtt mapping.
2527 */
2528 intel_fb->normal[i].x = x;
2529 intel_fb->normal[i].y = y;
2530
2531 offset = _intel_compute_tile_offset(dev_priv, &x, &y,
2532 fb, 0, fb->pitches[i],
cc926387 2533 DRM_ROTATE_0, tile_size);
6687c906
VS
2534 offset /= tile_size;
2535
bae781b2 2536 if (fb->modifier != DRM_FORMAT_MOD_NONE) {
6687c906
VS
2537 unsigned int tile_width, tile_height;
2538 unsigned int pitch_tiles;
2539 struct drm_rect r;
2540
2541 intel_tile_dims(dev_priv, &tile_width, &tile_height,
bae781b2 2542 fb->modifier, cpp);
6687c906
VS
2543
2544 rot_info->plane[i].offset = offset;
2545 rot_info->plane[i].stride = DIV_ROUND_UP(fb->pitches[i], tile_width * cpp);
2546 rot_info->plane[i].width = DIV_ROUND_UP(x + width, tile_width);
2547 rot_info->plane[i].height = DIV_ROUND_UP(y + height, tile_height);
2548
2549 intel_fb->rotated[i].pitch =
2550 rot_info->plane[i].height * tile_height;
2551
2552 /* how many tiles does this plane need */
2553 size = rot_info->plane[i].stride * rot_info->plane[i].height;
2554 /*
2555 * If the plane isn't horizontally tile aligned,
2556 * we need one more tile.
2557 */
2558 if (x != 0)
2559 size++;
2560
2561 /* rotate the x/y offsets to match the GTT view */
2562 r.x1 = x;
2563 r.y1 = y;
2564 r.x2 = x + width;
2565 r.y2 = y + height;
2566 drm_rect_rotate(&r,
2567 rot_info->plane[i].width * tile_width,
2568 rot_info->plane[i].height * tile_height,
cc926387 2569 DRM_ROTATE_270);
6687c906
VS
2570 x = r.x1;
2571 y = r.y1;
2572
2573 /* rotate the tile dimensions to match the GTT view */
2574 pitch_tiles = intel_fb->rotated[i].pitch / tile_height;
2575 swap(tile_width, tile_height);
2576
2577 /*
2578 * We only keep the x/y offsets, so push all of the
2579 * gtt offset into the x/y offsets.
2580 */
46a1bd28
ACO
2581 _intel_adjust_tile_offset(&x, &y,
2582 tile_width, tile_height,
2583 tile_size, pitch_tiles,
66a2d927 2584 gtt_offset_rotated * tile_size, 0);
6687c906
VS
2585
2586 gtt_offset_rotated += rot_info->plane[i].width * rot_info->plane[i].height;
2587
2588 /*
2589 * First pixel of the framebuffer from
2590 * the start of the rotated gtt mapping.
2591 */
2592 intel_fb->rotated[i].x = x;
2593 intel_fb->rotated[i].y = y;
2594 } else {
2595 size = DIV_ROUND_UP((y + height) * fb->pitches[i] +
2596 x * cpp, tile_size);
2597 }
2598
2599 /* how many tiles in total needed in the bo */
2600 max_size = max(max_size, offset + size);
2601 }
2602
2603 if (max_size * tile_size > to_intel_framebuffer(fb)->obj->base.size) {
2604 DRM_DEBUG("fb too big for bo (need %u bytes, have %zu bytes)\n",
2605 max_size * tile_size, to_intel_framebuffer(fb)->obj->base.size);
2606 return -EINVAL;
2607 }
2608
2609 return 0;
2610}
2611
b35d63fa 2612static int i9xx_format_to_fourcc(int format)
46f297fb
JB
2613{
2614 switch (format) {
2615 case DISPPLANE_8BPP:
2616 return DRM_FORMAT_C8;
2617 case DISPPLANE_BGRX555:
2618 return DRM_FORMAT_XRGB1555;
2619 case DISPPLANE_BGRX565:
2620 return DRM_FORMAT_RGB565;
2621 default:
2622 case DISPPLANE_BGRX888:
2623 return DRM_FORMAT_XRGB8888;
2624 case DISPPLANE_RGBX888:
2625 return DRM_FORMAT_XBGR8888;
2626 case DISPPLANE_BGRX101010:
2627 return DRM_FORMAT_XRGB2101010;
2628 case DISPPLANE_RGBX101010:
2629 return DRM_FORMAT_XBGR2101010;
2630 }
2631}
2632
bc8d7dff
DL
2633static int skl_format_to_fourcc(int format, bool rgb_order, bool alpha)
2634{
2635 switch (format) {
2636 case PLANE_CTL_FORMAT_RGB_565:
2637 return DRM_FORMAT_RGB565;
2638 default:
2639 case PLANE_CTL_FORMAT_XRGB_8888:
2640 if (rgb_order) {
2641 if (alpha)
2642 return DRM_FORMAT_ABGR8888;
2643 else
2644 return DRM_FORMAT_XBGR8888;
2645 } else {
2646 if (alpha)
2647 return DRM_FORMAT_ARGB8888;
2648 else
2649 return DRM_FORMAT_XRGB8888;
2650 }
2651 case PLANE_CTL_FORMAT_XRGB_2101010:
2652 if (rgb_order)
2653 return DRM_FORMAT_XBGR2101010;
2654 else
2655 return DRM_FORMAT_XRGB2101010;
2656 }
2657}
2658
5724dbd1 2659static bool
f6936e29
DV
2660intel_alloc_initial_plane_obj(struct intel_crtc *crtc,
2661 struct intel_initial_plane_config *plane_config)
46f297fb
JB
2662{
2663 struct drm_device *dev = crtc->base.dev;
3badb49f 2664 struct drm_i915_private *dev_priv = to_i915(dev);
72e96d64 2665 struct i915_ggtt *ggtt = &dev_priv->ggtt;
46f297fb
JB
2666 struct drm_i915_gem_object *obj = NULL;
2667 struct drm_mode_fb_cmd2 mode_cmd = { 0 };
2d14030b 2668 struct drm_framebuffer *fb = &plane_config->fb->base;
f37b5c2b
DV
2669 u32 base_aligned = round_down(plane_config->base, PAGE_SIZE);
2670 u32 size_aligned = round_up(plane_config->base + plane_config->size,
2671 PAGE_SIZE);
2672
2673 size_aligned -= base_aligned;
46f297fb 2674
ff2652ea
CW
2675 if (plane_config->size == 0)
2676 return false;
2677
3badb49f
PZ
2678 /* If the FB is too big, just don't use it since fbdev is not very
2679 * important and we should probably use that space with FBC or other
2680 * features. */
72e96d64 2681 if (size_aligned * 2 > ggtt->stolen_usable_size)
3badb49f
PZ
2682 return false;
2683
12c83d99
TU
2684 mutex_lock(&dev->struct_mutex);
2685
187685cb 2686 obj = i915_gem_object_create_stolen_for_preallocated(dev_priv,
f37b5c2b
DV
2687 base_aligned,
2688 base_aligned,
2689 size_aligned);
12c83d99
TU
2690 if (!obj) {
2691 mutex_unlock(&dev->struct_mutex);
484b41dd 2692 return false;
12c83d99 2693 }
46f297fb 2694
3e510a8e
CW
2695 if (plane_config->tiling == I915_TILING_X)
2696 obj->tiling_and_stride = fb->pitches[0] | I915_TILING_X;
46f297fb 2697
438b74a5 2698 mode_cmd.pixel_format = fb->format->format;
6bf129df
DL
2699 mode_cmd.width = fb->width;
2700 mode_cmd.height = fb->height;
2701 mode_cmd.pitches[0] = fb->pitches[0];
bae781b2 2702 mode_cmd.modifier[0] = fb->modifier;
18c5247e 2703 mode_cmd.flags = DRM_MODE_FB_MODIFIERS;
46f297fb 2704
6bf129df 2705 if (intel_framebuffer_init(dev, to_intel_framebuffer(fb),
484b41dd 2706 &mode_cmd, obj)) {
46f297fb
JB
2707 DRM_DEBUG_KMS("intel fb init failed\n");
2708 goto out_unref_obj;
2709 }
12c83d99 2710
46f297fb 2711 mutex_unlock(&dev->struct_mutex);
484b41dd 2712
f6936e29 2713 DRM_DEBUG_KMS("initial plane fb obj %p\n", obj);
484b41dd 2714 return true;
46f297fb
JB
2715
2716out_unref_obj:
f8c417cd 2717 i915_gem_object_put(obj);
46f297fb 2718 mutex_unlock(&dev->struct_mutex);
484b41dd
JB
2719 return false;
2720}
2721
5a21b665
DV
2722/* Update plane->state->fb to match plane->fb after driver-internal updates */
2723static void
2724update_state_fb(struct drm_plane *plane)
2725{
2726 if (plane->fb == plane->state->fb)
2727 return;
2728
2729 if (plane->state->fb)
2730 drm_framebuffer_unreference(plane->state->fb);
2731 plane->state->fb = plane->fb;
2732 if (plane->state->fb)
2733 drm_framebuffer_reference(plane->state->fb);
2734}
2735
5724dbd1 2736static void
f6936e29
DV
2737intel_find_initial_plane_obj(struct intel_crtc *intel_crtc,
2738 struct intel_initial_plane_config *plane_config)
484b41dd
JB
2739{
2740 struct drm_device *dev = intel_crtc->base.dev;
fac5e23e 2741 struct drm_i915_private *dev_priv = to_i915(dev);
484b41dd 2742 struct drm_crtc *c;
2ff8fde1 2743 struct drm_i915_gem_object *obj;
88595ac9 2744 struct drm_plane *primary = intel_crtc->base.primary;
be5651f2 2745 struct drm_plane_state *plane_state = primary->state;
200757f5
MR
2746 struct drm_crtc_state *crtc_state = intel_crtc->base.state;
2747 struct intel_plane *intel_plane = to_intel_plane(primary);
0a8d8a86
MR
2748 struct intel_plane_state *intel_state =
2749 to_intel_plane_state(plane_state);
88595ac9 2750 struct drm_framebuffer *fb;
484b41dd 2751
2d14030b 2752 if (!plane_config->fb)
484b41dd
JB
2753 return;
2754
f6936e29 2755 if (intel_alloc_initial_plane_obj(intel_crtc, plane_config)) {
88595ac9
DV
2756 fb = &plane_config->fb->base;
2757 goto valid_fb;
f55548b5 2758 }
484b41dd 2759
2d14030b 2760 kfree(plane_config->fb);
484b41dd
JB
2761
2762 /*
2763 * Failed to alloc the obj, check to see if we should share
2764 * an fb with another CRTC instead
2765 */
70e1e0ec 2766 for_each_crtc(dev, c) {
be1e3415 2767 struct intel_plane_state *state;
484b41dd
JB
2768
2769 if (c == &intel_crtc->base)
2770 continue;
2771
be1e3415 2772 if (!to_intel_crtc(c)->active)
2ff8fde1
MR
2773 continue;
2774
be1e3415
CW
2775 state = to_intel_plane_state(c->primary->state);
2776 if (!state->vma)
484b41dd
JB
2777 continue;
2778
be1e3415
CW
2779 if (intel_plane_ggtt_offset(state) == plane_config->base) {
2780 fb = c->primary->fb;
88595ac9
DV
2781 drm_framebuffer_reference(fb);
2782 goto valid_fb;
484b41dd
JB
2783 }
2784 }
88595ac9 2785
200757f5
MR
2786 /*
2787 * We've failed to reconstruct the BIOS FB. Current display state
2788 * indicates that the primary plane is visible, but has a NULL FB,
2789 * which will lead to problems later if we don't fix it up. The
2790 * simplest solution is to just disable the primary plane now and
2791 * pretend the BIOS never had it enabled.
2792 */
1d4258db 2793 plane_state->visible = false;
200757f5 2794 crtc_state->plane_mask &= ~(1 << drm_plane_index(primary));
2622a081 2795 intel_pre_disable_primary_noatomic(&intel_crtc->base);
200757f5
MR
2796 intel_plane->disable_plane(primary, &intel_crtc->base);
2797
88595ac9
DV
2798 return;
2799
2800valid_fb:
be1e3415
CW
2801 mutex_lock(&dev->struct_mutex);
2802 intel_state->vma =
2803 intel_pin_and_fence_fb_obj(fb, primary->state->rotation);
2804 mutex_unlock(&dev->struct_mutex);
2805 if (IS_ERR(intel_state->vma)) {
2806 DRM_ERROR("failed to pin boot fb on pipe %d: %li\n",
2807 intel_crtc->pipe, PTR_ERR(intel_state->vma));
2808
2809 intel_state->vma = NULL;
2810 drm_framebuffer_unreference(fb);
2811 return;
2812 }
2813
f44e2659
VS
2814 plane_state->src_x = 0;
2815 plane_state->src_y = 0;
be5651f2
ML
2816 plane_state->src_w = fb->width << 16;
2817 plane_state->src_h = fb->height << 16;
2818
f44e2659
VS
2819 plane_state->crtc_x = 0;
2820 plane_state->crtc_y = 0;
be5651f2
ML
2821 plane_state->crtc_w = fb->width;
2822 plane_state->crtc_h = fb->height;
2823
1638d30c
RC
2824 intel_state->base.src = drm_plane_state_src(plane_state);
2825 intel_state->base.dst = drm_plane_state_dest(plane_state);
0a8d8a86 2826
88595ac9 2827 obj = intel_fb_obj(fb);
3e510a8e 2828 if (i915_gem_object_is_tiled(obj))
88595ac9
DV
2829 dev_priv->preserve_bios_swizzle = true;
2830
be5651f2
ML
2831 drm_framebuffer_reference(fb);
2832 primary->fb = primary->state->fb = fb;
36750f28 2833 primary->crtc = primary->state->crtc = &intel_crtc->base;
36750f28 2834 intel_crtc->base.state->plane_mask |= (1 << drm_plane_index(primary));
faf5bf0a
CW
2835 atomic_or(to_intel_plane(primary)->frontbuffer_bit,
2836 &obj->frontbuffer_bits);
46f297fb
JB
2837}
2838
b63a16f6
VS
2839static int skl_max_plane_width(const struct drm_framebuffer *fb, int plane,
2840 unsigned int rotation)
2841{
353c8598 2842 int cpp = fb->format->cpp[plane];
b63a16f6 2843
bae781b2 2844 switch (fb->modifier) {
b63a16f6
VS
2845 case DRM_FORMAT_MOD_NONE:
2846 case I915_FORMAT_MOD_X_TILED:
2847 switch (cpp) {
2848 case 8:
2849 return 4096;
2850 case 4:
2851 case 2:
2852 case 1:
2853 return 8192;
2854 default:
2855 MISSING_CASE(cpp);
2856 break;
2857 }
2858 break;
2859 case I915_FORMAT_MOD_Y_TILED:
2860 case I915_FORMAT_MOD_Yf_TILED:
2861 switch (cpp) {
2862 case 8:
2863 return 2048;
2864 case 4:
2865 return 4096;
2866 case 2:
2867 case 1:
2868 return 8192;
2869 default:
2870 MISSING_CASE(cpp);
2871 break;
2872 }
2873 break;
2874 default:
bae781b2 2875 MISSING_CASE(fb->modifier);
b63a16f6
VS
2876 }
2877
2878 return 2048;
2879}
2880
2881static int skl_check_main_surface(struct intel_plane_state *plane_state)
2882{
2883 const struct drm_i915_private *dev_priv = to_i915(plane_state->base.plane->dev);
2884 const struct drm_framebuffer *fb = plane_state->base.fb;
2885 unsigned int rotation = plane_state->base.rotation;
cc926387
DV
2886 int x = plane_state->base.src.x1 >> 16;
2887 int y = plane_state->base.src.y1 >> 16;
2888 int w = drm_rect_width(&plane_state->base.src) >> 16;
2889 int h = drm_rect_height(&plane_state->base.src) >> 16;
b63a16f6
VS
2890 int max_width = skl_max_plane_width(fb, 0, rotation);
2891 int max_height = 4096;
8d970654 2892 u32 alignment, offset, aux_offset = plane_state->aux.offset;
b63a16f6
VS
2893
2894 if (w > max_width || h > max_height) {
2895 DRM_DEBUG_KMS("requested Y/RGB source size %dx%d too big (limit %dx%d)\n",
2896 w, h, max_width, max_height);
2897 return -EINVAL;
2898 }
2899
2900 intel_add_fb_offsets(&x, &y, plane_state, 0);
2901 offset = intel_compute_tile_offset(&x, &y, plane_state, 0);
2902
bae781b2 2903 alignment = intel_surf_alignment(dev_priv, fb->modifier);
b63a16f6 2904
8d970654
VS
2905 /*
2906 * AUX surface offset is specified as the distance from the
2907 * main surface offset, and it must be non-negative. Make
2908 * sure that is what we will get.
2909 */
2910 if (offset > aux_offset)
2911 offset = intel_adjust_tile_offset(&x, &y, plane_state, 0,
2912 offset, aux_offset & ~(alignment - 1));
2913
b63a16f6
VS
2914 /*
2915 * When using an X-tiled surface, the plane blows up
2916 * if the x offset + width exceed the stride.
2917 *
2918 * TODO: linear and Y-tiled seem fine, Yf untested,
2919 */
bae781b2 2920 if (fb->modifier == I915_FORMAT_MOD_X_TILED) {
353c8598 2921 int cpp = fb->format->cpp[0];
b63a16f6
VS
2922
2923 while ((x + w) * cpp > fb->pitches[0]) {
2924 if (offset == 0) {
2925 DRM_DEBUG_KMS("Unable to find suitable display surface offset\n");
2926 return -EINVAL;
2927 }
2928
2929 offset = intel_adjust_tile_offset(&x, &y, plane_state, 0,
2930 offset, offset - alignment);
2931 }
2932 }
2933
2934 plane_state->main.offset = offset;
2935 plane_state->main.x = x;
2936 plane_state->main.y = y;
2937
2938 return 0;
2939}
2940
8d970654
VS
2941static int skl_check_nv12_aux_surface(struct intel_plane_state *plane_state)
2942{
2943 const struct drm_framebuffer *fb = plane_state->base.fb;
2944 unsigned int rotation = plane_state->base.rotation;
2945 int max_width = skl_max_plane_width(fb, 1, rotation);
2946 int max_height = 4096;
cc926387
DV
2947 int x = plane_state->base.src.x1 >> 17;
2948 int y = plane_state->base.src.y1 >> 17;
2949 int w = drm_rect_width(&plane_state->base.src) >> 17;
2950 int h = drm_rect_height(&plane_state->base.src) >> 17;
8d970654
VS
2951 u32 offset;
2952
2953 intel_add_fb_offsets(&x, &y, plane_state, 1);
2954 offset = intel_compute_tile_offset(&x, &y, plane_state, 1);
2955
2956 /* FIXME not quite sure how/if these apply to the chroma plane */
2957 if (w > max_width || h > max_height) {
2958 DRM_DEBUG_KMS("CbCr source size %dx%d too big (limit %dx%d)\n",
2959 w, h, max_width, max_height);
2960 return -EINVAL;
2961 }
2962
2963 plane_state->aux.offset = offset;
2964 plane_state->aux.x = x;
2965 plane_state->aux.y = y;
2966
2967 return 0;
2968}
2969
b63a16f6
VS
2970int skl_check_plane_surface(struct intel_plane_state *plane_state)
2971{
2972 const struct drm_framebuffer *fb = plane_state->base.fb;
2973 unsigned int rotation = plane_state->base.rotation;
2974 int ret;
2975
a5e4c7d0
VS
2976 if (!plane_state->base.visible)
2977 return 0;
2978
b63a16f6 2979 /* Rotate src coordinates to match rotated GTT view */
bd2ef25d 2980 if (drm_rotation_90_or_270(rotation))
cc926387 2981 drm_rect_rotate(&plane_state->base.src,
da064b47
VS
2982 fb->width << 16, fb->height << 16,
2983 DRM_ROTATE_270);
b63a16f6 2984
8d970654
VS
2985 /*
2986 * Handle the AUX surface first since
2987 * the main surface setup depends on it.
2988 */
438b74a5 2989 if (fb->format->format == DRM_FORMAT_NV12) {
8d970654
VS
2990 ret = skl_check_nv12_aux_surface(plane_state);
2991 if (ret)
2992 return ret;
2993 } else {
2994 plane_state->aux.offset = ~0xfff;
2995 plane_state->aux.x = 0;
2996 plane_state->aux.y = 0;
2997 }
2998
b63a16f6
VS
2999 ret = skl_check_main_surface(plane_state);
3000 if (ret)
3001 return ret;
3002
3003 return 0;
3004}
3005
a8d201af
ML
3006static void i9xx_update_primary_plane(struct drm_plane *primary,
3007 const struct intel_crtc_state *crtc_state,
3008 const struct intel_plane_state *plane_state)
81255565 3009{
6315b5d3 3010 struct drm_i915_private *dev_priv = to_i915(primary->dev);
a8d201af
ML
3011 struct intel_crtc *intel_crtc = to_intel_crtc(crtc_state->base.crtc);
3012 struct drm_framebuffer *fb = plane_state->base.fb;
81255565 3013 int plane = intel_crtc->plane;
54ea9da8 3014 u32 linear_offset;
81255565 3015 u32 dspcntr;
f0f59a00 3016 i915_reg_t reg = DSPCNTR(plane);
8d0deca8 3017 unsigned int rotation = plane_state->base.rotation;
936e71e3
VS
3018 int x = plane_state->base.src.x1 >> 16;
3019 int y = plane_state->base.src.y1 >> 16;
c9ba6fad 3020
f45651ba
VS
3021 dspcntr = DISPPLANE_GAMMA_ENABLE;
3022
fdd508a6 3023 dspcntr |= DISPLAY_PLANE_ENABLE;
f45651ba 3024
6315b5d3 3025 if (INTEL_GEN(dev_priv) < 4) {
f45651ba
VS
3026 if (intel_crtc->pipe == PIPE_B)
3027 dspcntr |= DISPPLANE_SEL_PIPE_B;
3028
3029 /* pipesrc and dspsize control the size that is scaled from,
3030 * which should always be the user's requested size.
3031 */
3032 I915_WRITE(DSPSIZE(plane),
a8d201af
ML
3033 ((crtc_state->pipe_src_h - 1) << 16) |
3034 (crtc_state->pipe_src_w - 1));
f45651ba 3035 I915_WRITE(DSPPOS(plane), 0);
920a14b2 3036 } else if (IS_CHERRYVIEW(dev_priv) && plane == PLANE_B) {
c14b0485 3037 I915_WRITE(PRIMSIZE(plane),
a8d201af
ML
3038 ((crtc_state->pipe_src_h - 1) << 16) |
3039 (crtc_state->pipe_src_w - 1));
c14b0485
VS
3040 I915_WRITE(PRIMPOS(plane), 0);
3041 I915_WRITE(PRIMCNSTALPHA(plane), 0);
f45651ba 3042 }
81255565 3043
438b74a5 3044 switch (fb->format->format) {
57779d06 3045 case DRM_FORMAT_C8:
81255565
JB
3046 dspcntr |= DISPPLANE_8BPP;
3047 break;
57779d06 3048 case DRM_FORMAT_XRGB1555:
57779d06 3049 dspcntr |= DISPPLANE_BGRX555;
81255565 3050 break;
57779d06
VS
3051 case DRM_FORMAT_RGB565:
3052 dspcntr |= DISPPLANE_BGRX565;
3053 break;
3054 case DRM_FORMAT_XRGB8888:
57779d06
VS
3055 dspcntr |= DISPPLANE_BGRX888;
3056 break;
3057 case DRM_FORMAT_XBGR8888:
57779d06
VS
3058 dspcntr |= DISPPLANE_RGBX888;
3059 break;
3060 case DRM_FORMAT_XRGB2101010:
57779d06
VS
3061 dspcntr |= DISPPLANE_BGRX101010;
3062 break;
3063 case DRM_FORMAT_XBGR2101010:
57779d06 3064 dspcntr |= DISPPLANE_RGBX101010;
81255565
JB
3065 break;
3066 default:
baba133a 3067 BUG();
81255565 3068 }
57779d06 3069
72618ebf 3070 if (INTEL_GEN(dev_priv) >= 4 &&
bae781b2 3071 fb->modifier == I915_FORMAT_MOD_X_TILED)
f45651ba 3072 dspcntr |= DISPPLANE_TILED;
81255565 3073
df0cd455
VS
3074 if (rotation & DRM_ROTATE_180)
3075 dspcntr |= DISPPLANE_ROTATE_180;
3076
4ea7be2b
VS
3077 if (rotation & DRM_REFLECT_X)
3078 dspcntr |= DISPPLANE_MIRROR;
3079
9beb5fea 3080 if (IS_G4X(dev_priv))
de1aa629
VS
3081 dspcntr |= DISPPLANE_TRICKLE_FEED_DISABLE;
3082
2949056c 3083 intel_add_fb_offsets(&x, &y, plane_state, 0);
81255565 3084
6315b5d3 3085 if (INTEL_GEN(dev_priv) >= 4)
c2c75131 3086 intel_crtc->dspaddr_offset =
2949056c 3087 intel_compute_tile_offset(&x, &y, plane_state, 0);
e506a0c6 3088
f22aa143 3089 if (rotation & DRM_ROTATE_180) {
df0cd455
VS
3090 x += crtc_state->pipe_src_w - 1;
3091 y += crtc_state->pipe_src_h - 1;
4ea7be2b
VS
3092 } else if (rotation & DRM_REFLECT_X) {
3093 x += crtc_state->pipe_src_w - 1;
48404c1e
SJ
3094 }
3095
2949056c 3096 linear_offset = intel_fb_xy_to_linear(x, y, plane_state, 0);
6687c906 3097
6315b5d3 3098 if (INTEL_GEN(dev_priv) < 4)
6687c906
VS
3099 intel_crtc->dspaddr_offset = linear_offset;
3100
2db3366b
PZ
3101 intel_crtc->adjusted_x = x;
3102 intel_crtc->adjusted_y = y;
3103
48404c1e
SJ
3104 I915_WRITE(reg, dspcntr);
3105
01f2c773 3106 I915_WRITE(DSPSTRIDE(plane), fb->pitches[0]);
6315b5d3 3107 if (INTEL_GEN(dev_priv) >= 4) {
85ba7b7d 3108 I915_WRITE(DSPSURF(plane),
be1e3415 3109 intel_plane_ggtt_offset(plane_state) +
6687c906 3110 intel_crtc->dspaddr_offset);
5eddb70b 3111 I915_WRITE(DSPTILEOFF(plane), (y << 16) | x);
e506a0c6 3112 I915_WRITE(DSPLINOFF(plane), linear_offset);
bfb81049
VS
3113 } else {
3114 I915_WRITE(DSPADDR(plane),
be1e3415 3115 intel_plane_ggtt_offset(plane_state) +
bfb81049
VS
3116 intel_crtc->dspaddr_offset);
3117 }
5eddb70b 3118 POSTING_READ(reg);
17638cd6
JB
3119}
3120
a8d201af
ML
3121static void i9xx_disable_primary_plane(struct drm_plane *primary,
3122 struct drm_crtc *crtc)
17638cd6
JB
3123{
3124 struct drm_device *dev = crtc->dev;
fac5e23e 3125 struct drm_i915_private *dev_priv = to_i915(dev);
17638cd6 3126 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
17638cd6 3127 int plane = intel_crtc->plane;
f45651ba 3128
a8d201af
ML
3129 I915_WRITE(DSPCNTR(plane), 0);
3130 if (INTEL_INFO(dev_priv)->gen >= 4)
fdd508a6 3131 I915_WRITE(DSPSURF(plane), 0);
a8d201af
ML
3132 else
3133 I915_WRITE(DSPADDR(plane), 0);
3134 POSTING_READ(DSPCNTR(plane));
3135}
c9ba6fad 3136
a8d201af
ML
3137static void ironlake_update_primary_plane(struct drm_plane *primary,
3138 const struct intel_crtc_state *crtc_state,
3139 const struct intel_plane_state *plane_state)
3140{
3141 struct drm_device *dev = primary->dev;
fac5e23e 3142 struct drm_i915_private *dev_priv = to_i915(dev);
a8d201af
ML
3143 struct intel_crtc *intel_crtc = to_intel_crtc(crtc_state->base.crtc);
3144 struct drm_framebuffer *fb = plane_state->base.fb;
a8d201af 3145 int plane = intel_crtc->plane;
54ea9da8 3146 u32 linear_offset;
a8d201af
ML
3147 u32 dspcntr;
3148 i915_reg_t reg = DSPCNTR(plane);
8d0deca8 3149 unsigned int rotation = plane_state->base.rotation;
936e71e3
VS
3150 int x = plane_state->base.src.x1 >> 16;
3151 int y = plane_state->base.src.y1 >> 16;
c9ba6fad 3152
f45651ba 3153 dspcntr = DISPPLANE_GAMMA_ENABLE;
fdd508a6 3154 dspcntr |= DISPLAY_PLANE_ENABLE;
f45651ba 3155
8652744b 3156 if (IS_HASWELL(dev_priv) || IS_BROADWELL(dev_priv))
f45651ba 3157 dspcntr |= DISPPLANE_PIPE_CSC_ENABLE;
17638cd6 3158
438b74a5 3159 switch (fb->format->format) {
57779d06 3160 case DRM_FORMAT_C8:
17638cd6
JB
3161 dspcntr |= DISPPLANE_8BPP;
3162 break;
57779d06
VS
3163 case DRM_FORMAT_RGB565:
3164 dspcntr |= DISPPLANE_BGRX565;
17638cd6 3165 break;
57779d06 3166 case DRM_FORMAT_XRGB8888:
57779d06
VS
3167 dspcntr |= DISPPLANE_BGRX888;
3168 break;
3169 case DRM_FORMAT_XBGR8888:
57779d06
VS
3170 dspcntr |= DISPPLANE_RGBX888;
3171 break;
3172 case DRM_FORMAT_XRGB2101010:
57779d06
VS
3173 dspcntr |= DISPPLANE_BGRX101010;
3174 break;
3175 case DRM_FORMAT_XBGR2101010:
57779d06 3176 dspcntr |= DISPPLANE_RGBX101010;
17638cd6
JB
3177 break;
3178 default:
baba133a 3179 BUG();
17638cd6
JB
3180 }
3181
bae781b2 3182 if (fb->modifier == I915_FORMAT_MOD_X_TILED)
17638cd6 3183 dspcntr |= DISPPLANE_TILED;
17638cd6 3184
df0cd455
VS
3185 if (rotation & DRM_ROTATE_180)
3186 dspcntr |= DISPPLANE_ROTATE_180;
3187
8652744b 3188 if (!IS_HASWELL(dev_priv) && !IS_BROADWELL(dev_priv))
1f5d76db 3189 dspcntr |= DISPPLANE_TRICKLE_FEED_DISABLE;
17638cd6 3190
2949056c 3191 intel_add_fb_offsets(&x, &y, plane_state, 0);
6687c906 3192
c2c75131 3193 intel_crtc->dspaddr_offset =
2949056c 3194 intel_compute_tile_offset(&x, &y, plane_state, 0);
6687c906 3195
df0cd455
VS
3196 /* HSW+ does this automagically in hardware */
3197 if (!IS_HASWELL(dev_priv) && !IS_BROADWELL(dev_priv) &&
3198 rotation & DRM_ROTATE_180) {
3199 x += crtc_state->pipe_src_w - 1;
3200 y += crtc_state->pipe_src_h - 1;
48404c1e
SJ
3201 }
3202
2949056c 3203 linear_offset = intel_fb_xy_to_linear(x, y, plane_state, 0);
6687c906 3204
2db3366b
PZ
3205 intel_crtc->adjusted_x = x;
3206 intel_crtc->adjusted_y = y;
3207
48404c1e 3208 I915_WRITE(reg, dspcntr);
17638cd6 3209
01f2c773 3210 I915_WRITE(DSPSTRIDE(plane), fb->pitches[0]);
85ba7b7d 3211 I915_WRITE(DSPSURF(plane),
be1e3415 3212 intel_plane_ggtt_offset(plane_state) +
6687c906 3213 intel_crtc->dspaddr_offset);
8652744b 3214 if (IS_HASWELL(dev_priv) || IS_BROADWELL(dev_priv)) {
bc1c91eb
DL
3215 I915_WRITE(DSPOFFSET(plane), (y << 16) | x);
3216 } else {
3217 I915_WRITE(DSPTILEOFF(plane), (y << 16) | x);
3218 I915_WRITE(DSPLINOFF(plane), linear_offset);
3219 }
17638cd6 3220 POSTING_READ(reg);
17638cd6
JB
3221}
3222
7b49f948
VS
3223u32 intel_fb_stride_alignment(const struct drm_i915_private *dev_priv,
3224 uint64_t fb_modifier, uint32_t pixel_format)
b321803d 3225{
7b49f948 3226 if (fb_modifier == DRM_FORMAT_MOD_NONE) {
b321803d 3227 return 64;
7b49f948
VS
3228 } else {
3229 int cpp = drm_format_plane_cpp(pixel_format, 0);
3230
27ba3910 3231 return intel_tile_width_bytes(dev_priv, fb_modifier, cpp);
b321803d
DL
3232 }
3233}
3234
e435d6e5
ML
3235static void skl_detach_scaler(struct intel_crtc *intel_crtc, int id)
3236{
3237 struct drm_device *dev = intel_crtc->base.dev;
fac5e23e 3238 struct drm_i915_private *dev_priv = to_i915(dev);
e435d6e5
ML
3239
3240 I915_WRITE(SKL_PS_CTRL(intel_crtc->pipe, id), 0);
3241 I915_WRITE(SKL_PS_WIN_POS(intel_crtc->pipe, id), 0);
3242 I915_WRITE(SKL_PS_WIN_SZ(intel_crtc->pipe, id), 0);
e435d6e5
ML
3243}
3244
a1b2278e
CK
3245/*
3246 * This function detaches (aka. unbinds) unused scalers in hardware
3247 */
0583236e 3248static void skl_detach_scalers(struct intel_crtc *intel_crtc)
a1b2278e 3249{
a1b2278e
CK
3250 struct intel_crtc_scaler_state *scaler_state;
3251 int i;
3252
a1b2278e
CK
3253 scaler_state = &intel_crtc->config->scaler_state;
3254
3255 /* loop through and disable scalers that aren't in use */
3256 for (i = 0; i < intel_crtc->num_scalers; i++) {
e435d6e5
ML
3257 if (!scaler_state->scalers[i].in_use)
3258 skl_detach_scaler(intel_crtc, i);
a1b2278e
CK
3259 }
3260}
3261
d2196774
VS
3262u32 skl_plane_stride(const struct drm_framebuffer *fb, int plane,
3263 unsigned int rotation)
3264{
3265 const struct drm_i915_private *dev_priv = to_i915(fb->dev);
3266 u32 stride = intel_fb_pitch(fb, plane, rotation);
3267
3268 /*
3269 * The stride is either expressed as a multiple of 64 bytes chunks for
3270 * linear buffers or in number of tiles for tiled buffers.
3271 */
bd2ef25d 3272 if (drm_rotation_90_or_270(rotation)) {
353c8598 3273 int cpp = fb->format->cpp[plane];
d2196774 3274
bae781b2 3275 stride /= intel_tile_height(dev_priv, fb->modifier, cpp);
d2196774 3276 } else {
bae781b2 3277 stride /= intel_fb_stride_alignment(dev_priv, fb->modifier,
438b74a5 3278 fb->format->format);
d2196774
VS
3279 }
3280
3281 return stride;
3282}
3283
6156a456 3284u32 skl_plane_ctl_format(uint32_t pixel_format)
70d21f0e 3285{
6156a456 3286 switch (pixel_format) {
d161cf7a 3287 case DRM_FORMAT_C8:
c34ce3d1 3288 return PLANE_CTL_FORMAT_INDEXED;
70d21f0e 3289 case DRM_FORMAT_RGB565:
c34ce3d1 3290 return PLANE_CTL_FORMAT_RGB_565;
70d21f0e 3291 case DRM_FORMAT_XBGR8888:
c34ce3d1 3292 return PLANE_CTL_FORMAT_XRGB_8888 | PLANE_CTL_ORDER_RGBX;
6156a456 3293 case DRM_FORMAT_XRGB8888:
c34ce3d1 3294 return PLANE_CTL_FORMAT_XRGB_8888;
6156a456
CK
3295 /*
3296 * XXX: For ARBG/ABGR formats we default to expecting scanout buffers
3297 * to be already pre-multiplied. We need to add a knob (or a different
3298 * DRM_FORMAT) for user-space to configure that.
3299 */
f75fb42a 3300 case DRM_FORMAT_ABGR8888:
c34ce3d1 3301 return PLANE_CTL_FORMAT_XRGB_8888 | PLANE_CTL_ORDER_RGBX |
6156a456 3302 PLANE_CTL_ALPHA_SW_PREMULTIPLY;
6156a456 3303 case DRM_FORMAT_ARGB8888:
c34ce3d1 3304 return PLANE_CTL_FORMAT_XRGB_8888 |
6156a456 3305 PLANE_CTL_ALPHA_SW_PREMULTIPLY;
70d21f0e 3306 case DRM_FORMAT_XRGB2101010:
c34ce3d1 3307 return PLANE_CTL_FORMAT_XRGB_2101010;
70d21f0e 3308 case DRM_FORMAT_XBGR2101010:
c34ce3d1 3309 return PLANE_CTL_ORDER_RGBX | PLANE_CTL_FORMAT_XRGB_2101010;
6156a456 3310 case DRM_FORMAT_YUYV:
c34ce3d1 3311 return PLANE_CTL_FORMAT_YUV422 | PLANE_CTL_YUV422_YUYV;
6156a456 3312 case DRM_FORMAT_YVYU:
c34ce3d1 3313 return PLANE_CTL_FORMAT_YUV422 | PLANE_CTL_YUV422_YVYU;
6156a456 3314 case DRM_FORMAT_UYVY:
c34ce3d1 3315 return PLANE_CTL_FORMAT_YUV422 | PLANE_CTL_YUV422_UYVY;
6156a456 3316 case DRM_FORMAT_VYUY:
c34ce3d1 3317 return PLANE_CTL_FORMAT_YUV422 | PLANE_CTL_YUV422_VYUY;
70d21f0e 3318 default:
4249eeef 3319 MISSING_CASE(pixel_format);
70d21f0e 3320 }
8cfcba41 3321
c34ce3d1 3322 return 0;
6156a456 3323}
70d21f0e 3324
6156a456
CK
3325u32 skl_plane_ctl_tiling(uint64_t fb_modifier)
3326{
6156a456 3327 switch (fb_modifier) {
30af77c4 3328 case DRM_FORMAT_MOD_NONE:
70d21f0e 3329 break;
30af77c4 3330 case I915_FORMAT_MOD_X_TILED:
c34ce3d1 3331 return PLANE_CTL_TILED_X;
b321803d 3332 case I915_FORMAT_MOD_Y_TILED:
c34ce3d1 3333 return PLANE_CTL_TILED_Y;
b321803d 3334 case I915_FORMAT_MOD_Yf_TILED:
c34ce3d1 3335 return PLANE_CTL_TILED_YF;
70d21f0e 3336 default:
6156a456 3337 MISSING_CASE(fb_modifier);
70d21f0e 3338 }
8cfcba41 3339
c34ce3d1 3340 return 0;
6156a456 3341}
70d21f0e 3342
6156a456
CK
3343u32 skl_plane_ctl_rotation(unsigned int rotation)
3344{
3b7a5119 3345 switch (rotation) {
31ad61e4 3346 case DRM_ROTATE_0:
6156a456 3347 break;
1e8df167
SJ
3348 /*
3349 * DRM_ROTATE_ is counter clockwise to stay compatible with Xrandr
3350 * while i915 HW rotation is clockwise, thats why this swapping.
3351 */
31ad61e4 3352 case DRM_ROTATE_90:
1e8df167 3353 return PLANE_CTL_ROTATE_270;
31ad61e4 3354 case DRM_ROTATE_180:
c34ce3d1 3355 return PLANE_CTL_ROTATE_180;
31ad61e4 3356 case DRM_ROTATE_270:
1e8df167 3357 return PLANE_CTL_ROTATE_90;
6156a456
CK
3358 default:
3359 MISSING_CASE(rotation);
3360 }
3361
c34ce3d1 3362 return 0;
6156a456
CK
3363}
3364
a8d201af
ML
3365static void skylake_update_primary_plane(struct drm_plane *plane,
3366 const struct intel_crtc_state *crtc_state,
3367 const struct intel_plane_state *plane_state)
6156a456 3368{
a8d201af 3369 struct drm_device *dev = plane->dev;
fac5e23e 3370 struct drm_i915_private *dev_priv = to_i915(dev);
a8d201af
ML
3371 struct intel_crtc *intel_crtc = to_intel_crtc(crtc_state->base.crtc);
3372 struct drm_framebuffer *fb = plane_state->base.fb;
8e816bb4
VS
3373 enum plane_id plane_id = to_intel_plane(plane)->id;
3374 enum pipe pipe = to_intel_plane(plane)->pipe;
d2196774 3375 u32 plane_ctl;
a8d201af 3376 unsigned int rotation = plane_state->base.rotation;
d2196774 3377 u32 stride = skl_plane_stride(fb, 0, rotation);
b63a16f6 3378 u32 surf_addr = plane_state->main.offset;
a8d201af 3379 int scaler_id = plane_state->scaler_id;
b63a16f6
VS
3380 int src_x = plane_state->main.x;
3381 int src_y = plane_state->main.y;
936e71e3
VS
3382 int src_w = drm_rect_width(&plane_state->base.src) >> 16;
3383 int src_h = drm_rect_height(&plane_state->base.src) >> 16;
3384 int dst_x = plane_state->base.dst.x1;
3385 int dst_y = plane_state->base.dst.y1;
3386 int dst_w = drm_rect_width(&plane_state->base.dst);
3387 int dst_h = drm_rect_height(&plane_state->base.dst);
70d21f0e 3388
6156a456
CK
3389 plane_ctl = PLANE_CTL_ENABLE |
3390 PLANE_CTL_PIPE_GAMMA_ENABLE |
3391 PLANE_CTL_PIPE_CSC_ENABLE;
3392
438b74a5 3393 plane_ctl |= skl_plane_ctl_format(fb->format->format);
bae781b2 3394 plane_ctl |= skl_plane_ctl_tiling(fb->modifier);
6156a456 3395 plane_ctl |= PLANE_CTL_PLANE_GAMMA_DISABLE;
6156a456
CK
3396 plane_ctl |= skl_plane_ctl_rotation(rotation);
3397
6687c906
VS
3398 /* Sizes are 0 based */
3399 src_w--;
3400 src_h--;
3401 dst_w--;
3402 dst_h--;
3403
4c0b8a8b
PZ
3404 intel_crtc->dspaddr_offset = surf_addr;
3405
6687c906
VS
3406 intel_crtc->adjusted_x = src_x;
3407 intel_crtc->adjusted_y = src_y;
2db3366b 3408
8e816bb4
VS
3409 I915_WRITE(PLANE_CTL(pipe, plane_id), plane_ctl);
3410 I915_WRITE(PLANE_OFFSET(pipe, plane_id), (src_y << 16) | src_x);
3411 I915_WRITE(PLANE_STRIDE(pipe, plane_id), stride);
3412 I915_WRITE(PLANE_SIZE(pipe, plane_id), (src_h << 16) | src_w);
6156a456
CK
3413
3414 if (scaler_id >= 0) {
3415 uint32_t ps_ctrl = 0;
3416
3417 WARN_ON(!dst_w || !dst_h);
8e816bb4 3418 ps_ctrl = PS_SCALER_EN | PS_PLANE_SEL(plane_id) |
6156a456
CK
3419 crtc_state->scaler_state.scalers[scaler_id].mode;
3420 I915_WRITE(SKL_PS_CTRL(pipe, scaler_id), ps_ctrl);
3421 I915_WRITE(SKL_PS_PWR_GATE(pipe, scaler_id), 0);
3422 I915_WRITE(SKL_PS_WIN_POS(pipe, scaler_id), (dst_x << 16) | dst_y);
3423 I915_WRITE(SKL_PS_WIN_SZ(pipe, scaler_id), (dst_w << 16) | dst_h);
8e816bb4 3424 I915_WRITE(PLANE_POS(pipe, plane_id), 0);
6156a456 3425 } else {
8e816bb4 3426 I915_WRITE(PLANE_POS(pipe, plane_id), (dst_y << 16) | dst_x);
6156a456
CK
3427 }
3428
8e816bb4 3429 I915_WRITE(PLANE_SURF(pipe, plane_id),
be1e3415 3430 intel_plane_ggtt_offset(plane_state) + surf_addr);
70d21f0e 3431
8e816bb4 3432 POSTING_READ(PLANE_SURF(pipe, plane_id));
70d21f0e
DL
3433}
3434
a8d201af
ML
3435static void skylake_disable_primary_plane(struct drm_plane *primary,
3436 struct drm_crtc *crtc)
17638cd6
JB
3437{
3438 struct drm_device *dev = crtc->dev;
fac5e23e 3439 struct drm_i915_private *dev_priv = to_i915(dev);
8e816bb4
VS
3440 enum plane_id plane_id = to_intel_plane(primary)->id;
3441 enum pipe pipe = to_intel_plane(primary)->pipe;
62e0fb88 3442
8e816bb4
VS
3443 I915_WRITE(PLANE_CTL(pipe, plane_id), 0);
3444 I915_WRITE(PLANE_SURF(pipe, plane_id), 0);
3445 POSTING_READ(PLANE_SURF(pipe, plane_id));
a8d201af 3446}
29b9bde6 3447
a8d201af
ML
3448/* Assume fb object is pinned & idle & fenced and just update base pointers */
3449static int
3450intel_pipe_set_base_atomic(struct drm_crtc *crtc, struct drm_framebuffer *fb,
3451 int x, int y, enum mode_set_atomic state)
3452{
3453 /* Support for kgdboc is disabled, this needs a major rework. */
3454 DRM_ERROR("legacy panic handler not supported any more.\n");
3455
3456 return -ENODEV;
81255565
JB
3457}
3458
5a21b665
DV
3459static void intel_complete_page_flips(struct drm_i915_private *dev_priv)
3460{
3461 struct intel_crtc *crtc;
3462
91c8a326 3463 for_each_intel_crtc(&dev_priv->drm, crtc)
5a21b665
DV
3464 intel_finish_page_flip_cs(dev_priv, crtc->pipe);
3465}
3466
7514747d
VS
3467static void intel_update_primary_planes(struct drm_device *dev)
3468{
7514747d 3469 struct drm_crtc *crtc;
96a02917 3470
70e1e0ec 3471 for_each_crtc(dev, crtc) {
11c22da6 3472 struct intel_plane *plane = to_intel_plane(crtc->primary);
73974893
ML
3473 struct intel_plane_state *plane_state =
3474 to_intel_plane_state(plane->base.state);
11c22da6 3475
936e71e3 3476 if (plane_state->base.visible)
a8d201af
ML
3477 plane->update_plane(&plane->base,
3478 to_intel_crtc_state(crtc->state),
3479 plane_state);
73974893
ML
3480 }
3481}
3482
3483static int
3484__intel_display_resume(struct drm_device *dev,
3485 struct drm_atomic_state *state)
3486{
3487 struct drm_crtc_state *crtc_state;
3488 struct drm_crtc *crtc;
3489 int i, ret;
11c22da6 3490
73974893 3491 intel_modeset_setup_hw_state(dev);
29b74b7f 3492 i915_redisable_vga(to_i915(dev));
73974893
ML
3493
3494 if (!state)
3495 return 0;
3496
3497 for_each_crtc_in_state(state, crtc, crtc_state, i) {
3498 /*
3499 * Force recalculation even if we restore
3500 * current state. With fast modeset this may not result
3501 * in a modeset when the state is compatible.
3502 */
3503 crtc_state->mode_changed = true;
96a02917 3504 }
73974893
ML
3505
3506 /* ignore any reset values/BIOS leftovers in the WM registers */
3507 to_intel_atomic_state(state)->skip_intermediate_wm = true;
3508
3509 ret = drm_atomic_commit(state);
3510
3511 WARN_ON(ret == -EDEADLK);
3512 return ret;
96a02917
VS
3513}
3514
4ac2ba2f
VS
3515static bool gpu_reset_clobbers_display(struct drm_i915_private *dev_priv)
3516{
ae98104b
VS
3517 return intel_has_gpu_reset(dev_priv) &&
3518 INTEL_GEN(dev_priv) < 5 && !IS_G4X(dev_priv);
4ac2ba2f
VS
3519}
3520
c033666a 3521void intel_prepare_reset(struct drm_i915_private *dev_priv)
7514747d 3522{
73974893
ML
3523 struct drm_device *dev = &dev_priv->drm;
3524 struct drm_modeset_acquire_ctx *ctx = &dev_priv->reset_ctx;
3525 struct drm_atomic_state *state;
3526 int ret;
3527
73974893
ML
3528 /*
3529 * Need mode_config.mutex so that we don't
3530 * trample ongoing ->detect() and whatnot.
3531 */
3532 mutex_lock(&dev->mode_config.mutex);
3533 drm_modeset_acquire_init(ctx, 0);
3534 while (1) {
3535 ret = drm_modeset_lock_all_ctx(dev, ctx);
3536 if (ret != -EDEADLK)
3537 break;
3538
3539 drm_modeset_backoff(ctx);
3540 }
3541
3542 /* reset doesn't touch the display, but flips might get nuked anyway, */
522a63de 3543 if (!i915.force_reset_modeset_test &&
4ac2ba2f 3544 !gpu_reset_clobbers_display(dev_priv))
7514747d
VS
3545 return;
3546
f98ce92f
VS
3547 /*
3548 * Disabling the crtcs gracefully seems nicer. Also the
3549 * g33 docs say we should at least disable all the planes.
3550 */
73974893
ML
3551 state = drm_atomic_helper_duplicate_state(dev, ctx);
3552 if (IS_ERR(state)) {
3553 ret = PTR_ERR(state);
73974893 3554 DRM_ERROR("Duplicating state failed with %i\n", ret);
1e5a15d6 3555 return;
73974893
ML
3556 }
3557
3558 ret = drm_atomic_helper_disable_all(dev, ctx);
3559 if (ret) {
3560 DRM_ERROR("Suspending crtc's failed with %i\n", ret);
1e5a15d6
ACO
3561 drm_atomic_state_put(state);
3562 return;
73974893
ML
3563 }
3564
3565 dev_priv->modeset_restore_state = state;
3566 state->acquire_ctx = ctx;
7514747d
VS
3567}
3568
c033666a 3569void intel_finish_reset(struct drm_i915_private *dev_priv)
7514747d 3570{
73974893
ML
3571 struct drm_device *dev = &dev_priv->drm;
3572 struct drm_modeset_acquire_ctx *ctx = &dev_priv->reset_ctx;
3573 struct drm_atomic_state *state = dev_priv->modeset_restore_state;
3574 int ret;
3575
5a21b665
DV
3576 /*
3577 * Flips in the rings will be nuked by the reset,
3578 * so complete all pending flips so that user space
3579 * will get its events and not get stuck.
3580 */
3581 intel_complete_page_flips(dev_priv);
3582
73974893
ML
3583 dev_priv->modeset_restore_state = NULL;
3584
7514747d 3585 /* reset doesn't touch the display */
4ac2ba2f 3586 if (!gpu_reset_clobbers_display(dev_priv)) {
522a63de
ML
3587 if (!state) {
3588 /*
3589 * Flips in the rings have been nuked by the reset,
3590 * so update the base address of all primary
3591 * planes to the the last fb to make sure we're
3592 * showing the correct fb after a reset.
3593 *
3594 * FIXME: Atomic will make this obsolete since we won't schedule
3595 * CS-based flips (which might get lost in gpu resets) any more.
3596 */
3597 intel_update_primary_planes(dev);
3598 } else {
3599 ret = __intel_display_resume(dev, state);
3600 if (ret)
3601 DRM_ERROR("Restoring old state failed with %i\n", ret);
3602 }
73974893
ML
3603 } else {
3604 /*
3605 * The display has been reset as well,
3606 * so need a full re-initialization.
3607 */
3608 intel_runtime_pm_disable_interrupts(dev_priv);
3609 intel_runtime_pm_enable_interrupts(dev_priv);
7514747d 3610
51f59205 3611 intel_pps_unlock_regs_wa(dev_priv);
73974893 3612 intel_modeset_init_hw(dev);
7514747d 3613
73974893
ML
3614 spin_lock_irq(&dev_priv->irq_lock);
3615 if (dev_priv->display.hpd_irq_setup)
3616 dev_priv->display.hpd_irq_setup(dev_priv);
3617 spin_unlock_irq(&dev_priv->irq_lock);
7514747d 3618
73974893
ML
3619 ret = __intel_display_resume(dev, state);
3620 if (ret)
3621 DRM_ERROR("Restoring old state failed with %i\n", ret);
7514747d 3622
73974893
ML
3623 intel_hpd_init(dev_priv);
3624 }
7514747d 3625
0853695c
CW
3626 if (state)
3627 drm_atomic_state_put(state);
73974893
ML
3628 drm_modeset_drop_locks(ctx);
3629 drm_modeset_acquire_fini(ctx);
3630 mutex_unlock(&dev->mode_config.mutex);
7514747d
VS
3631}
3632
8af29b0c
CW
3633static bool abort_flip_on_reset(struct intel_crtc *crtc)
3634{
3635 struct i915_gpu_error *error = &to_i915(crtc->base.dev)->gpu_error;
3636
3637 if (i915_reset_in_progress(error))
3638 return true;
3639
3640 if (crtc->reset_count != i915_reset_count(error))
3641 return true;
3642
3643 return false;
3644}
3645
7d5e3799
CW
3646static bool intel_crtc_has_pending_flip(struct drm_crtc *crtc)
3647{
5a21b665
DV
3648 struct drm_device *dev = crtc->dev;
3649 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
5a21b665
DV
3650 bool pending;
3651
8af29b0c 3652 if (abort_flip_on_reset(intel_crtc))
5a21b665
DV
3653 return false;
3654
3655 spin_lock_irq(&dev->event_lock);
3656 pending = to_intel_crtc(crtc)->flip_work != NULL;
3657 spin_unlock_irq(&dev->event_lock);
3658
3659 return pending;
7d5e3799
CW
3660}
3661
bfd16b2a
ML
3662static void intel_update_pipe_config(struct intel_crtc *crtc,
3663 struct intel_crtc_state *old_crtc_state)
e30e8f75 3664{
6315b5d3 3665 struct drm_i915_private *dev_priv = to_i915(crtc->base.dev);
bfd16b2a
ML
3666 struct intel_crtc_state *pipe_config =
3667 to_intel_crtc_state(crtc->base.state);
e30e8f75 3668
bfd16b2a
ML
3669 /* drm_atomic_helper_update_legacy_modeset_state might not be called. */
3670 crtc->base.mode = crtc->base.state->mode;
3671
3672 DRM_DEBUG_KMS("Updating pipe size %ix%i -> %ix%i\n",
3673 old_crtc_state->pipe_src_w, old_crtc_state->pipe_src_h,
3674 pipe_config->pipe_src_w, pipe_config->pipe_src_h);
e30e8f75
GP
3675
3676 /*
3677 * Update pipe size and adjust fitter if needed: the reason for this is
3678 * that in compute_mode_changes we check the native mode (not the pfit
3679 * mode) to see if we can flip rather than do a full mode set. In the
3680 * fastboot case, we'll flip, but if we don't update the pipesrc and
3681 * pfit state, we'll end up with a big fb scanned out into the wrong
3682 * sized surface.
e30e8f75
GP
3683 */
3684
e30e8f75 3685 I915_WRITE(PIPESRC(crtc->pipe),
bfd16b2a
ML
3686 ((pipe_config->pipe_src_w - 1) << 16) |
3687 (pipe_config->pipe_src_h - 1));
3688
3689 /* on skylake this is done by detaching scalers */
6315b5d3 3690 if (INTEL_GEN(dev_priv) >= 9) {
bfd16b2a
ML
3691 skl_detach_scalers(crtc);
3692
3693 if (pipe_config->pch_pfit.enabled)
3694 skylake_pfit_enable(crtc);
6e266956 3695 } else if (HAS_PCH_SPLIT(dev_priv)) {
bfd16b2a
ML
3696 if (pipe_config->pch_pfit.enabled)
3697 ironlake_pfit_enable(crtc);
3698 else if (old_crtc_state->pch_pfit.enabled)
3699 ironlake_pfit_disable(crtc, true);
e30e8f75 3700 }
e30e8f75
GP
3701}
3702
5e84e1a4
ZW
3703static void intel_fdi_normal_train(struct drm_crtc *crtc)
3704{
3705 struct drm_device *dev = crtc->dev;
fac5e23e 3706 struct drm_i915_private *dev_priv = to_i915(dev);
5e84e1a4
ZW
3707 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
3708 int pipe = intel_crtc->pipe;
f0f59a00
VS
3709 i915_reg_t reg;
3710 u32 temp;
5e84e1a4
ZW
3711
3712 /* enable normal train */
3713 reg = FDI_TX_CTL(pipe);
3714 temp = I915_READ(reg);
fd6b8f43 3715 if (IS_IVYBRIDGE(dev_priv)) {
357555c0
JB
3716 temp &= ~FDI_LINK_TRAIN_NONE_IVB;
3717 temp |= FDI_LINK_TRAIN_NONE_IVB | FDI_TX_ENHANCE_FRAME_ENABLE;
61e499bf
KP
3718 } else {
3719 temp &= ~FDI_LINK_TRAIN_NONE;
3720 temp |= FDI_LINK_TRAIN_NONE | FDI_TX_ENHANCE_FRAME_ENABLE;
357555c0 3721 }
5e84e1a4
ZW
3722 I915_WRITE(reg, temp);
3723
3724 reg = FDI_RX_CTL(pipe);
3725 temp = I915_READ(reg);
6e266956 3726 if (HAS_PCH_CPT(dev_priv)) {
5e84e1a4
ZW
3727 temp &= ~FDI_LINK_TRAIN_PATTERN_MASK_CPT;
3728 temp |= FDI_LINK_TRAIN_NORMAL_CPT;
3729 } else {
3730 temp &= ~FDI_LINK_TRAIN_NONE;
3731 temp |= FDI_LINK_TRAIN_NONE;
3732 }
3733 I915_WRITE(reg, temp | FDI_RX_ENHANCE_FRAME_ENABLE);
3734
3735 /* wait one idle pattern time */
3736 POSTING_READ(reg);
3737 udelay(1000);
357555c0
JB
3738
3739 /* IVB wants error correction enabled */
fd6b8f43 3740 if (IS_IVYBRIDGE(dev_priv))
357555c0
JB
3741 I915_WRITE(reg, I915_READ(reg) | FDI_FS_ERRC_ENABLE |
3742 FDI_FE_ERRC_ENABLE);
5e84e1a4
ZW
3743}
3744
8db9d77b
ZW
3745/* The FDI link training functions for ILK/Ibexpeak. */
3746static void ironlake_fdi_link_train(struct drm_crtc *crtc)
3747{
3748 struct drm_device *dev = crtc->dev;
fac5e23e 3749 struct drm_i915_private *dev_priv = to_i915(dev);
8db9d77b
ZW
3750 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
3751 int pipe = intel_crtc->pipe;
f0f59a00
VS
3752 i915_reg_t reg;
3753 u32 temp, tries;
8db9d77b 3754
1c8562f6 3755 /* FDI needs bits from pipe first */
0fc932b8 3756 assert_pipe_enabled(dev_priv, pipe);
0fc932b8 3757
e1a44743
AJ
3758 /* Train 1: umask FDI RX Interrupt symbol_lock and bit_lock bit
3759 for train result */
5eddb70b
CW
3760 reg = FDI_RX_IMR(pipe);
3761 temp = I915_READ(reg);
e1a44743
AJ
3762 temp &= ~FDI_RX_SYMBOL_LOCK;
3763 temp &= ~FDI_RX_BIT_LOCK;
5eddb70b
CW
3764 I915_WRITE(reg, temp);
3765 I915_READ(reg);
e1a44743
AJ
3766 udelay(150);
3767
8db9d77b 3768 /* enable CPU FDI TX and PCH FDI RX */
5eddb70b
CW
3769 reg = FDI_TX_CTL(pipe);
3770 temp = I915_READ(reg);
627eb5a3 3771 temp &= ~FDI_DP_PORT_WIDTH_MASK;
6e3c9717 3772 temp |= FDI_DP_PORT_WIDTH(intel_crtc->config->fdi_lanes);
8db9d77b
ZW
3773 temp &= ~FDI_LINK_TRAIN_NONE;
3774 temp |= FDI_LINK_TRAIN_PATTERN_1;
5eddb70b 3775 I915_WRITE(reg, temp | FDI_TX_ENABLE);
8db9d77b 3776
5eddb70b
CW
3777 reg = FDI_RX_CTL(pipe);
3778 temp = I915_READ(reg);
8db9d77b
ZW
3779 temp &= ~FDI_LINK_TRAIN_NONE;
3780 temp |= FDI_LINK_TRAIN_PATTERN_1;
5eddb70b
CW
3781 I915_WRITE(reg, temp | FDI_RX_ENABLE);
3782
3783 POSTING_READ(reg);
8db9d77b
ZW
3784 udelay(150);
3785
5b2adf89 3786 /* Ironlake workaround, enable clock pointer after FDI enable*/
8f5718a6
DV
3787 I915_WRITE(FDI_RX_CHICKEN(pipe), FDI_RX_PHASE_SYNC_POINTER_OVR);
3788 I915_WRITE(FDI_RX_CHICKEN(pipe), FDI_RX_PHASE_SYNC_POINTER_OVR |
3789 FDI_RX_PHASE_SYNC_POINTER_EN);
5b2adf89 3790
5eddb70b 3791 reg = FDI_RX_IIR(pipe);
e1a44743 3792 for (tries = 0; tries < 5; tries++) {
5eddb70b 3793 temp = I915_READ(reg);
8db9d77b
ZW
3794 DRM_DEBUG_KMS("FDI_RX_IIR 0x%x\n", temp);
3795
3796 if ((temp & FDI_RX_BIT_LOCK)) {
3797 DRM_DEBUG_KMS("FDI train 1 done.\n");
5eddb70b 3798 I915_WRITE(reg, temp | FDI_RX_BIT_LOCK);
8db9d77b
ZW
3799 break;
3800 }
8db9d77b 3801 }
e1a44743 3802 if (tries == 5)
5eddb70b 3803 DRM_ERROR("FDI train 1 fail!\n");
8db9d77b
ZW
3804
3805 /* Train 2 */
5eddb70b
CW
3806 reg = FDI_TX_CTL(pipe);
3807 temp = I915_READ(reg);
8db9d77b
ZW
3808 temp &= ~FDI_LINK_TRAIN_NONE;
3809 temp |= FDI_LINK_TRAIN_PATTERN_2;
5eddb70b 3810 I915_WRITE(reg, temp);
8db9d77b 3811
5eddb70b
CW
3812 reg = FDI_RX_CTL(pipe);
3813 temp = I915_READ(reg);
8db9d77b
ZW
3814 temp &= ~FDI_LINK_TRAIN_NONE;
3815 temp |= FDI_LINK_TRAIN_PATTERN_2;
5eddb70b 3816 I915_WRITE(reg, temp);
8db9d77b 3817
5eddb70b
CW
3818 POSTING_READ(reg);
3819 udelay(150);
8db9d77b 3820
5eddb70b 3821 reg = FDI_RX_IIR(pipe);
e1a44743 3822 for (tries = 0; tries < 5; tries++) {
5eddb70b 3823 temp = I915_READ(reg);
8db9d77b
ZW
3824 DRM_DEBUG_KMS("FDI_RX_IIR 0x%x\n", temp);
3825
3826 if (temp & FDI_RX_SYMBOL_LOCK) {
5eddb70b 3827 I915_WRITE(reg, temp | FDI_RX_SYMBOL_LOCK);
8db9d77b
ZW
3828 DRM_DEBUG_KMS("FDI train 2 done.\n");
3829 break;
3830 }
8db9d77b 3831 }
e1a44743 3832 if (tries == 5)
5eddb70b 3833 DRM_ERROR("FDI train 2 fail!\n");
8db9d77b
ZW
3834
3835 DRM_DEBUG_KMS("FDI train done\n");
5c5313c8 3836
8db9d77b
ZW
3837}
3838
0206e353 3839static const int snb_b_fdi_train_param[] = {
8db9d77b
ZW
3840 FDI_LINK_TRAIN_400MV_0DB_SNB_B,
3841 FDI_LINK_TRAIN_400MV_6DB_SNB_B,
3842 FDI_LINK_TRAIN_600MV_3_5DB_SNB_B,
3843 FDI_LINK_TRAIN_800MV_0DB_SNB_B,
3844};
3845
3846/* The FDI link training functions for SNB/Cougarpoint. */
3847static void gen6_fdi_link_train(struct drm_crtc *crtc)
3848{
3849 struct drm_device *dev = crtc->dev;
fac5e23e 3850 struct drm_i915_private *dev_priv = to_i915(dev);
8db9d77b
ZW
3851 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
3852 int pipe = intel_crtc->pipe;
f0f59a00
VS
3853 i915_reg_t reg;
3854 u32 temp, i, retry;
8db9d77b 3855
e1a44743
AJ
3856 /* Train 1: umask FDI RX Interrupt symbol_lock and bit_lock bit
3857 for train result */
5eddb70b
CW
3858 reg = FDI_RX_IMR(pipe);
3859 temp = I915_READ(reg);
e1a44743
AJ
3860 temp &= ~FDI_RX_SYMBOL_LOCK;
3861 temp &= ~FDI_RX_BIT_LOCK;
5eddb70b
CW
3862 I915_WRITE(reg, temp);
3863
3864 POSTING_READ(reg);
e1a44743
AJ
3865 udelay(150);
3866
8db9d77b 3867 /* enable CPU FDI TX and PCH FDI RX */
5eddb70b
CW
3868 reg = FDI_TX_CTL(pipe);
3869 temp = I915_READ(reg);
627eb5a3 3870 temp &= ~FDI_DP_PORT_WIDTH_MASK;
6e3c9717 3871 temp |= FDI_DP_PORT_WIDTH(intel_crtc->config->fdi_lanes);
8db9d77b
ZW
3872 temp &= ~FDI_LINK_TRAIN_NONE;
3873 temp |= FDI_LINK_TRAIN_PATTERN_1;
3874 temp &= ~FDI_LINK_TRAIN_VOL_EMP_MASK;
3875 /* SNB-B */
3876 temp |= FDI_LINK_TRAIN_400MV_0DB_SNB_B;
5eddb70b 3877 I915_WRITE(reg, temp | FDI_TX_ENABLE);
8db9d77b 3878
d74cf324
DV
3879 I915_WRITE(FDI_RX_MISC(pipe),
3880 FDI_RX_TP1_TO_TP2_48 | FDI_RX_FDI_DELAY_90);
3881
5eddb70b
CW
3882 reg = FDI_RX_CTL(pipe);
3883 temp = I915_READ(reg);
6e266956 3884 if (HAS_PCH_CPT(dev_priv)) {
8db9d77b
ZW
3885 temp &= ~FDI_LINK_TRAIN_PATTERN_MASK_CPT;
3886 temp |= FDI_LINK_TRAIN_PATTERN_1_CPT;
3887 } else {
3888 temp &= ~FDI_LINK_TRAIN_NONE;
3889 temp |= FDI_LINK_TRAIN_PATTERN_1;
3890 }
5eddb70b
CW
3891 I915_WRITE(reg, temp | FDI_RX_ENABLE);
3892
3893 POSTING_READ(reg);
8db9d77b
ZW
3894 udelay(150);
3895
0206e353 3896 for (i = 0; i < 4; i++) {
5eddb70b
CW
3897 reg = FDI_TX_CTL(pipe);
3898 temp = I915_READ(reg);
8db9d77b
ZW
3899 temp &= ~FDI_LINK_TRAIN_VOL_EMP_MASK;
3900 temp |= snb_b_fdi_train_param[i];
5eddb70b
CW
3901 I915_WRITE(reg, temp);
3902
3903 POSTING_READ(reg);
8db9d77b
ZW
3904 udelay(500);
3905
fa37d39e
SP
3906 for (retry = 0; retry < 5; retry++) {
3907 reg = FDI_RX_IIR(pipe);
3908 temp = I915_READ(reg);
3909 DRM_DEBUG_KMS("FDI_RX_IIR 0x%x\n", temp);
3910 if (temp & FDI_RX_BIT_LOCK) {
3911 I915_WRITE(reg, temp | FDI_RX_BIT_LOCK);
3912 DRM_DEBUG_KMS("FDI train 1 done.\n");
3913 break;
3914 }
3915 udelay(50);
8db9d77b 3916 }
fa37d39e
SP
3917 if (retry < 5)
3918 break;
8db9d77b
ZW
3919 }
3920 if (i == 4)
5eddb70b 3921 DRM_ERROR("FDI train 1 fail!\n");
8db9d77b
ZW
3922
3923 /* Train 2 */
5eddb70b
CW
3924 reg = FDI_TX_CTL(pipe);
3925 temp = I915_READ(reg);
8db9d77b
ZW
3926 temp &= ~FDI_LINK_TRAIN_NONE;
3927 temp |= FDI_LINK_TRAIN_PATTERN_2;
5db94019 3928 if (IS_GEN6(dev_priv)) {
8db9d77b
ZW
3929 temp &= ~FDI_LINK_TRAIN_VOL_EMP_MASK;
3930 /* SNB-B */
3931 temp |= FDI_LINK_TRAIN_400MV_0DB_SNB_B;
3932 }
5eddb70b 3933 I915_WRITE(reg, temp);
8db9d77b 3934
5eddb70b
CW
3935 reg = FDI_RX_CTL(pipe);
3936 temp = I915_READ(reg);
6e266956 3937 if (HAS_PCH_CPT(dev_priv)) {
8db9d77b
ZW
3938 temp &= ~FDI_LINK_TRAIN_PATTERN_MASK_CPT;
3939 temp |= FDI_LINK_TRAIN_PATTERN_2_CPT;
3940 } else {
3941 temp &= ~FDI_LINK_TRAIN_NONE;
3942 temp |= FDI_LINK_TRAIN_PATTERN_2;
3943 }
5eddb70b
CW
3944 I915_WRITE(reg, temp);
3945
3946 POSTING_READ(reg);
8db9d77b
ZW
3947 udelay(150);
3948
0206e353 3949 for (i = 0; i < 4; i++) {
5eddb70b
CW
3950 reg = FDI_TX_CTL(pipe);
3951 temp = I915_READ(reg);
8db9d77b
ZW
3952 temp &= ~FDI_LINK_TRAIN_VOL_EMP_MASK;
3953 temp |= snb_b_fdi_train_param[i];
5eddb70b
CW
3954 I915_WRITE(reg, temp);
3955
3956 POSTING_READ(reg);
8db9d77b
ZW
3957 udelay(500);
3958
fa37d39e
SP
3959 for (retry = 0; retry < 5; retry++) {
3960 reg = FDI_RX_IIR(pipe);
3961 temp = I915_READ(reg);
3962 DRM_DEBUG_KMS("FDI_RX_IIR 0x%x\n", temp);
3963 if (temp & FDI_RX_SYMBOL_LOCK) {
3964 I915_WRITE(reg, temp | FDI_RX_SYMBOL_LOCK);
3965 DRM_DEBUG_KMS("FDI train 2 done.\n");
3966 break;
3967 }
3968 udelay(50);
8db9d77b 3969 }
fa37d39e
SP
3970 if (retry < 5)
3971 break;
8db9d77b
ZW
3972 }
3973 if (i == 4)
5eddb70b 3974 DRM_ERROR("FDI train 2 fail!\n");
8db9d77b
ZW
3975
3976 DRM_DEBUG_KMS("FDI train done.\n");
3977}
3978
357555c0
JB
3979/* Manual link training for Ivy Bridge A0 parts */
3980static void ivb_manual_fdi_link_train(struct drm_crtc *crtc)
3981{
3982 struct drm_device *dev = crtc->dev;
fac5e23e 3983 struct drm_i915_private *dev_priv = to_i915(dev);
357555c0
JB
3984 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
3985 int pipe = intel_crtc->pipe;
f0f59a00
VS
3986 i915_reg_t reg;
3987 u32 temp, i, j;
357555c0
JB
3988
3989 /* Train 1: umask FDI RX Interrupt symbol_lock and bit_lock bit
3990 for train result */
3991 reg = FDI_RX_IMR(pipe);
3992 temp = I915_READ(reg);
3993 temp &= ~FDI_RX_SYMBOL_LOCK;
3994 temp &= ~FDI_RX_BIT_LOCK;
3995 I915_WRITE(reg, temp);
3996
3997 POSTING_READ(reg);
3998 udelay(150);
3999
01a415fd
DV
4000 DRM_DEBUG_KMS("FDI_RX_IIR before link train 0x%x\n",
4001 I915_READ(FDI_RX_IIR(pipe)));
4002
139ccd3f
JB
4003 /* Try each vswing and preemphasis setting twice before moving on */
4004 for (j = 0; j < ARRAY_SIZE(snb_b_fdi_train_param) * 2; j++) {
4005 /* disable first in case we need to retry */
4006 reg = FDI_TX_CTL(pipe);
4007 temp = I915_READ(reg);
4008 temp &= ~(FDI_LINK_TRAIN_AUTO | FDI_LINK_TRAIN_NONE_IVB);
4009 temp &= ~FDI_TX_ENABLE;
4010 I915_WRITE(reg, temp);
357555c0 4011
139ccd3f
JB
4012 reg = FDI_RX_CTL(pipe);
4013 temp = I915_READ(reg);
4014 temp &= ~FDI_LINK_TRAIN_AUTO;
4015 temp &= ~FDI_LINK_TRAIN_PATTERN_MASK_CPT;
4016 temp &= ~FDI_RX_ENABLE;
4017 I915_WRITE(reg, temp);
357555c0 4018
139ccd3f 4019 /* enable CPU FDI TX and PCH FDI RX */
357555c0
JB
4020 reg = FDI_TX_CTL(pipe);
4021 temp = I915_READ(reg);
139ccd3f 4022 temp &= ~FDI_DP_PORT_WIDTH_MASK;
6e3c9717 4023 temp |= FDI_DP_PORT_WIDTH(intel_crtc->config->fdi_lanes);
139ccd3f 4024 temp |= FDI_LINK_TRAIN_PATTERN_1_IVB;
357555c0 4025 temp &= ~FDI_LINK_TRAIN_VOL_EMP_MASK;
139ccd3f
JB
4026 temp |= snb_b_fdi_train_param[j/2];
4027 temp |= FDI_COMPOSITE_SYNC;
4028 I915_WRITE(reg, temp | FDI_TX_ENABLE);
357555c0 4029
139ccd3f
JB
4030 I915_WRITE(FDI_RX_MISC(pipe),
4031 FDI_RX_TP1_TO_TP2_48 | FDI_RX_FDI_DELAY_90);
357555c0 4032
139ccd3f 4033 reg = FDI_RX_CTL(pipe);
357555c0 4034 temp = I915_READ(reg);
139ccd3f
JB
4035 temp |= FDI_LINK_TRAIN_PATTERN_1_CPT;
4036 temp |= FDI_COMPOSITE_SYNC;
4037 I915_WRITE(reg, temp | FDI_RX_ENABLE);
357555c0 4038
139ccd3f
JB
4039 POSTING_READ(reg);
4040 udelay(1); /* should be 0.5us */
357555c0 4041
139ccd3f
JB
4042 for (i = 0; i < 4; i++) {
4043 reg = FDI_RX_IIR(pipe);
4044 temp = I915_READ(reg);
4045 DRM_DEBUG_KMS("FDI_RX_IIR 0x%x\n", temp);
357555c0 4046
139ccd3f
JB
4047 if (temp & FDI_RX_BIT_LOCK ||
4048 (I915_READ(reg) & FDI_RX_BIT_LOCK)) {
4049 I915_WRITE(reg, temp | FDI_RX_BIT_LOCK);
4050 DRM_DEBUG_KMS("FDI train 1 done, level %i.\n",
4051 i);
4052 break;
4053 }
4054 udelay(1); /* should be 0.5us */
4055 }
4056 if (i == 4) {
4057 DRM_DEBUG_KMS("FDI train 1 fail on vswing %d\n", j / 2);
4058 continue;
4059 }
357555c0 4060
139ccd3f 4061 /* Train 2 */
357555c0
JB
4062 reg = FDI_TX_CTL(pipe);
4063 temp = I915_READ(reg);
139ccd3f
JB
4064 temp &= ~FDI_LINK_TRAIN_NONE_IVB;
4065 temp |= FDI_LINK_TRAIN_PATTERN_2_IVB;
4066 I915_WRITE(reg, temp);
4067
4068 reg = FDI_RX_CTL(pipe);
4069 temp = I915_READ(reg);
4070 temp &= ~FDI_LINK_TRAIN_PATTERN_MASK_CPT;
4071 temp |= FDI_LINK_TRAIN_PATTERN_2_CPT;
357555c0
JB
4072 I915_WRITE(reg, temp);
4073
4074 POSTING_READ(reg);
139ccd3f 4075 udelay(2); /* should be 1.5us */
357555c0 4076
139ccd3f
JB
4077 for (i = 0; i < 4; i++) {
4078 reg = FDI_RX_IIR(pipe);
4079 temp = I915_READ(reg);
4080 DRM_DEBUG_KMS("FDI_RX_IIR 0x%x\n", temp);
357555c0 4081
139ccd3f
JB
4082 if (temp & FDI_RX_SYMBOL_LOCK ||
4083 (I915_READ(reg) & FDI_RX_SYMBOL_LOCK)) {
4084 I915_WRITE(reg, temp | FDI_RX_SYMBOL_LOCK);
4085 DRM_DEBUG_KMS("FDI train 2 done, level %i.\n",
4086 i);
4087 goto train_done;
4088 }
4089 udelay(2); /* should be 1.5us */
357555c0 4090 }
139ccd3f
JB
4091 if (i == 4)
4092 DRM_DEBUG_KMS("FDI train 2 fail on vswing %d\n", j / 2);
357555c0 4093 }
357555c0 4094
139ccd3f 4095train_done:
357555c0
JB
4096 DRM_DEBUG_KMS("FDI train done.\n");
4097}
4098
88cefb6c 4099static void ironlake_fdi_pll_enable(struct intel_crtc *intel_crtc)
2c07245f 4100{
88cefb6c 4101 struct drm_device *dev = intel_crtc->base.dev;
fac5e23e 4102 struct drm_i915_private *dev_priv = to_i915(dev);
2c07245f 4103 int pipe = intel_crtc->pipe;
f0f59a00
VS
4104 i915_reg_t reg;
4105 u32 temp;
c64e311e 4106
c98e9dcf 4107 /* enable PCH FDI RX PLL, wait warmup plus DMI latency */
5eddb70b
CW
4108 reg = FDI_RX_CTL(pipe);
4109 temp = I915_READ(reg);
627eb5a3 4110 temp &= ~(FDI_DP_PORT_WIDTH_MASK | (0x7 << 16));
6e3c9717 4111 temp |= FDI_DP_PORT_WIDTH(intel_crtc->config->fdi_lanes);
dfd07d72 4112 temp |= (I915_READ(PIPECONF(pipe)) & PIPECONF_BPC_MASK) << 11;
5eddb70b
CW
4113 I915_WRITE(reg, temp | FDI_RX_PLL_ENABLE);
4114
4115 POSTING_READ(reg);
c98e9dcf
JB
4116 udelay(200);
4117
4118 /* Switch from Rawclk to PCDclk */
5eddb70b
CW
4119 temp = I915_READ(reg);
4120 I915_WRITE(reg, temp | FDI_PCDCLK);
4121
4122 POSTING_READ(reg);
c98e9dcf
JB
4123 udelay(200);
4124
20749730
PZ
4125 /* Enable CPU FDI TX PLL, always on for Ironlake */
4126 reg = FDI_TX_CTL(pipe);
4127 temp = I915_READ(reg);
4128 if ((temp & FDI_TX_PLL_ENABLE) == 0) {
4129 I915_WRITE(reg, temp | FDI_TX_PLL_ENABLE);
5eddb70b 4130
20749730
PZ
4131 POSTING_READ(reg);
4132 udelay(100);
6be4a607 4133 }
0e23b99d
JB
4134}
4135
88cefb6c
DV
4136static void ironlake_fdi_pll_disable(struct intel_crtc *intel_crtc)
4137{
4138 struct drm_device *dev = intel_crtc->base.dev;
fac5e23e 4139 struct drm_i915_private *dev_priv = to_i915(dev);
88cefb6c 4140 int pipe = intel_crtc->pipe;
f0f59a00
VS
4141 i915_reg_t reg;
4142 u32 temp;
88cefb6c
DV
4143
4144 /* Switch from PCDclk to Rawclk */
4145 reg = FDI_RX_CTL(pipe);
4146 temp = I915_READ(reg);
4147 I915_WRITE(reg, temp & ~FDI_PCDCLK);
4148
4149 /* Disable CPU FDI TX PLL */
4150 reg = FDI_TX_CTL(pipe);
4151 temp = I915_READ(reg);
4152 I915_WRITE(reg, temp & ~FDI_TX_PLL_ENABLE);
4153
4154 POSTING_READ(reg);
4155 udelay(100);
4156
4157 reg = FDI_RX_CTL(pipe);
4158 temp = I915_READ(reg);
4159 I915_WRITE(reg, temp & ~FDI_RX_PLL_ENABLE);
4160
4161 /* Wait for the clocks to turn off. */
4162 POSTING_READ(reg);
4163 udelay(100);
4164}
4165
0fc932b8
JB
4166static void ironlake_fdi_disable(struct drm_crtc *crtc)
4167{
4168 struct drm_device *dev = crtc->dev;
fac5e23e 4169 struct drm_i915_private *dev_priv = to_i915(dev);
0fc932b8
JB
4170 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
4171 int pipe = intel_crtc->pipe;
f0f59a00
VS
4172 i915_reg_t reg;
4173 u32 temp;
0fc932b8
JB
4174
4175 /* disable CPU FDI tx and PCH FDI rx */
4176 reg = FDI_TX_CTL(pipe);
4177 temp = I915_READ(reg);
4178 I915_WRITE(reg, temp & ~FDI_TX_ENABLE);
4179 POSTING_READ(reg);
4180
4181 reg = FDI_RX_CTL(pipe);
4182 temp = I915_READ(reg);
4183 temp &= ~(0x7 << 16);
dfd07d72 4184 temp |= (I915_READ(PIPECONF(pipe)) & PIPECONF_BPC_MASK) << 11;
0fc932b8
JB
4185 I915_WRITE(reg, temp & ~FDI_RX_ENABLE);
4186
4187 POSTING_READ(reg);
4188 udelay(100);
4189
4190 /* Ironlake workaround, disable clock pointer after downing FDI */
6e266956 4191 if (HAS_PCH_IBX(dev_priv))
6f06ce18 4192 I915_WRITE(FDI_RX_CHICKEN(pipe), FDI_RX_PHASE_SYNC_POINTER_OVR);
0fc932b8
JB
4193
4194 /* still set train pattern 1 */
4195 reg = FDI_TX_CTL(pipe);
4196 temp = I915_READ(reg);
4197 temp &= ~FDI_LINK_TRAIN_NONE;
4198 temp |= FDI_LINK_TRAIN_PATTERN_1;
4199 I915_WRITE(reg, temp);
4200
4201 reg = FDI_RX_CTL(pipe);
4202 temp = I915_READ(reg);
6e266956 4203 if (HAS_PCH_CPT(dev_priv)) {
0fc932b8
JB
4204 temp &= ~FDI_LINK_TRAIN_PATTERN_MASK_CPT;
4205 temp |= FDI_LINK_TRAIN_PATTERN_1_CPT;
4206 } else {
4207 temp &= ~FDI_LINK_TRAIN_NONE;
4208 temp |= FDI_LINK_TRAIN_PATTERN_1;
4209 }
4210 /* BPC in FDI rx is consistent with that in PIPECONF */
4211 temp &= ~(0x07 << 16);
dfd07d72 4212 temp |= (I915_READ(PIPECONF(pipe)) & PIPECONF_BPC_MASK) << 11;
0fc932b8
JB
4213 I915_WRITE(reg, temp);
4214
4215 POSTING_READ(reg);
4216 udelay(100);
4217}
4218
49d73912 4219bool intel_has_pending_fb_unpin(struct drm_i915_private *dev_priv)
5dce5b93
CW
4220{
4221 struct intel_crtc *crtc;
4222
4223 /* Note that we don't need to be called with mode_config.lock here
4224 * as our list of CRTC objects is static for the lifetime of the
4225 * device and so cannot disappear as we iterate. Similarly, we can
4226 * happily treat the predicates as racy, atomic checks as userspace
4227 * cannot claim and pin a new fb without at least acquring the
4228 * struct_mutex and so serialising with us.
4229 */
49d73912 4230 for_each_intel_crtc(&dev_priv->drm, crtc) {
5dce5b93
CW
4231 if (atomic_read(&crtc->unpin_work_count) == 0)
4232 continue;
4233
5a21b665 4234 if (crtc->flip_work)
0f0f74bc 4235 intel_wait_for_vblank(dev_priv, crtc->pipe);
5dce5b93
CW
4236
4237 return true;
4238 }
4239
4240 return false;
4241}
4242
5a21b665 4243static void page_flip_completed(struct intel_crtc *intel_crtc)
d6bbafa1
CW
4244{
4245 struct drm_i915_private *dev_priv = to_i915(intel_crtc->base.dev);
5a21b665
DV
4246 struct intel_flip_work *work = intel_crtc->flip_work;
4247
4248 intel_crtc->flip_work = NULL;
d6bbafa1
CW
4249
4250 if (work->event)
560ce1dc 4251 drm_crtc_send_vblank_event(&intel_crtc->base, work->event);
d6bbafa1
CW
4252
4253 drm_crtc_vblank_put(&intel_crtc->base);
4254
5a21b665 4255 wake_up_all(&dev_priv->pending_flip_queue);
143f73b3 4256 queue_work(dev_priv->wq, &work->unpin_work);
5a21b665
DV
4257
4258 trace_i915_flip_complete(intel_crtc->plane,
4259 work->pending_flip_obj);
d6bbafa1
CW
4260}
4261
5008e874 4262static int intel_crtc_wait_for_pending_flips(struct drm_crtc *crtc)
e6c3a2a6 4263{
0f91128d 4264 struct drm_device *dev = crtc->dev;
fac5e23e 4265 struct drm_i915_private *dev_priv = to_i915(dev);
5008e874 4266 long ret;
e6c3a2a6 4267
2c10d571 4268 WARN_ON(waitqueue_active(&dev_priv->pending_flip_queue));
5008e874
ML
4269
4270 ret = wait_event_interruptible_timeout(
4271 dev_priv->pending_flip_queue,
4272 !intel_crtc_has_pending_flip(crtc),
4273 60*HZ);
4274
4275 if (ret < 0)
4276 return ret;
4277
5a21b665
DV
4278 if (ret == 0) {
4279 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
4280 struct intel_flip_work *work;
4281
4282 spin_lock_irq(&dev->event_lock);
4283 work = intel_crtc->flip_work;
4284 if (work && !is_mmio_work(work)) {
4285 WARN_ONCE(1, "Removing stuck page flip\n");
4286 page_flip_completed(intel_crtc);
4287 }
4288 spin_unlock_irq(&dev->event_lock);
4289 }
5bb61643 4290
5008e874 4291 return 0;
e6c3a2a6
CW
4292}
4293
b7076546 4294void lpt_disable_iclkip(struct drm_i915_private *dev_priv)
060f02d8
VS
4295{
4296 u32 temp;
4297
4298 I915_WRITE(PIXCLK_GATE, PIXCLK_GATE_GATE);
4299
4300 mutex_lock(&dev_priv->sb_lock);
4301
4302 temp = intel_sbi_read(dev_priv, SBI_SSCCTL6, SBI_ICLK);
4303 temp |= SBI_SSCCTL_DISABLE;
4304 intel_sbi_write(dev_priv, SBI_SSCCTL6, temp, SBI_ICLK);
4305
4306 mutex_unlock(&dev_priv->sb_lock);
4307}
4308
e615efe4
ED
4309/* Program iCLKIP clock to the desired frequency */
4310static void lpt_program_iclkip(struct drm_crtc *crtc)
4311{
64b46a06 4312 struct drm_i915_private *dev_priv = to_i915(crtc->dev);
6e3c9717 4313 int clock = to_intel_crtc(crtc)->config->base.adjusted_mode.crtc_clock;
e615efe4
ED
4314 u32 divsel, phaseinc, auxdiv, phasedir = 0;
4315 u32 temp;
4316
060f02d8 4317 lpt_disable_iclkip(dev_priv);
e615efe4 4318
64b46a06
VS
4319 /* The iCLK virtual clock root frequency is in MHz,
4320 * but the adjusted_mode->crtc_clock in in KHz. To get the
4321 * divisors, it is necessary to divide one by another, so we
4322 * convert the virtual clock precision to KHz here for higher
4323 * precision.
4324 */
4325 for (auxdiv = 0; auxdiv < 2; auxdiv++) {
e615efe4
ED
4326 u32 iclk_virtual_root_freq = 172800 * 1000;
4327 u32 iclk_pi_range = 64;
64b46a06 4328 u32 desired_divisor;
e615efe4 4329
64b46a06
VS
4330 desired_divisor = DIV_ROUND_CLOSEST(iclk_virtual_root_freq,
4331 clock << auxdiv);
4332 divsel = (desired_divisor / iclk_pi_range) - 2;
4333 phaseinc = desired_divisor % iclk_pi_range;
e615efe4 4334
64b46a06
VS
4335 /*
4336 * Near 20MHz is a corner case which is
4337 * out of range for the 7-bit divisor
4338 */
4339 if (divsel <= 0x7f)
4340 break;
e615efe4
ED
4341 }
4342
4343 /* This should not happen with any sane values */
4344 WARN_ON(SBI_SSCDIVINTPHASE_DIVSEL(divsel) &
4345 ~SBI_SSCDIVINTPHASE_DIVSEL_MASK);
4346 WARN_ON(SBI_SSCDIVINTPHASE_DIR(phasedir) &
4347 ~SBI_SSCDIVINTPHASE_INCVAL_MASK);
4348
4349 DRM_DEBUG_KMS("iCLKIP clock: found settings for %dKHz refresh rate: auxdiv=%x, divsel=%x, phasedir=%x, phaseinc=%x\n",
12d7ceed 4350 clock,
e615efe4
ED
4351 auxdiv,
4352 divsel,
4353 phasedir,
4354 phaseinc);
4355
060f02d8
VS
4356 mutex_lock(&dev_priv->sb_lock);
4357
e615efe4 4358 /* Program SSCDIVINTPHASE6 */
988d6ee8 4359 temp = intel_sbi_read(dev_priv, SBI_SSCDIVINTPHASE6, SBI_ICLK);
e615efe4
ED
4360 temp &= ~SBI_SSCDIVINTPHASE_DIVSEL_MASK;
4361 temp |= SBI_SSCDIVINTPHASE_DIVSEL(divsel);
4362 temp &= ~SBI_SSCDIVINTPHASE_INCVAL_MASK;
4363 temp |= SBI_SSCDIVINTPHASE_INCVAL(phaseinc);
4364 temp |= SBI_SSCDIVINTPHASE_DIR(phasedir);
4365 temp |= SBI_SSCDIVINTPHASE_PROPAGATE;
988d6ee8 4366 intel_sbi_write(dev_priv, SBI_SSCDIVINTPHASE6, temp, SBI_ICLK);
e615efe4
ED
4367
4368 /* Program SSCAUXDIV */
988d6ee8 4369 temp = intel_sbi_read(dev_priv, SBI_SSCAUXDIV6, SBI_ICLK);
e615efe4
ED
4370 temp &= ~SBI_SSCAUXDIV_FINALDIV2SEL(1);
4371 temp |= SBI_SSCAUXDIV_FINALDIV2SEL(auxdiv);
988d6ee8 4372 intel_sbi_write(dev_priv, SBI_SSCAUXDIV6, temp, SBI_ICLK);
e615efe4
ED
4373
4374 /* Enable modulator and associated divider */
988d6ee8 4375 temp = intel_sbi_read(dev_priv, SBI_SSCCTL6, SBI_ICLK);
e615efe4 4376 temp &= ~SBI_SSCCTL_DISABLE;
988d6ee8 4377 intel_sbi_write(dev_priv, SBI_SSCCTL6, temp, SBI_ICLK);
e615efe4 4378
060f02d8
VS
4379 mutex_unlock(&dev_priv->sb_lock);
4380
e615efe4
ED
4381 /* Wait for initialization time */
4382 udelay(24);
4383
4384 I915_WRITE(PIXCLK_GATE, PIXCLK_GATE_UNGATE);
4385}
4386
8802e5b6
VS
4387int lpt_get_iclkip(struct drm_i915_private *dev_priv)
4388{
4389 u32 divsel, phaseinc, auxdiv;
4390 u32 iclk_virtual_root_freq = 172800 * 1000;
4391 u32 iclk_pi_range = 64;
4392 u32 desired_divisor;
4393 u32 temp;
4394
4395 if ((I915_READ(PIXCLK_GATE) & PIXCLK_GATE_UNGATE) == 0)
4396 return 0;
4397
4398 mutex_lock(&dev_priv->sb_lock);
4399
4400 temp = intel_sbi_read(dev_priv, SBI_SSCCTL6, SBI_ICLK);
4401 if (temp & SBI_SSCCTL_DISABLE) {
4402 mutex_unlock(&dev_priv->sb_lock);
4403 return 0;
4404 }
4405
4406 temp = intel_sbi_read(dev_priv, SBI_SSCDIVINTPHASE6, SBI_ICLK);
4407 divsel = (temp & SBI_SSCDIVINTPHASE_DIVSEL_MASK) >>
4408 SBI_SSCDIVINTPHASE_DIVSEL_SHIFT;
4409 phaseinc = (temp & SBI_SSCDIVINTPHASE_INCVAL_MASK) >>
4410 SBI_SSCDIVINTPHASE_INCVAL_SHIFT;
4411
4412 temp = intel_sbi_read(dev_priv, SBI_SSCAUXDIV6, SBI_ICLK);
4413 auxdiv = (temp & SBI_SSCAUXDIV_FINALDIV2SEL_MASK) >>
4414 SBI_SSCAUXDIV_FINALDIV2SEL_SHIFT;
4415
4416 mutex_unlock(&dev_priv->sb_lock);
4417
4418 desired_divisor = (divsel + 2) * iclk_pi_range + phaseinc;
4419
4420 return DIV_ROUND_CLOSEST(iclk_virtual_root_freq,
4421 desired_divisor << auxdiv);
4422}
4423
275f01b2
DV
4424static void ironlake_pch_transcoder_set_timings(struct intel_crtc *crtc,
4425 enum pipe pch_transcoder)
4426{
4427 struct drm_device *dev = crtc->base.dev;
fac5e23e 4428 struct drm_i915_private *dev_priv = to_i915(dev);
6e3c9717 4429 enum transcoder cpu_transcoder = crtc->config->cpu_transcoder;
275f01b2
DV
4430
4431 I915_WRITE(PCH_TRANS_HTOTAL(pch_transcoder),
4432 I915_READ(HTOTAL(cpu_transcoder)));
4433 I915_WRITE(PCH_TRANS_HBLANK(pch_transcoder),
4434 I915_READ(HBLANK(cpu_transcoder)));
4435 I915_WRITE(PCH_TRANS_HSYNC(pch_transcoder),
4436 I915_READ(HSYNC(cpu_transcoder)));
4437
4438 I915_WRITE(PCH_TRANS_VTOTAL(pch_transcoder),
4439 I915_READ(VTOTAL(cpu_transcoder)));
4440 I915_WRITE(PCH_TRANS_VBLANK(pch_transcoder),
4441 I915_READ(VBLANK(cpu_transcoder)));
4442 I915_WRITE(PCH_TRANS_VSYNC(pch_transcoder),
4443 I915_READ(VSYNC(cpu_transcoder)));
4444 I915_WRITE(PCH_TRANS_VSYNCSHIFT(pch_transcoder),
4445 I915_READ(VSYNCSHIFT(cpu_transcoder)));
4446}
4447
003632d9 4448static void cpt_set_fdi_bc_bifurcation(struct drm_device *dev, bool enable)
1fbc0d78 4449{
fac5e23e 4450 struct drm_i915_private *dev_priv = to_i915(dev);
1fbc0d78
DV
4451 uint32_t temp;
4452
4453 temp = I915_READ(SOUTH_CHICKEN1);
003632d9 4454 if (!!(temp & FDI_BC_BIFURCATION_SELECT) == enable)
1fbc0d78
DV
4455 return;
4456
4457 WARN_ON(I915_READ(FDI_RX_CTL(PIPE_B)) & FDI_RX_ENABLE);
4458 WARN_ON(I915_READ(FDI_RX_CTL(PIPE_C)) & FDI_RX_ENABLE);
4459
003632d9
ACO
4460 temp &= ~FDI_BC_BIFURCATION_SELECT;
4461 if (enable)
4462 temp |= FDI_BC_BIFURCATION_SELECT;
4463
4464 DRM_DEBUG_KMS("%sabling fdi C rx\n", enable ? "en" : "dis");
1fbc0d78
DV
4465 I915_WRITE(SOUTH_CHICKEN1, temp);
4466 POSTING_READ(SOUTH_CHICKEN1);
4467}
4468
4469static void ivybridge_update_fdi_bc_bifurcation(struct intel_crtc *intel_crtc)
4470{
4471 struct drm_device *dev = intel_crtc->base.dev;
1fbc0d78
DV
4472
4473 switch (intel_crtc->pipe) {
4474 case PIPE_A:
4475 break;
4476 case PIPE_B:
6e3c9717 4477 if (intel_crtc->config->fdi_lanes > 2)
003632d9 4478 cpt_set_fdi_bc_bifurcation(dev, false);
1fbc0d78 4479 else
003632d9 4480 cpt_set_fdi_bc_bifurcation(dev, true);
1fbc0d78
DV
4481
4482 break;
4483 case PIPE_C:
003632d9 4484 cpt_set_fdi_bc_bifurcation(dev, true);
1fbc0d78
DV
4485
4486 break;
4487 default:
4488 BUG();
4489 }
4490}
4491
c48b5305
VS
4492/* Return which DP Port should be selected for Transcoder DP control */
4493static enum port
4494intel_trans_dp_port_sel(struct drm_crtc *crtc)
4495{
4496 struct drm_device *dev = crtc->dev;
4497 struct intel_encoder *encoder;
4498
4499 for_each_encoder_on_crtc(dev, crtc, encoder) {
cca0502b 4500 if (encoder->type == INTEL_OUTPUT_DP ||
c48b5305
VS
4501 encoder->type == INTEL_OUTPUT_EDP)
4502 return enc_to_dig_port(&encoder->base)->port;
4503 }
4504
4505 return -1;
4506}
4507
f67a559d
JB
4508/*
4509 * Enable PCH resources required for PCH ports:
4510 * - PCH PLLs
4511 * - FDI training & RX/TX
4512 * - update transcoder timings
4513 * - DP transcoding bits
4514 * - transcoder
4515 */
4516static void ironlake_pch_enable(struct drm_crtc *crtc)
0e23b99d
JB
4517{
4518 struct drm_device *dev = crtc->dev;
fac5e23e 4519 struct drm_i915_private *dev_priv = to_i915(dev);
0e23b99d
JB
4520 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
4521 int pipe = intel_crtc->pipe;
f0f59a00 4522 u32 temp;
2c07245f 4523
ab9412ba 4524 assert_pch_transcoder_disabled(dev_priv, pipe);
e7e164db 4525
fd6b8f43 4526 if (IS_IVYBRIDGE(dev_priv))
1fbc0d78
DV
4527 ivybridge_update_fdi_bc_bifurcation(intel_crtc);
4528
cd986abb
DV
4529 /* Write the TU size bits before fdi link training, so that error
4530 * detection works. */
4531 I915_WRITE(FDI_RX_TUSIZE1(pipe),
4532 I915_READ(PIPE_DATA_M1(pipe)) & TU_SIZE_MASK);
4533
c98e9dcf 4534 /* For PCH output, training FDI link */
674cf967 4535 dev_priv->display.fdi_link_train(crtc);
2c07245f 4536
3ad8a208
DV
4537 /* We need to program the right clock selection before writing the pixel
4538 * mutliplier into the DPLL. */
6e266956 4539 if (HAS_PCH_CPT(dev_priv)) {
ee7b9f93 4540 u32 sel;
4b645f14 4541
c98e9dcf 4542 temp = I915_READ(PCH_DPLL_SEL);
11887397
DV
4543 temp |= TRANS_DPLL_ENABLE(pipe);
4544 sel = TRANS_DPLLB_SEL(pipe);
8106ddbd
ACO
4545 if (intel_crtc->config->shared_dpll ==
4546 intel_get_shared_dpll_by_id(dev_priv, DPLL_ID_PCH_PLL_B))
ee7b9f93
JB
4547 temp |= sel;
4548 else
4549 temp &= ~sel;
c98e9dcf 4550 I915_WRITE(PCH_DPLL_SEL, temp);
c98e9dcf 4551 }
5eddb70b 4552
3ad8a208
DV
4553 /* XXX: pch pll's can be enabled any time before we enable the PCH
4554 * transcoder, and we actually should do this to not upset any PCH
4555 * transcoder that already use the clock when we share it.
4556 *
4557 * Note that enable_shared_dpll tries to do the right thing, but
4558 * get_shared_dpll unconditionally resets the pll - we need that to have
4559 * the right LVDS enable sequence. */
85b3894f 4560 intel_enable_shared_dpll(intel_crtc);
3ad8a208 4561
d9b6cb56
JB
4562 /* set transcoder timing, panel must allow it */
4563 assert_panel_unlocked(dev_priv, pipe);
275f01b2 4564 ironlake_pch_transcoder_set_timings(intel_crtc, pipe);
8db9d77b 4565
303b81e0 4566 intel_fdi_normal_train(crtc);
5e84e1a4 4567
c98e9dcf 4568 /* For PCH DP, enable TRANS_DP_CTL */
6e266956
TU
4569 if (HAS_PCH_CPT(dev_priv) &&
4570 intel_crtc_has_dp_encoder(intel_crtc->config)) {
9c4edaee
VS
4571 const struct drm_display_mode *adjusted_mode =
4572 &intel_crtc->config->base.adjusted_mode;
dfd07d72 4573 u32 bpc = (I915_READ(PIPECONF(pipe)) & PIPECONF_BPC_MASK) >> 5;
f0f59a00 4574 i915_reg_t reg = TRANS_DP_CTL(pipe);
5eddb70b
CW
4575 temp = I915_READ(reg);
4576 temp &= ~(TRANS_DP_PORT_SEL_MASK |
220cad3c
EA
4577 TRANS_DP_SYNC_MASK |
4578 TRANS_DP_BPC_MASK);
e3ef4479 4579 temp |= TRANS_DP_OUTPUT_ENABLE;
9325c9f0 4580 temp |= bpc << 9; /* same format but at 11:9 */
c98e9dcf 4581
9c4edaee 4582 if (adjusted_mode->flags & DRM_MODE_FLAG_PHSYNC)
5eddb70b 4583 temp |= TRANS_DP_HSYNC_ACTIVE_HIGH;
9c4edaee 4584 if (adjusted_mode->flags & DRM_MODE_FLAG_PVSYNC)
5eddb70b 4585 temp |= TRANS_DP_VSYNC_ACTIVE_HIGH;
c98e9dcf
JB
4586
4587 switch (intel_trans_dp_port_sel(crtc)) {
c48b5305 4588 case PORT_B:
5eddb70b 4589 temp |= TRANS_DP_PORT_SEL_B;
c98e9dcf 4590 break;
c48b5305 4591 case PORT_C:
5eddb70b 4592 temp |= TRANS_DP_PORT_SEL_C;
c98e9dcf 4593 break;
c48b5305 4594 case PORT_D:
5eddb70b 4595 temp |= TRANS_DP_PORT_SEL_D;
c98e9dcf
JB
4596 break;
4597 default:
e95d41e1 4598 BUG();
32f9d658 4599 }
2c07245f 4600
5eddb70b 4601 I915_WRITE(reg, temp);
6be4a607 4602 }
b52eb4dc 4603
b8a4f404 4604 ironlake_enable_pch_transcoder(dev_priv, pipe);
f67a559d
JB
4605}
4606
1507e5bd
PZ
4607static void lpt_pch_enable(struct drm_crtc *crtc)
4608{
4609 struct drm_device *dev = crtc->dev;
fac5e23e 4610 struct drm_i915_private *dev_priv = to_i915(dev);
1507e5bd 4611 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
6e3c9717 4612 enum transcoder cpu_transcoder = intel_crtc->config->cpu_transcoder;
1507e5bd 4613
ab9412ba 4614 assert_pch_transcoder_disabled(dev_priv, TRANSCODER_A);
1507e5bd 4615
8c52b5e8 4616 lpt_program_iclkip(crtc);
1507e5bd 4617
0540e488 4618 /* Set transcoder timing. */
275f01b2 4619 ironlake_pch_transcoder_set_timings(intel_crtc, PIPE_A);
1507e5bd 4620
937bb610 4621 lpt_enable_pch_transcoder(dev_priv, cpu_transcoder);
f67a559d
JB
4622}
4623
a1520318 4624static void cpt_verify_modeset(struct drm_device *dev, int pipe)
d4270e57 4625{
fac5e23e 4626 struct drm_i915_private *dev_priv = to_i915(dev);
f0f59a00 4627 i915_reg_t dslreg = PIPEDSL(pipe);
d4270e57
JB
4628 u32 temp;
4629
4630 temp = I915_READ(dslreg);
4631 udelay(500);
4632 if (wait_for(I915_READ(dslreg) != temp, 5)) {
d4270e57 4633 if (wait_for(I915_READ(dslreg) != temp, 5))
84f44ce7 4634 DRM_ERROR("mode set failed: pipe %c stuck\n", pipe_name(pipe));
d4270e57
JB
4635 }
4636}
4637
86adf9d7
ML
4638static int
4639skl_update_scaler(struct intel_crtc_state *crtc_state, bool force_detach,
4640 unsigned scaler_user, int *scaler_id, unsigned int rotation,
4641 int src_w, int src_h, int dst_w, int dst_h)
a1b2278e 4642{
86adf9d7
ML
4643 struct intel_crtc_scaler_state *scaler_state =
4644 &crtc_state->scaler_state;
4645 struct intel_crtc *intel_crtc =
4646 to_intel_crtc(crtc_state->base.crtc);
a1b2278e 4647 int need_scaling;
6156a456 4648
bd2ef25d 4649 need_scaling = drm_rotation_90_or_270(rotation) ?
6156a456
CK
4650 (src_h != dst_w || src_w != dst_h):
4651 (src_w != dst_w || src_h != dst_h);
a1b2278e
CK
4652
4653 /*
4654 * if plane is being disabled or scaler is no more required or force detach
4655 * - free scaler binded to this plane/crtc
4656 * - in order to do this, update crtc->scaler_usage
4657 *
4658 * Here scaler state in crtc_state is set free so that
4659 * scaler can be assigned to other user. Actual register
4660 * update to free the scaler is done in plane/panel-fit programming.
4661 * For this purpose crtc/plane_state->scaler_id isn't reset here.
4662 */
86adf9d7 4663 if (force_detach || !need_scaling) {
a1b2278e 4664 if (*scaler_id >= 0) {
86adf9d7 4665 scaler_state->scaler_users &= ~(1 << scaler_user);
a1b2278e
CK
4666 scaler_state->scalers[*scaler_id].in_use = 0;
4667
86adf9d7
ML
4668 DRM_DEBUG_KMS("scaler_user index %u.%u: "
4669 "Staged freeing scaler id %d scaler_users = 0x%x\n",
4670 intel_crtc->pipe, scaler_user, *scaler_id,
a1b2278e
CK
4671 scaler_state->scaler_users);
4672 *scaler_id = -1;
4673 }
4674 return 0;
4675 }
4676
4677 /* range checks */
4678 if (src_w < SKL_MIN_SRC_W || src_h < SKL_MIN_SRC_H ||
4679 dst_w < SKL_MIN_DST_W || dst_h < SKL_MIN_DST_H ||
4680
4681 src_w > SKL_MAX_SRC_W || src_h > SKL_MAX_SRC_H ||
4682 dst_w > SKL_MAX_DST_W || dst_h > SKL_MAX_DST_H) {
86adf9d7 4683 DRM_DEBUG_KMS("scaler_user index %u.%u: src %ux%u dst %ux%u "
a1b2278e 4684 "size is out of scaler range\n",
86adf9d7 4685 intel_crtc->pipe, scaler_user, src_w, src_h, dst_w, dst_h);
a1b2278e
CK
4686 return -EINVAL;
4687 }
4688
86adf9d7
ML
4689 /* mark this plane as a scaler user in crtc_state */
4690 scaler_state->scaler_users |= (1 << scaler_user);
4691 DRM_DEBUG_KMS("scaler_user index %u.%u: "
4692 "staged scaling request for %ux%u->%ux%u scaler_users = 0x%x\n",
4693 intel_crtc->pipe, scaler_user, src_w, src_h, dst_w, dst_h,
4694 scaler_state->scaler_users);
4695
4696 return 0;
4697}
4698
4699/**
4700 * skl_update_scaler_crtc - Stages update to scaler state for a given crtc.
4701 *
4702 * @state: crtc's scaler state
86adf9d7
ML
4703 *
4704 * Return
4705 * 0 - scaler_usage updated successfully
4706 * error - requested scaling cannot be supported or other error condition
4707 */
e435d6e5 4708int skl_update_scaler_crtc(struct intel_crtc_state *state)
86adf9d7 4709{
7c5f93b0 4710 const struct drm_display_mode *adjusted_mode = &state->base.adjusted_mode;
86adf9d7 4711
e435d6e5 4712 return skl_update_scaler(state, !state->base.active, SKL_CRTC_INDEX,
31ad61e4 4713 &state->scaler_state.scaler_id, DRM_ROTATE_0,
86adf9d7 4714 state->pipe_src_w, state->pipe_src_h,
aad941d5 4715 adjusted_mode->crtc_hdisplay, adjusted_mode->crtc_vdisplay);
86adf9d7
ML
4716}
4717
4718/**
4719 * skl_update_scaler_plane - Stages update to scaler state for a given plane.
4720 *
4721 * @state: crtc's scaler state
86adf9d7
ML
4722 * @plane_state: atomic plane state to update
4723 *
4724 * Return
4725 * 0 - scaler_usage updated successfully
4726 * error - requested scaling cannot be supported or other error condition
4727 */
da20eabd
ML
4728static int skl_update_scaler_plane(struct intel_crtc_state *crtc_state,
4729 struct intel_plane_state *plane_state)
86adf9d7
ML
4730{
4731
da20eabd
ML
4732 struct intel_plane *intel_plane =
4733 to_intel_plane(plane_state->base.plane);
86adf9d7
ML
4734 struct drm_framebuffer *fb = plane_state->base.fb;
4735 int ret;
4736
936e71e3 4737 bool force_detach = !fb || !plane_state->base.visible;
86adf9d7 4738
86adf9d7
ML
4739 ret = skl_update_scaler(crtc_state, force_detach,
4740 drm_plane_index(&intel_plane->base),
4741 &plane_state->scaler_id,
4742 plane_state->base.rotation,
936e71e3
VS
4743 drm_rect_width(&plane_state->base.src) >> 16,
4744 drm_rect_height(&plane_state->base.src) >> 16,
4745 drm_rect_width(&plane_state->base.dst),
4746 drm_rect_height(&plane_state->base.dst));
86adf9d7
ML
4747
4748 if (ret || plane_state->scaler_id < 0)
4749 return ret;
4750
a1b2278e 4751 /* check colorkey */
818ed961 4752 if (plane_state->ckey.flags != I915_SET_COLORKEY_NONE) {
72660ce0
VS
4753 DRM_DEBUG_KMS("[PLANE:%d:%s] scaling with color key not allowed",
4754 intel_plane->base.base.id,
4755 intel_plane->base.name);
a1b2278e
CK
4756 return -EINVAL;
4757 }
4758
4759 /* Check src format */
438b74a5 4760 switch (fb->format->format) {
86adf9d7
ML
4761 case DRM_FORMAT_RGB565:
4762 case DRM_FORMAT_XBGR8888:
4763 case DRM_FORMAT_XRGB8888:
4764 case DRM_FORMAT_ABGR8888:
4765 case DRM_FORMAT_ARGB8888:
4766 case DRM_FORMAT_XRGB2101010:
4767 case DRM_FORMAT_XBGR2101010:
4768 case DRM_FORMAT_YUYV:
4769 case DRM_FORMAT_YVYU:
4770 case DRM_FORMAT_UYVY:
4771 case DRM_FORMAT_VYUY:
4772 break;
4773 default:
72660ce0
VS
4774 DRM_DEBUG_KMS("[PLANE:%d:%s] FB:%d unsupported scaling format 0x%x\n",
4775 intel_plane->base.base.id, intel_plane->base.name,
438b74a5 4776 fb->base.id, fb->format->format);
86adf9d7 4777 return -EINVAL;
a1b2278e
CK
4778 }
4779
a1b2278e
CK
4780 return 0;
4781}
4782
e435d6e5
ML
4783static void skylake_scaler_disable(struct intel_crtc *crtc)
4784{
4785 int i;
4786
4787 for (i = 0; i < crtc->num_scalers; i++)
4788 skl_detach_scaler(crtc, i);
4789}
4790
4791static void skylake_pfit_enable(struct intel_crtc *crtc)
bd2e244f
JB
4792{
4793 struct drm_device *dev = crtc->base.dev;
fac5e23e 4794 struct drm_i915_private *dev_priv = to_i915(dev);
bd2e244f 4795 int pipe = crtc->pipe;
a1b2278e
CK
4796 struct intel_crtc_scaler_state *scaler_state =
4797 &crtc->config->scaler_state;
4798
4799 DRM_DEBUG_KMS("for crtc_state = %p\n", crtc->config);
4800
6e3c9717 4801 if (crtc->config->pch_pfit.enabled) {
a1b2278e
CK
4802 int id;
4803
4804 if (WARN_ON(crtc->config->scaler_state.scaler_id < 0)) {
4805 DRM_ERROR("Requesting pfit without getting a scaler first\n");
4806 return;
4807 }
4808
4809 id = scaler_state->scaler_id;
4810 I915_WRITE(SKL_PS_CTRL(pipe, id), PS_SCALER_EN |
4811 PS_FILTER_MEDIUM | scaler_state->scalers[id].mode);
4812 I915_WRITE(SKL_PS_WIN_POS(pipe, id), crtc->config->pch_pfit.pos);
4813 I915_WRITE(SKL_PS_WIN_SZ(pipe, id), crtc->config->pch_pfit.size);
4814
4815 DRM_DEBUG_KMS("for crtc_state = %p scaler_id = %d\n", crtc->config, id);
bd2e244f
JB
4816 }
4817}
4818
b074cec8
JB
4819static void ironlake_pfit_enable(struct intel_crtc *crtc)
4820{
4821 struct drm_device *dev = crtc->base.dev;
fac5e23e 4822 struct drm_i915_private *dev_priv = to_i915(dev);
b074cec8
JB
4823 int pipe = crtc->pipe;
4824
6e3c9717 4825 if (crtc->config->pch_pfit.enabled) {
b074cec8
JB
4826 /* Force use of hard-coded filter coefficients
4827 * as some pre-programmed values are broken,
4828 * e.g. x201.
4829 */
fd6b8f43 4830 if (IS_IVYBRIDGE(dev_priv) || IS_HASWELL(dev_priv))
b074cec8
JB
4831 I915_WRITE(PF_CTL(pipe), PF_ENABLE | PF_FILTER_MED_3x3 |
4832 PF_PIPE_SEL_IVB(pipe));
4833 else
4834 I915_WRITE(PF_CTL(pipe), PF_ENABLE | PF_FILTER_MED_3x3);
6e3c9717
ACO
4835 I915_WRITE(PF_WIN_POS(pipe), crtc->config->pch_pfit.pos);
4836 I915_WRITE(PF_WIN_SZ(pipe), crtc->config->pch_pfit.size);
d4270e57
JB
4837 }
4838}
4839
20bc8673 4840void hsw_enable_ips(struct intel_crtc *crtc)
d77e4531 4841{
cea165c3 4842 struct drm_device *dev = crtc->base.dev;
fac5e23e 4843 struct drm_i915_private *dev_priv = to_i915(dev);
d77e4531 4844
6e3c9717 4845 if (!crtc->config->ips_enabled)
d77e4531
PZ
4846 return;
4847
307e4498
ML
4848 /*
4849 * We can only enable IPS after we enable a plane and wait for a vblank
4850 * This function is called from post_plane_update, which is run after
4851 * a vblank wait.
4852 */
cea165c3 4853
d77e4531 4854 assert_plane_enabled(dev_priv, crtc->plane);
8652744b 4855 if (IS_BROADWELL(dev_priv)) {
2a114cc1
BW
4856 mutex_lock(&dev_priv->rps.hw_lock);
4857 WARN_ON(sandybridge_pcode_write(dev_priv, DISPLAY_IPS_CONTROL, 0xc0000000));
4858 mutex_unlock(&dev_priv->rps.hw_lock);
4859 /* Quoting Art Runyan: "its not safe to expect any particular
4860 * value in IPS_CTL bit 31 after enabling IPS through the
e59150dc
JB
4861 * mailbox." Moreover, the mailbox may return a bogus state,
4862 * so we need to just enable it and continue on.
2a114cc1
BW
4863 */
4864 } else {
4865 I915_WRITE(IPS_CTL, IPS_ENABLE);
4866 /* The bit only becomes 1 in the next vblank, so this wait here
4867 * is essentially intel_wait_for_vblank. If we don't have this
4868 * and don't wait for vblanks until the end of crtc_enable, then
4869 * the HW state readout code will complain that the expected
4870 * IPS_CTL value is not the one we read. */
2ec9ba3c
CW
4871 if (intel_wait_for_register(dev_priv,
4872 IPS_CTL, IPS_ENABLE, IPS_ENABLE,
4873 50))
2a114cc1
BW
4874 DRM_ERROR("Timed out waiting for IPS enable\n");
4875 }
d77e4531
PZ
4876}
4877
20bc8673 4878void hsw_disable_ips(struct intel_crtc *crtc)
d77e4531
PZ
4879{
4880 struct drm_device *dev = crtc->base.dev;
fac5e23e 4881 struct drm_i915_private *dev_priv = to_i915(dev);
d77e4531 4882
6e3c9717 4883 if (!crtc->config->ips_enabled)
d77e4531
PZ
4884 return;
4885
4886 assert_plane_enabled(dev_priv, crtc->plane);
8652744b 4887 if (IS_BROADWELL(dev_priv)) {
2a114cc1
BW
4888 mutex_lock(&dev_priv->rps.hw_lock);
4889 WARN_ON(sandybridge_pcode_write(dev_priv, DISPLAY_IPS_CONTROL, 0));
4890 mutex_unlock(&dev_priv->rps.hw_lock);
23d0b130 4891 /* wait for pcode to finish disabling IPS, which may take up to 42ms */
b85c1ecf
CW
4892 if (intel_wait_for_register(dev_priv,
4893 IPS_CTL, IPS_ENABLE, 0,
4894 42))
23d0b130 4895 DRM_ERROR("Timed out waiting for IPS disable\n");
e59150dc 4896 } else {
2a114cc1 4897 I915_WRITE(IPS_CTL, 0);
e59150dc
JB
4898 POSTING_READ(IPS_CTL);
4899 }
d77e4531
PZ
4900
4901 /* We need to wait for a vblank before we can disable the plane. */
0f0f74bc 4902 intel_wait_for_vblank(dev_priv, crtc->pipe);
d77e4531
PZ
4903}
4904
7cac945f 4905static void intel_crtc_dpms_overlay_disable(struct intel_crtc *intel_crtc)
d3eedb1a 4906{
7cac945f 4907 if (intel_crtc->overlay) {
d3eedb1a 4908 struct drm_device *dev = intel_crtc->base.dev;
fac5e23e 4909 struct drm_i915_private *dev_priv = to_i915(dev);
d3eedb1a
VS
4910
4911 mutex_lock(&dev->struct_mutex);
4912 dev_priv->mm.interruptible = false;
4913 (void) intel_overlay_switch_off(intel_crtc->overlay);
4914 dev_priv->mm.interruptible = true;
4915 mutex_unlock(&dev->struct_mutex);
4916 }
4917
4918 /* Let userspace switch the overlay on again. In most cases userspace
4919 * has to recompute where to put it anyway.
4920 */
4921}
4922
87d4300a
ML
4923/**
4924 * intel_post_enable_primary - Perform operations after enabling primary plane
4925 * @crtc: the CRTC whose primary plane was just enabled
4926 *
4927 * Performs potentially sleeping operations that must be done after the primary
4928 * plane is enabled, such as updating FBC and IPS. Note that this may be
4929 * called due to an explicit primary plane update, or due to an implicit
4930 * re-enable that is caused when a sprite plane is updated to no longer
4931 * completely hide the primary plane.
4932 */
4933static void
4934intel_post_enable_primary(struct drm_crtc *crtc)
a5c4d7bc
VS
4935{
4936 struct drm_device *dev = crtc->dev;
fac5e23e 4937 struct drm_i915_private *dev_priv = to_i915(dev);
a5c4d7bc
VS
4938 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
4939 int pipe = intel_crtc->pipe;
a5c4d7bc 4940
87d4300a
ML
4941 /*
4942 * FIXME IPS should be fine as long as one plane is
4943 * enabled, but in practice it seems to have problems
4944 * when going from primary only to sprite only and vice
4945 * versa.
4946 */
a5c4d7bc
VS
4947 hsw_enable_ips(intel_crtc);
4948
f99d7069 4949 /*
87d4300a
ML
4950 * Gen2 reports pipe underruns whenever all planes are disabled.
4951 * So don't enable underrun reporting before at least some planes
4952 * are enabled.
4953 * FIXME: Need to fix the logic to work when we turn off all planes
4954 * but leave the pipe running.
f99d7069 4955 */
5db94019 4956 if (IS_GEN2(dev_priv))
87d4300a
ML
4957 intel_set_cpu_fifo_underrun_reporting(dev_priv, pipe, true);
4958
aca7b684
VS
4959 /* Underruns don't always raise interrupts, so check manually. */
4960 intel_check_cpu_fifo_underruns(dev_priv);
4961 intel_check_pch_fifo_underruns(dev_priv);
a5c4d7bc
VS
4962}
4963
2622a081 4964/* FIXME move all this to pre_plane_update() with proper state tracking */
87d4300a
ML
4965static void
4966intel_pre_disable_primary(struct drm_crtc *crtc)
a5c4d7bc
VS
4967{
4968 struct drm_device *dev = crtc->dev;
fac5e23e 4969 struct drm_i915_private *dev_priv = to_i915(dev);
a5c4d7bc
VS
4970 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
4971 int pipe = intel_crtc->pipe;
a5c4d7bc 4972
87d4300a
ML
4973 /*
4974 * Gen2 reports pipe underruns whenever all planes are disabled.
4975 * So diasble underrun reporting before all the planes get disabled.
4976 * FIXME: Need to fix the logic to work when we turn off all planes
4977 * but leave the pipe running.
4978 */
5db94019 4979 if (IS_GEN2(dev_priv))
87d4300a 4980 intel_set_cpu_fifo_underrun_reporting(dev_priv, pipe, false);
a5c4d7bc 4981
2622a081
VS
4982 /*
4983 * FIXME IPS should be fine as long as one plane is
4984 * enabled, but in practice it seems to have problems
4985 * when going from primary only to sprite only and vice
4986 * versa.
4987 */
4988 hsw_disable_ips(intel_crtc);
4989}
4990
4991/* FIXME get rid of this and use pre_plane_update */
4992static void
4993intel_pre_disable_primary_noatomic(struct drm_crtc *crtc)
4994{
4995 struct drm_device *dev = crtc->dev;
fac5e23e 4996 struct drm_i915_private *dev_priv = to_i915(dev);
2622a081
VS
4997 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
4998 int pipe = intel_crtc->pipe;
4999
5000 intel_pre_disable_primary(crtc);
5001
87d4300a
ML
5002 /*
5003 * Vblank time updates from the shadow to live plane control register
5004 * are blocked if the memory self-refresh mode is active at that
5005 * moment. So to make sure the plane gets truly disabled, disable
5006 * first the self-refresh mode. The self-refresh enable bit in turn
5007 * will be checked/applied by the HW only at the next frame start
5008 * event which is after the vblank start event, so we need to have a
5009 * wait-for-vblank between disabling the plane and the pipe.
5010 */
11a85d6a
VS
5011 if (HAS_GMCH_DISPLAY(dev_priv) &&
5012 intel_set_memory_cxsr(dev_priv, false))
0f0f74bc 5013 intel_wait_for_vblank(dev_priv, pipe);
87d4300a
ML
5014}
5015
5a21b665
DV
5016static void intel_post_plane_update(struct intel_crtc_state *old_crtc_state)
5017{
5018 struct intel_crtc *crtc = to_intel_crtc(old_crtc_state->base.crtc);
5019 struct drm_atomic_state *old_state = old_crtc_state->base.state;
5020 struct intel_crtc_state *pipe_config =
5021 to_intel_crtc_state(crtc->base.state);
5a21b665
DV
5022 struct drm_plane *primary = crtc->base.primary;
5023 struct drm_plane_state *old_pri_state =
5024 drm_atomic_get_existing_plane_state(old_state, primary);
5025
5748b6a1 5026 intel_frontbuffer_flip(to_i915(crtc->base.dev), pipe_config->fb_bits);
5a21b665
DV
5027
5028 crtc->wm.cxsr_allowed = true;
5029
5030 if (pipe_config->update_wm_post && pipe_config->base.active)
432081bc 5031 intel_update_watermarks(crtc);
5a21b665
DV
5032
5033 if (old_pri_state) {
5034 struct intel_plane_state *primary_state =
5035 to_intel_plane_state(primary->state);
5036 struct intel_plane_state *old_primary_state =
5037 to_intel_plane_state(old_pri_state);
5038
5039 intel_fbc_post_update(crtc);
5040
936e71e3 5041 if (primary_state->base.visible &&
5a21b665 5042 (needs_modeset(&pipe_config->base) ||
936e71e3 5043 !old_primary_state->base.visible))
5a21b665
DV
5044 intel_post_enable_primary(&crtc->base);
5045 }
5046}
5047
5c74cd73 5048static void intel_pre_plane_update(struct intel_crtc_state *old_crtc_state)
ac21b225 5049{
5c74cd73 5050 struct intel_crtc *crtc = to_intel_crtc(old_crtc_state->base.crtc);
ac21b225 5051 struct drm_device *dev = crtc->base.dev;
fac5e23e 5052 struct drm_i915_private *dev_priv = to_i915(dev);
ab1d3a0e
ML
5053 struct intel_crtc_state *pipe_config =
5054 to_intel_crtc_state(crtc->base.state);
5c74cd73
ML
5055 struct drm_atomic_state *old_state = old_crtc_state->base.state;
5056 struct drm_plane *primary = crtc->base.primary;
5057 struct drm_plane_state *old_pri_state =
5058 drm_atomic_get_existing_plane_state(old_state, primary);
5059 bool modeset = needs_modeset(&pipe_config->base);
ccf010fb
ML
5060 struct intel_atomic_state *old_intel_state =
5061 to_intel_atomic_state(old_state);
ac21b225 5062
5c74cd73
ML
5063 if (old_pri_state) {
5064 struct intel_plane_state *primary_state =
5065 to_intel_plane_state(primary->state);
5066 struct intel_plane_state *old_primary_state =
5067 to_intel_plane_state(old_pri_state);
5068
faf68d92 5069 intel_fbc_pre_update(crtc, pipe_config, primary_state);
31ae71fc 5070
936e71e3
VS
5071 if (old_primary_state->base.visible &&
5072 (modeset || !primary_state->base.visible))
5c74cd73
ML
5073 intel_pre_disable_primary(&crtc->base);
5074 }
852eb00d 5075
49cff963 5076 if (pipe_config->disable_cxsr && HAS_GMCH_DISPLAY(dev_priv)) {
852eb00d 5077 crtc->wm.cxsr_allowed = false;
2dfd178d 5078
2622a081
VS
5079 /*
5080 * Vblank time updates from the shadow to live plane control register
5081 * are blocked if the memory self-refresh mode is active at that
5082 * moment. So to make sure the plane gets truly disabled, disable
5083 * first the self-refresh mode. The self-refresh enable bit in turn
5084 * will be checked/applied by the HW only at the next frame start
5085 * event which is after the vblank start event, so we need to have a
5086 * wait-for-vblank between disabling the plane and the pipe.
5087 */
11a85d6a
VS
5088 if (old_crtc_state->base.active &&
5089 intel_set_memory_cxsr(dev_priv, false))
0f0f74bc 5090 intel_wait_for_vblank(dev_priv, crtc->pipe);
852eb00d 5091 }
92826fcd 5092
ed4a6a7c
MR
5093 /*
5094 * IVB workaround: must disable low power watermarks for at least
5095 * one frame before enabling scaling. LP watermarks can be re-enabled
5096 * when scaling is disabled.
5097 *
5098 * WaCxSRDisabledForSpriteScaling:ivb
5099 */
ddd2b792 5100 if (pipe_config->disable_lp_wm && ilk_disable_lp_wm(dev))
0f0f74bc 5101 intel_wait_for_vblank(dev_priv, crtc->pipe);
ed4a6a7c
MR
5102
5103 /*
5104 * If we're doing a modeset, we're done. No need to do any pre-vblank
5105 * watermark programming here.
5106 */
5107 if (needs_modeset(&pipe_config->base))
5108 return;
5109
5110 /*
5111 * For platforms that support atomic watermarks, program the
5112 * 'intermediate' watermarks immediately. On pre-gen9 platforms, these
5113 * will be the intermediate values that are safe for both pre- and
5114 * post- vblank; when vblank happens, the 'active' values will be set
5115 * to the final 'target' values and we'll do this again to get the
5116 * optimal watermarks. For gen9+ platforms, the values we program here
5117 * will be the final target values which will get automatically latched
5118 * at vblank time; no further programming will be necessary.
5119 *
5120 * If a platform hasn't been transitioned to atomic watermarks yet,
5121 * we'll continue to update watermarks the old way, if flags tell
5122 * us to.
5123 */
5124 if (dev_priv->display.initial_watermarks != NULL)
ccf010fb
ML
5125 dev_priv->display.initial_watermarks(old_intel_state,
5126 pipe_config);
caed361d 5127 else if (pipe_config->update_wm_pre)
432081bc 5128 intel_update_watermarks(crtc);
ac21b225
ML
5129}
5130
d032ffa0 5131static void intel_crtc_disable_planes(struct drm_crtc *crtc, unsigned plane_mask)
87d4300a
ML
5132{
5133 struct drm_device *dev = crtc->dev;
5134 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
d032ffa0 5135 struct drm_plane *p;
87d4300a
ML
5136 int pipe = intel_crtc->pipe;
5137
7cac945f 5138 intel_crtc_dpms_overlay_disable(intel_crtc);
27321ae8 5139
d032ffa0
ML
5140 drm_for_each_plane_mask(p, dev, plane_mask)
5141 to_intel_plane(p)->disable_plane(p, crtc);
f98551ae 5142
f99d7069
DV
5143 /*
5144 * FIXME: Once we grow proper nuclear flip support out of this we need
5145 * to compute the mask of flip planes precisely. For the time being
5146 * consider this a flip to a NULL plane.
5147 */
5748b6a1 5148 intel_frontbuffer_flip(to_i915(dev), INTEL_FRONTBUFFER_ALL_MASK(pipe));
a5c4d7bc
VS
5149}
5150
fb1c98b1 5151static void intel_encoders_pre_pll_enable(struct drm_crtc *crtc,
fd6bbda9 5152 struct intel_crtc_state *crtc_state,
fb1c98b1
ML
5153 struct drm_atomic_state *old_state)
5154{
5155 struct drm_connector_state *old_conn_state;
5156 struct drm_connector *conn;
5157 int i;
5158
5159 for_each_connector_in_state(old_state, conn, old_conn_state, i) {
5160 struct drm_connector_state *conn_state = conn->state;
5161 struct intel_encoder *encoder =
5162 to_intel_encoder(conn_state->best_encoder);
5163
5164 if (conn_state->crtc != crtc)
5165 continue;
5166
5167 if (encoder->pre_pll_enable)
fd6bbda9 5168 encoder->pre_pll_enable(encoder, crtc_state, conn_state);
fb1c98b1
ML
5169 }
5170}
5171
5172static void intel_encoders_pre_enable(struct drm_crtc *crtc,
fd6bbda9 5173 struct intel_crtc_state *crtc_state,
fb1c98b1
ML
5174 struct drm_atomic_state *old_state)
5175{
5176 struct drm_connector_state *old_conn_state;
5177 struct drm_connector *conn;
5178 int i;
5179
5180 for_each_connector_in_state(old_state, conn, old_conn_state, i) {
5181 struct drm_connector_state *conn_state = conn->state;
5182 struct intel_encoder *encoder =
5183 to_intel_encoder(conn_state->best_encoder);
5184
5185 if (conn_state->crtc != crtc)
5186 continue;
5187
5188 if (encoder->pre_enable)
fd6bbda9 5189 encoder->pre_enable(encoder, crtc_state, conn_state);
fb1c98b1
ML
5190 }
5191}
5192
5193static void intel_encoders_enable(struct drm_crtc *crtc,
fd6bbda9 5194 struct intel_crtc_state *crtc_state,
fb1c98b1
ML
5195 struct drm_atomic_state *old_state)
5196{
5197 struct drm_connector_state *old_conn_state;
5198 struct drm_connector *conn;
5199 int i;
5200
5201 for_each_connector_in_state(old_state, conn, old_conn_state, i) {
5202 struct drm_connector_state *conn_state = conn->state;
5203 struct intel_encoder *encoder =
5204 to_intel_encoder(conn_state->best_encoder);
5205
5206 if (conn_state->crtc != crtc)
5207 continue;
5208
fd6bbda9 5209 encoder->enable(encoder, crtc_state, conn_state);
fb1c98b1
ML
5210 intel_opregion_notify_encoder(encoder, true);
5211 }
5212}
5213
5214static void intel_encoders_disable(struct drm_crtc *crtc,
fd6bbda9 5215 struct intel_crtc_state *old_crtc_state,
fb1c98b1
ML
5216 struct drm_atomic_state *old_state)
5217{
5218 struct drm_connector_state *old_conn_state;
5219 struct drm_connector *conn;
5220 int i;
5221
5222 for_each_connector_in_state(old_state, conn, old_conn_state, i) {
5223 struct intel_encoder *encoder =
5224 to_intel_encoder(old_conn_state->best_encoder);
5225
5226 if (old_conn_state->crtc != crtc)
5227 continue;
5228
5229 intel_opregion_notify_encoder(encoder, false);
fd6bbda9 5230 encoder->disable(encoder, old_crtc_state, old_conn_state);
fb1c98b1
ML
5231 }
5232}
5233
5234static void intel_encoders_post_disable(struct drm_crtc *crtc,
fd6bbda9 5235 struct intel_crtc_state *old_crtc_state,
fb1c98b1
ML
5236 struct drm_atomic_state *old_state)
5237{
5238 struct drm_connector_state *old_conn_state;
5239 struct drm_connector *conn;
5240 int i;
5241
5242 for_each_connector_in_state(old_state, conn, old_conn_state, i) {
5243 struct intel_encoder *encoder =
5244 to_intel_encoder(old_conn_state->best_encoder);
5245
5246 if (old_conn_state->crtc != crtc)
5247 continue;
5248
5249 if (encoder->post_disable)
fd6bbda9 5250 encoder->post_disable(encoder, old_crtc_state, old_conn_state);
fb1c98b1
ML
5251 }
5252}
5253
5254static void intel_encoders_post_pll_disable(struct drm_crtc *crtc,
fd6bbda9 5255 struct intel_crtc_state *old_crtc_state,
fb1c98b1
ML
5256 struct drm_atomic_state *old_state)
5257{
5258 struct drm_connector_state *old_conn_state;
5259 struct drm_connector *conn;
5260 int i;
5261
5262 for_each_connector_in_state(old_state, conn, old_conn_state, i) {
5263 struct intel_encoder *encoder =
5264 to_intel_encoder(old_conn_state->best_encoder);
5265
5266 if (old_conn_state->crtc != crtc)
5267 continue;
5268
5269 if (encoder->post_pll_disable)
fd6bbda9 5270 encoder->post_pll_disable(encoder, old_crtc_state, old_conn_state);
fb1c98b1
ML
5271 }
5272}
5273
4a806558
ML
5274static void ironlake_crtc_enable(struct intel_crtc_state *pipe_config,
5275 struct drm_atomic_state *old_state)
f67a559d 5276{
4a806558 5277 struct drm_crtc *crtc = pipe_config->base.crtc;
f67a559d 5278 struct drm_device *dev = crtc->dev;
fac5e23e 5279 struct drm_i915_private *dev_priv = to_i915(dev);
f67a559d
JB
5280 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
5281 int pipe = intel_crtc->pipe;
ccf010fb
ML
5282 struct intel_atomic_state *old_intel_state =
5283 to_intel_atomic_state(old_state);
f67a559d 5284
53d9f4e9 5285 if (WARN_ON(intel_crtc->active))
f67a559d
JB
5286 return;
5287
b2c0593a
VS
5288 /*
5289 * Sometimes spurious CPU pipe underruns happen during FDI
5290 * training, at least with VGA+HDMI cloning. Suppress them.
5291 *
5292 * On ILK we get an occasional spurious CPU pipe underruns
5293 * between eDP port A enable and vdd enable. Also PCH port
5294 * enable seems to result in the occasional CPU pipe underrun.
5295 *
5296 * Spurious PCH underruns also occur during PCH enabling.
5297 */
5298 if (intel_crtc->config->has_pch_encoder || IS_GEN5(dev_priv))
5299 intel_set_cpu_fifo_underrun_reporting(dev_priv, pipe, false);
81b088ca
VS
5300 if (intel_crtc->config->has_pch_encoder)
5301 intel_set_pch_fifo_underrun_reporting(dev_priv, pipe, false);
5302
6e3c9717 5303 if (intel_crtc->config->has_pch_encoder)
b14b1055
DV
5304 intel_prepare_shared_dpll(intel_crtc);
5305
37a5650b 5306 if (intel_crtc_has_dp_encoder(intel_crtc->config))
fe3cd48d 5307 intel_dp_set_m_n(intel_crtc, M1_N1);
29407aab
DV
5308
5309 intel_set_pipe_timings(intel_crtc);
bc58be60 5310 intel_set_pipe_src_size(intel_crtc);
29407aab 5311
6e3c9717 5312 if (intel_crtc->config->has_pch_encoder) {
29407aab 5313 intel_cpu_transcoder_set_m_n(intel_crtc,
6e3c9717 5314 &intel_crtc->config->fdi_m_n, NULL);
29407aab
DV
5315 }
5316
5317 ironlake_set_pipeconf(crtc);
5318
f67a559d 5319 intel_crtc->active = true;
8664281b 5320
fd6bbda9 5321 intel_encoders_pre_enable(crtc, pipe_config, old_state);
f67a559d 5322
6e3c9717 5323 if (intel_crtc->config->has_pch_encoder) {
fff367c7
DV
5324 /* Note: FDI PLL enabling _must_ be done before we enable the
5325 * cpu pipes, hence this is separate from all the other fdi/pch
5326 * enabling. */
88cefb6c 5327 ironlake_fdi_pll_enable(intel_crtc);
46b6f814
DV
5328 } else {
5329 assert_fdi_tx_disabled(dev_priv, pipe);
5330 assert_fdi_rx_disabled(dev_priv, pipe);
5331 }
f67a559d 5332
b074cec8 5333 ironlake_pfit_enable(intel_crtc);
f67a559d 5334
9c54c0dd
JB
5335 /*
5336 * On ILK+ LUT must be loaded before the pipe is running but with
5337 * clocks enabled
5338 */
b95c5321 5339 intel_color_load_luts(&pipe_config->base);
9c54c0dd 5340
1d5bf5d9 5341 if (dev_priv->display.initial_watermarks != NULL)
ccf010fb 5342 dev_priv->display.initial_watermarks(old_intel_state, intel_crtc->config);
e1fdc473 5343 intel_enable_pipe(intel_crtc);
f67a559d 5344
6e3c9717 5345 if (intel_crtc->config->has_pch_encoder)
f67a559d 5346 ironlake_pch_enable(crtc);
c98e9dcf 5347
f9b61ff6
DV
5348 assert_vblank_disabled(crtc);
5349 drm_crtc_vblank_on(crtc);
5350
fd6bbda9 5351 intel_encoders_enable(crtc, pipe_config, old_state);
61b77ddd 5352
6e266956 5353 if (HAS_PCH_CPT(dev_priv))
a1520318 5354 cpt_verify_modeset(dev, intel_crtc->pipe);
37ca8d4c
VS
5355
5356 /* Must wait for vblank to avoid spurious PCH FIFO underruns */
5357 if (intel_crtc->config->has_pch_encoder)
0f0f74bc 5358 intel_wait_for_vblank(dev_priv, pipe);
b2c0593a 5359 intel_set_cpu_fifo_underrun_reporting(dev_priv, pipe, true);
37ca8d4c 5360 intel_set_pch_fifo_underrun_reporting(dev_priv, pipe, true);
6be4a607
JB
5361}
5362
42db64ef
PZ
5363/* IPS only exists on ULT machines and is tied to pipe A. */
5364static bool hsw_crtc_supports_ips(struct intel_crtc *crtc)
5365{
50a0bc90 5366 return HAS_IPS(to_i915(crtc->base.dev)) && crtc->pipe == PIPE_A;
42db64ef
PZ
5367}
5368
4a806558
ML
5369static void haswell_crtc_enable(struct intel_crtc_state *pipe_config,
5370 struct drm_atomic_state *old_state)
4f771f10 5371{
4a806558 5372 struct drm_crtc *crtc = pipe_config->base.crtc;
6315b5d3 5373 struct drm_i915_private *dev_priv = to_i915(crtc->dev);
4f771f10 5374 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
99d736a2 5375 int pipe = intel_crtc->pipe, hsw_workaround_pipe;
4d1de975 5376 enum transcoder cpu_transcoder = intel_crtc->config->cpu_transcoder;
ccf010fb
ML
5377 struct intel_atomic_state *old_intel_state =
5378 to_intel_atomic_state(old_state);
4f771f10 5379
53d9f4e9 5380 if (WARN_ON(intel_crtc->active))
4f771f10
PZ
5381 return;
5382
81b088ca
VS
5383 if (intel_crtc->config->has_pch_encoder)
5384 intel_set_pch_fifo_underrun_reporting(dev_priv, TRANSCODER_A,
5385 false);
5386
fd6bbda9 5387 intel_encoders_pre_pll_enable(crtc, pipe_config, old_state);
95a7a2ae 5388
8106ddbd 5389 if (intel_crtc->config->shared_dpll)
df8ad70c
DV
5390 intel_enable_shared_dpll(intel_crtc);
5391
37a5650b 5392 if (intel_crtc_has_dp_encoder(intel_crtc->config))
fe3cd48d 5393 intel_dp_set_m_n(intel_crtc, M1_N1);
229fca97 5394
d7edc4e5 5395 if (!transcoder_is_dsi(cpu_transcoder))
4d1de975
JN
5396 intel_set_pipe_timings(intel_crtc);
5397
bc58be60 5398 intel_set_pipe_src_size(intel_crtc);
229fca97 5399
4d1de975
JN
5400 if (cpu_transcoder != TRANSCODER_EDP &&
5401 !transcoder_is_dsi(cpu_transcoder)) {
5402 I915_WRITE(PIPE_MULT(cpu_transcoder),
6e3c9717 5403 intel_crtc->config->pixel_multiplier - 1);
ebb69c95
CT
5404 }
5405
6e3c9717 5406 if (intel_crtc->config->has_pch_encoder) {
229fca97 5407 intel_cpu_transcoder_set_m_n(intel_crtc,
6e3c9717 5408 &intel_crtc->config->fdi_m_n, NULL);
229fca97
DV
5409 }
5410
d7edc4e5 5411 if (!transcoder_is_dsi(cpu_transcoder))
4d1de975
JN
5412 haswell_set_pipeconf(crtc);
5413
391bf048 5414 haswell_set_pipemisc(crtc);
229fca97 5415
b95c5321 5416 intel_color_set_csc(&pipe_config->base);
229fca97 5417
4f771f10 5418 intel_crtc->active = true;
8664281b 5419
6b698516
DV
5420 if (intel_crtc->config->has_pch_encoder)
5421 intel_set_cpu_fifo_underrun_reporting(dev_priv, pipe, false);
5422 else
5423 intel_set_cpu_fifo_underrun_reporting(dev_priv, pipe, true);
5424
fd6bbda9 5425 intel_encoders_pre_enable(crtc, pipe_config, old_state);
4f771f10 5426
d2d65408 5427 if (intel_crtc->config->has_pch_encoder)
4fe9467d 5428 dev_priv->display.fdi_link_train(crtc);
4fe9467d 5429
d7edc4e5 5430 if (!transcoder_is_dsi(cpu_transcoder))
7d4aefd0 5431 intel_ddi_enable_pipe_clock(intel_crtc);
4f771f10 5432
6315b5d3 5433 if (INTEL_GEN(dev_priv) >= 9)
e435d6e5 5434 skylake_pfit_enable(intel_crtc);
ff6d9f55 5435 else
1c132b44 5436 ironlake_pfit_enable(intel_crtc);
4f771f10
PZ
5437
5438 /*
5439 * On ILK+ LUT must be loaded before the pipe is running but with
5440 * clocks enabled
5441 */
b95c5321 5442 intel_color_load_luts(&pipe_config->base);
4f771f10 5443
1f544388 5444 intel_ddi_set_pipe_settings(crtc);
d7edc4e5 5445 if (!transcoder_is_dsi(cpu_transcoder))
7d4aefd0 5446 intel_ddi_enable_transcoder_func(crtc);
4f771f10 5447
1d5bf5d9 5448 if (dev_priv->display.initial_watermarks != NULL)
3125d39f 5449 dev_priv->display.initial_watermarks(old_intel_state, pipe_config);
4d1de975
JN
5450
5451 /* XXX: Do the pipe assertions at the right place for BXT DSI. */
d7edc4e5 5452 if (!transcoder_is_dsi(cpu_transcoder))
4d1de975 5453 intel_enable_pipe(intel_crtc);
42db64ef 5454
6e3c9717 5455 if (intel_crtc->config->has_pch_encoder)
1507e5bd 5456 lpt_pch_enable(crtc);
4f771f10 5457
0037071d 5458 if (intel_crtc_has_type(intel_crtc->config, INTEL_OUTPUT_DP_MST))
0e32b39c
DA
5459 intel_ddi_set_vc_payload_alloc(crtc, true);
5460
f9b61ff6
DV
5461 assert_vblank_disabled(crtc);
5462 drm_crtc_vblank_on(crtc);
5463
fd6bbda9 5464 intel_encoders_enable(crtc, pipe_config, old_state);
4f771f10 5465
6b698516 5466 if (intel_crtc->config->has_pch_encoder) {
0f0f74bc
VS
5467 intel_wait_for_vblank(dev_priv, pipe);
5468 intel_wait_for_vblank(dev_priv, pipe);
6b698516 5469 intel_set_cpu_fifo_underrun_reporting(dev_priv, pipe, true);
d2d65408
VS
5470 intel_set_pch_fifo_underrun_reporting(dev_priv, TRANSCODER_A,
5471 true);
6b698516 5472 }
d2d65408 5473
e4916946
PZ
5474 /* If we change the relative order between pipe/planes enabling, we need
5475 * to change the workaround. */
99d736a2 5476 hsw_workaround_pipe = pipe_config->hsw_workaround_pipe;
772c2a51 5477 if (IS_HASWELL(dev_priv) && hsw_workaround_pipe != INVALID_PIPE) {
0f0f74bc
VS
5478 intel_wait_for_vblank(dev_priv, hsw_workaround_pipe);
5479 intel_wait_for_vblank(dev_priv, hsw_workaround_pipe);
99d736a2 5480 }
4f771f10
PZ
5481}
5482
bfd16b2a 5483static void ironlake_pfit_disable(struct intel_crtc *crtc, bool force)
3f8dce3a
DV
5484{
5485 struct drm_device *dev = crtc->base.dev;
fac5e23e 5486 struct drm_i915_private *dev_priv = to_i915(dev);
3f8dce3a
DV
5487 int pipe = crtc->pipe;
5488
5489 /* To avoid upsetting the power well on haswell only disable the pfit if
5490 * it's in use. The hw state code will make sure we get this right. */
bfd16b2a 5491 if (force || crtc->config->pch_pfit.enabled) {
3f8dce3a
DV
5492 I915_WRITE(PF_CTL(pipe), 0);
5493 I915_WRITE(PF_WIN_POS(pipe), 0);
5494 I915_WRITE(PF_WIN_SZ(pipe), 0);
5495 }
5496}
5497
4a806558
ML
5498static void ironlake_crtc_disable(struct intel_crtc_state *old_crtc_state,
5499 struct drm_atomic_state *old_state)
6be4a607 5500{
4a806558 5501 struct drm_crtc *crtc = old_crtc_state->base.crtc;
6be4a607 5502 struct drm_device *dev = crtc->dev;
fac5e23e 5503 struct drm_i915_private *dev_priv = to_i915(dev);
6be4a607
JB
5504 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
5505 int pipe = intel_crtc->pipe;
b52eb4dc 5506
b2c0593a
VS
5507 /*
5508 * Sometimes spurious CPU pipe underruns happen when the
5509 * pipe is already disabled, but FDI RX/TX is still enabled.
5510 * Happens at least with VGA+HDMI cloning. Suppress them.
5511 */
5512 if (intel_crtc->config->has_pch_encoder) {
5513 intel_set_cpu_fifo_underrun_reporting(dev_priv, pipe, false);
37ca8d4c 5514 intel_set_pch_fifo_underrun_reporting(dev_priv, pipe, false);
b2c0593a 5515 }
37ca8d4c 5516
fd6bbda9 5517 intel_encoders_disable(crtc, old_crtc_state, old_state);
ea9d758d 5518
f9b61ff6
DV
5519 drm_crtc_vblank_off(crtc);
5520 assert_vblank_disabled(crtc);
5521
575f7ab7 5522 intel_disable_pipe(intel_crtc);
32f9d658 5523
bfd16b2a 5524 ironlake_pfit_disable(intel_crtc, false);
2c07245f 5525
b2c0593a 5526 if (intel_crtc->config->has_pch_encoder)
5a74f70a
VS
5527 ironlake_fdi_disable(crtc);
5528
fd6bbda9 5529 intel_encoders_post_disable(crtc, old_crtc_state, old_state);
2c07245f 5530
6e3c9717 5531 if (intel_crtc->config->has_pch_encoder) {
d925c59a 5532 ironlake_disable_pch_transcoder(dev_priv, pipe);
6be4a607 5533
6e266956 5534 if (HAS_PCH_CPT(dev_priv)) {
f0f59a00
VS
5535 i915_reg_t reg;
5536 u32 temp;
5537
d925c59a
DV
5538 /* disable TRANS_DP_CTL */
5539 reg = TRANS_DP_CTL(pipe);
5540 temp = I915_READ(reg);
5541 temp &= ~(TRANS_DP_OUTPUT_ENABLE |
5542 TRANS_DP_PORT_SEL_MASK);
5543 temp |= TRANS_DP_PORT_SEL_NONE;
5544 I915_WRITE(reg, temp);
5545
5546 /* disable DPLL_SEL */
5547 temp = I915_READ(PCH_DPLL_SEL);
11887397 5548 temp &= ~(TRANS_DPLL_ENABLE(pipe) | TRANS_DPLLB_SEL(pipe));
d925c59a 5549 I915_WRITE(PCH_DPLL_SEL, temp);
9db4a9c7 5550 }
e3421a18 5551
d925c59a
DV
5552 ironlake_fdi_pll_disable(intel_crtc);
5553 }
81b088ca 5554
b2c0593a 5555 intel_set_cpu_fifo_underrun_reporting(dev_priv, pipe, true);
81b088ca 5556 intel_set_pch_fifo_underrun_reporting(dev_priv, pipe, true);
6be4a607 5557}
1b3c7a47 5558
4a806558
ML
5559static void haswell_crtc_disable(struct intel_crtc_state *old_crtc_state,
5560 struct drm_atomic_state *old_state)
ee7b9f93 5561{
4a806558 5562 struct drm_crtc *crtc = old_crtc_state->base.crtc;
6315b5d3 5563 struct drm_i915_private *dev_priv = to_i915(crtc->dev);
ee7b9f93 5564 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
6e3c9717 5565 enum transcoder cpu_transcoder = intel_crtc->config->cpu_transcoder;
ee7b9f93 5566
d2d65408
VS
5567 if (intel_crtc->config->has_pch_encoder)
5568 intel_set_pch_fifo_underrun_reporting(dev_priv, TRANSCODER_A,
5569 false);
5570
fd6bbda9 5571 intel_encoders_disable(crtc, old_crtc_state, old_state);
4f771f10 5572
f9b61ff6
DV
5573 drm_crtc_vblank_off(crtc);
5574 assert_vblank_disabled(crtc);
5575
4d1de975 5576 /* XXX: Do the pipe assertions at the right place for BXT DSI. */
d7edc4e5 5577 if (!transcoder_is_dsi(cpu_transcoder))
4d1de975 5578 intel_disable_pipe(intel_crtc);
4f771f10 5579
0037071d 5580 if (intel_crtc_has_type(intel_crtc->config, INTEL_OUTPUT_DP_MST))
a4bf214f
VS
5581 intel_ddi_set_vc_payload_alloc(crtc, false);
5582
d7edc4e5 5583 if (!transcoder_is_dsi(cpu_transcoder))
7d4aefd0 5584 intel_ddi_disable_transcoder_func(dev_priv, cpu_transcoder);
4f771f10 5585
6315b5d3 5586 if (INTEL_GEN(dev_priv) >= 9)
e435d6e5 5587 skylake_scaler_disable(intel_crtc);
ff6d9f55 5588 else
bfd16b2a 5589 ironlake_pfit_disable(intel_crtc, false);
4f771f10 5590
d7edc4e5 5591 if (!transcoder_is_dsi(cpu_transcoder))
7d4aefd0 5592 intel_ddi_disable_pipe_clock(intel_crtc);
4f771f10 5593
fd6bbda9 5594 intel_encoders_post_disable(crtc, old_crtc_state, old_state);
81b088ca 5595
b7076546 5596 if (old_crtc_state->has_pch_encoder)
81b088ca
VS
5597 intel_set_pch_fifo_underrun_reporting(dev_priv, TRANSCODER_A,
5598 true);
4f771f10
PZ
5599}
5600
2dd24552
JB
5601static void i9xx_pfit_enable(struct intel_crtc *crtc)
5602{
5603 struct drm_device *dev = crtc->base.dev;
fac5e23e 5604 struct drm_i915_private *dev_priv = to_i915(dev);
6e3c9717 5605 struct intel_crtc_state *pipe_config = crtc->config;
2dd24552 5606
681a8504 5607 if (!pipe_config->gmch_pfit.control)
2dd24552
JB
5608 return;
5609
2dd24552 5610 /*
c0b03411
DV
5611 * The panel fitter should only be adjusted whilst the pipe is disabled,
5612 * according to register description and PRM.
2dd24552 5613 */
c0b03411
DV
5614 WARN_ON(I915_READ(PFIT_CONTROL) & PFIT_ENABLE);
5615 assert_pipe_disabled(dev_priv, crtc->pipe);
2dd24552 5616
b074cec8
JB
5617 I915_WRITE(PFIT_PGM_RATIOS, pipe_config->gmch_pfit.pgm_ratios);
5618 I915_WRITE(PFIT_CONTROL, pipe_config->gmch_pfit.control);
5a80c45c
DV
5619
5620 /* Border color in case we don't scale up to the full screen. Black by
5621 * default, change to something else for debugging. */
5622 I915_WRITE(BCLRPAT(crtc->pipe), 0);
2dd24552
JB
5623}
5624
d05410f9
DA
5625static enum intel_display_power_domain port_to_power_domain(enum port port)
5626{
5627 switch (port) {
5628 case PORT_A:
6331a704 5629 return POWER_DOMAIN_PORT_DDI_A_LANES;
d05410f9 5630 case PORT_B:
6331a704 5631 return POWER_DOMAIN_PORT_DDI_B_LANES;
d05410f9 5632 case PORT_C:
6331a704 5633 return POWER_DOMAIN_PORT_DDI_C_LANES;
d05410f9 5634 case PORT_D:
6331a704 5635 return POWER_DOMAIN_PORT_DDI_D_LANES;
d8e19f99 5636 case PORT_E:
6331a704 5637 return POWER_DOMAIN_PORT_DDI_E_LANES;
d05410f9 5638 default:
b9fec167 5639 MISSING_CASE(port);
d05410f9
DA
5640 return POWER_DOMAIN_PORT_OTHER;
5641 }
5642}
5643
25f78f58
VS
5644static enum intel_display_power_domain port_to_aux_power_domain(enum port port)
5645{
5646 switch (port) {
5647 case PORT_A:
5648 return POWER_DOMAIN_AUX_A;
5649 case PORT_B:
5650 return POWER_DOMAIN_AUX_B;
5651 case PORT_C:
5652 return POWER_DOMAIN_AUX_C;
5653 case PORT_D:
5654 return POWER_DOMAIN_AUX_D;
5655 case PORT_E:
5656 /* FIXME: Check VBT for actual wiring of PORT E */
5657 return POWER_DOMAIN_AUX_D;
5658 default:
b9fec167 5659 MISSING_CASE(port);
25f78f58
VS
5660 return POWER_DOMAIN_AUX_A;
5661 }
5662}
5663
319be8ae
ID
5664enum intel_display_power_domain
5665intel_display_port_power_domain(struct intel_encoder *intel_encoder)
5666{
4f8036a2 5667 struct drm_i915_private *dev_priv = to_i915(intel_encoder->base.dev);
319be8ae
ID
5668 struct intel_digital_port *intel_dig_port;
5669
5670 switch (intel_encoder->type) {
5671 case INTEL_OUTPUT_UNKNOWN:
5672 /* Only DDI platforms should ever use this output type */
4f8036a2 5673 WARN_ON_ONCE(!HAS_DDI(dev_priv));
cca0502b 5674 case INTEL_OUTPUT_DP:
319be8ae
ID
5675 case INTEL_OUTPUT_HDMI:
5676 case INTEL_OUTPUT_EDP:
5677 intel_dig_port = enc_to_dig_port(&intel_encoder->base);
d05410f9 5678 return port_to_power_domain(intel_dig_port->port);
0e32b39c
DA
5679 case INTEL_OUTPUT_DP_MST:
5680 intel_dig_port = enc_to_mst(&intel_encoder->base)->primary;
5681 return port_to_power_domain(intel_dig_port->port);
319be8ae
ID
5682 case INTEL_OUTPUT_ANALOG:
5683 return POWER_DOMAIN_PORT_CRT;
5684 case INTEL_OUTPUT_DSI:
5685 return POWER_DOMAIN_PORT_DSI;
5686 default:
5687 return POWER_DOMAIN_PORT_OTHER;
5688 }
5689}
5690
25f78f58
VS
5691enum intel_display_power_domain
5692intel_display_port_aux_power_domain(struct intel_encoder *intel_encoder)
5693{
4f8036a2 5694 struct drm_i915_private *dev_priv = to_i915(intel_encoder->base.dev);
25f78f58
VS
5695 struct intel_digital_port *intel_dig_port;
5696
5697 switch (intel_encoder->type) {
5698 case INTEL_OUTPUT_UNKNOWN:
651174a4
ID
5699 case INTEL_OUTPUT_HDMI:
5700 /*
5701 * Only DDI platforms should ever use these output types.
5702 * We can get here after the HDMI detect code has already set
5703 * the type of the shared encoder. Since we can't be sure
5704 * what's the status of the given connectors, play safe and
5705 * run the DP detection too.
5706 */
4f8036a2 5707 WARN_ON_ONCE(!HAS_DDI(dev_priv));
cca0502b 5708 case INTEL_OUTPUT_DP:
25f78f58
VS
5709 case INTEL_OUTPUT_EDP:
5710 intel_dig_port = enc_to_dig_port(&intel_encoder->base);
5711 return port_to_aux_power_domain(intel_dig_port->port);
5712 case INTEL_OUTPUT_DP_MST:
5713 intel_dig_port = enc_to_mst(&intel_encoder->base)->primary;
5714 return port_to_aux_power_domain(intel_dig_port->port);
5715 default:
b9fec167 5716 MISSING_CASE(intel_encoder->type);
25f78f58
VS
5717 return POWER_DOMAIN_AUX_A;
5718 }
5719}
5720
74bff5f9
ML
5721static unsigned long get_crtc_power_domains(struct drm_crtc *crtc,
5722 struct intel_crtc_state *crtc_state)
77d22dca 5723{
319be8ae 5724 struct drm_device *dev = crtc->dev;
74bff5f9 5725 struct drm_encoder *encoder;
319be8ae
ID
5726 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
5727 enum pipe pipe = intel_crtc->pipe;
77d22dca 5728 unsigned long mask;
74bff5f9 5729 enum transcoder transcoder = crtc_state->cpu_transcoder;
77d22dca 5730
74bff5f9 5731 if (!crtc_state->base.active)
292b990e
ML
5732 return 0;
5733
77d22dca
ID
5734 mask = BIT(POWER_DOMAIN_PIPE(pipe));
5735 mask |= BIT(POWER_DOMAIN_TRANSCODER(transcoder));
74bff5f9
ML
5736 if (crtc_state->pch_pfit.enabled ||
5737 crtc_state->pch_pfit.force_thru)
77d22dca
ID
5738 mask |= BIT(POWER_DOMAIN_PIPE_PANEL_FITTER(pipe));
5739
74bff5f9
ML
5740 drm_for_each_encoder_mask(encoder, dev, crtc_state->base.encoder_mask) {
5741 struct intel_encoder *intel_encoder = to_intel_encoder(encoder);
5742
319be8ae 5743 mask |= BIT(intel_display_port_power_domain(intel_encoder));
74bff5f9 5744 }
319be8ae 5745
15e7ec29
ML
5746 if (crtc_state->shared_dpll)
5747 mask |= BIT(POWER_DOMAIN_PLLS);
5748
77d22dca
ID
5749 return mask;
5750}
5751
74bff5f9
ML
5752static unsigned long
5753modeset_get_crtc_power_domains(struct drm_crtc *crtc,
5754 struct intel_crtc_state *crtc_state)
77d22dca 5755{
fac5e23e 5756 struct drm_i915_private *dev_priv = to_i915(crtc->dev);
292b990e
ML
5757 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
5758 enum intel_display_power_domain domain;
5a21b665 5759 unsigned long domains, new_domains, old_domains;
77d22dca 5760
292b990e 5761 old_domains = intel_crtc->enabled_power_domains;
74bff5f9
ML
5762 intel_crtc->enabled_power_domains = new_domains =
5763 get_crtc_power_domains(crtc, crtc_state);
77d22dca 5764
5a21b665 5765 domains = new_domains & ~old_domains;
292b990e
ML
5766
5767 for_each_power_domain(domain, domains)
5768 intel_display_power_get(dev_priv, domain);
5769
5a21b665 5770 return old_domains & ~new_domains;
292b990e
ML
5771}
5772
5773static void modeset_put_power_domains(struct drm_i915_private *dev_priv,
5774 unsigned long domains)
5775{
5776 enum intel_display_power_domain domain;
5777
5778 for_each_power_domain(domain, domains)
5779 intel_display_power_put(dev_priv, domain);
5780}
77d22dca 5781
adafdc6f
MK
5782static int intel_compute_max_dotclk(struct drm_i915_private *dev_priv)
5783{
5784 int max_cdclk_freq = dev_priv->max_cdclk_freq;
5785
09d09386
ACO
5786 if (IS_GEMINILAKE(dev_priv))
5787 return 2 * max_cdclk_freq;
5788 else if (INTEL_INFO(dev_priv)->gen >= 9 ||
5789 IS_HASWELL(dev_priv) || IS_BROADWELL(dev_priv))
adafdc6f
MK
5790 return max_cdclk_freq;
5791 else if (IS_CHERRYVIEW(dev_priv))
5792 return max_cdclk_freq*95/100;
5793 else if (INTEL_INFO(dev_priv)->gen < 4)
5794 return 2*max_cdclk_freq*90/100;
5795 else
5796 return max_cdclk_freq*90/100;
5797}
5798
b2045352
VS
5799static int skl_calc_cdclk(int max_pixclk, int vco);
5800
4c75b940 5801static void intel_update_max_cdclk(struct drm_i915_private *dev_priv)
560a7ae4 5802{
0853723b 5803 if (IS_SKYLAKE(dev_priv) || IS_KABYLAKE(dev_priv)) {
560a7ae4 5804 u32 limit = I915_READ(SKL_DFSM) & SKL_DFSM_CDCLK_LIMIT_MASK;
b2045352
VS
5805 int max_cdclk, vco;
5806
5807 vco = dev_priv->skl_preferred_vco_freq;
63911d72 5808 WARN_ON(vco != 8100000 && vco != 8640000);
560a7ae4 5809
b2045352
VS
5810 /*
5811 * Use the lower (vco 8640) cdclk values as a
5812 * first guess. skl_calc_cdclk() will correct it
5813 * if the preferred vco is 8100 instead.
5814 */
560a7ae4 5815 if (limit == SKL_DFSM_CDCLK_LIMIT_675)
487ed2e4 5816 max_cdclk = 617143;
560a7ae4 5817 else if (limit == SKL_DFSM_CDCLK_LIMIT_540)
b2045352 5818 max_cdclk = 540000;
560a7ae4 5819 else if (limit == SKL_DFSM_CDCLK_LIMIT_450)
b2045352 5820 max_cdclk = 432000;
560a7ae4 5821 else
487ed2e4 5822 max_cdclk = 308571;
b2045352
VS
5823
5824 dev_priv->max_cdclk_freq = skl_calc_cdclk(max_cdclk, vco);
89b3c3c7
ACO
5825 } else if (IS_GEMINILAKE(dev_priv)) {
5826 dev_priv->max_cdclk_freq = 316800;
e2d214ae 5827 } else if (IS_BROXTON(dev_priv)) {
281c114f 5828 dev_priv->max_cdclk_freq = 624000;
8652744b 5829 } else if (IS_BROADWELL(dev_priv)) {
560a7ae4
DL
5830 /*
5831 * FIXME with extra cooling we can allow
5832 * 540 MHz for ULX and 675 Mhz for ULT.
5833 * How can we know if extra cooling is
5834 * available? PCI ID, VTB, something else?
5835 */
5836 if (I915_READ(FUSE_STRAP) & HSW_CDCLK_LIMIT)
5837 dev_priv->max_cdclk_freq = 450000;
50a0bc90 5838 else if (IS_BDW_ULX(dev_priv))
560a7ae4 5839 dev_priv->max_cdclk_freq = 450000;
50a0bc90 5840 else if (IS_BDW_ULT(dev_priv))
560a7ae4
DL
5841 dev_priv->max_cdclk_freq = 540000;
5842 else
5843 dev_priv->max_cdclk_freq = 675000;
920a14b2 5844 } else if (IS_CHERRYVIEW(dev_priv)) {
0904deaf 5845 dev_priv->max_cdclk_freq = 320000;
11a914c2 5846 } else if (IS_VALLEYVIEW(dev_priv)) {
560a7ae4
DL
5847 dev_priv->max_cdclk_freq = 400000;
5848 } else {
5849 /* otherwise assume cdclk is fixed */
5850 dev_priv->max_cdclk_freq = dev_priv->cdclk_freq;
5851 }
5852
adafdc6f
MK
5853 dev_priv->max_dotclk_freq = intel_compute_max_dotclk(dev_priv);
5854
560a7ae4
DL
5855 DRM_DEBUG_DRIVER("Max CD clock rate: %d kHz\n",
5856 dev_priv->max_cdclk_freq);
adafdc6f
MK
5857
5858 DRM_DEBUG_DRIVER("Max dotclock rate: %d kHz\n",
5859 dev_priv->max_dotclk_freq);
560a7ae4
DL
5860}
5861
4c75b940 5862static void intel_update_cdclk(struct drm_i915_private *dev_priv)
560a7ae4 5863{
1353c4fb 5864 dev_priv->cdclk_freq = dev_priv->display.get_display_clock_speed(dev_priv);
2f2a121a 5865
83d7c81f 5866 if (INTEL_GEN(dev_priv) >= 9)
709e05c3
VS
5867 DRM_DEBUG_DRIVER("Current CD clock rate: %d kHz, VCO: %d kHz, ref: %d kHz\n",
5868 dev_priv->cdclk_freq, dev_priv->cdclk_pll.vco,
5869 dev_priv->cdclk_pll.ref);
2f2a121a
VS
5870 else
5871 DRM_DEBUG_DRIVER("Current CD clock rate: %d kHz\n",
5872 dev_priv->cdclk_freq);
560a7ae4
DL
5873
5874 /*
b5d99ff9
VS
5875 * 9:0 CMBUS [sic] CDCLK frequency (cdfreq):
5876 * Programmng [sic] note: bit[9:2] should be programmed to the number
5877 * of cdclk that generates 4MHz reference clock freq which is used to
5878 * generate GMBus clock. This will vary with the cdclk freq.
560a7ae4 5879 */
b5d99ff9 5880 if (IS_VALLEYVIEW(dev_priv) || IS_CHERRYVIEW(dev_priv))
560a7ae4 5881 I915_WRITE(GMBUSFREQ_VLV, DIV_ROUND_UP(dev_priv->cdclk_freq, 1000));
560a7ae4
DL
5882}
5883
92891e45
VS
5884/* convert from kHz to .1 fixpoint MHz with -1MHz offset */
5885static int skl_cdclk_decimal(int cdclk)
5886{
5887 return DIV_ROUND_CLOSEST(cdclk - 1000, 500);
5888}
5889
5f199dfa
VS
5890static int bxt_de_pll_vco(struct drm_i915_private *dev_priv, int cdclk)
5891{
5892 int ratio;
5893
5894 if (cdclk == dev_priv->cdclk_pll.ref)
5895 return 0;
5896
5897 switch (cdclk) {
5898 default:
5899 MISSING_CASE(cdclk);
5900 case 144000:
5901 case 288000:
5902 case 384000:
5903 case 576000:
5904 ratio = 60;
5905 break;
5906 case 624000:
5907 ratio = 65;
5908 break;
5909 }
5910
5911 return dev_priv->cdclk_pll.ref * ratio;
5912}
5913
89b3c3c7
ACO
5914static int glk_de_pll_vco(struct drm_i915_private *dev_priv, int cdclk)
5915{
5916 int ratio;
5917
5918 if (cdclk == dev_priv->cdclk_pll.ref)
5919 return 0;
5920
5921 switch (cdclk) {
5922 default:
5923 MISSING_CASE(cdclk);
5924 case 79200:
5925 case 158400:
5926 case 316800:
5927 ratio = 33;
5928 break;
5929 }
5930
5931 return dev_priv->cdclk_pll.ref * ratio;
5932}
5933
2b73001e
VS
5934static void bxt_de_pll_disable(struct drm_i915_private *dev_priv)
5935{
5936 I915_WRITE(BXT_DE_PLL_ENABLE, 0);
5937
5938 /* Timeout 200us */
95cac283
CW
5939 if (intel_wait_for_register(dev_priv,
5940 BXT_DE_PLL_ENABLE, BXT_DE_PLL_LOCK, 0,
5941 1))
2b73001e 5942 DRM_ERROR("timeout waiting for DE PLL unlock\n");
83d7c81f
VS
5943
5944 dev_priv->cdclk_pll.vco = 0;
2b73001e
VS
5945}
5946
5f199dfa 5947static void bxt_de_pll_enable(struct drm_i915_private *dev_priv, int vco)
2b73001e 5948{
5f199dfa 5949 int ratio = DIV_ROUND_CLOSEST(vco, dev_priv->cdclk_pll.ref);
2b73001e
VS
5950 u32 val;
5951
5952 val = I915_READ(BXT_DE_PLL_CTL);
5953 val &= ~BXT_DE_PLL_RATIO_MASK;
5f199dfa 5954 val |= BXT_DE_PLL_RATIO(ratio);
2b73001e
VS
5955 I915_WRITE(BXT_DE_PLL_CTL, val);
5956
5957 I915_WRITE(BXT_DE_PLL_ENABLE, BXT_DE_PLL_PLL_ENABLE);
5958
5959 /* Timeout 200us */
e084e1b9
CW
5960 if (intel_wait_for_register(dev_priv,
5961 BXT_DE_PLL_ENABLE,
5962 BXT_DE_PLL_LOCK,
5963 BXT_DE_PLL_LOCK,
5964 1))
2b73001e 5965 DRM_ERROR("timeout waiting for DE PLL lock\n");
83d7c81f 5966
5f199dfa 5967 dev_priv->cdclk_pll.vco = vco;
2b73001e
VS
5968}
5969
324513c0 5970static void bxt_set_cdclk(struct drm_i915_private *dev_priv, int cdclk)
f8437dd1 5971{
5f199dfa
VS
5972 u32 val, divider;
5973 int vco, ret;
f8437dd1 5974
89b3c3c7
ACO
5975 if (IS_GEMINILAKE(dev_priv))
5976 vco = glk_de_pll_vco(dev_priv, cdclk);
5977 else
5978 vco = bxt_de_pll_vco(dev_priv, cdclk);
5f199dfa
VS
5979
5980 DRM_DEBUG_DRIVER("Changing CDCLK to %d kHz (VCO %d kHz)\n", cdclk, vco);
5981
5982 /* cdclk = vco / 2 / div{1,1.5,2,4} */
5983 switch (DIV_ROUND_CLOSEST(vco, cdclk)) {
5984 case 8:
f8437dd1 5985 divider = BXT_CDCLK_CD2X_DIV_SEL_4;
f8437dd1 5986 break;
5f199dfa 5987 case 4:
f8437dd1 5988 divider = BXT_CDCLK_CD2X_DIV_SEL_2;
f8437dd1 5989 break;
5f199dfa 5990 case 3:
89b3c3c7 5991 WARN(IS_GEMINILAKE(dev_priv), "Unsupported divider\n");
f8437dd1 5992 divider = BXT_CDCLK_CD2X_DIV_SEL_1_5;
f8437dd1 5993 break;
5f199dfa 5994 case 2:
f8437dd1 5995 divider = BXT_CDCLK_CD2X_DIV_SEL_1;
f8437dd1
VK
5996 break;
5997 default:
5f199dfa
VS
5998 WARN_ON(cdclk != dev_priv->cdclk_pll.ref);
5999 WARN_ON(vco != 0);
f8437dd1 6000
5f199dfa
VS
6001 divider = BXT_CDCLK_CD2X_DIV_SEL_1;
6002 break;
f8437dd1
VK
6003 }
6004
f8437dd1 6005 /* Inform power controller of upcoming frequency change */
5f199dfa 6006 mutex_lock(&dev_priv->rps.hw_lock);
f8437dd1
VK
6007 ret = sandybridge_pcode_write(dev_priv, HSW_PCODE_DE_WRITE_FREQ_REQ,
6008 0x80000000);
6009 mutex_unlock(&dev_priv->rps.hw_lock);
6010
6011 if (ret) {
6012 DRM_ERROR("PCode CDCLK freq change notify failed (err %d, freq %d)\n",
9ef56154 6013 ret, cdclk);
f8437dd1
VK
6014 return;
6015 }
6016
5f199dfa
VS
6017 if (dev_priv->cdclk_pll.vco != 0 &&
6018 dev_priv->cdclk_pll.vco != vco)
2b73001e 6019 bxt_de_pll_disable(dev_priv);
f8437dd1 6020
5f199dfa
VS
6021 if (dev_priv->cdclk_pll.vco != vco)
6022 bxt_de_pll_enable(dev_priv, vco);
f8437dd1 6023
5f199dfa
VS
6024 val = divider | skl_cdclk_decimal(cdclk);
6025 /*
6026 * FIXME if only the cd2x divider needs changing, it could be done
6027 * without shutting off the pipe (if only one pipe is active).
6028 */
6029 val |= BXT_CDCLK_CD2X_PIPE_NONE;
6030 /*
6031 * Disable SSA Precharge when CD clock frequency < 500 MHz,
6032 * enable otherwise.
6033 */
6034 if (cdclk >= 500000)
6035 val |= BXT_CDCLK_SSA_PRECHARGE_ENABLE;
6036 I915_WRITE(CDCLK_CTL, val);
f8437dd1
VK
6037
6038 mutex_lock(&dev_priv->rps.hw_lock);
6039 ret = sandybridge_pcode_write(dev_priv, HSW_PCODE_DE_WRITE_FREQ_REQ,
9ef56154 6040 DIV_ROUND_UP(cdclk, 25000));
f8437dd1
VK
6041 mutex_unlock(&dev_priv->rps.hw_lock);
6042
6043 if (ret) {
6044 DRM_ERROR("PCode CDCLK freq set failed, (err %d, freq %d)\n",
9ef56154 6045 ret, cdclk);
f8437dd1
VK
6046 return;
6047 }
6048
4c75b940 6049 intel_update_cdclk(dev_priv);
f8437dd1
VK
6050}
6051
d66a2194 6052static void bxt_sanitize_cdclk(struct drm_i915_private *dev_priv)
f8437dd1 6053{
d66a2194
ID
6054 u32 cdctl, expected;
6055
4c75b940 6056 intel_update_cdclk(dev_priv);
f8437dd1 6057
d66a2194
ID
6058 if (dev_priv->cdclk_pll.vco == 0 ||
6059 dev_priv->cdclk_freq == dev_priv->cdclk_pll.ref)
6060 goto sanitize;
6061
6062 /* DPLL okay; verify the cdclock
6063 *
6064 * Some BIOS versions leave an incorrect decimal frequency value and
6065 * set reserved MBZ bits in CDCLK_CTL at least during exiting from S4,
6066 * so sanitize this register.
6067 */
6068 cdctl = I915_READ(CDCLK_CTL);
6069 /*
6070 * Let's ignore the pipe field, since BIOS could have configured the
6071 * dividers both synching to an active pipe, or asynchronously
6072 * (PIPE_NONE).
6073 */
6074 cdctl &= ~BXT_CDCLK_CD2X_PIPE_NONE;
6075
6076 expected = (cdctl & BXT_CDCLK_CD2X_DIV_SEL_MASK) |
6077 skl_cdclk_decimal(dev_priv->cdclk_freq);
6078 /*
6079 * Disable SSA Precharge when CD clock frequency < 500 MHz,
6080 * enable otherwise.
6081 */
6082 if (dev_priv->cdclk_freq >= 500000)
6083 expected |= BXT_CDCLK_SSA_PRECHARGE_ENABLE;
6084
6085 if (cdctl == expected)
6086 /* All well; nothing to sanitize */
6087 return;
6088
6089sanitize:
6090 DRM_DEBUG_KMS("Sanitizing cdclk programmed by pre-os\n");
6091
6092 /* force cdclk programming */
6093 dev_priv->cdclk_freq = 0;
6094
6095 /* force full PLL disable + enable */
6096 dev_priv->cdclk_pll.vco = -1;
6097}
6098
324513c0 6099void bxt_init_cdclk(struct drm_i915_private *dev_priv)
d66a2194 6100{
89b3c3c7
ACO
6101 int cdclk;
6102
d66a2194
ID
6103 bxt_sanitize_cdclk(dev_priv);
6104
6105 if (dev_priv->cdclk_freq != 0 && dev_priv->cdclk_pll.vco != 0)
089c6fd5 6106 return;
c2e001ef 6107
f8437dd1
VK
6108 /*
6109 * FIXME:
6110 * - The initial CDCLK needs to be read from VBT.
6111 * Need to make this change after VBT has changes for BXT.
f8437dd1 6112 */
89b3c3c7
ACO
6113 if (IS_GEMINILAKE(dev_priv))
6114 cdclk = glk_calc_cdclk(0);
6115 else
6116 cdclk = bxt_calc_cdclk(0);
6117
6118 bxt_set_cdclk(dev_priv, cdclk);
f8437dd1
VK
6119}
6120
324513c0 6121void bxt_uninit_cdclk(struct drm_i915_private *dev_priv)
f8437dd1 6122{
324513c0 6123 bxt_set_cdclk(dev_priv, dev_priv->cdclk_pll.ref);
f8437dd1
VK
6124}
6125
a8ca4934
VS
6126static int skl_calc_cdclk(int max_pixclk, int vco)
6127{
63911d72 6128 if (vco == 8640000) {
a8ca4934 6129 if (max_pixclk > 540000)
487ed2e4 6130 return 617143;
a8ca4934
VS
6131 else if (max_pixclk > 432000)
6132 return 540000;
487ed2e4 6133 else if (max_pixclk > 308571)
a8ca4934
VS
6134 return 432000;
6135 else
487ed2e4 6136 return 308571;
a8ca4934 6137 } else {
a8ca4934
VS
6138 if (max_pixclk > 540000)
6139 return 675000;
6140 else if (max_pixclk > 450000)
6141 return 540000;
6142 else if (max_pixclk > 337500)
6143 return 450000;
6144 else
6145 return 337500;
6146 }
6147}
6148
ea61791e
VS
6149static void
6150skl_dpll0_update(struct drm_i915_private *dev_priv)
5d96d8af 6151{
ea61791e 6152 u32 val;
5d96d8af 6153
709e05c3 6154 dev_priv->cdclk_pll.ref = 24000;
1c3f7700 6155 dev_priv->cdclk_pll.vco = 0;
709e05c3 6156
ea61791e 6157 val = I915_READ(LCPLL1_CTL);
1c3f7700 6158 if ((val & LCPLL_PLL_ENABLE) == 0)
ea61791e 6159 return;
5d96d8af 6160
1c3f7700
ID
6161 if (WARN_ON((val & LCPLL_PLL_LOCK) == 0))
6162 return;
9f7eb31a 6163
ea61791e
VS
6164 val = I915_READ(DPLL_CTRL1);
6165
1c3f7700
ID
6166 if (WARN_ON((val & (DPLL_CTRL1_HDMI_MODE(SKL_DPLL0) |
6167 DPLL_CTRL1_SSC(SKL_DPLL0) |
6168 DPLL_CTRL1_OVERRIDE(SKL_DPLL0))) !=
6169 DPLL_CTRL1_OVERRIDE(SKL_DPLL0)))
6170 return;
9f7eb31a 6171
ea61791e
VS
6172 switch (val & DPLL_CTRL1_LINK_RATE_MASK(SKL_DPLL0)) {
6173 case DPLL_CTRL1_LINK_RATE(DPLL_CTRL1_LINK_RATE_810, SKL_DPLL0):
6174 case DPLL_CTRL1_LINK_RATE(DPLL_CTRL1_LINK_RATE_1350, SKL_DPLL0):
6175 case DPLL_CTRL1_LINK_RATE(DPLL_CTRL1_LINK_RATE_1620, SKL_DPLL0):
6176 case DPLL_CTRL1_LINK_RATE(DPLL_CTRL1_LINK_RATE_2700, SKL_DPLL0):
63911d72 6177 dev_priv->cdclk_pll.vco = 8100000;
ea61791e
VS
6178 break;
6179 case DPLL_CTRL1_LINK_RATE(DPLL_CTRL1_LINK_RATE_1080, SKL_DPLL0):
6180 case DPLL_CTRL1_LINK_RATE(DPLL_CTRL1_LINK_RATE_2160, SKL_DPLL0):
63911d72 6181 dev_priv->cdclk_pll.vco = 8640000;
ea61791e
VS
6182 break;
6183 default:
6184 MISSING_CASE(val & DPLL_CTRL1_LINK_RATE_MASK(SKL_DPLL0));
ea61791e
VS
6185 break;
6186 }
5d96d8af
DL
6187}
6188
b2045352
VS
6189void skl_set_preferred_cdclk_vco(struct drm_i915_private *dev_priv, int vco)
6190{
6191 bool changed = dev_priv->skl_preferred_vco_freq != vco;
6192
6193 dev_priv->skl_preferred_vco_freq = vco;
6194
6195 if (changed)
4c75b940 6196 intel_update_max_cdclk(dev_priv);
b2045352
VS
6197}
6198
5d96d8af 6199static void
3861fc60 6200skl_dpll0_enable(struct drm_i915_private *dev_priv, int vco)
5d96d8af 6201{
a8ca4934 6202 int min_cdclk = skl_calc_cdclk(0, vco);
5d96d8af
DL
6203 u32 val;
6204
63911d72 6205 WARN_ON(vco != 8100000 && vco != 8640000);
b2045352 6206
5d96d8af 6207 /* select the minimum CDCLK before enabling DPLL 0 */
9ef56154 6208 val = CDCLK_FREQ_337_308 | skl_cdclk_decimal(min_cdclk);
5d96d8af
DL
6209 I915_WRITE(CDCLK_CTL, val);
6210 POSTING_READ(CDCLK_CTL);
6211
6212 /*
6213 * We always enable DPLL0 with the lowest link rate possible, but still
6214 * taking into account the VCO required to operate the eDP panel at the
6215 * desired frequency. The usual DP link rates operate with a VCO of
6216 * 8100 while the eDP 1.4 alternate link rates need a VCO of 8640.
6217 * The modeset code is responsible for the selection of the exact link
6218 * rate later on, with the constraint of choosing a frequency that
a8ca4934 6219 * works with vco.
5d96d8af
DL
6220 */
6221 val = I915_READ(DPLL_CTRL1);
6222
6223 val &= ~(DPLL_CTRL1_HDMI_MODE(SKL_DPLL0) | DPLL_CTRL1_SSC(SKL_DPLL0) |
6224 DPLL_CTRL1_LINK_RATE_MASK(SKL_DPLL0));
6225 val |= DPLL_CTRL1_OVERRIDE(SKL_DPLL0);
63911d72 6226 if (vco == 8640000)
5d96d8af
DL
6227 val |= DPLL_CTRL1_LINK_RATE(DPLL_CTRL1_LINK_RATE_1080,
6228 SKL_DPLL0);
6229 else
6230 val |= DPLL_CTRL1_LINK_RATE(DPLL_CTRL1_LINK_RATE_810,
6231 SKL_DPLL0);
6232
6233 I915_WRITE(DPLL_CTRL1, val);
6234 POSTING_READ(DPLL_CTRL1);
6235
6236 I915_WRITE(LCPLL1_CTL, I915_READ(LCPLL1_CTL) | LCPLL_PLL_ENABLE);
6237
e24ca054
CW
6238 if (intel_wait_for_register(dev_priv,
6239 LCPLL1_CTL, LCPLL_PLL_LOCK, LCPLL_PLL_LOCK,
6240 5))
5d96d8af 6241 DRM_ERROR("DPLL0 not locked\n");
1cd593e0 6242
63911d72 6243 dev_priv->cdclk_pll.vco = vco;
b2045352
VS
6244
6245 /* We'll want to keep using the current vco from now on. */
6246 skl_set_preferred_cdclk_vco(dev_priv, vco);
5d96d8af
DL
6247}
6248
430e05de
VS
6249static void
6250skl_dpll0_disable(struct drm_i915_private *dev_priv)
6251{
6252 I915_WRITE(LCPLL1_CTL, I915_READ(LCPLL1_CTL) & ~LCPLL_PLL_ENABLE);
8ad32a05
CW
6253 if (intel_wait_for_register(dev_priv,
6254 LCPLL1_CTL, LCPLL_PLL_LOCK, 0,
6255 1))
430e05de 6256 DRM_ERROR("Couldn't disable DPLL0\n");
1cd593e0 6257
63911d72 6258 dev_priv->cdclk_pll.vco = 0;
430e05de
VS
6259}
6260
1cd593e0 6261static void skl_set_cdclk(struct drm_i915_private *dev_priv, int cdclk, int vco)
5d96d8af
DL
6262{
6263 u32 freq_select, pcu_ack;
a0b8a1fe 6264 int ret;
5d96d8af 6265
1cd593e0
VS
6266 WARN_ON((cdclk == 24000) != (vco == 0));
6267
63911d72 6268 DRM_DEBUG_DRIVER("Changing CDCLK to %d kHz (VCO %d kHz)\n", cdclk, vco);
5d96d8af 6269
a0b8a1fe
ID
6270 mutex_lock(&dev_priv->rps.hw_lock);
6271 ret = skl_pcode_request(dev_priv, SKL_PCODE_CDCLK_CONTROL,
6272 SKL_CDCLK_PREPARE_FOR_CHANGE,
6273 SKL_CDCLK_READY_FOR_CHANGE,
6274 SKL_CDCLK_READY_FOR_CHANGE, 3);
6275 mutex_unlock(&dev_priv->rps.hw_lock);
6276 if (ret) {
6277 DRM_ERROR("Failed to inform PCU about cdclk change (%d)\n",
6278 ret);
5d96d8af
DL
6279 return;
6280 }
6281
6282 /* set CDCLK_CTL */
9ef56154 6283 switch (cdclk) {
5d96d8af
DL
6284 case 450000:
6285 case 432000:
6286 freq_select = CDCLK_FREQ_450_432;
6287 pcu_ack = 1;
6288 break;
6289 case 540000:
6290 freq_select = CDCLK_FREQ_540;
6291 pcu_ack = 2;
6292 break;
487ed2e4 6293 case 308571:
5d96d8af
DL
6294 case 337500:
6295 default:
6296 freq_select = CDCLK_FREQ_337_308;
6297 pcu_ack = 0;
6298 break;
487ed2e4 6299 case 617143:
5d96d8af
DL
6300 case 675000:
6301 freq_select = CDCLK_FREQ_675_617;
6302 pcu_ack = 3;
6303 break;
6304 }
6305
63911d72
VS
6306 if (dev_priv->cdclk_pll.vco != 0 &&
6307 dev_priv->cdclk_pll.vco != vco)
1cd593e0
VS
6308 skl_dpll0_disable(dev_priv);
6309
63911d72 6310 if (dev_priv->cdclk_pll.vco != vco)
1cd593e0
VS
6311 skl_dpll0_enable(dev_priv, vco);
6312
9ef56154 6313 I915_WRITE(CDCLK_CTL, freq_select | skl_cdclk_decimal(cdclk));
5d96d8af
DL
6314 POSTING_READ(CDCLK_CTL);
6315
6316 /* inform PCU of the change */
6317 mutex_lock(&dev_priv->rps.hw_lock);
6318 sandybridge_pcode_write(dev_priv, SKL_PCODE_CDCLK_CONTROL, pcu_ack);
6319 mutex_unlock(&dev_priv->rps.hw_lock);
560a7ae4 6320
4c75b940 6321 intel_update_cdclk(dev_priv);
5d96d8af
DL
6322}
6323
9f7eb31a
VS
6324static void skl_sanitize_cdclk(struct drm_i915_private *dev_priv);
6325
5d96d8af
DL
6326void skl_uninit_cdclk(struct drm_i915_private *dev_priv)
6327{
709e05c3 6328 skl_set_cdclk(dev_priv, dev_priv->cdclk_pll.ref, 0);
5d96d8af
DL
6329}
6330
6331void skl_init_cdclk(struct drm_i915_private *dev_priv)
6332{
9f7eb31a
VS
6333 int cdclk, vco;
6334
6335 skl_sanitize_cdclk(dev_priv);
5d96d8af 6336
63911d72 6337 if (dev_priv->cdclk_freq != 0 && dev_priv->cdclk_pll.vco != 0) {
9f7eb31a
VS
6338 /*
6339 * Use the current vco as our initial
6340 * guess as to what the preferred vco is.
6341 */
6342 if (dev_priv->skl_preferred_vco_freq == 0)
6343 skl_set_preferred_cdclk_vco(dev_priv,
63911d72 6344 dev_priv->cdclk_pll.vco);
70c2c184 6345 return;
1cd593e0 6346 }
5d96d8af 6347
70c2c184
VS
6348 vco = dev_priv->skl_preferred_vco_freq;
6349 if (vco == 0)
63911d72 6350 vco = 8100000;
70c2c184 6351 cdclk = skl_calc_cdclk(0, vco);
5d96d8af 6352
70c2c184 6353 skl_set_cdclk(dev_priv, cdclk, vco);
5d96d8af
DL
6354}
6355
9f7eb31a 6356static void skl_sanitize_cdclk(struct drm_i915_private *dev_priv)
c73666f3 6357{
09492498 6358 uint32_t cdctl, expected;
c73666f3 6359
f1b391a5
SK
6360 /*
6361 * check if the pre-os intialized the display
6362 * There is SWF18 scratchpad register defined which is set by the
6363 * pre-os which can be used by the OS drivers to check the status
6364 */
6365 if ((I915_READ(SWF_ILK(0x18)) & 0x00FFFFFF) == 0)
6366 goto sanitize;
6367
4c75b940 6368 intel_update_cdclk(dev_priv);
c73666f3 6369 /* Is PLL enabled and locked ? */
1c3f7700
ID
6370 if (dev_priv->cdclk_pll.vco == 0 ||
6371 dev_priv->cdclk_freq == dev_priv->cdclk_pll.ref)
c73666f3
SK
6372 goto sanitize;
6373
6374 /* DPLL okay; verify the cdclock
6375 *
6376 * Noticed in some instances that the freq selection is correct but
6377 * decimal part is programmed wrong from BIOS where pre-os does not
6378 * enable display. Verify the same as well.
6379 */
09492498
VS
6380 cdctl = I915_READ(CDCLK_CTL);
6381 expected = (cdctl & CDCLK_FREQ_SEL_MASK) |
6382 skl_cdclk_decimal(dev_priv->cdclk_freq);
6383 if (cdctl == expected)
c73666f3 6384 /* All well; nothing to sanitize */
9f7eb31a 6385 return;
c89e39f3 6386
9f7eb31a
VS
6387sanitize:
6388 DRM_DEBUG_KMS("Sanitizing cdclk programmed by pre-os\n");
c73666f3 6389
9f7eb31a
VS
6390 /* force cdclk programming */
6391 dev_priv->cdclk_freq = 0;
6392 /* force full PLL disable + enable */
63911d72 6393 dev_priv->cdclk_pll.vco = -1;
c73666f3
SK
6394}
6395
30a970c6
JB
6396/* Adjust CDclk dividers to allow high res or save power if possible */
6397static void valleyview_set_cdclk(struct drm_device *dev, int cdclk)
6398{
fac5e23e 6399 struct drm_i915_private *dev_priv = to_i915(dev);
30a970c6
JB
6400 u32 val, cmd;
6401
1353c4fb 6402 WARN_ON(dev_priv->display.get_display_clock_speed(dev_priv)
164dfd28 6403 != dev_priv->cdclk_freq);
d60c4473 6404
dfcab17e 6405 if (cdclk >= 320000) /* jump to highest voltage for 400MHz too */
30a970c6 6406 cmd = 2;
dfcab17e 6407 else if (cdclk == 266667)
30a970c6
JB
6408 cmd = 1;
6409 else
6410 cmd = 0;
6411
6412 mutex_lock(&dev_priv->rps.hw_lock);
6413 val = vlv_punit_read(dev_priv, PUNIT_REG_DSPFREQ);
6414 val &= ~DSPFREQGUAR_MASK;
6415 val |= (cmd << DSPFREQGUAR_SHIFT);
6416 vlv_punit_write(dev_priv, PUNIT_REG_DSPFREQ, val);
6417 if (wait_for((vlv_punit_read(dev_priv, PUNIT_REG_DSPFREQ) &
6418 DSPFREQSTAT_MASK) == (cmd << DSPFREQSTAT_SHIFT),
6419 50)) {
6420 DRM_ERROR("timed out waiting for CDclk change\n");
6421 }
6422 mutex_unlock(&dev_priv->rps.hw_lock);
6423
54433e91
VS
6424 mutex_lock(&dev_priv->sb_lock);
6425
dfcab17e 6426 if (cdclk == 400000) {
6bcda4f0 6427 u32 divider;
30a970c6 6428
6bcda4f0 6429 divider = DIV_ROUND_CLOSEST(dev_priv->hpll_freq << 1, cdclk) - 1;
30a970c6 6430
30a970c6
JB
6431 /* adjust cdclk divider */
6432 val = vlv_cck_read(dev_priv, CCK_DISPLAY_CLOCK_CONTROL);
87d5d259 6433 val &= ~CCK_FREQUENCY_VALUES;
30a970c6
JB
6434 val |= divider;
6435 vlv_cck_write(dev_priv, CCK_DISPLAY_CLOCK_CONTROL, val);
a877e801
VS
6436
6437 if (wait_for((vlv_cck_read(dev_priv, CCK_DISPLAY_CLOCK_CONTROL) &
87d5d259 6438 CCK_FREQUENCY_STATUS) == (divider << CCK_FREQUENCY_STATUS_SHIFT),
a877e801
VS
6439 50))
6440 DRM_ERROR("timed out waiting for CDclk change\n");
30a970c6
JB
6441 }
6442
30a970c6
JB
6443 /* adjust self-refresh exit latency value */
6444 val = vlv_bunit_read(dev_priv, BUNIT_REG_BISOC);
6445 val &= ~0x7f;
6446
6447 /*
6448 * For high bandwidth configs, we set a higher latency in the bunit
6449 * so that the core display fetch happens in time to avoid underruns.
6450 */
dfcab17e 6451 if (cdclk == 400000)
30a970c6
JB
6452 val |= 4500 / 250; /* 4.5 usec */
6453 else
6454 val |= 3000 / 250; /* 3.0 usec */
6455 vlv_bunit_write(dev_priv, BUNIT_REG_BISOC, val);
54433e91 6456
a580516d 6457 mutex_unlock(&dev_priv->sb_lock);
30a970c6 6458
4c75b940 6459 intel_update_cdclk(dev_priv);
30a970c6
JB
6460}
6461
383c5a6a
VS
6462static void cherryview_set_cdclk(struct drm_device *dev, int cdclk)
6463{
fac5e23e 6464 struct drm_i915_private *dev_priv = to_i915(dev);
383c5a6a
VS
6465 u32 val, cmd;
6466
1353c4fb 6467 WARN_ON(dev_priv->display.get_display_clock_speed(dev_priv)
164dfd28 6468 != dev_priv->cdclk_freq);
383c5a6a
VS
6469
6470 switch (cdclk) {
383c5a6a
VS
6471 case 333333:
6472 case 320000:
383c5a6a 6473 case 266667:
383c5a6a 6474 case 200000:
383c5a6a
VS
6475 break;
6476 default:
5f77eeb0 6477 MISSING_CASE(cdclk);
383c5a6a
VS
6478 return;
6479 }
6480
9d0d3fda
VS
6481 /*
6482 * Specs are full of misinformation, but testing on actual
6483 * hardware has shown that we just need to write the desired
6484 * CCK divider into the Punit register.
6485 */
6486 cmd = DIV_ROUND_CLOSEST(dev_priv->hpll_freq << 1, cdclk) - 1;
6487
383c5a6a
VS
6488 mutex_lock(&dev_priv->rps.hw_lock);
6489 val = vlv_punit_read(dev_priv, PUNIT_REG_DSPFREQ);
6490 val &= ~DSPFREQGUAR_MASK_CHV;
6491 val |= (cmd << DSPFREQGUAR_SHIFT_CHV);
6492 vlv_punit_write(dev_priv, PUNIT_REG_DSPFREQ, val);
6493 if (wait_for((vlv_punit_read(dev_priv, PUNIT_REG_DSPFREQ) &
6494 DSPFREQSTAT_MASK_CHV) == (cmd << DSPFREQSTAT_SHIFT_CHV),
6495 50)) {
6496 DRM_ERROR("timed out waiting for CDclk change\n");
6497 }
6498 mutex_unlock(&dev_priv->rps.hw_lock);
6499
4c75b940 6500 intel_update_cdclk(dev_priv);
383c5a6a
VS
6501}
6502
30a970c6
JB
6503static int valleyview_calc_cdclk(struct drm_i915_private *dev_priv,
6504 int max_pixclk)
6505{
6bcda4f0 6506 int freq_320 = (dev_priv->hpll_freq << 1) % 320000 != 0 ? 333333 : 320000;
6cca3195 6507 int limit = IS_CHERRYVIEW(dev_priv) ? 95 : 90;
29dc7ef3 6508
30a970c6
JB
6509 /*
6510 * Really only a few cases to deal with, as only 4 CDclks are supported:
6511 * 200MHz
6512 * 267MHz
29dc7ef3 6513 * 320/333MHz (depends on HPLL freq)
6cca3195
VS
6514 * 400MHz (VLV only)
6515 * So we check to see whether we're above 90% (VLV) or 95% (CHV)
6516 * of the lower bin and adjust if needed.
e37c67a1
VS
6517 *
6518 * We seem to get an unstable or solid color picture at 200MHz.
6519 * Not sure what's wrong. For now use 200MHz only when all pipes
6520 * are off.
30a970c6 6521 */
6cca3195
VS
6522 if (!IS_CHERRYVIEW(dev_priv) &&
6523 max_pixclk > freq_320*limit/100)
dfcab17e 6524 return 400000;
6cca3195 6525 else if (max_pixclk > 266667*limit/100)
29dc7ef3 6526 return freq_320;
e37c67a1 6527 else if (max_pixclk > 0)
dfcab17e 6528 return 266667;
e37c67a1
VS
6529 else
6530 return 200000;
30a970c6
JB
6531}
6532
89b3c3c7
ACO
6533static int glk_calc_cdclk(int max_pixclk)
6534{
09d09386 6535 if (max_pixclk > 2 * 158400)
89b3c3c7 6536 return 316800;
09d09386 6537 else if (max_pixclk > 2 * 79200)
89b3c3c7
ACO
6538 return 158400;
6539 else
6540 return 79200;
6541}
6542
324513c0 6543static int bxt_calc_cdclk(int max_pixclk)
f8437dd1 6544{
760e1477 6545 if (max_pixclk > 576000)
f8437dd1 6546 return 624000;
760e1477 6547 else if (max_pixclk > 384000)
f8437dd1 6548 return 576000;
760e1477 6549 else if (max_pixclk > 288000)
f8437dd1 6550 return 384000;
760e1477 6551 else if (max_pixclk > 144000)
f8437dd1
VK
6552 return 288000;
6553 else
6554 return 144000;
6555}
6556
e8788cbc 6557/* Compute the max pixel clock for new configuration. */
a821fc46
ACO
6558static int intel_mode_max_pixclk(struct drm_device *dev,
6559 struct drm_atomic_state *state)
30a970c6 6560{
565602d7 6561 struct intel_atomic_state *intel_state = to_intel_atomic_state(state);
fac5e23e 6562 struct drm_i915_private *dev_priv = to_i915(dev);
565602d7
ML
6563 struct drm_crtc *crtc;
6564 struct drm_crtc_state *crtc_state;
6565 unsigned max_pixclk = 0, i;
6566 enum pipe pipe;
30a970c6 6567
565602d7
ML
6568 memcpy(intel_state->min_pixclk, dev_priv->min_pixclk,
6569 sizeof(intel_state->min_pixclk));
304603f4 6570
565602d7
ML
6571 for_each_crtc_in_state(state, crtc, crtc_state, i) {
6572 int pixclk = 0;
6573
6574 if (crtc_state->enable)
6575 pixclk = crtc_state->adjusted_mode.crtc_clock;
304603f4 6576
565602d7 6577 intel_state->min_pixclk[i] = pixclk;
30a970c6
JB
6578 }
6579
565602d7
ML
6580 for_each_pipe(dev_priv, pipe)
6581 max_pixclk = max(intel_state->min_pixclk[pipe], max_pixclk);
6582
30a970c6
JB
6583 return max_pixclk;
6584}
6585
27c329ed 6586static int valleyview_modeset_calc_cdclk(struct drm_atomic_state *state)
30a970c6 6587{
27c329ed 6588 struct drm_device *dev = state->dev;
fac5e23e 6589 struct drm_i915_private *dev_priv = to_i915(dev);
27c329ed 6590 int max_pixclk = intel_mode_max_pixclk(dev, state);
1a617b77
ML
6591 struct intel_atomic_state *intel_state =
6592 to_intel_atomic_state(state);
30a970c6 6593
1a617b77 6594 intel_state->cdclk = intel_state->dev_cdclk =
27c329ed 6595 valleyview_calc_cdclk(dev_priv, max_pixclk);
0a9ab303 6596
1a617b77
ML
6597 if (!intel_state->active_crtcs)
6598 intel_state->dev_cdclk = valleyview_calc_cdclk(dev_priv, 0);
6599
27c329ed
ML
6600 return 0;
6601}
304603f4 6602
324513c0 6603static int bxt_modeset_calc_cdclk(struct drm_atomic_state *state)
27c329ed 6604{
89b3c3c7 6605 struct drm_i915_private *dev_priv = to_i915(state->dev);
4e5ca60f 6606 int max_pixclk = ilk_max_pixel_rate(state);
1a617b77
ML
6607 struct intel_atomic_state *intel_state =
6608 to_intel_atomic_state(state);
89b3c3c7 6609 int cdclk;
85a96e7a 6610
89b3c3c7
ACO
6611 if (IS_GEMINILAKE(dev_priv))
6612 cdclk = glk_calc_cdclk(max_pixclk);
6613 else
6614 cdclk = bxt_calc_cdclk(max_pixclk);
85a96e7a 6615
89b3c3c7
ACO
6616 intel_state->cdclk = intel_state->dev_cdclk = cdclk;
6617
6618 if (!intel_state->active_crtcs) {
6619 if (IS_GEMINILAKE(dev_priv))
6620 cdclk = glk_calc_cdclk(0);
6621 else
6622 cdclk = bxt_calc_cdclk(0);
6623
6624 intel_state->dev_cdclk = cdclk;
6625 }
1a617b77 6626
27c329ed 6627 return 0;
30a970c6
JB
6628}
6629
1e69cd74
VS
6630static void vlv_program_pfi_credits(struct drm_i915_private *dev_priv)
6631{
6632 unsigned int credits, default_credits;
6633
6634 if (IS_CHERRYVIEW(dev_priv))
6635 default_credits = PFI_CREDIT(12);
6636 else
6637 default_credits = PFI_CREDIT(8);
6638
bfa7df01 6639 if (dev_priv->cdclk_freq >= dev_priv->czclk_freq) {
1e69cd74
VS
6640 /* CHV suggested value is 31 or 63 */
6641 if (IS_CHERRYVIEW(dev_priv))
fcc0008f 6642 credits = PFI_CREDIT_63;
1e69cd74
VS
6643 else
6644 credits = PFI_CREDIT(15);
6645 } else {
6646 credits = default_credits;
6647 }
6648
6649 /*
6650 * WA - write default credits before re-programming
6651 * FIXME: should we also set the resend bit here?
6652 */
6653 I915_WRITE(GCI_CONTROL, VGA_FAST_MODE_DISABLE |
6654 default_credits);
6655
6656 I915_WRITE(GCI_CONTROL, VGA_FAST_MODE_DISABLE |
6657 credits | PFI_CREDIT_RESEND);
6658
6659 /*
6660 * FIXME is this guaranteed to clear
6661 * immediately or should we poll for it?
6662 */
6663 WARN_ON(I915_READ(GCI_CONTROL) & PFI_CREDIT_RESEND);
6664}
6665
27c329ed 6666static void valleyview_modeset_commit_cdclk(struct drm_atomic_state *old_state)
30a970c6 6667{
a821fc46 6668 struct drm_device *dev = old_state->dev;
fac5e23e 6669 struct drm_i915_private *dev_priv = to_i915(dev);
1a617b77
ML
6670 struct intel_atomic_state *old_intel_state =
6671 to_intel_atomic_state(old_state);
6672 unsigned req_cdclk = old_intel_state->dev_cdclk;
30a970c6 6673
27c329ed
ML
6674 /*
6675 * FIXME: We can end up here with all power domains off, yet
6676 * with a CDCLK frequency other than the minimum. To account
6677 * for this take the PIPE-A power domain, which covers the HW
6678 * blocks needed for the following programming. This can be
6679 * removed once it's guaranteed that we get here either with
6680 * the minimum CDCLK set, or the required power domains
6681 * enabled.
6682 */
6683 intel_display_power_get(dev_priv, POWER_DOMAIN_PIPE_A);
738c05c0 6684
920a14b2 6685 if (IS_CHERRYVIEW(dev_priv))
27c329ed
ML
6686 cherryview_set_cdclk(dev, req_cdclk);
6687 else
6688 valleyview_set_cdclk(dev, req_cdclk);
738c05c0 6689
27c329ed 6690 vlv_program_pfi_credits(dev_priv);
1e69cd74 6691
27c329ed 6692 intel_display_power_put(dev_priv, POWER_DOMAIN_PIPE_A);
30a970c6
JB
6693}
6694
4a806558
ML
6695static void valleyview_crtc_enable(struct intel_crtc_state *pipe_config,
6696 struct drm_atomic_state *old_state)
89b667f8 6697{
4a806558 6698 struct drm_crtc *crtc = pipe_config->base.crtc;
89b667f8 6699 struct drm_device *dev = crtc->dev;
a72e4c9f 6700 struct drm_i915_private *dev_priv = to_i915(dev);
89b667f8 6701 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
89b667f8 6702 int pipe = intel_crtc->pipe;
89b667f8 6703
53d9f4e9 6704 if (WARN_ON(intel_crtc->active))
89b667f8
JB
6705 return;
6706
37a5650b 6707 if (intel_crtc_has_dp_encoder(intel_crtc->config))
fe3cd48d 6708 intel_dp_set_m_n(intel_crtc, M1_N1);
5b18e57c
DV
6709
6710 intel_set_pipe_timings(intel_crtc);
bc58be60 6711 intel_set_pipe_src_size(intel_crtc);
5b18e57c 6712
920a14b2 6713 if (IS_CHERRYVIEW(dev_priv) && pipe == PIPE_B) {
fac5e23e 6714 struct drm_i915_private *dev_priv = to_i915(dev);
c14b0485
VS
6715
6716 I915_WRITE(CHV_BLEND(pipe), CHV_BLEND_LEGACY);
6717 I915_WRITE(CHV_CANVAS(pipe), 0);
6718 }
6719
5b18e57c
DV
6720 i9xx_set_pipeconf(intel_crtc);
6721
89b667f8 6722 intel_crtc->active = true;
89b667f8 6723
a72e4c9f 6724 intel_set_cpu_fifo_underrun_reporting(dev_priv, pipe, true);
4a3436e8 6725
fd6bbda9 6726 intel_encoders_pre_pll_enable(crtc, pipe_config, old_state);
89b667f8 6727
920a14b2 6728 if (IS_CHERRYVIEW(dev_priv)) {
cd2d34d9
VS
6729 chv_prepare_pll(intel_crtc, intel_crtc->config);
6730 chv_enable_pll(intel_crtc, intel_crtc->config);
6731 } else {
6732 vlv_prepare_pll(intel_crtc, intel_crtc->config);
6733 vlv_enable_pll(intel_crtc, intel_crtc->config);
9d556c99 6734 }
89b667f8 6735
fd6bbda9 6736 intel_encoders_pre_enable(crtc, pipe_config, old_state);
89b667f8 6737
2dd24552
JB
6738 i9xx_pfit_enable(intel_crtc);
6739
b95c5321 6740 intel_color_load_luts(&pipe_config->base);
63cbb074 6741
432081bc 6742 intel_update_watermarks(intel_crtc);
e1fdc473 6743 intel_enable_pipe(intel_crtc);
be6a6f8e 6744
4b3a9526
VS
6745 assert_vblank_disabled(crtc);
6746 drm_crtc_vblank_on(crtc);
6747
fd6bbda9 6748 intel_encoders_enable(crtc, pipe_config, old_state);
89b667f8
JB
6749}
6750
f13c2ef3
DV
6751static void i9xx_set_pll_dividers(struct intel_crtc *crtc)
6752{
6753 struct drm_device *dev = crtc->base.dev;
fac5e23e 6754 struct drm_i915_private *dev_priv = to_i915(dev);
f13c2ef3 6755
6e3c9717
ACO
6756 I915_WRITE(FP0(crtc->pipe), crtc->config->dpll_hw_state.fp0);
6757 I915_WRITE(FP1(crtc->pipe), crtc->config->dpll_hw_state.fp1);
f13c2ef3
DV
6758}
6759
4a806558
ML
6760static void i9xx_crtc_enable(struct intel_crtc_state *pipe_config,
6761 struct drm_atomic_state *old_state)
79e53945 6762{
4a806558 6763 struct drm_crtc *crtc = pipe_config->base.crtc;
79e53945 6764 struct drm_device *dev = crtc->dev;
a72e4c9f 6765 struct drm_i915_private *dev_priv = to_i915(dev);
79e53945 6766 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
cd2d34d9 6767 enum pipe pipe = intel_crtc->pipe;
79e53945 6768
53d9f4e9 6769 if (WARN_ON(intel_crtc->active))
f7abfe8b
CW
6770 return;
6771
f13c2ef3
DV
6772 i9xx_set_pll_dividers(intel_crtc);
6773
37a5650b 6774 if (intel_crtc_has_dp_encoder(intel_crtc->config))
fe3cd48d 6775 intel_dp_set_m_n(intel_crtc, M1_N1);
5b18e57c
DV
6776
6777 intel_set_pipe_timings(intel_crtc);
bc58be60 6778 intel_set_pipe_src_size(intel_crtc);
5b18e57c 6779
5b18e57c
DV
6780 i9xx_set_pipeconf(intel_crtc);
6781
f7abfe8b 6782 intel_crtc->active = true;
6b383a7f 6783
5db94019 6784 if (!IS_GEN2(dev_priv))
a72e4c9f 6785 intel_set_cpu_fifo_underrun_reporting(dev_priv, pipe, true);
4a3436e8 6786
fd6bbda9 6787 intel_encoders_pre_enable(crtc, pipe_config, old_state);
9d6d9f19 6788
f6736a1a
DV
6789 i9xx_enable_pll(intel_crtc);
6790
2dd24552
JB
6791 i9xx_pfit_enable(intel_crtc);
6792
b95c5321 6793 intel_color_load_luts(&pipe_config->base);
63cbb074 6794
432081bc 6795 intel_update_watermarks(intel_crtc);
e1fdc473 6796 intel_enable_pipe(intel_crtc);
be6a6f8e 6797
4b3a9526
VS
6798 assert_vblank_disabled(crtc);
6799 drm_crtc_vblank_on(crtc);
6800
fd6bbda9 6801 intel_encoders_enable(crtc, pipe_config, old_state);
0b8765c6 6802}
79e53945 6803
87476d63
DV
6804static void i9xx_pfit_disable(struct intel_crtc *crtc)
6805{
6806 struct drm_device *dev = crtc->base.dev;
fac5e23e 6807 struct drm_i915_private *dev_priv = to_i915(dev);
87476d63 6808
6e3c9717 6809 if (!crtc->config->gmch_pfit.control)
328d8e82 6810 return;
87476d63 6811
328d8e82 6812 assert_pipe_disabled(dev_priv, crtc->pipe);
87476d63 6813
328d8e82
DV
6814 DRM_DEBUG_DRIVER("disabling pfit, current: 0x%08x\n",
6815 I915_READ(PFIT_CONTROL));
6816 I915_WRITE(PFIT_CONTROL, 0);
87476d63
DV
6817}
6818
4a806558
ML
6819static void i9xx_crtc_disable(struct intel_crtc_state *old_crtc_state,
6820 struct drm_atomic_state *old_state)
0b8765c6 6821{
4a806558 6822 struct drm_crtc *crtc = old_crtc_state->base.crtc;
0b8765c6 6823 struct drm_device *dev = crtc->dev;
fac5e23e 6824 struct drm_i915_private *dev_priv = to_i915(dev);
0b8765c6
JB
6825 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
6826 int pipe = intel_crtc->pipe;
ef9c3aee 6827
6304cd91
VS
6828 /*
6829 * On gen2 planes are double buffered but the pipe isn't, so we must
6830 * wait for planes to fully turn off before disabling the pipe.
6831 */
5db94019 6832 if (IS_GEN2(dev_priv))
0f0f74bc 6833 intel_wait_for_vblank(dev_priv, pipe);
6304cd91 6834
fd6bbda9 6835 intel_encoders_disable(crtc, old_crtc_state, old_state);
4b3a9526 6836
f9b61ff6
DV
6837 drm_crtc_vblank_off(crtc);
6838 assert_vblank_disabled(crtc);
6839
575f7ab7 6840 intel_disable_pipe(intel_crtc);
24a1f16d 6841
87476d63 6842 i9xx_pfit_disable(intel_crtc);
24a1f16d 6843
fd6bbda9 6844 intel_encoders_post_disable(crtc, old_crtc_state, old_state);
89b667f8 6845
d7edc4e5 6846 if (!intel_crtc_has_type(intel_crtc->config, INTEL_OUTPUT_DSI)) {
920a14b2 6847 if (IS_CHERRYVIEW(dev_priv))
076ed3b2 6848 chv_disable_pll(dev_priv, pipe);
11a914c2 6849 else if (IS_VALLEYVIEW(dev_priv))
076ed3b2
CML
6850 vlv_disable_pll(dev_priv, pipe);
6851 else
1c4e0274 6852 i9xx_disable_pll(intel_crtc);
076ed3b2 6853 }
0b8765c6 6854
fd6bbda9 6855 intel_encoders_post_pll_disable(crtc, old_crtc_state, old_state);
d6db995f 6856
5db94019 6857 if (!IS_GEN2(dev_priv))
a72e4c9f 6858 intel_set_cpu_fifo_underrun_reporting(dev_priv, pipe, false);
0b8765c6
JB
6859}
6860
b17d48e2
ML
6861static void intel_crtc_disable_noatomic(struct drm_crtc *crtc)
6862{
842e0307 6863 struct intel_encoder *encoder;
b17d48e2
ML
6864 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
6865 struct drm_i915_private *dev_priv = to_i915(crtc->dev);
6866 enum intel_display_power_domain domain;
6867 unsigned long domains;
4a806558
ML
6868 struct drm_atomic_state *state;
6869 struct intel_crtc_state *crtc_state;
6870 int ret;
b17d48e2
ML
6871
6872 if (!intel_crtc->active)
6873 return;
6874
1d4258db 6875 if (crtc->primary->state->visible) {
5a21b665 6876 WARN_ON(intel_crtc->flip_work);
fc32b1fd 6877
2622a081 6878 intel_pre_disable_primary_noatomic(crtc);
54a41961
ML
6879
6880 intel_crtc_disable_planes(crtc, 1 << drm_plane_index(crtc->primary));
1d4258db 6881 crtc->primary->state->visible = false;
a539205a
ML
6882 }
6883
4a806558 6884 state = drm_atomic_state_alloc(crtc->dev);
31bb2ef9
ACO
6885 if (!state) {
6886 DRM_DEBUG_KMS("failed to disable [CRTC:%d:%s], out of memory",
6887 crtc->base.id, crtc->name);
6888 return;
6889 }
6890
4a806558
ML
6891 state->acquire_ctx = crtc->dev->mode_config.acquire_ctx;
6892
6893 /* Everything's already locked, -EDEADLK can't happen. */
6894 crtc_state = intel_atomic_get_crtc_state(state, intel_crtc);
6895 ret = drm_atomic_add_affected_connectors(state, crtc);
6896
6897 WARN_ON(IS_ERR(crtc_state) || ret);
6898
6899 dev_priv->display.crtc_disable(crtc_state, state);
6900
0853695c 6901 drm_atomic_state_put(state);
842e0307 6902
78108b7c
VS
6903 DRM_DEBUG_KMS("[CRTC:%d:%s] hw state adjusted, was enabled, now disabled\n",
6904 crtc->base.id, crtc->name);
842e0307
ML
6905
6906 WARN_ON(drm_atomic_set_mode_for_crtc(crtc->state, NULL) < 0);
6907 crtc->state->active = false;
37d9078b 6908 intel_crtc->active = false;
842e0307
ML
6909 crtc->enabled = false;
6910 crtc->state->connector_mask = 0;
6911 crtc->state->encoder_mask = 0;
6912
6913 for_each_encoder_on_crtc(crtc->dev, crtc, encoder)
6914 encoder->base.crtc = NULL;
6915
58f9c0bc 6916 intel_fbc_disable(intel_crtc);
432081bc 6917 intel_update_watermarks(intel_crtc);
1f7457b1 6918 intel_disable_shared_dpll(intel_crtc);
b17d48e2
ML
6919
6920 domains = intel_crtc->enabled_power_domains;
6921 for_each_power_domain(domain, domains)
6922 intel_display_power_put(dev_priv, domain);
6923 intel_crtc->enabled_power_domains = 0;
565602d7
ML
6924
6925 dev_priv->active_crtcs &= ~(1 << intel_crtc->pipe);
6926 dev_priv->min_pixclk[intel_crtc->pipe] = 0;
b17d48e2
ML
6927}
6928
6b72d486
ML
6929/*
6930 * turn all crtc's off, but do not adjust state
6931 * This has to be paired with a call to intel_modeset_setup_hw_state.
6932 */
70e0bd74 6933int intel_display_suspend(struct drm_device *dev)
ee7b9f93 6934{
e2c8b870 6935 struct drm_i915_private *dev_priv = to_i915(dev);
70e0bd74 6936 struct drm_atomic_state *state;
e2c8b870 6937 int ret;
70e0bd74 6938
e2c8b870
ML
6939 state = drm_atomic_helper_suspend(dev);
6940 ret = PTR_ERR_OR_ZERO(state);
70e0bd74
ML
6941 if (ret)
6942 DRM_ERROR("Suspending crtc's failed with %i\n", ret);
e2c8b870
ML
6943 else
6944 dev_priv->modeset_restore_state = state;
70e0bd74 6945 return ret;
ee7b9f93
JB
6946}
6947
ea5b213a 6948void intel_encoder_destroy(struct drm_encoder *encoder)
7e7d76c3 6949{
4ef69c7a 6950 struct intel_encoder *intel_encoder = to_intel_encoder(encoder);
ea5b213a 6951
ea5b213a
CW
6952 drm_encoder_cleanup(encoder);
6953 kfree(intel_encoder);
7e7d76c3
JB
6954}
6955
0a91ca29
DV
6956/* Cross check the actual hw state with our own modeset state tracking (and it's
6957 * internal consistency). */
5a21b665 6958static void intel_connector_verify_state(struct intel_connector *connector)
79e53945 6959{
5a21b665 6960 struct drm_crtc *crtc = connector->base.state->crtc;
35dd3c64
ML
6961
6962 DRM_DEBUG_KMS("[CONNECTOR:%d:%s]\n",
6963 connector->base.base.id,
6964 connector->base.name);
6965
0a91ca29 6966 if (connector->get_hw_state(connector)) {
e85376cb 6967 struct intel_encoder *encoder = connector->encoder;
5a21b665 6968 struct drm_connector_state *conn_state = connector->base.state;
0a91ca29 6969
35dd3c64
ML
6970 I915_STATE_WARN(!crtc,
6971 "connector enabled without attached crtc\n");
0a91ca29 6972
35dd3c64
ML
6973 if (!crtc)
6974 return;
6975
6976 I915_STATE_WARN(!crtc->state->active,
6977 "connector is active, but attached crtc isn't\n");
6978
e85376cb 6979 if (!encoder || encoder->type == INTEL_OUTPUT_DP_MST)
35dd3c64
ML
6980 return;
6981
e85376cb 6982 I915_STATE_WARN(conn_state->best_encoder != &encoder->base,
35dd3c64
ML
6983 "atomic encoder doesn't match attached encoder\n");
6984
e85376cb 6985 I915_STATE_WARN(conn_state->crtc != encoder->base.crtc,
35dd3c64
ML
6986 "attached encoder crtc differs from connector crtc\n");
6987 } else {
4d688a2a
ML
6988 I915_STATE_WARN(crtc && crtc->state->active,
6989 "attached crtc is active, but connector isn't\n");
5a21b665 6990 I915_STATE_WARN(!crtc && connector->base.state->best_encoder,
35dd3c64 6991 "best encoder set without crtc!\n");
0a91ca29 6992 }
79e53945
JB
6993}
6994
08d9bc92
ACO
6995int intel_connector_init(struct intel_connector *connector)
6996{
5350a031 6997 drm_atomic_helper_connector_reset(&connector->base);
08d9bc92 6998
5350a031 6999 if (!connector->base.state)
08d9bc92
ACO
7000 return -ENOMEM;
7001
08d9bc92
ACO
7002 return 0;
7003}
7004
7005struct intel_connector *intel_connector_alloc(void)
7006{
7007 struct intel_connector *connector;
7008
7009 connector = kzalloc(sizeof *connector, GFP_KERNEL);
7010 if (!connector)
7011 return NULL;
7012
7013 if (intel_connector_init(connector) < 0) {
7014 kfree(connector);
7015 return NULL;
7016 }
7017
7018 return connector;
7019}
7020
f0947c37
DV
7021/* Simple connector->get_hw_state implementation for encoders that support only
7022 * one connector and no cloning and hence the encoder state determines the state
7023 * of the connector. */
7024bool intel_connector_get_hw_state(struct intel_connector *connector)
ea5b213a 7025{
24929352 7026 enum pipe pipe = 0;
f0947c37 7027 struct intel_encoder *encoder = connector->encoder;
ea5b213a 7028
f0947c37 7029 return encoder->get_hw_state(encoder, &pipe);
ea5b213a
CW
7030}
7031
6d293983 7032static int pipe_required_fdi_lanes(struct intel_crtc_state *crtc_state)
d272ddfa 7033{
6d293983
ACO
7034 if (crtc_state->base.enable && crtc_state->has_pch_encoder)
7035 return crtc_state->fdi_lanes;
d272ddfa
VS
7036
7037 return 0;
7038}
7039
6d293983 7040static int ironlake_check_fdi_lanes(struct drm_device *dev, enum pipe pipe,
5cec258b 7041 struct intel_crtc_state *pipe_config)
1857e1da 7042{
8652744b 7043 struct drm_i915_private *dev_priv = to_i915(dev);
6d293983
ACO
7044 struct drm_atomic_state *state = pipe_config->base.state;
7045 struct intel_crtc *other_crtc;
7046 struct intel_crtc_state *other_crtc_state;
7047
1857e1da
DV
7048 DRM_DEBUG_KMS("checking fdi config on pipe %c, lanes %i\n",
7049 pipe_name(pipe), pipe_config->fdi_lanes);
7050 if (pipe_config->fdi_lanes > 4) {
7051 DRM_DEBUG_KMS("invalid fdi lane config on pipe %c: %i lanes\n",
7052 pipe_name(pipe), pipe_config->fdi_lanes);
6d293983 7053 return -EINVAL;
1857e1da
DV
7054 }
7055
8652744b 7056 if (IS_HASWELL(dev_priv) || IS_BROADWELL(dev_priv)) {
1857e1da
DV
7057 if (pipe_config->fdi_lanes > 2) {
7058 DRM_DEBUG_KMS("only 2 lanes on haswell, required: %i lanes\n",
7059 pipe_config->fdi_lanes);
6d293983 7060 return -EINVAL;
1857e1da 7061 } else {
6d293983 7062 return 0;
1857e1da
DV
7063 }
7064 }
7065
b7f05d4a 7066 if (INTEL_INFO(dev_priv)->num_pipes == 2)
6d293983 7067 return 0;
1857e1da
DV
7068
7069 /* Ivybridge 3 pipe is really complicated */
7070 switch (pipe) {
7071 case PIPE_A:
6d293983 7072 return 0;
1857e1da 7073 case PIPE_B:
6d293983
ACO
7074 if (pipe_config->fdi_lanes <= 2)
7075 return 0;
7076
b91eb5cc 7077 other_crtc = intel_get_crtc_for_pipe(dev_priv, PIPE_C);
6d293983
ACO
7078 other_crtc_state =
7079 intel_atomic_get_crtc_state(state, other_crtc);
7080 if (IS_ERR(other_crtc_state))
7081 return PTR_ERR(other_crtc_state);
7082
7083 if (pipe_required_fdi_lanes(other_crtc_state) > 0) {
1857e1da
DV
7084 DRM_DEBUG_KMS("invalid shared fdi lane config on pipe %c: %i lanes\n",
7085 pipe_name(pipe), pipe_config->fdi_lanes);
6d293983 7086 return -EINVAL;
1857e1da 7087 }
6d293983 7088 return 0;
1857e1da 7089 case PIPE_C:
251cc67c
VS
7090 if (pipe_config->fdi_lanes > 2) {
7091 DRM_DEBUG_KMS("only 2 lanes on pipe %c: required %i lanes\n",
7092 pipe_name(pipe), pipe_config->fdi_lanes);
6d293983 7093 return -EINVAL;
251cc67c 7094 }
6d293983 7095
b91eb5cc 7096 other_crtc = intel_get_crtc_for_pipe(dev_priv, PIPE_B);
6d293983
ACO
7097 other_crtc_state =
7098 intel_atomic_get_crtc_state(state, other_crtc);
7099 if (IS_ERR(other_crtc_state))
7100 return PTR_ERR(other_crtc_state);
7101
7102 if (pipe_required_fdi_lanes(other_crtc_state) > 2) {
1857e1da 7103 DRM_DEBUG_KMS("fdi link B uses too many lanes to enable link C\n");
6d293983 7104 return -EINVAL;
1857e1da 7105 }
6d293983 7106 return 0;
1857e1da
DV
7107 default:
7108 BUG();
7109 }
7110}
7111
e29c22c0
DV
7112#define RETRY 1
7113static int ironlake_fdi_compute_config(struct intel_crtc *intel_crtc,
5cec258b 7114 struct intel_crtc_state *pipe_config)
877d48d5 7115{
1857e1da 7116 struct drm_device *dev = intel_crtc->base.dev;
7c5f93b0 7117 const struct drm_display_mode *adjusted_mode = &pipe_config->base.adjusted_mode;
6d293983
ACO
7118 int lane, link_bw, fdi_dotclock, ret;
7119 bool needs_recompute = false;
877d48d5 7120
e29c22c0 7121retry:
877d48d5
DV
7122 /* FDI is a binary signal running at ~2.7GHz, encoding
7123 * each output octet as 10 bits. The actual frequency
7124 * is stored as a divider into a 100MHz clock, and the
7125 * mode pixel clock is stored in units of 1KHz.
7126 * Hence the bw of each lane in terms of the mode signal
7127 * is:
7128 */
21a727b3 7129 link_bw = intel_fdi_link_freq(to_i915(dev), pipe_config);
877d48d5 7130
241bfc38 7131 fdi_dotclock = adjusted_mode->crtc_clock;
877d48d5 7132
2bd89a07 7133 lane = ironlake_get_lanes_required(fdi_dotclock, link_bw,
877d48d5
DV
7134 pipe_config->pipe_bpp);
7135
7136 pipe_config->fdi_lanes = lane;
7137
2bd89a07 7138 intel_link_compute_m_n(pipe_config->pipe_bpp, lane, fdi_dotclock,
877d48d5 7139 link_bw, &pipe_config->fdi_m_n);
1857e1da 7140
e3b247da 7141 ret = ironlake_check_fdi_lanes(dev, intel_crtc->pipe, pipe_config);
6d293983 7142 if (ret == -EINVAL && pipe_config->pipe_bpp > 6*3) {
e29c22c0
DV
7143 pipe_config->pipe_bpp -= 2*3;
7144 DRM_DEBUG_KMS("fdi link bw constraint, reducing pipe bpp to %i\n",
7145 pipe_config->pipe_bpp);
7146 needs_recompute = true;
7147 pipe_config->bw_constrained = true;
7148
7149 goto retry;
7150 }
7151
7152 if (needs_recompute)
7153 return RETRY;
7154
6d293983 7155 return ret;
877d48d5
DV
7156}
7157
8cfb3407
VS
7158static bool pipe_config_supports_ips(struct drm_i915_private *dev_priv,
7159 struct intel_crtc_state *pipe_config)
7160{
7161 if (pipe_config->pipe_bpp > 24)
7162 return false;
7163
7164 /* HSW can handle pixel rate up to cdclk? */
2d1fe073 7165 if (IS_HASWELL(dev_priv))
8cfb3407
VS
7166 return true;
7167
7168 /*
b432e5cf
VS
7169 * We compare against max which means we must take
7170 * the increased cdclk requirement into account when
7171 * calculating the new cdclk.
7172 *
7173 * Should measure whether using a lower cdclk w/o IPS
8cfb3407
VS
7174 */
7175 return ilk_pipe_pixel_rate(pipe_config) <=
7176 dev_priv->max_cdclk_freq * 95 / 100;
7177}
7178
42db64ef 7179static void hsw_compute_ips_config(struct intel_crtc *crtc,
5cec258b 7180 struct intel_crtc_state *pipe_config)
42db64ef 7181{
8cfb3407 7182 struct drm_device *dev = crtc->base.dev;
fac5e23e 7183 struct drm_i915_private *dev_priv = to_i915(dev);
8cfb3407 7184
d330a953 7185 pipe_config->ips_enabled = i915.enable_ips &&
8cfb3407
VS
7186 hsw_crtc_supports_ips(crtc) &&
7187 pipe_config_supports_ips(dev_priv, pipe_config);
42db64ef
PZ
7188}
7189
39acb4aa
VS
7190static bool intel_crtc_supports_double_wide(const struct intel_crtc *crtc)
7191{
7192 const struct drm_i915_private *dev_priv = to_i915(crtc->base.dev);
7193
7194 /* GDG double wide on either pipe, otherwise pipe A only */
7195 return INTEL_INFO(dev_priv)->gen < 4 &&
7196 (crtc->pipe == PIPE_A || IS_I915G(dev_priv));
7197}
7198
a43f6e0f 7199static int intel_crtc_compute_config(struct intel_crtc *crtc,
5cec258b 7200 struct intel_crtc_state *pipe_config)
79e53945 7201{
a43f6e0f 7202 struct drm_device *dev = crtc->base.dev;
fac5e23e 7203 struct drm_i915_private *dev_priv = to_i915(dev);
7c5f93b0 7204 const struct drm_display_mode *adjusted_mode = &pipe_config->base.adjusted_mode;
f3261156 7205 int clock_limit = dev_priv->max_dotclk_freq;
89749350 7206
6315b5d3 7207 if (INTEL_GEN(dev_priv) < 4) {
f3261156 7208 clock_limit = dev_priv->max_cdclk_freq * 9 / 10;
cf532bb2
VS
7209
7210 /*
39acb4aa 7211 * Enable double wide mode when the dot clock
cf532bb2 7212 * is > 90% of the (display) core speed.
cf532bb2 7213 */
39acb4aa
VS
7214 if (intel_crtc_supports_double_wide(crtc) &&
7215 adjusted_mode->crtc_clock > clock_limit) {
f3261156 7216 clock_limit = dev_priv->max_dotclk_freq;
cf532bb2 7217 pipe_config->double_wide = true;
ad3a4479 7218 }
f3261156 7219 }
ad3a4479 7220
f3261156
VS
7221 if (adjusted_mode->crtc_clock > clock_limit) {
7222 DRM_DEBUG_KMS("requested pixel clock (%d kHz) too high (max: %d kHz, double wide: %s)\n",
7223 adjusted_mode->crtc_clock, clock_limit,
7224 yesno(pipe_config->double_wide));
7225 return -EINVAL;
2c07245f 7226 }
89749350 7227
1d1d0e27
VS
7228 /*
7229 * Pipe horizontal size must be even in:
7230 * - DVO ganged mode
7231 * - LVDS dual channel mode
7232 * - Double wide pipe
7233 */
2d84d2b3 7234 if ((intel_crtc_has_type(pipe_config, INTEL_OUTPUT_LVDS) &&
1d1d0e27
VS
7235 intel_is_dual_link_lvds(dev)) || pipe_config->double_wide)
7236 pipe_config->pipe_src_w &= ~1;
7237
8693a824
DL
7238 /* Cantiga+ cannot handle modes with a hsync front porch of 0.
7239 * WaPruneModeWithIncorrectHsyncOffset:ctg,elk,ilk,snb,ivb,vlv,hsw.
44f46b42 7240 */
9beb5fea 7241 if ((INTEL_GEN(dev_priv) > 4 || IS_G4X(dev_priv)) &&
aad941d5 7242 adjusted_mode->crtc_hsync_start == adjusted_mode->crtc_hdisplay)
e29c22c0 7243 return -EINVAL;
44f46b42 7244
50a0bc90 7245 if (HAS_IPS(dev_priv))
a43f6e0f
DV
7246 hsw_compute_ips_config(crtc, pipe_config);
7247
877d48d5 7248 if (pipe_config->has_pch_encoder)
a43f6e0f 7249 return ironlake_fdi_compute_config(crtc, pipe_config);
877d48d5 7250
cf5a15be 7251 return 0;
79e53945
JB
7252}
7253
1353c4fb 7254static int skylake_get_display_clock_speed(struct drm_i915_private *dev_priv)
1652d19e 7255{
1353c4fb 7256 u32 cdctl;
1652d19e 7257
ea61791e 7258 skl_dpll0_update(dev_priv);
1652d19e 7259
63911d72 7260 if (dev_priv->cdclk_pll.vco == 0)
709e05c3 7261 return dev_priv->cdclk_pll.ref;
1652d19e 7262
ea61791e 7263 cdctl = I915_READ(CDCLK_CTL);
1652d19e 7264
63911d72 7265 if (dev_priv->cdclk_pll.vco == 8640000) {
1652d19e
VS
7266 switch (cdctl & CDCLK_FREQ_SEL_MASK) {
7267 case CDCLK_FREQ_450_432:
7268 return 432000;
7269 case CDCLK_FREQ_337_308:
487ed2e4 7270 return 308571;
ea61791e
VS
7271 case CDCLK_FREQ_540:
7272 return 540000;
1652d19e 7273 case CDCLK_FREQ_675_617:
487ed2e4 7274 return 617143;
1652d19e 7275 default:
ea61791e 7276 MISSING_CASE(cdctl & CDCLK_FREQ_SEL_MASK);
1652d19e
VS
7277 }
7278 } else {
1652d19e
VS
7279 switch (cdctl & CDCLK_FREQ_SEL_MASK) {
7280 case CDCLK_FREQ_450_432:
7281 return 450000;
7282 case CDCLK_FREQ_337_308:
7283 return 337500;
ea61791e
VS
7284 case CDCLK_FREQ_540:
7285 return 540000;
1652d19e
VS
7286 case CDCLK_FREQ_675_617:
7287 return 675000;
7288 default:
ea61791e 7289 MISSING_CASE(cdctl & CDCLK_FREQ_SEL_MASK);
1652d19e
VS
7290 }
7291 }
7292
709e05c3 7293 return dev_priv->cdclk_pll.ref;
1652d19e
VS
7294}
7295
83d7c81f
VS
7296static void bxt_de_pll_update(struct drm_i915_private *dev_priv)
7297{
7298 u32 val;
7299
7300 dev_priv->cdclk_pll.ref = 19200;
1c3f7700 7301 dev_priv->cdclk_pll.vco = 0;
83d7c81f
VS
7302
7303 val = I915_READ(BXT_DE_PLL_ENABLE);
1c3f7700 7304 if ((val & BXT_DE_PLL_PLL_ENABLE) == 0)
83d7c81f 7305 return;
83d7c81f 7306
1c3f7700
ID
7307 if (WARN_ON((val & BXT_DE_PLL_LOCK) == 0))
7308 return;
83d7c81f
VS
7309
7310 val = I915_READ(BXT_DE_PLL_CTL);
7311 dev_priv->cdclk_pll.vco = (val & BXT_DE_PLL_RATIO_MASK) *
7312 dev_priv->cdclk_pll.ref;
7313}
7314
1353c4fb 7315static int broxton_get_display_clock_speed(struct drm_i915_private *dev_priv)
acd3f3d3 7316{
f5986242
VS
7317 u32 divider;
7318 int div, vco;
acd3f3d3 7319
83d7c81f
VS
7320 bxt_de_pll_update(dev_priv);
7321
f5986242
VS
7322 vco = dev_priv->cdclk_pll.vco;
7323 if (vco == 0)
7324 return dev_priv->cdclk_pll.ref;
acd3f3d3 7325
f5986242 7326 divider = I915_READ(CDCLK_CTL) & BXT_CDCLK_CD2X_DIV_SEL_MASK;
acd3f3d3 7327
f5986242 7328 switch (divider) {
acd3f3d3 7329 case BXT_CDCLK_CD2X_DIV_SEL_1:
f5986242
VS
7330 div = 2;
7331 break;
acd3f3d3 7332 case BXT_CDCLK_CD2X_DIV_SEL_1_5:
89b3c3c7 7333 WARN(IS_GEMINILAKE(dev_priv), "Unsupported divider\n");
f5986242
VS
7334 div = 3;
7335 break;
acd3f3d3 7336 case BXT_CDCLK_CD2X_DIV_SEL_2:
f5986242
VS
7337 div = 4;
7338 break;
acd3f3d3 7339 case BXT_CDCLK_CD2X_DIV_SEL_4:
f5986242
VS
7340 div = 8;
7341 break;
7342 default:
7343 MISSING_CASE(divider);
7344 return dev_priv->cdclk_pll.ref;
acd3f3d3
BP
7345 }
7346
f5986242 7347 return DIV_ROUND_CLOSEST(vco, div);
acd3f3d3
BP
7348}
7349
1353c4fb 7350static int broadwell_get_display_clock_speed(struct drm_i915_private *dev_priv)
1652d19e 7351{
1652d19e
VS
7352 uint32_t lcpll = I915_READ(LCPLL_CTL);
7353 uint32_t freq = lcpll & LCPLL_CLK_FREQ_MASK;
7354
7355 if (lcpll & LCPLL_CD_SOURCE_FCLK)
7356 return 800000;
7357 else if (I915_READ(FUSE_STRAP) & HSW_CDCLK_LIMIT)
7358 return 450000;
7359 else if (freq == LCPLL_CLK_FREQ_450)
7360 return 450000;
7361 else if (freq == LCPLL_CLK_FREQ_54O_BDW)
7362 return 540000;
7363 else if (freq == LCPLL_CLK_FREQ_337_5_BDW)
7364 return 337500;
7365 else
7366 return 675000;
7367}
7368
1353c4fb 7369static int haswell_get_display_clock_speed(struct drm_i915_private *dev_priv)
1652d19e 7370{
1652d19e
VS
7371 uint32_t lcpll = I915_READ(LCPLL_CTL);
7372 uint32_t freq = lcpll & LCPLL_CLK_FREQ_MASK;
7373
7374 if (lcpll & LCPLL_CD_SOURCE_FCLK)
7375 return 800000;
7376 else if (I915_READ(FUSE_STRAP) & HSW_CDCLK_LIMIT)
7377 return 450000;
7378 else if (freq == LCPLL_CLK_FREQ_450)
7379 return 450000;
50a0bc90 7380 else if (IS_HSW_ULT(dev_priv))
1652d19e
VS
7381 return 337500;
7382 else
7383 return 540000;
79e53945
JB
7384}
7385
1353c4fb 7386static int valleyview_get_display_clock_speed(struct drm_i915_private *dev_priv)
25eb05fc 7387{
1353c4fb 7388 return vlv_get_cck_clock_hpll(dev_priv, "cdclk",
bfa7df01 7389 CCK_DISPLAY_CLOCK_CONTROL);
25eb05fc
JB
7390}
7391
1353c4fb 7392static int ilk_get_display_clock_speed(struct drm_i915_private *dev_priv)
b37a6434
VS
7393{
7394 return 450000;
7395}
7396
1353c4fb 7397static int i945_get_display_clock_speed(struct drm_i915_private *dev_priv)
e70236a8
JB
7398{
7399 return 400000;
7400}
79e53945 7401
1353c4fb 7402static int i915_get_display_clock_speed(struct drm_i915_private *dev_priv)
79e53945 7403{
e907f170 7404 return 333333;
e70236a8 7405}
79e53945 7406
1353c4fb 7407static int i9xx_misc_get_display_clock_speed(struct drm_i915_private *dev_priv)
e70236a8
JB
7408{
7409 return 200000;
7410}
79e53945 7411
1353c4fb 7412static int pnv_get_display_clock_speed(struct drm_i915_private *dev_priv)
257a7ffc 7413{
1353c4fb 7414 struct pci_dev *pdev = dev_priv->drm.pdev;
257a7ffc
DV
7415 u16 gcfgc = 0;
7416
52a05c30 7417 pci_read_config_word(pdev, GCFGC, &gcfgc);
257a7ffc
DV
7418
7419 switch (gcfgc & GC_DISPLAY_CLOCK_MASK) {
7420 case GC_DISPLAY_CLOCK_267_MHZ_PNV:
e907f170 7421 return 266667;
257a7ffc 7422 case GC_DISPLAY_CLOCK_333_MHZ_PNV:
e907f170 7423 return 333333;
257a7ffc 7424 case GC_DISPLAY_CLOCK_444_MHZ_PNV:
e907f170 7425 return 444444;
257a7ffc
DV
7426 case GC_DISPLAY_CLOCK_200_MHZ_PNV:
7427 return 200000;
7428 default:
7429 DRM_ERROR("Unknown pnv display core clock 0x%04x\n", gcfgc);
7430 case GC_DISPLAY_CLOCK_133_MHZ_PNV:
e907f170 7431 return 133333;
257a7ffc 7432 case GC_DISPLAY_CLOCK_167_MHZ_PNV:
e907f170 7433 return 166667;
257a7ffc
DV
7434 }
7435}
7436
1353c4fb 7437static int i915gm_get_display_clock_speed(struct drm_i915_private *dev_priv)
e70236a8 7438{
1353c4fb 7439 struct pci_dev *pdev = dev_priv->drm.pdev;
e70236a8 7440 u16 gcfgc = 0;
79e53945 7441
52a05c30 7442 pci_read_config_word(pdev, GCFGC, &gcfgc);
e70236a8
JB
7443
7444 if (gcfgc & GC_LOW_FREQUENCY_ENABLE)
e907f170 7445 return 133333;
e70236a8
JB
7446 else {
7447 switch (gcfgc & GC_DISPLAY_CLOCK_MASK) {
7448 case GC_DISPLAY_CLOCK_333_MHZ:
e907f170 7449 return 333333;
e70236a8
JB
7450 default:
7451 case GC_DISPLAY_CLOCK_190_200_MHZ:
7452 return 190000;
79e53945 7453 }
e70236a8
JB
7454 }
7455}
7456
1353c4fb 7457static int i865_get_display_clock_speed(struct drm_i915_private *dev_priv)
e70236a8 7458{
e907f170 7459 return 266667;
e70236a8
JB
7460}
7461
1353c4fb 7462static int i85x_get_display_clock_speed(struct drm_i915_private *dev_priv)
e70236a8 7463{
1353c4fb 7464 struct pci_dev *pdev = dev_priv->drm.pdev;
e70236a8 7465 u16 hpllcc = 0;
1b1d2716 7466
65cd2b3f
VS
7467 /*
7468 * 852GM/852GMV only supports 133 MHz and the HPLLCC
7469 * encoding is different :(
7470 * FIXME is this the right way to detect 852GM/852GMV?
7471 */
52a05c30 7472 if (pdev->revision == 0x1)
65cd2b3f
VS
7473 return 133333;
7474
52a05c30 7475 pci_bus_read_config_word(pdev->bus,
1b1d2716
VS
7476 PCI_DEVFN(0, 3), HPLLCC, &hpllcc);
7477
e70236a8
JB
7478 /* Assume that the hardware is in the high speed state. This
7479 * should be the default.
7480 */
7481 switch (hpllcc & GC_CLOCK_CONTROL_MASK) {
7482 case GC_CLOCK_133_200:
1b1d2716 7483 case GC_CLOCK_133_200_2:
e70236a8
JB
7484 case GC_CLOCK_100_200:
7485 return 200000;
7486 case GC_CLOCK_166_250:
7487 return 250000;
7488 case GC_CLOCK_100_133:
e907f170 7489 return 133333;
1b1d2716
VS
7490 case GC_CLOCK_133_266:
7491 case GC_CLOCK_133_266_2:
7492 case GC_CLOCK_166_266:
7493 return 266667;
e70236a8 7494 }
79e53945 7495
e70236a8
JB
7496 /* Shouldn't happen */
7497 return 0;
7498}
79e53945 7499
1353c4fb 7500static int i830_get_display_clock_speed(struct drm_i915_private *dev_priv)
e70236a8 7501{
e907f170 7502 return 133333;
79e53945
JB
7503}
7504
1353c4fb 7505static unsigned int intel_hpll_vco(struct drm_i915_private *dev_priv)
34edce2f 7506{
34edce2f
VS
7507 static const unsigned int blb_vco[8] = {
7508 [0] = 3200000,
7509 [1] = 4000000,
7510 [2] = 5333333,
7511 [3] = 4800000,
7512 [4] = 6400000,
7513 };
7514 static const unsigned int pnv_vco[8] = {
7515 [0] = 3200000,
7516 [1] = 4000000,
7517 [2] = 5333333,
7518 [3] = 4800000,
7519 [4] = 2666667,
7520 };
7521 static const unsigned int cl_vco[8] = {
7522 [0] = 3200000,
7523 [1] = 4000000,
7524 [2] = 5333333,
7525 [3] = 6400000,
7526 [4] = 3333333,
7527 [5] = 3566667,
7528 [6] = 4266667,
7529 };
7530 static const unsigned int elk_vco[8] = {
7531 [0] = 3200000,
7532 [1] = 4000000,
7533 [2] = 5333333,
7534 [3] = 4800000,
7535 };
7536 static const unsigned int ctg_vco[8] = {
7537 [0] = 3200000,
7538 [1] = 4000000,
7539 [2] = 5333333,
7540 [3] = 6400000,
7541 [4] = 2666667,
7542 [5] = 4266667,
7543 };
7544 const unsigned int *vco_table;
7545 unsigned int vco;
7546 uint8_t tmp = 0;
7547
7548 /* FIXME other chipsets? */
50a0bc90 7549 if (IS_GM45(dev_priv))
34edce2f 7550 vco_table = ctg_vco;
9beb5fea 7551 else if (IS_G4X(dev_priv))
34edce2f 7552 vco_table = elk_vco;
c0f86832 7553 else if (IS_I965GM(dev_priv))
34edce2f 7554 vco_table = cl_vco;
1353c4fb 7555 else if (IS_PINEVIEW(dev_priv))
34edce2f 7556 vco_table = pnv_vco;
1353c4fb 7557 else if (IS_G33(dev_priv))
34edce2f
VS
7558 vco_table = blb_vco;
7559 else
7560 return 0;
7561
1353c4fb 7562 tmp = I915_READ(IS_MOBILE(dev_priv) ? HPLLVCO_MOBILE : HPLLVCO);
34edce2f
VS
7563
7564 vco = vco_table[tmp & 0x7];
7565 if (vco == 0)
7566 DRM_ERROR("Bad HPLL VCO (HPLLVCO=0x%02x)\n", tmp);
7567 else
7568 DRM_DEBUG_KMS("HPLL VCO %u kHz\n", vco);
7569
7570 return vco;
7571}
7572
1353c4fb 7573static int gm45_get_display_clock_speed(struct drm_i915_private *dev_priv)
34edce2f 7574{
1353c4fb
VS
7575 struct pci_dev *pdev = dev_priv->drm.pdev;
7576 unsigned int cdclk_sel, vco = intel_hpll_vco(dev_priv);
34edce2f
VS
7577 uint16_t tmp = 0;
7578
52a05c30 7579 pci_read_config_word(pdev, GCFGC, &tmp);
34edce2f
VS
7580
7581 cdclk_sel = (tmp >> 12) & 0x1;
7582
7583 switch (vco) {
7584 case 2666667:
7585 case 4000000:
7586 case 5333333:
7587 return cdclk_sel ? 333333 : 222222;
7588 case 3200000:
7589 return cdclk_sel ? 320000 : 228571;
7590 default:
7591 DRM_ERROR("Unable to determine CDCLK. HPLL VCO=%u, CFGC=0x%04x\n", vco, tmp);
7592 return 222222;
7593 }
7594}
7595
1353c4fb 7596static int i965gm_get_display_clock_speed(struct drm_i915_private *dev_priv)
34edce2f 7597{
1353c4fb 7598 struct pci_dev *pdev = dev_priv->drm.pdev;
34edce2f
VS
7599 static const uint8_t div_3200[] = { 16, 10, 8 };
7600 static const uint8_t div_4000[] = { 20, 12, 10 };
7601 static const uint8_t div_5333[] = { 24, 16, 14 };
7602 const uint8_t *div_table;
1353c4fb 7603 unsigned int cdclk_sel, vco = intel_hpll_vco(dev_priv);
34edce2f
VS
7604 uint16_t tmp = 0;
7605
52a05c30 7606 pci_read_config_word(pdev, GCFGC, &tmp);
34edce2f
VS
7607
7608 cdclk_sel = ((tmp >> 8) & 0x1f) - 1;
7609
7610 if (cdclk_sel >= ARRAY_SIZE(div_3200))
7611 goto fail;
7612
7613 switch (vco) {
7614 case 3200000:
7615 div_table = div_3200;
7616 break;
7617 case 4000000:
7618 div_table = div_4000;
7619 break;
7620 case 5333333:
7621 div_table = div_5333;
7622 break;
7623 default:
7624 goto fail;
7625 }
7626
7627 return DIV_ROUND_CLOSEST(vco, div_table[cdclk_sel]);
7628
caf4e252 7629fail:
34edce2f
VS
7630 DRM_ERROR("Unable to determine CDCLK. HPLL VCO=%u kHz, CFGC=0x%04x\n", vco, tmp);
7631 return 200000;
7632}
7633
1353c4fb 7634static int g33_get_display_clock_speed(struct drm_i915_private *dev_priv)
34edce2f 7635{
1353c4fb 7636 struct pci_dev *pdev = dev_priv->drm.pdev;
34edce2f
VS
7637 static const uint8_t div_3200[] = { 12, 10, 8, 7, 5, 16 };
7638 static const uint8_t div_4000[] = { 14, 12, 10, 8, 6, 20 };
7639 static const uint8_t div_4800[] = { 20, 14, 12, 10, 8, 24 };
7640 static const uint8_t div_5333[] = { 20, 16, 12, 12, 8, 28 };
7641 const uint8_t *div_table;
1353c4fb 7642 unsigned int cdclk_sel, vco = intel_hpll_vco(dev_priv);
34edce2f
VS
7643 uint16_t tmp = 0;
7644
52a05c30 7645 pci_read_config_word(pdev, GCFGC, &tmp);
34edce2f
VS
7646
7647 cdclk_sel = (tmp >> 4) & 0x7;
7648
7649 if (cdclk_sel >= ARRAY_SIZE(div_3200))
7650 goto fail;
7651
7652 switch (vco) {
7653 case 3200000:
7654 div_table = div_3200;
7655 break;
7656 case 4000000:
7657 div_table = div_4000;
7658 break;
7659 case 4800000:
7660 div_table = div_4800;
7661 break;
7662 case 5333333:
7663 div_table = div_5333;
7664 break;
7665 default:
7666 goto fail;
7667 }
7668
7669 return DIV_ROUND_CLOSEST(vco, div_table[cdclk_sel]);
7670
caf4e252 7671fail:
34edce2f
VS
7672 DRM_ERROR("Unable to determine CDCLK. HPLL VCO=%u kHz, CFGC=0x%08x\n", vco, tmp);
7673 return 190476;
7674}
7675
2c07245f 7676static void
a65851af 7677intel_reduce_m_n_ratio(uint32_t *num, uint32_t *den)
2c07245f 7678{
a65851af
VS
7679 while (*num > DATA_LINK_M_N_MASK ||
7680 *den > DATA_LINK_M_N_MASK) {
2c07245f
ZW
7681 *num >>= 1;
7682 *den >>= 1;
7683 }
7684}
7685
a65851af
VS
7686static void compute_m_n(unsigned int m, unsigned int n,
7687 uint32_t *ret_m, uint32_t *ret_n)
7688{
7689 *ret_n = min_t(unsigned int, roundup_pow_of_two(n), DATA_LINK_N_MAX);
7690 *ret_m = div_u64((uint64_t) m * *ret_n, n);
7691 intel_reduce_m_n_ratio(ret_m, ret_n);
7692}
7693
e69d0bc1
DV
7694void
7695intel_link_compute_m_n(int bits_per_pixel, int nlanes,
7696 int pixel_clock, int link_clock,
7697 struct intel_link_m_n *m_n)
2c07245f 7698{
e69d0bc1 7699 m_n->tu = 64;
a65851af
VS
7700
7701 compute_m_n(bits_per_pixel * pixel_clock,
7702 link_clock * nlanes * 8,
7703 &m_n->gmch_m, &m_n->gmch_n);
7704
7705 compute_m_n(pixel_clock, link_clock,
7706 &m_n->link_m, &m_n->link_n);
2c07245f
ZW
7707}
7708
a7615030
CW
7709static inline bool intel_panel_use_ssc(struct drm_i915_private *dev_priv)
7710{
d330a953
JN
7711 if (i915.panel_use_ssc >= 0)
7712 return i915.panel_use_ssc != 0;
41aa3448 7713 return dev_priv->vbt.lvds_use_ssc
435793df 7714 && !(dev_priv->quirks & QUIRK_LVDS_SSC_DISABLE);
a7615030
CW
7715}
7716
7429e9d4 7717static uint32_t pnv_dpll_compute_fp(struct dpll *dpll)
c65d77d8 7718{
7df00d7a 7719 return (1 << dpll->n) << 16 | dpll->m2;
7429e9d4 7720}
f47709a9 7721
7429e9d4
DV
7722static uint32_t i9xx_dpll_compute_fp(struct dpll *dpll)
7723{
7724 return dpll->n << 16 | dpll->m1 << 8 | dpll->m2;
c65d77d8
JB
7725}
7726
f47709a9 7727static void i9xx_update_pll_dividers(struct intel_crtc *crtc,
190f68c5 7728 struct intel_crtc_state *crtc_state,
9e2c8475 7729 struct dpll *reduced_clock)
a7516a05 7730{
9b1e14f4 7731 struct drm_i915_private *dev_priv = to_i915(crtc->base.dev);
a7516a05
JB
7732 u32 fp, fp2 = 0;
7733
9b1e14f4 7734 if (IS_PINEVIEW(dev_priv)) {
190f68c5 7735 fp = pnv_dpll_compute_fp(&crtc_state->dpll);
a7516a05 7736 if (reduced_clock)
7429e9d4 7737 fp2 = pnv_dpll_compute_fp(reduced_clock);
a7516a05 7738 } else {
190f68c5 7739 fp = i9xx_dpll_compute_fp(&crtc_state->dpll);
a7516a05 7740 if (reduced_clock)
7429e9d4 7741 fp2 = i9xx_dpll_compute_fp(reduced_clock);
a7516a05
JB
7742 }
7743
190f68c5 7744 crtc_state->dpll_hw_state.fp0 = fp;
a7516a05 7745
f47709a9 7746 crtc->lowfreq_avail = false;
2d84d2b3 7747 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_LVDS) &&
ab585dea 7748 reduced_clock) {
190f68c5 7749 crtc_state->dpll_hw_state.fp1 = fp2;
f47709a9 7750 crtc->lowfreq_avail = true;
a7516a05 7751 } else {
190f68c5 7752 crtc_state->dpll_hw_state.fp1 = fp;
a7516a05
JB
7753 }
7754}
7755
5e69f97f
CML
7756static void vlv_pllb_recal_opamp(struct drm_i915_private *dev_priv, enum pipe
7757 pipe)
89b667f8
JB
7758{
7759 u32 reg_val;
7760
7761 /*
7762 * PLLB opamp always calibrates to max value of 0x3f, force enable it
7763 * and set it to a reasonable value instead.
7764 */
ab3c759a 7765 reg_val = vlv_dpio_read(dev_priv, pipe, VLV_PLL_DW9(1));
89b667f8
JB
7766 reg_val &= 0xffffff00;
7767 reg_val |= 0x00000030;
ab3c759a 7768 vlv_dpio_write(dev_priv, pipe, VLV_PLL_DW9(1), reg_val);
89b667f8 7769
ab3c759a 7770 reg_val = vlv_dpio_read(dev_priv, pipe, VLV_REF_DW13);
89b667f8
JB
7771 reg_val &= 0x8cffffff;
7772 reg_val = 0x8c000000;
ab3c759a 7773 vlv_dpio_write(dev_priv, pipe, VLV_REF_DW13, reg_val);
89b667f8 7774
ab3c759a 7775 reg_val = vlv_dpio_read(dev_priv, pipe, VLV_PLL_DW9(1));
89b667f8 7776 reg_val &= 0xffffff00;
ab3c759a 7777 vlv_dpio_write(dev_priv, pipe, VLV_PLL_DW9(1), reg_val);
89b667f8 7778
ab3c759a 7779 reg_val = vlv_dpio_read(dev_priv, pipe, VLV_REF_DW13);
89b667f8
JB
7780 reg_val &= 0x00ffffff;
7781 reg_val |= 0xb0000000;
ab3c759a 7782 vlv_dpio_write(dev_priv, pipe, VLV_REF_DW13, reg_val);
89b667f8
JB
7783}
7784
b551842d
DV
7785static void intel_pch_transcoder_set_m_n(struct intel_crtc *crtc,
7786 struct intel_link_m_n *m_n)
7787{
7788 struct drm_device *dev = crtc->base.dev;
fac5e23e 7789 struct drm_i915_private *dev_priv = to_i915(dev);
b551842d
DV
7790 int pipe = crtc->pipe;
7791
e3b95f1e
DV
7792 I915_WRITE(PCH_TRANS_DATA_M1(pipe), TU_SIZE(m_n->tu) | m_n->gmch_m);
7793 I915_WRITE(PCH_TRANS_DATA_N1(pipe), m_n->gmch_n);
7794 I915_WRITE(PCH_TRANS_LINK_M1(pipe), m_n->link_m);
7795 I915_WRITE(PCH_TRANS_LINK_N1(pipe), m_n->link_n);
b551842d
DV
7796}
7797
7798static void intel_cpu_transcoder_set_m_n(struct intel_crtc *crtc,
f769cd24
VK
7799 struct intel_link_m_n *m_n,
7800 struct intel_link_m_n *m2_n2)
b551842d 7801{
6315b5d3 7802 struct drm_i915_private *dev_priv = to_i915(crtc->base.dev);
b551842d 7803 int pipe = crtc->pipe;
6e3c9717 7804 enum transcoder transcoder = crtc->config->cpu_transcoder;
b551842d 7805
6315b5d3 7806 if (INTEL_GEN(dev_priv) >= 5) {
b551842d
DV
7807 I915_WRITE(PIPE_DATA_M1(transcoder), TU_SIZE(m_n->tu) | m_n->gmch_m);
7808 I915_WRITE(PIPE_DATA_N1(transcoder), m_n->gmch_n);
7809 I915_WRITE(PIPE_LINK_M1(transcoder), m_n->link_m);
7810 I915_WRITE(PIPE_LINK_N1(transcoder), m_n->link_n);
f769cd24
VK
7811 /* M2_N2 registers to be set only for gen < 8 (M2_N2 available
7812 * for gen < 8) and if DRRS is supported (to make sure the
7813 * registers are not unnecessarily accessed).
7814 */
920a14b2
TU
7815 if (m2_n2 && (IS_CHERRYVIEW(dev_priv) ||
7816 INTEL_GEN(dev_priv) < 8) && crtc->config->has_drrs) {
f769cd24
VK
7817 I915_WRITE(PIPE_DATA_M2(transcoder),
7818 TU_SIZE(m2_n2->tu) | m2_n2->gmch_m);
7819 I915_WRITE(PIPE_DATA_N2(transcoder), m2_n2->gmch_n);
7820 I915_WRITE(PIPE_LINK_M2(transcoder), m2_n2->link_m);
7821 I915_WRITE(PIPE_LINK_N2(transcoder), m2_n2->link_n);
7822 }
b551842d 7823 } else {
e3b95f1e
DV
7824 I915_WRITE(PIPE_DATA_M_G4X(pipe), TU_SIZE(m_n->tu) | m_n->gmch_m);
7825 I915_WRITE(PIPE_DATA_N_G4X(pipe), m_n->gmch_n);
7826 I915_WRITE(PIPE_LINK_M_G4X(pipe), m_n->link_m);
7827 I915_WRITE(PIPE_LINK_N_G4X(pipe), m_n->link_n);
b551842d
DV
7828 }
7829}
7830
fe3cd48d 7831void intel_dp_set_m_n(struct intel_crtc *crtc, enum link_m_n_set m_n)
03afc4a2 7832{
fe3cd48d
R
7833 struct intel_link_m_n *dp_m_n, *dp_m2_n2 = NULL;
7834
7835 if (m_n == M1_N1) {
7836 dp_m_n = &crtc->config->dp_m_n;
7837 dp_m2_n2 = &crtc->config->dp_m2_n2;
7838 } else if (m_n == M2_N2) {
7839
7840 /*
7841 * M2_N2 registers are not supported. Hence m2_n2 divider value
7842 * needs to be programmed into M1_N1.
7843 */
7844 dp_m_n = &crtc->config->dp_m2_n2;
7845 } else {
7846 DRM_ERROR("Unsupported divider value\n");
7847 return;
7848 }
7849
6e3c9717
ACO
7850 if (crtc->config->has_pch_encoder)
7851 intel_pch_transcoder_set_m_n(crtc, &crtc->config->dp_m_n);
03afc4a2 7852 else
fe3cd48d 7853 intel_cpu_transcoder_set_m_n(crtc, dp_m_n, dp_m2_n2);
03afc4a2
DV
7854}
7855
251ac862
DV
7856static void vlv_compute_dpll(struct intel_crtc *crtc,
7857 struct intel_crtc_state *pipe_config)
bdd4b6a6 7858{
03ed5cbf 7859 pipe_config->dpll_hw_state.dpll = DPLL_INTEGRATED_REF_CLK_VLV |
cd2d34d9 7860 DPLL_REF_CLK_ENABLE_VLV | DPLL_VGA_MODE_DIS;
03ed5cbf
VS
7861 if (crtc->pipe != PIPE_A)
7862 pipe_config->dpll_hw_state.dpll |= DPLL_INTEGRATED_CRI_CLK_VLV;
bdd4b6a6 7863
cd2d34d9 7864 /* DPLL not used with DSI, but still need the rest set up */
d7edc4e5 7865 if (!intel_crtc_has_type(pipe_config, INTEL_OUTPUT_DSI))
cd2d34d9
VS
7866 pipe_config->dpll_hw_state.dpll |= DPLL_VCO_ENABLE |
7867 DPLL_EXT_BUFFER_ENABLE_VLV;
7868
03ed5cbf
VS
7869 pipe_config->dpll_hw_state.dpll_md =
7870 (pipe_config->pixel_multiplier - 1) << DPLL_MD_UDI_MULTIPLIER_SHIFT;
7871}
bdd4b6a6 7872
03ed5cbf
VS
7873static void chv_compute_dpll(struct intel_crtc *crtc,
7874 struct intel_crtc_state *pipe_config)
7875{
7876 pipe_config->dpll_hw_state.dpll = DPLL_SSC_REF_CLK_CHV |
cd2d34d9 7877 DPLL_REF_CLK_ENABLE_VLV | DPLL_VGA_MODE_DIS;
03ed5cbf
VS
7878 if (crtc->pipe != PIPE_A)
7879 pipe_config->dpll_hw_state.dpll |= DPLL_INTEGRATED_CRI_CLK_VLV;
7880
cd2d34d9 7881 /* DPLL not used with DSI, but still need the rest set up */
d7edc4e5 7882 if (!intel_crtc_has_type(pipe_config, INTEL_OUTPUT_DSI))
cd2d34d9
VS
7883 pipe_config->dpll_hw_state.dpll |= DPLL_VCO_ENABLE;
7884
03ed5cbf
VS
7885 pipe_config->dpll_hw_state.dpll_md =
7886 (pipe_config->pixel_multiplier - 1) << DPLL_MD_UDI_MULTIPLIER_SHIFT;
bdd4b6a6
DV
7887}
7888
d288f65f 7889static void vlv_prepare_pll(struct intel_crtc *crtc,
5cec258b 7890 const struct intel_crtc_state *pipe_config)
a0c4da24 7891{
f47709a9 7892 struct drm_device *dev = crtc->base.dev;
fac5e23e 7893 struct drm_i915_private *dev_priv = to_i915(dev);
cd2d34d9 7894 enum pipe pipe = crtc->pipe;
bdd4b6a6 7895 u32 mdiv;
a0c4da24 7896 u32 bestn, bestm1, bestm2, bestp1, bestp2;
bdd4b6a6 7897 u32 coreclk, reg_val;
a0c4da24 7898
cd2d34d9
VS
7899 /* Enable Refclk */
7900 I915_WRITE(DPLL(pipe),
7901 pipe_config->dpll_hw_state.dpll &
7902 ~(DPLL_VCO_ENABLE | DPLL_EXT_BUFFER_ENABLE_VLV));
7903
7904 /* No need to actually set up the DPLL with DSI */
7905 if ((pipe_config->dpll_hw_state.dpll & DPLL_VCO_ENABLE) == 0)
7906 return;
7907
a580516d 7908 mutex_lock(&dev_priv->sb_lock);
09153000 7909
d288f65f
VS
7910 bestn = pipe_config->dpll.n;
7911 bestm1 = pipe_config->dpll.m1;
7912 bestm2 = pipe_config->dpll.m2;
7913 bestp1 = pipe_config->dpll.p1;
7914 bestp2 = pipe_config->dpll.p2;
a0c4da24 7915
89b667f8
JB
7916 /* See eDP HDMI DPIO driver vbios notes doc */
7917
7918 /* PLL B needs special handling */
bdd4b6a6 7919 if (pipe == PIPE_B)
5e69f97f 7920 vlv_pllb_recal_opamp(dev_priv, pipe);
89b667f8
JB
7921
7922 /* Set up Tx target for periodic Rcomp update */
ab3c759a 7923 vlv_dpio_write(dev_priv, pipe, VLV_PLL_DW9_BCAST, 0x0100000f);
89b667f8
JB
7924
7925 /* Disable target IRef on PLL */
ab3c759a 7926 reg_val = vlv_dpio_read(dev_priv, pipe, VLV_PLL_DW8(pipe));
89b667f8 7927 reg_val &= 0x00ffffff;
ab3c759a 7928 vlv_dpio_write(dev_priv, pipe, VLV_PLL_DW8(pipe), reg_val);
89b667f8
JB
7929
7930 /* Disable fast lock */
ab3c759a 7931 vlv_dpio_write(dev_priv, pipe, VLV_CMN_DW0, 0x610);
89b667f8
JB
7932
7933 /* Set idtafcrecal before PLL is enabled */
a0c4da24
JB
7934 mdiv = ((bestm1 << DPIO_M1DIV_SHIFT) | (bestm2 & DPIO_M2DIV_MASK));
7935 mdiv |= ((bestp1 << DPIO_P1_SHIFT) | (bestp2 << DPIO_P2_SHIFT));
7936 mdiv |= ((bestn << DPIO_N_SHIFT));
a0c4da24 7937 mdiv |= (1 << DPIO_K_SHIFT);
7df5080b
JB
7938
7939 /*
7940 * Post divider depends on pixel clock rate, DAC vs digital (and LVDS,
7941 * but we don't support that).
7942 * Note: don't use the DAC post divider as it seems unstable.
7943 */
7944 mdiv |= (DPIO_POST_DIV_HDMIDP << DPIO_POST_DIV_SHIFT);
ab3c759a 7945 vlv_dpio_write(dev_priv, pipe, VLV_PLL_DW3(pipe), mdiv);
a0c4da24 7946
a0c4da24 7947 mdiv |= DPIO_ENABLE_CALIBRATION;
ab3c759a 7948 vlv_dpio_write(dev_priv, pipe, VLV_PLL_DW3(pipe), mdiv);
a0c4da24 7949
89b667f8 7950 /* Set HBR and RBR LPF coefficients */
d288f65f 7951 if (pipe_config->port_clock == 162000 ||
2d84d2b3
VS
7952 intel_crtc_has_type(crtc->config, INTEL_OUTPUT_ANALOG) ||
7953 intel_crtc_has_type(crtc->config, INTEL_OUTPUT_HDMI))
ab3c759a 7954 vlv_dpio_write(dev_priv, pipe, VLV_PLL_DW10(pipe),
885b0120 7955 0x009f0003);
89b667f8 7956 else
ab3c759a 7957 vlv_dpio_write(dev_priv, pipe, VLV_PLL_DW10(pipe),
89b667f8
JB
7958 0x00d0000f);
7959
37a5650b 7960 if (intel_crtc_has_dp_encoder(pipe_config)) {
89b667f8 7961 /* Use SSC source */
bdd4b6a6 7962 if (pipe == PIPE_A)
ab3c759a 7963 vlv_dpio_write(dev_priv, pipe, VLV_PLL_DW5(pipe),
89b667f8
JB
7964 0x0df40000);
7965 else
ab3c759a 7966 vlv_dpio_write(dev_priv, pipe, VLV_PLL_DW5(pipe),
89b667f8
JB
7967 0x0df70000);
7968 } else { /* HDMI or VGA */
7969 /* Use bend source */
bdd4b6a6 7970 if (pipe == PIPE_A)
ab3c759a 7971 vlv_dpio_write(dev_priv, pipe, VLV_PLL_DW5(pipe),
89b667f8
JB
7972 0x0df70000);
7973 else
ab3c759a 7974 vlv_dpio_write(dev_priv, pipe, VLV_PLL_DW5(pipe),
89b667f8
JB
7975 0x0df40000);
7976 }
a0c4da24 7977
ab3c759a 7978 coreclk = vlv_dpio_read(dev_priv, pipe, VLV_PLL_DW7(pipe));
89b667f8 7979 coreclk = (coreclk & 0x0000ff00) | 0x01c00000;
2210ce7f 7980 if (intel_crtc_has_dp_encoder(crtc->config))
89b667f8 7981 coreclk |= 0x01000000;
ab3c759a 7982 vlv_dpio_write(dev_priv, pipe, VLV_PLL_DW7(pipe), coreclk);
a0c4da24 7983
ab3c759a 7984 vlv_dpio_write(dev_priv, pipe, VLV_PLL_DW11(pipe), 0x87871000);
a580516d 7985 mutex_unlock(&dev_priv->sb_lock);
a0c4da24
JB
7986}
7987
d288f65f 7988static void chv_prepare_pll(struct intel_crtc *crtc,
5cec258b 7989 const struct intel_crtc_state *pipe_config)
9d556c99
CML
7990{
7991 struct drm_device *dev = crtc->base.dev;
fac5e23e 7992 struct drm_i915_private *dev_priv = to_i915(dev);
cd2d34d9 7993 enum pipe pipe = crtc->pipe;
9d556c99 7994 enum dpio_channel port = vlv_pipe_to_channel(pipe);
9cbe40c1 7995 u32 loopfilter, tribuf_calcntr;
9d556c99 7996 u32 bestn, bestm1, bestm2, bestp1, bestp2, bestm2_frac;
a945ce7e 7997 u32 dpio_val;
9cbe40c1 7998 int vco;
9d556c99 7999
cd2d34d9
VS
8000 /* Enable Refclk and SSC */
8001 I915_WRITE(DPLL(pipe),
8002 pipe_config->dpll_hw_state.dpll & ~DPLL_VCO_ENABLE);
8003
8004 /* No need to actually set up the DPLL with DSI */
8005 if ((pipe_config->dpll_hw_state.dpll & DPLL_VCO_ENABLE) == 0)
8006 return;
8007
d288f65f
VS
8008 bestn = pipe_config->dpll.n;
8009 bestm2_frac = pipe_config->dpll.m2 & 0x3fffff;
8010 bestm1 = pipe_config->dpll.m1;
8011 bestm2 = pipe_config->dpll.m2 >> 22;
8012 bestp1 = pipe_config->dpll.p1;
8013 bestp2 = pipe_config->dpll.p2;
9cbe40c1 8014 vco = pipe_config->dpll.vco;
a945ce7e 8015 dpio_val = 0;
9cbe40c1 8016 loopfilter = 0;
9d556c99 8017
a580516d 8018 mutex_lock(&dev_priv->sb_lock);
9d556c99 8019
9d556c99
CML
8020 /* p1 and p2 divider */
8021 vlv_dpio_write(dev_priv, pipe, CHV_CMN_DW13(port),
8022 5 << DPIO_CHV_S1_DIV_SHIFT |
8023 bestp1 << DPIO_CHV_P1_DIV_SHIFT |
8024 bestp2 << DPIO_CHV_P2_DIV_SHIFT |
8025 1 << DPIO_CHV_K_DIV_SHIFT);
8026
8027 /* Feedback post-divider - m2 */
8028 vlv_dpio_write(dev_priv, pipe, CHV_PLL_DW0(port), bestm2);
8029
8030 /* Feedback refclk divider - n and m1 */
8031 vlv_dpio_write(dev_priv, pipe, CHV_PLL_DW1(port),
8032 DPIO_CHV_M1_DIV_BY_2 |
8033 1 << DPIO_CHV_N_DIV_SHIFT);
8034
8035 /* M2 fraction division */
25a25dfc 8036 vlv_dpio_write(dev_priv, pipe, CHV_PLL_DW2(port), bestm2_frac);
9d556c99
CML
8037
8038 /* M2 fraction division enable */
a945ce7e
VP
8039 dpio_val = vlv_dpio_read(dev_priv, pipe, CHV_PLL_DW3(port));
8040 dpio_val &= ~(DPIO_CHV_FEEDFWD_GAIN_MASK | DPIO_CHV_FRAC_DIV_EN);
8041 dpio_val |= (2 << DPIO_CHV_FEEDFWD_GAIN_SHIFT);
8042 if (bestm2_frac)
8043 dpio_val |= DPIO_CHV_FRAC_DIV_EN;
8044 vlv_dpio_write(dev_priv, pipe, CHV_PLL_DW3(port), dpio_val);
9d556c99 8045
de3a0fde
VP
8046 /* Program digital lock detect threshold */
8047 dpio_val = vlv_dpio_read(dev_priv, pipe, CHV_PLL_DW9(port));
8048 dpio_val &= ~(DPIO_CHV_INT_LOCK_THRESHOLD_MASK |
8049 DPIO_CHV_INT_LOCK_THRESHOLD_SEL_COARSE);
8050 dpio_val |= (0x5 << DPIO_CHV_INT_LOCK_THRESHOLD_SHIFT);
8051 if (!bestm2_frac)
8052 dpio_val |= DPIO_CHV_INT_LOCK_THRESHOLD_SEL_COARSE;
8053 vlv_dpio_write(dev_priv, pipe, CHV_PLL_DW9(port), dpio_val);
8054
9d556c99 8055 /* Loop filter */
9cbe40c1
VP
8056 if (vco == 5400000) {
8057 loopfilter |= (0x3 << DPIO_CHV_PROP_COEFF_SHIFT);
8058 loopfilter |= (0x8 << DPIO_CHV_INT_COEFF_SHIFT);
8059 loopfilter |= (0x1 << DPIO_CHV_GAIN_CTRL_SHIFT);
8060 tribuf_calcntr = 0x9;
8061 } else if (vco <= 6200000) {
8062 loopfilter |= (0x5 << DPIO_CHV_PROP_COEFF_SHIFT);
8063 loopfilter |= (0xB << DPIO_CHV_INT_COEFF_SHIFT);
8064 loopfilter |= (0x3 << DPIO_CHV_GAIN_CTRL_SHIFT);
8065 tribuf_calcntr = 0x9;
8066 } else if (vco <= 6480000) {
8067 loopfilter |= (0x4 << DPIO_CHV_PROP_COEFF_SHIFT);
8068 loopfilter |= (0x9 << DPIO_CHV_INT_COEFF_SHIFT);
8069 loopfilter |= (0x3 << DPIO_CHV_GAIN_CTRL_SHIFT);
8070 tribuf_calcntr = 0x8;
8071 } else {
8072 /* Not supported. Apply the same limits as in the max case */
8073 loopfilter |= (0x4 << DPIO_CHV_PROP_COEFF_SHIFT);
8074 loopfilter |= (0x9 << DPIO_CHV_INT_COEFF_SHIFT);
8075 loopfilter |= (0x3 << DPIO_CHV_GAIN_CTRL_SHIFT);
8076 tribuf_calcntr = 0;
8077 }
9d556c99
CML
8078 vlv_dpio_write(dev_priv, pipe, CHV_PLL_DW6(port), loopfilter);
8079
968040b2 8080 dpio_val = vlv_dpio_read(dev_priv, pipe, CHV_PLL_DW8(port));
9cbe40c1
VP
8081 dpio_val &= ~DPIO_CHV_TDC_TARGET_CNT_MASK;
8082 dpio_val |= (tribuf_calcntr << DPIO_CHV_TDC_TARGET_CNT_SHIFT);
8083 vlv_dpio_write(dev_priv, pipe, CHV_PLL_DW8(port), dpio_val);
8084
9d556c99
CML
8085 /* AFC Recal */
8086 vlv_dpio_write(dev_priv, pipe, CHV_CMN_DW14(port),
8087 vlv_dpio_read(dev_priv, pipe, CHV_CMN_DW14(port)) |
8088 DPIO_AFC_RECAL);
8089
a580516d 8090 mutex_unlock(&dev_priv->sb_lock);
9d556c99
CML
8091}
8092
d288f65f
VS
8093/**
8094 * vlv_force_pll_on - forcibly enable just the PLL
8095 * @dev_priv: i915 private structure
8096 * @pipe: pipe PLL to enable
8097 * @dpll: PLL configuration
8098 *
8099 * Enable the PLL for @pipe using the supplied @dpll config. To be used
8100 * in cases where we need the PLL enabled even when @pipe is not going to
8101 * be enabled.
8102 */
30ad9814 8103int vlv_force_pll_on(struct drm_i915_private *dev_priv, enum pipe pipe,
3f36b937 8104 const struct dpll *dpll)
d288f65f 8105{
b91eb5cc 8106 struct intel_crtc *crtc = intel_get_crtc_for_pipe(dev_priv, pipe);
3f36b937
TU
8107 struct intel_crtc_state *pipe_config;
8108
8109 pipe_config = kzalloc(sizeof(*pipe_config), GFP_KERNEL);
8110 if (!pipe_config)
8111 return -ENOMEM;
8112
8113 pipe_config->base.crtc = &crtc->base;
8114 pipe_config->pixel_multiplier = 1;
8115 pipe_config->dpll = *dpll;
d288f65f 8116
30ad9814 8117 if (IS_CHERRYVIEW(dev_priv)) {
3f36b937
TU
8118 chv_compute_dpll(crtc, pipe_config);
8119 chv_prepare_pll(crtc, pipe_config);
8120 chv_enable_pll(crtc, pipe_config);
d288f65f 8121 } else {
3f36b937
TU
8122 vlv_compute_dpll(crtc, pipe_config);
8123 vlv_prepare_pll(crtc, pipe_config);
8124 vlv_enable_pll(crtc, pipe_config);
d288f65f 8125 }
3f36b937
TU
8126
8127 kfree(pipe_config);
8128
8129 return 0;
d288f65f
VS
8130}
8131
8132/**
8133 * vlv_force_pll_off - forcibly disable just the PLL
8134 * @dev_priv: i915 private structure
8135 * @pipe: pipe PLL to disable
8136 *
8137 * Disable the PLL for @pipe. To be used in cases where we need
8138 * the PLL enabled even when @pipe is not going to be enabled.
8139 */
30ad9814 8140void vlv_force_pll_off(struct drm_i915_private *dev_priv, enum pipe pipe)
d288f65f 8141{
30ad9814
VS
8142 if (IS_CHERRYVIEW(dev_priv))
8143 chv_disable_pll(dev_priv, pipe);
d288f65f 8144 else
30ad9814 8145 vlv_disable_pll(dev_priv, pipe);
d288f65f
VS
8146}
8147
251ac862
DV
8148static void i9xx_compute_dpll(struct intel_crtc *crtc,
8149 struct intel_crtc_state *crtc_state,
9e2c8475 8150 struct dpll *reduced_clock)
eb1cbe48 8151{
9b1e14f4 8152 struct drm_i915_private *dev_priv = to_i915(crtc->base.dev);
eb1cbe48 8153 u32 dpll;
190f68c5 8154 struct dpll *clock = &crtc_state->dpll;
eb1cbe48 8155
190f68c5 8156 i9xx_update_pll_dividers(crtc, crtc_state, reduced_clock);
2a8f64ca 8157
eb1cbe48
DV
8158 dpll = DPLL_VGA_MODE_DIS;
8159
2d84d2b3 8160 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_LVDS))
eb1cbe48
DV
8161 dpll |= DPLLB_MODE_LVDS;
8162 else
8163 dpll |= DPLLB_MODE_DAC_SERIAL;
6cc5f341 8164
73f67aa8
JN
8165 if (IS_I945G(dev_priv) || IS_I945GM(dev_priv) ||
8166 IS_G33(dev_priv) || IS_PINEVIEW(dev_priv)) {
190f68c5 8167 dpll |= (crtc_state->pixel_multiplier - 1)
198a037f 8168 << SDVO_MULTIPLIER_SHIFT_HIRES;
eb1cbe48 8169 }
198a037f 8170
3d6e9ee0
VS
8171 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_SDVO) ||
8172 intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI))
4a33e48d 8173 dpll |= DPLL_SDVO_HIGH_SPEED;
198a037f 8174
37a5650b 8175 if (intel_crtc_has_dp_encoder(crtc_state))
4a33e48d 8176 dpll |= DPLL_SDVO_HIGH_SPEED;
eb1cbe48
DV
8177
8178 /* compute bitmask from p1 value */
9b1e14f4 8179 if (IS_PINEVIEW(dev_priv))
eb1cbe48
DV
8180 dpll |= (1 << (clock->p1 - 1)) << DPLL_FPA01_P1_POST_DIV_SHIFT_PINEVIEW;
8181 else {
8182 dpll |= (1 << (clock->p1 - 1)) << DPLL_FPA01_P1_POST_DIV_SHIFT;
9beb5fea 8183 if (IS_G4X(dev_priv) && reduced_clock)
eb1cbe48
DV
8184 dpll |= (1 << (reduced_clock->p1 - 1)) << DPLL_FPA1_P1_POST_DIV_SHIFT;
8185 }
8186 switch (clock->p2) {
8187 case 5:
8188 dpll |= DPLL_DAC_SERIAL_P2_CLOCK_DIV_5;
8189 break;
8190 case 7:
8191 dpll |= DPLLB_LVDS_P2_CLOCK_DIV_7;
8192 break;
8193 case 10:
8194 dpll |= DPLL_DAC_SERIAL_P2_CLOCK_DIV_10;
8195 break;
8196 case 14:
8197 dpll |= DPLLB_LVDS_P2_CLOCK_DIV_14;
8198 break;
8199 }
9b1e14f4 8200 if (INTEL_GEN(dev_priv) >= 4)
eb1cbe48
DV
8201 dpll |= (6 << PLL_LOAD_PULSE_PHASE_SHIFT);
8202
190f68c5 8203 if (crtc_state->sdvo_tv_clock)
eb1cbe48 8204 dpll |= PLL_REF_INPUT_TVCLKINBC;
2d84d2b3 8205 else if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_LVDS) &&
ceb41007 8206 intel_panel_use_ssc(dev_priv))
eb1cbe48
DV
8207 dpll |= PLLB_REF_INPUT_SPREADSPECTRUMIN;
8208 else
8209 dpll |= PLL_REF_INPUT_DREFCLK;
8210
8211 dpll |= DPLL_VCO_ENABLE;
190f68c5 8212 crtc_state->dpll_hw_state.dpll = dpll;
8bcc2795 8213
9b1e14f4 8214 if (INTEL_GEN(dev_priv) >= 4) {
190f68c5 8215 u32 dpll_md = (crtc_state->pixel_multiplier - 1)
ef1b460d 8216 << DPLL_MD_UDI_MULTIPLIER_SHIFT;
190f68c5 8217 crtc_state->dpll_hw_state.dpll_md = dpll_md;
eb1cbe48
DV
8218 }
8219}
8220
251ac862
DV
8221static void i8xx_compute_dpll(struct intel_crtc *crtc,
8222 struct intel_crtc_state *crtc_state,
9e2c8475 8223 struct dpll *reduced_clock)
eb1cbe48 8224{
f47709a9 8225 struct drm_device *dev = crtc->base.dev;
fac5e23e 8226 struct drm_i915_private *dev_priv = to_i915(dev);
eb1cbe48 8227 u32 dpll;
190f68c5 8228 struct dpll *clock = &crtc_state->dpll;
eb1cbe48 8229
190f68c5 8230 i9xx_update_pll_dividers(crtc, crtc_state, reduced_clock);
2a8f64ca 8231
eb1cbe48
DV
8232 dpll = DPLL_VGA_MODE_DIS;
8233
2d84d2b3 8234 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_LVDS)) {
eb1cbe48
DV
8235 dpll |= (1 << (clock->p1 - 1)) << DPLL_FPA01_P1_POST_DIV_SHIFT;
8236 } else {
8237 if (clock->p1 == 2)
8238 dpll |= PLL_P1_DIVIDE_BY_TWO;
8239 else
8240 dpll |= (clock->p1 - 2) << DPLL_FPA01_P1_POST_DIV_SHIFT;
8241 if (clock->p2 == 4)
8242 dpll |= PLL_P2_DIVIDE_BY_4;
8243 }
8244
50a0bc90
TU
8245 if (!IS_I830(dev_priv) &&
8246 intel_crtc_has_type(crtc_state, INTEL_OUTPUT_DVO))
4a33e48d
DV
8247 dpll |= DPLL_DVO_2X_MODE;
8248
2d84d2b3 8249 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_LVDS) &&
ceb41007 8250 intel_panel_use_ssc(dev_priv))
eb1cbe48
DV
8251 dpll |= PLLB_REF_INPUT_SPREADSPECTRUMIN;
8252 else
8253 dpll |= PLL_REF_INPUT_DREFCLK;
8254
8255 dpll |= DPLL_VCO_ENABLE;
190f68c5 8256 crtc_state->dpll_hw_state.dpll = dpll;
eb1cbe48
DV
8257}
8258
8a654f3b 8259static void intel_set_pipe_timings(struct intel_crtc *intel_crtc)
b0e77b9c 8260{
6315b5d3 8261 struct drm_i915_private *dev_priv = to_i915(intel_crtc->base.dev);
b0e77b9c 8262 enum pipe pipe = intel_crtc->pipe;
6e3c9717 8263 enum transcoder cpu_transcoder = intel_crtc->config->cpu_transcoder;
7c5f93b0 8264 const struct drm_display_mode *adjusted_mode = &intel_crtc->config->base.adjusted_mode;
1caea6e9
VS
8265 uint32_t crtc_vtotal, crtc_vblank_end;
8266 int vsyncshift = 0;
4d8a62ea
DV
8267
8268 /* We need to be careful not to changed the adjusted mode, for otherwise
8269 * the hw state checker will get angry at the mismatch. */
8270 crtc_vtotal = adjusted_mode->crtc_vtotal;
8271 crtc_vblank_end = adjusted_mode->crtc_vblank_end;
b0e77b9c 8272
609aeaca 8273 if (adjusted_mode->flags & DRM_MODE_FLAG_INTERLACE) {
b0e77b9c 8274 /* the chip adds 2 halflines automatically */
4d8a62ea
DV
8275 crtc_vtotal -= 1;
8276 crtc_vblank_end -= 1;
609aeaca 8277
2d84d2b3 8278 if (intel_crtc_has_type(intel_crtc->config, INTEL_OUTPUT_SDVO))
609aeaca
VS
8279 vsyncshift = (adjusted_mode->crtc_htotal - 1) / 2;
8280 else
8281 vsyncshift = adjusted_mode->crtc_hsync_start -
8282 adjusted_mode->crtc_htotal / 2;
1caea6e9
VS
8283 if (vsyncshift < 0)
8284 vsyncshift += adjusted_mode->crtc_htotal;
b0e77b9c
PZ
8285 }
8286
6315b5d3 8287 if (INTEL_GEN(dev_priv) > 3)
fe2b8f9d 8288 I915_WRITE(VSYNCSHIFT(cpu_transcoder), vsyncshift);
b0e77b9c 8289
fe2b8f9d 8290 I915_WRITE(HTOTAL(cpu_transcoder),
b0e77b9c
PZ
8291 (adjusted_mode->crtc_hdisplay - 1) |
8292 ((adjusted_mode->crtc_htotal - 1) << 16));
fe2b8f9d 8293 I915_WRITE(HBLANK(cpu_transcoder),
b0e77b9c
PZ
8294 (adjusted_mode->crtc_hblank_start - 1) |
8295 ((adjusted_mode->crtc_hblank_end - 1) << 16));
fe2b8f9d 8296 I915_WRITE(HSYNC(cpu_transcoder),
b0e77b9c
PZ
8297 (adjusted_mode->crtc_hsync_start - 1) |
8298 ((adjusted_mode->crtc_hsync_end - 1) << 16));
8299
fe2b8f9d 8300 I915_WRITE(VTOTAL(cpu_transcoder),
b0e77b9c 8301 (adjusted_mode->crtc_vdisplay - 1) |
4d8a62ea 8302 ((crtc_vtotal - 1) << 16));
fe2b8f9d 8303 I915_WRITE(VBLANK(cpu_transcoder),
b0e77b9c 8304 (adjusted_mode->crtc_vblank_start - 1) |
4d8a62ea 8305 ((crtc_vblank_end - 1) << 16));
fe2b8f9d 8306 I915_WRITE(VSYNC(cpu_transcoder),
b0e77b9c
PZ
8307 (adjusted_mode->crtc_vsync_start - 1) |
8308 ((adjusted_mode->crtc_vsync_end - 1) << 16));
8309
b5e508d4
PZ
8310 /* Workaround: when the EDP input selection is B, the VTOTAL_B must be
8311 * programmed with the VTOTAL_EDP value. Same for VTOTAL_C. This is
8312 * documented on the DDI_FUNC_CTL register description, EDP Input Select
8313 * bits. */
772c2a51 8314 if (IS_HASWELL(dev_priv) && cpu_transcoder == TRANSCODER_EDP &&
b5e508d4
PZ
8315 (pipe == PIPE_B || pipe == PIPE_C))
8316 I915_WRITE(VTOTAL(pipe), I915_READ(VTOTAL(cpu_transcoder)));
8317
bc58be60
JN
8318}
8319
8320static void intel_set_pipe_src_size(struct intel_crtc *intel_crtc)
8321{
8322 struct drm_device *dev = intel_crtc->base.dev;
fac5e23e 8323 struct drm_i915_private *dev_priv = to_i915(dev);
bc58be60
JN
8324 enum pipe pipe = intel_crtc->pipe;
8325
b0e77b9c
PZ
8326 /* pipesrc controls the size that is scaled from, which should
8327 * always be the user's requested size.
8328 */
8329 I915_WRITE(PIPESRC(pipe),
6e3c9717
ACO
8330 ((intel_crtc->config->pipe_src_w - 1) << 16) |
8331 (intel_crtc->config->pipe_src_h - 1));
b0e77b9c
PZ
8332}
8333
1bd1bd80 8334static void intel_get_pipe_timings(struct intel_crtc *crtc,
5cec258b 8335 struct intel_crtc_state *pipe_config)
1bd1bd80
DV
8336{
8337 struct drm_device *dev = crtc->base.dev;
fac5e23e 8338 struct drm_i915_private *dev_priv = to_i915(dev);
1bd1bd80
DV
8339 enum transcoder cpu_transcoder = pipe_config->cpu_transcoder;
8340 uint32_t tmp;
8341
8342 tmp = I915_READ(HTOTAL(cpu_transcoder));
2d112de7
ACO
8343 pipe_config->base.adjusted_mode.crtc_hdisplay = (tmp & 0xffff) + 1;
8344 pipe_config->base.adjusted_mode.crtc_htotal = ((tmp >> 16) & 0xffff) + 1;
1bd1bd80 8345 tmp = I915_READ(HBLANK(cpu_transcoder));
2d112de7
ACO
8346 pipe_config->base.adjusted_mode.crtc_hblank_start = (tmp & 0xffff) + 1;
8347 pipe_config->base.adjusted_mode.crtc_hblank_end = ((tmp >> 16) & 0xffff) + 1;
1bd1bd80 8348 tmp = I915_READ(HSYNC(cpu_transcoder));
2d112de7
ACO
8349 pipe_config->base.adjusted_mode.crtc_hsync_start = (tmp & 0xffff) + 1;
8350 pipe_config->base.adjusted_mode.crtc_hsync_end = ((tmp >> 16) & 0xffff) + 1;
1bd1bd80
DV
8351
8352 tmp = I915_READ(VTOTAL(cpu_transcoder));
2d112de7
ACO
8353 pipe_config->base.adjusted_mode.crtc_vdisplay = (tmp & 0xffff) + 1;
8354 pipe_config->base.adjusted_mode.crtc_vtotal = ((tmp >> 16) & 0xffff) + 1;
1bd1bd80 8355 tmp = I915_READ(VBLANK(cpu_transcoder));
2d112de7
ACO
8356 pipe_config->base.adjusted_mode.crtc_vblank_start = (tmp & 0xffff) + 1;
8357 pipe_config->base.adjusted_mode.crtc_vblank_end = ((tmp >> 16) & 0xffff) + 1;
1bd1bd80 8358 tmp = I915_READ(VSYNC(cpu_transcoder));
2d112de7
ACO
8359 pipe_config->base.adjusted_mode.crtc_vsync_start = (tmp & 0xffff) + 1;
8360 pipe_config->base.adjusted_mode.crtc_vsync_end = ((tmp >> 16) & 0xffff) + 1;
1bd1bd80
DV
8361
8362 if (I915_READ(PIPECONF(cpu_transcoder)) & PIPECONF_INTERLACE_MASK) {
2d112de7
ACO
8363 pipe_config->base.adjusted_mode.flags |= DRM_MODE_FLAG_INTERLACE;
8364 pipe_config->base.adjusted_mode.crtc_vtotal += 1;
8365 pipe_config->base.adjusted_mode.crtc_vblank_end += 1;
1bd1bd80 8366 }
bc58be60
JN
8367}
8368
8369static void intel_get_pipe_src_size(struct intel_crtc *crtc,
8370 struct intel_crtc_state *pipe_config)
8371{
8372 struct drm_device *dev = crtc->base.dev;
fac5e23e 8373 struct drm_i915_private *dev_priv = to_i915(dev);
bc58be60 8374 u32 tmp;
1bd1bd80
DV
8375
8376 tmp = I915_READ(PIPESRC(crtc->pipe));
37327abd
VS
8377 pipe_config->pipe_src_h = (tmp & 0xffff) + 1;
8378 pipe_config->pipe_src_w = ((tmp >> 16) & 0xffff) + 1;
8379
2d112de7
ACO
8380 pipe_config->base.mode.vdisplay = pipe_config->pipe_src_h;
8381 pipe_config->base.mode.hdisplay = pipe_config->pipe_src_w;
1bd1bd80
DV
8382}
8383
f6a83288 8384void intel_mode_from_pipe_config(struct drm_display_mode *mode,
5cec258b 8385 struct intel_crtc_state *pipe_config)
babea61d 8386{
2d112de7
ACO
8387 mode->hdisplay = pipe_config->base.adjusted_mode.crtc_hdisplay;
8388 mode->htotal = pipe_config->base.adjusted_mode.crtc_htotal;
8389 mode->hsync_start = pipe_config->base.adjusted_mode.crtc_hsync_start;
8390 mode->hsync_end = pipe_config->base.adjusted_mode.crtc_hsync_end;
babea61d 8391
2d112de7
ACO
8392 mode->vdisplay = pipe_config->base.adjusted_mode.crtc_vdisplay;
8393 mode->vtotal = pipe_config->base.adjusted_mode.crtc_vtotal;
8394 mode->vsync_start = pipe_config->base.adjusted_mode.crtc_vsync_start;
8395 mode->vsync_end = pipe_config->base.adjusted_mode.crtc_vsync_end;
babea61d 8396
2d112de7 8397 mode->flags = pipe_config->base.adjusted_mode.flags;
cd13f5ab 8398 mode->type = DRM_MODE_TYPE_DRIVER;
babea61d 8399
2d112de7 8400 mode->clock = pipe_config->base.adjusted_mode.crtc_clock;
cd13f5ab
ML
8401
8402 mode->hsync = drm_mode_hsync(mode);
8403 mode->vrefresh = drm_mode_vrefresh(mode);
8404 drm_mode_set_name(mode);
babea61d
JB
8405}
8406
84b046f3
DV
8407static void i9xx_set_pipeconf(struct intel_crtc *intel_crtc)
8408{
6315b5d3 8409 struct drm_i915_private *dev_priv = to_i915(intel_crtc->base.dev);
84b046f3
DV
8410 uint32_t pipeconf;
8411
9f11a9e4 8412 pipeconf = 0;
84b046f3 8413
b6b5d049
VS
8414 if ((intel_crtc->pipe == PIPE_A && dev_priv->quirks & QUIRK_PIPEA_FORCE) ||
8415 (intel_crtc->pipe == PIPE_B && dev_priv->quirks & QUIRK_PIPEB_FORCE))
8416 pipeconf |= I915_READ(PIPECONF(intel_crtc->pipe)) & PIPECONF_ENABLE;
67c72a12 8417
6e3c9717 8418 if (intel_crtc->config->double_wide)
cf532bb2 8419 pipeconf |= PIPECONF_DOUBLE_WIDE;
84b046f3 8420
ff9ce46e 8421 /* only g4x and later have fancy bpc/dither controls */
9beb5fea
TU
8422 if (IS_G4X(dev_priv) || IS_VALLEYVIEW(dev_priv) ||
8423 IS_CHERRYVIEW(dev_priv)) {
ff9ce46e 8424 /* Bspec claims that we can't use dithering for 30bpp pipes. */
6e3c9717 8425 if (intel_crtc->config->dither && intel_crtc->config->pipe_bpp != 30)
ff9ce46e 8426 pipeconf |= PIPECONF_DITHER_EN |
84b046f3 8427 PIPECONF_DITHER_TYPE_SP;
84b046f3 8428
6e3c9717 8429 switch (intel_crtc->config->pipe_bpp) {
ff9ce46e
DV
8430 case 18:
8431 pipeconf |= PIPECONF_6BPC;
8432 break;
8433 case 24:
8434 pipeconf |= PIPECONF_8BPC;
8435 break;
8436 case 30:
8437 pipeconf |= PIPECONF_10BPC;
8438 break;
8439 default:
8440 /* Case prevented by intel_choose_pipe_bpp_dither. */
8441 BUG();
84b046f3
DV
8442 }
8443 }
8444
56b857a5 8445 if (HAS_PIPE_CXSR(dev_priv)) {
84b046f3
DV
8446 if (intel_crtc->lowfreq_avail) {
8447 DRM_DEBUG_KMS("enabling CxSR downclocking\n");
8448 pipeconf |= PIPECONF_CXSR_DOWNCLOCK;
8449 } else {
8450 DRM_DEBUG_KMS("disabling CxSR downclocking\n");
84b046f3
DV
8451 }
8452 }
8453
6e3c9717 8454 if (intel_crtc->config->base.adjusted_mode.flags & DRM_MODE_FLAG_INTERLACE) {
6315b5d3 8455 if (INTEL_GEN(dev_priv) < 4 ||
2d84d2b3 8456 intel_crtc_has_type(intel_crtc->config, INTEL_OUTPUT_SDVO))
efc2cfff
VS
8457 pipeconf |= PIPECONF_INTERLACE_W_FIELD_INDICATION;
8458 else
8459 pipeconf |= PIPECONF_INTERLACE_W_SYNC_SHIFT;
8460 } else
84b046f3
DV
8461 pipeconf |= PIPECONF_PROGRESSIVE;
8462
920a14b2 8463 if ((IS_VALLEYVIEW(dev_priv) || IS_CHERRYVIEW(dev_priv)) &&
666a4537 8464 intel_crtc->config->limited_color_range)
9f11a9e4 8465 pipeconf |= PIPECONF_COLOR_RANGE_SELECT;
9c8e09b7 8466
84b046f3
DV
8467 I915_WRITE(PIPECONF(intel_crtc->pipe), pipeconf);
8468 POSTING_READ(PIPECONF(intel_crtc->pipe));
8469}
8470
81c97f52
ACO
8471static int i8xx_crtc_compute_clock(struct intel_crtc *crtc,
8472 struct intel_crtc_state *crtc_state)
8473{
8474 struct drm_device *dev = crtc->base.dev;
fac5e23e 8475 struct drm_i915_private *dev_priv = to_i915(dev);
1b6f4958 8476 const struct intel_limit *limit;
81c97f52
ACO
8477 int refclk = 48000;
8478
8479 memset(&crtc_state->dpll_hw_state, 0,
8480 sizeof(crtc_state->dpll_hw_state));
8481
2d84d2b3 8482 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_LVDS)) {
81c97f52
ACO
8483 if (intel_panel_use_ssc(dev_priv)) {
8484 refclk = dev_priv->vbt.lvds_ssc_freq;
8485 DRM_DEBUG_KMS("using SSC reference clock of %d kHz\n", refclk);
8486 }
8487
8488 limit = &intel_limits_i8xx_lvds;
2d84d2b3 8489 } else if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_DVO)) {
81c97f52
ACO
8490 limit = &intel_limits_i8xx_dvo;
8491 } else {
8492 limit = &intel_limits_i8xx_dac;
8493 }
8494
8495 if (!crtc_state->clock_set &&
8496 !i9xx_find_best_dpll(limit, crtc_state, crtc_state->port_clock,
8497 refclk, NULL, &crtc_state->dpll)) {
8498 DRM_ERROR("Couldn't find PLL settings for mode!\n");
8499 return -EINVAL;
8500 }
8501
8502 i8xx_compute_dpll(crtc, crtc_state, NULL);
8503
8504 return 0;
8505}
8506
19ec6693
ACO
8507static int g4x_crtc_compute_clock(struct intel_crtc *crtc,
8508 struct intel_crtc_state *crtc_state)
8509{
8510 struct drm_device *dev = crtc->base.dev;
fac5e23e 8511 struct drm_i915_private *dev_priv = to_i915(dev);
1b6f4958 8512 const struct intel_limit *limit;
19ec6693
ACO
8513 int refclk = 96000;
8514
8515 memset(&crtc_state->dpll_hw_state, 0,
8516 sizeof(crtc_state->dpll_hw_state));
8517
2d84d2b3 8518 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_LVDS)) {
19ec6693
ACO
8519 if (intel_panel_use_ssc(dev_priv)) {
8520 refclk = dev_priv->vbt.lvds_ssc_freq;
8521 DRM_DEBUG_KMS("using SSC reference clock of %d kHz\n", refclk);
8522 }
8523
8524 if (intel_is_dual_link_lvds(dev))
8525 limit = &intel_limits_g4x_dual_channel_lvds;
8526 else
8527 limit = &intel_limits_g4x_single_channel_lvds;
2d84d2b3
VS
8528 } else if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI) ||
8529 intel_crtc_has_type(crtc_state, INTEL_OUTPUT_ANALOG)) {
19ec6693 8530 limit = &intel_limits_g4x_hdmi;
2d84d2b3 8531 } else if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_SDVO)) {
19ec6693
ACO
8532 limit = &intel_limits_g4x_sdvo;
8533 } else {
8534 /* The option is for other outputs */
8535 limit = &intel_limits_i9xx_sdvo;
8536 }
8537
8538 if (!crtc_state->clock_set &&
8539 !g4x_find_best_dpll(limit, crtc_state, crtc_state->port_clock,
8540 refclk, NULL, &crtc_state->dpll)) {
8541 DRM_ERROR("Couldn't find PLL settings for mode!\n");
8542 return -EINVAL;
8543 }
8544
8545 i9xx_compute_dpll(crtc, crtc_state, NULL);
8546
8547 return 0;
8548}
8549
70e8aa21
ACO
8550static int pnv_crtc_compute_clock(struct intel_crtc *crtc,
8551 struct intel_crtc_state *crtc_state)
8552{
8553 struct drm_device *dev = crtc->base.dev;
fac5e23e 8554 struct drm_i915_private *dev_priv = to_i915(dev);
1b6f4958 8555 const struct intel_limit *limit;
70e8aa21
ACO
8556 int refclk = 96000;
8557
8558 memset(&crtc_state->dpll_hw_state, 0,
8559 sizeof(crtc_state->dpll_hw_state));
8560
2d84d2b3 8561 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_LVDS)) {
70e8aa21
ACO
8562 if (intel_panel_use_ssc(dev_priv)) {
8563 refclk = dev_priv->vbt.lvds_ssc_freq;
8564 DRM_DEBUG_KMS("using SSC reference clock of %d kHz\n", refclk);
8565 }
8566
8567 limit = &intel_limits_pineview_lvds;
8568 } else {
8569 limit = &intel_limits_pineview_sdvo;
8570 }
8571
8572 if (!crtc_state->clock_set &&
8573 !pnv_find_best_dpll(limit, crtc_state, crtc_state->port_clock,
8574 refclk, NULL, &crtc_state->dpll)) {
8575 DRM_ERROR("Couldn't find PLL settings for mode!\n");
8576 return -EINVAL;
8577 }
8578
8579 i9xx_compute_dpll(crtc, crtc_state, NULL);
8580
8581 return 0;
8582}
8583
190f68c5
ACO
8584static int i9xx_crtc_compute_clock(struct intel_crtc *crtc,
8585 struct intel_crtc_state *crtc_state)
79e53945 8586{
c7653199 8587 struct drm_device *dev = crtc->base.dev;
fac5e23e 8588 struct drm_i915_private *dev_priv = to_i915(dev);
1b6f4958 8589 const struct intel_limit *limit;
81c97f52 8590 int refclk = 96000;
79e53945 8591
dd3cd74a
ACO
8592 memset(&crtc_state->dpll_hw_state, 0,
8593 sizeof(crtc_state->dpll_hw_state));
8594
2d84d2b3 8595 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_LVDS)) {
70e8aa21
ACO
8596 if (intel_panel_use_ssc(dev_priv)) {
8597 refclk = dev_priv->vbt.lvds_ssc_freq;
8598 DRM_DEBUG_KMS("using SSC reference clock of %d kHz\n", refclk);
8599 }
43565a06 8600
70e8aa21
ACO
8601 limit = &intel_limits_i9xx_lvds;
8602 } else {
8603 limit = &intel_limits_i9xx_sdvo;
81c97f52 8604 }
79e53945 8605
70e8aa21
ACO
8606 if (!crtc_state->clock_set &&
8607 !i9xx_find_best_dpll(limit, crtc_state, crtc_state->port_clock,
8608 refclk, NULL, &crtc_state->dpll)) {
8609 DRM_ERROR("Couldn't find PLL settings for mode!\n");
8610 return -EINVAL;
f47709a9 8611 }
7026d4ac 8612
81c97f52 8613 i9xx_compute_dpll(crtc, crtc_state, NULL);
79e53945 8614
c8f7a0db 8615 return 0;
f564048e
EA
8616}
8617
65b3d6a9
ACO
8618static int chv_crtc_compute_clock(struct intel_crtc *crtc,
8619 struct intel_crtc_state *crtc_state)
8620{
8621 int refclk = 100000;
1b6f4958 8622 const struct intel_limit *limit = &intel_limits_chv;
65b3d6a9
ACO
8623
8624 memset(&crtc_state->dpll_hw_state, 0,
8625 sizeof(crtc_state->dpll_hw_state));
8626
65b3d6a9
ACO
8627 if (!crtc_state->clock_set &&
8628 !chv_find_best_dpll(limit, crtc_state, crtc_state->port_clock,
8629 refclk, NULL, &crtc_state->dpll)) {
8630 DRM_ERROR("Couldn't find PLL settings for mode!\n");
8631 return -EINVAL;
8632 }
8633
8634 chv_compute_dpll(crtc, crtc_state);
8635
8636 return 0;
8637}
8638
8639static int vlv_crtc_compute_clock(struct intel_crtc *crtc,
8640 struct intel_crtc_state *crtc_state)
8641{
8642 int refclk = 100000;
1b6f4958 8643 const struct intel_limit *limit = &intel_limits_vlv;
65b3d6a9
ACO
8644
8645 memset(&crtc_state->dpll_hw_state, 0,
8646 sizeof(crtc_state->dpll_hw_state));
8647
65b3d6a9
ACO
8648 if (!crtc_state->clock_set &&
8649 !vlv_find_best_dpll(limit, crtc_state, crtc_state->port_clock,
8650 refclk, NULL, &crtc_state->dpll)) {
8651 DRM_ERROR("Couldn't find PLL settings for mode!\n");
8652 return -EINVAL;
8653 }
8654
8655 vlv_compute_dpll(crtc, crtc_state);
8656
8657 return 0;
8658}
8659
2fa2fe9a 8660static void i9xx_get_pfit_config(struct intel_crtc *crtc,
5cec258b 8661 struct intel_crtc_state *pipe_config)
2fa2fe9a 8662{
6315b5d3 8663 struct drm_i915_private *dev_priv = to_i915(crtc->base.dev);
2fa2fe9a
DV
8664 uint32_t tmp;
8665
50a0bc90
TU
8666 if (INTEL_GEN(dev_priv) <= 3 &&
8667 (IS_I830(dev_priv) || !IS_MOBILE(dev_priv)))
dc9e7dec
VS
8668 return;
8669
2fa2fe9a 8670 tmp = I915_READ(PFIT_CONTROL);
06922821
DV
8671 if (!(tmp & PFIT_ENABLE))
8672 return;
2fa2fe9a 8673
06922821 8674 /* Check whether the pfit is attached to our pipe. */
6315b5d3 8675 if (INTEL_GEN(dev_priv) < 4) {
2fa2fe9a
DV
8676 if (crtc->pipe != PIPE_B)
8677 return;
2fa2fe9a
DV
8678 } else {
8679 if ((tmp & PFIT_PIPE_MASK) != (crtc->pipe << PFIT_PIPE_SHIFT))
8680 return;
8681 }
8682
06922821 8683 pipe_config->gmch_pfit.control = tmp;
2fa2fe9a 8684 pipe_config->gmch_pfit.pgm_ratios = I915_READ(PFIT_PGM_RATIOS);
2fa2fe9a
DV
8685}
8686
acbec814 8687static void vlv_crtc_clock_get(struct intel_crtc *crtc,
5cec258b 8688 struct intel_crtc_state *pipe_config)
acbec814
JB
8689{
8690 struct drm_device *dev = crtc->base.dev;
fac5e23e 8691 struct drm_i915_private *dev_priv = to_i915(dev);
acbec814 8692 int pipe = pipe_config->cpu_transcoder;
9e2c8475 8693 struct dpll clock;
acbec814 8694 u32 mdiv;
662c6ecb 8695 int refclk = 100000;
acbec814 8696
b521973b
VS
8697 /* In case of DSI, DPLL will not be used */
8698 if ((pipe_config->dpll_hw_state.dpll & DPLL_VCO_ENABLE) == 0)
f573de5a
SK
8699 return;
8700
a580516d 8701 mutex_lock(&dev_priv->sb_lock);
ab3c759a 8702 mdiv = vlv_dpio_read(dev_priv, pipe, VLV_PLL_DW3(pipe));
a580516d 8703 mutex_unlock(&dev_priv->sb_lock);
acbec814
JB
8704
8705 clock.m1 = (mdiv >> DPIO_M1DIV_SHIFT) & 7;
8706 clock.m2 = mdiv & DPIO_M2DIV_MASK;
8707 clock.n = (mdiv >> DPIO_N_SHIFT) & 0xf;
8708 clock.p1 = (mdiv >> DPIO_P1_SHIFT) & 7;
8709 clock.p2 = (mdiv >> DPIO_P2_SHIFT) & 0x1f;
8710
dccbea3b 8711 pipe_config->port_clock = vlv_calc_dpll_params(refclk, &clock);
acbec814
JB
8712}
8713
5724dbd1
DL
8714static void
8715i9xx_get_initial_plane_config(struct intel_crtc *crtc,
8716 struct intel_initial_plane_config *plane_config)
1ad292b5
JB
8717{
8718 struct drm_device *dev = crtc->base.dev;
fac5e23e 8719 struct drm_i915_private *dev_priv = to_i915(dev);
1ad292b5
JB
8720 u32 val, base, offset;
8721 int pipe = crtc->pipe, plane = crtc->plane;
8722 int fourcc, pixel_format;
6761dd31 8723 unsigned int aligned_height;
b113d5ee 8724 struct drm_framebuffer *fb;
1b842c89 8725 struct intel_framebuffer *intel_fb;
1ad292b5 8726
42a7b088
DL
8727 val = I915_READ(DSPCNTR(plane));
8728 if (!(val & DISPLAY_PLANE_ENABLE))
8729 return;
8730
d9806c9f 8731 intel_fb = kzalloc(sizeof(*intel_fb), GFP_KERNEL);
1b842c89 8732 if (!intel_fb) {
1ad292b5
JB
8733 DRM_DEBUG_KMS("failed to alloc fb\n");
8734 return;
8735 }
8736
1b842c89
DL
8737 fb = &intel_fb->base;
8738
d2e9f5fc
VS
8739 fb->dev = dev;
8740
6315b5d3 8741 if (INTEL_GEN(dev_priv) >= 4) {
18c5247e 8742 if (val & DISPPLANE_TILED) {
49af449b 8743 plane_config->tiling = I915_TILING_X;
bae781b2 8744 fb->modifier = I915_FORMAT_MOD_X_TILED;
18c5247e
DV
8745 }
8746 }
1ad292b5
JB
8747
8748 pixel_format = val & DISPPLANE_PIXFORMAT_MASK;
b35d63fa 8749 fourcc = i9xx_format_to_fourcc(pixel_format);
2f3f4763 8750 fb->format = drm_format_info(fourcc);
1ad292b5 8751
6315b5d3 8752 if (INTEL_GEN(dev_priv) >= 4) {
49af449b 8753 if (plane_config->tiling)
1ad292b5
JB
8754 offset = I915_READ(DSPTILEOFF(plane));
8755 else
8756 offset = I915_READ(DSPLINOFF(plane));
8757 base = I915_READ(DSPSURF(plane)) & 0xfffff000;
8758 } else {
8759 base = I915_READ(DSPADDR(plane));
8760 }
8761 plane_config->base = base;
8762
8763 val = I915_READ(PIPESRC(pipe));
b113d5ee
DL
8764 fb->width = ((val >> 16) & 0xfff) + 1;
8765 fb->height = ((val >> 0) & 0xfff) + 1;
1ad292b5
JB
8766
8767 val = I915_READ(DSPSTRIDE(pipe));
b113d5ee 8768 fb->pitches[0] = val & 0xffffffc0;
1ad292b5 8769
b113d5ee 8770 aligned_height = intel_fb_align_height(dev, fb->height,
438b74a5 8771 fb->format->format,
bae781b2 8772 fb->modifier);
1ad292b5 8773
f37b5c2b 8774 plane_config->size = fb->pitches[0] * aligned_height;
1ad292b5 8775
2844a921
DL
8776 DRM_DEBUG_KMS("pipe/plane %c/%d with fb: size=%dx%d@%d, offset=%x, pitch %d, size 0x%x\n",
8777 pipe_name(pipe), plane, fb->width, fb->height,
272725c7 8778 fb->format->cpp[0] * 8, base, fb->pitches[0],
2844a921 8779 plane_config->size);
1ad292b5 8780
2d14030b 8781 plane_config->fb = intel_fb;
1ad292b5
JB
8782}
8783
70b23a98 8784static void chv_crtc_clock_get(struct intel_crtc *crtc,
5cec258b 8785 struct intel_crtc_state *pipe_config)
70b23a98
VS
8786{
8787 struct drm_device *dev = crtc->base.dev;
fac5e23e 8788 struct drm_i915_private *dev_priv = to_i915(dev);
70b23a98
VS
8789 int pipe = pipe_config->cpu_transcoder;
8790 enum dpio_channel port = vlv_pipe_to_channel(pipe);
9e2c8475 8791 struct dpll clock;
0d7b6b11 8792 u32 cmn_dw13, pll_dw0, pll_dw1, pll_dw2, pll_dw3;
70b23a98
VS
8793 int refclk = 100000;
8794
b521973b
VS
8795 /* In case of DSI, DPLL will not be used */
8796 if ((pipe_config->dpll_hw_state.dpll & DPLL_VCO_ENABLE) == 0)
8797 return;
8798
a580516d 8799 mutex_lock(&dev_priv->sb_lock);
70b23a98
VS
8800 cmn_dw13 = vlv_dpio_read(dev_priv, pipe, CHV_CMN_DW13(port));
8801 pll_dw0 = vlv_dpio_read(dev_priv, pipe, CHV_PLL_DW0(port));
8802 pll_dw1 = vlv_dpio_read(dev_priv, pipe, CHV_PLL_DW1(port));
8803 pll_dw2 = vlv_dpio_read(dev_priv, pipe, CHV_PLL_DW2(port));
0d7b6b11 8804 pll_dw3 = vlv_dpio_read(dev_priv, pipe, CHV_PLL_DW3(port));
a580516d 8805 mutex_unlock(&dev_priv->sb_lock);
70b23a98
VS
8806
8807 clock.m1 = (pll_dw1 & 0x7) == DPIO_CHV_M1_DIV_BY_2 ? 2 : 0;
0d7b6b11
ID
8808 clock.m2 = (pll_dw0 & 0xff) << 22;
8809 if (pll_dw3 & DPIO_CHV_FRAC_DIV_EN)
8810 clock.m2 |= pll_dw2 & 0x3fffff;
70b23a98
VS
8811 clock.n = (pll_dw1 >> DPIO_CHV_N_DIV_SHIFT) & 0xf;
8812 clock.p1 = (cmn_dw13 >> DPIO_CHV_P1_DIV_SHIFT) & 0x7;
8813 clock.p2 = (cmn_dw13 >> DPIO_CHV_P2_DIV_SHIFT) & 0x1f;
8814
dccbea3b 8815 pipe_config->port_clock = chv_calc_dpll_params(refclk, &clock);
70b23a98
VS
8816}
8817
0e8ffe1b 8818static bool i9xx_get_pipe_config(struct intel_crtc *crtc,
5cec258b 8819 struct intel_crtc_state *pipe_config)
0e8ffe1b 8820{
6315b5d3 8821 struct drm_i915_private *dev_priv = to_i915(crtc->base.dev);
1729050e 8822 enum intel_display_power_domain power_domain;
0e8ffe1b 8823 uint32_t tmp;
1729050e 8824 bool ret;
0e8ffe1b 8825
1729050e
ID
8826 power_domain = POWER_DOMAIN_PIPE(crtc->pipe);
8827 if (!intel_display_power_get_if_enabled(dev_priv, power_domain))
b5482bd0
ID
8828 return false;
8829
e143a21c 8830 pipe_config->cpu_transcoder = (enum transcoder) crtc->pipe;
8106ddbd 8831 pipe_config->shared_dpll = NULL;
eccb140b 8832
1729050e
ID
8833 ret = false;
8834
0e8ffe1b
DV
8835 tmp = I915_READ(PIPECONF(crtc->pipe));
8836 if (!(tmp & PIPECONF_ENABLE))
1729050e 8837 goto out;
0e8ffe1b 8838
9beb5fea
TU
8839 if (IS_G4X(dev_priv) || IS_VALLEYVIEW(dev_priv) ||
8840 IS_CHERRYVIEW(dev_priv)) {
42571aef
VS
8841 switch (tmp & PIPECONF_BPC_MASK) {
8842 case PIPECONF_6BPC:
8843 pipe_config->pipe_bpp = 18;
8844 break;
8845 case PIPECONF_8BPC:
8846 pipe_config->pipe_bpp = 24;
8847 break;
8848 case PIPECONF_10BPC:
8849 pipe_config->pipe_bpp = 30;
8850 break;
8851 default:
8852 break;
8853 }
8854 }
8855
920a14b2 8856 if ((IS_VALLEYVIEW(dev_priv) || IS_CHERRYVIEW(dev_priv)) &&
666a4537 8857 (tmp & PIPECONF_COLOR_RANGE_SELECT))
b5a9fa09
DV
8858 pipe_config->limited_color_range = true;
8859
6315b5d3 8860 if (INTEL_GEN(dev_priv) < 4)
282740f7
VS
8861 pipe_config->double_wide = tmp & PIPECONF_DOUBLE_WIDE;
8862
1bd1bd80 8863 intel_get_pipe_timings(crtc, pipe_config);
bc58be60 8864 intel_get_pipe_src_size(crtc, pipe_config);
1bd1bd80 8865
2fa2fe9a
DV
8866 i9xx_get_pfit_config(crtc, pipe_config);
8867
6315b5d3 8868 if (INTEL_GEN(dev_priv) >= 4) {
c231775c 8869 /* No way to read it out on pipes B and C */
920a14b2 8870 if (IS_CHERRYVIEW(dev_priv) && crtc->pipe != PIPE_A)
c231775c
VS
8871 tmp = dev_priv->chv_dpll_md[crtc->pipe];
8872 else
8873 tmp = I915_READ(DPLL_MD(crtc->pipe));
6c49f241
DV
8874 pipe_config->pixel_multiplier =
8875 ((tmp & DPLL_MD_UDI_MULTIPLIER_MASK)
8876 >> DPLL_MD_UDI_MULTIPLIER_SHIFT) + 1;
8bcc2795 8877 pipe_config->dpll_hw_state.dpll_md = tmp;
50a0bc90 8878 } else if (IS_I945G(dev_priv) || IS_I945GM(dev_priv) ||
73f67aa8 8879 IS_G33(dev_priv) || IS_PINEVIEW(dev_priv)) {
6c49f241
DV
8880 tmp = I915_READ(DPLL(crtc->pipe));
8881 pipe_config->pixel_multiplier =
8882 ((tmp & SDVO_MULTIPLIER_MASK)
8883 >> SDVO_MULTIPLIER_SHIFT_HIRES) + 1;
8884 } else {
8885 /* Note that on i915G/GM the pixel multiplier is in the sdvo
8886 * port and will be fixed up in the encoder->get_config
8887 * function. */
8888 pipe_config->pixel_multiplier = 1;
8889 }
8bcc2795 8890 pipe_config->dpll_hw_state.dpll = I915_READ(DPLL(crtc->pipe));
920a14b2 8891 if (!IS_VALLEYVIEW(dev_priv) && !IS_CHERRYVIEW(dev_priv)) {
1c4e0274
VS
8892 /*
8893 * DPLL_DVO_2X_MODE must be enabled for both DPLLs
8894 * on 830. Filter it out here so that we don't
8895 * report errors due to that.
8896 */
50a0bc90 8897 if (IS_I830(dev_priv))
1c4e0274
VS
8898 pipe_config->dpll_hw_state.dpll &= ~DPLL_DVO_2X_MODE;
8899
8bcc2795
DV
8900 pipe_config->dpll_hw_state.fp0 = I915_READ(FP0(crtc->pipe));
8901 pipe_config->dpll_hw_state.fp1 = I915_READ(FP1(crtc->pipe));
165e901c
VS
8902 } else {
8903 /* Mask out read-only status bits. */
8904 pipe_config->dpll_hw_state.dpll &= ~(DPLL_LOCK_VLV |
8905 DPLL_PORTC_READY_MASK |
8906 DPLL_PORTB_READY_MASK);
8bcc2795 8907 }
6c49f241 8908
920a14b2 8909 if (IS_CHERRYVIEW(dev_priv))
70b23a98 8910 chv_crtc_clock_get(crtc, pipe_config);
11a914c2 8911 else if (IS_VALLEYVIEW(dev_priv))
acbec814
JB
8912 vlv_crtc_clock_get(crtc, pipe_config);
8913 else
8914 i9xx_crtc_clock_get(crtc, pipe_config);
18442d08 8915
0f64614d
VS
8916 /*
8917 * Normally the dotclock is filled in by the encoder .get_config()
8918 * but in case the pipe is enabled w/o any ports we need a sane
8919 * default.
8920 */
8921 pipe_config->base.adjusted_mode.crtc_clock =
8922 pipe_config->port_clock / pipe_config->pixel_multiplier;
8923
1729050e
ID
8924 ret = true;
8925
8926out:
8927 intel_display_power_put(dev_priv, power_domain);
8928
8929 return ret;
0e8ffe1b
DV
8930}
8931
c39055b0 8932static void ironlake_init_pch_refclk(struct drm_i915_private *dev_priv)
13d83a67 8933{
13d83a67 8934 struct intel_encoder *encoder;
1c1a24d2 8935 int i;
74cfd7ac 8936 u32 val, final;
13d83a67 8937 bool has_lvds = false;
199e5d79 8938 bool has_cpu_edp = false;
199e5d79 8939 bool has_panel = false;
99eb6a01
KP
8940 bool has_ck505 = false;
8941 bool can_ssc = false;
1c1a24d2 8942 bool using_ssc_source = false;
13d83a67
JB
8943
8944 /* We need to take the global config into account */
c39055b0 8945 for_each_intel_encoder(&dev_priv->drm, encoder) {
199e5d79
KP
8946 switch (encoder->type) {
8947 case INTEL_OUTPUT_LVDS:
8948 has_panel = true;
8949 has_lvds = true;
8950 break;
8951 case INTEL_OUTPUT_EDP:
8952 has_panel = true;
2de6905f 8953 if (enc_to_dig_port(&encoder->base)->port == PORT_A)
199e5d79
KP
8954 has_cpu_edp = true;
8955 break;
6847d71b
PZ
8956 default:
8957 break;
13d83a67
JB
8958 }
8959 }
8960
6e266956 8961 if (HAS_PCH_IBX(dev_priv)) {
41aa3448 8962 has_ck505 = dev_priv->vbt.display_clock_mode;
99eb6a01
KP
8963 can_ssc = has_ck505;
8964 } else {
8965 has_ck505 = false;
8966 can_ssc = true;
8967 }
8968
1c1a24d2
L
8969 /* Check if any DPLLs are using the SSC source */
8970 for (i = 0; i < dev_priv->num_shared_dpll; i++) {
8971 u32 temp = I915_READ(PCH_DPLL(i));
8972
8973 if (!(temp & DPLL_VCO_ENABLE))
8974 continue;
8975
8976 if ((temp & PLL_REF_INPUT_MASK) ==
8977 PLLB_REF_INPUT_SPREADSPECTRUMIN) {
8978 using_ssc_source = true;
8979 break;
8980 }
8981 }
8982
8983 DRM_DEBUG_KMS("has_panel %d has_lvds %d has_ck505 %d using_ssc_source %d\n",
8984 has_panel, has_lvds, has_ck505, using_ssc_source);
13d83a67
JB
8985
8986 /* Ironlake: try to setup display ref clock before DPLL
8987 * enabling. This is only under driver's control after
8988 * PCH B stepping, previous chipset stepping should be
8989 * ignoring this setting.
8990 */
74cfd7ac
CW
8991 val = I915_READ(PCH_DREF_CONTROL);
8992
8993 /* As we must carefully and slowly disable/enable each source in turn,
8994 * compute the final state we want first and check if we need to
8995 * make any changes at all.
8996 */
8997 final = val;
8998 final &= ~DREF_NONSPREAD_SOURCE_MASK;
8999 if (has_ck505)
9000 final |= DREF_NONSPREAD_CK505_ENABLE;
9001 else
9002 final |= DREF_NONSPREAD_SOURCE_ENABLE;
9003
8c07eb68 9004 final &= ~DREF_SSC_SOURCE_MASK;
74cfd7ac 9005 final &= ~DREF_CPU_SOURCE_OUTPUT_MASK;
8c07eb68 9006 final &= ~DREF_SSC1_ENABLE;
74cfd7ac
CW
9007
9008 if (has_panel) {
9009 final |= DREF_SSC_SOURCE_ENABLE;
9010
9011 if (intel_panel_use_ssc(dev_priv) && can_ssc)
9012 final |= DREF_SSC1_ENABLE;
9013
9014 if (has_cpu_edp) {
9015 if (intel_panel_use_ssc(dev_priv) && can_ssc)
9016 final |= DREF_CPU_SOURCE_OUTPUT_DOWNSPREAD;
9017 else
9018 final |= DREF_CPU_SOURCE_OUTPUT_NONSPREAD;
9019 } else
9020 final |= DREF_CPU_SOURCE_OUTPUT_DISABLE;
1c1a24d2
L
9021 } else if (using_ssc_source) {
9022 final |= DREF_SSC_SOURCE_ENABLE;
9023 final |= DREF_SSC1_ENABLE;
74cfd7ac
CW
9024 }
9025
9026 if (final == val)
9027 return;
9028
13d83a67 9029 /* Always enable nonspread source */
74cfd7ac 9030 val &= ~DREF_NONSPREAD_SOURCE_MASK;
13d83a67 9031
99eb6a01 9032 if (has_ck505)
74cfd7ac 9033 val |= DREF_NONSPREAD_CK505_ENABLE;
99eb6a01 9034 else
74cfd7ac 9035 val |= DREF_NONSPREAD_SOURCE_ENABLE;
13d83a67 9036
199e5d79 9037 if (has_panel) {
74cfd7ac
CW
9038 val &= ~DREF_SSC_SOURCE_MASK;
9039 val |= DREF_SSC_SOURCE_ENABLE;
13d83a67 9040
199e5d79 9041 /* SSC must be turned on before enabling the CPU output */
99eb6a01 9042 if (intel_panel_use_ssc(dev_priv) && can_ssc) {
199e5d79 9043 DRM_DEBUG_KMS("Using SSC on panel\n");
74cfd7ac 9044 val |= DREF_SSC1_ENABLE;
e77166b5 9045 } else
74cfd7ac 9046 val &= ~DREF_SSC1_ENABLE;
199e5d79
KP
9047
9048 /* Get SSC going before enabling the outputs */
74cfd7ac 9049 I915_WRITE(PCH_DREF_CONTROL, val);
199e5d79
KP
9050 POSTING_READ(PCH_DREF_CONTROL);
9051 udelay(200);
9052
74cfd7ac 9053 val &= ~DREF_CPU_SOURCE_OUTPUT_MASK;
13d83a67
JB
9054
9055 /* Enable CPU source on CPU attached eDP */
199e5d79 9056 if (has_cpu_edp) {
99eb6a01 9057 if (intel_panel_use_ssc(dev_priv) && can_ssc) {
199e5d79 9058 DRM_DEBUG_KMS("Using SSC on eDP\n");
74cfd7ac 9059 val |= DREF_CPU_SOURCE_OUTPUT_DOWNSPREAD;
eba905b2 9060 } else
74cfd7ac 9061 val |= DREF_CPU_SOURCE_OUTPUT_NONSPREAD;
199e5d79 9062 } else
74cfd7ac 9063 val |= DREF_CPU_SOURCE_OUTPUT_DISABLE;
199e5d79 9064
74cfd7ac 9065 I915_WRITE(PCH_DREF_CONTROL, val);
199e5d79
KP
9066 POSTING_READ(PCH_DREF_CONTROL);
9067 udelay(200);
9068 } else {
1c1a24d2 9069 DRM_DEBUG_KMS("Disabling CPU source output\n");
199e5d79 9070
74cfd7ac 9071 val &= ~DREF_CPU_SOURCE_OUTPUT_MASK;
199e5d79
KP
9072
9073 /* Turn off CPU output */
74cfd7ac 9074 val |= DREF_CPU_SOURCE_OUTPUT_DISABLE;
199e5d79 9075
74cfd7ac 9076 I915_WRITE(PCH_DREF_CONTROL, val);
199e5d79
KP
9077 POSTING_READ(PCH_DREF_CONTROL);
9078 udelay(200);
9079
1c1a24d2
L
9080 if (!using_ssc_source) {
9081 DRM_DEBUG_KMS("Disabling SSC source\n");
199e5d79 9082
1c1a24d2
L
9083 /* Turn off the SSC source */
9084 val &= ~DREF_SSC_SOURCE_MASK;
9085 val |= DREF_SSC_SOURCE_DISABLE;
f165d283 9086
1c1a24d2
L
9087 /* Turn off SSC1 */
9088 val &= ~DREF_SSC1_ENABLE;
9089
9090 I915_WRITE(PCH_DREF_CONTROL, val);
9091 POSTING_READ(PCH_DREF_CONTROL);
9092 udelay(200);
9093 }
13d83a67 9094 }
74cfd7ac
CW
9095
9096 BUG_ON(val != final);
13d83a67
JB
9097}
9098
f31f2d55 9099static void lpt_reset_fdi_mphy(struct drm_i915_private *dev_priv)
dde86e2d 9100{
f31f2d55 9101 uint32_t tmp;
dde86e2d 9102
0ff066a9
PZ
9103 tmp = I915_READ(SOUTH_CHICKEN2);
9104 tmp |= FDI_MPHY_IOSFSB_RESET_CTL;
9105 I915_WRITE(SOUTH_CHICKEN2, tmp);
dde86e2d 9106
cf3598c2
ID
9107 if (wait_for_us(I915_READ(SOUTH_CHICKEN2) &
9108 FDI_MPHY_IOSFSB_RESET_STATUS, 100))
0ff066a9 9109 DRM_ERROR("FDI mPHY reset assert timeout\n");
dde86e2d 9110
0ff066a9
PZ
9111 tmp = I915_READ(SOUTH_CHICKEN2);
9112 tmp &= ~FDI_MPHY_IOSFSB_RESET_CTL;
9113 I915_WRITE(SOUTH_CHICKEN2, tmp);
dde86e2d 9114
cf3598c2
ID
9115 if (wait_for_us((I915_READ(SOUTH_CHICKEN2) &
9116 FDI_MPHY_IOSFSB_RESET_STATUS) == 0, 100))
0ff066a9 9117 DRM_ERROR("FDI mPHY reset de-assert timeout\n");
f31f2d55
PZ
9118}
9119
9120/* WaMPhyProgramming:hsw */
9121static void lpt_program_fdi_mphy(struct drm_i915_private *dev_priv)
9122{
9123 uint32_t tmp;
dde86e2d
PZ
9124
9125 tmp = intel_sbi_read(dev_priv, 0x8008, SBI_MPHY);
9126 tmp &= ~(0xFF << 24);
9127 tmp |= (0x12 << 24);
9128 intel_sbi_write(dev_priv, 0x8008, tmp, SBI_MPHY);
9129
dde86e2d
PZ
9130 tmp = intel_sbi_read(dev_priv, 0x2008, SBI_MPHY);
9131 tmp |= (1 << 11);
9132 intel_sbi_write(dev_priv, 0x2008, tmp, SBI_MPHY);
9133
9134 tmp = intel_sbi_read(dev_priv, 0x2108, SBI_MPHY);
9135 tmp |= (1 << 11);
9136 intel_sbi_write(dev_priv, 0x2108, tmp, SBI_MPHY);
9137
dde86e2d
PZ
9138 tmp = intel_sbi_read(dev_priv, 0x206C, SBI_MPHY);
9139 tmp |= (1 << 24) | (1 << 21) | (1 << 18);
9140 intel_sbi_write(dev_priv, 0x206C, tmp, SBI_MPHY);
9141
9142 tmp = intel_sbi_read(dev_priv, 0x216C, SBI_MPHY);
9143 tmp |= (1 << 24) | (1 << 21) | (1 << 18);
9144 intel_sbi_write(dev_priv, 0x216C, tmp, SBI_MPHY);
9145
0ff066a9
PZ
9146 tmp = intel_sbi_read(dev_priv, 0x2080, SBI_MPHY);
9147 tmp &= ~(7 << 13);
9148 tmp |= (5 << 13);
9149 intel_sbi_write(dev_priv, 0x2080, tmp, SBI_MPHY);
dde86e2d 9150
0ff066a9
PZ
9151 tmp = intel_sbi_read(dev_priv, 0x2180, SBI_MPHY);
9152 tmp &= ~(7 << 13);
9153 tmp |= (5 << 13);
9154 intel_sbi_write(dev_priv, 0x2180, tmp, SBI_MPHY);
dde86e2d
PZ
9155
9156 tmp = intel_sbi_read(dev_priv, 0x208C, SBI_MPHY);
9157 tmp &= ~0xFF;
9158 tmp |= 0x1C;
9159 intel_sbi_write(dev_priv, 0x208C, tmp, SBI_MPHY);
9160
9161 tmp = intel_sbi_read(dev_priv, 0x218C, SBI_MPHY);
9162 tmp &= ~0xFF;
9163 tmp |= 0x1C;
9164 intel_sbi_write(dev_priv, 0x218C, tmp, SBI_MPHY);
9165
9166 tmp = intel_sbi_read(dev_priv, 0x2098, SBI_MPHY);
9167 tmp &= ~(0xFF << 16);
9168 tmp |= (0x1C << 16);
9169 intel_sbi_write(dev_priv, 0x2098, tmp, SBI_MPHY);
9170
9171 tmp = intel_sbi_read(dev_priv, 0x2198, SBI_MPHY);
9172 tmp &= ~(0xFF << 16);
9173 tmp |= (0x1C << 16);
9174 intel_sbi_write(dev_priv, 0x2198, tmp, SBI_MPHY);
9175
0ff066a9
PZ
9176 tmp = intel_sbi_read(dev_priv, 0x20C4, SBI_MPHY);
9177 tmp |= (1 << 27);
9178 intel_sbi_write(dev_priv, 0x20C4, tmp, SBI_MPHY);
dde86e2d 9179
0ff066a9
PZ
9180 tmp = intel_sbi_read(dev_priv, 0x21C4, SBI_MPHY);
9181 tmp |= (1 << 27);
9182 intel_sbi_write(dev_priv, 0x21C4, tmp, SBI_MPHY);
dde86e2d 9183
0ff066a9
PZ
9184 tmp = intel_sbi_read(dev_priv, 0x20EC, SBI_MPHY);
9185 tmp &= ~(0xF << 28);
9186 tmp |= (4 << 28);
9187 intel_sbi_write(dev_priv, 0x20EC, tmp, SBI_MPHY);
dde86e2d 9188
0ff066a9
PZ
9189 tmp = intel_sbi_read(dev_priv, 0x21EC, SBI_MPHY);
9190 tmp &= ~(0xF << 28);
9191 tmp |= (4 << 28);
9192 intel_sbi_write(dev_priv, 0x21EC, tmp, SBI_MPHY);
f31f2d55
PZ
9193}
9194
2fa86a1f
PZ
9195/* Implements 3 different sequences from BSpec chapter "Display iCLK
9196 * Programming" based on the parameters passed:
9197 * - Sequence to enable CLKOUT_DP
9198 * - Sequence to enable CLKOUT_DP without spread
9199 * - Sequence to enable CLKOUT_DP for FDI usage and configure PCH FDI I/O
9200 */
c39055b0
ACO
9201static void lpt_enable_clkout_dp(struct drm_i915_private *dev_priv,
9202 bool with_spread, bool with_fdi)
f31f2d55 9203{
2fa86a1f
PZ
9204 uint32_t reg, tmp;
9205
9206 if (WARN(with_fdi && !with_spread, "FDI requires downspread\n"))
9207 with_spread = true;
4f8036a2
TU
9208 if (WARN(HAS_PCH_LPT_LP(dev_priv) &&
9209 with_fdi, "LP PCH doesn't have FDI\n"))
2fa86a1f 9210 with_fdi = false;
f31f2d55 9211
a580516d 9212 mutex_lock(&dev_priv->sb_lock);
f31f2d55
PZ
9213
9214 tmp = intel_sbi_read(dev_priv, SBI_SSCCTL, SBI_ICLK);
9215 tmp &= ~SBI_SSCCTL_DISABLE;
9216 tmp |= SBI_SSCCTL_PATHALT;
9217 intel_sbi_write(dev_priv, SBI_SSCCTL, tmp, SBI_ICLK);
9218
9219 udelay(24);
9220
2fa86a1f
PZ
9221 if (with_spread) {
9222 tmp = intel_sbi_read(dev_priv, SBI_SSCCTL, SBI_ICLK);
9223 tmp &= ~SBI_SSCCTL_PATHALT;
9224 intel_sbi_write(dev_priv, SBI_SSCCTL, tmp, SBI_ICLK);
f31f2d55 9225
2fa86a1f
PZ
9226 if (with_fdi) {
9227 lpt_reset_fdi_mphy(dev_priv);
9228 lpt_program_fdi_mphy(dev_priv);
9229 }
9230 }
dde86e2d 9231
4f8036a2 9232 reg = HAS_PCH_LPT_LP(dev_priv) ? SBI_GEN0 : SBI_DBUFF0;
2fa86a1f
PZ
9233 tmp = intel_sbi_read(dev_priv, reg, SBI_ICLK);
9234 tmp |= SBI_GEN0_CFG_BUFFENABLE_DISABLE;
9235 intel_sbi_write(dev_priv, reg, tmp, SBI_ICLK);
c00db246 9236
a580516d 9237 mutex_unlock(&dev_priv->sb_lock);
dde86e2d
PZ
9238}
9239
47701c3b 9240/* Sequence to disable CLKOUT_DP */
c39055b0 9241static void lpt_disable_clkout_dp(struct drm_i915_private *dev_priv)
47701c3b 9242{
47701c3b
PZ
9243 uint32_t reg, tmp;
9244
a580516d 9245 mutex_lock(&dev_priv->sb_lock);
47701c3b 9246
4f8036a2 9247 reg = HAS_PCH_LPT_LP(dev_priv) ? SBI_GEN0 : SBI_DBUFF0;
47701c3b
PZ
9248 tmp = intel_sbi_read(dev_priv, reg, SBI_ICLK);
9249 tmp &= ~SBI_GEN0_CFG_BUFFENABLE_DISABLE;
9250 intel_sbi_write(dev_priv, reg, tmp, SBI_ICLK);
9251
9252 tmp = intel_sbi_read(dev_priv, SBI_SSCCTL, SBI_ICLK);
9253 if (!(tmp & SBI_SSCCTL_DISABLE)) {
9254 if (!(tmp & SBI_SSCCTL_PATHALT)) {
9255 tmp |= SBI_SSCCTL_PATHALT;
9256 intel_sbi_write(dev_priv, SBI_SSCCTL, tmp, SBI_ICLK);
9257 udelay(32);
9258 }
9259 tmp |= SBI_SSCCTL_DISABLE;
9260 intel_sbi_write(dev_priv, SBI_SSCCTL, tmp, SBI_ICLK);
9261 }
9262
a580516d 9263 mutex_unlock(&dev_priv->sb_lock);
47701c3b
PZ
9264}
9265
f7be2c21
VS
9266#define BEND_IDX(steps) ((50 + (steps)) / 5)
9267
9268static const uint16_t sscdivintphase[] = {
9269 [BEND_IDX( 50)] = 0x3B23,
9270 [BEND_IDX( 45)] = 0x3B23,
9271 [BEND_IDX( 40)] = 0x3C23,
9272 [BEND_IDX( 35)] = 0x3C23,
9273 [BEND_IDX( 30)] = 0x3D23,
9274 [BEND_IDX( 25)] = 0x3D23,
9275 [BEND_IDX( 20)] = 0x3E23,
9276 [BEND_IDX( 15)] = 0x3E23,
9277 [BEND_IDX( 10)] = 0x3F23,
9278 [BEND_IDX( 5)] = 0x3F23,
9279 [BEND_IDX( 0)] = 0x0025,
9280 [BEND_IDX( -5)] = 0x0025,
9281 [BEND_IDX(-10)] = 0x0125,
9282 [BEND_IDX(-15)] = 0x0125,
9283 [BEND_IDX(-20)] = 0x0225,
9284 [BEND_IDX(-25)] = 0x0225,
9285 [BEND_IDX(-30)] = 0x0325,
9286 [BEND_IDX(-35)] = 0x0325,
9287 [BEND_IDX(-40)] = 0x0425,
9288 [BEND_IDX(-45)] = 0x0425,
9289 [BEND_IDX(-50)] = 0x0525,
9290};
9291
9292/*
9293 * Bend CLKOUT_DP
9294 * steps -50 to 50 inclusive, in steps of 5
9295 * < 0 slow down the clock, > 0 speed up the clock, 0 == no bend (135MHz)
9296 * change in clock period = -(steps / 10) * 5.787 ps
9297 */
9298static void lpt_bend_clkout_dp(struct drm_i915_private *dev_priv, int steps)
9299{
9300 uint32_t tmp;
9301 int idx = BEND_IDX(steps);
9302
9303 if (WARN_ON(steps % 5 != 0))
9304 return;
9305
9306 if (WARN_ON(idx >= ARRAY_SIZE(sscdivintphase)))
9307 return;
9308
9309 mutex_lock(&dev_priv->sb_lock);
9310
9311 if (steps % 10 != 0)
9312 tmp = 0xAAAAAAAB;
9313 else
9314 tmp = 0x00000000;
9315 intel_sbi_write(dev_priv, SBI_SSCDITHPHASE, tmp, SBI_ICLK);
9316
9317 tmp = intel_sbi_read(dev_priv, SBI_SSCDIVINTPHASE, SBI_ICLK);
9318 tmp &= 0xffff0000;
9319 tmp |= sscdivintphase[idx];
9320 intel_sbi_write(dev_priv, SBI_SSCDIVINTPHASE, tmp, SBI_ICLK);
9321
9322 mutex_unlock(&dev_priv->sb_lock);
9323}
9324
9325#undef BEND_IDX
9326
c39055b0 9327static void lpt_init_pch_refclk(struct drm_i915_private *dev_priv)
bf8fa3d3 9328{
bf8fa3d3
PZ
9329 struct intel_encoder *encoder;
9330 bool has_vga = false;
9331
c39055b0 9332 for_each_intel_encoder(&dev_priv->drm, encoder) {
bf8fa3d3
PZ
9333 switch (encoder->type) {
9334 case INTEL_OUTPUT_ANALOG:
9335 has_vga = true;
9336 break;
6847d71b
PZ
9337 default:
9338 break;
bf8fa3d3
PZ
9339 }
9340 }
9341
f7be2c21 9342 if (has_vga) {
c39055b0
ACO
9343 lpt_bend_clkout_dp(dev_priv, 0);
9344 lpt_enable_clkout_dp(dev_priv, true, true);
f7be2c21 9345 } else {
c39055b0 9346 lpt_disable_clkout_dp(dev_priv);
f7be2c21 9347 }
bf8fa3d3
PZ
9348}
9349
dde86e2d
PZ
9350/*
9351 * Initialize reference clocks when the driver loads
9352 */
c39055b0 9353void intel_init_pch_refclk(struct drm_i915_private *dev_priv)
dde86e2d 9354{
6e266956 9355 if (HAS_PCH_IBX(dev_priv) || HAS_PCH_CPT(dev_priv))
c39055b0 9356 ironlake_init_pch_refclk(dev_priv);
6e266956 9357 else if (HAS_PCH_LPT(dev_priv))
c39055b0 9358 lpt_init_pch_refclk(dev_priv);
dde86e2d
PZ
9359}
9360
6ff93609 9361static void ironlake_set_pipeconf(struct drm_crtc *crtc)
79e53945 9362{
fac5e23e 9363 struct drm_i915_private *dev_priv = to_i915(crtc->dev);
79e53945
JB
9364 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
9365 int pipe = intel_crtc->pipe;
c8203565
PZ
9366 uint32_t val;
9367
78114071 9368 val = 0;
c8203565 9369
6e3c9717 9370 switch (intel_crtc->config->pipe_bpp) {
c8203565 9371 case 18:
dfd07d72 9372 val |= PIPECONF_6BPC;
c8203565
PZ
9373 break;
9374 case 24:
dfd07d72 9375 val |= PIPECONF_8BPC;
c8203565
PZ
9376 break;
9377 case 30:
dfd07d72 9378 val |= PIPECONF_10BPC;
c8203565
PZ
9379 break;
9380 case 36:
dfd07d72 9381 val |= PIPECONF_12BPC;
c8203565
PZ
9382 break;
9383 default:
cc769b62
PZ
9384 /* Case prevented by intel_choose_pipe_bpp_dither. */
9385 BUG();
c8203565
PZ
9386 }
9387
6e3c9717 9388 if (intel_crtc->config->dither)
c8203565
PZ
9389 val |= (PIPECONF_DITHER_EN | PIPECONF_DITHER_TYPE_SP);
9390
6e3c9717 9391 if (intel_crtc->config->base.adjusted_mode.flags & DRM_MODE_FLAG_INTERLACE)
c8203565
PZ
9392 val |= PIPECONF_INTERLACED_ILK;
9393 else
9394 val |= PIPECONF_PROGRESSIVE;
9395
6e3c9717 9396 if (intel_crtc->config->limited_color_range)
3685a8f3 9397 val |= PIPECONF_COLOR_RANGE_SELECT;
3685a8f3 9398
c8203565
PZ
9399 I915_WRITE(PIPECONF(pipe), val);
9400 POSTING_READ(PIPECONF(pipe));
9401}
9402
6ff93609 9403static void haswell_set_pipeconf(struct drm_crtc *crtc)
ee2b0b38 9404{
fac5e23e 9405 struct drm_i915_private *dev_priv = to_i915(crtc->dev);
ee2b0b38 9406 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
6e3c9717 9407 enum transcoder cpu_transcoder = intel_crtc->config->cpu_transcoder;
391bf048 9408 u32 val = 0;
ee2b0b38 9409
391bf048 9410 if (IS_HASWELL(dev_priv) && intel_crtc->config->dither)
ee2b0b38
PZ
9411 val |= (PIPECONF_DITHER_EN | PIPECONF_DITHER_TYPE_SP);
9412
6e3c9717 9413 if (intel_crtc->config->base.adjusted_mode.flags & DRM_MODE_FLAG_INTERLACE)
ee2b0b38
PZ
9414 val |= PIPECONF_INTERLACED_ILK;
9415 else
9416 val |= PIPECONF_PROGRESSIVE;
9417
702e7a56
PZ
9418 I915_WRITE(PIPECONF(cpu_transcoder), val);
9419 POSTING_READ(PIPECONF(cpu_transcoder));
391bf048
JN
9420}
9421
391bf048
JN
9422static void haswell_set_pipemisc(struct drm_crtc *crtc)
9423{
fac5e23e 9424 struct drm_i915_private *dev_priv = to_i915(crtc->dev);
391bf048 9425 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
756f85cf 9426
391bf048
JN
9427 if (IS_BROADWELL(dev_priv) || INTEL_INFO(dev_priv)->gen >= 9) {
9428 u32 val = 0;
756f85cf 9429
6e3c9717 9430 switch (intel_crtc->config->pipe_bpp) {
756f85cf
PZ
9431 case 18:
9432 val |= PIPEMISC_DITHER_6_BPC;
9433 break;
9434 case 24:
9435 val |= PIPEMISC_DITHER_8_BPC;
9436 break;
9437 case 30:
9438 val |= PIPEMISC_DITHER_10_BPC;
9439 break;
9440 case 36:
9441 val |= PIPEMISC_DITHER_12_BPC;
9442 break;
9443 default:
9444 /* Case prevented by pipe_config_set_bpp. */
9445 BUG();
9446 }
9447
6e3c9717 9448 if (intel_crtc->config->dither)
756f85cf
PZ
9449 val |= PIPEMISC_DITHER_ENABLE | PIPEMISC_DITHER_TYPE_SP;
9450
391bf048 9451 I915_WRITE(PIPEMISC(intel_crtc->pipe), val);
756f85cf 9452 }
ee2b0b38
PZ
9453}
9454
d4b1931c
PZ
9455int ironlake_get_lanes_required(int target_clock, int link_bw, int bpp)
9456{
9457 /*
9458 * Account for spread spectrum to avoid
9459 * oversubscribing the link. Max center spread
9460 * is 2.5%; use 5% for safety's sake.
9461 */
9462 u32 bps = target_clock * bpp * 21 / 20;
619d4d04 9463 return DIV_ROUND_UP(bps, link_bw * 8);
d4b1931c
PZ
9464}
9465
7429e9d4 9466static bool ironlake_needs_fb_cb_tune(struct dpll *dpll, int factor)
6cf86a5e 9467{
7429e9d4 9468 return i9xx_dpll_compute_m(dpll) < factor * dpll->n;
f48d8f23
PZ
9469}
9470
b75ca6f6
ACO
9471static void ironlake_compute_dpll(struct intel_crtc *intel_crtc,
9472 struct intel_crtc_state *crtc_state,
9e2c8475 9473 struct dpll *reduced_clock)
79e53945 9474{
de13a2e3 9475 struct drm_crtc *crtc = &intel_crtc->base;
79e53945 9476 struct drm_device *dev = crtc->dev;
fac5e23e 9477 struct drm_i915_private *dev_priv = to_i915(dev);
b75ca6f6 9478 u32 dpll, fp, fp2;
3d6e9ee0 9479 int factor;
79e53945 9480
c1858123 9481 /* Enable autotuning of the PLL clock (if permissible) */
8febb297 9482 factor = 21;
3d6e9ee0 9483 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_LVDS)) {
8febb297 9484 if ((intel_panel_use_ssc(dev_priv) &&
e91e941b 9485 dev_priv->vbt.lvds_ssc_freq == 100000) ||
6e266956 9486 (HAS_PCH_IBX(dev_priv) && intel_is_dual_link_lvds(dev)))
8febb297 9487 factor = 25;
190f68c5 9488 } else if (crtc_state->sdvo_tv_clock)
8febb297 9489 factor = 20;
c1858123 9490
b75ca6f6
ACO
9491 fp = i9xx_dpll_compute_fp(&crtc_state->dpll);
9492
190f68c5 9493 if (ironlake_needs_fb_cb_tune(&crtc_state->dpll, factor))
b75ca6f6
ACO
9494 fp |= FP_CB_TUNE;
9495
9496 if (reduced_clock) {
9497 fp2 = i9xx_dpll_compute_fp(reduced_clock);
2c07245f 9498
b75ca6f6
ACO
9499 if (reduced_clock->m < factor * reduced_clock->n)
9500 fp2 |= FP_CB_TUNE;
9501 } else {
9502 fp2 = fp;
9503 }
9a7c7890 9504
5eddb70b 9505 dpll = 0;
2c07245f 9506
3d6e9ee0 9507 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_LVDS))
a07d6787
EA
9508 dpll |= DPLLB_MODE_LVDS;
9509 else
9510 dpll |= DPLLB_MODE_DAC_SERIAL;
198a037f 9511
190f68c5 9512 dpll |= (crtc_state->pixel_multiplier - 1)
ef1b460d 9513 << PLL_REF_SDVO_HDMI_MULTIPLIER_SHIFT;
198a037f 9514
3d6e9ee0
VS
9515 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_SDVO) ||
9516 intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI))
4a33e48d 9517 dpll |= DPLL_SDVO_HIGH_SPEED;
3d6e9ee0 9518
37a5650b 9519 if (intel_crtc_has_dp_encoder(crtc_state))
4a33e48d 9520 dpll |= DPLL_SDVO_HIGH_SPEED;
79e53945 9521
7d7f8633
VS
9522 /*
9523 * The high speed IO clock is only really required for
9524 * SDVO/HDMI/DP, but we also enable it for CRT to make it
9525 * possible to share the DPLL between CRT and HDMI. Enabling
9526 * the clock needlessly does no real harm, except use up a
9527 * bit of power potentially.
9528 *
9529 * We'll limit this to IVB with 3 pipes, since it has only two
9530 * DPLLs and so DPLL sharing is the only way to get three pipes
9531 * driving PCH ports at the same time. On SNB we could do this,
9532 * and potentially avoid enabling the second DPLL, but it's not
9533 * clear if it''s a win or loss power wise. No point in doing
9534 * this on ILK at all since it has a fixed DPLL<->pipe mapping.
9535 */
9536 if (INTEL_INFO(dev_priv)->num_pipes == 3 &&
9537 intel_crtc_has_type(crtc_state, INTEL_OUTPUT_ANALOG))
9538 dpll |= DPLL_SDVO_HIGH_SPEED;
9539
a07d6787 9540 /* compute bitmask from p1 value */
190f68c5 9541 dpll |= (1 << (crtc_state->dpll.p1 - 1)) << DPLL_FPA01_P1_POST_DIV_SHIFT;
a07d6787 9542 /* also FPA1 */
190f68c5 9543 dpll |= (1 << (crtc_state->dpll.p1 - 1)) << DPLL_FPA1_P1_POST_DIV_SHIFT;
a07d6787 9544
190f68c5 9545 switch (crtc_state->dpll.p2) {
a07d6787
EA
9546 case 5:
9547 dpll |= DPLL_DAC_SERIAL_P2_CLOCK_DIV_5;
9548 break;
9549 case 7:
9550 dpll |= DPLLB_LVDS_P2_CLOCK_DIV_7;
9551 break;
9552 case 10:
9553 dpll |= DPLL_DAC_SERIAL_P2_CLOCK_DIV_10;
9554 break;
9555 case 14:
9556 dpll |= DPLLB_LVDS_P2_CLOCK_DIV_14;
9557 break;
79e53945
JB
9558 }
9559
3d6e9ee0
VS
9560 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_LVDS) &&
9561 intel_panel_use_ssc(dev_priv))
43565a06 9562 dpll |= PLLB_REF_INPUT_SPREADSPECTRUMIN;
79e53945
JB
9563 else
9564 dpll |= PLL_REF_INPUT_DREFCLK;
9565
b75ca6f6
ACO
9566 dpll |= DPLL_VCO_ENABLE;
9567
9568 crtc_state->dpll_hw_state.dpll = dpll;
9569 crtc_state->dpll_hw_state.fp0 = fp;
9570 crtc_state->dpll_hw_state.fp1 = fp2;
de13a2e3
PZ
9571}
9572
190f68c5
ACO
9573static int ironlake_crtc_compute_clock(struct intel_crtc *crtc,
9574 struct intel_crtc_state *crtc_state)
de13a2e3 9575{
997c030c 9576 struct drm_device *dev = crtc->base.dev;
fac5e23e 9577 struct drm_i915_private *dev_priv = to_i915(dev);
9e2c8475 9578 struct dpll reduced_clock;
7ed9f894 9579 bool has_reduced_clock = false;
e2b78267 9580 struct intel_shared_dpll *pll;
1b6f4958 9581 const struct intel_limit *limit;
997c030c 9582 int refclk = 120000;
de13a2e3 9583
dd3cd74a
ACO
9584 memset(&crtc_state->dpll_hw_state, 0,
9585 sizeof(crtc_state->dpll_hw_state));
9586
ded220e2
ACO
9587 crtc->lowfreq_avail = false;
9588
9589 /* CPU eDP is the only output that doesn't need a PCH PLL of its own. */
9590 if (!crtc_state->has_pch_encoder)
9591 return 0;
79e53945 9592
2d84d2b3 9593 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_LVDS)) {
997c030c
ACO
9594 if (intel_panel_use_ssc(dev_priv)) {
9595 DRM_DEBUG_KMS("using SSC reference clock of %d kHz\n",
9596 dev_priv->vbt.lvds_ssc_freq);
9597 refclk = dev_priv->vbt.lvds_ssc_freq;
9598 }
9599
9600 if (intel_is_dual_link_lvds(dev)) {
9601 if (refclk == 100000)
9602 limit = &intel_limits_ironlake_dual_lvds_100m;
9603 else
9604 limit = &intel_limits_ironlake_dual_lvds;
9605 } else {
9606 if (refclk == 100000)
9607 limit = &intel_limits_ironlake_single_lvds_100m;
9608 else
9609 limit = &intel_limits_ironlake_single_lvds;
9610 }
9611 } else {
9612 limit = &intel_limits_ironlake_dac;
9613 }
9614
364ee29d 9615 if (!crtc_state->clock_set &&
997c030c
ACO
9616 !g4x_find_best_dpll(limit, crtc_state, crtc_state->port_clock,
9617 refclk, NULL, &crtc_state->dpll)) {
364ee29d
ACO
9618 DRM_ERROR("Couldn't find PLL settings for mode!\n");
9619 return -EINVAL;
f47709a9 9620 }
79e53945 9621
b75ca6f6
ACO
9622 ironlake_compute_dpll(crtc, crtc_state,
9623 has_reduced_clock ? &reduced_clock : NULL);
66e985c0 9624
ded220e2
ACO
9625 pll = intel_get_shared_dpll(crtc, crtc_state, NULL);
9626 if (pll == NULL) {
9627 DRM_DEBUG_DRIVER("failed to find PLL for pipe %c\n",
9628 pipe_name(crtc->pipe));
9629 return -EINVAL;
3fb37703 9630 }
79e53945 9631
2d84d2b3 9632 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_LVDS) &&
ded220e2 9633 has_reduced_clock)
c7653199 9634 crtc->lowfreq_avail = true;
e2b78267 9635
c8f7a0db 9636 return 0;
79e53945
JB
9637}
9638
eb14cb74
VS
9639static void intel_pch_transcoder_get_m_n(struct intel_crtc *crtc,
9640 struct intel_link_m_n *m_n)
9641{
9642 struct drm_device *dev = crtc->base.dev;
fac5e23e 9643 struct drm_i915_private *dev_priv = to_i915(dev);
eb14cb74
VS
9644 enum pipe pipe = crtc->pipe;
9645
9646 m_n->link_m = I915_READ(PCH_TRANS_LINK_M1(pipe));
9647 m_n->link_n = I915_READ(PCH_TRANS_LINK_N1(pipe));
9648 m_n->gmch_m = I915_READ(PCH_TRANS_DATA_M1(pipe))
9649 & ~TU_SIZE_MASK;
9650 m_n->gmch_n = I915_READ(PCH_TRANS_DATA_N1(pipe));
9651 m_n->tu = ((I915_READ(PCH_TRANS_DATA_M1(pipe))
9652 & TU_SIZE_MASK) >> TU_SIZE_SHIFT) + 1;
9653}
9654
9655static void intel_cpu_transcoder_get_m_n(struct intel_crtc *crtc,
9656 enum transcoder transcoder,
b95af8be
VK
9657 struct intel_link_m_n *m_n,
9658 struct intel_link_m_n *m2_n2)
72419203 9659{
6315b5d3 9660 struct drm_i915_private *dev_priv = to_i915(crtc->base.dev);
eb14cb74 9661 enum pipe pipe = crtc->pipe;
72419203 9662
6315b5d3 9663 if (INTEL_GEN(dev_priv) >= 5) {
eb14cb74
VS
9664 m_n->link_m = I915_READ(PIPE_LINK_M1(transcoder));
9665 m_n->link_n = I915_READ(PIPE_LINK_N1(transcoder));
9666 m_n->gmch_m = I915_READ(PIPE_DATA_M1(transcoder))
9667 & ~TU_SIZE_MASK;
9668 m_n->gmch_n = I915_READ(PIPE_DATA_N1(transcoder));
9669 m_n->tu = ((I915_READ(PIPE_DATA_M1(transcoder))
9670 & TU_SIZE_MASK) >> TU_SIZE_SHIFT) + 1;
b95af8be
VK
9671 /* Read M2_N2 registers only for gen < 8 (M2_N2 available for
9672 * gen < 8) and if DRRS is supported (to make sure the
9673 * registers are not unnecessarily read).
9674 */
6315b5d3 9675 if (m2_n2 && INTEL_GEN(dev_priv) < 8 &&
6e3c9717 9676 crtc->config->has_drrs) {
b95af8be
VK
9677 m2_n2->link_m = I915_READ(PIPE_LINK_M2(transcoder));
9678 m2_n2->link_n = I915_READ(PIPE_LINK_N2(transcoder));
9679 m2_n2->gmch_m = I915_READ(PIPE_DATA_M2(transcoder))
9680 & ~TU_SIZE_MASK;
9681 m2_n2->gmch_n = I915_READ(PIPE_DATA_N2(transcoder));
9682 m2_n2->tu = ((I915_READ(PIPE_DATA_M2(transcoder))
9683 & TU_SIZE_MASK) >> TU_SIZE_SHIFT) + 1;
9684 }
eb14cb74
VS
9685 } else {
9686 m_n->link_m = I915_READ(PIPE_LINK_M_G4X(pipe));
9687 m_n->link_n = I915_READ(PIPE_LINK_N_G4X(pipe));
9688 m_n->gmch_m = I915_READ(PIPE_DATA_M_G4X(pipe))
9689 & ~TU_SIZE_MASK;
9690 m_n->gmch_n = I915_READ(PIPE_DATA_N_G4X(pipe));
9691 m_n->tu = ((I915_READ(PIPE_DATA_M_G4X(pipe))
9692 & TU_SIZE_MASK) >> TU_SIZE_SHIFT) + 1;
9693 }
9694}
9695
9696void intel_dp_get_m_n(struct intel_crtc *crtc,
5cec258b 9697 struct intel_crtc_state *pipe_config)
eb14cb74 9698{
681a8504 9699 if (pipe_config->has_pch_encoder)
eb14cb74
VS
9700 intel_pch_transcoder_get_m_n(crtc, &pipe_config->dp_m_n);
9701 else
9702 intel_cpu_transcoder_get_m_n(crtc, pipe_config->cpu_transcoder,
b95af8be
VK
9703 &pipe_config->dp_m_n,
9704 &pipe_config->dp_m2_n2);
eb14cb74 9705}
72419203 9706
eb14cb74 9707static void ironlake_get_fdi_m_n_config(struct intel_crtc *crtc,
5cec258b 9708 struct intel_crtc_state *pipe_config)
eb14cb74
VS
9709{
9710 intel_cpu_transcoder_get_m_n(crtc, pipe_config->cpu_transcoder,
b95af8be 9711 &pipe_config->fdi_m_n, NULL);
72419203
DV
9712}
9713
bd2e244f 9714static void skylake_get_pfit_config(struct intel_crtc *crtc,
5cec258b 9715 struct intel_crtc_state *pipe_config)
bd2e244f
JB
9716{
9717 struct drm_device *dev = crtc->base.dev;
fac5e23e 9718 struct drm_i915_private *dev_priv = to_i915(dev);
a1b2278e
CK
9719 struct intel_crtc_scaler_state *scaler_state = &pipe_config->scaler_state;
9720 uint32_t ps_ctrl = 0;
9721 int id = -1;
9722 int i;
bd2e244f 9723
a1b2278e
CK
9724 /* find scaler attached to this pipe */
9725 for (i = 0; i < crtc->num_scalers; i++) {
9726 ps_ctrl = I915_READ(SKL_PS_CTRL(crtc->pipe, i));
9727 if (ps_ctrl & PS_SCALER_EN && !(ps_ctrl & PS_PLANE_SEL_MASK)) {
9728 id = i;
9729 pipe_config->pch_pfit.enabled = true;
9730 pipe_config->pch_pfit.pos = I915_READ(SKL_PS_WIN_POS(crtc->pipe, i));
9731 pipe_config->pch_pfit.size = I915_READ(SKL_PS_WIN_SZ(crtc->pipe, i));
9732 break;
9733 }
9734 }
bd2e244f 9735
a1b2278e
CK
9736 scaler_state->scaler_id = id;
9737 if (id >= 0) {
9738 scaler_state->scaler_users |= (1 << SKL_CRTC_INDEX);
9739 } else {
9740 scaler_state->scaler_users &= ~(1 << SKL_CRTC_INDEX);
bd2e244f
JB
9741 }
9742}
9743
5724dbd1
DL
9744static void
9745skylake_get_initial_plane_config(struct intel_crtc *crtc,
9746 struct intel_initial_plane_config *plane_config)
bc8d7dff
DL
9747{
9748 struct drm_device *dev = crtc->base.dev;
fac5e23e 9749 struct drm_i915_private *dev_priv = to_i915(dev);
40f46283 9750 u32 val, base, offset, stride_mult, tiling;
bc8d7dff
DL
9751 int pipe = crtc->pipe;
9752 int fourcc, pixel_format;
6761dd31 9753 unsigned int aligned_height;
bc8d7dff 9754 struct drm_framebuffer *fb;
1b842c89 9755 struct intel_framebuffer *intel_fb;
bc8d7dff 9756
d9806c9f 9757 intel_fb = kzalloc(sizeof(*intel_fb), GFP_KERNEL);
1b842c89 9758 if (!intel_fb) {
bc8d7dff
DL
9759 DRM_DEBUG_KMS("failed to alloc fb\n");
9760 return;
9761 }
9762
1b842c89
DL
9763 fb = &intel_fb->base;
9764
d2e9f5fc
VS
9765 fb->dev = dev;
9766
bc8d7dff 9767 val = I915_READ(PLANE_CTL(pipe, 0));
42a7b088
DL
9768 if (!(val & PLANE_CTL_ENABLE))
9769 goto error;
9770
bc8d7dff
DL
9771 pixel_format = val & PLANE_CTL_FORMAT_MASK;
9772 fourcc = skl_format_to_fourcc(pixel_format,
9773 val & PLANE_CTL_ORDER_RGBX,
9774 val & PLANE_CTL_ALPHA_MASK);
2f3f4763 9775 fb->format = drm_format_info(fourcc);
bc8d7dff 9776
40f46283
DL
9777 tiling = val & PLANE_CTL_TILED_MASK;
9778 switch (tiling) {
9779 case PLANE_CTL_TILED_LINEAR:
bae781b2 9780 fb->modifier = DRM_FORMAT_MOD_NONE;
40f46283
DL
9781 break;
9782 case PLANE_CTL_TILED_X:
9783 plane_config->tiling = I915_TILING_X;
bae781b2 9784 fb->modifier = I915_FORMAT_MOD_X_TILED;
40f46283
DL
9785 break;
9786 case PLANE_CTL_TILED_Y:
bae781b2 9787 fb->modifier = I915_FORMAT_MOD_Y_TILED;
40f46283
DL
9788 break;
9789 case PLANE_CTL_TILED_YF:
bae781b2 9790 fb->modifier = I915_FORMAT_MOD_Yf_TILED;
40f46283
DL
9791 break;
9792 default:
9793 MISSING_CASE(tiling);
9794 goto error;
9795 }
9796
bc8d7dff
DL
9797 base = I915_READ(PLANE_SURF(pipe, 0)) & 0xfffff000;
9798 plane_config->base = base;
9799
9800 offset = I915_READ(PLANE_OFFSET(pipe, 0));
9801
9802 val = I915_READ(PLANE_SIZE(pipe, 0));
9803 fb->height = ((val >> 16) & 0xfff) + 1;
9804 fb->width = ((val >> 0) & 0x1fff) + 1;
9805
9806 val = I915_READ(PLANE_STRIDE(pipe, 0));
bae781b2 9807 stride_mult = intel_fb_stride_alignment(dev_priv, fb->modifier,
438b74a5 9808 fb->format->format);
bc8d7dff
DL
9809 fb->pitches[0] = (val & 0x3ff) * stride_mult;
9810
9811 aligned_height = intel_fb_align_height(dev, fb->height,
438b74a5 9812 fb->format->format,
bae781b2 9813 fb->modifier);
bc8d7dff 9814
f37b5c2b 9815 plane_config->size = fb->pitches[0] * aligned_height;
bc8d7dff
DL
9816
9817 DRM_DEBUG_KMS("pipe %c with fb: size=%dx%d@%d, offset=%x, pitch %d, size 0x%x\n",
9818 pipe_name(pipe), fb->width, fb->height,
272725c7 9819 fb->format->cpp[0] * 8, base, fb->pitches[0],
bc8d7dff
DL
9820 plane_config->size);
9821
2d14030b 9822 plane_config->fb = intel_fb;
bc8d7dff
DL
9823 return;
9824
9825error:
d1a3a036 9826 kfree(intel_fb);
bc8d7dff
DL
9827}
9828
2fa2fe9a 9829static void ironlake_get_pfit_config(struct intel_crtc *crtc,
5cec258b 9830 struct intel_crtc_state *pipe_config)
2fa2fe9a
DV
9831{
9832 struct drm_device *dev = crtc->base.dev;
fac5e23e 9833 struct drm_i915_private *dev_priv = to_i915(dev);
2fa2fe9a
DV
9834 uint32_t tmp;
9835
9836 tmp = I915_READ(PF_CTL(crtc->pipe));
9837
9838 if (tmp & PF_ENABLE) {
fd4daa9c 9839 pipe_config->pch_pfit.enabled = true;
2fa2fe9a
DV
9840 pipe_config->pch_pfit.pos = I915_READ(PF_WIN_POS(crtc->pipe));
9841 pipe_config->pch_pfit.size = I915_READ(PF_WIN_SZ(crtc->pipe));
cb8b2a30
DV
9842
9843 /* We currently do not free assignements of panel fitters on
9844 * ivb/hsw (since we don't use the higher upscaling modes which
9845 * differentiates them) so just WARN about this case for now. */
5db94019 9846 if (IS_GEN7(dev_priv)) {
cb8b2a30
DV
9847 WARN_ON((tmp & PF_PIPE_SEL_MASK_IVB) !=
9848 PF_PIPE_SEL_IVB(crtc->pipe));
9849 }
2fa2fe9a 9850 }
79e53945
JB
9851}
9852
5724dbd1
DL
9853static void
9854ironlake_get_initial_plane_config(struct intel_crtc *crtc,
9855 struct intel_initial_plane_config *plane_config)
4c6baa59
JB
9856{
9857 struct drm_device *dev = crtc->base.dev;
fac5e23e 9858 struct drm_i915_private *dev_priv = to_i915(dev);
4c6baa59 9859 u32 val, base, offset;
aeee5a49 9860 int pipe = crtc->pipe;
4c6baa59 9861 int fourcc, pixel_format;
6761dd31 9862 unsigned int aligned_height;
b113d5ee 9863 struct drm_framebuffer *fb;
1b842c89 9864 struct intel_framebuffer *intel_fb;
4c6baa59 9865
42a7b088
DL
9866 val = I915_READ(DSPCNTR(pipe));
9867 if (!(val & DISPLAY_PLANE_ENABLE))
9868 return;
9869
d9806c9f 9870 intel_fb = kzalloc(sizeof(*intel_fb), GFP_KERNEL);
1b842c89 9871 if (!intel_fb) {
4c6baa59
JB
9872 DRM_DEBUG_KMS("failed to alloc fb\n");
9873 return;
9874 }
9875
1b842c89
DL
9876 fb = &intel_fb->base;
9877
d2e9f5fc
VS
9878 fb->dev = dev;
9879
6315b5d3 9880 if (INTEL_GEN(dev_priv) >= 4) {
18c5247e 9881 if (val & DISPPLANE_TILED) {
49af449b 9882 plane_config->tiling = I915_TILING_X;
bae781b2 9883 fb->modifier = I915_FORMAT_MOD_X_TILED;
18c5247e
DV
9884 }
9885 }
4c6baa59
JB
9886
9887 pixel_format = val & DISPPLANE_PIXFORMAT_MASK;
b35d63fa 9888 fourcc = i9xx_format_to_fourcc(pixel_format);
2f3f4763 9889 fb->format = drm_format_info(fourcc);
4c6baa59 9890
aeee5a49 9891 base = I915_READ(DSPSURF(pipe)) & 0xfffff000;
8652744b 9892 if (IS_HASWELL(dev_priv) || IS_BROADWELL(dev_priv)) {
aeee5a49 9893 offset = I915_READ(DSPOFFSET(pipe));
4c6baa59 9894 } else {
49af449b 9895 if (plane_config->tiling)
aeee5a49 9896 offset = I915_READ(DSPTILEOFF(pipe));
4c6baa59 9897 else
aeee5a49 9898 offset = I915_READ(DSPLINOFF(pipe));
4c6baa59
JB
9899 }
9900 plane_config->base = base;
9901
9902 val = I915_READ(PIPESRC(pipe));
b113d5ee
DL
9903 fb->width = ((val >> 16) & 0xfff) + 1;
9904 fb->height = ((val >> 0) & 0xfff) + 1;
4c6baa59
JB
9905
9906 val = I915_READ(DSPSTRIDE(pipe));
b113d5ee 9907 fb->pitches[0] = val & 0xffffffc0;
4c6baa59 9908
b113d5ee 9909 aligned_height = intel_fb_align_height(dev, fb->height,
438b74a5 9910 fb->format->format,
bae781b2 9911 fb->modifier);
4c6baa59 9912
f37b5c2b 9913 plane_config->size = fb->pitches[0] * aligned_height;
4c6baa59 9914
2844a921
DL
9915 DRM_DEBUG_KMS("pipe %c with fb: size=%dx%d@%d, offset=%x, pitch %d, size 0x%x\n",
9916 pipe_name(pipe), fb->width, fb->height,
272725c7 9917 fb->format->cpp[0] * 8, base, fb->pitches[0],
2844a921 9918 plane_config->size);
b113d5ee 9919
2d14030b 9920 plane_config->fb = intel_fb;
4c6baa59
JB
9921}
9922
0e8ffe1b 9923static bool ironlake_get_pipe_config(struct intel_crtc *crtc,
5cec258b 9924 struct intel_crtc_state *pipe_config)
0e8ffe1b
DV
9925{
9926 struct drm_device *dev = crtc->base.dev;
fac5e23e 9927 struct drm_i915_private *dev_priv = to_i915(dev);
1729050e 9928 enum intel_display_power_domain power_domain;
0e8ffe1b 9929 uint32_t tmp;
1729050e 9930 bool ret;
0e8ffe1b 9931
1729050e
ID
9932 power_domain = POWER_DOMAIN_PIPE(crtc->pipe);
9933 if (!intel_display_power_get_if_enabled(dev_priv, power_domain))
930e8c9e
PZ
9934 return false;
9935
e143a21c 9936 pipe_config->cpu_transcoder = (enum transcoder) crtc->pipe;
8106ddbd 9937 pipe_config->shared_dpll = NULL;
eccb140b 9938
1729050e 9939 ret = false;
0e8ffe1b
DV
9940 tmp = I915_READ(PIPECONF(crtc->pipe));
9941 if (!(tmp & PIPECONF_ENABLE))
1729050e 9942 goto out;
0e8ffe1b 9943
42571aef
VS
9944 switch (tmp & PIPECONF_BPC_MASK) {
9945 case PIPECONF_6BPC:
9946 pipe_config->pipe_bpp = 18;
9947 break;
9948 case PIPECONF_8BPC:
9949 pipe_config->pipe_bpp = 24;
9950 break;
9951 case PIPECONF_10BPC:
9952 pipe_config->pipe_bpp = 30;
9953 break;
9954 case PIPECONF_12BPC:
9955 pipe_config->pipe_bpp = 36;
9956 break;
9957 default:
9958 break;
9959 }
9960
b5a9fa09
DV
9961 if (tmp & PIPECONF_COLOR_RANGE_SELECT)
9962 pipe_config->limited_color_range = true;
9963
ab9412ba 9964 if (I915_READ(PCH_TRANSCONF(crtc->pipe)) & TRANS_ENABLE) {
66e985c0 9965 struct intel_shared_dpll *pll;
8106ddbd 9966 enum intel_dpll_id pll_id;
66e985c0 9967
88adfff1
DV
9968 pipe_config->has_pch_encoder = true;
9969
627eb5a3
DV
9970 tmp = I915_READ(FDI_RX_CTL(crtc->pipe));
9971 pipe_config->fdi_lanes = ((FDI_DP_PORT_WIDTH_MASK & tmp) >>
9972 FDI_DP_PORT_WIDTH_SHIFT) + 1;
72419203
DV
9973
9974 ironlake_get_fdi_m_n_config(crtc, pipe_config);
6c49f241 9975
2d1fe073 9976 if (HAS_PCH_IBX(dev_priv)) {
d9a7bc67
ID
9977 /*
9978 * The pipe->pch transcoder and pch transcoder->pll
9979 * mapping is fixed.
9980 */
8106ddbd 9981 pll_id = (enum intel_dpll_id) crtc->pipe;
c0d43d62
DV
9982 } else {
9983 tmp = I915_READ(PCH_DPLL_SEL);
9984 if (tmp & TRANS_DPLLB_SEL(crtc->pipe))
8106ddbd 9985 pll_id = DPLL_ID_PCH_PLL_B;
c0d43d62 9986 else
8106ddbd 9987 pll_id= DPLL_ID_PCH_PLL_A;
c0d43d62 9988 }
66e985c0 9989
8106ddbd
ACO
9990 pipe_config->shared_dpll =
9991 intel_get_shared_dpll_by_id(dev_priv, pll_id);
9992 pll = pipe_config->shared_dpll;
66e985c0 9993
2edd6443
ACO
9994 WARN_ON(!pll->funcs.get_hw_state(dev_priv, pll,
9995 &pipe_config->dpll_hw_state));
c93f54cf
DV
9996
9997 tmp = pipe_config->dpll_hw_state.dpll;
9998 pipe_config->pixel_multiplier =
9999 ((tmp & PLL_REF_SDVO_HDMI_MULTIPLIER_MASK)
10000 >> PLL_REF_SDVO_HDMI_MULTIPLIER_SHIFT) + 1;
18442d08
VS
10001
10002 ironlake_pch_clock_get(crtc, pipe_config);
6c49f241
DV
10003 } else {
10004 pipe_config->pixel_multiplier = 1;
627eb5a3
DV
10005 }
10006
1bd1bd80 10007 intel_get_pipe_timings(crtc, pipe_config);
bc58be60 10008 intel_get_pipe_src_size(crtc, pipe_config);
1bd1bd80 10009
2fa2fe9a
DV
10010 ironlake_get_pfit_config(crtc, pipe_config);
10011
1729050e
ID
10012 ret = true;
10013
10014out:
10015 intel_display_power_put(dev_priv, power_domain);
10016
10017 return ret;
0e8ffe1b
DV
10018}
10019
be256dc7
PZ
10020static void assert_can_disable_lcpll(struct drm_i915_private *dev_priv)
10021{
91c8a326 10022 struct drm_device *dev = &dev_priv->drm;
be256dc7 10023 struct intel_crtc *crtc;
be256dc7 10024
d3fcc808 10025 for_each_intel_crtc(dev, crtc)
e2c719b7 10026 I915_STATE_WARN(crtc->active, "CRTC for pipe %c enabled\n",
be256dc7
PZ
10027 pipe_name(crtc->pipe));
10028
e2c719b7
RC
10029 I915_STATE_WARN(I915_READ(HSW_PWR_WELL_DRIVER), "Power well on\n");
10030 I915_STATE_WARN(I915_READ(SPLL_CTL) & SPLL_PLL_ENABLE, "SPLL enabled\n");
01403de3
VS
10031 I915_STATE_WARN(I915_READ(WRPLL_CTL(0)) & WRPLL_PLL_ENABLE, "WRPLL1 enabled\n");
10032 I915_STATE_WARN(I915_READ(WRPLL_CTL(1)) & WRPLL_PLL_ENABLE, "WRPLL2 enabled\n");
44cb734c 10033 I915_STATE_WARN(I915_READ(PP_STATUS(0)) & PP_ON, "Panel power on\n");
e2c719b7 10034 I915_STATE_WARN(I915_READ(BLC_PWM_CPU_CTL2) & BLM_PWM_ENABLE,
be256dc7 10035 "CPU PWM1 enabled\n");
772c2a51 10036 if (IS_HASWELL(dev_priv))
e2c719b7 10037 I915_STATE_WARN(I915_READ(HSW_BLC_PWM2_CTL) & BLM_PWM_ENABLE,
c5107b87 10038 "CPU PWM2 enabled\n");
e2c719b7 10039 I915_STATE_WARN(I915_READ(BLC_PWM_PCH_CTL1) & BLM_PCH_PWM_ENABLE,
be256dc7 10040 "PCH PWM1 enabled\n");
e2c719b7 10041 I915_STATE_WARN(I915_READ(UTIL_PIN_CTL) & UTIL_PIN_ENABLE,
be256dc7 10042 "Utility pin enabled\n");
e2c719b7 10043 I915_STATE_WARN(I915_READ(PCH_GTC_CTL) & PCH_GTC_ENABLE, "PCH GTC enabled\n");
be256dc7 10044
9926ada1
PZ
10045 /*
10046 * In theory we can still leave IRQs enabled, as long as only the HPD
10047 * interrupts remain enabled. We used to check for that, but since it's
10048 * gen-specific and since we only disable LCPLL after we fully disable
10049 * the interrupts, the check below should be enough.
10050 */
e2c719b7 10051 I915_STATE_WARN(intel_irqs_enabled(dev_priv), "IRQs enabled\n");
be256dc7
PZ
10052}
10053
9ccd5aeb
PZ
10054static uint32_t hsw_read_dcomp(struct drm_i915_private *dev_priv)
10055{
772c2a51 10056 if (IS_HASWELL(dev_priv))
9ccd5aeb
PZ
10057 return I915_READ(D_COMP_HSW);
10058 else
10059 return I915_READ(D_COMP_BDW);
10060}
10061
3c4c9b81
PZ
10062static void hsw_write_dcomp(struct drm_i915_private *dev_priv, uint32_t val)
10063{
772c2a51 10064 if (IS_HASWELL(dev_priv)) {
3c4c9b81
PZ
10065 mutex_lock(&dev_priv->rps.hw_lock);
10066 if (sandybridge_pcode_write(dev_priv, GEN6_PCODE_WRITE_D_COMP,
10067 val))
79cf219a 10068 DRM_DEBUG_KMS("Failed to write to D_COMP\n");
3c4c9b81
PZ
10069 mutex_unlock(&dev_priv->rps.hw_lock);
10070 } else {
9ccd5aeb
PZ
10071 I915_WRITE(D_COMP_BDW, val);
10072 POSTING_READ(D_COMP_BDW);
3c4c9b81 10073 }
be256dc7
PZ
10074}
10075
10076/*
10077 * This function implements pieces of two sequences from BSpec:
10078 * - Sequence for display software to disable LCPLL
10079 * - Sequence for display software to allow package C8+
10080 * The steps implemented here are just the steps that actually touch the LCPLL
10081 * register. Callers should take care of disabling all the display engine
10082 * functions, doing the mode unset, fixing interrupts, etc.
10083 */
6ff58d53
PZ
10084static void hsw_disable_lcpll(struct drm_i915_private *dev_priv,
10085 bool switch_to_fclk, bool allow_power_down)
be256dc7
PZ
10086{
10087 uint32_t val;
10088
10089 assert_can_disable_lcpll(dev_priv);
10090
10091 val = I915_READ(LCPLL_CTL);
10092
10093 if (switch_to_fclk) {
10094 val |= LCPLL_CD_SOURCE_FCLK;
10095 I915_WRITE(LCPLL_CTL, val);
10096
f53dd63f
ID
10097 if (wait_for_us(I915_READ(LCPLL_CTL) &
10098 LCPLL_CD_SOURCE_FCLK_DONE, 1))
be256dc7
PZ
10099 DRM_ERROR("Switching to FCLK failed\n");
10100
10101 val = I915_READ(LCPLL_CTL);
10102 }
10103
10104 val |= LCPLL_PLL_DISABLE;
10105 I915_WRITE(LCPLL_CTL, val);
10106 POSTING_READ(LCPLL_CTL);
10107
24d8441d 10108 if (intel_wait_for_register(dev_priv, LCPLL_CTL, LCPLL_PLL_LOCK, 0, 1))
be256dc7
PZ
10109 DRM_ERROR("LCPLL still locked\n");
10110
9ccd5aeb 10111 val = hsw_read_dcomp(dev_priv);
be256dc7 10112 val |= D_COMP_COMP_DISABLE;
3c4c9b81 10113 hsw_write_dcomp(dev_priv, val);
be256dc7
PZ
10114 ndelay(100);
10115
9ccd5aeb
PZ
10116 if (wait_for((hsw_read_dcomp(dev_priv) & D_COMP_RCOMP_IN_PROGRESS) == 0,
10117 1))
be256dc7
PZ
10118 DRM_ERROR("D_COMP RCOMP still in progress\n");
10119
10120 if (allow_power_down) {
10121 val = I915_READ(LCPLL_CTL);
10122 val |= LCPLL_POWER_DOWN_ALLOW;
10123 I915_WRITE(LCPLL_CTL, val);
10124 POSTING_READ(LCPLL_CTL);
10125 }
10126}
10127
10128/*
10129 * Fully restores LCPLL, disallowing power down and switching back to LCPLL
10130 * source.
10131 */
6ff58d53 10132static void hsw_restore_lcpll(struct drm_i915_private *dev_priv)
be256dc7
PZ
10133{
10134 uint32_t val;
10135
10136 val = I915_READ(LCPLL_CTL);
10137
10138 if ((val & (LCPLL_PLL_LOCK | LCPLL_PLL_DISABLE | LCPLL_CD_SOURCE_FCLK |
10139 LCPLL_POWER_DOWN_ALLOW)) == LCPLL_PLL_LOCK)
10140 return;
10141
a8a8bd54
PZ
10142 /*
10143 * Make sure we're not on PC8 state before disabling PC8, otherwise
10144 * we'll hang the machine. To prevent PC8 state, just enable force_wake.
a8a8bd54 10145 */
59bad947 10146 intel_uncore_forcewake_get(dev_priv, FORCEWAKE_ALL);
215733fa 10147
be256dc7
PZ
10148 if (val & LCPLL_POWER_DOWN_ALLOW) {
10149 val &= ~LCPLL_POWER_DOWN_ALLOW;
10150 I915_WRITE(LCPLL_CTL, val);
35d8f2eb 10151 POSTING_READ(LCPLL_CTL);
be256dc7
PZ
10152 }
10153
9ccd5aeb 10154 val = hsw_read_dcomp(dev_priv);
be256dc7
PZ
10155 val |= D_COMP_COMP_FORCE;
10156 val &= ~D_COMP_COMP_DISABLE;
3c4c9b81 10157 hsw_write_dcomp(dev_priv, val);
be256dc7
PZ
10158
10159 val = I915_READ(LCPLL_CTL);
10160 val &= ~LCPLL_PLL_DISABLE;
10161 I915_WRITE(LCPLL_CTL, val);
10162
93220c08
CW
10163 if (intel_wait_for_register(dev_priv,
10164 LCPLL_CTL, LCPLL_PLL_LOCK, LCPLL_PLL_LOCK,
10165 5))
be256dc7
PZ
10166 DRM_ERROR("LCPLL not locked yet\n");
10167
10168 if (val & LCPLL_CD_SOURCE_FCLK) {
10169 val = I915_READ(LCPLL_CTL);
10170 val &= ~LCPLL_CD_SOURCE_FCLK;
10171 I915_WRITE(LCPLL_CTL, val);
10172
f53dd63f
ID
10173 if (wait_for_us((I915_READ(LCPLL_CTL) &
10174 LCPLL_CD_SOURCE_FCLK_DONE) == 0, 1))
be256dc7
PZ
10175 DRM_ERROR("Switching back to LCPLL failed\n");
10176 }
215733fa 10177
59bad947 10178 intel_uncore_forcewake_put(dev_priv, FORCEWAKE_ALL);
4c75b940 10179 intel_update_cdclk(dev_priv);
be256dc7
PZ
10180}
10181
765dab67
PZ
10182/*
10183 * Package states C8 and deeper are really deep PC states that can only be
10184 * reached when all the devices on the system allow it, so even if the graphics
10185 * device allows PC8+, it doesn't mean the system will actually get to these
10186 * states. Our driver only allows PC8+ when going into runtime PM.
10187 *
10188 * The requirements for PC8+ are that all the outputs are disabled, the power
10189 * well is disabled and most interrupts are disabled, and these are also
10190 * requirements for runtime PM. When these conditions are met, we manually do
10191 * the other conditions: disable the interrupts, clocks and switch LCPLL refclk
10192 * to Fclk. If we're in PC8+ and we get an non-hotplug interrupt, we can hard
10193 * hang the machine.
10194 *
10195 * When we really reach PC8 or deeper states (not just when we allow it) we lose
10196 * the state of some registers, so when we come back from PC8+ we need to
10197 * restore this state. We don't get into PC8+ if we're not in RC6, so we don't
10198 * need to take care of the registers kept by RC6. Notice that this happens even
10199 * if we don't put the device in PCI D3 state (which is what currently happens
10200 * because of the runtime PM support).
10201 *
10202 * For more, read "Display Sequences for Package C8" on the hardware
10203 * documentation.
10204 */
a14cb6fc 10205void hsw_enable_pc8(struct drm_i915_private *dev_priv)
c67a470b 10206{
c67a470b
PZ
10207 uint32_t val;
10208
c67a470b
PZ
10209 DRM_DEBUG_KMS("Enabling package C8+\n");
10210
4f8036a2 10211 if (HAS_PCH_LPT_LP(dev_priv)) {
c67a470b
PZ
10212 val = I915_READ(SOUTH_DSPCLK_GATE_D);
10213 val &= ~PCH_LP_PARTITION_LEVEL_DISABLE;
10214 I915_WRITE(SOUTH_DSPCLK_GATE_D, val);
10215 }
10216
c39055b0 10217 lpt_disable_clkout_dp(dev_priv);
c67a470b
PZ
10218 hsw_disable_lcpll(dev_priv, true, true);
10219}
10220
a14cb6fc 10221void hsw_disable_pc8(struct drm_i915_private *dev_priv)
c67a470b 10222{
c67a470b
PZ
10223 uint32_t val;
10224
c67a470b
PZ
10225 DRM_DEBUG_KMS("Disabling package C8+\n");
10226
10227 hsw_restore_lcpll(dev_priv);
c39055b0 10228 lpt_init_pch_refclk(dev_priv);
c67a470b 10229
4f8036a2 10230 if (HAS_PCH_LPT_LP(dev_priv)) {
c67a470b
PZ
10231 val = I915_READ(SOUTH_DSPCLK_GATE_D);
10232 val |= PCH_LP_PARTITION_LEVEL_DISABLE;
10233 I915_WRITE(SOUTH_DSPCLK_GATE_D, val);
10234 }
c67a470b
PZ
10235}
10236
324513c0 10237static void bxt_modeset_commit_cdclk(struct drm_atomic_state *old_state)
f8437dd1 10238{
a821fc46 10239 struct drm_device *dev = old_state->dev;
1a617b77
ML
10240 struct intel_atomic_state *old_intel_state =
10241 to_intel_atomic_state(old_state);
10242 unsigned int req_cdclk = old_intel_state->dev_cdclk;
f8437dd1 10243
324513c0 10244 bxt_set_cdclk(to_i915(dev), req_cdclk);
f8437dd1
VK
10245}
10246
b30ce9e0
DP
10247static int bdw_adjust_min_pipe_pixel_rate(struct intel_crtc_state *crtc_state,
10248 int pixel_rate)
10249{
9c754024
DP
10250 struct drm_i915_private *dev_priv = to_i915(crtc_state->base.crtc->dev);
10251
b30ce9e0 10252 /* pixel rate mustn't exceed 95% of cdclk with IPS on BDW */
9c754024 10253 if (IS_BROADWELL(dev_priv) && crtc_state->ips_enabled)
b30ce9e0
DP
10254 pixel_rate = DIV_ROUND_UP(pixel_rate * 100, 95);
10255
10256 /* BSpec says "Do not use DisplayPort with CDCLK less than
10257 * 432 MHz, audio enabled, port width x4, and link rate
10258 * HBR2 (5.4 GHz), or else there may be audio corruption or
10259 * screen corruption."
10260 */
10261 if (intel_crtc_has_dp_encoder(crtc_state) &&
10262 crtc_state->has_audio &&
10263 crtc_state->port_clock >= 540000 &&
10264 crtc_state->lane_count == 4)
10265 pixel_rate = max(432000, pixel_rate);
10266
10267 return pixel_rate;
10268}
10269
b432e5cf 10270/* compute the max rate for new configuration */
27c329ed 10271static int ilk_max_pixel_rate(struct drm_atomic_state *state)
b432e5cf 10272{
565602d7 10273 struct intel_atomic_state *intel_state = to_intel_atomic_state(state);
fac5e23e 10274 struct drm_i915_private *dev_priv = to_i915(state->dev);
565602d7
ML
10275 struct drm_crtc *crtc;
10276 struct drm_crtc_state *cstate;
27c329ed 10277 struct intel_crtc_state *crtc_state;
565602d7
ML
10278 unsigned max_pixel_rate = 0, i;
10279 enum pipe pipe;
b432e5cf 10280
565602d7
ML
10281 memcpy(intel_state->min_pixclk, dev_priv->min_pixclk,
10282 sizeof(intel_state->min_pixclk));
27c329ed 10283
565602d7
ML
10284 for_each_crtc_in_state(state, crtc, cstate, i) {
10285 int pixel_rate;
27c329ed 10286
565602d7
ML
10287 crtc_state = to_intel_crtc_state(cstate);
10288 if (!crtc_state->base.enable) {
10289 intel_state->min_pixclk[i] = 0;
b432e5cf 10290 continue;
565602d7 10291 }
b432e5cf 10292
27c329ed 10293 pixel_rate = ilk_pipe_pixel_rate(crtc_state);
b432e5cf 10294
9c754024 10295 if (IS_BROADWELL(dev_priv) || IS_GEN9(dev_priv))
b30ce9e0
DP
10296 pixel_rate = bdw_adjust_min_pipe_pixel_rate(crtc_state,
10297 pixel_rate);
b432e5cf 10298
565602d7 10299 intel_state->min_pixclk[i] = pixel_rate;
b432e5cf
VS
10300 }
10301
565602d7
ML
10302 for_each_pipe(dev_priv, pipe)
10303 max_pixel_rate = max(intel_state->min_pixclk[pipe], max_pixel_rate);
10304
b432e5cf
VS
10305 return max_pixel_rate;
10306}
10307
10308static void broadwell_set_cdclk(struct drm_device *dev, int cdclk)
10309{
fac5e23e 10310 struct drm_i915_private *dev_priv = to_i915(dev);
b432e5cf
VS
10311 uint32_t val, data;
10312 int ret;
10313
10314 if (WARN((I915_READ(LCPLL_CTL) &
10315 (LCPLL_PLL_DISABLE | LCPLL_PLL_LOCK |
10316 LCPLL_CD_CLOCK_DISABLE | LCPLL_ROOT_CD_CLOCK_DISABLE |
10317 LCPLL_CD2X_CLOCK_DISABLE | LCPLL_POWER_DOWN_ALLOW |
10318 LCPLL_CD_SOURCE_FCLK)) != LCPLL_PLL_LOCK,
10319 "trying to change cdclk frequency with cdclk not enabled\n"))
10320 return;
10321
10322 mutex_lock(&dev_priv->rps.hw_lock);
10323 ret = sandybridge_pcode_write(dev_priv,
10324 BDW_PCODE_DISPLAY_FREQ_CHANGE_REQ, 0x0);
10325 mutex_unlock(&dev_priv->rps.hw_lock);
10326 if (ret) {
10327 DRM_ERROR("failed to inform pcode about cdclk change\n");
10328 return;
10329 }
10330
10331 val = I915_READ(LCPLL_CTL);
10332 val |= LCPLL_CD_SOURCE_FCLK;
10333 I915_WRITE(LCPLL_CTL, val);
10334
5ba00178
TU
10335 if (wait_for_us(I915_READ(LCPLL_CTL) &
10336 LCPLL_CD_SOURCE_FCLK_DONE, 1))
b432e5cf
VS
10337 DRM_ERROR("Switching to FCLK failed\n");
10338
10339 val = I915_READ(LCPLL_CTL);
10340 val &= ~LCPLL_CLK_FREQ_MASK;
10341
10342 switch (cdclk) {
10343 case 450000:
10344 val |= LCPLL_CLK_FREQ_450;
10345 data = 0;
10346 break;
10347 case 540000:
10348 val |= LCPLL_CLK_FREQ_54O_BDW;
10349 data = 1;
10350 break;
10351 case 337500:
10352 val |= LCPLL_CLK_FREQ_337_5_BDW;
10353 data = 2;
10354 break;
10355 case 675000:
10356 val |= LCPLL_CLK_FREQ_675_BDW;
10357 data = 3;
10358 break;
10359 default:
10360 WARN(1, "invalid cdclk frequency\n");
10361 return;
10362 }
10363
10364 I915_WRITE(LCPLL_CTL, val);
10365
10366 val = I915_READ(LCPLL_CTL);
10367 val &= ~LCPLL_CD_SOURCE_FCLK;
10368 I915_WRITE(LCPLL_CTL, val);
10369
5ba00178
TU
10370 if (wait_for_us((I915_READ(LCPLL_CTL) &
10371 LCPLL_CD_SOURCE_FCLK_DONE) == 0, 1))
b432e5cf
VS
10372 DRM_ERROR("Switching back to LCPLL failed\n");
10373
10374 mutex_lock(&dev_priv->rps.hw_lock);
10375 sandybridge_pcode_write(dev_priv, HSW_PCODE_DE_WRITE_FREQ_REQ, data);
10376 mutex_unlock(&dev_priv->rps.hw_lock);
10377
7f1052a8
VS
10378 I915_WRITE(CDCLK_FREQ, DIV_ROUND_CLOSEST(cdclk, 1000) - 1);
10379
4c75b940 10380 intel_update_cdclk(dev_priv);
b432e5cf
VS
10381
10382 WARN(cdclk != dev_priv->cdclk_freq,
10383 "cdclk requested %d kHz but got %d kHz\n",
10384 cdclk, dev_priv->cdclk_freq);
10385}
10386
587c7914
VS
10387static int broadwell_calc_cdclk(int max_pixclk)
10388{
10389 if (max_pixclk > 540000)
10390 return 675000;
10391 else if (max_pixclk > 450000)
10392 return 540000;
10393 else if (max_pixclk > 337500)
10394 return 450000;
10395 else
10396 return 337500;
10397}
10398
27c329ed 10399static int broadwell_modeset_calc_cdclk(struct drm_atomic_state *state)
b432e5cf 10400{
27c329ed 10401 struct drm_i915_private *dev_priv = to_i915(state->dev);
1a617b77 10402 struct intel_atomic_state *intel_state = to_intel_atomic_state(state);
27c329ed 10403 int max_pixclk = ilk_max_pixel_rate(state);
b432e5cf
VS
10404 int cdclk;
10405
10406 /*
10407 * FIXME should also account for plane ratio
10408 * once 64bpp pixel formats are supported.
10409 */
587c7914 10410 cdclk = broadwell_calc_cdclk(max_pixclk);
b432e5cf 10411
b432e5cf 10412 if (cdclk > dev_priv->max_cdclk_freq) {
63ba534e
ML
10413 DRM_DEBUG_KMS("requested cdclk (%d kHz) exceeds max (%d kHz)\n",
10414 cdclk, dev_priv->max_cdclk_freq);
10415 return -EINVAL;
b432e5cf
VS
10416 }
10417
1a617b77
ML
10418 intel_state->cdclk = intel_state->dev_cdclk = cdclk;
10419 if (!intel_state->active_crtcs)
587c7914 10420 intel_state->dev_cdclk = broadwell_calc_cdclk(0);
b432e5cf
VS
10421
10422 return 0;
10423}
10424
27c329ed 10425static void broadwell_modeset_commit_cdclk(struct drm_atomic_state *old_state)
b432e5cf 10426{
27c329ed 10427 struct drm_device *dev = old_state->dev;
1a617b77
ML
10428 struct intel_atomic_state *old_intel_state =
10429 to_intel_atomic_state(old_state);
10430 unsigned req_cdclk = old_intel_state->dev_cdclk;
b432e5cf 10431
27c329ed 10432 broadwell_set_cdclk(dev, req_cdclk);
b432e5cf
VS
10433}
10434
c89e39f3
CT
10435static int skl_modeset_calc_cdclk(struct drm_atomic_state *state)
10436{
10437 struct intel_atomic_state *intel_state = to_intel_atomic_state(state);
10438 struct drm_i915_private *dev_priv = to_i915(state->dev);
10439 const int max_pixclk = ilk_max_pixel_rate(state);
a8ca4934 10440 int vco = intel_state->cdclk_pll_vco;
c89e39f3
CT
10441 int cdclk;
10442
10443 /*
10444 * FIXME should also account for plane ratio
10445 * once 64bpp pixel formats are supported.
10446 */
a8ca4934 10447 cdclk = skl_calc_cdclk(max_pixclk, vco);
c89e39f3
CT
10448
10449 /*
10450 * FIXME move the cdclk caclulation to
10451 * compute_config() so we can fail gracegully.
10452 */
10453 if (cdclk > dev_priv->max_cdclk_freq) {
10454 DRM_ERROR("requested cdclk (%d kHz) exceeds max (%d kHz)\n",
10455 cdclk, dev_priv->max_cdclk_freq);
10456 cdclk = dev_priv->max_cdclk_freq;
10457 }
10458
10459 intel_state->cdclk = intel_state->dev_cdclk = cdclk;
10460 if (!intel_state->active_crtcs)
a8ca4934 10461 intel_state->dev_cdclk = skl_calc_cdclk(0, vco);
c89e39f3
CT
10462
10463 return 0;
10464}
10465
10466static void skl_modeset_commit_cdclk(struct drm_atomic_state *old_state)
10467{
1cd593e0
VS
10468 struct drm_i915_private *dev_priv = to_i915(old_state->dev);
10469 struct intel_atomic_state *intel_state = to_intel_atomic_state(old_state);
10470 unsigned int req_cdclk = intel_state->dev_cdclk;
10471 unsigned int req_vco = intel_state->cdclk_pll_vco;
c89e39f3 10472
1cd593e0 10473 skl_set_cdclk(dev_priv, req_cdclk, req_vco);
c89e39f3
CT
10474}
10475
190f68c5
ACO
10476static int haswell_crtc_compute_clock(struct intel_crtc *crtc,
10477 struct intel_crtc_state *crtc_state)
09b4ddf9 10478{
d7edc4e5 10479 if (!intel_crtc_has_type(crtc_state, INTEL_OUTPUT_DSI)) {
af3997b5
MK
10480 if (!intel_ddi_pll_select(crtc, crtc_state))
10481 return -EINVAL;
10482 }
716c2e55 10483
c7653199 10484 crtc->lowfreq_avail = false;
644cef34 10485
c8f7a0db 10486 return 0;
79e53945
JB
10487}
10488
3760b59c
S
10489static void bxt_get_ddi_pll(struct drm_i915_private *dev_priv,
10490 enum port port,
10491 struct intel_crtc_state *pipe_config)
10492{
8106ddbd
ACO
10493 enum intel_dpll_id id;
10494
3760b59c
S
10495 switch (port) {
10496 case PORT_A:
08250c4b 10497 id = DPLL_ID_SKL_DPLL0;
3760b59c
S
10498 break;
10499 case PORT_B:
08250c4b 10500 id = DPLL_ID_SKL_DPLL1;
3760b59c
S
10501 break;
10502 case PORT_C:
08250c4b 10503 id = DPLL_ID_SKL_DPLL2;
3760b59c
S
10504 break;
10505 default:
10506 DRM_ERROR("Incorrect port type\n");
8106ddbd 10507 return;
3760b59c 10508 }
8106ddbd
ACO
10509
10510 pipe_config->shared_dpll = intel_get_shared_dpll_by_id(dev_priv, id);
3760b59c
S
10511}
10512
96b7dfb7
S
10513static void skylake_get_ddi_pll(struct drm_i915_private *dev_priv,
10514 enum port port,
5cec258b 10515 struct intel_crtc_state *pipe_config)
96b7dfb7 10516{
8106ddbd 10517 enum intel_dpll_id id;
a3c988ea 10518 u32 temp;
96b7dfb7
S
10519
10520 temp = I915_READ(DPLL_CTRL2) & DPLL_CTRL2_DDI_CLK_SEL_MASK(port);
c856052a 10521 id = temp >> (port * 3 + 1);
96b7dfb7 10522
c856052a 10523 if (WARN_ON(id < SKL_DPLL0 || id > SKL_DPLL3))
8106ddbd 10524 return;
8106ddbd
ACO
10525
10526 pipe_config->shared_dpll = intel_get_shared_dpll_by_id(dev_priv, id);
96b7dfb7
S
10527}
10528
7d2c8175
DL
10529static void haswell_get_ddi_pll(struct drm_i915_private *dev_priv,
10530 enum port port,
5cec258b 10531 struct intel_crtc_state *pipe_config)
7d2c8175 10532{
8106ddbd 10533 enum intel_dpll_id id;
c856052a 10534 uint32_t ddi_pll_sel = I915_READ(PORT_CLK_SEL(port));
8106ddbd 10535
c856052a 10536 switch (ddi_pll_sel) {
7d2c8175 10537 case PORT_CLK_SEL_WRPLL1:
8106ddbd 10538 id = DPLL_ID_WRPLL1;
7d2c8175
DL
10539 break;
10540 case PORT_CLK_SEL_WRPLL2:
8106ddbd 10541 id = DPLL_ID_WRPLL2;
7d2c8175 10542 break;
00490c22 10543 case PORT_CLK_SEL_SPLL:
8106ddbd 10544 id = DPLL_ID_SPLL;
79bd23da 10545 break;
9d16da65
ACO
10546 case PORT_CLK_SEL_LCPLL_810:
10547 id = DPLL_ID_LCPLL_810;
10548 break;
10549 case PORT_CLK_SEL_LCPLL_1350:
10550 id = DPLL_ID_LCPLL_1350;
10551 break;
10552 case PORT_CLK_SEL_LCPLL_2700:
10553 id = DPLL_ID_LCPLL_2700;
10554 break;
8106ddbd 10555 default:
c856052a 10556 MISSING_CASE(ddi_pll_sel);
8106ddbd
ACO
10557 /* fall through */
10558 case PORT_CLK_SEL_NONE:
8106ddbd 10559 return;
7d2c8175 10560 }
8106ddbd
ACO
10561
10562 pipe_config->shared_dpll = intel_get_shared_dpll_by_id(dev_priv, id);
7d2c8175
DL
10563}
10564
cf30429e
JN
10565static bool hsw_get_transcoder_state(struct intel_crtc *crtc,
10566 struct intel_crtc_state *pipe_config,
10567 unsigned long *power_domain_mask)
10568{
10569 struct drm_device *dev = crtc->base.dev;
fac5e23e 10570 struct drm_i915_private *dev_priv = to_i915(dev);
cf30429e
JN
10571 enum intel_display_power_domain power_domain;
10572 u32 tmp;
10573
d9a7bc67
ID
10574 /*
10575 * The pipe->transcoder mapping is fixed with the exception of the eDP
10576 * transcoder handled below.
10577 */
cf30429e
JN
10578 pipe_config->cpu_transcoder = (enum transcoder) crtc->pipe;
10579
10580 /*
10581 * XXX: Do intel_display_power_get_if_enabled before reading this (for
10582 * consistency and less surprising code; it's in always on power).
10583 */
10584 tmp = I915_READ(TRANS_DDI_FUNC_CTL(TRANSCODER_EDP));
10585 if (tmp & TRANS_DDI_FUNC_ENABLE) {
10586 enum pipe trans_edp_pipe;
10587 switch (tmp & TRANS_DDI_EDP_INPUT_MASK) {
10588 default:
10589 WARN(1, "unknown pipe linked to edp transcoder\n");
10590 case TRANS_DDI_EDP_INPUT_A_ONOFF:
10591 case TRANS_DDI_EDP_INPUT_A_ON:
10592 trans_edp_pipe = PIPE_A;
10593 break;
10594 case TRANS_DDI_EDP_INPUT_B_ONOFF:
10595 trans_edp_pipe = PIPE_B;
10596 break;
10597 case TRANS_DDI_EDP_INPUT_C_ONOFF:
10598 trans_edp_pipe = PIPE_C;
10599 break;
10600 }
10601
10602 if (trans_edp_pipe == crtc->pipe)
10603 pipe_config->cpu_transcoder = TRANSCODER_EDP;
10604 }
10605
10606 power_domain = POWER_DOMAIN_TRANSCODER(pipe_config->cpu_transcoder);
10607 if (!intel_display_power_get_if_enabled(dev_priv, power_domain))
10608 return false;
10609 *power_domain_mask |= BIT(power_domain);
10610
10611 tmp = I915_READ(PIPECONF(pipe_config->cpu_transcoder));
10612
10613 return tmp & PIPECONF_ENABLE;
10614}
10615
4d1de975
JN
10616static bool bxt_get_dsi_transcoder_state(struct intel_crtc *crtc,
10617 struct intel_crtc_state *pipe_config,
10618 unsigned long *power_domain_mask)
10619{
10620 struct drm_device *dev = crtc->base.dev;
fac5e23e 10621 struct drm_i915_private *dev_priv = to_i915(dev);
4d1de975
JN
10622 enum intel_display_power_domain power_domain;
10623 enum port port;
10624 enum transcoder cpu_transcoder;
10625 u32 tmp;
10626
4d1de975
JN
10627 for_each_port_masked(port, BIT(PORT_A) | BIT(PORT_C)) {
10628 if (port == PORT_A)
10629 cpu_transcoder = TRANSCODER_DSI_A;
10630 else
10631 cpu_transcoder = TRANSCODER_DSI_C;
10632
10633 power_domain = POWER_DOMAIN_TRANSCODER(cpu_transcoder);
10634 if (!intel_display_power_get_if_enabled(dev_priv, power_domain))
10635 continue;
10636 *power_domain_mask |= BIT(power_domain);
10637
db18b6a6
ID
10638 /*
10639 * The PLL needs to be enabled with a valid divider
10640 * configuration, otherwise accessing DSI registers will hang
10641 * the machine. See BSpec North Display Engine
10642 * registers/MIPI[BXT]. We can break out here early, since we
10643 * need the same DSI PLL to be enabled for both DSI ports.
10644 */
10645 if (!intel_dsi_pll_is_enabled(dev_priv))
10646 break;
10647
4d1de975
JN
10648 /* XXX: this works for video mode only */
10649 tmp = I915_READ(BXT_MIPI_PORT_CTRL(port));
10650 if (!(tmp & DPI_ENABLE))
10651 continue;
10652
10653 tmp = I915_READ(MIPI_CTRL(port));
10654 if ((tmp & BXT_PIPE_SELECT_MASK) != BXT_PIPE_SELECT(crtc->pipe))
10655 continue;
10656
10657 pipe_config->cpu_transcoder = cpu_transcoder;
4d1de975
JN
10658 break;
10659 }
10660
d7edc4e5 10661 return transcoder_is_dsi(pipe_config->cpu_transcoder);
4d1de975
JN
10662}
10663
26804afd 10664static void haswell_get_ddi_port_state(struct intel_crtc *crtc,
5cec258b 10665 struct intel_crtc_state *pipe_config)
26804afd 10666{
6315b5d3 10667 struct drm_i915_private *dev_priv = to_i915(crtc->base.dev);
d452c5b6 10668 struct intel_shared_dpll *pll;
26804afd
DV
10669 enum port port;
10670 uint32_t tmp;
10671
10672 tmp = I915_READ(TRANS_DDI_FUNC_CTL(pipe_config->cpu_transcoder));
10673
10674 port = (tmp & TRANS_DDI_PORT_MASK) >> TRANS_DDI_PORT_SHIFT;
10675
0853723b 10676 if (IS_SKYLAKE(dev_priv) || IS_KABYLAKE(dev_priv))
96b7dfb7 10677 skylake_get_ddi_pll(dev_priv, port, pipe_config);
cc3f90f0 10678 else if (IS_GEN9_LP(dev_priv))
3760b59c 10679 bxt_get_ddi_pll(dev_priv, port, pipe_config);
96b7dfb7
S
10680 else
10681 haswell_get_ddi_pll(dev_priv, port, pipe_config);
9cd86933 10682
8106ddbd
ACO
10683 pll = pipe_config->shared_dpll;
10684 if (pll) {
2edd6443
ACO
10685 WARN_ON(!pll->funcs.get_hw_state(dev_priv, pll,
10686 &pipe_config->dpll_hw_state));
d452c5b6
DV
10687 }
10688
26804afd
DV
10689 /*
10690 * Haswell has only FDI/PCH transcoder A. It is which is connected to
10691 * DDI E. So just check whether this pipe is wired to DDI E and whether
10692 * the PCH transcoder is on.
10693 */
6315b5d3 10694 if (INTEL_GEN(dev_priv) < 9 &&
ca370455 10695 (port == PORT_E) && I915_READ(LPT_TRANSCONF) & TRANS_ENABLE) {
26804afd
DV
10696 pipe_config->has_pch_encoder = true;
10697
10698 tmp = I915_READ(FDI_RX_CTL(PIPE_A));
10699 pipe_config->fdi_lanes = ((FDI_DP_PORT_WIDTH_MASK & tmp) >>
10700 FDI_DP_PORT_WIDTH_SHIFT) + 1;
10701
10702 ironlake_get_fdi_m_n_config(crtc, pipe_config);
10703 }
10704}
10705
0e8ffe1b 10706static bool haswell_get_pipe_config(struct intel_crtc *crtc,
5cec258b 10707 struct intel_crtc_state *pipe_config)
0e8ffe1b 10708{
6315b5d3 10709 struct drm_i915_private *dev_priv = to_i915(crtc->base.dev);
1729050e
ID
10710 enum intel_display_power_domain power_domain;
10711 unsigned long power_domain_mask;
cf30429e 10712 bool active;
0e8ffe1b 10713
1729050e
ID
10714 power_domain = POWER_DOMAIN_PIPE(crtc->pipe);
10715 if (!intel_display_power_get_if_enabled(dev_priv, power_domain))
b5482bd0 10716 return false;
1729050e
ID
10717 power_domain_mask = BIT(power_domain);
10718
8106ddbd 10719 pipe_config->shared_dpll = NULL;
c0d43d62 10720
cf30429e 10721 active = hsw_get_transcoder_state(crtc, pipe_config, &power_domain_mask);
eccb140b 10722
cc3f90f0 10723 if (IS_GEN9_LP(dev_priv) &&
d7edc4e5
VS
10724 bxt_get_dsi_transcoder_state(crtc, pipe_config, &power_domain_mask)) {
10725 WARN_ON(active);
10726 active = true;
4d1de975
JN
10727 }
10728
cf30429e 10729 if (!active)
1729050e 10730 goto out;
0e8ffe1b 10731
d7edc4e5 10732 if (!transcoder_is_dsi(pipe_config->cpu_transcoder)) {
4d1de975
JN
10733 haswell_get_ddi_port_state(crtc, pipe_config);
10734 intel_get_pipe_timings(crtc, pipe_config);
10735 }
627eb5a3 10736
bc58be60 10737 intel_get_pipe_src_size(crtc, pipe_config);
1bd1bd80 10738
05dc698c
LL
10739 pipe_config->gamma_mode =
10740 I915_READ(GAMMA_MODE(crtc->pipe)) & GAMMA_MODE_MODE_MASK;
10741
6315b5d3 10742 if (INTEL_GEN(dev_priv) >= 9) {
1c74eeaf 10743 intel_crtc_init_scalers(crtc, pipe_config);
a1b2278e 10744
af99ceda
CK
10745 pipe_config->scaler_state.scaler_id = -1;
10746 pipe_config->scaler_state.scaler_users &= ~(1 << SKL_CRTC_INDEX);
10747 }
10748
1729050e
ID
10749 power_domain = POWER_DOMAIN_PIPE_PANEL_FITTER(crtc->pipe);
10750 if (intel_display_power_get_if_enabled(dev_priv, power_domain)) {
10751 power_domain_mask |= BIT(power_domain);
6315b5d3 10752 if (INTEL_GEN(dev_priv) >= 9)
bd2e244f 10753 skylake_get_pfit_config(crtc, pipe_config);
ff6d9f55 10754 else
1c132b44 10755 ironlake_get_pfit_config(crtc, pipe_config);
bd2e244f 10756 }
88adfff1 10757
772c2a51 10758 if (IS_HASWELL(dev_priv))
e59150dc
JB
10759 pipe_config->ips_enabled = hsw_crtc_supports_ips(crtc) &&
10760 (I915_READ(IPS_CTL) & IPS_ENABLE);
42db64ef 10761
4d1de975
JN
10762 if (pipe_config->cpu_transcoder != TRANSCODER_EDP &&
10763 !transcoder_is_dsi(pipe_config->cpu_transcoder)) {
ebb69c95
CT
10764 pipe_config->pixel_multiplier =
10765 I915_READ(PIPE_MULT(pipe_config->cpu_transcoder)) + 1;
10766 } else {
10767 pipe_config->pixel_multiplier = 1;
10768 }
6c49f241 10769
1729050e
ID
10770out:
10771 for_each_power_domain(power_domain, power_domain_mask)
10772 intel_display_power_put(dev_priv, power_domain);
10773
cf30429e 10774 return active;
0e8ffe1b
DV
10775}
10776
55a08b3f
ML
10777static void i845_update_cursor(struct drm_crtc *crtc, u32 base,
10778 const struct intel_plane_state *plane_state)
560b85bb
CW
10779{
10780 struct drm_device *dev = crtc->dev;
fac5e23e 10781 struct drm_i915_private *dev_priv = to_i915(dev);
560b85bb 10782 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
dc41c154 10783 uint32_t cntl = 0, size = 0;
560b85bb 10784
936e71e3 10785 if (plane_state && plane_state->base.visible) {
55a08b3f
ML
10786 unsigned int width = plane_state->base.crtc_w;
10787 unsigned int height = plane_state->base.crtc_h;
dc41c154
VS
10788 unsigned int stride = roundup_pow_of_two(width) * 4;
10789
10790 switch (stride) {
10791 default:
10792 WARN_ONCE(1, "Invalid cursor width/stride, width=%u, stride=%u\n",
10793 width, stride);
10794 stride = 256;
10795 /* fallthrough */
10796 case 256:
10797 case 512:
10798 case 1024:
10799 case 2048:
10800 break;
4b0e333e
CW
10801 }
10802
dc41c154
VS
10803 cntl |= CURSOR_ENABLE |
10804 CURSOR_GAMMA_ENABLE |
10805 CURSOR_FORMAT_ARGB |
10806 CURSOR_STRIDE(stride);
10807
10808 size = (height << 12) | width;
4b0e333e 10809 }
560b85bb 10810
dc41c154
VS
10811 if (intel_crtc->cursor_cntl != 0 &&
10812 (intel_crtc->cursor_base != base ||
10813 intel_crtc->cursor_size != size ||
10814 intel_crtc->cursor_cntl != cntl)) {
10815 /* On these chipsets we can only modify the base/size/stride
10816 * whilst the cursor is disabled.
10817 */
0b87c24e
VS
10818 I915_WRITE(CURCNTR(PIPE_A), 0);
10819 POSTING_READ(CURCNTR(PIPE_A));
dc41c154 10820 intel_crtc->cursor_cntl = 0;
4b0e333e 10821 }
560b85bb 10822
99d1f387 10823 if (intel_crtc->cursor_base != base) {
0b87c24e 10824 I915_WRITE(CURBASE(PIPE_A), base);
99d1f387
VS
10825 intel_crtc->cursor_base = base;
10826 }
4726e0b0 10827
dc41c154
VS
10828 if (intel_crtc->cursor_size != size) {
10829 I915_WRITE(CURSIZE, size);
10830 intel_crtc->cursor_size = size;
4b0e333e 10831 }
560b85bb 10832
4b0e333e 10833 if (intel_crtc->cursor_cntl != cntl) {
0b87c24e
VS
10834 I915_WRITE(CURCNTR(PIPE_A), cntl);
10835 POSTING_READ(CURCNTR(PIPE_A));
4b0e333e 10836 intel_crtc->cursor_cntl = cntl;
560b85bb 10837 }
560b85bb
CW
10838}
10839
55a08b3f
ML
10840static void i9xx_update_cursor(struct drm_crtc *crtc, u32 base,
10841 const struct intel_plane_state *plane_state)
65a21cd6
JB
10842{
10843 struct drm_device *dev = crtc->dev;
fac5e23e 10844 struct drm_i915_private *dev_priv = to_i915(dev);
65a21cd6
JB
10845 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
10846 int pipe = intel_crtc->pipe;
663f3122 10847 uint32_t cntl = 0;
4b0e333e 10848
936e71e3 10849 if (plane_state && plane_state->base.visible) {
4b0e333e 10850 cntl = MCURSOR_GAMMA_ENABLE;
55a08b3f 10851 switch (plane_state->base.crtc_w) {
4726e0b0
SK
10852 case 64:
10853 cntl |= CURSOR_MODE_64_ARGB_AX;
10854 break;
10855 case 128:
10856 cntl |= CURSOR_MODE_128_ARGB_AX;
10857 break;
10858 case 256:
10859 cntl |= CURSOR_MODE_256_ARGB_AX;
10860 break;
10861 default:
55a08b3f 10862 MISSING_CASE(plane_state->base.crtc_w);
4726e0b0 10863 return;
65a21cd6 10864 }
4b0e333e 10865 cntl |= pipe << 28; /* Connect to correct pipe */
47bf17a7 10866
4f8036a2 10867 if (HAS_DDI(dev_priv))
47bf17a7 10868 cntl |= CURSOR_PIPE_CSC_ENABLE;
65a21cd6 10869
f22aa143 10870 if (plane_state->base.rotation & DRM_ROTATE_180)
55a08b3f
ML
10871 cntl |= CURSOR_ROTATE_180;
10872 }
4398ad45 10873
4b0e333e
CW
10874 if (intel_crtc->cursor_cntl != cntl) {
10875 I915_WRITE(CURCNTR(pipe), cntl);
10876 POSTING_READ(CURCNTR(pipe));
10877 intel_crtc->cursor_cntl = cntl;
65a21cd6 10878 }
4b0e333e 10879
65a21cd6 10880 /* and commit changes on next vblank */
5efb3e28
VS
10881 I915_WRITE(CURBASE(pipe), base);
10882 POSTING_READ(CURBASE(pipe));
99d1f387
VS
10883
10884 intel_crtc->cursor_base = base;
65a21cd6
JB
10885}
10886
cda4b7d3 10887/* If no-part of the cursor is visible on the framebuffer, then the GPU may hang... */
6b383a7f 10888static void intel_crtc_update_cursor(struct drm_crtc *crtc,
55a08b3f 10889 const struct intel_plane_state *plane_state)
cda4b7d3
CW
10890{
10891 struct drm_device *dev = crtc->dev;
fac5e23e 10892 struct drm_i915_private *dev_priv = to_i915(dev);
cda4b7d3
CW
10893 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
10894 int pipe = intel_crtc->pipe;
55a08b3f
ML
10895 u32 base = intel_crtc->cursor_addr;
10896 u32 pos = 0;
cda4b7d3 10897
55a08b3f
ML
10898 if (plane_state) {
10899 int x = plane_state->base.crtc_x;
10900 int y = plane_state->base.crtc_y;
cda4b7d3 10901
55a08b3f
ML
10902 if (x < 0) {
10903 pos |= CURSOR_POS_SIGN << CURSOR_X_SHIFT;
10904 x = -x;
10905 }
10906 pos |= x << CURSOR_X_SHIFT;
cda4b7d3 10907
55a08b3f
ML
10908 if (y < 0) {
10909 pos |= CURSOR_POS_SIGN << CURSOR_Y_SHIFT;
10910 y = -y;
10911 }
10912 pos |= y << CURSOR_Y_SHIFT;
10913
10914 /* ILK+ do this automagically */
49cff963 10915 if (HAS_GMCH_DISPLAY(dev_priv) &&
f22aa143 10916 plane_state->base.rotation & DRM_ROTATE_180) {
55a08b3f
ML
10917 base += (plane_state->base.crtc_h *
10918 plane_state->base.crtc_w - 1) * 4;
10919 }
cda4b7d3 10920 }
cda4b7d3 10921
5efb3e28
VS
10922 I915_WRITE(CURPOS(pipe), pos);
10923
2a307c2e 10924 if (IS_I845G(dev_priv) || IS_I865G(dev_priv))
55a08b3f 10925 i845_update_cursor(crtc, base, plane_state);
5efb3e28 10926 else
55a08b3f 10927 i9xx_update_cursor(crtc, base, plane_state);
cda4b7d3
CW
10928}
10929
50a0bc90 10930static bool cursor_size_ok(struct drm_i915_private *dev_priv,
dc41c154
VS
10931 uint32_t width, uint32_t height)
10932{
10933 if (width == 0 || height == 0)
10934 return false;
10935
10936 /*
10937 * 845g/865g are special in that they are only limited by
10938 * the width of their cursors, the height is arbitrary up to
10939 * the precision of the register. Everything else requires
10940 * square cursors, limited to a few power-of-two sizes.
10941 */
2a307c2e 10942 if (IS_I845G(dev_priv) || IS_I865G(dev_priv)) {
dc41c154
VS
10943 if ((width & 63) != 0)
10944 return false;
10945
2a307c2e 10946 if (width > (IS_I845G(dev_priv) ? 64 : 512))
dc41c154
VS
10947 return false;
10948
10949 if (height > 1023)
10950 return false;
10951 } else {
10952 switch (width | height) {
10953 case 256:
10954 case 128:
50a0bc90 10955 if (IS_GEN2(dev_priv))
dc41c154
VS
10956 return false;
10957 case 64:
10958 break;
10959 default:
10960 return false;
10961 }
10962 }
10963
10964 return true;
10965}
10966
79e53945
JB
10967/* VESA 640x480x72Hz mode to set on the pipe */
10968static struct drm_display_mode load_detect_mode = {
10969 DRM_MODE("640x480", DRM_MODE_TYPE_DEFAULT, 31500, 640, 664,
10970 704, 832, 0, 480, 489, 491, 520, 0, DRM_MODE_FLAG_NHSYNC | DRM_MODE_FLAG_NVSYNC),
10971};
10972
a8bb6818
DV
10973struct drm_framebuffer *
10974__intel_framebuffer_create(struct drm_device *dev,
10975 struct drm_mode_fb_cmd2 *mode_cmd,
10976 struct drm_i915_gem_object *obj)
d2dff872
CW
10977{
10978 struct intel_framebuffer *intel_fb;
10979 int ret;
10980
10981 intel_fb = kzalloc(sizeof(*intel_fb), GFP_KERNEL);
dcb1394e 10982 if (!intel_fb)
d2dff872 10983 return ERR_PTR(-ENOMEM);
d2dff872
CW
10984
10985 ret = intel_framebuffer_init(dev, intel_fb, mode_cmd, obj);
dd4916c5
DV
10986 if (ret)
10987 goto err;
d2dff872
CW
10988
10989 return &intel_fb->base;
dcb1394e 10990
dd4916c5 10991err:
dd4916c5 10992 kfree(intel_fb);
dd4916c5 10993 return ERR_PTR(ret);
d2dff872
CW
10994}
10995
b5ea642a 10996static struct drm_framebuffer *
a8bb6818
DV
10997intel_framebuffer_create(struct drm_device *dev,
10998 struct drm_mode_fb_cmd2 *mode_cmd,
10999 struct drm_i915_gem_object *obj)
11000{
11001 struct drm_framebuffer *fb;
11002 int ret;
11003
11004 ret = i915_mutex_lock_interruptible(dev);
11005 if (ret)
11006 return ERR_PTR(ret);
11007 fb = __intel_framebuffer_create(dev, mode_cmd, obj);
11008 mutex_unlock(&dev->struct_mutex);
11009
11010 return fb;
11011}
11012
d2dff872
CW
11013static u32
11014intel_framebuffer_pitch_for_width(int width, int bpp)
11015{
11016 u32 pitch = DIV_ROUND_UP(width * bpp, 8);
11017 return ALIGN(pitch, 64);
11018}
11019
11020static u32
11021intel_framebuffer_size_for_mode(struct drm_display_mode *mode, int bpp)
11022{
11023 u32 pitch = intel_framebuffer_pitch_for_width(mode->hdisplay, bpp);
1267a26b 11024 return PAGE_ALIGN(pitch * mode->vdisplay);
d2dff872
CW
11025}
11026
11027static struct drm_framebuffer *
11028intel_framebuffer_create_for_mode(struct drm_device *dev,
11029 struct drm_display_mode *mode,
11030 int depth, int bpp)
11031{
dcb1394e 11032 struct drm_framebuffer *fb;
d2dff872 11033 struct drm_i915_gem_object *obj;
0fed39bd 11034 struct drm_mode_fb_cmd2 mode_cmd = { 0 };
d2dff872 11035
12d79d78 11036 obj = i915_gem_object_create(to_i915(dev),
d2dff872 11037 intel_framebuffer_size_for_mode(mode, bpp));
fe3db79b
CW
11038 if (IS_ERR(obj))
11039 return ERR_CAST(obj);
d2dff872
CW
11040
11041 mode_cmd.width = mode->hdisplay;
11042 mode_cmd.height = mode->vdisplay;
308e5bcb
JB
11043 mode_cmd.pitches[0] = intel_framebuffer_pitch_for_width(mode_cmd.width,
11044 bpp);
5ca0c34a 11045 mode_cmd.pixel_format = drm_mode_legacy_fb_format(bpp, depth);
d2dff872 11046
dcb1394e
LW
11047 fb = intel_framebuffer_create(dev, &mode_cmd, obj);
11048 if (IS_ERR(fb))
f0cd5182 11049 i915_gem_object_put(obj);
dcb1394e
LW
11050
11051 return fb;
d2dff872
CW
11052}
11053
11054static struct drm_framebuffer *
11055mode_fits_in_fbdev(struct drm_device *dev,
11056 struct drm_display_mode *mode)
11057{
0695726e 11058#ifdef CONFIG_DRM_FBDEV_EMULATION
fac5e23e 11059 struct drm_i915_private *dev_priv = to_i915(dev);
d2dff872
CW
11060 struct drm_i915_gem_object *obj;
11061 struct drm_framebuffer *fb;
11062
4c0e5528 11063 if (!dev_priv->fbdev)
d2dff872
CW
11064 return NULL;
11065
4c0e5528 11066 if (!dev_priv->fbdev->fb)
d2dff872
CW
11067 return NULL;
11068
4c0e5528
DV
11069 obj = dev_priv->fbdev->fb->obj;
11070 BUG_ON(!obj);
11071
8bcd4553 11072 fb = &dev_priv->fbdev->fb->base;
01f2c773 11073 if (fb->pitches[0] < intel_framebuffer_pitch_for_width(mode->hdisplay,
272725c7 11074 fb->format->cpp[0] * 8))
d2dff872
CW
11075 return NULL;
11076
01f2c773 11077 if (obj->base.size < mode->vdisplay * fb->pitches[0])
d2dff872
CW
11078 return NULL;
11079
edde3617 11080 drm_framebuffer_reference(fb);
d2dff872 11081 return fb;
4520f53a
DV
11082#else
11083 return NULL;
11084#endif
d2dff872
CW
11085}
11086
d3a40d1b
ACO
11087static int intel_modeset_setup_plane_state(struct drm_atomic_state *state,
11088 struct drm_crtc *crtc,
11089 struct drm_display_mode *mode,
11090 struct drm_framebuffer *fb,
11091 int x, int y)
11092{
11093 struct drm_plane_state *plane_state;
11094 int hdisplay, vdisplay;
11095 int ret;
11096
11097 plane_state = drm_atomic_get_plane_state(state, crtc->primary);
11098 if (IS_ERR(plane_state))
11099 return PTR_ERR(plane_state);
11100
11101 if (mode)
11102 drm_crtc_get_hv_timing(mode, &hdisplay, &vdisplay);
11103 else
11104 hdisplay = vdisplay = 0;
11105
11106 ret = drm_atomic_set_crtc_for_plane(plane_state, fb ? crtc : NULL);
11107 if (ret)
11108 return ret;
11109 drm_atomic_set_fb_for_plane(plane_state, fb);
11110 plane_state->crtc_x = 0;
11111 plane_state->crtc_y = 0;
11112 plane_state->crtc_w = hdisplay;
11113 plane_state->crtc_h = vdisplay;
11114 plane_state->src_x = x << 16;
11115 plane_state->src_y = y << 16;
11116 plane_state->src_w = hdisplay << 16;
11117 plane_state->src_h = vdisplay << 16;
11118
11119 return 0;
11120}
11121
d2434ab7 11122bool intel_get_load_detect_pipe(struct drm_connector *connector,
7173188d 11123 struct drm_display_mode *mode,
51fd371b
RC
11124 struct intel_load_detect_pipe *old,
11125 struct drm_modeset_acquire_ctx *ctx)
79e53945
JB
11126{
11127 struct intel_crtc *intel_crtc;
d2434ab7
DV
11128 struct intel_encoder *intel_encoder =
11129 intel_attached_encoder(connector);
79e53945 11130 struct drm_crtc *possible_crtc;
4ef69c7a 11131 struct drm_encoder *encoder = &intel_encoder->base;
79e53945
JB
11132 struct drm_crtc *crtc = NULL;
11133 struct drm_device *dev = encoder->dev;
0f0f74bc 11134 struct drm_i915_private *dev_priv = to_i915(dev);
94352cf9 11135 struct drm_framebuffer *fb;
51fd371b 11136 struct drm_mode_config *config = &dev->mode_config;
edde3617 11137 struct drm_atomic_state *state = NULL, *restore_state = NULL;
944b0c76 11138 struct drm_connector_state *connector_state;
4be07317 11139 struct intel_crtc_state *crtc_state;
51fd371b 11140 int ret, i = -1;
79e53945 11141
d2dff872 11142 DRM_DEBUG_KMS("[CONNECTOR:%d:%s], [ENCODER:%d:%s]\n",
c23cc417 11143 connector->base.id, connector->name,
8e329a03 11144 encoder->base.id, encoder->name);
d2dff872 11145
edde3617
ML
11146 old->restore_state = NULL;
11147
51fd371b
RC
11148retry:
11149 ret = drm_modeset_lock(&config->connection_mutex, ctx);
11150 if (ret)
ad3c558f 11151 goto fail;
6e9f798d 11152
79e53945
JB
11153 /*
11154 * Algorithm gets a little messy:
7a5e4805 11155 *
79e53945
JB
11156 * - if the connector already has an assigned crtc, use it (but make
11157 * sure it's on first)
7a5e4805 11158 *
79e53945
JB
11159 * - try to find the first unused crtc that can drive this connector,
11160 * and use that if we find one
79e53945
JB
11161 */
11162
11163 /* See if we already have a CRTC for this connector */
edde3617
ML
11164 if (connector->state->crtc) {
11165 crtc = connector->state->crtc;
8261b191 11166
51fd371b 11167 ret = drm_modeset_lock(&crtc->mutex, ctx);
4d02e2de 11168 if (ret)
ad3c558f 11169 goto fail;
8261b191
CW
11170
11171 /* Make sure the crtc and connector are running */
edde3617 11172 goto found;
79e53945
JB
11173 }
11174
11175 /* Find an unused one (if possible) */
70e1e0ec 11176 for_each_crtc(dev, possible_crtc) {
79e53945
JB
11177 i++;
11178 if (!(encoder->possible_crtcs & (1 << i)))
11179 continue;
edde3617
ML
11180
11181 ret = drm_modeset_lock(&possible_crtc->mutex, ctx);
11182 if (ret)
11183 goto fail;
11184
11185 if (possible_crtc->state->enable) {
11186 drm_modeset_unlock(&possible_crtc->mutex);
a459249c 11187 continue;
edde3617 11188 }
a459249c
VS
11189
11190 crtc = possible_crtc;
11191 break;
79e53945
JB
11192 }
11193
11194 /*
11195 * If we didn't find an unused CRTC, don't use any.
11196 */
11197 if (!crtc) {
7173188d 11198 DRM_DEBUG_KMS("no pipe available for load-detect\n");
ad3c558f 11199 goto fail;
79e53945
JB
11200 }
11201
edde3617
ML
11202found:
11203 intel_crtc = to_intel_crtc(crtc);
11204
4d02e2de
DV
11205 ret = drm_modeset_lock(&crtc->primary->mutex, ctx);
11206 if (ret)
ad3c558f 11207 goto fail;
79e53945 11208
83a57153 11209 state = drm_atomic_state_alloc(dev);
edde3617
ML
11210 restore_state = drm_atomic_state_alloc(dev);
11211 if (!state || !restore_state) {
11212 ret = -ENOMEM;
11213 goto fail;
11214 }
83a57153
ACO
11215
11216 state->acquire_ctx = ctx;
edde3617 11217 restore_state->acquire_ctx = ctx;
83a57153 11218
944b0c76
ACO
11219 connector_state = drm_atomic_get_connector_state(state, connector);
11220 if (IS_ERR(connector_state)) {
11221 ret = PTR_ERR(connector_state);
11222 goto fail;
11223 }
11224
edde3617
ML
11225 ret = drm_atomic_set_crtc_for_connector(connector_state, crtc);
11226 if (ret)
11227 goto fail;
944b0c76 11228
4be07317
ACO
11229 crtc_state = intel_atomic_get_crtc_state(state, intel_crtc);
11230 if (IS_ERR(crtc_state)) {
11231 ret = PTR_ERR(crtc_state);
11232 goto fail;
11233 }
11234
49d6fa21 11235 crtc_state->base.active = crtc_state->base.enable = true;
4be07317 11236
6492711d
CW
11237 if (!mode)
11238 mode = &load_detect_mode;
79e53945 11239
d2dff872
CW
11240 /* We need a framebuffer large enough to accommodate all accesses
11241 * that the plane may generate whilst we perform load detection.
11242 * We can not rely on the fbcon either being present (we get called
11243 * during its initialisation to detect all boot displays, or it may
11244 * not even exist) or that it is large enough to satisfy the
11245 * requested mode.
11246 */
94352cf9
DV
11247 fb = mode_fits_in_fbdev(dev, mode);
11248 if (fb == NULL) {
d2dff872 11249 DRM_DEBUG_KMS("creating tmp fb for load-detection\n");
94352cf9 11250 fb = intel_framebuffer_create_for_mode(dev, mode, 24, 32);
d2dff872
CW
11251 } else
11252 DRM_DEBUG_KMS("reusing fbdev for load-detection framebuffer\n");
94352cf9 11253 if (IS_ERR(fb)) {
d2dff872 11254 DRM_DEBUG_KMS("failed to allocate framebuffer for load-detection\n");
412b61d8 11255 goto fail;
79e53945 11256 }
79e53945 11257
d3a40d1b
ACO
11258 ret = intel_modeset_setup_plane_state(state, crtc, mode, fb, 0, 0);
11259 if (ret)
11260 goto fail;
11261
edde3617
ML
11262 drm_framebuffer_unreference(fb);
11263
11264 ret = drm_atomic_set_mode_for_crtc(&crtc_state->base, mode);
11265 if (ret)
11266 goto fail;
11267
11268 ret = PTR_ERR_OR_ZERO(drm_atomic_get_connector_state(restore_state, connector));
11269 if (!ret)
11270 ret = PTR_ERR_OR_ZERO(drm_atomic_get_crtc_state(restore_state, crtc));
11271 if (!ret)
11272 ret = PTR_ERR_OR_ZERO(drm_atomic_get_plane_state(restore_state, crtc->primary));
11273 if (ret) {
11274 DRM_DEBUG_KMS("Failed to create a copy of old state to restore: %i\n", ret);
11275 goto fail;
11276 }
8c7b5ccb 11277
3ba86073
ML
11278 ret = drm_atomic_commit(state);
11279 if (ret) {
6492711d 11280 DRM_DEBUG_KMS("failed to set mode on load-detect pipe\n");
412b61d8 11281 goto fail;
79e53945 11282 }
edde3617
ML
11283
11284 old->restore_state = restore_state;
7abbd11f 11285 drm_atomic_state_put(state);
7173188d 11286
79e53945 11287 /* let the connector get through one full cycle before testing */
0f0f74bc 11288 intel_wait_for_vblank(dev_priv, intel_crtc->pipe);
7173188d 11289 return true;
412b61d8 11290
ad3c558f 11291fail:
7fb71c8f
CW
11292 if (state) {
11293 drm_atomic_state_put(state);
11294 state = NULL;
11295 }
11296 if (restore_state) {
11297 drm_atomic_state_put(restore_state);
11298 restore_state = NULL;
11299 }
83a57153 11300
51fd371b
RC
11301 if (ret == -EDEADLK) {
11302 drm_modeset_backoff(ctx);
11303 goto retry;
11304 }
11305
412b61d8 11306 return false;
79e53945
JB
11307}
11308
d2434ab7 11309void intel_release_load_detect_pipe(struct drm_connector *connector,
49172fee
ACO
11310 struct intel_load_detect_pipe *old,
11311 struct drm_modeset_acquire_ctx *ctx)
79e53945 11312{
d2434ab7
DV
11313 struct intel_encoder *intel_encoder =
11314 intel_attached_encoder(connector);
4ef69c7a 11315 struct drm_encoder *encoder = &intel_encoder->base;
edde3617 11316 struct drm_atomic_state *state = old->restore_state;
d3a40d1b 11317 int ret;
79e53945 11318
d2dff872 11319 DRM_DEBUG_KMS("[CONNECTOR:%d:%s], [ENCODER:%d:%s]\n",
c23cc417 11320 connector->base.id, connector->name,
8e329a03 11321 encoder->base.id, encoder->name);
d2dff872 11322
edde3617 11323 if (!state)
0622a53c 11324 return;
79e53945 11325
edde3617 11326 ret = drm_atomic_commit(state);
0853695c 11327 if (ret)
edde3617 11328 DRM_DEBUG_KMS("Couldn't release load detect pipe: %i\n", ret);
0853695c 11329 drm_atomic_state_put(state);
79e53945
JB
11330}
11331
da4a1efa 11332static int i9xx_pll_refclk(struct drm_device *dev,
5cec258b 11333 const struct intel_crtc_state *pipe_config)
da4a1efa 11334{
fac5e23e 11335 struct drm_i915_private *dev_priv = to_i915(dev);
da4a1efa
VS
11336 u32 dpll = pipe_config->dpll_hw_state.dpll;
11337
11338 if ((dpll & PLL_REF_INPUT_MASK) == PLLB_REF_INPUT_SPREADSPECTRUMIN)
e91e941b 11339 return dev_priv->vbt.lvds_ssc_freq;
6e266956 11340 else if (HAS_PCH_SPLIT(dev_priv))
da4a1efa 11341 return 120000;
5db94019 11342 else if (!IS_GEN2(dev_priv))
da4a1efa
VS
11343 return 96000;
11344 else
11345 return 48000;
11346}
11347
79e53945 11348/* Returns the clock of the currently programmed mode of the given pipe. */
f1f644dc 11349static void i9xx_crtc_clock_get(struct intel_crtc *crtc,
5cec258b 11350 struct intel_crtc_state *pipe_config)
79e53945 11351{
f1f644dc 11352 struct drm_device *dev = crtc->base.dev;
fac5e23e 11353 struct drm_i915_private *dev_priv = to_i915(dev);
f1f644dc 11354 int pipe = pipe_config->cpu_transcoder;
293623f7 11355 u32 dpll = pipe_config->dpll_hw_state.dpll;
79e53945 11356 u32 fp;
9e2c8475 11357 struct dpll clock;
dccbea3b 11358 int port_clock;
da4a1efa 11359 int refclk = i9xx_pll_refclk(dev, pipe_config);
79e53945
JB
11360
11361 if ((dpll & DISPLAY_RATE_SELECT_FPA1) == 0)
293623f7 11362 fp = pipe_config->dpll_hw_state.fp0;
79e53945 11363 else
293623f7 11364 fp = pipe_config->dpll_hw_state.fp1;
79e53945
JB
11365
11366 clock.m1 = (fp & FP_M1_DIV_MASK) >> FP_M1_DIV_SHIFT;
9b1e14f4 11367 if (IS_PINEVIEW(dev_priv)) {
f2b115e6
AJ
11368 clock.n = ffs((fp & FP_N_PINEVIEW_DIV_MASK) >> FP_N_DIV_SHIFT) - 1;
11369 clock.m2 = (fp & FP_M2_PINEVIEW_DIV_MASK) >> FP_M2_DIV_SHIFT;
2177832f
SL
11370 } else {
11371 clock.n = (fp & FP_N_DIV_MASK) >> FP_N_DIV_SHIFT;
11372 clock.m2 = (fp & FP_M2_DIV_MASK) >> FP_M2_DIV_SHIFT;
11373 }
11374
5db94019 11375 if (!IS_GEN2(dev_priv)) {
9b1e14f4 11376 if (IS_PINEVIEW(dev_priv))
f2b115e6
AJ
11377 clock.p1 = ffs((dpll & DPLL_FPA01_P1_POST_DIV_MASK_PINEVIEW) >>
11378 DPLL_FPA01_P1_POST_DIV_SHIFT_PINEVIEW);
2177832f
SL
11379 else
11380 clock.p1 = ffs((dpll & DPLL_FPA01_P1_POST_DIV_MASK) >>
79e53945
JB
11381 DPLL_FPA01_P1_POST_DIV_SHIFT);
11382
11383 switch (dpll & DPLL_MODE_MASK) {
11384 case DPLLB_MODE_DAC_SERIAL:
11385 clock.p2 = dpll & DPLL_DAC_SERIAL_P2_CLOCK_DIV_5 ?
11386 5 : 10;
11387 break;
11388 case DPLLB_MODE_LVDS:
11389 clock.p2 = dpll & DPLLB_LVDS_P2_CLOCK_DIV_7 ?
11390 7 : 14;
11391 break;
11392 default:
28c97730 11393 DRM_DEBUG_KMS("Unknown DPLL mode %08x in programmed "
79e53945 11394 "mode\n", (int)(dpll & DPLL_MODE_MASK));
f1f644dc 11395 return;
79e53945
JB
11396 }
11397
9b1e14f4 11398 if (IS_PINEVIEW(dev_priv))
dccbea3b 11399 port_clock = pnv_calc_dpll_params(refclk, &clock);
ac58c3f0 11400 else
dccbea3b 11401 port_clock = i9xx_calc_dpll_params(refclk, &clock);
79e53945 11402 } else {
50a0bc90 11403 u32 lvds = IS_I830(dev_priv) ? 0 : I915_READ(LVDS);
b1c560d1 11404 bool is_lvds = (pipe == 1) && (lvds & LVDS_PORT_EN);
79e53945
JB
11405
11406 if (is_lvds) {
11407 clock.p1 = ffs((dpll & DPLL_FPA01_P1_POST_DIV_MASK_I830_LVDS) >>
11408 DPLL_FPA01_P1_POST_DIV_SHIFT);
b1c560d1
VS
11409
11410 if (lvds & LVDS_CLKB_POWER_UP)
11411 clock.p2 = 7;
11412 else
11413 clock.p2 = 14;
79e53945
JB
11414 } else {
11415 if (dpll & PLL_P1_DIVIDE_BY_TWO)
11416 clock.p1 = 2;
11417 else {
11418 clock.p1 = ((dpll & DPLL_FPA01_P1_POST_DIV_MASK_I830) >>
11419 DPLL_FPA01_P1_POST_DIV_SHIFT) + 2;
11420 }
11421 if (dpll & PLL_P2_DIVIDE_BY_4)
11422 clock.p2 = 4;
11423 else
11424 clock.p2 = 2;
79e53945 11425 }
da4a1efa 11426
dccbea3b 11427 port_clock = i9xx_calc_dpll_params(refclk, &clock);
79e53945
JB
11428 }
11429
18442d08
VS
11430 /*
11431 * This value includes pixel_multiplier. We will use
241bfc38 11432 * port_clock to compute adjusted_mode.crtc_clock in the
18442d08
VS
11433 * encoder's get_config() function.
11434 */
dccbea3b 11435 pipe_config->port_clock = port_clock;
f1f644dc
JB
11436}
11437
6878da05
VS
11438int intel_dotclock_calculate(int link_freq,
11439 const struct intel_link_m_n *m_n)
f1f644dc 11440{
f1f644dc
JB
11441 /*
11442 * The calculation for the data clock is:
1041a02f 11443 * pixel_clock = ((m/n)*(link_clock * nr_lanes))/bpp
f1f644dc 11444 * But we want to avoid losing precison if possible, so:
1041a02f 11445 * pixel_clock = ((m * link_clock * nr_lanes)/(n*bpp))
f1f644dc
JB
11446 *
11447 * and the link clock is simpler:
1041a02f 11448 * link_clock = (m * link_clock) / n
f1f644dc
JB
11449 */
11450
6878da05
VS
11451 if (!m_n->link_n)
11452 return 0;
f1f644dc 11453
6878da05
VS
11454 return div_u64((u64)m_n->link_m * link_freq, m_n->link_n);
11455}
f1f644dc 11456
18442d08 11457static void ironlake_pch_clock_get(struct intel_crtc *crtc,
5cec258b 11458 struct intel_crtc_state *pipe_config)
6878da05 11459{
e3b247da 11460 struct drm_i915_private *dev_priv = to_i915(crtc->base.dev);
79e53945 11461
18442d08
VS
11462 /* read out port_clock from the DPLL */
11463 i9xx_crtc_clock_get(crtc, pipe_config);
f1f644dc 11464
f1f644dc 11465 /*
e3b247da
VS
11466 * In case there is an active pipe without active ports,
11467 * we may need some idea for the dotclock anyway.
11468 * Calculate one based on the FDI configuration.
79e53945 11469 */
2d112de7 11470 pipe_config->base.adjusted_mode.crtc_clock =
21a727b3 11471 intel_dotclock_calculate(intel_fdi_link_freq(dev_priv, pipe_config),
18442d08 11472 &pipe_config->fdi_m_n);
79e53945
JB
11473}
11474
11475/** Returns the currently programmed mode of the given pipe. */
11476struct drm_display_mode *intel_crtc_mode_get(struct drm_device *dev,
11477 struct drm_crtc *crtc)
11478{
fac5e23e 11479 struct drm_i915_private *dev_priv = to_i915(dev);
79e53945 11480 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
6e3c9717 11481 enum transcoder cpu_transcoder = intel_crtc->config->cpu_transcoder;
79e53945 11482 struct drm_display_mode *mode;
3f36b937 11483 struct intel_crtc_state *pipe_config;
fe2b8f9d
PZ
11484 int htot = I915_READ(HTOTAL(cpu_transcoder));
11485 int hsync = I915_READ(HSYNC(cpu_transcoder));
11486 int vtot = I915_READ(VTOTAL(cpu_transcoder));
11487 int vsync = I915_READ(VSYNC(cpu_transcoder));
293623f7 11488 enum pipe pipe = intel_crtc->pipe;
79e53945
JB
11489
11490 mode = kzalloc(sizeof(*mode), GFP_KERNEL);
11491 if (!mode)
11492 return NULL;
11493
3f36b937
TU
11494 pipe_config = kzalloc(sizeof(*pipe_config), GFP_KERNEL);
11495 if (!pipe_config) {
11496 kfree(mode);
11497 return NULL;
11498 }
11499
f1f644dc
JB
11500 /*
11501 * Construct a pipe_config sufficient for getting the clock info
11502 * back out of crtc_clock_get.
11503 *
11504 * Note, if LVDS ever uses a non-1 pixel multiplier, we'll need
11505 * to use a real value here instead.
11506 */
3f36b937
TU
11507 pipe_config->cpu_transcoder = (enum transcoder) pipe;
11508 pipe_config->pixel_multiplier = 1;
11509 pipe_config->dpll_hw_state.dpll = I915_READ(DPLL(pipe));
11510 pipe_config->dpll_hw_state.fp0 = I915_READ(FP0(pipe));
11511 pipe_config->dpll_hw_state.fp1 = I915_READ(FP1(pipe));
11512 i9xx_crtc_clock_get(intel_crtc, pipe_config);
11513
11514 mode->clock = pipe_config->port_clock / pipe_config->pixel_multiplier;
79e53945
JB
11515 mode->hdisplay = (htot & 0xffff) + 1;
11516 mode->htotal = ((htot & 0xffff0000) >> 16) + 1;
11517 mode->hsync_start = (hsync & 0xffff) + 1;
11518 mode->hsync_end = ((hsync & 0xffff0000) >> 16) + 1;
11519 mode->vdisplay = (vtot & 0xffff) + 1;
11520 mode->vtotal = ((vtot & 0xffff0000) >> 16) + 1;
11521 mode->vsync_start = (vsync & 0xffff) + 1;
11522 mode->vsync_end = ((vsync & 0xffff0000) >> 16) + 1;
11523
11524 drm_mode_set_name(mode);
79e53945 11525
3f36b937
TU
11526 kfree(pipe_config);
11527
79e53945
JB
11528 return mode;
11529}
11530
11531static void intel_crtc_destroy(struct drm_crtc *crtc)
11532{
11533 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
67e77c5a 11534 struct drm_device *dev = crtc->dev;
51cbaf01 11535 struct intel_flip_work *work;
67e77c5a 11536
5e2d7afc 11537 spin_lock_irq(&dev->event_lock);
5a21b665
DV
11538 work = intel_crtc->flip_work;
11539 intel_crtc->flip_work = NULL;
11540 spin_unlock_irq(&dev->event_lock);
67e77c5a 11541
5a21b665 11542 if (work) {
51cbaf01
ML
11543 cancel_work_sync(&work->mmio_work);
11544 cancel_work_sync(&work->unpin_work);
5a21b665 11545 kfree(work);
67e77c5a 11546 }
79e53945
JB
11547
11548 drm_crtc_cleanup(crtc);
67e77c5a 11549
79e53945
JB
11550 kfree(intel_crtc);
11551}
11552
6b95a207
KH
11553static void intel_unpin_work_fn(struct work_struct *__work)
11554{
51cbaf01
ML
11555 struct intel_flip_work *work =
11556 container_of(__work, struct intel_flip_work, unpin_work);
5a21b665
DV
11557 struct intel_crtc *crtc = to_intel_crtc(work->crtc);
11558 struct drm_device *dev = crtc->base.dev;
11559 struct drm_plane *primary = crtc->base.primary;
03f476e1 11560
5a21b665
DV
11561 if (is_mmio_work(work))
11562 flush_work(&work->mmio_work);
03f476e1 11563
5a21b665 11564 mutex_lock(&dev->struct_mutex);
be1e3415 11565 intel_unpin_fb_vma(work->old_vma);
f8c417cd 11566 i915_gem_object_put(work->pending_flip_obj);
5a21b665 11567 mutex_unlock(&dev->struct_mutex);
143f73b3 11568
e8a261ea
CW
11569 i915_gem_request_put(work->flip_queued_req);
11570
5748b6a1
CW
11571 intel_frontbuffer_flip_complete(to_i915(dev),
11572 to_intel_plane(primary)->frontbuffer_bit);
5a21b665
DV
11573 intel_fbc_post_update(crtc);
11574 drm_framebuffer_unreference(work->old_fb);
143f73b3 11575
5a21b665
DV
11576 BUG_ON(atomic_read(&crtc->unpin_work_count) == 0);
11577 atomic_dec(&crtc->unpin_work_count);
a6747b73 11578
5a21b665
DV
11579 kfree(work);
11580}
d9e86c0e 11581
5a21b665
DV
11582/* Is 'a' after or equal to 'b'? */
11583static bool g4x_flip_count_after_eq(u32 a, u32 b)
11584{
11585 return !((a - b) & 0x80000000);
11586}
143f73b3 11587
5a21b665
DV
11588static bool __pageflip_finished_cs(struct intel_crtc *crtc,
11589 struct intel_flip_work *work)
11590{
11591 struct drm_device *dev = crtc->base.dev;
fac5e23e 11592 struct drm_i915_private *dev_priv = to_i915(dev);
143f73b3 11593
8af29b0c 11594 if (abort_flip_on_reset(crtc))
5a21b665 11595 return true;
143f73b3 11596
5a21b665
DV
11597 /*
11598 * The relevant registers doen't exist on pre-ctg.
11599 * As the flip done interrupt doesn't trigger for mmio
11600 * flips on gmch platforms, a flip count check isn't
11601 * really needed there. But since ctg has the registers,
11602 * include it in the check anyway.
11603 */
9beb5fea 11604 if (INTEL_GEN(dev_priv) < 5 && !IS_G4X(dev_priv))
5a21b665 11605 return true;
b4a98e57 11606
5a21b665
DV
11607 /*
11608 * BDW signals flip done immediately if the plane
11609 * is disabled, even if the plane enable is already
11610 * armed to occur at the next vblank :(
11611 */
f99d7069 11612
5a21b665
DV
11613 /*
11614 * A DSPSURFLIVE check isn't enough in case the mmio and CS flips
11615 * used the same base address. In that case the mmio flip might
11616 * have completed, but the CS hasn't even executed the flip yet.
11617 *
11618 * A flip count check isn't enough as the CS might have updated
11619 * the base address just after start of vblank, but before we
11620 * managed to process the interrupt. This means we'd complete the
11621 * CS flip too soon.
11622 *
11623 * Combining both checks should get us a good enough result. It may
11624 * still happen that the CS flip has been executed, but has not
11625 * yet actually completed. But in case the base address is the same
11626 * anyway, we don't really care.
11627 */
11628 return (I915_READ(DSPSURFLIVE(crtc->plane)) & ~0xfff) ==
11629 crtc->flip_work->gtt_offset &&
11630 g4x_flip_count_after_eq(I915_READ(PIPE_FLIPCOUNT_G4X(crtc->pipe)),
11631 crtc->flip_work->flip_count);
11632}
b4a98e57 11633
5a21b665
DV
11634static bool
11635__pageflip_finished_mmio(struct intel_crtc *crtc,
11636 struct intel_flip_work *work)
11637{
11638 /*
11639 * MMIO work completes when vblank is different from
11640 * flip_queued_vblank.
11641 *
11642 * Reset counter value doesn't matter, this is handled by
11643 * i915_wait_request finishing early, so no need to handle
11644 * reset here.
11645 */
11646 return intel_crtc_get_vblank_counter(crtc) != work->flip_queued_vblank;
6b95a207
KH
11647}
11648
51cbaf01
ML
11649
11650static bool pageflip_finished(struct intel_crtc *crtc,
11651 struct intel_flip_work *work)
11652{
11653 if (!atomic_read(&work->pending))
11654 return false;
11655
11656 smp_rmb();
11657
5a21b665
DV
11658 if (is_mmio_work(work))
11659 return __pageflip_finished_mmio(crtc, work);
11660 else
11661 return __pageflip_finished_cs(crtc, work);
11662}
11663
11664void intel_finish_page_flip_cs(struct drm_i915_private *dev_priv, int pipe)
11665{
91c8a326 11666 struct drm_device *dev = &dev_priv->drm;
98187836 11667 struct intel_crtc *crtc = intel_get_crtc_for_pipe(dev_priv, pipe);
5a21b665
DV
11668 struct intel_flip_work *work;
11669 unsigned long flags;
11670
11671 /* Ignore early vblank irqs */
11672 if (!crtc)
11673 return;
11674
51cbaf01 11675 /*
5a21b665
DV
11676 * This is called both by irq handlers and the reset code (to complete
11677 * lost pageflips) so needs the full irqsave spinlocks.
51cbaf01 11678 */
5a21b665 11679 spin_lock_irqsave(&dev->event_lock, flags);
e2af48c6 11680 work = crtc->flip_work;
5a21b665
DV
11681
11682 if (work != NULL &&
11683 !is_mmio_work(work) &&
e2af48c6
VS
11684 pageflip_finished(crtc, work))
11685 page_flip_completed(crtc);
5a21b665
DV
11686
11687 spin_unlock_irqrestore(&dev->event_lock, flags);
75f7f3ec
VS
11688}
11689
51cbaf01 11690void intel_finish_page_flip_mmio(struct drm_i915_private *dev_priv, int pipe)
6b95a207 11691{
91c8a326 11692 struct drm_device *dev = &dev_priv->drm;
98187836 11693 struct intel_crtc *crtc = intel_get_crtc_for_pipe(dev_priv, pipe);
51cbaf01 11694 struct intel_flip_work *work;
6b95a207
KH
11695 unsigned long flags;
11696
5251f04e
ML
11697 /* Ignore early vblank irqs */
11698 if (!crtc)
11699 return;
f326038a
DV
11700
11701 /*
11702 * This is called both by irq handlers and the reset code (to complete
11703 * lost pageflips) so needs the full irqsave spinlocks.
e7d841ca 11704 */
6b95a207 11705 spin_lock_irqsave(&dev->event_lock, flags);
e2af48c6 11706 work = crtc->flip_work;
5251f04e 11707
5a21b665
DV
11708 if (work != NULL &&
11709 is_mmio_work(work) &&
e2af48c6
VS
11710 pageflip_finished(crtc, work))
11711 page_flip_completed(crtc);
5251f04e 11712
6b95a207
KH
11713 spin_unlock_irqrestore(&dev->event_lock, flags);
11714}
11715
5a21b665
DV
11716static inline void intel_mark_page_flip_active(struct intel_crtc *crtc,
11717 struct intel_flip_work *work)
84c33a64 11718{
5a21b665 11719 work->flip_queued_vblank = intel_crtc_get_vblank_counter(crtc);
84c33a64 11720
5a21b665
DV
11721 /* Ensure that the work item is consistent when activating it ... */
11722 smp_mb__before_atomic();
11723 atomic_set(&work->pending, 1);
11724}
a6747b73 11725
5a21b665
DV
11726static int intel_gen2_queue_flip(struct drm_device *dev,
11727 struct drm_crtc *crtc,
11728 struct drm_framebuffer *fb,
11729 struct drm_i915_gem_object *obj,
11730 struct drm_i915_gem_request *req,
11731 uint32_t flags)
11732{
7e37f889 11733 struct intel_ring *ring = req->ring;
5a21b665
DV
11734 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
11735 u32 flip_mask;
11736 int ret;
143f73b3 11737
5a21b665
DV
11738 ret = intel_ring_begin(req, 6);
11739 if (ret)
11740 return ret;
143f73b3 11741
5a21b665
DV
11742 /* Can't queue multiple flips, so wait for the previous
11743 * one to finish before executing the next.
11744 */
11745 if (intel_crtc->plane)
11746 flip_mask = MI_WAIT_FOR_PLANE_B_FLIP;
11747 else
11748 flip_mask = MI_WAIT_FOR_PLANE_A_FLIP;
b5321f30
CW
11749 intel_ring_emit(ring, MI_WAIT_FOR_EVENT | flip_mask);
11750 intel_ring_emit(ring, MI_NOOP);
11751 intel_ring_emit(ring, MI_DISPLAY_FLIP |
5a21b665 11752 MI_DISPLAY_FLIP_PLANE(intel_crtc->plane));
b5321f30
CW
11753 intel_ring_emit(ring, fb->pitches[0]);
11754 intel_ring_emit(ring, intel_crtc->flip_work->gtt_offset);
11755 intel_ring_emit(ring, 0); /* aux display base address, unused */
143f73b3 11756
5a21b665
DV
11757 return 0;
11758}
84c33a64 11759
5a21b665
DV
11760static int intel_gen3_queue_flip(struct drm_device *dev,
11761 struct drm_crtc *crtc,
11762 struct drm_framebuffer *fb,
11763 struct drm_i915_gem_object *obj,
11764 struct drm_i915_gem_request *req,
11765 uint32_t flags)
11766{
7e37f889 11767 struct intel_ring *ring = req->ring;
5a21b665
DV
11768 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
11769 u32 flip_mask;
11770 int ret;
d55dbd06 11771
5a21b665
DV
11772 ret = intel_ring_begin(req, 6);
11773 if (ret)
11774 return ret;
d55dbd06 11775
5a21b665
DV
11776 if (intel_crtc->plane)
11777 flip_mask = MI_WAIT_FOR_PLANE_B_FLIP;
11778 else
11779 flip_mask = MI_WAIT_FOR_PLANE_A_FLIP;
b5321f30
CW
11780 intel_ring_emit(ring, MI_WAIT_FOR_EVENT | flip_mask);
11781 intel_ring_emit(ring, MI_NOOP);
11782 intel_ring_emit(ring, MI_DISPLAY_FLIP_I915 |
5a21b665 11783 MI_DISPLAY_FLIP_PLANE(intel_crtc->plane));
b5321f30
CW
11784 intel_ring_emit(ring, fb->pitches[0]);
11785 intel_ring_emit(ring, intel_crtc->flip_work->gtt_offset);
11786 intel_ring_emit(ring, MI_NOOP);
fd8e058a 11787
5a21b665
DV
11788 return 0;
11789}
84c33a64 11790
5a21b665
DV
11791static int intel_gen4_queue_flip(struct drm_device *dev,
11792 struct drm_crtc *crtc,
11793 struct drm_framebuffer *fb,
11794 struct drm_i915_gem_object *obj,
11795 struct drm_i915_gem_request *req,
11796 uint32_t flags)
11797{
7e37f889 11798 struct intel_ring *ring = req->ring;
fac5e23e 11799 struct drm_i915_private *dev_priv = to_i915(dev);
5a21b665
DV
11800 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
11801 uint32_t pf, pipesrc;
11802 int ret;
143f73b3 11803
5a21b665
DV
11804 ret = intel_ring_begin(req, 4);
11805 if (ret)
11806 return ret;
143f73b3 11807
5a21b665
DV
11808 /* i965+ uses the linear or tiled offsets from the
11809 * Display Registers (which do not change across a page-flip)
11810 * so we need only reprogram the base address.
11811 */
b5321f30 11812 intel_ring_emit(ring, MI_DISPLAY_FLIP |
5a21b665 11813 MI_DISPLAY_FLIP_PLANE(intel_crtc->plane));
b5321f30
CW
11814 intel_ring_emit(ring, fb->pitches[0]);
11815 intel_ring_emit(ring, intel_crtc->flip_work->gtt_offset |
bae781b2 11816 intel_fb_modifier_to_tiling(fb->modifier));
5a21b665
DV
11817
11818 /* XXX Enabling the panel-fitter across page-flip is so far
11819 * untested on non-native modes, so ignore it for now.
11820 * pf = I915_READ(pipe == 0 ? PFA_CTL_1 : PFB_CTL_1) & PF_ENABLE;
11821 */
11822 pf = 0;
11823 pipesrc = I915_READ(PIPESRC(intel_crtc->pipe)) & 0x0fff0fff;
b5321f30 11824 intel_ring_emit(ring, pf | pipesrc);
143f73b3 11825
5a21b665 11826 return 0;
8c9f3aaf
JB
11827}
11828
5a21b665
DV
11829static int intel_gen6_queue_flip(struct drm_device *dev,
11830 struct drm_crtc *crtc,
11831 struct drm_framebuffer *fb,
11832 struct drm_i915_gem_object *obj,
11833 struct drm_i915_gem_request *req,
11834 uint32_t flags)
da20eabd 11835{
7e37f889 11836 struct intel_ring *ring = req->ring;
fac5e23e 11837 struct drm_i915_private *dev_priv = to_i915(dev);
5a21b665
DV
11838 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
11839 uint32_t pf, pipesrc;
11840 int ret;
d21fbe87 11841
5a21b665
DV
11842 ret = intel_ring_begin(req, 4);
11843 if (ret)
11844 return ret;
92826fcd 11845
b5321f30 11846 intel_ring_emit(ring, MI_DISPLAY_FLIP |
5a21b665 11847 MI_DISPLAY_FLIP_PLANE(intel_crtc->plane));
72618ebf 11848 intel_ring_emit(ring, fb->pitches[0] |
bae781b2 11849 intel_fb_modifier_to_tiling(fb->modifier));
b5321f30 11850 intel_ring_emit(ring, intel_crtc->flip_work->gtt_offset);
92826fcd 11851
5a21b665
DV
11852 /* Contrary to the suggestions in the documentation,
11853 * "Enable Panel Fitter" does not seem to be required when page
11854 * flipping with a non-native mode, and worse causes a normal
11855 * modeset to fail.
11856 * pf = I915_READ(PF_CTL(intel_crtc->pipe)) & PF_ENABLE;
11857 */
11858 pf = 0;
11859 pipesrc = I915_READ(PIPESRC(intel_crtc->pipe)) & 0x0fff0fff;
b5321f30 11860 intel_ring_emit(ring, pf | pipesrc);
7809e5ae 11861
5a21b665 11862 return 0;
7809e5ae
MR
11863}
11864
5a21b665
DV
11865static int intel_gen7_queue_flip(struct drm_device *dev,
11866 struct drm_crtc *crtc,
11867 struct drm_framebuffer *fb,
11868 struct drm_i915_gem_object *obj,
11869 struct drm_i915_gem_request *req,
11870 uint32_t flags)
d21fbe87 11871{
5db94019 11872 struct drm_i915_private *dev_priv = to_i915(dev);
7e37f889 11873 struct intel_ring *ring = req->ring;
5a21b665
DV
11874 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
11875 uint32_t plane_bit = 0;
11876 int len, ret;
d21fbe87 11877
5a21b665
DV
11878 switch (intel_crtc->plane) {
11879 case PLANE_A:
11880 plane_bit = MI_DISPLAY_FLIP_IVB_PLANE_A;
11881 break;
11882 case PLANE_B:
11883 plane_bit = MI_DISPLAY_FLIP_IVB_PLANE_B;
11884 break;
11885 case PLANE_C:
11886 plane_bit = MI_DISPLAY_FLIP_IVB_PLANE_C;
11887 break;
11888 default:
11889 WARN_ONCE(1, "unknown plane in flip command\n");
11890 return -ENODEV;
11891 }
11892
11893 len = 4;
b5321f30 11894 if (req->engine->id == RCS) {
5a21b665
DV
11895 len += 6;
11896 /*
11897 * On Gen 8, SRM is now taking an extra dword to accommodate
11898 * 48bits addresses, and we need a NOOP for the batch size to
11899 * stay even.
11900 */
5db94019 11901 if (IS_GEN8(dev_priv))
5a21b665
DV
11902 len += 2;
11903 }
11904
11905 /*
11906 * BSpec MI_DISPLAY_FLIP for IVB:
11907 * "The full packet must be contained within the same cache line."
11908 *
11909 * Currently the LRI+SRM+MI_DISPLAY_FLIP all fit within the same
11910 * cacheline, if we ever start emitting more commands before
11911 * the MI_DISPLAY_FLIP we may need to first emit everything else,
11912 * then do the cacheline alignment, and finally emit the
11913 * MI_DISPLAY_FLIP.
11914 */
11915 ret = intel_ring_cacheline_align(req);
11916 if (ret)
11917 return ret;
11918
11919 ret = intel_ring_begin(req, len);
11920 if (ret)
11921 return ret;
11922
11923 /* Unmask the flip-done completion message. Note that the bspec says that
11924 * we should do this for both the BCS and RCS, and that we must not unmask
11925 * more than one flip event at any time (or ensure that one flip message
11926 * can be sent by waiting for flip-done prior to queueing new flips).
11927 * Experimentation says that BCS works despite DERRMR masking all
11928 * flip-done completion events and that unmasking all planes at once
11929 * for the RCS also doesn't appear to drop events. Setting the DERRMR
11930 * to zero does lead to lockups within MI_DISPLAY_FLIP.
11931 */
b5321f30
CW
11932 if (req->engine->id == RCS) {
11933 intel_ring_emit(ring, MI_LOAD_REGISTER_IMM(1));
11934 intel_ring_emit_reg(ring, DERRMR);
11935 intel_ring_emit(ring, ~(DERRMR_PIPEA_PRI_FLIP_DONE |
5a21b665
DV
11936 DERRMR_PIPEB_PRI_FLIP_DONE |
11937 DERRMR_PIPEC_PRI_FLIP_DONE));
5db94019 11938 if (IS_GEN8(dev_priv))
b5321f30 11939 intel_ring_emit(ring, MI_STORE_REGISTER_MEM_GEN8 |
5a21b665
DV
11940 MI_SRM_LRM_GLOBAL_GTT);
11941 else
b5321f30 11942 intel_ring_emit(ring, MI_STORE_REGISTER_MEM |
5a21b665 11943 MI_SRM_LRM_GLOBAL_GTT);
b5321f30 11944 intel_ring_emit_reg(ring, DERRMR);
bde13ebd
CW
11945 intel_ring_emit(ring,
11946 i915_ggtt_offset(req->engine->scratch) + 256);
5db94019 11947 if (IS_GEN8(dev_priv)) {
b5321f30
CW
11948 intel_ring_emit(ring, 0);
11949 intel_ring_emit(ring, MI_NOOP);
5a21b665
DV
11950 }
11951 }
11952
b5321f30 11953 intel_ring_emit(ring, MI_DISPLAY_FLIP_I915 | plane_bit);
72618ebf 11954 intel_ring_emit(ring, fb->pitches[0] |
bae781b2 11955 intel_fb_modifier_to_tiling(fb->modifier));
b5321f30
CW
11956 intel_ring_emit(ring, intel_crtc->flip_work->gtt_offset);
11957 intel_ring_emit(ring, (MI_NOOP));
5a21b665
DV
11958
11959 return 0;
11960}
11961
11962static bool use_mmio_flip(struct intel_engine_cs *engine,
11963 struct drm_i915_gem_object *obj)
11964{
11965 /*
11966 * This is not being used for older platforms, because
11967 * non-availability of flip done interrupt forces us to use
11968 * CS flips. Older platforms derive flip done using some clever
11969 * tricks involving the flip_pending status bits and vblank irqs.
11970 * So using MMIO flips there would disrupt this mechanism.
11971 */
11972
11973 if (engine == NULL)
11974 return true;
11975
11976 if (INTEL_GEN(engine->i915) < 5)
11977 return false;
11978
11979 if (i915.use_mmio_flip < 0)
11980 return false;
11981 else if (i915.use_mmio_flip > 0)
11982 return true;
11983 else if (i915.enable_execlists)
11984 return true;
c37efb99 11985
d07f0e59 11986 return engine != i915_gem_object_last_write_engine(obj);
5a21b665
DV
11987}
11988
11989static void skl_do_mmio_flip(struct intel_crtc *intel_crtc,
11990 unsigned int rotation,
11991 struct intel_flip_work *work)
11992{
11993 struct drm_device *dev = intel_crtc->base.dev;
fac5e23e 11994 struct drm_i915_private *dev_priv = to_i915(dev);
5a21b665
DV
11995 struct drm_framebuffer *fb = intel_crtc->base.primary->fb;
11996 const enum pipe pipe = intel_crtc->pipe;
d2196774 11997 u32 ctl, stride = skl_plane_stride(fb, 0, rotation);
5a21b665
DV
11998
11999 ctl = I915_READ(PLANE_CTL(pipe, 0));
12000 ctl &= ~PLANE_CTL_TILED_MASK;
bae781b2 12001 switch (fb->modifier) {
5a21b665
DV
12002 case DRM_FORMAT_MOD_NONE:
12003 break;
12004 case I915_FORMAT_MOD_X_TILED:
12005 ctl |= PLANE_CTL_TILED_X;
12006 break;
12007 case I915_FORMAT_MOD_Y_TILED:
12008 ctl |= PLANE_CTL_TILED_Y;
12009 break;
12010 case I915_FORMAT_MOD_Yf_TILED:
12011 ctl |= PLANE_CTL_TILED_YF;
12012 break;
12013 default:
bae781b2 12014 MISSING_CASE(fb->modifier);
5a21b665
DV
12015 }
12016
5a21b665
DV
12017 /*
12018 * Both PLANE_CTL and PLANE_STRIDE are not updated on vblank but on
12019 * PLANE_SURF updates, the update is then guaranteed to be atomic.
12020 */
12021 I915_WRITE(PLANE_CTL(pipe, 0), ctl);
12022 I915_WRITE(PLANE_STRIDE(pipe, 0), stride);
12023
12024 I915_WRITE(PLANE_SURF(pipe, 0), work->gtt_offset);
12025 POSTING_READ(PLANE_SURF(pipe, 0));
12026}
12027
12028static void ilk_do_mmio_flip(struct intel_crtc *intel_crtc,
12029 struct intel_flip_work *work)
12030{
12031 struct drm_device *dev = intel_crtc->base.dev;
fac5e23e 12032 struct drm_i915_private *dev_priv = to_i915(dev);
72618ebf 12033 struct drm_framebuffer *fb = intel_crtc->base.primary->fb;
5a21b665
DV
12034 i915_reg_t reg = DSPCNTR(intel_crtc->plane);
12035 u32 dspcntr;
12036
12037 dspcntr = I915_READ(reg);
12038
bae781b2 12039 if (fb->modifier == I915_FORMAT_MOD_X_TILED)
5a21b665
DV
12040 dspcntr |= DISPPLANE_TILED;
12041 else
12042 dspcntr &= ~DISPPLANE_TILED;
12043
12044 I915_WRITE(reg, dspcntr);
12045
12046 I915_WRITE(DSPSURF(intel_crtc->plane), work->gtt_offset);
12047 POSTING_READ(DSPSURF(intel_crtc->plane));
12048}
12049
12050static void intel_mmio_flip_work_func(struct work_struct *w)
12051{
12052 struct intel_flip_work *work =
12053 container_of(w, struct intel_flip_work, mmio_work);
12054 struct intel_crtc *crtc = to_intel_crtc(work->crtc);
12055 struct drm_i915_private *dev_priv = to_i915(crtc->base.dev);
12056 struct intel_framebuffer *intel_fb =
12057 to_intel_framebuffer(crtc->base.primary->fb);
12058 struct drm_i915_gem_object *obj = intel_fb->obj;
12059
d07f0e59 12060 WARN_ON(i915_gem_object_wait(obj, 0, MAX_SCHEDULE_TIMEOUT, NULL) < 0);
5a21b665
DV
12061
12062 intel_pipe_update_start(crtc);
12063
12064 if (INTEL_GEN(dev_priv) >= 9)
12065 skl_do_mmio_flip(crtc, work->rotation, work);
12066 else
12067 /* use_mmio_flip() retricts MMIO flips to ilk+ */
12068 ilk_do_mmio_flip(crtc, work);
12069
12070 intel_pipe_update_end(crtc, work);
12071}
12072
12073static int intel_default_queue_flip(struct drm_device *dev,
12074 struct drm_crtc *crtc,
12075 struct drm_framebuffer *fb,
12076 struct drm_i915_gem_object *obj,
12077 struct drm_i915_gem_request *req,
12078 uint32_t flags)
12079{
12080 return -ENODEV;
12081}
12082
12083static bool __pageflip_stall_check_cs(struct drm_i915_private *dev_priv,
12084 struct intel_crtc *intel_crtc,
12085 struct intel_flip_work *work)
12086{
12087 u32 addr, vblank;
12088
12089 if (!atomic_read(&work->pending))
12090 return false;
12091
12092 smp_rmb();
12093
12094 vblank = intel_crtc_get_vblank_counter(intel_crtc);
12095 if (work->flip_ready_vblank == 0) {
12096 if (work->flip_queued_req &&
f69a02c9 12097 !i915_gem_request_completed(work->flip_queued_req))
5a21b665
DV
12098 return false;
12099
12100 work->flip_ready_vblank = vblank;
12101 }
12102
12103 if (vblank - work->flip_ready_vblank < 3)
12104 return false;
12105
12106 /* Potential stall - if we see that the flip has happened,
12107 * assume a missed interrupt. */
12108 if (INTEL_GEN(dev_priv) >= 4)
12109 addr = I915_HI_DISPBASE(I915_READ(DSPSURF(intel_crtc->plane)));
12110 else
12111 addr = I915_READ(DSPADDR(intel_crtc->plane));
12112
12113 /* There is a potential issue here with a false positive after a flip
12114 * to the same address. We could address this by checking for a
12115 * non-incrementing frame counter.
12116 */
12117 return addr == work->gtt_offset;
12118}
12119
12120void intel_check_page_flip(struct drm_i915_private *dev_priv, int pipe)
12121{
91c8a326 12122 struct drm_device *dev = &dev_priv->drm;
98187836 12123 struct intel_crtc *crtc = intel_get_crtc_for_pipe(dev_priv, pipe);
5a21b665
DV
12124 struct intel_flip_work *work;
12125
12126 WARN_ON(!in_interrupt());
12127
12128 if (crtc == NULL)
12129 return;
12130
12131 spin_lock(&dev->event_lock);
e2af48c6 12132 work = crtc->flip_work;
5a21b665
DV
12133
12134 if (work != NULL && !is_mmio_work(work) &&
e2af48c6 12135 __pageflip_stall_check_cs(dev_priv, crtc, work)) {
5a21b665
DV
12136 WARN_ONCE(1,
12137 "Kicking stuck page flip: queued at %d, now %d\n",
e2af48c6
VS
12138 work->flip_queued_vblank, intel_crtc_get_vblank_counter(crtc));
12139 page_flip_completed(crtc);
5a21b665
DV
12140 work = NULL;
12141 }
12142
12143 if (work != NULL && !is_mmio_work(work) &&
e2af48c6 12144 intel_crtc_get_vblank_counter(crtc) - work->flip_queued_vblank > 1)
5a21b665
DV
12145 intel_queue_rps_boost_for_request(work->flip_queued_req);
12146 spin_unlock(&dev->event_lock);
12147}
12148
4c01ded5 12149__maybe_unused
5a21b665
DV
12150static int intel_crtc_page_flip(struct drm_crtc *crtc,
12151 struct drm_framebuffer *fb,
12152 struct drm_pending_vblank_event *event,
12153 uint32_t page_flip_flags)
12154{
12155 struct drm_device *dev = crtc->dev;
fac5e23e 12156 struct drm_i915_private *dev_priv = to_i915(dev);
5a21b665
DV
12157 struct drm_framebuffer *old_fb = crtc->primary->fb;
12158 struct drm_i915_gem_object *obj = intel_fb_obj(fb);
12159 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
12160 struct drm_plane *primary = crtc->primary;
12161 enum pipe pipe = intel_crtc->pipe;
12162 struct intel_flip_work *work;
12163 struct intel_engine_cs *engine;
12164 bool mmio_flip;
8e637178 12165 struct drm_i915_gem_request *request;
058d88c4 12166 struct i915_vma *vma;
5a21b665
DV
12167 int ret;
12168
12169 /*
12170 * drm_mode_page_flip_ioctl() should already catch this, but double
12171 * check to be safe. In the future we may enable pageflipping from
12172 * a disabled primary plane.
12173 */
12174 if (WARN_ON(intel_fb_obj(old_fb) == NULL))
12175 return -EBUSY;
12176
12177 /* Can't change pixel format via MI display flips. */
dbd4d576 12178 if (fb->format != crtc->primary->fb->format)
5a21b665
DV
12179 return -EINVAL;
12180
12181 /*
12182 * TILEOFF/LINOFF registers can't be changed via MI display flips.
12183 * Note that pitch changes could also affect these register.
12184 */
6315b5d3 12185 if (INTEL_GEN(dev_priv) > 3 &&
5a21b665
DV
12186 (fb->offsets[0] != crtc->primary->fb->offsets[0] ||
12187 fb->pitches[0] != crtc->primary->fb->pitches[0]))
12188 return -EINVAL;
12189
12190 if (i915_terminally_wedged(&dev_priv->gpu_error))
12191 goto out_hang;
12192
12193 work = kzalloc(sizeof(*work), GFP_KERNEL);
12194 if (work == NULL)
12195 return -ENOMEM;
12196
12197 work->event = event;
12198 work->crtc = crtc;
12199 work->old_fb = old_fb;
12200 INIT_WORK(&work->unpin_work, intel_unpin_work_fn);
12201
12202 ret = drm_crtc_vblank_get(crtc);
12203 if (ret)
12204 goto free_work;
12205
12206 /* We borrow the event spin lock for protecting flip_work */
12207 spin_lock_irq(&dev->event_lock);
12208 if (intel_crtc->flip_work) {
12209 /* Before declaring the flip queue wedged, check if
12210 * the hardware completed the operation behind our backs.
12211 */
12212 if (pageflip_finished(intel_crtc, intel_crtc->flip_work)) {
12213 DRM_DEBUG_DRIVER("flip queue: previous flip completed, continuing\n");
12214 page_flip_completed(intel_crtc);
12215 } else {
12216 DRM_DEBUG_DRIVER("flip queue: crtc already busy\n");
12217 spin_unlock_irq(&dev->event_lock);
12218
12219 drm_crtc_vblank_put(crtc);
12220 kfree(work);
12221 return -EBUSY;
12222 }
12223 }
12224 intel_crtc->flip_work = work;
12225 spin_unlock_irq(&dev->event_lock);
12226
12227 if (atomic_read(&intel_crtc->unpin_work_count) >= 2)
12228 flush_workqueue(dev_priv->wq);
12229
12230 /* Reference the objects for the scheduled work. */
12231 drm_framebuffer_reference(work->old_fb);
5a21b665
DV
12232
12233 crtc->primary->fb = fb;
12234 update_state_fb(crtc->primary);
faf68d92 12235
25dc556a 12236 work->pending_flip_obj = i915_gem_object_get(obj);
5a21b665
DV
12237
12238 ret = i915_mutex_lock_interruptible(dev);
12239 if (ret)
12240 goto cleanup;
12241
8af29b0c
CW
12242 intel_crtc->reset_count = i915_reset_count(&dev_priv->gpu_error);
12243 if (i915_reset_in_progress_or_wedged(&dev_priv->gpu_error)) {
5a21b665 12244 ret = -EIO;
ddbb271a 12245 goto unlock;
5a21b665
DV
12246 }
12247
12248 atomic_inc(&intel_crtc->unpin_work_count);
12249
9beb5fea 12250 if (INTEL_GEN(dev_priv) >= 5 || IS_G4X(dev_priv))
5a21b665
DV
12251 work->flip_count = I915_READ(PIPE_FLIPCOUNT_G4X(pipe)) + 1;
12252
920a14b2 12253 if (IS_VALLEYVIEW(dev_priv) || IS_CHERRYVIEW(dev_priv)) {
3b3f1650 12254 engine = dev_priv->engine[BCS];
bae781b2 12255 if (fb->modifier != old_fb->modifier)
5a21b665
DV
12256 /* vlv: DISPLAY_FLIP fails to change tiling */
12257 engine = NULL;
fd6b8f43 12258 } else if (IS_IVYBRIDGE(dev_priv) || IS_HASWELL(dev_priv)) {
3b3f1650 12259 engine = dev_priv->engine[BCS];
6315b5d3 12260 } else if (INTEL_GEN(dev_priv) >= 7) {
d07f0e59 12261 engine = i915_gem_object_last_write_engine(obj);
5a21b665 12262 if (engine == NULL || engine->id != RCS)
3b3f1650 12263 engine = dev_priv->engine[BCS];
5a21b665 12264 } else {
3b3f1650 12265 engine = dev_priv->engine[RCS];
5a21b665
DV
12266 }
12267
12268 mmio_flip = use_mmio_flip(engine, obj);
12269
058d88c4
CW
12270 vma = intel_pin_and_fence_fb_obj(fb, primary->state->rotation);
12271 if (IS_ERR(vma)) {
12272 ret = PTR_ERR(vma);
5a21b665 12273 goto cleanup_pending;
058d88c4 12274 }
5a21b665 12275
be1e3415
CW
12276 work->old_vma = to_intel_plane_state(primary->state)->vma;
12277 to_intel_plane_state(primary->state)->vma = vma;
12278
12279 work->gtt_offset = i915_ggtt_offset(vma) + intel_crtc->dspaddr_offset;
5a21b665
DV
12280 work->rotation = crtc->primary->state->rotation;
12281
1f061316
PZ
12282 /*
12283 * There's the potential that the next frame will not be compatible with
12284 * FBC, so we want to call pre_update() before the actual page flip.
12285 * The problem is that pre_update() caches some information about the fb
12286 * object, so we want to do this only after the object is pinned. Let's
12287 * be on the safe side and do this immediately before scheduling the
12288 * flip.
12289 */
12290 intel_fbc_pre_update(intel_crtc, intel_crtc->config,
12291 to_intel_plane_state(primary->state));
12292
5a21b665
DV
12293 if (mmio_flip) {
12294 INIT_WORK(&work->mmio_work, intel_mmio_flip_work_func);
6277c8d0 12295 queue_work(system_unbound_wq, &work->mmio_work);
5a21b665 12296 } else {
e8a9c58f
CW
12297 request = i915_gem_request_alloc(engine,
12298 dev_priv->kernel_context);
8e637178
CW
12299 if (IS_ERR(request)) {
12300 ret = PTR_ERR(request);
12301 goto cleanup_unpin;
12302 }
12303
a2bc4695 12304 ret = i915_gem_request_await_object(request, obj, false);
8e637178
CW
12305 if (ret)
12306 goto cleanup_request;
12307
5a21b665
DV
12308 ret = dev_priv->display.queue_flip(dev, crtc, fb, obj, request,
12309 page_flip_flags);
12310 if (ret)
8e637178 12311 goto cleanup_request;
5a21b665
DV
12312
12313 intel_mark_page_flip_active(intel_crtc, work);
12314
8e637178 12315 work->flip_queued_req = i915_gem_request_get(request);
5a21b665
DV
12316 i915_add_request_no_flush(request);
12317 }
12318
92117f0b 12319 i915_gem_object_wait_priority(obj, 0, I915_PRIORITY_DISPLAY);
5a21b665
DV
12320 i915_gem_track_fb(intel_fb_obj(old_fb), obj,
12321 to_intel_plane(primary)->frontbuffer_bit);
12322 mutex_unlock(&dev->struct_mutex);
12323
5748b6a1 12324 intel_frontbuffer_flip_prepare(to_i915(dev),
5a21b665
DV
12325 to_intel_plane(primary)->frontbuffer_bit);
12326
12327 trace_i915_flip_request(intel_crtc->plane, obj);
12328
12329 return 0;
12330
8e637178
CW
12331cleanup_request:
12332 i915_add_request_no_flush(request);
5a21b665 12333cleanup_unpin:
be1e3415
CW
12334 to_intel_plane_state(primary->state)->vma = work->old_vma;
12335 intel_unpin_fb_vma(vma);
5a21b665 12336cleanup_pending:
5a21b665 12337 atomic_dec(&intel_crtc->unpin_work_count);
ddbb271a 12338unlock:
5a21b665
DV
12339 mutex_unlock(&dev->struct_mutex);
12340cleanup:
12341 crtc->primary->fb = old_fb;
12342 update_state_fb(crtc->primary);
12343
f0cd5182 12344 i915_gem_object_put(obj);
5a21b665
DV
12345 drm_framebuffer_unreference(work->old_fb);
12346
12347 spin_lock_irq(&dev->event_lock);
12348 intel_crtc->flip_work = NULL;
12349 spin_unlock_irq(&dev->event_lock);
12350
12351 drm_crtc_vblank_put(crtc);
12352free_work:
12353 kfree(work);
12354
12355 if (ret == -EIO) {
12356 struct drm_atomic_state *state;
12357 struct drm_plane_state *plane_state;
12358
12359out_hang:
12360 state = drm_atomic_state_alloc(dev);
12361 if (!state)
12362 return -ENOMEM;
12363 state->acquire_ctx = drm_modeset_legacy_acquire_ctx(crtc);
12364
12365retry:
12366 plane_state = drm_atomic_get_plane_state(state, primary);
12367 ret = PTR_ERR_OR_ZERO(plane_state);
12368 if (!ret) {
12369 drm_atomic_set_fb_for_plane(plane_state, fb);
12370
12371 ret = drm_atomic_set_crtc_for_plane(plane_state, crtc);
12372 if (!ret)
12373 ret = drm_atomic_commit(state);
12374 }
12375
12376 if (ret == -EDEADLK) {
12377 drm_modeset_backoff(state->acquire_ctx);
12378 drm_atomic_state_clear(state);
12379 goto retry;
12380 }
12381
0853695c 12382 drm_atomic_state_put(state);
5a21b665
DV
12383
12384 if (ret == 0 && event) {
12385 spin_lock_irq(&dev->event_lock);
12386 drm_crtc_send_vblank_event(crtc, event);
12387 spin_unlock_irq(&dev->event_lock);
12388 }
12389 }
12390 return ret;
12391}
12392
12393
12394/**
12395 * intel_wm_need_update - Check whether watermarks need updating
12396 * @plane: drm plane
12397 * @state: new plane state
12398 *
12399 * Check current plane state versus the new one to determine whether
12400 * watermarks need to be recalculated.
12401 *
12402 * Returns true or false.
12403 */
12404static bool intel_wm_need_update(struct drm_plane *plane,
12405 struct drm_plane_state *state)
12406{
12407 struct intel_plane_state *new = to_intel_plane_state(state);
12408 struct intel_plane_state *cur = to_intel_plane_state(plane->state);
12409
12410 /* Update watermarks on tiling or size changes. */
936e71e3 12411 if (new->base.visible != cur->base.visible)
5a21b665
DV
12412 return true;
12413
12414 if (!cur->base.fb || !new->base.fb)
12415 return false;
12416
bae781b2 12417 if (cur->base.fb->modifier != new->base.fb->modifier ||
5a21b665 12418 cur->base.rotation != new->base.rotation ||
936e71e3
VS
12419 drm_rect_width(&new->base.src) != drm_rect_width(&cur->base.src) ||
12420 drm_rect_height(&new->base.src) != drm_rect_height(&cur->base.src) ||
12421 drm_rect_width(&new->base.dst) != drm_rect_width(&cur->base.dst) ||
12422 drm_rect_height(&new->base.dst) != drm_rect_height(&cur->base.dst))
5a21b665
DV
12423 return true;
12424
12425 return false;
12426}
12427
12428static bool needs_scaling(struct intel_plane_state *state)
12429{
936e71e3
VS
12430 int src_w = drm_rect_width(&state->base.src) >> 16;
12431 int src_h = drm_rect_height(&state->base.src) >> 16;
12432 int dst_w = drm_rect_width(&state->base.dst);
12433 int dst_h = drm_rect_height(&state->base.dst);
5a21b665
DV
12434
12435 return (src_w != dst_w || src_h != dst_h);
12436}
d21fbe87 12437
da20eabd
ML
12438int intel_plane_atomic_calc_changes(struct drm_crtc_state *crtc_state,
12439 struct drm_plane_state *plane_state)
12440{
ab1d3a0e 12441 struct intel_crtc_state *pipe_config = to_intel_crtc_state(crtc_state);
da20eabd
ML
12442 struct drm_crtc *crtc = crtc_state->crtc;
12443 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
12444 struct drm_plane *plane = plane_state->plane;
12445 struct drm_device *dev = crtc->dev;
ed4a6a7c 12446 struct drm_i915_private *dev_priv = to_i915(dev);
da20eabd
ML
12447 struct intel_plane_state *old_plane_state =
12448 to_intel_plane_state(plane->state);
da20eabd
ML
12449 bool mode_changed = needs_modeset(crtc_state);
12450 bool was_crtc_enabled = crtc->state->active;
12451 bool is_crtc_enabled = crtc_state->active;
da20eabd
ML
12452 bool turn_off, turn_on, visible, was_visible;
12453 struct drm_framebuffer *fb = plane_state->fb;
78108b7c 12454 int ret;
da20eabd 12455
55b8f2a7 12456 if (INTEL_GEN(dev_priv) >= 9 && plane->type != DRM_PLANE_TYPE_CURSOR) {
da20eabd
ML
12457 ret = skl_update_scaler_plane(
12458 to_intel_crtc_state(crtc_state),
12459 to_intel_plane_state(plane_state));
12460 if (ret)
12461 return ret;
12462 }
12463
936e71e3 12464 was_visible = old_plane_state->base.visible;
1d4258db 12465 visible = plane_state->visible;
da20eabd
ML
12466
12467 if (!was_crtc_enabled && WARN_ON(was_visible))
12468 was_visible = false;
12469
35c08f43
ML
12470 /*
12471 * Visibility is calculated as if the crtc was on, but
12472 * after scaler setup everything depends on it being off
12473 * when the crtc isn't active.
f818ffea
VS
12474 *
12475 * FIXME this is wrong for watermarks. Watermarks should also
12476 * be computed as if the pipe would be active. Perhaps move
12477 * per-plane wm computation to the .check_plane() hook, and
12478 * only combine the results from all planes in the current place?
35c08f43
ML
12479 */
12480 if (!is_crtc_enabled)
1d4258db 12481 plane_state->visible = visible = false;
da20eabd
ML
12482
12483 if (!was_visible && !visible)
12484 return 0;
12485
e8861675
ML
12486 if (fb != old_plane_state->base.fb)
12487 pipe_config->fb_changed = true;
12488
da20eabd
ML
12489 turn_off = was_visible && (!visible || mode_changed);
12490 turn_on = visible && (!was_visible || mode_changed);
12491
72660ce0 12492 DRM_DEBUG_ATOMIC("[CRTC:%d:%s] has [PLANE:%d:%s] with fb %i\n",
78108b7c
VS
12493 intel_crtc->base.base.id,
12494 intel_crtc->base.name,
72660ce0
VS
12495 plane->base.id, plane->name,
12496 fb ? fb->base.id : -1);
da20eabd 12497
72660ce0
VS
12498 DRM_DEBUG_ATOMIC("[PLANE:%d:%s] visible %i -> %i, off %i, on %i, ms %i\n",
12499 plane->base.id, plane->name,
12500 was_visible, visible,
da20eabd
ML
12501 turn_off, turn_on, mode_changed);
12502
caed361d
VS
12503 if (turn_on) {
12504 pipe_config->update_wm_pre = true;
12505
12506 /* must disable cxsr around plane enable/disable */
12507 if (plane->type != DRM_PLANE_TYPE_CURSOR)
12508 pipe_config->disable_cxsr = true;
12509 } else if (turn_off) {
12510 pipe_config->update_wm_post = true;
92826fcd 12511
852eb00d 12512 /* must disable cxsr around plane enable/disable */
e8861675 12513 if (plane->type != DRM_PLANE_TYPE_CURSOR)
ab1d3a0e 12514 pipe_config->disable_cxsr = true;
852eb00d 12515 } else if (intel_wm_need_update(plane, plane_state)) {
caed361d
VS
12516 /* FIXME bollocks */
12517 pipe_config->update_wm_pre = true;
12518 pipe_config->update_wm_post = true;
852eb00d 12519 }
da20eabd 12520
ed4a6a7c 12521 /* Pre-gen9 platforms need two-step watermark updates */
caed361d 12522 if ((pipe_config->update_wm_pre || pipe_config->update_wm_post) &&
6315b5d3 12523 INTEL_GEN(dev_priv) < 9 && dev_priv->display.optimize_watermarks)
ed4a6a7c
MR
12524 to_intel_crtc_state(crtc_state)->wm.need_postvbl_update = true;
12525
8be6ca85 12526 if (visible || was_visible)
cd202f69 12527 pipe_config->fb_bits |= to_intel_plane(plane)->frontbuffer_bit;
a9ff8714 12528
31ae71fc
ML
12529 /*
12530 * WaCxSRDisabledForSpriteScaling:ivb
12531 *
12532 * cstate->update_wm was already set above, so this flag will
12533 * take effect when we commit and program watermarks.
12534 */
fd6b8f43 12535 if (plane->type == DRM_PLANE_TYPE_OVERLAY && IS_IVYBRIDGE(dev_priv) &&
31ae71fc
ML
12536 needs_scaling(to_intel_plane_state(plane_state)) &&
12537 !needs_scaling(old_plane_state))
12538 pipe_config->disable_lp_wm = true;
d21fbe87 12539
da20eabd
ML
12540 return 0;
12541}
12542
6d3a1ce7
ML
12543static bool encoders_cloneable(const struct intel_encoder *a,
12544 const struct intel_encoder *b)
12545{
12546 /* masks could be asymmetric, so check both ways */
12547 return a == b || (a->cloneable & (1 << b->type) &&
12548 b->cloneable & (1 << a->type));
12549}
12550
12551static bool check_single_encoder_cloning(struct drm_atomic_state *state,
12552 struct intel_crtc *crtc,
12553 struct intel_encoder *encoder)
12554{
12555 struct intel_encoder *source_encoder;
12556 struct drm_connector *connector;
12557 struct drm_connector_state *connector_state;
12558 int i;
12559
12560 for_each_connector_in_state(state, connector, connector_state, i) {
12561 if (connector_state->crtc != &crtc->base)
12562 continue;
12563
12564 source_encoder =
12565 to_intel_encoder(connector_state->best_encoder);
12566 if (!encoders_cloneable(encoder, source_encoder))
12567 return false;
12568 }
12569
12570 return true;
12571}
12572
6d3a1ce7
ML
12573static int intel_crtc_atomic_check(struct drm_crtc *crtc,
12574 struct drm_crtc_state *crtc_state)
12575{
cf5a15be 12576 struct drm_device *dev = crtc->dev;
fac5e23e 12577 struct drm_i915_private *dev_priv = to_i915(dev);
6d3a1ce7 12578 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
cf5a15be
ML
12579 struct intel_crtc_state *pipe_config =
12580 to_intel_crtc_state(crtc_state);
6d3a1ce7 12581 struct drm_atomic_state *state = crtc_state->state;
4d20cd86 12582 int ret;
6d3a1ce7
ML
12583 bool mode_changed = needs_modeset(crtc_state);
12584
852eb00d 12585 if (mode_changed && !crtc_state->active)
caed361d 12586 pipe_config->update_wm_post = true;
eddfcbcd 12587
ad421372
ML
12588 if (mode_changed && crtc_state->enable &&
12589 dev_priv->display.crtc_compute_clock &&
8106ddbd 12590 !WARN_ON(pipe_config->shared_dpll)) {
ad421372
ML
12591 ret = dev_priv->display.crtc_compute_clock(intel_crtc,
12592 pipe_config);
12593 if (ret)
12594 return ret;
12595 }
12596
82cf435b
LL
12597 if (crtc_state->color_mgmt_changed) {
12598 ret = intel_color_check(crtc, crtc_state);
12599 if (ret)
12600 return ret;
e7852a4b
LL
12601
12602 /*
12603 * Changing color management on Intel hardware is
12604 * handled as part of planes update.
12605 */
12606 crtc_state->planes_changed = true;
82cf435b
LL
12607 }
12608
e435d6e5 12609 ret = 0;
86c8bbbe 12610 if (dev_priv->display.compute_pipe_wm) {
e3bddded 12611 ret = dev_priv->display.compute_pipe_wm(pipe_config);
ed4a6a7c
MR
12612 if (ret) {
12613 DRM_DEBUG_KMS("Target pipe watermarks are invalid\n");
12614 return ret;
12615 }
12616 }
12617
12618 if (dev_priv->display.compute_intermediate_wm &&
12619 !to_intel_atomic_state(state)->skip_intermediate_wm) {
12620 if (WARN_ON(!dev_priv->display.compute_pipe_wm))
12621 return 0;
12622
12623 /*
12624 * Calculate 'intermediate' watermarks that satisfy both the
12625 * old state and the new state. We can program these
12626 * immediately.
12627 */
6315b5d3 12628 ret = dev_priv->display.compute_intermediate_wm(dev,
ed4a6a7c
MR
12629 intel_crtc,
12630 pipe_config);
12631 if (ret) {
12632 DRM_DEBUG_KMS("No valid intermediate pipe watermarks are possible\n");
86c8bbbe 12633 return ret;
ed4a6a7c 12634 }
e3d5457c
VS
12635 } else if (dev_priv->display.compute_intermediate_wm) {
12636 if (HAS_PCH_SPLIT(dev_priv) && INTEL_GEN(dev_priv) < 9)
12637 pipe_config->wm.ilk.intermediate = pipe_config->wm.ilk.optimal;
86c8bbbe
MR
12638 }
12639
6315b5d3 12640 if (INTEL_GEN(dev_priv) >= 9) {
e435d6e5
ML
12641 if (mode_changed)
12642 ret = skl_update_scaler_crtc(pipe_config);
12643
12644 if (!ret)
12645 ret = intel_atomic_setup_scalers(dev, intel_crtc,
12646 pipe_config);
12647 }
12648
12649 return ret;
6d3a1ce7
ML
12650}
12651
65b38e0d 12652static const struct drm_crtc_helper_funcs intel_helper_funcs = {
f6e5b160 12653 .mode_set_base_atomic = intel_pipe_set_base_atomic,
5a21b665
DV
12654 .atomic_begin = intel_begin_crtc_commit,
12655 .atomic_flush = intel_finish_crtc_commit,
6d3a1ce7 12656 .atomic_check = intel_crtc_atomic_check,
f6e5b160
CW
12657};
12658
d29b2f9d
ACO
12659static void intel_modeset_update_connector_atomic_state(struct drm_device *dev)
12660{
12661 struct intel_connector *connector;
12662
12663 for_each_intel_connector(dev, connector) {
8863dc7f
DV
12664 if (connector->base.state->crtc)
12665 drm_connector_unreference(&connector->base);
12666
d29b2f9d
ACO
12667 if (connector->base.encoder) {
12668 connector->base.state->best_encoder =
12669 connector->base.encoder;
12670 connector->base.state->crtc =
12671 connector->base.encoder->crtc;
8863dc7f
DV
12672
12673 drm_connector_reference(&connector->base);
d29b2f9d
ACO
12674 } else {
12675 connector->base.state->best_encoder = NULL;
12676 connector->base.state->crtc = NULL;
12677 }
12678 }
12679}
12680
050f7aeb 12681static void
eba905b2 12682connected_sink_compute_bpp(struct intel_connector *connector,
5cec258b 12683 struct intel_crtc_state *pipe_config)
050f7aeb 12684{
6a2a5c5d 12685 const struct drm_display_info *info = &connector->base.display_info;
050f7aeb
DV
12686 int bpp = pipe_config->pipe_bpp;
12687
12688 DRM_DEBUG_KMS("[CONNECTOR:%d:%s] checking for sink bpp constrains\n",
6a2a5c5d
VS
12689 connector->base.base.id,
12690 connector->base.name);
050f7aeb
DV
12691
12692 /* Don't use an invalid EDID bpc value */
6a2a5c5d 12693 if (info->bpc != 0 && info->bpc * 3 < bpp) {
050f7aeb 12694 DRM_DEBUG_KMS("clamping display bpp (was %d) to EDID reported max of %d\n",
6a2a5c5d
VS
12695 bpp, info->bpc * 3);
12696 pipe_config->pipe_bpp = info->bpc * 3;
050f7aeb
DV
12697 }
12698
196f954e 12699 /* Clamp bpp to 8 on screens without EDID 1.4 */
6a2a5c5d 12700 if (info->bpc == 0 && bpp > 24) {
196f954e
MK
12701 DRM_DEBUG_KMS("clamping display bpp (was %d) to default limit of 24\n",
12702 bpp);
12703 pipe_config->pipe_bpp = 24;
050f7aeb
DV
12704 }
12705}
12706
4e53c2e0 12707static int
050f7aeb 12708compute_baseline_pipe_bpp(struct intel_crtc *crtc,
5cec258b 12709 struct intel_crtc_state *pipe_config)
4e53c2e0 12710{
9beb5fea 12711 struct drm_i915_private *dev_priv = to_i915(crtc->base.dev);
1486017f 12712 struct drm_atomic_state *state;
da3ced29
ACO
12713 struct drm_connector *connector;
12714 struct drm_connector_state *connector_state;
1486017f 12715 int bpp, i;
4e53c2e0 12716
9beb5fea
TU
12717 if ((IS_G4X(dev_priv) || IS_VALLEYVIEW(dev_priv) ||
12718 IS_CHERRYVIEW(dev_priv)))
4e53c2e0 12719 bpp = 10*3;
9beb5fea 12720 else if (INTEL_GEN(dev_priv) >= 5)
d328c9d7
DV
12721 bpp = 12*3;
12722 else
12723 bpp = 8*3;
12724
4e53c2e0 12725
4e53c2e0
DV
12726 pipe_config->pipe_bpp = bpp;
12727
1486017f
ACO
12728 state = pipe_config->base.state;
12729
4e53c2e0 12730 /* Clamp display bpp to EDID value */
da3ced29
ACO
12731 for_each_connector_in_state(state, connector, connector_state, i) {
12732 if (connector_state->crtc != &crtc->base)
4e53c2e0
DV
12733 continue;
12734
da3ced29
ACO
12735 connected_sink_compute_bpp(to_intel_connector(connector),
12736 pipe_config);
4e53c2e0
DV
12737 }
12738
12739 return bpp;
12740}
12741
644db711
DV
12742static void intel_dump_crtc_timings(const struct drm_display_mode *mode)
12743{
12744 DRM_DEBUG_KMS("crtc timings: %d %d %d %d %d %d %d %d %d, "
12745 "type: 0x%x flags: 0x%x\n",
1342830c 12746 mode->crtc_clock,
644db711
DV
12747 mode->crtc_hdisplay, mode->crtc_hsync_start,
12748 mode->crtc_hsync_end, mode->crtc_htotal,
12749 mode->crtc_vdisplay, mode->crtc_vsync_start,
12750 mode->crtc_vsync_end, mode->crtc_vtotal, mode->type, mode->flags);
12751}
12752
f6982332
TU
12753static inline void
12754intel_dump_m_n_config(struct intel_crtc_state *pipe_config, char *id,
a4309657 12755 unsigned int lane_count, struct intel_link_m_n *m_n)
f6982332 12756{
a4309657
TU
12757 DRM_DEBUG_KMS("%s: lanes: %i; gmch_m: %u, gmch_n: %u, link_m: %u, link_n: %u, tu: %u\n",
12758 id, lane_count,
f6982332
TU
12759 m_n->gmch_m, m_n->gmch_n,
12760 m_n->link_m, m_n->link_n, m_n->tu);
12761}
12762
c0b03411 12763static void intel_dump_pipe_config(struct intel_crtc *crtc,
5cec258b 12764 struct intel_crtc_state *pipe_config,
c0b03411
DV
12765 const char *context)
12766{
6a60cd87 12767 struct drm_device *dev = crtc->base.dev;
4f8036a2 12768 struct drm_i915_private *dev_priv = to_i915(dev);
6a60cd87
CK
12769 struct drm_plane *plane;
12770 struct intel_plane *intel_plane;
12771 struct intel_plane_state *state;
12772 struct drm_framebuffer *fb;
12773
66766e4f
TU
12774 DRM_DEBUG_KMS("[CRTC:%d:%s]%s\n",
12775 crtc->base.base.id, crtc->base.name, context);
c0b03411 12776
2c89429e
TU
12777 DRM_DEBUG_KMS("cpu_transcoder: %s, pipe bpp: %i, dithering: %i\n",
12778 transcoder_name(pipe_config->cpu_transcoder),
c0b03411 12779 pipe_config->pipe_bpp, pipe_config->dither);
a4309657
TU
12780
12781 if (pipe_config->has_pch_encoder)
12782 intel_dump_m_n_config(pipe_config, "fdi",
12783 pipe_config->fdi_lanes,
12784 &pipe_config->fdi_m_n);
f6982332
TU
12785
12786 if (intel_crtc_has_dp_encoder(pipe_config)) {
a4309657
TU
12787 intel_dump_m_n_config(pipe_config, "dp m_n",
12788 pipe_config->lane_count, &pipe_config->dp_m_n);
d806e682
TU
12789 if (pipe_config->has_drrs)
12790 intel_dump_m_n_config(pipe_config, "dp m2_n2",
12791 pipe_config->lane_count,
12792 &pipe_config->dp_m2_n2);
f6982332 12793 }
b95af8be 12794
55072d19 12795 DRM_DEBUG_KMS("audio: %i, infoframes: %i\n",
2c89429e 12796 pipe_config->has_audio, pipe_config->has_infoframe);
55072d19 12797
c0b03411 12798 DRM_DEBUG_KMS("requested mode:\n");
2d112de7 12799 drm_mode_debug_printmodeline(&pipe_config->base.mode);
c0b03411 12800 DRM_DEBUG_KMS("adjusted mode:\n");
2d112de7
ACO
12801 drm_mode_debug_printmodeline(&pipe_config->base.adjusted_mode);
12802 intel_dump_crtc_timings(&pipe_config->base.adjusted_mode);
2c89429e
TU
12803 DRM_DEBUG_KMS("port clock: %d, pipe src size: %dx%d\n",
12804 pipe_config->port_clock,
37327abd 12805 pipe_config->pipe_src_w, pipe_config->pipe_src_h);
dd2f616d
TU
12806
12807 if (INTEL_GEN(dev_priv) >= 9)
12808 DRM_DEBUG_KMS("num_scalers: %d, scaler_users: 0x%x, scaler_id: %d\n",
12809 crtc->num_scalers,
12810 pipe_config->scaler_state.scaler_users,
12811 pipe_config->scaler_state.scaler_id);
a74f8375
TU
12812
12813 if (HAS_GMCH_DISPLAY(dev_priv))
12814 DRM_DEBUG_KMS("gmch pfit: control: 0x%08x, ratios: 0x%08x, lvds border: 0x%08x\n",
12815 pipe_config->gmch_pfit.control,
12816 pipe_config->gmch_pfit.pgm_ratios,
12817 pipe_config->gmch_pfit.lvds_border_bits);
12818 else
12819 DRM_DEBUG_KMS("pch pfit: pos: 0x%08x, size: 0x%08x, %s\n",
12820 pipe_config->pch_pfit.pos,
12821 pipe_config->pch_pfit.size,
08c4d7fc 12822 enableddisabled(pipe_config->pch_pfit.enabled));
a74f8375 12823
2c89429e
TU
12824 DRM_DEBUG_KMS("ips: %i, double wide: %i\n",
12825 pipe_config->ips_enabled, pipe_config->double_wide);
6a60cd87 12826
f50b79f0 12827 intel_dpll_dump_hw_state(dev_priv, &pipe_config->dpll_hw_state);
415ff0f6 12828
6a60cd87
CK
12829 DRM_DEBUG_KMS("planes on this crtc\n");
12830 list_for_each_entry(plane, &dev->mode_config.plane_list, head) {
b3c11ac2 12831 struct drm_format_name_buf format_name;
6a60cd87
CK
12832 intel_plane = to_intel_plane(plane);
12833 if (intel_plane->pipe != crtc->pipe)
12834 continue;
12835
12836 state = to_intel_plane_state(plane->state);
12837 fb = state->base.fb;
12838 if (!fb) {
1d577e02
VS
12839 DRM_DEBUG_KMS("[PLANE:%d:%s] disabled, scaler_id = %d\n",
12840 plane->base.id, plane->name, state->scaler_id);
6a60cd87
CK
12841 continue;
12842 }
12843
dd2f616d
TU
12844 DRM_DEBUG_KMS("[PLANE:%d:%s] FB:%d, fb = %ux%u format = %s\n",
12845 plane->base.id, plane->name,
b3c11ac2 12846 fb->base.id, fb->width, fb->height,
438b74a5 12847 drm_get_format_name(fb->format->format, &format_name));
dd2f616d
TU
12848 if (INTEL_GEN(dev_priv) >= 9)
12849 DRM_DEBUG_KMS("\tscaler:%d src %dx%d+%d+%d dst %dx%d+%d+%d\n",
12850 state->scaler_id,
12851 state->base.src.x1 >> 16,
12852 state->base.src.y1 >> 16,
12853 drm_rect_width(&state->base.src) >> 16,
12854 drm_rect_height(&state->base.src) >> 16,
12855 state->base.dst.x1, state->base.dst.y1,
12856 drm_rect_width(&state->base.dst),
12857 drm_rect_height(&state->base.dst));
6a60cd87 12858 }
c0b03411
DV
12859}
12860
5448a00d 12861static bool check_digital_port_conflicts(struct drm_atomic_state *state)
00f0b378 12862{
5448a00d 12863 struct drm_device *dev = state->dev;
da3ced29 12864 struct drm_connector *connector;
00f0b378 12865 unsigned int used_ports = 0;
477321e0 12866 unsigned int used_mst_ports = 0;
00f0b378
VS
12867
12868 /*
12869 * Walk the connector list instead of the encoder
12870 * list to detect the problem on ddi platforms
12871 * where there's just one encoder per digital port.
12872 */
0bff4858
VS
12873 drm_for_each_connector(connector, dev) {
12874 struct drm_connector_state *connector_state;
12875 struct intel_encoder *encoder;
12876
12877 connector_state = drm_atomic_get_existing_connector_state(state, connector);
12878 if (!connector_state)
12879 connector_state = connector->state;
12880
5448a00d 12881 if (!connector_state->best_encoder)
00f0b378
VS
12882 continue;
12883
5448a00d
ACO
12884 encoder = to_intel_encoder(connector_state->best_encoder);
12885
12886 WARN_ON(!connector_state->crtc);
00f0b378
VS
12887
12888 switch (encoder->type) {
12889 unsigned int port_mask;
12890 case INTEL_OUTPUT_UNKNOWN:
4f8036a2 12891 if (WARN_ON(!HAS_DDI(to_i915(dev))))
00f0b378 12892 break;
cca0502b 12893 case INTEL_OUTPUT_DP:
00f0b378
VS
12894 case INTEL_OUTPUT_HDMI:
12895 case INTEL_OUTPUT_EDP:
12896 port_mask = 1 << enc_to_dig_port(&encoder->base)->port;
12897
12898 /* the same port mustn't appear more than once */
12899 if (used_ports & port_mask)
12900 return false;
12901
12902 used_ports |= port_mask;
477321e0
VS
12903 break;
12904 case INTEL_OUTPUT_DP_MST:
12905 used_mst_ports |=
12906 1 << enc_to_mst(&encoder->base)->primary->port;
12907 break;
00f0b378
VS
12908 default:
12909 break;
12910 }
12911 }
12912
477321e0
VS
12913 /* can't mix MST and SST/HDMI on the same port */
12914 if (used_ports & used_mst_ports)
12915 return false;
12916
00f0b378
VS
12917 return true;
12918}
12919
83a57153
ACO
12920static void
12921clear_intel_crtc_state(struct intel_crtc_state *crtc_state)
12922{
12923 struct drm_crtc_state tmp_state;
663a3640 12924 struct intel_crtc_scaler_state scaler_state;
4978cc93 12925 struct intel_dpll_hw_state dpll_hw_state;
8106ddbd 12926 struct intel_shared_dpll *shared_dpll;
c4e2d043 12927 bool force_thru;
83a57153 12928
7546a384
ACO
12929 /* FIXME: before the switch to atomic started, a new pipe_config was
12930 * kzalloc'd. Code that depends on any field being zero should be
12931 * fixed, so that the crtc_state can be safely duplicated. For now,
12932 * only fields that are know to not cause problems are preserved. */
12933
83a57153 12934 tmp_state = crtc_state->base;
663a3640 12935 scaler_state = crtc_state->scaler_state;
4978cc93
ACO
12936 shared_dpll = crtc_state->shared_dpll;
12937 dpll_hw_state = crtc_state->dpll_hw_state;
c4e2d043 12938 force_thru = crtc_state->pch_pfit.force_thru;
4978cc93 12939
83a57153 12940 memset(crtc_state, 0, sizeof *crtc_state);
4978cc93 12941
83a57153 12942 crtc_state->base = tmp_state;
663a3640 12943 crtc_state->scaler_state = scaler_state;
4978cc93
ACO
12944 crtc_state->shared_dpll = shared_dpll;
12945 crtc_state->dpll_hw_state = dpll_hw_state;
c4e2d043 12946 crtc_state->pch_pfit.force_thru = force_thru;
83a57153
ACO
12947}
12948
548ee15b 12949static int
b8cecdf5 12950intel_modeset_pipe_config(struct drm_crtc *crtc,
b359283a 12951 struct intel_crtc_state *pipe_config)
ee7b9f93 12952{
b359283a 12953 struct drm_atomic_state *state = pipe_config->base.state;
7758a113 12954 struct intel_encoder *encoder;
da3ced29 12955 struct drm_connector *connector;
0b901879 12956 struct drm_connector_state *connector_state;
d328c9d7 12957 int base_bpp, ret = -EINVAL;
0b901879 12958 int i;
e29c22c0 12959 bool retry = true;
ee7b9f93 12960
83a57153 12961 clear_intel_crtc_state(pipe_config);
7758a113 12962
e143a21c
DV
12963 pipe_config->cpu_transcoder =
12964 (enum transcoder) to_intel_crtc(crtc)->pipe;
b8cecdf5 12965
2960bc9c
ID
12966 /*
12967 * Sanitize sync polarity flags based on requested ones. If neither
12968 * positive or negative polarity is requested, treat this as meaning
12969 * negative polarity.
12970 */
2d112de7 12971 if (!(pipe_config->base.adjusted_mode.flags &
2960bc9c 12972 (DRM_MODE_FLAG_PHSYNC | DRM_MODE_FLAG_NHSYNC)))
2d112de7 12973 pipe_config->base.adjusted_mode.flags |= DRM_MODE_FLAG_NHSYNC;
2960bc9c 12974
2d112de7 12975 if (!(pipe_config->base.adjusted_mode.flags &
2960bc9c 12976 (DRM_MODE_FLAG_PVSYNC | DRM_MODE_FLAG_NVSYNC)))
2d112de7 12977 pipe_config->base.adjusted_mode.flags |= DRM_MODE_FLAG_NVSYNC;
2960bc9c 12978
d328c9d7
DV
12979 base_bpp = compute_baseline_pipe_bpp(to_intel_crtc(crtc),
12980 pipe_config);
12981 if (base_bpp < 0)
4e53c2e0
DV
12982 goto fail;
12983
e41a56be
VS
12984 /*
12985 * Determine the real pipe dimensions. Note that stereo modes can
12986 * increase the actual pipe size due to the frame doubling and
12987 * insertion of additional space for blanks between the frame. This
12988 * is stored in the crtc timings. We use the requested mode to do this
12989 * computation to clearly distinguish it from the adjusted mode, which
12990 * can be changed by the connectors in the below retry loop.
12991 */
2d112de7 12992 drm_crtc_get_hv_timing(&pipe_config->base.mode,
ecb7e16b
GP
12993 &pipe_config->pipe_src_w,
12994 &pipe_config->pipe_src_h);
e41a56be 12995
253c84c8
VS
12996 for_each_connector_in_state(state, connector, connector_state, i) {
12997 if (connector_state->crtc != crtc)
12998 continue;
12999
13000 encoder = to_intel_encoder(connector_state->best_encoder);
13001
e25148d0
VS
13002 if (!check_single_encoder_cloning(state, to_intel_crtc(crtc), encoder)) {
13003 DRM_DEBUG_KMS("rejecting invalid cloning configuration\n");
13004 goto fail;
13005 }
13006
253c84c8
VS
13007 /*
13008 * Determine output_types before calling the .compute_config()
13009 * hooks so that the hooks can use this information safely.
13010 */
13011 pipe_config->output_types |= 1 << encoder->type;
13012 }
13013
e29c22c0 13014encoder_retry:
ef1b460d 13015 /* Ensure the port clock defaults are reset when retrying. */
ff9a6750 13016 pipe_config->port_clock = 0;
ef1b460d 13017 pipe_config->pixel_multiplier = 1;
ff9a6750 13018
135c81b8 13019 /* Fill in default crtc timings, allow encoders to overwrite them. */
2d112de7
ACO
13020 drm_mode_set_crtcinfo(&pipe_config->base.adjusted_mode,
13021 CRTC_STEREO_DOUBLE);
135c81b8 13022
7758a113
DV
13023 /* Pass our mode to the connectors and the CRTC to give them a chance to
13024 * adjust it according to limitations or connector properties, and also
13025 * a chance to reject the mode entirely.
47f1c6c9 13026 */
da3ced29 13027 for_each_connector_in_state(state, connector, connector_state, i) {
0b901879 13028 if (connector_state->crtc != crtc)
7758a113 13029 continue;
7ae89233 13030
0b901879
ACO
13031 encoder = to_intel_encoder(connector_state->best_encoder);
13032
0a478c27 13033 if (!(encoder->compute_config(encoder, pipe_config, connector_state))) {
efea6e8e 13034 DRM_DEBUG_KMS("Encoder config failure\n");
7758a113
DV
13035 goto fail;
13036 }
ee7b9f93 13037 }
47f1c6c9 13038
ff9a6750
DV
13039 /* Set default port clock if not overwritten by the encoder. Needs to be
13040 * done afterwards in case the encoder adjusts the mode. */
13041 if (!pipe_config->port_clock)
2d112de7 13042 pipe_config->port_clock = pipe_config->base.adjusted_mode.crtc_clock
241bfc38 13043 * pipe_config->pixel_multiplier;
ff9a6750 13044
a43f6e0f 13045 ret = intel_crtc_compute_config(to_intel_crtc(crtc), pipe_config);
e29c22c0 13046 if (ret < 0) {
7758a113
DV
13047 DRM_DEBUG_KMS("CRTC fixup failed\n");
13048 goto fail;
ee7b9f93 13049 }
e29c22c0
DV
13050
13051 if (ret == RETRY) {
13052 if (WARN(!retry, "loop in pipe configuration computation\n")) {
13053 ret = -EINVAL;
13054 goto fail;
13055 }
13056
13057 DRM_DEBUG_KMS("CRTC bw constrained, retrying\n");
13058 retry = false;
13059 goto encoder_retry;
13060 }
13061
e8fa4270
DV
13062 /* Dithering seems to not pass-through bits correctly when it should, so
13063 * only enable it on 6bpc panels. */
13064 pipe_config->dither = pipe_config->pipe_bpp == 6*3;
62f0ace5 13065 DRM_DEBUG_KMS("hw max bpp: %i, pipe bpp: %i, dithering: %i\n",
d328c9d7 13066 base_bpp, pipe_config->pipe_bpp, pipe_config->dither);
4e53c2e0 13067
7758a113 13068fail:
548ee15b 13069 return ret;
ee7b9f93 13070}
47f1c6c9 13071
ea9d758d 13072static void
4740b0f2 13073intel_modeset_update_crtc_state(struct drm_atomic_state *state)
ea9d758d 13074{
0a9ab303
ACO
13075 struct drm_crtc *crtc;
13076 struct drm_crtc_state *crtc_state;
8a75d157 13077 int i;
ea9d758d 13078
7668851f 13079 /* Double check state. */
8a75d157 13080 for_each_crtc_in_state(state, crtc, crtc_state, i) {
3cb480bc 13081 to_intel_crtc(crtc)->config = to_intel_crtc_state(crtc->state);
fc467a22
ML
13082
13083 /* Update hwmode for vblank functions */
13084 if (crtc->state->active)
13085 crtc->hwmode = crtc->state->adjusted_mode;
13086 else
13087 crtc->hwmode.crtc_clock = 0;
61067a5e
ML
13088
13089 /*
13090 * Update legacy state to satisfy fbc code. This can
13091 * be removed when fbc uses the atomic state.
13092 */
13093 if (drm_atomic_get_existing_plane_state(state, crtc->primary)) {
13094 struct drm_plane_state *plane_state = crtc->primary->state;
13095
13096 crtc->primary->fb = plane_state->fb;
13097 crtc->x = plane_state->src_x >> 16;
13098 crtc->y = plane_state->src_y >> 16;
13099 }
ea9d758d 13100 }
ea9d758d
DV
13101}
13102
3bd26263 13103static bool intel_fuzzy_clock_check(int clock1, int clock2)
f1f644dc 13104{
3bd26263 13105 int diff;
f1f644dc
JB
13106
13107 if (clock1 == clock2)
13108 return true;
13109
13110 if (!clock1 || !clock2)
13111 return false;
13112
13113 diff = abs(clock1 - clock2);
13114
13115 if (((((diff + clock1 + clock2) * 100)) / (clock1 + clock2)) < 105)
13116 return true;
13117
13118 return false;
13119}
13120
cfb23ed6
ML
13121static bool
13122intel_compare_m_n(unsigned int m, unsigned int n,
13123 unsigned int m2, unsigned int n2,
13124 bool exact)
13125{
13126 if (m == m2 && n == n2)
13127 return true;
13128
13129 if (exact || !m || !n || !m2 || !n2)
13130 return false;
13131
13132 BUILD_BUG_ON(DATA_LINK_M_N_MASK > INT_MAX);
13133
31d10b57
ML
13134 if (n > n2) {
13135 while (n > n2) {
cfb23ed6
ML
13136 m2 <<= 1;
13137 n2 <<= 1;
13138 }
31d10b57
ML
13139 } else if (n < n2) {
13140 while (n < n2) {
cfb23ed6
ML
13141 m <<= 1;
13142 n <<= 1;
13143 }
13144 }
13145
31d10b57
ML
13146 if (n != n2)
13147 return false;
13148
13149 return intel_fuzzy_clock_check(m, m2);
cfb23ed6
ML
13150}
13151
13152static bool
13153intel_compare_link_m_n(const struct intel_link_m_n *m_n,
13154 struct intel_link_m_n *m2_n2,
13155 bool adjust)
13156{
13157 if (m_n->tu == m2_n2->tu &&
13158 intel_compare_m_n(m_n->gmch_m, m_n->gmch_n,
13159 m2_n2->gmch_m, m2_n2->gmch_n, !adjust) &&
13160 intel_compare_m_n(m_n->link_m, m_n->link_n,
13161 m2_n2->link_m, m2_n2->link_n, !adjust)) {
13162 if (adjust)
13163 *m2_n2 = *m_n;
13164
13165 return true;
13166 }
13167
13168 return false;
13169}
13170
4e8048f8
TU
13171static void __printf(3, 4)
13172pipe_config_err(bool adjust, const char *name, const char *format, ...)
13173{
13174 char *level;
13175 unsigned int category;
13176 struct va_format vaf;
13177 va_list args;
13178
13179 if (adjust) {
13180 level = KERN_DEBUG;
13181 category = DRM_UT_KMS;
13182 } else {
13183 level = KERN_ERR;
13184 category = DRM_UT_NONE;
13185 }
13186
13187 va_start(args, format);
13188 vaf.fmt = format;
13189 vaf.va = &args;
13190
13191 drm_printk(level, category, "mismatch in %s %pV", name, &vaf);
13192
13193 va_end(args);
13194}
13195
0e8ffe1b 13196static bool
6315b5d3 13197intel_pipe_config_compare(struct drm_i915_private *dev_priv,
5cec258b 13198 struct intel_crtc_state *current_config,
cfb23ed6
ML
13199 struct intel_crtc_state *pipe_config,
13200 bool adjust)
0e8ffe1b 13201{
cfb23ed6
ML
13202 bool ret = true;
13203
66e985c0
DV
13204#define PIPE_CONF_CHECK_X(name) \
13205 if (current_config->name != pipe_config->name) { \
4e8048f8 13206 pipe_config_err(adjust, __stringify(name), \
66e985c0
DV
13207 "(expected 0x%08x, found 0x%08x)\n", \
13208 current_config->name, \
13209 pipe_config->name); \
cfb23ed6 13210 ret = false; \
66e985c0
DV
13211 }
13212
08a24034
DV
13213#define PIPE_CONF_CHECK_I(name) \
13214 if (current_config->name != pipe_config->name) { \
4e8048f8 13215 pipe_config_err(adjust, __stringify(name), \
08a24034
DV
13216 "(expected %i, found %i)\n", \
13217 current_config->name, \
13218 pipe_config->name); \
cfb23ed6
ML
13219 ret = false; \
13220 }
13221
8106ddbd
ACO
13222#define PIPE_CONF_CHECK_P(name) \
13223 if (current_config->name != pipe_config->name) { \
4e8048f8 13224 pipe_config_err(adjust, __stringify(name), \
8106ddbd
ACO
13225 "(expected %p, found %p)\n", \
13226 current_config->name, \
13227 pipe_config->name); \
13228 ret = false; \
13229 }
13230
cfb23ed6
ML
13231#define PIPE_CONF_CHECK_M_N(name) \
13232 if (!intel_compare_link_m_n(&current_config->name, \
13233 &pipe_config->name,\
13234 adjust)) { \
4e8048f8 13235 pipe_config_err(adjust, __stringify(name), \
cfb23ed6
ML
13236 "(expected tu %i gmch %i/%i link %i/%i, " \
13237 "found tu %i, gmch %i/%i link %i/%i)\n", \
13238 current_config->name.tu, \
13239 current_config->name.gmch_m, \
13240 current_config->name.gmch_n, \
13241 current_config->name.link_m, \
13242 current_config->name.link_n, \
13243 pipe_config->name.tu, \
13244 pipe_config->name.gmch_m, \
13245 pipe_config->name.gmch_n, \
13246 pipe_config->name.link_m, \
13247 pipe_config->name.link_n); \
13248 ret = false; \
13249 }
13250
55c561a7
DV
13251/* This is required for BDW+ where there is only one set of registers for
13252 * switching between high and low RR.
13253 * This macro can be used whenever a comparison has to be made between one
13254 * hw state and multiple sw state variables.
13255 */
cfb23ed6
ML
13256#define PIPE_CONF_CHECK_M_N_ALT(name, alt_name) \
13257 if (!intel_compare_link_m_n(&current_config->name, \
13258 &pipe_config->name, adjust) && \
13259 !intel_compare_link_m_n(&current_config->alt_name, \
13260 &pipe_config->name, adjust)) { \
4e8048f8 13261 pipe_config_err(adjust, __stringify(name), \
cfb23ed6
ML
13262 "(expected tu %i gmch %i/%i link %i/%i, " \
13263 "or tu %i gmch %i/%i link %i/%i, " \
13264 "found tu %i, gmch %i/%i link %i/%i)\n", \
13265 current_config->name.tu, \
13266 current_config->name.gmch_m, \
13267 current_config->name.gmch_n, \
13268 current_config->name.link_m, \
13269 current_config->name.link_n, \
13270 current_config->alt_name.tu, \
13271 current_config->alt_name.gmch_m, \
13272 current_config->alt_name.gmch_n, \
13273 current_config->alt_name.link_m, \
13274 current_config->alt_name.link_n, \
13275 pipe_config->name.tu, \
13276 pipe_config->name.gmch_m, \
13277 pipe_config->name.gmch_n, \
13278 pipe_config->name.link_m, \
13279 pipe_config->name.link_n); \
13280 ret = false; \
88adfff1
DV
13281 }
13282
1bd1bd80
DV
13283#define PIPE_CONF_CHECK_FLAGS(name, mask) \
13284 if ((current_config->name ^ pipe_config->name) & (mask)) { \
4e8048f8
TU
13285 pipe_config_err(adjust, __stringify(name), \
13286 "(%x) (expected %i, found %i)\n", \
13287 (mask), \
1bd1bd80
DV
13288 current_config->name & (mask), \
13289 pipe_config->name & (mask)); \
cfb23ed6 13290 ret = false; \
1bd1bd80
DV
13291 }
13292
5e550656
VS
13293#define PIPE_CONF_CHECK_CLOCK_FUZZY(name) \
13294 if (!intel_fuzzy_clock_check(current_config->name, pipe_config->name)) { \
4e8048f8 13295 pipe_config_err(adjust, __stringify(name), \
5e550656
VS
13296 "(expected %i, found %i)\n", \
13297 current_config->name, \
13298 pipe_config->name); \
cfb23ed6 13299 ret = false; \
5e550656
VS
13300 }
13301
bb760063
DV
13302#define PIPE_CONF_QUIRK(quirk) \
13303 ((current_config->quirks | pipe_config->quirks) & (quirk))
13304
eccb140b
DV
13305 PIPE_CONF_CHECK_I(cpu_transcoder);
13306
08a24034
DV
13307 PIPE_CONF_CHECK_I(has_pch_encoder);
13308 PIPE_CONF_CHECK_I(fdi_lanes);
cfb23ed6 13309 PIPE_CONF_CHECK_M_N(fdi_m_n);
08a24034 13310
90a6b7b0 13311 PIPE_CONF_CHECK_I(lane_count);
95a7a2ae 13312 PIPE_CONF_CHECK_X(lane_lat_optim_mask);
b95af8be 13313
6315b5d3 13314 if (INTEL_GEN(dev_priv) < 8) {
cfb23ed6
ML
13315 PIPE_CONF_CHECK_M_N(dp_m_n);
13316
cfb23ed6
ML
13317 if (current_config->has_drrs)
13318 PIPE_CONF_CHECK_M_N(dp_m2_n2);
13319 } else
13320 PIPE_CONF_CHECK_M_N_ALT(dp_m_n, dp_m2_n2);
eb14cb74 13321
253c84c8 13322 PIPE_CONF_CHECK_X(output_types);
a65347ba 13323
2d112de7
ACO
13324 PIPE_CONF_CHECK_I(base.adjusted_mode.crtc_hdisplay);
13325 PIPE_CONF_CHECK_I(base.adjusted_mode.crtc_htotal);
13326 PIPE_CONF_CHECK_I(base.adjusted_mode.crtc_hblank_start);
13327 PIPE_CONF_CHECK_I(base.adjusted_mode.crtc_hblank_end);
13328 PIPE_CONF_CHECK_I(base.adjusted_mode.crtc_hsync_start);
13329 PIPE_CONF_CHECK_I(base.adjusted_mode.crtc_hsync_end);
1bd1bd80 13330
2d112de7
ACO
13331 PIPE_CONF_CHECK_I(base.adjusted_mode.crtc_vdisplay);
13332 PIPE_CONF_CHECK_I(base.adjusted_mode.crtc_vtotal);
13333 PIPE_CONF_CHECK_I(base.adjusted_mode.crtc_vblank_start);
13334 PIPE_CONF_CHECK_I(base.adjusted_mode.crtc_vblank_end);
13335 PIPE_CONF_CHECK_I(base.adjusted_mode.crtc_vsync_start);
13336 PIPE_CONF_CHECK_I(base.adjusted_mode.crtc_vsync_end);
1bd1bd80 13337
c93f54cf 13338 PIPE_CONF_CHECK_I(pixel_multiplier);
6897b4b5 13339 PIPE_CONF_CHECK_I(has_hdmi_sink);
772c2a51 13340 if ((INTEL_GEN(dev_priv) < 8 && !IS_HASWELL(dev_priv)) ||
920a14b2 13341 IS_VALLEYVIEW(dev_priv) || IS_CHERRYVIEW(dev_priv))
b5a9fa09 13342 PIPE_CONF_CHECK_I(limited_color_range);
e43823ec 13343 PIPE_CONF_CHECK_I(has_infoframe);
6c49f241 13344
9ed109a7
DV
13345 PIPE_CONF_CHECK_I(has_audio);
13346
2d112de7 13347 PIPE_CONF_CHECK_FLAGS(base.adjusted_mode.flags,
1bd1bd80
DV
13348 DRM_MODE_FLAG_INTERLACE);
13349
bb760063 13350 if (!PIPE_CONF_QUIRK(PIPE_CONFIG_QUIRK_MODE_SYNC_FLAGS)) {
2d112de7 13351 PIPE_CONF_CHECK_FLAGS(base.adjusted_mode.flags,
bb760063 13352 DRM_MODE_FLAG_PHSYNC);
2d112de7 13353 PIPE_CONF_CHECK_FLAGS(base.adjusted_mode.flags,
bb760063 13354 DRM_MODE_FLAG_NHSYNC);
2d112de7 13355 PIPE_CONF_CHECK_FLAGS(base.adjusted_mode.flags,
bb760063 13356 DRM_MODE_FLAG_PVSYNC);
2d112de7 13357 PIPE_CONF_CHECK_FLAGS(base.adjusted_mode.flags,
bb760063
DV
13358 DRM_MODE_FLAG_NVSYNC);
13359 }
045ac3b5 13360
333b8ca8 13361 PIPE_CONF_CHECK_X(gmch_pfit.control);
e2ff2d4a 13362 /* pfit ratios are autocomputed by the hw on gen4+ */
6315b5d3 13363 if (INTEL_GEN(dev_priv) < 4)
7f7d8dd6 13364 PIPE_CONF_CHECK_X(gmch_pfit.pgm_ratios);
333b8ca8 13365 PIPE_CONF_CHECK_X(gmch_pfit.lvds_border_bits);
9953599b 13366
bfd16b2a
ML
13367 if (!adjust) {
13368 PIPE_CONF_CHECK_I(pipe_src_w);
13369 PIPE_CONF_CHECK_I(pipe_src_h);
13370
13371 PIPE_CONF_CHECK_I(pch_pfit.enabled);
13372 if (current_config->pch_pfit.enabled) {
13373 PIPE_CONF_CHECK_X(pch_pfit.pos);
13374 PIPE_CONF_CHECK_X(pch_pfit.size);
13375 }
2fa2fe9a 13376
7aefe2b5
ML
13377 PIPE_CONF_CHECK_I(scaler_state.scaler_id);
13378 }
a1b2278e 13379
e59150dc 13380 /* BDW+ don't expose a synchronous way to read the state */
772c2a51 13381 if (IS_HASWELL(dev_priv))
e59150dc 13382 PIPE_CONF_CHECK_I(ips_enabled);
42db64ef 13383
282740f7
VS
13384 PIPE_CONF_CHECK_I(double_wide);
13385
8106ddbd 13386 PIPE_CONF_CHECK_P(shared_dpll);
66e985c0 13387 PIPE_CONF_CHECK_X(dpll_hw_state.dpll);
8bcc2795 13388 PIPE_CONF_CHECK_X(dpll_hw_state.dpll_md);
66e985c0
DV
13389 PIPE_CONF_CHECK_X(dpll_hw_state.fp0);
13390 PIPE_CONF_CHECK_X(dpll_hw_state.fp1);
d452c5b6 13391 PIPE_CONF_CHECK_X(dpll_hw_state.wrpll);
00490c22 13392 PIPE_CONF_CHECK_X(dpll_hw_state.spll);
3f4cd19f
DL
13393 PIPE_CONF_CHECK_X(dpll_hw_state.ctrl1);
13394 PIPE_CONF_CHECK_X(dpll_hw_state.cfgcr1);
13395 PIPE_CONF_CHECK_X(dpll_hw_state.cfgcr2);
c0d43d62 13396
47eacbab
VS
13397 PIPE_CONF_CHECK_X(dsi_pll.ctrl);
13398 PIPE_CONF_CHECK_X(dsi_pll.div);
13399
9beb5fea 13400 if (IS_G4X(dev_priv) || INTEL_GEN(dev_priv) >= 5)
42571aef
VS
13401 PIPE_CONF_CHECK_I(pipe_bpp);
13402
2d112de7 13403 PIPE_CONF_CHECK_CLOCK_FUZZY(base.adjusted_mode.crtc_clock);
a9a7e98a 13404 PIPE_CONF_CHECK_CLOCK_FUZZY(port_clock);
5e550656 13405
66e985c0 13406#undef PIPE_CONF_CHECK_X
08a24034 13407#undef PIPE_CONF_CHECK_I
8106ddbd 13408#undef PIPE_CONF_CHECK_P
1bd1bd80 13409#undef PIPE_CONF_CHECK_FLAGS
5e550656 13410#undef PIPE_CONF_CHECK_CLOCK_FUZZY
bb760063 13411#undef PIPE_CONF_QUIRK
88adfff1 13412
cfb23ed6 13413 return ret;
0e8ffe1b
DV
13414}
13415
e3b247da
VS
13416static void intel_pipe_config_sanity_check(struct drm_i915_private *dev_priv,
13417 const struct intel_crtc_state *pipe_config)
13418{
13419 if (pipe_config->has_pch_encoder) {
21a727b3 13420 int fdi_dotclock = intel_dotclock_calculate(intel_fdi_link_freq(dev_priv, pipe_config),
e3b247da
VS
13421 &pipe_config->fdi_m_n);
13422 int dotclock = pipe_config->base.adjusted_mode.crtc_clock;
13423
13424 /*
13425 * FDI already provided one idea for the dotclock.
13426 * Yell if the encoder disagrees.
13427 */
13428 WARN(!intel_fuzzy_clock_check(fdi_dotclock, dotclock),
13429 "FDI dotclock and encoder dotclock mismatch, fdi: %i, encoder: %i\n",
13430 fdi_dotclock, dotclock);
13431 }
13432}
13433
c0ead703
ML
13434static void verify_wm_state(struct drm_crtc *crtc,
13435 struct drm_crtc_state *new_state)
08db6652 13436{
6315b5d3 13437 struct drm_i915_private *dev_priv = to_i915(crtc->dev);
08db6652 13438 struct skl_ddb_allocation hw_ddb, *sw_ddb;
3de8a14c 13439 struct skl_pipe_wm hw_wm, *sw_wm;
13440 struct skl_plane_wm *hw_plane_wm, *sw_plane_wm;
13441 struct skl_ddb_entry *hw_ddb_entry, *sw_ddb_entry;
e7c84544
ML
13442 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
13443 const enum pipe pipe = intel_crtc->pipe;
3de8a14c 13444 int plane, level, max_level = ilk_wm_max_level(dev_priv);
08db6652 13445
6315b5d3 13446 if (INTEL_GEN(dev_priv) < 9 || !new_state->active)
08db6652
DL
13447 return;
13448
3de8a14c 13449 skl_pipe_wm_get_hw_state(crtc, &hw_wm);
03af79e0 13450 sw_wm = &to_intel_crtc_state(new_state)->wm.skl.optimal;
3de8a14c 13451
08db6652
DL
13452 skl_ddb_get_hw_state(dev_priv, &hw_ddb);
13453 sw_ddb = &dev_priv->wm.skl_hw.ddb;
13454
e7c84544 13455 /* planes */
8b364b41 13456 for_each_universal_plane(dev_priv, pipe, plane) {
3de8a14c 13457 hw_plane_wm = &hw_wm.planes[plane];
13458 sw_plane_wm = &sw_wm->planes[plane];
08db6652 13459
3de8a14c 13460 /* Watermarks */
13461 for (level = 0; level <= max_level; level++) {
13462 if (skl_wm_level_equals(&hw_plane_wm->wm[level],
13463 &sw_plane_wm->wm[level]))
13464 continue;
13465
13466 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",
13467 pipe_name(pipe), plane + 1, level,
13468 sw_plane_wm->wm[level].plane_en,
13469 sw_plane_wm->wm[level].plane_res_b,
13470 sw_plane_wm->wm[level].plane_res_l,
13471 hw_plane_wm->wm[level].plane_en,
13472 hw_plane_wm->wm[level].plane_res_b,
13473 hw_plane_wm->wm[level].plane_res_l);
13474 }
08db6652 13475
3de8a14c 13476 if (!skl_wm_level_equals(&hw_plane_wm->trans_wm,
13477 &sw_plane_wm->trans_wm)) {
13478 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",
13479 pipe_name(pipe), plane + 1,
13480 sw_plane_wm->trans_wm.plane_en,
13481 sw_plane_wm->trans_wm.plane_res_b,
13482 sw_plane_wm->trans_wm.plane_res_l,
13483 hw_plane_wm->trans_wm.plane_en,
13484 hw_plane_wm->trans_wm.plane_res_b,
13485 hw_plane_wm->trans_wm.plane_res_l);
13486 }
13487
13488 /* DDB */
13489 hw_ddb_entry = &hw_ddb.plane[pipe][plane];
13490 sw_ddb_entry = &sw_ddb->plane[pipe][plane];
13491
13492 if (!skl_ddb_entry_equal(hw_ddb_entry, sw_ddb_entry)) {
faccd994 13493 DRM_ERROR("mismatch in DDB state pipe %c plane %d (expected (%u,%u), found (%u,%u))\n",
3de8a14c 13494 pipe_name(pipe), plane + 1,
13495 sw_ddb_entry->start, sw_ddb_entry->end,
13496 hw_ddb_entry->start, hw_ddb_entry->end);
13497 }
e7c84544 13498 }
08db6652 13499
27082493
L
13500 /*
13501 * cursor
13502 * If the cursor plane isn't active, we may not have updated it's ddb
13503 * allocation. In that case since the ddb allocation will be updated
13504 * once the plane becomes visible, we can skip this check
13505 */
13506 if (intel_crtc->cursor_addr) {
3de8a14c 13507 hw_plane_wm = &hw_wm.planes[PLANE_CURSOR];
13508 sw_plane_wm = &sw_wm->planes[PLANE_CURSOR];
13509
13510 /* Watermarks */
13511 for (level = 0; level <= max_level; level++) {
13512 if (skl_wm_level_equals(&hw_plane_wm->wm[level],
13513 &sw_plane_wm->wm[level]))
13514 continue;
13515
13516 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",
13517 pipe_name(pipe), level,
13518 sw_plane_wm->wm[level].plane_en,
13519 sw_plane_wm->wm[level].plane_res_b,
13520 sw_plane_wm->wm[level].plane_res_l,
13521 hw_plane_wm->wm[level].plane_en,
13522 hw_plane_wm->wm[level].plane_res_b,
13523 hw_plane_wm->wm[level].plane_res_l);
13524 }
13525
13526 if (!skl_wm_level_equals(&hw_plane_wm->trans_wm,
13527 &sw_plane_wm->trans_wm)) {
13528 DRM_ERROR("mismatch in trans WM pipe %c cursor (expected e=%d b=%u l=%u, got e=%d b=%u l=%u)\n",
13529 pipe_name(pipe),
13530 sw_plane_wm->trans_wm.plane_en,
13531 sw_plane_wm->trans_wm.plane_res_b,
13532 sw_plane_wm->trans_wm.plane_res_l,
13533 hw_plane_wm->trans_wm.plane_en,
13534 hw_plane_wm->trans_wm.plane_res_b,
13535 hw_plane_wm->trans_wm.plane_res_l);
13536 }
13537
13538 /* DDB */
13539 hw_ddb_entry = &hw_ddb.plane[pipe][PLANE_CURSOR];
13540 sw_ddb_entry = &sw_ddb->plane[pipe][PLANE_CURSOR];
27082493 13541
3de8a14c 13542 if (!skl_ddb_entry_equal(hw_ddb_entry, sw_ddb_entry)) {
faccd994 13543 DRM_ERROR("mismatch in DDB state pipe %c cursor (expected (%u,%u), found (%u,%u))\n",
27082493 13544 pipe_name(pipe),
3de8a14c 13545 sw_ddb_entry->start, sw_ddb_entry->end,
13546 hw_ddb_entry->start, hw_ddb_entry->end);
27082493 13547 }
08db6652
DL
13548 }
13549}
13550
91d1b4bd 13551static void
677100ce
ML
13552verify_connector_state(struct drm_device *dev,
13553 struct drm_atomic_state *state,
13554 struct drm_crtc *crtc)
8af6cf88 13555{
35dd3c64 13556 struct drm_connector *connector;
677100ce
ML
13557 struct drm_connector_state *old_conn_state;
13558 int i;
8af6cf88 13559
677100ce 13560 for_each_connector_in_state(state, connector, old_conn_state, i) {
35dd3c64
ML
13561 struct drm_encoder *encoder = connector->encoder;
13562 struct drm_connector_state *state = connector->state;
ad3c558f 13563
e7c84544
ML
13564 if (state->crtc != crtc)
13565 continue;
13566
5a21b665 13567 intel_connector_verify_state(to_intel_connector(connector));
8af6cf88 13568
ad3c558f 13569 I915_STATE_WARN(state->best_encoder != encoder,
35dd3c64 13570 "connector's atomic encoder doesn't match legacy encoder\n");
8af6cf88 13571 }
91d1b4bd
DV
13572}
13573
13574static void
c0ead703 13575verify_encoder_state(struct drm_device *dev)
91d1b4bd
DV
13576{
13577 struct intel_encoder *encoder;
13578 struct intel_connector *connector;
8af6cf88 13579
b2784e15 13580 for_each_intel_encoder(dev, encoder) {
8af6cf88 13581 bool enabled = false;
4d20cd86 13582 enum pipe pipe;
8af6cf88
DV
13583
13584 DRM_DEBUG_KMS("[ENCODER:%d:%s]\n",
13585 encoder->base.base.id,
8e329a03 13586 encoder->base.name);
8af6cf88 13587
3a3371ff 13588 for_each_intel_connector(dev, connector) {
4d20cd86 13589 if (connector->base.state->best_encoder != &encoder->base)
8af6cf88
DV
13590 continue;
13591 enabled = true;
ad3c558f
ML
13592
13593 I915_STATE_WARN(connector->base.state->crtc !=
13594 encoder->base.crtc,
13595 "connector's crtc doesn't match encoder crtc\n");
8af6cf88 13596 }
0e32b39c 13597
e2c719b7 13598 I915_STATE_WARN(!!encoder->base.crtc != enabled,
8af6cf88
DV
13599 "encoder's enabled state mismatch "
13600 "(expected %i, found %i)\n",
13601 !!encoder->base.crtc, enabled);
7c60d198
ML
13602
13603 if (!encoder->base.crtc) {
4d20cd86 13604 bool active;
7c60d198 13605
4d20cd86
ML
13606 active = encoder->get_hw_state(encoder, &pipe);
13607 I915_STATE_WARN(active,
13608 "encoder detached but still enabled on pipe %c.\n",
13609 pipe_name(pipe));
7c60d198 13610 }
8af6cf88 13611 }
91d1b4bd
DV
13612}
13613
13614static void
c0ead703
ML
13615verify_crtc_state(struct drm_crtc *crtc,
13616 struct drm_crtc_state *old_crtc_state,
13617 struct drm_crtc_state *new_crtc_state)
91d1b4bd 13618{
e7c84544 13619 struct drm_device *dev = crtc->dev;
fac5e23e 13620 struct drm_i915_private *dev_priv = to_i915(dev);
91d1b4bd 13621 struct intel_encoder *encoder;
e7c84544
ML
13622 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
13623 struct intel_crtc_state *pipe_config, *sw_config;
13624 struct drm_atomic_state *old_state;
13625 bool active;
045ac3b5 13626
e7c84544 13627 old_state = old_crtc_state->state;
ec2dc6a0 13628 __drm_atomic_helper_crtc_destroy_state(old_crtc_state);
e7c84544
ML
13629 pipe_config = to_intel_crtc_state(old_crtc_state);
13630 memset(pipe_config, 0, sizeof(*pipe_config));
13631 pipe_config->base.crtc = crtc;
13632 pipe_config->base.state = old_state;
8af6cf88 13633
78108b7c 13634 DRM_DEBUG_KMS("[CRTC:%d:%s]\n", crtc->base.id, crtc->name);
8af6cf88 13635
e7c84544 13636 active = dev_priv->display.get_pipe_config(intel_crtc, pipe_config);
d62cf62a 13637
e7c84544
ML
13638 /* hw state is inconsistent with the pipe quirk */
13639 if ((intel_crtc->pipe == PIPE_A && dev_priv->quirks & QUIRK_PIPEA_FORCE) ||
13640 (intel_crtc->pipe == PIPE_B && dev_priv->quirks & QUIRK_PIPEB_FORCE))
13641 active = new_crtc_state->active;
6c49f241 13642
e7c84544
ML
13643 I915_STATE_WARN(new_crtc_state->active != active,
13644 "crtc active state doesn't match with hw state "
13645 "(expected %i, found %i)\n", new_crtc_state->active, active);
0e8ffe1b 13646
e7c84544
ML
13647 I915_STATE_WARN(intel_crtc->active != new_crtc_state->active,
13648 "transitional active state does not match atomic hw state "
13649 "(expected %i, found %i)\n", new_crtc_state->active, intel_crtc->active);
4d20cd86 13650
e7c84544
ML
13651 for_each_encoder_on_crtc(dev, crtc, encoder) {
13652 enum pipe pipe;
4d20cd86 13653
e7c84544
ML
13654 active = encoder->get_hw_state(encoder, &pipe);
13655 I915_STATE_WARN(active != new_crtc_state->active,
13656 "[ENCODER:%i] active %i with crtc active %i\n",
13657 encoder->base.base.id, active, new_crtc_state->active);
4d20cd86 13658
e7c84544
ML
13659 I915_STATE_WARN(active && intel_crtc->pipe != pipe,
13660 "Encoder connected to wrong pipe %c\n",
13661 pipe_name(pipe));
4d20cd86 13662
253c84c8
VS
13663 if (active) {
13664 pipe_config->output_types |= 1 << encoder->type;
e7c84544 13665 encoder->get_config(encoder, pipe_config);
253c84c8 13666 }
e7c84544 13667 }
53d9f4e9 13668
e7c84544
ML
13669 if (!new_crtc_state->active)
13670 return;
cfb23ed6 13671
e7c84544 13672 intel_pipe_config_sanity_check(dev_priv, pipe_config);
e3b247da 13673
e7c84544 13674 sw_config = to_intel_crtc_state(crtc->state);
6315b5d3 13675 if (!intel_pipe_config_compare(dev_priv, sw_config,
e7c84544
ML
13676 pipe_config, false)) {
13677 I915_STATE_WARN(1, "pipe state doesn't match!\n");
13678 intel_dump_pipe_config(intel_crtc, pipe_config,
13679 "[hw state]");
13680 intel_dump_pipe_config(intel_crtc, sw_config,
13681 "[sw state]");
8af6cf88
DV
13682 }
13683}
13684
91d1b4bd 13685static void
c0ead703
ML
13686verify_single_dpll_state(struct drm_i915_private *dev_priv,
13687 struct intel_shared_dpll *pll,
13688 struct drm_crtc *crtc,
13689 struct drm_crtc_state *new_state)
91d1b4bd 13690{
91d1b4bd 13691 struct intel_dpll_hw_state dpll_hw_state;
e7c84544
ML
13692 unsigned crtc_mask;
13693 bool active;
5358901f 13694
e7c84544 13695 memset(&dpll_hw_state, 0, sizeof(dpll_hw_state));
5358901f 13696
e7c84544 13697 DRM_DEBUG_KMS("%s\n", pll->name);
5358901f 13698
e7c84544 13699 active = pll->funcs.get_hw_state(dev_priv, pll, &dpll_hw_state);
5358901f 13700
e7c84544
ML
13701 if (!(pll->flags & INTEL_DPLL_ALWAYS_ON)) {
13702 I915_STATE_WARN(!pll->on && pll->active_mask,
13703 "pll in active use but not on in sw tracking\n");
13704 I915_STATE_WARN(pll->on && !pll->active_mask,
13705 "pll is on but not used by any active crtc\n");
13706 I915_STATE_WARN(pll->on != active,
13707 "pll on state mismatch (expected %i, found %i)\n",
13708 pll->on, active);
13709 }
5358901f 13710
e7c84544 13711 if (!crtc) {
2c42e535 13712 I915_STATE_WARN(pll->active_mask & ~pll->state.crtc_mask,
e7c84544 13713 "more active pll users than references: %x vs %x\n",
2c42e535 13714 pll->active_mask, pll->state.crtc_mask);
5358901f 13715
e7c84544
ML
13716 return;
13717 }
13718
13719 crtc_mask = 1 << drm_crtc_index(crtc);
13720
13721 if (new_state->active)
13722 I915_STATE_WARN(!(pll->active_mask & crtc_mask),
13723 "pll active mismatch (expected pipe %c in active mask 0x%02x)\n",
13724 pipe_name(drm_crtc_index(crtc)), pll->active_mask);
13725 else
13726 I915_STATE_WARN(pll->active_mask & crtc_mask,
13727 "pll active mismatch (didn't expect pipe %c in active mask 0x%02x)\n",
13728 pipe_name(drm_crtc_index(crtc)), pll->active_mask);
2dd66ebd 13729
2c42e535 13730 I915_STATE_WARN(!(pll->state.crtc_mask & crtc_mask),
e7c84544 13731 "pll enabled crtcs mismatch (expected 0x%x in 0x%02x)\n",
2c42e535 13732 crtc_mask, pll->state.crtc_mask);
66e985c0 13733
2c42e535 13734 I915_STATE_WARN(pll->on && memcmp(&pll->state.hw_state,
e7c84544
ML
13735 &dpll_hw_state,
13736 sizeof(dpll_hw_state)),
13737 "pll hw state mismatch\n");
13738}
13739
13740static void
c0ead703
ML
13741verify_shared_dpll_state(struct drm_device *dev, struct drm_crtc *crtc,
13742 struct drm_crtc_state *old_crtc_state,
13743 struct drm_crtc_state *new_crtc_state)
e7c84544 13744{
fac5e23e 13745 struct drm_i915_private *dev_priv = to_i915(dev);
e7c84544
ML
13746 struct intel_crtc_state *old_state = to_intel_crtc_state(old_crtc_state);
13747 struct intel_crtc_state *new_state = to_intel_crtc_state(new_crtc_state);
13748
13749 if (new_state->shared_dpll)
c0ead703 13750 verify_single_dpll_state(dev_priv, new_state->shared_dpll, crtc, new_crtc_state);
e7c84544
ML
13751
13752 if (old_state->shared_dpll &&
13753 old_state->shared_dpll != new_state->shared_dpll) {
13754 unsigned crtc_mask = 1 << drm_crtc_index(crtc);
13755 struct intel_shared_dpll *pll = old_state->shared_dpll;
13756
13757 I915_STATE_WARN(pll->active_mask & crtc_mask,
13758 "pll active mismatch (didn't expect pipe %c in active mask)\n",
13759 pipe_name(drm_crtc_index(crtc)));
2c42e535 13760 I915_STATE_WARN(pll->state.crtc_mask & crtc_mask,
e7c84544
ML
13761 "pll enabled crtcs mismatch (found %x in enabled mask)\n",
13762 pipe_name(drm_crtc_index(crtc)));
5358901f 13763 }
8af6cf88
DV
13764}
13765
e7c84544 13766static void
c0ead703 13767intel_modeset_verify_crtc(struct drm_crtc *crtc,
677100ce
ML
13768 struct drm_atomic_state *state,
13769 struct drm_crtc_state *old_state,
13770 struct drm_crtc_state *new_state)
e7c84544 13771{
5a21b665
DV
13772 if (!needs_modeset(new_state) &&
13773 !to_intel_crtc_state(new_state)->update_pipe)
13774 return;
13775
c0ead703 13776 verify_wm_state(crtc, new_state);
677100ce 13777 verify_connector_state(crtc->dev, state, crtc);
c0ead703
ML
13778 verify_crtc_state(crtc, old_state, new_state);
13779 verify_shared_dpll_state(crtc->dev, crtc, old_state, new_state);
e7c84544
ML
13780}
13781
13782static void
c0ead703 13783verify_disabled_dpll_state(struct drm_device *dev)
e7c84544 13784{
fac5e23e 13785 struct drm_i915_private *dev_priv = to_i915(dev);
e7c84544
ML
13786 int i;
13787
13788 for (i = 0; i < dev_priv->num_shared_dpll; i++)
c0ead703 13789 verify_single_dpll_state(dev_priv, &dev_priv->shared_dplls[i], NULL, NULL);
e7c84544
ML
13790}
13791
13792static void
677100ce
ML
13793intel_modeset_verify_disabled(struct drm_device *dev,
13794 struct drm_atomic_state *state)
e7c84544 13795{
c0ead703 13796 verify_encoder_state(dev);
677100ce 13797 verify_connector_state(dev, state, NULL);
c0ead703 13798 verify_disabled_dpll_state(dev);
e7c84544
ML
13799}
13800
80715b2f
VS
13801static void update_scanline_offset(struct intel_crtc *crtc)
13802{
4f8036a2 13803 struct drm_i915_private *dev_priv = to_i915(crtc->base.dev);
80715b2f
VS
13804
13805 /*
13806 * The scanline counter increments at the leading edge of hsync.
13807 *
13808 * On most platforms it starts counting from vtotal-1 on the
13809 * first active line. That means the scanline counter value is
13810 * always one less than what we would expect. Ie. just after
13811 * start of vblank, which also occurs at start of hsync (on the
13812 * last active line), the scanline counter will read vblank_start-1.
13813 *
13814 * On gen2 the scanline counter starts counting from 1 instead
13815 * of vtotal-1, so we have to subtract one (or rather add vtotal-1
13816 * to keep the value positive), instead of adding one.
13817 *
13818 * On HSW+ the behaviour of the scanline counter depends on the output
13819 * type. For DP ports it behaves like most other platforms, but on HDMI
13820 * there's an extra 1 line difference. So we need to add two instead of
13821 * one to the value.
13822 */
4f8036a2 13823 if (IS_GEN2(dev_priv)) {
124abe07 13824 const struct drm_display_mode *adjusted_mode = &crtc->config->base.adjusted_mode;
80715b2f
VS
13825 int vtotal;
13826
124abe07
VS
13827 vtotal = adjusted_mode->crtc_vtotal;
13828 if (adjusted_mode->flags & DRM_MODE_FLAG_INTERLACE)
80715b2f
VS
13829 vtotal /= 2;
13830
13831 crtc->scanline_offset = vtotal - 1;
4f8036a2 13832 } else if (HAS_DDI(dev_priv) &&
2d84d2b3 13833 intel_crtc_has_type(crtc->config, INTEL_OUTPUT_HDMI)) {
80715b2f
VS
13834 crtc->scanline_offset = 2;
13835 } else
13836 crtc->scanline_offset = 1;
13837}
13838
ad421372 13839static void intel_modeset_clear_plls(struct drm_atomic_state *state)
ed6739ef 13840{
225da59b 13841 struct drm_device *dev = state->dev;
ed6739ef 13842 struct drm_i915_private *dev_priv = to_i915(dev);
0a9ab303
ACO
13843 struct drm_crtc *crtc;
13844 struct drm_crtc_state *crtc_state;
0a9ab303 13845 int i;
ed6739ef
ACO
13846
13847 if (!dev_priv->display.crtc_compute_clock)
ad421372 13848 return;
ed6739ef 13849
0a9ab303 13850 for_each_crtc_in_state(state, crtc, crtc_state, i) {
fb1a38a9 13851 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
8106ddbd
ACO
13852 struct intel_shared_dpll *old_dpll =
13853 to_intel_crtc_state(crtc->state)->shared_dpll;
0a9ab303 13854
fb1a38a9 13855 if (!needs_modeset(crtc_state))
225da59b
ACO
13856 continue;
13857
8106ddbd 13858 to_intel_crtc_state(crtc_state)->shared_dpll = NULL;
fb1a38a9 13859
8106ddbd 13860 if (!old_dpll)
fb1a38a9 13861 continue;
0a9ab303 13862
a1c414ee 13863 intel_release_shared_dpll(old_dpll, intel_crtc, state);
ad421372 13864 }
ed6739ef
ACO
13865}
13866
99d736a2
ML
13867/*
13868 * This implements the workaround described in the "notes" section of the mode
13869 * set sequence documentation. When going from no pipes or single pipe to
13870 * multiple pipes, and planes are enabled after the pipe, we need to wait at
13871 * least 2 vblanks on the first pipe before enabling planes on the second pipe.
13872 */
13873static int haswell_mode_set_planes_workaround(struct drm_atomic_state *state)
13874{
13875 struct drm_crtc_state *crtc_state;
13876 struct intel_crtc *intel_crtc;
13877 struct drm_crtc *crtc;
13878 struct intel_crtc_state *first_crtc_state = NULL;
13879 struct intel_crtc_state *other_crtc_state = NULL;
13880 enum pipe first_pipe = INVALID_PIPE, enabled_pipe = INVALID_PIPE;
13881 int i;
13882
13883 /* look at all crtc's that are going to be enabled in during modeset */
13884 for_each_crtc_in_state(state, crtc, crtc_state, i) {
13885 intel_crtc = to_intel_crtc(crtc);
13886
13887 if (!crtc_state->active || !needs_modeset(crtc_state))
13888 continue;
13889
13890 if (first_crtc_state) {
13891 other_crtc_state = to_intel_crtc_state(crtc_state);
13892 break;
13893 } else {
13894 first_crtc_state = to_intel_crtc_state(crtc_state);
13895 first_pipe = intel_crtc->pipe;
13896 }
13897 }
13898
13899 /* No workaround needed? */
13900 if (!first_crtc_state)
13901 return 0;
13902
13903 /* w/a possibly needed, check how many crtc's are already enabled. */
13904 for_each_intel_crtc(state->dev, intel_crtc) {
13905 struct intel_crtc_state *pipe_config;
13906
13907 pipe_config = intel_atomic_get_crtc_state(state, intel_crtc);
13908 if (IS_ERR(pipe_config))
13909 return PTR_ERR(pipe_config);
13910
13911 pipe_config->hsw_workaround_pipe = INVALID_PIPE;
13912
13913 if (!pipe_config->base.active ||
13914 needs_modeset(&pipe_config->base))
13915 continue;
13916
13917 /* 2 or more enabled crtcs means no need for w/a */
13918 if (enabled_pipe != INVALID_PIPE)
13919 return 0;
13920
13921 enabled_pipe = intel_crtc->pipe;
13922 }
13923
13924 if (enabled_pipe != INVALID_PIPE)
13925 first_crtc_state->hsw_workaround_pipe = enabled_pipe;
13926 else if (other_crtc_state)
13927 other_crtc_state->hsw_workaround_pipe = first_pipe;
13928
13929 return 0;
13930}
13931
8d96561a
VS
13932static int intel_lock_all_pipes(struct drm_atomic_state *state)
13933{
13934 struct drm_crtc *crtc;
13935
13936 /* Add all pipes to the state */
13937 for_each_crtc(state->dev, crtc) {
13938 struct drm_crtc_state *crtc_state;
13939
13940 crtc_state = drm_atomic_get_crtc_state(state, crtc);
13941 if (IS_ERR(crtc_state))
13942 return PTR_ERR(crtc_state);
13943 }
13944
13945 return 0;
13946}
13947
27c329ed
ML
13948static int intel_modeset_all_pipes(struct drm_atomic_state *state)
13949{
13950 struct drm_crtc *crtc;
27c329ed 13951
8d96561a
VS
13952 /*
13953 * Add all pipes to the state, and force
13954 * a modeset on all the active ones.
13955 */
27c329ed 13956 for_each_crtc(state->dev, crtc) {
9780aad5
VS
13957 struct drm_crtc_state *crtc_state;
13958 int ret;
13959
27c329ed
ML
13960 crtc_state = drm_atomic_get_crtc_state(state, crtc);
13961 if (IS_ERR(crtc_state))
13962 return PTR_ERR(crtc_state);
13963
13964 if (!crtc_state->active || needs_modeset(crtc_state))
13965 continue;
13966
13967 crtc_state->mode_changed = true;
13968
13969 ret = drm_atomic_add_affected_connectors(state, crtc);
13970 if (ret)
9780aad5 13971 return ret;
27c329ed
ML
13972
13973 ret = drm_atomic_add_affected_planes(state, crtc);
13974 if (ret)
9780aad5 13975 return ret;
27c329ed
ML
13976 }
13977
9780aad5 13978 return 0;
27c329ed
ML
13979}
13980
c347a676 13981static int intel_modeset_checks(struct drm_atomic_state *state)
054518dd 13982{
565602d7 13983 struct intel_atomic_state *intel_state = to_intel_atomic_state(state);
fac5e23e 13984 struct drm_i915_private *dev_priv = to_i915(state->dev);
565602d7
ML
13985 struct drm_crtc *crtc;
13986 struct drm_crtc_state *crtc_state;
13987 int ret = 0, i;
054518dd 13988
b359283a
ML
13989 if (!check_digital_port_conflicts(state)) {
13990 DRM_DEBUG_KMS("rejecting conflicting digital port configuration\n");
13991 return -EINVAL;
13992 }
13993
565602d7
ML
13994 intel_state->modeset = true;
13995 intel_state->active_crtcs = dev_priv->active_crtcs;
13996
13997 for_each_crtc_in_state(state, crtc, crtc_state, i) {
13998 if (crtc_state->active)
13999 intel_state->active_crtcs |= 1 << i;
14000 else
14001 intel_state->active_crtcs &= ~(1 << i);
8b4a7d05
MR
14002
14003 if (crtc_state->active != crtc->state->active)
14004 intel_state->active_pipe_changes |= drm_crtc_mask(crtc);
565602d7
ML
14005 }
14006
054518dd
ACO
14007 /*
14008 * See if the config requires any additional preparation, e.g.
14009 * to adjust global state with pipes off. We need to do this
14010 * here so we can get the modeset_pipe updated config for the new
14011 * mode set on this crtc. For other crtcs we need to use the
14012 * adjusted_mode bits in the crtc directly.
14013 */
27c329ed 14014 if (dev_priv->display.modeset_calc_cdclk) {
c89e39f3 14015 if (!intel_state->cdclk_pll_vco)
63911d72 14016 intel_state->cdclk_pll_vco = dev_priv->cdclk_pll.vco;
b2045352
VS
14017 if (!intel_state->cdclk_pll_vco)
14018 intel_state->cdclk_pll_vco = dev_priv->skl_preferred_vco_freq;
c89e39f3 14019
27c329ed 14020 ret = dev_priv->display.modeset_calc_cdclk(state);
c89e39f3
CT
14021 if (ret < 0)
14022 return ret;
27c329ed 14023
8d96561a
VS
14024 /*
14025 * Writes to dev_priv->atomic_cdclk_freq must protected by
14026 * holding all the crtc locks, even if we don't end up
14027 * touching the hardware
14028 */
14029 if (intel_state->cdclk != dev_priv->atomic_cdclk_freq) {
14030 ret = intel_lock_all_pipes(state);
14031 if (ret < 0)
14032 return ret;
14033 }
14034
14035 /* All pipes must be switched off while we change the cdclk. */
c89e39f3 14036 if (intel_state->dev_cdclk != dev_priv->cdclk_freq ||
8d96561a 14037 intel_state->cdclk_pll_vco != dev_priv->cdclk_pll.vco) {
27c329ed 14038 ret = intel_modeset_all_pipes(state);
8d96561a
VS
14039 if (ret < 0)
14040 return ret;
14041 }
e8788cbc
ML
14042
14043 DRM_DEBUG_KMS("New cdclk calculated to be atomic %u, actual %u\n",
14044 intel_state->cdclk, intel_state->dev_cdclk);
e0ca7a6b 14045 } else {
1a617b77 14046 to_intel_atomic_state(state)->cdclk = dev_priv->atomic_cdclk_freq;
e0ca7a6b 14047 }
054518dd 14048
ad421372 14049 intel_modeset_clear_plls(state);
054518dd 14050
565602d7 14051 if (IS_HASWELL(dev_priv))
ad421372 14052 return haswell_mode_set_planes_workaround(state);
99d736a2 14053
ad421372 14054 return 0;
c347a676
ACO
14055}
14056
aa363136
MR
14057/*
14058 * Handle calculation of various watermark data at the end of the atomic check
14059 * phase. The code here should be run after the per-crtc and per-plane 'check'
14060 * handlers to ensure that all derived state has been updated.
14061 */
55994c2c 14062static int calc_watermark_data(struct drm_atomic_state *state)
aa363136
MR
14063{
14064 struct drm_device *dev = state->dev;
98d39494 14065 struct drm_i915_private *dev_priv = to_i915(dev);
98d39494
MR
14066
14067 /* Is there platform-specific watermark information to calculate? */
14068 if (dev_priv->display.compute_global_watermarks)
55994c2c
MR
14069 return dev_priv->display.compute_global_watermarks(state);
14070
14071 return 0;
aa363136
MR
14072}
14073
74c090b1
ML
14074/**
14075 * intel_atomic_check - validate state object
14076 * @dev: drm device
14077 * @state: state to validate
14078 */
14079static int intel_atomic_check(struct drm_device *dev,
14080 struct drm_atomic_state *state)
c347a676 14081{
dd8b3bdb 14082 struct drm_i915_private *dev_priv = to_i915(dev);
aa363136 14083 struct intel_atomic_state *intel_state = to_intel_atomic_state(state);
c347a676
ACO
14084 struct drm_crtc *crtc;
14085 struct drm_crtc_state *crtc_state;
14086 int ret, i;
61333b60 14087 bool any_ms = false;
c347a676 14088
74c090b1 14089 ret = drm_atomic_helper_check_modeset(dev, state);
054518dd
ACO
14090 if (ret)
14091 return ret;
14092
c347a676 14093 for_each_crtc_in_state(state, crtc, crtc_state, i) {
cfb23ed6
ML
14094 struct intel_crtc_state *pipe_config =
14095 to_intel_crtc_state(crtc_state);
1ed51de9
DV
14096
14097 /* Catch I915_MODE_FLAG_INHERITED */
14098 if (crtc_state->mode.private_flags != crtc->state->mode.private_flags)
14099 crtc_state->mode_changed = true;
cfb23ed6 14100
af4a879e 14101 if (!needs_modeset(crtc_state))
c347a676
ACO
14102 continue;
14103
af4a879e
DV
14104 if (!crtc_state->enable) {
14105 any_ms = true;
cfb23ed6 14106 continue;
af4a879e 14107 }
cfb23ed6 14108
26495481
DV
14109 /* FIXME: For only active_changed we shouldn't need to do any
14110 * state recomputation at all. */
14111
1ed51de9
DV
14112 ret = drm_atomic_add_affected_connectors(state, crtc);
14113 if (ret)
14114 return ret;
b359283a 14115
cfb23ed6 14116 ret = intel_modeset_pipe_config(crtc, pipe_config);
25aa1c39
ML
14117 if (ret) {
14118 intel_dump_pipe_config(to_intel_crtc(crtc),
14119 pipe_config, "[failed]");
c347a676 14120 return ret;
25aa1c39 14121 }
c347a676 14122
73831236 14123 if (i915.fastboot &&
6315b5d3 14124 intel_pipe_config_compare(dev_priv,
cfb23ed6 14125 to_intel_crtc_state(crtc->state),
1ed51de9 14126 pipe_config, true)) {
26495481 14127 crtc_state->mode_changed = false;
bfd16b2a 14128 to_intel_crtc_state(crtc_state)->update_pipe = true;
26495481
DV
14129 }
14130
af4a879e 14131 if (needs_modeset(crtc_state))
26495481 14132 any_ms = true;
cfb23ed6 14133
af4a879e
DV
14134 ret = drm_atomic_add_affected_planes(state, crtc);
14135 if (ret)
14136 return ret;
61333b60 14137
26495481
DV
14138 intel_dump_pipe_config(to_intel_crtc(crtc), pipe_config,
14139 needs_modeset(crtc_state) ?
14140 "[modeset]" : "[fastset]");
c347a676
ACO
14141 }
14142
61333b60
ML
14143 if (any_ms) {
14144 ret = intel_modeset_checks(state);
14145
14146 if (ret)
14147 return ret;
e0ca7a6b
VS
14148 } else {
14149 intel_state->cdclk = dev_priv->atomic_cdclk_freq;
14150 }
76305b1a 14151
dd8b3bdb 14152 ret = drm_atomic_helper_check_planes(dev, state);
aa363136
MR
14153 if (ret)
14154 return ret;
14155
f51be2e0 14156 intel_fbc_choose_crtc(dev_priv, state);
55994c2c 14157 return calc_watermark_data(state);
054518dd
ACO
14158}
14159
5008e874 14160static int intel_atomic_prepare_commit(struct drm_device *dev,
d07f0e59 14161 struct drm_atomic_state *state)
5008e874 14162{
fac5e23e 14163 struct drm_i915_private *dev_priv = to_i915(dev);
5008e874
ML
14164 struct drm_crtc_state *crtc_state;
14165 struct drm_crtc *crtc;
14166 int i, ret;
14167
5a21b665
DV
14168 for_each_crtc_in_state(state, crtc, crtc_state, i) {
14169 if (state->legacy_cursor_update)
a6747b73
ML
14170 continue;
14171
5a21b665
DV
14172 ret = intel_crtc_wait_for_pending_flips(crtc);
14173 if (ret)
14174 return ret;
5008e874 14175
5a21b665
DV
14176 if (atomic_read(&to_intel_crtc(crtc)->unpin_work_count) >= 2)
14177 flush_workqueue(dev_priv->wq);
d55dbd06
ML
14178 }
14179
f935675f
ML
14180 ret = mutex_lock_interruptible(&dev->struct_mutex);
14181 if (ret)
14182 return ret;
14183
5008e874 14184 ret = drm_atomic_helper_prepare_planes(dev, state);
f7e5838b 14185 mutex_unlock(&dev->struct_mutex);
7580d774 14186
5008e874
ML
14187 return ret;
14188}
14189
a2991414
ML
14190u32 intel_crtc_get_vblank_counter(struct intel_crtc *crtc)
14191{
14192 struct drm_device *dev = crtc->base.dev;
14193
14194 if (!dev->max_vblank_count)
14195 return drm_accurate_vblank_count(&crtc->base);
14196
14197 return dev->driver->get_vblank_counter(dev, crtc->pipe);
14198}
14199
5a21b665
DV
14200static void intel_atomic_wait_for_vblanks(struct drm_device *dev,
14201 struct drm_i915_private *dev_priv,
14202 unsigned crtc_mask)
e8861675 14203{
5a21b665
DV
14204 unsigned last_vblank_count[I915_MAX_PIPES];
14205 enum pipe pipe;
14206 int ret;
e8861675 14207
5a21b665
DV
14208 if (!crtc_mask)
14209 return;
e8861675 14210
5a21b665 14211 for_each_pipe(dev_priv, pipe) {
98187836
VS
14212 struct intel_crtc *crtc = intel_get_crtc_for_pipe(dev_priv,
14213 pipe);
e8861675 14214
5a21b665 14215 if (!((1 << pipe) & crtc_mask))
e8861675
ML
14216 continue;
14217
e2af48c6 14218 ret = drm_crtc_vblank_get(&crtc->base);
5a21b665
DV
14219 if (WARN_ON(ret != 0)) {
14220 crtc_mask &= ~(1 << pipe);
14221 continue;
e8861675
ML
14222 }
14223
e2af48c6 14224 last_vblank_count[pipe] = drm_crtc_vblank_count(&crtc->base);
e8861675
ML
14225 }
14226
5a21b665 14227 for_each_pipe(dev_priv, pipe) {
98187836
VS
14228 struct intel_crtc *crtc = intel_get_crtc_for_pipe(dev_priv,
14229 pipe);
5a21b665 14230 long lret;
e8861675 14231
5a21b665
DV
14232 if (!((1 << pipe) & crtc_mask))
14233 continue;
d55dbd06 14234
5a21b665
DV
14235 lret = wait_event_timeout(dev->vblank[pipe].queue,
14236 last_vblank_count[pipe] !=
e2af48c6 14237 drm_crtc_vblank_count(&crtc->base),
5a21b665 14238 msecs_to_jiffies(50));
d55dbd06 14239
5a21b665 14240 WARN(!lret, "pipe %c vblank wait timed out\n", pipe_name(pipe));
d55dbd06 14241
e2af48c6 14242 drm_crtc_vblank_put(&crtc->base);
d55dbd06
ML
14243 }
14244}
14245
5a21b665 14246static bool needs_vblank_wait(struct intel_crtc_state *crtc_state)
a6747b73 14247{
5a21b665
DV
14248 /* fb updated, need to unpin old fb */
14249 if (crtc_state->fb_changed)
14250 return true;
a6747b73 14251
5a21b665
DV
14252 /* wm changes, need vblank before final wm's */
14253 if (crtc_state->update_wm_post)
14254 return true;
a6747b73 14255
5a21b665
DV
14256 /*
14257 * cxsr is re-enabled after vblank.
14258 * This is already handled by crtc_state->update_wm_post,
14259 * but added for clarity.
14260 */
14261 if (crtc_state->disable_cxsr)
14262 return true;
a6747b73 14263
5a21b665 14264 return false;
e8861675
ML
14265}
14266
896e5bb0
L
14267static void intel_update_crtc(struct drm_crtc *crtc,
14268 struct drm_atomic_state *state,
14269 struct drm_crtc_state *old_crtc_state,
14270 unsigned int *crtc_vblank_mask)
14271{
14272 struct drm_device *dev = crtc->dev;
14273 struct drm_i915_private *dev_priv = to_i915(dev);
14274 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
14275 struct intel_crtc_state *pipe_config = to_intel_crtc_state(crtc->state);
14276 bool modeset = needs_modeset(crtc->state);
14277
14278 if (modeset) {
14279 update_scanline_offset(intel_crtc);
14280 dev_priv->display.crtc_enable(pipe_config, state);
14281 } else {
14282 intel_pre_plane_update(to_intel_crtc_state(old_crtc_state));
14283 }
14284
14285 if (drm_atomic_get_existing_plane_state(state, crtc->primary)) {
14286 intel_fbc_enable(
14287 intel_crtc, pipe_config,
14288 to_intel_plane_state(crtc->primary->state));
14289 }
14290
14291 drm_atomic_helper_commit_planes_on_crtc(old_crtc_state);
14292
14293 if (needs_vblank_wait(pipe_config))
14294 *crtc_vblank_mask |= drm_crtc_mask(crtc);
14295}
14296
14297static void intel_update_crtcs(struct drm_atomic_state *state,
14298 unsigned int *crtc_vblank_mask)
14299{
14300 struct drm_crtc *crtc;
14301 struct drm_crtc_state *old_crtc_state;
14302 int i;
14303
14304 for_each_crtc_in_state(state, crtc, old_crtc_state, i) {
14305 if (!crtc->state->active)
14306 continue;
14307
14308 intel_update_crtc(crtc, state, old_crtc_state,
14309 crtc_vblank_mask);
14310 }
14311}
14312
27082493
L
14313static void skl_update_crtcs(struct drm_atomic_state *state,
14314 unsigned int *crtc_vblank_mask)
14315{
0f0f74bc 14316 struct drm_i915_private *dev_priv = to_i915(state->dev);
27082493
L
14317 struct intel_atomic_state *intel_state = to_intel_atomic_state(state);
14318 struct drm_crtc *crtc;
ce0ba283 14319 struct intel_crtc *intel_crtc;
27082493 14320 struct drm_crtc_state *old_crtc_state;
ce0ba283 14321 struct intel_crtc_state *cstate;
27082493
L
14322 unsigned int updated = 0;
14323 bool progress;
14324 enum pipe pipe;
5eff503b
ML
14325 int i;
14326
14327 const struct skl_ddb_entry *entries[I915_MAX_PIPES] = {};
14328
14329 for_each_crtc_in_state(state, crtc, old_crtc_state, i)
14330 /* ignore allocations for crtc's that have been turned off. */
14331 if (crtc->state->active)
14332 entries[i] = &to_intel_crtc_state(old_crtc_state)->wm.skl.ddb;
27082493
L
14333
14334 /*
14335 * Whenever the number of active pipes changes, we need to make sure we
14336 * update the pipes in the right order so that their ddb allocations
14337 * never overlap with eachother inbetween CRTC updates. Otherwise we'll
14338 * cause pipe underruns and other bad stuff.
14339 */
14340 do {
27082493
L
14341 progress = false;
14342
14343 for_each_crtc_in_state(state, crtc, old_crtc_state, i) {
14344 bool vbl_wait = false;
14345 unsigned int cmask = drm_crtc_mask(crtc);
ce0ba283
L
14346
14347 intel_crtc = to_intel_crtc(crtc);
14348 cstate = to_intel_crtc_state(crtc->state);
14349 pipe = intel_crtc->pipe;
27082493 14350
5eff503b 14351 if (updated & cmask || !cstate->base.active)
27082493 14352 continue;
5eff503b
ML
14353
14354 if (skl_ddb_allocation_overlaps(entries, &cstate->wm.skl.ddb, i))
27082493
L
14355 continue;
14356
14357 updated |= cmask;
5eff503b 14358 entries[i] = &cstate->wm.skl.ddb;
27082493
L
14359
14360 /*
14361 * If this is an already active pipe, it's DDB changed,
14362 * and this isn't the last pipe that needs updating
14363 * then we need to wait for a vblank to pass for the
14364 * new ddb allocation to take effect.
14365 */
ce0ba283 14366 if (!skl_ddb_entry_equal(&cstate->wm.skl.ddb,
512b5527 14367 &to_intel_crtc_state(old_crtc_state)->wm.skl.ddb) &&
27082493
L
14368 !crtc->state->active_changed &&
14369 intel_state->wm_results.dirty_pipes != updated)
14370 vbl_wait = true;
14371
14372 intel_update_crtc(crtc, state, old_crtc_state,
14373 crtc_vblank_mask);
14374
14375 if (vbl_wait)
0f0f74bc 14376 intel_wait_for_vblank(dev_priv, pipe);
27082493
L
14377
14378 progress = true;
14379 }
14380 } while (progress);
14381}
14382
94f05024 14383static void intel_atomic_commit_tail(struct drm_atomic_state *state)
a6778b3c 14384{
94f05024 14385 struct drm_device *dev = state->dev;
565602d7 14386 struct intel_atomic_state *intel_state = to_intel_atomic_state(state);
fac5e23e 14387 struct drm_i915_private *dev_priv = to_i915(dev);
29ceb0e6 14388 struct drm_crtc_state *old_crtc_state;
7580d774 14389 struct drm_crtc *crtc;
5a21b665 14390 struct intel_crtc_state *intel_cstate;
5a21b665
DV
14391 bool hw_check = intel_state->modeset;
14392 unsigned long put_domains[I915_MAX_PIPES] = {};
14393 unsigned crtc_vblank_mask = 0;
e95433c7 14394 int i;
a6778b3c 14395
ea0000f0
DV
14396 drm_atomic_helper_wait_for_dependencies(state);
14397
c3b32658 14398 if (intel_state->modeset)
5a21b665 14399 intel_display_power_get(dev_priv, POWER_DOMAIN_MODESET);
565602d7 14400
29ceb0e6 14401 for_each_crtc_in_state(state, crtc, old_crtc_state, i) {
a539205a
ML
14402 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
14403
5a21b665
DV
14404 if (needs_modeset(crtc->state) ||
14405 to_intel_crtc_state(crtc->state)->update_pipe) {
14406 hw_check = true;
14407
14408 put_domains[to_intel_crtc(crtc)->pipe] =
14409 modeset_get_crtc_power_domains(crtc,
14410 to_intel_crtc_state(crtc->state));
14411 }
14412
61333b60
ML
14413 if (!needs_modeset(crtc->state))
14414 continue;
14415
29ceb0e6 14416 intel_pre_plane_update(to_intel_crtc_state(old_crtc_state));
460da916 14417
29ceb0e6
VS
14418 if (old_crtc_state->active) {
14419 intel_crtc_disable_planes(crtc, old_crtc_state->plane_mask);
4a806558 14420 dev_priv->display.crtc_disable(to_intel_crtc_state(old_crtc_state), state);
eddfcbcd 14421 intel_crtc->active = false;
58f9c0bc 14422 intel_fbc_disable(intel_crtc);
eddfcbcd 14423 intel_disable_shared_dpll(intel_crtc);
9bbc8258
VS
14424
14425 /*
14426 * Underruns don't always raise
14427 * interrupts, so check manually.
14428 */
14429 intel_check_cpu_fifo_underruns(dev_priv);
14430 intel_check_pch_fifo_underruns(dev_priv);
b9001114 14431
e62929b3
ML
14432 if (!crtc->state->active) {
14433 /*
14434 * Make sure we don't call initial_watermarks
14435 * for ILK-style watermark updates.
14436 */
14437 if (dev_priv->display.atomic_update_watermarks)
14438 dev_priv->display.initial_watermarks(intel_state,
14439 to_intel_crtc_state(crtc->state));
14440 else
14441 intel_update_watermarks(intel_crtc);
14442 }
a539205a 14443 }
b8cecdf5 14444 }
7758a113 14445
ea9d758d
DV
14446 /* Only after disabling all output pipelines that will be changed can we
14447 * update the the output configuration. */
4740b0f2 14448 intel_modeset_update_crtc_state(state);
f6e5b160 14449
565602d7 14450 if (intel_state->modeset) {
4740b0f2 14451 drm_atomic_helper_update_legacy_modeset_state(state->dev, state);
33c8df89
ML
14452
14453 if (dev_priv->display.modeset_commit_cdclk &&
c89e39f3 14454 (intel_state->dev_cdclk != dev_priv->cdclk_freq ||
63911d72 14455 intel_state->cdclk_pll_vco != dev_priv->cdclk_pll.vco))
33c8df89 14456 dev_priv->display.modeset_commit_cdclk(state);
f6d1973d 14457
656d1b89
L
14458 /*
14459 * SKL workaround: bspec recommends we disable the SAGV when we
14460 * have more then one pipe enabled
14461 */
56feca91 14462 if (!intel_can_enable_sagv(state))
16dcdc4e 14463 intel_disable_sagv(dev_priv);
656d1b89 14464
677100ce 14465 intel_modeset_verify_disabled(dev, state);
4740b0f2 14466 }
47fab737 14467
896e5bb0 14468 /* Complete the events for pipes that have now been disabled */
29ceb0e6 14469 for_each_crtc_in_state(state, crtc, old_crtc_state, i) {
f6ac4b2a 14470 bool modeset = needs_modeset(crtc->state);
80715b2f 14471
1f7528c4
DV
14472 /* Complete events for now disable pipes here. */
14473 if (modeset && !crtc->state->active && crtc->state->event) {
14474 spin_lock_irq(&dev->event_lock);
14475 drm_crtc_send_vblank_event(crtc, crtc->state->event);
14476 spin_unlock_irq(&dev->event_lock);
14477
14478 crtc->state->event = NULL;
14479 }
177246a8
MR
14480 }
14481
896e5bb0
L
14482 /* Now enable the clocks, plane, pipe, and connectors that we set up. */
14483 dev_priv->display.update_crtcs(state, &crtc_vblank_mask);
14484
94f05024
DV
14485 /* FIXME: We should call drm_atomic_helper_commit_hw_done() here
14486 * already, but still need the state for the delayed optimization. To
14487 * fix this:
14488 * - wrap the optimization/post_plane_update stuff into a per-crtc work.
14489 * - schedule that vblank worker _before_ calling hw_done
14490 * - at the start of commit_tail, cancel it _synchrously
14491 * - switch over to the vblank wait helper in the core after that since
14492 * we don't need out special handling any more.
14493 */
5a21b665
DV
14494 if (!state->legacy_cursor_update)
14495 intel_atomic_wait_for_vblanks(dev, dev_priv, crtc_vblank_mask);
14496
14497 /*
14498 * Now that the vblank has passed, we can go ahead and program the
14499 * optimal watermarks on platforms that need two-step watermark
14500 * programming.
14501 *
14502 * TODO: Move this (and other cleanup) to an async worker eventually.
14503 */
14504 for_each_crtc_in_state(state, crtc, old_crtc_state, i) {
14505 intel_cstate = to_intel_crtc_state(crtc->state);
14506
14507 if (dev_priv->display.optimize_watermarks)
ccf010fb
ML
14508 dev_priv->display.optimize_watermarks(intel_state,
14509 intel_cstate);
5a21b665
DV
14510 }
14511
14512 for_each_crtc_in_state(state, crtc, old_crtc_state, i) {
14513 intel_post_plane_update(to_intel_crtc_state(old_crtc_state));
14514
14515 if (put_domains[i])
14516 modeset_put_power_domains(dev_priv, put_domains[i]);
14517
677100ce 14518 intel_modeset_verify_crtc(crtc, state, old_crtc_state, crtc->state);
5a21b665
DV
14519 }
14520
56feca91 14521 if (intel_state->modeset && intel_can_enable_sagv(state))
16dcdc4e 14522 intel_enable_sagv(dev_priv);
656d1b89 14523
94f05024
DV
14524 drm_atomic_helper_commit_hw_done(state);
14525
5a21b665
DV
14526 if (intel_state->modeset)
14527 intel_display_power_put(dev_priv, POWER_DOMAIN_MODESET);
14528
14529 mutex_lock(&dev->struct_mutex);
14530 drm_atomic_helper_cleanup_planes(dev, state);
14531 mutex_unlock(&dev->struct_mutex);
14532
ea0000f0
DV
14533 drm_atomic_helper_commit_cleanup_done(state);
14534
0853695c 14535 drm_atomic_state_put(state);
f30da187 14536
75714940
MK
14537 /* As one of the primary mmio accessors, KMS has a high likelihood
14538 * of triggering bugs in unclaimed access. After we finish
14539 * modesetting, see if an error has been flagged, and if so
14540 * enable debugging for the next modeset - and hope we catch
14541 * the culprit.
14542 *
14543 * XXX note that we assume display power is on at this point.
14544 * This might hold true now but we need to add pm helper to check
14545 * unclaimed only when the hardware is on, as atomic commits
14546 * can happen also when the device is completely off.
14547 */
14548 intel_uncore_arm_unclaimed_mmio_detection(dev_priv);
94f05024
DV
14549}
14550
14551static void intel_atomic_commit_work(struct work_struct *work)
14552{
c004a90b
CW
14553 struct drm_atomic_state *state =
14554 container_of(work, struct drm_atomic_state, commit_work);
14555
94f05024
DV
14556 intel_atomic_commit_tail(state);
14557}
14558
c004a90b
CW
14559static int __i915_sw_fence_call
14560intel_atomic_commit_ready(struct i915_sw_fence *fence,
14561 enum i915_sw_fence_notify notify)
14562{
14563 struct intel_atomic_state *state =
14564 container_of(fence, struct intel_atomic_state, commit_ready);
14565
14566 switch (notify) {
14567 case FENCE_COMPLETE:
14568 if (state->base.commit_work.func)
14569 queue_work(system_unbound_wq, &state->base.commit_work);
14570 break;
14571
14572 case FENCE_FREE:
eb955eee
CW
14573 {
14574 struct intel_atomic_helper *helper =
14575 &to_i915(state->base.dev)->atomic_helper;
14576
14577 if (llist_add(&state->freed, &helper->free_list))
14578 schedule_work(&helper->free_work);
14579 break;
14580 }
c004a90b
CW
14581 }
14582
14583 return NOTIFY_DONE;
14584}
14585
6c9c1b38
DV
14586static void intel_atomic_track_fbs(struct drm_atomic_state *state)
14587{
14588 struct drm_plane_state *old_plane_state;
14589 struct drm_plane *plane;
6c9c1b38
DV
14590 int i;
14591
faf5bf0a
CW
14592 for_each_plane_in_state(state, plane, old_plane_state, i)
14593 i915_gem_track_fb(intel_fb_obj(old_plane_state->fb),
14594 intel_fb_obj(plane->state->fb),
14595 to_intel_plane(plane)->frontbuffer_bit);
6c9c1b38
DV
14596}
14597
94f05024
DV
14598/**
14599 * intel_atomic_commit - commit validated state object
14600 * @dev: DRM device
14601 * @state: the top-level driver state object
14602 * @nonblock: nonblocking commit
14603 *
14604 * This function commits a top-level state object that has been validated
14605 * with drm_atomic_helper_check().
14606 *
94f05024
DV
14607 * RETURNS
14608 * Zero for success or -errno.
14609 */
14610static int intel_atomic_commit(struct drm_device *dev,
14611 struct drm_atomic_state *state,
14612 bool nonblock)
14613{
14614 struct intel_atomic_state *intel_state = to_intel_atomic_state(state);
fac5e23e 14615 struct drm_i915_private *dev_priv = to_i915(dev);
94f05024
DV
14616 int ret = 0;
14617
94f05024
DV
14618 ret = drm_atomic_helper_setup_commit(state, nonblock);
14619 if (ret)
14620 return ret;
14621
c004a90b
CW
14622 drm_atomic_state_get(state);
14623 i915_sw_fence_init(&intel_state->commit_ready,
14624 intel_atomic_commit_ready);
94f05024 14625
d07f0e59 14626 ret = intel_atomic_prepare_commit(dev, state);
94f05024
DV
14627 if (ret) {
14628 DRM_DEBUG_ATOMIC("Preparing state failed with %i\n", ret);
c004a90b 14629 i915_sw_fence_commit(&intel_state->commit_ready);
94f05024
DV
14630 return ret;
14631 }
14632
14633 drm_atomic_helper_swap_state(state, true);
14634 dev_priv->wm.distrust_bios_wm = false;
3c0fb588 14635 intel_shared_dpll_swap_state(state);
6c9c1b38 14636 intel_atomic_track_fbs(state);
94f05024 14637
c3b32658
ML
14638 if (intel_state->modeset) {
14639 memcpy(dev_priv->min_pixclk, intel_state->min_pixclk,
14640 sizeof(intel_state->min_pixclk));
14641 dev_priv->active_crtcs = intel_state->active_crtcs;
14642 dev_priv->atomic_cdclk_freq = intel_state->cdclk;
14643 }
14644
0853695c 14645 drm_atomic_state_get(state);
c004a90b
CW
14646 INIT_WORK(&state->commit_work,
14647 nonblock ? intel_atomic_commit_work : NULL);
14648
14649 i915_sw_fence_commit(&intel_state->commit_ready);
14650 if (!nonblock) {
14651 i915_sw_fence_wait(&intel_state->commit_ready);
94f05024 14652 intel_atomic_commit_tail(state);
c004a90b 14653 }
75714940 14654
74c090b1 14655 return 0;
7f27126e
JB
14656}
14657
c0c36b94
CW
14658void intel_crtc_restore_mode(struct drm_crtc *crtc)
14659{
83a57153
ACO
14660 struct drm_device *dev = crtc->dev;
14661 struct drm_atomic_state *state;
e694eb02 14662 struct drm_crtc_state *crtc_state;
2bfb4627 14663 int ret;
83a57153
ACO
14664
14665 state = drm_atomic_state_alloc(dev);
14666 if (!state) {
78108b7c
VS
14667 DRM_DEBUG_KMS("[CRTC:%d:%s] crtc restore failed, out of memory",
14668 crtc->base.id, crtc->name);
83a57153
ACO
14669 return;
14670 }
14671
e694eb02 14672 state->acquire_ctx = drm_modeset_legacy_acquire_ctx(crtc);
83a57153 14673
e694eb02
ML
14674retry:
14675 crtc_state = drm_atomic_get_crtc_state(state, crtc);
14676 ret = PTR_ERR_OR_ZERO(crtc_state);
14677 if (!ret) {
14678 if (!crtc_state->active)
14679 goto out;
83a57153 14680
e694eb02 14681 crtc_state->mode_changed = true;
74c090b1 14682 ret = drm_atomic_commit(state);
83a57153
ACO
14683 }
14684
e694eb02
ML
14685 if (ret == -EDEADLK) {
14686 drm_atomic_state_clear(state);
14687 drm_modeset_backoff(state->acquire_ctx);
14688 goto retry;
4ed9fb37 14689 }
4be07317 14690
e694eb02 14691out:
0853695c 14692 drm_atomic_state_put(state);
c0c36b94
CW
14693}
14694
a8784875
BP
14695/*
14696 * FIXME: Remove this once i915 is fully DRIVER_ATOMIC by calling
14697 * drm_atomic_helper_legacy_gamma_set() directly.
14698 */
14699static int intel_atomic_legacy_gamma_set(struct drm_crtc *crtc,
14700 u16 *red, u16 *green, u16 *blue,
14701 uint32_t size)
14702{
14703 struct drm_device *dev = crtc->dev;
14704 struct drm_mode_config *config = &dev->mode_config;
14705 struct drm_crtc_state *state;
14706 int ret;
14707
14708 ret = drm_atomic_helper_legacy_gamma_set(crtc, red, green, blue, size);
14709 if (ret)
14710 return ret;
14711
14712 /*
14713 * Make sure we update the legacy properties so this works when
14714 * atomic is not enabled.
14715 */
14716
14717 state = crtc->state;
14718
14719 drm_object_property_set_value(&crtc->base,
14720 config->degamma_lut_property,
14721 (state->degamma_lut) ?
14722 state->degamma_lut->base.id : 0);
14723
14724 drm_object_property_set_value(&crtc->base,
14725 config->ctm_property,
14726 (state->ctm) ?
14727 state->ctm->base.id : 0);
14728
14729 drm_object_property_set_value(&crtc->base,
14730 config->gamma_lut_property,
14731 (state->gamma_lut) ?
14732 state->gamma_lut->base.id : 0);
14733
14734 return 0;
14735}
14736
f6e5b160 14737static const struct drm_crtc_funcs intel_crtc_funcs = {
a8784875 14738 .gamma_set = intel_atomic_legacy_gamma_set,
74c090b1 14739 .set_config = drm_atomic_helper_set_config,
82cf435b 14740 .set_property = drm_atomic_helper_crtc_set_property,
f6e5b160 14741 .destroy = intel_crtc_destroy,
4c01ded5 14742 .page_flip = drm_atomic_helper_page_flip,
1356837e
MR
14743 .atomic_duplicate_state = intel_crtc_duplicate_state,
14744 .atomic_destroy_state = intel_crtc_destroy_state,
8c6b709d 14745 .set_crc_source = intel_crtc_set_crc_source,
f6e5b160
CW
14746};
14747
6beb8c23
MR
14748/**
14749 * intel_prepare_plane_fb - Prepare fb for usage on plane
14750 * @plane: drm plane to prepare for
14751 * @fb: framebuffer to prepare for presentation
14752 *
14753 * Prepares a framebuffer for usage on a display plane. Generally this
14754 * involves pinning the underlying object and updating the frontbuffer tracking
14755 * bits. Some older platforms need special physical address handling for
14756 * cursor planes.
14757 *
f935675f
ML
14758 * Must be called with struct_mutex held.
14759 *
6beb8c23
MR
14760 * Returns 0 on success, negative error code on failure.
14761 */
14762int
14763intel_prepare_plane_fb(struct drm_plane *plane,
1832040d 14764 struct drm_plane_state *new_state)
465c120c 14765{
c004a90b
CW
14766 struct intel_atomic_state *intel_state =
14767 to_intel_atomic_state(new_state->state);
b7f05d4a 14768 struct drm_i915_private *dev_priv = to_i915(plane->dev);
844f9111 14769 struct drm_framebuffer *fb = new_state->fb;
6beb8c23 14770 struct drm_i915_gem_object *obj = intel_fb_obj(fb);
1ee49399 14771 struct drm_i915_gem_object *old_obj = intel_fb_obj(plane->state->fb);
c004a90b 14772 int ret;
465c120c 14773
1ee49399 14774 if (!obj && !old_obj)
465c120c
MR
14775 return 0;
14776
5008e874
ML
14777 if (old_obj) {
14778 struct drm_crtc_state *crtc_state =
c004a90b
CW
14779 drm_atomic_get_existing_crtc_state(new_state->state,
14780 plane->state->crtc);
5008e874
ML
14781
14782 /* Big Hammer, we also need to ensure that any pending
14783 * MI_WAIT_FOR_EVENT inside a user batch buffer on the
14784 * current scanout is retired before unpinning the old
14785 * framebuffer. Note that we rely on userspace rendering
14786 * into the buffer attached to the pipe they are waiting
14787 * on. If not, userspace generates a GPU hang with IPEHR
14788 * point to the MI_WAIT_FOR_EVENT.
14789 *
14790 * This should only fail upon a hung GPU, in which case we
14791 * can safely continue.
14792 */
c004a90b
CW
14793 if (needs_modeset(crtc_state)) {
14794 ret = i915_sw_fence_await_reservation(&intel_state->commit_ready,
14795 old_obj->resv, NULL,
14796 false, 0,
14797 GFP_KERNEL);
14798 if (ret < 0)
14799 return ret;
f4457ae7 14800 }
5008e874
ML
14801 }
14802
c004a90b
CW
14803 if (new_state->fence) { /* explicit fencing */
14804 ret = i915_sw_fence_await_dma_fence(&intel_state->commit_ready,
14805 new_state->fence,
14806 I915_FENCE_TIMEOUT,
14807 GFP_KERNEL);
14808 if (ret < 0)
14809 return ret;
14810 }
14811
c37efb99
CW
14812 if (!obj)
14813 return 0;
14814
c004a90b
CW
14815 if (!new_state->fence) { /* implicit fencing */
14816 ret = i915_sw_fence_await_reservation(&intel_state->commit_ready,
14817 obj->resv, NULL,
14818 false, I915_FENCE_TIMEOUT,
14819 GFP_KERNEL);
14820 if (ret < 0)
14821 return ret;
6b5e90f5
CW
14822
14823 i915_gem_object_wait_priority(obj, 0, I915_PRIORITY_DISPLAY);
c004a90b 14824 }
5a21b665 14825
c37efb99 14826 if (plane->type == DRM_PLANE_TYPE_CURSOR &&
b7f05d4a 14827 INTEL_INFO(dev_priv)->cursor_needs_physical) {
50a0bc90 14828 int align = IS_I830(dev_priv) ? 16 * 1024 : 256;
6beb8c23 14829 ret = i915_gem_object_attach_phys(obj, align);
d07f0e59 14830 if (ret) {
6beb8c23 14831 DRM_DEBUG_KMS("failed to attach phys object\n");
d07f0e59
CW
14832 return ret;
14833 }
6beb8c23 14834 } else {
058d88c4
CW
14835 struct i915_vma *vma;
14836
14837 vma = intel_pin_and_fence_fb_obj(fb, new_state->rotation);
d07f0e59
CW
14838 if (IS_ERR(vma)) {
14839 DRM_DEBUG_KMS("failed to pin object\n");
14840 return PTR_ERR(vma);
14841 }
be1e3415
CW
14842
14843 to_intel_plane_state(new_state)->vma = vma;
7580d774 14844 }
fdd508a6 14845
d07f0e59 14846 return 0;
6beb8c23
MR
14847}
14848
38f3ce3a
MR
14849/**
14850 * intel_cleanup_plane_fb - Cleans up an fb after plane use
14851 * @plane: drm plane to clean up for
14852 * @fb: old framebuffer that was on plane
14853 *
14854 * Cleans up a framebuffer that has just been removed from a plane.
f935675f
ML
14855 *
14856 * Must be called with struct_mutex held.
38f3ce3a
MR
14857 */
14858void
14859intel_cleanup_plane_fb(struct drm_plane *plane,
1832040d 14860 struct drm_plane_state *old_state)
38f3ce3a 14861{
be1e3415 14862 struct i915_vma *vma;
38f3ce3a 14863
be1e3415
CW
14864 /* Should only be called after a successful intel_prepare_plane_fb()! */
14865 vma = fetch_and_zero(&to_intel_plane_state(old_state)->vma);
14866 if (vma)
14867 intel_unpin_fb_vma(vma);
465c120c
MR
14868}
14869
6156a456
CK
14870int
14871skl_max_scale(struct intel_crtc *intel_crtc, struct intel_crtc_state *crtc_state)
14872{
14873 int max_scale;
6156a456
CK
14874 int crtc_clock, cdclk;
14875
bf8a0af0 14876 if (!intel_crtc || !crtc_state->base.enable)
6156a456
CK
14877 return DRM_PLANE_HELPER_NO_SCALING;
14878
6156a456 14879 crtc_clock = crtc_state->base.adjusted_mode.crtc_clock;
27c329ed 14880 cdclk = to_intel_atomic_state(crtc_state->base.state)->cdclk;
6156a456 14881
54bf1ce6 14882 if (WARN_ON_ONCE(!crtc_clock || cdclk < crtc_clock))
6156a456
CK
14883 return DRM_PLANE_HELPER_NO_SCALING;
14884
14885 /*
14886 * skl max scale is lower of:
14887 * close to 3 but not 3, -1 is for that purpose
14888 * or
14889 * cdclk/crtc_clock
14890 */
14891 max_scale = min((1 << 16) * 3 - 1, (1 << 8) * ((cdclk << 8) / crtc_clock));
14892
14893 return max_scale;
14894}
14895
465c120c 14896static int
3c692a41 14897intel_check_primary_plane(struct drm_plane *plane,
061e4b8d 14898 struct intel_crtc_state *crtc_state,
3c692a41
GP
14899 struct intel_plane_state *state)
14900{
b63a16f6 14901 struct drm_i915_private *dev_priv = to_i915(plane->dev);
2b875c22 14902 struct drm_crtc *crtc = state->base.crtc;
6156a456 14903 int min_scale = DRM_PLANE_HELPER_NO_SCALING;
061e4b8d
ML
14904 int max_scale = DRM_PLANE_HELPER_NO_SCALING;
14905 bool can_position = false;
b63a16f6 14906 int ret;
465c120c 14907
b63a16f6 14908 if (INTEL_GEN(dev_priv) >= 9) {
693bdc28
VS
14909 /* use scaler when colorkey is not required */
14910 if (state->ckey.flags == I915_SET_COLORKEY_NONE) {
14911 min_scale = 1;
14912 max_scale = skl_max_scale(to_intel_crtc(crtc), crtc_state);
14913 }
d8106366 14914 can_position = true;
6156a456 14915 }
d8106366 14916
cc926387
DV
14917 ret = drm_plane_helper_check_state(&state->base,
14918 &state->clip,
14919 min_scale, max_scale,
14920 can_position, true);
b63a16f6
VS
14921 if (ret)
14922 return ret;
14923
cc926387 14924 if (!state->base.fb)
b63a16f6
VS
14925 return 0;
14926
14927 if (INTEL_GEN(dev_priv) >= 9) {
14928 ret = skl_check_plane_surface(state);
14929 if (ret)
14930 return ret;
14931 }
14932
14933 return 0;
14af293f
GP
14934}
14935
5a21b665
DV
14936static void intel_begin_crtc_commit(struct drm_crtc *crtc,
14937 struct drm_crtc_state *old_crtc_state)
14938{
14939 struct drm_device *dev = crtc->dev;
62e0fb88 14940 struct drm_i915_private *dev_priv = to_i915(dev);
5a21b665 14941 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
b707aa50
L
14942 struct intel_crtc_state *intel_cstate =
14943 to_intel_crtc_state(crtc->state);
ccf010fb 14944 struct intel_crtc_state *old_intel_cstate =
5a21b665 14945 to_intel_crtc_state(old_crtc_state);
ccf010fb
ML
14946 struct intel_atomic_state *old_intel_state =
14947 to_intel_atomic_state(old_crtc_state->state);
5a21b665
DV
14948 bool modeset = needs_modeset(crtc->state);
14949
14950 /* Perform vblank evasion around commit operation */
14951 intel_pipe_update_start(intel_crtc);
14952
14953 if (modeset)
e62929b3 14954 goto out;
5a21b665
DV
14955
14956 if (crtc->state->color_mgmt_changed || to_intel_crtc_state(crtc->state)->update_pipe) {
14957 intel_color_set_csc(crtc->state);
14958 intel_color_load_luts(crtc->state);
14959 }
14960
ccf010fb
ML
14961 if (intel_cstate->update_pipe)
14962 intel_update_pipe_config(intel_crtc, old_intel_cstate);
14963 else if (INTEL_GEN(dev_priv) >= 9)
5a21b665 14964 skl_detach_scalers(intel_crtc);
62e0fb88 14965
e62929b3 14966out:
ccf010fb
ML
14967 if (dev_priv->display.atomic_update_watermarks)
14968 dev_priv->display.atomic_update_watermarks(old_intel_state,
14969 intel_cstate);
5a21b665
DV
14970}
14971
14972static void intel_finish_crtc_commit(struct drm_crtc *crtc,
14973 struct drm_crtc_state *old_crtc_state)
14974{
14975 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
14976
14977 intel_pipe_update_end(intel_crtc, NULL);
14978}
14979
cf4c7c12 14980/**
4a3b8769
MR
14981 * intel_plane_destroy - destroy a plane
14982 * @plane: plane to destroy
cf4c7c12 14983 *
4a3b8769
MR
14984 * Common destruction function for all types of planes (primary, cursor,
14985 * sprite).
cf4c7c12 14986 */
4a3b8769 14987void intel_plane_destroy(struct drm_plane *plane)
465c120c 14988{
465c120c 14989 drm_plane_cleanup(plane);
69ae561f 14990 kfree(to_intel_plane(plane));
465c120c
MR
14991}
14992
65a3fea0 14993const struct drm_plane_funcs intel_plane_funcs = {
70a101f8
MR
14994 .update_plane = drm_atomic_helper_update_plane,
14995 .disable_plane = drm_atomic_helper_disable_plane,
3d7d6510 14996 .destroy = intel_plane_destroy,
c196e1d6 14997 .set_property = drm_atomic_helper_plane_set_property,
a98b3431
MR
14998 .atomic_get_property = intel_plane_atomic_get_property,
14999 .atomic_set_property = intel_plane_atomic_set_property,
ea2c67bb
MR
15000 .atomic_duplicate_state = intel_plane_duplicate_state,
15001 .atomic_destroy_state = intel_plane_destroy_state,
465c120c
MR
15002};
15003
f79f2692
ML
15004static int
15005intel_legacy_cursor_update(struct drm_plane *plane,
15006 struct drm_crtc *crtc,
15007 struct drm_framebuffer *fb,
15008 int crtc_x, int crtc_y,
15009 unsigned int crtc_w, unsigned int crtc_h,
15010 uint32_t src_x, uint32_t src_y,
15011 uint32_t src_w, uint32_t src_h)
15012{
15013 struct drm_i915_private *dev_priv = to_i915(crtc->dev);
15014 int ret;
15015 struct drm_plane_state *old_plane_state, *new_plane_state;
15016 struct intel_plane *intel_plane = to_intel_plane(plane);
15017 struct drm_framebuffer *old_fb;
15018 struct drm_crtc_state *crtc_state = crtc->state;
be1e3415 15019 struct i915_vma *old_vma;
f79f2692
ML
15020
15021 /*
15022 * When crtc is inactive or there is a modeset pending,
15023 * wait for it to complete in the slowpath
15024 */
15025 if (!crtc_state->active || needs_modeset(crtc_state) ||
15026 to_intel_crtc_state(crtc_state)->update_pipe)
15027 goto slow;
15028
15029 old_plane_state = plane->state;
15030
15031 /*
15032 * If any parameters change that may affect watermarks,
15033 * take the slowpath. Only changing fb or position should be
15034 * in the fastpath.
15035 */
15036 if (old_plane_state->crtc != crtc ||
15037 old_plane_state->src_w != src_w ||
15038 old_plane_state->src_h != src_h ||
15039 old_plane_state->crtc_w != crtc_w ||
15040 old_plane_state->crtc_h != crtc_h ||
15041 !old_plane_state->visible ||
15042 old_plane_state->fb->modifier != fb->modifier)
15043 goto slow;
15044
15045 new_plane_state = intel_plane_duplicate_state(plane);
15046 if (!new_plane_state)
15047 return -ENOMEM;
15048
15049 drm_atomic_set_fb_for_plane(new_plane_state, fb);
15050
15051 new_plane_state->src_x = src_x;
15052 new_plane_state->src_y = src_y;
15053 new_plane_state->src_w = src_w;
15054 new_plane_state->src_h = src_h;
15055 new_plane_state->crtc_x = crtc_x;
15056 new_plane_state->crtc_y = crtc_y;
15057 new_plane_state->crtc_w = crtc_w;
15058 new_plane_state->crtc_h = crtc_h;
15059
15060 ret = intel_plane_atomic_check_with_state(to_intel_crtc_state(crtc->state),
15061 to_intel_plane_state(new_plane_state));
15062 if (ret)
15063 goto out_free;
15064
15065 /* Visibility changed, must take slowpath. */
15066 if (!new_plane_state->visible)
15067 goto slow_free;
15068
15069 ret = mutex_lock_interruptible(&dev_priv->drm.struct_mutex);
15070 if (ret)
15071 goto out_free;
15072
15073 if (INTEL_INFO(dev_priv)->cursor_needs_physical) {
15074 int align = IS_I830(dev_priv) ? 16 * 1024 : 256;
15075
15076 ret = i915_gem_object_attach_phys(intel_fb_obj(fb), align);
15077 if (ret) {
15078 DRM_DEBUG_KMS("failed to attach phys object\n");
15079 goto out_unlock;
15080 }
15081 } else {
15082 struct i915_vma *vma;
15083
15084 vma = intel_pin_and_fence_fb_obj(fb, new_plane_state->rotation);
15085 if (IS_ERR(vma)) {
15086 DRM_DEBUG_KMS("failed to pin object\n");
15087
15088 ret = PTR_ERR(vma);
15089 goto out_unlock;
15090 }
be1e3415
CW
15091
15092 to_intel_plane_state(new_plane_state)->vma = vma;
f79f2692
ML
15093 }
15094
15095 old_fb = old_plane_state->fb;
be1e3415 15096 old_vma = to_intel_plane_state(old_plane_state)->vma;
f79f2692
ML
15097
15098 i915_gem_track_fb(intel_fb_obj(old_fb), intel_fb_obj(fb),
15099 intel_plane->frontbuffer_bit);
15100
15101 /* Swap plane state */
15102 new_plane_state->fence = old_plane_state->fence;
15103 *to_intel_plane_state(old_plane_state) = *to_intel_plane_state(new_plane_state);
15104 new_plane_state->fence = NULL;
15105 new_plane_state->fb = old_fb;
be1e3415 15106 to_intel_plane_state(new_plane_state)->vma = old_vma;
f79f2692
ML
15107
15108 intel_plane->update_plane(plane,
15109 to_intel_crtc_state(crtc->state),
15110 to_intel_plane_state(plane->state));
15111
15112 intel_cleanup_plane_fb(plane, new_plane_state);
15113
15114out_unlock:
15115 mutex_unlock(&dev_priv->drm.struct_mutex);
15116out_free:
15117 intel_plane_destroy_state(plane, new_plane_state);
15118 return ret;
15119
15120slow_free:
15121 intel_plane_destroy_state(plane, new_plane_state);
15122slow:
15123 return drm_atomic_helper_update_plane(plane, crtc, fb,
15124 crtc_x, crtc_y, crtc_w, crtc_h,
15125 src_x, src_y, src_w, src_h);
15126}
15127
15128static const struct drm_plane_funcs intel_cursor_plane_funcs = {
15129 .update_plane = intel_legacy_cursor_update,
15130 .disable_plane = drm_atomic_helper_disable_plane,
15131 .destroy = intel_plane_destroy,
15132 .set_property = drm_atomic_helper_plane_set_property,
15133 .atomic_get_property = intel_plane_atomic_get_property,
15134 .atomic_set_property = intel_plane_atomic_set_property,
15135 .atomic_duplicate_state = intel_plane_duplicate_state,
15136 .atomic_destroy_state = intel_plane_destroy_state,
15137};
15138
b079bd17 15139static struct intel_plane *
580503c7 15140intel_primary_plane_create(struct drm_i915_private *dev_priv, enum pipe pipe)
465c120c 15141{
fca0ce2a
VS
15142 struct intel_plane *primary = NULL;
15143 struct intel_plane_state *state = NULL;
465c120c 15144 const uint32_t *intel_primary_formats;
93ca7e00 15145 unsigned int supported_rotations;
45e3743a 15146 unsigned int num_formats;
fca0ce2a 15147 int ret;
465c120c
MR
15148
15149 primary = kzalloc(sizeof(*primary), GFP_KERNEL);
b079bd17
VS
15150 if (!primary) {
15151 ret = -ENOMEM;
fca0ce2a 15152 goto fail;
b079bd17 15153 }
465c120c 15154
8e7d688b 15155 state = intel_create_plane_state(&primary->base);
b079bd17
VS
15156 if (!state) {
15157 ret = -ENOMEM;
fca0ce2a 15158 goto fail;
b079bd17
VS
15159 }
15160
8e7d688b 15161 primary->base.state = &state->base;
ea2c67bb 15162
465c120c
MR
15163 primary->can_scale = false;
15164 primary->max_downscale = 1;
580503c7 15165 if (INTEL_GEN(dev_priv) >= 9) {
6156a456 15166 primary->can_scale = true;
af99ceda 15167 state->scaler_id = -1;
6156a456 15168 }
465c120c 15169 primary->pipe = pipe;
e3c566df
VS
15170 /*
15171 * On gen2/3 only plane A can do FBC, but the panel fitter and LVDS
15172 * port is hooked to pipe B. Hence we want plane A feeding pipe B.
15173 */
15174 if (HAS_FBC(dev_priv) && INTEL_GEN(dev_priv) < 4)
15175 primary->plane = (enum plane) !pipe;
15176 else
15177 primary->plane = (enum plane) pipe;
b14e5848 15178 primary->id = PLANE_PRIMARY;
a9ff8714 15179 primary->frontbuffer_bit = INTEL_FRONTBUFFER_PRIMARY(pipe);
c59cb179 15180 primary->check_plane = intel_check_primary_plane;
465c120c 15181
580503c7 15182 if (INTEL_GEN(dev_priv) >= 9) {
6c0fd451
DL
15183 intel_primary_formats = skl_primary_formats;
15184 num_formats = ARRAY_SIZE(skl_primary_formats);
a8d201af
ML
15185
15186 primary->update_plane = skylake_update_primary_plane;
15187 primary->disable_plane = skylake_disable_primary_plane;
6e266956 15188 } else if (HAS_PCH_SPLIT(dev_priv)) {
a8d201af
ML
15189 intel_primary_formats = i965_primary_formats;
15190 num_formats = ARRAY_SIZE(i965_primary_formats);
15191
15192 primary->update_plane = ironlake_update_primary_plane;
15193 primary->disable_plane = i9xx_disable_primary_plane;
580503c7 15194 } else if (INTEL_GEN(dev_priv) >= 4) {
568db4f2
DL
15195 intel_primary_formats = i965_primary_formats;
15196 num_formats = ARRAY_SIZE(i965_primary_formats);
a8d201af
ML
15197
15198 primary->update_plane = i9xx_update_primary_plane;
15199 primary->disable_plane = i9xx_disable_primary_plane;
6c0fd451
DL
15200 } else {
15201 intel_primary_formats = i8xx_primary_formats;
15202 num_formats = ARRAY_SIZE(i8xx_primary_formats);
a8d201af
ML
15203
15204 primary->update_plane = i9xx_update_primary_plane;
15205 primary->disable_plane = i9xx_disable_primary_plane;
465c120c
MR
15206 }
15207
580503c7
VS
15208 if (INTEL_GEN(dev_priv) >= 9)
15209 ret = drm_universal_plane_init(&dev_priv->drm, &primary->base,
15210 0, &intel_plane_funcs,
38573dc1
VS
15211 intel_primary_formats, num_formats,
15212 DRM_PLANE_TYPE_PRIMARY,
15213 "plane 1%c", pipe_name(pipe));
9beb5fea 15214 else if (INTEL_GEN(dev_priv) >= 5 || IS_G4X(dev_priv))
580503c7
VS
15215 ret = drm_universal_plane_init(&dev_priv->drm, &primary->base,
15216 0, &intel_plane_funcs,
38573dc1
VS
15217 intel_primary_formats, num_formats,
15218 DRM_PLANE_TYPE_PRIMARY,
15219 "primary %c", pipe_name(pipe));
15220 else
580503c7
VS
15221 ret = drm_universal_plane_init(&dev_priv->drm, &primary->base,
15222 0, &intel_plane_funcs,
38573dc1
VS
15223 intel_primary_formats, num_formats,
15224 DRM_PLANE_TYPE_PRIMARY,
15225 "plane %c", plane_name(primary->plane));
fca0ce2a
VS
15226 if (ret)
15227 goto fail;
48404c1e 15228
5481e27f 15229 if (INTEL_GEN(dev_priv) >= 9) {
93ca7e00
VS
15230 supported_rotations =
15231 DRM_ROTATE_0 | DRM_ROTATE_90 |
15232 DRM_ROTATE_180 | DRM_ROTATE_270;
4ea7be2b
VS
15233 } else if (IS_CHERRYVIEW(dev_priv) && pipe == PIPE_B) {
15234 supported_rotations =
15235 DRM_ROTATE_0 | DRM_ROTATE_180 |
15236 DRM_REFLECT_X;
5481e27f 15237 } else if (INTEL_GEN(dev_priv) >= 4) {
93ca7e00
VS
15238 supported_rotations =
15239 DRM_ROTATE_0 | DRM_ROTATE_180;
15240 } else {
15241 supported_rotations = DRM_ROTATE_0;
15242 }
15243
5481e27f 15244 if (INTEL_GEN(dev_priv) >= 4)
93ca7e00
VS
15245 drm_plane_create_rotation_property(&primary->base,
15246 DRM_ROTATE_0,
15247 supported_rotations);
48404c1e 15248
ea2c67bb
MR
15249 drm_plane_helper_add(&primary->base, &intel_plane_helper_funcs);
15250
b079bd17 15251 return primary;
fca0ce2a
VS
15252
15253fail:
15254 kfree(state);
15255 kfree(primary);
15256
b079bd17 15257 return ERR_PTR(ret);
465c120c
MR
15258}
15259
3d7d6510 15260static int
852e787c 15261intel_check_cursor_plane(struct drm_plane *plane,
061e4b8d 15262 struct intel_crtc_state *crtc_state,
852e787c 15263 struct intel_plane_state *state)
3d7d6510 15264{
2b875c22 15265 struct drm_framebuffer *fb = state->base.fb;
757f9a3e 15266 struct drm_i915_gem_object *obj = intel_fb_obj(fb);
b29ec92c 15267 enum pipe pipe = to_intel_plane(plane)->pipe;
757f9a3e
GP
15268 unsigned stride;
15269 int ret;
3d7d6510 15270
f8856a44
VS
15271 ret = drm_plane_helper_check_state(&state->base,
15272 &state->clip,
15273 DRM_PLANE_HELPER_NO_SCALING,
15274 DRM_PLANE_HELPER_NO_SCALING,
15275 true, true);
757f9a3e
GP
15276 if (ret)
15277 return ret;
15278
757f9a3e
GP
15279 /* if we want to turn off the cursor ignore width and height */
15280 if (!obj)
da20eabd 15281 return 0;
757f9a3e 15282
757f9a3e 15283 /* Check for which cursor types we support */
50a0bc90
TU
15284 if (!cursor_size_ok(to_i915(plane->dev), state->base.crtc_w,
15285 state->base.crtc_h)) {
ea2c67bb
MR
15286 DRM_DEBUG("Cursor dimension %dx%d not supported\n",
15287 state->base.crtc_w, state->base.crtc_h);
757f9a3e
GP
15288 return -EINVAL;
15289 }
15290
ea2c67bb
MR
15291 stride = roundup_pow_of_two(state->base.crtc_w) * 4;
15292 if (obj->base.size < stride * state->base.crtc_h) {
757f9a3e
GP
15293 DRM_DEBUG_KMS("buffer is too small\n");
15294 return -ENOMEM;
15295 }
15296
bae781b2 15297 if (fb->modifier != DRM_FORMAT_MOD_NONE) {
757f9a3e 15298 DRM_DEBUG_KMS("cursor cannot be tiled\n");
da20eabd 15299 return -EINVAL;
32b7eeec
MR
15300 }
15301
b29ec92c
VS
15302 /*
15303 * There's something wrong with the cursor on CHV pipe C.
15304 * If it straddles the left edge of the screen then
15305 * moving it away from the edge or disabling it often
15306 * results in a pipe underrun, and often that can lead to
15307 * dead pipe (constant underrun reported, and it scans
15308 * out just a solid color). To recover from that, the
15309 * display power well must be turned off and on again.
15310 * Refuse the put the cursor into that compromised position.
15311 */
920a14b2 15312 if (IS_CHERRYVIEW(to_i915(plane->dev)) && pipe == PIPE_C &&
936e71e3 15313 state->base.visible && state->base.crtc_x < 0) {
b29ec92c
VS
15314 DRM_DEBUG_KMS("CHV cursor C not allowed to straddle the left screen edge\n");
15315 return -EINVAL;
15316 }
15317
da20eabd 15318 return 0;
852e787c 15319}
3d7d6510 15320
a8ad0d8e
ML
15321static void
15322intel_disable_cursor_plane(struct drm_plane *plane,
7fabf5ef 15323 struct drm_crtc *crtc)
a8ad0d8e 15324{
f2858021
ML
15325 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
15326
15327 intel_crtc->cursor_addr = 0;
55a08b3f 15328 intel_crtc_update_cursor(crtc, NULL);
a8ad0d8e
ML
15329}
15330
f4a2cf29 15331static void
55a08b3f
ML
15332intel_update_cursor_plane(struct drm_plane *plane,
15333 const struct intel_crtc_state *crtc_state,
15334 const struct intel_plane_state *state)
852e787c 15335{
55a08b3f
ML
15336 struct drm_crtc *crtc = crtc_state->base.crtc;
15337 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
b7f05d4a 15338 struct drm_i915_private *dev_priv = to_i915(plane->dev);
2b875c22 15339 struct drm_i915_gem_object *obj = intel_fb_obj(state->base.fb);
a912f12f 15340 uint32_t addr;
852e787c 15341
f4a2cf29 15342 if (!obj)
a912f12f 15343 addr = 0;
b7f05d4a 15344 else if (!INTEL_INFO(dev_priv)->cursor_needs_physical)
be1e3415 15345 addr = intel_plane_ggtt_offset(state);
f4a2cf29 15346 else
a912f12f 15347 addr = obj->phys_handle->busaddr;
852e787c 15348
a912f12f 15349 intel_crtc->cursor_addr = addr;
55a08b3f 15350 intel_crtc_update_cursor(crtc, state);
852e787c
GP
15351}
15352
b079bd17 15353static struct intel_plane *
580503c7 15354intel_cursor_plane_create(struct drm_i915_private *dev_priv, enum pipe pipe)
3d7d6510 15355{
fca0ce2a
VS
15356 struct intel_plane *cursor = NULL;
15357 struct intel_plane_state *state = NULL;
15358 int ret;
3d7d6510
MR
15359
15360 cursor = kzalloc(sizeof(*cursor), GFP_KERNEL);
b079bd17
VS
15361 if (!cursor) {
15362 ret = -ENOMEM;
fca0ce2a 15363 goto fail;
b079bd17 15364 }
3d7d6510 15365
8e7d688b 15366 state = intel_create_plane_state(&cursor->base);
b079bd17
VS
15367 if (!state) {
15368 ret = -ENOMEM;
fca0ce2a 15369 goto fail;
b079bd17
VS
15370 }
15371
8e7d688b 15372 cursor->base.state = &state->base;
ea2c67bb 15373
3d7d6510
MR
15374 cursor->can_scale = false;
15375 cursor->max_downscale = 1;
15376 cursor->pipe = pipe;
15377 cursor->plane = pipe;
b14e5848 15378 cursor->id = PLANE_CURSOR;
a9ff8714 15379 cursor->frontbuffer_bit = INTEL_FRONTBUFFER_CURSOR(pipe);
c59cb179 15380 cursor->check_plane = intel_check_cursor_plane;
55a08b3f 15381 cursor->update_plane = intel_update_cursor_plane;
a8ad0d8e 15382 cursor->disable_plane = intel_disable_cursor_plane;
3d7d6510 15383
580503c7 15384 ret = drm_universal_plane_init(&dev_priv->drm, &cursor->base,
f79f2692 15385 0, &intel_cursor_plane_funcs,
fca0ce2a
VS
15386 intel_cursor_formats,
15387 ARRAY_SIZE(intel_cursor_formats),
38573dc1
VS
15388 DRM_PLANE_TYPE_CURSOR,
15389 "cursor %c", pipe_name(pipe));
fca0ce2a
VS
15390 if (ret)
15391 goto fail;
4398ad45 15392
5481e27f 15393 if (INTEL_GEN(dev_priv) >= 4)
93ca7e00
VS
15394 drm_plane_create_rotation_property(&cursor->base,
15395 DRM_ROTATE_0,
15396 DRM_ROTATE_0 |
15397 DRM_ROTATE_180);
4398ad45 15398
580503c7 15399 if (INTEL_GEN(dev_priv) >= 9)
af99ceda
CK
15400 state->scaler_id = -1;
15401
ea2c67bb
MR
15402 drm_plane_helper_add(&cursor->base, &intel_plane_helper_funcs);
15403
b079bd17 15404 return cursor;
fca0ce2a
VS
15405
15406fail:
15407 kfree(state);
15408 kfree(cursor);
15409
b079bd17 15410 return ERR_PTR(ret);
3d7d6510
MR
15411}
15412
1c74eeaf
NM
15413static void intel_crtc_init_scalers(struct intel_crtc *crtc,
15414 struct intel_crtc_state *crtc_state)
549e2bfb 15415{
65edccce
VS
15416 struct intel_crtc_scaler_state *scaler_state =
15417 &crtc_state->scaler_state;
1c74eeaf 15418 struct drm_i915_private *dev_priv = to_i915(crtc->base.dev);
549e2bfb 15419 int i;
549e2bfb 15420
1c74eeaf
NM
15421 crtc->num_scalers = dev_priv->info.num_scalers[crtc->pipe];
15422 if (!crtc->num_scalers)
15423 return;
15424
65edccce
VS
15425 for (i = 0; i < crtc->num_scalers; i++) {
15426 struct intel_scaler *scaler = &scaler_state->scalers[i];
15427
15428 scaler->in_use = 0;
15429 scaler->mode = PS_SCALER_MODE_DYN;
549e2bfb
CK
15430 }
15431
15432 scaler_state->scaler_id = -1;
15433}
15434
5ab0d85b 15435static int intel_crtc_init(struct drm_i915_private *dev_priv, enum pipe pipe)
79e53945
JB
15436{
15437 struct intel_crtc *intel_crtc;
f5de6e07 15438 struct intel_crtc_state *crtc_state = NULL;
b079bd17
VS
15439 struct intel_plane *primary = NULL;
15440 struct intel_plane *cursor = NULL;
a81d6fa0 15441 int sprite, ret;
79e53945 15442
955382f3 15443 intel_crtc = kzalloc(sizeof(*intel_crtc), GFP_KERNEL);
b079bd17
VS
15444 if (!intel_crtc)
15445 return -ENOMEM;
79e53945 15446
f5de6e07 15447 crtc_state = kzalloc(sizeof(*crtc_state), GFP_KERNEL);
b079bd17
VS
15448 if (!crtc_state) {
15449 ret = -ENOMEM;
f5de6e07 15450 goto fail;
b079bd17 15451 }
550acefd
ACO
15452 intel_crtc->config = crtc_state;
15453 intel_crtc->base.state = &crtc_state->base;
07878248 15454 crtc_state->base.crtc = &intel_crtc->base;
f5de6e07 15455
580503c7 15456 primary = intel_primary_plane_create(dev_priv, pipe);
b079bd17
VS
15457 if (IS_ERR(primary)) {
15458 ret = PTR_ERR(primary);
3d7d6510 15459 goto fail;
b079bd17 15460 }
d97d7b48 15461 intel_crtc->plane_ids_mask |= BIT(primary->id);
3d7d6510 15462
a81d6fa0 15463 for_each_sprite(dev_priv, pipe, sprite) {
b079bd17
VS
15464 struct intel_plane *plane;
15465
580503c7 15466 plane = intel_sprite_plane_create(dev_priv, pipe, sprite);
d2b2cbce 15467 if (IS_ERR(plane)) {
b079bd17
VS
15468 ret = PTR_ERR(plane);
15469 goto fail;
15470 }
d97d7b48 15471 intel_crtc->plane_ids_mask |= BIT(plane->id);
a81d6fa0
VS
15472 }
15473
580503c7 15474 cursor = intel_cursor_plane_create(dev_priv, pipe);
d2b2cbce 15475 if (IS_ERR(cursor)) {
b079bd17 15476 ret = PTR_ERR(cursor);
3d7d6510 15477 goto fail;
b079bd17 15478 }
d97d7b48 15479 intel_crtc->plane_ids_mask |= BIT(cursor->id);
3d7d6510 15480
5ab0d85b 15481 ret = drm_crtc_init_with_planes(&dev_priv->drm, &intel_crtc->base,
b079bd17
VS
15482 &primary->base, &cursor->base,
15483 &intel_crtc_funcs,
4d5d72b7 15484 "pipe %c", pipe_name(pipe));
3d7d6510
MR
15485 if (ret)
15486 goto fail;
79e53945 15487
80824003 15488 intel_crtc->pipe = pipe;
e3c566df 15489 intel_crtc->plane = primary->plane;
80824003 15490
4b0e333e
CW
15491 intel_crtc->cursor_base = ~0;
15492 intel_crtc->cursor_cntl = ~0;
dc41c154 15493 intel_crtc->cursor_size = ~0;
8d7849db 15494
852eb00d
VS
15495 intel_crtc->wm.cxsr_allowed = true;
15496
1c74eeaf
NM
15497 /* initialize shared scalers */
15498 intel_crtc_init_scalers(intel_crtc, crtc_state);
15499
22fd0fab
JB
15500 BUG_ON(pipe >= ARRAY_SIZE(dev_priv->plane_to_crtc_mapping) ||
15501 dev_priv->plane_to_crtc_mapping[intel_crtc->plane] != NULL);
e2af48c6
VS
15502 dev_priv->plane_to_crtc_mapping[intel_crtc->plane] = intel_crtc;
15503 dev_priv->pipe_to_crtc_mapping[intel_crtc->pipe] = intel_crtc;
22fd0fab 15504
79e53945 15505 drm_crtc_helper_add(&intel_crtc->base, &intel_helper_funcs);
87b6b101 15506
8563b1e8
LL
15507 intel_color_init(&intel_crtc->base);
15508
87b6b101 15509 WARN_ON(drm_crtc_index(&intel_crtc->base) != intel_crtc->pipe);
b079bd17
VS
15510
15511 return 0;
3d7d6510
MR
15512
15513fail:
b079bd17
VS
15514 /*
15515 * drm_mode_config_cleanup() will free up any
15516 * crtcs/planes already initialized.
15517 */
f5de6e07 15518 kfree(crtc_state);
3d7d6510 15519 kfree(intel_crtc);
b079bd17
VS
15520
15521 return ret;
79e53945
JB
15522}
15523
752aa88a
JB
15524enum pipe intel_get_pipe_from_connector(struct intel_connector *connector)
15525{
15526 struct drm_encoder *encoder = connector->base.encoder;
6e9f798d 15527 struct drm_device *dev = connector->base.dev;
752aa88a 15528
51fd371b 15529 WARN_ON(!drm_modeset_is_locked(&dev->mode_config.connection_mutex));
752aa88a 15530
d3babd3f 15531 if (!encoder || WARN_ON(!encoder->crtc))
752aa88a
JB
15532 return INVALID_PIPE;
15533
15534 return to_intel_crtc(encoder->crtc)->pipe;
15535}
15536
08d7b3d1 15537int intel_get_pipe_from_crtc_id(struct drm_device *dev, void *data,
05394f39 15538 struct drm_file *file)
08d7b3d1 15539{
08d7b3d1 15540 struct drm_i915_get_pipe_from_crtc_id *pipe_from_crtc_id = data;
7707e653 15541 struct drm_crtc *drmmode_crtc;
c05422d5 15542 struct intel_crtc *crtc;
08d7b3d1 15543
7707e653 15544 drmmode_crtc = drm_crtc_find(dev, pipe_from_crtc_id->crtc_id);
71240ed2 15545 if (!drmmode_crtc)
3f2c2057 15546 return -ENOENT;
08d7b3d1 15547
7707e653 15548 crtc = to_intel_crtc(drmmode_crtc);
c05422d5 15549 pipe_from_crtc_id->pipe = crtc->pipe;
08d7b3d1 15550
c05422d5 15551 return 0;
08d7b3d1
CW
15552}
15553
66a9278e 15554static int intel_encoder_clones(struct intel_encoder *encoder)
79e53945 15555{
66a9278e
DV
15556 struct drm_device *dev = encoder->base.dev;
15557 struct intel_encoder *source_encoder;
79e53945 15558 int index_mask = 0;
79e53945
JB
15559 int entry = 0;
15560
b2784e15 15561 for_each_intel_encoder(dev, source_encoder) {
bc079e8b 15562 if (encoders_cloneable(encoder, source_encoder))
66a9278e
DV
15563 index_mask |= (1 << entry);
15564
79e53945
JB
15565 entry++;
15566 }
4ef69c7a 15567
79e53945
JB
15568 return index_mask;
15569}
15570
646d5772 15571static bool has_edp_a(struct drm_i915_private *dev_priv)
4d302442 15572{
646d5772 15573 if (!IS_MOBILE(dev_priv))
4d302442
CW
15574 return false;
15575
15576 if ((I915_READ(DP_A) & DP_DETECTED) == 0)
15577 return false;
15578
5db94019 15579 if (IS_GEN5(dev_priv) && (I915_READ(FUSE_STRAP) & ILK_eDP_A_DISABLE))
4d302442
CW
15580 return false;
15581
15582 return true;
15583}
15584
6315b5d3 15585static bool intel_crt_present(struct drm_i915_private *dev_priv)
84b4e042 15586{
6315b5d3 15587 if (INTEL_GEN(dev_priv) >= 9)
884497ed
DL
15588 return false;
15589
50a0bc90 15590 if (IS_HSW_ULT(dev_priv) || IS_BDW_ULT(dev_priv))
84b4e042
JB
15591 return false;
15592
920a14b2 15593 if (IS_CHERRYVIEW(dev_priv))
84b4e042
JB
15594 return false;
15595
4f8036a2
TU
15596 if (HAS_PCH_LPT_H(dev_priv) &&
15597 I915_READ(SFUSE_STRAP) & SFUSE_STRAP_CRT_DISABLED)
65e472e4
VS
15598 return false;
15599
70ac54d0 15600 /* DDI E can't be used if DDI A requires 4 lanes */
4f8036a2 15601 if (HAS_DDI(dev_priv) && I915_READ(DDI_BUF_CTL(PORT_A)) & DDI_A_4_LANES)
70ac54d0
VS
15602 return false;
15603
e4abb733 15604 if (!dev_priv->vbt.int_crt_support)
84b4e042
JB
15605 return false;
15606
15607 return true;
15608}
15609
8090ba8c
ID
15610void intel_pps_unlock_regs_wa(struct drm_i915_private *dev_priv)
15611{
15612 int pps_num;
15613 int pps_idx;
15614
15615 if (HAS_DDI(dev_priv))
15616 return;
15617 /*
15618 * This w/a is needed at least on CPT/PPT, but to be sure apply it
15619 * everywhere where registers can be write protected.
15620 */
15621 if (IS_VALLEYVIEW(dev_priv) || IS_CHERRYVIEW(dev_priv))
15622 pps_num = 2;
15623 else
15624 pps_num = 1;
15625
15626 for (pps_idx = 0; pps_idx < pps_num; pps_idx++) {
15627 u32 val = I915_READ(PP_CONTROL(pps_idx));
15628
15629 val = (val & ~PANEL_UNLOCK_MASK) | PANEL_UNLOCK_REGS;
15630 I915_WRITE(PP_CONTROL(pps_idx), val);
15631 }
15632}
15633
44cb734c
ID
15634static void intel_pps_init(struct drm_i915_private *dev_priv)
15635{
cc3f90f0 15636 if (HAS_PCH_SPLIT(dev_priv) || IS_GEN9_LP(dev_priv))
44cb734c
ID
15637 dev_priv->pps_mmio_base = PCH_PPS_BASE;
15638 else if (IS_VALLEYVIEW(dev_priv) || IS_CHERRYVIEW(dev_priv))
15639 dev_priv->pps_mmio_base = VLV_PPS_BASE;
15640 else
15641 dev_priv->pps_mmio_base = PPS_BASE;
8090ba8c
ID
15642
15643 intel_pps_unlock_regs_wa(dev_priv);
44cb734c
ID
15644}
15645
c39055b0 15646static void intel_setup_outputs(struct drm_i915_private *dev_priv)
79e53945 15647{
4ef69c7a 15648 struct intel_encoder *encoder;
cb0953d7 15649 bool dpd_is_edp = false;
79e53945 15650
44cb734c
ID
15651 intel_pps_init(dev_priv);
15652
97a824e1
ID
15653 /*
15654 * intel_edp_init_connector() depends on this completing first, to
15655 * prevent the registeration of both eDP and LVDS and the incorrect
15656 * sharing of the PPS.
15657 */
c39055b0 15658 intel_lvds_init(dev_priv);
79e53945 15659
6315b5d3 15660 if (intel_crt_present(dev_priv))
c39055b0 15661 intel_crt_init(dev_priv);
cb0953d7 15662
cc3f90f0 15663 if (IS_GEN9_LP(dev_priv)) {
c776eb2e
VK
15664 /*
15665 * FIXME: Broxton doesn't support port detection via the
15666 * DDI_BUF_CTL_A or SFUSE_STRAP registers, find another way to
15667 * detect the ports.
15668 */
c39055b0
ACO
15669 intel_ddi_init(dev_priv, PORT_A);
15670 intel_ddi_init(dev_priv, PORT_B);
15671 intel_ddi_init(dev_priv, PORT_C);
c6c794a2 15672
c39055b0 15673 intel_dsi_init(dev_priv);
4f8036a2 15674 } else if (HAS_DDI(dev_priv)) {
0e72a5b5
ED
15675 int found;
15676
de31facd
JB
15677 /*
15678 * Haswell uses DDI functions to detect digital outputs.
15679 * On SKL pre-D0 the strap isn't connected, so we assume
15680 * it's there.
15681 */
77179400 15682 found = I915_READ(DDI_BUF_CTL(PORT_A)) & DDI_INIT_DISPLAY_DETECTED;
de31facd 15683 /* WaIgnoreDDIAStrap: skl */
0853723b 15684 if (found || IS_SKYLAKE(dev_priv) || IS_KABYLAKE(dev_priv))
c39055b0 15685 intel_ddi_init(dev_priv, PORT_A);
0e72a5b5
ED
15686
15687 /* DDI B, C and D detection is indicated by the SFUSE_STRAP
15688 * register */
15689 found = I915_READ(SFUSE_STRAP);
15690
15691 if (found & SFUSE_STRAP_DDIB_DETECTED)
c39055b0 15692 intel_ddi_init(dev_priv, PORT_B);
0e72a5b5 15693 if (found & SFUSE_STRAP_DDIC_DETECTED)
c39055b0 15694 intel_ddi_init(dev_priv, PORT_C);
0e72a5b5 15695 if (found & SFUSE_STRAP_DDID_DETECTED)
c39055b0 15696 intel_ddi_init(dev_priv, PORT_D);
2800e4c2
RV
15697 /*
15698 * On SKL we don't have a way to detect DDI-E so we rely on VBT.
15699 */
0853723b 15700 if ((IS_SKYLAKE(dev_priv) || IS_KABYLAKE(dev_priv)) &&
2800e4c2
RV
15701 (dev_priv->vbt.ddi_port_info[PORT_E].supports_dp ||
15702 dev_priv->vbt.ddi_port_info[PORT_E].supports_dvi ||
15703 dev_priv->vbt.ddi_port_info[PORT_E].supports_hdmi))
c39055b0 15704 intel_ddi_init(dev_priv, PORT_E);
2800e4c2 15705
6e266956 15706 } else if (HAS_PCH_SPLIT(dev_priv)) {
cb0953d7 15707 int found;
dd11bc10 15708 dpd_is_edp = intel_dp_is_edp(dev_priv, PORT_D);
270b3042 15709
646d5772 15710 if (has_edp_a(dev_priv))
c39055b0 15711 intel_dp_init(dev_priv, DP_A, PORT_A);
cb0953d7 15712
dc0fa718 15713 if (I915_READ(PCH_HDMIB) & SDVO_DETECTED) {
461ed3ca 15714 /* PCH SDVOB multiplex with HDMIB */
c39055b0 15715 found = intel_sdvo_init(dev_priv, PCH_SDVOB, PORT_B);
30ad48b7 15716 if (!found)
c39055b0 15717 intel_hdmi_init(dev_priv, PCH_HDMIB, PORT_B);
5eb08b69 15718 if (!found && (I915_READ(PCH_DP_B) & DP_DETECTED))
c39055b0 15719 intel_dp_init(dev_priv, PCH_DP_B, PORT_B);
30ad48b7
ZW
15720 }
15721
dc0fa718 15722 if (I915_READ(PCH_HDMIC) & SDVO_DETECTED)
c39055b0 15723 intel_hdmi_init(dev_priv, PCH_HDMIC, PORT_C);
30ad48b7 15724
dc0fa718 15725 if (!dpd_is_edp && I915_READ(PCH_HDMID) & SDVO_DETECTED)
c39055b0 15726 intel_hdmi_init(dev_priv, PCH_HDMID, PORT_D);
30ad48b7 15727
5eb08b69 15728 if (I915_READ(PCH_DP_C) & DP_DETECTED)
c39055b0 15729 intel_dp_init(dev_priv, PCH_DP_C, PORT_C);
5eb08b69 15730
270b3042 15731 if (I915_READ(PCH_DP_D) & DP_DETECTED)
c39055b0 15732 intel_dp_init(dev_priv, PCH_DP_D, PORT_D);
920a14b2 15733 } else if (IS_VALLEYVIEW(dev_priv) || IS_CHERRYVIEW(dev_priv)) {
22f35042 15734 bool has_edp, has_port;
457c52d8 15735
e17ac6db
VS
15736 /*
15737 * The DP_DETECTED bit is the latched state of the DDC
15738 * SDA pin at boot. However since eDP doesn't require DDC
15739 * (no way to plug in a DP->HDMI dongle) the DDC pins for
15740 * eDP ports may have been muxed to an alternate function.
15741 * Thus we can't rely on the DP_DETECTED bit alone to detect
15742 * eDP ports. Consult the VBT as well as DP_DETECTED to
15743 * detect eDP ports.
22f35042
VS
15744 *
15745 * Sadly the straps seem to be missing sometimes even for HDMI
15746 * ports (eg. on Voyo V3 - CHT x7-Z8700), so check both strap
15747 * and VBT for the presence of the port. Additionally we can't
15748 * trust the port type the VBT declares as we've seen at least
15749 * HDMI ports that the VBT claim are DP or eDP.
e17ac6db 15750 */
dd11bc10 15751 has_edp = intel_dp_is_edp(dev_priv, PORT_B);
22f35042
VS
15752 has_port = intel_bios_is_port_present(dev_priv, PORT_B);
15753 if (I915_READ(VLV_DP_B) & DP_DETECTED || has_port)
c39055b0 15754 has_edp &= intel_dp_init(dev_priv, VLV_DP_B, PORT_B);
22f35042 15755 if ((I915_READ(VLV_HDMIB) & SDVO_DETECTED || has_port) && !has_edp)
c39055b0 15756 intel_hdmi_init(dev_priv, VLV_HDMIB, PORT_B);
585a94b8 15757
dd11bc10 15758 has_edp = intel_dp_is_edp(dev_priv, PORT_C);
22f35042
VS
15759 has_port = intel_bios_is_port_present(dev_priv, PORT_C);
15760 if (I915_READ(VLV_DP_C) & DP_DETECTED || has_port)
c39055b0 15761 has_edp &= intel_dp_init(dev_priv, VLV_DP_C, PORT_C);
22f35042 15762 if ((I915_READ(VLV_HDMIC) & SDVO_DETECTED || has_port) && !has_edp)
c39055b0 15763 intel_hdmi_init(dev_priv, VLV_HDMIC, PORT_C);
19c03924 15764
920a14b2 15765 if (IS_CHERRYVIEW(dev_priv)) {
22f35042
VS
15766 /*
15767 * eDP not supported on port D,
15768 * so no need to worry about it
15769 */
15770 has_port = intel_bios_is_port_present(dev_priv, PORT_D);
15771 if (I915_READ(CHV_DP_D) & DP_DETECTED || has_port)
c39055b0 15772 intel_dp_init(dev_priv, CHV_DP_D, PORT_D);
22f35042 15773 if (I915_READ(CHV_HDMID) & SDVO_DETECTED || has_port)
c39055b0 15774 intel_hdmi_init(dev_priv, CHV_HDMID, PORT_D);
9418c1f1
VS
15775 }
15776
c39055b0 15777 intel_dsi_init(dev_priv);
5db94019 15778 } else if (!IS_GEN2(dev_priv) && !IS_PINEVIEW(dev_priv)) {
27185ae1 15779 bool found = false;
7d57382e 15780
e2debe91 15781 if (I915_READ(GEN3_SDVOB) & SDVO_DETECTED) {
b01f2c3a 15782 DRM_DEBUG_KMS("probing SDVOB\n");
c39055b0 15783 found = intel_sdvo_init(dev_priv, GEN3_SDVOB, PORT_B);
9beb5fea 15784 if (!found && IS_G4X(dev_priv)) {
b01f2c3a 15785 DRM_DEBUG_KMS("probing HDMI on SDVOB\n");
c39055b0 15786 intel_hdmi_init(dev_priv, GEN4_HDMIB, PORT_B);
b01f2c3a 15787 }
27185ae1 15788
9beb5fea 15789 if (!found && IS_G4X(dev_priv))
c39055b0 15790 intel_dp_init(dev_priv, DP_B, PORT_B);
725e30ad 15791 }
13520b05
KH
15792
15793 /* Before G4X SDVOC doesn't have its own detect register */
13520b05 15794
e2debe91 15795 if (I915_READ(GEN3_SDVOB) & SDVO_DETECTED) {
b01f2c3a 15796 DRM_DEBUG_KMS("probing SDVOC\n");
c39055b0 15797 found = intel_sdvo_init(dev_priv, GEN3_SDVOC, PORT_C);
b01f2c3a 15798 }
27185ae1 15799
e2debe91 15800 if (!found && (I915_READ(GEN3_SDVOC) & SDVO_DETECTED)) {
27185ae1 15801
9beb5fea 15802 if (IS_G4X(dev_priv)) {
b01f2c3a 15803 DRM_DEBUG_KMS("probing HDMI on SDVOC\n");
c39055b0 15804 intel_hdmi_init(dev_priv, GEN4_HDMIC, PORT_C);
b01f2c3a 15805 }
9beb5fea 15806 if (IS_G4X(dev_priv))
c39055b0 15807 intel_dp_init(dev_priv, DP_C, PORT_C);
725e30ad 15808 }
27185ae1 15809
9beb5fea 15810 if (IS_G4X(dev_priv) && (I915_READ(DP_D) & DP_DETECTED))
c39055b0 15811 intel_dp_init(dev_priv, DP_D, PORT_D);
5db94019 15812 } else if (IS_GEN2(dev_priv))
c39055b0 15813 intel_dvo_init(dev_priv);
79e53945 15814
56b857a5 15815 if (SUPPORTS_TV(dev_priv))
c39055b0 15816 intel_tv_init(dev_priv);
79e53945 15817
c39055b0 15818 intel_psr_init(dev_priv);
7c8f8a70 15819
c39055b0 15820 for_each_intel_encoder(&dev_priv->drm, encoder) {
4ef69c7a
CW
15821 encoder->base.possible_crtcs = encoder->crtc_mask;
15822 encoder->base.possible_clones =
66a9278e 15823 intel_encoder_clones(encoder);
79e53945 15824 }
47356eb6 15825
c39055b0 15826 intel_init_pch_refclk(dev_priv);
270b3042 15827
c39055b0 15828 drm_helper_move_panel_connectors_to_head(&dev_priv->drm);
79e53945
JB
15829}
15830
15831static void intel_user_framebuffer_destroy(struct drm_framebuffer *fb)
15832{
60a5ca01 15833 struct drm_device *dev = fb->dev;
79e53945 15834 struct intel_framebuffer *intel_fb = to_intel_framebuffer(fb);
79e53945 15835
ef2d633e 15836 drm_framebuffer_cleanup(fb);
60a5ca01 15837 mutex_lock(&dev->struct_mutex);
ef2d633e 15838 WARN_ON(!intel_fb->obj->framebuffer_references--);
f8c417cd 15839 i915_gem_object_put(intel_fb->obj);
60a5ca01 15840 mutex_unlock(&dev->struct_mutex);
79e53945
JB
15841 kfree(intel_fb);
15842}
15843
15844static int intel_user_framebuffer_create_handle(struct drm_framebuffer *fb,
05394f39 15845 struct drm_file *file,
79e53945
JB
15846 unsigned int *handle)
15847{
15848 struct intel_framebuffer *intel_fb = to_intel_framebuffer(fb);
05394f39 15849 struct drm_i915_gem_object *obj = intel_fb->obj;
79e53945 15850
cc917ab4
CW
15851 if (obj->userptr.mm) {
15852 DRM_DEBUG("attempting to use a userptr for a framebuffer, denied\n");
15853 return -EINVAL;
15854 }
15855
05394f39 15856 return drm_gem_handle_create(file, &obj->base, handle);
79e53945
JB
15857}
15858
86c98588
RV
15859static int intel_user_framebuffer_dirty(struct drm_framebuffer *fb,
15860 struct drm_file *file,
15861 unsigned flags, unsigned color,
15862 struct drm_clip_rect *clips,
15863 unsigned num_clips)
15864{
15865 struct drm_device *dev = fb->dev;
15866 struct intel_framebuffer *intel_fb = to_intel_framebuffer(fb);
15867 struct drm_i915_gem_object *obj = intel_fb->obj;
15868
15869 mutex_lock(&dev->struct_mutex);
a6a7cc4b
CW
15870 if (obj->pin_display && obj->cache_dirty)
15871 i915_gem_clflush_object(obj, true);
74b4ea1e 15872 intel_fb_obj_flush(obj, false, ORIGIN_DIRTYFB);
86c98588
RV
15873 mutex_unlock(&dev->struct_mutex);
15874
15875 return 0;
15876}
15877
79e53945
JB
15878static const struct drm_framebuffer_funcs intel_fb_funcs = {
15879 .destroy = intel_user_framebuffer_destroy,
15880 .create_handle = intel_user_framebuffer_create_handle,
86c98588 15881 .dirty = intel_user_framebuffer_dirty,
79e53945
JB
15882};
15883
b321803d 15884static
920a14b2
TU
15885u32 intel_fb_pitch_limit(struct drm_i915_private *dev_priv,
15886 uint64_t fb_modifier, uint32_t pixel_format)
b321803d 15887{
920a14b2 15888 u32 gen = INTEL_INFO(dev_priv)->gen;
b321803d
DL
15889
15890 if (gen >= 9) {
ac484963
VS
15891 int cpp = drm_format_plane_cpp(pixel_format, 0);
15892
b321803d
DL
15893 /* "The stride in bytes must not exceed the of the size of 8K
15894 * pixels and 32K bytes."
15895 */
ac484963 15896 return min(8192 * cpp, 32768);
920a14b2
TU
15897 } else if (gen >= 5 && !IS_VALLEYVIEW(dev_priv) &&
15898 !IS_CHERRYVIEW(dev_priv)) {
b321803d
DL
15899 return 32*1024;
15900 } else if (gen >= 4) {
15901 if (fb_modifier == I915_FORMAT_MOD_X_TILED)
15902 return 16*1024;
15903 else
15904 return 32*1024;
15905 } else if (gen >= 3) {
15906 if (fb_modifier == I915_FORMAT_MOD_X_TILED)
15907 return 8*1024;
15908 else
15909 return 16*1024;
15910 } else {
15911 /* XXX DSPC is limited to 4k tiled */
15912 return 8*1024;
15913 }
15914}
15915
b5ea642a
DV
15916static int intel_framebuffer_init(struct drm_device *dev,
15917 struct intel_framebuffer *intel_fb,
15918 struct drm_mode_fb_cmd2 *mode_cmd,
15919 struct drm_i915_gem_object *obj)
79e53945 15920{
7b49f948 15921 struct drm_i915_private *dev_priv = to_i915(dev);
c2ff7370 15922 unsigned int tiling = i915_gem_object_get_tiling(obj);
79e53945 15923 int ret;
b321803d 15924 u32 pitch_limit, stride_alignment;
b3c11ac2 15925 struct drm_format_name_buf format_name;
79e53945 15926
dd4916c5
DV
15927 WARN_ON(!mutex_is_locked(&dev->struct_mutex));
15928
2a80eada 15929 if (mode_cmd->flags & DRM_MODE_FB_MODIFIERS) {
c2ff7370
VS
15930 /*
15931 * If there's a fence, enforce that
15932 * the fb modifier and tiling mode match.
15933 */
15934 if (tiling != I915_TILING_NONE &&
15935 tiling != intel_fb_modifier_to_tiling(mode_cmd->modifier[0])) {
2a80eada
DV
15936 DRM_DEBUG("tiling_mode doesn't match fb modifier\n");
15937 return -EINVAL;
15938 }
15939 } else {
c2ff7370 15940 if (tiling == I915_TILING_X) {
2a80eada 15941 mode_cmd->modifier[0] = I915_FORMAT_MOD_X_TILED;
c2ff7370 15942 } else if (tiling == I915_TILING_Y) {
2a80eada
DV
15943 DRM_DEBUG("No Y tiling for legacy addfb\n");
15944 return -EINVAL;
15945 }
15946 }
15947
9a8f0a12
TU
15948 /* Passed in modifier sanity checking. */
15949 switch (mode_cmd->modifier[0]) {
15950 case I915_FORMAT_MOD_Y_TILED:
15951 case I915_FORMAT_MOD_Yf_TILED:
6315b5d3 15952 if (INTEL_GEN(dev_priv) < 9) {
9a8f0a12
TU
15953 DRM_DEBUG("Unsupported tiling 0x%llx!\n",
15954 mode_cmd->modifier[0]);
15955 return -EINVAL;
15956 }
15957 case DRM_FORMAT_MOD_NONE:
15958 case I915_FORMAT_MOD_X_TILED:
15959 break;
15960 default:
c0f40428
JB
15961 DRM_DEBUG("Unsupported fb modifier 0x%llx!\n",
15962 mode_cmd->modifier[0]);
57cd6508 15963 return -EINVAL;
c16ed4be 15964 }
57cd6508 15965
c2ff7370
VS
15966 /*
15967 * gen2/3 display engine uses the fence if present,
15968 * so the tiling mode must match the fb modifier exactly.
15969 */
15970 if (INTEL_INFO(dev_priv)->gen < 4 &&
15971 tiling != intel_fb_modifier_to_tiling(mode_cmd->modifier[0])) {
15972 DRM_DEBUG("tiling_mode must match fb modifier exactly on gen2/3\n");
15973 return -EINVAL;
15974 }
15975
7b49f948
VS
15976 stride_alignment = intel_fb_stride_alignment(dev_priv,
15977 mode_cmd->modifier[0],
b321803d
DL
15978 mode_cmd->pixel_format);
15979 if (mode_cmd->pitches[0] & (stride_alignment - 1)) {
15980 DRM_DEBUG("pitch (%d) must be at least %u byte aligned\n",
15981 mode_cmd->pitches[0], stride_alignment);
57cd6508 15982 return -EINVAL;
c16ed4be 15983 }
57cd6508 15984
920a14b2 15985 pitch_limit = intel_fb_pitch_limit(dev_priv, mode_cmd->modifier[0],
b321803d 15986 mode_cmd->pixel_format);
a35cdaa0 15987 if (mode_cmd->pitches[0] > pitch_limit) {
b321803d
DL
15988 DRM_DEBUG("%s pitch (%u) must be at less than %d\n",
15989 mode_cmd->modifier[0] != DRM_FORMAT_MOD_NONE ?
2a80eada 15990 "tiled" : "linear",
a35cdaa0 15991 mode_cmd->pitches[0], pitch_limit);
5d7bd705 15992 return -EINVAL;
c16ed4be 15993 }
5d7bd705 15994
c2ff7370
VS
15995 /*
15996 * If there's a fence, enforce that
15997 * the fb pitch and fence stride match.
15998 */
15999 if (tiling != I915_TILING_NONE &&
3e510a8e 16000 mode_cmd->pitches[0] != i915_gem_object_get_stride(obj)) {
c16ed4be 16001 DRM_DEBUG("pitch (%d) must match tiling stride (%d)\n",
3e510a8e
CW
16002 mode_cmd->pitches[0],
16003 i915_gem_object_get_stride(obj));
5d7bd705 16004 return -EINVAL;
c16ed4be 16005 }
5d7bd705 16006
57779d06 16007 /* Reject formats not supported by any plane early. */
308e5bcb 16008 switch (mode_cmd->pixel_format) {
57779d06 16009 case DRM_FORMAT_C8:
04b3924d
VS
16010 case DRM_FORMAT_RGB565:
16011 case DRM_FORMAT_XRGB8888:
16012 case DRM_FORMAT_ARGB8888:
57779d06
VS
16013 break;
16014 case DRM_FORMAT_XRGB1555:
6315b5d3 16015 if (INTEL_GEN(dev_priv) > 3) {
b3c11ac2
EE
16016 DRM_DEBUG("unsupported pixel format: %s\n",
16017 drm_get_format_name(mode_cmd->pixel_format, &format_name));
57779d06 16018 return -EINVAL;
c16ed4be 16019 }
57779d06 16020 break;
57779d06 16021 case DRM_FORMAT_ABGR8888:
920a14b2 16022 if (!IS_VALLEYVIEW(dev_priv) && !IS_CHERRYVIEW(dev_priv) &&
6315b5d3 16023 INTEL_GEN(dev_priv) < 9) {
b3c11ac2
EE
16024 DRM_DEBUG("unsupported pixel format: %s\n",
16025 drm_get_format_name(mode_cmd->pixel_format, &format_name));
6c0fd451
DL
16026 return -EINVAL;
16027 }
16028 break;
16029 case DRM_FORMAT_XBGR8888:
04b3924d 16030 case DRM_FORMAT_XRGB2101010:
57779d06 16031 case DRM_FORMAT_XBGR2101010:
6315b5d3 16032 if (INTEL_GEN(dev_priv) < 4) {
b3c11ac2
EE
16033 DRM_DEBUG("unsupported pixel format: %s\n",
16034 drm_get_format_name(mode_cmd->pixel_format, &format_name));
57779d06 16035 return -EINVAL;
c16ed4be 16036 }
b5626747 16037 break;
7531208b 16038 case DRM_FORMAT_ABGR2101010:
920a14b2 16039 if (!IS_VALLEYVIEW(dev_priv) && !IS_CHERRYVIEW(dev_priv)) {
b3c11ac2
EE
16040 DRM_DEBUG("unsupported pixel format: %s\n",
16041 drm_get_format_name(mode_cmd->pixel_format, &format_name));
7531208b
DL
16042 return -EINVAL;
16043 }
16044 break;
04b3924d
VS
16045 case DRM_FORMAT_YUYV:
16046 case DRM_FORMAT_UYVY:
16047 case DRM_FORMAT_YVYU:
16048 case DRM_FORMAT_VYUY:
6315b5d3 16049 if (INTEL_GEN(dev_priv) < 5) {
b3c11ac2
EE
16050 DRM_DEBUG("unsupported pixel format: %s\n",
16051 drm_get_format_name(mode_cmd->pixel_format, &format_name));
57779d06 16052 return -EINVAL;
c16ed4be 16053 }
57cd6508
CW
16054 break;
16055 default:
b3c11ac2
EE
16056 DRM_DEBUG("unsupported pixel format: %s\n",
16057 drm_get_format_name(mode_cmd->pixel_format, &format_name));
57cd6508
CW
16058 return -EINVAL;
16059 }
16060
90f9a336
VS
16061 /* FIXME need to adjust LINOFF/TILEOFF accordingly. */
16062 if (mode_cmd->offsets[0] != 0)
16063 return -EINVAL;
16064
a3f913ca 16065 drm_helper_mode_fill_fb_struct(dev, &intel_fb->base, mode_cmd);
c7d73f6a
DV
16066 intel_fb->obj = obj;
16067
6687c906
VS
16068 ret = intel_fill_fb_info(dev_priv, &intel_fb->base);
16069 if (ret)
16070 return ret;
2d7a215f 16071
79e53945
JB
16072 ret = drm_framebuffer_init(dev, &intel_fb->base, &intel_fb_funcs);
16073 if (ret) {
16074 DRM_ERROR("framebuffer init failed %d\n", ret);
16075 return ret;
16076 }
16077
0b05e1e0
VS
16078 intel_fb->obj->framebuffer_references++;
16079
79e53945
JB
16080 return 0;
16081}
16082
79e53945
JB
16083static struct drm_framebuffer *
16084intel_user_framebuffer_create(struct drm_device *dev,
16085 struct drm_file *filp,
1eb83451 16086 const struct drm_mode_fb_cmd2 *user_mode_cmd)
79e53945 16087{
dcb1394e 16088 struct drm_framebuffer *fb;
05394f39 16089 struct drm_i915_gem_object *obj;
76dc3769 16090 struct drm_mode_fb_cmd2 mode_cmd = *user_mode_cmd;
79e53945 16091
03ac0642
CW
16092 obj = i915_gem_object_lookup(filp, mode_cmd.handles[0]);
16093 if (!obj)
cce13ff7 16094 return ERR_PTR(-ENOENT);
79e53945 16095
92907cbb 16096 fb = intel_framebuffer_create(dev, &mode_cmd, obj);
dcb1394e 16097 if (IS_ERR(fb))
f0cd5182 16098 i915_gem_object_put(obj);
dcb1394e
LW
16099
16100 return fb;
79e53945
JB
16101}
16102
778e23a9
CW
16103static void intel_atomic_state_free(struct drm_atomic_state *state)
16104{
16105 struct intel_atomic_state *intel_state = to_intel_atomic_state(state);
16106
16107 drm_atomic_state_default_release(state);
16108
16109 i915_sw_fence_fini(&intel_state->commit_ready);
16110
16111 kfree(state);
16112}
16113
79e53945 16114static const struct drm_mode_config_funcs intel_mode_funcs = {
79e53945 16115 .fb_create = intel_user_framebuffer_create,
0632fef6 16116 .output_poll_changed = intel_fbdev_output_poll_changed,
5ee67f1c
MR
16117 .atomic_check = intel_atomic_check,
16118 .atomic_commit = intel_atomic_commit,
de419ab6
ML
16119 .atomic_state_alloc = intel_atomic_state_alloc,
16120 .atomic_state_clear = intel_atomic_state_clear,
778e23a9 16121 .atomic_state_free = intel_atomic_state_free,
79e53945
JB
16122};
16123
88212941
ID
16124/**
16125 * intel_init_display_hooks - initialize the display modesetting hooks
16126 * @dev_priv: device private
16127 */
16128void intel_init_display_hooks(struct drm_i915_private *dev_priv)
e70236a8 16129{
88212941 16130 if (INTEL_INFO(dev_priv)->gen >= 9) {
bc8d7dff 16131 dev_priv->display.get_pipe_config = haswell_get_pipe_config;
5724dbd1
DL
16132 dev_priv->display.get_initial_plane_config =
16133 skylake_get_initial_plane_config;
bc8d7dff
DL
16134 dev_priv->display.crtc_compute_clock =
16135 haswell_crtc_compute_clock;
16136 dev_priv->display.crtc_enable = haswell_crtc_enable;
16137 dev_priv->display.crtc_disable = haswell_crtc_disable;
88212941 16138 } else if (HAS_DDI(dev_priv)) {
0e8ffe1b 16139 dev_priv->display.get_pipe_config = haswell_get_pipe_config;
5724dbd1
DL
16140 dev_priv->display.get_initial_plane_config =
16141 ironlake_get_initial_plane_config;
797d0259
ACO
16142 dev_priv->display.crtc_compute_clock =
16143 haswell_crtc_compute_clock;
4f771f10
PZ
16144 dev_priv->display.crtc_enable = haswell_crtc_enable;
16145 dev_priv->display.crtc_disable = haswell_crtc_disable;
88212941 16146 } else if (HAS_PCH_SPLIT(dev_priv)) {
0e8ffe1b 16147 dev_priv->display.get_pipe_config = ironlake_get_pipe_config;
5724dbd1
DL
16148 dev_priv->display.get_initial_plane_config =
16149 ironlake_get_initial_plane_config;
3fb37703
ACO
16150 dev_priv->display.crtc_compute_clock =
16151 ironlake_crtc_compute_clock;
76e5a89c
DV
16152 dev_priv->display.crtc_enable = ironlake_crtc_enable;
16153 dev_priv->display.crtc_disable = ironlake_crtc_disable;
65b3d6a9 16154 } else if (IS_CHERRYVIEW(dev_priv)) {
89b667f8 16155 dev_priv->display.get_pipe_config = i9xx_get_pipe_config;
5724dbd1
DL
16156 dev_priv->display.get_initial_plane_config =
16157 i9xx_get_initial_plane_config;
65b3d6a9
ACO
16158 dev_priv->display.crtc_compute_clock = chv_crtc_compute_clock;
16159 dev_priv->display.crtc_enable = valleyview_crtc_enable;
16160 dev_priv->display.crtc_disable = i9xx_crtc_disable;
16161 } else if (IS_VALLEYVIEW(dev_priv)) {
16162 dev_priv->display.get_pipe_config = i9xx_get_pipe_config;
16163 dev_priv->display.get_initial_plane_config =
16164 i9xx_get_initial_plane_config;
16165 dev_priv->display.crtc_compute_clock = vlv_crtc_compute_clock;
89b667f8
JB
16166 dev_priv->display.crtc_enable = valleyview_crtc_enable;
16167 dev_priv->display.crtc_disable = i9xx_crtc_disable;
19ec6693
ACO
16168 } else if (IS_G4X(dev_priv)) {
16169 dev_priv->display.get_pipe_config = i9xx_get_pipe_config;
16170 dev_priv->display.get_initial_plane_config =
16171 i9xx_get_initial_plane_config;
16172 dev_priv->display.crtc_compute_clock = g4x_crtc_compute_clock;
16173 dev_priv->display.crtc_enable = i9xx_crtc_enable;
16174 dev_priv->display.crtc_disable = i9xx_crtc_disable;
70e8aa21
ACO
16175 } else if (IS_PINEVIEW(dev_priv)) {
16176 dev_priv->display.get_pipe_config = i9xx_get_pipe_config;
16177 dev_priv->display.get_initial_plane_config =
16178 i9xx_get_initial_plane_config;
16179 dev_priv->display.crtc_compute_clock = pnv_crtc_compute_clock;
16180 dev_priv->display.crtc_enable = i9xx_crtc_enable;
16181 dev_priv->display.crtc_disable = i9xx_crtc_disable;
81c97f52 16182 } else if (!IS_GEN2(dev_priv)) {
0e8ffe1b 16183 dev_priv->display.get_pipe_config = i9xx_get_pipe_config;
5724dbd1
DL
16184 dev_priv->display.get_initial_plane_config =
16185 i9xx_get_initial_plane_config;
d6dfee7a 16186 dev_priv->display.crtc_compute_clock = i9xx_crtc_compute_clock;
76e5a89c
DV
16187 dev_priv->display.crtc_enable = i9xx_crtc_enable;
16188 dev_priv->display.crtc_disable = i9xx_crtc_disable;
81c97f52
ACO
16189 } else {
16190 dev_priv->display.get_pipe_config = i9xx_get_pipe_config;
16191 dev_priv->display.get_initial_plane_config =
16192 i9xx_get_initial_plane_config;
16193 dev_priv->display.crtc_compute_clock = i8xx_crtc_compute_clock;
16194 dev_priv->display.crtc_enable = i9xx_crtc_enable;
16195 dev_priv->display.crtc_disable = i9xx_crtc_disable;
f564048e 16196 }
e70236a8 16197
e70236a8 16198 /* Returns the core display clock speed */
88212941 16199 if (IS_SKYLAKE(dev_priv) || IS_KABYLAKE(dev_priv))
1652d19e
VS
16200 dev_priv->display.get_display_clock_speed =
16201 skylake_get_display_clock_speed;
89b3c3c7 16202 else if (IS_GEN9_LP(dev_priv))
acd3f3d3
BP
16203 dev_priv->display.get_display_clock_speed =
16204 broxton_get_display_clock_speed;
88212941 16205 else if (IS_BROADWELL(dev_priv))
1652d19e
VS
16206 dev_priv->display.get_display_clock_speed =
16207 broadwell_get_display_clock_speed;
88212941 16208 else if (IS_HASWELL(dev_priv))
1652d19e
VS
16209 dev_priv->display.get_display_clock_speed =
16210 haswell_get_display_clock_speed;
88212941 16211 else if (IS_VALLEYVIEW(dev_priv) || IS_CHERRYVIEW(dev_priv))
25eb05fc
JB
16212 dev_priv->display.get_display_clock_speed =
16213 valleyview_get_display_clock_speed;
88212941 16214 else if (IS_GEN5(dev_priv))
b37a6434
VS
16215 dev_priv->display.get_display_clock_speed =
16216 ilk_get_display_clock_speed;
c0f86832 16217 else if (IS_I945G(dev_priv) || IS_I965G(dev_priv) ||
88212941 16218 IS_GEN6(dev_priv) || IS_IVYBRIDGE(dev_priv))
e70236a8
JB
16219 dev_priv->display.get_display_clock_speed =
16220 i945_get_display_clock_speed;
88212941 16221 else if (IS_GM45(dev_priv))
34edce2f
VS
16222 dev_priv->display.get_display_clock_speed =
16223 gm45_get_display_clock_speed;
c0f86832 16224 else if (IS_I965GM(dev_priv))
34edce2f
VS
16225 dev_priv->display.get_display_clock_speed =
16226 i965gm_get_display_clock_speed;
88212941 16227 else if (IS_PINEVIEW(dev_priv))
34edce2f
VS
16228 dev_priv->display.get_display_clock_speed =
16229 pnv_get_display_clock_speed;
88212941 16230 else if (IS_G33(dev_priv) || IS_G4X(dev_priv))
34edce2f
VS
16231 dev_priv->display.get_display_clock_speed =
16232 g33_get_display_clock_speed;
88212941 16233 else if (IS_I915G(dev_priv))
e70236a8
JB
16234 dev_priv->display.get_display_clock_speed =
16235 i915_get_display_clock_speed;
2a307c2e 16236 else if (IS_I945GM(dev_priv) || IS_I845G(dev_priv))
e70236a8
JB
16237 dev_priv->display.get_display_clock_speed =
16238 i9xx_misc_get_display_clock_speed;
88212941 16239 else if (IS_I915GM(dev_priv))
e70236a8
JB
16240 dev_priv->display.get_display_clock_speed =
16241 i915gm_get_display_clock_speed;
88212941 16242 else if (IS_I865G(dev_priv))
e70236a8
JB
16243 dev_priv->display.get_display_clock_speed =
16244 i865_get_display_clock_speed;
88212941 16245 else if (IS_I85X(dev_priv))
e70236a8 16246 dev_priv->display.get_display_clock_speed =
1b1d2716 16247 i85x_get_display_clock_speed;
623e01e5 16248 else { /* 830 */
88212941 16249 WARN(!IS_I830(dev_priv), "Unknown platform. Assuming 133 MHz CDCLK\n");
e70236a8
JB
16250 dev_priv->display.get_display_clock_speed =
16251 i830_get_display_clock_speed;
623e01e5 16252 }
e70236a8 16253
88212941 16254 if (IS_GEN5(dev_priv)) {
3bb11b53 16255 dev_priv->display.fdi_link_train = ironlake_fdi_link_train;
88212941 16256 } else if (IS_GEN6(dev_priv)) {
3bb11b53 16257 dev_priv->display.fdi_link_train = gen6_fdi_link_train;
88212941 16258 } else if (IS_IVYBRIDGE(dev_priv)) {
3bb11b53
SJ
16259 /* FIXME: detect B0+ stepping and use auto training */
16260 dev_priv->display.fdi_link_train = ivb_manual_fdi_link_train;
88212941 16261 } else if (IS_HASWELL(dev_priv) || IS_BROADWELL(dev_priv)) {
3bb11b53 16262 dev_priv->display.fdi_link_train = hsw_fdi_link_train;
445e780b
VS
16263 }
16264
16265 if (IS_BROADWELL(dev_priv)) {
16266 dev_priv->display.modeset_commit_cdclk =
16267 broadwell_modeset_commit_cdclk;
16268 dev_priv->display.modeset_calc_cdclk =
16269 broadwell_modeset_calc_cdclk;
88212941 16270 } else if (IS_VALLEYVIEW(dev_priv) || IS_CHERRYVIEW(dev_priv)) {
27c329ed
ML
16271 dev_priv->display.modeset_commit_cdclk =
16272 valleyview_modeset_commit_cdclk;
16273 dev_priv->display.modeset_calc_cdclk =
16274 valleyview_modeset_calc_cdclk;
89b3c3c7 16275 } else if (IS_GEN9_LP(dev_priv)) {
27c329ed 16276 dev_priv->display.modeset_commit_cdclk =
324513c0 16277 bxt_modeset_commit_cdclk;
27c329ed 16278 dev_priv->display.modeset_calc_cdclk =
324513c0 16279 bxt_modeset_calc_cdclk;
c89e39f3
CT
16280 } else if (IS_SKYLAKE(dev_priv) || IS_KABYLAKE(dev_priv)) {
16281 dev_priv->display.modeset_commit_cdclk =
16282 skl_modeset_commit_cdclk;
16283 dev_priv->display.modeset_calc_cdclk =
16284 skl_modeset_calc_cdclk;
e70236a8 16285 }
5a21b665 16286
27082493
L
16287 if (dev_priv->info.gen >= 9)
16288 dev_priv->display.update_crtcs = skl_update_crtcs;
16289 else
16290 dev_priv->display.update_crtcs = intel_update_crtcs;
16291
5a21b665
DV
16292 switch (INTEL_INFO(dev_priv)->gen) {
16293 case 2:
16294 dev_priv->display.queue_flip = intel_gen2_queue_flip;
16295 break;
16296
16297 case 3:
16298 dev_priv->display.queue_flip = intel_gen3_queue_flip;
16299 break;
16300
16301 case 4:
16302 case 5:
16303 dev_priv->display.queue_flip = intel_gen4_queue_flip;
16304 break;
16305
16306 case 6:
16307 dev_priv->display.queue_flip = intel_gen6_queue_flip;
16308 break;
16309 case 7:
16310 case 8: /* FIXME(BDW): Check that the gen8 RCS flip works. */
16311 dev_priv->display.queue_flip = intel_gen7_queue_flip;
16312 break;
16313 case 9:
16314 /* Drop through - unsupported since execlist only. */
16315 default:
16316 /* Default just returns -ENODEV to indicate unsupported */
16317 dev_priv->display.queue_flip = intel_default_queue_flip;
16318 }
e70236a8
JB
16319}
16320
b690e96c
JB
16321/*
16322 * Some BIOSes insist on assuming the GPU's pipe A is enabled at suspend,
16323 * resume, or other times. This quirk makes sure that's the case for
16324 * affected systems.
16325 */
0206e353 16326static void quirk_pipea_force(struct drm_device *dev)
b690e96c 16327{
fac5e23e 16328 struct drm_i915_private *dev_priv = to_i915(dev);
b690e96c
JB
16329
16330 dev_priv->quirks |= QUIRK_PIPEA_FORCE;
bc0daf48 16331 DRM_INFO("applying pipe a force quirk\n");
b690e96c
JB
16332}
16333
b6b5d049
VS
16334static void quirk_pipeb_force(struct drm_device *dev)
16335{
fac5e23e 16336 struct drm_i915_private *dev_priv = to_i915(dev);
b6b5d049
VS
16337
16338 dev_priv->quirks |= QUIRK_PIPEB_FORCE;
16339 DRM_INFO("applying pipe b force quirk\n");
16340}
16341
435793df
KP
16342/*
16343 * Some machines (Lenovo U160) do not work with SSC on LVDS for some reason
16344 */
16345static void quirk_ssc_force_disable(struct drm_device *dev)
16346{
fac5e23e 16347 struct drm_i915_private *dev_priv = to_i915(dev);
435793df 16348 dev_priv->quirks |= QUIRK_LVDS_SSC_DISABLE;
bc0daf48 16349 DRM_INFO("applying lvds SSC disable quirk\n");
435793df
KP
16350}
16351
4dca20ef 16352/*
5a15ab5b
CE
16353 * A machine (e.g. Acer Aspire 5734Z) may need to invert the panel backlight
16354 * brightness value
4dca20ef
CE
16355 */
16356static void quirk_invert_brightness(struct drm_device *dev)
16357{
fac5e23e 16358 struct drm_i915_private *dev_priv = to_i915(dev);
4dca20ef 16359 dev_priv->quirks |= QUIRK_INVERT_BRIGHTNESS;
bc0daf48 16360 DRM_INFO("applying inverted panel brightness quirk\n");
435793df
KP
16361}
16362
9c72cc6f
SD
16363/* Some VBT's incorrectly indicate no backlight is present */
16364static void quirk_backlight_present(struct drm_device *dev)
16365{
fac5e23e 16366 struct drm_i915_private *dev_priv = to_i915(dev);
9c72cc6f
SD
16367 dev_priv->quirks |= QUIRK_BACKLIGHT_PRESENT;
16368 DRM_INFO("applying backlight present quirk\n");
16369}
16370
b690e96c
JB
16371struct intel_quirk {
16372 int device;
16373 int subsystem_vendor;
16374 int subsystem_device;
16375 void (*hook)(struct drm_device *dev);
16376};
16377
5f85f176
EE
16378/* For systems that don't have a meaningful PCI subdevice/subvendor ID */
16379struct intel_dmi_quirk {
16380 void (*hook)(struct drm_device *dev);
16381 const struct dmi_system_id (*dmi_id_list)[];
16382};
16383
16384static int intel_dmi_reverse_brightness(const struct dmi_system_id *id)
16385{
16386 DRM_INFO("Backlight polarity reversed on %s\n", id->ident);
16387 return 1;
16388}
16389
16390static const struct intel_dmi_quirk intel_dmi_quirks[] = {
16391 {
16392 .dmi_id_list = &(const struct dmi_system_id[]) {
16393 {
16394 .callback = intel_dmi_reverse_brightness,
16395 .ident = "NCR Corporation",
16396 .matches = {DMI_MATCH(DMI_SYS_VENDOR, "NCR Corporation"),
16397 DMI_MATCH(DMI_PRODUCT_NAME, ""),
16398 },
16399 },
16400 { } /* terminating entry */
16401 },
16402 .hook = quirk_invert_brightness,
16403 },
16404};
16405
c43b5634 16406static struct intel_quirk intel_quirks[] = {
b690e96c
JB
16407 /* Toshiba Protege R-205, S-209 needs pipe A force quirk */
16408 { 0x2592, 0x1179, 0x0001, quirk_pipea_force },
16409
b690e96c
JB
16410 /* ThinkPad T60 needs pipe A force quirk (bug #16494) */
16411 { 0x2782, 0x17aa, 0x201a, quirk_pipea_force },
16412
5f080c0f
VS
16413 /* 830 needs to leave pipe A & dpll A up */
16414 { 0x3577, PCI_ANY_ID, PCI_ANY_ID, quirk_pipea_force },
16415
b6b5d049
VS
16416 /* 830 needs to leave pipe B & dpll B up */
16417 { 0x3577, PCI_ANY_ID, PCI_ANY_ID, quirk_pipeb_force },
16418
435793df
KP
16419 /* Lenovo U160 cannot use SSC on LVDS */
16420 { 0x0046, 0x17aa, 0x3920, quirk_ssc_force_disable },
070d329a
MAS
16421
16422 /* Sony Vaio Y cannot use SSC on LVDS */
16423 { 0x0046, 0x104d, 0x9076, quirk_ssc_force_disable },
5a15ab5b 16424
be505f64
AH
16425 /* Acer Aspire 5734Z must invert backlight brightness */
16426 { 0x2a42, 0x1025, 0x0459, quirk_invert_brightness },
16427
16428 /* Acer/eMachines G725 */
16429 { 0x2a42, 0x1025, 0x0210, quirk_invert_brightness },
16430
16431 /* Acer/eMachines e725 */
16432 { 0x2a42, 0x1025, 0x0212, quirk_invert_brightness },
16433
16434 /* Acer/Packard Bell NCL20 */
16435 { 0x2a42, 0x1025, 0x034b, quirk_invert_brightness },
16436
16437 /* Acer Aspire 4736Z */
16438 { 0x2a42, 0x1025, 0x0260, quirk_invert_brightness },
0f540c3a
JN
16439
16440 /* Acer Aspire 5336 */
16441 { 0x2a42, 0x1025, 0x048a, quirk_invert_brightness },
2e93a1aa
SD
16442
16443 /* Acer C720 and C720P Chromebooks (Celeron 2955U) have backlights */
16444 { 0x0a06, 0x1025, 0x0a11, quirk_backlight_present },
d4967d8c 16445
dfb3d47b
SD
16446 /* Acer C720 Chromebook (Core i3 4005U) */
16447 { 0x0a16, 0x1025, 0x0a11, quirk_backlight_present },
16448
b2a9601c 16449 /* Apple Macbook 2,1 (Core 2 T7400) */
16450 { 0x27a2, 0x8086, 0x7270, quirk_backlight_present },
16451
1b9448b0
JN
16452 /* Apple Macbook 4,1 */
16453 { 0x2a02, 0x106b, 0x00a1, quirk_backlight_present },
16454
d4967d8c
SD
16455 /* Toshiba CB35 Chromebook (Celeron 2955U) */
16456 { 0x0a06, 0x1179, 0x0a88, quirk_backlight_present },
724cb06f
SD
16457
16458 /* HP Chromebook 14 (Celeron 2955U) */
16459 { 0x0a06, 0x103c, 0x21ed, quirk_backlight_present },
cf6f0af9
JN
16460
16461 /* Dell Chromebook 11 */
16462 { 0x0a06, 0x1028, 0x0a35, quirk_backlight_present },
9be64eee
JN
16463
16464 /* Dell Chromebook 11 (2015 version) */
16465 { 0x0a16, 0x1028, 0x0a35, quirk_backlight_present },
b690e96c
JB
16466};
16467
16468static void intel_init_quirks(struct drm_device *dev)
16469{
16470 struct pci_dev *d = dev->pdev;
16471 int i;
16472
16473 for (i = 0; i < ARRAY_SIZE(intel_quirks); i++) {
16474 struct intel_quirk *q = &intel_quirks[i];
16475
16476 if (d->device == q->device &&
16477 (d->subsystem_vendor == q->subsystem_vendor ||
16478 q->subsystem_vendor == PCI_ANY_ID) &&
16479 (d->subsystem_device == q->subsystem_device ||
16480 q->subsystem_device == PCI_ANY_ID))
16481 q->hook(dev);
16482 }
5f85f176
EE
16483 for (i = 0; i < ARRAY_SIZE(intel_dmi_quirks); i++) {
16484 if (dmi_check_system(*intel_dmi_quirks[i].dmi_id_list) != 0)
16485 intel_dmi_quirks[i].hook(dev);
16486 }
b690e96c
JB
16487}
16488
9cce37f4 16489/* Disable the VGA plane that we never use */
29b74b7f 16490static void i915_disable_vga(struct drm_i915_private *dev_priv)
9cce37f4 16491{
52a05c30 16492 struct pci_dev *pdev = dev_priv->drm.pdev;
9cce37f4 16493 u8 sr1;
920a14b2 16494 i915_reg_t vga_reg = i915_vgacntrl_reg(dev_priv);
9cce37f4 16495
2b37c616 16496 /* WaEnableVGAAccessThroughIOPort:ctg,elk,ilk,snb,ivb,vlv,hsw */
52a05c30 16497 vga_get_uninterruptible(pdev, VGA_RSRC_LEGACY_IO);
3fdcf431 16498 outb(SR01, VGA_SR_INDEX);
9cce37f4
JB
16499 sr1 = inb(VGA_SR_DATA);
16500 outb(sr1 | 1<<5, VGA_SR_DATA);
52a05c30 16501 vga_put(pdev, VGA_RSRC_LEGACY_IO);
9cce37f4
JB
16502 udelay(300);
16503
01f5a626 16504 I915_WRITE(vga_reg, VGA_DISP_DISABLE);
9cce37f4
JB
16505 POSTING_READ(vga_reg);
16506}
16507
f817586c
DV
16508void intel_modeset_init_hw(struct drm_device *dev)
16509{
fac5e23e 16510 struct drm_i915_private *dev_priv = to_i915(dev);
1a617b77 16511
4c75b940 16512 intel_update_cdclk(dev_priv);
1a617b77
ML
16513
16514 dev_priv->atomic_cdclk_freq = dev_priv->cdclk_freq;
16515
46f16e63 16516 intel_init_clock_gating(dev_priv);
f817586c
DV
16517}
16518
d93c0372
MR
16519/*
16520 * Calculate what we think the watermarks should be for the state we've read
16521 * out of the hardware and then immediately program those watermarks so that
16522 * we ensure the hardware settings match our internal state.
16523 *
16524 * We can calculate what we think WM's should be by creating a duplicate of the
16525 * current state (which was constructed during hardware readout) and running it
16526 * through the atomic check code to calculate new watermark values in the
16527 * state object.
16528 */
16529static void sanitize_watermarks(struct drm_device *dev)
16530{
16531 struct drm_i915_private *dev_priv = to_i915(dev);
16532 struct drm_atomic_state *state;
ccf010fb 16533 struct intel_atomic_state *intel_state;
d93c0372
MR
16534 struct drm_crtc *crtc;
16535 struct drm_crtc_state *cstate;
16536 struct drm_modeset_acquire_ctx ctx;
16537 int ret;
16538 int i;
16539
16540 /* Only supported on platforms that use atomic watermark design */
ed4a6a7c 16541 if (!dev_priv->display.optimize_watermarks)
d93c0372
MR
16542 return;
16543
16544 /*
16545 * We need to hold connection_mutex before calling duplicate_state so
16546 * that the connector loop is protected.
16547 */
16548 drm_modeset_acquire_init(&ctx, 0);
16549retry:
0cd1262d 16550 ret = drm_modeset_lock_all_ctx(dev, &ctx);
d93c0372
MR
16551 if (ret == -EDEADLK) {
16552 drm_modeset_backoff(&ctx);
16553 goto retry;
16554 } else if (WARN_ON(ret)) {
0cd1262d 16555 goto fail;
d93c0372
MR
16556 }
16557
16558 state = drm_atomic_helper_duplicate_state(dev, &ctx);
16559 if (WARN_ON(IS_ERR(state)))
0cd1262d 16560 goto fail;
d93c0372 16561
ccf010fb
ML
16562 intel_state = to_intel_atomic_state(state);
16563
ed4a6a7c
MR
16564 /*
16565 * Hardware readout is the only time we don't want to calculate
16566 * intermediate watermarks (since we don't trust the current
16567 * watermarks).
16568 */
ccf010fb 16569 intel_state->skip_intermediate_wm = true;
ed4a6a7c 16570
d93c0372
MR
16571 ret = intel_atomic_check(dev, state);
16572 if (ret) {
16573 /*
16574 * If we fail here, it means that the hardware appears to be
16575 * programmed in a way that shouldn't be possible, given our
16576 * understanding of watermark requirements. This might mean a
16577 * mistake in the hardware readout code or a mistake in the
16578 * watermark calculations for a given platform. Raise a WARN
16579 * so that this is noticeable.
16580 *
16581 * If this actually happens, we'll have to just leave the
16582 * BIOS-programmed watermarks untouched and hope for the best.
16583 */
16584 WARN(true, "Could not determine valid watermarks for inherited state\n");
b9a1b717 16585 goto put_state;
d93c0372
MR
16586 }
16587
16588 /* Write calculated watermark values back */
d93c0372
MR
16589 for_each_crtc_in_state(state, crtc, cstate, i) {
16590 struct intel_crtc_state *cs = to_intel_crtc_state(cstate);
16591
ed4a6a7c 16592 cs->wm.need_postvbl_update = true;
ccf010fb 16593 dev_priv->display.optimize_watermarks(intel_state, cs);
d93c0372
MR
16594 }
16595
b9a1b717 16596put_state:
0853695c 16597 drm_atomic_state_put(state);
0cd1262d 16598fail:
d93c0372
MR
16599 drm_modeset_drop_locks(&ctx);
16600 drm_modeset_acquire_fini(&ctx);
16601}
16602
eb955eee
CW
16603static void intel_atomic_helper_free_state(struct work_struct *work)
16604{
16605 struct drm_i915_private *dev_priv =
16606 container_of(work, typeof(*dev_priv), atomic_helper.free_work);
16607 struct intel_atomic_state *state, *next;
16608 struct llist_node *freed;
16609
16610 freed = llist_del_all(&dev_priv->atomic_helper.free_list);
16611 llist_for_each_entry_safe(state, next, freed, freed)
16612 drm_atomic_state_put(&state->base);
16613}
16614
b079bd17 16615int intel_modeset_init(struct drm_device *dev)
79e53945 16616{
72e96d64
JL
16617 struct drm_i915_private *dev_priv = to_i915(dev);
16618 struct i915_ggtt *ggtt = &dev_priv->ggtt;
8cc87b75 16619 enum pipe pipe;
46f297fb 16620 struct intel_crtc *crtc;
79e53945
JB
16621
16622 drm_mode_config_init(dev);
16623
16624 dev->mode_config.min_width = 0;
16625 dev->mode_config.min_height = 0;
16626
019d96cb
DA
16627 dev->mode_config.preferred_depth = 24;
16628 dev->mode_config.prefer_shadow = 1;
16629
25bab385
TU
16630 dev->mode_config.allow_fb_modifiers = true;
16631
e6ecefaa 16632 dev->mode_config.funcs = &intel_mode_funcs;
79e53945 16633
eb955eee
CW
16634 INIT_WORK(&dev_priv->atomic_helper.free_work,
16635 intel_atomic_helper_free_state);
16636
b690e96c
JB
16637 intel_init_quirks(dev);
16638
62d75df7 16639 intel_init_pm(dev_priv);
1fa61106 16640
b7f05d4a 16641 if (INTEL_INFO(dev_priv)->num_pipes == 0)
b079bd17 16642 return 0;
e3c74757 16643
69f92f67
LW
16644 /*
16645 * There may be no VBT; and if the BIOS enabled SSC we can
16646 * just keep using it to avoid unnecessary flicker. Whereas if the
16647 * BIOS isn't using it, don't assume it will work even if the VBT
16648 * indicates as much.
16649 */
6e266956 16650 if (HAS_PCH_IBX(dev_priv) || HAS_PCH_CPT(dev_priv)) {
69f92f67
LW
16651 bool bios_lvds_use_ssc = !!(I915_READ(PCH_DREF_CONTROL) &
16652 DREF_SSC1_ENABLE);
16653
16654 if (dev_priv->vbt.lvds_use_ssc != bios_lvds_use_ssc) {
16655 DRM_DEBUG_KMS("SSC %sabled by BIOS, overriding VBT which says %sabled\n",
16656 bios_lvds_use_ssc ? "en" : "dis",
16657 dev_priv->vbt.lvds_use_ssc ? "en" : "dis");
16658 dev_priv->vbt.lvds_use_ssc = bios_lvds_use_ssc;
16659 }
16660 }
16661
5db94019 16662 if (IS_GEN2(dev_priv)) {
a6c45cf0
CW
16663 dev->mode_config.max_width = 2048;
16664 dev->mode_config.max_height = 2048;
5db94019 16665 } else if (IS_GEN3(dev_priv)) {
5e4d6fa7
KP
16666 dev->mode_config.max_width = 4096;
16667 dev->mode_config.max_height = 4096;
79e53945 16668 } else {
a6c45cf0
CW
16669 dev->mode_config.max_width = 8192;
16670 dev->mode_config.max_height = 8192;
79e53945 16671 }
068be561 16672
2a307c2e
JN
16673 if (IS_I845G(dev_priv) || IS_I865G(dev_priv)) {
16674 dev->mode_config.cursor_width = IS_I845G(dev_priv) ? 64 : 512;
dc41c154 16675 dev->mode_config.cursor_height = 1023;
5db94019 16676 } else if (IS_GEN2(dev_priv)) {
068be561
DL
16677 dev->mode_config.cursor_width = GEN2_CURSOR_WIDTH;
16678 dev->mode_config.cursor_height = GEN2_CURSOR_HEIGHT;
16679 } else {
16680 dev->mode_config.cursor_width = MAX_CURSOR_WIDTH;
16681 dev->mode_config.cursor_height = MAX_CURSOR_HEIGHT;
16682 }
16683
72e96d64 16684 dev->mode_config.fb_base = ggtt->mappable_base;
79e53945 16685
28c97730 16686 DRM_DEBUG_KMS("%d display pipe%s available.\n",
b7f05d4a
TU
16687 INTEL_INFO(dev_priv)->num_pipes,
16688 INTEL_INFO(dev_priv)->num_pipes > 1 ? "s" : "");
79e53945 16689
055e393f 16690 for_each_pipe(dev_priv, pipe) {
b079bd17
VS
16691 int ret;
16692
5ab0d85b 16693 ret = intel_crtc_init(dev_priv, pipe);
b079bd17
VS
16694 if (ret) {
16695 drm_mode_config_cleanup(dev);
16696 return ret;
16697 }
79e53945
JB
16698 }
16699
bfa7df01 16700 intel_update_czclk(dev_priv);
4c75b940 16701 intel_update_cdclk(dev_priv);
6a259b1f 16702 dev_priv->atomic_cdclk_freq = dev_priv->cdclk_freq;
bfa7df01 16703
e72f9fbf 16704 intel_shared_dpll_init(dev);
ee7b9f93 16705
b2045352 16706 if (dev_priv->max_cdclk_freq == 0)
4c75b940 16707 intel_update_max_cdclk(dev_priv);
b2045352 16708
9cce37f4 16709 /* Just disable it once at startup */
29b74b7f 16710 i915_disable_vga(dev_priv);
c39055b0 16711 intel_setup_outputs(dev_priv);
11be49eb 16712
6e9f798d 16713 drm_modeset_lock_all(dev);
043e9bda 16714 intel_modeset_setup_hw_state(dev);
6e9f798d 16715 drm_modeset_unlock_all(dev);
46f297fb 16716
d3fcc808 16717 for_each_intel_crtc(dev, crtc) {
eeebeac5
ML
16718 struct intel_initial_plane_config plane_config = {};
16719
46f297fb
JB
16720 if (!crtc->active)
16721 continue;
16722
46f297fb 16723 /*
46f297fb
JB
16724 * Note that reserving the BIOS fb up front prevents us
16725 * from stuffing other stolen allocations like the ring
16726 * on top. This prevents some ugliness at boot time, and
16727 * can even allow for smooth boot transitions if the BIOS
16728 * fb is large enough for the active pipe configuration.
16729 */
eeebeac5
ML
16730 dev_priv->display.get_initial_plane_config(crtc,
16731 &plane_config);
16732
16733 /*
16734 * If the fb is shared between multiple heads, we'll
16735 * just get the first one.
16736 */
16737 intel_find_initial_plane_obj(crtc, &plane_config);
46f297fb 16738 }
d93c0372
MR
16739
16740 /*
16741 * Make sure hardware watermarks really match the state we read out.
16742 * Note that we need to do this after reconstructing the BIOS fb's
16743 * since the watermark calculation done here will use pstate->fb.
16744 */
16745 sanitize_watermarks(dev);
b079bd17
VS
16746
16747 return 0;
2c7111db
CW
16748}
16749
7fad798e
DV
16750static void intel_enable_pipe_a(struct drm_device *dev)
16751{
16752 struct intel_connector *connector;
16753 struct drm_connector *crt = NULL;
16754 struct intel_load_detect_pipe load_detect_temp;
208bf9fd 16755 struct drm_modeset_acquire_ctx *ctx = dev->mode_config.acquire_ctx;
7fad798e
DV
16756
16757 /* We can't just switch on the pipe A, we need to set things up with a
16758 * proper mode and output configuration. As a gross hack, enable pipe A
16759 * by enabling the load detect pipe once. */
3a3371ff 16760 for_each_intel_connector(dev, connector) {
7fad798e
DV
16761 if (connector->encoder->type == INTEL_OUTPUT_ANALOG) {
16762 crt = &connector->base;
16763 break;
16764 }
16765 }
16766
16767 if (!crt)
16768 return;
16769
208bf9fd 16770 if (intel_get_load_detect_pipe(crt, NULL, &load_detect_temp, ctx))
49172fee 16771 intel_release_load_detect_pipe(crt, &load_detect_temp, ctx);
7fad798e
DV
16772}
16773
fa555837
DV
16774static bool
16775intel_check_plane_mapping(struct intel_crtc *crtc)
16776{
b7f05d4a 16777 struct drm_i915_private *dev_priv = to_i915(crtc->base.dev);
649636ef 16778 u32 val;
fa555837 16779
b7f05d4a 16780 if (INTEL_INFO(dev_priv)->num_pipes == 1)
fa555837
DV
16781 return true;
16782
649636ef 16783 val = I915_READ(DSPCNTR(!crtc->plane));
fa555837
DV
16784
16785 if ((val & DISPLAY_PLANE_ENABLE) &&
16786 (!!(val & DISPPLANE_SEL_PIPE_MASK) == crtc->pipe))
16787 return false;
16788
16789 return true;
16790}
16791
02e93c35
VS
16792static bool intel_crtc_has_encoders(struct intel_crtc *crtc)
16793{
16794 struct drm_device *dev = crtc->base.dev;
16795 struct intel_encoder *encoder;
16796
16797 for_each_encoder_on_crtc(dev, &crtc->base, encoder)
16798 return true;
16799
16800 return false;
16801}
16802
496b0fc3
ML
16803static struct intel_connector *intel_encoder_find_connector(struct intel_encoder *encoder)
16804{
16805 struct drm_device *dev = encoder->base.dev;
16806 struct intel_connector *connector;
16807
16808 for_each_connector_on_encoder(dev, &encoder->base, connector)
16809 return connector;
16810
16811 return NULL;
16812}
16813
a168f5b3
VS
16814static bool has_pch_trancoder(struct drm_i915_private *dev_priv,
16815 enum transcoder pch_transcoder)
16816{
16817 return HAS_PCH_IBX(dev_priv) || HAS_PCH_CPT(dev_priv) ||
16818 (HAS_PCH_LPT_H(dev_priv) && pch_transcoder == TRANSCODER_A);
16819}
16820
24929352
DV
16821static void intel_sanitize_crtc(struct intel_crtc *crtc)
16822{
16823 struct drm_device *dev = crtc->base.dev;
fac5e23e 16824 struct drm_i915_private *dev_priv = to_i915(dev);
4d1de975 16825 enum transcoder cpu_transcoder = crtc->config->cpu_transcoder;
24929352 16826
24929352 16827 /* Clear any frame start delays used for debugging left by the BIOS */
4d1de975
JN
16828 if (!transcoder_is_dsi(cpu_transcoder)) {
16829 i915_reg_t reg = PIPECONF(cpu_transcoder);
16830
16831 I915_WRITE(reg,
16832 I915_READ(reg) & ~PIPECONF_FRAME_START_DELAY_MASK);
16833 }
24929352 16834
d3eaf884 16835 /* restore vblank interrupts to correct state */
9625604c 16836 drm_crtc_vblank_reset(&crtc->base);
d297e103 16837 if (crtc->active) {
f9cd7b88
VS
16838 struct intel_plane *plane;
16839
9625604c 16840 drm_crtc_vblank_on(&crtc->base);
f9cd7b88
VS
16841
16842 /* Disable everything but the primary plane */
16843 for_each_intel_plane_on_crtc(dev, crtc, plane) {
16844 if (plane->base.type == DRM_PLANE_TYPE_PRIMARY)
16845 continue;
16846
16847 plane->disable_plane(&plane->base, &crtc->base);
16848 }
9625604c 16849 }
d3eaf884 16850
24929352 16851 /* We need to sanitize the plane -> pipe mapping first because this will
fa555837
DV
16852 * disable the crtc (and hence change the state) if it is wrong. Note
16853 * that gen4+ has a fixed plane -> pipe mapping. */
6315b5d3 16854 if (INTEL_GEN(dev_priv) < 4 && !intel_check_plane_mapping(crtc)) {
24929352
DV
16855 bool plane;
16856
78108b7c
VS
16857 DRM_DEBUG_KMS("[CRTC:%d:%s] wrong plane connection detected!\n",
16858 crtc->base.base.id, crtc->base.name);
24929352
DV
16859
16860 /* Pipe has the wrong plane attached and the plane is active.
16861 * Temporarily change the plane mapping and disable everything
16862 * ... */
16863 plane = crtc->plane;
1d4258db 16864 crtc->base.primary->state->visible = true;
24929352 16865 crtc->plane = !plane;
b17d48e2 16866 intel_crtc_disable_noatomic(&crtc->base);
24929352 16867 crtc->plane = plane;
24929352 16868 }
24929352 16869
7fad798e
DV
16870 if (dev_priv->quirks & QUIRK_PIPEA_FORCE &&
16871 crtc->pipe == PIPE_A && !crtc->active) {
16872 /* BIOS forgot to enable pipe A, this mostly happens after
16873 * resume. Force-enable the pipe to fix this, the update_dpms
16874 * call below we restore the pipe to the right state, but leave
16875 * the required bits on. */
16876 intel_enable_pipe_a(dev);
16877 }
16878
24929352
DV
16879 /* Adjust the state of the output pipe according to whether we
16880 * have active connectors/encoders. */
842e0307 16881 if (crtc->active && !intel_crtc_has_encoders(crtc))
b17d48e2 16882 intel_crtc_disable_noatomic(&crtc->base);
24929352 16883
49cff963 16884 if (crtc->active || HAS_GMCH_DISPLAY(dev_priv)) {
4cc31489
DV
16885 /*
16886 * We start out with underrun reporting disabled to avoid races.
16887 * For correct bookkeeping mark this on active crtcs.
16888 *
c5ab3bc0
DV
16889 * Also on gmch platforms we dont have any hardware bits to
16890 * disable the underrun reporting. Which means we need to start
16891 * out with underrun reporting disabled also on inactive pipes,
16892 * since otherwise we'll complain about the garbage we read when
16893 * e.g. coming up after runtime pm.
16894 *
4cc31489
DV
16895 * No protection against concurrent access is required - at
16896 * worst a fifo underrun happens which also sets this to false.
16897 */
16898 crtc->cpu_fifo_underrun_disabled = true;
a168f5b3
VS
16899 /*
16900 * We track the PCH trancoder underrun reporting state
16901 * within the crtc. With crtc for pipe A housing the underrun
16902 * reporting state for PCH transcoder A, crtc for pipe B housing
16903 * it for PCH transcoder B, etc. LPT-H has only PCH transcoder A,
16904 * and marking underrun reporting as disabled for the non-existing
16905 * PCH transcoders B and C would prevent enabling the south
16906 * error interrupt (see cpt_can_enable_serr_int()).
16907 */
16908 if (has_pch_trancoder(dev_priv, (enum transcoder)crtc->pipe))
16909 crtc->pch_fifo_underrun_disabled = true;
4cc31489 16910 }
24929352
DV
16911}
16912
16913static void intel_sanitize_encoder(struct intel_encoder *encoder)
16914{
16915 struct intel_connector *connector;
24929352
DV
16916
16917 /* We need to check both for a crtc link (meaning that the
16918 * encoder is active and trying to read from a pipe) and the
16919 * pipe itself being active. */
16920 bool has_active_crtc = encoder->base.crtc &&
16921 to_intel_crtc(encoder->base.crtc)->active;
16922
496b0fc3
ML
16923 connector = intel_encoder_find_connector(encoder);
16924 if (connector && !has_active_crtc) {
24929352
DV
16925 DRM_DEBUG_KMS("[ENCODER:%d:%s] has active connectors but no active pipe!\n",
16926 encoder->base.base.id,
8e329a03 16927 encoder->base.name);
24929352
DV
16928
16929 /* Connector is active, but has no active pipe. This is
16930 * fallout from our resume register restoring. Disable
16931 * the encoder manually again. */
16932 if (encoder->base.crtc) {
fd6bbda9
ML
16933 struct drm_crtc_state *crtc_state = encoder->base.crtc->state;
16934
24929352
DV
16935 DRM_DEBUG_KMS("[ENCODER:%d:%s] manually disabled\n",
16936 encoder->base.base.id,
8e329a03 16937 encoder->base.name);
fd6bbda9 16938 encoder->disable(encoder, to_intel_crtc_state(crtc_state), connector->base.state);
a62d1497 16939 if (encoder->post_disable)
fd6bbda9 16940 encoder->post_disable(encoder, to_intel_crtc_state(crtc_state), connector->base.state);
24929352 16941 }
7f1950fb 16942 encoder->base.crtc = NULL;
24929352
DV
16943
16944 /* Inconsistent output/port/pipe state happens presumably due to
16945 * a bug in one of the get_hw_state functions. Or someplace else
16946 * in our code, like the register restore mess on resume. Clamp
16947 * things to off as a safer default. */
fd6bbda9
ML
16948
16949 connector->base.dpms = DRM_MODE_DPMS_OFF;
16950 connector->base.encoder = NULL;
24929352
DV
16951 }
16952 /* Enabled encoders without active connectors will be fixed in
16953 * the crtc fixup. */
16954}
16955
29b74b7f 16956void i915_redisable_vga_power_on(struct drm_i915_private *dev_priv)
0fde901f 16957{
920a14b2 16958 i915_reg_t vga_reg = i915_vgacntrl_reg(dev_priv);
0fde901f 16959
04098753
ID
16960 if (!(I915_READ(vga_reg) & VGA_DISP_DISABLE)) {
16961 DRM_DEBUG_KMS("Something enabled VGA plane, disabling it\n");
29b74b7f 16962 i915_disable_vga(dev_priv);
04098753
ID
16963 }
16964}
16965
29b74b7f 16966void i915_redisable_vga(struct drm_i915_private *dev_priv)
04098753 16967{
8dc8a27c
PZ
16968 /* This function can be called both from intel_modeset_setup_hw_state or
16969 * at a very early point in our resume sequence, where the power well
16970 * structures are not yet restored. Since this function is at a very
16971 * paranoid "someone might have enabled VGA while we were not looking"
16972 * level, just check if the power well is enabled instead of trying to
16973 * follow the "don't touch the power well if we don't need it" policy
16974 * the rest of the driver uses. */
6392f847 16975 if (!intel_display_power_get_if_enabled(dev_priv, POWER_DOMAIN_VGA))
8dc8a27c
PZ
16976 return;
16977
29b74b7f 16978 i915_redisable_vga_power_on(dev_priv);
6392f847
ID
16979
16980 intel_display_power_put(dev_priv, POWER_DOMAIN_VGA);
0fde901f
KM
16981}
16982
f9cd7b88 16983static bool primary_get_hw_state(struct intel_plane *plane)
98ec7739 16984{
f9cd7b88 16985 struct drm_i915_private *dev_priv = to_i915(plane->base.dev);
98ec7739 16986
f9cd7b88 16987 return I915_READ(DSPCNTR(plane->plane)) & DISPLAY_PLANE_ENABLE;
d032ffa0
ML
16988}
16989
f9cd7b88
VS
16990/* FIXME read out full plane state for all planes */
16991static void readout_plane_state(struct intel_crtc *crtc)
d032ffa0 16992{
b26d3ea3 16993 struct drm_plane *primary = crtc->base.primary;
f9cd7b88 16994 struct intel_plane_state *plane_state =
b26d3ea3 16995 to_intel_plane_state(primary->state);
d032ffa0 16996
936e71e3 16997 plane_state->base.visible = crtc->active &&
b26d3ea3
ML
16998 primary_get_hw_state(to_intel_plane(primary));
16999
936e71e3 17000 if (plane_state->base.visible)
b26d3ea3 17001 crtc->base.state->plane_mask |= 1 << drm_plane_index(primary);
98ec7739
VS
17002}
17003
30e984df 17004static void intel_modeset_readout_hw_state(struct drm_device *dev)
24929352 17005{
fac5e23e 17006 struct drm_i915_private *dev_priv = to_i915(dev);
24929352 17007 enum pipe pipe;
24929352
DV
17008 struct intel_crtc *crtc;
17009 struct intel_encoder *encoder;
17010 struct intel_connector *connector;
5358901f 17011 int i;
24929352 17012
565602d7
ML
17013 dev_priv->active_crtcs = 0;
17014
d3fcc808 17015 for_each_intel_crtc(dev, crtc) {
a8cd6da0
VS
17016 struct intel_crtc_state *crtc_state =
17017 to_intel_crtc_state(crtc->base.state);
3b117c8f 17018
ec2dc6a0 17019 __drm_atomic_helper_crtc_destroy_state(&crtc_state->base);
565602d7
ML
17020 memset(crtc_state, 0, sizeof(*crtc_state));
17021 crtc_state->base.crtc = &crtc->base;
24929352 17022
565602d7
ML
17023 crtc_state->base.active = crtc_state->base.enable =
17024 dev_priv->display.get_pipe_config(crtc, crtc_state);
17025
17026 crtc->base.enabled = crtc_state->base.enable;
17027 crtc->active = crtc_state->base.active;
17028
aca1ebf4 17029 if (crtc_state->base.active)
565602d7
ML
17030 dev_priv->active_crtcs |= 1 << crtc->pipe;
17031
f9cd7b88 17032 readout_plane_state(crtc);
24929352 17033
78108b7c
VS
17034 DRM_DEBUG_KMS("[CRTC:%d:%s] hw state readout: %s\n",
17035 crtc->base.base.id, crtc->base.name,
a8cd6da0 17036 enableddisabled(crtc_state->base.active));
24929352
DV
17037 }
17038
5358901f
DV
17039 for (i = 0; i < dev_priv->num_shared_dpll; i++) {
17040 struct intel_shared_dpll *pll = &dev_priv->shared_dplls[i];
17041
2edd6443 17042 pll->on = pll->funcs.get_hw_state(dev_priv, pll,
2c42e535
ACO
17043 &pll->state.hw_state);
17044 pll->state.crtc_mask = 0;
d3fcc808 17045 for_each_intel_crtc(dev, crtc) {
a8cd6da0
VS
17046 struct intel_crtc_state *crtc_state =
17047 to_intel_crtc_state(crtc->base.state);
17048
17049 if (crtc_state->base.active &&
17050 crtc_state->shared_dpll == pll)
2c42e535 17051 pll->state.crtc_mask |= 1 << crtc->pipe;
5358901f 17052 }
2c42e535 17053 pll->active_mask = pll->state.crtc_mask;
5358901f 17054
1e6f2ddc 17055 DRM_DEBUG_KMS("%s hw state readout: crtc_mask 0x%08x, on %i\n",
2c42e535 17056 pll->name, pll->state.crtc_mask, pll->on);
5358901f
DV
17057 }
17058
b2784e15 17059 for_each_intel_encoder(dev, encoder) {
24929352
DV
17060 pipe = 0;
17061
17062 if (encoder->get_hw_state(encoder, &pipe)) {
a8cd6da0
VS
17063 struct intel_crtc_state *crtc_state;
17064
98187836 17065 crtc = intel_get_crtc_for_pipe(dev_priv, pipe);
a8cd6da0 17066 crtc_state = to_intel_crtc_state(crtc->base.state);
e2af48c6 17067
045ac3b5 17068 encoder->base.crtc = &crtc->base;
a8cd6da0
VS
17069 crtc_state->output_types |= 1 << encoder->type;
17070 encoder->get_config(encoder, crtc_state);
24929352
DV
17071 } else {
17072 encoder->base.crtc = NULL;
17073 }
17074
6f2bcceb 17075 DRM_DEBUG_KMS("[ENCODER:%d:%s] hw state readout: %s, pipe %c\n",
08c4d7fc
TU
17076 encoder->base.base.id, encoder->base.name,
17077 enableddisabled(encoder->base.crtc),
6f2bcceb 17078 pipe_name(pipe));
24929352
DV
17079 }
17080
3a3371ff 17081 for_each_intel_connector(dev, connector) {
24929352
DV
17082 if (connector->get_hw_state(connector)) {
17083 connector->base.dpms = DRM_MODE_DPMS_ON;
2aa974c9
ML
17084
17085 encoder = connector->encoder;
17086 connector->base.encoder = &encoder->base;
17087
17088 if (encoder->base.crtc &&
17089 encoder->base.crtc->state->active) {
17090 /*
17091 * This has to be done during hardware readout
17092 * because anything calling .crtc_disable may
17093 * rely on the connector_mask being accurate.
17094 */
17095 encoder->base.crtc->state->connector_mask |=
17096 1 << drm_connector_index(&connector->base);
e87a52b3
ML
17097 encoder->base.crtc->state->encoder_mask |=
17098 1 << drm_encoder_index(&encoder->base);
2aa974c9
ML
17099 }
17100
24929352
DV
17101 } else {
17102 connector->base.dpms = DRM_MODE_DPMS_OFF;
17103 connector->base.encoder = NULL;
17104 }
17105 DRM_DEBUG_KMS("[CONNECTOR:%d:%s] hw state readout: %s\n",
08c4d7fc
TU
17106 connector->base.base.id, connector->base.name,
17107 enableddisabled(connector->base.encoder));
24929352 17108 }
7f4c6284
VS
17109
17110 for_each_intel_crtc(dev, crtc) {
a8cd6da0
VS
17111 struct intel_crtc_state *crtc_state =
17112 to_intel_crtc_state(crtc->base.state);
aca1ebf4
VS
17113 int pixclk = 0;
17114
a8cd6da0 17115 crtc->base.hwmode = crtc_state->base.adjusted_mode;
7f4c6284
VS
17116
17117 memset(&crtc->base.mode, 0, sizeof(crtc->base.mode));
a8cd6da0
VS
17118 if (crtc_state->base.active) {
17119 intel_mode_from_pipe_config(&crtc->base.mode, crtc_state);
17120 intel_mode_from_pipe_config(&crtc_state->base.adjusted_mode, crtc_state);
7f4c6284
VS
17121 WARN_ON(drm_atomic_set_mode_for_crtc(crtc->base.state, &crtc->base.mode));
17122
17123 /*
17124 * The initial mode needs to be set in order to keep
17125 * the atomic core happy. It wants a valid mode if the
17126 * crtc's enabled, so we do the above call.
17127 *
7800fb69
DV
17128 * But we don't set all the derived state fully, hence
17129 * set a flag to indicate that a full recalculation is
17130 * needed on the next commit.
7f4c6284 17131 */
a8cd6da0 17132 crtc_state->base.mode.private_flags = I915_MODE_FLAG_INHERITED;
9eca6832 17133
aca1ebf4 17134 if (INTEL_GEN(dev_priv) >= 9 || IS_BROADWELL(dev_priv))
a8cd6da0 17135 pixclk = ilk_pipe_pixel_rate(crtc_state);
aca1ebf4 17136 else if (IS_VALLEYVIEW(dev_priv) || IS_CHERRYVIEW(dev_priv))
a8cd6da0 17137 pixclk = crtc_state->base.adjusted_mode.crtc_clock;
aca1ebf4
VS
17138 else
17139 WARN_ON(dev_priv->display.modeset_calc_cdclk);
17140
17141 /* pixel rate mustn't exceed 95% of cdclk with IPS on BDW */
a8cd6da0 17142 if (IS_BROADWELL(dev_priv) && crtc_state->ips_enabled)
aca1ebf4
VS
17143 pixclk = DIV_ROUND_UP(pixclk * 100, 95);
17144
9eca6832
VS
17145 drm_calc_timestamping_constants(&crtc->base, &crtc->base.hwmode);
17146 update_scanline_offset(crtc);
7f4c6284 17147 }
e3b247da 17148
aca1ebf4
VS
17149 dev_priv->min_pixclk[crtc->pipe] = pixclk;
17150
a8cd6da0 17151 intel_pipe_config_sanity_check(dev_priv, crtc_state);
7f4c6284 17152 }
30e984df
DV
17153}
17154
043e9bda
ML
17155/* Scan out the current hw modeset state,
17156 * and sanitizes it to the current state
17157 */
17158static void
17159intel_modeset_setup_hw_state(struct drm_device *dev)
30e984df 17160{
fac5e23e 17161 struct drm_i915_private *dev_priv = to_i915(dev);
30e984df 17162 enum pipe pipe;
30e984df
DV
17163 struct intel_crtc *crtc;
17164 struct intel_encoder *encoder;
35c95375 17165 int i;
30e984df
DV
17166
17167 intel_modeset_readout_hw_state(dev);
24929352
DV
17168
17169 /* HW state is read out, now we need to sanitize this mess. */
b2784e15 17170 for_each_intel_encoder(dev, encoder) {
24929352
DV
17171 intel_sanitize_encoder(encoder);
17172 }
17173
055e393f 17174 for_each_pipe(dev_priv, pipe) {
98187836 17175 crtc = intel_get_crtc_for_pipe(dev_priv, pipe);
e2af48c6 17176
24929352 17177 intel_sanitize_crtc(crtc);
6e3c9717
ACO
17178 intel_dump_pipe_config(crtc, crtc->config,
17179 "[setup_hw_state]");
24929352 17180 }
9a935856 17181
d29b2f9d
ACO
17182 intel_modeset_update_connector_atomic_state(dev);
17183
35c95375
DV
17184 for (i = 0; i < dev_priv->num_shared_dpll; i++) {
17185 struct intel_shared_dpll *pll = &dev_priv->shared_dplls[i];
17186
2dd66ebd 17187 if (!pll->on || pll->active_mask)
35c95375
DV
17188 continue;
17189
17190 DRM_DEBUG_KMS("%s enabled but not in use, disabling\n", pll->name);
17191
2edd6443 17192 pll->funcs.disable(dev_priv, pll);
35c95375
DV
17193 pll->on = false;
17194 }
17195
920a14b2 17196 if (IS_VALLEYVIEW(dev_priv) || IS_CHERRYVIEW(dev_priv))
6eb1a681 17197 vlv_wm_get_hw_state(dev);
5db94019 17198 else if (IS_GEN9(dev_priv))
3078999f 17199 skl_wm_get_hw_state(dev);
6e266956 17200 else if (HAS_PCH_SPLIT(dev_priv))
243e6a44 17201 ilk_wm_get_hw_state(dev);
292b990e
ML
17202
17203 for_each_intel_crtc(dev, crtc) {
17204 unsigned long put_domains;
17205
74bff5f9 17206 put_domains = modeset_get_crtc_power_domains(&crtc->base, crtc->config);
292b990e
ML
17207 if (WARN_ON(put_domains))
17208 modeset_put_power_domains(dev_priv, put_domains);
17209 }
17210 intel_display_set_init_power(dev_priv, false);
010cf73d
PZ
17211
17212 intel_fbc_init_pipe_state(dev_priv);
043e9bda 17213}
7d0bc1ea 17214
043e9bda
ML
17215void intel_display_resume(struct drm_device *dev)
17216{
e2c8b870
ML
17217 struct drm_i915_private *dev_priv = to_i915(dev);
17218 struct drm_atomic_state *state = dev_priv->modeset_restore_state;
17219 struct drm_modeset_acquire_ctx ctx;
043e9bda 17220 int ret;
f30da187 17221
e2c8b870 17222 dev_priv->modeset_restore_state = NULL;
73974893
ML
17223 if (state)
17224 state->acquire_ctx = &ctx;
043e9bda 17225
ea49c9ac
ML
17226 /*
17227 * This is a cludge because with real atomic modeset mode_config.mutex
17228 * won't be taken. Unfortunately some probed state like
17229 * audio_codec_enable is still protected by mode_config.mutex, so lock
17230 * it here for now.
17231 */
17232 mutex_lock(&dev->mode_config.mutex);
e2c8b870 17233 drm_modeset_acquire_init(&ctx, 0);
043e9bda 17234
73974893
ML
17235 while (1) {
17236 ret = drm_modeset_lock_all_ctx(dev, &ctx);
17237 if (ret != -EDEADLK)
17238 break;
043e9bda 17239
e2c8b870 17240 drm_modeset_backoff(&ctx);
e2c8b870 17241 }
043e9bda 17242
73974893
ML
17243 if (!ret)
17244 ret = __intel_display_resume(dev, state);
17245
e2c8b870
ML
17246 drm_modeset_drop_locks(&ctx);
17247 drm_modeset_acquire_fini(&ctx);
ea49c9ac 17248 mutex_unlock(&dev->mode_config.mutex);
043e9bda 17249
0853695c 17250 if (ret)
e2c8b870 17251 DRM_ERROR("Restoring old state failed with %i\n", ret);
3c5e37f1
CW
17252 if (state)
17253 drm_atomic_state_put(state);
2c7111db
CW
17254}
17255
17256void intel_modeset_gem_init(struct drm_device *dev)
17257{
dc97997a 17258 struct drm_i915_private *dev_priv = to_i915(dev);
484b41dd 17259
dc97997a 17260 intel_init_gt_powersave(dev_priv);
ae48434c 17261
1833b134 17262 intel_modeset_init_hw(dev);
02e792fb 17263
1ee8da6d 17264 intel_setup_overlay(dev_priv);
1ebaa0b9
CW
17265}
17266
17267int intel_connector_register(struct drm_connector *connector)
17268{
17269 struct intel_connector *intel_connector = to_intel_connector(connector);
17270 int ret;
17271
17272 ret = intel_backlight_device_register(intel_connector);
17273 if (ret)
17274 goto err;
17275
17276 return 0;
0962c3c9 17277
1ebaa0b9
CW
17278err:
17279 return ret;
79e53945
JB
17280}
17281
c191eca1 17282void intel_connector_unregister(struct drm_connector *connector)
4932e2c3 17283{
e63d87c0 17284 struct intel_connector *intel_connector = to_intel_connector(connector);
4932e2c3 17285
e63d87c0 17286 intel_backlight_device_unregister(intel_connector);
4932e2c3 17287 intel_panel_destroy_backlight(connector);
4932e2c3
ID
17288}
17289
79e53945
JB
17290void intel_modeset_cleanup(struct drm_device *dev)
17291{
fac5e23e 17292 struct drm_i915_private *dev_priv = to_i915(dev);
652c393a 17293
eb955eee
CW
17294 flush_work(&dev_priv->atomic_helper.free_work);
17295 WARN_ON(!llist_empty(&dev_priv->atomic_helper.free_list));
17296
dc97997a 17297 intel_disable_gt_powersave(dev_priv);
2eb5252e 17298
fd0c0642
DV
17299 /*
17300 * Interrupts and polling as the first thing to avoid creating havoc.
2eb5252e 17301 * Too much stuff here (turning of connectors, ...) would
fd0c0642
DV
17302 * experience fancy races otherwise.
17303 */
2aeb7d3a 17304 intel_irq_uninstall(dev_priv);
eb21b92b 17305
fd0c0642
DV
17306 /*
17307 * Due to the hpd irq storm handling the hotplug work can re-arm the
17308 * poll handlers. Hence disable polling after hpd handling is shut down.
17309 */
f87ea761 17310 drm_kms_helper_poll_fini(dev);
fd0c0642 17311
723bfd70
JB
17312 intel_unregister_dsm_handler();
17313
c937ab3e 17314 intel_fbc_global_disable(dev_priv);
69341a5e 17315
1630fe75
CW
17316 /* flush any delayed tasks or pending work */
17317 flush_scheduled_work();
17318
79e53945 17319 drm_mode_config_cleanup(dev);
4d7bb011 17320
1ee8da6d 17321 intel_cleanup_overlay(dev_priv);
ae48434c 17322
dc97997a 17323 intel_cleanup_gt_powersave(dev_priv);
f5949141 17324
40196446 17325 intel_teardown_gmbus(dev_priv);
79e53945
JB
17326}
17327
df0e9248
CW
17328void intel_connector_attach_encoder(struct intel_connector *connector,
17329 struct intel_encoder *encoder)
17330{
17331 connector->encoder = encoder;
17332 drm_mode_connector_attach_encoder(&connector->base,
17333 &encoder->base);
79e53945 17334}
28d52043
DA
17335
17336/*
17337 * set vga decode state - true == enable VGA decode
17338 */
6315b5d3 17339int intel_modeset_vga_set_state(struct drm_i915_private *dev_priv, bool state)
28d52043 17340{
6315b5d3 17341 unsigned reg = INTEL_GEN(dev_priv) >= 6 ? SNB_GMCH_CTRL : INTEL_GMCH_CTRL;
28d52043
DA
17342 u16 gmch_ctrl;
17343
75fa041d
CW
17344 if (pci_read_config_word(dev_priv->bridge_dev, reg, &gmch_ctrl)) {
17345 DRM_ERROR("failed to read control word\n");
17346 return -EIO;
17347 }
17348
c0cc8a55
CW
17349 if (!!(gmch_ctrl & INTEL_GMCH_VGA_DISABLE) == !state)
17350 return 0;
17351
28d52043
DA
17352 if (state)
17353 gmch_ctrl &= ~INTEL_GMCH_VGA_DISABLE;
17354 else
17355 gmch_ctrl |= INTEL_GMCH_VGA_DISABLE;
75fa041d
CW
17356
17357 if (pci_write_config_word(dev_priv->bridge_dev, reg, gmch_ctrl)) {
17358 DRM_ERROR("failed to write control word\n");
17359 return -EIO;
17360 }
17361
28d52043
DA
17362 return 0;
17363}
c4a1d9e4 17364
98a2f411
CW
17365#if IS_ENABLED(CONFIG_DRM_I915_CAPTURE_ERROR)
17366
c4a1d9e4 17367struct intel_display_error_state {
ff57f1b0
PZ
17368
17369 u32 power_well_driver;
17370
63b66e5b
CW
17371 int num_transcoders;
17372
c4a1d9e4
CW
17373 struct intel_cursor_error_state {
17374 u32 control;
17375 u32 position;
17376 u32 base;
17377 u32 size;
52331309 17378 } cursor[I915_MAX_PIPES];
c4a1d9e4
CW
17379
17380 struct intel_pipe_error_state {
ddf9c536 17381 bool power_domain_on;
c4a1d9e4 17382 u32 source;
f301b1e1 17383 u32 stat;
52331309 17384 } pipe[I915_MAX_PIPES];
c4a1d9e4
CW
17385
17386 struct intel_plane_error_state {
17387 u32 control;
17388 u32 stride;
17389 u32 size;
17390 u32 pos;
17391 u32 addr;
17392 u32 surface;
17393 u32 tile_offset;
52331309 17394 } plane[I915_MAX_PIPES];
63b66e5b
CW
17395
17396 struct intel_transcoder_error_state {
ddf9c536 17397 bool power_domain_on;
63b66e5b
CW
17398 enum transcoder cpu_transcoder;
17399
17400 u32 conf;
17401
17402 u32 htotal;
17403 u32 hblank;
17404 u32 hsync;
17405 u32 vtotal;
17406 u32 vblank;
17407 u32 vsync;
17408 } transcoder[4];
c4a1d9e4
CW
17409};
17410
17411struct intel_display_error_state *
c033666a 17412intel_display_capture_error_state(struct drm_i915_private *dev_priv)
c4a1d9e4 17413{
c4a1d9e4 17414 struct intel_display_error_state *error;
63b66e5b
CW
17415 int transcoders[] = {
17416 TRANSCODER_A,
17417 TRANSCODER_B,
17418 TRANSCODER_C,
17419 TRANSCODER_EDP,
17420 };
c4a1d9e4
CW
17421 int i;
17422
c033666a 17423 if (INTEL_INFO(dev_priv)->num_pipes == 0)
63b66e5b
CW
17424 return NULL;
17425
9d1cb914 17426 error = kzalloc(sizeof(*error), GFP_ATOMIC);
c4a1d9e4
CW
17427 if (error == NULL)
17428 return NULL;
17429
c033666a 17430 if (IS_HASWELL(dev_priv) || IS_BROADWELL(dev_priv))
ff57f1b0
PZ
17431 error->power_well_driver = I915_READ(HSW_PWR_WELL_DRIVER);
17432
055e393f 17433 for_each_pipe(dev_priv, i) {
ddf9c536 17434 error->pipe[i].power_domain_on =
f458ebbc
DV
17435 __intel_display_power_is_enabled(dev_priv,
17436 POWER_DOMAIN_PIPE(i));
ddf9c536 17437 if (!error->pipe[i].power_domain_on)
9d1cb914
PZ
17438 continue;
17439
5efb3e28
VS
17440 error->cursor[i].control = I915_READ(CURCNTR(i));
17441 error->cursor[i].position = I915_READ(CURPOS(i));
17442 error->cursor[i].base = I915_READ(CURBASE(i));
c4a1d9e4
CW
17443
17444 error->plane[i].control = I915_READ(DSPCNTR(i));
17445 error->plane[i].stride = I915_READ(DSPSTRIDE(i));
c033666a 17446 if (INTEL_GEN(dev_priv) <= 3) {
51889b35 17447 error->plane[i].size = I915_READ(DSPSIZE(i));
80ca378b
PZ
17448 error->plane[i].pos = I915_READ(DSPPOS(i));
17449 }
c033666a 17450 if (INTEL_GEN(dev_priv) <= 7 && !IS_HASWELL(dev_priv))
ca291363 17451 error->plane[i].addr = I915_READ(DSPADDR(i));
c033666a 17452 if (INTEL_GEN(dev_priv) >= 4) {
c4a1d9e4
CW
17453 error->plane[i].surface = I915_READ(DSPSURF(i));
17454 error->plane[i].tile_offset = I915_READ(DSPTILEOFF(i));
17455 }
17456
c4a1d9e4 17457 error->pipe[i].source = I915_READ(PIPESRC(i));
f301b1e1 17458
c033666a 17459 if (HAS_GMCH_DISPLAY(dev_priv))
f301b1e1 17460 error->pipe[i].stat = I915_READ(PIPESTAT(i));
63b66e5b
CW
17461 }
17462
4d1de975 17463 /* Note: this does not include DSI transcoders. */
c033666a 17464 error->num_transcoders = INTEL_INFO(dev_priv)->num_pipes;
2d1fe073 17465 if (HAS_DDI(dev_priv))
63b66e5b
CW
17466 error->num_transcoders++; /* Account for eDP. */
17467
17468 for (i = 0; i < error->num_transcoders; i++) {
17469 enum transcoder cpu_transcoder = transcoders[i];
17470
ddf9c536 17471 error->transcoder[i].power_domain_on =
f458ebbc 17472 __intel_display_power_is_enabled(dev_priv,
38cc1daf 17473 POWER_DOMAIN_TRANSCODER(cpu_transcoder));
ddf9c536 17474 if (!error->transcoder[i].power_domain_on)
9d1cb914
PZ
17475 continue;
17476
63b66e5b
CW
17477 error->transcoder[i].cpu_transcoder = cpu_transcoder;
17478
17479 error->transcoder[i].conf = I915_READ(PIPECONF(cpu_transcoder));
17480 error->transcoder[i].htotal = I915_READ(HTOTAL(cpu_transcoder));
17481 error->transcoder[i].hblank = I915_READ(HBLANK(cpu_transcoder));
17482 error->transcoder[i].hsync = I915_READ(HSYNC(cpu_transcoder));
17483 error->transcoder[i].vtotal = I915_READ(VTOTAL(cpu_transcoder));
17484 error->transcoder[i].vblank = I915_READ(VBLANK(cpu_transcoder));
17485 error->transcoder[i].vsync = I915_READ(VSYNC(cpu_transcoder));
c4a1d9e4
CW
17486 }
17487
17488 return error;
17489}
17490
edc3d884
MK
17491#define err_printf(e, ...) i915_error_printf(e, __VA_ARGS__)
17492
c4a1d9e4 17493void
edc3d884 17494intel_display_print_error_state(struct drm_i915_error_state_buf *m,
5f56d5f9 17495 struct drm_i915_private *dev_priv,
c4a1d9e4
CW
17496 struct intel_display_error_state *error)
17497{
17498 int i;
17499
63b66e5b
CW
17500 if (!error)
17501 return;
17502
b7f05d4a 17503 err_printf(m, "Num Pipes: %d\n", INTEL_INFO(dev_priv)->num_pipes);
8652744b 17504 if (IS_HASWELL(dev_priv) || IS_BROADWELL(dev_priv))
edc3d884 17505 err_printf(m, "PWR_WELL_CTL2: %08x\n",
ff57f1b0 17506 error->power_well_driver);
055e393f 17507 for_each_pipe(dev_priv, i) {
edc3d884 17508 err_printf(m, "Pipe [%d]:\n", i);
ddf9c536 17509 err_printf(m, " Power: %s\n",
87ad3212 17510 onoff(error->pipe[i].power_domain_on));
edc3d884 17511 err_printf(m, " SRC: %08x\n", error->pipe[i].source);
f301b1e1 17512 err_printf(m, " STAT: %08x\n", error->pipe[i].stat);
edc3d884
MK
17513
17514 err_printf(m, "Plane [%d]:\n", i);
17515 err_printf(m, " CNTR: %08x\n", error->plane[i].control);
17516 err_printf(m, " STRIDE: %08x\n", error->plane[i].stride);
5f56d5f9 17517 if (INTEL_GEN(dev_priv) <= 3) {
edc3d884
MK
17518 err_printf(m, " SIZE: %08x\n", error->plane[i].size);
17519 err_printf(m, " POS: %08x\n", error->plane[i].pos);
80ca378b 17520 }
772c2a51 17521 if (INTEL_GEN(dev_priv) <= 7 && !IS_HASWELL(dev_priv))
edc3d884 17522 err_printf(m, " ADDR: %08x\n", error->plane[i].addr);
5f56d5f9 17523 if (INTEL_GEN(dev_priv) >= 4) {
edc3d884
MK
17524 err_printf(m, " SURF: %08x\n", error->plane[i].surface);
17525 err_printf(m, " TILEOFF: %08x\n", error->plane[i].tile_offset);
c4a1d9e4
CW
17526 }
17527
edc3d884
MK
17528 err_printf(m, "Cursor [%d]:\n", i);
17529 err_printf(m, " CNTR: %08x\n", error->cursor[i].control);
17530 err_printf(m, " POS: %08x\n", error->cursor[i].position);
17531 err_printf(m, " BASE: %08x\n", error->cursor[i].base);
c4a1d9e4 17532 }
63b66e5b
CW
17533
17534 for (i = 0; i < error->num_transcoders; i++) {
da205630 17535 err_printf(m, "CPU transcoder: %s\n",
63b66e5b 17536 transcoder_name(error->transcoder[i].cpu_transcoder));
ddf9c536 17537 err_printf(m, " Power: %s\n",
87ad3212 17538 onoff(error->transcoder[i].power_domain_on));
63b66e5b
CW
17539 err_printf(m, " CONF: %08x\n", error->transcoder[i].conf);
17540 err_printf(m, " HTOTAL: %08x\n", error->transcoder[i].htotal);
17541 err_printf(m, " HBLANK: %08x\n", error->transcoder[i].hblank);
17542 err_printf(m, " HSYNC: %08x\n", error->transcoder[i].hsync);
17543 err_printf(m, " VTOTAL: %08x\n", error->transcoder[i].vtotal);
17544 err_printf(m, " VBLANK: %08x\n", error->transcoder[i].vblank);
17545 err_printf(m, " VSYNC: %08x\n", error->transcoder[i].vsync);
17546 }
c4a1d9e4 17547}
98a2f411
CW
17548
17549#endif