]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - drivers/gpu/drm/i915/intel_display.c
drm/i915/bxt: Don't toggle power well 1 on-demand
[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"
760285e7 37#include <drm/i915_drm.h>
79e53945 38#include "i915_drv.h"
db18b6a6 39#include "intel_dsi.h"
e5510fac 40#include "i915_trace.h"
319c1d42 41#include <drm/drm_atomic.h>
c196e1d6 42#include <drm/drm_atomic_helper.h>
760285e7
DH
43#include <drm/drm_dp_helper.h>
44#include <drm/drm_crtc_helper.h>
465c120c
MR
45#include <drm/drm_plane_helper.h>
46#include <drm/drm_rect.h>
c0f372b3 47#include <linux/dma_remapping.h>
fd8e058a
AG
48#include <linux/reservation.h>
49#include <linux/dma-buf.h>
79e53945 50
465c120c 51/* Primary plane formats for gen <= 3 */
568db4f2 52static const uint32_t i8xx_primary_formats[] = {
67fe7dc5
DL
53 DRM_FORMAT_C8,
54 DRM_FORMAT_RGB565,
465c120c 55 DRM_FORMAT_XRGB1555,
67fe7dc5 56 DRM_FORMAT_XRGB8888,
465c120c
MR
57};
58
59/* Primary plane formats for gen >= 4 */
568db4f2 60static const uint32_t i965_primary_formats[] = {
6c0fd451
DL
61 DRM_FORMAT_C8,
62 DRM_FORMAT_RGB565,
63 DRM_FORMAT_XRGB8888,
64 DRM_FORMAT_XBGR8888,
65 DRM_FORMAT_XRGB2101010,
66 DRM_FORMAT_XBGR2101010,
67};
68
69static const uint32_t skl_primary_formats[] = {
67fe7dc5
DL
70 DRM_FORMAT_C8,
71 DRM_FORMAT_RGB565,
72 DRM_FORMAT_XRGB8888,
465c120c 73 DRM_FORMAT_XBGR8888,
67fe7dc5 74 DRM_FORMAT_ARGB8888,
465c120c
MR
75 DRM_FORMAT_ABGR8888,
76 DRM_FORMAT_XRGB2101010,
465c120c 77 DRM_FORMAT_XBGR2101010,
ea916ea0
KM
78 DRM_FORMAT_YUYV,
79 DRM_FORMAT_YVYU,
80 DRM_FORMAT_UYVY,
81 DRM_FORMAT_VYUY,
465c120c
MR
82};
83
3d7d6510
MR
84/* Cursor formats */
85static const uint32_t intel_cursor_formats[] = {
86 DRM_FORMAT_ARGB8888,
87};
88
f1f644dc 89static void i9xx_crtc_clock_get(struct intel_crtc *crtc,
5cec258b 90 struct intel_crtc_state *pipe_config);
18442d08 91static void ironlake_pch_clock_get(struct intel_crtc *crtc,
5cec258b 92 struct intel_crtc_state *pipe_config);
f1f644dc 93
eb1bfe80
JB
94static int intel_framebuffer_init(struct drm_device *dev,
95 struct intel_framebuffer *ifb,
96 struct drm_mode_fb_cmd2 *mode_cmd,
97 struct drm_i915_gem_object *obj);
5b18e57c
DV
98static void i9xx_set_pipeconf(struct intel_crtc *intel_crtc);
99static void intel_set_pipe_timings(struct intel_crtc *intel_crtc);
bc58be60 100static void intel_set_pipe_src_size(struct intel_crtc *intel_crtc);
29407aab 101static void intel_cpu_transcoder_set_m_n(struct intel_crtc *crtc,
f769cd24
VK
102 struct intel_link_m_n *m_n,
103 struct intel_link_m_n *m2_n2);
29407aab 104static void ironlake_set_pipeconf(struct drm_crtc *crtc);
229fca97 105static void haswell_set_pipeconf(struct drm_crtc *crtc);
391bf048 106static void haswell_set_pipemisc(struct drm_crtc *crtc);
d288f65f 107static void vlv_prepare_pll(struct intel_crtc *crtc,
5cec258b 108 const struct intel_crtc_state *pipe_config);
d288f65f 109static void chv_prepare_pll(struct intel_crtc *crtc,
5cec258b 110 const struct intel_crtc_state *pipe_config);
613d2b27
ML
111static void intel_begin_crtc_commit(struct drm_crtc *, struct drm_crtc_state *);
112static void intel_finish_crtc_commit(struct drm_crtc *, struct drm_crtc_state *);
549e2bfb
CK
113static void skl_init_scalers(struct drm_device *dev, struct intel_crtc *intel_crtc,
114 struct intel_crtc_state *crtc_state);
bfd16b2a
ML
115static void skylake_pfit_enable(struct intel_crtc *crtc);
116static void ironlake_pfit_disable(struct intel_crtc *crtc, bool force);
117static void ironlake_pfit_enable(struct intel_crtc *crtc);
043e9bda 118static void intel_modeset_setup_hw_state(struct drm_device *dev);
2622a081 119static void intel_pre_disable_primary_noatomic(struct drm_crtc *crtc);
e7457a9a 120
79e53945 121typedef struct {
0206e353 122 int min, max;
79e53945
JB
123} intel_range_t;
124
125typedef struct {
0206e353
AJ
126 int dot_limit;
127 int p2_slow, p2_fast;
79e53945
JB
128} intel_p2_t;
129
d4906093
ML
130typedef struct intel_limit intel_limit_t;
131struct intel_limit {
0206e353
AJ
132 intel_range_t dot, vco, n, m, m1, m2, p, p1;
133 intel_p2_t p2;
d4906093 134};
79e53945 135
bfa7df01
VS
136/* returns HPLL frequency in kHz */
137static int valleyview_get_vco(struct drm_i915_private *dev_priv)
138{
139 int hpll_freq, vco_freq[] = { 800, 1600, 2000, 2400 };
140
141 /* Obtain SKU information */
142 mutex_lock(&dev_priv->sb_lock);
143 hpll_freq = vlv_cck_read(dev_priv, CCK_FUSE_REG) &
144 CCK_FUSE_HPLL_FREQ_MASK;
145 mutex_unlock(&dev_priv->sb_lock);
146
147 return vco_freq[hpll_freq] * 1000;
148}
149
c30fec65
VS
150int vlv_get_cck_clock(struct drm_i915_private *dev_priv,
151 const char *name, u32 reg, int ref_freq)
bfa7df01
VS
152{
153 u32 val;
154 int divider;
155
bfa7df01
VS
156 mutex_lock(&dev_priv->sb_lock);
157 val = vlv_cck_read(dev_priv, reg);
158 mutex_unlock(&dev_priv->sb_lock);
159
160 divider = val & CCK_FREQUENCY_VALUES;
161
162 WARN((val & CCK_FREQUENCY_STATUS) !=
163 (divider << CCK_FREQUENCY_STATUS_SHIFT),
164 "%s change in progress\n", name);
165
c30fec65
VS
166 return DIV_ROUND_CLOSEST(ref_freq << 1, divider + 1);
167}
168
169static int vlv_get_cck_clock_hpll(struct drm_i915_private *dev_priv,
170 const char *name, u32 reg)
171{
172 if (dev_priv->hpll_freq == 0)
173 dev_priv->hpll_freq = valleyview_get_vco(dev_priv);
174
175 return vlv_get_cck_clock(dev_priv, name, reg,
176 dev_priv->hpll_freq);
bfa7df01
VS
177}
178
e7dc33f3
VS
179static int
180intel_pch_rawclk(struct drm_i915_private *dev_priv)
d2acd215 181{
e7dc33f3
VS
182 return (I915_READ(PCH_RAWCLK_FREQ) & RAWCLK_FREQ_MASK) * 1000;
183}
d2acd215 184
e7dc33f3
VS
185static int
186intel_vlv_hrawclk(struct drm_i915_private *dev_priv)
187{
35d38d1f
VS
188 return vlv_get_cck_clock_hpll(dev_priv, "hrawclk",
189 CCK_DISPLAY_REF_CLOCK_CONTROL);
d2acd215
DV
190}
191
e7dc33f3
VS
192static int
193intel_g4x_hrawclk(struct drm_i915_private *dev_priv)
79e50a4f 194{
79e50a4f
JN
195 uint32_t clkcfg;
196
e7dc33f3 197 /* hrawclock is 1/4 the FSB frequency */
79e50a4f
JN
198 clkcfg = I915_READ(CLKCFG);
199 switch (clkcfg & CLKCFG_FSB_MASK) {
200 case CLKCFG_FSB_400:
e7dc33f3 201 return 100000;
79e50a4f 202 case CLKCFG_FSB_533:
e7dc33f3 203 return 133333;
79e50a4f 204 case CLKCFG_FSB_667:
e7dc33f3 205 return 166667;
79e50a4f 206 case CLKCFG_FSB_800:
e7dc33f3 207 return 200000;
79e50a4f 208 case CLKCFG_FSB_1067:
e7dc33f3 209 return 266667;
79e50a4f 210 case CLKCFG_FSB_1333:
e7dc33f3 211 return 333333;
79e50a4f
JN
212 /* these two are just a guess; one of them might be right */
213 case CLKCFG_FSB_1600:
214 case CLKCFG_FSB_1600_ALT:
e7dc33f3 215 return 400000;
79e50a4f 216 default:
e7dc33f3 217 return 133333;
79e50a4f
JN
218 }
219}
220
e7dc33f3
VS
221static void intel_update_rawclk(struct drm_i915_private *dev_priv)
222{
223 if (HAS_PCH_SPLIT(dev_priv))
224 dev_priv->rawclk_freq = intel_pch_rawclk(dev_priv);
225 else if (IS_VALLEYVIEW(dev_priv) || IS_CHERRYVIEW(dev_priv))
226 dev_priv->rawclk_freq = intel_vlv_hrawclk(dev_priv);
227 else if (IS_G4X(dev_priv) || IS_PINEVIEW(dev_priv))
228 dev_priv->rawclk_freq = intel_g4x_hrawclk(dev_priv);
229 else
230 return; /* no rawclk on other platforms, or no need to know it */
231
232 DRM_DEBUG_DRIVER("rawclk rate: %d kHz\n", dev_priv->rawclk_freq);
233}
234
bfa7df01
VS
235static void intel_update_czclk(struct drm_i915_private *dev_priv)
236{
666a4537 237 if (!(IS_VALLEYVIEW(dev_priv) || IS_CHERRYVIEW(dev_priv)))
bfa7df01
VS
238 return;
239
240 dev_priv->czclk_freq = vlv_get_cck_clock_hpll(dev_priv, "czclk",
241 CCK_CZ_CLOCK_CONTROL);
242
243 DRM_DEBUG_DRIVER("CZ clock rate: %d kHz\n", dev_priv->czclk_freq);
244}
245
021357ac 246static inline u32 /* units of 100MHz */
21a727b3
VS
247intel_fdi_link_freq(struct drm_i915_private *dev_priv,
248 const struct intel_crtc_state *pipe_config)
021357ac 249{
21a727b3
VS
250 if (HAS_DDI(dev_priv))
251 return pipe_config->port_clock; /* SPLL */
252 else if (IS_GEN5(dev_priv))
253 return ((I915_READ(FDI_PLL_BIOS_0) & FDI_PLL_FB_CLOCK_MASK) + 2) * 10000;
e3b247da 254 else
21a727b3 255 return 270000;
021357ac
CW
256}
257
5d536e28 258static const intel_limit_t intel_limits_i8xx_dac = {
0206e353 259 .dot = { .min = 25000, .max = 350000 },
9c333719 260 .vco = { .min = 908000, .max = 1512000 },
91dbe5fb 261 .n = { .min = 2, .max = 16 },
0206e353
AJ
262 .m = { .min = 96, .max = 140 },
263 .m1 = { .min = 18, .max = 26 },
264 .m2 = { .min = 6, .max = 16 },
265 .p = { .min = 4, .max = 128 },
266 .p1 = { .min = 2, .max = 33 },
273e27ca
EA
267 .p2 = { .dot_limit = 165000,
268 .p2_slow = 4, .p2_fast = 2 },
e4b36699
KP
269};
270
5d536e28
DV
271static const intel_limit_t intel_limits_i8xx_dvo = {
272 .dot = { .min = 25000, .max = 350000 },
9c333719 273 .vco = { .min = 908000, .max = 1512000 },
91dbe5fb 274 .n = { .min = 2, .max = 16 },
5d536e28
DV
275 .m = { .min = 96, .max = 140 },
276 .m1 = { .min = 18, .max = 26 },
277 .m2 = { .min = 6, .max = 16 },
278 .p = { .min = 4, .max = 128 },
279 .p1 = { .min = 2, .max = 33 },
280 .p2 = { .dot_limit = 165000,
281 .p2_slow = 4, .p2_fast = 4 },
282};
283
e4b36699 284static const intel_limit_t intel_limits_i8xx_lvds = {
0206e353 285 .dot = { .min = 25000, .max = 350000 },
9c333719 286 .vco = { .min = 908000, .max = 1512000 },
91dbe5fb 287 .n = { .min = 2, .max = 16 },
0206e353
AJ
288 .m = { .min = 96, .max = 140 },
289 .m1 = { .min = 18, .max = 26 },
290 .m2 = { .min = 6, .max = 16 },
291 .p = { .min = 4, .max = 128 },
292 .p1 = { .min = 1, .max = 6 },
273e27ca
EA
293 .p2 = { .dot_limit = 165000,
294 .p2_slow = 14, .p2_fast = 7 },
e4b36699 295};
273e27ca 296
e4b36699 297static const intel_limit_t intel_limits_i9xx_sdvo = {
0206e353
AJ
298 .dot = { .min = 20000, .max = 400000 },
299 .vco = { .min = 1400000, .max = 2800000 },
300 .n = { .min = 1, .max = 6 },
301 .m = { .min = 70, .max = 120 },
4f7dfb67
PJ
302 .m1 = { .min = 8, .max = 18 },
303 .m2 = { .min = 3, .max = 7 },
0206e353
AJ
304 .p = { .min = 5, .max = 80 },
305 .p1 = { .min = 1, .max = 8 },
273e27ca
EA
306 .p2 = { .dot_limit = 200000,
307 .p2_slow = 10, .p2_fast = 5 },
e4b36699
KP
308};
309
310static const intel_limit_t intel_limits_i9xx_lvds = {
0206e353
AJ
311 .dot = { .min = 20000, .max = 400000 },
312 .vco = { .min = 1400000, .max = 2800000 },
313 .n = { .min = 1, .max = 6 },
314 .m = { .min = 70, .max = 120 },
53a7d2d1
PJ
315 .m1 = { .min = 8, .max = 18 },
316 .m2 = { .min = 3, .max = 7 },
0206e353
AJ
317 .p = { .min = 7, .max = 98 },
318 .p1 = { .min = 1, .max = 8 },
273e27ca
EA
319 .p2 = { .dot_limit = 112000,
320 .p2_slow = 14, .p2_fast = 7 },
e4b36699
KP
321};
322
273e27ca 323
e4b36699 324static const intel_limit_t intel_limits_g4x_sdvo = {
273e27ca
EA
325 .dot = { .min = 25000, .max = 270000 },
326 .vco = { .min = 1750000, .max = 3500000},
327 .n = { .min = 1, .max = 4 },
328 .m = { .min = 104, .max = 138 },
329 .m1 = { .min = 17, .max = 23 },
330 .m2 = { .min = 5, .max = 11 },
331 .p = { .min = 10, .max = 30 },
332 .p1 = { .min = 1, .max = 3},
333 .p2 = { .dot_limit = 270000,
334 .p2_slow = 10,
335 .p2_fast = 10
044c7c41 336 },
e4b36699
KP
337};
338
339static const intel_limit_t intel_limits_g4x_hdmi = {
273e27ca
EA
340 .dot = { .min = 22000, .max = 400000 },
341 .vco = { .min = 1750000, .max = 3500000},
342 .n = { .min = 1, .max = 4 },
343 .m = { .min = 104, .max = 138 },
344 .m1 = { .min = 16, .max = 23 },
345 .m2 = { .min = 5, .max = 11 },
346 .p = { .min = 5, .max = 80 },
347 .p1 = { .min = 1, .max = 8},
348 .p2 = { .dot_limit = 165000,
349 .p2_slow = 10, .p2_fast = 5 },
e4b36699
KP
350};
351
352static const intel_limit_t intel_limits_g4x_single_channel_lvds = {
273e27ca
EA
353 .dot = { .min = 20000, .max = 115000 },
354 .vco = { .min = 1750000, .max = 3500000 },
355 .n = { .min = 1, .max = 3 },
356 .m = { .min = 104, .max = 138 },
357 .m1 = { .min = 17, .max = 23 },
358 .m2 = { .min = 5, .max = 11 },
359 .p = { .min = 28, .max = 112 },
360 .p1 = { .min = 2, .max = 8 },
361 .p2 = { .dot_limit = 0,
362 .p2_slow = 14, .p2_fast = 14
044c7c41 363 },
e4b36699
KP
364};
365
366static const intel_limit_t intel_limits_g4x_dual_channel_lvds = {
273e27ca
EA
367 .dot = { .min = 80000, .max = 224000 },
368 .vco = { .min = 1750000, .max = 3500000 },
369 .n = { .min = 1, .max = 3 },
370 .m = { .min = 104, .max = 138 },
371 .m1 = { .min = 17, .max = 23 },
372 .m2 = { .min = 5, .max = 11 },
373 .p = { .min = 14, .max = 42 },
374 .p1 = { .min = 2, .max = 6 },
375 .p2 = { .dot_limit = 0,
376 .p2_slow = 7, .p2_fast = 7
044c7c41 377 },
e4b36699
KP
378};
379
f2b115e6 380static const intel_limit_t intel_limits_pineview_sdvo = {
0206e353
AJ
381 .dot = { .min = 20000, .max = 400000},
382 .vco = { .min = 1700000, .max = 3500000 },
273e27ca 383 /* Pineview's Ncounter is a ring counter */
0206e353
AJ
384 .n = { .min = 3, .max = 6 },
385 .m = { .min = 2, .max = 256 },
273e27ca 386 /* Pineview only has one combined m divider, which we treat as m2. */
0206e353
AJ
387 .m1 = { .min = 0, .max = 0 },
388 .m2 = { .min = 0, .max = 254 },
389 .p = { .min = 5, .max = 80 },
390 .p1 = { .min = 1, .max = 8 },
273e27ca
EA
391 .p2 = { .dot_limit = 200000,
392 .p2_slow = 10, .p2_fast = 5 },
e4b36699
KP
393};
394
f2b115e6 395static const intel_limit_t intel_limits_pineview_lvds = {
0206e353
AJ
396 .dot = { .min = 20000, .max = 400000 },
397 .vco = { .min = 1700000, .max = 3500000 },
398 .n = { .min = 3, .max = 6 },
399 .m = { .min = 2, .max = 256 },
400 .m1 = { .min = 0, .max = 0 },
401 .m2 = { .min = 0, .max = 254 },
402 .p = { .min = 7, .max = 112 },
403 .p1 = { .min = 1, .max = 8 },
273e27ca
EA
404 .p2 = { .dot_limit = 112000,
405 .p2_slow = 14, .p2_fast = 14 },
e4b36699
KP
406};
407
273e27ca
EA
408/* Ironlake / Sandybridge
409 *
410 * We calculate clock using (register_value + 2) for N/M1/M2, so here
411 * the range value for them is (actual_value - 2).
412 */
b91ad0ec 413static const intel_limit_t intel_limits_ironlake_dac = {
273e27ca
EA
414 .dot = { .min = 25000, .max = 350000 },
415 .vco = { .min = 1760000, .max = 3510000 },
416 .n = { .min = 1, .max = 5 },
417 .m = { .min = 79, .max = 127 },
418 .m1 = { .min = 12, .max = 22 },
419 .m2 = { .min = 5, .max = 9 },
420 .p = { .min = 5, .max = 80 },
421 .p1 = { .min = 1, .max = 8 },
422 .p2 = { .dot_limit = 225000,
423 .p2_slow = 10, .p2_fast = 5 },
e4b36699
KP
424};
425
b91ad0ec 426static const intel_limit_t intel_limits_ironlake_single_lvds = {
273e27ca
EA
427 .dot = { .min = 25000, .max = 350000 },
428 .vco = { .min = 1760000, .max = 3510000 },
429 .n = { .min = 1, .max = 3 },
430 .m = { .min = 79, .max = 118 },
431 .m1 = { .min = 12, .max = 22 },
432 .m2 = { .min = 5, .max = 9 },
433 .p = { .min = 28, .max = 112 },
434 .p1 = { .min = 2, .max = 8 },
435 .p2 = { .dot_limit = 225000,
436 .p2_slow = 14, .p2_fast = 14 },
b91ad0ec
ZW
437};
438
439static const intel_limit_t intel_limits_ironlake_dual_lvds = {
273e27ca
EA
440 .dot = { .min = 25000, .max = 350000 },
441 .vco = { .min = 1760000, .max = 3510000 },
442 .n = { .min = 1, .max = 3 },
443 .m = { .min = 79, .max = 127 },
444 .m1 = { .min = 12, .max = 22 },
445 .m2 = { .min = 5, .max = 9 },
446 .p = { .min = 14, .max = 56 },
447 .p1 = { .min = 2, .max = 8 },
448 .p2 = { .dot_limit = 225000,
449 .p2_slow = 7, .p2_fast = 7 },
b91ad0ec
ZW
450};
451
273e27ca 452/* LVDS 100mhz refclk limits. */
b91ad0ec 453static const intel_limit_t intel_limits_ironlake_single_lvds_100m = {
273e27ca
EA
454 .dot = { .min = 25000, .max = 350000 },
455 .vco = { .min = 1760000, .max = 3510000 },
456 .n = { .min = 1, .max = 2 },
457 .m = { .min = 79, .max = 126 },
458 .m1 = { .min = 12, .max = 22 },
459 .m2 = { .min = 5, .max = 9 },
460 .p = { .min = 28, .max = 112 },
0206e353 461 .p1 = { .min = 2, .max = 8 },
273e27ca
EA
462 .p2 = { .dot_limit = 225000,
463 .p2_slow = 14, .p2_fast = 14 },
b91ad0ec
ZW
464};
465
466static const intel_limit_t intel_limits_ironlake_dual_lvds_100m = {
273e27ca
EA
467 .dot = { .min = 25000, .max = 350000 },
468 .vco = { .min = 1760000, .max = 3510000 },
469 .n = { .min = 1, .max = 3 },
470 .m = { .min = 79, .max = 126 },
471 .m1 = { .min = 12, .max = 22 },
472 .m2 = { .min = 5, .max = 9 },
473 .p = { .min = 14, .max = 42 },
0206e353 474 .p1 = { .min = 2, .max = 6 },
273e27ca
EA
475 .p2 = { .dot_limit = 225000,
476 .p2_slow = 7, .p2_fast = 7 },
4547668a
ZY
477};
478
dc730512 479static const intel_limit_t intel_limits_vlv = {
f01b7962
VS
480 /*
481 * These are the data rate limits (measured in fast clocks)
482 * since those are the strictest limits we have. The fast
483 * clock and actual rate limits are more relaxed, so checking
484 * them would make no difference.
485 */
486 .dot = { .min = 25000 * 5, .max = 270000 * 5 },
75e53986 487 .vco = { .min = 4000000, .max = 6000000 },
a0c4da24 488 .n = { .min = 1, .max = 7 },
a0c4da24
JB
489 .m1 = { .min = 2, .max = 3 },
490 .m2 = { .min = 11, .max = 156 },
b99ab663 491 .p1 = { .min = 2, .max = 3 },
5fdc9c49 492 .p2 = { .p2_slow = 2, .p2_fast = 20 }, /* slow=min, fast=max */
a0c4da24
JB
493};
494
ef9348c8
CML
495static const intel_limit_t intel_limits_chv = {
496 /*
497 * These are the data rate limits (measured in fast clocks)
498 * since those are the strictest limits we have. The fast
499 * clock and actual rate limits are more relaxed, so checking
500 * them would make no difference.
501 */
502 .dot = { .min = 25000 * 5, .max = 540000 * 5},
17fe1021 503 .vco = { .min = 4800000, .max = 6480000 },
ef9348c8
CML
504 .n = { .min = 1, .max = 1 },
505 .m1 = { .min = 2, .max = 2 },
506 .m2 = { .min = 24 << 22, .max = 175 << 22 },
507 .p1 = { .min = 2, .max = 4 },
508 .p2 = { .p2_slow = 1, .p2_fast = 14 },
509};
510
5ab7b0b7
ID
511static const intel_limit_t intel_limits_bxt = {
512 /* FIXME: find real dot limits */
513 .dot = { .min = 0, .max = INT_MAX },
e6292556 514 .vco = { .min = 4800000, .max = 6700000 },
5ab7b0b7
ID
515 .n = { .min = 1, .max = 1 },
516 .m1 = { .min = 2, .max = 2 },
517 /* FIXME: find real m2 limits */
518 .m2 = { .min = 2 << 22, .max = 255 << 22 },
519 .p1 = { .min = 2, .max = 4 },
520 .p2 = { .p2_slow = 1, .p2_fast = 20 },
521};
522
cdba954e
ACO
523static bool
524needs_modeset(struct drm_crtc_state *state)
525{
fc596660 526 return drm_atomic_crtc_needs_modeset(state);
cdba954e
ACO
527}
528
e0638cdf
PZ
529/**
530 * Returns whether any output on the specified pipe is of the specified type
531 */
4093561b 532bool intel_pipe_has_type(struct intel_crtc *crtc, enum intel_output_type type)
e0638cdf 533{
409ee761 534 struct drm_device *dev = crtc->base.dev;
e0638cdf
PZ
535 struct intel_encoder *encoder;
536
409ee761 537 for_each_encoder_on_crtc(dev, &crtc->base, encoder)
e0638cdf
PZ
538 if (encoder->type == type)
539 return true;
540
541 return false;
542}
543
d0737e1d
ACO
544/**
545 * Returns whether any output on the specified pipe will have the specified
546 * type after a staged modeset is complete, i.e., the same as
547 * intel_pipe_has_type() but looking at encoder->new_crtc instead of
548 * encoder->crtc.
549 */
a93e255f
ACO
550static bool intel_pipe_will_have_type(const struct intel_crtc_state *crtc_state,
551 int type)
d0737e1d 552{
a93e255f 553 struct drm_atomic_state *state = crtc_state->base.state;
da3ced29 554 struct drm_connector *connector;
a93e255f 555 struct drm_connector_state *connector_state;
d0737e1d 556 struct intel_encoder *encoder;
a93e255f
ACO
557 int i, num_connectors = 0;
558
da3ced29 559 for_each_connector_in_state(state, connector, connector_state, i) {
a93e255f
ACO
560 if (connector_state->crtc != crtc_state->base.crtc)
561 continue;
562
563 num_connectors++;
d0737e1d 564
a93e255f
ACO
565 encoder = to_intel_encoder(connector_state->best_encoder);
566 if (encoder->type == type)
d0737e1d 567 return true;
a93e255f
ACO
568 }
569
570 WARN_ON(num_connectors == 0);
d0737e1d
ACO
571
572 return false;
573}
574
dccbea3b
ID
575/*
576 * Platform specific helpers to calculate the port PLL loopback- (clock.m),
577 * and post-divider (clock.p) values, pre- (clock.vco) and post-divided fast
578 * (clock.dot) clock rates. This fast dot clock is fed to the port's IO logic.
579 * The helpers' return value is the rate of the clock that is fed to the
580 * display engine's pipe which can be the above fast dot clock rate or a
581 * divided-down version of it.
582 */
f2b115e6 583/* m1 is reserved as 0 in Pineview, n is a ring counter */
dccbea3b 584static int pnv_calc_dpll_params(int refclk, intel_clock_t *clock)
79e53945 585{
2177832f
SL
586 clock->m = clock->m2 + 2;
587 clock->p = clock->p1 * clock->p2;
ed5ca77e 588 if (WARN_ON(clock->n == 0 || clock->p == 0))
dccbea3b 589 return 0;
fb03ac01
VS
590 clock->vco = DIV_ROUND_CLOSEST(refclk * clock->m, clock->n);
591 clock->dot = DIV_ROUND_CLOSEST(clock->vco, clock->p);
dccbea3b
ID
592
593 return clock->dot;
2177832f
SL
594}
595
7429e9d4
DV
596static uint32_t i9xx_dpll_compute_m(struct dpll *dpll)
597{
598 return 5 * (dpll->m1 + 2) + (dpll->m2 + 2);
599}
600
dccbea3b 601static int i9xx_calc_dpll_params(int refclk, intel_clock_t *clock)
2177832f 602{
7429e9d4 603 clock->m = i9xx_dpll_compute_m(clock);
79e53945 604 clock->p = clock->p1 * clock->p2;
ed5ca77e 605 if (WARN_ON(clock->n + 2 == 0 || clock->p == 0))
dccbea3b 606 return 0;
fb03ac01
VS
607 clock->vco = DIV_ROUND_CLOSEST(refclk * clock->m, clock->n + 2);
608 clock->dot = DIV_ROUND_CLOSEST(clock->vco, clock->p);
dccbea3b
ID
609
610 return clock->dot;
79e53945
JB
611}
612
dccbea3b 613static int vlv_calc_dpll_params(int refclk, intel_clock_t *clock)
589eca67
ID
614{
615 clock->m = clock->m1 * clock->m2;
616 clock->p = clock->p1 * clock->p2;
617 if (WARN_ON(clock->n == 0 || clock->p == 0))
dccbea3b 618 return 0;
589eca67
ID
619 clock->vco = DIV_ROUND_CLOSEST(refclk * clock->m, clock->n);
620 clock->dot = DIV_ROUND_CLOSEST(clock->vco, clock->p);
dccbea3b
ID
621
622 return clock->dot / 5;
589eca67
ID
623}
624
dccbea3b 625int chv_calc_dpll_params(int refclk, intel_clock_t *clock)
ef9348c8
CML
626{
627 clock->m = clock->m1 * clock->m2;
628 clock->p = clock->p1 * clock->p2;
629 if (WARN_ON(clock->n == 0 || clock->p == 0))
dccbea3b 630 return 0;
ef9348c8
CML
631 clock->vco = DIV_ROUND_CLOSEST_ULL((uint64_t)refclk * clock->m,
632 clock->n << 22);
633 clock->dot = DIV_ROUND_CLOSEST(clock->vco, clock->p);
dccbea3b
ID
634
635 return clock->dot / 5;
ef9348c8
CML
636}
637
7c04d1d9 638#define INTELPllInvalid(s) do { /* DRM_DEBUG(s); */ return false; } while (0)
79e53945
JB
639/**
640 * Returns whether the given set of divisors are valid for a given refclk with
641 * the given connectors.
642 */
643
1b894b59
CW
644static bool intel_PLL_is_valid(struct drm_device *dev,
645 const intel_limit_t *limit,
646 const intel_clock_t *clock)
79e53945 647{
f01b7962
VS
648 if (clock->n < limit->n.min || limit->n.max < clock->n)
649 INTELPllInvalid("n out of range\n");
79e53945 650 if (clock->p1 < limit->p1.min || limit->p1.max < clock->p1)
0206e353 651 INTELPllInvalid("p1 out of range\n");
79e53945 652 if (clock->m2 < limit->m2.min || limit->m2.max < clock->m2)
0206e353 653 INTELPllInvalid("m2 out of range\n");
79e53945 654 if (clock->m1 < limit->m1.min || limit->m1.max < clock->m1)
0206e353 655 INTELPllInvalid("m1 out of range\n");
f01b7962 656
666a4537
WB
657 if (!IS_PINEVIEW(dev) && !IS_VALLEYVIEW(dev) &&
658 !IS_CHERRYVIEW(dev) && !IS_BROXTON(dev))
f01b7962
VS
659 if (clock->m1 <= clock->m2)
660 INTELPllInvalid("m1 <= m2\n");
661
666a4537 662 if (!IS_VALLEYVIEW(dev) && !IS_CHERRYVIEW(dev) && !IS_BROXTON(dev)) {
f01b7962
VS
663 if (clock->p < limit->p.min || limit->p.max < clock->p)
664 INTELPllInvalid("p out of range\n");
665 if (clock->m < limit->m.min || limit->m.max < clock->m)
666 INTELPllInvalid("m out of range\n");
667 }
668
79e53945 669 if (clock->vco < limit->vco.min || limit->vco.max < clock->vco)
0206e353 670 INTELPllInvalid("vco out of range\n");
79e53945
JB
671 /* XXX: We may need to be checking "Dot clock" depending on the multiplier,
672 * connector, etc., rather than just a single range.
673 */
674 if (clock->dot < limit->dot.min || limit->dot.max < clock->dot)
0206e353 675 INTELPllInvalid("dot out of range\n");
79e53945
JB
676
677 return true;
678}
679
3b1429d9
VS
680static int
681i9xx_select_p2_div(const intel_limit_t *limit,
682 const struct intel_crtc_state *crtc_state,
683 int target)
79e53945 684{
3b1429d9 685 struct drm_device *dev = crtc_state->base.crtc->dev;
79e53945 686
a93e255f 687 if (intel_pipe_will_have_type(crtc_state, INTEL_OUTPUT_LVDS)) {
79e53945 688 /*
a210b028
DV
689 * For LVDS just rely on its current settings for dual-channel.
690 * We haven't figured out how to reliably set up different
691 * single/dual channel state, if we even can.
79e53945 692 */
1974cad0 693 if (intel_is_dual_link_lvds(dev))
3b1429d9 694 return limit->p2.p2_fast;
79e53945 695 else
3b1429d9 696 return limit->p2.p2_slow;
79e53945
JB
697 } else {
698 if (target < limit->p2.dot_limit)
3b1429d9 699 return limit->p2.p2_slow;
79e53945 700 else
3b1429d9 701 return limit->p2.p2_fast;
79e53945 702 }
3b1429d9
VS
703}
704
70e8aa21
ACO
705/*
706 * Returns a set of divisors for the desired target clock with the given
707 * refclk, or FALSE. The returned values represent the clock equation:
708 * reflck * (5 * (m1 + 2) + (m2 + 2)) / (n + 2) / p1 / p2.
709 *
710 * Target and reference clocks are specified in kHz.
711 *
712 * If match_clock is provided, then best_clock P divider must match the P
713 * divider from @match_clock used for LVDS downclocking.
714 */
3b1429d9
VS
715static bool
716i9xx_find_best_dpll(const intel_limit_t *limit,
717 struct intel_crtc_state *crtc_state,
718 int target, int refclk, intel_clock_t *match_clock,
719 intel_clock_t *best_clock)
720{
721 struct drm_device *dev = crtc_state->base.crtc->dev;
722 intel_clock_t clock;
723 int err = target;
79e53945 724
0206e353 725 memset(best_clock, 0, sizeof(*best_clock));
79e53945 726
3b1429d9
VS
727 clock.p2 = i9xx_select_p2_div(limit, crtc_state, target);
728
42158660
ZY
729 for (clock.m1 = limit->m1.min; clock.m1 <= limit->m1.max;
730 clock.m1++) {
731 for (clock.m2 = limit->m2.min;
732 clock.m2 <= limit->m2.max; clock.m2++) {
c0efc387 733 if (clock.m2 >= clock.m1)
42158660
ZY
734 break;
735 for (clock.n = limit->n.min;
736 clock.n <= limit->n.max; clock.n++) {
737 for (clock.p1 = limit->p1.min;
738 clock.p1 <= limit->p1.max; clock.p1++) {
79e53945
JB
739 int this_err;
740
dccbea3b 741 i9xx_calc_dpll_params(refclk, &clock);
ac58c3f0
DV
742 if (!intel_PLL_is_valid(dev, limit,
743 &clock))
744 continue;
745 if (match_clock &&
746 clock.p != match_clock->p)
747 continue;
748
749 this_err = abs(clock.dot - target);
750 if (this_err < err) {
751 *best_clock = clock;
752 err = this_err;
753 }
754 }
755 }
756 }
757 }
758
759 return (err != target);
760}
761
70e8aa21
ACO
762/*
763 * Returns a set of divisors for the desired target clock with the given
764 * refclk, or FALSE. The returned values represent the clock equation:
765 * reflck * (5 * (m1 + 2) + (m2 + 2)) / (n + 2) / p1 / p2.
766 *
767 * Target and reference clocks are specified in kHz.
768 *
769 * If match_clock is provided, then best_clock P divider must match the P
770 * divider from @match_clock used for LVDS downclocking.
771 */
ac58c3f0 772static bool
a93e255f
ACO
773pnv_find_best_dpll(const intel_limit_t *limit,
774 struct intel_crtc_state *crtc_state,
ee9300bb
DV
775 int target, int refclk, intel_clock_t *match_clock,
776 intel_clock_t *best_clock)
79e53945 777{
3b1429d9 778 struct drm_device *dev = crtc_state->base.crtc->dev;
79e53945 779 intel_clock_t clock;
79e53945
JB
780 int err = target;
781
0206e353 782 memset(best_clock, 0, sizeof(*best_clock));
79e53945 783
3b1429d9
VS
784 clock.p2 = i9xx_select_p2_div(limit, crtc_state, target);
785
42158660
ZY
786 for (clock.m1 = limit->m1.min; clock.m1 <= limit->m1.max;
787 clock.m1++) {
788 for (clock.m2 = limit->m2.min;
789 clock.m2 <= limit->m2.max; clock.m2++) {
42158660
ZY
790 for (clock.n = limit->n.min;
791 clock.n <= limit->n.max; clock.n++) {
792 for (clock.p1 = limit->p1.min;
793 clock.p1 <= limit->p1.max; clock.p1++) {
79e53945
JB
794 int this_err;
795
dccbea3b 796 pnv_calc_dpll_params(refclk, &clock);
1b894b59
CW
797 if (!intel_PLL_is_valid(dev, limit,
798 &clock))
79e53945 799 continue;
cec2f356
SP
800 if (match_clock &&
801 clock.p != match_clock->p)
802 continue;
79e53945
JB
803
804 this_err = abs(clock.dot - target);
805 if (this_err < err) {
806 *best_clock = clock;
807 err = this_err;
808 }
809 }
810 }
811 }
812 }
813
814 return (err != target);
815}
816
997c030c
ACO
817/*
818 * Returns a set of divisors for the desired target clock with the given
819 * refclk, or FALSE. The returned values represent the clock equation:
820 * reflck * (5 * (m1 + 2) + (m2 + 2)) / (n + 2) / p1 / p2.
70e8aa21
ACO
821 *
822 * Target and reference clocks are specified in kHz.
823 *
824 * If match_clock is provided, then best_clock P divider must match the P
825 * divider from @match_clock used for LVDS downclocking.
997c030c 826 */
d4906093 827static bool
a93e255f
ACO
828g4x_find_best_dpll(const intel_limit_t *limit,
829 struct intel_crtc_state *crtc_state,
ee9300bb
DV
830 int target, int refclk, intel_clock_t *match_clock,
831 intel_clock_t *best_clock)
d4906093 832{
3b1429d9 833 struct drm_device *dev = crtc_state->base.crtc->dev;
d4906093
ML
834 intel_clock_t clock;
835 int max_n;
3b1429d9 836 bool found = false;
6ba770dc
AJ
837 /* approximately equals target * 0.00585 */
838 int err_most = (target >> 8) + (target >> 9);
d4906093
ML
839
840 memset(best_clock, 0, sizeof(*best_clock));
3b1429d9
VS
841
842 clock.p2 = i9xx_select_p2_div(limit, crtc_state, target);
843
d4906093 844 max_n = limit->n.max;
f77f13e2 845 /* based on hardware requirement, prefer smaller n to precision */
d4906093 846 for (clock.n = limit->n.min; clock.n <= max_n; clock.n++) {
f77f13e2 847 /* based on hardware requirement, prefere larger m1,m2 */
d4906093
ML
848 for (clock.m1 = limit->m1.max;
849 clock.m1 >= limit->m1.min; clock.m1--) {
850 for (clock.m2 = limit->m2.max;
851 clock.m2 >= limit->m2.min; clock.m2--) {
852 for (clock.p1 = limit->p1.max;
853 clock.p1 >= limit->p1.min; clock.p1--) {
854 int this_err;
855
dccbea3b 856 i9xx_calc_dpll_params(refclk, &clock);
1b894b59
CW
857 if (!intel_PLL_is_valid(dev, limit,
858 &clock))
d4906093 859 continue;
1b894b59
CW
860
861 this_err = abs(clock.dot - target);
d4906093
ML
862 if (this_err < err_most) {
863 *best_clock = clock;
864 err_most = this_err;
865 max_n = clock.n;
866 found = true;
867 }
868 }
869 }
870 }
871 }
2c07245f
ZW
872 return found;
873}
874
d5dd62bd
ID
875/*
876 * Check if the calculated PLL configuration is more optimal compared to the
877 * best configuration and error found so far. Return the calculated error.
878 */
879static bool vlv_PLL_is_optimal(struct drm_device *dev, int target_freq,
880 const intel_clock_t *calculated_clock,
881 const intel_clock_t *best_clock,
882 unsigned int best_error_ppm,
883 unsigned int *error_ppm)
884{
9ca3ba01
ID
885 /*
886 * For CHV ignore the error and consider only the P value.
887 * Prefer a bigger P value based on HW requirements.
888 */
889 if (IS_CHERRYVIEW(dev)) {
890 *error_ppm = 0;
891
892 return calculated_clock->p > best_clock->p;
893 }
894
24be4e46
ID
895 if (WARN_ON_ONCE(!target_freq))
896 return false;
897
d5dd62bd
ID
898 *error_ppm = div_u64(1000000ULL *
899 abs(target_freq - calculated_clock->dot),
900 target_freq);
901 /*
902 * Prefer a better P value over a better (smaller) error if the error
903 * is small. Ensure this preference for future configurations too by
904 * setting the error to 0.
905 */
906 if (*error_ppm < 100 && calculated_clock->p > best_clock->p) {
907 *error_ppm = 0;
908
909 return true;
910 }
911
912 return *error_ppm + 10 < best_error_ppm;
913}
914
65b3d6a9
ACO
915/*
916 * Returns a set of divisors for the desired target clock with the given
917 * refclk, or FALSE. The returned values represent the clock equation:
918 * reflck * (5 * (m1 + 2) + (m2 + 2)) / (n + 2) / p1 / p2.
919 */
a0c4da24 920static bool
a93e255f
ACO
921vlv_find_best_dpll(const intel_limit_t *limit,
922 struct intel_crtc_state *crtc_state,
ee9300bb
DV
923 int target, int refclk, intel_clock_t *match_clock,
924 intel_clock_t *best_clock)
a0c4da24 925{
a93e255f 926 struct intel_crtc *crtc = to_intel_crtc(crtc_state->base.crtc);
a919ff14 927 struct drm_device *dev = crtc->base.dev;
6b4bf1c4 928 intel_clock_t clock;
69e4f900 929 unsigned int bestppm = 1000000;
27e639bf
VS
930 /* min update 19.2 MHz */
931 int max_n = min(limit->n.max, refclk / 19200);
49e497ef 932 bool found = false;
a0c4da24 933
6b4bf1c4
VS
934 target *= 5; /* fast clock */
935
936 memset(best_clock, 0, sizeof(*best_clock));
a0c4da24
JB
937
938 /* based on hardware requirement, prefer smaller n to precision */
27e639bf 939 for (clock.n = limit->n.min; clock.n <= max_n; clock.n++) {
811bbf05 940 for (clock.p1 = limit->p1.max; clock.p1 >= limit->p1.min; clock.p1--) {
889059d8 941 for (clock.p2 = limit->p2.p2_fast; clock.p2 >= limit->p2.p2_slow;
c1a9ae43 942 clock.p2 -= clock.p2 > 10 ? 2 : 1) {
6b4bf1c4 943 clock.p = clock.p1 * clock.p2;
a0c4da24 944 /* based on hardware requirement, prefer bigger m1,m2 values */
6b4bf1c4 945 for (clock.m1 = limit->m1.min; clock.m1 <= limit->m1.max; clock.m1++) {
d5dd62bd 946 unsigned int ppm;
69e4f900 947
6b4bf1c4
VS
948 clock.m2 = DIV_ROUND_CLOSEST(target * clock.p * clock.n,
949 refclk * clock.m1);
950
dccbea3b 951 vlv_calc_dpll_params(refclk, &clock);
43b0ac53 952
f01b7962
VS
953 if (!intel_PLL_is_valid(dev, limit,
954 &clock))
43b0ac53
VS
955 continue;
956
d5dd62bd
ID
957 if (!vlv_PLL_is_optimal(dev, target,
958 &clock,
959 best_clock,
960 bestppm, &ppm))
961 continue;
6b4bf1c4 962
d5dd62bd
ID
963 *best_clock = clock;
964 bestppm = ppm;
965 found = true;
a0c4da24
JB
966 }
967 }
968 }
969 }
a0c4da24 970
49e497ef 971 return found;
a0c4da24 972}
a4fc5ed6 973
65b3d6a9
ACO
974/*
975 * Returns a set of divisors for the desired target clock with the given
976 * refclk, or FALSE. The returned values represent the clock equation:
977 * reflck * (5 * (m1 + 2) + (m2 + 2)) / (n + 2) / p1 / p2.
978 */
ef9348c8 979static bool
a93e255f
ACO
980chv_find_best_dpll(const intel_limit_t *limit,
981 struct intel_crtc_state *crtc_state,
ef9348c8
CML
982 int target, int refclk, intel_clock_t *match_clock,
983 intel_clock_t *best_clock)
984{
a93e255f 985 struct intel_crtc *crtc = to_intel_crtc(crtc_state->base.crtc);
a919ff14 986 struct drm_device *dev = crtc->base.dev;
9ca3ba01 987 unsigned int best_error_ppm;
ef9348c8
CML
988 intel_clock_t clock;
989 uint64_t m2;
990 int found = false;
991
992 memset(best_clock, 0, sizeof(*best_clock));
9ca3ba01 993 best_error_ppm = 1000000;
ef9348c8
CML
994
995 /*
996 * Based on hardware doc, the n always set to 1, and m1 always
997 * set to 2. If requires to support 200Mhz refclk, we need to
998 * revisit this because n may not 1 anymore.
999 */
1000 clock.n = 1, clock.m1 = 2;
1001 target *= 5; /* fast clock */
1002
1003 for (clock.p1 = limit->p1.max; clock.p1 >= limit->p1.min; clock.p1--) {
1004 for (clock.p2 = limit->p2.p2_fast;
1005 clock.p2 >= limit->p2.p2_slow;
1006 clock.p2 -= clock.p2 > 10 ? 2 : 1) {
9ca3ba01 1007 unsigned int error_ppm;
ef9348c8
CML
1008
1009 clock.p = clock.p1 * clock.p2;
1010
1011 m2 = DIV_ROUND_CLOSEST_ULL(((uint64_t)target * clock.p *
1012 clock.n) << 22, refclk * clock.m1);
1013
1014 if (m2 > INT_MAX/clock.m1)
1015 continue;
1016
1017 clock.m2 = m2;
1018
dccbea3b 1019 chv_calc_dpll_params(refclk, &clock);
ef9348c8
CML
1020
1021 if (!intel_PLL_is_valid(dev, limit, &clock))
1022 continue;
1023
9ca3ba01
ID
1024 if (!vlv_PLL_is_optimal(dev, target, &clock, best_clock,
1025 best_error_ppm, &error_ppm))
1026 continue;
1027
1028 *best_clock = clock;
1029 best_error_ppm = error_ppm;
1030 found = true;
ef9348c8
CML
1031 }
1032 }
1033
1034 return found;
1035}
1036
5ab7b0b7
ID
1037bool bxt_find_best_dpll(struct intel_crtc_state *crtc_state, int target_clock,
1038 intel_clock_t *best_clock)
1039{
65b3d6a9
ACO
1040 int refclk = 100000;
1041 const intel_limit_t *limit = &intel_limits_bxt;
5ab7b0b7 1042
65b3d6a9 1043 return chv_find_best_dpll(limit, crtc_state,
5ab7b0b7
ID
1044 target_clock, refclk, NULL, best_clock);
1045}
1046
20ddf665
VS
1047bool intel_crtc_active(struct drm_crtc *crtc)
1048{
1049 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
1050
1051 /* Be paranoid as we can arrive here with only partial
1052 * state retrieved from the hardware during setup.
1053 *
241bfc38 1054 * We can ditch the adjusted_mode.crtc_clock check as soon
20ddf665
VS
1055 * as Haswell has gained clock readout/fastboot support.
1056 *
66e514c1 1057 * We can ditch the crtc->primary->fb check as soon as we can
20ddf665 1058 * properly reconstruct framebuffers.
c3d1f436
MR
1059 *
1060 * FIXME: The intel_crtc->active here should be switched to
1061 * crtc->state->active once we have proper CRTC states wired up
1062 * for atomic.
20ddf665 1063 */
c3d1f436 1064 return intel_crtc->active && crtc->primary->state->fb &&
6e3c9717 1065 intel_crtc->config->base.adjusted_mode.crtc_clock;
20ddf665
VS
1066}
1067
a5c961d1
PZ
1068enum transcoder intel_pipe_to_cpu_transcoder(struct drm_i915_private *dev_priv,
1069 enum pipe pipe)
1070{
1071 struct drm_crtc *crtc = dev_priv->pipe_to_crtc_mapping[pipe];
1072 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
1073
6e3c9717 1074 return intel_crtc->config->cpu_transcoder;
a5c961d1
PZ
1075}
1076
fbf49ea2
VS
1077static bool pipe_dsl_stopped(struct drm_device *dev, enum pipe pipe)
1078{
1079 struct drm_i915_private *dev_priv = dev->dev_private;
f0f59a00 1080 i915_reg_t reg = PIPEDSL(pipe);
fbf49ea2
VS
1081 u32 line1, line2;
1082 u32 line_mask;
1083
1084 if (IS_GEN2(dev))
1085 line_mask = DSL_LINEMASK_GEN2;
1086 else
1087 line_mask = DSL_LINEMASK_GEN3;
1088
1089 line1 = I915_READ(reg) & line_mask;
6adfb1ef 1090 msleep(5);
fbf49ea2
VS
1091 line2 = I915_READ(reg) & line_mask;
1092
1093 return line1 == line2;
1094}
1095
ab7ad7f6
KP
1096/*
1097 * intel_wait_for_pipe_off - wait for pipe to turn off
575f7ab7 1098 * @crtc: crtc whose pipe to wait for
9d0498a2
JB
1099 *
1100 * After disabling a pipe, we can't wait for vblank in the usual way,
1101 * spinning on the vblank interrupt status bit, since we won't actually
1102 * see an interrupt when the pipe is disabled.
1103 *
ab7ad7f6
KP
1104 * On Gen4 and above:
1105 * wait for the pipe register state bit to turn off
1106 *
1107 * Otherwise:
1108 * wait for the display line value to settle (it usually
1109 * ends up stopping at the start of the next frame).
58e10eb9 1110 *
9d0498a2 1111 */
575f7ab7 1112static void intel_wait_for_pipe_off(struct intel_crtc *crtc)
9d0498a2 1113{
575f7ab7 1114 struct drm_device *dev = crtc->base.dev;
9d0498a2 1115 struct drm_i915_private *dev_priv = dev->dev_private;
6e3c9717 1116 enum transcoder cpu_transcoder = crtc->config->cpu_transcoder;
575f7ab7 1117 enum pipe pipe = crtc->pipe;
ab7ad7f6
KP
1118
1119 if (INTEL_INFO(dev)->gen >= 4) {
f0f59a00 1120 i915_reg_t reg = PIPECONF(cpu_transcoder);
ab7ad7f6
KP
1121
1122 /* Wait for the Pipe State to go off */
58e10eb9
CW
1123 if (wait_for((I915_READ(reg) & I965_PIPECONF_ACTIVE) == 0,
1124 100))
284637d9 1125 WARN(1, "pipe_off wait timed out\n");
ab7ad7f6 1126 } else {
ab7ad7f6 1127 /* Wait for the display line to settle */
fbf49ea2 1128 if (wait_for(pipe_dsl_stopped(dev, pipe), 100))
284637d9 1129 WARN(1, "pipe_off wait timed out\n");
ab7ad7f6 1130 }
79e53945
JB
1131}
1132
b24e7179 1133/* Only for pre-ILK configs */
55607e8a
DV
1134void assert_pll(struct drm_i915_private *dev_priv,
1135 enum pipe pipe, bool state)
b24e7179 1136{
b24e7179
JB
1137 u32 val;
1138 bool cur_state;
1139
649636ef 1140 val = I915_READ(DPLL(pipe));
b24e7179 1141 cur_state = !!(val & DPLL_VCO_ENABLE);
e2c719b7 1142 I915_STATE_WARN(cur_state != state,
b24e7179 1143 "PLL state assertion failure (expected %s, current %s)\n",
87ad3212 1144 onoff(state), onoff(cur_state));
b24e7179 1145}
b24e7179 1146
23538ef1 1147/* XXX: the dsi pll is shared between MIPI DSI ports */
8563b1e8 1148void assert_dsi_pll(struct drm_i915_private *dev_priv, bool state)
23538ef1
JN
1149{
1150 u32 val;
1151 bool cur_state;
1152
a580516d 1153 mutex_lock(&dev_priv->sb_lock);
23538ef1 1154 val = vlv_cck_read(dev_priv, CCK_REG_DSI_PLL_CONTROL);
a580516d 1155 mutex_unlock(&dev_priv->sb_lock);
23538ef1
JN
1156
1157 cur_state = val & DSI_PLL_VCO_EN;
e2c719b7 1158 I915_STATE_WARN(cur_state != state,
23538ef1 1159 "DSI PLL state assertion failure (expected %s, current %s)\n",
87ad3212 1160 onoff(state), onoff(cur_state));
23538ef1 1161}
23538ef1 1162
040484af
JB
1163static void assert_fdi_tx(struct drm_i915_private *dev_priv,
1164 enum pipe pipe, bool state)
1165{
040484af 1166 bool cur_state;
ad80a810
PZ
1167 enum transcoder cpu_transcoder = intel_pipe_to_cpu_transcoder(dev_priv,
1168 pipe);
040484af 1169
2d1fe073 1170 if (HAS_DDI(dev_priv)) {
affa9354 1171 /* DDI does not have a specific FDI_TX register */
649636ef 1172 u32 val = I915_READ(TRANS_DDI_FUNC_CTL(cpu_transcoder));
ad80a810 1173 cur_state = !!(val & TRANS_DDI_FUNC_ENABLE);
bf507ef7 1174 } else {
649636ef 1175 u32 val = I915_READ(FDI_TX_CTL(pipe));
bf507ef7
ED
1176 cur_state = !!(val & FDI_TX_ENABLE);
1177 }
e2c719b7 1178 I915_STATE_WARN(cur_state != state,
040484af 1179 "FDI TX state assertion failure (expected %s, current %s)\n",
87ad3212 1180 onoff(state), onoff(cur_state));
040484af
JB
1181}
1182#define assert_fdi_tx_enabled(d, p) assert_fdi_tx(d, p, true)
1183#define assert_fdi_tx_disabled(d, p) assert_fdi_tx(d, p, false)
1184
1185static void assert_fdi_rx(struct drm_i915_private *dev_priv,
1186 enum pipe pipe, bool state)
1187{
040484af
JB
1188 u32 val;
1189 bool cur_state;
1190
649636ef 1191 val = I915_READ(FDI_RX_CTL(pipe));
d63fa0dc 1192 cur_state = !!(val & FDI_RX_ENABLE);
e2c719b7 1193 I915_STATE_WARN(cur_state != state,
040484af 1194 "FDI RX state assertion failure (expected %s, current %s)\n",
87ad3212 1195 onoff(state), onoff(cur_state));
040484af
JB
1196}
1197#define assert_fdi_rx_enabled(d, p) assert_fdi_rx(d, p, true)
1198#define assert_fdi_rx_disabled(d, p) assert_fdi_rx(d, p, false)
1199
1200static void assert_fdi_tx_pll_enabled(struct drm_i915_private *dev_priv,
1201 enum pipe pipe)
1202{
040484af
JB
1203 u32 val;
1204
1205 /* ILK FDI PLL is always enabled */
2d1fe073 1206 if (INTEL_INFO(dev_priv)->gen == 5)
040484af
JB
1207 return;
1208
bf507ef7 1209 /* On Haswell, DDI ports are responsible for the FDI PLL setup */
2d1fe073 1210 if (HAS_DDI(dev_priv))
bf507ef7
ED
1211 return;
1212
649636ef 1213 val = I915_READ(FDI_TX_CTL(pipe));
e2c719b7 1214 I915_STATE_WARN(!(val & FDI_TX_PLL_ENABLE), "FDI TX PLL assertion failure, should be active but is disabled\n");
040484af
JB
1215}
1216
55607e8a
DV
1217void assert_fdi_rx_pll(struct drm_i915_private *dev_priv,
1218 enum pipe pipe, bool state)
040484af 1219{
040484af 1220 u32 val;
55607e8a 1221 bool cur_state;
040484af 1222
649636ef 1223 val = I915_READ(FDI_RX_CTL(pipe));
55607e8a 1224 cur_state = !!(val & FDI_RX_PLL_ENABLE);
e2c719b7 1225 I915_STATE_WARN(cur_state != state,
55607e8a 1226 "FDI RX PLL assertion failure (expected %s, current %s)\n",
87ad3212 1227 onoff(state), onoff(cur_state));
040484af
JB
1228}
1229
b680c37a
DV
1230void assert_panel_unlocked(struct drm_i915_private *dev_priv,
1231 enum pipe pipe)
ea0760cf 1232{
bedd4dba 1233 struct drm_device *dev = dev_priv->dev;
f0f59a00 1234 i915_reg_t pp_reg;
ea0760cf
JB
1235 u32 val;
1236 enum pipe panel_pipe = PIPE_A;
0de3b485 1237 bool locked = true;
ea0760cf 1238
bedd4dba
JN
1239 if (WARN_ON(HAS_DDI(dev)))
1240 return;
1241
1242 if (HAS_PCH_SPLIT(dev)) {
1243 u32 port_sel;
1244
ea0760cf 1245 pp_reg = PCH_PP_CONTROL;
bedd4dba
JN
1246 port_sel = I915_READ(PCH_PP_ON_DELAYS) & PANEL_PORT_SELECT_MASK;
1247
1248 if (port_sel == PANEL_PORT_SELECT_LVDS &&
1249 I915_READ(PCH_LVDS) & LVDS_PIPEB_SELECT)
1250 panel_pipe = PIPE_B;
1251 /* XXX: else fix for eDP */
666a4537 1252 } else if (IS_VALLEYVIEW(dev) || IS_CHERRYVIEW(dev)) {
bedd4dba
JN
1253 /* presumably write lock depends on pipe, not port select */
1254 pp_reg = VLV_PIPE_PP_CONTROL(pipe);
1255 panel_pipe = pipe;
ea0760cf
JB
1256 } else {
1257 pp_reg = PP_CONTROL;
bedd4dba
JN
1258 if (I915_READ(LVDS) & LVDS_PIPEB_SELECT)
1259 panel_pipe = PIPE_B;
ea0760cf
JB
1260 }
1261
1262 val = I915_READ(pp_reg);
1263 if (!(val & PANEL_POWER_ON) ||
ec49ba2d 1264 ((val & PANEL_UNLOCK_MASK) == PANEL_UNLOCK_REGS))
ea0760cf
JB
1265 locked = false;
1266
e2c719b7 1267 I915_STATE_WARN(panel_pipe == pipe && locked,
ea0760cf 1268 "panel assertion failure, pipe %c regs locked\n",
9db4a9c7 1269 pipe_name(pipe));
ea0760cf
JB
1270}
1271
93ce0ba6
JN
1272static void assert_cursor(struct drm_i915_private *dev_priv,
1273 enum pipe pipe, bool state)
1274{
1275 struct drm_device *dev = dev_priv->dev;
1276 bool cur_state;
1277
d9d82081 1278 if (IS_845G(dev) || IS_I865G(dev))
0b87c24e 1279 cur_state = I915_READ(CURCNTR(PIPE_A)) & CURSOR_ENABLE;
d9d82081 1280 else
5efb3e28 1281 cur_state = I915_READ(CURCNTR(pipe)) & CURSOR_MODE;
93ce0ba6 1282
e2c719b7 1283 I915_STATE_WARN(cur_state != state,
93ce0ba6 1284 "cursor on pipe %c assertion failure (expected %s, current %s)\n",
87ad3212 1285 pipe_name(pipe), onoff(state), onoff(cur_state));
93ce0ba6
JN
1286}
1287#define assert_cursor_enabled(d, p) assert_cursor(d, p, true)
1288#define assert_cursor_disabled(d, p) assert_cursor(d, p, false)
1289
b840d907
JB
1290void assert_pipe(struct drm_i915_private *dev_priv,
1291 enum pipe pipe, bool state)
b24e7179 1292{
63d7bbe9 1293 bool cur_state;
702e7a56
PZ
1294 enum transcoder cpu_transcoder = intel_pipe_to_cpu_transcoder(dev_priv,
1295 pipe);
4feed0eb 1296 enum intel_display_power_domain power_domain;
b24e7179 1297
b6b5d049
VS
1298 /* if we need the pipe quirk it must be always on */
1299 if ((pipe == PIPE_A && dev_priv->quirks & QUIRK_PIPEA_FORCE) ||
1300 (pipe == PIPE_B && dev_priv->quirks & QUIRK_PIPEB_FORCE))
8e636784
DV
1301 state = true;
1302
4feed0eb
ID
1303 power_domain = POWER_DOMAIN_TRANSCODER(cpu_transcoder);
1304 if (intel_display_power_get_if_enabled(dev_priv, power_domain)) {
649636ef 1305 u32 val = I915_READ(PIPECONF(cpu_transcoder));
69310161 1306 cur_state = !!(val & PIPECONF_ENABLE);
4feed0eb
ID
1307
1308 intel_display_power_put(dev_priv, power_domain);
1309 } else {
1310 cur_state = false;
69310161
PZ
1311 }
1312
e2c719b7 1313 I915_STATE_WARN(cur_state != state,
63d7bbe9 1314 "pipe %c assertion failure (expected %s, current %s)\n",
87ad3212 1315 pipe_name(pipe), onoff(state), onoff(cur_state));
b24e7179
JB
1316}
1317
931872fc
CW
1318static void assert_plane(struct drm_i915_private *dev_priv,
1319 enum plane plane, bool state)
b24e7179 1320{
b24e7179 1321 u32 val;
931872fc 1322 bool cur_state;
b24e7179 1323
649636ef 1324 val = I915_READ(DSPCNTR(plane));
931872fc 1325 cur_state = !!(val & DISPLAY_PLANE_ENABLE);
e2c719b7 1326 I915_STATE_WARN(cur_state != state,
931872fc 1327 "plane %c assertion failure (expected %s, current %s)\n",
87ad3212 1328 plane_name(plane), onoff(state), onoff(cur_state));
b24e7179
JB
1329}
1330
931872fc
CW
1331#define assert_plane_enabled(d, p) assert_plane(d, p, true)
1332#define assert_plane_disabled(d, p) assert_plane(d, p, false)
1333
b24e7179
JB
1334static void assert_planes_disabled(struct drm_i915_private *dev_priv,
1335 enum pipe pipe)
1336{
653e1026 1337 struct drm_device *dev = dev_priv->dev;
649636ef 1338 int i;
b24e7179 1339
653e1026
VS
1340 /* Primary planes are fixed to pipes on gen4+ */
1341 if (INTEL_INFO(dev)->gen >= 4) {
649636ef 1342 u32 val = I915_READ(DSPCNTR(pipe));
e2c719b7 1343 I915_STATE_WARN(val & DISPLAY_PLANE_ENABLE,
28c05794
AJ
1344 "plane %c assertion failure, should be disabled but not\n",
1345 plane_name(pipe));
19ec1358 1346 return;
28c05794 1347 }
19ec1358 1348
b24e7179 1349 /* Need to check both planes against the pipe */
055e393f 1350 for_each_pipe(dev_priv, i) {
649636ef
VS
1351 u32 val = I915_READ(DSPCNTR(i));
1352 enum pipe cur_pipe = (val & DISPPLANE_SEL_PIPE_MASK) >>
b24e7179 1353 DISPPLANE_SEL_PIPE_SHIFT;
e2c719b7 1354 I915_STATE_WARN((val & DISPLAY_PLANE_ENABLE) && pipe == cur_pipe,
9db4a9c7
JB
1355 "plane %c assertion failure, should be off on pipe %c but is still active\n",
1356 plane_name(i), pipe_name(pipe));
b24e7179
JB
1357 }
1358}
1359
19332d7a
JB
1360static void assert_sprites_disabled(struct drm_i915_private *dev_priv,
1361 enum pipe pipe)
1362{
20674eef 1363 struct drm_device *dev = dev_priv->dev;
649636ef 1364 int sprite;
19332d7a 1365
7feb8b88 1366 if (INTEL_INFO(dev)->gen >= 9) {
3bdcfc0c 1367 for_each_sprite(dev_priv, pipe, sprite) {
649636ef 1368 u32 val = I915_READ(PLANE_CTL(pipe, sprite));
e2c719b7 1369 I915_STATE_WARN(val & PLANE_CTL_ENABLE,
7feb8b88
DL
1370 "plane %d assertion failure, should be off on pipe %c but is still active\n",
1371 sprite, pipe_name(pipe));
1372 }
666a4537 1373 } else if (IS_VALLEYVIEW(dev) || IS_CHERRYVIEW(dev)) {
3bdcfc0c 1374 for_each_sprite(dev_priv, pipe, sprite) {
649636ef 1375 u32 val = I915_READ(SPCNTR(pipe, sprite));
e2c719b7 1376 I915_STATE_WARN(val & SP_ENABLE,
20674eef 1377 "sprite %c assertion failure, should be off on pipe %c but is still active\n",
1fe47785 1378 sprite_name(pipe, sprite), pipe_name(pipe));
20674eef
VS
1379 }
1380 } else if (INTEL_INFO(dev)->gen >= 7) {
649636ef 1381 u32 val = I915_READ(SPRCTL(pipe));
e2c719b7 1382 I915_STATE_WARN(val & SPRITE_ENABLE,
06da8da2 1383 "sprite %c assertion failure, should be off on pipe %c but is still active\n",
20674eef
VS
1384 plane_name(pipe), pipe_name(pipe));
1385 } else if (INTEL_INFO(dev)->gen >= 5) {
649636ef 1386 u32 val = I915_READ(DVSCNTR(pipe));
e2c719b7 1387 I915_STATE_WARN(val & DVS_ENABLE,
06da8da2 1388 "sprite %c assertion failure, should be off on pipe %c but is still active\n",
20674eef 1389 plane_name(pipe), pipe_name(pipe));
19332d7a
JB
1390 }
1391}
1392
08c71e5e
VS
1393static void assert_vblank_disabled(struct drm_crtc *crtc)
1394{
e2c719b7 1395 if (I915_STATE_WARN_ON(drm_crtc_vblank_get(crtc) == 0))
08c71e5e
VS
1396 drm_crtc_vblank_put(crtc);
1397}
1398
7abd4b35
ACO
1399void assert_pch_transcoder_disabled(struct drm_i915_private *dev_priv,
1400 enum pipe pipe)
92f2584a 1401{
92f2584a
JB
1402 u32 val;
1403 bool enabled;
1404
649636ef 1405 val = I915_READ(PCH_TRANSCONF(pipe));
92f2584a 1406 enabled = !!(val & TRANS_ENABLE);
e2c719b7 1407 I915_STATE_WARN(enabled,
9db4a9c7
JB
1408 "transcoder assertion failed, should be off on pipe %c but is still active\n",
1409 pipe_name(pipe));
92f2584a
JB
1410}
1411
4e634389
KP
1412static bool dp_pipe_enabled(struct drm_i915_private *dev_priv,
1413 enum pipe pipe, u32 port_sel, u32 val)
f0575e92
KP
1414{
1415 if ((val & DP_PORT_EN) == 0)
1416 return false;
1417
2d1fe073 1418 if (HAS_PCH_CPT(dev_priv)) {
f0f59a00 1419 u32 trans_dp_ctl = I915_READ(TRANS_DP_CTL(pipe));
f0575e92
KP
1420 if ((trans_dp_ctl & TRANS_DP_PORT_SEL_MASK) != port_sel)
1421 return false;
2d1fe073 1422 } else if (IS_CHERRYVIEW(dev_priv)) {
44f37d1f
CML
1423 if ((val & DP_PIPE_MASK_CHV) != DP_PIPE_SELECT_CHV(pipe))
1424 return false;
f0575e92
KP
1425 } else {
1426 if ((val & DP_PIPE_MASK) != (pipe << 30))
1427 return false;
1428 }
1429 return true;
1430}
1431
1519b995
KP
1432static bool hdmi_pipe_enabled(struct drm_i915_private *dev_priv,
1433 enum pipe pipe, u32 val)
1434{
dc0fa718 1435 if ((val & SDVO_ENABLE) == 0)
1519b995
KP
1436 return false;
1437
2d1fe073 1438 if (HAS_PCH_CPT(dev_priv)) {
dc0fa718 1439 if ((val & SDVO_PIPE_SEL_MASK_CPT) != SDVO_PIPE_SEL_CPT(pipe))
1519b995 1440 return false;
2d1fe073 1441 } else if (IS_CHERRYVIEW(dev_priv)) {
44f37d1f
CML
1442 if ((val & SDVO_PIPE_SEL_MASK_CHV) != SDVO_PIPE_SEL_CHV(pipe))
1443 return false;
1519b995 1444 } else {
dc0fa718 1445 if ((val & SDVO_PIPE_SEL_MASK) != SDVO_PIPE_SEL(pipe))
1519b995
KP
1446 return false;
1447 }
1448 return true;
1449}
1450
1451static bool lvds_pipe_enabled(struct drm_i915_private *dev_priv,
1452 enum pipe pipe, u32 val)
1453{
1454 if ((val & LVDS_PORT_EN) == 0)
1455 return false;
1456
2d1fe073 1457 if (HAS_PCH_CPT(dev_priv)) {
1519b995
KP
1458 if ((val & PORT_TRANS_SEL_MASK) != PORT_TRANS_SEL_CPT(pipe))
1459 return false;
1460 } else {
1461 if ((val & LVDS_PIPE_MASK) != LVDS_PIPE(pipe))
1462 return false;
1463 }
1464 return true;
1465}
1466
1467static bool adpa_pipe_enabled(struct drm_i915_private *dev_priv,
1468 enum pipe pipe, u32 val)
1469{
1470 if ((val & ADPA_DAC_ENABLE) == 0)
1471 return false;
2d1fe073 1472 if (HAS_PCH_CPT(dev_priv)) {
1519b995
KP
1473 if ((val & PORT_TRANS_SEL_MASK) != PORT_TRANS_SEL_CPT(pipe))
1474 return false;
1475 } else {
1476 if ((val & ADPA_PIPE_SELECT_MASK) != ADPA_PIPE_SELECT(pipe))
1477 return false;
1478 }
1479 return true;
1480}
1481
291906f1 1482static void assert_pch_dp_disabled(struct drm_i915_private *dev_priv,
f0f59a00
VS
1483 enum pipe pipe, i915_reg_t reg,
1484 u32 port_sel)
291906f1 1485{
47a05eca 1486 u32 val = I915_READ(reg);
e2c719b7 1487 I915_STATE_WARN(dp_pipe_enabled(dev_priv, pipe, port_sel, val),
291906f1 1488 "PCH DP (0x%08x) enabled on transcoder %c, should be disabled\n",
f0f59a00 1489 i915_mmio_reg_offset(reg), pipe_name(pipe));
de9a35ab 1490
2d1fe073 1491 I915_STATE_WARN(HAS_PCH_IBX(dev_priv) && (val & DP_PORT_EN) == 0
75c5da27 1492 && (val & DP_PIPEB_SELECT),
de9a35ab 1493 "IBX PCH dp port still using transcoder B\n");
291906f1
JB
1494}
1495
1496static void assert_pch_hdmi_disabled(struct drm_i915_private *dev_priv,
f0f59a00 1497 enum pipe pipe, i915_reg_t reg)
291906f1 1498{
47a05eca 1499 u32 val = I915_READ(reg);
e2c719b7 1500 I915_STATE_WARN(hdmi_pipe_enabled(dev_priv, pipe, val),
23c99e77 1501 "PCH HDMI (0x%08x) enabled on transcoder %c, should be disabled\n",
f0f59a00 1502 i915_mmio_reg_offset(reg), pipe_name(pipe));
de9a35ab 1503
2d1fe073 1504 I915_STATE_WARN(HAS_PCH_IBX(dev_priv) && (val & SDVO_ENABLE) == 0
75c5da27 1505 && (val & SDVO_PIPE_B_SELECT),
de9a35ab 1506 "IBX PCH hdmi port still using transcoder B\n");
291906f1
JB
1507}
1508
1509static void assert_pch_ports_disabled(struct drm_i915_private *dev_priv,
1510 enum pipe pipe)
1511{
291906f1 1512 u32 val;
291906f1 1513
f0575e92
KP
1514 assert_pch_dp_disabled(dev_priv, pipe, PCH_DP_B, TRANS_DP_PORT_SEL_B);
1515 assert_pch_dp_disabled(dev_priv, pipe, PCH_DP_C, TRANS_DP_PORT_SEL_C);
1516 assert_pch_dp_disabled(dev_priv, pipe, PCH_DP_D, TRANS_DP_PORT_SEL_D);
291906f1 1517
649636ef 1518 val = I915_READ(PCH_ADPA);
e2c719b7 1519 I915_STATE_WARN(adpa_pipe_enabled(dev_priv, pipe, val),
291906f1 1520 "PCH VGA enabled on transcoder %c, should be disabled\n",
9db4a9c7 1521 pipe_name(pipe));
291906f1 1522
649636ef 1523 val = I915_READ(PCH_LVDS);
e2c719b7 1524 I915_STATE_WARN(lvds_pipe_enabled(dev_priv, pipe, val),
291906f1 1525 "PCH LVDS enabled on transcoder %c, should be disabled\n",
9db4a9c7 1526 pipe_name(pipe));
291906f1 1527
e2debe91
PZ
1528 assert_pch_hdmi_disabled(dev_priv, pipe, PCH_HDMIB);
1529 assert_pch_hdmi_disabled(dev_priv, pipe, PCH_HDMIC);
1530 assert_pch_hdmi_disabled(dev_priv, pipe, PCH_HDMID);
291906f1
JB
1531}
1532
d288f65f 1533static void vlv_enable_pll(struct intel_crtc *crtc,
5cec258b 1534 const struct intel_crtc_state *pipe_config)
87442f73 1535{
426115cf
DV
1536 struct drm_device *dev = crtc->base.dev;
1537 struct drm_i915_private *dev_priv = dev->dev_private;
8bd3f301
VS
1538 enum pipe pipe = crtc->pipe;
1539 i915_reg_t reg = DPLL(pipe);
d288f65f 1540 u32 dpll = pipe_config->dpll_hw_state.dpll;
87442f73 1541
8bd3f301 1542 assert_pipe_disabled(dev_priv, pipe);
87442f73 1543
87442f73 1544 /* PLL is protected by panel, make sure we can write it */
7d1a83cb 1545 assert_panel_unlocked(dev_priv, pipe);
87442f73 1546
426115cf
DV
1547 I915_WRITE(reg, dpll);
1548 POSTING_READ(reg);
1549 udelay(150);
1550
1551 if (wait_for(((I915_READ(reg) & DPLL_LOCK_VLV) == DPLL_LOCK_VLV), 1))
8bd3f301 1552 DRM_ERROR("DPLL %d failed to lock\n", pipe);
426115cf 1553
8bd3f301
VS
1554 I915_WRITE(DPLL_MD(pipe), pipe_config->dpll_hw_state.dpll_md);
1555 POSTING_READ(DPLL_MD(pipe));
87442f73
DV
1556}
1557
d288f65f 1558static void chv_enable_pll(struct intel_crtc *crtc,
5cec258b 1559 const struct intel_crtc_state *pipe_config)
9d556c99
CML
1560{
1561 struct drm_device *dev = crtc->base.dev;
1562 struct drm_i915_private *dev_priv = dev->dev_private;
8bd3f301 1563 enum pipe pipe = crtc->pipe;
9d556c99 1564 enum dpio_channel port = vlv_pipe_to_channel(pipe);
9d556c99
CML
1565 u32 tmp;
1566
8bd3f301 1567 assert_pipe_disabled(dev_priv, pipe);
9d556c99 1568
7d1a83cb
VS
1569 /* PLL is protected by panel, make sure we can write it */
1570 assert_panel_unlocked(dev_priv, pipe);
1571
a580516d 1572 mutex_lock(&dev_priv->sb_lock);
9d556c99
CML
1573
1574 /* Enable back the 10bit clock to display controller */
1575 tmp = vlv_dpio_read(dev_priv, pipe, CHV_CMN_DW14(port));
1576 tmp |= DPIO_DCLKP_EN;
1577 vlv_dpio_write(dev_priv, pipe, CHV_CMN_DW14(port), tmp);
1578
54433e91
VS
1579 mutex_unlock(&dev_priv->sb_lock);
1580
9d556c99
CML
1581 /*
1582 * Need to wait > 100ns between dclkp clock enable bit and PLL enable.
1583 */
1584 udelay(1);
1585
1586 /* Enable PLL */
d288f65f 1587 I915_WRITE(DPLL(pipe), pipe_config->dpll_hw_state.dpll);
9d556c99
CML
1588
1589 /* Check PLL is locked */
a11b0703 1590 if (wait_for(((I915_READ(DPLL(pipe)) & DPLL_LOCK_VLV) == DPLL_LOCK_VLV), 1))
9d556c99
CML
1591 DRM_ERROR("PLL %d failed to lock\n", pipe);
1592
c231775c
VS
1593 if (pipe != PIPE_A) {
1594 /*
1595 * WaPixelRepeatModeFixForC0:chv
1596 *
1597 * DPLLCMD is AWOL. Use chicken bits to propagate
1598 * the value from DPLLBMD to either pipe B or C.
1599 */
1600 I915_WRITE(CBR4_VLV, pipe == PIPE_B ? CBR_DPLLBMD_PIPE_B : CBR_DPLLBMD_PIPE_C);
1601 I915_WRITE(DPLL_MD(PIPE_B), pipe_config->dpll_hw_state.dpll_md);
1602 I915_WRITE(CBR4_VLV, 0);
1603 dev_priv->chv_dpll_md[pipe] = pipe_config->dpll_hw_state.dpll_md;
1604
1605 /*
1606 * DPLLB VGA mode also seems to cause problems.
1607 * We should always have it disabled.
1608 */
1609 WARN_ON((I915_READ(DPLL(PIPE_B)) & DPLL_VGA_MODE_DIS) == 0);
1610 } else {
1611 I915_WRITE(DPLL_MD(pipe), pipe_config->dpll_hw_state.dpll_md);
1612 POSTING_READ(DPLL_MD(pipe));
1613 }
9d556c99
CML
1614}
1615
1c4e0274
VS
1616static int intel_num_dvo_pipes(struct drm_device *dev)
1617{
1618 struct intel_crtc *crtc;
1619 int count = 0;
1620
1621 for_each_intel_crtc(dev, crtc)
3538b9df 1622 count += crtc->base.state->active &&
409ee761 1623 intel_pipe_has_type(crtc, INTEL_OUTPUT_DVO);
1c4e0274
VS
1624
1625 return count;
1626}
1627
66e3d5c0 1628static void i9xx_enable_pll(struct intel_crtc *crtc)
63d7bbe9 1629{
66e3d5c0
DV
1630 struct drm_device *dev = crtc->base.dev;
1631 struct drm_i915_private *dev_priv = dev->dev_private;
f0f59a00 1632 i915_reg_t reg = DPLL(crtc->pipe);
6e3c9717 1633 u32 dpll = crtc->config->dpll_hw_state.dpll;
63d7bbe9 1634
66e3d5c0 1635 assert_pipe_disabled(dev_priv, crtc->pipe);
58c6eaa2 1636
63d7bbe9 1637 /* PLL is protected by panel, make sure we can write it */
66e3d5c0
DV
1638 if (IS_MOBILE(dev) && !IS_I830(dev))
1639 assert_panel_unlocked(dev_priv, crtc->pipe);
63d7bbe9 1640
1c4e0274
VS
1641 /* Enable DVO 2x clock on both PLLs if necessary */
1642 if (IS_I830(dev) && intel_num_dvo_pipes(dev) > 0) {
1643 /*
1644 * It appears to be important that we don't enable this
1645 * for the current pipe before otherwise configuring the
1646 * PLL. No idea how this should be handled if multiple
1647 * DVO outputs are enabled simultaneosly.
1648 */
1649 dpll |= DPLL_DVO_2X_MODE;
1650 I915_WRITE(DPLL(!crtc->pipe),
1651 I915_READ(DPLL(!crtc->pipe)) | DPLL_DVO_2X_MODE);
1652 }
66e3d5c0 1653
c2b63374
VS
1654 /*
1655 * Apparently we need to have VGA mode enabled prior to changing
1656 * the P1/P2 dividers. Otherwise the DPLL will keep using the old
1657 * dividers, even though the register value does change.
1658 */
1659 I915_WRITE(reg, 0);
1660
8e7a65aa
VS
1661 I915_WRITE(reg, dpll);
1662
66e3d5c0
DV
1663 /* Wait for the clocks to stabilize. */
1664 POSTING_READ(reg);
1665 udelay(150);
1666
1667 if (INTEL_INFO(dev)->gen >= 4) {
1668 I915_WRITE(DPLL_MD(crtc->pipe),
6e3c9717 1669 crtc->config->dpll_hw_state.dpll_md);
66e3d5c0
DV
1670 } else {
1671 /* The pixel multiplier can only be updated once the
1672 * DPLL is enabled and the clocks are stable.
1673 *
1674 * So write it again.
1675 */
1676 I915_WRITE(reg, dpll);
1677 }
63d7bbe9
JB
1678
1679 /* We do this three times for luck */
66e3d5c0 1680 I915_WRITE(reg, dpll);
63d7bbe9
JB
1681 POSTING_READ(reg);
1682 udelay(150); /* wait for warmup */
66e3d5c0 1683 I915_WRITE(reg, dpll);
63d7bbe9
JB
1684 POSTING_READ(reg);
1685 udelay(150); /* wait for warmup */
66e3d5c0 1686 I915_WRITE(reg, dpll);
63d7bbe9
JB
1687 POSTING_READ(reg);
1688 udelay(150); /* wait for warmup */
1689}
1690
1691/**
50b44a44 1692 * i9xx_disable_pll - disable a PLL
63d7bbe9
JB
1693 * @dev_priv: i915 private structure
1694 * @pipe: pipe PLL to disable
1695 *
1696 * Disable the PLL for @pipe, making sure the pipe is off first.
1697 *
1698 * Note! This is for pre-ILK only.
1699 */
1c4e0274 1700static void i9xx_disable_pll(struct intel_crtc *crtc)
63d7bbe9 1701{
1c4e0274
VS
1702 struct drm_device *dev = crtc->base.dev;
1703 struct drm_i915_private *dev_priv = dev->dev_private;
1704 enum pipe pipe = crtc->pipe;
1705
1706 /* Disable DVO 2x clock on both PLLs if necessary */
1707 if (IS_I830(dev) &&
409ee761 1708 intel_pipe_has_type(crtc, INTEL_OUTPUT_DVO) &&
3538b9df 1709 !intel_num_dvo_pipes(dev)) {
1c4e0274
VS
1710 I915_WRITE(DPLL(PIPE_B),
1711 I915_READ(DPLL(PIPE_B)) & ~DPLL_DVO_2X_MODE);
1712 I915_WRITE(DPLL(PIPE_A),
1713 I915_READ(DPLL(PIPE_A)) & ~DPLL_DVO_2X_MODE);
1714 }
1715
b6b5d049
VS
1716 /* Don't disable pipe or pipe PLLs if needed */
1717 if ((pipe == PIPE_A && dev_priv->quirks & QUIRK_PIPEA_FORCE) ||
1718 (pipe == PIPE_B && dev_priv->quirks & QUIRK_PIPEB_FORCE))
63d7bbe9
JB
1719 return;
1720
1721 /* Make sure the pipe isn't still relying on us */
1722 assert_pipe_disabled(dev_priv, pipe);
1723
b8afb911 1724 I915_WRITE(DPLL(pipe), DPLL_VGA_MODE_DIS);
50b44a44 1725 POSTING_READ(DPLL(pipe));
63d7bbe9
JB
1726}
1727
f6071166
JB
1728static void vlv_disable_pll(struct drm_i915_private *dev_priv, enum pipe pipe)
1729{
b8afb911 1730 u32 val;
f6071166
JB
1731
1732 /* Make sure the pipe isn't still relying on us */
1733 assert_pipe_disabled(dev_priv, pipe);
1734
03ed5cbf
VS
1735 val = DPLL_INTEGRATED_REF_CLK_VLV |
1736 DPLL_REF_CLK_ENABLE_VLV | DPLL_VGA_MODE_DIS;
1737 if (pipe != PIPE_A)
1738 val |= DPLL_INTEGRATED_CRI_CLK_VLV;
1739
f6071166
JB
1740 I915_WRITE(DPLL(pipe), val);
1741 POSTING_READ(DPLL(pipe));
076ed3b2
CML
1742}
1743
1744static void chv_disable_pll(struct drm_i915_private *dev_priv, enum pipe pipe)
1745{
d752048d 1746 enum dpio_channel port = vlv_pipe_to_channel(pipe);
076ed3b2
CML
1747 u32 val;
1748
a11b0703
VS
1749 /* Make sure the pipe isn't still relying on us */
1750 assert_pipe_disabled(dev_priv, pipe);
076ed3b2 1751
60bfe44f
VS
1752 val = DPLL_SSC_REF_CLK_CHV |
1753 DPLL_REF_CLK_ENABLE_VLV | DPLL_VGA_MODE_DIS;
a11b0703
VS
1754 if (pipe != PIPE_A)
1755 val |= DPLL_INTEGRATED_CRI_CLK_VLV;
03ed5cbf 1756
a11b0703
VS
1757 I915_WRITE(DPLL(pipe), val);
1758 POSTING_READ(DPLL(pipe));
d752048d 1759
a580516d 1760 mutex_lock(&dev_priv->sb_lock);
d752048d
VS
1761
1762 /* Disable 10bit clock to display controller */
1763 val = vlv_dpio_read(dev_priv, pipe, CHV_CMN_DW14(port));
1764 val &= ~DPIO_DCLKP_EN;
1765 vlv_dpio_write(dev_priv, pipe, CHV_CMN_DW14(port), val);
1766
a580516d 1767 mutex_unlock(&dev_priv->sb_lock);
f6071166
JB
1768}
1769
e4607fcf 1770void vlv_wait_port_ready(struct drm_i915_private *dev_priv,
9b6de0a1
VS
1771 struct intel_digital_port *dport,
1772 unsigned int expected_mask)
89b667f8
JB
1773{
1774 u32 port_mask;
f0f59a00 1775 i915_reg_t dpll_reg;
89b667f8 1776
e4607fcf
CML
1777 switch (dport->port) {
1778 case PORT_B:
89b667f8 1779 port_mask = DPLL_PORTB_READY_MASK;
00fc31b7 1780 dpll_reg = DPLL(0);
e4607fcf
CML
1781 break;
1782 case PORT_C:
89b667f8 1783 port_mask = DPLL_PORTC_READY_MASK;
00fc31b7 1784 dpll_reg = DPLL(0);
9b6de0a1 1785 expected_mask <<= 4;
00fc31b7
CML
1786 break;
1787 case PORT_D:
1788 port_mask = DPLL_PORTD_READY_MASK;
1789 dpll_reg = DPIO_PHY_STATUS;
e4607fcf
CML
1790 break;
1791 default:
1792 BUG();
1793 }
89b667f8 1794
9b6de0a1
VS
1795 if (wait_for((I915_READ(dpll_reg) & port_mask) == expected_mask, 1000))
1796 WARN(1, "timed out waiting for port %c ready: got 0x%x, expected 0x%x\n",
1797 port_name(dport->port), I915_READ(dpll_reg) & port_mask, expected_mask);
89b667f8
JB
1798}
1799
b8a4f404
PZ
1800static void ironlake_enable_pch_transcoder(struct drm_i915_private *dev_priv,
1801 enum pipe pipe)
040484af 1802{
23670b32 1803 struct drm_device *dev = dev_priv->dev;
7c26e5c6 1804 struct drm_crtc *crtc = dev_priv->pipe_to_crtc_mapping[pipe];
e2b78267 1805 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
f0f59a00
VS
1806 i915_reg_t reg;
1807 uint32_t val, pipeconf_val;
040484af 1808
040484af 1809 /* Make sure PCH DPLL is enabled */
8106ddbd 1810 assert_shared_dpll_enabled(dev_priv, intel_crtc->config->shared_dpll);
040484af
JB
1811
1812 /* FDI must be feeding us bits for PCH ports */
1813 assert_fdi_tx_enabled(dev_priv, pipe);
1814 assert_fdi_rx_enabled(dev_priv, pipe);
1815
23670b32
DV
1816 if (HAS_PCH_CPT(dev)) {
1817 /* Workaround: Set the timing override bit before enabling the
1818 * pch transcoder. */
1819 reg = TRANS_CHICKEN2(pipe);
1820 val = I915_READ(reg);
1821 val |= TRANS_CHICKEN2_TIMING_OVERRIDE;
1822 I915_WRITE(reg, val);
59c859d6 1823 }
23670b32 1824
ab9412ba 1825 reg = PCH_TRANSCONF(pipe);
040484af 1826 val = I915_READ(reg);
5f7f726d 1827 pipeconf_val = I915_READ(PIPECONF(pipe));
e9bcff5c 1828
2d1fe073 1829 if (HAS_PCH_IBX(dev_priv)) {
e9bcff5c 1830 /*
c5de7c6f
VS
1831 * Make the BPC in transcoder be consistent with
1832 * that in pipeconf reg. For HDMI we must use 8bpc
1833 * here for both 8bpc and 12bpc.
e9bcff5c 1834 */
dfd07d72 1835 val &= ~PIPECONF_BPC_MASK;
c5de7c6f
VS
1836 if (intel_pipe_has_type(intel_crtc, INTEL_OUTPUT_HDMI))
1837 val |= PIPECONF_8BPC;
1838 else
1839 val |= pipeconf_val & PIPECONF_BPC_MASK;
e9bcff5c 1840 }
5f7f726d
PZ
1841
1842 val &= ~TRANS_INTERLACE_MASK;
1843 if ((pipeconf_val & PIPECONF_INTERLACE_MASK) == PIPECONF_INTERLACED_ILK)
2d1fe073 1844 if (HAS_PCH_IBX(dev_priv) &&
409ee761 1845 intel_pipe_has_type(intel_crtc, INTEL_OUTPUT_SDVO))
7c26e5c6
PZ
1846 val |= TRANS_LEGACY_INTERLACED_ILK;
1847 else
1848 val |= TRANS_INTERLACED;
5f7f726d
PZ
1849 else
1850 val |= TRANS_PROGRESSIVE;
1851
040484af
JB
1852 I915_WRITE(reg, val | TRANS_ENABLE);
1853 if (wait_for(I915_READ(reg) & TRANS_STATE_ENABLE, 100))
4bb6f1f3 1854 DRM_ERROR("failed to enable transcoder %c\n", pipe_name(pipe));
040484af
JB
1855}
1856
8fb033d7 1857static void lpt_enable_pch_transcoder(struct drm_i915_private *dev_priv,
937bb610 1858 enum transcoder cpu_transcoder)
040484af 1859{
8fb033d7 1860 u32 val, pipeconf_val;
8fb033d7 1861
8fb033d7 1862 /* FDI must be feeding us bits for PCH ports */
1a240d4d 1863 assert_fdi_tx_enabled(dev_priv, (enum pipe) cpu_transcoder);
937bb610 1864 assert_fdi_rx_enabled(dev_priv, TRANSCODER_A);
8fb033d7 1865
223a6fdf 1866 /* Workaround: set timing override bit. */
36c0d0cf 1867 val = I915_READ(TRANS_CHICKEN2(PIPE_A));
23670b32 1868 val |= TRANS_CHICKEN2_TIMING_OVERRIDE;
36c0d0cf 1869 I915_WRITE(TRANS_CHICKEN2(PIPE_A), val);
223a6fdf 1870
25f3ef11 1871 val = TRANS_ENABLE;
937bb610 1872 pipeconf_val = I915_READ(PIPECONF(cpu_transcoder));
8fb033d7 1873
9a76b1c6
PZ
1874 if ((pipeconf_val & PIPECONF_INTERLACE_MASK_HSW) ==
1875 PIPECONF_INTERLACED_ILK)
a35f2679 1876 val |= TRANS_INTERLACED;
8fb033d7
PZ
1877 else
1878 val |= TRANS_PROGRESSIVE;
1879
ab9412ba
DV
1880 I915_WRITE(LPT_TRANSCONF, val);
1881 if (wait_for(I915_READ(LPT_TRANSCONF) & TRANS_STATE_ENABLE, 100))
937bb610 1882 DRM_ERROR("Failed to enable PCH transcoder\n");
8fb033d7
PZ
1883}
1884
b8a4f404
PZ
1885static void ironlake_disable_pch_transcoder(struct drm_i915_private *dev_priv,
1886 enum pipe pipe)
040484af 1887{
23670b32 1888 struct drm_device *dev = dev_priv->dev;
f0f59a00
VS
1889 i915_reg_t reg;
1890 uint32_t val;
040484af
JB
1891
1892 /* FDI relies on the transcoder */
1893 assert_fdi_tx_disabled(dev_priv, pipe);
1894 assert_fdi_rx_disabled(dev_priv, pipe);
1895
291906f1
JB
1896 /* Ports must be off as well */
1897 assert_pch_ports_disabled(dev_priv, pipe);
1898
ab9412ba 1899 reg = PCH_TRANSCONF(pipe);
040484af
JB
1900 val = I915_READ(reg);
1901 val &= ~TRANS_ENABLE;
1902 I915_WRITE(reg, val);
1903 /* wait for PCH transcoder off, transcoder state */
1904 if (wait_for((I915_READ(reg) & TRANS_STATE_ENABLE) == 0, 50))
4bb6f1f3 1905 DRM_ERROR("failed to disable transcoder %c\n", pipe_name(pipe));
23670b32 1906
c465613b 1907 if (HAS_PCH_CPT(dev)) {
23670b32
DV
1908 /* Workaround: Clear the timing override chicken bit again. */
1909 reg = TRANS_CHICKEN2(pipe);
1910 val = I915_READ(reg);
1911 val &= ~TRANS_CHICKEN2_TIMING_OVERRIDE;
1912 I915_WRITE(reg, val);
1913 }
040484af
JB
1914}
1915
ab4d966c 1916static void lpt_disable_pch_transcoder(struct drm_i915_private *dev_priv)
8fb033d7 1917{
8fb033d7
PZ
1918 u32 val;
1919
ab9412ba 1920 val = I915_READ(LPT_TRANSCONF);
8fb033d7 1921 val &= ~TRANS_ENABLE;
ab9412ba 1922 I915_WRITE(LPT_TRANSCONF, val);
8fb033d7 1923 /* wait for PCH transcoder off, transcoder state */
ab9412ba 1924 if (wait_for((I915_READ(LPT_TRANSCONF) & TRANS_STATE_ENABLE) == 0, 50))
8a52fd9f 1925 DRM_ERROR("Failed to disable PCH transcoder\n");
223a6fdf
PZ
1926
1927 /* Workaround: clear timing override bit. */
36c0d0cf 1928 val = I915_READ(TRANS_CHICKEN2(PIPE_A));
23670b32 1929 val &= ~TRANS_CHICKEN2_TIMING_OVERRIDE;
36c0d0cf 1930 I915_WRITE(TRANS_CHICKEN2(PIPE_A), val);
040484af
JB
1931}
1932
b24e7179 1933/**
309cfea8 1934 * intel_enable_pipe - enable a pipe, asserting requirements
0372264a 1935 * @crtc: crtc responsible for the pipe
b24e7179 1936 *
0372264a 1937 * Enable @crtc's pipe, making sure that various hardware specific requirements
b24e7179 1938 * are met, if applicable, e.g. PLL enabled, LVDS pairs enabled, etc.
b24e7179 1939 */
e1fdc473 1940static void intel_enable_pipe(struct intel_crtc *crtc)
b24e7179 1941{
0372264a
PZ
1942 struct drm_device *dev = crtc->base.dev;
1943 struct drm_i915_private *dev_priv = dev->dev_private;
1944 enum pipe pipe = crtc->pipe;
1a70a728 1945 enum transcoder cpu_transcoder = crtc->config->cpu_transcoder;
1a240d4d 1946 enum pipe pch_transcoder;
f0f59a00 1947 i915_reg_t reg;
b24e7179
JB
1948 u32 val;
1949
9e2ee2dd
VS
1950 DRM_DEBUG_KMS("enabling pipe %c\n", pipe_name(pipe));
1951
58c6eaa2 1952 assert_planes_disabled(dev_priv, pipe);
93ce0ba6 1953 assert_cursor_disabled(dev_priv, pipe);
58c6eaa2
DV
1954 assert_sprites_disabled(dev_priv, pipe);
1955
2d1fe073 1956 if (HAS_PCH_LPT(dev_priv))
cc391bbb
PZ
1957 pch_transcoder = TRANSCODER_A;
1958 else
1959 pch_transcoder = pipe;
1960
b24e7179
JB
1961 /*
1962 * A pipe without a PLL won't actually be able to drive bits from
1963 * a plane. On ILK+ the pipe PLLs are integrated, so we don't
1964 * need the check.
1965 */
2d1fe073 1966 if (HAS_GMCH_DISPLAY(dev_priv))
a65347ba 1967 if (crtc->config->has_dsi_encoder)
23538ef1
JN
1968 assert_dsi_pll_enabled(dev_priv);
1969 else
1970 assert_pll_enabled(dev_priv, pipe);
040484af 1971 else {
6e3c9717 1972 if (crtc->config->has_pch_encoder) {
040484af 1973 /* if driving the PCH, we need FDI enabled */
cc391bbb 1974 assert_fdi_rx_pll_enabled(dev_priv, pch_transcoder);
1a240d4d
DV
1975 assert_fdi_tx_pll_enabled(dev_priv,
1976 (enum pipe) cpu_transcoder);
040484af
JB
1977 }
1978 /* FIXME: assert CPU port conditions for SNB+ */
1979 }
b24e7179 1980
702e7a56 1981 reg = PIPECONF(cpu_transcoder);
b24e7179 1982 val = I915_READ(reg);
7ad25d48 1983 if (val & PIPECONF_ENABLE) {
b6b5d049
VS
1984 WARN_ON(!((pipe == PIPE_A && dev_priv->quirks & QUIRK_PIPEA_FORCE) ||
1985 (pipe == PIPE_B && dev_priv->quirks & QUIRK_PIPEB_FORCE)));
00d70b15 1986 return;
7ad25d48 1987 }
00d70b15
CW
1988
1989 I915_WRITE(reg, val | PIPECONF_ENABLE);
851855d8 1990 POSTING_READ(reg);
b7792d8b
VS
1991
1992 /*
1993 * Until the pipe starts DSL will read as 0, which would cause
1994 * an apparent vblank timestamp jump, which messes up also the
1995 * frame count when it's derived from the timestamps. So let's
1996 * wait for the pipe to start properly before we call
1997 * drm_crtc_vblank_on()
1998 */
1999 if (dev->max_vblank_count == 0 &&
2000 wait_for(intel_get_crtc_scanline(crtc) != crtc->scanline_offset, 50))
2001 DRM_ERROR("pipe %c didn't start\n", pipe_name(pipe));
b24e7179
JB
2002}
2003
2004/**
309cfea8 2005 * intel_disable_pipe - disable a pipe, asserting requirements
575f7ab7 2006 * @crtc: crtc whose pipes is to be disabled
b24e7179 2007 *
575f7ab7
VS
2008 * Disable the pipe of @crtc, making sure that various hardware
2009 * specific requirements are met, if applicable, e.g. plane
2010 * disabled, panel fitter off, etc.
b24e7179
JB
2011 *
2012 * Will wait until the pipe has shut down before returning.
2013 */
575f7ab7 2014static void intel_disable_pipe(struct intel_crtc *crtc)
b24e7179 2015{
575f7ab7 2016 struct drm_i915_private *dev_priv = crtc->base.dev->dev_private;
6e3c9717 2017 enum transcoder cpu_transcoder = crtc->config->cpu_transcoder;
575f7ab7 2018 enum pipe pipe = crtc->pipe;
f0f59a00 2019 i915_reg_t reg;
b24e7179
JB
2020 u32 val;
2021
9e2ee2dd
VS
2022 DRM_DEBUG_KMS("disabling pipe %c\n", pipe_name(pipe));
2023
b24e7179
JB
2024 /*
2025 * Make sure planes won't keep trying to pump pixels to us,
2026 * or we might hang the display.
2027 */
2028 assert_planes_disabled(dev_priv, pipe);
93ce0ba6 2029 assert_cursor_disabled(dev_priv, pipe);
19332d7a 2030 assert_sprites_disabled(dev_priv, pipe);
b24e7179 2031
702e7a56 2032 reg = PIPECONF(cpu_transcoder);
b24e7179 2033 val = I915_READ(reg);
00d70b15
CW
2034 if ((val & PIPECONF_ENABLE) == 0)
2035 return;
2036
67adc644
VS
2037 /*
2038 * Double wide has implications for planes
2039 * so best keep it disabled when not needed.
2040 */
6e3c9717 2041 if (crtc->config->double_wide)
67adc644
VS
2042 val &= ~PIPECONF_DOUBLE_WIDE;
2043
2044 /* Don't disable pipe or pipe PLLs if needed */
b6b5d049
VS
2045 if (!(pipe == PIPE_A && dev_priv->quirks & QUIRK_PIPEA_FORCE) &&
2046 !(pipe == PIPE_B && dev_priv->quirks & QUIRK_PIPEB_FORCE))
67adc644
VS
2047 val &= ~PIPECONF_ENABLE;
2048
2049 I915_WRITE(reg, val);
2050 if ((val & PIPECONF_ENABLE) == 0)
2051 intel_wait_for_pipe_off(crtc);
b24e7179
JB
2052}
2053
693db184
CW
2054static bool need_vtd_wa(struct drm_device *dev)
2055{
2056#ifdef CONFIG_INTEL_IOMMU
2057 if (INTEL_INFO(dev)->gen >= 6 && intel_iommu_gfx_mapped)
2058 return true;
2059#endif
2060 return false;
2061}
2062
832be82f
VS
2063static unsigned int intel_tile_size(const struct drm_i915_private *dev_priv)
2064{
2065 return IS_GEN2(dev_priv) ? 2048 : 4096;
2066}
2067
27ba3910
VS
2068static unsigned int intel_tile_width_bytes(const struct drm_i915_private *dev_priv,
2069 uint64_t fb_modifier, unsigned int cpp)
7b49f948
VS
2070{
2071 switch (fb_modifier) {
2072 case DRM_FORMAT_MOD_NONE:
2073 return cpp;
2074 case I915_FORMAT_MOD_X_TILED:
2075 if (IS_GEN2(dev_priv))
2076 return 128;
2077 else
2078 return 512;
2079 case I915_FORMAT_MOD_Y_TILED:
2080 if (IS_GEN2(dev_priv) || HAS_128_BYTE_Y_TILING(dev_priv))
2081 return 128;
2082 else
2083 return 512;
2084 case I915_FORMAT_MOD_Yf_TILED:
2085 switch (cpp) {
2086 case 1:
2087 return 64;
2088 case 2:
2089 case 4:
2090 return 128;
2091 case 8:
2092 case 16:
2093 return 256;
2094 default:
2095 MISSING_CASE(cpp);
2096 return cpp;
2097 }
2098 break;
2099 default:
2100 MISSING_CASE(fb_modifier);
2101 return cpp;
2102 }
2103}
2104
832be82f
VS
2105unsigned int intel_tile_height(const struct drm_i915_private *dev_priv,
2106 uint64_t fb_modifier, unsigned int cpp)
a57ce0b2 2107{
832be82f
VS
2108 if (fb_modifier == DRM_FORMAT_MOD_NONE)
2109 return 1;
2110 else
2111 return intel_tile_size(dev_priv) /
27ba3910 2112 intel_tile_width_bytes(dev_priv, fb_modifier, cpp);
6761dd31
TU
2113}
2114
8d0deca8
VS
2115/* Return the tile dimensions in pixel units */
2116static void intel_tile_dims(const struct drm_i915_private *dev_priv,
2117 unsigned int *tile_width,
2118 unsigned int *tile_height,
2119 uint64_t fb_modifier,
2120 unsigned int cpp)
2121{
2122 unsigned int tile_width_bytes =
2123 intel_tile_width_bytes(dev_priv, fb_modifier, cpp);
2124
2125 *tile_width = tile_width_bytes / cpp;
2126 *tile_height = intel_tile_size(dev_priv) / tile_width_bytes;
2127}
2128
6761dd31
TU
2129unsigned int
2130intel_fb_align_height(struct drm_device *dev, unsigned int height,
832be82f 2131 uint32_t pixel_format, uint64_t fb_modifier)
6761dd31 2132{
832be82f
VS
2133 unsigned int cpp = drm_format_plane_cpp(pixel_format, 0);
2134 unsigned int tile_height = intel_tile_height(to_i915(dev), fb_modifier, cpp);
2135
2136 return ALIGN(height, tile_height);
a57ce0b2
JB
2137}
2138
1663b9d6
VS
2139unsigned int intel_rotation_info_size(const struct intel_rotation_info *rot_info)
2140{
2141 unsigned int size = 0;
2142 int i;
2143
2144 for (i = 0 ; i < ARRAY_SIZE(rot_info->plane); i++)
2145 size += rot_info->plane[i].width * rot_info->plane[i].height;
2146
2147 return size;
2148}
2149
75c82a53 2150static void
3465c580
VS
2151intel_fill_fb_ggtt_view(struct i915_ggtt_view *view,
2152 const struct drm_framebuffer *fb,
2153 unsigned int rotation)
f64b98cd 2154{
2d7a215f
VS
2155 if (intel_rotation_90_or_270(rotation)) {
2156 *view = i915_ggtt_view_rotated;
2157 view->params.rotated = to_intel_framebuffer(fb)->rot_info;
2158 } else {
2159 *view = i915_ggtt_view_normal;
2160 }
2161}
50470bb0 2162
2d7a215f
VS
2163static void
2164intel_fill_fb_info(struct drm_i915_private *dev_priv,
2165 struct drm_framebuffer *fb)
2166{
2167 struct intel_rotation_info *info = &to_intel_framebuffer(fb)->rot_info;
2168 unsigned int tile_size, tile_width, tile_height, cpp;
50470bb0 2169
d9b3288e
VS
2170 tile_size = intel_tile_size(dev_priv);
2171
2172 cpp = drm_format_plane_cpp(fb->pixel_format, 0);
8d0deca8
VS
2173 intel_tile_dims(dev_priv, &tile_width, &tile_height,
2174 fb->modifier[0], cpp);
d9b3288e 2175
1663b9d6
VS
2176 info->plane[0].width = DIV_ROUND_UP(fb->pitches[0], tile_width * cpp);
2177 info->plane[0].height = DIV_ROUND_UP(fb->height, tile_height);
84fe03f7 2178
89e3e142 2179 if (info->pixel_format == DRM_FORMAT_NV12) {
832be82f 2180 cpp = drm_format_plane_cpp(fb->pixel_format, 1);
8d0deca8
VS
2181 intel_tile_dims(dev_priv, &tile_width, &tile_height,
2182 fb->modifier[1], cpp);
d9b3288e 2183
2d7a215f 2184 info->uv_offset = fb->offsets[1];
1663b9d6
VS
2185 info->plane[1].width = DIV_ROUND_UP(fb->pitches[1], tile_width * cpp);
2186 info->plane[1].height = DIV_ROUND_UP(fb->height / 2, tile_height);
89e3e142 2187 }
f64b98cd
TU
2188}
2189
603525d7 2190static unsigned int intel_linear_alignment(const struct drm_i915_private *dev_priv)
4e9a86b6
VS
2191{
2192 if (INTEL_INFO(dev_priv)->gen >= 9)
2193 return 256 * 1024;
985b8bb4 2194 else if (IS_BROADWATER(dev_priv) || IS_CRESTLINE(dev_priv) ||
666a4537 2195 IS_VALLEYVIEW(dev_priv) || IS_CHERRYVIEW(dev_priv))
4e9a86b6
VS
2196 return 128 * 1024;
2197 else if (INTEL_INFO(dev_priv)->gen >= 4)
2198 return 4 * 1024;
2199 else
44c5905e 2200 return 0;
4e9a86b6
VS
2201}
2202
603525d7
VS
2203static unsigned int intel_surf_alignment(const struct drm_i915_private *dev_priv,
2204 uint64_t fb_modifier)
2205{
2206 switch (fb_modifier) {
2207 case DRM_FORMAT_MOD_NONE:
2208 return intel_linear_alignment(dev_priv);
2209 case I915_FORMAT_MOD_X_TILED:
2210 if (INTEL_INFO(dev_priv)->gen >= 9)
2211 return 256 * 1024;
2212 return 0;
2213 case I915_FORMAT_MOD_Y_TILED:
2214 case I915_FORMAT_MOD_Yf_TILED:
2215 return 1 * 1024 * 1024;
2216 default:
2217 MISSING_CASE(fb_modifier);
2218 return 0;
2219 }
2220}
2221
127bd2ac 2222int
3465c580
VS
2223intel_pin_and_fence_fb_obj(struct drm_framebuffer *fb,
2224 unsigned int rotation)
6b95a207 2225{
850c4cdc 2226 struct drm_device *dev = fb->dev;
ce453d81 2227 struct drm_i915_private *dev_priv = dev->dev_private;
850c4cdc 2228 struct drm_i915_gem_object *obj = intel_fb_obj(fb);
f64b98cd 2229 struct i915_ggtt_view view;
6b95a207
KH
2230 u32 alignment;
2231 int ret;
2232
ebcdd39e
MR
2233 WARN_ON(!mutex_is_locked(&dev->struct_mutex));
2234
603525d7 2235 alignment = intel_surf_alignment(dev_priv, fb->modifier[0]);
6b95a207 2236
3465c580 2237 intel_fill_fb_ggtt_view(&view, fb, rotation);
f64b98cd 2238
693db184
CW
2239 /* Note that the w/a also requires 64 PTE of padding following the
2240 * bo. We currently fill all unused PTE with the shadow page and so
2241 * we should always have valid PTE following the scanout preventing
2242 * the VT-d warning.
2243 */
2244 if (need_vtd_wa(dev) && alignment < 256 * 1024)
2245 alignment = 256 * 1024;
2246
d6dd6843
PZ
2247 /*
2248 * Global gtt pte registers are special registers which actually forward
2249 * writes to a chunk of system memory. Which means that there is no risk
2250 * that the register values disappear as soon as we call
2251 * intel_runtime_pm_put(), so it is correct to wrap only the
2252 * pin/unpin/fence and not more.
2253 */
2254 intel_runtime_pm_get(dev_priv);
2255
7580d774
ML
2256 ret = i915_gem_object_pin_to_display_plane(obj, alignment,
2257 &view);
48b956c5 2258 if (ret)
b26a6b35 2259 goto err_pm;
6b95a207
KH
2260
2261 /* Install a fence for tiled scan-out. Pre-i965 always needs a
2262 * fence, whereas 965+ only requires a fence if using
2263 * framebuffer compression. For simplicity, we always install
2264 * a fence as the cost is not that onerous.
2265 */
9807216f
VK
2266 if (view.type == I915_GGTT_VIEW_NORMAL) {
2267 ret = i915_gem_object_get_fence(obj);
2268 if (ret == -EDEADLK) {
2269 /*
2270 * -EDEADLK means there are no free fences
2271 * no pending flips.
2272 *
2273 * This is propagated to atomic, but it uses
2274 * -EDEADLK to force a locking recovery, so
2275 * change the returned error to -EBUSY.
2276 */
2277 ret = -EBUSY;
2278 goto err_unpin;
2279 } else if (ret)
2280 goto err_unpin;
1690e1eb 2281
9807216f
VK
2282 i915_gem_object_pin_fence(obj);
2283 }
6b95a207 2284
d6dd6843 2285 intel_runtime_pm_put(dev_priv);
6b95a207 2286 return 0;
48b956c5
CW
2287
2288err_unpin:
f64b98cd 2289 i915_gem_object_unpin_from_display_plane(obj, &view);
b26a6b35 2290err_pm:
d6dd6843 2291 intel_runtime_pm_put(dev_priv);
48b956c5 2292 return ret;
6b95a207
KH
2293}
2294
3465c580 2295static void intel_unpin_fb_obj(struct drm_framebuffer *fb, unsigned int rotation)
1690e1eb 2296{
82bc3b2d 2297 struct drm_i915_gem_object *obj = intel_fb_obj(fb);
f64b98cd 2298 struct i915_ggtt_view view;
82bc3b2d 2299
ebcdd39e
MR
2300 WARN_ON(!mutex_is_locked(&obj->base.dev->struct_mutex));
2301
3465c580 2302 intel_fill_fb_ggtt_view(&view, fb, rotation);
f64b98cd 2303
9807216f
VK
2304 if (view.type == I915_GGTT_VIEW_NORMAL)
2305 i915_gem_object_unpin_fence(obj);
2306
f64b98cd 2307 i915_gem_object_unpin_from_display_plane(obj, &view);
1690e1eb
CW
2308}
2309
29cf9491
VS
2310/*
2311 * Adjust the tile offset by moving the difference into
2312 * the x/y offsets.
2313 *
2314 * Input tile dimensions and pitch must already be
2315 * rotated to match x and y, and in pixel units.
2316 */
2317static u32 intel_adjust_tile_offset(int *x, int *y,
2318 unsigned int tile_width,
2319 unsigned int tile_height,
2320 unsigned int tile_size,
2321 unsigned int pitch_tiles,
2322 u32 old_offset,
2323 u32 new_offset)
2324{
2325 unsigned int tiles;
2326
2327 WARN_ON(old_offset & (tile_size - 1));
2328 WARN_ON(new_offset & (tile_size - 1));
2329 WARN_ON(new_offset > old_offset);
2330
2331 tiles = (old_offset - new_offset) / tile_size;
2332
2333 *y += tiles / pitch_tiles * tile_height;
2334 *x += tiles % pitch_tiles * tile_width;
2335
2336 return new_offset;
2337}
2338
8d0deca8
VS
2339/*
2340 * Computes the linear offset to the base tile and adjusts
2341 * x, y. bytes per pixel is assumed to be a power-of-two.
2342 *
2343 * In the 90/270 rotated case, x and y are assumed
2344 * to be already rotated to match the rotated GTT view, and
2345 * pitch is the tile_height aligned framebuffer height.
2346 */
4f2d9934
VS
2347u32 intel_compute_tile_offset(int *x, int *y,
2348 const struct drm_framebuffer *fb, int plane,
8d0deca8
VS
2349 unsigned int pitch,
2350 unsigned int rotation)
c2c75131 2351{
4f2d9934
VS
2352 const struct drm_i915_private *dev_priv = to_i915(fb->dev);
2353 uint64_t fb_modifier = fb->modifier[plane];
2354 unsigned int cpp = drm_format_plane_cpp(fb->pixel_format, plane);
29cf9491
VS
2355 u32 offset, offset_aligned, alignment;
2356
2357 alignment = intel_surf_alignment(dev_priv, fb_modifier);
2358 if (alignment)
2359 alignment--;
2360
b5c65338 2361 if (fb_modifier != DRM_FORMAT_MOD_NONE) {
8d0deca8
VS
2362 unsigned int tile_size, tile_width, tile_height;
2363 unsigned int tile_rows, tiles, pitch_tiles;
c2c75131 2364
d843310d 2365 tile_size = intel_tile_size(dev_priv);
8d0deca8
VS
2366 intel_tile_dims(dev_priv, &tile_width, &tile_height,
2367 fb_modifier, cpp);
2368
2369 if (intel_rotation_90_or_270(rotation)) {
2370 pitch_tiles = pitch / tile_height;
2371 swap(tile_width, tile_height);
2372 } else {
2373 pitch_tiles = pitch / (tile_width * cpp);
2374 }
d843310d
VS
2375
2376 tile_rows = *y / tile_height;
2377 *y %= tile_height;
c2c75131 2378
8d0deca8
VS
2379 tiles = *x / tile_width;
2380 *x %= tile_width;
bc752862 2381
29cf9491
VS
2382 offset = (tile_rows * pitch_tiles + tiles) * tile_size;
2383 offset_aligned = offset & ~alignment;
bc752862 2384
29cf9491
VS
2385 intel_adjust_tile_offset(x, y, tile_width, tile_height,
2386 tile_size, pitch_tiles,
2387 offset, offset_aligned);
2388 } else {
bc752862 2389 offset = *y * pitch + *x * cpp;
29cf9491
VS
2390 offset_aligned = offset & ~alignment;
2391
4e9a86b6
VS
2392 *y = (offset & alignment) / pitch;
2393 *x = ((offset & alignment) - *y * pitch) / cpp;
bc752862 2394 }
29cf9491
VS
2395
2396 return offset_aligned;
c2c75131
DV
2397}
2398
b35d63fa 2399static int i9xx_format_to_fourcc(int format)
46f297fb
JB
2400{
2401 switch (format) {
2402 case DISPPLANE_8BPP:
2403 return DRM_FORMAT_C8;
2404 case DISPPLANE_BGRX555:
2405 return DRM_FORMAT_XRGB1555;
2406 case DISPPLANE_BGRX565:
2407 return DRM_FORMAT_RGB565;
2408 default:
2409 case DISPPLANE_BGRX888:
2410 return DRM_FORMAT_XRGB8888;
2411 case DISPPLANE_RGBX888:
2412 return DRM_FORMAT_XBGR8888;
2413 case DISPPLANE_BGRX101010:
2414 return DRM_FORMAT_XRGB2101010;
2415 case DISPPLANE_RGBX101010:
2416 return DRM_FORMAT_XBGR2101010;
2417 }
2418}
2419
bc8d7dff
DL
2420static int skl_format_to_fourcc(int format, bool rgb_order, bool alpha)
2421{
2422 switch (format) {
2423 case PLANE_CTL_FORMAT_RGB_565:
2424 return DRM_FORMAT_RGB565;
2425 default:
2426 case PLANE_CTL_FORMAT_XRGB_8888:
2427 if (rgb_order) {
2428 if (alpha)
2429 return DRM_FORMAT_ABGR8888;
2430 else
2431 return DRM_FORMAT_XBGR8888;
2432 } else {
2433 if (alpha)
2434 return DRM_FORMAT_ARGB8888;
2435 else
2436 return DRM_FORMAT_XRGB8888;
2437 }
2438 case PLANE_CTL_FORMAT_XRGB_2101010:
2439 if (rgb_order)
2440 return DRM_FORMAT_XBGR2101010;
2441 else
2442 return DRM_FORMAT_XRGB2101010;
2443 }
2444}
2445
5724dbd1 2446static bool
f6936e29
DV
2447intel_alloc_initial_plane_obj(struct intel_crtc *crtc,
2448 struct intel_initial_plane_config *plane_config)
46f297fb
JB
2449{
2450 struct drm_device *dev = crtc->base.dev;
3badb49f 2451 struct drm_i915_private *dev_priv = to_i915(dev);
72e96d64 2452 struct i915_ggtt *ggtt = &dev_priv->ggtt;
46f297fb
JB
2453 struct drm_i915_gem_object *obj = NULL;
2454 struct drm_mode_fb_cmd2 mode_cmd = { 0 };
2d14030b 2455 struct drm_framebuffer *fb = &plane_config->fb->base;
f37b5c2b
DV
2456 u32 base_aligned = round_down(plane_config->base, PAGE_SIZE);
2457 u32 size_aligned = round_up(plane_config->base + plane_config->size,
2458 PAGE_SIZE);
2459
2460 size_aligned -= base_aligned;
46f297fb 2461
ff2652ea
CW
2462 if (plane_config->size == 0)
2463 return false;
2464
3badb49f
PZ
2465 /* If the FB is too big, just don't use it since fbdev is not very
2466 * important and we should probably use that space with FBC or other
2467 * features. */
72e96d64 2468 if (size_aligned * 2 > ggtt->stolen_usable_size)
3badb49f
PZ
2469 return false;
2470
12c83d99
TU
2471 mutex_lock(&dev->struct_mutex);
2472
f37b5c2b
DV
2473 obj = i915_gem_object_create_stolen_for_preallocated(dev,
2474 base_aligned,
2475 base_aligned,
2476 size_aligned);
12c83d99
TU
2477 if (!obj) {
2478 mutex_unlock(&dev->struct_mutex);
484b41dd 2479 return false;
12c83d99 2480 }
46f297fb 2481
49af449b
DL
2482 obj->tiling_mode = plane_config->tiling;
2483 if (obj->tiling_mode == I915_TILING_X)
6bf129df 2484 obj->stride = fb->pitches[0];
46f297fb 2485
6bf129df
DL
2486 mode_cmd.pixel_format = fb->pixel_format;
2487 mode_cmd.width = fb->width;
2488 mode_cmd.height = fb->height;
2489 mode_cmd.pitches[0] = fb->pitches[0];
18c5247e
DV
2490 mode_cmd.modifier[0] = fb->modifier[0];
2491 mode_cmd.flags = DRM_MODE_FB_MODIFIERS;
46f297fb 2492
6bf129df 2493 if (intel_framebuffer_init(dev, to_intel_framebuffer(fb),
484b41dd 2494 &mode_cmd, obj)) {
46f297fb
JB
2495 DRM_DEBUG_KMS("intel fb init failed\n");
2496 goto out_unref_obj;
2497 }
12c83d99 2498
46f297fb 2499 mutex_unlock(&dev->struct_mutex);
484b41dd 2500
f6936e29 2501 DRM_DEBUG_KMS("initial plane fb obj %p\n", obj);
484b41dd 2502 return true;
46f297fb
JB
2503
2504out_unref_obj:
2505 drm_gem_object_unreference(&obj->base);
2506 mutex_unlock(&dev->struct_mutex);
484b41dd
JB
2507 return false;
2508}
2509
afd65eb4
MR
2510/* Update plane->state->fb to match plane->fb after driver-internal updates */
2511static void
2512update_state_fb(struct drm_plane *plane)
2513{
2514 if (plane->fb == plane->state->fb)
2515 return;
2516
2517 if (plane->state->fb)
2518 drm_framebuffer_unreference(plane->state->fb);
2519 plane->state->fb = plane->fb;
2520 if (plane->state->fb)
2521 drm_framebuffer_reference(plane->state->fb);
2522}
2523
5724dbd1 2524static void
f6936e29
DV
2525intel_find_initial_plane_obj(struct intel_crtc *intel_crtc,
2526 struct intel_initial_plane_config *plane_config)
484b41dd
JB
2527{
2528 struct drm_device *dev = intel_crtc->base.dev;
d9ceb816 2529 struct drm_i915_private *dev_priv = dev->dev_private;
484b41dd
JB
2530 struct drm_crtc *c;
2531 struct intel_crtc *i;
2ff8fde1 2532 struct drm_i915_gem_object *obj;
88595ac9 2533 struct drm_plane *primary = intel_crtc->base.primary;
be5651f2 2534 struct drm_plane_state *plane_state = primary->state;
200757f5
MR
2535 struct drm_crtc_state *crtc_state = intel_crtc->base.state;
2536 struct intel_plane *intel_plane = to_intel_plane(primary);
0a8d8a86
MR
2537 struct intel_plane_state *intel_state =
2538 to_intel_plane_state(plane_state);
88595ac9 2539 struct drm_framebuffer *fb;
484b41dd 2540
2d14030b 2541 if (!plane_config->fb)
484b41dd
JB
2542 return;
2543
f6936e29 2544 if (intel_alloc_initial_plane_obj(intel_crtc, plane_config)) {
88595ac9
DV
2545 fb = &plane_config->fb->base;
2546 goto valid_fb;
f55548b5 2547 }
484b41dd 2548
2d14030b 2549 kfree(plane_config->fb);
484b41dd
JB
2550
2551 /*
2552 * Failed to alloc the obj, check to see if we should share
2553 * an fb with another CRTC instead
2554 */
70e1e0ec 2555 for_each_crtc(dev, c) {
484b41dd
JB
2556 i = to_intel_crtc(c);
2557
2558 if (c == &intel_crtc->base)
2559 continue;
2560
2ff8fde1
MR
2561 if (!i->active)
2562 continue;
2563
88595ac9
DV
2564 fb = c->primary->fb;
2565 if (!fb)
484b41dd
JB
2566 continue;
2567
88595ac9 2568 obj = intel_fb_obj(fb);
2ff8fde1 2569 if (i915_gem_obj_ggtt_offset(obj) == plane_config->base) {
88595ac9
DV
2570 drm_framebuffer_reference(fb);
2571 goto valid_fb;
484b41dd
JB
2572 }
2573 }
88595ac9 2574
200757f5
MR
2575 /*
2576 * We've failed to reconstruct the BIOS FB. Current display state
2577 * indicates that the primary plane is visible, but has a NULL FB,
2578 * which will lead to problems later if we don't fix it up. The
2579 * simplest solution is to just disable the primary plane now and
2580 * pretend the BIOS never had it enabled.
2581 */
2582 to_intel_plane_state(plane_state)->visible = false;
2583 crtc_state->plane_mask &= ~(1 << drm_plane_index(primary));
2622a081 2584 intel_pre_disable_primary_noatomic(&intel_crtc->base);
200757f5
MR
2585 intel_plane->disable_plane(primary, &intel_crtc->base);
2586
88595ac9
DV
2587 return;
2588
2589valid_fb:
f44e2659
VS
2590 plane_state->src_x = 0;
2591 plane_state->src_y = 0;
be5651f2
ML
2592 plane_state->src_w = fb->width << 16;
2593 plane_state->src_h = fb->height << 16;
2594
f44e2659
VS
2595 plane_state->crtc_x = 0;
2596 plane_state->crtc_y = 0;
be5651f2
ML
2597 plane_state->crtc_w = fb->width;
2598 plane_state->crtc_h = fb->height;
2599
0a8d8a86
MR
2600 intel_state->src.x1 = plane_state->src_x;
2601 intel_state->src.y1 = plane_state->src_y;
2602 intel_state->src.x2 = plane_state->src_x + plane_state->src_w;
2603 intel_state->src.y2 = plane_state->src_y + plane_state->src_h;
2604 intel_state->dst.x1 = plane_state->crtc_x;
2605 intel_state->dst.y1 = plane_state->crtc_y;
2606 intel_state->dst.x2 = plane_state->crtc_x + plane_state->crtc_w;
2607 intel_state->dst.y2 = plane_state->crtc_y + plane_state->crtc_h;
2608
88595ac9
DV
2609 obj = intel_fb_obj(fb);
2610 if (obj->tiling_mode != I915_TILING_NONE)
2611 dev_priv->preserve_bios_swizzle = true;
2612
be5651f2
ML
2613 drm_framebuffer_reference(fb);
2614 primary->fb = primary->state->fb = fb;
36750f28 2615 primary->crtc = primary->state->crtc = &intel_crtc->base;
36750f28 2616 intel_crtc->base.state->plane_mask |= (1 << drm_plane_index(primary));
a9ff8714 2617 obj->frontbuffer_bits |= to_intel_plane(primary)->frontbuffer_bit;
46f297fb
JB
2618}
2619
a8d201af
ML
2620static void i9xx_update_primary_plane(struct drm_plane *primary,
2621 const struct intel_crtc_state *crtc_state,
2622 const struct intel_plane_state *plane_state)
81255565 2623{
a8d201af 2624 struct drm_device *dev = primary->dev;
81255565 2625 struct drm_i915_private *dev_priv = dev->dev_private;
a8d201af
ML
2626 struct intel_crtc *intel_crtc = to_intel_crtc(crtc_state->base.crtc);
2627 struct drm_framebuffer *fb = plane_state->base.fb;
2628 struct drm_i915_gem_object *obj = intel_fb_obj(fb);
81255565 2629 int plane = intel_crtc->plane;
54ea9da8 2630 u32 linear_offset;
81255565 2631 u32 dspcntr;
f0f59a00 2632 i915_reg_t reg = DSPCNTR(plane);
8d0deca8 2633 unsigned int rotation = plane_state->base.rotation;
ac484963 2634 int cpp = drm_format_plane_cpp(fb->pixel_format, 0);
54ea9da8
VS
2635 int x = plane_state->src.x1 >> 16;
2636 int y = plane_state->src.y1 >> 16;
c9ba6fad 2637
f45651ba
VS
2638 dspcntr = DISPPLANE_GAMMA_ENABLE;
2639
fdd508a6 2640 dspcntr |= DISPLAY_PLANE_ENABLE;
f45651ba
VS
2641
2642 if (INTEL_INFO(dev)->gen < 4) {
2643 if (intel_crtc->pipe == PIPE_B)
2644 dspcntr |= DISPPLANE_SEL_PIPE_B;
2645
2646 /* pipesrc and dspsize control the size that is scaled from,
2647 * which should always be the user's requested size.
2648 */
2649 I915_WRITE(DSPSIZE(plane),
a8d201af
ML
2650 ((crtc_state->pipe_src_h - 1) << 16) |
2651 (crtc_state->pipe_src_w - 1));
f45651ba 2652 I915_WRITE(DSPPOS(plane), 0);
c14b0485
VS
2653 } else if (IS_CHERRYVIEW(dev) && plane == PLANE_B) {
2654 I915_WRITE(PRIMSIZE(plane),
a8d201af
ML
2655 ((crtc_state->pipe_src_h - 1) << 16) |
2656 (crtc_state->pipe_src_w - 1));
c14b0485
VS
2657 I915_WRITE(PRIMPOS(plane), 0);
2658 I915_WRITE(PRIMCNSTALPHA(plane), 0);
f45651ba 2659 }
81255565 2660
57779d06
VS
2661 switch (fb->pixel_format) {
2662 case DRM_FORMAT_C8:
81255565
JB
2663 dspcntr |= DISPPLANE_8BPP;
2664 break;
57779d06 2665 case DRM_FORMAT_XRGB1555:
57779d06 2666 dspcntr |= DISPPLANE_BGRX555;
81255565 2667 break;
57779d06
VS
2668 case DRM_FORMAT_RGB565:
2669 dspcntr |= DISPPLANE_BGRX565;
2670 break;
2671 case DRM_FORMAT_XRGB8888:
57779d06
VS
2672 dspcntr |= DISPPLANE_BGRX888;
2673 break;
2674 case DRM_FORMAT_XBGR8888:
57779d06
VS
2675 dspcntr |= DISPPLANE_RGBX888;
2676 break;
2677 case DRM_FORMAT_XRGB2101010:
57779d06
VS
2678 dspcntr |= DISPPLANE_BGRX101010;
2679 break;
2680 case DRM_FORMAT_XBGR2101010:
57779d06 2681 dspcntr |= DISPPLANE_RGBX101010;
81255565
JB
2682 break;
2683 default:
baba133a 2684 BUG();
81255565 2685 }
57779d06 2686
f45651ba
VS
2687 if (INTEL_INFO(dev)->gen >= 4 &&
2688 obj->tiling_mode != I915_TILING_NONE)
2689 dspcntr |= DISPPLANE_TILED;
81255565 2690
de1aa629
VS
2691 if (IS_G4X(dev))
2692 dspcntr |= DISPPLANE_TRICKLE_FEED_DISABLE;
2693
ac484963 2694 linear_offset = y * fb->pitches[0] + x * cpp;
81255565 2695
c2c75131
DV
2696 if (INTEL_INFO(dev)->gen >= 4) {
2697 intel_crtc->dspaddr_offset =
4f2d9934 2698 intel_compute_tile_offset(&x, &y, fb, 0,
8d0deca8 2699 fb->pitches[0], rotation);
c2c75131
DV
2700 linear_offset -= intel_crtc->dspaddr_offset;
2701 } else {
e506a0c6 2702 intel_crtc->dspaddr_offset = linear_offset;
c2c75131 2703 }
e506a0c6 2704
8d0deca8 2705 if (rotation == BIT(DRM_ROTATE_180)) {
48404c1e
SJ
2706 dspcntr |= DISPPLANE_ROTATE_180;
2707
a8d201af
ML
2708 x += (crtc_state->pipe_src_w - 1);
2709 y += (crtc_state->pipe_src_h - 1);
48404c1e
SJ
2710
2711 /* Finding the last pixel of the last line of the display
2712 data and adding to linear_offset*/
2713 linear_offset +=
a8d201af 2714 (crtc_state->pipe_src_h - 1) * fb->pitches[0] +
ac484963 2715 (crtc_state->pipe_src_w - 1) * cpp;
48404c1e
SJ
2716 }
2717
2db3366b
PZ
2718 intel_crtc->adjusted_x = x;
2719 intel_crtc->adjusted_y = y;
2720
48404c1e
SJ
2721 I915_WRITE(reg, dspcntr);
2722
01f2c773 2723 I915_WRITE(DSPSTRIDE(plane), fb->pitches[0]);
a6c45cf0 2724 if (INTEL_INFO(dev)->gen >= 4) {
85ba7b7d
DV
2725 I915_WRITE(DSPSURF(plane),
2726 i915_gem_obj_ggtt_offset(obj) + intel_crtc->dspaddr_offset);
5eddb70b 2727 I915_WRITE(DSPTILEOFF(plane), (y << 16) | x);
e506a0c6 2728 I915_WRITE(DSPLINOFF(plane), linear_offset);
5eddb70b 2729 } else
f343c5f6 2730 I915_WRITE(DSPADDR(plane), i915_gem_obj_ggtt_offset(obj) + linear_offset);
5eddb70b 2731 POSTING_READ(reg);
17638cd6
JB
2732}
2733
a8d201af
ML
2734static void i9xx_disable_primary_plane(struct drm_plane *primary,
2735 struct drm_crtc *crtc)
17638cd6
JB
2736{
2737 struct drm_device *dev = crtc->dev;
2738 struct drm_i915_private *dev_priv = dev->dev_private;
2739 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
17638cd6 2740 int plane = intel_crtc->plane;
f45651ba 2741
a8d201af
ML
2742 I915_WRITE(DSPCNTR(plane), 0);
2743 if (INTEL_INFO(dev_priv)->gen >= 4)
fdd508a6 2744 I915_WRITE(DSPSURF(plane), 0);
a8d201af
ML
2745 else
2746 I915_WRITE(DSPADDR(plane), 0);
2747 POSTING_READ(DSPCNTR(plane));
2748}
c9ba6fad 2749
a8d201af
ML
2750static void ironlake_update_primary_plane(struct drm_plane *primary,
2751 const struct intel_crtc_state *crtc_state,
2752 const struct intel_plane_state *plane_state)
2753{
2754 struct drm_device *dev = primary->dev;
2755 struct drm_i915_private *dev_priv = dev->dev_private;
2756 struct intel_crtc *intel_crtc = to_intel_crtc(crtc_state->base.crtc);
2757 struct drm_framebuffer *fb = plane_state->base.fb;
2758 struct drm_i915_gem_object *obj = intel_fb_obj(fb);
2759 int plane = intel_crtc->plane;
54ea9da8 2760 u32 linear_offset;
a8d201af
ML
2761 u32 dspcntr;
2762 i915_reg_t reg = DSPCNTR(plane);
8d0deca8 2763 unsigned int rotation = plane_state->base.rotation;
ac484963 2764 int cpp = drm_format_plane_cpp(fb->pixel_format, 0);
a8d201af
ML
2765 int x = plane_state->src.x1 >> 16;
2766 int y = plane_state->src.y1 >> 16;
c9ba6fad 2767
f45651ba 2768 dspcntr = DISPPLANE_GAMMA_ENABLE;
fdd508a6 2769 dspcntr |= DISPLAY_PLANE_ENABLE;
f45651ba
VS
2770
2771 if (IS_HASWELL(dev) || IS_BROADWELL(dev))
2772 dspcntr |= DISPPLANE_PIPE_CSC_ENABLE;
17638cd6 2773
57779d06
VS
2774 switch (fb->pixel_format) {
2775 case DRM_FORMAT_C8:
17638cd6
JB
2776 dspcntr |= DISPPLANE_8BPP;
2777 break;
57779d06
VS
2778 case DRM_FORMAT_RGB565:
2779 dspcntr |= DISPPLANE_BGRX565;
17638cd6 2780 break;
57779d06 2781 case DRM_FORMAT_XRGB8888:
57779d06
VS
2782 dspcntr |= DISPPLANE_BGRX888;
2783 break;
2784 case DRM_FORMAT_XBGR8888:
57779d06
VS
2785 dspcntr |= DISPPLANE_RGBX888;
2786 break;
2787 case DRM_FORMAT_XRGB2101010:
57779d06
VS
2788 dspcntr |= DISPPLANE_BGRX101010;
2789 break;
2790 case DRM_FORMAT_XBGR2101010:
57779d06 2791 dspcntr |= DISPPLANE_RGBX101010;
17638cd6
JB
2792 break;
2793 default:
baba133a 2794 BUG();
17638cd6
JB
2795 }
2796
2797 if (obj->tiling_mode != I915_TILING_NONE)
2798 dspcntr |= DISPPLANE_TILED;
17638cd6 2799
f45651ba 2800 if (!IS_HASWELL(dev) && !IS_BROADWELL(dev))
1f5d76db 2801 dspcntr |= DISPPLANE_TRICKLE_FEED_DISABLE;
17638cd6 2802
ac484963 2803 linear_offset = y * fb->pitches[0] + x * cpp;
c2c75131 2804 intel_crtc->dspaddr_offset =
4f2d9934 2805 intel_compute_tile_offset(&x, &y, fb, 0,
8d0deca8 2806 fb->pitches[0], rotation);
c2c75131 2807 linear_offset -= intel_crtc->dspaddr_offset;
8d0deca8 2808 if (rotation == BIT(DRM_ROTATE_180)) {
48404c1e
SJ
2809 dspcntr |= DISPPLANE_ROTATE_180;
2810
2811 if (!IS_HASWELL(dev) && !IS_BROADWELL(dev)) {
a8d201af
ML
2812 x += (crtc_state->pipe_src_w - 1);
2813 y += (crtc_state->pipe_src_h - 1);
48404c1e
SJ
2814
2815 /* Finding the last pixel of the last line of the display
2816 data and adding to linear_offset*/
2817 linear_offset +=
a8d201af 2818 (crtc_state->pipe_src_h - 1) * fb->pitches[0] +
ac484963 2819 (crtc_state->pipe_src_w - 1) * cpp;
48404c1e
SJ
2820 }
2821 }
2822
2db3366b
PZ
2823 intel_crtc->adjusted_x = x;
2824 intel_crtc->adjusted_y = y;
2825
48404c1e 2826 I915_WRITE(reg, dspcntr);
17638cd6 2827
01f2c773 2828 I915_WRITE(DSPSTRIDE(plane), fb->pitches[0]);
85ba7b7d
DV
2829 I915_WRITE(DSPSURF(plane),
2830 i915_gem_obj_ggtt_offset(obj) + intel_crtc->dspaddr_offset);
b3dc685e 2831 if (IS_HASWELL(dev) || IS_BROADWELL(dev)) {
bc1c91eb
DL
2832 I915_WRITE(DSPOFFSET(plane), (y << 16) | x);
2833 } else {
2834 I915_WRITE(DSPTILEOFF(plane), (y << 16) | x);
2835 I915_WRITE(DSPLINOFF(plane), linear_offset);
2836 }
17638cd6 2837 POSTING_READ(reg);
17638cd6
JB
2838}
2839
7b49f948
VS
2840u32 intel_fb_stride_alignment(const struct drm_i915_private *dev_priv,
2841 uint64_t fb_modifier, uint32_t pixel_format)
b321803d 2842{
7b49f948 2843 if (fb_modifier == DRM_FORMAT_MOD_NONE) {
b321803d 2844 return 64;
7b49f948
VS
2845 } else {
2846 int cpp = drm_format_plane_cpp(pixel_format, 0);
2847
27ba3910 2848 return intel_tile_width_bytes(dev_priv, fb_modifier, cpp);
b321803d
DL
2849 }
2850}
2851
44eb0cb9
MK
2852u32 intel_plane_obj_offset(struct intel_plane *intel_plane,
2853 struct drm_i915_gem_object *obj,
2854 unsigned int plane)
121920fa 2855{
ce7f1728 2856 struct i915_ggtt_view view;
dedf278c 2857 struct i915_vma *vma;
44eb0cb9 2858 u64 offset;
121920fa 2859
e7941294 2860 intel_fill_fb_ggtt_view(&view, intel_plane->base.state->fb,
3465c580 2861 intel_plane->base.state->rotation);
121920fa 2862
ce7f1728 2863 vma = i915_gem_obj_to_ggtt_view(obj, &view);
dedf278c 2864 if (WARN(!vma, "ggtt vma for display object not found! (view=%u)\n",
ce7f1728 2865 view.type))
dedf278c
TU
2866 return -1;
2867
44eb0cb9 2868 offset = vma->node.start;
dedf278c
TU
2869
2870 if (plane == 1) {
7723f47d 2871 offset += vma->ggtt_view.params.rotated.uv_start_page *
dedf278c
TU
2872 PAGE_SIZE;
2873 }
2874
44eb0cb9
MK
2875 WARN_ON(upper_32_bits(offset));
2876
2877 return lower_32_bits(offset);
121920fa
TU
2878}
2879
e435d6e5
ML
2880static void skl_detach_scaler(struct intel_crtc *intel_crtc, int id)
2881{
2882 struct drm_device *dev = intel_crtc->base.dev;
2883 struct drm_i915_private *dev_priv = dev->dev_private;
2884
2885 I915_WRITE(SKL_PS_CTRL(intel_crtc->pipe, id), 0);
2886 I915_WRITE(SKL_PS_WIN_POS(intel_crtc->pipe, id), 0);
2887 I915_WRITE(SKL_PS_WIN_SZ(intel_crtc->pipe, id), 0);
e435d6e5
ML
2888}
2889
a1b2278e
CK
2890/*
2891 * This function detaches (aka. unbinds) unused scalers in hardware
2892 */
0583236e 2893static void skl_detach_scalers(struct intel_crtc *intel_crtc)
a1b2278e 2894{
a1b2278e
CK
2895 struct intel_crtc_scaler_state *scaler_state;
2896 int i;
2897
a1b2278e
CK
2898 scaler_state = &intel_crtc->config->scaler_state;
2899
2900 /* loop through and disable scalers that aren't in use */
2901 for (i = 0; i < intel_crtc->num_scalers; i++) {
e435d6e5
ML
2902 if (!scaler_state->scalers[i].in_use)
2903 skl_detach_scaler(intel_crtc, i);
a1b2278e
CK
2904 }
2905}
2906
6156a456 2907u32 skl_plane_ctl_format(uint32_t pixel_format)
70d21f0e 2908{
6156a456 2909 switch (pixel_format) {
d161cf7a 2910 case DRM_FORMAT_C8:
c34ce3d1 2911 return PLANE_CTL_FORMAT_INDEXED;
70d21f0e 2912 case DRM_FORMAT_RGB565:
c34ce3d1 2913 return PLANE_CTL_FORMAT_RGB_565;
70d21f0e 2914 case DRM_FORMAT_XBGR8888:
c34ce3d1 2915 return PLANE_CTL_FORMAT_XRGB_8888 | PLANE_CTL_ORDER_RGBX;
6156a456 2916 case DRM_FORMAT_XRGB8888:
c34ce3d1 2917 return PLANE_CTL_FORMAT_XRGB_8888;
6156a456
CK
2918 /*
2919 * XXX: For ARBG/ABGR formats we default to expecting scanout buffers
2920 * to be already pre-multiplied. We need to add a knob (or a different
2921 * DRM_FORMAT) for user-space to configure that.
2922 */
f75fb42a 2923 case DRM_FORMAT_ABGR8888:
c34ce3d1 2924 return PLANE_CTL_FORMAT_XRGB_8888 | PLANE_CTL_ORDER_RGBX |
6156a456 2925 PLANE_CTL_ALPHA_SW_PREMULTIPLY;
6156a456 2926 case DRM_FORMAT_ARGB8888:
c34ce3d1 2927 return PLANE_CTL_FORMAT_XRGB_8888 |
6156a456 2928 PLANE_CTL_ALPHA_SW_PREMULTIPLY;
70d21f0e 2929 case DRM_FORMAT_XRGB2101010:
c34ce3d1 2930 return PLANE_CTL_FORMAT_XRGB_2101010;
70d21f0e 2931 case DRM_FORMAT_XBGR2101010:
c34ce3d1 2932 return PLANE_CTL_ORDER_RGBX | PLANE_CTL_FORMAT_XRGB_2101010;
6156a456 2933 case DRM_FORMAT_YUYV:
c34ce3d1 2934 return PLANE_CTL_FORMAT_YUV422 | PLANE_CTL_YUV422_YUYV;
6156a456 2935 case DRM_FORMAT_YVYU:
c34ce3d1 2936 return PLANE_CTL_FORMAT_YUV422 | PLANE_CTL_YUV422_YVYU;
6156a456 2937 case DRM_FORMAT_UYVY:
c34ce3d1 2938 return PLANE_CTL_FORMAT_YUV422 | PLANE_CTL_YUV422_UYVY;
6156a456 2939 case DRM_FORMAT_VYUY:
c34ce3d1 2940 return PLANE_CTL_FORMAT_YUV422 | PLANE_CTL_YUV422_VYUY;
70d21f0e 2941 default:
4249eeef 2942 MISSING_CASE(pixel_format);
70d21f0e 2943 }
8cfcba41 2944
c34ce3d1 2945 return 0;
6156a456 2946}
70d21f0e 2947
6156a456
CK
2948u32 skl_plane_ctl_tiling(uint64_t fb_modifier)
2949{
6156a456 2950 switch (fb_modifier) {
30af77c4 2951 case DRM_FORMAT_MOD_NONE:
70d21f0e 2952 break;
30af77c4 2953 case I915_FORMAT_MOD_X_TILED:
c34ce3d1 2954 return PLANE_CTL_TILED_X;
b321803d 2955 case I915_FORMAT_MOD_Y_TILED:
c34ce3d1 2956 return PLANE_CTL_TILED_Y;
b321803d 2957 case I915_FORMAT_MOD_Yf_TILED:
c34ce3d1 2958 return PLANE_CTL_TILED_YF;
70d21f0e 2959 default:
6156a456 2960 MISSING_CASE(fb_modifier);
70d21f0e 2961 }
8cfcba41 2962
c34ce3d1 2963 return 0;
6156a456 2964}
70d21f0e 2965
6156a456
CK
2966u32 skl_plane_ctl_rotation(unsigned int rotation)
2967{
3b7a5119 2968 switch (rotation) {
6156a456
CK
2969 case BIT(DRM_ROTATE_0):
2970 break;
1e8df167
SJ
2971 /*
2972 * DRM_ROTATE_ is counter clockwise to stay compatible with Xrandr
2973 * while i915 HW rotation is clockwise, thats why this swapping.
2974 */
3b7a5119 2975 case BIT(DRM_ROTATE_90):
1e8df167 2976 return PLANE_CTL_ROTATE_270;
3b7a5119 2977 case BIT(DRM_ROTATE_180):
c34ce3d1 2978 return PLANE_CTL_ROTATE_180;
3b7a5119 2979 case BIT(DRM_ROTATE_270):
1e8df167 2980 return PLANE_CTL_ROTATE_90;
6156a456
CK
2981 default:
2982 MISSING_CASE(rotation);
2983 }
2984
c34ce3d1 2985 return 0;
6156a456
CK
2986}
2987
a8d201af
ML
2988static void skylake_update_primary_plane(struct drm_plane *plane,
2989 const struct intel_crtc_state *crtc_state,
2990 const struct intel_plane_state *plane_state)
6156a456 2991{
a8d201af 2992 struct drm_device *dev = plane->dev;
6156a456 2993 struct drm_i915_private *dev_priv = dev->dev_private;
a8d201af
ML
2994 struct intel_crtc *intel_crtc = to_intel_crtc(crtc_state->base.crtc);
2995 struct drm_framebuffer *fb = plane_state->base.fb;
2996 struct drm_i915_gem_object *obj = intel_fb_obj(fb);
6156a456
CK
2997 int pipe = intel_crtc->pipe;
2998 u32 plane_ctl, stride_div, stride;
2999 u32 tile_height, plane_offset, plane_size;
a8d201af 3000 unsigned int rotation = plane_state->base.rotation;
6156a456 3001 int x_offset, y_offset;
44eb0cb9 3002 u32 surf_addr;
a8d201af
ML
3003 int scaler_id = plane_state->scaler_id;
3004 int src_x = plane_state->src.x1 >> 16;
3005 int src_y = plane_state->src.y1 >> 16;
3006 int src_w = drm_rect_width(&plane_state->src) >> 16;
3007 int src_h = drm_rect_height(&plane_state->src) >> 16;
3008 int dst_x = plane_state->dst.x1;
3009 int dst_y = plane_state->dst.y1;
3010 int dst_w = drm_rect_width(&plane_state->dst);
3011 int dst_h = drm_rect_height(&plane_state->dst);
70d21f0e 3012
6156a456
CK
3013 plane_ctl = PLANE_CTL_ENABLE |
3014 PLANE_CTL_PIPE_GAMMA_ENABLE |
3015 PLANE_CTL_PIPE_CSC_ENABLE;
3016
3017 plane_ctl |= skl_plane_ctl_format(fb->pixel_format);
3018 plane_ctl |= skl_plane_ctl_tiling(fb->modifier[0]);
3019 plane_ctl |= PLANE_CTL_PLANE_GAMMA_DISABLE;
6156a456
CK
3020 plane_ctl |= skl_plane_ctl_rotation(rotation);
3021
7b49f948 3022 stride_div = intel_fb_stride_alignment(dev_priv, fb->modifier[0],
b321803d 3023 fb->pixel_format);
dedf278c 3024 surf_addr = intel_plane_obj_offset(to_intel_plane(plane), obj, 0);
3b7a5119 3025
a42e5a23
PZ
3026 WARN_ON(drm_rect_width(&plane_state->src) == 0);
3027
3b7a5119 3028 if (intel_rotation_90_or_270(rotation)) {
832be82f
VS
3029 int cpp = drm_format_plane_cpp(fb->pixel_format, 0);
3030
3b7a5119 3031 /* stride = Surface height in tiles */
832be82f 3032 tile_height = intel_tile_height(dev_priv, fb->modifier[0], cpp);
3b7a5119 3033 stride = DIV_ROUND_UP(fb->height, tile_height);
a8d201af
ML
3034 x_offset = stride * tile_height - src_y - src_h;
3035 y_offset = src_x;
6156a456 3036 plane_size = (src_w - 1) << 16 | (src_h - 1);
3b7a5119
SJ
3037 } else {
3038 stride = fb->pitches[0] / stride_div;
a8d201af
ML
3039 x_offset = src_x;
3040 y_offset = src_y;
6156a456 3041 plane_size = (src_h - 1) << 16 | (src_w - 1);
3b7a5119
SJ
3042 }
3043 plane_offset = y_offset << 16 | x_offset;
b321803d 3044
2db3366b
PZ
3045 intel_crtc->adjusted_x = x_offset;
3046 intel_crtc->adjusted_y = y_offset;
3047
70d21f0e 3048 I915_WRITE(PLANE_CTL(pipe, 0), plane_ctl);
3b7a5119
SJ
3049 I915_WRITE(PLANE_OFFSET(pipe, 0), plane_offset);
3050 I915_WRITE(PLANE_SIZE(pipe, 0), plane_size);
3051 I915_WRITE(PLANE_STRIDE(pipe, 0), stride);
6156a456
CK
3052
3053 if (scaler_id >= 0) {
3054 uint32_t ps_ctrl = 0;
3055
3056 WARN_ON(!dst_w || !dst_h);
3057 ps_ctrl = PS_SCALER_EN | PS_PLANE_SEL(0) |
3058 crtc_state->scaler_state.scalers[scaler_id].mode;
3059 I915_WRITE(SKL_PS_CTRL(pipe, scaler_id), ps_ctrl);
3060 I915_WRITE(SKL_PS_PWR_GATE(pipe, scaler_id), 0);
3061 I915_WRITE(SKL_PS_WIN_POS(pipe, scaler_id), (dst_x << 16) | dst_y);
3062 I915_WRITE(SKL_PS_WIN_SZ(pipe, scaler_id), (dst_w << 16) | dst_h);
3063 I915_WRITE(PLANE_POS(pipe, 0), 0);
3064 } else {
3065 I915_WRITE(PLANE_POS(pipe, 0), (dst_y << 16) | dst_x);
3066 }
3067
121920fa 3068 I915_WRITE(PLANE_SURF(pipe, 0), surf_addr);
70d21f0e
DL
3069
3070 POSTING_READ(PLANE_SURF(pipe, 0));
3071}
3072
a8d201af
ML
3073static void skylake_disable_primary_plane(struct drm_plane *primary,
3074 struct drm_crtc *crtc)
17638cd6
JB
3075{
3076 struct drm_device *dev = crtc->dev;
3077 struct drm_i915_private *dev_priv = dev->dev_private;
a8d201af 3078 int pipe = to_intel_crtc(crtc)->pipe;
17638cd6 3079
a8d201af
ML
3080 I915_WRITE(PLANE_CTL(pipe, 0), 0);
3081 I915_WRITE(PLANE_SURF(pipe, 0), 0);
3082 POSTING_READ(PLANE_SURF(pipe, 0));
3083}
29b9bde6 3084
a8d201af
ML
3085/* Assume fb object is pinned & idle & fenced and just update base pointers */
3086static int
3087intel_pipe_set_base_atomic(struct drm_crtc *crtc, struct drm_framebuffer *fb,
3088 int x, int y, enum mode_set_atomic state)
3089{
3090 /* Support for kgdboc is disabled, this needs a major rework. */
3091 DRM_ERROR("legacy panic handler not supported any more.\n");
3092
3093 return -ENODEV;
81255565
JB
3094}
3095
7514747d 3096static void intel_complete_page_flips(struct drm_device *dev)
96a02917 3097{
96a02917
VS
3098 struct drm_crtc *crtc;
3099
70e1e0ec 3100 for_each_crtc(dev, crtc) {
96a02917
VS
3101 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
3102 enum plane plane = intel_crtc->plane;
3103
3104 intel_prepare_page_flip(dev, plane);
3105 intel_finish_page_flip_plane(dev, plane);
3106 }
7514747d
VS
3107}
3108
3109static void intel_update_primary_planes(struct drm_device *dev)
3110{
7514747d 3111 struct drm_crtc *crtc;
96a02917 3112
70e1e0ec 3113 for_each_crtc(dev, crtc) {
11c22da6
ML
3114 struct intel_plane *plane = to_intel_plane(crtc->primary);
3115 struct intel_plane_state *plane_state;
96a02917 3116
11c22da6 3117 drm_modeset_lock_crtc(crtc, &plane->base);
11c22da6
ML
3118 plane_state = to_intel_plane_state(plane->base.state);
3119
a8d201af
ML
3120 if (plane_state->visible)
3121 plane->update_plane(&plane->base,
3122 to_intel_crtc_state(crtc->state),
3123 plane_state);
11c22da6
ML
3124
3125 drm_modeset_unlock_crtc(crtc);
96a02917
VS
3126 }
3127}
3128
7514747d
VS
3129void intel_prepare_reset(struct drm_device *dev)
3130{
3131 /* no reset support for gen2 */
3132 if (IS_GEN2(dev))
3133 return;
3134
3135 /* reset doesn't touch the display */
3136 if (INTEL_INFO(dev)->gen >= 5 || IS_G4X(dev))
3137 return;
3138
3139 drm_modeset_lock_all(dev);
f98ce92f
VS
3140 /*
3141 * Disabling the crtcs gracefully seems nicer. Also the
3142 * g33 docs say we should at least disable all the planes.
3143 */
6b72d486 3144 intel_display_suspend(dev);
7514747d
VS
3145}
3146
3147void intel_finish_reset(struct drm_device *dev)
3148{
3149 struct drm_i915_private *dev_priv = to_i915(dev);
3150
3151 /*
3152 * Flips in the rings will be nuked by the reset,
3153 * so complete all pending flips so that user space
3154 * will get its events and not get stuck.
3155 */
3156 intel_complete_page_flips(dev);
3157
3158 /* no reset support for gen2 */
3159 if (IS_GEN2(dev))
3160 return;
3161
3162 /* reset doesn't touch the display */
3163 if (INTEL_INFO(dev)->gen >= 5 || IS_G4X(dev)) {
3164 /*
3165 * Flips in the rings have been nuked by the reset,
3166 * so update the base address of all primary
3167 * planes to the the last fb to make sure we're
3168 * showing the correct fb after a reset.
11c22da6
ML
3169 *
3170 * FIXME: Atomic will make this obsolete since we won't schedule
3171 * CS-based flips (which might get lost in gpu resets) any more.
7514747d
VS
3172 */
3173 intel_update_primary_planes(dev);
3174 return;
3175 }
3176
3177 /*
3178 * The display has been reset as well,
3179 * so need a full re-initialization.
3180 */
3181 intel_runtime_pm_disable_interrupts(dev_priv);
3182 intel_runtime_pm_enable_interrupts(dev_priv);
3183
3184 intel_modeset_init_hw(dev);
3185
3186 spin_lock_irq(&dev_priv->irq_lock);
3187 if (dev_priv->display.hpd_irq_setup)
3188 dev_priv->display.hpd_irq_setup(dev);
3189 spin_unlock_irq(&dev_priv->irq_lock);
3190
043e9bda 3191 intel_display_resume(dev);
7514747d
VS
3192
3193 intel_hpd_init(dev_priv);
3194
3195 drm_modeset_unlock_all(dev);
3196}
3197
7d5e3799
CW
3198static bool intel_crtc_has_pending_flip(struct drm_crtc *crtc)
3199{
3200 struct drm_device *dev = crtc->dev;
7d5e3799 3201 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
c19ae989 3202 unsigned reset_counter;
7d5e3799
CW
3203 bool pending;
3204
7f1847eb
CW
3205 reset_counter = i915_reset_counter(&to_i915(dev)->gpu_error);
3206 if (intel_crtc->reset_counter != reset_counter)
7d5e3799
CW
3207 return false;
3208
5e2d7afc 3209 spin_lock_irq(&dev->event_lock);
7d5e3799 3210 pending = to_intel_crtc(crtc)->unpin_work != NULL;
5e2d7afc 3211 spin_unlock_irq(&dev->event_lock);
7d5e3799
CW
3212
3213 return pending;
3214}
3215
bfd16b2a
ML
3216static void intel_update_pipe_config(struct intel_crtc *crtc,
3217 struct intel_crtc_state *old_crtc_state)
e30e8f75
GP
3218{
3219 struct drm_device *dev = crtc->base.dev;
3220 struct drm_i915_private *dev_priv = dev->dev_private;
bfd16b2a
ML
3221 struct intel_crtc_state *pipe_config =
3222 to_intel_crtc_state(crtc->base.state);
e30e8f75 3223
bfd16b2a
ML
3224 /* drm_atomic_helper_update_legacy_modeset_state might not be called. */
3225 crtc->base.mode = crtc->base.state->mode;
3226
3227 DRM_DEBUG_KMS("Updating pipe size %ix%i -> %ix%i\n",
3228 old_crtc_state->pipe_src_w, old_crtc_state->pipe_src_h,
3229 pipe_config->pipe_src_w, pipe_config->pipe_src_h);
e30e8f75
GP
3230
3231 /*
3232 * Update pipe size and adjust fitter if needed: the reason for this is
3233 * that in compute_mode_changes we check the native mode (not the pfit
3234 * mode) to see if we can flip rather than do a full mode set. In the
3235 * fastboot case, we'll flip, but if we don't update the pipesrc and
3236 * pfit state, we'll end up with a big fb scanned out into the wrong
3237 * sized surface.
e30e8f75
GP
3238 */
3239
e30e8f75 3240 I915_WRITE(PIPESRC(crtc->pipe),
bfd16b2a
ML
3241 ((pipe_config->pipe_src_w - 1) << 16) |
3242 (pipe_config->pipe_src_h - 1));
3243
3244 /* on skylake this is done by detaching scalers */
3245 if (INTEL_INFO(dev)->gen >= 9) {
3246 skl_detach_scalers(crtc);
3247
3248 if (pipe_config->pch_pfit.enabled)
3249 skylake_pfit_enable(crtc);
3250 } else if (HAS_PCH_SPLIT(dev)) {
3251 if (pipe_config->pch_pfit.enabled)
3252 ironlake_pfit_enable(crtc);
3253 else if (old_crtc_state->pch_pfit.enabled)
3254 ironlake_pfit_disable(crtc, true);
e30e8f75 3255 }
e30e8f75
GP
3256}
3257
5e84e1a4
ZW
3258static void intel_fdi_normal_train(struct drm_crtc *crtc)
3259{
3260 struct drm_device *dev = crtc->dev;
3261 struct drm_i915_private *dev_priv = dev->dev_private;
3262 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
3263 int pipe = intel_crtc->pipe;
f0f59a00
VS
3264 i915_reg_t reg;
3265 u32 temp;
5e84e1a4
ZW
3266
3267 /* enable normal train */
3268 reg = FDI_TX_CTL(pipe);
3269 temp = I915_READ(reg);
61e499bf 3270 if (IS_IVYBRIDGE(dev)) {
357555c0
JB
3271 temp &= ~FDI_LINK_TRAIN_NONE_IVB;
3272 temp |= FDI_LINK_TRAIN_NONE_IVB | FDI_TX_ENHANCE_FRAME_ENABLE;
61e499bf
KP
3273 } else {
3274 temp &= ~FDI_LINK_TRAIN_NONE;
3275 temp |= FDI_LINK_TRAIN_NONE | FDI_TX_ENHANCE_FRAME_ENABLE;
357555c0 3276 }
5e84e1a4
ZW
3277 I915_WRITE(reg, temp);
3278
3279 reg = FDI_RX_CTL(pipe);
3280 temp = I915_READ(reg);
3281 if (HAS_PCH_CPT(dev)) {
3282 temp &= ~FDI_LINK_TRAIN_PATTERN_MASK_CPT;
3283 temp |= FDI_LINK_TRAIN_NORMAL_CPT;
3284 } else {
3285 temp &= ~FDI_LINK_TRAIN_NONE;
3286 temp |= FDI_LINK_TRAIN_NONE;
3287 }
3288 I915_WRITE(reg, temp | FDI_RX_ENHANCE_FRAME_ENABLE);
3289
3290 /* wait one idle pattern time */
3291 POSTING_READ(reg);
3292 udelay(1000);
357555c0
JB
3293
3294 /* IVB wants error correction enabled */
3295 if (IS_IVYBRIDGE(dev))
3296 I915_WRITE(reg, I915_READ(reg) | FDI_FS_ERRC_ENABLE |
3297 FDI_FE_ERRC_ENABLE);
5e84e1a4
ZW
3298}
3299
8db9d77b
ZW
3300/* The FDI link training functions for ILK/Ibexpeak. */
3301static void ironlake_fdi_link_train(struct drm_crtc *crtc)
3302{
3303 struct drm_device *dev = crtc->dev;
3304 struct drm_i915_private *dev_priv = dev->dev_private;
3305 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
3306 int pipe = intel_crtc->pipe;
f0f59a00
VS
3307 i915_reg_t reg;
3308 u32 temp, tries;
8db9d77b 3309
1c8562f6 3310 /* FDI needs bits from pipe first */
0fc932b8 3311 assert_pipe_enabled(dev_priv, pipe);
0fc932b8 3312
e1a44743
AJ
3313 /* Train 1: umask FDI RX Interrupt symbol_lock and bit_lock bit
3314 for train result */
5eddb70b
CW
3315 reg = FDI_RX_IMR(pipe);
3316 temp = I915_READ(reg);
e1a44743
AJ
3317 temp &= ~FDI_RX_SYMBOL_LOCK;
3318 temp &= ~FDI_RX_BIT_LOCK;
5eddb70b
CW
3319 I915_WRITE(reg, temp);
3320 I915_READ(reg);
e1a44743
AJ
3321 udelay(150);
3322
8db9d77b 3323 /* enable CPU FDI TX and PCH FDI RX */
5eddb70b
CW
3324 reg = FDI_TX_CTL(pipe);
3325 temp = I915_READ(reg);
627eb5a3 3326 temp &= ~FDI_DP_PORT_WIDTH_MASK;
6e3c9717 3327 temp |= FDI_DP_PORT_WIDTH(intel_crtc->config->fdi_lanes);
8db9d77b
ZW
3328 temp &= ~FDI_LINK_TRAIN_NONE;
3329 temp |= FDI_LINK_TRAIN_PATTERN_1;
5eddb70b 3330 I915_WRITE(reg, temp | FDI_TX_ENABLE);
8db9d77b 3331
5eddb70b
CW
3332 reg = FDI_RX_CTL(pipe);
3333 temp = I915_READ(reg);
8db9d77b
ZW
3334 temp &= ~FDI_LINK_TRAIN_NONE;
3335 temp |= FDI_LINK_TRAIN_PATTERN_1;
5eddb70b
CW
3336 I915_WRITE(reg, temp | FDI_RX_ENABLE);
3337
3338 POSTING_READ(reg);
8db9d77b
ZW
3339 udelay(150);
3340
5b2adf89 3341 /* Ironlake workaround, enable clock pointer after FDI enable*/
8f5718a6
DV
3342 I915_WRITE(FDI_RX_CHICKEN(pipe), FDI_RX_PHASE_SYNC_POINTER_OVR);
3343 I915_WRITE(FDI_RX_CHICKEN(pipe), FDI_RX_PHASE_SYNC_POINTER_OVR |
3344 FDI_RX_PHASE_SYNC_POINTER_EN);
5b2adf89 3345
5eddb70b 3346 reg = FDI_RX_IIR(pipe);
e1a44743 3347 for (tries = 0; tries < 5; tries++) {
5eddb70b 3348 temp = I915_READ(reg);
8db9d77b
ZW
3349 DRM_DEBUG_KMS("FDI_RX_IIR 0x%x\n", temp);
3350
3351 if ((temp & FDI_RX_BIT_LOCK)) {
3352 DRM_DEBUG_KMS("FDI train 1 done.\n");
5eddb70b 3353 I915_WRITE(reg, temp | FDI_RX_BIT_LOCK);
8db9d77b
ZW
3354 break;
3355 }
8db9d77b 3356 }
e1a44743 3357 if (tries == 5)
5eddb70b 3358 DRM_ERROR("FDI train 1 fail!\n");
8db9d77b
ZW
3359
3360 /* Train 2 */
5eddb70b
CW
3361 reg = FDI_TX_CTL(pipe);
3362 temp = I915_READ(reg);
8db9d77b
ZW
3363 temp &= ~FDI_LINK_TRAIN_NONE;
3364 temp |= FDI_LINK_TRAIN_PATTERN_2;
5eddb70b 3365 I915_WRITE(reg, temp);
8db9d77b 3366
5eddb70b
CW
3367 reg = FDI_RX_CTL(pipe);
3368 temp = I915_READ(reg);
8db9d77b
ZW
3369 temp &= ~FDI_LINK_TRAIN_NONE;
3370 temp |= FDI_LINK_TRAIN_PATTERN_2;
5eddb70b 3371 I915_WRITE(reg, temp);
8db9d77b 3372
5eddb70b
CW
3373 POSTING_READ(reg);
3374 udelay(150);
8db9d77b 3375
5eddb70b 3376 reg = FDI_RX_IIR(pipe);
e1a44743 3377 for (tries = 0; tries < 5; tries++) {
5eddb70b 3378 temp = I915_READ(reg);
8db9d77b
ZW
3379 DRM_DEBUG_KMS("FDI_RX_IIR 0x%x\n", temp);
3380
3381 if (temp & FDI_RX_SYMBOL_LOCK) {
5eddb70b 3382 I915_WRITE(reg, temp | FDI_RX_SYMBOL_LOCK);
8db9d77b
ZW
3383 DRM_DEBUG_KMS("FDI train 2 done.\n");
3384 break;
3385 }
8db9d77b 3386 }
e1a44743 3387 if (tries == 5)
5eddb70b 3388 DRM_ERROR("FDI train 2 fail!\n");
8db9d77b
ZW
3389
3390 DRM_DEBUG_KMS("FDI train done\n");
5c5313c8 3391
8db9d77b
ZW
3392}
3393
0206e353 3394static const int snb_b_fdi_train_param[] = {
8db9d77b
ZW
3395 FDI_LINK_TRAIN_400MV_0DB_SNB_B,
3396 FDI_LINK_TRAIN_400MV_6DB_SNB_B,
3397 FDI_LINK_TRAIN_600MV_3_5DB_SNB_B,
3398 FDI_LINK_TRAIN_800MV_0DB_SNB_B,
3399};
3400
3401/* The FDI link training functions for SNB/Cougarpoint. */
3402static void gen6_fdi_link_train(struct drm_crtc *crtc)
3403{
3404 struct drm_device *dev = crtc->dev;
3405 struct drm_i915_private *dev_priv = dev->dev_private;
3406 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
3407 int pipe = intel_crtc->pipe;
f0f59a00
VS
3408 i915_reg_t reg;
3409 u32 temp, i, retry;
8db9d77b 3410
e1a44743
AJ
3411 /* Train 1: umask FDI RX Interrupt symbol_lock and bit_lock bit
3412 for train result */
5eddb70b
CW
3413 reg = FDI_RX_IMR(pipe);
3414 temp = I915_READ(reg);
e1a44743
AJ
3415 temp &= ~FDI_RX_SYMBOL_LOCK;
3416 temp &= ~FDI_RX_BIT_LOCK;
5eddb70b
CW
3417 I915_WRITE(reg, temp);
3418
3419 POSTING_READ(reg);
e1a44743
AJ
3420 udelay(150);
3421
8db9d77b 3422 /* enable CPU FDI TX and PCH FDI RX */
5eddb70b
CW
3423 reg = FDI_TX_CTL(pipe);
3424 temp = I915_READ(reg);
627eb5a3 3425 temp &= ~FDI_DP_PORT_WIDTH_MASK;
6e3c9717 3426 temp |= FDI_DP_PORT_WIDTH(intel_crtc->config->fdi_lanes);
8db9d77b
ZW
3427 temp &= ~FDI_LINK_TRAIN_NONE;
3428 temp |= FDI_LINK_TRAIN_PATTERN_1;
3429 temp &= ~FDI_LINK_TRAIN_VOL_EMP_MASK;
3430 /* SNB-B */
3431 temp |= FDI_LINK_TRAIN_400MV_0DB_SNB_B;
5eddb70b 3432 I915_WRITE(reg, temp | FDI_TX_ENABLE);
8db9d77b 3433
d74cf324
DV
3434 I915_WRITE(FDI_RX_MISC(pipe),
3435 FDI_RX_TP1_TO_TP2_48 | FDI_RX_FDI_DELAY_90);
3436
5eddb70b
CW
3437 reg = FDI_RX_CTL(pipe);
3438 temp = I915_READ(reg);
8db9d77b
ZW
3439 if (HAS_PCH_CPT(dev)) {
3440 temp &= ~FDI_LINK_TRAIN_PATTERN_MASK_CPT;
3441 temp |= FDI_LINK_TRAIN_PATTERN_1_CPT;
3442 } else {
3443 temp &= ~FDI_LINK_TRAIN_NONE;
3444 temp |= FDI_LINK_TRAIN_PATTERN_1;
3445 }
5eddb70b
CW
3446 I915_WRITE(reg, temp | FDI_RX_ENABLE);
3447
3448 POSTING_READ(reg);
8db9d77b
ZW
3449 udelay(150);
3450
0206e353 3451 for (i = 0; i < 4; i++) {
5eddb70b
CW
3452 reg = FDI_TX_CTL(pipe);
3453 temp = I915_READ(reg);
8db9d77b
ZW
3454 temp &= ~FDI_LINK_TRAIN_VOL_EMP_MASK;
3455 temp |= snb_b_fdi_train_param[i];
5eddb70b
CW
3456 I915_WRITE(reg, temp);
3457
3458 POSTING_READ(reg);
8db9d77b
ZW
3459 udelay(500);
3460
fa37d39e
SP
3461 for (retry = 0; retry < 5; retry++) {
3462 reg = FDI_RX_IIR(pipe);
3463 temp = I915_READ(reg);
3464 DRM_DEBUG_KMS("FDI_RX_IIR 0x%x\n", temp);
3465 if (temp & FDI_RX_BIT_LOCK) {
3466 I915_WRITE(reg, temp | FDI_RX_BIT_LOCK);
3467 DRM_DEBUG_KMS("FDI train 1 done.\n");
3468 break;
3469 }
3470 udelay(50);
8db9d77b 3471 }
fa37d39e
SP
3472 if (retry < 5)
3473 break;
8db9d77b
ZW
3474 }
3475 if (i == 4)
5eddb70b 3476 DRM_ERROR("FDI train 1 fail!\n");
8db9d77b
ZW
3477
3478 /* Train 2 */
5eddb70b
CW
3479 reg = FDI_TX_CTL(pipe);
3480 temp = I915_READ(reg);
8db9d77b
ZW
3481 temp &= ~FDI_LINK_TRAIN_NONE;
3482 temp |= FDI_LINK_TRAIN_PATTERN_2;
3483 if (IS_GEN6(dev)) {
3484 temp &= ~FDI_LINK_TRAIN_VOL_EMP_MASK;
3485 /* SNB-B */
3486 temp |= FDI_LINK_TRAIN_400MV_0DB_SNB_B;
3487 }
5eddb70b 3488 I915_WRITE(reg, temp);
8db9d77b 3489
5eddb70b
CW
3490 reg = FDI_RX_CTL(pipe);
3491 temp = I915_READ(reg);
8db9d77b
ZW
3492 if (HAS_PCH_CPT(dev)) {
3493 temp &= ~FDI_LINK_TRAIN_PATTERN_MASK_CPT;
3494 temp |= FDI_LINK_TRAIN_PATTERN_2_CPT;
3495 } else {
3496 temp &= ~FDI_LINK_TRAIN_NONE;
3497 temp |= FDI_LINK_TRAIN_PATTERN_2;
3498 }
5eddb70b
CW
3499 I915_WRITE(reg, temp);
3500
3501 POSTING_READ(reg);
8db9d77b
ZW
3502 udelay(150);
3503
0206e353 3504 for (i = 0; i < 4; i++) {
5eddb70b
CW
3505 reg = FDI_TX_CTL(pipe);
3506 temp = I915_READ(reg);
8db9d77b
ZW
3507 temp &= ~FDI_LINK_TRAIN_VOL_EMP_MASK;
3508 temp |= snb_b_fdi_train_param[i];
5eddb70b
CW
3509 I915_WRITE(reg, temp);
3510
3511 POSTING_READ(reg);
8db9d77b
ZW
3512 udelay(500);
3513
fa37d39e
SP
3514 for (retry = 0; retry < 5; retry++) {
3515 reg = FDI_RX_IIR(pipe);
3516 temp = I915_READ(reg);
3517 DRM_DEBUG_KMS("FDI_RX_IIR 0x%x\n", temp);
3518 if (temp & FDI_RX_SYMBOL_LOCK) {
3519 I915_WRITE(reg, temp | FDI_RX_SYMBOL_LOCK);
3520 DRM_DEBUG_KMS("FDI train 2 done.\n");
3521 break;
3522 }
3523 udelay(50);
8db9d77b 3524 }
fa37d39e
SP
3525 if (retry < 5)
3526 break;
8db9d77b
ZW
3527 }
3528 if (i == 4)
5eddb70b 3529 DRM_ERROR("FDI train 2 fail!\n");
8db9d77b
ZW
3530
3531 DRM_DEBUG_KMS("FDI train done.\n");
3532}
3533
357555c0
JB
3534/* Manual link training for Ivy Bridge A0 parts */
3535static void ivb_manual_fdi_link_train(struct drm_crtc *crtc)
3536{
3537 struct drm_device *dev = crtc->dev;
3538 struct drm_i915_private *dev_priv = dev->dev_private;
3539 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
3540 int pipe = intel_crtc->pipe;
f0f59a00
VS
3541 i915_reg_t reg;
3542 u32 temp, i, j;
357555c0
JB
3543
3544 /* Train 1: umask FDI RX Interrupt symbol_lock and bit_lock bit
3545 for train result */
3546 reg = FDI_RX_IMR(pipe);
3547 temp = I915_READ(reg);
3548 temp &= ~FDI_RX_SYMBOL_LOCK;
3549 temp &= ~FDI_RX_BIT_LOCK;
3550 I915_WRITE(reg, temp);
3551
3552 POSTING_READ(reg);
3553 udelay(150);
3554
01a415fd
DV
3555 DRM_DEBUG_KMS("FDI_RX_IIR before link train 0x%x\n",
3556 I915_READ(FDI_RX_IIR(pipe)));
3557
139ccd3f
JB
3558 /* Try each vswing and preemphasis setting twice before moving on */
3559 for (j = 0; j < ARRAY_SIZE(snb_b_fdi_train_param) * 2; j++) {
3560 /* disable first in case we need to retry */
3561 reg = FDI_TX_CTL(pipe);
3562 temp = I915_READ(reg);
3563 temp &= ~(FDI_LINK_TRAIN_AUTO | FDI_LINK_TRAIN_NONE_IVB);
3564 temp &= ~FDI_TX_ENABLE;
3565 I915_WRITE(reg, temp);
357555c0 3566
139ccd3f
JB
3567 reg = FDI_RX_CTL(pipe);
3568 temp = I915_READ(reg);
3569 temp &= ~FDI_LINK_TRAIN_AUTO;
3570 temp &= ~FDI_LINK_TRAIN_PATTERN_MASK_CPT;
3571 temp &= ~FDI_RX_ENABLE;
3572 I915_WRITE(reg, temp);
357555c0 3573
139ccd3f 3574 /* enable CPU FDI TX and PCH FDI RX */
357555c0
JB
3575 reg = FDI_TX_CTL(pipe);
3576 temp = I915_READ(reg);
139ccd3f 3577 temp &= ~FDI_DP_PORT_WIDTH_MASK;
6e3c9717 3578 temp |= FDI_DP_PORT_WIDTH(intel_crtc->config->fdi_lanes);
139ccd3f 3579 temp |= FDI_LINK_TRAIN_PATTERN_1_IVB;
357555c0 3580 temp &= ~FDI_LINK_TRAIN_VOL_EMP_MASK;
139ccd3f
JB
3581 temp |= snb_b_fdi_train_param[j/2];
3582 temp |= FDI_COMPOSITE_SYNC;
3583 I915_WRITE(reg, temp | FDI_TX_ENABLE);
357555c0 3584
139ccd3f
JB
3585 I915_WRITE(FDI_RX_MISC(pipe),
3586 FDI_RX_TP1_TO_TP2_48 | FDI_RX_FDI_DELAY_90);
357555c0 3587
139ccd3f 3588 reg = FDI_RX_CTL(pipe);
357555c0 3589 temp = I915_READ(reg);
139ccd3f
JB
3590 temp |= FDI_LINK_TRAIN_PATTERN_1_CPT;
3591 temp |= FDI_COMPOSITE_SYNC;
3592 I915_WRITE(reg, temp | FDI_RX_ENABLE);
357555c0 3593
139ccd3f
JB
3594 POSTING_READ(reg);
3595 udelay(1); /* should be 0.5us */
357555c0 3596
139ccd3f
JB
3597 for (i = 0; i < 4; i++) {
3598 reg = FDI_RX_IIR(pipe);
3599 temp = I915_READ(reg);
3600 DRM_DEBUG_KMS("FDI_RX_IIR 0x%x\n", temp);
357555c0 3601
139ccd3f
JB
3602 if (temp & FDI_RX_BIT_LOCK ||
3603 (I915_READ(reg) & FDI_RX_BIT_LOCK)) {
3604 I915_WRITE(reg, temp | FDI_RX_BIT_LOCK);
3605 DRM_DEBUG_KMS("FDI train 1 done, level %i.\n",
3606 i);
3607 break;
3608 }
3609 udelay(1); /* should be 0.5us */
3610 }
3611 if (i == 4) {
3612 DRM_DEBUG_KMS("FDI train 1 fail on vswing %d\n", j / 2);
3613 continue;
3614 }
357555c0 3615
139ccd3f 3616 /* Train 2 */
357555c0
JB
3617 reg = FDI_TX_CTL(pipe);
3618 temp = I915_READ(reg);
139ccd3f
JB
3619 temp &= ~FDI_LINK_TRAIN_NONE_IVB;
3620 temp |= FDI_LINK_TRAIN_PATTERN_2_IVB;
3621 I915_WRITE(reg, temp);
3622
3623 reg = FDI_RX_CTL(pipe);
3624 temp = I915_READ(reg);
3625 temp &= ~FDI_LINK_TRAIN_PATTERN_MASK_CPT;
3626 temp |= FDI_LINK_TRAIN_PATTERN_2_CPT;
357555c0
JB
3627 I915_WRITE(reg, temp);
3628
3629 POSTING_READ(reg);
139ccd3f 3630 udelay(2); /* should be 1.5us */
357555c0 3631
139ccd3f
JB
3632 for (i = 0; i < 4; i++) {
3633 reg = FDI_RX_IIR(pipe);
3634 temp = I915_READ(reg);
3635 DRM_DEBUG_KMS("FDI_RX_IIR 0x%x\n", temp);
357555c0 3636
139ccd3f
JB
3637 if (temp & FDI_RX_SYMBOL_LOCK ||
3638 (I915_READ(reg) & FDI_RX_SYMBOL_LOCK)) {
3639 I915_WRITE(reg, temp | FDI_RX_SYMBOL_LOCK);
3640 DRM_DEBUG_KMS("FDI train 2 done, level %i.\n",
3641 i);
3642 goto train_done;
3643 }
3644 udelay(2); /* should be 1.5us */
357555c0 3645 }
139ccd3f
JB
3646 if (i == 4)
3647 DRM_DEBUG_KMS("FDI train 2 fail on vswing %d\n", j / 2);
357555c0 3648 }
357555c0 3649
139ccd3f 3650train_done:
357555c0
JB
3651 DRM_DEBUG_KMS("FDI train done.\n");
3652}
3653
88cefb6c 3654static void ironlake_fdi_pll_enable(struct intel_crtc *intel_crtc)
2c07245f 3655{
88cefb6c 3656 struct drm_device *dev = intel_crtc->base.dev;
2c07245f 3657 struct drm_i915_private *dev_priv = dev->dev_private;
2c07245f 3658 int pipe = intel_crtc->pipe;
f0f59a00
VS
3659 i915_reg_t reg;
3660 u32 temp;
c64e311e 3661
c98e9dcf 3662 /* enable PCH FDI RX PLL, wait warmup plus DMI latency */
5eddb70b
CW
3663 reg = FDI_RX_CTL(pipe);
3664 temp = I915_READ(reg);
627eb5a3 3665 temp &= ~(FDI_DP_PORT_WIDTH_MASK | (0x7 << 16));
6e3c9717 3666 temp |= FDI_DP_PORT_WIDTH(intel_crtc->config->fdi_lanes);
dfd07d72 3667 temp |= (I915_READ(PIPECONF(pipe)) & PIPECONF_BPC_MASK) << 11;
5eddb70b
CW
3668 I915_WRITE(reg, temp | FDI_RX_PLL_ENABLE);
3669
3670 POSTING_READ(reg);
c98e9dcf
JB
3671 udelay(200);
3672
3673 /* Switch from Rawclk to PCDclk */
5eddb70b
CW
3674 temp = I915_READ(reg);
3675 I915_WRITE(reg, temp | FDI_PCDCLK);
3676
3677 POSTING_READ(reg);
c98e9dcf
JB
3678 udelay(200);
3679
20749730
PZ
3680 /* Enable CPU FDI TX PLL, always on for Ironlake */
3681 reg = FDI_TX_CTL(pipe);
3682 temp = I915_READ(reg);
3683 if ((temp & FDI_TX_PLL_ENABLE) == 0) {
3684 I915_WRITE(reg, temp | FDI_TX_PLL_ENABLE);
5eddb70b 3685
20749730
PZ
3686 POSTING_READ(reg);
3687 udelay(100);
6be4a607 3688 }
0e23b99d
JB
3689}
3690
88cefb6c
DV
3691static void ironlake_fdi_pll_disable(struct intel_crtc *intel_crtc)
3692{
3693 struct drm_device *dev = intel_crtc->base.dev;
3694 struct drm_i915_private *dev_priv = dev->dev_private;
3695 int pipe = intel_crtc->pipe;
f0f59a00
VS
3696 i915_reg_t reg;
3697 u32 temp;
88cefb6c
DV
3698
3699 /* Switch from PCDclk to Rawclk */
3700 reg = FDI_RX_CTL(pipe);
3701 temp = I915_READ(reg);
3702 I915_WRITE(reg, temp & ~FDI_PCDCLK);
3703
3704 /* Disable CPU FDI TX PLL */
3705 reg = FDI_TX_CTL(pipe);
3706 temp = I915_READ(reg);
3707 I915_WRITE(reg, temp & ~FDI_TX_PLL_ENABLE);
3708
3709 POSTING_READ(reg);
3710 udelay(100);
3711
3712 reg = FDI_RX_CTL(pipe);
3713 temp = I915_READ(reg);
3714 I915_WRITE(reg, temp & ~FDI_RX_PLL_ENABLE);
3715
3716 /* Wait for the clocks to turn off. */
3717 POSTING_READ(reg);
3718 udelay(100);
3719}
3720
0fc932b8
JB
3721static void ironlake_fdi_disable(struct drm_crtc *crtc)
3722{
3723 struct drm_device *dev = crtc->dev;
3724 struct drm_i915_private *dev_priv = dev->dev_private;
3725 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
3726 int pipe = intel_crtc->pipe;
f0f59a00
VS
3727 i915_reg_t reg;
3728 u32 temp;
0fc932b8
JB
3729
3730 /* disable CPU FDI tx and PCH FDI rx */
3731 reg = FDI_TX_CTL(pipe);
3732 temp = I915_READ(reg);
3733 I915_WRITE(reg, temp & ~FDI_TX_ENABLE);
3734 POSTING_READ(reg);
3735
3736 reg = FDI_RX_CTL(pipe);
3737 temp = I915_READ(reg);
3738 temp &= ~(0x7 << 16);
dfd07d72 3739 temp |= (I915_READ(PIPECONF(pipe)) & PIPECONF_BPC_MASK) << 11;
0fc932b8
JB
3740 I915_WRITE(reg, temp & ~FDI_RX_ENABLE);
3741
3742 POSTING_READ(reg);
3743 udelay(100);
3744
3745 /* Ironlake workaround, disable clock pointer after downing FDI */
eba905b2 3746 if (HAS_PCH_IBX(dev))
6f06ce18 3747 I915_WRITE(FDI_RX_CHICKEN(pipe), FDI_RX_PHASE_SYNC_POINTER_OVR);
0fc932b8
JB
3748
3749 /* still set train pattern 1 */
3750 reg = FDI_TX_CTL(pipe);
3751 temp = I915_READ(reg);
3752 temp &= ~FDI_LINK_TRAIN_NONE;
3753 temp |= FDI_LINK_TRAIN_PATTERN_1;
3754 I915_WRITE(reg, temp);
3755
3756 reg = FDI_RX_CTL(pipe);
3757 temp = I915_READ(reg);
3758 if (HAS_PCH_CPT(dev)) {
3759 temp &= ~FDI_LINK_TRAIN_PATTERN_MASK_CPT;
3760 temp |= FDI_LINK_TRAIN_PATTERN_1_CPT;
3761 } else {
3762 temp &= ~FDI_LINK_TRAIN_NONE;
3763 temp |= FDI_LINK_TRAIN_PATTERN_1;
3764 }
3765 /* BPC in FDI rx is consistent with that in PIPECONF */
3766 temp &= ~(0x07 << 16);
dfd07d72 3767 temp |= (I915_READ(PIPECONF(pipe)) & PIPECONF_BPC_MASK) << 11;
0fc932b8
JB
3768 I915_WRITE(reg, temp);
3769
3770 POSTING_READ(reg);
3771 udelay(100);
3772}
3773
5dce5b93
CW
3774bool intel_has_pending_fb_unpin(struct drm_device *dev)
3775{
3776 struct intel_crtc *crtc;
3777
3778 /* Note that we don't need to be called with mode_config.lock here
3779 * as our list of CRTC objects is static for the lifetime of the
3780 * device and so cannot disappear as we iterate. Similarly, we can
3781 * happily treat the predicates as racy, atomic checks as userspace
3782 * cannot claim and pin a new fb without at least acquring the
3783 * struct_mutex and so serialising with us.
3784 */
d3fcc808 3785 for_each_intel_crtc(dev, crtc) {
5dce5b93
CW
3786 if (atomic_read(&crtc->unpin_work_count) == 0)
3787 continue;
3788
3789 if (crtc->unpin_work)
3790 intel_wait_for_vblank(dev, crtc->pipe);
3791
3792 return true;
3793 }
3794
3795 return false;
3796}
3797
d6bbafa1
CW
3798static void page_flip_completed(struct intel_crtc *intel_crtc)
3799{
3800 struct drm_i915_private *dev_priv = to_i915(intel_crtc->base.dev);
3801 struct intel_unpin_work *work = intel_crtc->unpin_work;
3802
3803 /* ensure that the unpin work is consistent wrt ->pending. */
3804 smp_rmb();
3805 intel_crtc->unpin_work = NULL;
3806
3807 if (work->event)
560ce1dc 3808 drm_crtc_send_vblank_event(&intel_crtc->base, work->event);
d6bbafa1
CW
3809
3810 drm_crtc_vblank_put(&intel_crtc->base);
3811
3812 wake_up_all(&dev_priv->pending_flip_queue);
3813 queue_work(dev_priv->wq, &work->work);
3814
3815 trace_i915_flip_complete(intel_crtc->plane,
3816 work->pending_flip_obj);
3817}
3818
5008e874 3819static int intel_crtc_wait_for_pending_flips(struct drm_crtc *crtc)
e6c3a2a6 3820{
0f91128d 3821 struct drm_device *dev = crtc->dev;
5bb61643 3822 struct drm_i915_private *dev_priv = dev->dev_private;
5008e874 3823 long ret;
e6c3a2a6 3824
2c10d571 3825 WARN_ON(waitqueue_active(&dev_priv->pending_flip_queue));
5008e874
ML
3826
3827 ret = wait_event_interruptible_timeout(
3828 dev_priv->pending_flip_queue,
3829 !intel_crtc_has_pending_flip(crtc),
3830 60*HZ);
3831
3832 if (ret < 0)
3833 return ret;
3834
3835 if (ret == 0) {
9c787942 3836 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
2c10d571 3837
5e2d7afc 3838 spin_lock_irq(&dev->event_lock);
9c787942
CW
3839 if (intel_crtc->unpin_work) {
3840 WARN_ONCE(1, "Removing stuck page flip\n");
3841 page_flip_completed(intel_crtc);
3842 }
5e2d7afc 3843 spin_unlock_irq(&dev->event_lock);
9c787942 3844 }
5bb61643 3845
5008e874 3846 return 0;
e6c3a2a6
CW
3847}
3848
060f02d8
VS
3849static void lpt_disable_iclkip(struct drm_i915_private *dev_priv)
3850{
3851 u32 temp;
3852
3853 I915_WRITE(PIXCLK_GATE, PIXCLK_GATE_GATE);
3854
3855 mutex_lock(&dev_priv->sb_lock);
3856
3857 temp = intel_sbi_read(dev_priv, SBI_SSCCTL6, SBI_ICLK);
3858 temp |= SBI_SSCCTL_DISABLE;
3859 intel_sbi_write(dev_priv, SBI_SSCCTL6, temp, SBI_ICLK);
3860
3861 mutex_unlock(&dev_priv->sb_lock);
3862}
3863
e615efe4
ED
3864/* Program iCLKIP clock to the desired frequency */
3865static void lpt_program_iclkip(struct drm_crtc *crtc)
3866{
64b46a06 3867 struct drm_i915_private *dev_priv = to_i915(crtc->dev);
6e3c9717 3868 int clock = to_intel_crtc(crtc)->config->base.adjusted_mode.crtc_clock;
e615efe4
ED
3869 u32 divsel, phaseinc, auxdiv, phasedir = 0;
3870 u32 temp;
3871
060f02d8 3872 lpt_disable_iclkip(dev_priv);
e615efe4 3873
64b46a06
VS
3874 /* The iCLK virtual clock root frequency is in MHz,
3875 * but the adjusted_mode->crtc_clock in in KHz. To get the
3876 * divisors, it is necessary to divide one by another, so we
3877 * convert the virtual clock precision to KHz here for higher
3878 * precision.
3879 */
3880 for (auxdiv = 0; auxdiv < 2; auxdiv++) {
e615efe4
ED
3881 u32 iclk_virtual_root_freq = 172800 * 1000;
3882 u32 iclk_pi_range = 64;
64b46a06 3883 u32 desired_divisor;
e615efe4 3884
64b46a06
VS
3885 desired_divisor = DIV_ROUND_CLOSEST(iclk_virtual_root_freq,
3886 clock << auxdiv);
3887 divsel = (desired_divisor / iclk_pi_range) - 2;
3888 phaseinc = desired_divisor % iclk_pi_range;
e615efe4 3889
64b46a06
VS
3890 /*
3891 * Near 20MHz is a corner case which is
3892 * out of range for the 7-bit divisor
3893 */
3894 if (divsel <= 0x7f)
3895 break;
e615efe4
ED
3896 }
3897
3898 /* This should not happen with any sane values */
3899 WARN_ON(SBI_SSCDIVINTPHASE_DIVSEL(divsel) &
3900 ~SBI_SSCDIVINTPHASE_DIVSEL_MASK);
3901 WARN_ON(SBI_SSCDIVINTPHASE_DIR(phasedir) &
3902 ~SBI_SSCDIVINTPHASE_INCVAL_MASK);
3903
3904 DRM_DEBUG_KMS("iCLKIP clock: found settings for %dKHz refresh rate: auxdiv=%x, divsel=%x, phasedir=%x, phaseinc=%x\n",
12d7ceed 3905 clock,
e615efe4
ED
3906 auxdiv,
3907 divsel,
3908 phasedir,
3909 phaseinc);
3910
060f02d8
VS
3911 mutex_lock(&dev_priv->sb_lock);
3912
e615efe4 3913 /* Program SSCDIVINTPHASE6 */
988d6ee8 3914 temp = intel_sbi_read(dev_priv, SBI_SSCDIVINTPHASE6, SBI_ICLK);
e615efe4
ED
3915 temp &= ~SBI_SSCDIVINTPHASE_DIVSEL_MASK;
3916 temp |= SBI_SSCDIVINTPHASE_DIVSEL(divsel);
3917 temp &= ~SBI_SSCDIVINTPHASE_INCVAL_MASK;
3918 temp |= SBI_SSCDIVINTPHASE_INCVAL(phaseinc);
3919 temp |= SBI_SSCDIVINTPHASE_DIR(phasedir);
3920 temp |= SBI_SSCDIVINTPHASE_PROPAGATE;
988d6ee8 3921 intel_sbi_write(dev_priv, SBI_SSCDIVINTPHASE6, temp, SBI_ICLK);
e615efe4
ED
3922
3923 /* Program SSCAUXDIV */
988d6ee8 3924 temp = intel_sbi_read(dev_priv, SBI_SSCAUXDIV6, SBI_ICLK);
e615efe4
ED
3925 temp &= ~SBI_SSCAUXDIV_FINALDIV2SEL(1);
3926 temp |= SBI_SSCAUXDIV_FINALDIV2SEL(auxdiv);
988d6ee8 3927 intel_sbi_write(dev_priv, SBI_SSCAUXDIV6, temp, SBI_ICLK);
e615efe4
ED
3928
3929 /* Enable modulator and associated divider */
988d6ee8 3930 temp = intel_sbi_read(dev_priv, SBI_SSCCTL6, SBI_ICLK);
e615efe4 3931 temp &= ~SBI_SSCCTL_DISABLE;
988d6ee8 3932 intel_sbi_write(dev_priv, SBI_SSCCTL6, temp, SBI_ICLK);
e615efe4 3933
060f02d8
VS
3934 mutex_unlock(&dev_priv->sb_lock);
3935
e615efe4
ED
3936 /* Wait for initialization time */
3937 udelay(24);
3938
3939 I915_WRITE(PIXCLK_GATE, PIXCLK_GATE_UNGATE);
3940}
3941
8802e5b6
VS
3942int lpt_get_iclkip(struct drm_i915_private *dev_priv)
3943{
3944 u32 divsel, phaseinc, auxdiv;
3945 u32 iclk_virtual_root_freq = 172800 * 1000;
3946 u32 iclk_pi_range = 64;
3947 u32 desired_divisor;
3948 u32 temp;
3949
3950 if ((I915_READ(PIXCLK_GATE) & PIXCLK_GATE_UNGATE) == 0)
3951 return 0;
3952
3953 mutex_lock(&dev_priv->sb_lock);
3954
3955 temp = intel_sbi_read(dev_priv, SBI_SSCCTL6, SBI_ICLK);
3956 if (temp & SBI_SSCCTL_DISABLE) {
3957 mutex_unlock(&dev_priv->sb_lock);
3958 return 0;
3959 }
3960
3961 temp = intel_sbi_read(dev_priv, SBI_SSCDIVINTPHASE6, SBI_ICLK);
3962 divsel = (temp & SBI_SSCDIVINTPHASE_DIVSEL_MASK) >>
3963 SBI_SSCDIVINTPHASE_DIVSEL_SHIFT;
3964 phaseinc = (temp & SBI_SSCDIVINTPHASE_INCVAL_MASK) >>
3965 SBI_SSCDIVINTPHASE_INCVAL_SHIFT;
3966
3967 temp = intel_sbi_read(dev_priv, SBI_SSCAUXDIV6, SBI_ICLK);
3968 auxdiv = (temp & SBI_SSCAUXDIV_FINALDIV2SEL_MASK) >>
3969 SBI_SSCAUXDIV_FINALDIV2SEL_SHIFT;
3970
3971 mutex_unlock(&dev_priv->sb_lock);
3972
3973 desired_divisor = (divsel + 2) * iclk_pi_range + phaseinc;
3974
3975 return DIV_ROUND_CLOSEST(iclk_virtual_root_freq,
3976 desired_divisor << auxdiv);
3977}
3978
275f01b2
DV
3979static void ironlake_pch_transcoder_set_timings(struct intel_crtc *crtc,
3980 enum pipe pch_transcoder)
3981{
3982 struct drm_device *dev = crtc->base.dev;
3983 struct drm_i915_private *dev_priv = dev->dev_private;
6e3c9717 3984 enum transcoder cpu_transcoder = crtc->config->cpu_transcoder;
275f01b2
DV
3985
3986 I915_WRITE(PCH_TRANS_HTOTAL(pch_transcoder),
3987 I915_READ(HTOTAL(cpu_transcoder)));
3988 I915_WRITE(PCH_TRANS_HBLANK(pch_transcoder),
3989 I915_READ(HBLANK(cpu_transcoder)));
3990 I915_WRITE(PCH_TRANS_HSYNC(pch_transcoder),
3991 I915_READ(HSYNC(cpu_transcoder)));
3992
3993 I915_WRITE(PCH_TRANS_VTOTAL(pch_transcoder),
3994 I915_READ(VTOTAL(cpu_transcoder)));
3995 I915_WRITE(PCH_TRANS_VBLANK(pch_transcoder),
3996 I915_READ(VBLANK(cpu_transcoder)));
3997 I915_WRITE(PCH_TRANS_VSYNC(pch_transcoder),
3998 I915_READ(VSYNC(cpu_transcoder)));
3999 I915_WRITE(PCH_TRANS_VSYNCSHIFT(pch_transcoder),
4000 I915_READ(VSYNCSHIFT(cpu_transcoder)));
4001}
4002
003632d9 4003static void cpt_set_fdi_bc_bifurcation(struct drm_device *dev, bool enable)
1fbc0d78
DV
4004{
4005 struct drm_i915_private *dev_priv = dev->dev_private;
4006 uint32_t temp;
4007
4008 temp = I915_READ(SOUTH_CHICKEN1);
003632d9 4009 if (!!(temp & FDI_BC_BIFURCATION_SELECT) == enable)
1fbc0d78
DV
4010 return;
4011
4012 WARN_ON(I915_READ(FDI_RX_CTL(PIPE_B)) & FDI_RX_ENABLE);
4013 WARN_ON(I915_READ(FDI_RX_CTL(PIPE_C)) & FDI_RX_ENABLE);
4014
003632d9
ACO
4015 temp &= ~FDI_BC_BIFURCATION_SELECT;
4016 if (enable)
4017 temp |= FDI_BC_BIFURCATION_SELECT;
4018
4019 DRM_DEBUG_KMS("%sabling fdi C rx\n", enable ? "en" : "dis");
1fbc0d78
DV
4020 I915_WRITE(SOUTH_CHICKEN1, temp);
4021 POSTING_READ(SOUTH_CHICKEN1);
4022}
4023
4024static void ivybridge_update_fdi_bc_bifurcation(struct intel_crtc *intel_crtc)
4025{
4026 struct drm_device *dev = intel_crtc->base.dev;
1fbc0d78
DV
4027
4028 switch (intel_crtc->pipe) {
4029 case PIPE_A:
4030 break;
4031 case PIPE_B:
6e3c9717 4032 if (intel_crtc->config->fdi_lanes > 2)
003632d9 4033 cpt_set_fdi_bc_bifurcation(dev, false);
1fbc0d78 4034 else
003632d9 4035 cpt_set_fdi_bc_bifurcation(dev, true);
1fbc0d78
DV
4036
4037 break;
4038 case PIPE_C:
003632d9 4039 cpt_set_fdi_bc_bifurcation(dev, true);
1fbc0d78
DV
4040
4041 break;
4042 default:
4043 BUG();
4044 }
4045}
4046
c48b5305
VS
4047/* Return which DP Port should be selected for Transcoder DP control */
4048static enum port
4049intel_trans_dp_port_sel(struct drm_crtc *crtc)
4050{
4051 struct drm_device *dev = crtc->dev;
4052 struct intel_encoder *encoder;
4053
4054 for_each_encoder_on_crtc(dev, crtc, encoder) {
4055 if (encoder->type == INTEL_OUTPUT_DISPLAYPORT ||
4056 encoder->type == INTEL_OUTPUT_EDP)
4057 return enc_to_dig_port(&encoder->base)->port;
4058 }
4059
4060 return -1;
4061}
4062
f67a559d
JB
4063/*
4064 * Enable PCH resources required for PCH ports:
4065 * - PCH PLLs
4066 * - FDI training & RX/TX
4067 * - update transcoder timings
4068 * - DP transcoding bits
4069 * - transcoder
4070 */
4071static void ironlake_pch_enable(struct drm_crtc *crtc)
0e23b99d
JB
4072{
4073 struct drm_device *dev = crtc->dev;
4074 struct drm_i915_private *dev_priv = dev->dev_private;
4075 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
4076 int pipe = intel_crtc->pipe;
f0f59a00 4077 u32 temp;
2c07245f 4078
ab9412ba 4079 assert_pch_transcoder_disabled(dev_priv, pipe);
e7e164db 4080
1fbc0d78
DV
4081 if (IS_IVYBRIDGE(dev))
4082 ivybridge_update_fdi_bc_bifurcation(intel_crtc);
4083
cd986abb
DV
4084 /* Write the TU size bits before fdi link training, so that error
4085 * detection works. */
4086 I915_WRITE(FDI_RX_TUSIZE1(pipe),
4087 I915_READ(PIPE_DATA_M1(pipe)) & TU_SIZE_MASK);
4088
c98e9dcf 4089 /* For PCH output, training FDI link */
674cf967 4090 dev_priv->display.fdi_link_train(crtc);
2c07245f 4091
3ad8a208
DV
4092 /* We need to program the right clock selection before writing the pixel
4093 * mutliplier into the DPLL. */
303b81e0 4094 if (HAS_PCH_CPT(dev)) {
ee7b9f93 4095 u32 sel;
4b645f14 4096
c98e9dcf 4097 temp = I915_READ(PCH_DPLL_SEL);
11887397
DV
4098 temp |= TRANS_DPLL_ENABLE(pipe);
4099 sel = TRANS_DPLLB_SEL(pipe);
8106ddbd
ACO
4100 if (intel_crtc->config->shared_dpll ==
4101 intel_get_shared_dpll_by_id(dev_priv, DPLL_ID_PCH_PLL_B))
ee7b9f93
JB
4102 temp |= sel;
4103 else
4104 temp &= ~sel;
c98e9dcf 4105 I915_WRITE(PCH_DPLL_SEL, temp);
c98e9dcf 4106 }
5eddb70b 4107
3ad8a208
DV
4108 /* XXX: pch pll's can be enabled any time before we enable the PCH
4109 * transcoder, and we actually should do this to not upset any PCH
4110 * transcoder that already use the clock when we share it.
4111 *
4112 * Note that enable_shared_dpll tries to do the right thing, but
4113 * get_shared_dpll unconditionally resets the pll - we need that to have
4114 * the right LVDS enable sequence. */
85b3894f 4115 intel_enable_shared_dpll(intel_crtc);
3ad8a208 4116
d9b6cb56
JB
4117 /* set transcoder timing, panel must allow it */
4118 assert_panel_unlocked(dev_priv, pipe);
275f01b2 4119 ironlake_pch_transcoder_set_timings(intel_crtc, pipe);
8db9d77b 4120
303b81e0 4121 intel_fdi_normal_train(crtc);
5e84e1a4 4122
c98e9dcf 4123 /* For PCH DP, enable TRANS_DP_CTL */
6e3c9717 4124 if (HAS_PCH_CPT(dev) && intel_crtc->config->has_dp_encoder) {
9c4edaee
VS
4125 const struct drm_display_mode *adjusted_mode =
4126 &intel_crtc->config->base.adjusted_mode;
dfd07d72 4127 u32 bpc = (I915_READ(PIPECONF(pipe)) & PIPECONF_BPC_MASK) >> 5;
f0f59a00 4128 i915_reg_t reg = TRANS_DP_CTL(pipe);
5eddb70b
CW
4129 temp = I915_READ(reg);
4130 temp &= ~(TRANS_DP_PORT_SEL_MASK |
220cad3c
EA
4131 TRANS_DP_SYNC_MASK |
4132 TRANS_DP_BPC_MASK);
e3ef4479 4133 temp |= TRANS_DP_OUTPUT_ENABLE;
9325c9f0 4134 temp |= bpc << 9; /* same format but at 11:9 */
c98e9dcf 4135
9c4edaee 4136 if (adjusted_mode->flags & DRM_MODE_FLAG_PHSYNC)
5eddb70b 4137 temp |= TRANS_DP_HSYNC_ACTIVE_HIGH;
9c4edaee 4138 if (adjusted_mode->flags & DRM_MODE_FLAG_PVSYNC)
5eddb70b 4139 temp |= TRANS_DP_VSYNC_ACTIVE_HIGH;
c98e9dcf
JB
4140
4141 switch (intel_trans_dp_port_sel(crtc)) {
c48b5305 4142 case PORT_B:
5eddb70b 4143 temp |= TRANS_DP_PORT_SEL_B;
c98e9dcf 4144 break;
c48b5305 4145 case PORT_C:
5eddb70b 4146 temp |= TRANS_DP_PORT_SEL_C;
c98e9dcf 4147 break;
c48b5305 4148 case PORT_D:
5eddb70b 4149 temp |= TRANS_DP_PORT_SEL_D;
c98e9dcf
JB
4150 break;
4151 default:
e95d41e1 4152 BUG();
32f9d658 4153 }
2c07245f 4154
5eddb70b 4155 I915_WRITE(reg, temp);
6be4a607 4156 }
b52eb4dc 4157
b8a4f404 4158 ironlake_enable_pch_transcoder(dev_priv, pipe);
f67a559d
JB
4159}
4160
1507e5bd
PZ
4161static void lpt_pch_enable(struct drm_crtc *crtc)
4162{
4163 struct drm_device *dev = crtc->dev;
4164 struct drm_i915_private *dev_priv = dev->dev_private;
4165 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
6e3c9717 4166 enum transcoder cpu_transcoder = intel_crtc->config->cpu_transcoder;
1507e5bd 4167
ab9412ba 4168 assert_pch_transcoder_disabled(dev_priv, TRANSCODER_A);
1507e5bd 4169
8c52b5e8 4170 lpt_program_iclkip(crtc);
1507e5bd 4171
0540e488 4172 /* Set transcoder timing. */
275f01b2 4173 ironlake_pch_transcoder_set_timings(intel_crtc, PIPE_A);
1507e5bd 4174
937bb610 4175 lpt_enable_pch_transcoder(dev_priv, cpu_transcoder);
f67a559d
JB
4176}
4177
a1520318 4178static void cpt_verify_modeset(struct drm_device *dev, int pipe)
d4270e57
JB
4179{
4180 struct drm_i915_private *dev_priv = dev->dev_private;
f0f59a00 4181 i915_reg_t dslreg = PIPEDSL(pipe);
d4270e57
JB
4182 u32 temp;
4183
4184 temp = I915_READ(dslreg);
4185 udelay(500);
4186 if (wait_for(I915_READ(dslreg) != temp, 5)) {
d4270e57 4187 if (wait_for(I915_READ(dslreg) != temp, 5))
84f44ce7 4188 DRM_ERROR("mode set failed: pipe %c stuck\n", pipe_name(pipe));
d4270e57
JB
4189 }
4190}
4191
86adf9d7
ML
4192static int
4193skl_update_scaler(struct intel_crtc_state *crtc_state, bool force_detach,
4194 unsigned scaler_user, int *scaler_id, unsigned int rotation,
4195 int src_w, int src_h, int dst_w, int dst_h)
a1b2278e 4196{
86adf9d7
ML
4197 struct intel_crtc_scaler_state *scaler_state =
4198 &crtc_state->scaler_state;
4199 struct intel_crtc *intel_crtc =
4200 to_intel_crtc(crtc_state->base.crtc);
a1b2278e 4201 int need_scaling;
6156a456
CK
4202
4203 need_scaling = intel_rotation_90_or_270(rotation) ?
4204 (src_h != dst_w || src_w != dst_h):
4205 (src_w != dst_w || src_h != dst_h);
a1b2278e
CK
4206
4207 /*
4208 * if plane is being disabled or scaler is no more required or force detach
4209 * - free scaler binded to this plane/crtc
4210 * - in order to do this, update crtc->scaler_usage
4211 *
4212 * Here scaler state in crtc_state is set free so that
4213 * scaler can be assigned to other user. Actual register
4214 * update to free the scaler is done in plane/panel-fit programming.
4215 * For this purpose crtc/plane_state->scaler_id isn't reset here.
4216 */
86adf9d7 4217 if (force_detach || !need_scaling) {
a1b2278e 4218 if (*scaler_id >= 0) {
86adf9d7 4219 scaler_state->scaler_users &= ~(1 << scaler_user);
a1b2278e
CK
4220 scaler_state->scalers[*scaler_id].in_use = 0;
4221
86adf9d7
ML
4222 DRM_DEBUG_KMS("scaler_user index %u.%u: "
4223 "Staged freeing scaler id %d scaler_users = 0x%x\n",
4224 intel_crtc->pipe, scaler_user, *scaler_id,
a1b2278e
CK
4225 scaler_state->scaler_users);
4226 *scaler_id = -1;
4227 }
4228 return 0;
4229 }
4230
4231 /* range checks */
4232 if (src_w < SKL_MIN_SRC_W || src_h < SKL_MIN_SRC_H ||
4233 dst_w < SKL_MIN_DST_W || dst_h < SKL_MIN_DST_H ||
4234
4235 src_w > SKL_MAX_SRC_W || src_h > SKL_MAX_SRC_H ||
4236 dst_w > SKL_MAX_DST_W || dst_h > SKL_MAX_DST_H) {
86adf9d7 4237 DRM_DEBUG_KMS("scaler_user index %u.%u: src %ux%u dst %ux%u "
a1b2278e 4238 "size is out of scaler range\n",
86adf9d7 4239 intel_crtc->pipe, scaler_user, src_w, src_h, dst_w, dst_h);
a1b2278e
CK
4240 return -EINVAL;
4241 }
4242
86adf9d7
ML
4243 /* mark this plane as a scaler user in crtc_state */
4244 scaler_state->scaler_users |= (1 << scaler_user);
4245 DRM_DEBUG_KMS("scaler_user index %u.%u: "
4246 "staged scaling request for %ux%u->%ux%u scaler_users = 0x%x\n",
4247 intel_crtc->pipe, scaler_user, src_w, src_h, dst_w, dst_h,
4248 scaler_state->scaler_users);
4249
4250 return 0;
4251}
4252
4253/**
4254 * skl_update_scaler_crtc - Stages update to scaler state for a given crtc.
4255 *
4256 * @state: crtc's scaler state
86adf9d7
ML
4257 *
4258 * Return
4259 * 0 - scaler_usage updated successfully
4260 * error - requested scaling cannot be supported or other error condition
4261 */
e435d6e5 4262int skl_update_scaler_crtc(struct intel_crtc_state *state)
86adf9d7
ML
4263{
4264 struct intel_crtc *intel_crtc = to_intel_crtc(state->base.crtc);
7c5f93b0 4265 const struct drm_display_mode *adjusted_mode = &state->base.adjusted_mode;
86adf9d7
ML
4266
4267 DRM_DEBUG_KMS("Updating scaler for [CRTC:%i] scaler_user index %u.%u\n",
4268 intel_crtc->base.base.id, intel_crtc->pipe, SKL_CRTC_INDEX);
4269
e435d6e5 4270 return skl_update_scaler(state, !state->base.active, SKL_CRTC_INDEX,
fa5a7970 4271 &state->scaler_state.scaler_id, BIT(DRM_ROTATE_0),
86adf9d7 4272 state->pipe_src_w, state->pipe_src_h,
aad941d5 4273 adjusted_mode->crtc_hdisplay, adjusted_mode->crtc_vdisplay);
86adf9d7
ML
4274}
4275
4276/**
4277 * skl_update_scaler_plane - Stages update to scaler state for a given plane.
4278 *
4279 * @state: crtc's scaler state
86adf9d7
ML
4280 * @plane_state: atomic plane state to update
4281 *
4282 * Return
4283 * 0 - scaler_usage updated successfully
4284 * error - requested scaling cannot be supported or other error condition
4285 */
da20eabd
ML
4286static int skl_update_scaler_plane(struct intel_crtc_state *crtc_state,
4287 struct intel_plane_state *plane_state)
86adf9d7
ML
4288{
4289
4290 struct intel_crtc *intel_crtc = to_intel_crtc(crtc_state->base.crtc);
da20eabd
ML
4291 struct intel_plane *intel_plane =
4292 to_intel_plane(plane_state->base.plane);
86adf9d7
ML
4293 struct drm_framebuffer *fb = plane_state->base.fb;
4294 int ret;
4295
4296 bool force_detach = !fb || !plane_state->visible;
4297
4298 DRM_DEBUG_KMS("Updating scaler for [PLANE:%d] scaler_user index %u.%u\n",
4299 intel_plane->base.base.id, intel_crtc->pipe,
4300 drm_plane_index(&intel_plane->base));
4301
4302 ret = skl_update_scaler(crtc_state, force_detach,
4303 drm_plane_index(&intel_plane->base),
4304 &plane_state->scaler_id,
4305 plane_state->base.rotation,
4306 drm_rect_width(&plane_state->src) >> 16,
4307 drm_rect_height(&plane_state->src) >> 16,
4308 drm_rect_width(&plane_state->dst),
4309 drm_rect_height(&plane_state->dst));
4310
4311 if (ret || plane_state->scaler_id < 0)
4312 return ret;
4313
a1b2278e 4314 /* check colorkey */
818ed961 4315 if (plane_state->ckey.flags != I915_SET_COLORKEY_NONE) {
86adf9d7 4316 DRM_DEBUG_KMS("[PLANE:%d] scaling with color key not allowed",
818ed961 4317 intel_plane->base.base.id);
a1b2278e
CK
4318 return -EINVAL;
4319 }
4320
4321 /* Check src format */
86adf9d7
ML
4322 switch (fb->pixel_format) {
4323 case DRM_FORMAT_RGB565:
4324 case DRM_FORMAT_XBGR8888:
4325 case DRM_FORMAT_XRGB8888:
4326 case DRM_FORMAT_ABGR8888:
4327 case DRM_FORMAT_ARGB8888:
4328 case DRM_FORMAT_XRGB2101010:
4329 case DRM_FORMAT_XBGR2101010:
4330 case DRM_FORMAT_YUYV:
4331 case DRM_FORMAT_YVYU:
4332 case DRM_FORMAT_UYVY:
4333 case DRM_FORMAT_VYUY:
4334 break;
4335 default:
4336 DRM_DEBUG_KMS("[PLANE:%d] FB:%d unsupported scaling format 0x%x\n",
4337 intel_plane->base.base.id, fb->base.id, fb->pixel_format);
4338 return -EINVAL;
a1b2278e
CK
4339 }
4340
a1b2278e
CK
4341 return 0;
4342}
4343
e435d6e5
ML
4344static void skylake_scaler_disable(struct intel_crtc *crtc)
4345{
4346 int i;
4347
4348 for (i = 0; i < crtc->num_scalers; i++)
4349 skl_detach_scaler(crtc, i);
4350}
4351
4352static void skylake_pfit_enable(struct intel_crtc *crtc)
bd2e244f
JB
4353{
4354 struct drm_device *dev = crtc->base.dev;
4355 struct drm_i915_private *dev_priv = dev->dev_private;
4356 int pipe = crtc->pipe;
a1b2278e
CK
4357 struct intel_crtc_scaler_state *scaler_state =
4358 &crtc->config->scaler_state;
4359
4360 DRM_DEBUG_KMS("for crtc_state = %p\n", crtc->config);
4361
6e3c9717 4362 if (crtc->config->pch_pfit.enabled) {
a1b2278e
CK
4363 int id;
4364
4365 if (WARN_ON(crtc->config->scaler_state.scaler_id < 0)) {
4366 DRM_ERROR("Requesting pfit without getting a scaler first\n");
4367 return;
4368 }
4369
4370 id = scaler_state->scaler_id;
4371 I915_WRITE(SKL_PS_CTRL(pipe, id), PS_SCALER_EN |
4372 PS_FILTER_MEDIUM | scaler_state->scalers[id].mode);
4373 I915_WRITE(SKL_PS_WIN_POS(pipe, id), crtc->config->pch_pfit.pos);
4374 I915_WRITE(SKL_PS_WIN_SZ(pipe, id), crtc->config->pch_pfit.size);
4375
4376 DRM_DEBUG_KMS("for crtc_state = %p scaler_id = %d\n", crtc->config, id);
bd2e244f
JB
4377 }
4378}
4379
b074cec8
JB
4380static void ironlake_pfit_enable(struct intel_crtc *crtc)
4381{
4382 struct drm_device *dev = crtc->base.dev;
4383 struct drm_i915_private *dev_priv = dev->dev_private;
4384 int pipe = crtc->pipe;
4385
6e3c9717 4386 if (crtc->config->pch_pfit.enabled) {
b074cec8
JB
4387 /* Force use of hard-coded filter coefficients
4388 * as some pre-programmed values are broken,
4389 * e.g. x201.
4390 */
4391 if (IS_IVYBRIDGE(dev) || IS_HASWELL(dev))
4392 I915_WRITE(PF_CTL(pipe), PF_ENABLE | PF_FILTER_MED_3x3 |
4393 PF_PIPE_SEL_IVB(pipe));
4394 else
4395 I915_WRITE(PF_CTL(pipe), PF_ENABLE | PF_FILTER_MED_3x3);
6e3c9717
ACO
4396 I915_WRITE(PF_WIN_POS(pipe), crtc->config->pch_pfit.pos);
4397 I915_WRITE(PF_WIN_SZ(pipe), crtc->config->pch_pfit.size);
d4270e57
JB
4398 }
4399}
4400
20bc8673 4401void hsw_enable_ips(struct intel_crtc *crtc)
d77e4531 4402{
cea165c3
VS
4403 struct drm_device *dev = crtc->base.dev;
4404 struct drm_i915_private *dev_priv = dev->dev_private;
d77e4531 4405
6e3c9717 4406 if (!crtc->config->ips_enabled)
d77e4531
PZ
4407 return;
4408
307e4498
ML
4409 /*
4410 * We can only enable IPS after we enable a plane and wait for a vblank
4411 * This function is called from post_plane_update, which is run after
4412 * a vblank wait.
4413 */
cea165c3 4414
d77e4531 4415 assert_plane_enabled(dev_priv, crtc->plane);
cea165c3 4416 if (IS_BROADWELL(dev)) {
2a114cc1
BW
4417 mutex_lock(&dev_priv->rps.hw_lock);
4418 WARN_ON(sandybridge_pcode_write(dev_priv, DISPLAY_IPS_CONTROL, 0xc0000000));
4419 mutex_unlock(&dev_priv->rps.hw_lock);
4420 /* Quoting Art Runyan: "its not safe to expect any particular
4421 * value in IPS_CTL bit 31 after enabling IPS through the
e59150dc
JB
4422 * mailbox." Moreover, the mailbox may return a bogus state,
4423 * so we need to just enable it and continue on.
2a114cc1
BW
4424 */
4425 } else {
4426 I915_WRITE(IPS_CTL, IPS_ENABLE);
4427 /* The bit only becomes 1 in the next vblank, so this wait here
4428 * is essentially intel_wait_for_vblank. If we don't have this
4429 * and don't wait for vblanks until the end of crtc_enable, then
4430 * the HW state readout code will complain that the expected
4431 * IPS_CTL value is not the one we read. */
4432 if (wait_for(I915_READ_NOTRACE(IPS_CTL) & IPS_ENABLE, 50))
4433 DRM_ERROR("Timed out waiting for IPS enable\n");
4434 }
d77e4531
PZ
4435}
4436
20bc8673 4437void hsw_disable_ips(struct intel_crtc *crtc)
d77e4531
PZ
4438{
4439 struct drm_device *dev = crtc->base.dev;
4440 struct drm_i915_private *dev_priv = dev->dev_private;
4441
6e3c9717 4442 if (!crtc->config->ips_enabled)
d77e4531
PZ
4443 return;
4444
4445 assert_plane_enabled(dev_priv, crtc->plane);
23d0b130 4446 if (IS_BROADWELL(dev)) {
2a114cc1
BW
4447 mutex_lock(&dev_priv->rps.hw_lock);
4448 WARN_ON(sandybridge_pcode_write(dev_priv, DISPLAY_IPS_CONTROL, 0));
4449 mutex_unlock(&dev_priv->rps.hw_lock);
23d0b130
BW
4450 /* wait for pcode to finish disabling IPS, which may take up to 42ms */
4451 if (wait_for((I915_READ(IPS_CTL) & IPS_ENABLE) == 0, 42))
4452 DRM_ERROR("Timed out waiting for IPS disable\n");
e59150dc 4453 } else {
2a114cc1 4454 I915_WRITE(IPS_CTL, 0);
e59150dc
JB
4455 POSTING_READ(IPS_CTL);
4456 }
d77e4531
PZ
4457
4458 /* We need to wait for a vblank before we can disable the plane. */
4459 intel_wait_for_vblank(dev, crtc->pipe);
4460}
4461
7cac945f 4462static void intel_crtc_dpms_overlay_disable(struct intel_crtc *intel_crtc)
d3eedb1a 4463{
7cac945f 4464 if (intel_crtc->overlay) {
d3eedb1a
VS
4465 struct drm_device *dev = intel_crtc->base.dev;
4466 struct drm_i915_private *dev_priv = dev->dev_private;
4467
4468 mutex_lock(&dev->struct_mutex);
4469 dev_priv->mm.interruptible = false;
4470 (void) intel_overlay_switch_off(intel_crtc->overlay);
4471 dev_priv->mm.interruptible = true;
4472 mutex_unlock(&dev->struct_mutex);
4473 }
4474
4475 /* Let userspace switch the overlay on again. In most cases userspace
4476 * has to recompute where to put it anyway.
4477 */
4478}
4479
87d4300a
ML
4480/**
4481 * intel_post_enable_primary - Perform operations after enabling primary plane
4482 * @crtc: the CRTC whose primary plane was just enabled
4483 *
4484 * Performs potentially sleeping operations that must be done after the primary
4485 * plane is enabled, such as updating FBC and IPS. Note that this may be
4486 * called due to an explicit primary plane update, or due to an implicit
4487 * re-enable that is caused when a sprite plane is updated to no longer
4488 * completely hide the primary plane.
4489 */
4490static void
4491intel_post_enable_primary(struct drm_crtc *crtc)
a5c4d7bc
VS
4492{
4493 struct drm_device *dev = crtc->dev;
87d4300a 4494 struct drm_i915_private *dev_priv = dev->dev_private;
a5c4d7bc
VS
4495 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
4496 int pipe = intel_crtc->pipe;
a5c4d7bc 4497
87d4300a
ML
4498 /*
4499 * FIXME IPS should be fine as long as one plane is
4500 * enabled, but in practice it seems to have problems
4501 * when going from primary only to sprite only and vice
4502 * versa.
4503 */
a5c4d7bc
VS
4504 hsw_enable_ips(intel_crtc);
4505
f99d7069 4506 /*
87d4300a
ML
4507 * Gen2 reports pipe underruns whenever all planes are disabled.
4508 * So don't enable underrun reporting before at least some planes
4509 * are enabled.
4510 * FIXME: Need to fix the logic to work when we turn off all planes
4511 * but leave the pipe running.
f99d7069 4512 */
87d4300a
ML
4513 if (IS_GEN2(dev))
4514 intel_set_cpu_fifo_underrun_reporting(dev_priv, pipe, true);
4515
aca7b684
VS
4516 /* Underruns don't always raise interrupts, so check manually. */
4517 intel_check_cpu_fifo_underruns(dev_priv);
4518 intel_check_pch_fifo_underruns(dev_priv);
a5c4d7bc
VS
4519}
4520
2622a081 4521/* FIXME move all this to pre_plane_update() with proper state tracking */
87d4300a
ML
4522static void
4523intel_pre_disable_primary(struct drm_crtc *crtc)
a5c4d7bc
VS
4524{
4525 struct drm_device *dev = crtc->dev;
4526 struct drm_i915_private *dev_priv = dev->dev_private;
4527 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
4528 int pipe = intel_crtc->pipe;
a5c4d7bc 4529
87d4300a
ML
4530 /*
4531 * Gen2 reports pipe underruns whenever all planes are disabled.
4532 * So diasble underrun reporting before all the planes get disabled.
4533 * FIXME: Need to fix the logic to work when we turn off all planes
4534 * but leave the pipe running.
4535 */
4536 if (IS_GEN2(dev))
4537 intel_set_cpu_fifo_underrun_reporting(dev_priv, pipe, false);
a5c4d7bc 4538
2622a081
VS
4539 /*
4540 * FIXME IPS should be fine as long as one plane is
4541 * enabled, but in practice it seems to have problems
4542 * when going from primary only to sprite only and vice
4543 * versa.
4544 */
4545 hsw_disable_ips(intel_crtc);
4546}
4547
4548/* FIXME get rid of this and use pre_plane_update */
4549static void
4550intel_pre_disable_primary_noatomic(struct drm_crtc *crtc)
4551{
4552 struct drm_device *dev = crtc->dev;
4553 struct drm_i915_private *dev_priv = dev->dev_private;
4554 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
4555 int pipe = intel_crtc->pipe;
4556
4557 intel_pre_disable_primary(crtc);
4558
87d4300a
ML
4559 /*
4560 * Vblank time updates from the shadow to live plane control register
4561 * are blocked if the memory self-refresh mode is active at that
4562 * moment. So to make sure the plane gets truly disabled, disable
4563 * first the self-refresh mode. The self-refresh enable bit in turn
4564 * will be checked/applied by the HW only at the next frame start
4565 * event which is after the vblank start event, so we need to have a
4566 * wait-for-vblank between disabling the plane and the pipe.
4567 */
262cd2e1 4568 if (HAS_GMCH_DISPLAY(dev)) {
87d4300a 4569 intel_set_memory_cxsr(dev_priv, false);
262cd2e1
VS
4570 dev_priv->wm.vlv.cxsr = false;
4571 intel_wait_for_vblank(dev, pipe);
4572 }
87d4300a
ML
4573}
4574
cd202f69 4575static void intel_post_plane_update(struct intel_crtc_state *old_crtc_state)
ac21b225 4576{
cd202f69
ML
4577 struct intel_crtc *crtc = to_intel_crtc(old_crtc_state->base.crtc);
4578 struct drm_atomic_state *old_state = old_crtc_state->base.state;
92826fcd
ML
4579 struct intel_crtc_state *pipe_config =
4580 to_intel_crtc_state(crtc->base.state);
ac21b225 4581 struct drm_device *dev = crtc->base.dev;
cd202f69
ML
4582 struct drm_plane *primary = crtc->base.primary;
4583 struct drm_plane_state *old_pri_state =
4584 drm_atomic_get_existing_plane_state(old_state, primary);
ac21b225 4585
cd202f69 4586 intel_frontbuffer_flip(dev, pipe_config->fb_bits);
ac21b225 4587
ab1d3a0e 4588 crtc->wm.cxsr_allowed = true;
852eb00d 4589
caed361d 4590 if (pipe_config->update_wm_post && pipe_config->base.active)
f015c551
VS
4591 intel_update_watermarks(&crtc->base);
4592
cd202f69
ML
4593 if (old_pri_state) {
4594 struct intel_plane_state *primary_state =
4595 to_intel_plane_state(primary->state);
4596 struct intel_plane_state *old_primary_state =
4597 to_intel_plane_state(old_pri_state);
4598
31ae71fc
ML
4599 intel_fbc_post_update(crtc);
4600
cd202f69
ML
4601 if (primary_state->visible &&
4602 (needs_modeset(&pipe_config->base) ||
4603 !old_primary_state->visible))
4604 intel_post_enable_primary(&crtc->base);
4605 }
ac21b225
ML
4606}
4607
5c74cd73 4608static void intel_pre_plane_update(struct intel_crtc_state *old_crtc_state)
ac21b225 4609{
5c74cd73 4610 struct intel_crtc *crtc = to_intel_crtc(old_crtc_state->base.crtc);
ac21b225 4611 struct drm_device *dev = crtc->base.dev;
eddfcbcd 4612 struct drm_i915_private *dev_priv = dev->dev_private;
ab1d3a0e
ML
4613 struct intel_crtc_state *pipe_config =
4614 to_intel_crtc_state(crtc->base.state);
5c74cd73
ML
4615 struct drm_atomic_state *old_state = old_crtc_state->base.state;
4616 struct drm_plane *primary = crtc->base.primary;
4617 struct drm_plane_state *old_pri_state =
4618 drm_atomic_get_existing_plane_state(old_state, primary);
4619 bool modeset = needs_modeset(&pipe_config->base);
ac21b225 4620
5c74cd73
ML
4621 if (old_pri_state) {
4622 struct intel_plane_state *primary_state =
4623 to_intel_plane_state(primary->state);
4624 struct intel_plane_state *old_primary_state =
4625 to_intel_plane_state(old_pri_state);
4626
31ae71fc
ML
4627 intel_fbc_pre_update(crtc);
4628
5c74cd73
ML
4629 if (old_primary_state->visible &&
4630 (modeset || !primary_state->visible))
4631 intel_pre_disable_primary(&crtc->base);
4632 }
852eb00d 4633
ab1d3a0e 4634 if (pipe_config->disable_cxsr) {
852eb00d 4635 crtc->wm.cxsr_allowed = false;
2dfd178d 4636
2622a081
VS
4637 /*
4638 * Vblank time updates from the shadow to live plane control register
4639 * are blocked if the memory self-refresh mode is active at that
4640 * moment. So to make sure the plane gets truly disabled, disable
4641 * first the self-refresh mode. The self-refresh enable bit in turn
4642 * will be checked/applied by the HW only at the next frame start
4643 * event which is after the vblank start event, so we need to have a
4644 * wait-for-vblank between disabling the plane and the pipe.
4645 */
4646 if (old_crtc_state->base.active) {
2dfd178d 4647 intel_set_memory_cxsr(dev_priv, false);
2622a081
VS
4648 dev_priv->wm.vlv.cxsr = false;
4649 intel_wait_for_vblank(dev, crtc->pipe);
4650 }
852eb00d 4651 }
92826fcd 4652
ed4a6a7c
MR
4653 /*
4654 * IVB workaround: must disable low power watermarks for at least
4655 * one frame before enabling scaling. LP watermarks can be re-enabled
4656 * when scaling is disabled.
4657 *
4658 * WaCxSRDisabledForSpriteScaling:ivb
4659 */
4660 if (pipe_config->disable_lp_wm) {
4661 ilk_disable_lp_wm(dev);
4662 intel_wait_for_vblank(dev, crtc->pipe);
4663 }
4664
4665 /*
4666 * If we're doing a modeset, we're done. No need to do any pre-vblank
4667 * watermark programming here.
4668 */
4669 if (needs_modeset(&pipe_config->base))
4670 return;
4671
4672 /*
4673 * For platforms that support atomic watermarks, program the
4674 * 'intermediate' watermarks immediately. On pre-gen9 platforms, these
4675 * will be the intermediate values that are safe for both pre- and
4676 * post- vblank; when vblank happens, the 'active' values will be set
4677 * to the final 'target' values and we'll do this again to get the
4678 * optimal watermarks. For gen9+ platforms, the values we program here
4679 * will be the final target values which will get automatically latched
4680 * at vblank time; no further programming will be necessary.
4681 *
4682 * If a platform hasn't been transitioned to atomic watermarks yet,
4683 * we'll continue to update watermarks the old way, if flags tell
4684 * us to.
4685 */
4686 if (dev_priv->display.initial_watermarks != NULL)
4687 dev_priv->display.initial_watermarks(pipe_config);
caed361d 4688 else if (pipe_config->update_wm_pre)
92826fcd 4689 intel_update_watermarks(&crtc->base);
ac21b225
ML
4690}
4691
d032ffa0 4692static void intel_crtc_disable_planes(struct drm_crtc *crtc, unsigned plane_mask)
87d4300a
ML
4693{
4694 struct drm_device *dev = crtc->dev;
4695 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
d032ffa0 4696 struct drm_plane *p;
87d4300a
ML
4697 int pipe = intel_crtc->pipe;
4698
7cac945f 4699 intel_crtc_dpms_overlay_disable(intel_crtc);
27321ae8 4700
d032ffa0
ML
4701 drm_for_each_plane_mask(p, dev, plane_mask)
4702 to_intel_plane(p)->disable_plane(p, crtc);
f98551ae 4703
f99d7069
DV
4704 /*
4705 * FIXME: Once we grow proper nuclear flip support out of this we need
4706 * to compute the mask of flip planes precisely. For the time being
4707 * consider this a flip to a NULL plane.
4708 */
4709 intel_frontbuffer_flip(dev, INTEL_FRONTBUFFER_ALL_MASK(pipe));
a5c4d7bc
VS
4710}
4711
f67a559d
JB
4712static void ironlake_crtc_enable(struct drm_crtc *crtc)
4713{
4714 struct drm_device *dev = crtc->dev;
4715 struct drm_i915_private *dev_priv = dev->dev_private;
4716 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
ef9c3aee 4717 struct intel_encoder *encoder;
f67a559d 4718 int pipe = intel_crtc->pipe;
b95c5321
ML
4719 struct intel_crtc_state *pipe_config =
4720 to_intel_crtc_state(crtc->state);
f67a559d 4721
53d9f4e9 4722 if (WARN_ON(intel_crtc->active))
f67a559d
JB
4723 return;
4724
b2c0593a
VS
4725 /*
4726 * Sometimes spurious CPU pipe underruns happen during FDI
4727 * training, at least with VGA+HDMI cloning. Suppress them.
4728 *
4729 * On ILK we get an occasional spurious CPU pipe underruns
4730 * between eDP port A enable and vdd enable. Also PCH port
4731 * enable seems to result in the occasional CPU pipe underrun.
4732 *
4733 * Spurious PCH underruns also occur during PCH enabling.
4734 */
4735 if (intel_crtc->config->has_pch_encoder || IS_GEN5(dev_priv))
4736 intel_set_cpu_fifo_underrun_reporting(dev_priv, pipe, false);
81b088ca
VS
4737 if (intel_crtc->config->has_pch_encoder)
4738 intel_set_pch_fifo_underrun_reporting(dev_priv, pipe, false);
4739
6e3c9717 4740 if (intel_crtc->config->has_pch_encoder)
b14b1055
DV
4741 intel_prepare_shared_dpll(intel_crtc);
4742
6e3c9717 4743 if (intel_crtc->config->has_dp_encoder)
fe3cd48d 4744 intel_dp_set_m_n(intel_crtc, M1_N1);
29407aab
DV
4745
4746 intel_set_pipe_timings(intel_crtc);
bc58be60 4747 intel_set_pipe_src_size(intel_crtc);
29407aab 4748
6e3c9717 4749 if (intel_crtc->config->has_pch_encoder) {
29407aab 4750 intel_cpu_transcoder_set_m_n(intel_crtc,
6e3c9717 4751 &intel_crtc->config->fdi_m_n, NULL);
29407aab
DV
4752 }
4753
4754 ironlake_set_pipeconf(crtc);
4755
f67a559d 4756 intel_crtc->active = true;
8664281b 4757
f6736a1a 4758 for_each_encoder_on_crtc(dev, crtc, encoder)
952735ee
DV
4759 if (encoder->pre_enable)
4760 encoder->pre_enable(encoder);
f67a559d 4761
6e3c9717 4762 if (intel_crtc->config->has_pch_encoder) {
fff367c7
DV
4763 /* Note: FDI PLL enabling _must_ be done before we enable the
4764 * cpu pipes, hence this is separate from all the other fdi/pch
4765 * enabling. */
88cefb6c 4766 ironlake_fdi_pll_enable(intel_crtc);
46b6f814
DV
4767 } else {
4768 assert_fdi_tx_disabled(dev_priv, pipe);
4769 assert_fdi_rx_disabled(dev_priv, pipe);
4770 }
f67a559d 4771
b074cec8 4772 ironlake_pfit_enable(intel_crtc);
f67a559d 4773
9c54c0dd
JB
4774 /*
4775 * On ILK+ LUT must be loaded before the pipe is running but with
4776 * clocks enabled
4777 */
b95c5321 4778 intel_color_load_luts(&pipe_config->base);
9c54c0dd 4779
1d5bf5d9
ID
4780 if (dev_priv->display.initial_watermarks != NULL)
4781 dev_priv->display.initial_watermarks(intel_crtc->config);
e1fdc473 4782 intel_enable_pipe(intel_crtc);
f67a559d 4783
6e3c9717 4784 if (intel_crtc->config->has_pch_encoder)
f67a559d 4785 ironlake_pch_enable(crtc);
c98e9dcf 4786
f9b61ff6
DV
4787 assert_vblank_disabled(crtc);
4788 drm_crtc_vblank_on(crtc);
4789
fa5c73b1
DV
4790 for_each_encoder_on_crtc(dev, crtc, encoder)
4791 encoder->enable(encoder);
61b77ddd
DV
4792
4793 if (HAS_PCH_CPT(dev))
a1520318 4794 cpt_verify_modeset(dev, intel_crtc->pipe);
37ca8d4c
VS
4795
4796 /* Must wait for vblank to avoid spurious PCH FIFO underruns */
4797 if (intel_crtc->config->has_pch_encoder)
4798 intel_wait_for_vblank(dev, pipe);
b2c0593a 4799 intel_set_cpu_fifo_underrun_reporting(dev_priv, pipe, true);
37ca8d4c 4800 intel_set_pch_fifo_underrun_reporting(dev_priv, pipe, true);
6be4a607
JB
4801}
4802
42db64ef
PZ
4803/* IPS only exists on ULT machines and is tied to pipe A. */
4804static bool hsw_crtc_supports_ips(struct intel_crtc *crtc)
4805{
f5adf94e 4806 return HAS_IPS(crtc->base.dev) && crtc->pipe == PIPE_A;
42db64ef
PZ
4807}
4808
4f771f10
PZ
4809static void haswell_crtc_enable(struct drm_crtc *crtc)
4810{
4811 struct drm_device *dev = crtc->dev;
4812 struct drm_i915_private *dev_priv = dev->dev_private;
4813 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
4814 struct intel_encoder *encoder;
99d736a2 4815 int pipe = intel_crtc->pipe, hsw_workaround_pipe;
4d1de975 4816 enum transcoder cpu_transcoder = intel_crtc->config->cpu_transcoder;
99d736a2
ML
4817 struct intel_crtc_state *pipe_config =
4818 to_intel_crtc_state(crtc->state);
4f771f10 4819
53d9f4e9 4820 if (WARN_ON(intel_crtc->active))
4f771f10
PZ
4821 return;
4822
81b088ca
VS
4823 if (intel_crtc->config->has_pch_encoder)
4824 intel_set_pch_fifo_underrun_reporting(dev_priv, TRANSCODER_A,
4825 false);
4826
8106ddbd 4827 if (intel_crtc->config->shared_dpll)
df8ad70c
DV
4828 intel_enable_shared_dpll(intel_crtc);
4829
6e3c9717 4830 if (intel_crtc->config->has_dp_encoder)
fe3cd48d 4831 intel_dp_set_m_n(intel_crtc, M1_N1);
229fca97 4832
4d1de975
JN
4833 if (!intel_crtc->config->has_dsi_encoder)
4834 intel_set_pipe_timings(intel_crtc);
4835
bc58be60 4836 intel_set_pipe_src_size(intel_crtc);
229fca97 4837
4d1de975
JN
4838 if (cpu_transcoder != TRANSCODER_EDP &&
4839 !transcoder_is_dsi(cpu_transcoder)) {
4840 I915_WRITE(PIPE_MULT(cpu_transcoder),
6e3c9717 4841 intel_crtc->config->pixel_multiplier - 1);
ebb69c95
CT
4842 }
4843
6e3c9717 4844 if (intel_crtc->config->has_pch_encoder) {
229fca97 4845 intel_cpu_transcoder_set_m_n(intel_crtc,
6e3c9717 4846 &intel_crtc->config->fdi_m_n, NULL);
229fca97
DV
4847 }
4848
4d1de975
JN
4849 if (!intel_crtc->config->has_dsi_encoder)
4850 haswell_set_pipeconf(crtc);
4851
391bf048 4852 haswell_set_pipemisc(crtc);
229fca97 4853
b95c5321 4854 intel_color_set_csc(&pipe_config->base);
229fca97 4855
4f771f10 4856 intel_crtc->active = true;
8664281b 4857
6b698516
DV
4858 if (intel_crtc->config->has_pch_encoder)
4859 intel_set_cpu_fifo_underrun_reporting(dev_priv, pipe, false);
4860 else
4861 intel_set_cpu_fifo_underrun_reporting(dev_priv, pipe, true);
4862
7d4aefd0 4863 for_each_encoder_on_crtc(dev, crtc, encoder) {
4f771f10
PZ
4864 if (encoder->pre_enable)
4865 encoder->pre_enable(encoder);
7d4aefd0 4866 }
4f771f10 4867
d2d65408 4868 if (intel_crtc->config->has_pch_encoder)
4fe9467d 4869 dev_priv->display.fdi_link_train(crtc);
4fe9467d 4870
a65347ba 4871 if (!intel_crtc->config->has_dsi_encoder)
7d4aefd0 4872 intel_ddi_enable_pipe_clock(intel_crtc);
4f771f10 4873
1c132b44 4874 if (INTEL_INFO(dev)->gen >= 9)
e435d6e5 4875 skylake_pfit_enable(intel_crtc);
ff6d9f55 4876 else
1c132b44 4877 ironlake_pfit_enable(intel_crtc);
4f771f10
PZ
4878
4879 /*
4880 * On ILK+ LUT must be loaded before the pipe is running but with
4881 * clocks enabled
4882 */
b95c5321 4883 intel_color_load_luts(&pipe_config->base);
4f771f10 4884
1f544388 4885 intel_ddi_set_pipe_settings(crtc);
a65347ba 4886 if (!intel_crtc->config->has_dsi_encoder)
7d4aefd0 4887 intel_ddi_enable_transcoder_func(crtc);
4f771f10 4888
1d5bf5d9
ID
4889 if (dev_priv->display.initial_watermarks != NULL)
4890 dev_priv->display.initial_watermarks(pipe_config);
4891 else
4892 intel_update_watermarks(crtc);
4d1de975
JN
4893
4894 /* XXX: Do the pipe assertions at the right place for BXT DSI. */
4895 if (!intel_crtc->config->has_dsi_encoder)
4896 intel_enable_pipe(intel_crtc);
42db64ef 4897
6e3c9717 4898 if (intel_crtc->config->has_pch_encoder)
1507e5bd 4899 lpt_pch_enable(crtc);
4f771f10 4900
a65347ba 4901 if (intel_crtc->config->dp_encoder_is_mst)
0e32b39c
DA
4902 intel_ddi_set_vc_payload_alloc(crtc, true);
4903
f9b61ff6
DV
4904 assert_vblank_disabled(crtc);
4905 drm_crtc_vblank_on(crtc);
4906
8807e55b 4907 for_each_encoder_on_crtc(dev, crtc, encoder) {
4f771f10 4908 encoder->enable(encoder);
8807e55b
JN
4909 intel_opregion_notify_encoder(encoder, true);
4910 }
4f771f10 4911
6b698516
DV
4912 if (intel_crtc->config->has_pch_encoder) {
4913 intel_wait_for_vblank(dev, pipe);
4914 intel_wait_for_vblank(dev, pipe);
4915 intel_set_cpu_fifo_underrun_reporting(dev_priv, pipe, true);
d2d65408
VS
4916 intel_set_pch_fifo_underrun_reporting(dev_priv, TRANSCODER_A,
4917 true);
6b698516 4918 }
d2d65408 4919
e4916946
PZ
4920 /* If we change the relative order between pipe/planes enabling, we need
4921 * to change the workaround. */
99d736a2
ML
4922 hsw_workaround_pipe = pipe_config->hsw_workaround_pipe;
4923 if (IS_HASWELL(dev) && hsw_workaround_pipe != INVALID_PIPE) {
4924 intel_wait_for_vblank(dev, hsw_workaround_pipe);
4925 intel_wait_for_vblank(dev, hsw_workaround_pipe);
4926 }
4f771f10
PZ
4927}
4928
bfd16b2a 4929static void ironlake_pfit_disable(struct intel_crtc *crtc, bool force)
3f8dce3a
DV
4930{
4931 struct drm_device *dev = crtc->base.dev;
4932 struct drm_i915_private *dev_priv = dev->dev_private;
4933 int pipe = crtc->pipe;
4934
4935 /* To avoid upsetting the power well on haswell only disable the pfit if
4936 * it's in use. The hw state code will make sure we get this right. */
bfd16b2a 4937 if (force || crtc->config->pch_pfit.enabled) {
3f8dce3a
DV
4938 I915_WRITE(PF_CTL(pipe), 0);
4939 I915_WRITE(PF_WIN_POS(pipe), 0);
4940 I915_WRITE(PF_WIN_SZ(pipe), 0);
4941 }
4942}
4943
6be4a607
JB
4944static void ironlake_crtc_disable(struct drm_crtc *crtc)
4945{
4946 struct drm_device *dev = crtc->dev;
4947 struct drm_i915_private *dev_priv = dev->dev_private;
4948 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
ef9c3aee 4949 struct intel_encoder *encoder;
6be4a607 4950 int pipe = intel_crtc->pipe;
b52eb4dc 4951
b2c0593a
VS
4952 /*
4953 * Sometimes spurious CPU pipe underruns happen when the
4954 * pipe is already disabled, but FDI RX/TX is still enabled.
4955 * Happens at least with VGA+HDMI cloning. Suppress them.
4956 */
4957 if (intel_crtc->config->has_pch_encoder) {
4958 intel_set_cpu_fifo_underrun_reporting(dev_priv, pipe, false);
37ca8d4c 4959 intel_set_pch_fifo_underrun_reporting(dev_priv, pipe, false);
b2c0593a 4960 }
37ca8d4c 4961
ea9d758d
DV
4962 for_each_encoder_on_crtc(dev, crtc, encoder)
4963 encoder->disable(encoder);
4964
f9b61ff6
DV
4965 drm_crtc_vblank_off(crtc);
4966 assert_vblank_disabled(crtc);
4967
575f7ab7 4968 intel_disable_pipe(intel_crtc);
32f9d658 4969
bfd16b2a 4970 ironlake_pfit_disable(intel_crtc, false);
2c07245f 4971
b2c0593a 4972 if (intel_crtc->config->has_pch_encoder)
5a74f70a
VS
4973 ironlake_fdi_disable(crtc);
4974
bf49ec8c
DV
4975 for_each_encoder_on_crtc(dev, crtc, encoder)
4976 if (encoder->post_disable)
4977 encoder->post_disable(encoder);
2c07245f 4978
6e3c9717 4979 if (intel_crtc->config->has_pch_encoder) {
d925c59a 4980 ironlake_disable_pch_transcoder(dev_priv, pipe);
6be4a607 4981
d925c59a 4982 if (HAS_PCH_CPT(dev)) {
f0f59a00
VS
4983 i915_reg_t reg;
4984 u32 temp;
4985
d925c59a
DV
4986 /* disable TRANS_DP_CTL */
4987 reg = TRANS_DP_CTL(pipe);
4988 temp = I915_READ(reg);
4989 temp &= ~(TRANS_DP_OUTPUT_ENABLE |
4990 TRANS_DP_PORT_SEL_MASK);
4991 temp |= TRANS_DP_PORT_SEL_NONE;
4992 I915_WRITE(reg, temp);
4993
4994 /* disable DPLL_SEL */
4995 temp = I915_READ(PCH_DPLL_SEL);
11887397 4996 temp &= ~(TRANS_DPLL_ENABLE(pipe) | TRANS_DPLLB_SEL(pipe));
d925c59a 4997 I915_WRITE(PCH_DPLL_SEL, temp);
9db4a9c7 4998 }
e3421a18 4999
d925c59a
DV
5000 ironlake_fdi_pll_disable(intel_crtc);
5001 }
81b088ca 5002
b2c0593a 5003 intel_set_cpu_fifo_underrun_reporting(dev_priv, pipe, true);
81b088ca 5004 intel_set_pch_fifo_underrun_reporting(dev_priv, pipe, true);
6be4a607 5005}
1b3c7a47 5006
4f771f10 5007static void haswell_crtc_disable(struct drm_crtc *crtc)
ee7b9f93 5008{
4f771f10
PZ
5009 struct drm_device *dev = crtc->dev;
5010 struct drm_i915_private *dev_priv = dev->dev_private;
ee7b9f93 5011 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
4f771f10 5012 struct intel_encoder *encoder;
6e3c9717 5013 enum transcoder cpu_transcoder = intel_crtc->config->cpu_transcoder;
ee7b9f93 5014
d2d65408
VS
5015 if (intel_crtc->config->has_pch_encoder)
5016 intel_set_pch_fifo_underrun_reporting(dev_priv, TRANSCODER_A,
5017 false);
5018
8807e55b
JN
5019 for_each_encoder_on_crtc(dev, crtc, encoder) {
5020 intel_opregion_notify_encoder(encoder, false);
4f771f10 5021 encoder->disable(encoder);
8807e55b 5022 }
4f771f10 5023
f9b61ff6
DV
5024 drm_crtc_vblank_off(crtc);
5025 assert_vblank_disabled(crtc);
5026
4d1de975
JN
5027 /* XXX: Do the pipe assertions at the right place for BXT DSI. */
5028 if (!intel_crtc->config->has_dsi_encoder)
5029 intel_disable_pipe(intel_crtc);
4f771f10 5030
6e3c9717 5031 if (intel_crtc->config->dp_encoder_is_mst)
a4bf214f
VS
5032 intel_ddi_set_vc_payload_alloc(crtc, false);
5033
a65347ba 5034 if (!intel_crtc->config->has_dsi_encoder)
7d4aefd0 5035 intel_ddi_disable_transcoder_func(dev_priv, cpu_transcoder);
4f771f10 5036
1c132b44 5037 if (INTEL_INFO(dev)->gen >= 9)
e435d6e5 5038 skylake_scaler_disable(intel_crtc);
ff6d9f55 5039 else
bfd16b2a 5040 ironlake_pfit_disable(intel_crtc, false);
4f771f10 5041
a65347ba 5042 if (!intel_crtc->config->has_dsi_encoder)
7d4aefd0 5043 intel_ddi_disable_pipe_clock(intel_crtc);
4f771f10 5044
97b040aa
ID
5045 for_each_encoder_on_crtc(dev, crtc, encoder)
5046 if (encoder->post_disable)
5047 encoder->post_disable(encoder);
81b088ca 5048
92966a37
VS
5049 if (intel_crtc->config->has_pch_encoder) {
5050 lpt_disable_pch_transcoder(dev_priv);
503a74e9 5051 lpt_disable_iclkip(dev_priv);
92966a37
VS
5052 intel_ddi_fdi_disable(crtc);
5053
81b088ca
VS
5054 intel_set_pch_fifo_underrun_reporting(dev_priv, TRANSCODER_A,
5055 true);
92966a37 5056 }
4f771f10
PZ
5057}
5058
2dd24552
JB
5059static void i9xx_pfit_enable(struct intel_crtc *crtc)
5060{
5061 struct drm_device *dev = crtc->base.dev;
5062 struct drm_i915_private *dev_priv = dev->dev_private;
6e3c9717 5063 struct intel_crtc_state *pipe_config = crtc->config;
2dd24552 5064
681a8504 5065 if (!pipe_config->gmch_pfit.control)
2dd24552
JB
5066 return;
5067
2dd24552 5068 /*
c0b03411
DV
5069 * The panel fitter should only be adjusted whilst the pipe is disabled,
5070 * according to register description and PRM.
2dd24552 5071 */
c0b03411
DV
5072 WARN_ON(I915_READ(PFIT_CONTROL) & PFIT_ENABLE);
5073 assert_pipe_disabled(dev_priv, crtc->pipe);
2dd24552 5074
b074cec8
JB
5075 I915_WRITE(PFIT_PGM_RATIOS, pipe_config->gmch_pfit.pgm_ratios);
5076 I915_WRITE(PFIT_CONTROL, pipe_config->gmch_pfit.control);
5a80c45c
DV
5077
5078 /* Border color in case we don't scale up to the full screen. Black by
5079 * default, change to something else for debugging. */
5080 I915_WRITE(BCLRPAT(crtc->pipe), 0);
2dd24552
JB
5081}
5082
d05410f9
DA
5083static enum intel_display_power_domain port_to_power_domain(enum port port)
5084{
5085 switch (port) {
5086 case PORT_A:
6331a704 5087 return POWER_DOMAIN_PORT_DDI_A_LANES;
d05410f9 5088 case PORT_B:
6331a704 5089 return POWER_DOMAIN_PORT_DDI_B_LANES;
d05410f9 5090 case PORT_C:
6331a704 5091 return POWER_DOMAIN_PORT_DDI_C_LANES;
d05410f9 5092 case PORT_D:
6331a704 5093 return POWER_DOMAIN_PORT_DDI_D_LANES;
d8e19f99 5094 case PORT_E:
6331a704 5095 return POWER_DOMAIN_PORT_DDI_E_LANES;
d05410f9 5096 default:
b9fec167 5097 MISSING_CASE(port);
d05410f9
DA
5098 return POWER_DOMAIN_PORT_OTHER;
5099 }
5100}
5101
25f78f58
VS
5102static enum intel_display_power_domain port_to_aux_power_domain(enum port port)
5103{
5104 switch (port) {
5105 case PORT_A:
5106 return POWER_DOMAIN_AUX_A;
5107 case PORT_B:
5108 return POWER_DOMAIN_AUX_B;
5109 case PORT_C:
5110 return POWER_DOMAIN_AUX_C;
5111 case PORT_D:
5112 return POWER_DOMAIN_AUX_D;
5113 case PORT_E:
5114 /* FIXME: Check VBT for actual wiring of PORT E */
5115 return POWER_DOMAIN_AUX_D;
5116 default:
b9fec167 5117 MISSING_CASE(port);
25f78f58
VS
5118 return POWER_DOMAIN_AUX_A;
5119 }
5120}
5121
319be8ae
ID
5122enum intel_display_power_domain
5123intel_display_port_power_domain(struct intel_encoder *intel_encoder)
5124{
5125 struct drm_device *dev = intel_encoder->base.dev;
5126 struct intel_digital_port *intel_dig_port;
5127
5128 switch (intel_encoder->type) {
5129 case INTEL_OUTPUT_UNKNOWN:
5130 /* Only DDI platforms should ever use this output type */
5131 WARN_ON_ONCE(!HAS_DDI(dev));
5132 case INTEL_OUTPUT_DISPLAYPORT:
5133 case INTEL_OUTPUT_HDMI:
5134 case INTEL_OUTPUT_EDP:
5135 intel_dig_port = enc_to_dig_port(&intel_encoder->base);
d05410f9 5136 return port_to_power_domain(intel_dig_port->port);
0e32b39c
DA
5137 case INTEL_OUTPUT_DP_MST:
5138 intel_dig_port = enc_to_mst(&intel_encoder->base)->primary;
5139 return port_to_power_domain(intel_dig_port->port);
319be8ae
ID
5140 case INTEL_OUTPUT_ANALOG:
5141 return POWER_DOMAIN_PORT_CRT;
5142 case INTEL_OUTPUT_DSI:
5143 return POWER_DOMAIN_PORT_DSI;
5144 default:
5145 return POWER_DOMAIN_PORT_OTHER;
5146 }
5147}
5148
25f78f58
VS
5149enum intel_display_power_domain
5150intel_display_port_aux_power_domain(struct intel_encoder *intel_encoder)
5151{
5152 struct drm_device *dev = intel_encoder->base.dev;
5153 struct intel_digital_port *intel_dig_port;
5154
5155 switch (intel_encoder->type) {
5156 case INTEL_OUTPUT_UNKNOWN:
651174a4
ID
5157 case INTEL_OUTPUT_HDMI:
5158 /*
5159 * Only DDI platforms should ever use these output types.
5160 * We can get here after the HDMI detect code has already set
5161 * the type of the shared encoder. Since we can't be sure
5162 * what's the status of the given connectors, play safe and
5163 * run the DP detection too.
5164 */
25f78f58
VS
5165 WARN_ON_ONCE(!HAS_DDI(dev));
5166 case INTEL_OUTPUT_DISPLAYPORT:
5167 case INTEL_OUTPUT_EDP:
5168 intel_dig_port = enc_to_dig_port(&intel_encoder->base);
5169 return port_to_aux_power_domain(intel_dig_port->port);
5170 case INTEL_OUTPUT_DP_MST:
5171 intel_dig_port = enc_to_mst(&intel_encoder->base)->primary;
5172 return port_to_aux_power_domain(intel_dig_port->port);
5173 default:
b9fec167 5174 MISSING_CASE(intel_encoder->type);
25f78f58
VS
5175 return POWER_DOMAIN_AUX_A;
5176 }
5177}
5178
74bff5f9
ML
5179static unsigned long get_crtc_power_domains(struct drm_crtc *crtc,
5180 struct intel_crtc_state *crtc_state)
77d22dca 5181{
319be8ae 5182 struct drm_device *dev = crtc->dev;
74bff5f9 5183 struct drm_encoder *encoder;
319be8ae
ID
5184 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
5185 enum pipe pipe = intel_crtc->pipe;
77d22dca 5186 unsigned long mask;
74bff5f9 5187 enum transcoder transcoder = crtc_state->cpu_transcoder;
77d22dca 5188
74bff5f9 5189 if (!crtc_state->base.active)
292b990e
ML
5190 return 0;
5191
77d22dca
ID
5192 mask = BIT(POWER_DOMAIN_PIPE(pipe));
5193 mask |= BIT(POWER_DOMAIN_TRANSCODER(transcoder));
74bff5f9
ML
5194 if (crtc_state->pch_pfit.enabled ||
5195 crtc_state->pch_pfit.force_thru)
77d22dca
ID
5196 mask |= BIT(POWER_DOMAIN_PIPE_PANEL_FITTER(pipe));
5197
74bff5f9
ML
5198 drm_for_each_encoder_mask(encoder, dev, crtc_state->base.encoder_mask) {
5199 struct intel_encoder *intel_encoder = to_intel_encoder(encoder);
5200
319be8ae 5201 mask |= BIT(intel_display_port_power_domain(intel_encoder));
74bff5f9 5202 }
319be8ae 5203
15e7ec29
ML
5204 if (crtc_state->shared_dpll)
5205 mask |= BIT(POWER_DOMAIN_PLLS);
5206
77d22dca
ID
5207 return mask;
5208}
5209
74bff5f9
ML
5210static unsigned long
5211modeset_get_crtc_power_domains(struct drm_crtc *crtc,
5212 struct intel_crtc_state *crtc_state)
77d22dca 5213{
292b990e
ML
5214 struct drm_i915_private *dev_priv = crtc->dev->dev_private;
5215 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
5216 enum intel_display_power_domain domain;
5217 unsigned long domains, new_domains, old_domains;
77d22dca 5218
292b990e 5219 old_domains = intel_crtc->enabled_power_domains;
74bff5f9
ML
5220 intel_crtc->enabled_power_domains = new_domains =
5221 get_crtc_power_domains(crtc, crtc_state);
77d22dca 5222
292b990e
ML
5223 domains = new_domains & ~old_domains;
5224
5225 for_each_power_domain(domain, domains)
5226 intel_display_power_get(dev_priv, domain);
5227
5228 return old_domains & ~new_domains;
5229}
5230
5231static void modeset_put_power_domains(struct drm_i915_private *dev_priv,
5232 unsigned long domains)
5233{
5234 enum intel_display_power_domain domain;
5235
5236 for_each_power_domain(domain, domains)
5237 intel_display_power_put(dev_priv, domain);
5238}
77d22dca 5239
adafdc6f
MK
5240static int intel_compute_max_dotclk(struct drm_i915_private *dev_priv)
5241{
5242 int max_cdclk_freq = dev_priv->max_cdclk_freq;
5243
5244 if (INTEL_INFO(dev_priv)->gen >= 9 ||
5245 IS_HASWELL(dev_priv) || IS_BROADWELL(dev_priv))
5246 return max_cdclk_freq;
5247 else if (IS_CHERRYVIEW(dev_priv))
5248 return max_cdclk_freq*95/100;
5249 else if (INTEL_INFO(dev_priv)->gen < 4)
5250 return 2*max_cdclk_freq*90/100;
5251 else
5252 return max_cdclk_freq*90/100;
5253}
5254
560a7ae4
DL
5255static void intel_update_max_cdclk(struct drm_device *dev)
5256{
5257 struct drm_i915_private *dev_priv = dev->dev_private;
5258
ef11bdb3 5259 if (IS_SKYLAKE(dev) || IS_KABYLAKE(dev)) {
560a7ae4
DL
5260 u32 limit = I915_READ(SKL_DFSM) & SKL_DFSM_CDCLK_LIMIT_MASK;
5261
5262 if (limit == SKL_DFSM_CDCLK_LIMIT_675)
5263 dev_priv->max_cdclk_freq = 675000;
5264 else if (limit == SKL_DFSM_CDCLK_LIMIT_540)
5265 dev_priv->max_cdclk_freq = 540000;
5266 else if (limit == SKL_DFSM_CDCLK_LIMIT_450)
5267 dev_priv->max_cdclk_freq = 450000;
5268 else
5269 dev_priv->max_cdclk_freq = 337500;
281c114f
MR
5270 } else if (IS_BROXTON(dev)) {
5271 dev_priv->max_cdclk_freq = 624000;
560a7ae4
DL
5272 } else if (IS_BROADWELL(dev)) {
5273 /*
5274 * FIXME with extra cooling we can allow
5275 * 540 MHz for ULX and 675 Mhz for ULT.
5276 * How can we know if extra cooling is
5277 * available? PCI ID, VTB, something else?
5278 */
5279 if (I915_READ(FUSE_STRAP) & HSW_CDCLK_LIMIT)
5280 dev_priv->max_cdclk_freq = 450000;
5281 else if (IS_BDW_ULX(dev))
5282 dev_priv->max_cdclk_freq = 450000;
5283 else if (IS_BDW_ULT(dev))
5284 dev_priv->max_cdclk_freq = 540000;
5285 else
5286 dev_priv->max_cdclk_freq = 675000;
0904deaf
MK
5287 } else if (IS_CHERRYVIEW(dev)) {
5288 dev_priv->max_cdclk_freq = 320000;
560a7ae4
DL
5289 } else if (IS_VALLEYVIEW(dev)) {
5290 dev_priv->max_cdclk_freq = 400000;
5291 } else {
5292 /* otherwise assume cdclk is fixed */
5293 dev_priv->max_cdclk_freq = dev_priv->cdclk_freq;
5294 }
5295
adafdc6f
MK
5296 dev_priv->max_dotclk_freq = intel_compute_max_dotclk(dev_priv);
5297
560a7ae4
DL
5298 DRM_DEBUG_DRIVER("Max CD clock rate: %d kHz\n",
5299 dev_priv->max_cdclk_freq);
adafdc6f
MK
5300
5301 DRM_DEBUG_DRIVER("Max dotclock rate: %d kHz\n",
5302 dev_priv->max_dotclk_freq);
560a7ae4
DL
5303}
5304
5305static void intel_update_cdclk(struct drm_device *dev)
5306{
5307 struct drm_i915_private *dev_priv = dev->dev_private;
5308
5309 dev_priv->cdclk_freq = dev_priv->display.get_display_clock_speed(dev);
5310 DRM_DEBUG_DRIVER("Current CD clock rate: %d kHz\n",
5311 dev_priv->cdclk_freq);
5312
5313 /*
5314 * Program the gmbus_freq based on the cdclk frequency.
5315 * BSpec erroneously claims we should aim for 4MHz, but
5316 * in fact 1MHz is the correct frequency.
5317 */
666a4537 5318 if (IS_VALLEYVIEW(dev) || IS_CHERRYVIEW(dev)) {
560a7ae4
DL
5319 /*
5320 * Program the gmbus_freq based on the cdclk frequency.
5321 * BSpec erroneously claims we should aim for 4MHz, but
5322 * in fact 1MHz is the correct frequency.
5323 */
5324 I915_WRITE(GMBUSFREQ_VLV, DIV_ROUND_UP(dev_priv->cdclk_freq, 1000));
5325 }
5326
5327 if (dev_priv->max_cdclk_freq == 0)
5328 intel_update_max_cdclk(dev);
5329}
5330
c6c4696f 5331static void broxton_set_cdclk(struct drm_i915_private *dev_priv, int frequency)
f8437dd1 5332{
f8437dd1
VK
5333 uint32_t divider;
5334 uint32_t ratio;
5335 uint32_t current_freq;
5336 int ret;
5337
5338 /* frequency = 19.2MHz * ratio / 2 / div{1,1.5,2,4} */
5339 switch (frequency) {
5340 case 144000:
5341 divider = BXT_CDCLK_CD2X_DIV_SEL_4;
5342 ratio = BXT_DE_PLL_RATIO(60);
5343 break;
5344 case 288000:
5345 divider = BXT_CDCLK_CD2X_DIV_SEL_2;
5346 ratio = BXT_DE_PLL_RATIO(60);
5347 break;
5348 case 384000:
5349 divider = BXT_CDCLK_CD2X_DIV_SEL_1_5;
5350 ratio = BXT_DE_PLL_RATIO(60);
5351 break;
5352 case 576000:
5353 divider = BXT_CDCLK_CD2X_DIV_SEL_1;
5354 ratio = BXT_DE_PLL_RATIO(60);
5355 break;
5356 case 624000:
5357 divider = BXT_CDCLK_CD2X_DIV_SEL_1;
5358 ratio = BXT_DE_PLL_RATIO(65);
5359 break;
5360 case 19200:
5361 /*
5362 * Bypass frequency with DE PLL disabled. Init ratio, divider
5363 * to suppress GCC warning.
5364 */
5365 ratio = 0;
5366 divider = 0;
5367 break;
5368 default:
5369 DRM_ERROR("unsupported CDCLK freq %d", frequency);
5370
5371 return;
5372 }
5373
5374 mutex_lock(&dev_priv->rps.hw_lock);
5375 /* Inform power controller of upcoming frequency change */
5376 ret = sandybridge_pcode_write(dev_priv, HSW_PCODE_DE_WRITE_FREQ_REQ,
5377 0x80000000);
5378 mutex_unlock(&dev_priv->rps.hw_lock);
5379
5380 if (ret) {
5381 DRM_ERROR("PCode CDCLK freq change notify failed (err %d, freq %d)\n",
5382 ret, frequency);
5383 return;
5384 }
5385
5386 current_freq = I915_READ(CDCLK_CTL) & CDCLK_FREQ_DECIMAL_MASK;
5387 /* convert from .1 fixpoint MHz with -1MHz offset to kHz */
5388 current_freq = current_freq * 500 + 1000;
5389
5390 /*
5391 * DE PLL has to be disabled when
5392 * - setting to 19.2MHz (bypass, PLL isn't used)
5393 * - before setting to 624MHz (PLL needs toggling)
5394 * - before setting to any frequency from 624MHz (PLL needs toggling)
5395 */
5396 if (frequency == 19200 || frequency == 624000 ||
5397 current_freq == 624000) {
5398 I915_WRITE(BXT_DE_PLL_ENABLE, ~BXT_DE_PLL_PLL_ENABLE);
5399 /* Timeout 200us */
5400 if (wait_for(!(I915_READ(BXT_DE_PLL_ENABLE) & BXT_DE_PLL_LOCK),
5401 1))
5402 DRM_ERROR("timout waiting for DE PLL unlock\n");
5403 }
5404
5405 if (frequency != 19200) {
5406 uint32_t val;
5407
5408 val = I915_READ(BXT_DE_PLL_CTL);
5409 val &= ~BXT_DE_PLL_RATIO_MASK;
5410 val |= ratio;
5411 I915_WRITE(BXT_DE_PLL_CTL, val);
5412
5413 I915_WRITE(BXT_DE_PLL_ENABLE, BXT_DE_PLL_PLL_ENABLE);
5414 /* Timeout 200us */
5415 if (wait_for(I915_READ(BXT_DE_PLL_ENABLE) & BXT_DE_PLL_LOCK, 1))
5416 DRM_ERROR("timeout waiting for DE PLL lock\n");
5417
5418 val = I915_READ(CDCLK_CTL);
5419 val &= ~BXT_CDCLK_CD2X_DIV_SEL_MASK;
5420 val |= divider;
5421 /*
5422 * Disable SSA Precharge when CD clock frequency < 500 MHz,
5423 * enable otherwise.
5424 */
5425 val &= ~BXT_CDCLK_SSA_PRECHARGE_ENABLE;
5426 if (frequency >= 500000)
5427 val |= BXT_CDCLK_SSA_PRECHARGE_ENABLE;
5428
5429 val &= ~CDCLK_FREQ_DECIMAL_MASK;
5430 /* convert from kHz to .1 fixpoint MHz with -1MHz offset */
5431 val |= (frequency - 1000) / 500;
5432 I915_WRITE(CDCLK_CTL, val);
5433 }
5434
5435 mutex_lock(&dev_priv->rps.hw_lock);
5436 ret = sandybridge_pcode_write(dev_priv, HSW_PCODE_DE_WRITE_FREQ_REQ,
5437 DIV_ROUND_UP(frequency, 25000));
5438 mutex_unlock(&dev_priv->rps.hw_lock);
5439
5440 if (ret) {
5441 DRM_ERROR("PCode CDCLK freq set failed, (err %d, freq %d)\n",
5442 ret, frequency);
5443 return;
5444 }
5445
c6c4696f 5446 intel_update_cdclk(dev_priv->dev);
f8437dd1
VK
5447}
5448
c6c4696f 5449void broxton_init_cdclk(struct drm_i915_private *dev_priv)
f8437dd1 5450{
f8437dd1
VK
5451 /* check if cd clock is enabled */
5452 if (I915_READ(BXT_DE_PLL_ENABLE) & BXT_DE_PLL_PLL_ENABLE) {
5453 DRM_DEBUG_KMS("Display already initialized\n");
5454 return;
5455 }
5456
5457 /*
5458 * FIXME:
5459 * - The initial CDCLK needs to be read from VBT.
5460 * Need to make this change after VBT has changes for BXT.
5461 * - check if setting the max (or any) cdclk freq is really necessary
5462 * here, it belongs to modeset time
5463 */
c6c4696f 5464 broxton_set_cdclk(dev_priv, 624000);
f8437dd1
VK
5465
5466 I915_WRITE(DBUF_CTL, I915_READ(DBUF_CTL) | DBUF_POWER_REQUEST);
22e02c0b
VS
5467 POSTING_READ(DBUF_CTL);
5468
f8437dd1
VK
5469 udelay(10);
5470
5471 if (!(I915_READ(DBUF_CTL) & DBUF_POWER_STATE))
5472 DRM_ERROR("DBuf power enable timeout!\n");
5473}
5474
c6c4696f 5475void broxton_uninit_cdclk(struct drm_i915_private *dev_priv)
f8437dd1 5476{
f8437dd1 5477 I915_WRITE(DBUF_CTL, I915_READ(DBUF_CTL) & ~DBUF_POWER_REQUEST);
22e02c0b
VS
5478 POSTING_READ(DBUF_CTL);
5479
f8437dd1
VK
5480 udelay(10);
5481
5482 if (I915_READ(DBUF_CTL) & DBUF_POWER_STATE)
5483 DRM_ERROR("DBuf power disable timeout!\n");
5484
5485 /* Set minimum (bypass) frequency, in effect turning off the DE PLL */
c6c4696f 5486 broxton_set_cdclk(dev_priv, 19200);
f8437dd1
VK
5487}
5488
5d96d8af
DL
5489static const struct skl_cdclk_entry {
5490 unsigned int freq;
5491 unsigned int vco;
5492} skl_cdclk_frequencies[] = {
5493 { .freq = 308570, .vco = 8640 },
5494 { .freq = 337500, .vco = 8100 },
5495 { .freq = 432000, .vco = 8640 },
5496 { .freq = 450000, .vco = 8100 },
5497 { .freq = 540000, .vco = 8100 },
5498 { .freq = 617140, .vco = 8640 },
5499 { .freq = 675000, .vco = 8100 },
5500};
5501
5502static unsigned int skl_cdclk_decimal(unsigned int freq)
5503{
5504 return (freq - 1000) / 500;
5505}
5506
5507static unsigned int skl_cdclk_get_vco(unsigned int freq)
5508{
5509 unsigned int i;
5510
5511 for (i = 0; i < ARRAY_SIZE(skl_cdclk_frequencies); i++) {
5512 const struct skl_cdclk_entry *e = &skl_cdclk_frequencies[i];
5513
5514 if (e->freq == freq)
5515 return e->vco;
5516 }
5517
5518 return 8100;
5519}
5520
5521static void
5522skl_dpll0_enable(struct drm_i915_private *dev_priv, unsigned int required_vco)
5523{
5524 unsigned int min_freq;
5525 u32 val;
5526
5527 /* select the minimum CDCLK before enabling DPLL 0 */
5528 val = I915_READ(CDCLK_CTL);
5529 val &= ~CDCLK_FREQ_SEL_MASK | ~CDCLK_FREQ_DECIMAL_MASK;
5530 val |= CDCLK_FREQ_337_308;
5531
5532 if (required_vco == 8640)
5533 min_freq = 308570;
5534 else
5535 min_freq = 337500;
5536
5537 val = CDCLK_FREQ_337_308 | skl_cdclk_decimal(min_freq);
5538
5539 I915_WRITE(CDCLK_CTL, val);
5540 POSTING_READ(CDCLK_CTL);
5541
5542 /*
5543 * We always enable DPLL0 with the lowest link rate possible, but still
5544 * taking into account the VCO required to operate the eDP panel at the
5545 * desired frequency. The usual DP link rates operate with a VCO of
5546 * 8100 while the eDP 1.4 alternate link rates need a VCO of 8640.
5547 * The modeset code is responsible for the selection of the exact link
5548 * rate later on, with the constraint of choosing a frequency that
5549 * works with required_vco.
5550 */
5551 val = I915_READ(DPLL_CTRL1);
5552
5553 val &= ~(DPLL_CTRL1_HDMI_MODE(SKL_DPLL0) | DPLL_CTRL1_SSC(SKL_DPLL0) |
5554 DPLL_CTRL1_LINK_RATE_MASK(SKL_DPLL0));
5555 val |= DPLL_CTRL1_OVERRIDE(SKL_DPLL0);
5556 if (required_vco == 8640)
5557 val |= DPLL_CTRL1_LINK_RATE(DPLL_CTRL1_LINK_RATE_1080,
5558 SKL_DPLL0);
5559 else
5560 val |= DPLL_CTRL1_LINK_RATE(DPLL_CTRL1_LINK_RATE_810,
5561 SKL_DPLL0);
5562
5563 I915_WRITE(DPLL_CTRL1, val);
5564 POSTING_READ(DPLL_CTRL1);
5565
5566 I915_WRITE(LCPLL1_CTL, I915_READ(LCPLL1_CTL) | LCPLL_PLL_ENABLE);
5567
5568 if (wait_for(I915_READ(LCPLL1_CTL) & LCPLL_PLL_LOCK, 5))
5569 DRM_ERROR("DPLL0 not locked\n");
5570}
5571
5572static bool skl_cdclk_pcu_ready(struct drm_i915_private *dev_priv)
5573{
5574 int ret;
5575 u32 val;
5576
5577 /* inform PCU we want to change CDCLK */
5578 val = SKL_CDCLK_PREPARE_FOR_CHANGE;
5579 mutex_lock(&dev_priv->rps.hw_lock);
5580 ret = sandybridge_pcode_read(dev_priv, SKL_PCODE_CDCLK_CONTROL, &val);
5581 mutex_unlock(&dev_priv->rps.hw_lock);
5582
5583 return ret == 0 && (val & SKL_CDCLK_READY_FOR_CHANGE);
5584}
5585
5586static bool skl_cdclk_wait_for_pcu_ready(struct drm_i915_private *dev_priv)
5587{
5588 unsigned int i;
5589
5590 for (i = 0; i < 15; i++) {
5591 if (skl_cdclk_pcu_ready(dev_priv))
5592 return true;
5593 udelay(10);
5594 }
5595
5596 return false;
5597}
5598
5599static void skl_set_cdclk(struct drm_i915_private *dev_priv, unsigned int freq)
5600{
560a7ae4 5601 struct drm_device *dev = dev_priv->dev;
5d96d8af
DL
5602 u32 freq_select, pcu_ack;
5603
5604 DRM_DEBUG_DRIVER("Changing CDCLK to %dKHz\n", freq);
5605
5606 if (!skl_cdclk_wait_for_pcu_ready(dev_priv)) {
5607 DRM_ERROR("failed to inform PCU about cdclk change\n");
5608 return;
5609 }
5610
5611 /* set CDCLK_CTL */
5612 switch(freq) {
5613 case 450000:
5614 case 432000:
5615 freq_select = CDCLK_FREQ_450_432;
5616 pcu_ack = 1;
5617 break;
5618 case 540000:
5619 freq_select = CDCLK_FREQ_540;
5620 pcu_ack = 2;
5621 break;
5622 case 308570:
5623 case 337500:
5624 default:
5625 freq_select = CDCLK_FREQ_337_308;
5626 pcu_ack = 0;
5627 break;
5628 case 617140:
5629 case 675000:
5630 freq_select = CDCLK_FREQ_675_617;
5631 pcu_ack = 3;
5632 break;
5633 }
5634
5635 I915_WRITE(CDCLK_CTL, freq_select | skl_cdclk_decimal(freq));
5636 POSTING_READ(CDCLK_CTL);
5637
5638 /* inform PCU of the change */
5639 mutex_lock(&dev_priv->rps.hw_lock);
5640 sandybridge_pcode_write(dev_priv, SKL_PCODE_CDCLK_CONTROL, pcu_ack);
5641 mutex_unlock(&dev_priv->rps.hw_lock);
560a7ae4
DL
5642
5643 intel_update_cdclk(dev);
5d96d8af
DL
5644}
5645
5646void skl_uninit_cdclk(struct drm_i915_private *dev_priv)
5647{
5648 /* disable DBUF power */
5649 I915_WRITE(DBUF_CTL, I915_READ(DBUF_CTL) & ~DBUF_POWER_REQUEST);
5650 POSTING_READ(DBUF_CTL);
5651
5652 udelay(10);
5653
5654 if (I915_READ(DBUF_CTL) & DBUF_POWER_STATE)
5655 DRM_ERROR("DBuf power disable timeout\n");
5656
ab96c1ee
ID
5657 /* disable DPLL0 */
5658 I915_WRITE(LCPLL1_CTL, I915_READ(LCPLL1_CTL) & ~LCPLL_PLL_ENABLE);
5659 if (wait_for(!(I915_READ(LCPLL1_CTL) & LCPLL_PLL_LOCK), 1))
5660 DRM_ERROR("Couldn't disable DPLL0\n");
5d96d8af
DL
5661}
5662
5663void skl_init_cdclk(struct drm_i915_private *dev_priv)
5664{
5d96d8af
DL
5665 unsigned int required_vco;
5666
39d9b85a
GW
5667 /* DPLL0 not enabled (happens on early BIOS versions) */
5668 if (!(I915_READ(LCPLL1_CTL) & LCPLL_PLL_ENABLE)) {
5669 /* enable DPLL0 */
5670 required_vco = skl_cdclk_get_vco(dev_priv->skl_boot_cdclk);
5671 skl_dpll0_enable(dev_priv, required_vco);
5d96d8af
DL
5672 }
5673
5d96d8af
DL
5674 /* set CDCLK to the frequency the BIOS chose */
5675 skl_set_cdclk(dev_priv, dev_priv->skl_boot_cdclk);
5676
5677 /* enable DBUF power */
5678 I915_WRITE(DBUF_CTL, I915_READ(DBUF_CTL) | DBUF_POWER_REQUEST);
5679 POSTING_READ(DBUF_CTL);
5680
5681 udelay(10);
5682
5683 if (!(I915_READ(DBUF_CTL) & DBUF_POWER_STATE))
5684 DRM_ERROR("DBuf power enable timeout\n");
5685}
5686
c73666f3
SK
5687int skl_sanitize_cdclk(struct drm_i915_private *dev_priv)
5688{
5689 uint32_t lcpll1 = I915_READ(LCPLL1_CTL);
5690 uint32_t cdctl = I915_READ(CDCLK_CTL);
5691 int freq = dev_priv->skl_boot_cdclk;
5692
f1b391a5
SK
5693 /*
5694 * check if the pre-os intialized the display
5695 * There is SWF18 scratchpad register defined which is set by the
5696 * pre-os which can be used by the OS drivers to check the status
5697 */
5698 if ((I915_READ(SWF_ILK(0x18)) & 0x00FFFFFF) == 0)
5699 goto sanitize;
5700
c73666f3
SK
5701 /* Is PLL enabled and locked ? */
5702 if (!((lcpll1 & LCPLL_PLL_ENABLE) && (lcpll1 & LCPLL_PLL_LOCK)))
5703 goto sanitize;
5704
5705 /* DPLL okay; verify the cdclock
5706 *
5707 * Noticed in some instances that the freq selection is correct but
5708 * decimal part is programmed wrong from BIOS where pre-os does not
5709 * enable display. Verify the same as well.
5710 */
5711 if (cdctl == ((cdctl & CDCLK_FREQ_SEL_MASK) | skl_cdclk_decimal(freq)))
5712 /* All well; nothing to sanitize */
5713 return false;
5714sanitize:
5715 /*
5716 * As of now initialize with max cdclk till
5717 * we get dynamic cdclk support
5718 * */
5719 dev_priv->skl_boot_cdclk = dev_priv->max_cdclk_freq;
5720 skl_init_cdclk(dev_priv);
5721
5722 /* we did have to sanitize */
5723 return true;
5724}
5725
30a970c6
JB
5726/* Adjust CDclk dividers to allow high res or save power if possible */
5727static void valleyview_set_cdclk(struct drm_device *dev, int cdclk)
5728{
5729 struct drm_i915_private *dev_priv = dev->dev_private;
5730 u32 val, cmd;
5731
164dfd28
VK
5732 WARN_ON(dev_priv->display.get_display_clock_speed(dev)
5733 != dev_priv->cdclk_freq);
d60c4473 5734
dfcab17e 5735 if (cdclk >= 320000) /* jump to highest voltage for 400MHz too */
30a970c6 5736 cmd = 2;
dfcab17e 5737 else if (cdclk == 266667)
30a970c6
JB
5738 cmd = 1;
5739 else
5740 cmd = 0;
5741
5742 mutex_lock(&dev_priv->rps.hw_lock);
5743 val = vlv_punit_read(dev_priv, PUNIT_REG_DSPFREQ);
5744 val &= ~DSPFREQGUAR_MASK;
5745 val |= (cmd << DSPFREQGUAR_SHIFT);
5746 vlv_punit_write(dev_priv, PUNIT_REG_DSPFREQ, val);
5747 if (wait_for((vlv_punit_read(dev_priv, PUNIT_REG_DSPFREQ) &
5748 DSPFREQSTAT_MASK) == (cmd << DSPFREQSTAT_SHIFT),
5749 50)) {
5750 DRM_ERROR("timed out waiting for CDclk change\n");
5751 }
5752 mutex_unlock(&dev_priv->rps.hw_lock);
5753
54433e91
VS
5754 mutex_lock(&dev_priv->sb_lock);
5755
dfcab17e 5756 if (cdclk == 400000) {
6bcda4f0 5757 u32 divider;
30a970c6 5758
6bcda4f0 5759 divider = DIV_ROUND_CLOSEST(dev_priv->hpll_freq << 1, cdclk) - 1;
30a970c6 5760
30a970c6
JB
5761 /* adjust cdclk divider */
5762 val = vlv_cck_read(dev_priv, CCK_DISPLAY_CLOCK_CONTROL);
87d5d259 5763 val &= ~CCK_FREQUENCY_VALUES;
30a970c6
JB
5764 val |= divider;
5765 vlv_cck_write(dev_priv, CCK_DISPLAY_CLOCK_CONTROL, val);
a877e801
VS
5766
5767 if (wait_for((vlv_cck_read(dev_priv, CCK_DISPLAY_CLOCK_CONTROL) &
87d5d259 5768 CCK_FREQUENCY_STATUS) == (divider << CCK_FREQUENCY_STATUS_SHIFT),
a877e801
VS
5769 50))
5770 DRM_ERROR("timed out waiting for CDclk change\n");
30a970c6
JB
5771 }
5772
30a970c6
JB
5773 /* adjust self-refresh exit latency value */
5774 val = vlv_bunit_read(dev_priv, BUNIT_REG_BISOC);
5775 val &= ~0x7f;
5776
5777 /*
5778 * For high bandwidth configs, we set a higher latency in the bunit
5779 * so that the core display fetch happens in time to avoid underruns.
5780 */
dfcab17e 5781 if (cdclk == 400000)
30a970c6
JB
5782 val |= 4500 / 250; /* 4.5 usec */
5783 else
5784 val |= 3000 / 250; /* 3.0 usec */
5785 vlv_bunit_write(dev_priv, BUNIT_REG_BISOC, val);
54433e91 5786
a580516d 5787 mutex_unlock(&dev_priv->sb_lock);
30a970c6 5788
b6283055 5789 intel_update_cdclk(dev);
30a970c6
JB
5790}
5791
383c5a6a
VS
5792static void cherryview_set_cdclk(struct drm_device *dev, int cdclk)
5793{
5794 struct drm_i915_private *dev_priv = dev->dev_private;
5795 u32 val, cmd;
5796
164dfd28
VK
5797 WARN_ON(dev_priv->display.get_display_clock_speed(dev)
5798 != dev_priv->cdclk_freq);
383c5a6a
VS
5799
5800 switch (cdclk) {
383c5a6a
VS
5801 case 333333:
5802 case 320000:
383c5a6a 5803 case 266667:
383c5a6a 5804 case 200000:
383c5a6a
VS
5805 break;
5806 default:
5f77eeb0 5807 MISSING_CASE(cdclk);
383c5a6a
VS
5808 return;
5809 }
5810
9d0d3fda
VS
5811 /*
5812 * Specs are full of misinformation, but testing on actual
5813 * hardware has shown that we just need to write the desired
5814 * CCK divider into the Punit register.
5815 */
5816 cmd = DIV_ROUND_CLOSEST(dev_priv->hpll_freq << 1, cdclk) - 1;
5817
383c5a6a
VS
5818 mutex_lock(&dev_priv->rps.hw_lock);
5819 val = vlv_punit_read(dev_priv, PUNIT_REG_DSPFREQ);
5820 val &= ~DSPFREQGUAR_MASK_CHV;
5821 val |= (cmd << DSPFREQGUAR_SHIFT_CHV);
5822 vlv_punit_write(dev_priv, PUNIT_REG_DSPFREQ, val);
5823 if (wait_for((vlv_punit_read(dev_priv, PUNIT_REG_DSPFREQ) &
5824 DSPFREQSTAT_MASK_CHV) == (cmd << DSPFREQSTAT_SHIFT_CHV),
5825 50)) {
5826 DRM_ERROR("timed out waiting for CDclk change\n");
5827 }
5828 mutex_unlock(&dev_priv->rps.hw_lock);
5829
b6283055 5830 intel_update_cdclk(dev);
383c5a6a
VS
5831}
5832
30a970c6
JB
5833static int valleyview_calc_cdclk(struct drm_i915_private *dev_priv,
5834 int max_pixclk)
5835{
6bcda4f0 5836 int freq_320 = (dev_priv->hpll_freq << 1) % 320000 != 0 ? 333333 : 320000;
6cca3195 5837 int limit = IS_CHERRYVIEW(dev_priv) ? 95 : 90;
29dc7ef3 5838
30a970c6
JB
5839 /*
5840 * Really only a few cases to deal with, as only 4 CDclks are supported:
5841 * 200MHz
5842 * 267MHz
29dc7ef3 5843 * 320/333MHz (depends on HPLL freq)
6cca3195
VS
5844 * 400MHz (VLV only)
5845 * So we check to see whether we're above 90% (VLV) or 95% (CHV)
5846 * of the lower bin and adjust if needed.
e37c67a1
VS
5847 *
5848 * We seem to get an unstable or solid color picture at 200MHz.
5849 * Not sure what's wrong. For now use 200MHz only when all pipes
5850 * are off.
30a970c6 5851 */
6cca3195
VS
5852 if (!IS_CHERRYVIEW(dev_priv) &&
5853 max_pixclk > freq_320*limit/100)
dfcab17e 5854 return 400000;
6cca3195 5855 else if (max_pixclk > 266667*limit/100)
29dc7ef3 5856 return freq_320;
e37c67a1 5857 else if (max_pixclk > 0)
dfcab17e 5858 return 266667;
e37c67a1
VS
5859 else
5860 return 200000;
30a970c6
JB
5861}
5862
f8437dd1
VK
5863static int broxton_calc_cdclk(struct drm_i915_private *dev_priv,
5864 int max_pixclk)
5865{
5866 /*
5867 * FIXME:
5868 * - remove the guardband, it's not needed on BXT
5869 * - set 19.2MHz bypass frequency if there are no active pipes
5870 */
5871 if (max_pixclk > 576000*9/10)
5872 return 624000;
5873 else if (max_pixclk > 384000*9/10)
5874 return 576000;
5875 else if (max_pixclk > 288000*9/10)
5876 return 384000;
5877 else if (max_pixclk > 144000*9/10)
5878 return 288000;
5879 else
5880 return 144000;
5881}
5882
e8788cbc 5883/* Compute the max pixel clock for new configuration. */
a821fc46
ACO
5884static int intel_mode_max_pixclk(struct drm_device *dev,
5885 struct drm_atomic_state *state)
30a970c6 5886{
565602d7
ML
5887 struct intel_atomic_state *intel_state = to_intel_atomic_state(state);
5888 struct drm_i915_private *dev_priv = dev->dev_private;
5889 struct drm_crtc *crtc;
5890 struct drm_crtc_state *crtc_state;
5891 unsigned max_pixclk = 0, i;
5892 enum pipe pipe;
30a970c6 5893
565602d7
ML
5894 memcpy(intel_state->min_pixclk, dev_priv->min_pixclk,
5895 sizeof(intel_state->min_pixclk));
304603f4 5896
565602d7
ML
5897 for_each_crtc_in_state(state, crtc, crtc_state, i) {
5898 int pixclk = 0;
5899
5900 if (crtc_state->enable)
5901 pixclk = crtc_state->adjusted_mode.crtc_clock;
304603f4 5902
565602d7 5903 intel_state->min_pixclk[i] = pixclk;
30a970c6
JB
5904 }
5905
565602d7
ML
5906 for_each_pipe(dev_priv, pipe)
5907 max_pixclk = max(intel_state->min_pixclk[pipe], max_pixclk);
5908
30a970c6
JB
5909 return max_pixclk;
5910}
5911
27c329ed 5912static int valleyview_modeset_calc_cdclk(struct drm_atomic_state *state)
30a970c6 5913{
27c329ed
ML
5914 struct drm_device *dev = state->dev;
5915 struct drm_i915_private *dev_priv = dev->dev_private;
5916 int max_pixclk = intel_mode_max_pixclk(dev, state);
1a617b77
ML
5917 struct intel_atomic_state *intel_state =
5918 to_intel_atomic_state(state);
30a970c6 5919
304603f4
ACO
5920 if (max_pixclk < 0)
5921 return max_pixclk;
30a970c6 5922
1a617b77 5923 intel_state->cdclk = intel_state->dev_cdclk =
27c329ed 5924 valleyview_calc_cdclk(dev_priv, max_pixclk);
0a9ab303 5925
1a617b77
ML
5926 if (!intel_state->active_crtcs)
5927 intel_state->dev_cdclk = valleyview_calc_cdclk(dev_priv, 0);
5928
27c329ed
ML
5929 return 0;
5930}
304603f4 5931
27c329ed
ML
5932static int broxton_modeset_calc_cdclk(struct drm_atomic_state *state)
5933{
5934 struct drm_device *dev = state->dev;
5935 struct drm_i915_private *dev_priv = dev->dev_private;
5936 int max_pixclk = intel_mode_max_pixclk(dev, state);
1a617b77
ML
5937 struct intel_atomic_state *intel_state =
5938 to_intel_atomic_state(state);
85a96e7a 5939
27c329ed
ML
5940 if (max_pixclk < 0)
5941 return max_pixclk;
85a96e7a 5942
1a617b77 5943 intel_state->cdclk = intel_state->dev_cdclk =
27c329ed 5944 broxton_calc_cdclk(dev_priv, max_pixclk);
85a96e7a 5945
1a617b77
ML
5946 if (!intel_state->active_crtcs)
5947 intel_state->dev_cdclk = broxton_calc_cdclk(dev_priv, 0);
5948
27c329ed 5949 return 0;
30a970c6
JB
5950}
5951
1e69cd74
VS
5952static void vlv_program_pfi_credits(struct drm_i915_private *dev_priv)
5953{
5954 unsigned int credits, default_credits;
5955
5956 if (IS_CHERRYVIEW(dev_priv))
5957 default_credits = PFI_CREDIT(12);
5958 else
5959 default_credits = PFI_CREDIT(8);
5960
bfa7df01 5961 if (dev_priv->cdclk_freq >= dev_priv->czclk_freq) {
1e69cd74
VS
5962 /* CHV suggested value is 31 or 63 */
5963 if (IS_CHERRYVIEW(dev_priv))
fcc0008f 5964 credits = PFI_CREDIT_63;
1e69cd74
VS
5965 else
5966 credits = PFI_CREDIT(15);
5967 } else {
5968 credits = default_credits;
5969 }
5970
5971 /*
5972 * WA - write default credits before re-programming
5973 * FIXME: should we also set the resend bit here?
5974 */
5975 I915_WRITE(GCI_CONTROL, VGA_FAST_MODE_DISABLE |
5976 default_credits);
5977
5978 I915_WRITE(GCI_CONTROL, VGA_FAST_MODE_DISABLE |
5979 credits | PFI_CREDIT_RESEND);
5980
5981 /*
5982 * FIXME is this guaranteed to clear
5983 * immediately or should we poll for it?
5984 */
5985 WARN_ON(I915_READ(GCI_CONTROL) & PFI_CREDIT_RESEND);
5986}
5987
27c329ed 5988static void valleyview_modeset_commit_cdclk(struct drm_atomic_state *old_state)
30a970c6 5989{
a821fc46 5990 struct drm_device *dev = old_state->dev;
30a970c6 5991 struct drm_i915_private *dev_priv = dev->dev_private;
1a617b77
ML
5992 struct intel_atomic_state *old_intel_state =
5993 to_intel_atomic_state(old_state);
5994 unsigned req_cdclk = old_intel_state->dev_cdclk;
30a970c6 5995
27c329ed
ML
5996 /*
5997 * FIXME: We can end up here with all power domains off, yet
5998 * with a CDCLK frequency other than the minimum. To account
5999 * for this take the PIPE-A power domain, which covers the HW
6000 * blocks needed for the following programming. This can be
6001 * removed once it's guaranteed that we get here either with
6002 * the minimum CDCLK set, or the required power domains
6003 * enabled.
6004 */
6005 intel_display_power_get(dev_priv, POWER_DOMAIN_PIPE_A);
738c05c0 6006
27c329ed
ML
6007 if (IS_CHERRYVIEW(dev))
6008 cherryview_set_cdclk(dev, req_cdclk);
6009 else
6010 valleyview_set_cdclk(dev, req_cdclk);
738c05c0 6011
27c329ed 6012 vlv_program_pfi_credits(dev_priv);
1e69cd74 6013
27c329ed 6014 intel_display_power_put(dev_priv, POWER_DOMAIN_PIPE_A);
30a970c6
JB
6015}
6016
89b667f8
JB
6017static void valleyview_crtc_enable(struct drm_crtc *crtc)
6018{
6019 struct drm_device *dev = crtc->dev;
a72e4c9f 6020 struct drm_i915_private *dev_priv = to_i915(dev);
89b667f8
JB
6021 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
6022 struct intel_encoder *encoder;
b95c5321
ML
6023 struct intel_crtc_state *pipe_config =
6024 to_intel_crtc_state(crtc->state);
89b667f8 6025 int pipe = intel_crtc->pipe;
89b667f8 6026
53d9f4e9 6027 if (WARN_ON(intel_crtc->active))
89b667f8
JB
6028 return;
6029
6e3c9717 6030 if (intel_crtc->config->has_dp_encoder)
fe3cd48d 6031 intel_dp_set_m_n(intel_crtc, M1_N1);
5b18e57c
DV
6032
6033 intel_set_pipe_timings(intel_crtc);
bc58be60 6034 intel_set_pipe_src_size(intel_crtc);
5b18e57c 6035
c14b0485
VS
6036 if (IS_CHERRYVIEW(dev) && pipe == PIPE_B) {
6037 struct drm_i915_private *dev_priv = dev->dev_private;
6038
6039 I915_WRITE(CHV_BLEND(pipe), CHV_BLEND_LEGACY);
6040 I915_WRITE(CHV_CANVAS(pipe), 0);
6041 }
6042
5b18e57c
DV
6043 i9xx_set_pipeconf(intel_crtc);
6044
89b667f8 6045 intel_crtc->active = true;
89b667f8 6046
a72e4c9f 6047 intel_set_cpu_fifo_underrun_reporting(dev_priv, pipe, true);
4a3436e8 6048
89b667f8
JB
6049 for_each_encoder_on_crtc(dev, crtc, encoder)
6050 if (encoder->pre_pll_enable)
6051 encoder->pre_pll_enable(encoder);
6052
a65347ba 6053 if (!intel_crtc->config->has_dsi_encoder) {
c0b4c660
VS
6054 if (IS_CHERRYVIEW(dev)) {
6055 chv_prepare_pll(intel_crtc, intel_crtc->config);
6e3c9717 6056 chv_enable_pll(intel_crtc, intel_crtc->config);
c0b4c660
VS
6057 } else {
6058 vlv_prepare_pll(intel_crtc, intel_crtc->config);
6e3c9717 6059 vlv_enable_pll(intel_crtc, intel_crtc->config);
c0b4c660 6060 }
9d556c99 6061 }
89b667f8
JB
6062
6063 for_each_encoder_on_crtc(dev, crtc, encoder)
6064 if (encoder->pre_enable)
6065 encoder->pre_enable(encoder);
6066
2dd24552
JB
6067 i9xx_pfit_enable(intel_crtc);
6068
b95c5321 6069 intel_color_load_luts(&pipe_config->base);
63cbb074 6070
caed361d 6071 intel_update_watermarks(crtc);
e1fdc473 6072 intel_enable_pipe(intel_crtc);
be6a6f8e 6073
4b3a9526
VS
6074 assert_vblank_disabled(crtc);
6075 drm_crtc_vblank_on(crtc);
6076
f9b61ff6
DV
6077 for_each_encoder_on_crtc(dev, crtc, encoder)
6078 encoder->enable(encoder);
89b667f8
JB
6079}
6080
f13c2ef3
DV
6081static void i9xx_set_pll_dividers(struct intel_crtc *crtc)
6082{
6083 struct drm_device *dev = crtc->base.dev;
6084 struct drm_i915_private *dev_priv = dev->dev_private;
6085
6e3c9717
ACO
6086 I915_WRITE(FP0(crtc->pipe), crtc->config->dpll_hw_state.fp0);
6087 I915_WRITE(FP1(crtc->pipe), crtc->config->dpll_hw_state.fp1);
f13c2ef3
DV
6088}
6089
0b8765c6 6090static void i9xx_crtc_enable(struct drm_crtc *crtc)
79e53945
JB
6091{
6092 struct drm_device *dev = crtc->dev;
a72e4c9f 6093 struct drm_i915_private *dev_priv = to_i915(dev);
79e53945 6094 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
ef9c3aee 6095 struct intel_encoder *encoder;
b95c5321
ML
6096 struct intel_crtc_state *pipe_config =
6097 to_intel_crtc_state(crtc->state);
79e53945 6098 int pipe = intel_crtc->pipe;
79e53945 6099
53d9f4e9 6100 if (WARN_ON(intel_crtc->active))
f7abfe8b
CW
6101 return;
6102
f13c2ef3
DV
6103 i9xx_set_pll_dividers(intel_crtc);
6104
6e3c9717 6105 if (intel_crtc->config->has_dp_encoder)
fe3cd48d 6106 intel_dp_set_m_n(intel_crtc, M1_N1);
5b18e57c
DV
6107
6108 intel_set_pipe_timings(intel_crtc);
bc58be60 6109 intel_set_pipe_src_size(intel_crtc);
5b18e57c 6110
5b18e57c
DV
6111 i9xx_set_pipeconf(intel_crtc);
6112
f7abfe8b 6113 intel_crtc->active = true;
6b383a7f 6114
4a3436e8 6115 if (!IS_GEN2(dev))
a72e4c9f 6116 intel_set_cpu_fifo_underrun_reporting(dev_priv, pipe, true);
4a3436e8 6117
9d6d9f19
MK
6118 for_each_encoder_on_crtc(dev, crtc, encoder)
6119 if (encoder->pre_enable)
6120 encoder->pre_enable(encoder);
6121
f6736a1a
DV
6122 i9xx_enable_pll(intel_crtc);
6123
2dd24552
JB
6124 i9xx_pfit_enable(intel_crtc);
6125
b95c5321 6126 intel_color_load_luts(&pipe_config->base);
63cbb074 6127
f37fcc2a 6128 intel_update_watermarks(crtc);
e1fdc473 6129 intel_enable_pipe(intel_crtc);
be6a6f8e 6130
4b3a9526
VS
6131 assert_vblank_disabled(crtc);
6132 drm_crtc_vblank_on(crtc);
6133
f9b61ff6
DV
6134 for_each_encoder_on_crtc(dev, crtc, encoder)
6135 encoder->enable(encoder);
0b8765c6 6136}
79e53945 6137
87476d63
DV
6138static void i9xx_pfit_disable(struct intel_crtc *crtc)
6139{
6140 struct drm_device *dev = crtc->base.dev;
6141 struct drm_i915_private *dev_priv = dev->dev_private;
87476d63 6142
6e3c9717 6143 if (!crtc->config->gmch_pfit.control)
328d8e82 6144 return;
87476d63 6145
328d8e82 6146 assert_pipe_disabled(dev_priv, crtc->pipe);
87476d63 6147
328d8e82
DV
6148 DRM_DEBUG_DRIVER("disabling pfit, current: 0x%08x\n",
6149 I915_READ(PFIT_CONTROL));
6150 I915_WRITE(PFIT_CONTROL, 0);
87476d63
DV
6151}
6152
0b8765c6
JB
6153static void i9xx_crtc_disable(struct drm_crtc *crtc)
6154{
6155 struct drm_device *dev = crtc->dev;
6156 struct drm_i915_private *dev_priv = dev->dev_private;
6157 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
ef9c3aee 6158 struct intel_encoder *encoder;
0b8765c6 6159 int pipe = intel_crtc->pipe;
ef9c3aee 6160
6304cd91
VS
6161 /*
6162 * On gen2 planes are double buffered but the pipe isn't, so we must
6163 * wait for planes to fully turn off before disabling the pipe.
6164 */
90e83e53
ACO
6165 if (IS_GEN2(dev))
6166 intel_wait_for_vblank(dev, pipe);
6304cd91 6167
4b3a9526
VS
6168 for_each_encoder_on_crtc(dev, crtc, encoder)
6169 encoder->disable(encoder);
6170
f9b61ff6
DV
6171 drm_crtc_vblank_off(crtc);
6172 assert_vblank_disabled(crtc);
6173
575f7ab7 6174 intel_disable_pipe(intel_crtc);
24a1f16d 6175
87476d63 6176 i9xx_pfit_disable(intel_crtc);
24a1f16d 6177
89b667f8
JB
6178 for_each_encoder_on_crtc(dev, crtc, encoder)
6179 if (encoder->post_disable)
6180 encoder->post_disable(encoder);
6181
a65347ba 6182 if (!intel_crtc->config->has_dsi_encoder) {
076ed3b2
CML
6183 if (IS_CHERRYVIEW(dev))
6184 chv_disable_pll(dev_priv, pipe);
6185 else if (IS_VALLEYVIEW(dev))
6186 vlv_disable_pll(dev_priv, pipe);
6187 else
1c4e0274 6188 i9xx_disable_pll(intel_crtc);
076ed3b2 6189 }
0b8765c6 6190
d6db995f
VS
6191 for_each_encoder_on_crtc(dev, crtc, encoder)
6192 if (encoder->post_pll_disable)
6193 encoder->post_pll_disable(encoder);
6194
4a3436e8 6195 if (!IS_GEN2(dev))
a72e4c9f 6196 intel_set_cpu_fifo_underrun_reporting(dev_priv, pipe, false);
0b8765c6
JB
6197}
6198
b17d48e2
ML
6199static void intel_crtc_disable_noatomic(struct drm_crtc *crtc)
6200{
842e0307 6201 struct intel_encoder *encoder;
b17d48e2
ML
6202 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
6203 struct drm_i915_private *dev_priv = to_i915(crtc->dev);
6204 enum intel_display_power_domain domain;
6205 unsigned long domains;
6206
6207 if (!intel_crtc->active)
6208 return;
6209
a539205a 6210 if (to_intel_plane_state(crtc->primary->state)->visible) {
fc32b1fd
ML
6211 WARN_ON(intel_crtc->unpin_work);
6212
2622a081 6213 intel_pre_disable_primary_noatomic(crtc);
54a41961
ML
6214
6215 intel_crtc_disable_planes(crtc, 1 << drm_plane_index(crtc->primary));
6216 to_intel_plane_state(crtc->primary->state)->visible = false;
a539205a
ML
6217 }
6218
b17d48e2 6219 dev_priv->display.crtc_disable(crtc);
842e0307
ML
6220
6221 DRM_DEBUG_KMS("[CRTC:%d] hw state adjusted, was enabled, now disabled\n",
6222 crtc->base.id);
6223
6224 WARN_ON(drm_atomic_set_mode_for_crtc(crtc->state, NULL) < 0);
6225 crtc->state->active = false;
37d9078b 6226 intel_crtc->active = false;
842e0307
ML
6227 crtc->enabled = false;
6228 crtc->state->connector_mask = 0;
6229 crtc->state->encoder_mask = 0;
6230
6231 for_each_encoder_on_crtc(crtc->dev, crtc, encoder)
6232 encoder->base.crtc = NULL;
6233
58f9c0bc 6234 intel_fbc_disable(intel_crtc);
37d9078b 6235 intel_update_watermarks(crtc);
1f7457b1 6236 intel_disable_shared_dpll(intel_crtc);
b17d48e2
ML
6237
6238 domains = intel_crtc->enabled_power_domains;
6239 for_each_power_domain(domain, domains)
6240 intel_display_power_put(dev_priv, domain);
6241 intel_crtc->enabled_power_domains = 0;
565602d7
ML
6242
6243 dev_priv->active_crtcs &= ~(1 << intel_crtc->pipe);
6244 dev_priv->min_pixclk[intel_crtc->pipe] = 0;
b17d48e2
ML
6245}
6246
6b72d486
ML
6247/*
6248 * turn all crtc's off, but do not adjust state
6249 * This has to be paired with a call to intel_modeset_setup_hw_state.
6250 */
70e0bd74 6251int intel_display_suspend(struct drm_device *dev)
ee7b9f93 6252{
e2c8b870 6253 struct drm_i915_private *dev_priv = to_i915(dev);
70e0bd74 6254 struct drm_atomic_state *state;
e2c8b870 6255 int ret;
70e0bd74 6256
e2c8b870
ML
6257 state = drm_atomic_helper_suspend(dev);
6258 ret = PTR_ERR_OR_ZERO(state);
70e0bd74
ML
6259 if (ret)
6260 DRM_ERROR("Suspending crtc's failed with %i\n", ret);
e2c8b870
ML
6261 else
6262 dev_priv->modeset_restore_state = state;
70e0bd74 6263 return ret;
ee7b9f93
JB
6264}
6265
ea5b213a 6266void intel_encoder_destroy(struct drm_encoder *encoder)
7e7d76c3 6267{
4ef69c7a 6268 struct intel_encoder *intel_encoder = to_intel_encoder(encoder);
ea5b213a 6269
ea5b213a
CW
6270 drm_encoder_cleanup(encoder);
6271 kfree(intel_encoder);
7e7d76c3
JB
6272}
6273
0a91ca29
DV
6274/* Cross check the actual hw state with our own modeset state tracking (and it's
6275 * internal consistency). */
c0ead703 6276static void intel_connector_verify_state(struct intel_connector *connector)
79e53945 6277{
35dd3c64
ML
6278 struct drm_crtc *crtc = connector->base.state->crtc;
6279
6280 DRM_DEBUG_KMS("[CONNECTOR:%d:%s]\n",
6281 connector->base.base.id,
6282 connector->base.name);
6283
0a91ca29 6284 if (connector->get_hw_state(connector)) {
e85376cb 6285 struct intel_encoder *encoder = connector->encoder;
35dd3c64 6286 struct drm_connector_state *conn_state = connector->base.state;
0a91ca29 6287
35dd3c64
ML
6288 I915_STATE_WARN(!crtc,
6289 "connector enabled without attached crtc\n");
0a91ca29 6290
35dd3c64
ML
6291 if (!crtc)
6292 return;
6293
6294 I915_STATE_WARN(!crtc->state->active,
6295 "connector is active, but attached crtc isn't\n");
6296
e85376cb 6297 if (!encoder || encoder->type == INTEL_OUTPUT_DP_MST)
35dd3c64
ML
6298 return;
6299
e85376cb 6300 I915_STATE_WARN(conn_state->best_encoder != &encoder->base,
35dd3c64
ML
6301 "atomic encoder doesn't match attached encoder\n");
6302
e85376cb 6303 I915_STATE_WARN(conn_state->crtc != encoder->base.crtc,
35dd3c64
ML
6304 "attached encoder crtc differs from connector crtc\n");
6305 } else {
4d688a2a
ML
6306 I915_STATE_WARN(crtc && crtc->state->active,
6307 "attached crtc is active, but connector isn't\n");
35dd3c64
ML
6308 I915_STATE_WARN(!crtc && connector->base.state->best_encoder,
6309 "best encoder set without crtc!\n");
0a91ca29 6310 }
79e53945
JB
6311}
6312
08d9bc92
ACO
6313int intel_connector_init(struct intel_connector *connector)
6314{
5350a031 6315 drm_atomic_helper_connector_reset(&connector->base);
08d9bc92 6316
5350a031 6317 if (!connector->base.state)
08d9bc92
ACO
6318 return -ENOMEM;
6319
08d9bc92
ACO
6320 return 0;
6321}
6322
6323struct intel_connector *intel_connector_alloc(void)
6324{
6325 struct intel_connector *connector;
6326
6327 connector = kzalloc(sizeof *connector, GFP_KERNEL);
6328 if (!connector)
6329 return NULL;
6330
6331 if (intel_connector_init(connector) < 0) {
6332 kfree(connector);
6333 return NULL;
6334 }
6335
6336 return connector;
6337}
6338
f0947c37
DV
6339/* Simple connector->get_hw_state implementation for encoders that support only
6340 * one connector and no cloning and hence the encoder state determines the state
6341 * of the connector. */
6342bool intel_connector_get_hw_state(struct intel_connector *connector)
ea5b213a 6343{
24929352 6344 enum pipe pipe = 0;
f0947c37 6345 struct intel_encoder *encoder = connector->encoder;
ea5b213a 6346
f0947c37 6347 return encoder->get_hw_state(encoder, &pipe);
ea5b213a
CW
6348}
6349
6d293983 6350static int pipe_required_fdi_lanes(struct intel_crtc_state *crtc_state)
d272ddfa 6351{
6d293983
ACO
6352 if (crtc_state->base.enable && crtc_state->has_pch_encoder)
6353 return crtc_state->fdi_lanes;
d272ddfa
VS
6354
6355 return 0;
6356}
6357
6d293983 6358static int ironlake_check_fdi_lanes(struct drm_device *dev, enum pipe pipe,
5cec258b 6359 struct intel_crtc_state *pipe_config)
1857e1da 6360{
6d293983
ACO
6361 struct drm_atomic_state *state = pipe_config->base.state;
6362 struct intel_crtc *other_crtc;
6363 struct intel_crtc_state *other_crtc_state;
6364
1857e1da
DV
6365 DRM_DEBUG_KMS("checking fdi config on pipe %c, lanes %i\n",
6366 pipe_name(pipe), pipe_config->fdi_lanes);
6367 if (pipe_config->fdi_lanes > 4) {
6368 DRM_DEBUG_KMS("invalid fdi lane config on pipe %c: %i lanes\n",
6369 pipe_name(pipe), pipe_config->fdi_lanes);
6d293983 6370 return -EINVAL;
1857e1da
DV
6371 }
6372
bafb6553 6373 if (IS_HASWELL(dev) || IS_BROADWELL(dev)) {
1857e1da
DV
6374 if (pipe_config->fdi_lanes > 2) {
6375 DRM_DEBUG_KMS("only 2 lanes on haswell, required: %i lanes\n",
6376 pipe_config->fdi_lanes);
6d293983 6377 return -EINVAL;
1857e1da 6378 } else {
6d293983 6379 return 0;
1857e1da
DV
6380 }
6381 }
6382
6383 if (INTEL_INFO(dev)->num_pipes == 2)
6d293983 6384 return 0;
1857e1da
DV
6385
6386 /* Ivybridge 3 pipe is really complicated */
6387 switch (pipe) {
6388 case PIPE_A:
6d293983 6389 return 0;
1857e1da 6390 case PIPE_B:
6d293983
ACO
6391 if (pipe_config->fdi_lanes <= 2)
6392 return 0;
6393
6394 other_crtc = to_intel_crtc(intel_get_crtc_for_pipe(dev, PIPE_C));
6395 other_crtc_state =
6396 intel_atomic_get_crtc_state(state, other_crtc);
6397 if (IS_ERR(other_crtc_state))
6398 return PTR_ERR(other_crtc_state);
6399
6400 if (pipe_required_fdi_lanes(other_crtc_state) > 0) {
1857e1da
DV
6401 DRM_DEBUG_KMS("invalid shared fdi lane config on pipe %c: %i lanes\n",
6402 pipe_name(pipe), pipe_config->fdi_lanes);
6d293983 6403 return -EINVAL;
1857e1da 6404 }
6d293983 6405 return 0;
1857e1da 6406 case PIPE_C:
251cc67c
VS
6407 if (pipe_config->fdi_lanes > 2) {
6408 DRM_DEBUG_KMS("only 2 lanes on pipe %c: required %i lanes\n",
6409 pipe_name(pipe), pipe_config->fdi_lanes);
6d293983 6410 return -EINVAL;
251cc67c 6411 }
6d293983
ACO
6412
6413 other_crtc = to_intel_crtc(intel_get_crtc_for_pipe(dev, PIPE_B));
6414 other_crtc_state =
6415 intel_atomic_get_crtc_state(state, other_crtc);
6416 if (IS_ERR(other_crtc_state))
6417 return PTR_ERR(other_crtc_state);
6418
6419 if (pipe_required_fdi_lanes(other_crtc_state) > 2) {
1857e1da 6420 DRM_DEBUG_KMS("fdi link B uses too many lanes to enable link C\n");
6d293983 6421 return -EINVAL;
1857e1da 6422 }
6d293983 6423 return 0;
1857e1da
DV
6424 default:
6425 BUG();
6426 }
6427}
6428
e29c22c0
DV
6429#define RETRY 1
6430static int ironlake_fdi_compute_config(struct intel_crtc *intel_crtc,
5cec258b 6431 struct intel_crtc_state *pipe_config)
877d48d5 6432{
1857e1da 6433 struct drm_device *dev = intel_crtc->base.dev;
7c5f93b0 6434 const struct drm_display_mode *adjusted_mode = &pipe_config->base.adjusted_mode;
6d293983
ACO
6435 int lane, link_bw, fdi_dotclock, ret;
6436 bool needs_recompute = false;
877d48d5 6437
e29c22c0 6438retry:
877d48d5
DV
6439 /* FDI is a binary signal running at ~2.7GHz, encoding
6440 * each output octet as 10 bits. The actual frequency
6441 * is stored as a divider into a 100MHz clock, and the
6442 * mode pixel clock is stored in units of 1KHz.
6443 * Hence the bw of each lane in terms of the mode signal
6444 * is:
6445 */
21a727b3 6446 link_bw = intel_fdi_link_freq(to_i915(dev), pipe_config);
877d48d5 6447
241bfc38 6448 fdi_dotclock = adjusted_mode->crtc_clock;
877d48d5 6449
2bd89a07 6450 lane = ironlake_get_lanes_required(fdi_dotclock, link_bw,
877d48d5
DV
6451 pipe_config->pipe_bpp);
6452
6453 pipe_config->fdi_lanes = lane;
6454
2bd89a07 6455 intel_link_compute_m_n(pipe_config->pipe_bpp, lane, fdi_dotclock,
877d48d5 6456 link_bw, &pipe_config->fdi_m_n);
1857e1da 6457
e3b247da 6458 ret = ironlake_check_fdi_lanes(dev, intel_crtc->pipe, pipe_config);
6d293983 6459 if (ret == -EINVAL && pipe_config->pipe_bpp > 6*3) {
e29c22c0
DV
6460 pipe_config->pipe_bpp -= 2*3;
6461 DRM_DEBUG_KMS("fdi link bw constraint, reducing pipe bpp to %i\n",
6462 pipe_config->pipe_bpp);
6463 needs_recompute = true;
6464 pipe_config->bw_constrained = true;
6465
6466 goto retry;
6467 }
6468
6469 if (needs_recompute)
6470 return RETRY;
6471
6d293983 6472 return ret;
877d48d5
DV
6473}
6474
8cfb3407
VS
6475static bool pipe_config_supports_ips(struct drm_i915_private *dev_priv,
6476 struct intel_crtc_state *pipe_config)
6477{
6478 if (pipe_config->pipe_bpp > 24)
6479 return false;
6480
6481 /* HSW can handle pixel rate up to cdclk? */
2d1fe073 6482 if (IS_HASWELL(dev_priv))
8cfb3407
VS
6483 return true;
6484
6485 /*
b432e5cf
VS
6486 * We compare against max which means we must take
6487 * the increased cdclk requirement into account when
6488 * calculating the new cdclk.
6489 *
6490 * Should measure whether using a lower cdclk w/o IPS
8cfb3407
VS
6491 */
6492 return ilk_pipe_pixel_rate(pipe_config) <=
6493 dev_priv->max_cdclk_freq * 95 / 100;
6494}
6495
42db64ef 6496static void hsw_compute_ips_config(struct intel_crtc *crtc,
5cec258b 6497 struct intel_crtc_state *pipe_config)
42db64ef 6498{
8cfb3407
VS
6499 struct drm_device *dev = crtc->base.dev;
6500 struct drm_i915_private *dev_priv = dev->dev_private;
6501
d330a953 6502 pipe_config->ips_enabled = i915.enable_ips &&
8cfb3407
VS
6503 hsw_crtc_supports_ips(crtc) &&
6504 pipe_config_supports_ips(dev_priv, pipe_config);
42db64ef
PZ
6505}
6506
39acb4aa
VS
6507static bool intel_crtc_supports_double_wide(const struct intel_crtc *crtc)
6508{
6509 const struct drm_i915_private *dev_priv = to_i915(crtc->base.dev);
6510
6511 /* GDG double wide on either pipe, otherwise pipe A only */
6512 return INTEL_INFO(dev_priv)->gen < 4 &&
6513 (crtc->pipe == PIPE_A || IS_I915G(dev_priv));
6514}
6515
a43f6e0f 6516static int intel_crtc_compute_config(struct intel_crtc *crtc,
5cec258b 6517 struct intel_crtc_state *pipe_config)
79e53945 6518{
a43f6e0f 6519 struct drm_device *dev = crtc->base.dev;
8bd31e67 6520 struct drm_i915_private *dev_priv = dev->dev_private;
7c5f93b0 6521 const struct drm_display_mode *adjusted_mode = &pipe_config->base.adjusted_mode;
89749350 6522
ad3a4479 6523 /* FIXME should check pixel clock limits on all platforms */
cf532bb2 6524 if (INTEL_INFO(dev)->gen < 4) {
39acb4aa 6525 int clock_limit = dev_priv->max_cdclk_freq * 9 / 10;
cf532bb2
VS
6526
6527 /*
39acb4aa 6528 * Enable double wide mode when the dot clock
cf532bb2 6529 * is > 90% of the (display) core speed.
cf532bb2 6530 */
39acb4aa
VS
6531 if (intel_crtc_supports_double_wide(crtc) &&
6532 adjusted_mode->crtc_clock > clock_limit) {
ad3a4479 6533 clock_limit *= 2;
cf532bb2 6534 pipe_config->double_wide = true;
ad3a4479
VS
6535 }
6536
39acb4aa
VS
6537 if (adjusted_mode->crtc_clock > clock_limit) {
6538 DRM_DEBUG_KMS("requested pixel clock (%d kHz) too high (max: %d kHz, double wide: %s)\n",
6539 adjusted_mode->crtc_clock, clock_limit,
6540 yesno(pipe_config->double_wide));
e29c22c0 6541 return -EINVAL;
39acb4aa 6542 }
2c07245f 6543 }
89749350 6544
1d1d0e27
VS
6545 /*
6546 * Pipe horizontal size must be even in:
6547 * - DVO ganged mode
6548 * - LVDS dual channel mode
6549 * - Double wide pipe
6550 */
a93e255f 6551 if ((intel_pipe_will_have_type(pipe_config, INTEL_OUTPUT_LVDS) &&
1d1d0e27
VS
6552 intel_is_dual_link_lvds(dev)) || pipe_config->double_wide)
6553 pipe_config->pipe_src_w &= ~1;
6554
8693a824
DL
6555 /* Cantiga+ cannot handle modes with a hsync front porch of 0.
6556 * WaPruneModeWithIncorrectHsyncOffset:ctg,elk,ilk,snb,ivb,vlv,hsw.
44f46b42
CW
6557 */
6558 if ((INTEL_INFO(dev)->gen > 4 || IS_G4X(dev)) &&
aad941d5 6559 adjusted_mode->crtc_hsync_start == adjusted_mode->crtc_hdisplay)
e29c22c0 6560 return -EINVAL;
44f46b42 6561
f5adf94e 6562 if (HAS_IPS(dev))
a43f6e0f
DV
6563 hsw_compute_ips_config(crtc, pipe_config);
6564
877d48d5 6565 if (pipe_config->has_pch_encoder)
a43f6e0f 6566 return ironlake_fdi_compute_config(crtc, pipe_config);
877d48d5 6567
cf5a15be 6568 return 0;
79e53945
JB
6569}
6570
1652d19e
VS
6571static int skylake_get_display_clock_speed(struct drm_device *dev)
6572{
6573 struct drm_i915_private *dev_priv = to_i915(dev);
6574 uint32_t lcpll1 = I915_READ(LCPLL1_CTL);
6575 uint32_t cdctl = I915_READ(CDCLK_CTL);
6576 uint32_t linkrate;
6577
414355a7 6578 if (!(lcpll1 & LCPLL_PLL_ENABLE))
1652d19e 6579 return 24000; /* 24MHz is the cd freq with NSSC ref */
1652d19e
VS
6580
6581 if ((cdctl & CDCLK_FREQ_SEL_MASK) == CDCLK_FREQ_540)
6582 return 540000;
6583
6584 linkrate = (I915_READ(DPLL_CTRL1) &
71cd8423 6585 DPLL_CTRL1_LINK_RATE_MASK(SKL_DPLL0)) >> 1;
1652d19e 6586
71cd8423
DL
6587 if (linkrate == DPLL_CTRL1_LINK_RATE_2160 ||
6588 linkrate == DPLL_CTRL1_LINK_RATE_1080) {
1652d19e
VS
6589 /* vco 8640 */
6590 switch (cdctl & CDCLK_FREQ_SEL_MASK) {
6591 case CDCLK_FREQ_450_432:
6592 return 432000;
6593 case CDCLK_FREQ_337_308:
6594 return 308570;
6595 case CDCLK_FREQ_675_617:
6596 return 617140;
6597 default:
6598 WARN(1, "Unknown cd freq selection\n");
6599 }
6600 } else {
6601 /* vco 8100 */
6602 switch (cdctl & CDCLK_FREQ_SEL_MASK) {
6603 case CDCLK_FREQ_450_432:
6604 return 450000;
6605 case CDCLK_FREQ_337_308:
6606 return 337500;
6607 case CDCLK_FREQ_675_617:
6608 return 675000;
6609 default:
6610 WARN(1, "Unknown cd freq selection\n");
6611 }
6612 }
6613
6614 /* error case, do as if DPLL0 isn't enabled */
6615 return 24000;
6616}
6617
acd3f3d3
BP
6618static int broxton_get_display_clock_speed(struct drm_device *dev)
6619{
6620 struct drm_i915_private *dev_priv = to_i915(dev);
6621 uint32_t cdctl = I915_READ(CDCLK_CTL);
6622 uint32_t pll_ratio = I915_READ(BXT_DE_PLL_CTL) & BXT_DE_PLL_RATIO_MASK;
6623 uint32_t pll_enab = I915_READ(BXT_DE_PLL_ENABLE);
6624 int cdclk;
6625
6626 if (!(pll_enab & BXT_DE_PLL_PLL_ENABLE))
6627 return 19200;
6628
6629 cdclk = 19200 * pll_ratio / 2;
6630
6631 switch (cdctl & BXT_CDCLK_CD2X_DIV_SEL_MASK) {
6632 case BXT_CDCLK_CD2X_DIV_SEL_1:
6633 return cdclk; /* 576MHz or 624MHz */
6634 case BXT_CDCLK_CD2X_DIV_SEL_1_5:
6635 return cdclk * 2 / 3; /* 384MHz */
6636 case BXT_CDCLK_CD2X_DIV_SEL_2:
6637 return cdclk / 2; /* 288MHz */
6638 case BXT_CDCLK_CD2X_DIV_SEL_4:
6639 return cdclk / 4; /* 144MHz */
6640 }
6641
6642 /* error case, do as if DE PLL isn't enabled */
6643 return 19200;
6644}
6645
1652d19e
VS
6646static int broadwell_get_display_clock_speed(struct drm_device *dev)
6647{
6648 struct drm_i915_private *dev_priv = dev->dev_private;
6649 uint32_t lcpll = I915_READ(LCPLL_CTL);
6650 uint32_t freq = lcpll & LCPLL_CLK_FREQ_MASK;
6651
6652 if (lcpll & LCPLL_CD_SOURCE_FCLK)
6653 return 800000;
6654 else if (I915_READ(FUSE_STRAP) & HSW_CDCLK_LIMIT)
6655 return 450000;
6656 else if (freq == LCPLL_CLK_FREQ_450)
6657 return 450000;
6658 else if (freq == LCPLL_CLK_FREQ_54O_BDW)
6659 return 540000;
6660 else if (freq == LCPLL_CLK_FREQ_337_5_BDW)
6661 return 337500;
6662 else
6663 return 675000;
6664}
6665
6666static int haswell_get_display_clock_speed(struct drm_device *dev)
6667{
6668 struct drm_i915_private *dev_priv = dev->dev_private;
6669 uint32_t lcpll = I915_READ(LCPLL_CTL);
6670 uint32_t freq = lcpll & LCPLL_CLK_FREQ_MASK;
6671
6672 if (lcpll & LCPLL_CD_SOURCE_FCLK)
6673 return 800000;
6674 else if (I915_READ(FUSE_STRAP) & HSW_CDCLK_LIMIT)
6675 return 450000;
6676 else if (freq == LCPLL_CLK_FREQ_450)
6677 return 450000;
6678 else if (IS_HSW_ULT(dev))
6679 return 337500;
6680 else
6681 return 540000;
79e53945
JB
6682}
6683
25eb05fc
JB
6684static int valleyview_get_display_clock_speed(struct drm_device *dev)
6685{
bfa7df01
VS
6686 return vlv_get_cck_clock_hpll(to_i915(dev), "cdclk",
6687 CCK_DISPLAY_CLOCK_CONTROL);
25eb05fc
JB
6688}
6689
b37a6434
VS
6690static int ilk_get_display_clock_speed(struct drm_device *dev)
6691{
6692 return 450000;
6693}
6694
e70236a8
JB
6695static int i945_get_display_clock_speed(struct drm_device *dev)
6696{
6697 return 400000;
6698}
79e53945 6699
e70236a8 6700static int i915_get_display_clock_speed(struct drm_device *dev)
79e53945 6701{
e907f170 6702 return 333333;
e70236a8 6703}
79e53945 6704
e70236a8
JB
6705static int i9xx_misc_get_display_clock_speed(struct drm_device *dev)
6706{
6707 return 200000;
6708}
79e53945 6709
257a7ffc
DV
6710static int pnv_get_display_clock_speed(struct drm_device *dev)
6711{
6712 u16 gcfgc = 0;
6713
6714 pci_read_config_word(dev->pdev, GCFGC, &gcfgc);
6715
6716 switch (gcfgc & GC_DISPLAY_CLOCK_MASK) {
6717 case GC_DISPLAY_CLOCK_267_MHZ_PNV:
e907f170 6718 return 266667;
257a7ffc 6719 case GC_DISPLAY_CLOCK_333_MHZ_PNV:
e907f170 6720 return 333333;
257a7ffc 6721 case GC_DISPLAY_CLOCK_444_MHZ_PNV:
e907f170 6722 return 444444;
257a7ffc
DV
6723 case GC_DISPLAY_CLOCK_200_MHZ_PNV:
6724 return 200000;
6725 default:
6726 DRM_ERROR("Unknown pnv display core clock 0x%04x\n", gcfgc);
6727 case GC_DISPLAY_CLOCK_133_MHZ_PNV:
e907f170 6728 return 133333;
257a7ffc 6729 case GC_DISPLAY_CLOCK_167_MHZ_PNV:
e907f170 6730 return 166667;
257a7ffc
DV
6731 }
6732}
6733
e70236a8
JB
6734static int i915gm_get_display_clock_speed(struct drm_device *dev)
6735{
6736 u16 gcfgc = 0;
79e53945 6737
e70236a8
JB
6738 pci_read_config_word(dev->pdev, GCFGC, &gcfgc);
6739
6740 if (gcfgc & GC_LOW_FREQUENCY_ENABLE)
e907f170 6741 return 133333;
e70236a8
JB
6742 else {
6743 switch (gcfgc & GC_DISPLAY_CLOCK_MASK) {
6744 case GC_DISPLAY_CLOCK_333_MHZ:
e907f170 6745 return 333333;
e70236a8
JB
6746 default:
6747 case GC_DISPLAY_CLOCK_190_200_MHZ:
6748 return 190000;
79e53945 6749 }
e70236a8
JB
6750 }
6751}
6752
6753static int i865_get_display_clock_speed(struct drm_device *dev)
6754{
e907f170 6755 return 266667;
e70236a8
JB
6756}
6757
1b1d2716 6758static int i85x_get_display_clock_speed(struct drm_device *dev)
e70236a8
JB
6759{
6760 u16 hpllcc = 0;
1b1d2716 6761
65cd2b3f
VS
6762 /*
6763 * 852GM/852GMV only supports 133 MHz and the HPLLCC
6764 * encoding is different :(
6765 * FIXME is this the right way to detect 852GM/852GMV?
6766 */
6767 if (dev->pdev->revision == 0x1)
6768 return 133333;
6769
1b1d2716
VS
6770 pci_bus_read_config_word(dev->pdev->bus,
6771 PCI_DEVFN(0, 3), HPLLCC, &hpllcc);
6772
e70236a8
JB
6773 /* Assume that the hardware is in the high speed state. This
6774 * should be the default.
6775 */
6776 switch (hpllcc & GC_CLOCK_CONTROL_MASK) {
6777 case GC_CLOCK_133_200:
1b1d2716 6778 case GC_CLOCK_133_200_2:
e70236a8
JB
6779 case GC_CLOCK_100_200:
6780 return 200000;
6781 case GC_CLOCK_166_250:
6782 return 250000;
6783 case GC_CLOCK_100_133:
e907f170 6784 return 133333;
1b1d2716
VS
6785 case GC_CLOCK_133_266:
6786 case GC_CLOCK_133_266_2:
6787 case GC_CLOCK_166_266:
6788 return 266667;
e70236a8 6789 }
79e53945 6790
e70236a8
JB
6791 /* Shouldn't happen */
6792 return 0;
6793}
79e53945 6794
e70236a8
JB
6795static int i830_get_display_clock_speed(struct drm_device *dev)
6796{
e907f170 6797 return 133333;
79e53945
JB
6798}
6799
34edce2f
VS
6800static unsigned int intel_hpll_vco(struct drm_device *dev)
6801{
6802 struct drm_i915_private *dev_priv = dev->dev_private;
6803 static const unsigned int blb_vco[8] = {
6804 [0] = 3200000,
6805 [1] = 4000000,
6806 [2] = 5333333,
6807 [3] = 4800000,
6808 [4] = 6400000,
6809 };
6810 static const unsigned int pnv_vco[8] = {
6811 [0] = 3200000,
6812 [1] = 4000000,
6813 [2] = 5333333,
6814 [3] = 4800000,
6815 [4] = 2666667,
6816 };
6817 static const unsigned int cl_vco[8] = {
6818 [0] = 3200000,
6819 [1] = 4000000,
6820 [2] = 5333333,
6821 [3] = 6400000,
6822 [4] = 3333333,
6823 [5] = 3566667,
6824 [6] = 4266667,
6825 };
6826 static const unsigned int elk_vco[8] = {
6827 [0] = 3200000,
6828 [1] = 4000000,
6829 [2] = 5333333,
6830 [3] = 4800000,
6831 };
6832 static const unsigned int ctg_vco[8] = {
6833 [0] = 3200000,
6834 [1] = 4000000,
6835 [2] = 5333333,
6836 [3] = 6400000,
6837 [4] = 2666667,
6838 [5] = 4266667,
6839 };
6840 const unsigned int *vco_table;
6841 unsigned int vco;
6842 uint8_t tmp = 0;
6843
6844 /* FIXME other chipsets? */
6845 if (IS_GM45(dev))
6846 vco_table = ctg_vco;
6847 else if (IS_G4X(dev))
6848 vco_table = elk_vco;
6849 else if (IS_CRESTLINE(dev))
6850 vco_table = cl_vco;
6851 else if (IS_PINEVIEW(dev))
6852 vco_table = pnv_vco;
6853 else if (IS_G33(dev))
6854 vco_table = blb_vco;
6855 else
6856 return 0;
6857
6858 tmp = I915_READ(IS_MOBILE(dev) ? HPLLVCO_MOBILE : HPLLVCO);
6859
6860 vco = vco_table[tmp & 0x7];
6861 if (vco == 0)
6862 DRM_ERROR("Bad HPLL VCO (HPLLVCO=0x%02x)\n", tmp);
6863 else
6864 DRM_DEBUG_KMS("HPLL VCO %u kHz\n", vco);
6865
6866 return vco;
6867}
6868
6869static int gm45_get_display_clock_speed(struct drm_device *dev)
6870{
6871 unsigned int cdclk_sel, vco = intel_hpll_vco(dev);
6872 uint16_t tmp = 0;
6873
6874 pci_read_config_word(dev->pdev, GCFGC, &tmp);
6875
6876 cdclk_sel = (tmp >> 12) & 0x1;
6877
6878 switch (vco) {
6879 case 2666667:
6880 case 4000000:
6881 case 5333333:
6882 return cdclk_sel ? 333333 : 222222;
6883 case 3200000:
6884 return cdclk_sel ? 320000 : 228571;
6885 default:
6886 DRM_ERROR("Unable to determine CDCLK. HPLL VCO=%u, CFGC=0x%04x\n", vco, tmp);
6887 return 222222;
6888 }
6889}
6890
6891static int i965gm_get_display_clock_speed(struct drm_device *dev)
6892{
6893 static const uint8_t div_3200[] = { 16, 10, 8 };
6894 static const uint8_t div_4000[] = { 20, 12, 10 };
6895 static const uint8_t div_5333[] = { 24, 16, 14 };
6896 const uint8_t *div_table;
6897 unsigned int cdclk_sel, vco = intel_hpll_vco(dev);
6898 uint16_t tmp = 0;
6899
6900 pci_read_config_word(dev->pdev, GCFGC, &tmp);
6901
6902 cdclk_sel = ((tmp >> 8) & 0x1f) - 1;
6903
6904 if (cdclk_sel >= ARRAY_SIZE(div_3200))
6905 goto fail;
6906
6907 switch (vco) {
6908 case 3200000:
6909 div_table = div_3200;
6910 break;
6911 case 4000000:
6912 div_table = div_4000;
6913 break;
6914 case 5333333:
6915 div_table = div_5333;
6916 break;
6917 default:
6918 goto fail;
6919 }
6920
6921 return DIV_ROUND_CLOSEST(vco, div_table[cdclk_sel]);
6922
caf4e252 6923fail:
34edce2f
VS
6924 DRM_ERROR("Unable to determine CDCLK. HPLL VCO=%u kHz, CFGC=0x%04x\n", vco, tmp);
6925 return 200000;
6926}
6927
6928static int g33_get_display_clock_speed(struct drm_device *dev)
6929{
6930 static const uint8_t div_3200[] = { 12, 10, 8, 7, 5, 16 };
6931 static const uint8_t div_4000[] = { 14, 12, 10, 8, 6, 20 };
6932 static const uint8_t div_4800[] = { 20, 14, 12, 10, 8, 24 };
6933 static const uint8_t div_5333[] = { 20, 16, 12, 12, 8, 28 };
6934 const uint8_t *div_table;
6935 unsigned int cdclk_sel, vco = intel_hpll_vco(dev);
6936 uint16_t tmp = 0;
6937
6938 pci_read_config_word(dev->pdev, GCFGC, &tmp);
6939
6940 cdclk_sel = (tmp >> 4) & 0x7;
6941
6942 if (cdclk_sel >= ARRAY_SIZE(div_3200))
6943 goto fail;
6944
6945 switch (vco) {
6946 case 3200000:
6947 div_table = div_3200;
6948 break;
6949 case 4000000:
6950 div_table = div_4000;
6951 break;
6952 case 4800000:
6953 div_table = div_4800;
6954 break;
6955 case 5333333:
6956 div_table = div_5333;
6957 break;
6958 default:
6959 goto fail;
6960 }
6961
6962 return DIV_ROUND_CLOSEST(vco, div_table[cdclk_sel]);
6963
caf4e252 6964fail:
34edce2f
VS
6965 DRM_ERROR("Unable to determine CDCLK. HPLL VCO=%u kHz, CFGC=0x%08x\n", vco, tmp);
6966 return 190476;
6967}
6968
2c07245f 6969static void
a65851af 6970intel_reduce_m_n_ratio(uint32_t *num, uint32_t *den)
2c07245f 6971{
a65851af
VS
6972 while (*num > DATA_LINK_M_N_MASK ||
6973 *den > DATA_LINK_M_N_MASK) {
2c07245f
ZW
6974 *num >>= 1;
6975 *den >>= 1;
6976 }
6977}
6978
a65851af
VS
6979static void compute_m_n(unsigned int m, unsigned int n,
6980 uint32_t *ret_m, uint32_t *ret_n)
6981{
6982 *ret_n = min_t(unsigned int, roundup_pow_of_two(n), DATA_LINK_N_MAX);
6983 *ret_m = div_u64((uint64_t) m * *ret_n, n);
6984 intel_reduce_m_n_ratio(ret_m, ret_n);
6985}
6986
e69d0bc1
DV
6987void
6988intel_link_compute_m_n(int bits_per_pixel, int nlanes,
6989 int pixel_clock, int link_clock,
6990 struct intel_link_m_n *m_n)
2c07245f 6991{
e69d0bc1 6992 m_n->tu = 64;
a65851af
VS
6993
6994 compute_m_n(bits_per_pixel * pixel_clock,
6995 link_clock * nlanes * 8,
6996 &m_n->gmch_m, &m_n->gmch_n);
6997
6998 compute_m_n(pixel_clock, link_clock,
6999 &m_n->link_m, &m_n->link_n);
2c07245f
ZW
7000}
7001
a7615030
CW
7002static inline bool intel_panel_use_ssc(struct drm_i915_private *dev_priv)
7003{
d330a953
JN
7004 if (i915.panel_use_ssc >= 0)
7005 return i915.panel_use_ssc != 0;
41aa3448 7006 return dev_priv->vbt.lvds_use_ssc
435793df 7007 && !(dev_priv->quirks & QUIRK_LVDS_SSC_DISABLE);
a7615030
CW
7008}
7009
7429e9d4 7010static uint32_t pnv_dpll_compute_fp(struct dpll *dpll)
c65d77d8 7011{
7df00d7a 7012 return (1 << dpll->n) << 16 | dpll->m2;
7429e9d4 7013}
f47709a9 7014
7429e9d4
DV
7015static uint32_t i9xx_dpll_compute_fp(struct dpll *dpll)
7016{
7017 return dpll->n << 16 | dpll->m1 << 8 | dpll->m2;
c65d77d8
JB
7018}
7019
f47709a9 7020static void i9xx_update_pll_dividers(struct intel_crtc *crtc,
190f68c5 7021 struct intel_crtc_state *crtc_state,
a7516a05
JB
7022 intel_clock_t *reduced_clock)
7023{
f47709a9 7024 struct drm_device *dev = crtc->base.dev;
a7516a05
JB
7025 u32 fp, fp2 = 0;
7026
7027 if (IS_PINEVIEW(dev)) {
190f68c5 7028 fp = pnv_dpll_compute_fp(&crtc_state->dpll);
a7516a05 7029 if (reduced_clock)
7429e9d4 7030 fp2 = pnv_dpll_compute_fp(reduced_clock);
a7516a05 7031 } else {
190f68c5 7032 fp = i9xx_dpll_compute_fp(&crtc_state->dpll);
a7516a05 7033 if (reduced_clock)
7429e9d4 7034 fp2 = i9xx_dpll_compute_fp(reduced_clock);
a7516a05
JB
7035 }
7036
190f68c5 7037 crtc_state->dpll_hw_state.fp0 = fp;
a7516a05 7038
f47709a9 7039 crtc->lowfreq_avail = false;
a93e255f 7040 if (intel_pipe_will_have_type(crtc_state, INTEL_OUTPUT_LVDS) &&
ab585dea 7041 reduced_clock) {
190f68c5 7042 crtc_state->dpll_hw_state.fp1 = fp2;
f47709a9 7043 crtc->lowfreq_avail = true;
a7516a05 7044 } else {
190f68c5 7045 crtc_state->dpll_hw_state.fp1 = fp;
a7516a05
JB
7046 }
7047}
7048
5e69f97f
CML
7049static void vlv_pllb_recal_opamp(struct drm_i915_private *dev_priv, enum pipe
7050 pipe)
89b667f8
JB
7051{
7052 u32 reg_val;
7053
7054 /*
7055 * PLLB opamp always calibrates to max value of 0x3f, force enable it
7056 * and set it to a reasonable value instead.
7057 */
ab3c759a 7058 reg_val = vlv_dpio_read(dev_priv, pipe, VLV_PLL_DW9(1));
89b667f8
JB
7059 reg_val &= 0xffffff00;
7060 reg_val |= 0x00000030;
ab3c759a 7061 vlv_dpio_write(dev_priv, pipe, VLV_PLL_DW9(1), reg_val);
89b667f8 7062
ab3c759a 7063 reg_val = vlv_dpio_read(dev_priv, pipe, VLV_REF_DW13);
89b667f8
JB
7064 reg_val &= 0x8cffffff;
7065 reg_val = 0x8c000000;
ab3c759a 7066 vlv_dpio_write(dev_priv, pipe, VLV_REF_DW13, reg_val);
89b667f8 7067
ab3c759a 7068 reg_val = vlv_dpio_read(dev_priv, pipe, VLV_PLL_DW9(1));
89b667f8 7069 reg_val &= 0xffffff00;
ab3c759a 7070 vlv_dpio_write(dev_priv, pipe, VLV_PLL_DW9(1), reg_val);
89b667f8 7071
ab3c759a 7072 reg_val = vlv_dpio_read(dev_priv, pipe, VLV_REF_DW13);
89b667f8
JB
7073 reg_val &= 0x00ffffff;
7074 reg_val |= 0xb0000000;
ab3c759a 7075 vlv_dpio_write(dev_priv, pipe, VLV_REF_DW13, reg_val);
89b667f8
JB
7076}
7077
b551842d
DV
7078static void intel_pch_transcoder_set_m_n(struct intel_crtc *crtc,
7079 struct intel_link_m_n *m_n)
7080{
7081 struct drm_device *dev = crtc->base.dev;
7082 struct drm_i915_private *dev_priv = dev->dev_private;
7083 int pipe = crtc->pipe;
7084
e3b95f1e
DV
7085 I915_WRITE(PCH_TRANS_DATA_M1(pipe), TU_SIZE(m_n->tu) | m_n->gmch_m);
7086 I915_WRITE(PCH_TRANS_DATA_N1(pipe), m_n->gmch_n);
7087 I915_WRITE(PCH_TRANS_LINK_M1(pipe), m_n->link_m);
7088 I915_WRITE(PCH_TRANS_LINK_N1(pipe), m_n->link_n);
b551842d
DV
7089}
7090
7091static void intel_cpu_transcoder_set_m_n(struct intel_crtc *crtc,
f769cd24
VK
7092 struct intel_link_m_n *m_n,
7093 struct intel_link_m_n *m2_n2)
b551842d
DV
7094{
7095 struct drm_device *dev = crtc->base.dev;
7096 struct drm_i915_private *dev_priv = dev->dev_private;
7097 int pipe = crtc->pipe;
6e3c9717 7098 enum transcoder transcoder = crtc->config->cpu_transcoder;
b551842d
DV
7099
7100 if (INTEL_INFO(dev)->gen >= 5) {
7101 I915_WRITE(PIPE_DATA_M1(transcoder), TU_SIZE(m_n->tu) | m_n->gmch_m);
7102 I915_WRITE(PIPE_DATA_N1(transcoder), m_n->gmch_n);
7103 I915_WRITE(PIPE_LINK_M1(transcoder), m_n->link_m);
7104 I915_WRITE(PIPE_LINK_N1(transcoder), m_n->link_n);
f769cd24
VK
7105 /* M2_N2 registers to be set only for gen < 8 (M2_N2 available
7106 * for gen < 8) and if DRRS is supported (to make sure the
7107 * registers are not unnecessarily accessed).
7108 */
44395bfe 7109 if (m2_n2 && (IS_CHERRYVIEW(dev) || INTEL_INFO(dev)->gen < 8) &&
6e3c9717 7110 crtc->config->has_drrs) {
f769cd24
VK
7111 I915_WRITE(PIPE_DATA_M2(transcoder),
7112 TU_SIZE(m2_n2->tu) | m2_n2->gmch_m);
7113 I915_WRITE(PIPE_DATA_N2(transcoder), m2_n2->gmch_n);
7114 I915_WRITE(PIPE_LINK_M2(transcoder), m2_n2->link_m);
7115 I915_WRITE(PIPE_LINK_N2(transcoder), m2_n2->link_n);
7116 }
b551842d 7117 } else {
e3b95f1e
DV
7118 I915_WRITE(PIPE_DATA_M_G4X(pipe), TU_SIZE(m_n->tu) | m_n->gmch_m);
7119 I915_WRITE(PIPE_DATA_N_G4X(pipe), m_n->gmch_n);
7120 I915_WRITE(PIPE_LINK_M_G4X(pipe), m_n->link_m);
7121 I915_WRITE(PIPE_LINK_N_G4X(pipe), m_n->link_n);
b551842d
DV
7122 }
7123}
7124
fe3cd48d 7125void intel_dp_set_m_n(struct intel_crtc *crtc, enum link_m_n_set m_n)
03afc4a2 7126{
fe3cd48d
R
7127 struct intel_link_m_n *dp_m_n, *dp_m2_n2 = NULL;
7128
7129 if (m_n == M1_N1) {
7130 dp_m_n = &crtc->config->dp_m_n;
7131 dp_m2_n2 = &crtc->config->dp_m2_n2;
7132 } else if (m_n == M2_N2) {
7133
7134 /*
7135 * M2_N2 registers are not supported. Hence m2_n2 divider value
7136 * needs to be programmed into M1_N1.
7137 */
7138 dp_m_n = &crtc->config->dp_m2_n2;
7139 } else {
7140 DRM_ERROR("Unsupported divider value\n");
7141 return;
7142 }
7143
6e3c9717
ACO
7144 if (crtc->config->has_pch_encoder)
7145 intel_pch_transcoder_set_m_n(crtc, &crtc->config->dp_m_n);
03afc4a2 7146 else
fe3cd48d 7147 intel_cpu_transcoder_set_m_n(crtc, dp_m_n, dp_m2_n2);
03afc4a2
DV
7148}
7149
251ac862
DV
7150static void vlv_compute_dpll(struct intel_crtc *crtc,
7151 struct intel_crtc_state *pipe_config)
bdd4b6a6 7152{
03ed5cbf
VS
7153 pipe_config->dpll_hw_state.dpll = DPLL_INTEGRATED_REF_CLK_VLV |
7154 DPLL_REF_CLK_ENABLE_VLV | DPLL_VGA_MODE_DIS |
7155 DPLL_VCO_ENABLE | DPLL_EXT_BUFFER_ENABLE_VLV;
7156 if (crtc->pipe != PIPE_A)
7157 pipe_config->dpll_hw_state.dpll |= DPLL_INTEGRATED_CRI_CLK_VLV;
bdd4b6a6 7158
03ed5cbf
VS
7159 pipe_config->dpll_hw_state.dpll_md =
7160 (pipe_config->pixel_multiplier - 1) << DPLL_MD_UDI_MULTIPLIER_SHIFT;
7161}
bdd4b6a6 7162
03ed5cbf
VS
7163static void chv_compute_dpll(struct intel_crtc *crtc,
7164 struct intel_crtc_state *pipe_config)
7165{
7166 pipe_config->dpll_hw_state.dpll = DPLL_SSC_REF_CLK_CHV |
7167 DPLL_REF_CLK_ENABLE_VLV | DPLL_VGA_MODE_DIS |
7168 DPLL_VCO_ENABLE;
7169 if (crtc->pipe != PIPE_A)
7170 pipe_config->dpll_hw_state.dpll |= DPLL_INTEGRATED_CRI_CLK_VLV;
7171
7172 pipe_config->dpll_hw_state.dpll_md =
7173 (pipe_config->pixel_multiplier - 1) << DPLL_MD_UDI_MULTIPLIER_SHIFT;
bdd4b6a6
DV
7174}
7175
d288f65f 7176static void vlv_prepare_pll(struct intel_crtc *crtc,
5cec258b 7177 const struct intel_crtc_state *pipe_config)
a0c4da24 7178{
f47709a9 7179 struct drm_device *dev = crtc->base.dev;
a0c4da24 7180 struct drm_i915_private *dev_priv = dev->dev_private;
f47709a9 7181 int pipe = crtc->pipe;
bdd4b6a6 7182 u32 mdiv;
a0c4da24 7183 u32 bestn, bestm1, bestm2, bestp1, bestp2;
bdd4b6a6 7184 u32 coreclk, reg_val;
a0c4da24 7185
a580516d 7186 mutex_lock(&dev_priv->sb_lock);
09153000 7187
d288f65f
VS
7188 bestn = pipe_config->dpll.n;
7189 bestm1 = pipe_config->dpll.m1;
7190 bestm2 = pipe_config->dpll.m2;
7191 bestp1 = pipe_config->dpll.p1;
7192 bestp2 = pipe_config->dpll.p2;
a0c4da24 7193
89b667f8
JB
7194 /* See eDP HDMI DPIO driver vbios notes doc */
7195
7196 /* PLL B needs special handling */
bdd4b6a6 7197 if (pipe == PIPE_B)
5e69f97f 7198 vlv_pllb_recal_opamp(dev_priv, pipe);
89b667f8
JB
7199
7200 /* Set up Tx target for periodic Rcomp update */
ab3c759a 7201 vlv_dpio_write(dev_priv, pipe, VLV_PLL_DW9_BCAST, 0x0100000f);
89b667f8
JB
7202
7203 /* Disable target IRef on PLL */
ab3c759a 7204 reg_val = vlv_dpio_read(dev_priv, pipe, VLV_PLL_DW8(pipe));
89b667f8 7205 reg_val &= 0x00ffffff;
ab3c759a 7206 vlv_dpio_write(dev_priv, pipe, VLV_PLL_DW8(pipe), reg_val);
89b667f8
JB
7207
7208 /* Disable fast lock */
ab3c759a 7209 vlv_dpio_write(dev_priv, pipe, VLV_CMN_DW0, 0x610);
89b667f8
JB
7210
7211 /* Set idtafcrecal before PLL is enabled */
a0c4da24
JB
7212 mdiv = ((bestm1 << DPIO_M1DIV_SHIFT) | (bestm2 & DPIO_M2DIV_MASK));
7213 mdiv |= ((bestp1 << DPIO_P1_SHIFT) | (bestp2 << DPIO_P2_SHIFT));
7214 mdiv |= ((bestn << DPIO_N_SHIFT));
a0c4da24 7215 mdiv |= (1 << DPIO_K_SHIFT);
7df5080b
JB
7216
7217 /*
7218 * Post divider depends on pixel clock rate, DAC vs digital (and LVDS,
7219 * but we don't support that).
7220 * Note: don't use the DAC post divider as it seems unstable.
7221 */
7222 mdiv |= (DPIO_POST_DIV_HDMIDP << DPIO_POST_DIV_SHIFT);
ab3c759a 7223 vlv_dpio_write(dev_priv, pipe, VLV_PLL_DW3(pipe), mdiv);
a0c4da24 7224
a0c4da24 7225 mdiv |= DPIO_ENABLE_CALIBRATION;
ab3c759a 7226 vlv_dpio_write(dev_priv, pipe, VLV_PLL_DW3(pipe), mdiv);
a0c4da24 7227
89b667f8 7228 /* Set HBR and RBR LPF coefficients */
d288f65f 7229 if (pipe_config->port_clock == 162000 ||
409ee761
ACO
7230 intel_pipe_has_type(crtc, INTEL_OUTPUT_ANALOG) ||
7231 intel_pipe_has_type(crtc, INTEL_OUTPUT_HDMI))
ab3c759a 7232 vlv_dpio_write(dev_priv, pipe, VLV_PLL_DW10(pipe),
885b0120 7233 0x009f0003);
89b667f8 7234 else
ab3c759a 7235 vlv_dpio_write(dev_priv, pipe, VLV_PLL_DW10(pipe),
89b667f8
JB
7236 0x00d0000f);
7237
681a8504 7238 if (pipe_config->has_dp_encoder) {
89b667f8 7239 /* Use SSC source */
bdd4b6a6 7240 if (pipe == PIPE_A)
ab3c759a 7241 vlv_dpio_write(dev_priv, pipe, VLV_PLL_DW5(pipe),
89b667f8
JB
7242 0x0df40000);
7243 else
ab3c759a 7244 vlv_dpio_write(dev_priv, pipe, VLV_PLL_DW5(pipe),
89b667f8
JB
7245 0x0df70000);
7246 } else { /* HDMI or VGA */
7247 /* Use bend source */
bdd4b6a6 7248 if (pipe == PIPE_A)
ab3c759a 7249 vlv_dpio_write(dev_priv, pipe, VLV_PLL_DW5(pipe),
89b667f8
JB
7250 0x0df70000);
7251 else
ab3c759a 7252 vlv_dpio_write(dev_priv, pipe, VLV_PLL_DW5(pipe),
89b667f8
JB
7253 0x0df40000);
7254 }
a0c4da24 7255
ab3c759a 7256 coreclk = vlv_dpio_read(dev_priv, pipe, VLV_PLL_DW7(pipe));
89b667f8 7257 coreclk = (coreclk & 0x0000ff00) | 0x01c00000;
409ee761
ACO
7258 if (intel_pipe_has_type(crtc, INTEL_OUTPUT_DISPLAYPORT) ||
7259 intel_pipe_has_type(crtc, INTEL_OUTPUT_EDP))
89b667f8 7260 coreclk |= 0x01000000;
ab3c759a 7261 vlv_dpio_write(dev_priv, pipe, VLV_PLL_DW7(pipe), coreclk);
a0c4da24 7262
ab3c759a 7263 vlv_dpio_write(dev_priv, pipe, VLV_PLL_DW11(pipe), 0x87871000);
a580516d 7264 mutex_unlock(&dev_priv->sb_lock);
a0c4da24
JB
7265}
7266
d288f65f 7267static void chv_prepare_pll(struct intel_crtc *crtc,
5cec258b 7268 const struct intel_crtc_state *pipe_config)
9d556c99
CML
7269{
7270 struct drm_device *dev = crtc->base.dev;
7271 struct drm_i915_private *dev_priv = dev->dev_private;
7272 int pipe = crtc->pipe;
f0f59a00 7273 i915_reg_t dpll_reg = DPLL(crtc->pipe);
9d556c99 7274 enum dpio_channel port = vlv_pipe_to_channel(pipe);
9cbe40c1 7275 u32 loopfilter, tribuf_calcntr;
9d556c99 7276 u32 bestn, bestm1, bestm2, bestp1, bestp2, bestm2_frac;
a945ce7e 7277 u32 dpio_val;
9cbe40c1 7278 int vco;
9d556c99 7279
d288f65f
VS
7280 bestn = pipe_config->dpll.n;
7281 bestm2_frac = pipe_config->dpll.m2 & 0x3fffff;
7282 bestm1 = pipe_config->dpll.m1;
7283 bestm2 = pipe_config->dpll.m2 >> 22;
7284 bestp1 = pipe_config->dpll.p1;
7285 bestp2 = pipe_config->dpll.p2;
9cbe40c1 7286 vco = pipe_config->dpll.vco;
a945ce7e 7287 dpio_val = 0;
9cbe40c1 7288 loopfilter = 0;
9d556c99
CML
7289
7290 /*
7291 * Enable Refclk and SSC
7292 */
a11b0703 7293 I915_WRITE(dpll_reg,
d288f65f 7294 pipe_config->dpll_hw_state.dpll & ~DPLL_VCO_ENABLE);
a11b0703 7295
a580516d 7296 mutex_lock(&dev_priv->sb_lock);
9d556c99 7297
9d556c99
CML
7298 /* p1 and p2 divider */
7299 vlv_dpio_write(dev_priv, pipe, CHV_CMN_DW13(port),
7300 5 << DPIO_CHV_S1_DIV_SHIFT |
7301 bestp1 << DPIO_CHV_P1_DIV_SHIFT |
7302 bestp2 << DPIO_CHV_P2_DIV_SHIFT |
7303 1 << DPIO_CHV_K_DIV_SHIFT);
7304
7305 /* Feedback post-divider - m2 */
7306 vlv_dpio_write(dev_priv, pipe, CHV_PLL_DW0(port), bestm2);
7307
7308 /* Feedback refclk divider - n and m1 */
7309 vlv_dpio_write(dev_priv, pipe, CHV_PLL_DW1(port),
7310 DPIO_CHV_M1_DIV_BY_2 |
7311 1 << DPIO_CHV_N_DIV_SHIFT);
7312
7313 /* M2 fraction division */
25a25dfc 7314 vlv_dpio_write(dev_priv, pipe, CHV_PLL_DW2(port), bestm2_frac);
9d556c99
CML
7315
7316 /* M2 fraction division enable */
a945ce7e
VP
7317 dpio_val = vlv_dpio_read(dev_priv, pipe, CHV_PLL_DW3(port));
7318 dpio_val &= ~(DPIO_CHV_FEEDFWD_GAIN_MASK | DPIO_CHV_FRAC_DIV_EN);
7319 dpio_val |= (2 << DPIO_CHV_FEEDFWD_GAIN_SHIFT);
7320 if (bestm2_frac)
7321 dpio_val |= DPIO_CHV_FRAC_DIV_EN;
7322 vlv_dpio_write(dev_priv, pipe, CHV_PLL_DW3(port), dpio_val);
9d556c99 7323
de3a0fde
VP
7324 /* Program digital lock detect threshold */
7325 dpio_val = vlv_dpio_read(dev_priv, pipe, CHV_PLL_DW9(port));
7326 dpio_val &= ~(DPIO_CHV_INT_LOCK_THRESHOLD_MASK |
7327 DPIO_CHV_INT_LOCK_THRESHOLD_SEL_COARSE);
7328 dpio_val |= (0x5 << DPIO_CHV_INT_LOCK_THRESHOLD_SHIFT);
7329 if (!bestm2_frac)
7330 dpio_val |= DPIO_CHV_INT_LOCK_THRESHOLD_SEL_COARSE;
7331 vlv_dpio_write(dev_priv, pipe, CHV_PLL_DW9(port), dpio_val);
7332
9d556c99 7333 /* Loop filter */
9cbe40c1
VP
7334 if (vco == 5400000) {
7335 loopfilter |= (0x3 << DPIO_CHV_PROP_COEFF_SHIFT);
7336 loopfilter |= (0x8 << DPIO_CHV_INT_COEFF_SHIFT);
7337 loopfilter |= (0x1 << DPIO_CHV_GAIN_CTRL_SHIFT);
7338 tribuf_calcntr = 0x9;
7339 } else if (vco <= 6200000) {
7340 loopfilter |= (0x5 << DPIO_CHV_PROP_COEFF_SHIFT);
7341 loopfilter |= (0xB << DPIO_CHV_INT_COEFF_SHIFT);
7342 loopfilter |= (0x3 << DPIO_CHV_GAIN_CTRL_SHIFT);
7343 tribuf_calcntr = 0x9;
7344 } else if (vco <= 6480000) {
7345 loopfilter |= (0x4 << DPIO_CHV_PROP_COEFF_SHIFT);
7346 loopfilter |= (0x9 << DPIO_CHV_INT_COEFF_SHIFT);
7347 loopfilter |= (0x3 << DPIO_CHV_GAIN_CTRL_SHIFT);
7348 tribuf_calcntr = 0x8;
7349 } else {
7350 /* Not supported. Apply the same limits as in the max case */
7351 loopfilter |= (0x4 << DPIO_CHV_PROP_COEFF_SHIFT);
7352 loopfilter |= (0x9 << DPIO_CHV_INT_COEFF_SHIFT);
7353 loopfilter |= (0x3 << DPIO_CHV_GAIN_CTRL_SHIFT);
7354 tribuf_calcntr = 0;
7355 }
9d556c99
CML
7356 vlv_dpio_write(dev_priv, pipe, CHV_PLL_DW6(port), loopfilter);
7357
968040b2 7358 dpio_val = vlv_dpio_read(dev_priv, pipe, CHV_PLL_DW8(port));
9cbe40c1
VP
7359 dpio_val &= ~DPIO_CHV_TDC_TARGET_CNT_MASK;
7360 dpio_val |= (tribuf_calcntr << DPIO_CHV_TDC_TARGET_CNT_SHIFT);
7361 vlv_dpio_write(dev_priv, pipe, CHV_PLL_DW8(port), dpio_val);
7362
9d556c99
CML
7363 /* AFC Recal */
7364 vlv_dpio_write(dev_priv, pipe, CHV_CMN_DW14(port),
7365 vlv_dpio_read(dev_priv, pipe, CHV_CMN_DW14(port)) |
7366 DPIO_AFC_RECAL);
7367
a580516d 7368 mutex_unlock(&dev_priv->sb_lock);
9d556c99
CML
7369}
7370
d288f65f
VS
7371/**
7372 * vlv_force_pll_on - forcibly enable just the PLL
7373 * @dev_priv: i915 private structure
7374 * @pipe: pipe PLL to enable
7375 * @dpll: PLL configuration
7376 *
7377 * Enable the PLL for @pipe using the supplied @dpll config. To be used
7378 * in cases where we need the PLL enabled even when @pipe is not going to
7379 * be enabled.
7380 */
3f36b937
TU
7381int vlv_force_pll_on(struct drm_device *dev, enum pipe pipe,
7382 const struct dpll *dpll)
d288f65f
VS
7383{
7384 struct intel_crtc *crtc =
7385 to_intel_crtc(intel_get_crtc_for_pipe(dev, pipe));
3f36b937
TU
7386 struct intel_crtc_state *pipe_config;
7387
7388 pipe_config = kzalloc(sizeof(*pipe_config), GFP_KERNEL);
7389 if (!pipe_config)
7390 return -ENOMEM;
7391
7392 pipe_config->base.crtc = &crtc->base;
7393 pipe_config->pixel_multiplier = 1;
7394 pipe_config->dpll = *dpll;
d288f65f
VS
7395
7396 if (IS_CHERRYVIEW(dev)) {
3f36b937
TU
7397 chv_compute_dpll(crtc, pipe_config);
7398 chv_prepare_pll(crtc, pipe_config);
7399 chv_enable_pll(crtc, pipe_config);
d288f65f 7400 } else {
3f36b937
TU
7401 vlv_compute_dpll(crtc, pipe_config);
7402 vlv_prepare_pll(crtc, pipe_config);
7403 vlv_enable_pll(crtc, pipe_config);
d288f65f 7404 }
3f36b937
TU
7405
7406 kfree(pipe_config);
7407
7408 return 0;
d288f65f
VS
7409}
7410
7411/**
7412 * vlv_force_pll_off - forcibly disable just the PLL
7413 * @dev_priv: i915 private structure
7414 * @pipe: pipe PLL to disable
7415 *
7416 * Disable the PLL for @pipe. To be used in cases where we need
7417 * the PLL enabled even when @pipe is not going to be enabled.
7418 */
7419void vlv_force_pll_off(struct drm_device *dev, enum pipe pipe)
7420{
7421 if (IS_CHERRYVIEW(dev))
7422 chv_disable_pll(to_i915(dev), pipe);
7423 else
7424 vlv_disable_pll(to_i915(dev), pipe);
7425}
7426
251ac862
DV
7427static void i9xx_compute_dpll(struct intel_crtc *crtc,
7428 struct intel_crtc_state *crtc_state,
ceb41007 7429 intel_clock_t *reduced_clock)
eb1cbe48 7430{
f47709a9 7431 struct drm_device *dev = crtc->base.dev;
eb1cbe48 7432 struct drm_i915_private *dev_priv = dev->dev_private;
eb1cbe48
DV
7433 u32 dpll;
7434 bool is_sdvo;
190f68c5 7435 struct dpll *clock = &crtc_state->dpll;
eb1cbe48 7436
190f68c5 7437 i9xx_update_pll_dividers(crtc, crtc_state, reduced_clock);
2a8f64ca 7438
a93e255f
ACO
7439 is_sdvo = intel_pipe_will_have_type(crtc_state, INTEL_OUTPUT_SDVO) ||
7440 intel_pipe_will_have_type(crtc_state, INTEL_OUTPUT_HDMI);
eb1cbe48
DV
7441
7442 dpll = DPLL_VGA_MODE_DIS;
7443
a93e255f 7444 if (intel_pipe_will_have_type(crtc_state, INTEL_OUTPUT_LVDS))
eb1cbe48
DV
7445 dpll |= DPLLB_MODE_LVDS;
7446 else
7447 dpll |= DPLLB_MODE_DAC_SERIAL;
6cc5f341 7448
ef1b460d 7449 if (IS_I945G(dev) || IS_I945GM(dev) || IS_G33(dev)) {
190f68c5 7450 dpll |= (crtc_state->pixel_multiplier - 1)
198a037f 7451 << SDVO_MULTIPLIER_SHIFT_HIRES;
eb1cbe48 7452 }
198a037f
DV
7453
7454 if (is_sdvo)
4a33e48d 7455 dpll |= DPLL_SDVO_HIGH_SPEED;
198a037f 7456
190f68c5 7457 if (crtc_state->has_dp_encoder)
4a33e48d 7458 dpll |= DPLL_SDVO_HIGH_SPEED;
eb1cbe48
DV
7459
7460 /* compute bitmask from p1 value */
7461 if (IS_PINEVIEW(dev))
7462 dpll |= (1 << (clock->p1 - 1)) << DPLL_FPA01_P1_POST_DIV_SHIFT_PINEVIEW;
7463 else {
7464 dpll |= (1 << (clock->p1 - 1)) << DPLL_FPA01_P1_POST_DIV_SHIFT;
7465 if (IS_G4X(dev) && reduced_clock)
7466 dpll |= (1 << (reduced_clock->p1 - 1)) << DPLL_FPA1_P1_POST_DIV_SHIFT;
7467 }
7468 switch (clock->p2) {
7469 case 5:
7470 dpll |= DPLL_DAC_SERIAL_P2_CLOCK_DIV_5;
7471 break;
7472 case 7:
7473 dpll |= DPLLB_LVDS_P2_CLOCK_DIV_7;
7474 break;
7475 case 10:
7476 dpll |= DPLL_DAC_SERIAL_P2_CLOCK_DIV_10;
7477 break;
7478 case 14:
7479 dpll |= DPLLB_LVDS_P2_CLOCK_DIV_14;
7480 break;
7481 }
7482 if (INTEL_INFO(dev)->gen >= 4)
7483 dpll |= (6 << PLL_LOAD_PULSE_PHASE_SHIFT);
7484
190f68c5 7485 if (crtc_state->sdvo_tv_clock)
eb1cbe48 7486 dpll |= PLL_REF_INPUT_TVCLKINBC;
a93e255f 7487 else if (intel_pipe_will_have_type(crtc_state, INTEL_OUTPUT_LVDS) &&
ceb41007 7488 intel_panel_use_ssc(dev_priv))
eb1cbe48
DV
7489 dpll |= PLLB_REF_INPUT_SPREADSPECTRUMIN;
7490 else
7491 dpll |= PLL_REF_INPUT_DREFCLK;
7492
7493 dpll |= DPLL_VCO_ENABLE;
190f68c5 7494 crtc_state->dpll_hw_state.dpll = dpll;
8bcc2795 7495
eb1cbe48 7496 if (INTEL_INFO(dev)->gen >= 4) {
190f68c5 7497 u32 dpll_md = (crtc_state->pixel_multiplier - 1)
ef1b460d 7498 << DPLL_MD_UDI_MULTIPLIER_SHIFT;
190f68c5 7499 crtc_state->dpll_hw_state.dpll_md = dpll_md;
eb1cbe48
DV
7500 }
7501}
7502
251ac862
DV
7503static void i8xx_compute_dpll(struct intel_crtc *crtc,
7504 struct intel_crtc_state *crtc_state,
ceb41007 7505 intel_clock_t *reduced_clock)
eb1cbe48 7506{
f47709a9 7507 struct drm_device *dev = crtc->base.dev;
eb1cbe48 7508 struct drm_i915_private *dev_priv = dev->dev_private;
eb1cbe48 7509 u32 dpll;
190f68c5 7510 struct dpll *clock = &crtc_state->dpll;
eb1cbe48 7511
190f68c5 7512 i9xx_update_pll_dividers(crtc, crtc_state, reduced_clock);
2a8f64ca 7513
eb1cbe48
DV
7514 dpll = DPLL_VGA_MODE_DIS;
7515
a93e255f 7516 if (intel_pipe_will_have_type(crtc_state, INTEL_OUTPUT_LVDS)) {
eb1cbe48
DV
7517 dpll |= (1 << (clock->p1 - 1)) << DPLL_FPA01_P1_POST_DIV_SHIFT;
7518 } else {
7519 if (clock->p1 == 2)
7520 dpll |= PLL_P1_DIVIDE_BY_TWO;
7521 else
7522 dpll |= (clock->p1 - 2) << DPLL_FPA01_P1_POST_DIV_SHIFT;
7523 if (clock->p2 == 4)
7524 dpll |= PLL_P2_DIVIDE_BY_4;
7525 }
7526
a93e255f 7527 if (!IS_I830(dev) && intel_pipe_will_have_type(crtc_state, INTEL_OUTPUT_DVO))
4a33e48d
DV
7528 dpll |= DPLL_DVO_2X_MODE;
7529
a93e255f 7530 if (intel_pipe_will_have_type(crtc_state, INTEL_OUTPUT_LVDS) &&
ceb41007 7531 intel_panel_use_ssc(dev_priv))
eb1cbe48
DV
7532 dpll |= PLLB_REF_INPUT_SPREADSPECTRUMIN;
7533 else
7534 dpll |= PLL_REF_INPUT_DREFCLK;
7535
7536 dpll |= DPLL_VCO_ENABLE;
190f68c5 7537 crtc_state->dpll_hw_state.dpll = dpll;
eb1cbe48
DV
7538}
7539
8a654f3b 7540static void intel_set_pipe_timings(struct intel_crtc *intel_crtc)
b0e77b9c
PZ
7541{
7542 struct drm_device *dev = intel_crtc->base.dev;
7543 struct drm_i915_private *dev_priv = dev->dev_private;
7544 enum pipe pipe = intel_crtc->pipe;
6e3c9717 7545 enum transcoder cpu_transcoder = intel_crtc->config->cpu_transcoder;
7c5f93b0 7546 const struct drm_display_mode *adjusted_mode = &intel_crtc->config->base.adjusted_mode;
1caea6e9
VS
7547 uint32_t crtc_vtotal, crtc_vblank_end;
7548 int vsyncshift = 0;
4d8a62ea
DV
7549
7550 /* We need to be careful not to changed the adjusted mode, for otherwise
7551 * the hw state checker will get angry at the mismatch. */
7552 crtc_vtotal = adjusted_mode->crtc_vtotal;
7553 crtc_vblank_end = adjusted_mode->crtc_vblank_end;
b0e77b9c 7554
609aeaca 7555 if (adjusted_mode->flags & DRM_MODE_FLAG_INTERLACE) {
b0e77b9c 7556 /* the chip adds 2 halflines automatically */
4d8a62ea
DV
7557 crtc_vtotal -= 1;
7558 crtc_vblank_end -= 1;
609aeaca 7559
409ee761 7560 if (intel_pipe_has_type(intel_crtc, INTEL_OUTPUT_SDVO))
609aeaca
VS
7561 vsyncshift = (adjusted_mode->crtc_htotal - 1) / 2;
7562 else
7563 vsyncshift = adjusted_mode->crtc_hsync_start -
7564 adjusted_mode->crtc_htotal / 2;
1caea6e9
VS
7565 if (vsyncshift < 0)
7566 vsyncshift += adjusted_mode->crtc_htotal;
b0e77b9c
PZ
7567 }
7568
7569 if (INTEL_INFO(dev)->gen > 3)
fe2b8f9d 7570 I915_WRITE(VSYNCSHIFT(cpu_transcoder), vsyncshift);
b0e77b9c 7571
fe2b8f9d 7572 I915_WRITE(HTOTAL(cpu_transcoder),
b0e77b9c
PZ
7573 (adjusted_mode->crtc_hdisplay - 1) |
7574 ((adjusted_mode->crtc_htotal - 1) << 16));
fe2b8f9d 7575 I915_WRITE(HBLANK(cpu_transcoder),
b0e77b9c
PZ
7576 (adjusted_mode->crtc_hblank_start - 1) |
7577 ((adjusted_mode->crtc_hblank_end - 1) << 16));
fe2b8f9d 7578 I915_WRITE(HSYNC(cpu_transcoder),
b0e77b9c
PZ
7579 (adjusted_mode->crtc_hsync_start - 1) |
7580 ((adjusted_mode->crtc_hsync_end - 1) << 16));
7581
fe2b8f9d 7582 I915_WRITE(VTOTAL(cpu_transcoder),
b0e77b9c 7583 (adjusted_mode->crtc_vdisplay - 1) |
4d8a62ea 7584 ((crtc_vtotal - 1) << 16));
fe2b8f9d 7585 I915_WRITE(VBLANK(cpu_transcoder),
b0e77b9c 7586 (adjusted_mode->crtc_vblank_start - 1) |
4d8a62ea 7587 ((crtc_vblank_end - 1) << 16));
fe2b8f9d 7588 I915_WRITE(VSYNC(cpu_transcoder),
b0e77b9c
PZ
7589 (adjusted_mode->crtc_vsync_start - 1) |
7590 ((adjusted_mode->crtc_vsync_end - 1) << 16));
7591
b5e508d4
PZ
7592 /* Workaround: when the EDP input selection is B, the VTOTAL_B must be
7593 * programmed with the VTOTAL_EDP value. Same for VTOTAL_C. This is
7594 * documented on the DDI_FUNC_CTL register description, EDP Input Select
7595 * bits. */
7596 if (IS_HASWELL(dev) && cpu_transcoder == TRANSCODER_EDP &&
7597 (pipe == PIPE_B || pipe == PIPE_C))
7598 I915_WRITE(VTOTAL(pipe), I915_READ(VTOTAL(cpu_transcoder)));
7599
bc58be60
JN
7600}
7601
7602static void intel_set_pipe_src_size(struct intel_crtc *intel_crtc)
7603{
7604 struct drm_device *dev = intel_crtc->base.dev;
7605 struct drm_i915_private *dev_priv = dev->dev_private;
7606 enum pipe pipe = intel_crtc->pipe;
7607
b0e77b9c
PZ
7608 /* pipesrc controls the size that is scaled from, which should
7609 * always be the user's requested size.
7610 */
7611 I915_WRITE(PIPESRC(pipe),
6e3c9717
ACO
7612 ((intel_crtc->config->pipe_src_w - 1) << 16) |
7613 (intel_crtc->config->pipe_src_h - 1));
b0e77b9c
PZ
7614}
7615
1bd1bd80 7616static void intel_get_pipe_timings(struct intel_crtc *crtc,
5cec258b 7617 struct intel_crtc_state *pipe_config)
1bd1bd80
DV
7618{
7619 struct drm_device *dev = crtc->base.dev;
7620 struct drm_i915_private *dev_priv = dev->dev_private;
7621 enum transcoder cpu_transcoder = pipe_config->cpu_transcoder;
7622 uint32_t tmp;
7623
7624 tmp = I915_READ(HTOTAL(cpu_transcoder));
2d112de7
ACO
7625 pipe_config->base.adjusted_mode.crtc_hdisplay = (tmp & 0xffff) + 1;
7626 pipe_config->base.adjusted_mode.crtc_htotal = ((tmp >> 16) & 0xffff) + 1;
1bd1bd80 7627 tmp = I915_READ(HBLANK(cpu_transcoder));
2d112de7
ACO
7628 pipe_config->base.adjusted_mode.crtc_hblank_start = (tmp & 0xffff) + 1;
7629 pipe_config->base.adjusted_mode.crtc_hblank_end = ((tmp >> 16) & 0xffff) + 1;
1bd1bd80 7630 tmp = I915_READ(HSYNC(cpu_transcoder));
2d112de7
ACO
7631 pipe_config->base.adjusted_mode.crtc_hsync_start = (tmp & 0xffff) + 1;
7632 pipe_config->base.adjusted_mode.crtc_hsync_end = ((tmp >> 16) & 0xffff) + 1;
1bd1bd80
DV
7633
7634 tmp = I915_READ(VTOTAL(cpu_transcoder));
2d112de7
ACO
7635 pipe_config->base.adjusted_mode.crtc_vdisplay = (tmp & 0xffff) + 1;
7636 pipe_config->base.adjusted_mode.crtc_vtotal = ((tmp >> 16) & 0xffff) + 1;
1bd1bd80 7637 tmp = I915_READ(VBLANK(cpu_transcoder));
2d112de7
ACO
7638 pipe_config->base.adjusted_mode.crtc_vblank_start = (tmp & 0xffff) + 1;
7639 pipe_config->base.adjusted_mode.crtc_vblank_end = ((tmp >> 16) & 0xffff) + 1;
1bd1bd80 7640 tmp = I915_READ(VSYNC(cpu_transcoder));
2d112de7
ACO
7641 pipe_config->base.adjusted_mode.crtc_vsync_start = (tmp & 0xffff) + 1;
7642 pipe_config->base.adjusted_mode.crtc_vsync_end = ((tmp >> 16) & 0xffff) + 1;
1bd1bd80
DV
7643
7644 if (I915_READ(PIPECONF(cpu_transcoder)) & PIPECONF_INTERLACE_MASK) {
2d112de7
ACO
7645 pipe_config->base.adjusted_mode.flags |= DRM_MODE_FLAG_INTERLACE;
7646 pipe_config->base.adjusted_mode.crtc_vtotal += 1;
7647 pipe_config->base.adjusted_mode.crtc_vblank_end += 1;
1bd1bd80 7648 }
bc58be60
JN
7649}
7650
7651static void intel_get_pipe_src_size(struct intel_crtc *crtc,
7652 struct intel_crtc_state *pipe_config)
7653{
7654 struct drm_device *dev = crtc->base.dev;
7655 struct drm_i915_private *dev_priv = dev->dev_private;
7656 u32 tmp;
1bd1bd80
DV
7657
7658 tmp = I915_READ(PIPESRC(crtc->pipe));
37327abd
VS
7659 pipe_config->pipe_src_h = (tmp & 0xffff) + 1;
7660 pipe_config->pipe_src_w = ((tmp >> 16) & 0xffff) + 1;
7661
2d112de7
ACO
7662 pipe_config->base.mode.vdisplay = pipe_config->pipe_src_h;
7663 pipe_config->base.mode.hdisplay = pipe_config->pipe_src_w;
1bd1bd80
DV
7664}
7665
f6a83288 7666void intel_mode_from_pipe_config(struct drm_display_mode *mode,
5cec258b 7667 struct intel_crtc_state *pipe_config)
babea61d 7668{
2d112de7
ACO
7669 mode->hdisplay = pipe_config->base.adjusted_mode.crtc_hdisplay;
7670 mode->htotal = pipe_config->base.adjusted_mode.crtc_htotal;
7671 mode->hsync_start = pipe_config->base.adjusted_mode.crtc_hsync_start;
7672 mode->hsync_end = pipe_config->base.adjusted_mode.crtc_hsync_end;
babea61d 7673
2d112de7
ACO
7674 mode->vdisplay = pipe_config->base.adjusted_mode.crtc_vdisplay;
7675 mode->vtotal = pipe_config->base.adjusted_mode.crtc_vtotal;
7676 mode->vsync_start = pipe_config->base.adjusted_mode.crtc_vsync_start;
7677 mode->vsync_end = pipe_config->base.adjusted_mode.crtc_vsync_end;
babea61d 7678
2d112de7 7679 mode->flags = pipe_config->base.adjusted_mode.flags;
cd13f5ab 7680 mode->type = DRM_MODE_TYPE_DRIVER;
babea61d 7681
2d112de7
ACO
7682 mode->clock = pipe_config->base.adjusted_mode.crtc_clock;
7683 mode->flags |= pipe_config->base.adjusted_mode.flags;
cd13f5ab
ML
7684
7685 mode->hsync = drm_mode_hsync(mode);
7686 mode->vrefresh = drm_mode_vrefresh(mode);
7687 drm_mode_set_name(mode);
babea61d
JB
7688}
7689
84b046f3
DV
7690static void i9xx_set_pipeconf(struct intel_crtc *intel_crtc)
7691{
7692 struct drm_device *dev = intel_crtc->base.dev;
7693 struct drm_i915_private *dev_priv = dev->dev_private;
7694 uint32_t pipeconf;
7695
9f11a9e4 7696 pipeconf = 0;
84b046f3 7697
b6b5d049
VS
7698 if ((intel_crtc->pipe == PIPE_A && dev_priv->quirks & QUIRK_PIPEA_FORCE) ||
7699 (intel_crtc->pipe == PIPE_B && dev_priv->quirks & QUIRK_PIPEB_FORCE))
7700 pipeconf |= I915_READ(PIPECONF(intel_crtc->pipe)) & PIPECONF_ENABLE;
67c72a12 7701
6e3c9717 7702 if (intel_crtc->config->double_wide)
cf532bb2 7703 pipeconf |= PIPECONF_DOUBLE_WIDE;
84b046f3 7704
ff9ce46e 7705 /* only g4x and later have fancy bpc/dither controls */
666a4537 7706 if (IS_G4X(dev) || IS_VALLEYVIEW(dev) || IS_CHERRYVIEW(dev)) {
ff9ce46e 7707 /* Bspec claims that we can't use dithering for 30bpp pipes. */
6e3c9717 7708 if (intel_crtc->config->dither && intel_crtc->config->pipe_bpp != 30)
ff9ce46e 7709 pipeconf |= PIPECONF_DITHER_EN |
84b046f3 7710 PIPECONF_DITHER_TYPE_SP;
84b046f3 7711
6e3c9717 7712 switch (intel_crtc->config->pipe_bpp) {
ff9ce46e
DV
7713 case 18:
7714 pipeconf |= PIPECONF_6BPC;
7715 break;
7716 case 24:
7717 pipeconf |= PIPECONF_8BPC;
7718 break;
7719 case 30:
7720 pipeconf |= PIPECONF_10BPC;
7721 break;
7722 default:
7723 /* Case prevented by intel_choose_pipe_bpp_dither. */
7724 BUG();
84b046f3
DV
7725 }
7726 }
7727
7728 if (HAS_PIPE_CXSR(dev)) {
7729 if (intel_crtc->lowfreq_avail) {
7730 DRM_DEBUG_KMS("enabling CxSR downclocking\n");
7731 pipeconf |= PIPECONF_CXSR_DOWNCLOCK;
7732 } else {
7733 DRM_DEBUG_KMS("disabling CxSR downclocking\n");
84b046f3
DV
7734 }
7735 }
7736
6e3c9717 7737 if (intel_crtc->config->base.adjusted_mode.flags & DRM_MODE_FLAG_INTERLACE) {
efc2cfff 7738 if (INTEL_INFO(dev)->gen < 4 ||
409ee761 7739 intel_pipe_has_type(intel_crtc, INTEL_OUTPUT_SDVO))
efc2cfff
VS
7740 pipeconf |= PIPECONF_INTERLACE_W_FIELD_INDICATION;
7741 else
7742 pipeconf |= PIPECONF_INTERLACE_W_SYNC_SHIFT;
7743 } else
84b046f3
DV
7744 pipeconf |= PIPECONF_PROGRESSIVE;
7745
666a4537
WB
7746 if ((IS_VALLEYVIEW(dev) || IS_CHERRYVIEW(dev)) &&
7747 intel_crtc->config->limited_color_range)
9f11a9e4 7748 pipeconf |= PIPECONF_COLOR_RANGE_SELECT;
9c8e09b7 7749
84b046f3
DV
7750 I915_WRITE(PIPECONF(intel_crtc->pipe), pipeconf);
7751 POSTING_READ(PIPECONF(intel_crtc->pipe));
7752}
7753
81c97f52
ACO
7754static int i8xx_crtc_compute_clock(struct intel_crtc *crtc,
7755 struct intel_crtc_state *crtc_state)
7756{
7757 struct drm_device *dev = crtc->base.dev;
7758 struct drm_i915_private *dev_priv = dev->dev_private;
7759 const intel_limit_t *limit;
7760 int refclk = 48000;
7761
7762 memset(&crtc_state->dpll_hw_state, 0,
7763 sizeof(crtc_state->dpll_hw_state));
7764
7765 if (intel_pipe_will_have_type(crtc_state, INTEL_OUTPUT_LVDS)) {
7766 if (intel_panel_use_ssc(dev_priv)) {
7767 refclk = dev_priv->vbt.lvds_ssc_freq;
7768 DRM_DEBUG_KMS("using SSC reference clock of %d kHz\n", refclk);
7769 }
7770
7771 limit = &intel_limits_i8xx_lvds;
7772 } else if (intel_pipe_will_have_type(crtc_state, INTEL_OUTPUT_DVO)) {
7773 limit = &intel_limits_i8xx_dvo;
7774 } else {
7775 limit = &intel_limits_i8xx_dac;
7776 }
7777
7778 if (!crtc_state->clock_set &&
7779 !i9xx_find_best_dpll(limit, crtc_state, crtc_state->port_clock,
7780 refclk, NULL, &crtc_state->dpll)) {
7781 DRM_ERROR("Couldn't find PLL settings for mode!\n");
7782 return -EINVAL;
7783 }
7784
7785 i8xx_compute_dpll(crtc, crtc_state, NULL);
7786
7787 return 0;
7788}
7789
19ec6693
ACO
7790static int g4x_crtc_compute_clock(struct intel_crtc *crtc,
7791 struct intel_crtc_state *crtc_state)
7792{
7793 struct drm_device *dev = crtc->base.dev;
7794 struct drm_i915_private *dev_priv = dev->dev_private;
7795 const intel_limit_t *limit;
7796 int refclk = 96000;
7797
7798 memset(&crtc_state->dpll_hw_state, 0,
7799 sizeof(crtc_state->dpll_hw_state));
7800
7801 if (intel_pipe_will_have_type(crtc_state, INTEL_OUTPUT_LVDS)) {
7802 if (intel_panel_use_ssc(dev_priv)) {
7803 refclk = dev_priv->vbt.lvds_ssc_freq;
7804 DRM_DEBUG_KMS("using SSC reference clock of %d kHz\n", refclk);
7805 }
7806
7807 if (intel_is_dual_link_lvds(dev))
7808 limit = &intel_limits_g4x_dual_channel_lvds;
7809 else
7810 limit = &intel_limits_g4x_single_channel_lvds;
7811 } else if (intel_pipe_will_have_type(crtc_state, INTEL_OUTPUT_HDMI) ||
7812 intel_pipe_will_have_type(crtc_state, INTEL_OUTPUT_ANALOG)) {
7813 limit = &intel_limits_g4x_hdmi;
7814 } else if (intel_pipe_will_have_type(crtc_state, INTEL_OUTPUT_SDVO)) {
7815 limit = &intel_limits_g4x_sdvo;
7816 } else {
7817 /* The option is for other outputs */
7818 limit = &intel_limits_i9xx_sdvo;
7819 }
7820
7821 if (!crtc_state->clock_set &&
7822 !g4x_find_best_dpll(limit, crtc_state, crtc_state->port_clock,
7823 refclk, NULL, &crtc_state->dpll)) {
7824 DRM_ERROR("Couldn't find PLL settings for mode!\n");
7825 return -EINVAL;
7826 }
7827
7828 i9xx_compute_dpll(crtc, crtc_state, NULL);
7829
7830 return 0;
7831}
7832
70e8aa21
ACO
7833static int pnv_crtc_compute_clock(struct intel_crtc *crtc,
7834 struct intel_crtc_state *crtc_state)
7835{
7836 struct drm_device *dev = crtc->base.dev;
7837 struct drm_i915_private *dev_priv = dev->dev_private;
7838 const intel_limit_t *limit;
7839 int refclk = 96000;
7840
7841 memset(&crtc_state->dpll_hw_state, 0,
7842 sizeof(crtc_state->dpll_hw_state));
7843
7844 if (intel_pipe_will_have_type(crtc_state, INTEL_OUTPUT_LVDS)) {
7845 if (intel_panel_use_ssc(dev_priv)) {
7846 refclk = dev_priv->vbt.lvds_ssc_freq;
7847 DRM_DEBUG_KMS("using SSC reference clock of %d kHz\n", refclk);
7848 }
7849
7850 limit = &intel_limits_pineview_lvds;
7851 } else {
7852 limit = &intel_limits_pineview_sdvo;
7853 }
7854
7855 if (!crtc_state->clock_set &&
7856 !pnv_find_best_dpll(limit, crtc_state, crtc_state->port_clock,
7857 refclk, NULL, &crtc_state->dpll)) {
7858 DRM_ERROR("Couldn't find PLL settings for mode!\n");
7859 return -EINVAL;
7860 }
7861
7862 i9xx_compute_dpll(crtc, crtc_state, NULL);
7863
7864 return 0;
7865}
7866
190f68c5
ACO
7867static int i9xx_crtc_compute_clock(struct intel_crtc *crtc,
7868 struct intel_crtc_state *crtc_state)
79e53945 7869{
c7653199 7870 struct drm_device *dev = crtc->base.dev;
79e53945 7871 struct drm_i915_private *dev_priv = dev->dev_private;
d4906093 7872 const intel_limit_t *limit;
81c97f52 7873 int refclk = 96000;
79e53945 7874
dd3cd74a
ACO
7875 memset(&crtc_state->dpll_hw_state, 0,
7876 sizeof(crtc_state->dpll_hw_state));
7877
70e8aa21
ACO
7878 if (intel_pipe_will_have_type(crtc_state, INTEL_OUTPUT_LVDS)) {
7879 if (intel_panel_use_ssc(dev_priv)) {
7880 refclk = dev_priv->vbt.lvds_ssc_freq;
7881 DRM_DEBUG_KMS("using SSC reference clock of %d kHz\n", refclk);
7882 }
43565a06 7883
70e8aa21
ACO
7884 limit = &intel_limits_i9xx_lvds;
7885 } else {
7886 limit = &intel_limits_i9xx_sdvo;
81c97f52 7887 }
79e53945 7888
70e8aa21
ACO
7889 if (!crtc_state->clock_set &&
7890 !i9xx_find_best_dpll(limit, crtc_state, crtc_state->port_clock,
7891 refclk, NULL, &crtc_state->dpll)) {
7892 DRM_ERROR("Couldn't find PLL settings for mode!\n");
7893 return -EINVAL;
f47709a9 7894 }
7026d4ac 7895
81c97f52 7896 i9xx_compute_dpll(crtc, crtc_state, NULL);
79e53945 7897
c8f7a0db 7898 return 0;
f564048e
EA
7899}
7900
65b3d6a9
ACO
7901static int chv_crtc_compute_clock(struct intel_crtc *crtc,
7902 struct intel_crtc_state *crtc_state)
7903{
7904 int refclk = 100000;
7905 const intel_limit_t *limit = &intel_limits_chv;
7906
7907 memset(&crtc_state->dpll_hw_state, 0,
7908 sizeof(crtc_state->dpll_hw_state));
7909
7910 if (crtc_state->has_dsi_encoder)
7911 return 0;
7912
7913 if (!crtc_state->clock_set &&
7914 !chv_find_best_dpll(limit, crtc_state, crtc_state->port_clock,
7915 refclk, NULL, &crtc_state->dpll)) {
7916 DRM_ERROR("Couldn't find PLL settings for mode!\n");
7917 return -EINVAL;
7918 }
7919
7920 chv_compute_dpll(crtc, crtc_state);
7921
7922 return 0;
7923}
7924
7925static int vlv_crtc_compute_clock(struct intel_crtc *crtc,
7926 struct intel_crtc_state *crtc_state)
7927{
7928 int refclk = 100000;
7929 const intel_limit_t *limit = &intel_limits_vlv;
7930
7931 memset(&crtc_state->dpll_hw_state, 0,
7932 sizeof(crtc_state->dpll_hw_state));
7933
7934 if (crtc_state->has_dsi_encoder)
7935 return 0;
7936
7937 if (!crtc_state->clock_set &&
7938 !vlv_find_best_dpll(limit, crtc_state, crtc_state->port_clock,
7939 refclk, NULL, &crtc_state->dpll)) {
7940 DRM_ERROR("Couldn't find PLL settings for mode!\n");
7941 return -EINVAL;
7942 }
7943
7944 vlv_compute_dpll(crtc, crtc_state);
7945
7946 return 0;
7947}
7948
2fa2fe9a 7949static void i9xx_get_pfit_config(struct intel_crtc *crtc,
5cec258b 7950 struct intel_crtc_state *pipe_config)
2fa2fe9a
DV
7951{
7952 struct drm_device *dev = crtc->base.dev;
7953 struct drm_i915_private *dev_priv = dev->dev_private;
7954 uint32_t tmp;
7955
dc9e7dec
VS
7956 if (INTEL_INFO(dev)->gen <= 3 && (IS_I830(dev) || !IS_MOBILE(dev)))
7957 return;
7958
2fa2fe9a 7959 tmp = I915_READ(PFIT_CONTROL);
06922821
DV
7960 if (!(tmp & PFIT_ENABLE))
7961 return;
2fa2fe9a 7962
06922821 7963 /* Check whether the pfit is attached to our pipe. */
2fa2fe9a
DV
7964 if (INTEL_INFO(dev)->gen < 4) {
7965 if (crtc->pipe != PIPE_B)
7966 return;
2fa2fe9a
DV
7967 } else {
7968 if ((tmp & PFIT_PIPE_MASK) != (crtc->pipe << PFIT_PIPE_SHIFT))
7969 return;
7970 }
7971
06922821 7972 pipe_config->gmch_pfit.control = tmp;
2fa2fe9a
DV
7973 pipe_config->gmch_pfit.pgm_ratios = I915_READ(PFIT_PGM_RATIOS);
7974 if (INTEL_INFO(dev)->gen < 5)
7975 pipe_config->gmch_pfit.lvds_border_bits =
7976 I915_READ(LVDS) & LVDS_BORDER_ENABLE;
7977}
7978
acbec814 7979static void vlv_crtc_clock_get(struct intel_crtc *crtc,
5cec258b 7980 struct intel_crtc_state *pipe_config)
acbec814
JB
7981{
7982 struct drm_device *dev = crtc->base.dev;
7983 struct drm_i915_private *dev_priv = dev->dev_private;
7984 int pipe = pipe_config->cpu_transcoder;
7985 intel_clock_t clock;
7986 u32 mdiv;
662c6ecb 7987 int refclk = 100000;
acbec814 7988
b521973b
VS
7989 /* In case of DSI, DPLL will not be used */
7990 if ((pipe_config->dpll_hw_state.dpll & DPLL_VCO_ENABLE) == 0)
f573de5a
SK
7991 return;
7992
a580516d 7993 mutex_lock(&dev_priv->sb_lock);
ab3c759a 7994 mdiv = vlv_dpio_read(dev_priv, pipe, VLV_PLL_DW3(pipe));
a580516d 7995 mutex_unlock(&dev_priv->sb_lock);
acbec814
JB
7996
7997 clock.m1 = (mdiv >> DPIO_M1DIV_SHIFT) & 7;
7998 clock.m2 = mdiv & DPIO_M2DIV_MASK;
7999 clock.n = (mdiv >> DPIO_N_SHIFT) & 0xf;
8000 clock.p1 = (mdiv >> DPIO_P1_SHIFT) & 7;
8001 clock.p2 = (mdiv >> DPIO_P2_SHIFT) & 0x1f;
8002
dccbea3b 8003 pipe_config->port_clock = vlv_calc_dpll_params(refclk, &clock);
acbec814
JB
8004}
8005
5724dbd1
DL
8006static void
8007i9xx_get_initial_plane_config(struct intel_crtc *crtc,
8008 struct intel_initial_plane_config *plane_config)
1ad292b5
JB
8009{
8010 struct drm_device *dev = crtc->base.dev;
8011 struct drm_i915_private *dev_priv = dev->dev_private;
8012 u32 val, base, offset;
8013 int pipe = crtc->pipe, plane = crtc->plane;
8014 int fourcc, pixel_format;
6761dd31 8015 unsigned int aligned_height;
b113d5ee 8016 struct drm_framebuffer *fb;
1b842c89 8017 struct intel_framebuffer *intel_fb;
1ad292b5 8018
42a7b088
DL
8019 val = I915_READ(DSPCNTR(plane));
8020 if (!(val & DISPLAY_PLANE_ENABLE))
8021 return;
8022
d9806c9f 8023 intel_fb = kzalloc(sizeof(*intel_fb), GFP_KERNEL);
1b842c89 8024 if (!intel_fb) {
1ad292b5
JB
8025 DRM_DEBUG_KMS("failed to alloc fb\n");
8026 return;
8027 }
8028
1b842c89
DL
8029 fb = &intel_fb->base;
8030
18c5247e
DV
8031 if (INTEL_INFO(dev)->gen >= 4) {
8032 if (val & DISPPLANE_TILED) {
49af449b 8033 plane_config->tiling = I915_TILING_X;
18c5247e
DV
8034 fb->modifier[0] = I915_FORMAT_MOD_X_TILED;
8035 }
8036 }
1ad292b5
JB
8037
8038 pixel_format = val & DISPPLANE_PIXFORMAT_MASK;
b35d63fa 8039 fourcc = i9xx_format_to_fourcc(pixel_format);
b113d5ee
DL
8040 fb->pixel_format = fourcc;
8041 fb->bits_per_pixel = drm_format_plane_cpp(fourcc, 0) * 8;
1ad292b5
JB
8042
8043 if (INTEL_INFO(dev)->gen >= 4) {
49af449b 8044 if (plane_config->tiling)
1ad292b5
JB
8045 offset = I915_READ(DSPTILEOFF(plane));
8046 else
8047 offset = I915_READ(DSPLINOFF(plane));
8048 base = I915_READ(DSPSURF(plane)) & 0xfffff000;
8049 } else {
8050 base = I915_READ(DSPADDR(plane));
8051 }
8052 plane_config->base = base;
8053
8054 val = I915_READ(PIPESRC(pipe));
b113d5ee
DL
8055 fb->width = ((val >> 16) & 0xfff) + 1;
8056 fb->height = ((val >> 0) & 0xfff) + 1;
1ad292b5
JB
8057
8058 val = I915_READ(DSPSTRIDE(pipe));
b113d5ee 8059 fb->pitches[0] = val & 0xffffffc0;
1ad292b5 8060
b113d5ee 8061 aligned_height = intel_fb_align_height(dev, fb->height,
091df6cb
DV
8062 fb->pixel_format,
8063 fb->modifier[0]);
1ad292b5 8064
f37b5c2b 8065 plane_config->size = fb->pitches[0] * aligned_height;
1ad292b5 8066
2844a921
DL
8067 DRM_DEBUG_KMS("pipe/plane %c/%d with fb: size=%dx%d@%d, offset=%x, pitch %d, size 0x%x\n",
8068 pipe_name(pipe), plane, fb->width, fb->height,
8069 fb->bits_per_pixel, base, fb->pitches[0],
8070 plane_config->size);
1ad292b5 8071
2d14030b 8072 plane_config->fb = intel_fb;
1ad292b5
JB
8073}
8074
70b23a98 8075static void chv_crtc_clock_get(struct intel_crtc *crtc,
5cec258b 8076 struct intel_crtc_state *pipe_config)
70b23a98
VS
8077{
8078 struct drm_device *dev = crtc->base.dev;
8079 struct drm_i915_private *dev_priv = dev->dev_private;
8080 int pipe = pipe_config->cpu_transcoder;
8081 enum dpio_channel port = vlv_pipe_to_channel(pipe);
8082 intel_clock_t clock;
0d7b6b11 8083 u32 cmn_dw13, pll_dw0, pll_dw1, pll_dw2, pll_dw3;
70b23a98
VS
8084 int refclk = 100000;
8085
b521973b
VS
8086 /* In case of DSI, DPLL will not be used */
8087 if ((pipe_config->dpll_hw_state.dpll & DPLL_VCO_ENABLE) == 0)
8088 return;
8089
a580516d 8090 mutex_lock(&dev_priv->sb_lock);
70b23a98
VS
8091 cmn_dw13 = vlv_dpio_read(dev_priv, pipe, CHV_CMN_DW13(port));
8092 pll_dw0 = vlv_dpio_read(dev_priv, pipe, CHV_PLL_DW0(port));
8093 pll_dw1 = vlv_dpio_read(dev_priv, pipe, CHV_PLL_DW1(port));
8094 pll_dw2 = vlv_dpio_read(dev_priv, pipe, CHV_PLL_DW2(port));
0d7b6b11 8095 pll_dw3 = vlv_dpio_read(dev_priv, pipe, CHV_PLL_DW3(port));
a580516d 8096 mutex_unlock(&dev_priv->sb_lock);
70b23a98
VS
8097
8098 clock.m1 = (pll_dw1 & 0x7) == DPIO_CHV_M1_DIV_BY_2 ? 2 : 0;
0d7b6b11
ID
8099 clock.m2 = (pll_dw0 & 0xff) << 22;
8100 if (pll_dw3 & DPIO_CHV_FRAC_DIV_EN)
8101 clock.m2 |= pll_dw2 & 0x3fffff;
70b23a98
VS
8102 clock.n = (pll_dw1 >> DPIO_CHV_N_DIV_SHIFT) & 0xf;
8103 clock.p1 = (cmn_dw13 >> DPIO_CHV_P1_DIV_SHIFT) & 0x7;
8104 clock.p2 = (cmn_dw13 >> DPIO_CHV_P2_DIV_SHIFT) & 0x1f;
8105
dccbea3b 8106 pipe_config->port_clock = chv_calc_dpll_params(refclk, &clock);
70b23a98
VS
8107}
8108
0e8ffe1b 8109static bool i9xx_get_pipe_config(struct intel_crtc *crtc,
5cec258b 8110 struct intel_crtc_state *pipe_config)
0e8ffe1b
DV
8111{
8112 struct drm_device *dev = crtc->base.dev;
8113 struct drm_i915_private *dev_priv = dev->dev_private;
1729050e 8114 enum intel_display_power_domain power_domain;
0e8ffe1b 8115 uint32_t tmp;
1729050e 8116 bool ret;
0e8ffe1b 8117
1729050e
ID
8118 power_domain = POWER_DOMAIN_PIPE(crtc->pipe);
8119 if (!intel_display_power_get_if_enabled(dev_priv, power_domain))
b5482bd0
ID
8120 return false;
8121
e143a21c 8122 pipe_config->cpu_transcoder = (enum transcoder) crtc->pipe;
8106ddbd 8123 pipe_config->shared_dpll = NULL;
eccb140b 8124
1729050e
ID
8125 ret = false;
8126
0e8ffe1b
DV
8127 tmp = I915_READ(PIPECONF(crtc->pipe));
8128 if (!(tmp & PIPECONF_ENABLE))
1729050e 8129 goto out;
0e8ffe1b 8130
666a4537 8131 if (IS_G4X(dev) || IS_VALLEYVIEW(dev) || IS_CHERRYVIEW(dev)) {
42571aef
VS
8132 switch (tmp & PIPECONF_BPC_MASK) {
8133 case PIPECONF_6BPC:
8134 pipe_config->pipe_bpp = 18;
8135 break;
8136 case PIPECONF_8BPC:
8137 pipe_config->pipe_bpp = 24;
8138 break;
8139 case PIPECONF_10BPC:
8140 pipe_config->pipe_bpp = 30;
8141 break;
8142 default:
8143 break;
8144 }
8145 }
8146
666a4537
WB
8147 if ((IS_VALLEYVIEW(dev) || IS_CHERRYVIEW(dev)) &&
8148 (tmp & PIPECONF_COLOR_RANGE_SELECT))
b5a9fa09
DV
8149 pipe_config->limited_color_range = true;
8150
282740f7
VS
8151 if (INTEL_INFO(dev)->gen < 4)
8152 pipe_config->double_wide = tmp & PIPECONF_DOUBLE_WIDE;
8153
1bd1bd80 8154 intel_get_pipe_timings(crtc, pipe_config);
bc58be60 8155 intel_get_pipe_src_size(crtc, pipe_config);
1bd1bd80 8156
2fa2fe9a
DV
8157 i9xx_get_pfit_config(crtc, pipe_config);
8158
6c49f241 8159 if (INTEL_INFO(dev)->gen >= 4) {
c231775c
VS
8160 /* No way to read it out on pipes B and C */
8161 if (IS_CHERRYVIEW(dev) && crtc->pipe != PIPE_A)
8162 tmp = dev_priv->chv_dpll_md[crtc->pipe];
8163 else
8164 tmp = I915_READ(DPLL_MD(crtc->pipe));
6c49f241
DV
8165 pipe_config->pixel_multiplier =
8166 ((tmp & DPLL_MD_UDI_MULTIPLIER_MASK)
8167 >> DPLL_MD_UDI_MULTIPLIER_SHIFT) + 1;
8bcc2795 8168 pipe_config->dpll_hw_state.dpll_md = tmp;
6c49f241
DV
8169 } else if (IS_I945G(dev) || IS_I945GM(dev) || IS_G33(dev)) {
8170 tmp = I915_READ(DPLL(crtc->pipe));
8171 pipe_config->pixel_multiplier =
8172 ((tmp & SDVO_MULTIPLIER_MASK)
8173 >> SDVO_MULTIPLIER_SHIFT_HIRES) + 1;
8174 } else {
8175 /* Note that on i915G/GM the pixel multiplier is in the sdvo
8176 * port and will be fixed up in the encoder->get_config
8177 * function. */
8178 pipe_config->pixel_multiplier = 1;
8179 }
8bcc2795 8180 pipe_config->dpll_hw_state.dpll = I915_READ(DPLL(crtc->pipe));
666a4537 8181 if (!IS_VALLEYVIEW(dev) && !IS_CHERRYVIEW(dev)) {
1c4e0274
VS
8182 /*
8183 * DPLL_DVO_2X_MODE must be enabled for both DPLLs
8184 * on 830. Filter it out here so that we don't
8185 * report errors due to that.
8186 */
8187 if (IS_I830(dev))
8188 pipe_config->dpll_hw_state.dpll &= ~DPLL_DVO_2X_MODE;
8189
8bcc2795
DV
8190 pipe_config->dpll_hw_state.fp0 = I915_READ(FP0(crtc->pipe));
8191 pipe_config->dpll_hw_state.fp1 = I915_READ(FP1(crtc->pipe));
165e901c
VS
8192 } else {
8193 /* Mask out read-only status bits. */
8194 pipe_config->dpll_hw_state.dpll &= ~(DPLL_LOCK_VLV |
8195 DPLL_PORTC_READY_MASK |
8196 DPLL_PORTB_READY_MASK);
8bcc2795 8197 }
6c49f241 8198
70b23a98
VS
8199 if (IS_CHERRYVIEW(dev))
8200 chv_crtc_clock_get(crtc, pipe_config);
8201 else if (IS_VALLEYVIEW(dev))
acbec814
JB
8202 vlv_crtc_clock_get(crtc, pipe_config);
8203 else
8204 i9xx_crtc_clock_get(crtc, pipe_config);
18442d08 8205
0f64614d
VS
8206 /*
8207 * Normally the dotclock is filled in by the encoder .get_config()
8208 * but in case the pipe is enabled w/o any ports we need a sane
8209 * default.
8210 */
8211 pipe_config->base.adjusted_mode.crtc_clock =
8212 pipe_config->port_clock / pipe_config->pixel_multiplier;
8213
1729050e
ID
8214 ret = true;
8215
8216out:
8217 intel_display_power_put(dev_priv, power_domain);
8218
8219 return ret;
0e8ffe1b
DV
8220}
8221
dde86e2d 8222static void ironlake_init_pch_refclk(struct drm_device *dev)
13d83a67
JB
8223{
8224 struct drm_i915_private *dev_priv = dev->dev_private;
13d83a67 8225 struct intel_encoder *encoder;
74cfd7ac 8226 u32 val, final;
13d83a67 8227 bool has_lvds = false;
199e5d79 8228 bool has_cpu_edp = false;
199e5d79 8229 bool has_panel = false;
99eb6a01
KP
8230 bool has_ck505 = false;
8231 bool can_ssc = false;
13d83a67
JB
8232
8233 /* We need to take the global config into account */
b2784e15 8234 for_each_intel_encoder(dev, encoder) {
199e5d79
KP
8235 switch (encoder->type) {
8236 case INTEL_OUTPUT_LVDS:
8237 has_panel = true;
8238 has_lvds = true;
8239 break;
8240 case INTEL_OUTPUT_EDP:
8241 has_panel = true;
2de6905f 8242 if (enc_to_dig_port(&encoder->base)->port == PORT_A)
199e5d79
KP
8243 has_cpu_edp = true;
8244 break;
6847d71b
PZ
8245 default:
8246 break;
13d83a67
JB
8247 }
8248 }
8249
99eb6a01 8250 if (HAS_PCH_IBX(dev)) {
41aa3448 8251 has_ck505 = dev_priv->vbt.display_clock_mode;
99eb6a01
KP
8252 can_ssc = has_ck505;
8253 } else {
8254 has_ck505 = false;
8255 can_ssc = true;
8256 }
8257
2de6905f
ID
8258 DRM_DEBUG_KMS("has_panel %d has_lvds %d has_ck505 %d\n",
8259 has_panel, has_lvds, has_ck505);
13d83a67
JB
8260
8261 /* Ironlake: try to setup display ref clock before DPLL
8262 * enabling. This is only under driver's control after
8263 * PCH B stepping, previous chipset stepping should be
8264 * ignoring this setting.
8265 */
74cfd7ac
CW
8266 val = I915_READ(PCH_DREF_CONTROL);
8267
8268 /* As we must carefully and slowly disable/enable each source in turn,
8269 * compute the final state we want first and check if we need to
8270 * make any changes at all.
8271 */
8272 final = val;
8273 final &= ~DREF_NONSPREAD_SOURCE_MASK;
8274 if (has_ck505)
8275 final |= DREF_NONSPREAD_CK505_ENABLE;
8276 else
8277 final |= DREF_NONSPREAD_SOURCE_ENABLE;
8278
8279 final &= ~DREF_SSC_SOURCE_MASK;
8280 final &= ~DREF_CPU_SOURCE_OUTPUT_MASK;
8281 final &= ~DREF_SSC1_ENABLE;
8282
8283 if (has_panel) {
8284 final |= DREF_SSC_SOURCE_ENABLE;
8285
8286 if (intel_panel_use_ssc(dev_priv) && can_ssc)
8287 final |= DREF_SSC1_ENABLE;
8288
8289 if (has_cpu_edp) {
8290 if (intel_panel_use_ssc(dev_priv) && can_ssc)
8291 final |= DREF_CPU_SOURCE_OUTPUT_DOWNSPREAD;
8292 else
8293 final |= DREF_CPU_SOURCE_OUTPUT_NONSPREAD;
8294 } else
8295 final |= DREF_CPU_SOURCE_OUTPUT_DISABLE;
8296 } else {
8297 final |= DREF_SSC_SOURCE_DISABLE;
8298 final |= DREF_CPU_SOURCE_OUTPUT_DISABLE;
8299 }
8300
8301 if (final == val)
8302 return;
8303
13d83a67 8304 /* Always enable nonspread source */
74cfd7ac 8305 val &= ~DREF_NONSPREAD_SOURCE_MASK;
13d83a67 8306
99eb6a01 8307 if (has_ck505)
74cfd7ac 8308 val |= DREF_NONSPREAD_CK505_ENABLE;
99eb6a01 8309 else
74cfd7ac 8310 val |= DREF_NONSPREAD_SOURCE_ENABLE;
13d83a67 8311
199e5d79 8312 if (has_panel) {
74cfd7ac
CW
8313 val &= ~DREF_SSC_SOURCE_MASK;
8314 val |= DREF_SSC_SOURCE_ENABLE;
13d83a67 8315
199e5d79 8316 /* SSC must be turned on before enabling the CPU output */
99eb6a01 8317 if (intel_panel_use_ssc(dev_priv) && can_ssc) {
199e5d79 8318 DRM_DEBUG_KMS("Using SSC on panel\n");
74cfd7ac 8319 val |= DREF_SSC1_ENABLE;
e77166b5 8320 } else
74cfd7ac 8321 val &= ~DREF_SSC1_ENABLE;
199e5d79
KP
8322
8323 /* Get SSC going before enabling the outputs */
74cfd7ac 8324 I915_WRITE(PCH_DREF_CONTROL, val);
199e5d79
KP
8325 POSTING_READ(PCH_DREF_CONTROL);
8326 udelay(200);
8327
74cfd7ac 8328 val &= ~DREF_CPU_SOURCE_OUTPUT_MASK;
13d83a67
JB
8329
8330 /* Enable CPU source on CPU attached eDP */
199e5d79 8331 if (has_cpu_edp) {
99eb6a01 8332 if (intel_panel_use_ssc(dev_priv) && can_ssc) {
199e5d79 8333 DRM_DEBUG_KMS("Using SSC on eDP\n");
74cfd7ac 8334 val |= DREF_CPU_SOURCE_OUTPUT_DOWNSPREAD;
eba905b2 8335 } else
74cfd7ac 8336 val |= DREF_CPU_SOURCE_OUTPUT_NONSPREAD;
199e5d79 8337 } else
74cfd7ac 8338 val |= DREF_CPU_SOURCE_OUTPUT_DISABLE;
199e5d79 8339
74cfd7ac 8340 I915_WRITE(PCH_DREF_CONTROL, val);
199e5d79
KP
8341 POSTING_READ(PCH_DREF_CONTROL);
8342 udelay(200);
8343 } else {
8344 DRM_DEBUG_KMS("Disabling SSC entirely\n");
8345
74cfd7ac 8346 val &= ~DREF_CPU_SOURCE_OUTPUT_MASK;
199e5d79
KP
8347
8348 /* Turn off CPU output */
74cfd7ac 8349 val |= DREF_CPU_SOURCE_OUTPUT_DISABLE;
199e5d79 8350
74cfd7ac 8351 I915_WRITE(PCH_DREF_CONTROL, val);
199e5d79
KP
8352 POSTING_READ(PCH_DREF_CONTROL);
8353 udelay(200);
8354
8355 /* Turn off the SSC source */
74cfd7ac
CW
8356 val &= ~DREF_SSC_SOURCE_MASK;
8357 val |= DREF_SSC_SOURCE_DISABLE;
199e5d79
KP
8358
8359 /* Turn off SSC1 */
74cfd7ac 8360 val &= ~DREF_SSC1_ENABLE;
199e5d79 8361
74cfd7ac 8362 I915_WRITE(PCH_DREF_CONTROL, val);
13d83a67
JB
8363 POSTING_READ(PCH_DREF_CONTROL);
8364 udelay(200);
8365 }
74cfd7ac
CW
8366
8367 BUG_ON(val != final);
13d83a67
JB
8368}
8369
f31f2d55 8370static void lpt_reset_fdi_mphy(struct drm_i915_private *dev_priv)
dde86e2d 8371{
f31f2d55 8372 uint32_t tmp;
dde86e2d 8373
0ff066a9
PZ
8374 tmp = I915_READ(SOUTH_CHICKEN2);
8375 tmp |= FDI_MPHY_IOSFSB_RESET_CTL;
8376 I915_WRITE(SOUTH_CHICKEN2, tmp);
dde86e2d 8377
0ff066a9
PZ
8378 if (wait_for_atomic_us(I915_READ(SOUTH_CHICKEN2) &
8379 FDI_MPHY_IOSFSB_RESET_STATUS, 100))
8380 DRM_ERROR("FDI mPHY reset assert timeout\n");
dde86e2d 8381
0ff066a9
PZ
8382 tmp = I915_READ(SOUTH_CHICKEN2);
8383 tmp &= ~FDI_MPHY_IOSFSB_RESET_CTL;
8384 I915_WRITE(SOUTH_CHICKEN2, tmp);
dde86e2d 8385
0ff066a9
PZ
8386 if (wait_for_atomic_us((I915_READ(SOUTH_CHICKEN2) &
8387 FDI_MPHY_IOSFSB_RESET_STATUS) == 0, 100))
8388 DRM_ERROR("FDI mPHY reset de-assert timeout\n");
f31f2d55
PZ
8389}
8390
8391/* WaMPhyProgramming:hsw */
8392static void lpt_program_fdi_mphy(struct drm_i915_private *dev_priv)
8393{
8394 uint32_t tmp;
dde86e2d
PZ
8395
8396 tmp = intel_sbi_read(dev_priv, 0x8008, SBI_MPHY);
8397 tmp &= ~(0xFF << 24);
8398 tmp |= (0x12 << 24);
8399 intel_sbi_write(dev_priv, 0x8008, tmp, SBI_MPHY);
8400
dde86e2d
PZ
8401 tmp = intel_sbi_read(dev_priv, 0x2008, SBI_MPHY);
8402 tmp |= (1 << 11);
8403 intel_sbi_write(dev_priv, 0x2008, tmp, SBI_MPHY);
8404
8405 tmp = intel_sbi_read(dev_priv, 0x2108, SBI_MPHY);
8406 tmp |= (1 << 11);
8407 intel_sbi_write(dev_priv, 0x2108, tmp, SBI_MPHY);
8408
dde86e2d
PZ
8409 tmp = intel_sbi_read(dev_priv, 0x206C, SBI_MPHY);
8410 tmp |= (1 << 24) | (1 << 21) | (1 << 18);
8411 intel_sbi_write(dev_priv, 0x206C, tmp, SBI_MPHY);
8412
8413 tmp = intel_sbi_read(dev_priv, 0x216C, SBI_MPHY);
8414 tmp |= (1 << 24) | (1 << 21) | (1 << 18);
8415 intel_sbi_write(dev_priv, 0x216C, tmp, SBI_MPHY);
8416
0ff066a9
PZ
8417 tmp = intel_sbi_read(dev_priv, 0x2080, SBI_MPHY);
8418 tmp &= ~(7 << 13);
8419 tmp |= (5 << 13);
8420 intel_sbi_write(dev_priv, 0x2080, tmp, SBI_MPHY);
dde86e2d 8421
0ff066a9
PZ
8422 tmp = intel_sbi_read(dev_priv, 0x2180, SBI_MPHY);
8423 tmp &= ~(7 << 13);
8424 tmp |= (5 << 13);
8425 intel_sbi_write(dev_priv, 0x2180, tmp, SBI_MPHY);
dde86e2d
PZ
8426
8427 tmp = intel_sbi_read(dev_priv, 0x208C, SBI_MPHY);
8428 tmp &= ~0xFF;
8429 tmp |= 0x1C;
8430 intel_sbi_write(dev_priv, 0x208C, tmp, SBI_MPHY);
8431
8432 tmp = intel_sbi_read(dev_priv, 0x218C, SBI_MPHY);
8433 tmp &= ~0xFF;
8434 tmp |= 0x1C;
8435 intel_sbi_write(dev_priv, 0x218C, tmp, SBI_MPHY);
8436
8437 tmp = intel_sbi_read(dev_priv, 0x2098, SBI_MPHY);
8438 tmp &= ~(0xFF << 16);
8439 tmp |= (0x1C << 16);
8440 intel_sbi_write(dev_priv, 0x2098, tmp, SBI_MPHY);
8441
8442 tmp = intel_sbi_read(dev_priv, 0x2198, SBI_MPHY);
8443 tmp &= ~(0xFF << 16);
8444 tmp |= (0x1C << 16);
8445 intel_sbi_write(dev_priv, 0x2198, tmp, SBI_MPHY);
8446
0ff066a9
PZ
8447 tmp = intel_sbi_read(dev_priv, 0x20C4, SBI_MPHY);
8448 tmp |= (1 << 27);
8449 intel_sbi_write(dev_priv, 0x20C4, tmp, SBI_MPHY);
dde86e2d 8450
0ff066a9
PZ
8451 tmp = intel_sbi_read(dev_priv, 0x21C4, SBI_MPHY);
8452 tmp |= (1 << 27);
8453 intel_sbi_write(dev_priv, 0x21C4, tmp, SBI_MPHY);
dde86e2d 8454
0ff066a9
PZ
8455 tmp = intel_sbi_read(dev_priv, 0x20EC, SBI_MPHY);
8456 tmp &= ~(0xF << 28);
8457 tmp |= (4 << 28);
8458 intel_sbi_write(dev_priv, 0x20EC, tmp, SBI_MPHY);
dde86e2d 8459
0ff066a9
PZ
8460 tmp = intel_sbi_read(dev_priv, 0x21EC, SBI_MPHY);
8461 tmp &= ~(0xF << 28);
8462 tmp |= (4 << 28);
8463 intel_sbi_write(dev_priv, 0x21EC, tmp, SBI_MPHY);
f31f2d55
PZ
8464}
8465
2fa86a1f
PZ
8466/* Implements 3 different sequences from BSpec chapter "Display iCLK
8467 * Programming" based on the parameters passed:
8468 * - Sequence to enable CLKOUT_DP
8469 * - Sequence to enable CLKOUT_DP without spread
8470 * - Sequence to enable CLKOUT_DP for FDI usage and configure PCH FDI I/O
8471 */
8472static void lpt_enable_clkout_dp(struct drm_device *dev, bool with_spread,
8473 bool with_fdi)
f31f2d55
PZ
8474{
8475 struct drm_i915_private *dev_priv = dev->dev_private;
2fa86a1f
PZ
8476 uint32_t reg, tmp;
8477
8478 if (WARN(with_fdi && !with_spread, "FDI requires downspread\n"))
8479 with_spread = true;
c2699524 8480 if (WARN(HAS_PCH_LPT_LP(dev) && with_fdi, "LP PCH doesn't have FDI\n"))
2fa86a1f 8481 with_fdi = false;
f31f2d55 8482
a580516d 8483 mutex_lock(&dev_priv->sb_lock);
f31f2d55
PZ
8484
8485 tmp = intel_sbi_read(dev_priv, SBI_SSCCTL, SBI_ICLK);
8486 tmp &= ~SBI_SSCCTL_DISABLE;
8487 tmp |= SBI_SSCCTL_PATHALT;
8488 intel_sbi_write(dev_priv, SBI_SSCCTL, tmp, SBI_ICLK);
8489
8490 udelay(24);
8491
2fa86a1f
PZ
8492 if (with_spread) {
8493 tmp = intel_sbi_read(dev_priv, SBI_SSCCTL, SBI_ICLK);
8494 tmp &= ~SBI_SSCCTL_PATHALT;
8495 intel_sbi_write(dev_priv, SBI_SSCCTL, tmp, SBI_ICLK);
f31f2d55 8496
2fa86a1f
PZ
8497 if (with_fdi) {
8498 lpt_reset_fdi_mphy(dev_priv);
8499 lpt_program_fdi_mphy(dev_priv);
8500 }
8501 }
dde86e2d 8502
c2699524 8503 reg = HAS_PCH_LPT_LP(dev) ? SBI_GEN0 : SBI_DBUFF0;
2fa86a1f
PZ
8504 tmp = intel_sbi_read(dev_priv, reg, SBI_ICLK);
8505 tmp |= SBI_GEN0_CFG_BUFFENABLE_DISABLE;
8506 intel_sbi_write(dev_priv, reg, tmp, SBI_ICLK);
c00db246 8507
a580516d 8508 mutex_unlock(&dev_priv->sb_lock);
dde86e2d
PZ
8509}
8510
47701c3b
PZ
8511/* Sequence to disable CLKOUT_DP */
8512static void lpt_disable_clkout_dp(struct drm_device *dev)
8513{
8514 struct drm_i915_private *dev_priv = dev->dev_private;
8515 uint32_t reg, tmp;
8516
a580516d 8517 mutex_lock(&dev_priv->sb_lock);
47701c3b 8518
c2699524 8519 reg = HAS_PCH_LPT_LP(dev) ? SBI_GEN0 : SBI_DBUFF0;
47701c3b
PZ
8520 tmp = intel_sbi_read(dev_priv, reg, SBI_ICLK);
8521 tmp &= ~SBI_GEN0_CFG_BUFFENABLE_DISABLE;
8522 intel_sbi_write(dev_priv, reg, tmp, SBI_ICLK);
8523
8524 tmp = intel_sbi_read(dev_priv, SBI_SSCCTL, SBI_ICLK);
8525 if (!(tmp & SBI_SSCCTL_DISABLE)) {
8526 if (!(tmp & SBI_SSCCTL_PATHALT)) {
8527 tmp |= SBI_SSCCTL_PATHALT;
8528 intel_sbi_write(dev_priv, SBI_SSCCTL, tmp, SBI_ICLK);
8529 udelay(32);
8530 }
8531 tmp |= SBI_SSCCTL_DISABLE;
8532 intel_sbi_write(dev_priv, SBI_SSCCTL, tmp, SBI_ICLK);
8533 }
8534
a580516d 8535 mutex_unlock(&dev_priv->sb_lock);
47701c3b
PZ
8536}
8537
f7be2c21
VS
8538#define BEND_IDX(steps) ((50 + (steps)) / 5)
8539
8540static const uint16_t sscdivintphase[] = {
8541 [BEND_IDX( 50)] = 0x3B23,
8542 [BEND_IDX( 45)] = 0x3B23,
8543 [BEND_IDX( 40)] = 0x3C23,
8544 [BEND_IDX( 35)] = 0x3C23,
8545 [BEND_IDX( 30)] = 0x3D23,
8546 [BEND_IDX( 25)] = 0x3D23,
8547 [BEND_IDX( 20)] = 0x3E23,
8548 [BEND_IDX( 15)] = 0x3E23,
8549 [BEND_IDX( 10)] = 0x3F23,
8550 [BEND_IDX( 5)] = 0x3F23,
8551 [BEND_IDX( 0)] = 0x0025,
8552 [BEND_IDX( -5)] = 0x0025,
8553 [BEND_IDX(-10)] = 0x0125,
8554 [BEND_IDX(-15)] = 0x0125,
8555 [BEND_IDX(-20)] = 0x0225,
8556 [BEND_IDX(-25)] = 0x0225,
8557 [BEND_IDX(-30)] = 0x0325,
8558 [BEND_IDX(-35)] = 0x0325,
8559 [BEND_IDX(-40)] = 0x0425,
8560 [BEND_IDX(-45)] = 0x0425,
8561 [BEND_IDX(-50)] = 0x0525,
8562};
8563
8564/*
8565 * Bend CLKOUT_DP
8566 * steps -50 to 50 inclusive, in steps of 5
8567 * < 0 slow down the clock, > 0 speed up the clock, 0 == no bend (135MHz)
8568 * change in clock period = -(steps / 10) * 5.787 ps
8569 */
8570static void lpt_bend_clkout_dp(struct drm_i915_private *dev_priv, int steps)
8571{
8572 uint32_t tmp;
8573 int idx = BEND_IDX(steps);
8574
8575 if (WARN_ON(steps % 5 != 0))
8576 return;
8577
8578 if (WARN_ON(idx >= ARRAY_SIZE(sscdivintphase)))
8579 return;
8580
8581 mutex_lock(&dev_priv->sb_lock);
8582
8583 if (steps % 10 != 0)
8584 tmp = 0xAAAAAAAB;
8585 else
8586 tmp = 0x00000000;
8587 intel_sbi_write(dev_priv, SBI_SSCDITHPHASE, tmp, SBI_ICLK);
8588
8589 tmp = intel_sbi_read(dev_priv, SBI_SSCDIVINTPHASE, SBI_ICLK);
8590 tmp &= 0xffff0000;
8591 tmp |= sscdivintphase[idx];
8592 intel_sbi_write(dev_priv, SBI_SSCDIVINTPHASE, tmp, SBI_ICLK);
8593
8594 mutex_unlock(&dev_priv->sb_lock);
8595}
8596
8597#undef BEND_IDX
8598
bf8fa3d3
PZ
8599static void lpt_init_pch_refclk(struct drm_device *dev)
8600{
bf8fa3d3
PZ
8601 struct intel_encoder *encoder;
8602 bool has_vga = false;
8603
b2784e15 8604 for_each_intel_encoder(dev, encoder) {
bf8fa3d3
PZ
8605 switch (encoder->type) {
8606 case INTEL_OUTPUT_ANALOG:
8607 has_vga = true;
8608 break;
6847d71b
PZ
8609 default:
8610 break;
bf8fa3d3
PZ
8611 }
8612 }
8613
f7be2c21
VS
8614 if (has_vga) {
8615 lpt_bend_clkout_dp(to_i915(dev), 0);
47701c3b 8616 lpt_enable_clkout_dp(dev, true, true);
f7be2c21 8617 } else {
47701c3b 8618 lpt_disable_clkout_dp(dev);
f7be2c21 8619 }
bf8fa3d3
PZ
8620}
8621
dde86e2d
PZ
8622/*
8623 * Initialize reference clocks when the driver loads
8624 */
8625void intel_init_pch_refclk(struct drm_device *dev)
8626{
8627 if (HAS_PCH_IBX(dev) || HAS_PCH_CPT(dev))
8628 ironlake_init_pch_refclk(dev);
8629 else if (HAS_PCH_LPT(dev))
8630 lpt_init_pch_refclk(dev);
8631}
8632
6ff93609 8633static void ironlake_set_pipeconf(struct drm_crtc *crtc)
79e53945 8634{
c8203565 8635 struct drm_i915_private *dev_priv = crtc->dev->dev_private;
79e53945
JB
8636 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
8637 int pipe = intel_crtc->pipe;
c8203565
PZ
8638 uint32_t val;
8639
78114071 8640 val = 0;
c8203565 8641
6e3c9717 8642 switch (intel_crtc->config->pipe_bpp) {
c8203565 8643 case 18:
dfd07d72 8644 val |= PIPECONF_6BPC;
c8203565
PZ
8645 break;
8646 case 24:
dfd07d72 8647 val |= PIPECONF_8BPC;
c8203565
PZ
8648 break;
8649 case 30:
dfd07d72 8650 val |= PIPECONF_10BPC;
c8203565
PZ
8651 break;
8652 case 36:
dfd07d72 8653 val |= PIPECONF_12BPC;
c8203565
PZ
8654 break;
8655 default:
cc769b62
PZ
8656 /* Case prevented by intel_choose_pipe_bpp_dither. */
8657 BUG();
c8203565
PZ
8658 }
8659
6e3c9717 8660 if (intel_crtc->config->dither)
c8203565
PZ
8661 val |= (PIPECONF_DITHER_EN | PIPECONF_DITHER_TYPE_SP);
8662
6e3c9717 8663 if (intel_crtc->config->base.adjusted_mode.flags & DRM_MODE_FLAG_INTERLACE)
c8203565
PZ
8664 val |= PIPECONF_INTERLACED_ILK;
8665 else
8666 val |= PIPECONF_PROGRESSIVE;
8667
6e3c9717 8668 if (intel_crtc->config->limited_color_range)
3685a8f3 8669 val |= PIPECONF_COLOR_RANGE_SELECT;
3685a8f3 8670
c8203565
PZ
8671 I915_WRITE(PIPECONF(pipe), val);
8672 POSTING_READ(PIPECONF(pipe));
8673}
8674
6ff93609 8675static void haswell_set_pipeconf(struct drm_crtc *crtc)
ee2b0b38 8676{
391bf048 8677 struct drm_i915_private *dev_priv = crtc->dev->dev_private;
ee2b0b38 8678 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
6e3c9717 8679 enum transcoder cpu_transcoder = intel_crtc->config->cpu_transcoder;
391bf048 8680 u32 val = 0;
ee2b0b38 8681
391bf048 8682 if (IS_HASWELL(dev_priv) && intel_crtc->config->dither)
ee2b0b38
PZ
8683 val |= (PIPECONF_DITHER_EN | PIPECONF_DITHER_TYPE_SP);
8684
6e3c9717 8685 if (intel_crtc->config->base.adjusted_mode.flags & DRM_MODE_FLAG_INTERLACE)
ee2b0b38
PZ
8686 val |= PIPECONF_INTERLACED_ILK;
8687 else
8688 val |= PIPECONF_PROGRESSIVE;
8689
702e7a56
PZ
8690 I915_WRITE(PIPECONF(cpu_transcoder), val);
8691 POSTING_READ(PIPECONF(cpu_transcoder));
391bf048
JN
8692}
8693
391bf048
JN
8694static void haswell_set_pipemisc(struct drm_crtc *crtc)
8695{
8696 struct drm_i915_private *dev_priv = crtc->dev->dev_private;
8697 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
756f85cf 8698
391bf048
JN
8699 if (IS_BROADWELL(dev_priv) || INTEL_INFO(dev_priv)->gen >= 9) {
8700 u32 val = 0;
756f85cf 8701
6e3c9717 8702 switch (intel_crtc->config->pipe_bpp) {
756f85cf
PZ
8703 case 18:
8704 val |= PIPEMISC_DITHER_6_BPC;
8705 break;
8706 case 24:
8707 val |= PIPEMISC_DITHER_8_BPC;
8708 break;
8709 case 30:
8710 val |= PIPEMISC_DITHER_10_BPC;
8711 break;
8712 case 36:
8713 val |= PIPEMISC_DITHER_12_BPC;
8714 break;
8715 default:
8716 /* Case prevented by pipe_config_set_bpp. */
8717 BUG();
8718 }
8719
6e3c9717 8720 if (intel_crtc->config->dither)
756f85cf
PZ
8721 val |= PIPEMISC_DITHER_ENABLE | PIPEMISC_DITHER_TYPE_SP;
8722
391bf048 8723 I915_WRITE(PIPEMISC(intel_crtc->pipe), val);
756f85cf 8724 }
ee2b0b38
PZ
8725}
8726
d4b1931c
PZ
8727int ironlake_get_lanes_required(int target_clock, int link_bw, int bpp)
8728{
8729 /*
8730 * Account for spread spectrum to avoid
8731 * oversubscribing the link. Max center spread
8732 * is 2.5%; use 5% for safety's sake.
8733 */
8734 u32 bps = target_clock * bpp * 21 / 20;
619d4d04 8735 return DIV_ROUND_UP(bps, link_bw * 8);
d4b1931c
PZ
8736}
8737
7429e9d4 8738static bool ironlake_needs_fb_cb_tune(struct dpll *dpll, int factor)
6cf86a5e 8739{
7429e9d4 8740 return i9xx_dpll_compute_m(dpll) < factor * dpll->n;
f48d8f23
PZ
8741}
8742
b75ca6f6
ACO
8743static void ironlake_compute_dpll(struct intel_crtc *intel_crtc,
8744 struct intel_crtc_state *crtc_state,
8745 intel_clock_t *reduced_clock)
79e53945 8746{
de13a2e3 8747 struct drm_crtc *crtc = &intel_crtc->base;
79e53945
JB
8748 struct drm_device *dev = crtc->dev;
8749 struct drm_i915_private *dev_priv = dev->dev_private;
55bb9992 8750 struct drm_atomic_state *state = crtc_state->base.state;
da3ced29 8751 struct drm_connector *connector;
55bb9992
ACO
8752 struct drm_connector_state *connector_state;
8753 struct intel_encoder *encoder;
b75ca6f6 8754 u32 dpll, fp, fp2;
ceb41007 8755 int factor, i;
09ede541 8756 bool is_lvds = false, is_sdvo = false;
79e53945 8757
da3ced29 8758 for_each_connector_in_state(state, connector, connector_state, i) {
55bb9992
ACO
8759 if (connector_state->crtc != crtc_state->base.crtc)
8760 continue;
8761
8762 encoder = to_intel_encoder(connector_state->best_encoder);
8763
8764 switch (encoder->type) {
79e53945
JB
8765 case INTEL_OUTPUT_LVDS:
8766 is_lvds = true;
8767 break;
8768 case INTEL_OUTPUT_SDVO:
7d57382e 8769 case INTEL_OUTPUT_HDMI:
79e53945 8770 is_sdvo = true;
79e53945 8771 break;
6847d71b
PZ
8772 default:
8773 break;
79e53945
JB
8774 }
8775 }
79e53945 8776
c1858123 8777 /* Enable autotuning of the PLL clock (if permissible) */
8febb297
EA
8778 factor = 21;
8779 if (is_lvds) {
8780 if ((intel_panel_use_ssc(dev_priv) &&
e91e941b 8781 dev_priv->vbt.lvds_ssc_freq == 100000) ||
f0b44056 8782 (HAS_PCH_IBX(dev) && intel_is_dual_link_lvds(dev)))
8febb297 8783 factor = 25;
190f68c5 8784 } else if (crtc_state->sdvo_tv_clock)
8febb297 8785 factor = 20;
c1858123 8786
b75ca6f6
ACO
8787 fp = i9xx_dpll_compute_fp(&crtc_state->dpll);
8788
190f68c5 8789 if (ironlake_needs_fb_cb_tune(&crtc_state->dpll, factor))
b75ca6f6
ACO
8790 fp |= FP_CB_TUNE;
8791
8792 if (reduced_clock) {
8793 fp2 = i9xx_dpll_compute_fp(reduced_clock);
2c07245f 8794
b75ca6f6
ACO
8795 if (reduced_clock->m < factor * reduced_clock->n)
8796 fp2 |= FP_CB_TUNE;
8797 } else {
8798 fp2 = fp;
8799 }
9a7c7890 8800
5eddb70b 8801 dpll = 0;
2c07245f 8802
a07d6787
EA
8803 if (is_lvds)
8804 dpll |= DPLLB_MODE_LVDS;
8805 else
8806 dpll |= DPLLB_MODE_DAC_SERIAL;
198a037f 8807
190f68c5 8808 dpll |= (crtc_state->pixel_multiplier - 1)
ef1b460d 8809 << PLL_REF_SDVO_HDMI_MULTIPLIER_SHIFT;
198a037f
DV
8810
8811 if (is_sdvo)
4a33e48d 8812 dpll |= DPLL_SDVO_HIGH_SPEED;
190f68c5 8813 if (crtc_state->has_dp_encoder)
4a33e48d 8814 dpll |= DPLL_SDVO_HIGH_SPEED;
79e53945 8815
a07d6787 8816 /* compute bitmask from p1 value */
190f68c5 8817 dpll |= (1 << (crtc_state->dpll.p1 - 1)) << DPLL_FPA01_P1_POST_DIV_SHIFT;
a07d6787 8818 /* also FPA1 */
190f68c5 8819 dpll |= (1 << (crtc_state->dpll.p1 - 1)) << DPLL_FPA1_P1_POST_DIV_SHIFT;
a07d6787 8820
190f68c5 8821 switch (crtc_state->dpll.p2) {
a07d6787
EA
8822 case 5:
8823 dpll |= DPLL_DAC_SERIAL_P2_CLOCK_DIV_5;
8824 break;
8825 case 7:
8826 dpll |= DPLLB_LVDS_P2_CLOCK_DIV_7;
8827 break;
8828 case 10:
8829 dpll |= DPLL_DAC_SERIAL_P2_CLOCK_DIV_10;
8830 break;
8831 case 14:
8832 dpll |= DPLLB_LVDS_P2_CLOCK_DIV_14;
8833 break;
79e53945
JB
8834 }
8835
ceb41007 8836 if (is_lvds && intel_panel_use_ssc(dev_priv))
43565a06 8837 dpll |= PLLB_REF_INPUT_SPREADSPECTRUMIN;
79e53945
JB
8838 else
8839 dpll |= PLL_REF_INPUT_DREFCLK;
8840
b75ca6f6
ACO
8841 dpll |= DPLL_VCO_ENABLE;
8842
8843 crtc_state->dpll_hw_state.dpll = dpll;
8844 crtc_state->dpll_hw_state.fp0 = fp;
8845 crtc_state->dpll_hw_state.fp1 = fp2;
de13a2e3
PZ
8846}
8847
190f68c5
ACO
8848static int ironlake_crtc_compute_clock(struct intel_crtc *crtc,
8849 struct intel_crtc_state *crtc_state)
de13a2e3 8850{
997c030c
ACO
8851 struct drm_device *dev = crtc->base.dev;
8852 struct drm_i915_private *dev_priv = dev->dev_private;
364ee29d 8853 intel_clock_t reduced_clock;
7ed9f894 8854 bool has_reduced_clock = false;
e2b78267 8855 struct intel_shared_dpll *pll;
997c030c
ACO
8856 const intel_limit_t *limit;
8857 int refclk = 120000;
de13a2e3 8858
dd3cd74a
ACO
8859 memset(&crtc_state->dpll_hw_state, 0,
8860 sizeof(crtc_state->dpll_hw_state));
8861
ded220e2
ACO
8862 crtc->lowfreq_avail = false;
8863
8864 /* CPU eDP is the only output that doesn't need a PCH PLL of its own. */
8865 if (!crtc_state->has_pch_encoder)
8866 return 0;
79e53945 8867
997c030c
ACO
8868 if (intel_pipe_will_have_type(crtc_state, INTEL_OUTPUT_LVDS)) {
8869 if (intel_panel_use_ssc(dev_priv)) {
8870 DRM_DEBUG_KMS("using SSC reference clock of %d kHz\n",
8871 dev_priv->vbt.lvds_ssc_freq);
8872 refclk = dev_priv->vbt.lvds_ssc_freq;
8873 }
8874
8875 if (intel_is_dual_link_lvds(dev)) {
8876 if (refclk == 100000)
8877 limit = &intel_limits_ironlake_dual_lvds_100m;
8878 else
8879 limit = &intel_limits_ironlake_dual_lvds;
8880 } else {
8881 if (refclk == 100000)
8882 limit = &intel_limits_ironlake_single_lvds_100m;
8883 else
8884 limit = &intel_limits_ironlake_single_lvds;
8885 }
8886 } else {
8887 limit = &intel_limits_ironlake_dac;
8888 }
8889
364ee29d 8890 if (!crtc_state->clock_set &&
997c030c
ACO
8891 !g4x_find_best_dpll(limit, crtc_state, crtc_state->port_clock,
8892 refclk, NULL, &crtc_state->dpll)) {
364ee29d
ACO
8893 DRM_ERROR("Couldn't find PLL settings for mode!\n");
8894 return -EINVAL;
f47709a9 8895 }
79e53945 8896
b75ca6f6
ACO
8897 ironlake_compute_dpll(crtc, crtc_state,
8898 has_reduced_clock ? &reduced_clock : NULL);
66e985c0 8899
ded220e2
ACO
8900 pll = intel_get_shared_dpll(crtc, crtc_state, NULL);
8901 if (pll == NULL) {
8902 DRM_DEBUG_DRIVER("failed to find PLL for pipe %c\n",
8903 pipe_name(crtc->pipe));
8904 return -EINVAL;
3fb37703 8905 }
79e53945 8906
ded220e2
ACO
8907 if (intel_pipe_will_have_type(crtc_state, INTEL_OUTPUT_LVDS) &&
8908 has_reduced_clock)
c7653199 8909 crtc->lowfreq_avail = true;
e2b78267 8910
c8f7a0db 8911 return 0;
79e53945
JB
8912}
8913
eb14cb74
VS
8914static void intel_pch_transcoder_get_m_n(struct intel_crtc *crtc,
8915 struct intel_link_m_n *m_n)
8916{
8917 struct drm_device *dev = crtc->base.dev;
8918 struct drm_i915_private *dev_priv = dev->dev_private;
8919 enum pipe pipe = crtc->pipe;
8920
8921 m_n->link_m = I915_READ(PCH_TRANS_LINK_M1(pipe));
8922 m_n->link_n = I915_READ(PCH_TRANS_LINK_N1(pipe));
8923 m_n->gmch_m = I915_READ(PCH_TRANS_DATA_M1(pipe))
8924 & ~TU_SIZE_MASK;
8925 m_n->gmch_n = I915_READ(PCH_TRANS_DATA_N1(pipe));
8926 m_n->tu = ((I915_READ(PCH_TRANS_DATA_M1(pipe))
8927 & TU_SIZE_MASK) >> TU_SIZE_SHIFT) + 1;
8928}
8929
8930static void intel_cpu_transcoder_get_m_n(struct intel_crtc *crtc,
8931 enum transcoder transcoder,
b95af8be
VK
8932 struct intel_link_m_n *m_n,
8933 struct intel_link_m_n *m2_n2)
72419203
DV
8934{
8935 struct drm_device *dev = crtc->base.dev;
8936 struct drm_i915_private *dev_priv = dev->dev_private;
eb14cb74 8937 enum pipe pipe = crtc->pipe;
72419203 8938
eb14cb74
VS
8939 if (INTEL_INFO(dev)->gen >= 5) {
8940 m_n->link_m = I915_READ(PIPE_LINK_M1(transcoder));
8941 m_n->link_n = I915_READ(PIPE_LINK_N1(transcoder));
8942 m_n->gmch_m = I915_READ(PIPE_DATA_M1(transcoder))
8943 & ~TU_SIZE_MASK;
8944 m_n->gmch_n = I915_READ(PIPE_DATA_N1(transcoder));
8945 m_n->tu = ((I915_READ(PIPE_DATA_M1(transcoder))
8946 & TU_SIZE_MASK) >> TU_SIZE_SHIFT) + 1;
b95af8be
VK
8947 /* Read M2_N2 registers only for gen < 8 (M2_N2 available for
8948 * gen < 8) and if DRRS is supported (to make sure the
8949 * registers are not unnecessarily read).
8950 */
8951 if (m2_n2 && INTEL_INFO(dev)->gen < 8 &&
6e3c9717 8952 crtc->config->has_drrs) {
b95af8be
VK
8953 m2_n2->link_m = I915_READ(PIPE_LINK_M2(transcoder));
8954 m2_n2->link_n = I915_READ(PIPE_LINK_N2(transcoder));
8955 m2_n2->gmch_m = I915_READ(PIPE_DATA_M2(transcoder))
8956 & ~TU_SIZE_MASK;
8957 m2_n2->gmch_n = I915_READ(PIPE_DATA_N2(transcoder));
8958 m2_n2->tu = ((I915_READ(PIPE_DATA_M2(transcoder))
8959 & TU_SIZE_MASK) >> TU_SIZE_SHIFT) + 1;
8960 }
eb14cb74
VS
8961 } else {
8962 m_n->link_m = I915_READ(PIPE_LINK_M_G4X(pipe));
8963 m_n->link_n = I915_READ(PIPE_LINK_N_G4X(pipe));
8964 m_n->gmch_m = I915_READ(PIPE_DATA_M_G4X(pipe))
8965 & ~TU_SIZE_MASK;
8966 m_n->gmch_n = I915_READ(PIPE_DATA_N_G4X(pipe));
8967 m_n->tu = ((I915_READ(PIPE_DATA_M_G4X(pipe))
8968 & TU_SIZE_MASK) >> TU_SIZE_SHIFT) + 1;
8969 }
8970}
8971
8972void intel_dp_get_m_n(struct intel_crtc *crtc,
5cec258b 8973 struct intel_crtc_state *pipe_config)
eb14cb74 8974{
681a8504 8975 if (pipe_config->has_pch_encoder)
eb14cb74
VS
8976 intel_pch_transcoder_get_m_n(crtc, &pipe_config->dp_m_n);
8977 else
8978 intel_cpu_transcoder_get_m_n(crtc, pipe_config->cpu_transcoder,
b95af8be
VK
8979 &pipe_config->dp_m_n,
8980 &pipe_config->dp_m2_n2);
eb14cb74 8981}
72419203 8982
eb14cb74 8983static void ironlake_get_fdi_m_n_config(struct intel_crtc *crtc,
5cec258b 8984 struct intel_crtc_state *pipe_config)
eb14cb74
VS
8985{
8986 intel_cpu_transcoder_get_m_n(crtc, pipe_config->cpu_transcoder,
b95af8be 8987 &pipe_config->fdi_m_n, NULL);
72419203
DV
8988}
8989
bd2e244f 8990static void skylake_get_pfit_config(struct intel_crtc *crtc,
5cec258b 8991 struct intel_crtc_state *pipe_config)
bd2e244f
JB
8992{
8993 struct drm_device *dev = crtc->base.dev;
8994 struct drm_i915_private *dev_priv = dev->dev_private;
a1b2278e
CK
8995 struct intel_crtc_scaler_state *scaler_state = &pipe_config->scaler_state;
8996 uint32_t ps_ctrl = 0;
8997 int id = -1;
8998 int i;
bd2e244f 8999
a1b2278e
CK
9000 /* find scaler attached to this pipe */
9001 for (i = 0; i < crtc->num_scalers; i++) {
9002 ps_ctrl = I915_READ(SKL_PS_CTRL(crtc->pipe, i));
9003 if (ps_ctrl & PS_SCALER_EN && !(ps_ctrl & PS_PLANE_SEL_MASK)) {
9004 id = i;
9005 pipe_config->pch_pfit.enabled = true;
9006 pipe_config->pch_pfit.pos = I915_READ(SKL_PS_WIN_POS(crtc->pipe, i));
9007 pipe_config->pch_pfit.size = I915_READ(SKL_PS_WIN_SZ(crtc->pipe, i));
9008 break;
9009 }
9010 }
bd2e244f 9011
a1b2278e
CK
9012 scaler_state->scaler_id = id;
9013 if (id >= 0) {
9014 scaler_state->scaler_users |= (1 << SKL_CRTC_INDEX);
9015 } else {
9016 scaler_state->scaler_users &= ~(1 << SKL_CRTC_INDEX);
bd2e244f
JB
9017 }
9018}
9019
5724dbd1
DL
9020static void
9021skylake_get_initial_plane_config(struct intel_crtc *crtc,
9022 struct intel_initial_plane_config *plane_config)
bc8d7dff
DL
9023{
9024 struct drm_device *dev = crtc->base.dev;
9025 struct drm_i915_private *dev_priv = dev->dev_private;
40f46283 9026 u32 val, base, offset, stride_mult, tiling;
bc8d7dff
DL
9027 int pipe = crtc->pipe;
9028 int fourcc, pixel_format;
6761dd31 9029 unsigned int aligned_height;
bc8d7dff 9030 struct drm_framebuffer *fb;
1b842c89 9031 struct intel_framebuffer *intel_fb;
bc8d7dff 9032
d9806c9f 9033 intel_fb = kzalloc(sizeof(*intel_fb), GFP_KERNEL);
1b842c89 9034 if (!intel_fb) {
bc8d7dff
DL
9035 DRM_DEBUG_KMS("failed to alloc fb\n");
9036 return;
9037 }
9038
1b842c89
DL
9039 fb = &intel_fb->base;
9040
bc8d7dff 9041 val = I915_READ(PLANE_CTL(pipe, 0));
42a7b088
DL
9042 if (!(val & PLANE_CTL_ENABLE))
9043 goto error;
9044
bc8d7dff
DL
9045 pixel_format = val & PLANE_CTL_FORMAT_MASK;
9046 fourcc = skl_format_to_fourcc(pixel_format,
9047 val & PLANE_CTL_ORDER_RGBX,
9048 val & PLANE_CTL_ALPHA_MASK);
9049 fb->pixel_format = fourcc;
9050 fb->bits_per_pixel = drm_format_plane_cpp(fourcc, 0) * 8;
9051
40f46283
DL
9052 tiling = val & PLANE_CTL_TILED_MASK;
9053 switch (tiling) {
9054 case PLANE_CTL_TILED_LINEAR:
9055 fb->modifier[0] = DRM_FORMAT_MOD_NONE;
9056 break;
9057 case PLANE_CTL_TILED_X:
9058 plane_config->tiling = I915_TILING_X;
9059 fb->modifier[0] = I915_FORMAT_MOD_X_TILED;
9060 break;
9061 case PLANE_CTL_TILED_Y:
9062 fb->modifier[0] = I915_FORMAT_MOD_Y_TILED;
9063 break;
9064 case PLANE_CTL_TILED_YF:
9065 fb->modifier[0] = I915_FORMAT_MOD_Yf_TILED;
9066 break;
9067 default:
9068 MISSING_CASE(tiling);
9069 goto error;
9070 }
9071
bc8d7dff
DL
9072 base = I915_READ(PLANE_SURF(pipe, 0)) & 0xfffff000;
9073 plane_config->base = base;
9074
9075 offset = I915_READ(PLANE_OFFSET(pipe, 0));
9076
9077 val = I915_READ(PLANE_SIZE(pipe, 0));
9078 fb->height = ((val >> 16) & 0xfff) + 1;
9079 fb->width = ((val >> 0) & 0x1fff) + 1;
9080
9081 val = I915_READ(PLANE_STRIDE(pipe, 0));
7b49f948 9082 stride_mult = intel_fb_stride_alignment(dev_priv, fb->modifier[0],
40f46283 9083 fb->pixel_format);
bc8d7dff
DL
9084 fb->pitches[0] = (val & 0x3ff) * stride_mult;
9085
9086 aligned_height = intel_fb_align_height(dev, fb->height,
091df6cb
DV
9087 fb->pixel_format,
9088 fb->modifier[0]);
bc8d7dff 9089
f37b5c2b 9090 plane_config->size = fb->pitches[0] * aligned_height;
bc8d7dff
DL
9091
9092 DRM_DEBUG_KMS("pipe %c with fb: size=%dx%d@%d, offset=%x, pitch %d, size 0x%x\n",
9093 pipe_name(pipe), fb->width, fb->height,
9094 fb->bits_per_pixel, base, fb->pitches[0],
9095 plane_config->size);
9096
2d14030b 9097 plane_config->fb = intel_fb;
bc8d7dff
DL
9098 return;
9099
9100error:
9101 kfree(fb);
9102}
9103
2fa2fe9a 9104static void ironlake_get_pfit_config(struct intel_crtc *crtc,
5cec258b 9105 struct intel_crtc_state *pipe_config)
2fa2fe9a
DV
9106{
9107 struct drm_device *dev = crtc->base.dev;
9108 struct drm_i915_private *dev_priv = dev->dev_private;
9109 uint32_t tmp;
9110
9111 tmp = I915_READ(PF_CTL(crtc->pipe));
9112
9113 if (tmp & PF_ENABLE) {
fd4daa9c 9114 pipe_config->pch_pfit.enabled = true;
2fa2fe9a
DV
9115 pipe_config->pch_pfit.pos = I915_READ(PF_WIN_POS(crtc->pipe));
9116 pipe_config->pch_pfit.size = I915_READ(PF_WIN_SZ(crtc->pipe));
cb8b2a30
DV
9117
9118 /* We currently do not free assignements of panel fitters on
9119 * ivb/hsw (since we don't use the higher upscaling modes which
9120 * differentiates them) so just WARN about this case for now. */
9121 if (IS_GEN7(dev)) {
9122 WARN_ON((tmp & PF_PIPE_SEL_MASK_IVB) !=
9123 PF_PIPE_SEL_IVB(crtc->pipe));
9124 }
2fa2fe9a 9125 }
79e53945
JB
9126}
9127
5724dbd1
DL
9128static void
9129ironlake_get_initial_plane_config(struct intel_crtc *crtc,
9130 struct intel_initial_plane_config *plane_config)
4c6baa59
JB
9131{
9132 struct drm_device *dev = crtc->base.dev;
9133 struct drm_i915_private *dev_priv = dev->dev_private;
9134 u32 val, base, offset;
aeee5a49 9135 int pipe = crtc->pipe;
4c6baa59 9136 int fourcc, pixel_format;
6761dd31 9137 unsigned int aligned_height;
b113d5ee 9138 struct drm_framebuffer *fb;
1b842c89 9139 struct intel_framebuffer *intel_fb;
4c6baa59 9140
42a7b088
DL
9141 val = I915_READ(DSPCNTR(pipe));
9142 if (!(val & DISPLAY_PLANE_ENABLE))
9143 return;
9144
d9806c9f 9145 intel_fb = kzalloc(sizeof(*intel_fb), GFP_KERNEL);
1b842c89 9146 if (!intel_fb) {
4c6baa59
JB
9147 DRM_DEBUG_KMS("failed to alloc fb\n");
9148 return;
9149 }
9150
1b842c89
DL
9151 fb = &intel_fb->base;
9152
18c5247e
DV
9153 if (INTEL_INFO(dev)->gen >= 4) {
9154 if (val & DISPPLANE_TILED) {
49af449b 9155 plane_config->tiling = I915_TILING_X;
18c5247e
DV
9156 fb->modifier[0] = I915_FORMAT_MOD_X_TILED;
9157 }
9158 }
4c6baa59
JB
9159
9160 pixel_format = val & DISPPLANE_PIXFORMAT_MASK;
b35d63fa 9161 fourcc = i9xx_format_to_fourcc(pixel_format);
b113d5ee
DL
9162 fb->pixel_format = fourcc;
9163 fb->bits_per_pixel = drm_format_plane_cpp(fourcc, 0) * 8;
4c6baa59 9164
aeee5a49 9165 base = I915_READ(DSPSURF(pipe)) & 0xfffff000;
4c6baa59 9166 if (IS_HASWELL(dev) || IS_BROADWELL(dev)) {
aeee5a49 9167 offset = I915_READ(DSPOFFSET(pipe));
4c6baa59 9168 } else {
49af449b 9169 if (plane_config->tiling)
aeee5a49 9170 offset = I915_READ(DSPTILEOFF(pipe));
4c6baa59 9171 else
aeee5a49 9172 offset = I915_READ(DSPLINOFF(pipe));
4c6baa59
JB
9173 }
9174 plane_config->base = base;
9175
9176 val = I915_READ(PIPESRC(pipe));
b113d5ee
DL
9177 fb->width = ((val >> 16) & 0xfff) + 1;
9178 fb->height = ((val >> 0) & 0xfff) + 1;
4c6baa59
JB
9179
9180 val = I915_READ(DSPSTRIDE(pipe));
b113d5ee 9181 fb->pitches[0] = val & 0xffffffc0;
4c6baa59 9182
b113d5ee 9183 aligned_height = intel_fb_align_height(dev, fb->height,
091df6cb
DV
9184 fb->pixel_format,
9185 fb->modifier[0]);
4c6baa59 9186
f37b5c2b 9187 plane_config->size = fb->pitches[0] * aligned_height;
4c6baa59 9188
2844a921
DL
9189 DRM_DEBUG_KMS("pipe %c with fb: size=%dx%d@%d, offset=%x, pitch %d, size 0x%x\n",
9190 pipe_name(pipe), fb->width, fb->height,
9191 fb->bits_per_pixel, base, fb->pitches[0],
9192 plane_config->size);
b113d5ee 9193
2d14030b 9194 plane_config->fb = intel_fb;
4c6baa59
JB
9195}
9196
0e8ffe1b 9197static bool ironlake_get_pipe_config(struct intel_crtc *crtc,
5cec258b 9198 struct intel_crtc_state *pipe_config)
0e8ffe1b
DV
9199{
9200 struct drm_device *dev = crtc->base.dev;
9201 struct drm_i915_private *dev_priv = dev->dev_private;
1729050e 9202 enum intel_display_power_domain power_domain;
0e8ffe1b 9203 uint32_t tmp;
1729050e 9204 bool ret;
0e8ffe1b 9205
1729050e
ID
9206 power_domain = POWER_DOMAIN_PIPE(crtc->pipe);
9207 if (!intel_display_power_get_if_enabled(dev_priv, power_domain))
930e8c9e
PZ
9208 return false;
9209
e143a21c 9210 pipe_config->cpu_transcoder = (enum transcoder) crtc->pipe;
8106ddbd 9211 pipe_config->shared_dpll = NULL;
eccb140b 9212
1729050e 9213 ret = false;
0e8ffe1b
DV
9214 tmp = I915_READ(PIPECONF(crtc->pipe));
9215 if (!(tmp & PIPECONF_ENABLE))
1729050e 9216 goto out;
0e8ffe1b 9217
42571aef
VS
9218 switch (tmp & PIPECONF_BPC_MASK) {
9219 case PIPECONF_6BPC:
9220 pipe_config->pipe_bpp = 18;
9221 break;
9222 case PIPECONF_8BPC:
9223 pipe_config->pipe_bpp = 24;
9224 break;
9225 case PIPECONF_10BPC:
9226 pipe_config->pipe_bpp = 30;
9227 break;
9228 case PIPECONF_12BPC:
9229 pipe_config->pipe_bpp = 36;
9230 break;
9231 default:
9232 break;
9233 }
9234
b5a9fa09
DV
9235 if (tmp & PIPECONF_COLOR_RANGE_SELECT)
9236 pipe_config->limited_color_range = true;
9237
ab9412ba 9238 if (I915_READ(PCH_TRANSCONF(crtc->pipe)) & TRANS_ENABLE) {
66e985c0 9239 struct intel_shared_dpll *pll;
8106ddbd 9240 enum intel_dpll_id pll_id;
66e985c0 9241
88adfff1
DV
9242 pipe_config->has_pch_encoder = true;
9243
627eb5a3
DV
9244 tmp = I915_READ(FDI_RX_CTL(crtc->pipe));
9245 pipe_config->fdi_lanes = ((FDI_DP_PORT_WIDTH_MASK & tmp) >>
9246 FDI_DP_PORT_WIDTH_SHIFT) + 1;
72419203
DV
9247
9248 ironlake_get_fdi_m_n_config(crtc, pipe_config);
6c49f241 9249
2d1fe073 9250 if (HAS_PCH_IBX(dev_priv)) {
8106ddbd 9251 pll_id = (enum intel_dpll_id) crtc->pipe;
c0d43d62
DV
9252 } else {
9253 tmp = I915_READ(PCH_DPLL_SEL);
9254 if (tmp & TRANS_DPLLB_SEL(crtc->pipe))
8106ddbd 9255 pll_id = DPLL_ID_PCH_PLL_B;
c0d43d62 9256 else
8106ddbd 9257 pll_id= DPLL_ID_PCH_PLL_A;
c0d43d62 9258 }
66e985c0 9259
8106ddbd
ACO
9260 pipe_config->shared_dpll =
9261 intel_get_shared_dpll_by_id(dev_priv, pll_id);
9262 pll = pipe_config->shared_dpll;
66e985c0 9263
2edd6443
ACO
9264 WARN_ON(!pll->funcs.get_hw_state(dev_priv, pll,
9265 &pipe_config->dpll_hw_state));
c93f54cf
DV
9266
9267 tmp = pipe_config->dpll_hw_state.dpll;
9268 pipe_config->pixel_multiplier =
9269 ((tmp & PLL_REF_SDVO_HDMI_MULTIPLIER_MASK)
9270 >> PLL_REF_SDVO_HDMI_MULTIPLIER_SHIFT) + 1;
18442d08
VS
9271
9272 ironlake_pch_clock_get(crtc, pipe_config);
6c49f241
DV
9273 } else {
9274 pipe_config->pixel_multiplier = 1;
627eb5a3
DV
9275 }
9276
1bd1bd80 9277 intel_get_pipe_timings(crtc, pipe_config);
bc58be60 9278 intel_get_pipe_src_size(crtc, pipe_config);
1bd1bd80 9279
2fa2fe9a
DV
9280 ironlake_get_pfit_config(crtc, pipe_config);
9281
1729050e
ID
9282 ret = true;
9283
9284out:
9285 intel_display_power_put(dev_priv, power_domain);
9286
9287 return ret;
0e8ffe1b
DV
9288}
9289
be256dc7
PZ
9290static void assert_can_disable_lcpll(struct drm_i915_private *dev_priv)
9291{
9292 struct drm_device *dev = dev_priv->dev;
be256dc7 9293 struct intel_crtc *crtc;
be256dc7 9294
d3fcc808 9295 for_each_intel_crtc(dev, crtc)
e2c719b7 9296 I915_STATE_WARN(crtc->active, "CRTC for pipe %c enabled\n",
be256dc7
PZ
9297 pipe_name(crtc->pipe));
9298
e2c719b7
RC
9299 I915_STATE_WARN(I915_READ(HSW_PWR_WELL_DRIVER), "Power well on\n");
9300 I915_STATE_WARN(I915_READ(SPLL_CTL) & SPLL_PLL_ENABLE, "SPLL enabled\n");
01403de3
VS
9301 I915_STATE_WARN(I915_READ(WRPLL_CTL(0)) & WRPLL_PLL_ENABLE, "WRPLL1 enabled\n");
9302 I915_STATE_WARN(I915_READ(WRPLL_CTL(1)) & WRPLL_PLL_ENABLE, "WRPLL2 enabled\n");
e2c719b7
RC
9303 I915_STATE_WARN(I915_READ(PCH_PP_STATUS) & PP_ON, "Panel power on\n");
9304 I915_STATE_WARN(I915_READ(BLC_PWM_CPU_CTL2) & BLM_PWM_ENABLE,
be256dc7 9305 "CPU PWM1 enabled\n");
c5107b87 9306 if (IS_HASWELL(dev))
e2c719b7 9307 I915_STATE_WARN(I915_READ(HSW_BLC_PWM2_CTL) & BLM_PWM_ENABLE,
c5107b87 9308 "CPU PWM2 enabled\n");
e2c719b7 9309 I915_STATE_WARN(I915_READ(BLC_PWM_PCH_CTL1) & BLM_PCH_PWM_ENABLE,
be256dc7 9310 "PCH PWM1 enabled\n");
e2c719b7 9311 I915_STATE_WARN(I915_READ(UTIL_PIN_CTL) & UTIL_PIN_ENABLE,
be256dc7 9312 "Utility pin enabled\n");
e2c719b7 9313 I915_STATE_WARN(I915_READ(PCH_GTC_CTL) & PCH_GTC_ENABLE, "PCH GTC enabled\n");
be256dc7 9314
9926ada1
PZ
9315 /*
9316 * In theory we can still leave IRQs enabled, as long as only the HPD
9317 * interrupts remain enabled. We used to check for that, but since it's
9318 * gen-specific and since we only disable LCPLL after we fully disable
9319 * the interrupts, the check below should be enough.
9320 */
e2c719b7 9321 I915_STATE_WARN(intel_irqs_enabled(dev_priv), "IRQs enabled\n");
be256dc7
PZ
9322}
9323
9ccd5aeb
PZ
9324static uint32_t hsw_read_dcomp(struct drm_i915_private *dev_priv)
9325{
9326 struct drm_device *dev = dev_priv->dev;
9327
9328 if (IS_HASWELL(dev))
9329 return I915_READ(D_COMP_HSW);
9330 else
9331 return I915_READ(D_COMP_BDW);
9332}
9333
3c4c9b81
PZ
9334static void hsw_write_dcomp(struct drm_i915_private *dev_priv, uint32_t val)
9335{
9336 struct drm_device *dev = dev_priv->dev;
9337
9338 if (IS_HASWELL(dev)) {
9339 mutex_lock(&dev_priv->rps.hw_lock);
9340 if (sandybridge_pcode_write(dev_priv, GEN6_PCODE_WRITE_D_COMP,
9341 val))
f475dadf 9342 DRM_ERROR("Failed to write to D_COMP\n");
3c4c9b81
PZ
9343 mutex_unlock(&dev_priv->rps.hw_lock);
9344 } else {
9ccd5aeb
PZ
9345 I915_WRITE(D_COMP_BDW, val);
9346 POSTING_READ(D_COMP_BDW);
3c4c9b81 9347 }
be256dc7
PZ
9348}
9349
9350/*
9351 * This function implements pieces of two sequences from BSpec:
9352 * - Sequence for display software to disable LCPLL
9353 * - Sequence for display software to allow package C8+
9354 * The steps implemented here are just the steps that actually touch the LCPLL
9355 * register. Callers should take care of disabling all the display engine
9356 * functions, doing the mode unset, fixing interrupts, etc.
9357 */
6ff58d53
PZ
9358static void hsw_disable_lcpll(struct drm_i915_private *dev_priv,
9359 bool switch_to_fclk, bool allow_power_down)
be256dc7
PZ
9360{
9361 uint32_t val;
9362
9363 assert_can_disable_lcpll(dev_priv);
9364
9365 val = I915_READ(LCPLL_CTL);
9366
9367 if (switch_to_fclk) {
9368 val |= LCPLL_CD_SOURCE_FCLK;
9369 I915_WRITE(LCPLL_CTL, val);
9370
9371 if (wait_for_atomic_us(I915_READ(LCPLL_CTL) &
9372 LCPLL_CD_SOURCE_FCLK_DONE, 1))
9373 DRM_ERROR("Switching to FCLK failed\n");
9374
9375 val = I915_READ(LCPLL_CTL);
9376 }
9377
9378 val |= LCPLL_PLL_DISABLE;
9379 I915_WRITE(LCPLL_CTL, val);
9380 POSTING_READ(LCPLL_CTL);
9381
9382 if (wait_for((I915_READ(LCPLL_CTL) & LCPLL_PLL_LOCK) == 0, 1))
9383 DRM_ERROR("LCPLL still locked\n");
9384
9ccd5aeb 9385 val = hsw_read_dcomp(dev_priv);
be256dc7 9386 val |= D_COMP_COMP_DISABLE;
3c4c9b81 9387 hsw_write_dcomp(dev_priv, val);
be256dc7
PZ
9388 ndelay(100);
9389
9ccd5aeb
PZ
9390 if (wait_for((hsw_read_dcomp(dev_priv) & D_COMP_RCOMP_IN_PROGRESS) == 0,
9391 1))
be256dc7
PZ
9392 DRM_ERROR("D_COMP RCOMP still in progress\n");
9393
9394 if (allow_power_down) {
9395 val = I915_READ(LCPLL_CTL);
9396 val |= LCPLL_POWER_DOWN_ALLOW;
9397 I915_WRITE(LCPLL_CTL, val);
9398 POSTING_READ(LCPLL_CTL);
9399 }
9400}
9401
9402/*
9403 * Fully restores LCPLL, disallowing power down and switching back to LCPLL
9404 * source.
9405 */
6ff58d53 9406static void hsw_restore_lcpll(struct drm_i915_private *dev_priv)
be256dc7
PZ
9407{
9408 uint32_t val;
9409
9410 val = I915_READ(LCPLL_CTL);
9411
9412 if ((val & (LCPLL_PLL_LOCK | LCPLL_PLL_DISABLE | LCPLL_CD_SOURCE_FCLK |
9413 LCPLL_POWER_DOWN_ALLOW)) == LCPLL_PLL_LOCK)
9414 return;
9415
a8a8bd54
PZ
9416 /*
9417 * Make sure we're not on PC8 state before disabling PC8, otherwise
9418 * we'll hang the machine. To prevent PC8 state, just enable force_wake.
a8a8bd54 9419 */
59bad947 9420 intel_uncore_forcewake_get(dev_priv, FORCEWAKE_ALL);
215733fa 9421
be256dc7
PZ
9422 if (val & LCPLL_POWER_DOWN_ALLOW) {
9423 val &= ~LCPLL_POWER_DOWN_ALLOW;
9424 I915_WRITE(LCPLL_CTL, val);
35d8f2eb 9425 POSTING_READ(LCPLL_CTL);
be256dc7
PZ
9426 }
9427
9ccd5aeb 9428 val = hsw_read_dcomp(dev_priv);
be256dc7
PZ
9429 val |= D_COMP_COMP_FORCE;
9430 val &= ~D_COMP_COMP_DISABLE;
3c4c9b81 9431 hsw_write_dcomp(dev_priv, val);
be256dc7
PZ
9432
9433 val = I915_READ(LCPLL_CTL);
9434 val &= ~LCPLL_PLL_DISABLE;
9435 I915_WRITE(LCPLL_CTL, val);
9436
9437 if (wait_for(I915_READ(LCPLL_CTL) & LCPLL_PLL_LOCK, 5))
9438 DRM_ERROR("LCPLL not locked yet\n");
9439
9440 if (val & LCPLL_CD_SOURCE_FCLK) {
9441 val = I915_READ(LCPLL_CTL);
9442 val &= ~LCPLL_CD_SOURCE_FCLK;
9443 I915_WRITE(LCPLL_CTL, val);
9444
9445 if (wait_for_atomic_us((I915_READ(LCPLL_CTL) &
9446 LCPLL_CD_SOURCE_FCLK_DONE) == 0, 1))
9447 DRM_ERROR("Switching back to LCPLL failed\n");
9448 }
215733fa 9449
59bad947 9450 intel_uncore_forcewake_put(dev_priv, FORCEWAKE_ALL);
b6283055 9451 intel_update_cdclk(dev_priv->dev);
be256dc7
PZ
9452}
9453
765dab67
PZ
9454/*
9455 * Package states C8 and deeper are really deep PC states that can only be
9456 * reached when all the devices on the system allow it, so even if the graphics
9457 * device allows PC8+, it doesn't mean the system will actually get to these
9458 * states. Our driver only allows PC8+ when going into runtime PM.
9459 *
9460 * The requirements for PC8+ are that all the outputs are disabled, the power
9461 * well is disabled and most interrupts are disabled, and these are also
9462 * requirements for runtime PM. When these conditions are met, we manually do
9463 * the other conditions: disable the interrupts, clocks and switch LCPLL refclk
9464 * to Fclk. If we're in PC8+ and we get an non-hotplug interrupt, we can hard
9465 * hang the machine.
9466 *
9467 * When we really reach PC8 or deeper states (not just when we allow it) we lose
9468 * the state of some registers, so when we come back from PC8+ we need to
9469 * restore this state. We don't get into PC8+ if we're not in RC6, so we don't
9470 * need to take care of the registers kept by RC6. Notice that this happens even
9471 * if we don't put the device in PCI D3 state (which is what currently happens
9472 * because of the runtime PM support).
9473 *
9474 * For more, read "Display Sequences for Package C8" on the hardware
9475 * documentation.
9476 */
a14cb6fc 9477void hsw_enable_pc8(struct drm_i915_private *dev_priv)
c67a470b 9478{
c67a470b
PZ
9479 struct drm_device *dev = dev_priv->dev;
9480 uint32_t val;
9481
c67a470b
PZ
9482 DRM_DEBUG_KMS("Enabling package C8+\n");
9483
c2699524 9484 if (HAS_PCH_LPT_LP(dev)) {
c67a470b
PZ
9485 val = I915_READ(SOUTH_DSPCLK_GATE_D);
9486 val &= ~PCH_LP_PARTITION_LEVEL_DISABLE;
9487 I915_WRITE(SOUTH_DSPCLK_GATE_D, val);
9488 }
9489
9490 lpt_disable_clkout_dp(dev);
c67a470b
PZ
9491 hsw_disable_lcpll(dev_priv, true, true);
9492}
9493
a14cb6fc 9494void hsw_disable_pc8(struct drm_i915_private *dev_priv)
c67a470b
PZ
9495{
9496 struct drm_device *dev = dev_priv->dev;
9497 uint32_t val;
9498
c67a470b
PZ
9499 DRM_DEBUG_KMS("Disabling package C8+\n");
9500
9501 hsw_restore_lcpll(dev_priv);
c67a470b
PZ
9502 lpt_init_pch_refclk(dev);
9503
c2699524 9504 if (HAS_PCH_LPT_LP(dev)) {
c67a470b
PZ
9505 val = I915_READ(SOUTH_DSPCLK_GATE_D);
9506 val |= PCH_LP_PARTITION_LEVEL_DISABLE;
9507 I915_WRITE(SOUTH_DSPCLK_GATE_D, val);
9508 }
c67a470b
PZ
9509}
9510
27c329ed 9511static void broxton_modeset_commit_cdclk(struct drm_atomic_state *old_state)
f8437dd1 9512{
a821fc46 9513 struct drm_device *dev = old_state->dev;
1a617b77
ML
9514 struct intel_atomic_state *old_intel_state =
9515 to_intel_atomic_state(old_state);
9516 unsigned int req_cdclk = old_intel_state->dev_cdclk;
f8437dd1 9517
c6c4696f 9518 broxton_set_cdclk(to_i915(dev), req_cdclk);
f8437dd1
VK
9519}
9520
b432e5cf 9521/* compute the max rate for new configuration */
27c329ed 9522static int ilk_max_pixel_rate(struct drm_atomic_state *state)
b432e5cf 9523{
565602d7
ML
9524 struct intel_atomic_state *intel_state = to_intel_atomic_state(state);
9525 struct drm_i915_private *dev_priv = state->dev->dev_private;
9526 struct drm_crtc *crtc;
9527 struct drm_crtc_state *cstate;
27c329ed 9528 struct intel_crtc_state *crtc_state;
565602d7
ML
9529 unsigned max_pixel_rate = 0, i;
9530 enum pipe pipe;
b432e5cf 9531
565602d7
ML
9532 memcpy(intel_state->min_pixclk, dev_priv->min_pixclk,
9533 sizeof(intel_state->min_pixclk));
27c329ed 9534
565602d7
ML
9535 for_each_crtc_in_state(state, crtc, cstate, i) {
9536 int pixel_rate;
27c329ed 9537
565602d7
ML
9538 crtc_state = to_intel_crtc_state(cstate);
9539 if (!crtc_state->base.enable) {
9540 intel_state->min_pixclk[i] = 0;
b432e5cf 9541 continue;
565602d7 9542 }
b432e5cf 9543
27c329ed 9544 pixel_rate = ilk_pipe_pixel_rate(crtc_state);
b432e5cf
VS
9545
9546 /* pixel rate mustn't exceed 95% of cdclk with IPS on BDW */
565602d7 9547 if (IS_BROADWELL(dev_priv) && crtc_state->ips_enabled)
b432e5cf
VS
9548 pixel_rate = DIV_ROUND_UP(pixel_rate * 100, 95);
9549
565602d7 9550 intel_state->min_pixclk[i] = pixel_rate;
b432e5cf
VS
9551 }
9552
565602d7
ML
9553 for_each_pipe(dev_priv, pipe)
9554 max_pixel_rate = max(intel_state->min_pixclk[pipe], max_pixel_rate);
9555
b432e5cf
VS
9556 return max_pixel_rate;
9557}
9558
9559static void broadwell_set_cdclk(struct drm_device *dev, int cdclk)
9560{
9561 struct drm_i915_private *dev_priv = dev->dev_private;
9562 uint32_t val, data;
9563 int ret;
9564
9565 if (WARN((I915_READ(LCPLL_CTL) &
9566 (LCPLL_PLL_DISABLE | LCPLL_PLL_LOCK |
9567 LCPLL_CD_CLOCK_DISABLE | LCPLL_ROOT_CD_CLOCK_DISABLE |
9568 LCPLL_CD2X_CLOCK_DISABLE | LCPLL_POWER_DOWN_ALLOW |
9569 LCPLL_CD_SOURCE_FCLK)) != LCPLL_PLL_LOCK,
9570 "trying to change cdclk frequency with cdclk not enabled\n"))
9571 return;
9572
9573 mutex_lock(&dev_priv->rps.hw_lock);
9574 ret = sandybridge_pcode_write(dev_priv,
9575 BDW_PCODE_DISPLAY_FREQ_CHANGE_REQ, 0x0);
9576 mutex_unlock(&dev_priv->rps.hw_lock);
9577 if (ret) {
9578 DRM_ERROR("failed to inform pcode about cdclk change\n");
9579 return;
9580 }
9581
9582 val = I915_READ(LCPLL_CTL);
9583 val |= LCPLL_CD_SOURCE_FCLK;
9584 I915_WRITE(LCPLL_CTL, val);
9585
5ba00178
TU
9586 if (wait_for_us(I915_READ(LCPLL_CTL) &
9587 LCPLL_CD_SOURCE_FCLK_DONE, 1))
b432e5cf
VS
9588 DRM_ERROR("Switching to FCLK failed\n");
9589
9590 val = I915_READ(LCPLL_CTL);
9591 val &= ~LCPLL_CLK_FREQ_MASK;
9592
9593 switch (cdclk) {
9594 case 450000:
9595 val |= LCPLL_CLK_FREQ_450;
9596 data = 0;
9597 break;
9598 case 540000:
9599 val |= LCPLL_CLK_FREQ_54O_BDW;
9600 data = 1;
9601 break;
9602 case 337500:
9603 val |= LCPLL_CLK_FREQ_337_5_BDW;
9604 data = 2;
9605 break;
9606 case 675000:
9607 val |= LCPLL_CLK_FREQ_675_BDW;
9608 data = 3;
9609 break;
9610 default:
9611 WARN(1, "invalid cdclk frequency\n");
9612 return;
9613 }
9614
9615 I915_WRITE(LCPLL_CTL, val);
9616
9617 val = I915_READ(LCPLL_CTL);
9618 val &= ~LCPLL_CD_SOURCE_FCLK;
9619 I915_WRITE(LCPLL_CTL, val);
9620
5ba00178
TU
9621 if (wait_for_us((I915_READ(LCPLL_CTL) &
9622 LCPLL_CD_SOURCE_FCLK_DONE) == 0, 1))
b432e5cf
VS
9623 DRM_ERROR("Switching back to LCPLL failed\n");
9624
9625 mutex_lock(&dev_priv->rps.hw_lock);
9626 sandybridge_pcode_write(dev_priv, HSW_PCODE_DE_WRITE_FREQ_REQ, data);
9627 mutex_unlock(&dev_priv->rps.hw_lock);
9628
9629 intel_update_cdclk(dev);
9630
9631 WARN(cdclk != dev_priv->cdclk_freq,
9632 "cdclk requested %d kHz but got %d kHz\n",
9633 cdclk, dev_priv->cdclk_freq);
9634}
9635
27c329ed 9636static int broadwell_modeset_calc_cdclk(struct drm_atomic_state *state)
b432e5cf 9637{
27c329ed 9638 struct drm_i915_private *dev_priv = to_i915(state->dev);
1a617b77 9639 struct intel_atomic_state *intel_state = to_intel_atomic_state(state);
27c329ed 9640 int max_pixclk = ilk_max_pixel_rate(state);
b432e5cf
VS
9641 int cdclk;
9642
9643 /*
9644 * FIXME should also account for plane ratio
9645 * once 64bpp pixel formats are supported.
9646 */
27c329ed 9647 if (max_pixclk > 540000)
b432e5cf 9648 cdclk = 675000;
27c329ed 9649 else if (max_pixclk > 450000)
b432e5cf 9650 cdclk = 540000;
27c329ed 9651 else if (max_pixclk > 337500)
b432e5cf
VS
9652 cdclk = 450000;
9653 else
9654 cdclk = 337500;
9655
b432e5cf 9656 if (cdclk > dev_priv->max_cdclk_freq) {
63ba534e
ML
9657 DRM_DEBUG_KMS("requested cdclk (%d kHz) exceeds max (%d kHz)\n",
9658 cdclk, dev_priv->max_cdclk_freq);
9659 return -EINVAL;
b432e5cf
VS
9660 }
9661
1a617b77
ML
9662 intel_state->cdclk = intel_state->dev_cdclk = cdclk;
9663 if (!intel_state->active_crtcs)
9664 intel_state->dev_cdclk = 337500;
b432e5cf
VS
9665
9666 return 0;
9667}
9668
27c329ed 9669static void broadwell_modeset_commit_cdclk(struct drm_atomic_state *old_state)
b432e5cf 9670{
27c329ed 9671 struct drm_device *dev = old_state->dev;
1a617b77
ML
9672 struct intel_atomic_state *old_intel_state =
9673 to_intel_atomic_state(old_state);
9674 unsigned req_cdclk = old_intel_state->dev_cdclk;
b432e5cf 9675
27c329ed 9676 broadwell_set_cdclk(dev, req_cdclk);
b432e5cf
VS
9677}
9678
190f68c5
ACO
9679static int haswell_crtc_compute_clock(struct intel_crtc *crtc,
9680 struct intel_crtc_state *crtc_state)
09b4ddf9 9681{
af3997b5
MK
9682 struct intel_encoder *intel_encoder =
9683 intel_ddi_get_crtc_new_encoder(crtc_state);
9684
9685 if (intel_encoder->type != INTEL_OUTPUT_DSI) {
9686 if (!intel_ddi_pll_select(crtc, crtc_state))
9687 return -EINVAL;
9688 }
716c2e55 9689
c7653199 9690 crtc->lowfreq_avail = false;
644cef34 9691
c8f7a0db 9692 return 0;
79e53945
JB
9693}
9694
3760b59c
S
9695static void bxt_get_ddi_pll(struct drm_i915_private *dev_priv,
9696 enum port port,
9697 struct intel_crtc_state *pipe_config)
9698{
8106ddbd
ACO
9699 enum intel_dpll_id id;
9700
3760b59c
S
9701 switch (port) {
9702 case PORT_A:
9703 pipe_config->ddi_pll_sel = SKL_DPLL0;
08250c4b 9704 id = DPLL_ID_SKL_DPLL0;
3760b59c
S
9705 break;
9706 case PORT_B:
9707 pipe_config->ddi_pll_sel = SKL_DPLL1;
08250c4b 9708 id = DPLL_ID_SKL_DPLL1;
3760b59c
S
9709 break;
9710 case PORT_C:
9711 pipe_config->ddi_pll_sel = SKL_DPLL2;
08250c4b 9712 id = DPLL_ID_SKL_DPLL2;
3760b59c
S
9713 break;
9714 default:
9715 DRM_ERROR("Incorrect port type\n");
8106ddbd 9716 return;
3760b59c 9717 }
8106ddbd
ACO
9718
9719 pipe_config->shared_dpll = intel_get_shared_dpll_by_id(dev_priv, id);
3760b59c
S
9720}
9721
96b7dfb7
S
9722static void skylake_get_ddi_pll(struct drm_i915_private *dev_priv,
9723 enum port port,
5cec258b 9724 struct intel_crtc_state *pipe_config)
96b7dfb7 9725{
8106ddbd 9726 enum intel_dpll_id id;
a3c988ea 9727 u32 temp;
96b7dfb7
S
9728
9729 temp = I915_READ(DPLL_CTRL2) & DPLL_CTRL2_DDI_CLK_SEL_MASK(port);
9730 pipe_config->ddi_pll_sel = temp >> (port * 3 + 1);
9731
9732 switch (pipe_config->ddi_pll_sel) {
3148ade7 9733 case SKL_DPLL0:
a3c988ea
ACO
9734 id = DPLL_ID_SKL_DPLL0;
9735 break;
96b7dfb7 9736 case SKL_DPLL1:
8106ddbd 9737 id = DPLL_ID_SKL_DPLL1;
96b7dfb7
S
9738 break;
9739 case SKL_DPLL2:
8106ddbd 9740 id = DPLL_ID_SKL_DPLL2;
96b7dfb7
S
9741 break;
9742 case SKL_DPLL3:
8106ddbd 9743 id = DPLL_ID_SKL_DPLL3;
96b7dfb7 9744 break;
8106ddbd
ACO
9745 default:
9746 MISSING_CASE(pipe_config->ddi_pll_sel);
9747 return;
96b7dfb7 9748 }
8106ddbd
ACO
9749
9750 pipe_config->shared_dpll = intel_get_shared_dpll_by_id(dev_priv, id);
96b7dfb7
S
9751}
9752
7d2c8175
DL
9753static void haswell_get_ddi_pll(struct drm_i915_private *dev_priv,
9754 enum port port,
5cec258b 9755 struct intel_crtc_state *pipe_config)
7d2c8175 9756{
8106ddbd
ACO
9757 enum intel_dpll_id id;
9758
7d2c8175
DL
9759 pipe_config->ddi_pll_sel = I915_READ(PORT_CLK_SEL(port));
9760
9761 switch (pipe_config->ddi_pll_sel) {
9762 case PORT_CLK_SEL_WRPLL1:
8106ddbd 9763 id = DPLL_ID_WRPLL1;
7d2c8175
DL
9764 break;
9765 case PORT_CLK_SEL_WRPLL2:
8106ddbd 9766 id = DPLL_ID_WRPLL2;
7d2c8175 9767 break;
00490c22 9768 case PORT_CLK_SEL_SPLL:
8106ddbd 9769 id = DPLL_ID_SPLL;
79bd23da 9770 break;
9d16da65
ACO
9771 case PORT_CLK_SEL_LCPLL_810:
9772 id = DPLL_ID_LCPLL_810;
9773 break;
9774 case PORT_CLK_SEL_LCPLL_1350:
9775 id = DPLL_ID_LCPLL_1350;
9776 break;
9777 case PORT_CLK_SEL_LCPLL_2700:
9778 id = DPLL_ID_LCPLL_2700;
9779 break;
8106ddbd
ACO
9780 default:
9781 MISSING_CASE(pipe_config->ddi_pll_sel);
9782 /* fall through */
9783 case PORT_CLK_SEL_NONE:
8106ddbd 9784 return;
7d2c8175 9785 }
8106ddbd
ACO
9786
9787 pipe_config->shared_dpll = intel_get_shared_dpll_by_id(dev_priv, id);
7d2c8175
DL
9788}
9789
cf30429e
JN
9790static bool hsw_get_transcoder_state(struct intel_crtc *crtc,
9791 struct intel_crtc_state *pipe_config,
9792 unsigned long *power_domain_mask)
9793{
9794 struct drm_device *dev = crtc->base.dev;
9795 struct drm_i915_private *dev_priv = dev->dev_private;
9796 enum intel_display_power_domain power_domain;
9797 u32 tmp;
9798
9799 pipe_config->cpu_transcoder = (enum transcoder) crtc->pipe;
9800
9801 /*
9802 * XXX: Do intel_display_power_get_if_enabled before reading this (for
9803 * consistency and less surprising code; it's in always on power).
9804 */
9805 tmp = I915_READ(TRANS_DDI_FUNC_CTL(TRANSCODER_EDP));
9806 if (tmp & TRANS_DDI_FUNC_ENABLE) {
9807 enum pipe trans_edp_pipe;
9808 switch (tmp & TRANS_DDI_EDP_INPUT_MASK) {
9809 default:
9810 WARN(1, "unknown pipe linked to edp transcoder\n");
9811 case TRANS_DDI_EDP_INPUT_A_ONOFF:
9812 case TRANS_DDI_EDP_INPUT_A_ON:
9813 trans_edp_pipe = PIPE_A;
9814 break;
9815 case TRANS_DDI_EDP_INPUT_B_ONOFF:
9816 trans_edp_pipe = PIPE_B;
9817 break;
9818 case TRANS_DDI_EDP_INPUT_C_ONOFF:
9819 trans_edp_pipe = PIPE_C;
9820 break;
9821 }
9822
9823 if (trans_edp_pipe == crtc->pipe)
9824 pipe_config->cpu_transcoder = TRANSCODER_EDP;
9825 }
9826
9827 power_domain = POWER_DOMAIN_TRANSCODER(pipe_config->cpu_transcoder);
9828 if (!intel_display_power_get_if_enabled(dev_priv, power_domain))
9829 return false;
9830 *power_domain_mask |= BIT(power_domain);
9831
9832 tmp = I915_READ(PIPECONF(pipe_config->cpu_transcoder));
9833
9834 return tmp & PIPECONF_ENABLE;
9835}
9836
4d1de975
JN
9837static bool bxt_get_dsi_transcoder_state(struct intel_crtc *crtc,
9838 struct intel_crtc_state *pipe_config,
9839 unsigned long *power_domain_mask)
9840{
9841 struct drm_device *dev = crtc->base.dev;
9842 struct drm_i915_private *dev_priv = dev->dev_private;
9843 enum intel_display_power_domain power_domain;
9844 enum port port;
9845 enum transcoder cpu_transcoder;
9846 u32 tmp;
9847
9848 pipe_config->has_dsi_encoder = false;
9849
9850 for_each_port_masked(port, BIT(PORT_A) | BIT(PORT_C)) {
9851 if (port == PORT_A)
9852 cpu_transcoder = TRANSCODER_DSI_A;
9853 else
9854 cpu_transcoder = TRANSCODER_DSI_C;
9855
9856 power_domain = POWER_DOMAIN_TRANSCODER(cpu_transcoder);
9857 if (!intel_display_power_get_if_enabled(dev_priv, power_domain))
9858 continue;
9859 *power_domain_mask |= BIT(power_domain);
9860
db18b6a6
ID
9861 /*
9862 * The PLL needs to be enabled with a valid divider
9863 * configuration, otherwise accessing DSI registers will hang
9864 * the machine. See BSpec North Display Engine
9865 * registers/MIPI[BXT]. We can break out here early, since we
9866 * need the same DSI PLL to be enabled for both DSI ports.
9867 */
9868 if (!intel_dsi_pll_is_enabled(dev_priv))
9869 break;
9870
4d1de975
JN
9871 /* XXX: this works for video mode only */
9872 tmp = I915_READ(BXT_MIPI_PORT_CTRL(port));
9873 if (!(tmp & DPI_ENABLE))
9874 continue;
9875
9876 tmp = I915_READ(MIPI_CTRL(port));
9877 if ((tmp & BXT_PIPE_SELECT_MASK) != BXT_PIPE_SELECT(crtc->pipe))
9878 continue;
9879
9880 pipe_config->cpu_transcoder = cpu_transcoder;
9881 pipe_config->has_dsi_encoder = true;
9882 break;
9883 }
9884
9885 return pipe_config->has_dsi_encoder;
9886}
9887
26804afd 9888static void haswell_get_ddi_port_state(struct intel_crtc *crtc,
5cec258b 9889 struct intel_crtc_state *pipe_config)
26804afd
DV
9890{
9891 struct drm_device *dev = crtc->base.dev;
9892 struct drm_i915_private *dev_priv = dev->dev_private;
d452c5b6 9893 struct intel_shared_dpll *pll;
26804afd
DV
9894 enum port port;
9895 uint32_t tmp;
9896
9897 tmp = I915_READ(TRANS_DDI_FUNC_CTL(pipe_config->cpu_transcoder));
9898
9899 port = (tmp & TRANS_DDI_PORT_MASK) >> TRANS_DDI_PORT_SHIFT;
9900
ef11bdb3 9901 if (IS_SKYLAKE(dev) || IS_KABYLAKE(dev))
96b7dfb7 9902 skylake_get_ddi_pll(dev_priv, port, pipe_config);
3760b59c
S
9903 else if (IS_BROXTON(dev))
9904 bxt_get_ddi_pll(dev_priv, port, pipe_config);
96b7dfb7
S
9905 else
9906 haswell_get_ddi_pll(dev_priv, port, pipe_config);
9cd86933 9907
8106ddbd
ACO
9908 pll = pipe_config->shared_dpll;
9909 if (pll) {
2edd6443
ACO
9910 WARN_ON(!pll->funcs.get_hw_state(dev_priv, pll,
9911 &pipe_config->dpll_hw_state));
d452c5b6
DV
9912 }
9913
26804afd
DV
9914 /*
9915 * Haswell has only FDI/PCH transcoder A. It is which is connected to
9916 * DDI E. So just check whether this pipe is wired to DDI E and whether
9917 * the PCH transcoder is on.
9918 */
ca370455
DL
9919 if (INTEL_INFO(dev)->gen < 9 &&
9920 (port == PORT_E) && I915_READ(LPT_TRANSCONF) & TRANS_ENABLE) {
26804afd
DV
9921 pipe_config->has_pch_encoder = true;
9922
9923 tmp = I915_READ(FDI_RX_CTL(PIPE_A));
9924 pipe_config->fdi_lanes = ((FDI_DP_PORT_WIDTH_MASK & tmp) >>
9925 FDI_DP_PORT_WIDTH_SHIFT) + 1;
9926
9927 ironlake_get_fdi_m_n_config(crtc, pipe_config);
9928 }
9929}
9930
0e8ffe1b 9931static bool haswell_get_pipe_config(struct intel_crtc *crtc,
5cec258b 9932 struct intel_crtc_state *pipe_config)
0e8ffe1b
DV
9933{
9934 struct drm_device *dev = crtc->base.dev;
9935 struct drm_i915_private *dev_priv = dev->dev_private;
1729050e
ID
9936 enum intel_display_power_domain power_domain;
9937 unsigned long power_domain_mask;
cf30429e 9938 bool active;
0e8ffe1b 9939
1729050e
ID
9940 power_domain = POWER_DOMAIN_PIPE(crtc->pipe);
9941 if (!intel_display_power_get_if_enabled(dev_priv, power_domain))
b5482bd0 9942 return false;
1729050e
ID
9943 power_domain_mask = BIT(power_domain);
9944
8106ddbd 9945 pipe_config->shared_dpll = NULL;
c0d43d62 9946
cf30429e 9947 active = hsw_get_transcoder_state(crtc, pipe_config, &power_domain_mask);
eccb140b 9948
4d1de975
JN
9949 if (IS_BROXTON(dev_priv)) {
9950 bxt_get_dsi_transcoder_state(crtc, pipe_config,
9951 &power_domain_mask);
9952 WARN_ON(active && pipe_config->has_dsi_encoder);
9953 if (pipe_config->has_dsi_encoder)
9954 active = true;
9955 }
9956
cf30429e 9957 if (!active)
1729050e 9958 goto out;
0e8ffe1b 9959
4d1de975
JN
9960 if (!pipe_config->has_dsi_encoder) {
9961 haswell_get_ddi_port_state(crtc, pipe_config);
9962 intel_get_pipe_timings(crtc, pipe_config);
9963 }
627eb5a3 9964
bc58be60 9965 intel_get_pipe_src_size(crtc, pipe_config);
1bd1bd80 9966
05dc698c
LL
9967 pipe_config->gamma_mode =
9968 I915_READ(GAMMA_MODE(crtc->pipe)) & GAMMA_MODE_MODE_MASK;
9969
a1b2278e
CK
9970 if (INTEL_INFO(dev)->gen >= 9) {
9971 skl_init_scalers(dev, crtc, pipe_config);
9972 }
9973
af99ceda
CK
9974 if (INTEL_INFO(dev)->gen >= 9) {
9975 pipe_config->scaler_state.scaler_id = -1;
9976 pipe_config->scaler_state.scaler_users &= ~(1 << SKL_CRTC_INDEX);
9977 }
9978
1729050e
ID
9979 power_domain = POWER_DOMAIN_PIPE_PANEL_FITTER(crtc->pipe);
9980 if (intel_display_power_get_if_enabled(dev_priv, power_domain)) {
9981 power_domain_mask |= BIT(power_domain);
1c132b44 9982 if (INTEL_INFO(dev)->gen >= 9)
bd2e244f 9983 skylake_get_pfit_config(crtc, pipe_config);
ff6d9f55 9984 else
1c132b44 9985 ironlake_get_pfit_config(crtc, pipe_config);
bd2e244f 9986 }
88adfff1 9987
e59150dc
JB
9988 if (IS_HASWELL(dev))
9989 pipe_config->ips_enabled = hsw_crtc_supports_ips(crtc) &&
9990 (I915_READ(IPS_CTL) & IPS_ENABLE);
42db64ef 9991
4d1de975
JN
9992 if (pipe_config->cpu_transcoder != TRANSCODER_EDP &&
9993 !transcoder_is_dsi(pipe_config->cpu_transcoder)) {
ebb69c95
CT
9994 pipe_config->pixel_multiplier =
9995 I915_READ(PIPE_MULT(pipe_config->cpu_transcoder)) + 1;
9996 } else {
9997 pipe_config->pixel_multiplier = 1;
9998 }
6c49f241 9999
1729050e
ID
10000out:
10001 for_each_power_domain(power_domain, power_domain_mask)
10002 intel_display_power_put(dev_priv, power_domain);
10003
cf30429e 10004 return active;
0e8ffe1b
DV
10005}
10006
55a08b3f
ML
10007static void i845_update_cursor(struct drm_crtc *crtc, u32 base,
10008 const struct intel_plane_state *plane_state)
560b85bb
CW
10009{
10010 struct drm_device *dev = crtc->dev;
10011 struct drm_i915_private *dev_priv = dev->dev_private;
10012 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
dc41c154 10013 uint32_t cntl = 0, size = 0;
560b85bb 10014
55a08b3f
ML
10015 if (plane_state && plane_state->visible) {
10016 unsigned int width = plane_state->base.crtc_w;
10017 unsigned int height = plane_state->base.crtc_h;
dc41c154
VS
10018 unsigned int stride = roundup_pow_of_two(width) * 4;
10019
10020 switch (stride) {
10021 default:
10022 WARN_ONCE(1, "Invalid cursor width/stride, width=%u, stride=%u\n",
10023 width, stride);
10024 stride = 256;
10025 /* fallthrough */
10026 case 256:
10027 case 512:
10028 case 1024:
10029 case 2048:
10030 break;
4b0e333e
CW
10031 }
10032
dc41c154
VS
10033 cntl |= CURSOR_ENABLE |
10034 CURSOR_GAMMA_ENABLE |
10035 CURSOR_FORMAT_ARGB |
10036 CURSOR_STRIDE(stride);
10037
10038 size = (height << 12) | width;
4b0e333e 10039 }
560b85bb 10040
dc41c154
VS
10041 if (intel_crtc->cursor_cntl != 0 &&
10042 (intel_crtc->cursor_base != base ||
10043 intel_crtc->cursor_size != size ||
10044 intel_crtc->cursor_cntl != cntl)) {
10045 /* On these chipsets we can only modify the base/size/stride
10046 * whilst the cursor is disabled.
10047 */
0b87c24e
VS
10048 I915_WRITE(CURCNTR(PIPE_A), 0);
10049 POSTING_READ(CURCNTR(PIPE_A));
dc41c154 10050 intel_crtc->cursor_cntl = 0;
4b0e333e 10051 }
560b85bb 10052
99d1f387 10053 if (intel_crtc->cursor_base != base) {
0b87c24e 10054 I915_WRITE(CURBASE(PIPE_A), base);
99d1f387
VS
10055 intel_crtc->cursor_base = base;
10056 }
4726e0b0 10057
dc41c154
VS
10058 if (intel_crtc->cursor_size != size) {
10059 I915_WRITE(CURSIZE, size);
10060 intel_crtc->cursor_size = size;
4b0e333e 10061 }
560b85bb 10062
4b0e333e 10063 if (intel_crtc->cursor_cntl != cntl) {
0b87c24e
VS
10064 I915_WRITE(CURCNTR(PIPE_A), cntl);
10065 POSTING_READ(CURCNTR(PIPE_A));
4b0e333e 10066 intel_crtc->cursor_cntl = cntl;
560b85bb 10067 }
560b85bb
CW
10068}
10069
55a08b3f
ML
10070static void i9xx_update_cursor(struct drm_crtc *crtc, u32 base,
10071 const struct intel_plane_state *plane_state)
65a21cd6
JB
10072{
10073 struct drm_device *dev = crtc->dev;
10074 struct drm_i915_private *dev_priv = dev->dev_private;
10075 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
10076 int pipe = intel_crtc->pipe;
663f3122 10077 uint32_t cntl = 0;
4b0e333e 10078
55a08b3f 10079 if (plane_state && plane_state->visible) {
4b0e333e 10080 cntl = MCURSOR_GAMMA_ENABLE;
55a08b3f 10081 switch (plane_state->base.crtc_w) {
4726e0b0
SK
10082 case 64:
10083 cntl |= CURSOR_MODE_64_ARGB_AX;
10084 break;
10085 case 128:
10086 cntl |= CURSOR_MODE_128_ARGB_AX;
10087 break;
10088 case 256:
10089 cntl |= CURSOR_MODE_256_ARGB_AX;
10090 break;
10091 default:
55a08b3f 10092 MISSING_CASE(plane_state->base.crtc_w);
4726e0b0 10093 return;
65a21cd6 10094 }
4b0e333e 10095 cntl |= pipe << 28; /* Connect to correct pipe */
47bf17a7 10096
fc6f93bc 10097 if (HAS_DDI(dev))
47bf17a7 10098 cntl |= CURSOR_PIPE_CSC_ENABLE;
65a21cd6 10099
55a08b3f
ML
10100 if (plane_state->base.rotation == BIT(DRM_ROTATE_180))
10101 cntl |= CURSOR_ROTATE_180;
10102 }
4398ad45 10103
4b0e333e
CW
10104 if (intel_crtc->cursor_cntl != cntl) {
10105 I915_WRITE(CURCNTR(pipe), cntl);
10106 POSTING_READ(CURCNTR(pipe));
10107 intel_crtc->cursor_cntl = cntl;
65a21cd6 10108 }
4b0e333e 10109
65a21cd6 10110 /* and commit changes on next vblank */
5efb3e28
VS
10111 I915_WRITE(CURBASE(pipe), base);
10112 POSTING_READ(CURBASE(pipe));
99d1f387
VS
10113
10114 intel_crtc->cursor_base = base;
65a21cd6
JB
10115}
10116
cda4b7d3 10117/* If no-part of the cursor is visible on the framebuffer, then the GPU may hang... */
6b383a7f 10118static void intel_crtc_update_cursor(struct drm_crtc *crtc,
55a08b3f 10119 const struct intel_plane_state *plane_state)
cda4b7d3
CW
10120{
10121 struct drm_device *dev = crtc->dev;
10122 struct drm_i915_private *dev_priv = dev->dev_private;
10123 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
10124 int pipe = intel_crtc->pipe;
55a08b3f
ML
10125 u32 base = intel_crtc->cursor_addr;
10126 u32 pos = 0;
cda4b7d3 10127
55a08b3f
ML
10128 if (plane_state) {
10129 int x = plane_state->base.crtc_x;
10130 int y = plane_state->base.crtc_y;
cda4b7d3 10131
55a08b3f
ML
10132 if (x < 0) {
10133 pos |= CURSOR_POS_SIGN << CURSOR_X_SHIFT;
10134 x = -x;
10135 }
10136 pos |= x << CURSOR_X_SHIFT;
cda4b7d3 10137
55a08b3f
ML
10138 if (y < 0) {
10139 pos |= CURSOR_POS_SIGN << CURSOR_Y_SHIFT;
10140 y = -y;
10141 }
10142 pos |= y << CURSOR_Y_SHIFT;
10143
10144 /* ILK+ do this automagically */
10145 if (HAS_GMCH_DISPLAY(dev) &&
10146 plane_state->base.rotation == BIT(DRM_ROTATE_180)) {
10147 base += (plane_state->base.crtc_h *
10148 plane_state->base.crtc_w - 1) * 4;
10149 }
cda4b7d3 10150 }
cda4b7d3 10151
5efb3e28
VS
10152 I915_WRITE(CURPOS(pipe), pos);
10153
8ac54669 10154 if (IS_845G(dev) || IS_I865G(dev))
55a08b3f 10155 i845_update_cursor(crtc, base, plane_state);
5efb3e28 10156 else
55a08b3f 10157 i9xx_update_cursor(crtc, base, plane_state);
cda4b7d3
CW
10158}
10159
dc41c154
VS
10160static bool cursor_size_ok(struct drm_device *dev,
10161 uint32_t width, uint32_t height)
10162{
10163 if (width == 0 || height == 0)
10164 return false;
10165
10166 /*
10167 * 845g/865g are special in that they are only limited by
10168 * the width of their cursors, the height is arbitrary up to
10169 * the precision of the register. Everything else requires
10170 * square cursors, limited to a few power-of-two sizes.
10171 */
10172 if (IS_845G(dev) || IS_I865G(dev)) {
10173 if ((width & 63) != 0)
10174 return false;
10175
10176 if (width > (IS_845G(dev) ? 64 : 512))
10177 return false;
10178
10179 if (height > 1023)
10180 return false;
10181 } else {
10182 switch (width | height) {
10183 case 256:
10184 case 128:
10185 if (IS_GEN2(dev))
10186 return false;
10187 case 64:
10188 break;
10189 default:
10190 return false;
10191 }
10192 }
10193
10194 return true;
10195}
10196
79e53945
JB
10197/* VESA 640x480x72Hz mode to set on the pipe */
10198static struct drm_display_mode load_detect_mode = {
10199 DRM_MODE("640x480", DRM_MODE_TYPE_DEFAULT, 31500, 640, 664,
10200 704, 832, 0, 480, 489, 491, 520, 0, DRM_MODE_FLAG_NHSYNC | DRM_MODE_FLAG_NVSYNC),
10201};
10202
a8bb6818
DV
10203struct drm_framebuffer *
10204__intel_framebuffer_create(struct drm_device *dev,
10205 struct drm_mode_fb_cmd2 *mode_cmd,
10206 struct drm_i915_gem_object *obj)
d2dff872
CW
10207{
10208 struct intel_framebuffer *intel_fb;
10209 int ret;
10210
10211 intel_fb = kzalloc(sizeof(*intel_fb), GFP_KERNEL);
dcb1394e 10212 if (!intel_fb)
d2dff872 10213 return ERR_PTR(-ENOMEM);
d2dff872
CW
10214
10215 ret = intel_framebuffer_init(dev, intel_fb, mode_cmd, obj);
dd4916c5
DV
10216 if (ret)
10217 goto err;
d2dff872
CW
10218
10219 return &intel_fb->base;
dcb1394e 10220
dd4916c5 10221err:
dd4916c5 10222 kfree(intel_fb);
dd4916c5 10223 return ERR_PTR(ret);
d2dff872
CW
10224}
10225
b5ea642a 10226static struct drm_framebuffer *
a8bb6818
DV
10227intel_framebuffer_create(struct drm_device *dev,
10228 struct drm_mode_fb_cmd2 *mode_cmd,
10229 struct drm_i915_gem_object *obj)
10230{
10231 struct drm_framebuffer *fb;
10232 int ret;
10233
10234 ret = i915_mutex_lock_interruptible(dev);
10235 if (ret)
10236 return ERR_PTR(ret);
10237 fb = __intel_framebuffer_create(dev, mode_cmd, obj);
10238 mutex_unlock(&dev->struct_mutex);
10239
10240 return fb;
10241}
10242
d2dff872
CW
10243static u32
10244intel_framebuffer_pitch_for_width(int width, int bpp)
10245{
10246 u32 pitch = DIV_ROUND_UP(width * bpp, 8);
10247 return ALIGN(pitch, 64);
10248}
10249
10250static u32
10251intel_framebuffer_size_for_mode(struct drm_display_mode *mode, int bpp)
10252{
10253 u32 pitch = intel_framebuffer_pitch_for_width(mode->hdisplay, bpp);
1267a26b 10254 return PAGE_ALIGN(pitch * mode->vdisplay);
d2dff872
CW
10255}
10256
10257static struct drm_framebuffer *
10258intel_framebuffer_create_for_mode(struct drm_device *dev,
10259 struct drm_display_mode *mode,
10260 int depth, int bpp)
10261{
dcb1394e 10262 struct drm_framebuffer *fb;
d2dff872 10263 struct drm_i915_gem_object *obj;
0fed39bd 10264 struct drm_mode_fb_cmd2 mode_cmd = { 0 };
d2dff872
CW
10265
10266 obj = i915_gem_alloc_object(dev,
10267 intel_framebuffer_size_for_mode(mode, bpp));
10268 if (obj == NULL)
10269 return ERR_PTR(-ENOMEM);
10270
10271 mode_cmd.width = mode->hdisplay;
10272 mode_cmd.height = mode->vdisplay;
308e5bcb
JB
10273 mode_cmd.pitches[0] = intel_framebuffer_pitch_for_width(mode_cmd.width,
10274 bpp);
5ca0c34a 10275 mode_cmd.pixel_format = drm_mode_legacy_fb_format(bpp, depth);
d2dff872 10276
dcb1394e
LW
10277 fb = intel_framebuffer_create(dev, &mode_cmd, obj);
10278 if (IS_ERR(fb))
10279 drm_gem_object_unreference_unlocked(&obj->base);
10280
10281 return fb;
d2dff872
CW
10282}
10283
10284static struct drm_framebuffer *
10285mode_fits_in_fbdev(struct drm_device *dev,
10286 struct drm_display_mode *mode)
10287{
0695726e 10288#ifdef CONFIG_DRM_FBDEV_EMULATION
d2dff872
CW
10289 struct drm_i915_private *dev_priv = dev->dev_private;
10290 struct drm_i915_gem_object *obj;
10291 struct drm_framebuffer *fb;
10292
4c0e5528 10293 if (!dev_priv->fbdev)
d2dff872
CW
10294 return NULL;
10295
4c0e5528 10296 if (!dev_priv->fbdev->fb)
d2dff872
CW
10297 return NULL;
10298
4c0e5528
DV
10299 obj = dev_priv->fbdev->fb->obj;
10300 BUG_ON(!obj);
10301
8bcd4553 10302 fb = &dev_priv->fbdev->fb->base;
01f2c773
VS
10303 if (fb->pitches[0] < intel_framebuffer_pitch_for_width(mode->hdisplay,
10304 fb->bits_per_pixel))
d2dff872
CW
10305 return NULL;
10306
01f2c773 10307 if (obj->base.size < mode->vdisplay * fb->pitches[0])
d2dff872
CW
10308 return NULL;
10309
edde3617 10310 drm_framebuffer_reference(fb);
d2dff872 10311 return fb;
4520f53a
DV
10312#else
10313 return NULL;
10314#endif
d2dff872
CW
10315}
10316
d3a40d1b
ACO
10317static int intel_modeset_setup_plane_state(struct drm_atomic_state *state,
10318 struct drm_crtc *crtc,
10319 struct drm_display_mode *mode,
10320 struct drm_framebuffer *fb,
10321 int x, int y)
10322{
10323 struct drm_plane_state *plane_state;
10324 int hdisplay, vdisplay;
10325 int ret;
10326
10327 plane_state = drm_atomic_get_plane_state(state, crtc->primary);
10328 if (IS_ERR(plane_state))
10329 return PTR_ERR(plane_state);
10330
10331 if (mode)
10332 drm_crtc_get_hv_timing(mode, &hdisplay, &vdisplay);
10333 else
10334 hdisplay = vdisplay = 0;
10335
10336 ret = drm_atomic_set_crtc_for_plane(plane_state, fb ? crtc : NULL);
10337 if (ret)
10338 return ret;
10339 drm_atomic_set_fb_for_plane(plane_state, fb);
10340 plane_state->crtc_x = 0;
10341 plane_state->crtc_y = 0;
10342 plane_state->crtc_w = hdisplay;
10343 plane_state->crtc_h = vdisplay;
10344 plane_state->src_x = x << 16;
10345 plane_state->src_y = y << 16;
10346 plane_state->src_w = hdisplay << 16;
10347 plane_state->src_h = vdisplay << 16;
10348
10349 return 0;
10350}
10351
d2434ab7 10352bool intel_get_load_detect_pipe(struct drm_connector *connector,
7173188d 10353 struct drm_display_mode *mode,
51fd371b
RC
10354 struct intel_load_detect_pipe *old,
10355 struct drm_modeset_acquire_ctx *ctx)
79e53945
JB
10356{
10357 struct intel_crtc *intel_crtc;
d2434ab7
DV
10358 struct intel_encoder *intel_encoder =
10359 intel_attached_encoder(connector);
79e53945 10360 struct drm_crtc *possible_crtc;
4ef69c7a 10361 struct drm_encoder *encoder = &intel_encoder->base;
79e53945
JB
10362 struct drm_crtc *crtc = NULL;
10363 struct drm_device *dev = encoder->dev;
94352cf9 10364 struct drm_framebuffer *fb;
51fd371b 10365 struct drm_mode_config *config = &dev->mode_config;
edde3617 10366 struct drm_atomic_state *state = NULL, *restore_state = NULL;
944b0c76 10367 struct drm_connector_state *connector_state;
4be07317 10368 struct intel_crtc_state *crtc_state;
51fd371b 10369 int ret, i = -1;
79e53945 10370
d2dff872 10371 DRM_DEBUG_KMS("[CONNECTOR:%d:%s], [ENCODER:%d:%s]\n",
c23cc417 10372 connector->base.id, connector->name,
8e329a03 10373 encoder->base.id, encoder->name);
d2dff872 10374
edde3617
ML
10375 old->restore_state = NULL;
10376
51fd371b
RC
10377retry:
10378 ret = drm_modeset_lock(&config->connection_mutex, ctx);
10379 if (ret)
ad3c558f 10380 goto fail;
6e9f798d 10381
79e53945
JB
10382 /*
10383 * Algorithm gets a little messy:
7a5e4805 10384 *
79e53945
JB
10385 * - if the connector already has an assigned crtc, use it (but make
10386 * sure it's on first)
7a5e4805 10387 *
79e53945
JB
10388 * - try to find the first unused crtc that can drive this connector,
10389 * and use that if we find one
79e53945
JB
10390 */
10391
10392 /* See if we already have a CRTC for this connector */
edde3617
ML
10393 if (connector->state->crtc) {
10394 crtc = connector->state->crtc;
8261b191 10395
51fd371b 10396 ret = drm_modeset_lock(&crtc->mutex, ctx);
4d02e2de 10397 if (ret)
ad3c558f 10398 goto fail;
8261b191
CW
10399
10400 /* Make sure the crtc and connector are running */
edde3617 10401 goto found;
79e53945
JB
10402 }
10403
10404 /* Find an unused one (if possible) */
70e1e0ec 10405 for_each_crtc(dev, possible_crtc) {
79e53945
JB
10406 i++;
10407 if (!(encoder->possible_crtcs & (1 << i)))
10408 continue;
edde3617
ML
10409
10410 ret = drm_modeset_lock(&possible_crtc->mutex, ctx);
10411 if (ret)
10412 goto fail;
10413
10414 if (possible_crtc->state->enable) {
10415 drm_modeset_unlock(&possible_crtc->mutex);
a459249c 10416 continue;
edde3617 10417 }
a459249c
VS
10418
10419 crtc = possible_crtc;
10420 break;
79e53945
JB
10421 }
10422
10423 /*
10424 * If we didn't find an unused CRTC, don't use any.
10425 */
10426 if (!crtc) {
7173188d 10427 DRM_DEBUG_KMS("no pipe available for load-detect\n");
ad3c558f 10428 goto fail;
79e53945
JB
10429 }
10430
edde3617
ML
10431found:
10432 intel_crtc = to_intel_crtc(crtc);
10433
4d02e2de
DV
10434 ret = drm_modeset_lock(&crtc->primary->mutex, ctx);
10435 if (ret)
ad3c558f 10436 goto fail;
79e53945 10437
83a57153 10438 state = drm_atomic_state_alloc(dev);
edde3617
ML
10439 restore_state = drm_atomic_state_alloc(dev);
10440 if (!state || !restore_state) {
10441 ret = -ENOMEM;
10442 goto fail;
10443 }
83a57153
ACO
10444
10445 state->acquire_ctx = ctx;
edde3617 10446 restore_state->acquire_ctx = ctx;
83a57153 10447
944b0c76
ACO
10448 connector_state = drm_atomic_get_connector_state(state, connector);
10449 if (IS_ERR(connector_state)) {
10450 ret = PTR_ERR(connector_state);
10451 goto fail;
10452 }
10453
edde3617
ML
10454 ret = drm_atomic_set_crtc_for_connector(connector_state, crtc);
10455 if (ret)
10456 goto fail;
944b0c76 10457
4be07317
ACO
10458 crtc_state = intel_atomic_get_crtc_state(state, intel_crtc);
10459 if (IS_ERR(crtc_state)) {
10460 ret = PTR_ERR(crtc_state);
10461 goto fail;
10462 }
10463
49d6fa21 10464 crtc_state->base.active = crtc_state->base.enable = true;
4be07317 10465
6492711d
CW
10466 if (!mode)
10467 mode = &load_detect_mode;
79e53945 10468
d2dff872
CW
10469 /* We need a framebuffer large enough to accommodate all accesses
10470 * that the plane may generate whilst we perform load detection.
10471 * We can not rely on the fbcon either being present (we get called
10472 * during its initialisation to detect all boot displays, or it may
10473 * not even exist) or that it is large enough to satisfy the
10474 * requested mode.
10475 */
94352cf9
DV
10476 fb = mode_fits_in_fbdev(dev, mode);
10477 if (fb == NULL) {
d2dff872 10478 DRM_DEBUG_KMS("creating tmp fb for load-detection\n");
94352cf9 10479 fb = intel_framebuffer_create_for_mode(dev, mode, 24, 32);
d2dff872
CW
10480 } else
10481 DRM_DEBUG_KMS("reusing fbdev for load-detection framebuffer\n");
94352cf9 10482 if (IS_ERR(fb)) {
d2dff872 10483 DRM_DEBUG_KMS("failed to allocate framebuffer for load-detection\n");
412b61d8 10484 goto fail;
79e53945 10485 }
79e53945 10486
d3a40d1b
ACO
10487 ret = intel_modeset_setup_plane_state(state, crtc, mode, fb, 0, 0);
10488 if (ret)
10489 goto fail;
10490
edde3617
ML
10491 drm_framebuffer_unreference(fb);
10492
10493 ret = drm_atomic_set_mode_for_crtc(&crtc_state->base, mode);
10494 if (ret)
10495 goto fail;
10496
10497 ret = PTR_ERR_OR_ZERO(drm_atomic_get_connector_state(restore_state, connector));
10498 if (!ret)
10499 ret = PTR_ERR_OR_ZERO(drm_atomic_get_crtc_state(restore_state, crtc));
10500 if (!ret)
10501 ret = PTR_ERR_OR_ZERO(drm_atomic_get_plane_state(restore_state, crtc->primary));
10502 if (ret) {
10503 DRM_DEBUG_KMS("Failed to create a copy of old state to restore: %i\n", ret);
10504 goto fail;
10505 }
8c7b5ccb 10506
3ba86073
ML
10507 ret = drm_atomic_commit(state);
10508 if (ret) {
6492711d 10509 DRM_DEBUG_KMS("failed to set mode on load-detect pipe\n");
412b61d8 10510 goto fail;
79e53945 10511 }
edde3617
ML
10512
10513 old->restore_state = restore_state;
7173188d 10514
79e53945 10515 /* let the connector get through one full cycle before testing */
9d0498a2 10516 intel_wait_for_vblank(dev, intel_crtc->pipe);
7173188d 10517 return true;
412b61d8 10518
ad3c558f 10519fail:
e5d958ef 10520 drm_atomic_state_free(state);
edde3617
ML
10521 drm_atomic_state_free(restore_state);
10522 restore_state = state = NULL;
83a57153 10523
51fd371b
RC
10524 if (ret == -EDEADLK) {
10525 drm_modeset_backoff(ctx);
10526 goto retry;
10527 }
10528
412b61d8 10529 return false;
79e53945
JB
10530}
10531
d2434ab7 10532void intel_release_load_detect_pipe(struct drm_connector *connector,
49172fee
ACO
10533 struct intel_load_detect_pipe *old,
10534 struct drm_modeset_acquire_ctx *ctx)
79e53945 10535{
d2434ab7
DV
10536 struct intel_encoder *intel_encoder =
10537 intel_attached_encoder(connector);
4ef69c7a 10538 struct drm_encoder *encoder = &intel_encoder->base;
edde3617 10539 struct drm_atomic_state *state = old->restore_state;
d3a40d1b 10540 int ret;
79e53945 10541
d2dff872 10542 DRM_DEBUG_KMS("[CONNECTOR:%d:%s], [ENCODER:%d:%s]\n",
c23cc417 10543 connector->base.id, connector->name,
8e329a03 10544 encoder->base.id, encoder->name);
d2dff872 10545
edde3617 10546 if (!state)
0622a53c 10547 return;
79e53945 10548
edde3617
ML
10549 ret = drm_atomic_commit(state);
10550 if (ret) {
10551 DRM_DEBUG_KMS("Couldn't release load detect pipe: %i\n", ret);
10552 drm_atomic_state_free(state);
10553 }
79e53945
JB
10554}
10555
da4a1efa 10556static int i9xx_pll_refclk(struct drm_device *dev,
5cec258b 10557 const struct intel_crtc_state *pipe_config)
da4a1efa
VS
10558{
10559 struct drm_i915_private *dev_priv = dev->dev_private;
10560 u32 dpll = pipe_config->dpll_hw_state.dpll;
10561
10562 if ((dpll & PLL_REF_INPUT_MASK) == PLLB_REF_INPUT_SPREADSPECTRUMIN)
e91e941b 10563 return dev_priv->vbt.lvds_ssc_freq;
da4a1efa
VS
10564 else if (HAS_PCH_SPLIT(dev))
10565 return 120000;
10566 else if (!IS_GEN2(dev))
10567 return 96000;
10568 else
10569 return 48000;
10570}
10571
79e53945 10572/* Returns the clock of the currently programmed mode of the given pipe. */
f1f644dc 10573static void i9xx_crtc_clock_get(struct intel_crtc *crtc,
5cec258b 10574 struct intel_crtc_state *pipe_config)
79e53945 10575{
f1f644dc 10576 struct drm_device *dev = crtc->base.dev;
79e53945 10577 struct drm_i915_private *dev_priv = dev->dev_private;
f1f644dc 10578 int pipe = pipe_config->cpu_transcoder;
293623f7 10579 u32 dpll = pipe_config->dpll_hw_state.dpll;
79e53945
JB
10580 u32 fp;
10581 intel_clock_t clock;
dccbea3b 10582 int port_clock;
da4a1efa 10583 int refclk = i9xx_pll_refclk(dev, pipe_config);
79e53945
JB
10584
10585 if ((dpll & DISPLAY_RATE_SELECT_FPA1) == 0)
293623f7 10586 fp = pipe_config->dpll_hw_state.fp0;
79e53945 10587 else
293623f7 10588 fp = pipe_config->dpll_hw_state.fp1;
79e53945
JB
10589
10590 clock.m1 = (fp & FP_M1_DIV_MASK) >> FP_M1_DIV_SHIFT;
f2b115e6
AJ
10591 if (IS_PINEVIEW(dev)) {
10592 clock.n = ffs((fp & FP_N_PINEVIEW_DIV_MASK) >> FP_N_DIV_SHIFT) - 1;
10593 clock.m2 = (fp & FP_M2_PINEVIEW_DIV_MASK) >> FP_M2_DIV_SHIFT;
2177832f
SL
10594 } else {
10595 clock.n = (fp & FP_N_DIV_MASK) >> FP_N_DIV_SHIFT;
10596 clock.m2 = (fp & FP_M2_DIV_MASK) >> FP_M2_DIV_SHIFT;
10597 }
10598
a6c45cf0 10599 if (!IS_GEN2(dev)) {
f2b115e6
AJ
10600 if (IS_PINEVIEW(dev))
10601 clock.p1 = ffs((dpll & DPLL_FPA01_P1_POST_DIV_MASK_PINEVIEW) >>
10602 DPLL_FPA01_P1_POST_DIV_SHIFT_PINEVIEW);
2177832f
SL
10603 else
10604 clock.p1 = ffs((dpll & DPLL_FPA01_P1_POST_DIV_MASK) >>
79e53945
JB
10605 DPLL_FPA01_P1_POST_DIV_SHIFT);
10606
10607 switch (dpll & DPLL_MODE_MASK) {
10608 case DPLLB_MODE_DAC_SERIAL:
10609 clock.p2 = dpll & DPLL_DAC_SERIAL_P2_CLOCK_DIV_5 ?
10610 5 : 10;
10611 break;
10612 case DPLLB_MODE_LVDS:
10613 clock.p2 = dpll & DPLLB_LVDS_P2_CLOCK_DIV_7 ?
10614 7 : 14;
10615 break;
10616 default:
28c97730 10617 DRM_DEBUG_KMS("Unknown DPLL mode %08x in programmed "
79e53945 10618 "mode\n", (int)(dpll & DPLL_MODE_MASK));
f1f644dc 10619 return;
79e53945
JB
10620 }
10621
ac58c3f0 10622 if (IS_PINEVIEW(dev))
dccbea3b 10623 port_clock = pnv_calc_dpll_params(refclk, &clock);
ac58c3f0 10624 else
dccbea3b 10625 port_clock = i9xx_calc_dpll_params(refclk, &clock);
79e53945 10626 } else {
0fb58223 10627 u32 lvds = IS_I830(dev) ? 0 : I915_READ(LVDS);
b1c560d1 10628 bool is_lvds = (pipe == 1) && (lvds & LVDS_PORT_EN);
79e53945
JB
10629
10630 if (is_lvds) {
10631 clock.p1 = ffs((dpll & DPLL_FPA01_P1_POST_DIV_MASK_I830_LVDS) >>
10632 DPLL_FPA01_P1_POST_DIV_SHIFT);
b1c560d1
VS
10633
10634 if (lvds & LVDS_CLKB_POWER_UP)
10635 clock.p2 = 7;
10636 else
10637 clock.p2 = 14;
79e53945
JB
10638 } else {
10639 if (dpll & PLL_P1_DIVIDE_BY_TWO)
10640 clock.p1 = 2;
10641 else {
10642 clock.p1 = ((dpll & DPLL_FPA01_P1_POST_DIV_MASK_I830) >>
10643 DPLL_FPA01_P1_POST_DIV_SHIFT) + 2;
10644 }
10645 if (dpll & PLL_P2_DIVIDE_BY_4)
10646 clock.p2 = 4;
10647 else
10648 clock.p2 = 2;
79e53945 10649 }
da4a1efa 10650
dccbea3b 10651 port_clock = i9xx_calc_dpll_params(refclk, &clock);
79e53945
JB
10652 }
10653
18442d08
VS
10654 /*
10655 * This value includes pixel_multiplier. We will use
241bfc38 10656 * port_clock to compute adjusted_mode.crtc_clock in the
18442d08
VS
10657 * encoder's get_config() function.
10658 */
dccbea3b 10659 pipe_config->port_clock = port_clock;
f1f644dc
JB
10660}
10661
6878da05
VS
10662int intel_dotclock_calculate(int link_freq,
10663 const struct intel_link_m_n *m_n)
f1f644dc 10664{
f1f644dc
JB
10665 /*
10666 * The calculation for the data clock is:
1041a02f 10667 * pixel_clock = ((m/n)*(link_clock * nr_lanes))/bpp
f1f644dc 10668 * But we want to avoid losing precison if possible, so:
1041a02f 10669 * pixel_clock = ((m * link_clock * nr_lanes)/(n*bpp))
f1f644dc
JB
10670 *
10671 * and the link clock is simpler:
1041a02f 10672 * link_clock = (m * link_clock) / n
f1f644dc
JB
10673 */
10674
6878da05
VS
10675 if (!m_n->link_n)
10676 return 0;
f1f644dc 10677
6878da05
VS
10678 return div_u64((u64)m_n->link_m * link_freq, m_n->link_n);
10679}
f1f644dc 10680
18442d08 10681static void ironlake_pch_clock_get(struct intel_crtc *crtc,
5cec258b 10682 struct intel_crtc_state *pipe_config)
6878da05 10683{
e3b247da 10684 struct drm_i915_private *dev_priv = to_i915(crtc->base.dev);
79e53945 10685
18442d08
VS
10686 /* read out port_clock from the DPLL */
10687 i9xx_crtc_clock_get(crtc, pipe_config);
f1f644dc 10688
f1f644dc 10689 /*
e3b247da
VS
10690 * In case there is an active pipe without active ports,
10691 * we may need some idea for the dotclock anyway.
10692 * Calculate one based on the FDI configuration.
79e53945 10693 */
2d112de7 10694 pipe_config->base.adjusted_mode.crtc_clock =
21a727b3 10695 intel_dotclock_calculate(intel_fdi_link_freq(dev_priv, pipe_config),
18442d08 10696 &pipe_config->fdi_m_n);
79e53945
JB
10697}
10698
10699/** Returns the currently programmed mode of the given pipe. */
10700struct drm_display_mode *intel_crtc_mode_get(struct drm_device *dev,
10701 struct drm_crtc *crtc)
10702{
548f245b 10703 struct drm_i915_private *dev_priv = dev->dev_private;
79e53945 10704 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
6e3c9717 10705 enum transcoder cpu_transcoder = intel_crtc->config->cpu_transcoder;
79e53945 10706 struct drm_display_mode *mode;
3f36b937 10707 struct intel_crtc_state *pipe_config;
fe2b8f9d
PZ
10708 int htot = I915_READ(HTOTAL(cpu_transcoder));
10709 int hsync = I915_READ(HSYNC(cpu_transcoder));
10710 int vtot = I915_READ(VTOTAL(cpu_transcoder));
10711 int vsync = I915_READ(VSYNC(cpu_transcoder));
293623f7 10712 enum pipe pipe = intel_crtc->pipe;
79e53945
JB
10713
10714 mode = kzalloc(sizeof(*mode), GFP_KERNEL);
10715 if (!mode)
10716 return NULL;
10717
3f36b937
TU
10718 pipe_config = kzalloc(sizeof(*pipe_config), GFP_KERNEL);
10719 if (!pipe_config) {
10720 kfree(mode);
10721 return NULL;
10722 }
10723
f1f644dc
JB
10724 /*
10725 * Construct a pipe_config sufficient for getting the clock info
10726 * back out of crtc_clock_get.
10727 *
10728 * Note, if LVDS ever uses a non-1 pixel multiplier, we'll need
10729 * to use a real value here instead.
10730 */
3f36b937
TU
10731 pipe_config->cpu_transcoder = (enum transcoder) pipe;
10732 pipe_config->pixel_multiplier = 1;
10733 pipe_config->dpll_hw_state.dpll = I915_READ(DPLL(pipe));
10734 pipe_config->dpll_hw_state.fp0 = I915_READ(FP0(pipe));
10735 pipe_config->dpll_hw_state.fp1 = I915_READ(FP1(pipe));
10736 i9xx_crtc_clock_get(intel_crtc, pipe_config);
10737
10738 mode->clock = pipe_config->port_clock / pipe_config->pixel_multiplier;
79e53945
JB
10739 mode->hdisplay = (htot & 0xffff) + 1;
10740 mode->htotal = ((htot & 0xffff0000) >> 16) + 1;
10741 mode->hsync_start = (hsync & 0xffff) + 1;
10742 mode->hsync_end = ((hsync & 0xffff0000) >> 16) + 1;
10743 mode->vdisplay = (vtot & 0xffff) + 1;
10744 mode->vtotal = ((vtot & 0xffff0000) >> 16) + 1;
10745 mode->vsync_start = (vsync & 0xffff) + 1;
10746 mode->vsync_end = ((vsync & 0xffff0000) >> 16) + 1;
10747
10748 drm_mode_set_name(mode);
79e53945 10749
3f36b937
TU
10750 kfree(pipe_config);
10751
79e53945
JB
10752 return mode;
10753}
10754
f047e395
CW
10755void intel_mark_busy(struct drm_device *dev)
10756{
c67a470b
PZ
10757 struct drm_i915_private *dev_priv = dev->dev_private;
10758
f62a0076
CW
10759 if (dev_priv->mm.busy)
10760 return;
10761
43694d69 10762 intel_runtime_pm_get(dev_priv);
c67a470b 10763 i915_update_gfx_val(dev_priv);
43cf3bf0
CW
10764 if (INTEL_INFO(dev)->gen >= 6)
10765 gen6_rps_busy(dev_priv);
f62a0076 10766 dev_priv->mm.busy = true;
f047e395
CW
10767}
10768
10769void intel_mark_idle(struct drm_device *dev)
652c393a 10770{
c67a470b 10771 struct drm_i915_private *dev_priv = dev->dev_private;
652c393a 10772
f62a0076
CW
10773 if (!dev_priv->mm.busy)
10774 return;
10775
10776 dev_priv->mm.busy = false;
10777
3d13ef2e 10778 if (INTEL_INFO(dev)->gen >= 6)
b29c19b6 10779 gen6_rps_idle(dev->dev_private);
bb4cdd53 10780
43694d69 10781 intel_runtime_pm_put(dev_priv);
652c393a
JB
10782}
10783
79e53945
JB
10784static void intel_crtc_destroy(struct drm_crtc *crtc)
10785{
10786 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
67e77c5a
DV
10787 struct drm_device *dev = crtc->dev;
10788 struct intel_unpin_work *work;
67e77c5a 10789
5e2d7afc 10790 spin_lock_irq(&dev->event_lock);
67e77c5a
DV
10791 work = intel_crtc->unpin_work;
10792 intel_crtc->unpin_work = NULL;
5e2d7afc 10793 spin_unlock_irq(&dev->event_lock);
67e77c5a
DV
10794
10795 if (work) {
10796 cancel_work_sync(&work->work);
10797 kfree(work);
10798 }
79e53945
JB
10799
10800 drm_crtc_cleanup(crtc);
67e77c5a 10801
79e53945
JB
10802 kfree(intel_crtc);
10803}
10804
6b95a207
KH
10805static void intel_unpin_work_fn(struct work_struct *__work)
10806{
10807 struct intel_unpin_work *work =
10808 container_of(__work, struct intel_unpin_work, work);
a9ff8714
VS
10809 struct intel_crtc *crtc = to_intel_crtc(work->crtc);
10810 struct drm_device *dev = crtc->base.dev;
10811 struct drm_plane *primary = crtc->base.primary;
6b95a207 10812
b4a98e57 10813 mutex_lock(&dev->struct_mutex);
3465c580 10814 intel_unpin_fb_obj(work->old_fb, primary->state->rotation);
05394f39 10815 drm_gem_object_unreference(&work->pending_flip_obj->base);
d9e86c0e 10816
f06cc1b9 10817 if (work->flip_queued_req)
146d84f0 10818 i915_gem_request_assign(&work->flip_queued_req, NULL);
b4a98e57
CW
10819 mutex_unlock(&dev->struct_mutex);
10820
a9ff8714 10821 intel_frontbuffer_flip_complete(dev, to_intel_plane(primary)->frontbuffer_bit);
1eb52238 10822 intel_fbc_post_update(crtc);
89ed88ba 10823 drm_framebuffer_unreference(work->old_fb);
f99d7069 10824
a9ff8714
VS
10825 BUG_ON(atomic_read(&crtc->unpin_work_count) == 0);
10826 atomic_dec(&crtc->unpin_work_count);
b4a98e57 10827
6b95a207
KH
10828 kfree(work);
10829}
10830
1afe3e9d 10831static void do_intel_finish_page_flip(struct drm_device *dev,
49b14a5c 10832 struct drm_crtc *crtc)
6b95a207 10833{
6b95a207
KH
10834 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
10835 struct intel_unpin_work *work;
6b95a207
KH
10836 unsigned long flags;
10837
10838 /* Ignore early vblank irqs */
10839 if (intel_crtc == NULL)
10840 return;
10841
f326038a
DV
10842 /*
10843 * This is called both by irq handlers and the reset code (to complete
10844 * lost pageflips) so needs the full irqsave spinlocks.
10845 */
6b95a207
KH
10846 spin_lock_irqsave(&dev->event_lock, flags);
10847 work = intel_crtc->unpin_work;
e7d841ca
CW
10848
10849 /* Ensure we don't miss a work->pending update ... */
10850 smp_rmb();
10851
10852 if (work == NULL || atomic_read(&work->pending) < INTEL_FLIP_COMPLETE) {
6b95a207
KH
10853 spin_unlock_irqrestore(&dev->event_lock, flags);
10854 return;
10855 }
10856
d6bbafa1 10857 page_flip_completed(intel_crtc);
0af7e4df 10858
6b95a207 10859 spin_unlock_irqrestore(&dev->event_lock, flags);
6b95a207
KH
10860}
10861
1afe3e9d
JB
10862void intel_finish_page_flip(struct drm_device *dev, int pipe)
10863{
fbee40df 10864 struct drm_i915_private *dev_priv = dev->dev_private;
1afe3e9d
JB
10865 struct drm_crtc *crtc = dev_priv->pipe_to_crtc_mapping[pipe];
10866
49b14a5c 10867 do_intel_finish_page_flip(dev, crtc);
1afe3e9d
JB
10868}
10869
10870void intel_finish_page_flip_plane(struct drm_device *dev, int plane)
10871{
fbee40df 10872 struct drm_i915_private *dev_priv = dev->dev_private;
1afe3e9d
JB
10873 struct drm_crtc *crtc = dev_priv->plane_to_crtc_mapping[plane];
10874
49b14a5c 10875 do_intel_finish_page_flip(dev, crtc);
1afe3e9d
JB
10876}
10877
75f7f3ec
VS
10878/* Is 'a' after or equal to 'b'? */
10879static bool g4x_flip_count_after_eq(u32 a, u32 b)
10880{
10881 return !((a - b) & 0x80000000);
10882}
10883
10884static bool page_flip_finished(struct intel_crtc *crtc)
10885{
10886 struct drm_device *dev = crtc->base.dev;
10887 struct drm_i915_private *dev_priv = dev->dev_private;
c19ae989 10888 unsigned reset_counter;
75f7f3ec 10889
c19ae989 10890 reset_counter = i915_reset_counter(&dev_priv->gpu_error);
7f1847eb 10891 if (crtc->reset_counter != reset_counter)
bdfa7542
VS
10892 return true;
10893
75f7f3ec
VS
10894 /*
10895 * The relevant registers doen't exist on pre-ctg.
10896 * As the flip done interrupt doesn't trigger for mmio
10897 * flips on gmch platforms, a flip count check isn't
10898 * really needed there. But since ctg has the registers,
10899 * include it in the check anyway.
10900 */
10901 if (INTEL_INFO(dev)->gen < 5 && !IS_G4X(dev))
10902 return true;
10903
e8861675
ML
10904 /*
10905 * BDW signals flip done immediately if the plane
10906 * is disabled, even if the plane enable is already
10907 * armed to occur at the next vblank :(
10908 */
10909
75f7f3ec
VS
10910 /*
10911 * A DSPSURFLIVE check isn't enough in case the mmio and CS flips
10912 * used the same base address. In that case the mmio flip might
10913 * have completed, but the CS hasn't even executed the flip yet.
10914 *
10915 * A flip count check isn't enough as the CS might have updated
10916 * the base address just after start of vblank, but before we
10917 * managed to process the interrupt. This means we'd complete the
10918 * CS flip too soon.
10919 *
10920 * Combining both checks should get us a good enough result. It may
10921 * still happen that the CS flip has been executed, but has not
10922 * yet actually completed. But in case the base address is the same
10923 * anyway, we don't really care.
10924 */
10925 return (I915_READ(DSPSURFLIVE(crtc->plane)) & ~0xfff) ==
10926 crtc->unpin_work->gtt_offset &&
fd8f507c 10927 g4x_flip_count_after_eq(I915_READ(PIPE_FLIPCOUNT_G4X(crtc->pipe)),
75f7f3ec
VS
10928 crtc->unpin_work->flip_count);
10929}
10930
6b95a207
KH
10931void intel_prepare_page_flip(struct drm_device *dev, int plane)
10932{
fbee40df 10933 struct drm_i915_private *dev_priv = dev->dev_private;
6b95a207
KH
10934 struct intel_crtc *intel_crtc =
10935 to_intel_crtc(dev_priv->plane_to_crtc_mapping[plane]);
10936 unsigned long flags;
10937
f326038a
DV
10938
10939 /*
10940 * This is called both by irq handlers and the reset code (to complete
10941 * lost pageflips) so needs the full irqsave spinlocks.
10942 *
10943 * NB: An MMIO update of the plane base pointer will also
e7d841ca
CW
10944 * generate a page-flip completion irq, i.e. every modeset
10945 * is also accompanied by a spurious intel_prepare_page_flip().
10946 */
6b95a207 10947 spin_lock_irqsave(&dev->event_lock, flags);
75f7f3ec 10948 if (intel_crtc->unpin_work && page_flip_finished(intel_crtc))
e7d841ca 10949 atomic_inc_not_zero(&intel_crtc->unpin_work->pending);
6b95a207
KH
10950 spin_unlock_irqrestore(&dev->event_lock, flags);
10951}
10952
6042639c 10953static inline void intel_mark_page_flip_active(struct intel_unpin_work *work)
e7d841ca
CW
10954{
10955 /* Ensure that the work item is consistent when activating it ... */
10956 smp_wmb();
6042639c 10957 atomic_set(&work->pending, INTEL_FLIP_PENDING);
e7d841ca
CW
10958 /* and that it is marked active as soon as the irq could fire. */
10959 smp_wmb();
10960}
10961
8c9f3aaf
JB
10962static int intel_gen2_queue_flip(struct drm_device *dev,
10963 struct drm_crtc *crtc,
10964 struct drm_framebuffer *fb,
ed8d1975 10965 struct drm_i915_gem_object *obj,
6258fbe2 10966 struct drm_i915_gem_request *req,
ed8d1975 10967 uint32_t flags)
8c9f3aaf 10968{
4a570db5 10969 struct intel_engine_cs *engine = req->engine;
8c9f3aaf 10970 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
8c9f3aaf
JB
10971 u32 flip_mask;
10972 int ret;
10973
5fb9de1a 10974 ret = intel_ring_begin(req, 6);
8c9f3aaf 10975 if (ret)
4fa62c89 10976 return ret;
8c9f3aaf
JB
10977
10978 /* Can't queue multiple flips, so wait for the previous
10979 * one to finish before executing the next.
10980 */
10981 if (intel_crtc->plane)
10982 flip_mask = MI_WAIT_FOR_PLANE_B_FLIP;
10983 else
10984 flip_mask = MI_WAIT_FOR_PLANE_A_FLIP;
e2f80391
TU
10985 intel_ring_emit(engine, MI_WAIT_FOR_EVENT | flip_mask);
10986 intel_ring_emit(engine, MI_NOOP);
10987 intel_ring_emit(engine, MI_DISPLAY_FLIP |
6d90c952 10988 MI_DISPLAY_FLIP_PLANE(intel_crtc->plane));
e2f80391
TU
10989 intel_ring_emit(engine, fb->pitches[0]);
10990 intel_ring_emit(engine, intel_crtc->unpin_work->gtt_offset);
10991 intel_ring_emit(engine, 0); /* aux display base address, unused */
e7d841ca 10992
6042639c 10993 intel_mark_page_flip_active(intel_crtc->unpin_work);
83d4092b 10994 return 0;
8c9f3aaf
JB
10995}
10996
10997static int intel_gen3_queue_flip(struct drm_device *dev,
10998 struct drm_crtc *crtc,
10999 struct drm_framebuffer *fb,
ed8d1975 11000 struct drm_i915_gem_object *obj,
6258fbe2 11001 struct drm_i915_gem_request *req,
ed8d1975 11002 uint32_t flags)
8c9f3aaf 11003{
4a570db5 11004 struct intel_engine_cs *engine = req->engine;
8c9f3aaf 11005 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
8c9f3aaf
JB
11006 u32 flip_mask;
11007 int ret;
11008
5fb9de1a 11009 ret = intel_ring_begin(req, 6);
8c9f3aaf 11010 if (ret)
4fa62c89 11011 return ret;
8c9f3aaf
JB
11012
11013 if (intel_crtc->plane)
11014 flip_mask = MI_WAIT_FOR_PLANE_B_FLIP;
11015 else
11016 flip_mask = MI_WAIT_FOR_PLANE_A_FLIP;
e2f80391
TU
11017 intel_ring_emit(engine, MI_WAIT_FOR_EVENT | flip_mask);
11018 intel_ring_emit(engine, MI_NOOP);
11019 intel_ring_emit(engine, MI_DISPLAY_FLIP_I915 |
6d90c952 11020 MI_DISPLAY_FLIP_PLANE(intel_crtc->plane));
e2f80391
TU
11021 intel_ring_emit(engine, fb->pitches[0]);
11022 intel_ring_emit(engine, intel_crtc->unpin_work->gtt_offset);
11023 intel_ring_emit(engine, MI_NOOP);
6d90c952 11024
6042639c 11025 intel_mark_page_flip_active(intel_crtc->unpin_work);
83d4092b 11026 return 0;
8c9f3aaf
JB
11027}
11028
11029static int intel_gen4_queue_flip(struct drm_device *dev,
11030 struct drm_crtc *crtc,
11031 struct drm_framebuffer *fb,
ed8d1975 11032 struct drm_i915_gem_object *obj,
6258fbe2 11033 struct drm_i915_gem_request *req,
ed8d1975 11034 uint32_t flags)
8c9f3aaf 11035{
4a570db5 11036 struct intel_engine_cs *engine = req->engine;
8c9f3aaf
JB
11037 struct drm_i915_private *dev_priv = dev->dev_private;
11038 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
11039 uint32_t pf, pipesrc;
11040 int ret;
11041
5fb9de1a 11042 ret = intel_ring_begin(req, 4);
8c9f3aaf 11043 if (ret)
4fa62c89 11044 return ret;
8c9f3aaf
JB
11045
11046 /* i965+ uses the linear or tiled offsets from the
11047 * Display Registers (which do not change across a page-flip)
11048 * so we need only reprogram the base address.
11049 */
e2f80391 11050 intel_ring_emit(engine, MI_DISPLAY_FLIP |
6d90c952 11051 MI_DISPLAY_FLIP_PLANE(intel_crtc->plane));
e2f80391
TU
11052 intel_ring_emit(engine, fb->pitches[0]);
11053 intel_ring_emit(engine, intel_crtc->unpin_work->gtt_offset |
c2c75131 11054 obj->tiling_mode);
8c9f3aaf
JB
11055
11056 /* XXX Enabling the panel-fitter across page-flip is so far
11057 * untested on non-native modes, so ignore it for now.
11058 * pf = I915_READ(pipe == 0 ? PFA_CTL_1 : PFB_CTL_1) & PF_ENABLE;
11059 */
11060 pf = 0;
11061 pipesrc = I915_READ(PIPESRC(intel_crtc->pipe)) & 0x0fff0fff;
e2f80391 11062 intel_ring_emit(engine, pf | pipesrc);
e7d841ca 11063
6042639c 11064 intel_mark_page_flip_active(intel_crtc->unpin_work);
83d4092b 11065 return 0;
8c9f3aaf
JB
11066}
11067
11068static int intel_gen6_queue_flip(struct drm_device *dev,
11069 struct drm_crtc *crtc,
11070 struct drm_framebuffer *fb,
ed8d1975 11071 struct drm_i915_gem_object *obj,
6258fbe2 11072 struct drm_i915_gem_request *req,
ed8d1975 11073 uint32_t flags)
8c9f3aaf 11074{
4a570db5 11075 struct intel_engine_cs *engine = req->engine;
8c9f3aaf
JB
11076 struct drm_i915_private *dev_priv = dev->dev_private;
11077 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
11078 uint32_t pf, pipesrc;
11079 int ret;
11080
5fb9de1a 11081 ret = intel_ring_begin(req, 4);
8c9f3aaf 11082 if (ret)
4fa62c89 11083 return ret;
8c9f3aaf 11084
e2f80391 11085 intel_ring_emit(engine, MI_DISPLAY_FLIP |
6d90c952 11086 MI_DISPLAY_FLIP_PLANE(intel_crtc->plane));
e2f80391
TU
11087 intel_ring_emit(engine, fb->pitches[0] | obj->tiling_mode);
11088 intel_ring_emit(engine, intel_crtc->unpin_work->gtt_offset);
8c9f3aaf 11089
dc257cf1
DV
11090 /* Contrary to the suggestions in the documentation,
11091 * "Enable Panel Fitter" does not seem to be required when page
11092 * flipping with a non-native mode, and worse causes a normal
11093 * modeset to fail.
11094 * pf = I915_READ(PF_CTL(intel_crtc->pipe)) & PF_ENABLE;
11095 */
11096 pf = 0;
8c9f3aaf 11097 pipesrc = I915_READ(PIPESRC(intel_crtc->pipe)) & 0x0fff0fff;
e2f80391 11098 intel_ring_emit(engine, pf | pipesrc);
e7d841ca 11099
6042639c 11100 intel_mark_page_flip_active(intel_crtc->unpin_work);
83d4092b 11101 return 0;
8c9f3aaf
JB
11102}
11103
7c9017e5
JB
11104static int intel_gen7_queue_flip(struct drm_device *dev,
11105 struct drm_crtc *crtc,
11106 struct drm_framebuffer *fb,
ed8d1975 11107 struct drm_i915_gem_object *obj,
6258fbe2 11108 struct drm_i915_gem_request *req,
ed8d1975 11109 uint32_t flags)
7c9017e5 11110{
4a570db5 11111 struct intel_engine_cs *engine = req->engine;
7c9017e5 11112 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
cb05d8de 11113 uint32_t plane_bit = 0;
ffe74d75
CW
11114 int len, ret;
11115
eba905b2 11116 switch (intel_crtc->plane) {
cb05d8de
DV
11117 case PLANE_A:
11118 plane_bit = MI_DISPLAY_FLIP_IVB_PLANE_A;
11119 break;
11120 case PLANE_B:
11121 plane_bit = MI_DISPLAY_FLIP_IVB_PLANE_B;
11122 break;
11123 case PLANE_C:
11124 plane_bit = MI_DISPLAY_FLIP_IVB_PLANE_C;
11125 break;
11126 default:
11127 WARN_ONCE(1, "unknown plane in flip command\n");
4fa62c89 11128 return -ENODEV;
cb05d8de
DV
11129 }
11130
ffe74d75 11131 len = 4;
e2f80391 11132 if (engine->id == RCS) {
ffe74d75 11133 len += 6;
f476828a
DL
11134 /*
11135 * On Gen 8, SRM is now taking an extra dword to accommodate
11136 * 48bits addresses, and we need a NOOP for the batch size to
11137 * stay even.
11138 */
11139 if (IS_GEN8(dev))
11140 len += 2;
11141 }
ffe74d75 11142
f66fab8e
VS
11143 /*
11144 * BSpec MI_DISPLAY_FLIP for IVB:
11145 * "The full packet must be contained within the same cache line."
11146 *
11147 * Currently the LRI+SRM+MI_DISPLAY_FLIP all fit within the same
11148 * cacheline, if we ever start emitting more commands before
11149 * the MI_DISPLAY_FLIP we may need to first emit everything else,
11150 * then do the cacheline alignment, and finally emit the
11151 * MI_DISPLAY_FLIP.
11152 */
bba09b12 11153 ret = intel_ring_cacheline_align(req);
f66fab8e 11154 if (ret)
4fa62c89 11155 return ret;
f66fab8e 11156
5fb9de1a 11157 ret = intel_ring_begin(req, len);
7c9017e5 11158 if (ret)
4fa62c89 11159 return ret;
7c9017e5 11160
ffe74d75
CW
11161 /* Unmask the flip-done completion message. Note that the bspec says that
11162 * we should do this for both the BCS and RCS, and that we must not unmask
11163 * more than one flip event at any time (or ensure that one flip message
11164 * can be sent by waiting for flip-done prior to queueing new flips).
11165 * Experimentation says that BCS works despite DERRMR masking all
11166 * flip-done completion events and that unmasking all planes at once
11167 * for the RCS also doesn't appear to drop events. Setting the DERRMR
11168 * to zero does lead to lockups within MI_DISPLAY_FLIP.
11169 */
e2f80391
TU
11170 if (engine->id == RCS) {
11171 intel_ring_emit(engine, MI_LOAD_REGISTER_IMM(1));
11172 intel_ring_emit_reg(engine, DERRMR);
11173 intel_ring_emit(engine, ~(DERRMR_PIPEA_PRI_FLIP_DONE |
11174 DERRMR_PIPEB_PRI_FLIP_DONE |
11175 DERRMR_PIPEC_PRI_FLIP_DONE));
f476828a 11176 if (IS_GEN8(dev))
e2f80391 11177 intel_ring_emit(engine, MI_STORE_REGISTER_MEM_GEN8 |
f476828a
DL
11178 MI_SRM_LRM_GLOBAL_GTT);
11179 else
e2f80391 11180 intel_ring_emit(engine, MI_STORE_REGISTER_MEM |
f476828a 11181 MI_SRM_LRM_GLOBAL_GTT);
e2f80391
TU
11182 intel_ring_emit_reg(engine, DERRMR);
11183 intel_ring_emit(engine, engine->scratch.gtt_offset + 256);
f476828a 11184 if (IS_GEN8(dev)) {
e2f80391
TU
11185 intel_ring_emit(engine, 0);
11186 intel_ring_emit(engine, MI_NOOP);
f476828a 11187 }
ffe74d75
CW
11188 }
11189
e2f80391
TU
11190 intel_ring_emit(engine, MI_DISPLAY_FLIP_I915 | plane_bit);
11191 intel_ring_emit(engine, (fb->pitches[0] | obj->tiling_mode));
11192 intel_ring_emit(engine, intel_crtc->unpin_work->gtt_offset);
11193 intel_ring_emit(engine, (MI_NOOP));
e7d841ca 11194
6042639c 11195 intel_mark_page_flip_active(intel_crtc->unpin_work);
83d4092b 11196 return 0;
7c9017e5
JB
11197}
11198
0bc40be8 11199static bool use_mmio_flip(struct intel_engine_cs *engine,
84c33a64
SG
11200 struct drm_i915_gem_object *obj)
11201{
11202 /*
11203 * This is not being used for older platforms, because
11204 * non-availability of flip done interrupt forces us to use
11205 * CS flips. Older platforms derive flip done using some clever
11206 * tricks involving the flip_pending status bits and vblank irqs.
11207 * So using MMIO flips there would disrupt this mechanism.
11208 */
11209
0bc40be8 11210 if (engine == NULL)
8e09bf83
CW
11211 return true;
11212
0bc40be8 11213 if (INTEL_INFO(engine->dev)->gen < 5)
84c33a64
SG
11214 return false;
11215
11216 if (i915.use_mmio_flip < 0)
11217 return false;
11218 else if (i915.use_mmio_flip > 0)
11219 return true;
14bf993e
OM
11220 else if (i915.enable_execlists)
11221 return true;
fd8e058a
AG
11222 else if (obj->base.dma_buf &&
11223 !reservation_object_test_signaled_rcu(obj->base.dma_buf->resv,
11224 false))
11225 return true;
84c33a64 11226 else
666796da 11227 return engine != i915_gem_request_get_engine(obj->last_write_req);
84c33a64
SG
11228}
11229
6042639c 11230static void skl_do_mmio_flip(struct intel_crtc *intel_crtc,
86efe24a 11231 unsigned int rotation,
6042639c 11232 struct intel_unpin_work *work)
ff944564
DL
11233{
11234 struct drm_device *dev = intel_crtc->base.dev;
11235 struct drm_i915_private *dev_priv = dev->dev_private;
11236 struct drm_framebuffer *fb = intel_crtc->base.primary->fb;
ff944564 11237 const enum pipe pipe = intel_crtc->pipe;
86efe24a 11238 u32 ctl, stride, tile_height;
ff944564
DL
11239
11240 ctl = I915_READ(PLANE_CTL(pipe, 0));
11241 ctl &= ~PLANE_CTL_TILED_MASK;
2ebef630
TU
11242 switch (fb->modifier[0]) {
11243 case DRM_FORMAT_MOD_NONE:
11244 break;
11245 case I915_FORMAT_MOD_X_TILED:
ff944564 11246 ctl |= PLANE_CTL_TILED_X;
2ebef630
TU
11247 break;
11248 case I915_FORMAT_MOD_Y_TILED:
11249 ctl |= PLANE_CTL_TILED_Y;
11250 break;
11251 case I915_FORMAT_MOD_Yf_TILED:
11252 ctl |= PLANE_CTL_TILED_YF;
11253 break;
11254 default:
11255 MISSING_CASE(fb->modifier[0]);
11256 }
ff944564
DL
11257
11258 /*
11259 * The stride is either expressed as a multiple of 64 bytes chunks for
11260 * linear buffers or in number of tiles for tiled buffers.
11261 */
86efe24a
TU
11262 if (intel_rotation_90_or_270(rotation)) {
11263 /* stride = Surface height in tiles */
832be82f 11264 tile_height = intel_tile_height(dev_priv, fb->modifier[0], 0);
86efe24a
TU
11265 stride = DIV_ROUND_UP(fb->height, tile_height);
11266 } else {
11267 stride = fb->pitches[0] /
7b49f948
VS
11268 intel_fb_stride_alignment(dev_priv, fb->modifier[0],
11269 fb->pixel_format);
86efe24a 11270 }
ff944564
DL
11271
11272 /*
11273 * Both PLANE_CTL and PLANE_STRIDE are not updated on vblank but on
11274 * PLANE_SURF updates, the update is then guaranteed to be atomic.
11275 */
11276 I915_WRITE(PLANE_CTL(pipe, 0), ctl);
11277 I915_WRITE(PLANE_STRIDE(pipe, 0), stride);
11278
6042639c 11279 I915_WRITE(PLANE_SURF(pipe, 0), work->gtt_offset);
ff944564
DL
11280 POSTING_READ(PLANE_SURF(pipe, 0));
11281}
11282
6042639c
CW
11283static void ilk_do_mmio_flip(struct intel_crtc *intel_crtc,
11284 struct intel_unpin_work *work)
84c33a64
SG
11285{
11286 struct drm_device *dev = intel_crtc->base.dev;
11287 struct drm_i915_private *dev_priv = dev->dev_private;
11288 struct intel_framebuffer *intel_fb =
11289 to_intel_framebuffer(intel_crtc->base.primary->fb);
11290 struct drm_i915_gem_object *obj = intel_fb->obj;
f0f59a00 11291 i915_reg_t reg = DSPCNTR(intel_crtc->plane);
84c33a64 11292 u32 dspcntr;
84c33a64 11293
84c33a64
SG
11294 dspcntr = I915_READ(reg);
11295
c5d97472
DL
11296 if (obj->tiling_mode != I915_TILING_NONE)
11297 dspcntr |= DISPPLANE_TILED;
11298 else
11299 dspcntr &= ~DISPPLANE_TILED;
11300
84c33a64
SG
11301 I915_WRITE(reg, dspcntr);
11302
6042639c 11303 I915_WRITE(DSPSURF(intel_crtc->plane), work->gtt_offset);
84c33a64 11304 POSTING_READ(DSPSURF(intel_crtc->plane));
ff944564
DL
11305}
11306
11307/*
11308 * XXX: This is the temporary way to update the plane registers until we get
11309 * around to using the usual plane update functions for MMIO flips
11310 */
6042639c 11311static void intel_do_mmio_flip(struct intel_mmio_flip *mmio_flip)
ff944564 11312{
6042639c
CW
11313 struct intel_crtc *crtc = mmio_flip->crtc;
11314 struct intel_unpin_work *work;
11315
11316 spin_lock_irq(&crtc->base.dev->event_lock);
11317 work = crtc->unpin_work;
11318 spin_unlock_irq(&crtc->base.dev->event_lock);
11319 if (work == NULL)
11320 return;
ff944564 11321
6042639c 11322 intel_mark_page_flip_active(work);
ff944564 11323
6042639c 11324 intel_pipe_update_start(crtc);
ff944564 11325
6042639c 11326 if (INTEL_INFO(mmio_flip->i915)->gen >= 9)
86efe24a 11327 skl_do_mmio_flip(crtc, mmio_flip->rotation, work);
ff944564
DL
11328 else
11329 /* use_mmio_flip() retricts MMIO flips to ilk+ */
6042639c 11330 ilk_do_mmio_flip(crtc, work);
ff944564 11331
6042639c 11332 intel_pipe_update_end(crtc);
84c33a64
SG
11333}
11334
9362c7c5 11335static void intel_mmio_flip_work_func(struct work_struct *work)
84c33a64 11336{
b2cfe0ab
CW
11337 struct intel_mmio_flip *mmio_flip =
11338 container_of(work, struct intel_mmio_flip, work);
fd8e058a
AG
11339 struct intel_framebuffer *intel_fb =
11340 to_intel_framebuffer(mmio_flip->crtc->base.primary->fb);
11341 struct drm_i915_gem_object *obj = intel_fb->obj;
84c33a64 11342
6042639c 11343 if (mmio_flip->req) {
eed29a5b 11344 WARN_ON(__i915_wait_request(mmio_flip->req,
bcafc4e3
CW
11345 false, NULL,
11346 &mmio_flip->i915->rps.mmioflips));
6042639c
CW
11347 i915_gem_request_unreference__unlocked(mmio_flip->req);
11348 }
84c33a64 11349
fd8e058a
AG
11350 /* For framebuffer backed by dmabuf, wait for fence */
11351 if (obj->base.dma_buf)
11352 WARN_ON(reservation_object_wait_timeout_rcu(obj->base.dma_buf->resv,
11353 false, false,
11354 MAX_SCHEDULE_TIMEOUT) < 0);
11355
6042639c 11356 intel_do_mmio_flip(mmio_flip);
b2cfe0ab 11357 kfree(mmio_flip);
84c33a64
SG
11358}
11359
11360static int intel_queue_mmio_flip(struct drm_device *dev,
11361 struct drm_crtc *crtc,
86efe24a 11362 struct drm_i915_gem_object *obj)
84c33a64 11363{
b2cfe0ab
CW
11364 struct intel_mmio_flip *mmio_flip;
11365
11366 mmio_flip = kmalloc(sizeof(*mmio_flip), GFP_KERNEL);
11367 if (mmio_flip == NULL)
11368 return -ENOMEM;
84c33a64 11369
bcafc4e3 11370 mmio_flip->i915 = to_i915(dev);
eed29a5b 11371 mmio_flip->req = i915_gem_request_reference(obj->last_write_req);
b2cfe0ab 11372 mmio_flip->crtc = to_intel_crtc(crtc);
86efe24a 11373 mmio_flip->rotation = crtc->primary->state->rotation;
536f5b5e 11374
b2cfe0ab
CW
11375 INIT_WORK(&mmio_flip->work, intel_mmio_flip_work_func);
11376 schedule_work(&mmio_flip->work);
84c33a64 11377
84c33a64
SG
11378 return 0;
11379}
11380
8c9f3aaf
JB
11381static int intel_default_queue_flip(struct drm_device *dev,
11382 struct drm_crtc *crtc,
11383 struct drm_framebuffer *fb,
ed8d1975 11384 struct drm_i915_gem_object *obj,
6258fbe2 11385 struct drm_i915_gem_request *req,
ed8d1975 11386 uint32_t flags)
8c9f3aaf
JB
11387{
11388 return -ENODEV;
11389}
11390
d6bbafa1
CW
11391static bool __intel_pageflip_stall_check(struct drm_device *dev,
11392 struct drm_crtc *crtc)
11393{
11394 struct drm_i915_private *dev_priv = dev->dev_private;
11395 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
11396 struct intel_unpin_work *work = intel_crtc->unpin_work;
11397 u32 addr;
11398
11399 if (atomic_read(&work->pending) >= INTEL_FLIP_COMPLETE)
11400 return true;
11401
908565c2
CW
11402 if (atomic_read(&work->pending) < INTEL_FLIP_PENDING)
11403 return false;
11404
d6bbafa1
CW
11405 if (!work->enable_stall_check)
11406 return false;
11407
11408 if (work->flip_ready_vblank == 0) {
3a8a946e
DV
11409 if (work->flip_queued_req &&
11410 !i915_gem_request_completed(work->flip_queued_req, true))
d6bbafa1
CW
11411 return false;
11412
1e3feefd 11413 work->flip_ready_vblank = drm_crtc_vblank_count(crtc);
d6bbafa1
CW
11414 }
11415
1e3feefd 11416 if (drm_crtc_vblank_count(crtc) - work->flip_ready_vblank < 3)
d6bbafa1
CW
11417 return false;
11418
11419 /* Potential stall - if we see that the flip has happened,
11420 * assume a missed interrupt. */
11421 if (INTEL_INFO(dev)->gen >= 4)
11422 addr = I915_HI_DISPBASE(I915_READ(DSPSURF(intel_crtc->plane)));
11423 else
11424 addr = I915_READ(DSPADDR(intel_crtc->plane));
11425
11426 /* There is a potential issue here with a false positive after a flip
11427 * to the same address. We could address this by checking for a
11428 * non-incrementing frame counter.
11429 */
11430 return addr == work->gtt_offset;
11431}
11432
11433void intel_check_page_flip(struct drm_device *dev, int pipe)
11434{
11435 struct drm_i915_private *dev_priv = dev->dev_private;
11436 struct drm_crtc *crtc = dev_priv->pipe_to_crtc_mapping[pipe];
11437 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
6ad790c0 11438 struct intel_unpin_work *work;
f326038a 11439
6c51d46f 11440 WARN_ON(!in_interrupt());
d6bbafa1
CW
11441
11442 if (crtc == NULL)
11443 return;
11444
f326038a 11445 spin_lock(&dev->event_lock);
6ad790c0
CW
11446 work = intel_crtc->unpin_work;
11447 if (work != NULL && __intel_pageflip_stall_check(dev, crtc)) {
d6bbafa1 11448 WARN_ONCE(1, "Kicking stuck page flip: queued at %d, now %d\n",
6ad790c0 11449 work->flip_queued_vblank, drm_vblank_count(dev, pipe));
d6bbafa1 11450 page_flip_completed(intel_crtc);
6ad790c0 11451 work = NULL;
d6bbafa1 11452 }
6ad790c0
CW
11453 if (work != NULL &&
11454 drm_vblank_count(dev, pipe) - work->flip_queued_vblank > 1)
11455 intel_queue_rps_boost_for_request(dev, work->flip_queued_req);
f326038a 11456 spin_unlock(&dev->event_lock);
d6bbafa1
CW
11457}
11458
6b95a207
KH
11459static int intel_crtc_page_flip(struct drm_crtc *crtc,
11460 struct drm_framebuffer *fb,
ed8d1975
KP
11461 struct drm_pending_vblank_event *event,
11462 uint32_t page_flip_flags)
6b95a207
KH
11463{
11464 struct drm_device *dev = crtc->dev;
11465 struct drm_i915_private *dev_priv = dev->dev_private;
f4510a27 11466 struct drm_framebuffer *old_fb = crtc->primary->fb;
2ff8fde1 11467 struct drm_i915_gem_object *obj = intel_fb_obj(fb);
6b95a207 11468 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
455a6808 11469 struct drm_plane *primary = crtc->primary;
a071fa00 11470 enum pipe pipe = intel_crtc->pipe;
6b95a207 11471 struct intel_unpin_work *work;
e2f80391 11472 struct intel_engine_cs *engine;
cf5d8a46 11473 bool mmio_flip;
91af127f 11474 struct drm_i915_gem_request *request = NULL;
52e68630 11475 int ret;
6b95a207 11476
2ff8fde1
MR
11477 /*
11478 * drm_mode_page_flip_ioctl() should already catch this, but double
11479 * check to be safe. In the future we may enable pageflipping from
11480 * a disabled primary plane.
11481 */
11482 if (WARN_ON(intel_fb_obj(old_fb) == NULL))
11483 return -EBUSY;
11484
e6a595d2 11485 /* Can't change pixel format via MI display flips. */
f4510a27 11486 if (fb->pixel_format != crtc->primary->fb->pixel_format)
e6a595d2
VS
11487 return -EINVAL;
11488
11489 /*
11490 * TILEOFF/LINOFF registers can't be changed via MI display flips.
11491 * Note that pitch changes could also affect these register.
11492 */
11493 if (INTEL_INFO(dev)->gen > 3 &&
f4510a27
MR
11494 (fb->offsets[0] != crtc->primary->fb->offsets[0] ||
11495 fb->pitches[0] != crtc->primary->fb->pitches[0]))
e6a595d2
VS
11496 return -EINVAL;
11497
f900db47
CW
11498 if (i915_terminally_wedged(&dev_priv->gpu_error))
11499 goto out_hang;
11500
b14c5679 11501 work = kzalloc(sizeof(*work), GFP_KERNEL);
6b95a207
KH
11502 if (work == NULL)
11503 return -ENOMEM;
11504
6b95a207 11505 work->event = event;
b4a98e57 11506 work->crtc = crtc;
ab8d6675 11507 work->old_fb = old_fb;
6b95a207
KH
11508 INIT_WORK(&work->work, intel_unpin_work_fn);
11509
87b6b101 11510 ret = drm_crtc_vblank_get(crtc);
7317c75e
JB
11511 if (ret)
11512 goto free_work;
11513
6b95a207 11514 /* We borrow the event spin lock for protecting unpin_work */
5e2d7afc 11515 spin_lock_irq(&dev->event_lock);
6b95a207 11516 if (intel_crtc->unpin_work) {
d6bbafa1
CW
11517 /* Before declaring the flip queue wedged, check if
11518 * the hardware completed the operation behind our backs.
11519 */
11520 if (__intel_pageflip_stall_check(dev, crtc)) {
11521 DRM_DEBUG_DRIVER("flip queue: previous flip completed, continuing\n");
11522 page_flip_completed(intel_crtc);
11523 } else {
11524 DRM_DEBUG_DRIVER("flip queue: crtc already busy\n");
5e2d7afc 11525 spin_unlock_irq(&dev->event_lock);
468f0b44 11526
d6bbafa1
CW
11527 drm_crtc_vblank_put(crtc);
11528 kfree(work);
11529 return -EBUSY;
11530 }
6b95a207
KH
11531 }
11532 intel_crtc->unpin_work = work;
5e2d7afc 11533 spin_unlock_irq(&dev->event_lock);
6b95a207 11534
b4a98e57
CW
11535 if (atomic_read(&intel_crtc->unpin_work_count) >= 2)
11536 flush_workqueue(dev_priv->wq);
11537
75dfca80 11538 /* Reference the objects for the scheduled work. */
ab8d6675 11539 drm_framebuffer_reference(work->old_fb);
05394f39 11540 drm_gem_object_reference(&obj->base);
6b95a207 11541
f4510a27 11542 crtc->primary->fb = fb;
afd65eb4 11543 update_state_fb(crtc->primary);
e8216e50 11544 intel_fbc_pre_update(intel_crtc);
1ed1f968 11545
e1f99ce6 11546 work->pending_flip_obj = obj;
e1f99ce6 11547
89ed88ba
CW
11548 ret = i915_mutex_lock_interruptible(dev);
11549 if (ret)
11550 goto cleanup;
11551
c19ae989 11552 intel_crtc->reset_counter = i915_reset_counter(&dev_priv->gpu_error);
7f1847eb
CW
11553 if (__i915_reset_in_progress_or_wedged(intel_crtc->reset_counter)) {
11554 ret = -EIO;
11555 goto cleanup;
11556 }
11557
11558 atomic_inc(&intel_crtc->unpin_work_count);
e1f99ce6 11559
75f7f3ec 11560 if (INTEL_INFO(dev)->gen >= 5 || IS_G4X(dev))
fd8f507c 11561 work->flip_count = I915_READ(PIPE_FLIPCOUNT_G4X(pipe)) + 1;
75f7f3ec 11562
666a4537 11563 if (IS_VALLEYVIEW(dev) || IS_CHERRYVIEW(dev)) {
4a570db5 11564 engine = &dev_priv->engine[BCS];
ab8d6675 11565 if (obj->tiling_mode != intel_fb_obj(work->old_fb)->tiling_mode)
8e09bf83 11566 /* vlv: DISPLAY_FLIP fails to change tiling */
e2f80391 11567 engine = NULL;
48bf5b2d 11568 } else if (IS_IVYBRIDGE(dev) || IS_HASWELL(dev)) {
4a570db5 11569 engine = &dev_priv->engine[BCS];
4fa62c89 11570 } else if (INTEL_INFO(dev)->gen >= 7) {
666796da 11571 engine = i915_gem_request_get_engine(obj->last_write_req);
e2f80391 11572 if (engine == NULL || engine->id != RCS)
4a570db5 11573 engine = &dev_priv->engine[BCS];
4fa62c89 11574 } else {
4a570db5 11575 engine = &dev_priv->engine[RCS];
4fa62c89
VS
11576 }
11577
e2f80391 11578 mmio_flip = use_mmio_flip(engine, obj);
cf5d8a46
CW
11579
11580 /* When using CS flips, we want to emit semaphores between rings.
11581 * However, when using mmio flips we will create a task to do the
11582 * synchronisation, so all we want here is to pin the framebuffer
11583 * into the display plane and skip any waits.
11584 */
7580d774 11585 if (!mmio_flip) {
e2f80391 11586 ret = i915_gem_object_sync(obj, engine, &request);
7580d774
ML
11587 if (ret)
11588 goto cleanup_pending;
11589 }
11590
3465c580 11591 ret = intel_pin_and_fence_fb_obj(fb, primary->state->rotation);
8c9f3aaf
JB
11592 if (ret)
11593 goto cleanup_pending;
6b95a207 11594
dedf278c
TU
11595 work->gtt_offset = intel_plane_obj_offset(to_intel_plane(primary),
11596 obj, 0);
11597 work->gtt_offset += intel_crtc->dspaddr_offset;
4fa62c89 11598
cf5d8a46 11599 if (mmio_flip) {
86efe24a 11600 ret = intel_queue_mmio_flip(dev, crtc, obj);
d6bbafa1
CW
11601 if (ret)
11602 goto cleanup_unpin;
11603
f06cc1b9
JH
11604 i915_gem_request_assign(&work->flip_queued_req,
11605 obj->last_write_req);
d6bbafa1 11606 } else {
6258fbe2 11607 if (!request) {
e2f80391 11608 request = i915_gem_request_alloc(engine, NULL);
26827088
DG
11609 if (IS_ERR(request)) {
11610 ret = PTR_ERR(request);
6258fbe2 11611 goto cleanup_unpin;
26827088 11612 }
6258fbe2
JH
11613 }
11614
11615 ret = dev_priv->display.queue_flip(dev, crtc, fb, obj, request,
d6bbafa1
CW
11616 page_flip_flags);
11617 if (ret)
11618 goto cleanup_unpin;
11619
6258fbe2 11620 i915_gem_request_assign(&work->flip_queued_req, request);
d6bbafa1
CW
11621 }
11622
91af127f 11623 if (request)
75289874 11624 i915_add_request_no_flush(request);
91af127f 11625
1e3feefd 11626 work->flip_queued_vblank = drm_crtc_vblank_count(crtc);
d6bbafa1 11627 work->enable_stall_check = true;
4fa62c89 11628
ab8d6675 11629 i915_gem_track_fb(intel_fb_obj(work->old_fb), obj,
a9ff8714 11630 to_intel_plane(primary)->frontbuffer_bit);
c80ac854 11631 mutex_unlock(&dev->struct_mutex);
a071fa00 11632
a9ff8714
VS
11633 intel_frontbuffer_flip_prepare(dev,
11634 to_intel_plane(primary)->frontbuffer_bit);
6b95a207 11635
e5510fac
JB
11636 trace_i915_flip_request(intel_crtc->plane, obj);
11637
6b95a207 11638 return 0;
96b099fd 11639
4fa62c89 11640cleanup_unpin:
3465c580 11641 intel_unpin_fb_obj(fb, crtc->primary->state->rotation);
8c9f3aaf 11642cleanup_pending:
0aa498d5 11643 if (!IS_ERR_OR_NULL(request))
aa9b7810 11644 i915_add_request_no_flush(request);
b4a98e57 11645 atomic_dec(&intel_crtc->unpin_work_count);
89ed88ba
CW
11646 mutex_unlock(&dev->struct_mutex);
11647cleanup:
f4510a27 11648 crtc->primary->fb = old_fb;
afd65eb4 11649 update_state_fb(crtc->primary);
89ed88ba
CW
11650
11651 drm_gem_object_unreference_unlocked(&obj->base);
ab8d6675 11652 drm_framebuffer_unreference(work->old_fb);
96b099fd 11653
5e2d7afc 11654 spin_lock_irq(&dev->event_lock);
96b099fd 11655 intel_crtc->unpin_work = NULL;
5e2d7afc 11656 spin_unlock_irq(&dev->event_lock);
96b099fd 11657
87b6b101 11658 drm_crtc_vblank_put(crtc);
7317c75e 11659free_work:
96b099fd
CW
11660 kfree(work);
11661
f900db47 11662 if (ret == -EIO) {
02e0efb5
ML
11663 struct drm_atomic_state *state;
11664 struct drm_plane_state *plane_state;
11665
f900db47 11666out_hang:
02e0efb5
ML
11667 state = drm_atomic_state_alloc(dev);
11668 if (!state)
11669 return -ENOMEM;
11670 state->acquire_ctx = drm_modeset_legacy_acquire_ctx(crtc);
11671
11672retry:
11673 plane_state = drm_atomic_get_plane_state(state, primary);
11674 ret = PTR_ERR_OR_ZERO(plane_state);
11675 if (!ret) {
11676 drm_atomic_set_fb_for_plane(plane_state, fb);
11677
11678 ret = drm_atomic_set_crtc_for_plane(plane_state, crtc);
11679 if (!ret)
11680 ret = drm_atomic_commit(state);
11681 }
11682
11683 if (ret == -EDEADLK) {
11684 drm_modeset_backoff(state->acquire_ctx);
11685 drm_atomic_state_clear(state);
11686 goto retry;
11687 }
11688
11689 if (ret)
11690 drm_atomic_state_free(state);
11691
f0d3dad3 11692 if (ret == 0 && event) {
5e2d7afc 11693 spin_lock_irq(&dev->event_lock);
560ce1dc 11694 drm_crtc_send_vblank_event(crtc, event);
5e2d7afc 11695 spin_unlock_irq(&dev->event_lock);
f0d3dad3 11696 }
f900db47 11697 }
96b099fd 11698 return ret;
6b95a207
KH
11699}
11700
da20eabd
ML
11701
11702/**
11703 * intel_wm_need_update - Check whether watermarks need updating
11704 * @plane: drm plane
11705 * @state: new plane state
11706 *
11707 * Check current plane state versus the new one to determine whether
11708 * watermarks need to be recalculated.
11709 *
11710 * Returns true or false.
11711 */
11712static bool intel_wm_need_update(struct drm_plane *plane,
11713 struct drm_plane_state *state)
11714{
d21fbe87
MR
11715 struct intel_plane_state *new = to_intel_plane_state(state);
11716 struct intel_plane_state *cur = to_intel_plane_state(plane->state);
11717
11718 /* Update watermarks on tiling or size changes. */
92826fcd
ML
11719 if (new->visible != cur->visible)
11720 return true;
11721
11722 if (!cur->base.fb || !new->base.fb)
11723 return false;
11724
11725 if (cur->base.fb->modifier[0] != new->base.fb->modifier[0] ||
11726 cur->base.rotation != new->base.rotation ||
d21fbe87
MR
11727 drm_rect_width(&new->src) != drm_rect_width(&cur->src) ||
11728 drm_rect_height(&new->src) != drm_rect_height(&cur->src) ||
11729 drm_rect_width(&new->dst) != drm_rect_width(&cur->dst) ||
11730 drm_rect_height(&new->dst) != drm_rect_height(&cur->dst))
2791a16c 11731 return true;
7809e5ae 11732
2791a16c 11733 return false;
7809e5ae
MR
11734}
11735
d21fbe87
MR
11736static bool needs_scaling(struct intel_plane_state *state)
11737{
11738 int src_w = drm_rect_width(&state->src) >> 16;
11739 int src_h = drm_rect_height(&state->src) >> 16;
11740 int dst_w = drm_rect_width(&state->dst);
11741 int dst_h = drm_rect_height(&state->dst);
11742
11743 return (src_w != dst_w || src_h != dst_h);
11744}
11745
da20eabd
ML
11746int intel_plane_atomic_calc_changes(struct drm_crtc_state *crtc_state,
11747 struct drm_plane_state *plane_state)
11748{
ab1d3a0e 11749 struct intel_crtc_state *pipe_config = to_intel_crtc_state(crtc_state);
da20eabd
ML
11750 struct drm_crtc *crtc = crtc_state->crtc;
11751 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
11752 struct drm_plane *plane = plane_state->plane;
11753 struct drm_device *dev = crtc->dev;
ed4a6a7c 11754 struct drm_i915_private *dev_priv = to_i915(dev);
da20eabd
ML
11755 struct intel_plane_state *old_plane_state =
11756 to_intel_plane_state(plane->state);
11757 int idx = intel_crtc->base.base.id, ret;
da20eabd
ML
11758 bool mode_changed = needs_modeset(crtc_state);
11759 bool was_crtc_enabled = crtc->state->active;
11760 bool is_crtc_enabled = crtc_state->active;
da20eabd
ML
11761 bool turn_off, turn_on, visible, was_visible;
11762 struct drm_framebuffer *fb = plane_state->fb;
11763
11764 if (crtc_state && INTEL_INFO(dev)->gen >= 9 &&
11765 plane->type != DRM_PLANE_TYPE_CURSOR) {
11766 ret = skl_update_scaler_plane(
11767 to_intel_crtc_state(crtc_state),
11768 to_intel_plane_state(plane_state));
11769 if (ret)
11770 return ret;
11771 }
11772
da20eabd
ML
11773 was_visible = old_plane_state->visible;
11774 visible = to_intel_plane_state(plane_state)->visible;
11775
11776 if (!was_crtc_enabled && WARN_ON(was_visible))
11777 was_visible = false;
11778
35c08f43
ML
11779 /*
11780 * Visibility is calculated as if the crtc was on, but
11781 * after scaler setup everything depends on it being off
11782 * when the crtc isn't active.
11783 */
11784 if (!is_crtc_enabled)
11785 to_intel_plane_state(plane_state)->visible = visible = false;
da20eabd
ML
11786
11787 if (!was_visible && !visible)
11788 return 0;
11789
e8861675
ML
11790 if (fb != old_plane_state->base.fb)
11791 pipe_config->fb_changed = true;
11792
da20eabd
ML
11793 turn_off = was_visible && (!visible || mode_changed);
11794 turn_on = visible && (!was_visible || mode_changed);
11795
11796 DRM_DEBUG_ATOMIC("[CRTC:%i] has [PLANE:%i] with fb %i\n", idx,
11797 plane->base.id, fb ? fb->base.id : -1);
11798
11799 DRM_DEBUG_ATOMIC("[PLANE:%i] visible %i -> %i, off %i, on %i, ms %i\n",
11800 plane->base.id, was_visible, visible,
11801 turn_off, turn_on, mode_changed);
11802
caed361d
VS
11803 if (turn_on) {
11804 pipe_config->update_wm_pre = true;
11805
11806 /* must disable cxsr around plane enable/disable */
11807 if (plane->type != DRM_PLANE_TYPE_CURSOR)
11808 pipe_config->disable_cxsr = true;
11809 } else if (turn_off) {
11810 pipe_config->update_wm_post = true;
92826fcd 11811
852eb00d 11812 /* must disable cxsr around plane enable/disable */
e8861675 11813 if (plane->type != DRM_PLANE_TYPE_CURSOR)
ab1d3a0e 11814 pipe_config->disable_cxsr = true;
852eb00d 11815 } else if (intel_wm_need_update(plane, plane_state)) {
caed361d
VS
11816 /* FIXME bollocks */
11817 pipe_config->update_wm_pre = true;
11818 pipe_config->update_wm_post = true;
852eb00d 11819 }
da20eabd 11820
ed4a6a7c 11821 /* Pre-gen9 platforms need two-step watermark updates */
caed361d
VS
11822 if ((pipe_config->update_wm_pre || pipe_config->update_wm_post) &&
11823 INTEL_INFO(dev)->gen < 9 && dev_priv->display.optimize_watermarks)
ed4a6a7c
MR
11824 to_intel_crtc_state(crtc_state)->wm.need_postvbl_update = true;
11825
8be6ca85 11826 if (visible || was_visible)
cd202f69 11827 pipe_config->fb_bits |= to_intel_plane(plane)->frontbuffer_bit;
a9ff8714 11828
31ae71fc
ML
11829 /*
11830 * WaCxSRDisabledForSpriteScaling:ivb
11831 *
11832 * cstate->update_wm was already set above, so this flag will
11833 * take effect when we commit and program watermarks.
11834 */
11835 if (plane->type == DRM_PLANE_TYPE_OVERLAY && IS_IVYBRIDGE(dev) &&
11836 needs_scaling(to_intel_plane_state(plane_state)) &&
11837 !needs_scaling(old_plane_state))
11838 pipe_config->disable_lp_wm = true;
d21fbe87 11839
da20eabd
ML
11840 return 0;
11841}
11842
6d3a1ce7
ML
11843static bool encoders_cloneable(const struct intel_encoder *a,
11844 const struct intel_encoder *b)
11845{
11846 /* masks could be asymmetric, so check both ways */
11847 return a == b || (a->cloneable & (1 << b->type) &&
11848 b->cloneable & (1 << a->type));
11849}
11850
11851static bool check_single_encoder_cloning(struct drm_atomic_state *state,
11852 struct intel_crtc *crtc,
11853 struct intel_encoder *encoder)
11854{
11855 struct intel_encoder *source_encoder;
11856 struct drm_connector *connector;
11857 struct drm_connector_state *connector_state;
11858 int i;
11859
11860 for_each_connector_in_state(state, connector, connector_state, i) {
11861 if (connector_state->crtc != &crtc->base)
11862 continue;
11863
11864 source_encoder =
11865 to_intel_encoder(connector_state->best_encoder);
11866 if (!encoders_cloneable(encoder, source_encoder))
11867 return false;
11868 }
11869
11870 return true;
11871}
11872
11873static bool check_encoder_cloning(struct drm_atomic_state *state,
11874 struct intel_crtc *crtc)
11875{
11876 struct intel_encoder *encoder;
11877 struct drm_connector *connector;
11878 struct drm_connector_state *connector_state;
11879 int i;
11880
11881 for_each_connector_in_state(state, connector, connector_state, i) {
11882 if (connector_state->crtc != &crtc->base)
11883 continue;
11884
11885 encoder = to_intel_encoder(connector_state->best_encoder);
11886 if (!check_single_encoder_cloning(state, crtc, encoder))
11887 return false;
11888 }
11889
11890 return true;
11891}
11892
11893static int intel_crtc_atomic_check(struct drm_crtc *crtc,
11894 struct drm_crtc_state *crtc_state)
11895{
cf5a15be 11896 struct drm_device *dev = crtc->dev;
ad421372 11897 struct drm_i915_private *dev_priv = dev->dev_private;
6d3a1ce7 11898 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
cf5a15be
ML
11899 struct intel_crtc_state *pipe_config =
11900 to_intel_crtc_state(crtc_state);
6d3a1ce7 11901 struct drm_atomic_state *state = crtc_state->state;
4d20cd86 11902 int ret;
6d3a1ce7
ML
11903 bool mode_changed = needs_modeset(crtc_state);
11904
11905 if (mode_changed && !check_encoder_cloning(state, intel_crtc)) {
11906 DRM_DEBUG_KMS("rejecting invalid cloning configuration\n");
11907 return -EINVAL;
11908 }
11909
852eb00d 11910 if (mode_changed && !crtc_state->active)
caed361d 11911 pipe_config->update_wm_post = true;
eddfcbcd 11912
ad421372
ML
11913 if (mode_changed && crtc_state->enable &&
11914 dev_priv->display.crtc_compute_clock &&
8106ddbd 11915 !WARN_ON(pipe_config->shared_dpll)) {
ad421372
ML
11916 ret = dev_priv->display.crtc_compute_clock(intel_crtc,
11917 pipe_config);
11918 if (ret)
11919 return ret;
11920 }
11921
82cf435b
LL
11922 if (crtc_state->color_mgmt_changed) {
11923 ret = intel_color_check(crtc, crtc_state);
11924 if (ret)
11925 return ret;
11926 }
11927
e435d6e5 11928 ret = 0;
86c8bbbe 11929 if (dev_priv->display.compute_pipe_wm) {
e3bddded 11930 ret = dev_priv->display.compute_pipe_wm(pipe_config);
ed4a6a7c
MR
11931 if (ret) {
11932 DRM_DEBUG_KMS("Target pipe watermarks are invalid\n");
11933 return ret;
11934 }
11935 }
11936
11937 if (dev_priv->display.compute_intermediate_wm &&
11938 !to_intel_atomic_state(state)->skip_intermediate_wm) {
11939 if (WARN_ON(!dev_priv->display.compute_pipe_wm))
11940 return 0;
11941
11942 /*
11943 * Calculate 'intermediate' watermarks that satisfy both the
11944 * old state and the new state. We can program these
11945 * immediately.
11946 */
11947 ret = dev_priv->display.compute_intermediate_wm(crtc->dev,
11948 intel_crtc,
11949 pipe_config);
11950 if (ret) {
11951 DRM_DEBUG_KMS("No valid intermediate pipe watermarks are possible\n");
86c8bbbe 11952 return ret;
ed4a6a7c 11953 }
86c8bbbe
MR
11954 }
11955
e435d6e5
ML
11956 if (INTEL_INFO(dev)->gen >= 9) {
11957 if (mode_changed)
11958 ret = skl_update_scaler_crtc(pipe_config);
11959
11960 if (!ret)
11961 ret = intel_atomic_setup_scalers(dev, intel_crtc,
11962 pipe_config);
11963 }
11964
11965 return ret;
6d3a1ce7
ML
11966}
11967
65b38e0d 11968static const struct drm_crtc_helper_funcs intel_helper_funcs = {
f6e5b160 11969 .mode_set_base_atomic = intel_pipe_set_base_atomic,
ea2c67bb
MR
11970 .atomic_begin = intel_begin_crtc_commit,
11971 .atomic_flush = intel_finish_crtc_commit,
6d3a1ce7 11972 .atomic_check = intel_crtc_atomic_check,
f6e5b160
CW
11973};
11974
d29b2f9d
ACO
11975static void intel_modeset_update_connector_atomic_state(struct drm_device *dev)
11976{
11977 struct intel_connector *connector;
11978
11979 for_each_intel_connector(dev, connector) {
11980 if (connector->base.encoder) {
11981 connector->base.state->best_encoder =
11982 connector->base.encoder;
11983 connector->base.state->crtc =
11984 connector->base.encoder->crtc;
11985 } else {
11986 connector->base.state->best_encoder = NULL;
11987 connector->base.state->crtc = NULL;
11988 }
11989 }
11990}
11991
050f7aeb 11992static void
eba905b2 11993connected_sink_compute_bpp(struct intel_connector *connector,
5cec258b 11994 struct intel_crtc_state *pipe_config)
050f7aeb
DV
11995{
11996 int bpp = pipe_config->pipe_bpp;
11997
11998 DRM_DEBUG_KMS("[CONNECTOR:%d:%s] checking for sink bpp constrains\n",
11999 connector->base.base.id,
c23cc417 12000 connector->base.name);
050f7aeb
DV
12001
12002 /* Don't use an invalid EDID bpc value */
12003 if (connector->base.display_info.bpc &&
12004 connector->base.display_info.bpc * 3 < bpp) {
12005 DRM_DEBUG_KMS("clamping display bpp (was %d) to EDID reported max of %d\n",
12006 bpp, connector->base.display_info.bpc*3);
12007 pipe_config->pipe_bpp = connector->base.display_info.bpc*3;
12008 }
12009
013dd9e0
JN
12010 /* Clamp bpp to default limit on screens without EDID 1.4 */
12011 if (connector->base.display_info.bpc == 0) {
12012 int type = connector->base.connector_type;
12013 int clamp_bpp = 24;
12014
12015 /* Fall back to 18 bpp when DP sink capability is unknown. */
12016 if (type == DRM_MODE_CONNECTOR_DisplayPort ||
12017 type == DRM_MODE_CONNECTOR_eDP)
12018 clamp_bpp = 18;
12019
12020 if (bpp > clamp_bpp) {
12021 DRM_DEBUG_KMS("clamping display bpp (was %d) to default limit of %d\n",
12022 bpp, clamp_bpp);
12023 pipe_config->pipe_bpp = clamp_bpp;
12024 }
050f7aeb
DV
12025 }
12026}
12027
4e53c2e0 12028static int
050f7aeb 12029compute_baseline_pipe_bpp(struct intel_crtc *crtc,
5cec258b 12030 struct intel_crtc_state *pipe_config)
4e53c2e0 12031{
050f7aeb 12032 struct drm_device *dev = crtc->base.dev;
1486017f 12033 struct drm_atomic_state *state;
da3ced29
ACO
12034 struct drm_connector *connector;
12035 struct drm_connector_state *connector_state;
1486017f 12036 int bpp, i;
4e53c2e0 12037
666a4537 12038 if ((IS_G4X(dev) || IS_VALLEYVIEW(dev) || IS_CHERRYVIEW(dev)))
4e53c2e0 12039 bpp = 10*3;
d328c9d7
DV
12040 else if (INTEL_INFO(dev)->gen >= 5)
12041 bpp = 12*3;
12042 else
12043 bpp = 8*3;
12044
4e53c2e0 12045
4e53c2e0
DV
12046 pipe_config->pipe_bpp = bpp;
12047
1486017f
ACO
12048 state = pipe_config->base.state;
12049
4e53c2e0 12050 /* Clamp display bpp to EDID value */
da3ced29
ACO
12051 for_each_connector_in_state(state, connector, connector_state, i) {
12052 if (connector_state->crtc != &crtc->base)
4e53c2e0
DV
12053 continue;
12054
da3ced29
ACO
12055 connected_sink_compute_bpp(to_intel_connector(connector),
12056 pipe_config);
4e53c2e0
DV
12057 }
12058
12059 return bpp;
12060}
12061
644db711
DV
12062static void intel_dump_crtc_timings(const struct drm_display_mode *mode)
12063{
12064 DRM_DEBUG_KMS("crtc timings: %d %d %d %d %d %d %d %d %d, "
12065 "type: 0x%x flags: 0x%x\n",
1342830c 12066 mode->crtc_clock,
644db711
DV
12067 mode->crtc_hdisplay, mode->crtc_hsync_start,
12068 mode->crtc_hsync_end, mode->crtc_htotal,
12069 mode->crtc_vdisplay, mode->crtc_vsync_start,
12070 mode->crtc_vsync_end, mode->crtc_vtotal, mode->type, mode->flags);
12071}
12072
c0b03411 12073static void intel_dump_pipe_config(struct intel_crtc *crtc,
5cec258b 12074 struct intel_crtc_state *pipe_config,
c0b03411
DV
12075 const char *context)
12076{
6a60cd87
CK
12077 struct drm_device *dev = crtc->base.dev;
12078 struct drm_plane *plane;
12079 struct intel_plane *intel_plane;
12080 struct intel_plane_state *state;
12081 struct drm_framebuffer *fb;
12082
12083 DRM_DEBUG_KMS("[CRTC:%d]%s config %p for pipe %c\n", crtc->base.base.id,
12084 context, pipe_config, pipe_name(crtc->pipe));
c0b03411 12085
da205630 12086 DRM_DEBUG_KMS("cpu_transcoder: %s\n", transcoder_name(pipe_config->cpu_transcoder));
c0b03411
DV
12087 DRM_DEBUG_KMS("pipe bpp: %i, dithering: %i\n",
12088 pipe_config->pipe_bpp, pipe_config->dither);
12089 DRM_DEBUG_KMS("fdi/pch: %i, lanes: %i, gmch_m: %u, gmch_n: %u, link_m: %u, link_n: %u, tu: %u\n",
12090 pipe_config->has_pch_encoder,
12091 pipe_config->fdi_lanes,
12092 pipe_config->fdi_m_n.gmch_m, pipe_config->fdi_m_n.gmch_n,
12093 pipe_config->fdi_m_n.link_m, pipe_config->fdi_m_n.link_n,
12094 pipe_config->fdi_m_n.tu);
90a6b7b0 12095 DRM_DEBUG_KMS("dp: %i, lanes: %i, gmch_m: %u, gmch_n: %u, link_m: %u, link_n: %u, tu: %u\n",
eb14cb74 12096 pipe_config->has_dp_encoder,
90a6b7b0 12097 pipe_config->lane_count,
eb14cb74
VS
12098 pipe_config->dp_m_n.gmch_m, pipe_config->dp_m_n.gmch_n,
12099 pipe_config->dp_m_n.link_m, pipe_config->dp_m_n.link_n,
12100 pipe_config->dp_m_n.tu);
b95af8be 12101
90a6b7b0 12102 DRM_DEBUG_KMS("dp: %i, lanes: %i, gmch_m2: %u, gmch_n2: %u, link_m2: %u, link_n2: %u, tu2: %u\n",
b95af8be 12103 pipe_config->has_dp_encoder,
90a6b7b0 12104 pipe_config->lane_count,
b95af8be
VK
12105 pipe_config->dp_m2_n2.gmch_m,
12106 pipe_config->dp_m2_n2.gmch_n,
12107 pipe_config->dp_m2_n2.link_m,
12108 pipe_config->dp_m2_n2.link_n,
12109 pipe_config->dp_m2_n2.tu);
12110
55072d19
DV
12111 DRM_DEBUG_KMS("audio: %i, infoframes: %i\n",
12112 pipe_config->has_audio,
12113 pipe_config->has_infoframe);
12114
c0b03411 12115 DRM_DEBUG_KMS("requested mode:\n");
2d112de7 12116 drm_mode_debug_printmodeline(&pipe_config->base.mode);
c0b03411 12117 DRM_DEBUG_KMS("adjusted mode:\n");
2d112de7
ACO
12118 drm_mode_debug_printmodeline(&pipe_config->base.adjusted_mode);
12119 intel_dump_crtc_timings(&pipe_config->base.adjusted_mode);
d71b8d4a 12120 DRM_DEBUG_KMS("port clock: %d\n", pipe_config->port_clock);
37327abd
VS
12121 DRM_DEBUG_KMS("pipe src size: %dx%d\n",
12122 pipe_config->pipe_src_w, pipe_config->pipe_src_h);
0ec463d3
TU
12123 DRM_DEBUG_KMS("num_scalers: %d, scaler_users: 0x%x, scaler_id: %d\n",
12124 crtc->num_scalers,
12125 pipe_config->scaler_state.scaler_users,
12126 pipe_config->scaler_state.scaler_id);
c0b03411
DV
12127 DRM_DEBUG_KMS("gmch pfit: control: 0x%08x, ratios: 0x%08x, lvds border: 0x%08x\n",
12128 pipe_config->gmch_pfit.control,
12129 pipe_config->gmch_pfit.pgm_ratios,
12130 pipe_config->gmch_pfit.lvds_border_bits);
fd4daa9c 12131 DRM_DEBUG_KMS("pch pfit: pos: 0x%08x, size: 0x%08x, %s\n",
c0b03411 12132 pipe_config->pch_pfit.pos,
fd4daa9c
CW
12133 pipe_config->pch_pfit.size,
12134 pipe_config->pch_pfit.enabled ? "enabled" : "disabled");
42db64ef 12135 DRM_DEBUG_KMS("ips: %i\n", pipe_config->ips_enabled);
cf532bb2 12136 DRM_DEBUG_KMS("double wide: %i\n", pipe_config->double_wide);
6a60cd87 12137
415ff0f6 12138 if (IS_BROXTON(dev)) {
05712c15 12139 DRM_DEBUG_KMS("ddi_pll_sel: %u; dpll_hw_state: ebb0: 0x%x, ebb4: 0x%x,"
415ff0f6 12140 "pll0: 0x%x, pll1: 0x%x, pll2: 0x%x, pll3: 0x%x, "
c8453338 12141 "pll6: 0x%x, pll8: 0x%x, pll9: 0x%x, pll10: 0x%x, pcsdw12: 0x%x\n",
415ff0f6
TU
12142 pipe_config->ddi_pll_sel,
12143 pipe_config->dpll_hw_state.ebb0,
05712c15 12144 pipe_config->dpll_hw_state.ebb4,
415ff0f6
TU
12145 pipe_config->dpll_hw_state.pll0,
12146 pipe_config->dpll_hw_state.pll1,
12147 pipe_config->dpll_hw_state.pll2,
12148 pipe_config->dpll_hw_state.pll3,
12149 pipe_config->dpll_hw_state.pll6,
12150 pipe_config->dpll_hw_state.pll8,
05712c15 12151 pipe_config->dpll_hw_state.pll9,
c8453338 12152 pipe_config->dpll_hw_state.pll10,
415ff0f6 12153 pipe_config->dpll_hw_state.pcsdw12);
ef11bdb3 12154 } else if (IS_SKYLAKE(dev) || IS_KABYLAKE(dev)) {
415ff0f6
TU
12155 DRM_DEBUG_KMS("ddi_pll_sel: %u; dpll_hw_state: "
12156 "ctrl1: 0x%x, cfgcr1: 0x%x, cfgcr2: 0x%x\n",
12157 pipe_config->ddi_pll_sel,
12158 pipe_config->dpll_hw_state.ctrl1,
12159 pipe_config->dpll_hw_state.cfgcr1,
12160 pipe_config->dpll_hw_state.cfgcr2);
12161 } else if (HAS_DDI(dev)) {
1260f07e 12162 DRM_DEBUG_KMS("ddi_pll_sel: 0x%x; dpll_hw_state: wrpll: 0x%x spll: 0x%x\n",
415ff0f6 12163 pipe_config->ddi_pll_sel,
00490c22
ML
12164 pipe_config->dpll_hw_state.wrpll,
12165 pipe_config->dpll_hw_state.spll);
415ff0f6
TU
12166 } else {
12167 DRM_DEBUG_KMS("dpll_hw_state: dpll: 0x%x, dpll_md: 0x%x, "
12168 "fp0: 0x%x, fp1: 0x%x\n",
12169 pipe_config->dpll_hw_state.dpll,
12170 pipe_config->dpll_hw_state.dpll_md,
12171 pipe_config->dpll_hw_state.fp0,
12172 pipe_config->dpll_hw_state.fp1);
12173 }
12174
6a60cd87
CK
12175 DRM_DEBUG_KMS("planes on this crtc\n");
12176 list_for_each_entry(plane, &dev->mode_config.plane_list, head) {
12177 intel_plane = to_intel_plane(plane);
12178 if (intel_plane->pipe != crtc->pipe)
12179 continue;
12180
12181 state = to_intel_plane_state(plane->state);
12182 fb = state->base.fb;
12183 if (!fb) {
12184 DRM_DEBUG_KMS("%s PLANE:%d plane: %u.%u idx: %d "
12185 "disabled, scaler_id = %d\n",
12186 plane->type == DRM_PLANE_TYPE_CURSOR ? "CURSOR" : "STANDARD",
12187 plane->base.id, intel_plane->pipe,
12188 (crtc->base.primary == plane) ? 0 : intel_plane->plane + 1,
12189 drm_plane_index(plane), state->scaler_id);
12190 continue;
12191 }
12192
12193 DRM_DEBUG_KMS("%s PLANE:%d plane: %u.%u idx: %d enabled",
12194 plane->type == DRM_PLANE_TYPE_CURSOR ? "CURSOR" : "STANDARD",
12195 plane->base.id, intel_plane->pipe,
12196 crtc->base.primary == plane ? 0 : intel_plane->plane + 1,
12197 drm_plane_index(plane));
12198 DRM_DEBUG_KMS("\tFB:%d, fb = %ux%u format = 0x%x",
12199 fb->base.id, fb->width, fb->height, fb->pixel_format);
12200 DRM_DEBUG_KMS("\tscaler:%d src (%u, %u) %ux%u dst (%u, %u) %ux%u\n",
12201 state->scaler_id,
12202 state->src.x1 >> 16, state->src.y1 >> 16,
12203 drm_rect_width(&state->src) >> 16,
12204 drm_rect_height(&state->src) >> 16,
12205 state->dst.x1, state->dst.y1,
12206 drm_rect_width(&state->dst), drm_rect_height(&state->dst));
12207 }
c0b03411
DV
12208}
12209
5448a00d 12210static bool check_digital_port_conflicts(struct drm_atomic_state *state)
00f0b378 12211{
5448a00d 12212 struct drm_device *dev = state->dev;
da3ced29 12213 struct drm_connector *connector;
00f0b378
VS
12214 unsigned int used_ports = 0;
12215
12216 /*
12217 * Walk the connector list instead of the encoder
12218 * list to detect the problem on ddi platforms
12219 * where there's just one encoder per digital port.
12220 */
0bff4858
VS
12221 drm_for_each_connector(connector, dev) {
12222 struct drm_connector_state *connector_state;
12223 struct intel_encoder *encoder;
12224
12225 connector_state = drm_atomic_get_existing_connector_state(state, connector);
12226 if (!connector_state)
12227 connector_state = connector->state;
12228
5448a00d 12229 if (!connector_state->best_encoder)
00f0b378
VS
12230 continue;
12231
5448a00d
ACO
12232 encoder = to_intel_encoder(connector_state->best_encoder);
12233
12234 WARN_ON(!connector_state->crtc);
00f0b378
VS
12235
12236 switch (encoder->type) {
12237 unsigned int port_mask;
12238 case INTEL_OUTPUT_UNKNOWN:
12239 if (WARN_ON(!HAS_DDI(dev)))
12240 break;
12241 case INTEL_OUTPUT_DISPLAYPORT:
12242 case INTEL_OUTPUT_HDMI:
12243 case INTEL_OUTPUT_EDP:
12244 port_mask = 1 << enc_to_dig_port(&encoder->base)->port;
12245
12246 /* the same port mustn't appear more than once */
12247 if (used_ports & port_mask)
12248 return false;
12249
12250 used_ports |= port_mask;
12251 default:
12252 break;
12253 }
12254 }
12255
12256 return true;
12257}
12258
83a57153
ACO
12259static void
12260clear_intel_crtc_state(struct intel_crtc_state *crtc_state)
12261{
12262 struct drm_crtc_state tmp_state;
663a3640 12263 struct intel_crtc_scaler_state scaler_state;
4978cc93 12264 struct intel_dpll_hw_state dpll_hw_state;
8106ddbd 12265 struct intel_shared_dpll *shared_dpll;
8504c74c 12266 uint32_t ddi_pll_sel;
c4e2d043 12267 bool force_thru;
83a57153 12268
7546a384
ACO
12269 /* FIXME: before the switch to atomic started, a new pipe_config was
12270 * kzalloc'd. Code that depends on any field being zero should be
12271 * fixed, so that the crtc_state can be safely duplicated. For now,
12272 * only fields that are know to not cause problems are preserved. */
12273
83a57153 12274 tmp_state = crtc_state->base;
663a3640 12275 scaler_state = crtc_state->scaler_state;
4978cc93
ACO
12276 shared_dpll = crtc_state->shared_dpll;
12277 dpll_hw_state = crtc_state->dpll_hw_state;
8504c74c 12278 ddi_pll_sel = crtc_state->ddi_pll_sel;
c4e2d043 12279 force_thru = crtc_state->pch_pfit.force_thru;
4978cc93 12280
83a57153 12281 memset(crtc_state, 0, sizeof *crtc_state);
4978cc93 12282
83a57153 12283 crtc_state->base = tmp_state;
663a3640 12284 crtc_state->scaler_state = scaler_state;
4978cc93
ACO
12285 crtc_state->shared_dpll = shared_dpll;
12286 crtc_state->dpll_hw_state = dpll_hw_state;
8504c74c 12287 crtc_state->ddi_pll_sel = ddi_pll_sel;
c4e2d043 12288 crtc_state->pch_pfit.force_thru = force_thru;
83a57153
ACO
12289}
12290
548ee15b 12291static int
b8cecdf5 12292intel_modeset_pipe_config(struct drm_crtc *crtc,
b359283a 12293 struct intel_crtc_state *pipe_config)
ee7b9f93 12294{
b359283a 12295 struct drm_atomic_state *state = pipe_config->base.state;
7758a113 12296 struct intel_encoder *encoder;
da3ced29 12297 struct drm_connector *connector;
0b901879 12298 struct drm_connector_state *connector_state;
d328c9d7 12299 int base_bpp, ret = -EINVAL;
0b901879 12300 int i;
e29c22c0 12301 bool retry = true;
ee7b9f93 12302
83a57153 12303 clear_intel_crtc_state(pipe_config);
7758a113 12304
e143a21c
DV
12305 pipe_config->cpu_transcoder =
12306 (enum transcoder) to_intel_crtc(crtc)->pipe;
b8cecdf5 12307
2960bc9c
ID
12308 /*
12309 * Sanitize sync polarity flags based on requested ones. If neither
12310 * positive or negative polarity is requested, treat this as meaning
12311 * negative polarity.
12312 */
2d112de7 12313 if (!(pipe_config->base.adjusted_mode.flags &
2960bc9c 12314 (DRM_MODE_FLAG_PHSYNC | DRM_MODE_FLAG_NHSYNC)))
2d112de7 12315 pipe_config->base.adjusted_mode.flags |= DRM_MODE_FLAG_NHSYNC;
2960bc9c 12316
2d112de7 12317 if (!(pipe_config->base.adjusted_mode.flags &
2960bc9c 12318 (DRM_MODE_FLAG_PVSYNC | DRM_MODE_FLAG_NVSYNC)))
2d112de7 12319 pipe_config->base.adjusted_mode.flags |= DRM_MODE_FLAG_NVSYNC;
2960bc9c 12320
d328c9d7
DV
12321 base_bpp = compute_baseline_pipe_bpp(to_intel_crtc(crtc),
12322 pipe_config);
12323 if (base_bpp < 0)
4e53c2e0
DV
12324 goto fail;
12325
e41a56be
VS
12326 /*
12327 * Determine the real pipe dimensions. Note that stereo modes can
12328 * increase the actual pipe size due to the frame doubling and
12329 * insertion of additional space for blanks between the frame. This
12330 * is stored in the crtc timings. We use the requested mode to do this
12331 * computation to clearly distinguish it from the adjusted mode, which
12332 * can be changed by the connectors in the below retry loop.
12333 */
2d112de7 12334 drm_crtc_get_hv_timing(&pipe_config->base.mode,
ecb7e16b
GP
12335 &pipe_config->pipe_src_w,
12336 &pipe_config->pipe_src_h);
e41a56be 12337
e29c22c0 12338encoder_retry:
ef1b460d 12339 /* Ensure the port clock defaults are reset when retrying. */
ff9a6750 12340 pipe_config->port_clock = 0;
ef1b460d 12341 pipe_config->pixel_multiplier = 1;
ff9a6750 12342
135c81b8 12343 /* Fill in default crtc timings, allow encoders to overwrite them. */
2d112de7
ACO
12344 drm_mode_set_crtcinfo(&pipe_config->base.adjusted_mode,
12345 CRTC_STEREO_DOUBLE);
135c81b8 12346
7758a113
DV
12347 /* Pass our mode to the connectors and the CRTC to give them a chance to
12348 * adjust it according to limitations or connector properties, and also
12349 * a chance to reject the mode entirely.
47f1c6c9 12350 */
da3ced29 12351 for_each_connector_in_state(state, connector, connector_state, i) {
0b901879 12352 if (connector_state->crtc != crtc)
7758a113 12353 continue;
7ae89233 12354
0b901879
ACO
12355 encoder = to_intel_encoder(connector_state->best_encoder);
12356
efea6e8e
DV
12357 if (!(encoder->compute_config(encoder, pipe_config))) {
12358 DRM_DEBUG_KMS("Encoder config failure\n");
7758a113
DV
12359 goto fail;
12360 }
ee7b9f93 12361 }
47f1c6c9 12362
ff9a6750
DV
12363 /* Set default port clock if not overwritten by the encoder. Needs to be
12364 * done afterwards in case the encoder adjusts the mode. */
12365 if (!pipe_config->port_clock)
2d112de7 12366 pipe_config->port_clock = pipe_config->base.adjusted_mode.crtc_clock
241bfc38 12367 * pipe_config->pixel_multiplier;
ff9a6750 12368
a43f6e0f 12369 ret = intel_crtc_compute_config(to_intel_crtc(crtc), pipe_config);
e29c22c0 12370 if (ret < 0) {
7758a113
DV
12371 DRM_DEBUG_KMS("CRTC fixup failed\n");
12372 goto fail;
ee7b9f93 12373 }
e29c22c0
DV
12374
12375 if (ret == RETRY) {
12376 if (WARN(!retry, "loop in pipe configuration computation\n")) {
12377 ret = -EINVAL;
12378 goto fail;
12379 }
12380
12381 DRM_DEBUG_KMS("CRTC bw constrained, retrying\n");
12382 retry = false;
12383 goto encoder_retry;
12384 }
12385
e8fa4270
DV
12386 /* Dithering seems to not pass-through bits correctly when it should, so
12387 * only enable it on 6bpc panels. */
12388 pipe_config->dither = pipe_config->pipe_bpp == 6*3;
62f0ace5 12389 DRM_DEBUG_KMS("hw max bpp: %i, pipe bpp: %i, dithering: %i\n",
d328c9d7 12390 base_bpp, pipe_config->pipe_bpp, pipe_config->dither);
4e53c2e0 12391
7758a113 12392fail:
548ee15b 12393 return ret;
ee7b9f93 12394}
47f1c6c9 12395
ea9d758d 12396static void
4740b0f2 12397intel_modeset_update_crtc_state(struct drm_atomic_state *state)
ea9d758d 12398{
0a9ab303
ACO
12399 struct drm_crtc *crtc;
12400 struct drm_crtc_state *crtc_state;
8a75d157 12401 int i;
ea9d758d 12402
7668851f 12403 /* Double check state. */
8a75d157 12404 for_each_crtc_in_state(state, crtc, crtc_state, i) {
3cb480bc 12405 to_intel_crtc(crtc)->config = to_intel_crtc_state(crtc->state);
fc467a22
ML
12406
12407 /* Update hwmode for vblank functions */
12408 if (crtc->state->active)
12409 crtc->hwmode = crtc->state->adjusted_mode;
12410 else
12411 crtc->hwmode.crtc_clock = 0;
61067a5e
ML
12412
12413 /*
12414 * Update legacy state to satisfy fbc code. This can
12415 * be removed when fbc uses the atomic state.
12416 */
12417 if (drm_atomic_get_existing_plane_state(state, crtc->primary)) {
12418 struct drm_plane_state *plane_state = crtc->primary->state;
12419
12420 crtc->primary->fb = plane_state->fb;
12421 crtc->x = plane_state->src_x >> 16;
12422 crtc->y = plane_state->src_y >> 16;
12423 }
ea9d758d 12424 }
ea9d758d
DV
12425}
12426
3bd26263 12427static bool intel_fuzzy_clock_check(int clock1, int clock2)
f1f644dc 12428{
3bd26263 12429 int diff;
f1f644dc
JB
12430
12431 if (clock1 == clock2)
12432 return true;
12433
12434 if (!clock1 || !clock2)
12435 return false;
12436
12437 diff = abs(clock1 - clock2);
12438
12439 if (((((diff + clock1 + clock2) * 100)) / (clock1 + clock2)) < 105)
12440 return true;
12441
12442 return false;
12443}
12444
25c5b266
DV
12445#define for_each_intel_crtc_masked(dev, mask, intel_crtc) \
12446 list_for_each_entry((intel_crtc), \
12447 &(dev)->mode_config.crtc_list, \
12448 base.head) \
95150bdf 12449 for_each_if (mask & (1 <<(intel_crtc)->pipe))
25c5b266 12450
cfb23ed6
ML
12451static bool
12452intel_compare_m_n(unsigned int m, unsigned int n,
12453 unsigned int m2, unsigned int n2,
12454 bool exact)
12455{
12456 if (m == m2 && n == n2)
12457 return true;
12458
12459 if (exact || !m || !n || !m2 || !n2)
12460 return false;
12461
12462 BUILD_BUG_ON(DATA_LINK_M_N_MASK > INT_MAX);
12463
31d10b57
ML
12464 if (n > n2) {
12465 while (n > n2) {
cfb23ed6
ML
12466 m2 <<= 1;
12467 n2 <<= 1;
12468 }
31d10b57
ML
12469 } else if (n < n2) {
12470 while (n < n2) {
cfb23ed6
ML
12471 m <<= 1;
12472 n <<= 1;
12473 }
12474 }
12475
31d10b57
ML
12476 if (n != n2)
12477 return false;
12478
12479 return intel_fuzzy_clock_check(m, m2);
cfb23ed6
ML
12480}
12481
12482static bool
12483intel_compare_link_m_n(const struct intel_link_m_n *m_n,
12484 struct intel_link_m_n *m2_n2,
12485 bool adjust)
12486{
12487 if (m_n->tu == m2_n2->tu &&
12488 intel_compare_m_n(m_n->gmch_m, m_n->gmch_n,
12489 m2_n2->gmch_m, m2_n2->gmch_n, !adjust) &&
12490 intel_compare_m_n(m_n->link_m, m_n->link_n,
12491 m2_n2->link_m, m2_n2->link_n, !adjust)) {
12492 if (adjust)
12493 *m2_n2 = *m_n;
12494
12495 return true;
12496 }
12497
12498 return false;
12499}
12500
0e8ffe1b 12501static bool
2fa2fe9a 12502intel_pipe_config_compare(struct drm_device *dev,
5cec258b 12503 struct intel_crtc_state *current_config,
cfb23ed6
ML
12504 struct intel_crtc_state *pipe_config,
12505 bool adjust)
0e8ffe1b 12506{
cfb23ed6
ML
12507 bool ret = true;
12508
12509#define INTEL_ERR_OR_DBG_KMS(fmt, ...) \
12510 do { \
12511 if (!adjust) \
12512 DRM_ERROR(fmt, ##__VA_ARGS__); \
12513 else \
12514 DRM_DEBUG_KMS(fmt, ##__VA_ARGS__); \
12515 } while (0)
12516
66e985c0
DV
12517#define PIPE_CONF_CHECK_X(name) \
12518 if (current_config->name != pipe_config->name) { \
cfb23ed6 12519 INTEL_ERR_OR_DBG_KMS("mismatch in " #name " " \
66e985c0
DV
12520 "(expected 0x%08x, found 0x%08x)\n", \
12521 current_config->name, \
12522 pipe_config->name); \
cfb23ed6 12523 ret = false; \
66e985c0
DV
12524 }
12525
08a24034
DV
12526#define PIPE_CONF_CHECK_I(name) \
12527 if (current_config->name != pipe_config->name) { \
cfb23ed6 12528 INTEL_ERR_OR_DBG_KMS("mismatch in " #name " " \
08a24034
DV
12529 "(expected %i, found %i)\n", \
12530 current_config->name, \
12531 pipe_config->name); \
cfb23ed6
ML
12532 ret = false; \
12533 }
12534
8106ddbd
ACO
12535#define PIPE_CONF_CHECK_P(name) \
12536 if (current_config->name != pipe_config->name) { \
12537 INTEL_ERR_OR_DBG_KMS("mismatch in " #name " " \
12538 "(expected %p, found %p)\n", \
12539 current_config->name, \
12540 pipe_config->name); \
12541 ret = false; \
12542 }
12543
cfb23ed6
ML
12544#define PIPE_CONF_CHECK_M_N(name) \
12545 if (!intel_compare_link_m_n(&current_config->name, \
12546 &pipe_config->name,\
12547 adjust)) { \
12548 INTEL_ERR_OR_DBG_KMS("mismatch in " #name " " \
12549 "(expected tu %i gmch %i/%i link %i/%i, " \
12550 "found tu %i, gmch %i/%i link %i/%i)\n", \
12551 current_config->name.tu, \
12552 current_config->name.gmch_m, \
12553 current_config->name.gmch_n, \
12554 current_config->name.link_m, \
12555 current_config->name.link_n, \
12556 pipe_config->name.tu, \
12557 pipe_config->name.gmch_m, \
12558 pipe_config->name.gmch_n, \
12559 pipe_config->name.link_m, \
12560 pipe_config->name.link_n); \
12561 ret = false; \
12562 }
12563
55c561a7
DV
12564/* This is required for BDW+ where there is only one set of registers for
12565 * switching between high and low RR.
12566 * This macro can be used whenever a comparison has to be made between one
12567 * hw state and multiple sw state variables.
12568 */
cfb23ed6
ML
12569#define PIPE_CONF_CHECK_M_N_ALT(name, alt_name) \
12570 if (!intel_compare_link_m_n(&current_config->name, \
12571 &pipe_config->name, adjust) && \
12572 !intel_compare_link_m_n(&current_config->alt_name, \
12573 &pipe_config->name, adjust)) { \
12574 INTEL_ERR_OR_DBG_KMS("mismatch in " #name " " \
12575 "(expected tu %i gmch %i/%i link %i/%i, " \
12576 "or tu %i gmch %i/%i link %i/%i, " \
12577 "found tu %i, gmch %i/%i link %i/%i)\n", \
12578 current_config->name.tu, \
12579 current_config->name.gmch_m, \
12580 current_config->name.gmch_n, \
12581 current_config->name.link_m, \
12582 current_config->name.link_n, \
12583 current_config->alt_name.tu, \
12584 current_config->alt_name.gmch_m, \
12585 current_config->alt_name.gmch_n, \
12586 current_config->alt_name.link_m, \
12587 current_config->alt_name.link_n, \
12588 pipe_config->name.tu, \
12589 pipe_config->name.gmch_m, \
12590 pipe_config->name.gmch_n, \
12591 pipe_config->name.link_m, \
12592 pipe_config->name.link_n); \
12593 ret = false; \
88adfff1
DV
12594 }
12595
1bd1bd80
DV
12596#define PIPE_CONF_CHECK_FLAGS(name, mask) \
12597 if ((current_config->name ^ pipe_config->name) & (mask)) { \
cfb23ed6 12598 INTEL_ERR_OR_DBG_KMS("mismatch in " #name "(" #mask ") " \
1bd1bd80
DV
12599 "(expected %i, found %i)\n", \
12600 current_config->name & (mask), \
12601 pipe_config->name & (mask)); \
cfb23ed6 12602 ret = false; \
1bd1bd80
DV
12603 }
12604
5e550656
VS
12605#define PIPE_CONF_CHECK_CLOCK_FUZZY(name) \
12606 if (!intel_fuzzy_clock_check(current_config->name, pipe_config->name)) { \
cfb23ed6 12607 INTEL_ERR_OR_DBG_KMS("mismatch in " #name " " \
5e550656
VS
12608 "(expected %i, found %i)\n", \
12609 current_config->name, \
12610 pipe_config->name); \
cfb23ed6 12611 ret = false; \
5e550656
VS
12612 }
12613
bb760063
DV
12614#define PIPE_CONF_QUIRK(quirk) \
12615 ((current_config->quirks | pipe_config->quirks) & (quirk))
12616
eccb140b
DV
12617 PIPE_CONF_CHECK_I(cpu_transcoder);
12618
08a24034
DV
12619 PIPE_CONF_CHECK_I(has_pch_encoder);
12620 PIPE_CONF_CHECK_I(fdi_lanes);
cfb23ed6 12621 PIPE_CONF_CHECK_M_N(fdi_m_n);
08a24034 12622
eb14cb74 12623 PIPE_CONF_CHECK_I(has_dp_encoder);
90a6b7b0 12624 PIPE_CONF_CHECK_I(lane_count);
b95af8be
VK
12625
12626 if (INTEL_INFO(dev)->gen < 8) {
cfb23ed6
ML
12627 PIPE_CONF_CHECK_M_N(dp_m_n);
12628
cfb23ed6
ML
12629 if (current_config->has_drrs)
12630 PIPE_CONF_CHECK_M_N(dp_m2_n2);
12631 } else
12632 PIPE_CONF_CHECK_M_N_ALT(dp_m_n, dp_m2_n2);
eb14cb74 12633
a65347ba
JN
12634 PIPE_CONF_CHECK_I(has_dsi_encoder);
12635
2d112de7
ACO
12636 PIPE_CONF_CHECK_I(base.adjusted_mode.crtc_hdisplay);
12637 PIPE_CONF_CHECK_I(base.adjusted_mode.crtc_htotal);
12638 PIPE_CONF_CHECK_I(base.adjusted_mode.crtc_hblank_start);
12639 PIPE_CONF_CHECK_I(base.adjusted_mode.crtc_hblank_end);
12640 PIPE_CONF_CHECK_I(base.adjusted_mode.crtc_hsync_start);
12641 PIPE_CONF_CHECK_I(base.adjusted_mode.crtc_hsync_end);
1bd1bd80 12642
2d112de7
ACO
12643 PIPE_CONF_CHECK_I(base.adjusted_mode.crtc_vdisplay);
12644 PIPE_CONF_CHECK_I(base.adjusted_mode.crtc_vtotal);
12645 PIPE_CONF_CHECK_I(base.adjusted_mode.crtc_vblank_start);
12646 PIPE_CONF_CHECK_I(base.adjusted_mode.crtc_vblank_end);
12647 PIPE_CONF_CHECK_I(base.adjusted_mode.crtc_vsync_start);
12648 PIPE_CONF_CHECK_I(base.adjusted_mode.crtc_vsync_end);
1bd1bd80 12649
c93f54cf 12650 PIPE_CONF_CHECK_I(pixel_multiplier);
6897b4b5 12651 PIPE_CONF_CHECK_I(has_hdmi_sink);
b5a9fa09 12652 if ((INTEL_INFO(dev)->gen < 8 && !IS_HASWELL(dev)) ||
666a4537 12653 IS_VALLEYVIEW(dev) || IS_CHERRYVIEW(dev))
b5a9fa09 12654 PIPE_CONF_CHECK_I(limited_color_range);
e43823ec 12655 PIPE_CONF_CHECK_I(has_infoframe);
6c49f241 12656
9ed109a7
DV
12657 PIPE_CONF_CHECK_I(has_audio);
12658
2d112de7 12659 PIPE_CONF_CHECK_FLAGS(base.adjusted_mode.flags,
1bd1bd80
DV
12660 DRM_MODE_FLAG_INTERLACE);
12661
bb760063 12662 if (!PIPE_CONF_QUIRK(PIPE_CONFIG_QUIRK_MODE_SYNC_FLAGS)) {
2d112de7 12663 PIPE_CONF_CHECK_FLAGS(base.adjusted_mode.flags,
bb760063 12664 DRM_MODE_FLAG_PHSYNC);
2d112de7 12665 PIPE_CONF_CHECK_FLAGS(base.adjusted_mode.flags,
bb760063 12666 DRM_MODE_FLAG_NHSYNC);
2d112de7 12667 PIPE_CONF_CHECK_FLAGS(base.adjusted_mode.flags,
bb760063 12668 DRM_MODE_FLAG_PVSYNC);
2d112de7 12669 PIPE_CONF_CHECK_FLAGS(base.adjusted_mode.flags,
bb760063
DV
12670 DRM_MODE_FLAG_NVSYNC);
12671 }
045ac3b5 12672
333b8ca8 12673 PIPE_CONF_CHECK_X(gmch_pfit.control);
e2ff2d4a
DV
12674 /* pfit ratios are autocomputed by the hw on gen4+ */
12675 if (INTEL_INFO(dev)->gen < 4)
7f7d8dd6 12676 PIPE_CONF_CHECK_X(gmch_pfit.pgm_ratios);
333b8ca8 12677 PIPE_CONF_CHECK_X(gmch_pfit.lvds_border_bits);
9953599b 12678
bfd16b2a
ML
12679 if (!adjust) {
12680 PIPE_CONF_CHECK_I(pipe_src_w);
12681 PIPE_CONF_CHECK_I(pipe_src_h);
12682
12683 PIPE_CONF_CHECK_I(pch_pfit.enabled);
12684 if (current_config->pch_pfit.enabled) {
12685 PIPE_CONF_CHECK_X(pch_pfit.pos);
12686 PIPE_CONF_CHECK_X(pch_pfit.size);
12687 }
2fa2fe9a 12688
7aefe2b5
ML
12689 PIPE_CONF_CHECK_I(scaler_state.scaler_id);
12690 }
a1b2278e 12691
e59150dc
JB
12692 /* BDW+ don't expose a synchronous way to read the state */
12693 if (IS_HASWELL(dev))
12694 PIPE_CONF_CHECK_I(ips_enabled);
42db64ef 12695
282740f7
VS
12696 PIPE_CONF_CHECK_I(double_wide);
12697
26804afd
DV
12698 PIPE_CONF_CHECK_X(ddi_pll_sel);
12699
8106ddbd 12700 PIPE_CONF_CHECK_P(shared_dpll);
66e985c0 12701 PIPE_CONF_CHECK_X(dpll_hw_state.dpll);
8bcc2795 12702 PIPE_CONF_CHECK_X(dpll_hw_state.dpll_md);
66e985c0
DV
12703 PIPE_CONF_CHECK_X(dpll_hw_state.fp0);
12704 PIPE_CONF_CHECK_X(dpll_hw_state.fp1);
d452c5b6 12705 PIPE_CONF_CHECK_X(dpll_hw_state.wrpll);
00490c22 12706 PIPE_CONF_CHECK_X(dpll_hw_state.spll);
3f4cd19f
DL
12707 PIPE_CONF_CHECK_X(dpll_hw_state.ctrl1);
12708 PIPE_CONF_CHECK_X(dpll_hw_state.cfgcr1);
12709 PIPE_CONF_CHECK_X(dpll_hw_state.cfgcr2);
c0d43d62 12710
42571aef
VS
12711 if (IS_G4X(dev) || INTEL_INFO(dev)->gen >= 5)
12712 PIPE_CONF_CHECK_I(pipe_bpp);
12713
2d112de7 12714 PIPE_CONF_CHECK_CLOCK_FUZZY(base.adjusted_mode.crtc_clock);
a9a7e98a 12715 PIPE_CONF_CHECK_CLOCK_FUZZY(port_clock);
5e550656 12716
66e985c0 12717#undef PIPE_CONF_CHECK_X
08a24034 12718#undef PIPE_CONF_CHECK_I
8106ddbd 12719#undef PIPE_CONF_CHECK_P
1bd1bd80 12720#undef PIPE_CONF_CHECK_FLAGS
5e550656 12721#undef PIPE_CONF_CHECK_CLOCK_FUZZY
bb760063 12722#undef PIPE_CONF_QUIRK
cfb23ed6 12723#undef INTEL_ERR_OR_DBG_KMS
88adfff1 12724
cfb23ed6 12725 return ret;
0e8ffe1b
DV
12726}
12727
e3b247da
VS
12728static void intel_pipe_config_sanity_check(struct drm_i915_private *dev_priv,
12729 const struct intel_crtc_state *pipe_config)
12730{
12731 if (pipe_config->has_pch_encoder) {
21a727b3 12732 int fdi_dotclock = intel_dotclock_calculate(intel_fdi_link_freq(dev_priv, pipe_config),
e3b247da
VS
12733 &pipe_config->fdi_m_n);
12734 int dotclock = pipe_config->base.adjusted_mode.crtc_clock;
12735
12736 /*
12737 * FDI already provided one idea for the dotclock.
12738 * Yell if the encoder disagrees.
12739 */
12740 WARN(!intel_fuzzy_clock_check(fdi_dotclock, dotclock),
12741 "FDI dotclock and encoder dotclock mismatch, fdi: %i, encoder: %i\n",
12742 fdi_dotclock, dotclock);
12743 }
12744}
12745
c0ead703
ML
12746static void verify_wm_state(struct drm_crtc *crtc,
12747 struct drm_crtc_state *new_state)
08db6652 12748{
e7c84544 12749 struct drm_device *dev = crtc->dev;
08db6652
DL
12750 struct drm_i915_private *dev_priv = dev->dev_private;
12751 struct skl_ddb_allocation hw_ddb, *sw_ddb;
e7c84544
ML
12752 struct skl_ddb_entry *hw_entry, *sw_entry;
12753 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
12754 const enum pipe pipe = intel_crtc->pipe;
08db6652
DL
12755 int plane;
12756
e7c84544 12757 if (INTEL_INFO(dev)->gen < 9 || !new_state->active)
08db6652
DL
12758 return;
12759
12760 skl_ddb_get_hw_state(dev_priv, &hw_ddb);
12761 sw_ddb = &dev_priv->wm.skl_hw.ddb;
12762
e7c84544
ML
12763 /* planes */
12764 for_each_plane(dev_priv, pipe, plane) {
12765 hw_entry = &hw_ddb.plane[pipe][plane];
12766 sw_entry = &sw_ddb->plane[pipe][plane];
08db6652 12767
e7c84544 12768 if (skl_ddb_entry_equal(hw_entry, sw_entry))
08db6652
DL
12769 continue;
12770
e7c84544
ML
12771 DRM_ERROR("mismatch in DDB state pipe %c plane %d "
12772 "(expected (%u,%u), found (%u,%u))\n",
12773 pipe_name(pipe), plane + 1,
12774 sw_entry->start, sw_entry->end,
12775 hw_entry->start, hw_entry->end);
12776 }
08db6652 12777
e7c84544
ML
12778 /* cursor */
12779 hw_entry = &hw_ddb.plane[pipe][PLANE_CURSOR];
12780 sw_entry = &sw_ddb->plane[pipe][PLANE_CURSOR];
08db6652 12781
e7c84544 12782 if (!skl_ddb_entry_equal(hw_entry, sw_entry)) {
08db6652
DL
12783 DRM_ERROR("mismatch in DDB state pipe %c cursor "
12784 "(expected (%u,%u), found (%u,%u))\n",
12785 pipe_name(pipe),
12786 sw_entry->start, sw_entry->end,
12787 hw_entry->start, hw_entry->end);
12788 }
12789}
12790
91d1b4bd 12791static void
c0ead703 12792verify_connector_state(struct drm_device *dev, struct drm_crtc *crtc)
8af6cf88 12793{
35dd3c64 12794 struct drm_connector *connector;
8af6cf88 12795
e7c84544 12796 drm_for_each_connector(connector, dev) {
35dd3c64
ML
12797 struct drm_encoder *encoder = connector->encoder;
12798 struct drm_connector_state *state = connector->state;
ad3c558f 12799
e7c84544
ML
12800 if (state->crtc != crtc)
12801 continue;
12802
c0ead703 12803 intel_connector_verify_state(to_intel_connector(connector));
8af6cf88 12804
ad3c558f 12805 I915_STATE_WARN(state->best_encoder != encoder,
35dd3c64 12806 "connector's atomic encoder doesn't match legacy encoder\n");
8af6cf88 12807 }
91d1b4bd
DV
12808}
12809
12810static void
c0ead703 12811verify_encoder_state(struct drm_device *dev)
91d1b4bd
DV
12812{
12813 struct intel_encoder *encoder;
12814 struct intel_connector *connector;
8af6cf88 12815
b2784e15 12816 for_each_intel_encoder(dev, encoder) {
8af6cf88 12817 bool enabled = false;
4d20cd86 12818 enum pipe pipe;
8af6cf88
DV
12819
12820 DRM_DEBUG_KMS("[ENCODER:%d:%s]\n",
12821 encoder->base.base.id,
8e329a03 12822 encoder->base.name);
8af6cf88 12823
3a3371ff 12824 for_each_intel_connector(dev, connector) {
4d20cd86 12825 if (connector->base.state->best_encoder != &encoder->base)
8af6cf88
DV
12826 continue;
12827 enabled = true;
ad3c558f
ML
12828
12829 I915_STATE_WARN(connector->base.state->crtc !=
12830 encoder->base.crtc,
12831 "connector's crtc doesn't match encoder crtc\n");
8af6cf88 12832 }
0e32b39c 12833
e2c719b7 12834 I915_STATE_WARN(!!encoder->base.crtc != enabled,
8af6cf88
DV
12835 "encoder's enabled state mismatch "
12836 "(expected %i, found %i)\n",
12837 !!encoder->base.crtc, enabled);
7c60d198
ML
12838
12839 if (!encoder->base.crtc) {
4d20cd86 12840 bool active;
7c60d198 12841
4d20cd86
ML
12842 active = encoder->get_hw_state(encoder, &pipe);
12843 I915_STATE_WARN(active,
12844 "encoder detached but still enabled on pipe %c.\n",
12845 pipe_name(pipe));
7c60d198 12846 }
8af6cf88 12847 }
91d1b4bd
DV
12848}
12849
12850static void
c0ead703
ML
12851verify_crtc_state(struct drm_crtc *crtc,
12852 struct drm_crtc_state *old_crtc_state,
12853 struct drm_crtc_state *new_crtc_state)
91d1b4bd 12854{
e7c84544 12855 struct drm_device *dev = crtc->dev;
fbee40df 12856 struct drm_i915_private *dev_priv = dev->dev_private;
91d1b4bd 12857 struct intel_encoder *encoder;
e7c84544
ML
12858 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
12859 struct intel_crtc_state *pipe_config, *sw_config;
12860 struct drm_atomic_state *old_state;
12861 bool active;
045ac3b5 12862
e7c84544
ML
12863 old_state = old_crtc_state->state;
12864 __drm_atomic_helper_crtc_destroy_state(crtc, old_crtc_state);
12865 pipe_config = to_intel_crtc_state(old_crtc_state);
12866 memset(pipe_config, 0, sizeof(*pipe_config));
12867 pipe_config->base.crtc = crtc;
12868 pipe_config->base.state = old_state;
8af6cf88 12869
e7c84544 12870 DRM_DEBUG_KMS("[CRTC:%d]\n", crtc->base.id);
8af6cf88 12871
e7c84544 12872 active = dev_priv->display.get_pipe_config(intel_crtc, pipe_config);
d62cf62a 12873
e7c84544
ML
12874 /* hw state is inconsistent with the pipe quirk */
12875 if ((intel_crtc->pipe == PIPE_A && dev_priv->quirks & QUIRK_PIPEA_FORCE) ||
12876 (intel_crtc->pipe == PIPE_B && dev_priv->quirks & QUIRK_PIPEB_FORCE))
12877 active = new_crtc_state->active;
6c49f241 12878
e7c84544
ML
12879 I915_STATE_WARN(new_crtc_state->active != active,
12880 "crtc active state doesn't match with hw state "
12881 "(expected %i, found %i)\n", new_crtc_state->active, active);
0e8ffe1b 12882
e7c84544
ML
12883 I915_STATE_WARN(intel_crtc->active != new_crtc_state->active,
12884 "transitional active state does not match atomic hw state "
12885 "(expected %i, found %i)\n", new_crtc_state->active, intel_crtc->active);
4d20cd86 12886
e7c84544
ML
12887 for_each_encoder_on_crtc(dev, crtc, encoder) {
12888 enum pipe pipe;
4d20cd86 12889
e7c84544
ML
12890 active = encoder->get_hw_state(encoder, &pipe);
12891 I915_STATE_WARN(active != new_crtc_state->active,
12892 "[ENCODER:%i] active %i with crtc active %i\n",
12893 encoder->base.base.id, active, new_crtc_state->active);
4d20cd86 12894
e7c84544
ML
12895 I915_STATE_WARN(active && intel_crtc->pipe != pipe,
12896 "Encoder connected to wrong pipe %c\n",
12897 pipe_name(pipe));
4d20cd86 12898
e7c84544
ML
12899 if (active)
12900 encoder->get_config(encoder, pipe_config);
12901 }
53d9f4e9 12902
e7c84544
ML
12903 if (!new_crtc_state->active)
12904 return;
cfb23ed6 12905
e7c84544 12906 intel_pipe_config_sanity_check(dev_priv, pipe_config);
e3b247da 12907
e7c84544
ML
12908 sw_config = to_intel_crtc_state(crtc->state);
12909 if (!intel_pipe_config_compare(dev, sw_config,
12910 pipe_config, false)) {
12911 I915_STATE_WARN(1, "pipe state doesn't match!\n");
12912 intel_dump_pipe_config(intel_crtc, pipe_config,
12913 "[hw state]");
12914 intel_dump_pipe_config(intel_crtc, sw_config,
12915 "[sw state]");
8af6cf88
DV
12916 }
12917}
12918
91d1b4bd 12919static void
c0ead703
ML
12920verify_single_dpll_state(struct drm_i915_private *dev_priv,
12921 struct intel_shared_dpll *pll,
12922 struct drm_crtc *crtc,
12923 struct drm_crtc_state *new_state)
91d1b4bd 12924{
91d1b4bd 12925 struct intel_dpll_hw_state dpll_hw_state;
e7c84544
ML
12926 unsigned crtc_mask;
12927 bool active;
5358901f 12928
e7c84544 12929 memset(&dpll_hw_state, 0, sizeof(dpll_hw_state));
5358901f 12930
e7c84544 12931 DRM_DEBUG_KMS("%s\n", pll->name);
5358901f 12932
e7c84544 12933 active = pll->funcs.get_hw_state(dev_priv, pll, &dpll_hw_state);
5358901f 12934
e7c84544
ML
12935 if (!(pll->flags & INTEL_DPLL_ALWAYS_ON)) {
12936 I915_STATE_WARN(!pll->on && pll->active_mask,
12937 "pll in active use but not on in sw tracking\n");
12938 I915_STATE_WARN(pll->on && !pll->active_mask,
12939 "pll is on but not used by any active crtc\n");
12940 I915_STATE_WARN(pll->on != active,
12941 "pll on state mismatch (expected %i, found %i)\n",
12942 pll->on, active);
12943 }
5358901f 12944
e7c84544 12945 if (!crtc) {
2dd66ebd 12946 I915_STATE_WARN(pll->active_mask & ~pll->config.crtc_mask,
e7c84544
ML
12947 "more active pll users than references: %x vs %x\n",
12948 pll->active_mask, pll->config.crtc_mask);
5358901f 12949
e7c84544
ML
12950 return;
12951 }
12952
12953 crtc_mask = 1 << drm_crtc_index(crtc);
12954
12955 if (new_state->active)
12956 I915_STATE_WARN(!(pll->active_mask & crtc_mask),
12957 "pll active mismatch (expected pipe %c in active mask 0x%02x)\n",
12958 pipe_name(drm_crtc_index(crtc)), pll->active_mask);
12959 else
12960 I915_STATE_WARN(pll->active_mask & crtc_mask,
12961 "pll active mismatch (didn't expect pipe %c in active mask 0x%02x)\n",
12962 pipe_name(drm_crtc_index(crtc)), pll->active_mask);
2dd66ebd 12963
e7c84544
ML
12964 I915_STATE_WARN(!(pll->config.crtc_mask & crtc_mask),
12965 "pll enabled crtcs mismatch (expected 0x%x in 0x%02x)\n",
12966 crtc_mask, pll->config.crtc_mask);
66e985c0 12967
e7c84544
ML
12968 I915_STATE_WARN(pll->on && memcmp(&pll->config.hw_state,
12969 &dpll_hw_state,
12970 sizeof(dpll_hw_state)),
12971 "pll hw state mismatch\n");
12972}
12973
12974static void
c0ead703
ML
12975verify_shared_dpll_state(struct drm_device *dev, struct drm_crtc *crtc,
12976 struct drm_crtc_state *old_crtc_state,
12977 struct drm_crtc_state *new_crtc_state)
e7c84544
ML
12978{
12979 struct drm_i915_private *dev_priv = dev->dev_private;
12980 struct intel_crtc_state *old_state = to_intel_crtc_state(old_crtc_state);
12981 struct intel_crtc_state *new_state = to_intel_crtc_state(new_crtc_state);
12982
12983 if (new_state->shared_dpll)
c0ead703 12984 verify_single_dpll_state(dev_priv, new_state->shared_dpll, crtc, new_crtc_state);
e7c84544
ML
12985
12986 if (old_state->shared_dpll &&
12987 old_state->shared_dpll != new_state->shared_dpll) {
12988 unsigned crtc_mask = 1 << drm_crtc_index(crtc);
12989 struct intel_shared_dpll *pll = old_state->shared_dpll;
12990
12991 I915_STATE_WARN(pll->active_mask & crtc_mask,
12992 "pll active mismatch (didn't expect pipe %c in active mask)\n",
12993 pipe_name(drm_crtc_index(crtc)));
12994 I915_STATE_WARN(pll->config.crtc_mask & crtc_mask,
12995 "pll enabled crtcs mismatch (found %x in enabled mask)\n",
12996 pipe_name(drm_crtc_index(crtc)));
5358901f 12997 }
8af6cf88
DV
12998}
12999
e7c84544 13000static void
c0ead703 13001intel_modeset_verify_crtc(struct drm_crtc *crtc,
e7c84544
ML
13002 struct drm_crtc_state *old_state,
13003 struct drm_crtc_state *new_state)
13004{
13005 if (!needs_modeset(new_state) &&
13006 !to_intel_crtc_state(new_state)->update_pipe)
13007 return;
13008
c0ead703
ML
13009 verify_wm_state(crtc, new_state);
13010 verify_connector_state(crtc->dev, crtc);
13011 verify_crtc_state(crtc, old_state, new_state);
13012 verify_shared_dpll_state(crtc->dev, crtc, old_state, new_state);
e7c84544
ML
13013}
13014
13015static void
c0ead703 13016verify_disabled_dpll_state(struct drm_device *dev)
e7c84544
ML
13017{
13018 struct drm_i915_private *dev_priv = dev->dev_private;
13019 int i;
13020
13021 for (i = 0; i < dev_priv->num_shared_dpll; i++)
c0ead703 13022 verify_single_dpll_state(dev_priv, &dev_priv->shared_dplls[i], NULL, NULL);
e7c84544
ML
13023}
13024
13025static void
c0ead703 13026intel_modeset_verify_disabled(struct drm_device *dev)
e7c84544 13027{
c0ead703
ML
13028 verify_encoder_state(dev);
13029 verify_connector_state(dev, NULL);
13030 verify_disabled_dpll_state(dev);
e7c84544
ML
13031}
13032
80715b2f
VS
13033static void update_scanline_offset(struct intel_crtc *crtc)
13034{
13035 struct drm_device *dev = crtc->base.dev;
13036
13037 /*
13038 * The scanline counter increments at the leading edge of hsync.
13039 *
13040 * On most platforms it starts counting from vtotal-1 on the
13041 * first active line. That means the scanline counter value is
13042 * always one less than what we would expect. Ie. just after
13043 * start of vblank, which also occurs at start of hsync (on the
13044 * last active line), the scanline counter will read vblank_start-1.
13045 *
13046 * On gen2 the scanline counter starts counting from 1 instead
13047 * of vtotal-1, so we have to subtract one (or rather add vtotal-1
13048 * to keep the value positive), instead of adding one.
13049 *
13050 * On HSW+ the behaviour of the scanline counter depends on the output
13051 * type. For DP ports it behaves like most other platforms, but on HDMI
13052 * there's an extra 1 line difference. So we need to add two instead of
13053 * one to the value.
13054 */
13055 if (IS_GEN2(dev)) {
124abe07 13056 const struct drm_display_mode *adjusted_mode = &crtc->config->base.adjusted_mode;
80715b2f
VS
13057 int vtotal;
13058
124abe07
VS
13059 vtotal = adjusted_mode->crtc_vtotal;
13060 if (adjusted_mode->flags & DRM_MODE_FLAG_INTERLACE)
80715b2f
VS
13061 vtotal /= 2;
13062
13063 crtc->scanline_offset = vtotal - 1;
13064 } else if (HAS_DDI(dev) &&
409ee761 13065 intel_pipe_has_type(crtc, INTEL_OUTPUT_HDMI)) {
80715b2f
VS
13066 crtc->scanline_offset = 2;
13067 } else
13068 crtc->scanline_offset = 1;
13069}
13070
ad421372 13071static void intel_modeset_clear_plls(struct drm_atomic_state *state)
ed6739ef 13072{
225da59b 13073 struct drm_device *dev = state->dev;
ed6739ef 13074 struct drm_i915_private *dev_priv = to_i915(dev);
ad421372 13075 struct intel_shared_dpll_config *shared_dpll = NULL;
0a9ab303
ACO
13076 struct drm_crtc *crtc;
13077 struct drm_crtc_state *crtc_state;
0a9ab303 13078 int i;
ed6739ef
ACO
13079
13080 if (!dev_priv->display.crtc_compute_clock)
ad421372 13081 return;
ed6739ef 13082
0a9ab303 13083 for_each_crtc_in_state(state, crtc, crtc_state, i) {
fb1a38a9 13084 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
8106ddbd
ACO
13085 struct intel_shared_dpll *old_dpll =
13086 to_intel_crtc_state(crtc->state)->shared_dpll;
0a9ab303 13087
fb1a38a9 13088 if (!needs_modeset(crtc_state))
225da59b
ACO
13089 continue;
13090
8106ddbd 13091 to_intel_crtc_state(crtc_state)->shared_dpll = NULL;
fb1a38a9 13092
8106ddbd 13093 if (!old_dpll)
fb1a38a9 13094 continue;
0a9ab303 13095
ad421372
ML
13096 if (!shared_dpll)
13097 shared_dpll = intel_atomic_get_shared_dpll_state(state);
ed6739ef 13098
8106ddbd 13099 intel_shared_dpll_config_put(shared_dpll, old_dpll, intel_crtc);
ad421372 13100 }
ed6739ef
ACO
13101}
13102
99d736a2
ML
13103/*
13104 * This implements the workaround described in the "notes" section of the mode
13105 * set sequence documentation. When going from no pipes or single pipe to
13106 * multiple pipes, and planes are enabled after the pipe, we need to wait at
13107 * least 2 vblanks on the first pipe before enabling planes on the second pipe.
13108 */
13109static int haswell_mode_set_planes_workaround(struct drm_atomic_state *state)
13110{
13111 struct drm_crtc_state *crtc_state;
13112 struct intel_crtc *intel_crtc;
13113 struct drm_crtc *crtc;
13114 struct intel_crtc_state *first_crtc_state = NULL;
13115 struct intel_crtc_state *other_crtc_state = NULL;
13116 enum pipe first_pipe = INVALID_PIPE, enabled_pipe = INVALID_PIPE;
13117 int i;
13118
13119 /* look at all crtc's that are going to be enabled in during modeset */
13120 for_each_crtc_in_state(state, crtc, crtc_state, i) {
13121 intel_crtc = to_intel_crtc(crtc);
13122
13123 if (!crtc_state->active || !needs_modeset(crtc_state))
13124 continue;
13125
13126 if (first_crtc_state) {
13127 other_crtc_state = to_intel_crtc_state(crtc_state);
13128 break;
13129 } else {
13130 first_crtc_state = to_intel_crtc_state(crtc_state);
13131 first_pipe = intel_crtc->pipe;
13132 }
13133 }
13134
13135 /* No workaround needed? */
13136 if (!first_crtc_state)
13137 return 0;
13138
13139 /* w/a possibly needed, check how many crtc's are already enabled. */
13140 for_each_intel_crtc(state->dev, intel_crtc) {
13141 struct intel_crtc_state *pipe_config;
13142
13143 pipe_config = intel_atomic_get_crtc_state(state, intel_crtc);
13144 if (IS_ERR(pipe_config))
13145 return PTR_ERR(pipe_config);
13146
13147 pipe_config->hsw_workaround_pipe = INVALID_PIPE;
13148
13149 if (!pipe_config->base.active ||
13150 needs_modeset(&pipe_config->base))
13151 continue;
13152
13153 /* 2 or more enabled crtcs means no need for w/a */
13154 if (enabled_pipe != INVALID_PIPE)
13155 return 0;
13156
13157 enabled_pipe = intel_crtc->pipe;
13158 }
13159
13160 if (enabled_pipe != INVALID_PIPE)
13161 first_crtc_state->hsw_workaround_pipe = enabled_pipe;
13162 else if (other_crtc_state)
13163 other_crtc_state->hsw_workaround_pipe = first_pipe;
13164
13165 return 0;
13166}
13167
27c329ed
ML
13168static int intel_modeset_all_pipes(struct drm_atomic_state *state)
13169{
13170 struct drm_crtc *crtc;
13171 struct drm_crtc_state *crtc_state;
13172 int ret = 0;
13173
13174 /* add all active pipes to the state */
13175 for_each_crtc(state->dev, crtc) {
13176 crtc_state = drm_atomic_get_crtc_state(state, crtc);
13177 if (IS_ERR(crtc_state))
13178 return PTR_ERR(crtc_state);
13179
13180 if (!crtc_state->active || needs_modeset(crtc_state))
13181 continue;
13182
13183 crtc_state->mode_changed = true;
13184
13185 ret = drm_atomic_add_affected_connectors(state, crtc);
13186 if (ret)
13187 break;
13188
13189 ret = drm_atomic_add_affected_planes(state, crtc);
13190 if (ret)
13191 break;
13192 }
13193
13194 return ret;
13195}
13196
c347a676 13197static int intel_modeset_checks(struct drm_atomic_state *state)
054518dd 13198{
565602d7
ML
13199 struct intel_atomic_state *intel_state = to_intel_atomic_state(state);
13200 struct drm_i915_private *dev_priv = state->dev->dev_private;
13201 struct drm_crtc *crtc;
13202 struct drm_crtc_state *crtc_state;
13203 int ret = 0, i;
054518dd 13204
b359283a
ML
13205 if (!check_digital_port_conflicts(state)) {
13206 DRM_DEBUG_KMS("rejecting conflicting digital port configuration\n");
13207 return -EINVAL;
13208 }
13209
565602d7
ML
13210 intel_state->modeset = true;
13211 intel_state->active_crtcs = dev_priv->active_crtcs;
13212
13213 for_each_crtc_in_state(state, crtc, crtc_state, i) {
13214 if (crtc_state->active)
13215 intel_state->active_crtcs |= 1 << i;
13216 else
13217 intel_state->active_crtcs &= ~(1 << i);
13218 }
13219
054518dd
ACO
13220 /*
13221 * See if the config requires any additional preparation, e.g.
13222 * to adjust global state with pipes off. We need to do this
13223 * here so we can get the modeset_pipe updated config for the new
13224 * mode set on this crtc. For other crtcs we need to use the
13225 * adjusted_mode bits in the crtc directly.
13226 */
27c329ed 13227 if (dev_priv->display.modeset_calc_cdclk) {
27c329ed
ML
13228 ret = dev_priv->display.modeset_calc_cdclk(state);
13229
1a617b77 13230 if (!ret && intel_state->dev_cdclk != dev_priv->cdclk_freq)
27c329ed
ML
13231 ret = intel_modeset_all_pipes(state);
13232
13233 if (ret < 0)
054518dd 13234 return ret;
e8788cbc
ML
13235
13236 DRM_DEBUG_KMS("New cdclk calculated to be atomic %u, actual %u\n",
13237 intel_state->cdclk, intel_state->dev_cdclk);
27c329ed 13238 } else
1a617b77 13239 to_intel_atomic_state(state)->cdclk = dev_priv->atomic_cdclk_freq;
054518dd 13240
ad421372 13241 intel_modeset_clear_plls(state);
054518dd 13242
565602d7 13243 if (IS_HASWELL(dev_priv))
ad421372 13244 return haswell_mode_set_planes_workaround(state);
99d736a2 13245
ad421372 13246 return 0;
c347a676
ACO
13247}
13248
aa363136
MR
13249/*
13250 * Handle calculation of various watermark data at the end of the atomic check
13251 * phase. The code here should be run after the per-crtc and per-plane 'check'
13252 * handlers to ensure that all derived state has been updated.
13253 */
13254static void calc_watermark_data(struct drm_atomic_state *state)
13255{
13256 struct drm_device *dev = state->dev;
13257 struct intel_atomic_state *intel_state = to_intel_atomic_state(state);
13258 struct drm_crtc *crtc;
13259 struct drm_crtc_state *cstate;
13260 struct drm_plane *plane;
13261 struct drm_plane_state *pstate;
13262
13263 /*
13264 * Calculate watermark configuration details now that derived
13265 * plane/crtc state is all properly updated.
13266 */
13267 drm_for_each_crtc(crtc, dev) {
13268 cstate = drm_atomic_get_existing_crtc_state(state, crtc) ?:
13269 crtc->state;
13270
13271 if (cstate->active)
13272 intel_state->wm_config.num_pipes_active++;
13273 }
13274 drm_for_each_legacy_plane(plane, dev) {
13275 pstate = drm_atomic_get_existing_plane_state(state, plane) ?:
13276 plane->state;
13277
13278 if (!to_intel_plane_state(pstate)->visible)
13279 continue;
13280
13281 intel_state->wm_config.sprites_enabled = true;
13282 if (pstate->crtc_w != pstate->src_w >> 16 ||
13283 pstate->crtc_h != pstate->src_h >> 16)
13284 intel_state->wm_config.sprites_scaled = true;
13285 }
13286}
13287
74c090b1
ML
13288/**
13289 * intel_atomic_check - validate state object
13290 * @dev: drm device
13291 * @state: state to validate
13292 */
13293static int intel_atomic_check(struct drm_device *dev,
13294 struct drm_atomic_state *state)
c347a676 13295{
dd8b3bdb 13296 struct drm_i915_private *dev_priv = to_i915(dev);
aa363136 13297 struct intel_atomic_state *intel_state = to_intel_atomic_state(state);
c347a676
ACO
13298 struct drm_crtc *crtc;
13299 struct drm_crtc_state *crtc_state;
13300 int ret, i;
61333b60 13301 bool any_ms = false;
c347a676 13302
74c090b1 13303 ret = drm_atomic_helper_check_modeset(dev, state);
054518dd
ACO
13304 if (ret)
13305 return ret;
13306
c347a676 13307 for_each_crtc_in_state(state, crtc, crtc_state, i) {
cfb23ed6
ML
13308 struct intel_crtc_state *pipe_config =
13309 to_intel_crtc_state(crtc_state);
1ed51de9
DV
13310
13311 /* Catch I915_MODE_FLAG_INHERITED */
13312 if (crtc_state->mode.private_flags != crtc->state->mode.private_flags)
13313 crtc_state->mode_changed = true;
cfb23ed6 13314
61333b60
ML
13315 if (!crtc_state->enable) {
13316 if (needs_modeset(crtc_state))
13317 any_ms = true;
c347a676 13318 continue;
61333b60 13319 }
c347a676 13320
26495481 13321 if (!needs_modeset(crtc_state))
cfb23ed6
ML
13322 continue;
13323
26495481
DV
13324 /* FIXME: For only active_changed we shouldn't need to do any
13325 * state recomputation at all. */
13326
1ed51de9
DV
13327 ret = drm_atomic_add_affected_connectors(state, crtc);
13328 if (ret)
13329 return ret;
b359283a 13330
cfb23ed6 13331 ret = intel_modeset_pipe_config(crtc, pipe_config);
c347a676
ACO
13332 if (ret)
13333 return ret;
13334
73831236 13335 if (i915.fastboot &&
dd8b3bdb 13336 intel_pipe_config_compare(dev,
cfb23ed6 13337 to_intel_crtc_state(crtc->state),
1ed51de9 13338 pipe_config, true)) {
26495481 13339 crtc_state->mode_changed = false;
bfd16b2a 13340 to_intel_crtc_state(crtc_state)->update_pipe = true;
26495481
DV
13341 }
13342
13343 if (needs_modeset(crtc_state)) {
13344 any_ms = true;
cfb23ed6
ML
13345
13346 ret = drm_atomic_add_affected_planes(state, crtc);
13347 if (ret)
13348 return ret;
13349 }
61333b60 13350
26495481
DV
13351 intel_dump_pipe_config(to_intel_crtc(crtc), pipe_config,
13352 needs_modeset(crtc_state) ?
13353 "[modeset]" : "[fastset]");
c347a676
ACO
13354 }
13355
61333b60
ML
13356 if (any_ms) {
13357 ret = intel_modeset_checks(state);
13358
13359 if (ret)
13360 return ret;
27c329ed 13361 } else
dd8b3bdb 13362 intel_state->cdclk = dev_priv->cdclk_freq;
76305b1a 13363
dd8b3bdb 13364 ret = drm_atomic_helper_check_planes(dev, state);
aa363136
MR
13365 if (ret)
13366 return ret;
13367
f51be2e0 13368 intel_fbc_choose_crtc(dev_priv, state);
aa363136
MR
13369 calc_watermark_data(state);
13370
13371 return 0;
054518dd
ACO
13372}
13373
5008e874
ML
13374static int intel_atomic_prepare_commit(struct drm_device *dev,
13375 struct drm_atomic_state *state,
13376 bool async)
13377{
7580d774
ML
13378 struct drm_i915_private *dev_priv = dev->dev_private;
13379 struct drm_plane_state *plane_state;
5008e874 13380 struct drm_crtc_state *crtc_state;
7580d774 13381 struct drm_plane *plane;
5008e874
ML
13382 struct drm_crtc *crtc;
13383 int i, ret;
13384
13385 if (async) {
13386 DRM_DEBUG_KMS("i915 does not yet support async commit\n");
13387 return -EINVAL;
13388 }
13389
13390 for_each_crtc_in_state(state, crtc, crtc_state, i) {
13391 ret = intel_crtc_wait_for_pending_flips(crtc);
13392 if (ret)
13393 return ret;
7580d774
ML
13394
13395 if (atomic_read(&to_intel_crtc(crtc)->unpin_work_count) >= 2)
13396 flush_workqueue(dev_priv->wq);
5008e874
ML
13397 }
13398
f935675f
ML
13399 ret = mutex_lock_interruptible(&dev->struct_mutex);
13400 if (ret)
13401 return ret;
13402
5008e874 13403 ret = drm_atomic_helper_prepare_planes(dev, state);
f7e5838b 13404 mutex_unlock(&dev->struct_mutex);
7580d774 13405
f7e5838b 13406 if (!ret && !async) {
7580d774
ML
13407 for_each_plane_in_state(state, plane, plane_state, i) {
13408 struct intel_plane_state *intel_plane_state =
13409 to_intel_plane_state(plane_state);
13410
13411 if (!intel_plane_state->wait_req)
13412 continue;
13413
13414 ret = __i915_wait_request(intel_plane_state->wait_req,
299259a3 13415 true, NULL, NULL);
f7e5838b 13416 if (ret) {
f4457ae7
CW
13417 /* Any hang should be swallowed by the wait */
13418 WARN_ON(ret == -EIO);
f7e5838b
CW
13419 mutex_lock(&dev->struct_mutex);
13420 drm_atomic_helper_cleanup_planes(dev, state);
13421 mutex_unlock(&dev->struct_mutex);
7580d774 13422 break;
f7e5838b 13423 }
7580d774 13424 }
7580d774 13425 }
5008e874
ML
13426
13427 return ret;
13428}
13429
e8861675
ML
13430static void intel_atomic_wait_for_vblanks(struct drm_device *dev,
13431 struct drm_i915_private *dev_priv,
13432 unsigned crtc_mask)
13433{
13434 unsigned last_vblank_count[I915_MAX_PIPES];
13435 enum pipe pipe;
13436 int ret;
13437
13438 if (!crtc_mask)
13439 return;
13440
13441 for_each_pipe(dev_priv, pipe) {
13442 struct drm_crtc *crtc = dev_priv->pipe_to_crtc_mapping[pipe];
13443
13444 if (!((1 << pipe) & crtc_mask))
13445 continue;
13446
13447 ret = drm_crtc_vblank_get(crtc);
13448 if (WARN_ON(ret != 0)) {
13449 crtc_mask &= ~(1 << pipe);
13450 continue;
13451 }
13452
13453 last_vblank_count[pipe] = drm_crtc_vblank_count(crtc);
13454 }
13455
13456 for_each_pipe(dev_priv, pipe) {
13457 struct drm_crtc *crtc = dev_priv->pipe_to_crtc_mapping[pipe];
13458 long lret;
13459
13460 if (!((1 << pipe) & crtc_mask))
13461 continue;
13462
13463 lret = wait_event_timeout(dev->vblank[pipe].queue,
13464 last_vblank_count[pipe] !=
13465 drm_crtc_vblank_count(crtc),
13466 msecs_to_jiffies(50));
13467
13468 WARN_ON(!lret);
13469
13470 drm_crtc_vblank_put(crtc);
13471 }
13472}
13473
13474static bool needs_vblank_wait(struct intel_crtc_state *crtc_state)
13475{
13476 /* fb updated, need to unpin old fb */
13477 if (crtc_state->fb_changed)
13478 return true;
13479
13480 /* wm changes, need vblank before final wm's */
caed361d 13481 if (crtc_state->update_wm_post)
e8861675
ML
13482 return true;
13483
13484 /*
13485 * cxsr is re-enabled after vblank.
caed361d 13486 * This is already handled by crtc_state->update_wm_post,
e8861675
ML
13487 * but added for clarity.
13488 */
13489 if (crtc_state->disable_cxsr)
13490 return true;
13491
13492 return false;
13493}
13494
74c090b1
ML
13495/**
13496 * intel_atomic_commit - commit validated state object
13497 * @dev: DRM device
13498 * @state: the top-level driver state object
13499 * @async: asynchronous commit
13500 *
13501 * This function commits a top-level state object that has been validated
13502 * with drm_atomic_helper_check().
13503 *
13504 * FIXME: Atomic modeset support for i915 is not yet complete. At the moment
13505 * we can only handle plane-related operations and do not yet support
13506 * asynchronous commit.
13507 *
13508 * RETURNS
13509 * Zero for success or -errno.
13510 */
13511static int intel_atomic_commit(struct drm_device *dev,
13512 struct drm_atomic_state *state,
13513 bool async)
a6778b3c 13514{
565602d7 13515 struct intel_atomic_state *intel_state = to_intel_atomic_state(state);
fbee40df 13516 struct drm_i915_private *dev_priv = dev->dev_private;
29ceb0e6 13517 struct drm_crtc_state *old_crtc_state;
7580d774 13518 struct drm_crtc *crtc;
ed4a6a7c 13519 struct intel_crtc_state *intel_cstate;
565602d7
ML
13520 int ret = 0, i;
13521 bool hw_check = intel_state->modeset;
33c8df89 13522 unsigned long put_domains[I915_MAX_PIPES] = {};
e8861675 13523 unsigned crtc_vblank_mask = 0;
a6778b3c 13524
5008e874 13525 ret = intel_atomic_prepare_commit(dev, state, async);
7580d774
ML
13526 if (ret) {
13527 DRM_DEBUG_ATOMIC("Preparing state failed with %i\n", ret);
d4afb8cc 13528 return ret;
7580d774 13529 }
d4afb8cc 13530
1c5e19f8 13531 drm_atomic_helper_swap_state(dev, state);
a1475e77
ML
13532 dev_priv->wm.config = intel_state->wm_config;
13533 intel_shared_dpll_commit(state);
1c5e19f8 13534
565602d7
ML
13535 if (intel_state->modeset) {
13536 memcpy(dev_priv->min_pixclk, intel_state->min_pixclk,
13537 sizeof(intel_state->min_pixclk));
13538 dev_priv->active_crtcs = intel_state->active_crtcs;
1a617b77 13539 dev_priv->atomic_cdclk_freq = intel_state->cdclk;
33c8df89
ML
13540
13541 intel_display_power_get(dev_priv, POWER_DOMAIN_MODESET);
565602d7
ML
13542 }
13543
29ceb0e6 13544 for_each_crtc_in_state(state, crtc, old_crtc_state, i) {
a539205a
ML
13545 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
13546
33c8df89
ML
13547 if (needs_modeset(crtc->state) ||
13548 to_intel_crtc_state(crtc->state)->update_pipe) {
13549 hw_check = true;
13550
13551 put_domains[to_intel_crtc(crtc)->pipe] =
13552 modeset_get_crtc_power_domains(crtc,
13553 to_intel_crtc_state(crtc->state));
13554 }
13555
61333b60
ML
13556 if (!needs_modeset(crtc->state))
13557 continue;
13558
29ceb0e6 13559 intel_pre_plane_update(to_intel_crtc_state(old_crtc_state));
460da916 13560
29ceb0e6
VS
13561 if (old_crtc_state->active) {
13562 intel_crtc_disable_planes(crtc, old_crtc_state->plane_mask);
a539205a 13563 dev_priv->display.crtc_disable(crtc);
eddfcbcd 13564 intel_crtc->active = false;
58f9c0bc 13565 intel_fbc_disable(intel_crtc);
eddfcbcd 13566 intel_disable_shared_dpll(intel_crtc);
9bbc8258
VS
13567
13568 /*
13569 * Underruns don't always raise
13570 * interrupts, so check manually.
13571 */
13572 intel_check_cpu_fifo_underruns(dev_priv);
13573 intel_check_pch_fifo_underruns(dev_priv);
b9001114
ML
13574
13575 if (!crtc->state->active)
13576 intel_update_watermarks(crtc);
a539205a 13577 }
b8cecdf5 13578 }
7758a113 13579
ea9d758d
DV
13580 /* Only after disabling all output pipelines that will be changed can we
13581 * update the the output configuration. */
4740b0f2 13582 intel_modeset_update_crtc_state(state);
f6e5b160 13583
565602d7 13584 if (intel_state->modeset) {
4740b0f2 13585 drm_atomic_helper_update_legacy_modeset_state(state->dev, state);
33c8df89
ML
13586
13587 if (dev_priv->display.modeset_commit_cdclk &&
13588 intel_state->dev_cdclk != dev_priv->cdclk_freq)
13589 dev_priv->display.modeset_commit_cdclk(state);
f6d1973d 13590
c0ead703 13591 intel_modeset_verify_disabled(dev);
4740b0f2 13592 }
47fab737 13593
a6778b3c 13594 /* Now enable the clocks, plane, pipe, and connectors that we set up. */
29ceb0e6 13595 for_each_crtc_in_state(state, crtc, old_crtc_state, i) {
f6ac4b2a
ML
13596 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
13597 bool modeset = needs_modeset(crtc->state);
e8861675
ML
13598 struct intel_crtc_state *pipe_config =
13599 to_intel_crtc_state(crtc->state);
13600 bool update_pipe = !modeset && pipe_config->update_pipe;
9f836f90 13601
f6ac4b2a 13602 if (modeset && crtc->state->active) {
a539205a
ML
13603 update_scanline_offset(to_intel_crtc(crtc));
13604 dev_priv->display.crtc_enable(crtc);
13605 }
80715b2f 13606
f6ac4b2a 13607 if (!modeset)
29ceb0e6 13608 intel_pre_plane_update(to_intel_crtc_state(old_crtc_state));
f6ac4b2a 13609
31ae71fc
ML
13610 if (crtc->state->active &&
13611 drm_atomic_get_existing_plane_state(state, crtc->primary))
49227c4a
PZ
13612 intel_fbc_enable(intel_crtc);
13613
6173ee28
ML
13614 if (crtc->state->active &&
13615 (crtc->state->planes_changed || update_pipe))
29ceb0e6 13616 drm_atomic_helper_commit_planes_on_crtc(old_crtc_state);
bfd16b2a 13617
e8861675
ML
13618 if (pipe_config->base.active && needs_vblank_wait(pipe_config))
13619 crtc_vblank_mask |= 1 << i;
80715b2f 13620 }
a6778b3c 13621
a6778b3c 13622 /* FIXME: add subpixel order */
83a57153 13623
e8861675
ML
13624 if (!state->legacy_cursor_update)
13625 intel_atomic_wait_for_vblanks(dev, dev_priv, crtc_vblank_mask);
f935675f 13626
ed4a6a7c
MR
13627 /*
13628 * Now that the vblank has passed, we can go ahead and program the
13629 * optimal watermarks on platforms that need two-step watermark
13630 * programming.
13631 *
13632 * TODO: Move this (and other cleanup) to an async worker eventually.
13633 */
29ceb0e6 13634 for_each_crtc_in_state(state, crtc, old_crtc_state, i) {
ed4a6a7c
MR
13635 intel_cstate = to_intel_crtc_state(crtc->state);
13636
13637 if (dev_priv->display.optimize_watermarks)
13638 dev_priv->display.optimize_watermarks(intel_cstate);
13639 }
13640
177246a8
MR
13641 for_each_crtc_in_state(state, crtc, old_crtc_state, i) {
13642 intel_post_plane_update(to_intel_crtc_state(old_crtc_state));
13643
13644 if (put_domains[i])
13645 modeset_put_power_domains(dev_priv, put_domains[i]);
f6d1973d 13646
c0ead703 13647 intel_modeset_verify_crtc(crtc, old_crtc_state, crtc->state);
177246a8
MR
13648 }
13649
13650 if (intel_state->modeset)
13651 intel_display_power_put(dev_priv, POWER_DOMAIN_MODESET);
13652
f935675f 13653 mutex_lock(&dev->struct_mutex);
d4afb8cc 13654 drm_atomic_helper_cleanup_planes(dev, state);
f935675f 13655 mutex_unlock(&dev->struct_mutex);
2bfb4627 13656
ee165b1a 13657 drm_atomic_state_free(state);
f30da187 13658
75714940
MK
13659 /* As one of the primary mmio accessors, KMS has a high likelihood
13660 * of triggering bugs in unclaimed access. After we finish
13661 * modesetting, see if an error has been flagged, and if so
13662 * enable debugging for the next modeset - and hope we catch
13663 * the culprit.
13664 *
13665 * XXX note that we assume display power is on at this point.
13666 * This might hold true now but we need to add pm helper to check
13667 * unclaimed only when the hardware is on, as atomic commits
13668 * can happen also when the device is completely off.
13669 */
13670 intel_uncore_arm_unclaimed_mmio_detection(dev_priv);
13671
74c090b1 13672 return 0;
7f27126e
JB
13673}
13674
c0c36b94
CW
13675void intel_crtc_restore_mode(struct drm_crtc *crtc)
13676{
83a57153
ACO
13677 struct drm_device *dev = crtc->dev;
13678 struct drm_atomic_state *state;
e694eb02 13679 struct drm_crtc_state *crtc_state;
2bfb4627 13680 int ret;
83a57153
ACO
13681
13682 state = drm_atomic_state_alloc(dev);
13683 if (!state) {
e694eb02 13684 DRM_DEBUG_KMS("[CRTC:%d] crtc restore failed, out of memory",
83a57153
ACO
13685 crtc->base.id);
13686 return;
13687 }
13688
e694eb02 13689 state->acquire_ctx = drm_modeset_legacy_acquire_ctx(crtc);
83a57153 13690
e694eb02
ML
13691retry:
13692 crtc_state = drm_atomic_get_crtc_state(state, crtc);
13693 ret = PTR_ERR_OR_ZERO(crtc_state);
13694 if (!ret) {
13695 if (!crtc_state->active)
13696 goto out;
83a57153 13697
e694eb02 13698 crtc_state->mode_changed = true;
74c090b1 13699 ret = drm_atomic_commit(state);
83a57153
ACO
13700 }
13701
e694eb02
ML
13702 if (ret == -EDEADLK) {
13703 drm_atomic_state_clear(state);
13704 drm_modeset_backoff(state->acquire_ctx);
13705 goto retry;
4ed9fb37 13706 }
4be07317 13707
2bfb4627 13708 if (ret)
e694eb02 13709out:
2bfb4627 13710 drm_atomic_state_free(state);
c0c36b94
CW
13711}
13712
25c5b266
DV
13713#undef for_each_intel_crtc_masked
13714
f6e5b160 13715static const struct drm_crtc_funcs intel_crtc_funcs = {
82cf435b 13716 .gamma_set = drm_atomic_helper_legacy_gamma_set,
74c090b1 13717 .set_config = drm_atomic_helper_set_config,
82cf435b 13718 .set_property = drm_atomic_helper_crtc_set_property,
f6e5b160
CW
13719 .destroy = intel_crtc_destroy,
13720 .page_flip = intel_crtc_page_flip,
1356837e
MR
13721 .atomic_duplicate_state = intel_crtc_duplicate_state,
13722 .atomic_destroy_state = intel_crtc_destroy_state,
f6e5b160
CW
13723};
13724
6beb8c23
MR
13725/**
13726 * intel_prepare_plane_fb - Prepare fb for usage on plane
13727 * @plane: drm plane to prepare for
13728 * @fb: framebuffer to prepare for presentation
13729 *
13730 * Prepares a framebuffer for usage on a display plane. Generally this
13731 * involves pinning the underlying object and updating the frontbuffer tracking
13732 * bits. Some older platforms need special physical address handling for
13733 * cursor planes.
13734 *
f935675f
ML
13735 * Must be called with struct_mutex held.
13736 *
6beb8c23
MR
13737 * Returns 0 on success, negative error code on failure.
13738 */
13739int
13740intel_prepare_plane_fb(struct drm_plane *plane,
d136dfee 13741 const struct drm_plane_state *new_state)
465c120c
MR
13742{
13743 struct drm_device *dev = plane->dev;
844f9111 13744 struct drm_framebuffer *fb = new_state->fb;
6beb8c23 13745 struct intel_plane *intel_plane = to_intel_plane(plane);
6beb8c23 13746 struct drm_i915_gem_object *obj = intel_fb_obj(fb);
1ee49399 13747 struct drm_i915_gem_object *old_obj = intel_fb_obj(plane->state->fb);
6beb8c23 13748 int ret = 0;
465c120c 13749
1ee49399 13750 if (!obj && !old_obj)
465c120c
MR
13751 return 0;
13752
5008e874
ML
13753 if (old_obj) {
13754 struct drm_crtc_state *crtc_state =
13755 drm_atomic_get_existing_crtc_state(new_state->state, plane->state->crtc);
13756
13757 /* Big Hammer, we also need to ensure that any pending
13758 * MI_WAIT_FOR_EVENT inside a user batch buffer on the
13759 * current scanout is retired before unpinning the old
13760 * framebuffer. Note that we rely on userspace rendering
13761 * into the buffer attached to the pipe they are waiting
13762 * on. If not, userspace generates a GPU hang with IPEHR
13763 * point to the MI_WAIT_FOR_EVENT.
13764 *
13765 * This should only fail upon a hung GPU, in which case we
13766 * can safely continue.
13767 */
13768 if (needs_modeset(crtc_state))
13769 ret = i915_gem_object_wait_rendering(old_obj, true);
f4457ae7
CW
13770 if (ret) {
13771 /* GPU hangs should have been swallowed by the wait */
13772 WARN_ON(ret == -EIO);
f935675f 13773 return ret;
f4457ae7 13774 }
5008e874
ML
13775 }
13776
3c28ff22
AG
13777 /* For framebuffer backed by dmabuf, wait for fence */
13778 if (obj && obj->base.dma_buf) {
bcf8be27
ML
13779 long lret;
13780
13781 lret = reservation_object_wait_timeout_rcu(obj->base.dma_buf->resv,
13782 false, true,
13783 MAX_SCHEDULE_TIMEOUT);
13784 if (lret == -ERESTARTSYS)
13785 return lret;
3c28ff22 13786
bcf8be27 13787 WARN(lret < 0, "waiting returns %li\n", lret);
3c28ff22
AG
13788 }
13789
1ee49399
ML
13790 if (!obj) {
13791 ret = 0;
13792 } else if (plane->type == DRM_PLANE_TYPE_CURSOR &&
6beb8c23
MR
13793 INTEL_INFO(dev)->cursor_needs_physical) {
13794 int align = IS_I830(dev) ? 16 * 1024 : 256;
13795 ret = i915_gem_object_attach_phys(obj, align);
13796 if (ret)
13797 DRM_DEBUG_KMS("failed to attach phys object\n");
13798 } else {
3465c580 13799 ret = intel_pin_and_fence_fb_obj(fb, new_state->rotation);
6beb8c23 13800 }
465c120c 13801
7580d774
ML
13802 if (ret == 0) {
13803 if (obj) {
13804 struct intel_plane_state *plane_state =
13805 to_intel_plane_state(new_state);
13806
13807 i915_gem_request_assign(&plane_state->wait_req,
13808 obj->last_write_req);
13809 }
13810
a9ff8714 13811 i915_gem_track_fb(old_obj, obj, intel_plane->frontbuffer_bit);
7580d774 13812 }
fdd508a6 13813
6beb8c23
MR
13814 return ret;
13815}
13816
38f3ce3a
MR
13817/**
13818 * intel_cleanup_plane_fb - Cleans up an fb after plane use
13819 * @plane: drm plane to clean up for
13820 * @fb: old framebuffer that was on plane
13821 *
13822 * Cleans up a framebuffer that has just been removed from a plane.
f935675f
ML
13823 *
13824 * Must be called with struct_mutex held.
38f3ce3a
MR
13825 */
13826void
13827intel_cleanup_plane_fb(struct drm_plane *plane,
d136dfee 13828 const struct drm_plane_state *old_state)
38f3ce3a
MR
13829{
13830 struct drm_device *dev = plane->dev;
1ee49399 13831 struct intel_plane *intel_plane = to_intel_plane(plane);
7580d774 13832 struct intel_plane_state *old_intel_state;
1ee49399
ML
13833 struct drm_i915_gem_object *old_obj = intel_fb_obj(old_state->fb);
13834 struct drm_i915_gem_object *obj = intel_fb_obj(plane->state->fb);
38f3ce3a 13835
7580d774
ML
13836 old_intel_state = to_intel_plane_state(old_state);
13837
1ee49399 13838 if (!obj && !old_obj)
38f3ce3a
MR
13839 return;
13840
1ee49399
ML
13841 if (old_obj && (plane->type != DRM_PLANE_TYPE_CURSOR ||
13842 !INTEL_INFO(dev)->cursor_needs_physical))
3465c580 13843 intel_unpin_fb_obj(old_state->fb, old_state->rotation);
1ee49399
ML
13844
13845 /* prepare_fb aborted? */
13846 if ((old_obj && (old_obj->frontbuffer_bits & intel_plane->frontbuffer_bit)) ||
13847 (obj && !(obj->frontbuffer_bits & intel_plane->frontbuffer_bit)))
13848 i915_gem_track_fb(old_obj, obj, intel_plane->frontbuffer_bit);
7580d774
ML
13849
13850 i915_gem_request_assign(&old_intel_state->wait_req, NULL);
465c120c
MR
13851}
13852
6156a456
CK
13853int
13854skl_max_scale(struct intel_crtc *intel_crtc, struct intel_crtc_state *crtc_state)
13855{
13856 int max_scale;
13857 struct drm_device *dev;
13858 struct drm_i915_private *dev_priv;
13859 int crtc_clock, cdclk;
13860
bf8a0af0 13861 if (!intel_crtc || !crtc_state->base.enable)
6156a456
CK
13862 return DRM_PLANE_HELPER_NO_SCALING;
13863
13864 dev = intel_crtc->base.dev;
13865 dev_priv = dev->dev_private;
13866 crtc_clock = crtc_state->base.adjusted_mode.crtc_clock;
27c329ed 13867 cdclk = to_intel_atomic_state(crtc_state->base.state)->cdclk;
6156a456 13868
54bf1ce6 13869 if (WARN_ON_ONCE(!crtc_clock || cdclk < crtc_clock))
6156a456
CK
13870 return DRM_PLANE_HELPER_NO_SCALING;
13871
13872 /*
13873 * skl max scale is lower of:
13874 * close to 3 but not 3, -1 is for that purpose
13875 * or
13876 * cdclk/crtc_clock
13877 */
13878 max_scale = min((1 << 16) * 3 - 1, (1 << 8) * ((cdclk << 8) / crtc_clock));
13879
13880 return max_scale;
13881}
13882
465c120c 13883static int
3c692a41 13884intel_check_primary_plane(struct drm_plane *plane,
061e4b8d 13885 struct intel_crtc_state *crtc_state,
3c692a41
GP
13886 struct intel_plane_state *state)
13887{
2b875c22
MR
13888 struct drm_crtc *crtc = state->base.crtc;
13889 struct drm_framebuffer *fb = state->base.fb;
6156a456 13890 int min_scale = DRM_PLANE_HELPER_NO_SCALING;
061e4b8d
ML
13891 int max_scale = DRM_PLANE_HELPER_NO_SCALING;
13892 bool can_position = false;
465c120c 13893
693bdc28
VS
13894 if (INTEL_INFO(plane->dev)->gen >= 9) {
13895 /* use scaler when colorkey is not required */
13896 if (state->ckey.flags == I915_SET_COLORKEY_NONE) {
13897 min_scale = 1;
13898 max_scale = skl_max_scale(to_intel_crtc(crtc), crtc_state);
13899 }
d8106366 13900 can_position = true;
6156a456 13901 }
d8106366 13902
061e4b8d
ML
13903 return drm_plane_helper_check_update(plane, crtc, fb, &state->src,
13904 &state->dst, &state->clip,
da20eabd
ML
13905 min_scale, max_scale,
13906 can_position, true,
13907 &state->visible);
14af293f
GP
13908}
13909
613d2b27
ML
13910static void intel_begin_crtc_commit(struct drm_crtc *crtc,
13911 struct drm_crtc_state *old_crtc_state)
3c692a41 13912{
32b7eeec 13913 struct drm_device *dev = crtc->dev;
3c692a41 13914 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
bfd16b2a
ML
13915 struct intel_crtc_state *old_intel_state =
13916 to_intel_crtc_state(old_crtc_state);
13917 bool modeset = needs_modeset(crtc->state);
3c692a41 13918
c34c9ee4 13919 /* Perform vblank evasion around commit operation */
62852622 13920 intel_pipe_update_start(intel_crtc);
0583236e 13921
bfd16b2a
ML
13922 if (modeset)
13923 return;
13924
20a34e78
ML
13925 if (crtc->state->color_mgmt_changed || to_intel_crtc_state(crtc->state)->update_pipe) {
13926 intel_color_set_csc(crtc->state);
13927 intel_color_load_luts(crtc->state);
13928 }
13929
bfd16b2a
ML
13930 if (to_intel_crtc_state(crtc->state)->update_pipe)
13931 intel_update_pipe_config(intel_crtc, old_intel_state);
13932 else if (INTEL_INFO(dev)->gen >= 9)
0583236e 13933 skl_detach_scalers(intel_crtc);
32b7eeec
MR
13934}
13935
613d2b27
ML
13936static void intel_finish_crtc_commit(struct drm_crtc *crtc,
13937 struct drm_crtc_state *old_crtc_state)
32b7eeec 13938{
32b7eeec 13939 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
32b7eeec 13940
62852622 13941 intel_pipe_update_end(intel_crtc);
3c692a41
GP
13942}
13943
cf4c7c12 13944/**
4a3b8769
MR
13945 * intel_plane_destroy - destroy a plane
13946 * @plane: plane to destroy
cf4c7c12 13947 *
4a3b8769
MR
13948 * Common destruction function for all types of planes (primary, cursor,
13949 * sprite).
cf4c7c12 13950 */
4a3b8769 13951void intel_plane_destroy(struct drm_plane *plane)
465c120c
MR
13952{
13953 struct intel_plane *intel_plane = to_intel_plane(plane);
13954 drm_plane_cleanup(plane);
13955 kfree(intel_plane);
13956}
13957
65a3fea0 13958const struct drm_plane_funcs intel_plane_funcs = {
70a101f8
MR
13959 .update_plane = drm_atomic_helper_update_plane,
13960 .disable_plane = drm_atomic_helper_disable_plane,
3d7d6510 13961 .destroy = intel_plane_destroy,
c196e1d6 13962 .set_property = drm_atomic_helper_plane_set_property,
a98b3431
MR
13963 .atomic_get_property = intel_plane_atomic_get_property,
13964 .atomic_set_property = intel_plane_atomic_set_property,
ea2c67bb
MR
13965 .atomic_duplicate_state = intel_plane_duplicate_state,
13966 .atomic_destroy_state = intel_plane_destroy_state,
13967
465c120c
MR
13968};
13969
13970static struct drm_plane *intel_primary_plane_create(struct drm_device *dev,
13971 int pipe)
13972{
fca0ce2a
VS
13973 struct intel_plane *primary = NULL;
13974 struct intel_plane_state *state = NULL;
465c120c 13975 const uint32_t *intel_primary_formats;
45e3743a 13976 unsigned int num_formats;
fca0ce2a 13977 int ret;
465c120c
MR
13978
13979 primary = kzalloc(sizeof(*primary), GFP_KERNEL);
fca0ce2a
VS
13980 if (!primary)
13981 goto fail;
465c120c 13982
8e7d688b 13983 state = intel_create_plane_state(&primary->base);
fca0ce2a
VS
13984 if (!state)
13985 goto fail;
8e7d688b 13986 primary->base.state = &state->base;
ea2c67bb 13987
465c120c
MR
13988 primary->can_scale = false;
13989 primary->max_downscale = 1;
6156a456
CK
13990 if (INTEL_INFO(dev)->gen >= 9) {
13991 primary->can_scale = true;
af99ceda 13992 state->scaler_id = -1;
6156a456 13993 }
465c120c
MR
13994 primary->pipe = pipe;
13995 primary->plane = pipe;
a9ff8714 13996 primary->frontbuffer_bit = INTEL_FRONTBUFFER_PRIMARY(pipe);
c59cb179 13997 primary->check_plane = intel_check_primary_plane;
465c120c
MR
13998 if (HAS_FBC(dev) && INTEL_INFO(dev)->gen < 4)
13999 primary->plane = !pipe;
14000
6c0fd451
DL
14001 if (INTEL_INFO(dev)->gen >= 9) {
14002 intel_primary_formats = skl_primary_formats;
14003 num_formats = ARRAY_SIZE(skl_primary_formats);
a8d201af
ML
14004
14005 primary->update_plane = skylake_update_primary_plane;
14006 primary->disable_plane = skylake_disable_primary_plane;
14007 } else if (HAS_PCH_SPLIT(dev)) {
14008 intel_primary_formats = i965_primary_formats;
14009 num_formats = ARRAY_SIZE(i965_primary_formats);
14010
14011 primary->update_plane = ironlake_update_primary_plane;
14012 primary->disable_plane = i9xx_disable_primary_plane;
6c0fd451 14013 } else if (INTEL_INFO(dev)->gen >= 4) {
568db4f2
DL
14014 intel_primary_formats = i965_primary_formats;
14015 num_formats = ARRAY_SIZE(i965_primary_formats);
a8d201af
ML
14016
14017 primary->update_plane = i9xx_update_primary_plane;
14018 primary->disable_plane = i9xx_disable_primary_plane;
6c0fd451
DL
14019 } else {
14020 intel_primary_formats = i8xx_primary_formats;
14021 num_formats = ARRAY_SIZE(i8xx_primary_formats);
a8d201af
ML
14022
14023 primary->update_plane = i9xx_update_primary_plane;
14024 primary->disable_plane = i9xx_disable_primary_plane;
465c120c
MR
14025 }
14026
fca0ce2a
VS
14027 ret = drm_universal_plane_init(dev, &primary->base, 0,
14028 &intel_plane_funcs,
14029 intel_primary_formats, num_formats,
14030 DRM_PLANE_TYPE_PRIMARY, NULL);
14031 if (ret)
14032 goto fail;
48404c1e 14033
3b7a5119
SJ
14034 if (INTEL_INFO(dev)->gen >= 4)
14035 intel_create_rotation_property(dev, primary);
48404c1e 14036
ea2c67bb
MR
14037 drm_plane_helper_add(&primary->base, &intel_plane_helper_funcs);
14038
465c120c 14039 return &primary->base;
fca0ce2a
VS
14040
14041fail:
14042 kfree(state);
14043 kfree(primary);
14044
14045 return NULL;
465c120c
MR
14046}
14047
3b7a5119
SJ
14048void intel_create_rotation_property(struct drm_device *dev, struct intel_plane *plane)
14049{
14050 if (!dev->mode_config.rotation_property) {
14051 unsigned long flags = BIT(DRM_ROTATE_0) |
14052 BIT(DRM_ROTATE_180);
14053
14054 if (INTEL_INFO(dev)->gen >= 9)
14055 flags |= BIT(DRM_ROTATE_90) | BIT(DRM_ROTATE_270);
14056
14057 dev->mode_config.rotation_property =
14058 drm_mode_create_rotation_property(dev, flags);
14059 }
14060 if (dev->mode_config.rotation_property)
14061 drm_object_attach_property(&plane->base.base,
14062 dev->mode_config.rotation_property,
14063 plane->base.state->rotation);
14064}
14065
3d7d6510 14066static int
852e787c 14067intel_check_cursor_plane(struct drm_plane *plane,
061e4b8d 14068 struct intel_crtc_state *crtc_state,
852e787c 14069 struct intel_plane_state *state)
3d7d6510 14070{
061e4b8d 14071 struct drm_crtc *crtc = crtc_state->base.crtc;
2b875c22 14072 struct drm_framebuffer *fb = state->base.fb;
757f9a3e 14073 struct drm_i915_gem_object *obj = intel_fb_obj(fb);
b29ec92c 14074 enum pipe pipe = to_intel_plane(plane)->pipe;
757f9a3e
GP
14075 unsigned stride;
14076 int ret;
3d7d6510 14077
061e4b8d
ML
14078 ret = drm_plane_helper_check_update(plane, crtc, fb, &state->src,
14079 &state->dst, &state->clip,
3d7d6510
MR
14080 DRM_PLANE_HELPER_NO_SCALING,
14081 DRM_PLANE_HELPER_NO_SCALING,
852e787c 14082 true, true, &state->visible);
757f9a3e
GP
14083 if (ret)
14084 return ret;
14085
757f9a3e
GP
14086 /* if we want to turn off the cursor ignore width and height */
14087 if (!obj)
da20eabd 14088 return 0;
757f9a3e 14089
757f9a3e 14090 /* Check for which cursor types we support */
061e4b8d 14091 if (!cursor_size_ok(plane->dev, state->base.crtc_w, state->base.crtc_h)) {
ea2c67bb
MR
14092 DRM_DEBUG("Cursor dimension %dx%d not supported\n",
14093 state->base.crtc_w, state->base.crtc_h);
757f9a3e
GP
14094 return -EINVAL;
14095 }
14096
ea2c67bb
MR
14097 stride = roundup_pow_of_two(state->base.crtc_w) * 4;
14098 if (obj->base.size < stride * state->base.crtc_h) {
757f9a3e
GP
14099 DRM_DEBUG_KMS("buffer is too small\n");
14100 return -ENOMEM;
14101 }
14102
3a656b54 14103 if (fb->modifier[0] != DRM_FORMAT_MOD_NONE) {
757f9a3e 14104 DRM_DEBUG_KMS("cursor cannot be tiled\n");
da20eabd 14105 return -EINVAL;
32b7eeec
MR
14106 }
14107
b29ec92c
VS
14108 /*
14109 * There's something wrong with the cursor on CHV pipe C.
14110 * If it straddles the left edge of the screen then
14111 * moving it away from the edge or disabling it often
14112 * results in a pipe underrun, and often that can lead to
14113 * dead pipe (constant underrun reported, and it scans
14114 * out just a solid color). To recover from that, the
14115 * display power well must be turned off and on again.
14116 * Refuse the put the cursor into that compromised position.
14117 */
14118 if (IS_CHERRYVIEW(plane->dev) && pipe == PIPE_C &&
14119 state->visible && state->base.crtc_x < 0) {
14120 DRM_DEBUG_KMS("CHV cursor C not allowed to straddle the left screen edge\n");
14121 return -EINVAL;
14122 }
14123
da20eabd 14124 return 0;
852e787c 14125}
3d7d6510 14126
a8ad0d8e
ML
14127static void
14128intel_disable_cursor_plane(struct drm_plane *plane,
7fabf5ef 14129 struct drm_crtc *crtc)
a8ad0d8e 14130{
f2858021
ML
14131 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
14132
14133 intel_crtc->cursor_addr = 0;
55a08b3f 14134 intel_crtc_update_cursor(crtc, NULL);
a8ad0d8e
ML
14135}
14136
f4a2cf29 14137static void
55a08b3f
ML
14138intel_update_cursor_plane(struct drm_plane *plane,
14139 const struct intel_crtc_state *crtc_state,
14140 const struct intel_plane_state *state)
852e787c 14141{
55a08b3f
ML
14142 struct drm_crtc *crtc = crtc_state->base.crtc;
14143 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
ea2c67bb 14144 struct drm_device *dev = plane->dev;
2b875c22 14145 struct drm_i915_gem_object *obj = intel_fb_obj(state->base.fb);
a912f12f 14146 uint32_t addr;
852e787c 14147
f4a2cf29 14148 if (!obj)
a912f12f 14149 addr = 0;
f4a2cf29 14150 else if (!INTEL_INFO(dev)->cursor_needs_physical)
a912f12f 14151 addr = i915_gem_obj_ggtt_offset(obj);
f4a2cf29 14152 else
a912f12f 14153 addr = obj->phys_handle->busaddr;
852e787c 14154
a912f12f 14155 intel_crtc->cursor_addr = addr;
55a08b3f 14156 intel_crtc_update_cursor(crtc, state);
852e787c
GP
14157}
14158
3d7d6510
MR
14159static struct drm_plane *intel_cursor_plane_create(struct drm_device *dev,
14160 int pipe)
14161{
fca0ce2a
VS
14162 struct intel_plane *cursor = NULL;
14163 struct intel_plane_state *state = NULL;
14164 int ret;
3d7d6510
MR
14165
14166 cursor = kzalloc(sizeof(*cursor), GFP_KERNEL);
fca0ce2a
VS
14167 if (!cursor)
14168 goto fail;
3d7d6510 14169
8e7d688b 14170 state = intel_create_plane_state(&cursor->base);
fca0ce2a
VS
14171 if (!state)
14172 goto fail;
8e7d688b 14173 cursor->base.state = &state->base;
ea2c67bb 14174
3d7d6510
MR
14175 cursor->can_scale = false;
14176 cursor->max_downscale = 1;
14177 cursor->pipe = pipe;
14178 cursor->plane = pipe;
a9ff8714 14179 cursor->frontbuffer_bit = INTEL_FRONTBUFFER_CURSOR(pipe);
c59cb179 14180 cursor->check_plane = intel_check_cursor_plane;
55a08b3f 14181 cursor->update_plane = intel_update_cursor_plane;
a8ad0d8e 14182 cursor->disable_plane = intel_disable_cursor_plane;
3d7d6510 14183
fca0ce2a
VS
14184 ret = drm_universal_plane_init(dev, &cursor->base, 0,
14185 &intel_plane_funcs,
14186 intel_cursor_formats,
14187 ARRAY_SIZE(intel_cursor_formats),
14188 DRM_PLANE_TYPE_CURSOR, NULL);
14189 if (ret)
14190 goto fail;
4398ad45
VS
14191
14192 if (INTEL_INFO(dev)->gen >= 4) {
14193 if (!dev->mode_config.rotation_property)
14194 dev->mode_config.rotation_property =
14195 drm_mode_create_rotation_property(dev,
14196 BIT(DRM_ROTATE_0) |
14197 BIT(DRM_ROTATE_180));
14198 if (dev->mode_config.rotation_property)
14199 drm_object_attach_property(&cursor->base.base,
14200 dev->mode_config.rotation_property,
8e7d688b 14201 state->base.rotation);
4398ad45
VS
14202 }
14203
af99ceda
CK
14204 if (INTEL_INFO(dev)->gen >=9)
14205 state->scaler_id = -1;
14206
ea2c67bb
MR
14207 drm_plane_helper_add(&cursor->base, &intel_plane_helper_funcs);
14208
3d7d6510 14209 return &cursor->base;
fca0ce2a
VS
14210
14211fail:
14212 kfree(state);
14213 kfree(cursor);
14214
14215 return NULL;
3d7d6510
MR
14216}
14217
549e2bfb
CK
14218static void skl_init_scalers(struct drm_device *dev, struct intel_crtc *intel_crtc,
14219 struct intel_crtc_state *crtc_state)
14220{
14221 int i;
14222 struct intel_scaler *intel_scaler;
14223 struct intel_crtc_scaler_state *scaler_state = &crtc_state->scaler_state;
14224
14225 for (i = 0; i < intel_crtc->num_scalers; i++) {
14226 intel_scaler = &scaler_state->scalers[i];
14227 intel_scaler->in_use = 0;
549e2bfb
CK
14228 intel_scaler->mode = PS_SCALER_MODE_DYN;
14229 }
14230
14231 scaler_state->scaler_id = -1;
14232}
14233
b358d0a6 14234static void intel_crtc_init(struct drm_device *dev, int pipe)
79e53945 14235{
fbee40df 14236 struct drm_i915_private *dev_priv = dev->dev_private;
79e53945 14237 struct intel_crtc *intel_crtc;
f5de6e07 14238 struct intel_crtc_state *crtc_state = NULL;
3d7d6510
MR
14239 struct drm_plane *primary = NULL;
14240 struct drm_plane *cursor = NULL;
8563b1e8 14241 int ret;
79e53945 14242
955382f3 14243 intel_crtc = kzalloc(sizeof(*intel_crtc), GFP_KERNEL);
79e53945
JB
14244 if (intel_crtc == NULL)
14245 return;
14246
f5de6e07
ACO
14247 crtc_state = kzalloc(sizeof(*crtc_state), GFP_KERNEL);
14248 if (!crtc_state)
14249 goto fail;
550acefd
ACO
14250 intel_crtc->config = crtc_state;
14251 intel_crtc->base.state = &crtc_state->base;
07878248 14252 crtc_state->base.crtc = &intel_crtc->base;
f5de6e07 14253
549e2bfb
CK
14254 /* initialize shared scalers */
14255 if (INTEL_INFO(dev)->gen >= 9) {
14256 if (pipe == PIPE_C)
14257 intel_crtc->num_scalers = 1;
14258 else
14259 intel_crtc->num_scalers = SKL_NUM_SCALERS;
14260
14261 skl_init_scalers(dev, intel_crtc, crtc_state);
14262 }
14263
465c120c 14264 primary = intel_primary_plane_create(dev, pipe);
3d7d6510
MR
14265 if (!primary)
14266 goto fail;
14267
14268 cursor = intel_cursor_plane_create(dev, pipe);
14269 if (!cursor)
14270 goto fail;
14271
465c120c 14272 ret = drm_crtc_init_with_planes(dev, &intel_crtc->base, primary,
f9882876 14273 cursor, &intel_crtc_funcs, NULL);
3d7d6510
MR
14274 if (ret)
14275 goto fail;
79e53945 14276
1f1c2e24
VS
14277 /*
14278 * On gen2/3 only plane A can do fbc, but the panel fitter and lvds port
8c0f92e1 14279 * is hooked to pipe B. Hence we want plane A feeding pipe B.
1f1c2e24 14280 */
80824003
JB
14281 intel_crtc->pipe = pipe;
14282 intel_crtc->plane = pipe;
3a77c4c4 14283 if (HAS_FBC(dev) && INTEL_INFO(dev)->gen < 4) {
28c97730 14284 DRM_DEBUG_KMS("swapping pipes & planes for FBC\n");
e2e767ab 14285 intel_crtc->plane = !pipe;
80824003
JB
14286 }
14287
4b0e333e
CW
14288 intel_crtc->cursor_base = ~0;
14289 intel_crtc->cursor_cntl = ~0;
dc41c154 14290 intel_crtc->cursor_size = ~0;
8d7849db 14291
852eb00d
VS
14292 intel_crtc->wm.cxsr_allowed = true;
14293
22fd0fab
JB
14294 BUG_ON(pipe >= ARRAY_SIZE(dev_priv->plane_to_crtc_mapping) ||
14295 dev_priv->plane_to_crtc_mapping[intel_crtc->plane] != NULL);
14296 dev_priv->plane_to_crtc_mapping[intel_crtc->plane] = &intel_crtc->base;
14297 dev_priv->pipe_to_crtc_mapping[intel_crtc->pipe] = &intel_crtc->base;
14298
79e53945 14299 drm_crtc_helper_add(&intel_crtc->base, &intel_helper_funcs);
87b6b101 14300
8563b1e8
LL
14301 intel_color_init(&intel_crtc->base);
14302
87b6b101 14303 WARN_ON(drm_crtc_index(&intel_crtc->base) != intel_crtc->pipe);
3d7d6510
MR
14304 return;
14305
14306fail:
14307 if (primary)
14308 drm_plane_cleanup(primary);
14309 if (cursor)
14310 drm_plane_cleanup(cursor);
f5de6e07 14311 kfree(crtc_state);
3d7d6510 14312 kfree(intel_crtc);
79e53945
JB
14313}
14314
752aa88a
JB
14315enum pipe intel_get_pipe_from_connector(struct intel_connector *connector)
14316{
14317 struct drm_encoder *encoder = connector->base.encoder;
6e9f798d 14318 struct drm_device *dev = connector->base.dev;
752aa88a 14319
51fd371b 14320 WARN_ON(!drm_modeset_is_locked(&dev->mode_config.connection_mutex));
752aa88a 14321
d3babd3f 14322 if (!encoder || WARN_ON(!encoder->crtc))
752aa88a
JB
14323 return INVALID_PIPE;
14324
14325 return to_intel_crtc(encoder->crtc)->pipe;
14326}
14327
08d7b3d1 14328int intel_get_pipe_from_crtc_id(struct drm_device *dev, void *data,
05394f39 14329 struct drm_file *file)
08d7b3d1 14330{
08d7b3d1 14331 struct drm_i915_get_pipe_from_crtc_id *pipe_from_crtc_id = data;
7707e653 14332 struct drm_crtc *drmmode_crtc;
c05422d5 14333 struct intel_crtc *crtc;
08d7b3d1 14334
7707e653 14335 drmmode_crtc = drm_crtc_find(dev, pipe_from_crtc_id->crtc_id);
08d7b3d1 14336
7707e653 14337 if (!drmmode_crtc) {
08d7b3d1 14338 DRM_ERROR("no such CRTC id\n");
3f2c2057 14339 return -ENOENT;
08d7b3d1
CW
14340 }
14341
7707e653 14342 crtc = to_intel_crtc(drmmode_crtc);
c05422d5 14343 pipe_from_crtc_id->pipe = crtc->pipe;
08d7b3d1 14344
c05422d5 14345 return 0;
08d7b3d1
CW
14346}
14347
66a9278e 14348static int intel_encoder_clones(struct intel_encoder *encoder)
79e53945 14349{
66a9278e
DV
14350 struct drm_device *dev = encoder->base.dev;
14351 struct intel_encoder *source_encoder;
79e53945 14352 int index_mask = 0;
79e53945
JB
14353 int entry = 0;
14354
b2784e15 14355 for_each_intel_encoder(dev, source_encoder) {
bc079e8b 14356 if (encoders_cloneable(encoder, source_encoder))
66a9278e
DV
14357 index_mask |= (1 << entry);
14358
79e53945
JB
14359 entry++;
14360 }
4ef69c7a 14361
79e53945
JB
14362 return index_mask;
14363}
14364
4d302442
CW
14365static bool has_edp_a(struct drm_device *dev)
14366{
14367 struct drm_i915_private *dev_priv = dev->dev_private;
14368
14369 if (!IS_MOBILE(dev))
14370 return false;
14371
14372 if ((I915_READ(DP_A) & DP_DETECTED) == 0)
14373 return false;
14374
e3589908 14375 if (IS_GEN5(dev) && (I915_READ(FUSE_STRAP) & ILK_eDP_A_DISABLE))
4d302442
CW
14376 return false;
14377
14378 return true;
14379}
14380
84b4e042
JB
14381static bool intel_crt_present(struct drm_device *dev)
14382{
14383 struct drm_i915_private *dev_priv = dev->dev_private;
14384
884497ed
DL
14385 if (INTEL_INFO(dev)->gen >= 9)
14386 return false;
14387
cf404ce4 14388 if (IS_HSW_ULT(dev) || IS_BDW_ULT(dev))
84b4e042
JB
14389 return false;
14390
14391 if (IS_CHERRYVIEW(dev))
14392 return false;
14393
65e472e4
VS
14394 if (HAS_PCH_LPT_H(dev) && I915_READ(SFUSE_STRAP) & SFUSE_STRAP_CRT_DISABLED)
14395 return false;
14396
70ac54d0
VS
14397 /* DDI E can't be used if DDI A requires 4 lanes */
14398 if (HAS_DDI(dev) && I915_READ(DDI_BUF_CTL(PORT_A)) & DDI_A_4_LANES)
14399 return false;
14400
e4abb733 14401 if (!dev_priv->vbt.int_crt_support)
84b4e042
JB
14402 return false;
14403
14404 return true;
14405}
14406
79e53945
JB
14407static void intel_setup_outputs(struct drm_device *dev)
14408{
725e30ad 14409 struct drm_i915_private *dev_priv = dev->dev_private;
4ef69c7a 14410 struct intel_encoder *encoder;
cb0953d7 14411 bool dpd_is_edp = false;
79e53945 14412
c9093354 14413 intel_lvds_init(dev);
79e53945 14414
84b4e042 14415 if (intel_crt_present(dev))
79935fca 14416 intel_crt_init(dev);
cb0953d7 14417
c776eb2e
VK
14418 if (IS_BROXTON(dev)) {
14419 /*
14420 * FIXME: Broxton doesn't support port detection via the
14421 * DDI_BUF_CTL_A or SFUSE_STRAP registers, find another way to
14422 * detect the ports.
14423 */
14424 intel_ddi_init(dev, PORT_A);
14425 intel_ddi_init(dev, PORT_B);
14426 intel_ddi_init(dev, PORT_C);
c6c794a2
SS
14427
14428 intel_dsi_init(dev);
c776eb2e 14429 } else if (HAS_DDI(dev)) {
0e72a5b5
ED
14430 int found;
14431
de31facd
JB
14432 /*
14433 * Haswell uses DDI functions to detect digital outputs.
14434 * On SKL pre-D0 the strap isn't connected, so we assume
14435 * it's there.
14436 */
77179400 14437 found = I915_READ(DDI_BUF_CTL(PORT_A)) & DDI_INIT_DISPLAY_DETECTED;
de31facd 14438 /* WaIgnoreDDIAStrap: skl */
ef11bdb3 14439 if (found || IS_SKYLAKE(dev) || IS_KABYLAKE(dev))
0e72a5b5
ED
14440 intel_ddi_init(dev, PORT_A);
14441
14442 /* DDI B, C and D detection is indicated by the SFUSE_STRAP
14443 * register */
14444 found = I915_READ(SFUSE_STRAP);
14445
14446 if (found & SFUSE_STRAP_DDIB_DETECTED)
14447 intel_ddi_init(dev, PORT_B);
14448 if (found & SFUSE_STRAP_DDIC_DETECTED)
14449 intel_ddi_init(dev, PORT_C);
14450 if (found & SFUSE_STRAP_DDID_DETECTED)
14451 intel_ddi_init(dev, PORT_D);
2800e4c2
RV
14452 /*
14453 * On SKL we don't have a way to detect DDI-E so we rely on VBT.
14454 */
ef11bdb3 14455 if ((IS_SKYLAKE(dev) || IS_KABYLAKE(dev)) &&
2800e4c2
RV
14456 (dev_priv->vbt.ddi_port_info[PORT_E].supports_dp ||
14457 dev_priv->vbt.ddi_port_info[PORT_E].supports_dvi ||
14458 dev_priv->vbt.ddi_port_info[PORT_E].supports_hdmi))
14459 intel_ddi_init(dev, PORT_E);
14460
0e72a5b5 14461 } else if (HAS_PCH_SPLIT(dev)) {
cb0953d7 14462 int found;
5d8a7752 14463 dpd_is_edp = intel_dp_is_edp(dev, PORT_D);
270b3042
DV
14464
14465 if (has_edp_a(dev))
14466 intel_dp_init(dev, DP_A, PORT_A);
cb0953d7 14467
dc0fa718 14468 if (I915_READ(PCH_HDMIB) & SDVO_DETECTED) {
461ed3ca 14469 /* PCH SDVOB multiplex with HDMIB */
2a5c0832 14470 found = intel_sdvo_init(dev, PCH_SDVOB, PORT_B);
30ad48b7 14471 if (!found)
e2debe91 14472 intel_hdmi_init(dev, PCH_HDMIB, PORT_B);
5eb08b69 14473 if (!found && (I915_READ(PCH_DP_B) & DP_DETECTED))
ab9d7c30 14474 intel_dp_init(dev, PCH_DP_B, PORT_B);
30ad48b7
ZW
14475 }
14476
dc0fa718 14477 if (I915_READ(PCH_HDMIC) & SDVO_DETECTED)
e2debe91 14478 intel_hdmi_init(dev, PCH_HDMIC, PORT_C);
30ad48b7 14479
dc0fa718 14480 if (!dpd_is_edp && I915_READ(PCH_HDMID) & SDVO_DETECTED)
e2debe91 14481 intel_hdmi_init(dev, PCH_HDMID, PORT_D);
30ad48b7 14482
5eb08b69 14483 if (I915_READ(PCH_DP_C) & DP_DETECTED)
ab9d7c30 14484 intel_dp_init(dev, PCH_DP_C, PORT_C);
5eb08b69 14485
270b3042 14486 if (I915_READ(PCH_DP_D) & DP_DETECTED)
ab9d7c30 14487 intel_dp_init(dev, PCH_DP_D, PORT_D);
666a4537 14488 } else if (IS_VALLEYVIEW(dev) || IS_CHERRYVIEW(dev)) {
e17ac6db
VS
14489 /*
14490 * The DP_DETECTED bit is the latched state of the DDC
14491 * SDA pin at boot. However since eDP doesn't require DDC
14492 * (no way to plug in a DP->HDMI dongle) the DDC pins for
14493 * eDP ports may have been muxed to an alternate function.
14494 * Thus we can't rely on the DP_DETECTED bit alone to detect
14495 * eDP ports. Consult the VBT as well as DP_DETECTED to
14496 * detect eDP ports.
14497 */
e66eb81d 14498 if (I915_READ(VLV_HDMIB) & SDVO_DETECTED &&
d2182a66 14499 !intel_dp_is_edp(dev, PORT_B))
e66eb81d
VS
14500 intel_hdmi_init(dev, VLV_HDMIB, PORT_B);
14501 if (I915_READ(VLV_DP_B) & DP_DETECTED ||
e17ac6db 14502 intel_dp_is_edp(dev, PORT_B))
e66eb81d 14503 intel_dp_init(dev, VLV_DP_B, PORT_B);
585a94b8 14504
e66eb81d 14505 if (I915_READ(VLV_HDMIC) & SDVO_DETECTED &&
d2182a66 14506 !intel_dp_is_edp(dev, PORT_C))
e66eb81d
VS
14507 intel_hdmi_init(dev, VLV_HDMIC, PORT_C);
14508 if (I915_READ(VLV_DP_C) & DP_DETECTED ||
e17ac6db 14509 intel_dp_is_edp(dev, PORT_C))
e66eb81d 14510 intel_dp_init(dev, VLV_DP_C, PORT_C);
19c03924 14511
9418c1f1 14512 if (IS_CHERRYVIEW(dev)) {
e17ac6db 14513 /* eDP not supported on port D, so don't check VBT */
e66eb81d
VS
14514 if (I915_READ(CHV_HDMID) & SDVO_DETECTED)
14515 intel_hdmi_init(dev, CHV_HDMID, PORT_D);
14516 if (I915_READ(CHV_DP_D) & DP_DETECTED)
14517 intel_dp_init(dev, CHV_DP_D, PORT_D);
9418c1f1
VS
14518 }
14519
3cfca973 14520 intel_dsi_init(dev);
09da55dc 14521 } else if (!IS_GEN2(dev) && !IS_PINEVIEW(dev)) {
27185ae1 14522 bool found = false;
7d57382e 14523
e2debe91 14524 if (I915_READ(GEN3_SDVOB) & SDVO_DETECTED) {
b01f2c3a 14525 DRM_DEBUG_KMS("probing SDVOB\n");
2a5c0832 14526 found = intel_sdvo_init(dev, GEN3_SDVOB, PORT_B);
3fec3d2f 14527 if (!found && IS_G4X(dev)) {
b01f2c3a 14528 DRM_DEBUG_KMS("probing HDMI on SDVOB\n");
e2debe91 14529 intel_hdmi_init(dev, GEN4_HDMIB, PORT_B);
b01f2c3a 14530 }
27185ae1 14531
3fec3d2f 14532 if (!found && IS_G4X(dev))
ab9d7c30 14533 intel_dp_init(dev, DP_B, PORT_B);
725e30ad 14534 }
13520b05
KH
14535
14536 /* Before G4X SDVOC doesn't have its own detect register */
13520b05 14537
e2debe91 14538 if (I915_READ(GEN3_SDVOB) & SDVO_DETECTED) {
b01f2c3a 14539 DRM_DEBUG_KMS("probing SDVOC\n");
2a5c0832 14540 found = intel_sdvo_init(dev, GEN3_SDVOC, PORT_C);
b01f2c3a 14541 }
27185ae1 14542
e2debe91 14543 if (!found && (I915_READ(GEN3_SDVOC) & SDVO_DETECTED)) {
27185ae1 14544
3fec3d2f 14545 if (IS_G4X(dev)) {
b01f2c3a 14546 DRM_DEBUG_KMS("probing HDMI on SDVOC\n");
e2debe91 14547 intel_hdmi_init(dev, GEN4_HDMIC, PORT_C);
b01f2c3a 14548 }
3fec3d2f 14549 if (IS_G4X(dev))
ab9d7c30 14550 intel_dp_init(dev, DP_C, PORT_C);
725e30ad 14551 }
27185ae1 14552
3fec3d2f 14553 if (IS_G4X(dev) &&
e7281eab 14554 (I915_READ(DP_D) & DP_DETECTED))
ab9d7c30 14555 intel_dp_init(dev, DP_D, PORT_D);
bad720ff 14556 } else if (IS_GEN2(dev))
79e53945
JB
14557 intel_dvo_init(dev);
14558
103a196f 14559 if (SUPPORTS_TV(dev))
79e53945
JB
14560 intel_tv_init(dev);
14561
0bc12bcb 14562 intel_psr_init(dev);
7c8f8a70 14563
b2784e15 14564 for_each_intel_encoder(dev, encoder) {
4ef69c7a
CW
14565 encoder->base.possible_crtcs = encoder->crtc_mask;
14566 encoder->base.possible_clones =
66a9278e 14567 intel_encoder_clones(encoder);
79e53945 14568 }
47356eb6 14569
dde86e2d 14570 intel_init_pch_refclk(dev);
270b3042
DV
14571
14572 drm_helper_move_panel_connectors_to_head(dev);
79e53945
JB
14573}
14574
14575static void intel_user_framebuffer_destroy(struct drm_framebuffer *fb)
14576{
60a5ca01 14577 struct drm_device *dev = fb->dev;
79e53945 14578 struct intel_framebuffer *intel_fb = to_intel_framebuffer(fb);
79e53945 14579
ef2d633e 14580 drm_framebuffer_cleanup(fb);
60a5ca01 14581 mutex_lock(&dev->struct_mutex);
ef2d633e 14582 WARN_ON(!intel_fb->obj->framebuffer_references--);
60a5ca01
VS
14583 drm_gem_object_unreference(&intel_fb->obj->base);
14584 mutex_unlock(&dev->struct_mutex);
79e53945
JB
14585 kfree(intel_fb);
14586}
14587
14588static int intel_user_framebuffer_create_handle(struct drm_framebuffer *fb,
05394f39 14589 struct drm_file *file,
79e53945
JB
14590 unsigned int *handle)
14591{
14592 struct intel_framebuffer *intel_fb = to_intel_framebuffer(fb);
05394f39 14593 struct drm_i915_gem_object *obj = intel_fb->obj;
79e53945 14594
cc917ab4
CW
14595 if (obj->userptr.mm) {
14596 DRM_DEBUG("attempting to use a userptr for a framebuffer, denied\n");
14597 return -EINVAL;
14598 }
14599
05394f39 14600 return drm_gem_handle_create(file, &obj->base, handle);
79e53945
JB
14601}
14602
86c98588
RV
14603static int intel_user_framebuffer_dirty(struct drm_framebuffer *fb,
14604 struct drm_file *file,
14605 unsigned flags, unsigned color,
14606 struct drm_clip_rect *clips,
14607 unsigned num_clips)
14608{
14609 struct drm_device *dev = fb->dev;
14610 struct intel_framebuffer *intel_fb = to_intel_framebuffer(fb);
14611 struct drm_i915_gem_object *obj = intel_fb->obj;
14612
14613 mutex_lock(&dev->struct_mutex);
74b4ea1e 14614 intel_fb_obj_flush(obj, false, ORIGIN_DIRTYFB);
86c98588
RV
14615 mutex_unlock(&dev->struct_mutex);
14616
14617 return 0;
14618}
14619
79e53945
JB
14620static const struct drm_framebuffer_funcs intel_fb_funcs = {
14621 .destroy = intel_user_framebuffer_destroy,
14622 .create_handle = intel_user_framebuffer_create_handle,
86c98588 14623 .dirty = intel_user_framebuffer_dirty,
79e53945
JB
14624};
14625
b321803d
DL
14626static
14627u32 intel_fb_pitch_limit(struct drm_device *dev, uint64_t fb_modifier,
14628 uint32_t pixel_format)
14629{
14630 u32 gen = INTEL_INFO(dev)->gen;
14631
14632 if (gen >= 9) {
ac484963
VS
14633 int cpp = drm_format_plane_cpp(pixel_format, 0);
14634
b321803d
DL
14635 /* "The stride in bytes must not exceed the of the size of 8K
14636 * pixels and 32K bytes."
14637 */
ac484963 14638 return min(8192 * cpp, 32768);
666a4537 14639 } else if (gen >= 5 && !IS_VALLEYVIEW(dev) && !IS_CHERRYVIEW(dev)) {
b321803d
DL
14640 return 32*1024;
14641 } else if (gen >= 4) {
14642 if (fb_modifier == I915_FORMAT_MOD_X_TILED)
14643 return 16*1024;
14644 else
14645 return 32*1024;
14646 } else if (gen >= 3) {
14647 if (fb_modifier == I915_FORMAT_MOD_X_TILED)
14648 return 8*1024;
14649 else
14650 return 16*1024;
14651 } else {
14652 /* XXX DSPC is limited to 4k tiled */
14653 return 8*1024;
14654 }
14655}
14656
b5ea642a
DV
14657static int intel_framebuffer_init(struct drm_device *dev,
14658 struct intel_framebuffer *intel_fb,
14659 struct drm_mode_fb_cmd2 *mode_cmd,
14660 struct drm_i915_gem_object *obj)
79e53945 14661{
7b49f948 14662 struct drm_i915_private *dev_priv = to_i915(dev);
6761dd31 14663 unsigned int aligned_height;
79e53945 14664 int ret;
b321803d 14665 u32 pitch_limit, stride_alignment;
79e53945 14666
dd4916c5
DV
14667 WARN_ON(!mutex_is_locked(&dev->struct_mutex));
14668
2a80eada
DV
14669 if (mode_cmd->flags & DRM_MODE_FB_MODIFIERS) {
14670 /* Enforce that fb modifier and tiling mode match, but only for
14671 * X-tiled. This is needed for FBC. */
14672 if (!!(obj->tiling_mode == I915_TILING_X) !=
14673 !!(mode_cmd->modifier[0] == I915_FORMAT_MOD_X_TILED)) {
14674 DRM_DEBUG("tiling_mode doesn't match fb modifier\n");
14675 return -EINVAL;
14676 }
14677 } else {
14678 if (obj->tiling_mode == I915_TILING_X)
14679 mode_cmd->modifier[0] = I915_FORMAT_MOD_X_TILED;
14680 else if (obj->tiling_mode == I915_TILING_Y) {
14681 DRM_DEBUG("No Y tiling for legacy addfb\n");
14682 return -EINVAL;
14683 }
14684 }
14685
9a8f0a12
TU
14686 /* Passed in modifier sanity checking. */
14687 switch (mode_cmd->modifier[0]) {
14688 case I915_FORMAT_MOD_Y_TILED:
14689 case I915_FORMAT_MOD_Yf_TILED:
14690 if (INTEL_INFO(dev)->gen < 9) {
14691 DRM_DEBUG("Unsupported tiling 0x%llx!\n",
14692 mode_cmd->modifier[0]);
14693 return -EINVAL;
14694 }
14695 case DRM_FORMAT_MOD_NONE:
14696 case I915_FORMAT_MOD_X_TILED:
14697 break;
14698 default:
c0f40428
JB
14699 DRM_DEBUG("Unsupported fb modifier 0x%llx!\n",
14700 mode_cmd->modifier[0]);
57cd6508 14701 return -EINVAL;
c16ed4be 14702 }
57cd6508 14703
7b49f948
VS
14704 stride_alignment = intel_fb_stride_alignment(dev_priv,
14705 mode_cmd->modifier[0],
b321803d
DL
14706 mode_cmd->pixel_format);
14707 if (mode_cmd->pitches[0] & (stride_alignment - 1)) {
14708 DRM_DEBUG("pitch (%d) must be at least %u byte aligned\n",
14709 mode_cmd->pitches[0], stride_alignment);
57cd6508 14710 return -EINVAL;
c16ed4be 14711 }
57cd6508 14712
b321803d
DL
14713 pitch_limit = intel_fb_pitch_limit(dev, mode_cmd->modifier[0],
14714 mode_cmd->pixel_format);
a35cdaa0 14715 if (mode_cmd->pitches[0] > pitch_limit) {
b321803d
DL
14716 DRM_DEBUG("%s pitch (%u) must be at less than %d\n",
14717 mode_cmd->modifier[0] != DRM_FORMAT_MOD_NONE ?
2a80eada 14718 "tiled" : "linear",
a35cdaa0 14719 mode_cmd->pitches[0], pitch_limit);
5d7bd705 14720 return -EINVAL;
c16ed4be 14721 }
5d7bd705 14722
2a80eada 14723 if (mode_cmd->modifier[0] == I915_FORMAT_MOD_X_TILED &&
c16ed4be
CW
14724 mode_cmd->pitches[0] != obj->stride) {
14725 DRM_DEBUG("pitch (%d) must match tiling stride (%d)\n",
14726 mode_cmd->pitches[0], obj->stride);
5d7bd705 14727 return -EINVAL;
c16ed4be 14728 }
5d7bd705 14729
57779d06 14730 /* Reject formats not supported by any plane early. */
308e5bcb 14731 switch (mode_cmd->pixel_format) {
57779d06 14732 case DRM_FORMAT_C8:
04b3924d
VS
14733 case DRM_FORMAT_RGB565:
14734 case DRM_FORMAT_XRGB8888:
14735 case DRM_FORMAT_ARGB8888:
57779d06
VS
14736 break;
14737 case DRM_FORMAT_XRGB1555:
c16ed4be 14738 if (INTEL_INFO(dev)->gen > 3) {
4ee62c76
VS
14739 DRM_DEBUG("unsupported pixel format: %s\n",
14740 drm_get_format_name(mode_cmd->pixel_format));
57779d06 14741 return -EINVAL;
c16ed4be 14742 }
57779d06 14743 break;
57779d06 14744 case DRM_FORMAT_ABGR8888:
666a4537
WB
14745 if (!IS_VALLEYVIEW(dev) && !IS_CHERRYVIEW(dev) &&
14746 INTEL_INFO(dev)->gen < 9) {
6c0fd451
DL
14747 DRM_DEBUG("unsupported pixel format: %s\n",
14748 drm_get_format_name(mode_cmd->pixel_format));
14749 return -EINVAL;
14750 }
14751 break;
14752 case DRM_FORMAT_XBGR8888:
04b3924d 14753 case DRM_FORMAT_XRGB2101010:
57779d06 14754 case DRM_FORMAT_XBGR2101010:
c16ed4be 14755 if (INTEL_INFO(dev)->gen < 4) {
4ee62c76
VS
14756 DRM_DEBUG("unsupported pixel format: %s\n",
14757 drm_get_format_name(mode_cmd->pixel_format));
57779d06 14758 return -EINVAL;
c16ed4be 14759 }
b5626747 14760 break;
7531208b 14761 case DRM_FORMAT_ABGR2101010:
666a4537 14762 if (!IS_VALLEYVIEW(dev) && !IS_CHERRYVIEW(dev)) {
7531208b
DL
14763 DRM_DEBUG("unsupported pixel format: %s\n",
14764 drm_get_format_name(mode_cmd->pixel_format));
14765 return -EINVAL;
14766 }
14767 break;
04b3924d
VS
14768 case DRM_FORMAT_YUYV:
14769 case DRM_FORMAT_UYVY:
14770 case DRM_FORMAT_YVYU:
14771 case DRM_FORMAT_VYUY:
c16ed4be 14772 if (INTEL_INFO(dev)->gen < 5) {
4ee62c76
VS
14773 DRM_DEBUG("unsupported pixel format: %s\n",
14774 drm_get_format_name(mode_cmd->pixel_format));
57779d06 14775 return -EINVAL;
c16ed4be 14776 }
57cd6508
CW
14777 break;
14778 default:
4ee62c76
VS
14779 DRM_DEBUG("unsupported pixel format: %s\n",
14780 drm_get_format_name(mode_cmd->pixel_format));
57cd6508
CW
14781 return -EINVAL;
14782 }
14783
90f9a336
VS
14784 /* FIXME need to adjust LINOFF/TILEOFF accordingly. */
14785 if (mode_cmd->offsets[0] != 0)
14786 return -EINVAL;
14787
ec2c981e 14788 aligned_height = intel_fb_align_height(dev, mode_cmd->height,
091df6cb
DV
14789 mode_cmd->pixel_format,
14790 mode_cmd->modifier[0]);
53155c0a
DV
14791 /* FIXME drm helper for size checks (especially planar formats)? */
14792 if (obj->base.size < aligned_height * mode_cmd->pitches[0])
14793 return -EINVAL;
14794
c7d73f6a
DV
14795 drm_helper_mode_fill_fb_struct(&intel_fb->base, mode_cmd);
14796 intel_fb->obj = obj;
14797
2d7a215f
VS
14798 intel_fill_fb_info(dev_priv, &intel_fb->base);
14799
79e53945
JB
14800 ret = drm_framebuffer_init(dev, &intel_fb->base, &intel_fb_funcs);
14801 if (ret) {
14802 DRM_ERROR("framebuffer init failed %d\n", ret);
14803 return ret;
14804 }
14805
0b05e1e0
VS
14806 intel_fb->obj->framebuffer_references++;
14807
79e53945
JB
14808 return 0;
14809}
14810
79e53945
JB
14811static struct drm_framebuffer *
14812intel_user_framebuffer_create(struct drm_device *dev,
14813 struct drm_file *filp,
1eb83451 14814 const struct drm_mode_fb_cmd2 *user_mode_cmd)
79e53945 14815{
dcb1394e 14816 struct drm_framebuffer *fb;
05394f39 14817 struct drm_i915_gem_object *obj;
76dc3769 14818 struct drm_mode_fb_cmd2 mode_cmd = *user_mode_cmd;
79e53945 14819
308e5bcb 14820 obj = to_intel_bo(drm_gem_object_lookup(dev, filp,
76dc3769 14821 mode_cmd.handles[0]));
c8725226 14822 if (&obj->base == NULL)
cce13ff7 14823 return ERR_PTR(-ENOENT);
79e53945 14824
92907cbb 14825 fb = intel_framebuffer_create(dev, &mode_cmd, obj);
dcb1394e
LW
14826 if (IS_ERR(fb))
14827 drm_gem_object_unreference_unlocked(&obj->base);
14828
14829 return fb;
79e53945
JB
14830}
14831
0695726e 14832#ifndef CONFIG_DRM_FBDEV_EMULATION
0632fef6 14833static inline void intel_fbdev_output_poll_changed(struct drm_device *dev)
4520f53a
DV
14834{
14835}
14836#endif
14837
79e53945 14838static const struct drm_mode_config_funcs intel_mode_funcs = {
79e53945 14839 .fb_create = intel_user_framebuffer_create,
0632fef6 14840 .output_poll_changed = intel_fbdev_output_poll_changed,
5ee67f1c
MR
14841 .atomic_check = intel_atomic_check,
14842 .atomic_commit = intel_atomic_commit,
de419ab6
ML
14843 .atomic_state_alloc = intel_atomic_state_alloc,
14844 .atomic_state_clear = intel_atomic_state_clear,
79e53945
JB
14845};
14846
88212941
ID
14847/**
14848 * intel_init_display_hooks - initialize the display modesetting hooks
14849 * @dev_priv: device private
14850 */
14851void intel_init_display_hooks(struct drm_i915_private *dev_priv)
e70236a8 14852{
88212941 14853 if (INTEL_INFO(dev_priv)->gen >= 9) {
bc8d7dff 14854 dev_priv->display.get_pipe_config = haswell_get_pipe_config;
5724dbd1
DL
14855 dev_priv->display.get_initial_plane_config =
14856 skylake_get_initial_plane_config;
bc8d7dff
DL
14857 dev_priv->display.crtc_compute_clock =
14858 haswell_crtc_compute_clock;
14859 dev_priv->display.crtc_enable = haswell_crtc_enable;
14860 dev_priv->display.crtc_disable = haswell_crtc_disable;
88212941 14861 } else if (HAS_DDI(dev_priv)) {
0e8ffe1b 14862 dev_priv->display.get_pipe_config = haswell_get_pipe_config;
5724dbd1
DL
14863 dev_priv->display.get_initial_plane_config =
14864 ironlake_get_initial_plane_config;
797d0259
ACO
14865 dev_priv->display.crtc_compute_clock =
14866 haswell_crtc_compute_clock;
4f771f10
PZ
14867 dev_priv->display.crtc_enable = haswell_crtc_enable;
14868 dev_priv->display.crtc_disable = haswell_crtc_disable;
88212941 14869 } else if (HAS_PCH_SPLIT(dev_priv)) {
0e8ffe1b 14870 dev_priv->display.get_pipe_config = ironlake_get_pipe_config;
5724dbd1
DL
14871 dev_priv->display.get_initial_plane_config =
14872 ironlake_get_initial_plane_config;
3fb37703
ACO
14873 dev_priv->display.crtc_compute_clock =
14874 ironlake_crtc_compute_clock;
76e5a89c
DV
14875 dev_priv->display.crtc_enable = ironlake_crtc_enable;
14876 dev_priv->display.crtc_disable = ironlake_crtc_disable;
65b3d6a9 14877 } else if (IS_CHERRYVIEW(dev_priv)) {
89b667f8 14878 dev_priv->display.get_pipe_config = i9xx_get_pipe_config;
5724dbd1
DL
14879 dev_priv->display.get_initial_plane_config =
14880 i9xx_get_initial_plane_config;
65b3d6a9
ACO
14881 dev_priv->display.crtc_compute_clock = chv_crtc_compute_clock;
14882 dev_priv->display.crtc_enable = valleyview_crtc_enable;
14883 dev_priv->display.crtc_disable = i9xx_crtc_disable;
14884 } else if (IS_VALLEYVIEW(dev_priv)) {
14885 dev_priv->display.get_pipe_config = i9xx_get_pipe_config;
14886 dev_priv->display.get_initial_plane_config =
14887 i9xx_get_initial_plane_config;
14888 dev_priv->display.crtc_compute_clock = vlv_crtc_compute_clock;
89b667f8
JB
14889 dev_priv->display.crtc_enable = valleyview_crtc_enable;
14890 dev_priv->display.crtc_disable = i9xx_crtc_disable;
19ec6693
ACO
14891 } else if (IS_G4X(dev_priv)) {
14892 dev_priv->display.get_pipe_config = i9xx_get_pipe_config;
14893 dev_priv->display.get_initial_plane_config =
14894 i9xx_get_initial_plane_config;
14895 dev_priv->display.crtc_compute_clock = g4x_crtc_compute_clock;
14896 dev_priv->display.crtc_enable = i9xx_crtc_enable;
14897 dev_priv->display.crtc_disable = i9xx_crtc_disable;
70e8aa21
ACO
14898 } else if (IS_PINEVIEW(dev_priv)) {
14899 dev_priv->display.get_pipe_config = i9xx_get_pipe_config;
14900 dev_priv->display.get_initial_plane_config =
14901 i9xx_get_initial_plane_config;
14902 dev_priv->display.crtc_compute_clock = pnv_crtc_compute_clock;
14903 dev_priv->display.crtc_enable = i9xx_crtc_enable;
14904 dev_priv->display.crtc_disable = i9xx_crtc_disable;
81c97f52 14905 } else if (!IS_GEN2(dev_priv)) {
0e8ffe1b 14906 dev_priv->display.get_pipe_config = i9xx_get_pipe_config;
5724dbd1
DL
14907 dev_priv->display.get_initial_plane_config =
14908 i9xx_get_initial_plane_config;
d6dfee7a 14909 dev_priv->display.crtc_compute_clock = i9xx_crtc_compute_clock;
76e5a89c
DV
14910 dev_priv->display.crtc_enable = i9xx_crtc_enable;
14911 dev_priv->display.crtc_disable = i9xx_crtc_disable;
81c97f52
ACO
14912 } else {
14913 dev_priv->display.get_pipe_config = i9xx_get_pipe_config;
14914 dev_priv->display.get_initial_plane_config =
14915 i9xx_get_initial_plane_config;
14916 dev_priv->display.crtc_compute_clock = i8xx_crtc_compute_clock;
14917 dev_priv->display.crtc_enable = i9xx_crtc_enable;
14918 dev_priv->display.crtc_disable = i9xx_crtc_disable;
f564048e 14919 }
e70236a8 14920
e70236a8 14921 /* Returns the core display clock speed */
88212941 14922 if (IS_SKYLAKE(dev_priv) || IS_KABYLAKE(dev_priv))
1652d19e
VS
14923 dev_priv->display.get_display_clock_speed =
14924 skylake_get_display_clock_speed;
88212941 14925 else if (IS_BROXTON(dev_priv))
acd3f3d3
BP
14926 dev_priv->display.get_display_clock_speed =
14927 broxton_get_display_clock_speed;
88212941 14928 else if (IS_BROADWELL(dev_priv))
1652d19e
VS
14929 dev_priv->display.get_display_clock_speed =
14930 broadwell_get_display_clock_speed;
88212941 14931 else if (IS_HASWELL(dev_priv))
1652d19e
VS
14932 dev_priv->display.get_display_clock_speed =
14933 haswell_get_display_clock_speed;
88212941 14934 else if (IS_VALLEYVIEW(dev_priv) || IS_CHERRYVIEW(dev_priv))
25eb05fc
JB
14935 dev_priv->display.get_display_clock_speed =
14936 valleyview_get_display_clock_speed;
88212941 14937 else if (IS_GEN5(dev_priv))
b37a6434
VS
14938 dev_priv->display.get_display_clock_speed =
14939 ilk_get_display_clock_speed;
88212941
ID
14940 else if (IS_I945G(dev_priv) || IS_BROADWATER(dev_priv) ||
14941 IS_GEN6(dev_priv) || IS_IVYBRIDGE(dev_priv))
e70236a8
JB
14942 dev_priv->display.get_display_clock_speed =
14943 i945_get_display_clock_speed;
88212941 14944 else if (IS_GM45(dev_priv))
34edce2f
VS
14945 dev_priv->display.get_display_clock_speed =
14946 gm45_get_display_clock_speed;
88212941 14947 else if (IS_CRESTLINE(dev_priv))
34edce2f
VS
14948 dev_priv->display.get_display_clock_speed =
14949 i965gm_get_display_clock_speed;
88212941 14950 else if (IS_PINEVIEW(dev_priv))
34edce2f
VS
14951 dev_priv->display.get_display_clock_speed =
14952 pnv_get_display_clock_speed;
88212941 14953 else if (IS_G33(dev_priv) || IS_G4X(dev_priv))
34edce2f
VS
14954 dev_priv->display.get_display_clock_speed =
14955 g33_get_display_clock_speed;
88212941 14956 else if (IS_I915G(dev_priv))
e70236a8
JB
14957 dev_priv->display.get_display_clock_speed =
14958 i915_get_display_clock_speed;
88212941 14959 else if (IS_I945GM(dev_priv) || IS_845G(dev_priv))
e70236a8
JB
14960 dev_priv->display.get_display_clock_speed =
14961 i9xx_misc_get_display_clock_speed;
88212941 14962 else if (IS_I915GM(dev_priv))
e70236a8
JB
14963 dev_priv->display.get_display_clock_speed =
14964 i915gm_get_display_clock_speed;
88212941 14965 else if (IS_I865G(dev_priv))
e70236a8
JB
14966 dev_priv->display.get_display_clock_speed =
14967 i865_get_display_clock_speed;
88212941 14968 else if (IS_I85X(dev_priv))
e70236a8 14969 dev_priv->display.get_display_clock_speed =
1b1d2716 14970 i85x_get_display_clock_speed;
623e01e5 14971 else { /* 830 */
88212941 14972 WARN(!IS_I830(dev_priv), "Unknown platform. Assuming 133 MHz CDCLK\n");
e70236a8
JB
14973 dev_priv->display.get_display_clock_speed =
14974 i830_get_display_clock_speed;
623e01e5 14975 }
e70236a8 14976
88212941 14977 if (IS_GEN5(dev_priv)) {
3bb11b53 14978 dev_priv->display.fdi_link_train = ironlake_fdi_link_train;
88212941 14979 } else if (IS_GEN6(dev_priv)) {
3bb11b53 14980 dev_priv->display.fdi_link_train = gen6_fdi_link_train;
88212941 14981 } else if (IS_IVYBRIDGE(dev_priv)) {
3bb11b53
SJ
14982 /* FIXME: detect B0+ stepping and use auto training */
14983 dev_priv->display.fdi_link_train = ivb_manual_fdi_link_train;
88212941 14984 } else if (IS_HASWELL(dev_priv) || IS_BROADWELL(dev_priv)) {
3bb11b53 14985 dev_priv->display.fdi_link_train = hsw_fdi_link_train;
88212941 14986 if (IS_BROADWELL(dev_priv)) {
27c329ed
ML
14987 dev_priv->display.modeset_commit_cdclk =
14988 broadwell_modeset_commit_cdclk;
14989 dev_priv->display.modeset_calc_cdclk =
14990 broadwell_modeset_calc_cdclk;
14991 }
88212941 14992 } else if (IS_VALLEYVIEW(dev_priv) || IS_CHERRYVIEW(dev_priv)) {
27c329ed
ML
14993 dev_priv->display.modeset_commit_cdclk =
14994 valleyview_modeset_commit_cdclk;
14995 dev_priv->display.modeset_calc_cdclk =
14996 valleyview_modeset_calc_cdclk;
88212941 14997 } else if (IS_BROXTON(dev_priv)) {
27c329ed
ML
14998 dev_priv->display.modeset_commit_cdclk =
14999 broxton_modeset_commit_cdclk;
15000 dev_priv->display.modeset_calc_cdclk =
15001 broxton_modeset_calc_cdclk;
e70236a8 15002 }
8c9f3aaf 15003
88212941 15004 switch (INTEL_INFO(dev_priv)->gen) {
8c9f3aaf
JB
15005 case 2:
15006 dev_priv->display.queue_flip = intel_gen2_queue_flip;
15007 break;
15008
15009 case 3:
15010 dev_priv->display.queue_flip = intel_gen3_queue_flip;
15011 break;
15012
15013 case 4:
15014 case 5:
15015 dev_priv->display.queue_flip = intel_gen4_queue_flip;
15016 break;
15017
15018 case 6:
15019 dev_priv->display.queue_flip = intel_gen6_queue_flip;
15020 break;
7c9017e5 15021 case 7:
4e0bbc31 15022 case 8: /* FIXME(BDW): Check that the gen8 RCS flip works. */
7c9017e5
JB
15023 dev_priv->display.queue_flip = intel_gen7_queue_flip;
15024 break;
830c81db 15025 case 9:
ba343e02
TU
15026 /* Drop through - unsupported since execlist only. */
15027 default:
15028 /* Default just returns -ENODEV to indicate unsupported */
15029 dev_priv->display.queue_flip = intel_default_queue_flip;
8c9f3aaf 15030 }
e70236a8
JB
15031}
15032
b690e96c
JB
15033/*
15034 * Some BIOSes insist on assuming the GPU's pipe A is enabled at suspend,
15035 * resume, or other times. This quirk makes sure that's the case for
15036 * affected systems.
15037 */
0206e353 15038static void quirk_pipea_force(struct drm_device *dev)
b690e96c
JB
15039{
15040 struct drm_i915_private *dev_priv = dev->dev_private;
15041
15042 dev_priv->quirks |= QUIRK_PIPEA_FORCE;
bc0daf48 15043 DRM_INFO("applying pipe a force quirk\n");
b690e96c
JB
15044}
15045
b6b5d049
VS
15046static void quirk_pipeb_force(struct drm_device *dev)
15047{
15048 struct drm_i915_private *dev_priv = dev->dev_private;
15049
15050 dev_priv->quirks |= QUIRK_PIPEB_FORCE;
15051 DRM_INFO("applying pipe b force quirk\n");
15052}
15053
435793df
KP
15054/*
15055 * Some machines (Lenovo U160) do not work with SSC on LVDS for some reason
15056 */
15057static void quirk_ssc_force_disable(struct drm_device *dev)
15058{
15059 struct drm_i915_private *dev_priv = dev->dev_private;
15060 dev_priv->quirks |= QUIRK_LVDS_SSC_DISABLE;
bc0daf48 15061 DRM_INFO("applying lvds SSC disable quirk\n");
435793df
KP
15062}
15063
4dca20ef 15064/*
5a15ab5b
CE
15065 * A machine (e.g. Acer Aspire 5734Z) may need to invert the panel backlight
15066 * brightness value
4dca20ef
CE
15067 */
15068static void quirk_invert_brightness(struct drm_device *dev)
15069{
15070 struct drm_i915_private *dev_priv = dev->dev_private;
15071 dev_priv->quirks |= QUIRK_INVERT_BRIGHTNESS;
bc0daf48 15072 DRM_INFO("applying inverted panel brightness quirk\n");
435793df
KP
15073}
15074
9c72cc6f
SD
15075/* Some VBT's incorrectly indicate no backlight is present */
15076static void quirk_backlight_present(struct drm_device *dev)
15077{
15078 struct drm_i915_private *dev_priv = dev->dev_private;
15079 dev_priv->quirks |= QUIRK_BACKLIGHT_PRESENT;
15080 DRM_INFO("applying backlight present quirk\n");
15081}
15082
b690e96c
JB
15083struct intel_quirk {
15084 int device;
15085 int subsystem_vendor;
15086 int subsystem_device;
15087 void (*hook)(struct drm_device *dev);
15088};
15089
5f85f176
EE
15090/* For systems that don't have a meaningful PCI subdevice/subvendor ID */
15091struct intel_dmi_quirk {
15092 void (*hook)(struct drm_device *dev);
15093 const struct dmi_system_id (*dmi_id_list)[];
15094};
15095
15096static int intel_dmi_reverse_brightness(const struct dmi_system_id *id)
15097{
15098 DRM_INFO("Backlight polarity reversed on %s\n", id->ident);
15099 return 1;
15100}
15101
15102static const struct intel_dmi_quirk intel_dmi_quirks[] = {
15103 {
15104 .dmi_id_list = &(const struct dmi_system_id[]) {
15105 {
15106 .callback = intel_dmi_reverse_brightness,
15107 .ident = "NCR Corporation",
15108 .matches = {DMI_MATCH(DMI_SYS_VENDOR, "NCR Corporation"),
15109 DMI_MATCH(DMI_PRODUCT_NAME, ""),
15110 },
15111 },
15112 { } /* terminating entry */
15113 },
15114 .hook = quirk_invert_brightness,
15115 },
15116};
15117
c43b5634 15118static struct intel_quirk intel_quirks[] = {
b690e96c
JB
15119 /* Toshiba Protege R-205, S-209 needs pipe A force quirk */
15120 { 0x2592, 0x1179, 0x0001, quirk_pipea_force },
15121
b690e96c
JB
15122 /* ThinkPad T60 needs pipe A force quirk (bug #16494) */
15123 { 0x2782, 0x17aa, 0x201a, quirk_pipea_force },
15124
5f080c0f
VS
15125 /* 830 needs to leave pipe A & dpll A up */
15126 { 0x3577, PCI_ANY_ID, PCI_ANY_ID, quirk_pipea_force },
15127
b6b5d049
VS
15128 /* 830 needs to leave pipe B & dpll B up */
15129 { 0x3577, PCI_ANY_ID, PCI_ANY_ID, quirk_pipeb_force },
15130
435793df
KP
15131 /* Lenovo U160 cannot use SSC on LVDS */
15132 { 0x0046, 0x17aa, 0x3920, quirk_ssc_force_disable },
070d329a
MAS
15133
15134 /* Sony Vaio Y cannot use SSC on LVDS */
15135 { 0x0046, 0x104d, 0x9076, quirk_ssc_force_disable },
5a15ab5b 15136
be505f64
AH
15137 /* Acer Aspire 5734Z must invert backlight brightness */
15138 { 0x2a42, 0x1025, 0x0459, quirk_invert_brightness },
15139
15140 /* Acer/eMachines G725 */
15141 { 0x2a42, 0x1025, 0x0210, quirk_invert_brightness },
15142
15143 /* Acer/eMachines e725 */
15144 { 0x2a42, 0x1025, 0x0212, quirk_invert_brightness },
15145
15146 /* Acer/Packard Bell NCL20 */
15147 { 0x2a42, 0x1025, 0x034b, quirk_invert_brightness },
15148
15149 /* Acer Aspire 4736Z */
15150 { 0x2a42, 0x1025, 0x0260, quirk_invert_brightness },
0f540c3a
JN
15151
15152 /* Acer Aspire 5336 */
15153 { 0x2a42, 0x1025, 0x048a, quirk_invert_brightness },
2e93a1aa
SD
15154
15155 /* Acer C720 and C720P Chromebooks (Celeron 2955U) have backlights */
15156 { 0x0a06, 0x1025, 0x0a11, quirk_backlight_present },
d4967d8c 15157
dfb3d47b
SD
15158 /* Acer C720 Chromebook (Core i3 4005U) */
15159 { 0x0a16, 0x1025, 0x0a11, quirk_backlight_present },
15160
b2a9601c 15161 /* Apple Macbook 2,1 (Core 2 T7400) */
15162 { 0x27a2, 0x8086, 0x7270, quirk_backlight_present },
15163
1b9448b0
JN
15164 /* Apple Macbook 4,1 */
15165 { 0x2a02, 0x106b, 0x00a1, quirk_backlight_present },
15166
d4967d8c
SD
15167 /* Toshiba CB35 Chromebook (Celeron 2955U) */
15168 { 0x0a06, 0x1179, 0x0a88, quirk_backlight_present },
724cb06f
SD
15169
15170 /* HP Chromebook 14 (Celeron 2955U) */
15171 { 0x0a06, 0x103c, 0x21ed, quirk_backlight_present },
cf6f0af9
JN
15172
15173 /* Dell Chromebook 11 */
15174 { 0x0a06, 0x1028, 0x0a35, quirk_backlight_present },
9be64eee
JN
15175
15176 /* Dell Chromebook 11 (2015 version) */
15177 { 0x0a16, 0x1028, 0x0a35, quirk_backlight_present },
b690e96c
JB
15178};
15179
15180static void intel_init_quirks(struct drm_device *dev)
15181{
15182 struct pci_dev *d = dev->pdev;
15183 int i;
15184
15185 for (i = 0; i < ARRAY_SIZE(intel_quirks); i++) {
15186 struct intel_quirk *q = &intel_quirks[i];
15187
15188 if (d->device == q->device &&
15189 (d->subsystem_vendor == q->subsystem_vendor ||
15190 q->subsystem_vendor == PCI_ANY_ID) &&
15191 (d->subsystem_device == q->subsystem_device ||
15192 q->subsystem_device == PCI_ANY_ID))
15193 q->hook(dev);
15194 }
5f85f176
EE
15195 for (i = 0; i < ARRAY_SIZE(intel_dmi_quirks); i++) {
15196 if (dmi_check_system(*intel_dmi_quirks[i].dmi_id_list) != 0)
15197 intel_dmi_quirks[i].hook(dev);
15198 }
b690e96c
JB
15199}
15200
9cce37f4
JB
15201/* Disable the VGA plane that we never use */
15202static void i915_disable_vga(struct drm_device *dev)
15203{
15204 struct drm_i915_private *dev_priv = dev->dev_private;
15205 u8 sr1;
f0f59a00 15206 i915_reg_t vga_reg = i915_vgacntrl_reg(dev);
9cce37f4 15207
2b37c616 15208 /* WaEnableVGAAccessThroughIOPort:ctg,elk,ilk,snb,ivb,vlv,hsw */
9cce37f4 15209 vga_get_uninterruptible(dev->pdev, VGA_RSRC_LEGACY_IO);
3fdcf431 15210 outb(SR01, VGA_SR_INDEX);
9cce37f4
JB
15211 sr1 = inb(VGA_SR_DATA);
15212 outb(sr1 | 1<<5, VGA_SR_DATA);
15213 vga_put(dev->pdev, VGA_RSRC_LEGACY_IO);
15214 udelay(300);
15215
01f5a626 15216 I915_WRITE(vga_reg, VGA_DISP_DISABLE);
9cce37f4
JB
15217 POSTING_READ(vga_reg);
15218}
15219
f817586c
DV
15220void intel_modeset_init_hw(struct drm_device *dev)
15221{
1a617b77
ML
15222 struct drm_i915_private *dev_priv = dev->dev_private;
15223
b6283055 15224 intel_update_cdclk(dev);
1a617b77
ML
15225
15226 dev_priv->atomic_cdclk_freq = dev_priv->cdclk_freq;
15227
f817586c 15228 intel_init_clock_gating(dev);
8090c6b9 15229 intel_enable_gt_powersave(dev);
f817586c
DV
15230}
15231
d93c0372
MR
15232/*
15233 * Calculate what we think the watermarks should be for the state we've read
15234 * out of the hardware and then immediately program those watermarks so that
15235 * we ensure the hardware settings match our internal state.
15236 *
15237 * We can calculate what we think WM's should be by creating a duplicate of the
15238 * current state (which was constructed during hardware readout) and running it
15239 * through the atomic check code to calculate new watermark values in the
15240 * state object.
15241 */
15242static void sanitize_watermarks(struct drm_device *dev)
15243{
15244 struct drm_i915_private *dev_priv = to_i915(dev);
15245 struct drm_atomic_state *state;
15246 struct drm_crtc *crtc;
15247 struct drm_crtc_state *cstate;
15248 struct drm_modeset_acquire_ctx ctx;
15249 int ret;
15250 int i;
15251
15252 /* Only supported on platforms that use atomic watermark design */
ed4a6a7c 15253 if (!dev_priv->display.optimize_watermarks)
d93c0372
MR
15254 return;
15255
15256 /*
15257 * We need to hold connection_mutex before calling duplicate_state so
15258 * that the connector loop is protected.
15259 */
15260 drm_modeset_acquire_init(&ctx, 0);
15261retry:
0cd1262d 15262 ret = drm_modeset_lock_all_ctx(dev, &ctx);
d93c0372
MR
15263 if (ret == -EDEADLK) {
15264 drm_modeset_backoff(&ctx);
15265 goto retry;
15266 } else if (WARN_ON(ret)) {
0cd1262d 15267 goto fail;
d93c0372
MR
15268 }
15269
15270 state = drm_atomic_helper_duplicate_state(dev, &ctx);
15271 if (WARN_ON(IS_ERR(state)))
0cd1262d 15272 goto fail;
d93c0372 15273
ed4a6a7c
MR
15274 /*
15275 * Hardware readout is the only time we don't want to calculate
15276 * intermediate watermarks (since we don't trust the current
15277 * watermarks).
15278 */
15279 to_intel_atomic_state(state)->skip_intermediate_wm = true;
15280
d93c0372
MR
15281 ret = intel_atomic_check(dev, state);
15282 if (ret) {
15283 /*
15284 * If we fail here, it means that the hardware appears to be
15285 * programmed in a way that shouldn't be possible, given our
15286 * understanding of watermark requirements. This might mean a
15287 * mistake in the hardware readout code or a mistake in the
15288 * watermark calculations for a given platform. Raise a WARN
15289 * so that this is noticeable.
15290 *
15291 * If this actually happens, we'll have to just leave the
15292 * BIOS-programmed watermarks untouched and hope for the best.
15293 */
15294 WARN(true, "Could not determine valid watermarks for inherited state\n");
0cd1262d 15295 goto fail;
d93c0372
MR
15296 }
15297
15298 /* Write calculated watermark values back */
15299 to_i915(dev)->wm.config = to_intel_atomic_state(state)->wm_config;
15300 for_each_crtc_in_state(state, crtc, cstate, i) {
15301 struct intel_crtc_state *cs = to_intel_crtc_state(cstate);
15302
ed4a6a7c
MR
15303 cs->wm.need_postvbl_update = true;
15304 dev_priv->display.optimize_watermarks(cs);
d93c0372
MR
15305 }
15306
15307 drm_atomic_state_free(state);
0cd1262d 15308fail:
d93c0372
MR
15309 drm_modeset_drop_locks(&ctx);
15310 drm_modeset_acquire_fini(&ctx);
15311}
15312
79e53945
JB
15313void intel_modeset_init(struct drm_device *dev)
15314{
72e96d64
JL
15315 struct drm_i915_private *dev_priv = to_i915(dev);
15316 struct i915_ggtt *ggtt = &dev_priv->ggtt;
1fe47785 15317 int sprite, ret;
8cc87b75 15318 enum pipe pipe;
46f297fb 15319 struct intel_crtc *crtc;
79e53945
JB
15320
15321 drm_mode_config_init(dev);
15322
15323 dev->mode_config.min_width = 0;
15324 dev->mode_config.min_height = 0;
15325
019d96cb
DA
15326 dev->mode_config.preferred_depth = 24;
15327 dev->mode_config.prefer_shadow = 1;
15328
25bab385
TU
15329 dev->mode_config.allow_fb_modifiers = true;
15330
e6ecefaa 15331 dev->mode_config.funcs = &intel_mode_funcs;
79e53945 15332
b690e96c
JB
15333 intel_init_quirks(dev);
15334
1fa61106
ED
15335 intel_init_pm(dev);
15336
e3c74757
BW
15337 if (INTEL_INFO(dev)->num_pipes == 0)
15338 return;
15339
69f92f67
LW
15340 /*
15341 * There may be no VBT; and if the BIOS enabled SSC we can
15342 * just keep using it to avoid unnecessary flicker. Whereas if the
15343 * BIOS isn't using it, don't assume it will work even if the VBT
15344 * indicates as much.
15345 */
15346 if (HAS_PCH_IBX(dev) || HAS_PCH_CPT(dev)) {
15347 bool bios_lvds_use_ssc = !!(I915_READ(PCH_DREF_CONTROL) &
15348 DREF_SSC1_ENABLE);
15349
15350 if (dev_priv->vbt.lvds_use_ssc != bios_lvds_use_ssc) {
15351 DRM_DEBUG_KMS("SSC %sabled by BIOS, overriding VBT which says %sabled\n",
15352 bios_lvds_use_ssc ? "en" : "dis",
15353 dev_priv->vbt.lvds_use_ssc ? "en" : "dis");
15354 dev_priv->vbt.lvds_use_ssc = bios_lvds_use_ssc;
15355 }
15356 }
15357
a6c45cf0
CW
15358 if (IS_GEN2(dev)) {
15359 dev->mode_config.max_width = 2048;
15360 dev->mode_config.max_height = 2048;
15361 } else if (IS_GEN3(dev)) {
5e4d6fa7
KP
15362 dev->mode_config.max_width = 4096;
15363 dev->mode_config.max_height = 4096;
79e53945 15364 } else {
a6c45cf0
CW
15365 dev->mode_config.max_width = 8192;
15366 dev->mode_config.max_height = 8192;
79e53945 15367 }
068be561 15368
dc41c154
VS
15369 if (IS_845G(dev) || IS_I865G(dev)) {
15370 dev->mode_config.cursor_width = IS_845G(dev) ? 64 : 512;
15371 dev->mode_config.cursor_height = 1023;
15372 } else if (IS_GEN2(dev)) {
068be561
DL
15373 dev->mode_config.cursor_width = GEN2_CURSOR_WIDTH;
15374 dev->mode_config.cursor_height = GEN2_CURSOR_HEIGHT;
15375 } else {
15376 dev->mode_config.cursor_width = MAX_CURSOR_WIDTH;
15377 dev->mode_config.cursor_height = MAX_CURSOR_HEIGHT;
15378 }
15379
72e96d64 15380 dev->mode_config.fb_base = ggtt->mappable_base;
79e53945 15381
28c97730 15382 DRM_DEBUG_KMS("%d display pipe%s available.\n",
7eb552ae
BW
15383 INTEL_INFO(dev)->num_pipes,
15384 INTEL_INFO(dev)->num_pipes > 1 ? "s" : "");
79e53945 15385
055e393f 15386 for_each_pipe(dev_priv, pipe) {
8cc87b75 15387 intel_crtc_init(dev, pipe);
3bdcfc0c 15388 for_each_sprite(dev_priv, pipe, sprite) {
1fe47785 15389 ret = intel_plane_init(dev, pipe, sprite);
7f1f3851 15390 if (ret)
06da8da2 15391 DRM_DEBUG_KMS("pipe %c sprite %c init failed: %d\n",
1fe47785 15392 pipe_name(pipe), sprite_name(pipe, sprite), ret);
7f1f3851 15393 }
79e53945
JB
15394 }
15395
bfa7df01 15396 intel_update_czclk(dev_priv);
e7dc33f3 15397 intel_update_rawclk(dev_priv);
bfa7df01
VS
15398 intel_update_cdclk(dev);
15399
e72f9fbf 15400 intel_shared_dpll_init(dev);
ee7b9f93 15401
9cce37f4
JB
15402 /* Just disable it once at startup */
15403 i915_disable_vga(dev);
79e53945 15404 intel_setup_outputs(dev);
11be49eb 15405
6e9f798d 15406 drm_modeset_lock_all(dev);
043e9bda 15407 intel_modeset_setup_hw_state(dev);
6e9f798d 15408 drm_modeset_unlock_all(dev);
46f297fb 15409
d3fcc808 15410 for_each_intel_crtc(dev, crtc) {
eeebeac5
ML
15411 struct intel_initial_plane_config plane_config = {};
15412
46f297fb
JB
15413 if (!crtc->active)
15414 continue;
15415
46f297fb 15416 /*
46f297fb
JB
15417 * Note that reserving the BIOS fb up front prevents us
15418 * from stuffing other stolen allocations like the ring
15419 * on top. This prevents some ugliness at boot time, and
15420 * can even allow for smooth boot transitions if the BIOS
15421 * fb is large enough for the active pipe configuration.
15422 */
eeebeac5
ML
15423 dev_priv->display.get_initial_plane_config(crtc,
15424 &plane_config);
15425
15426 /*
15427 * If the fb is shared between multiple heads, we'll
15428 * just get the first one.
15429 */
15430 intel_find_initial_plane_obj(crtc, &plane_config);
46f297fb 15431 }
d93c0372
MR
15432
15433 /*
15434 * Make sure hardware watermarks really match the state we read out.
15435 * Note that we need to do this after reconstructing the BIOS fb's
15436 * since the watermark calculation done here will use pstate->fb.
15437 */
15438 sanitize_watermarks(dev);
2c7111db
CW
15439}
15440
7fad798e
DV
15441static void intel_enable_pipe_a(struct drm_device *dev)
15442{
15443 struct intel_connector *connector;
15444 struct drm_connector *crt = NULL;
15445 struct intel_load_detect_pipe load_detect_temp;
208bf9fd 15446 struct drm_modeset_acquire_ctx *ctx = dev->mode_config.acquire_ctx;
7fad798e
DV
15447
15448 /* We can't just switch on the pipe A, we need to set things up with a
15449 * proper mode and output configuration. As a gross hack, enable pipe A
15450 * by enabling the load detect pipe once. */
3a3371ff 15451 for_each_intel_connector(dev, connector) {
7fad798e
DV
15452 if (connector->encoder->type == INTEL_OUTPUT_ANALOG) {
15453 crt = &connector->base;
15454 break;
15455 }
15456 }
15457
15458 if (!crt)
15459 return;
15460
208bf9fd 15461 if (intel_get_load_detect_pipe(crt, NULL, &load_detect_temp, ctx))
49172fee 15462 intel_release_load_detect_pipe(crt, &load_detect_temp, ctx);
7fad798e
DV
15463}
15464
fa555837
DV
15465static bool
15466intel_check_plane_mapping(struct intel_crtc *crtc)
15467{
7eb552ae
BW
15468 struct drm_device *dev = crtc->base.dev;
15469 struct drm_i915_private *dev_priv = dev->dev_private;
649636ef 15470 u32 val;
fa555837 15471
7eb552ae 15472 if (INTEL_INFO(dev)->num_pipes == 1)
fa555837
DV
15473 return true;
15474
649636ef 15475 val = I915_READ(DSPCNTR(!crtc->plane));
fa555837
DV
15476
15477 if ((val & DISPLAY_PLANE_ENABLE) &&
15478 (!!(val & DISPPLANE_SEL_PIPE_MASK) == crtc->pipe))
15479 return false;
15480
15481 return true;
15482}
15483
02e93c35
VS
15484static bool intel_crtc_has_encoders(struct intel_crtc *crtc)
15485{
15486 struct drm_device *dev = crtc->base.dev;
15487 struct intel_encoder *encoder;
15488
15489 for_each_encoder_on_crtc(dev, &crtc->base, encoder)
15490 return true;
15491
15492 return false;
15493}
15494
dd756198
VS
15495static bool intel_encoder_has_connectors(struct intel_encoder *encoder)
15496{
15497 struct drm_device *dev = encoder->base.dev;
15498 struct intel_connector *connector;
15499
15500 for_each_connector_on_encoder(dev, &encoder->base, connector)
15501 return true;
15502
15503 return false;
15504}
15505
24929352
DV
15506static void intel_sanitize_crtc(struct intel_crtc *crtc)
15507{
15508 struct drm_device *dev = crtc->base.dev;
15509 struct drm_i915_private *dev_priv = dev->dev_private;
4d1de975 15510 enum transcoder cpu_transcoder = crtc->config->cpu_transcoder;
24929352 15511
24929352 15512 /* Clear any frame start delays used for debugging left by the BIOS */
4d1de975
JN
15513 if (!transcoder_is_dsi(cpu_transcoder)) {
15514 i915_reg_t reg = PIPECONF(cpu_transcoder);
15515
15516 I915_WRITE(reg,
15517 I915_READ(reg) & ~PIPECONF_FRAME_START_DELAY_MASK);
15518 }
24929352 15519
d3eaf884 15520 /* restore vblank interrupts to correct state */
9625604c 15521 drm_crtc_vblank_reset(&crtc->base);
d297e103 15522 if (crtc->active) {
f9cd7b88
VS
15523 struct intel_plane *plane;
15524
9625604c 15525 drm_crtc_vblank_on(&crtc->base);
f9cd7b88
VS
15526
15527 /* Disable everything but the primary plane */
15528 for_each_intel_plane_on_crtc(dev, crtc, plane) {
15529 if (plane->base.type == DRM_PLANE_TYPE_PRIMARY)
15530 continue;
15531
15532 plane->disable_plane(&plane->base, &crtc->base);
15533 }
9625604c 15534 }
d3eaf884 15535
24929352 15536 /* We need to sanitize the plane -> pipe mapping first because this will
fa555837
DV
15537 * disable the crtc (and hence change the state) if it is wrong. Note
15538 * that gen4+ has a fixed plane -> pipe mapping. */
15539 if (INTEL_INFO(dev)->gen < 4 && !intel_check_plane_mapping(crtc)) {
24929352
DV
15540 bool plane;
15541
24929352
DV
15542 DRM_DEBUG_KMS("[CRTC:%d] wrong plane connection detected!\n",
15543 crtc->base.base.id);
15544
15545 /* Pipe has the wrong plane attached and the plane is active.
15546 * Temporarily change the plane mapping and disable everything
15547 * ... */
15548 plane = crtc->plane;
b70709a6 15549 to_intel_plane_state(crtc->base.primary->state)->visible = true;
24929352 15550 crtc->plane = !plane;
b17d48e2 15551 intel_crtc_disable_noatomic(&crtc->base);
24929352 15552 crtc->plane = plane;
24929352 15553 }
24929352 15554
7fad798e
DV
15555 if (dev_priv->quirks & QUIRK_PIPEA_FORCE &&
15556 crtc->pipe == PIPE_A && !crtc->active) {
15557 /* BIOS forgot to enable pipe A, this mostly happens after
15558 * resume. Force-enable the pipe to fix this, the update_dpms
15559 * call below we restore the pipe to the right state, but leave
15560 * the required bits on. */
15561 intel_enable_pipe_a(dev);
15562 }
15563
24929352
DV
15564 /* Adjust the state of the output pipe according to whether we
15565 * have active connectors/encoders. */
842e0307 15566 if (crtc->active && !intel_crtc_has_encoders(crtc))
b17d48e2 15567 intel_crtc_disable_noatomic(&crtc->base);
24929352 15568
a3ed6aad 15569 if (crtc->active || HAS_GMCH_DISPLAY(dev)) {
4cc31489
DV
15570 /*
15571 * We start out with underrun reporting disabled to avoid races.
15572 * For correct bookkeeping mark this on active crtcs.
15573 *
c5ab3bc0
DV
15574 * Also on gmch platforms we dont have any hardware bits to
15575 * disable the underrun reporting. Which means we need to start
15576 * out with underrun reporting disabled also on inactive pipes,
15577 * since otherwise we'll complain about the garbage we read when
15578 * e.g. coming up after runtime pm.
15579 *
4cc31489
DV
15580 * No protection against concurrent access is required - at
15581 * worst a fifo underrun happens which also sets this to false.
15582 */
15583 crtc->cpu_fifo_underrun_disabled = true;
15584 crtc->pch_fifo_underrun_disabled = true;
15585 }
24929352
DV
15586}
15587
15588static void intel_sanitize_encoder(struct intel_encoder *encoder)
15589{
15590 struct intel_connector *connector;
15591 struct drm_device *dev = encoder->base.dev;
15592
15593 /* We need to check both for a crtc link (meaning that the
15594 * encoder is active and trying to read from a pipe) and the
15595 * pipe itself being active. */
15596 bool has_active_crtc = encoder->base.crtc &&
15597 to_intel_crtc(encoder->base.crtc)->active;
15598
dd756198 15599 if (intel_encoder_has_connectors(encoder) && !has_active_crtc) {
24929352
DV
15600 DRM_DEBUG_KMS("[ENCODER:%d:%s] has active connectors but no active pipe!\n",
15601 encoder->base.base.id,
8e329a03 15602 encoder->base.name);
24929352
DV
15603
15604 /* Connector is active, but has no active pipe. This is
15605 * fallout from our resume register restoring. Disable
15606 * the encoder manually again. */
15607 if (encoder->base.crtc) {
15608 DRM_DEBUG_KMS("[ENCODER:%d:%s] manually disabled\n",
15609 encoder->base.base.id,
8e329a03 15610 encoder->base.name);
24929352 15611 encoder->disable(encoder);
a62d1497
VS
15612 if (encoder->post_disable)
15613 encoder->post_disable(encoder);
24929352 15614 }
7f1950fb 15615 encoder->base.crtc = NULL;
24929352
DV
15616
15617 /* Inconsistent output/port/pipe state happens presumably due to
15618 * a bug in one of the get_hw_state functions. Or someplace else
15619 * in our code, like the register restore mess on resume. Clamp
15620 * things to off as a safer default. */
3a3371ff 15621 for_each_intel_connector(dev, connector) {
24929352
DV
15622 if (connector->encoder != encoder)
15623 continue;
7f1950fb
EE
15624 connector->base.dpms = DRM_MODE_DPMS_OFF;
15625 connector->base.encoder = NULL;
24929352
DV
15626 }
15627 }
15628 /* Enabled encoders without active connectors will be fixed in
15629 * the crtc fixup. */
15630}
15631
04098753 15632void i915_redisable_vga_power_on(struct drm_device *dev)
0fde901f
KM
15633{
15634 struct drm_i915_private *dev_priv = dev->dev_private;
f0f59a00 15635 i915_reg_t vga_reg = i915_vgacntrl_reg(dev);
0fde901f 15636
04098753
ID
15637 if (!(I915_READ(vga_reg) & VGA_DISP_DISABLE)) {
15638 DRM_DEBUG_KMS("Something enabled VGA plane, disabling it\n");
15639 i915_disable_vga(dev);
15640 }
15641}
15642
15643void i915_redisable_vga(struct drm_device *dev)
15644{
15645 struct drm_i915_private *dev_priv = dev->dev_private;
15646
8dc8a27c
PZ
15647 /* This function can be called both from intel_modeset_setup_hw_state or
15648 * at a very early point in our resume sequence, where the power well
15649 * structures are not yet restored. Since this function is at a very
15650 * paranoid "someone might have enabled VGA while we were not looking"
15651 * level, just check if the power well is enabled instead of trying to
15652 * follow the "don't touch the power well if we don't need it" policy
15653 * the rest of the driver uses. */
6392f847 15654 if (!intel_display_power_get_if_enabled(dev_priv, POWER_DOMAIN_VGA))
8dc8a27c
PZ
15655 return;
15656
04098753 15657 i915_redisable_vga_power_on(dev);
6392f847
ID
15658
15659 intel_display_power_put(dev_priv, POWER_DOMAIN_VGA);
0fde901f
KM
15660}
15661
f9cd7b88 15662static bool primary_get_hw_state(struct intel_plane *plane)
98ec7739 15663{
f9cd7b88 15664 struct drm_i915_private *dev_priv = to_i915(plane->base.dev);
98ec7739 15665
f9cd7b88 15666 return I915_READ(DSPCNTR(plane->plane)) & DISPLAY_PLANE_ENABLE;
d032ffa0
ML
15667}
15668
f9cd7b88
VS
15669/* FIXME read out full plane state for all planes */
15670static void readout_plane_state(struct intel_crtc *crtc)
d032ffa0 15671{
b26d3ea3 15672 struct drm_plane *primary = crtc->base.primary;
f9cd7b88 15673 struct intel_plane_state *plane_state =
b26d3ea3 15674 to_intel_plane_state(primary->state);
d032ffa0 15675
19b8d387 15676 plane_state->visible = crtc->active &&
b26d3ea3
ML
15677 primary_get_hw_state(to_intel_plane(primary));
15678
15679 if (plane_state->visible)
15680 crtc->base.state->plane_mask |= 1 << drm_plane_index(primary);
98ec7739
VS
15681}
15682
30e984df 15683static void intel_modeset_readout_hw_state(struct drm_device *dev)
24929352
DV
15684{
15685 struct drm_i915_private *dev_priv = dev->dev_private;
15686 enum pipe pipe;
24929352
DV
15687 struct intel_crtc *crtc;
15688 struct intel_encoder *encoder;
15689 struct intel_connector *connector;
5358901f 15690 int i;
24929352 15691
565602d7
ML
15692 dev_priv->active_crtcs = 0;
15693
d3fcc808 15694 for_each_intel_crtc(dev, crtc) {
565602d7
ML
15695 struct intel_crtc_state *crtc_state = crtc->config;
15696 int pixclk = 0;
3b117c8f 15697
565602d7
ML
15698 __drm_atomic_helper_crtc_destroy_state(&crtc->base, &crtc_state->base);
15699 memset(crtc_state, 0, sizeof(*crtc_state));
15700 crtc_state->base.crtc = &crtc->base;
24929352 15701
565602d7
ML
15702 crtc_state->base.active = crtc_state->base.enable =
15703 dev_priv->display.get_pipe_config(crtc, crtc_state);
15704
15705 crtc->base.enabled = crtc_state->base.enable;
15706 crtc->active = crtc_state->base.active;
15707
15708 if (crtc_state->base.active) {
15709 dev_priv->active_crtcs |= 1 << crtc->pipe;
15710
15711 if (IS_BROADWELL(dev_priv)) {
15712 pixclk = ilk_pipe_pixel_rate(crtc_state);
15713
15714 /* pixel rate mustn't exceed 95% of cdclk with IPS on BDW */
15715 if (crtc_state->ips_enabled)
15716 pixclk = DIV_ROUND_UP(pixclk * 100, 95);
15717 } else if (IS_VALLEYVIEW(dev_priv) ||
15718 IS_CHERRYVIEW(dev_priv) ||
15719 IS_BROXTON(dev_priv))
15720 pixclk = crtc_state->base.adjusted_mode.crtc_clock;
15721 else
15722 WARN_ON(dev_priv->display.modeset_calc_cdclk);
15723 }
15724
15725 dev_priv->min_pixclk[crtc->pipe] = pixclk;
b70709a6 15726
f9cd7b88 15727 readout_plane_state(crtc);
24929352
DV
15728
15729 DRM_DEBUG_KMS("[CRTC:%d] hw state readout: %s\n",
15730 crtc->base.base.id,
15731 crtc->active ? "enabled" : "disabled");
15732 }
15733
5358901f
DV
15734 for (i = 0; i < dev_priv->num_shared_dpll; i++) {
15735 struct intel_shared_dpll *pll = &dev_priv->shared_dplls[i];
15736
2edd6443
ACO
15737 pll->on = pll->funcs.get_hw_state(dev_priv, pll,
15738 &pll->config.hw_state);
3e369b76 15739 pll->config.crtc_mask = 0;
d3fcc808 15740 for_each_intel_crtc(dev, crtc) {
2dd66ebd 15741 if (crtc->active && crtc->config->shared_dpll == pll)
3e369b76 15742 pll->config.crtc_mask |= 1 << crtc->pipe;
5358901f 15743 }
2dd66ebd 15744 pll->active_mask = pll->config.crtc_mask;
5358901f 15745
1e6f2ddc 15746 DRM_DEBUG_KMS("%s hw state readout: crtc_mask 0x%08x, on %i\n",
3e369b76 15747 pll->name, pll->config.crtc_mask, pll->on);
5358901f
DV
15748 }
15749
b2784e15 15750 for_each_intel_encoder(dev, encoder) {
24929352
DV
15751 pipe = 0;
15752
15753 if (encoder->get_hw_state(encoder, &pipe)) {
045ac3b5
JB
15754 crtc = to_intel_crtc(dev_priv->pipe_to_crtc_mapping[pipe]);
15755 encoder->base.crtc = &crtc->base;
6e3c9717 15756 encoder->get_config(encoder, crtc->config);
24929352
DV
15757 } else {
15758 encoder->base.crtc = NULL;
15759 }
15760
6f2bcceb 15761 DRM_DEBUG_KMS("[ENCODER:%d:%s] hw state readout: %s, pipe %c\n",
24929352 15762 encoder->base.base.id,
8e329a03 15763 encoder->base.name,
24929352 15764 encoder->base.crtc ? "enabled" : "disabled",
6f2bcceb 15765 pipe_name(pipe));
24929352
DV
15766 }
15767
3a3371ff 15768 for_each_intel_connector(dev, connector) {
24929352
DV
15769 if (connector->get_hw_state(connector)) {
15770 connector->base.dpms = DRM_MODE_DPMS_ON;
2aa974c9
ML
15771
15772 encoder = connector->encoder;
15773 connector->base.encoder = &encoder->base;
15774
15775 if (encoder->base.crtc &&
15776 encoder->base.crtc->state->active) {
15777 /*
15778 * This has to be done during hardware readout
15779 * because anything calling .crtc_disable may
15780 * rely on the connector_mask being accurate.
15781 */
15782 encoder->base.crtc->state->connector_mask |=
15783 1 << drm_connector_index(&connector->base);
e87a52b3
ML
15784 encoder->base.crtc->state->encoder_mask |=
15785 1 << drm_encoder_index(&encoder->base);
2aa974c9
ML
15786 }
15787
24929352
DV
15788 } else {
15789 connector->base.dpms = DRM_MODE_DPMS_OFF;
15790 connector->base.encoder = NULL;
15791 }
15792 DRM_DEBUG_KMS("[CONNECTOR:%d:%s] hw state readout: %s\n",
15793 connector->base.base.id,
c23cc417 15794 connector->base.name,
24929352
DV
15795 connector->base.encoder ? "enabled" : "disabled");
15796 }
7f4c6284
VS
15797
15798 for_each_intel_crtc(dev, crtc) {
15799 crtc->base.hwmode = crtc->config->base.adjusted_mode;
15800
15801 memset(&crtc->base.mode, 0, sizeof(crtc->base.mode));
15802 if (crtc->base.state->active) {
15803 intel_mode_from_pipe_config(&crtc->base.mode, crtc->config);
15804 intel_mode_from_pipe_config(&crtc->base.state->adjusted_mode, crtc->config);
15805 WARN_ON(drm_atomic_set_mode_for_crtc(crtc->base.state, &crtc->base.mode));
15806
15807 /*
15808 * The initial mode needs to be set in order to keep
15809 * the atomic core happy. It wants a valid mode if the
15810 * crtc's enabled, so we do the above call.
15811 *
15812 * At this point some state updated by the connectors
15813 * in their ->detect() callback has not run yet, so
15814 * no recalculation can be done yet.
15815 *
15816 * Even if we could do a recalculation and modeset
15817 * right now it would cause a double modeset if
15818 * fbdev or userspace chooses a different initial mode.
15819 *
15820 * If that happens, someone indicated they wanted a
15821 * mode change, which means it's safe to do a full
15822 * recalculation.
15823 */
15824 crtc->base.state->mode.private_flags = I915_MODE_FLAG_INHERITED;
9eca6832
VS
15825
15826 drm_calc_timestamping_constants(&crtc->base, &crtc->base.hwmode);
15827 update_scanline_offset(crtc);
7f4c6284 15828 }
e3b247da
VS
15829
15830 intel_pipe_config_sanity_check(dev_priv, crtc->config);
7f4c6284 15831 }
30e984df
DV
15832}
15833
043e9bda
ML
15834/* Scan out the current hw modeset state,
15835 * and sanitizes it to the current state
15836 */
15837static void
15838intel_modeset_setup_hw_state(struct drm_device *dev)
30e984df
DV
15839{
15840 struct drm_i915_private *dev_priv = dev->dev_private;
15841 enum pipe pipe;
30e984df
DV
15842 struct intel_crtc *crtc;
15843 struct intel_encoder *encoder;
35c95375 15844 int i;
30e984df
DV
15845
15846 intel_modeset_readout_hw_state(dev);
24929352
DV
15847
15848 /* HW state is read out, now we need to sanitize this mess. */
b2784e15 15849 for_each_intel_encoder(dev, encoder) {
24929352
DV
15850 intel_sanitize_encoder(encoder);
15851 }
15852
055e393f 15853 for_each_pipe(dev_priv, pipe) {
24929352
DV
15854 crtc = to_intel_crtc(dev_priv->pipe_to_crtc_mapping[pipe]);
15855 intel_sanitize_crtc(crtc);
6e3c9717
ACO
15856 intel_dump_pipe_config(crtc, crtc->config,
15857 "[setup_hw_state]");
24929352 15858 }
9a935856 15859
d29b2f9d
ACO
15860 intel_modeset_update_connector_atomic_state(dev);
15861
35c95375
DV
15862 for (i = 0; i < dev_priv->num_shared_dpll; i++) {
15863 struct intel_shared_dpll *pll = &dev_priv->shared_dplls[i];
15864
2dd66ebd 15865 if (!pll->on || pll->active_mask)
35c95375
DV
15866 continue;
15867
15868 DRM_DEBUG_KMS("%s enabled but not in use, disabling\n", pll->name);
15869
2edd6443 15870 pll->funcs.disable(dev_priv, pll);
35c95375
DV
15871 pll->on = false;
15872 }
15873
666a4537 15874 if (IS_VALLEYVIEW(dev) || IS_CHERRYVIEW(dev))
6eb1a681
VS
15875 vlv_wm_get_hw_state(dev);
15876 else if (IS_GEN9(dev))
3078999f
PB
15877 skl_wm_get_hw_state(dev);
15878 else if (HAS_PCH_SPLIT(dev))
243e6a44 15879 ilk_wm_get_hw_state(dev);
292b990e
ML
15880
15881 for_each_intel_crtc(dev, crtc) {
15882 unsigned long put_domains;
15883
74bff5f9 15884 put_domains = modeset_get_crtc_power_domains(&crtc->base, crtc->config);
292b990e
ML
15885 if (WARN_ON(put_domains))
15886 modeset_put_power_domains(dev_priv, put_domains);
15887 }
15888 intel_display_set_init_power(dev_priv, false);
010cf73d
PZ
15889
15890 intel_fbc_init_pipe_state(dev_priv);
043e9bda 15891}
7d0bc1ea 15892
043e9bda
ML
15893void intel_display_resume(struct drm_device *dev)
15894{
e2c8b870
ML
15895 struct drm_i915_private *dev_priv = to_i915(dev);
15896 struct drm_atomic_state *state = dev_priv->modeset_restore_state;
15897 struct drm_modeset_acquire_ctx ctx;
043e9bda 15898 int ret;
e2c8b870 15899 bool setup = false;
f30da187 15900
e2c8b870 15901 dev_priv->modeset_restore_state = NULL;
043e9bda 15902
ea49c9ac
ML
15903 /*
15904 * This is a cludge because with real atomic modeset mode_config.mutex
15905 * won't be taken. Unfortunately some probed state like
15906 * audio_codec_enable is still protected by mode_config.mutex, so lock
15907 * it here for now.
15908 */
15909 mutex_lock(&dev->mode_config.mutex);
e2c8b870 15910 drm_modeset_acquire_init(&ctx, 0);
043e9bda 15911
e2c8b870
ML
15912retry:
15913 ret = drm_modeset_lock_all_ctx(dev, &ctx);
043e9bda 15914
e2c8b870
ML
15915 if (ret == 0 && !setup) {
15916 setup = true;
043e9bda 15917
e2c8b870
ML
15918 intel_modeset_setup_hw_state(dev);
15919 i915_redisable_vga(dev);
45e2b5f6 15920 }
8af6cf88 15921
e2c8b870
ML
15922 if (ret == 0 && state) {
15923 struct drm_crtc_state *crtc_state;
15924 struct drm_crtc *crtc;
15925 int i;
043e9bda 15926
e2c8b870
ML
15927 state->acquire_ctx = &ctx;
15928
15929 for_each_crtc_in_state(state, crtc, crtc_state, i) {
15930 /*
15931 * Force recalculation even if we restore
15932 * current state. With fast modeset this may not result
15933 * in a modeset when the state is compatible.
15934 */
15935 crtc_state->mode_changed = true;
15936 }
15937
15938 ret = drm_atomic_commit(state);
043e9bda
ML
15939 }
15940
e2c8b870
ML
15941 if (ret == -EDEADLK) {
15942 drm_modeset_backoff(&ctx);
15943 goto retry;
15944 }
043e9bda 15945
e2c8b870
ML
15946 drm_modeset_drop_locks(&ctx);
15947 drm_modeset_acquire_fini(&ctx);
ea49c9ac 15948 mutex_unlock(&dev->mode_config.mutex);
043e9bda 15949
e2c8b870
ML
15950 if (ret) {
15951 DRM_ERROR("Restoring old state failed with %i\n", ret);
15952 drm_atomic_state_free(state);
15953 }
2c7111db
CW
15954}
15955
15956void intel_modeset_gem_init(struct drm_device *dev)
15957{
484b41dd 15958 struct drm_crtc *c;
2ff8fde1 15959 struct drm_i915_gem_object *obj;
e0d6149b 15960 int ret;
484b41dd 15961
ae48434c 15962 intel_init_gt_powersave(dev);
ae48434c 15963
1833b134 15964 intel_modeset_init_hw(dev);
02e792fb
DV
15965
15966 intel_setup_overlay(dev);
484b41dd
JB
15967
15968 /*
15969 * Make sure any fbs we allocated at startup are properly
15970 * pinned & fenced. When we do the allocation it's too early
15971 * for this.
15972 */
70e1e0ec 15973 for_each_crtc(dev, c) {
2ff8fde1
MR
15974 obj = intel_fb_obj(c->primary->fb);
15975 if (obj == NULL)
484b41dd
JB
15976 continue;
15977
e0d6149b 15978 mutex_lock(&dev->struct_mutex);
3465c580
VS
15979 ret = intel_pin_and_fence_fb_obj(c->primary->fb,
15980 c->primary->state->rotation);
e0d6149b
TU
15981 mutex_unlock(&dev->struct_mutex);
15982 if (ret) {
484b41dd
JB
15983 DRM_ERROR("failed to pin boot fb on pipe %d\n",
15984 to_intel_crtc(c)->pipe);
66e514c1
DA
15985 drm_framebuffer_unreference(c->primary->fb);
15986 c->primary->fb = NULL;
36750f28 15987 c->primary->crtc = c->primary->state->crtc = NULL;
afd65eb4 15988 update_state_fb(c->primary);
36750f28 15989 c->state->plane_mask &= ~(1 << drm_plane_index(c->primary));
484b41dd
JB
15990 }
15991 }
0962c3c9
VS
15992
15993 intel_backlight_register(dev);
79e53945
JB
15994}
15995
4932e2c3
ID
15996void intel_connector_unregister(struct intel_connector *intel_connector)
15997{
15998 struct drm_connector *connector = &intel_connector->base;
15999
16000 intel_panel_destroy_backlight(connector);
34ea3d38 16001 drm_connector_unregister(connector);
4932e2c3
ID
16002}
16003
79e53945
JB
16004void intel_modeset_cleanup(struct drm_device *dev)
16005{
652c393a 16006 struct drm_i915_private *dev_priv = dev->dev_private;
19c8054c 16007 struct intel_connector *connector;
652c393a 16008
2eb5252e
ID
16009 intel_disable_gt_powersave(dev);
16010
0962c3c9
VS
16011 intel_backlight_unregister(dev);
16012
fd0c0642
DV
16013 /*
16014 * Interrupts and polling as the first thing to avoid creating havoc.
2eb5252e 16015 * Too much stuff here (turning of connectors, ...) would
fd0c0642
DV
16016 * experience fancy races otherwise.
16017 */
2aeb7d3a 16018 intel_irq_uninstall(dev_priv);
eb21b92b 16019
fd0c0642
DV
16020 /*
16021 * Due to the hpd irq storm handling the hotplug work can re-arm the
16022 * poll handlers. Hence disable polling after hpd handling is shut down.
16023 */
f87ea761 16024 drm_kms_helper_poll_fini(dev);
fd0c0642 16025
723bfd70
JB
16026 intel_unregister_dsm_handler();
16027
c937ab3e 16028 intel_fbc_global_disable(dev_priv);
69341a5e 16029
1630fe75
CW
16030 /* flush any delayed tasks or pending work */
16031 flush_scheduled_work();
16032
db31af1d 16033 /* destroy the backlight and sysfs files before encoders/connectors */
19c8054c
JN
16034 for_each_intel_connector(dev, connector)
16035 connector->unregister(connector);
d9255d57 16036
79e53945 16037 drm_mode_config_cleanup(dev);
4d7bb011
DV
16038
16039 intel_cleanup_overlay(dev);
ae48434c 16040
ae48434c 16041 intel_cleanup_gt_powersave(dev);
f5949141
DV
16042
16043 intel_teardown_gmbus(dev);
79e53945
JB
16044}
16045
f1c79df3
ZW
16046/*
16047 * Return which encoder is currently attached for connector.
16048 */
df0e9248 16049struct drm_encoder *intel_best_encoder(struct drm_connector *connector)
79e53945 16050{
df0e9248
CW
16051 return &intel_attached_encoder(connector)->base;
16052}
f1c79df3 16053
df0e9248
CW
16054void intel_connector_attach_encoder(struct intel_connector *connector,
16055 struct intel_encoder *encoder)
16056{
16057 connector->encoder = encoder;
16058 drm_mode_connector_attach_encoder(&connector->base,
16059 &encoder->base);
79e53945 16060}
28d52043
DA
16061
16062/*
16063 * set vga decode state - true == enable VGA decode
16064 */
16065int intel_modeset_vga_set_state(struct drm_device *dev, bool state)
16066{
16067 struct drm_i915_private *dev_priv = dev->dev_private;
a885b3cc 16068 unsigned reg = INTEL_INFO(dev)->gen >= 6 ? SNB_GMCH_CTRL : INTEL_GMCH_CTRL;
28d52043
DA
16069 u16 gmch_ctrl;
16070
75fa041d
CW
16071 if (pci_read_config_word(dev_priv->bridge_dev, reg, &gmch_ctrl)) {
16072 DRM_ERROR("failed to read control word\n");
16073 return -EIO;
16074 }
16075
c0cc8a55
CW
16076 if (!!(gmch_ctrl & INTEL_GMCH_VGA_DISABLE) == !state)
16077 return 0;
16078
28d52043
DA
16079 if (state)
16080 gmch_ctrl &= ~INTEL_GMCH_VGA_DISABLE;
16081 else
16082 gmch_ctrl |= INTEL_GMCH_VGA_DISABLE;
75fa041d
CW
16083
16084 if (pci_write_config_word(dev_priv->bridge_dev, reg, gmch_ctrl)) {
16085 DRM_ERROR("failed to write control word\n");
16086 return -EIO;
16087 }
16088
28d52043
DA
16089 return 0;
16090}
c4a1d9e4 16091
c4a1d9e4 16092struct intel_display_error_state {
ff57f1b0
PZ
16093
16094 u32 power_well_driver;
16095
63b66e5b
CW
16096 int num_transcoders;
16097
c4a1d9e4
CW
16098 struct intel_cursor_error_state {
16099 u32 control;
16100 u32 position;
16101 u32 base;
16102 u32 size;
52331309 16103 } cursor[I915_MAX_PIPES];
c4a1d9e4
CW
16104
16105 struct intel_pipe_error_state {
ddf9c536 16106 bool power_domain_on;
c4a1d9e4 16107 u32 source;
f301b1e1 16108 u32 stat;
52331309 16109 } pipe[I915_MAX_PIPES];
c4a1d9e4
CW
16110
16111 struct intel_plane_error_state {
16112 u32 control;
16113 u32 stride;
16114 u32 size;
16115 u32 pos;
16116 u32 addr;
16117 u32 surface;
16118 u32 tile_offset;
52331309 16119 } plane[I915_MAX_PIPES];
63b66e5b
CW
16120
16121 struct intel_transcoder_error_state {
ddf9c536 16122 bool power_domain_on;
63b66e5b
CW
16123 enum transcoder cpu_transcoder;
16124
16125 u32 conf;
16126
16127 u32 htotal;
16128 u32 hblank;
16129 u32 hsync;
16130 u32 vtotal;
16131 u32 vblank;
16132 u32 vsync;
16133 } transcoder[4];
c4a1d9e4
CW
16134};
16135
16136struct intel_display_error_state *
16137intel_display_capture_error_state(struct drm_device *dev)
16138{
fbee40df 16139 struct drm_i915_private *dev_priv = dev->dev_private;
c4a1d9e4 16140 struct intel_display_error_state *error;
63b66e5b
CW
16141 int transcoders[] = {
16142 TRANSCODER_A,
16143 TRANSCODER_B,
16144 TRANSCODER_C,
16145 TRANSCODER_EDP,
16146 };
c4a1d9e4
CW
16147 int i;
16148
63b66e5b
CW
16149 if (INTEL_INFO(dev)->num_pipes == 0)
16150 return NULL;
16151
9d1cb914 16152 error = kzalloc(sizeof(*error), GFP_ATOMIC);
c4a1d9e4
CW
16153 if (error == NULL)
16154 return NULL;
16155
190be112 16156 if (IS_HASWELL(dev) || IS_BROADWELL(dev))
ff57f1b0
PZ
16157 error->power_well_driver = I915_READ(HSW_PWR_WELL_DRIVER);
16158
055e393f 16159 for_each_pipe(dev_priv, i) {
ddf9c536 16160 error->pipe[i].power_domain_on =
f458ebbc
DV
16161 __intel_display_power_is_enabled(dev_priv,
16162 POWER_DOMAIN_PIPE(i));
ddf9c536 16163 if (!error->pipe[i].power_domain_on)
9d1cb914
PZ
16164 continue;
16165
5efb3e28
VS
16166 error->cursor[i].control = I915_READ(CURCNTR(i));
16167 error->cursor[i].position = I915_READ(CURPOS(i));
16168 error->cursor[i].base = I915_READ(CURBASE(i));
c4a1d9e4
CW
16169
16170 error->plane[i].control = I915_READ(DSPCNTR(i));
16171 error->plane[i].stride = I915_READ(DSPSTRIDE(i));
80ca378b 16172 if (INTEL_INFO(dev)->gen <= 3) {
51889b35 16173 error->plane[i].size = I915_READ(DSPSIZE(i));
80ca378b
PZ
16174 error->plane[i].pos = I915_READ(DSPPOS(i));
16175 }
ca291363
PZ
16176 if (INTEL_INFO(dev)->gen <= 7 && !IS_HASWELL(dev))
16177 error->plane[i].addr = I915_READ(DSPADDR(i));
c4a1d9e4
CW
16178 if (INTEL_INFO(dev)->gen >= 4) {
16179 error->plane[i].surface = I915_READ(DSPSURF(i));
16180 error->plane[i].tile_offset = I915_READ(DSPTILEOFF(i));
16181 }
16182
c4a1d9e4 16183 error->pipe[i].source = I915_READ(PIPESRC(i));
f301b1e1 16184
3abfce77 16185 if (HAS_GMCH_DISPLAY(dev))
f301b1e1 16186 error->pipe[i].stat = I915_READ(PIPESTAT(i));
63b66e5b
CW
16187 }
16188
4d1de975 16189 /* Note: this does not include DSI transcoders. */
63b66e5b 16190 error->num_transcoders = INTEL_INFO(dev)->num_pipes;
2d1fe073 16191 if (HAS_DDI(dev_priv))
63b66e5b
CW
16192 error->num_transcoders++; /* Account for eDP. */
16193
16194 for (i = 0; i < error->num_transcoders; i++) {
16195 enum transcoder cpu_transcoder = transcoders[i];
16196
ddf9c536 16197 error->transcoder[i].power_domain_on =
f458ebbc 16198 __intel_display_power_is_enabled(dev_priv,
38cc1daf 16199 POWER_DOMAIN_TRANSCODER(cpu_transcoder));
ddf9c536 16200 if (!error->transcoder[i].power_domain_on)
9d1cb914
PZ
16201 continue;
16202
63b66e5b
CW
16203 error->transcoder[i].cpu_transcoder = cpu_transcoder;
16204
16205 error->transcoder[i].conf = I915_READ(PIPECONF(cpu_transcoder));
16206 error->transcoder[i].htotal = I915_READ(HTOTAL(cpu_transcoder));
16207 error->transcoder[i].hblank = I915_READ(HBLANK(cpu_transcoder));
16208 error->transcoder[i].hsync = I915_READ(HSYNC(cpu_transcoder));
16209 error->transcoder[i].vtotal = I915_READ(VTOTAL(cpu_transcoder));
16210 error->transcoder[i].vblank = I915_READ(VBLANK(cpu_transcoder));
16211 error->transcoder[i].vsync = I915_READ(VSYNC(cpu_transcoder));
c4a1d9e4
CW
16212 }
16213
16214 return error;
16215}
16216
edc3d884
MK
16217#define err_printf(e, ...) i915_error_printf(e, __VA_ARGS__)
16218
c4a1d9e4 16219void
edc3d884 16220intel_display_print_error_state(struct drm_i915_error_state_buf *m,
c4a1d9e4
CW
16221 struct drm_device *dev,
16222 struct intel_display_error_state *error)
16223{
055e393f 16224 struct drm_i915_private *dev_priv = dev->dev_private;
c4a1d9e4
CW
16225 int i;
16226
63b66e5b
CW
16227 if (!error)
16228 return;
16229
edc3d884 16230 err_printf(m, "Num Pipes: %d\n", INTEL_INFO(dev)->num_pipes);
190be112 16231 if (IS_HASWELL(dev) || IS_BROADWELL(dev))
edc3d884 16232 err_printf(m, "PWR_WELL_CTL2: %08x\n",
ff57f1b0 16233 error->power_well_driver);
055e393f 16234 for_each_pipe(dev_priv, i) {
edc3d884 16235 err_printf(m, "Pipe [%d]:\n", i);
ddf9c536 16236 err_printf(m, " Power: %s\n",
87ad3212 16237 onoff(error->pipe[i].power_domain_on));
edc3d884 16238 err_printf(m, " SRC: %08x\n", error->pipe[i].source);
f301b1e1 16239 err_printf(m, " STAT: %08x\n", error->pipe[i].stat);
edc3d884
MK
16240
16241 err_printf(m, "Plane [%d]:\n", i);
16242 err_printf(m, " CNTR: %08x\n", error->plane[i].control);
16243 err_printf(m, " STRIDE: %08x\n", error->plane[i].stride);
80ca378b 16244 if (INTEL_INFO(dev)->gen <= 3) {
edc3d884
MK
16245 err_printf(m, " SIZE: %08x\n", error->plane[i].size);
16246 err_printf(m, " POS: %08x\n", error->plane[i].pos);
80ca378b 16247 }
4b71a570 16248 if (INTEL_INFO(dev)->gen <= 7 && !IS_HASWELL(dev))
edc3d884 16249 err_printf(m, " ADDR: %08x\n", error->plane[i].addr);
c4a1d9e4 16250 if (INTEL_INFO(dev)->gen >= 4) {
edc3d884
MK
16251 err_printf(m, " SURF: %08x\n", error->plane[i].surface);
16252 err_printf(m, " TILEOFF: %08x\n", error->plane[i].tile_offset);
c4a1d9e4
CW
16253 }
16254
edc3d884
MK
16255 err_printf(m, "Cursor [%d]:\n", i);
16256 err_printf(m, " CNTR: %08x\n", error->cursor[i].control);
16257 err_printf(m, " POS: %08x\n", error->cursor[i].position);
16258 err_printf(m, " BASE: %08x\n", error->cursor[i].base);
c4a1d9e4 16259 }
63b66e5b
CW
16260
16261 for (i = 0; i < error->num_transcoders; i++) {
da205630 16262 err_printf(m, "CPU transcoder: %s\n",
63b66e5b 16263 transcoder_name(error->transcoder[i].cpu_transcoder));
ddf9c536 16264 err_printf(m, " Power: %s\n",
87ad3212 16265 onoff(error->transcoder[i].power_domain_on));
63b66e5b
CW
16266 err_printf(m, " CONF: %08x\n", error->transcoder[i].conf);
16267 err_printf(m, " HTOTAL: %08x\n", error->transcoder[i].htotal);
16268 err_printf(m, " HBLANK: %08x\n", error->transcoder[i].hblank);
16269 err_printf(m, " HSYNC: %08x\n", error->transcoder[i].hsync);
16270 err_printf(m, " VTOTAL: %08x\n", error->transcoder[i].vtotal);
16271 err_printf(m, " VBLANK: %08x\n", error->transcoder[i].vblank);
16272 err_printf(m, " VSYNC: %08x\n", error->transcoder[i].vsync);
16273 }
c4a1d9e4 16274}