drm/i915: Remove some visibility checks from intel_crtc_update_cursor.
[deliverable/linux.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"
e5510fac 39#include "i915_trace.h"
319c1d42 40#include <drm/drm_atomic.h>
c196e1d6 41#include <drm/drm_atomic_helper.h>
760285e7
DH
42#include <drm/drm_dp_helper.h>
43#include <drm/drm_crtc_helper.h>
465c120c
MR
44#include <drm/drm_plane_helper.h>
45#include <drm/drm_rect.h>
c0f372b3 46#include <linux/dma_remapping.h>
fd8e058a
AG
47#include <linux/reservation.h>
48#include <linux/dma-buf.h>
79e53945 49
465c120c 50/* Primary plane formats for gen <= 3 */
568db4f2 51static const uint32_t i8xx_primary_formats[] = {
67fe7dc5
DL
52 DRM_FORMAT_C8,
53 DRM_FORMAT_RGB565,
465c120c 54 DRM_FORMAT_XRGB1555,
67fe7dc5 55 DRM_FORMAT_XRGB8888,
465c120c
MR
56};
57
58/* Primary plane formats for gen >= 4 */
568db4f2 59static const uint32_t i965_primary_formats[] = {
6c0fd451
DL
60 DRM_FORMAT_C8,
61 DRM_FORMAT_RGB565,
62 DRM_FORMAT_XRGB8888,
63 DRM_FORMAT_XBGR8888,
64 DRM_FORMAT_XRGB2101010,
65 DRM_FORMAT_XBGR2101010,
66};
67
68static const uint32_t skl_primary_formats[] = {
67fe7dc5
DL
69 DRM_FORMAT_C8,
70 DRM_FORMAT_RGB565,
71 DRM_FORMAT_XRGB8888,
465c120c 72 DRM_FORMAT_XBGR8888,
67fe7dc5 73 DRM_FORMAT_ARGB8888,
465c120c
MR
74 DRM_FORMAT_ABGR8888,
75 DRM_FORMAT_XRGB2101010,
465c120c 76 DRM_FORMAT_XBGR2101010,
ea916ea0
KM
77 DRM_FORMAT_YUYV,
78 DRM_FORMAT_YVYU,
79 DRM_FORMAT_UYVY,
80 DRM_FORMAT_VYUY,
465c120c
MR
81};
82
3d7d6510
MR
83/* Cursor formats */
84static const uint32_t intel_cursor_formats[] = {
85 DRM_FORMAT_ARGB8888,
86};
87
f1f644dc 88static void i9xx_crtc_clock_get(struct intel_crtc *crtc,
5cec258b 89 struct intel_crtc_state *pipe_config);
18442d08 90static void ironlake_pch_clock_get(struct intel_crtc *crtc,
5cec258b 91 struct intel_crtc_state *pipe_config);
f1f644dc 92
eb1bfe80
JB
93static int intel_framebuffer_init(struct drm_device *dev,
94 struct intel_framebuffer *ifb,
95 struct drm_mode_fb_cmd2 *mode_cmd,
96 struct drm_i915_gem_object *obj);
5b18e57c
DV
97static void i9xx_set_pipeconf(struct intel_crtc *intel_crtc);
98static void intel_set_pipe_timings(struct intel_crtc *intel_crtc);
29407aab 99static void intel_cpu_transcoder_set_m_n(struct intel_crtc *crtc,
f769cd24
VK
100 struct intel_link_m_n *m_n,
101 struct intel_link_m_n *m2_n2);
29407aab 102static void ironlake_set_pipeconf(struct drm_crtc *crtc);
229fca97
DV
103static void haswell_set_pipeconf(struct drm_crtc *crtc);
104static void intel_set_pipe_csc(struct drm_crtc *crtc);
d288f65f 105static void vlv_prepare_pll(struct intel_crtc *crtc,
5cec258b 106 const struct intel_crtc_state *pipe_config);
d288f65f 107static void chv_prepare_pll(struct intel_crtc *crtc,
5cec258b 108 const struct intel_crtc_state *pipe_config);
613d2b27
ML
109static void intel_begin_crtc_commit(struct drm_crtc *, struct drm_crtc_state *);
110static void intel_finish_crtc_commit(struct drm_crtc *, struct drm_crtc_state *);
549e2bfb
CK
111static void skl_init_scalers(struct drm_device *dev, struct intel_crtc *intel_crtc,
112 struct intel_crtc_state *crtc_state);
5ab7b0b7
ID
113static int i9xx_get_refclk(const struct intel_crtc_state *crtc_state,
114 int num_connectors);
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);
200757f5 119static void intel_pre_disable_primary(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
150static int vlv_get_cck_clock_hpll(struct drm_i915_private *dev_priv,
151 const char *name, u32 reg)
152{
153 u32 val;
154 int divider;
155
156 if (dev_priv->hpll_freq == 0)
157 dev_priv->hpll_freq = valleyview_get_vco(dev_priv);
158
159 mutex_lock(&dev_priv->sb_lock);
160 val = vlv_cck_read(dev_priv, reg);
161 mutex_unlock(&dev_priv->sb_lock);
162
163 divider = val & CCK_FREQUENCY_VALUES;
164
165 WARN((val & CCK_FREQUENCY_STATUS) !=
166 (divider << CCK_FREQUENCY_STATUS_SHIFT),
167 "%s change in progress\n", name);
168
169 return DIV_ROUND_CLOSEST(dev_priv->hpll_freq << 1, divider + 1);
170}
171
d2acd215
DV
172int
173intel_pch_rawclk(struct drm_device *dev)
174{
175 struct drm_i915_private *dev_priv = dev->dev_private;
176
177 WARN_ON(!HAS_PCH_SPLIT(dev));
178
179 return I915_READ(PCH_RAWCLK_FREQ) & RAWCLK_FREQ_MASK;
180}
181
79e50a4f
JN
182/* hrawclock is 1/4 the FSB frequency */
183int intel_hrawclk(struct drm_device *dev)
184{
185 struct drm_i915_private *dev_priv = dev->dev_private;
186 uint32_t clkcfg;
187
188 /* There is no CLKCFG reg in Valleyview. VLV hrawclk is 200 MHz */
666a4537 189 if (IS_VALLEYVIEW(dev) || IS_CHERRYVIEW(dev))
79e50a4f
JN
190 return 200;
191
192 clkcfg = I915_READ(CLKCFG);
193 switch (clkcfg & CLKCFG_FSB_MASK) {
194 case CLKCFG_FSB_400:
195 return 100;
196 case CLKCFG_FSB_533:
197 return 133;
198 case CLKCFG_FSB_667:
199 return 166;
200 case CLKCFG_FSB_800:
201 return 200;
202 case CLKCFG_FSB_1067:
203 return 266;
204 case CLKCFG_FSB_1333:
205 return 333;
206 /* these two are just a guess; one of them might be right */
207 case CLKCFG_FSB_1600:
208 case CLKCFG_FSB_1600_ALT:
209 return 400;
210 default:
211 return 133;
212 }
213}
214
bfa7df01
VS
215static void intel_update_czclk(struct drm_i915_private *dev_priv)
216{
666a4537 217 if (!(IS_VALLEYVIEW(dev_priv) || IS_CHERRYVIEW(dev_priv)))
bfa7df01
VS
218 return;
219
220 dev_priv->czclk_freq = vlv_get_cck_clock_hpll(dev_priv, "czclk",
221 CCK_CZ_CLOCK_CONTROL);
222
223 DRM_DEBUG_DRIVER("CZ clock rate: %d kHz\n", dev_priv->czclk_freq);
224}
225
021357ac
CW
226static inline u32 /* units of 100MHz */
227intel_fdi_link_freq(struct drm_device *dev)
228{
8b99e68c
CW
229 if (IS_GEN5(dev)) {
230 struct drm_i915_private *dev_priv = dev->dev_private;
231 return (I915_READ(FDI_PLL_BIOS_0) & FDI_PLL_FB_CLOCK_MASK) + 2;
232 } else
233 return 27;
021357ac
CW
234}
235
5d536e28 236static const intel_limit_t intel_limits_i8xx_dac = {
0206e353 237 .dot = { .min = 25000, .max = 350000 },
9c333719 238 .vco = { .min = 908000, .max = 1512000 },
91dbe5fb 239 .n = { .min = 2, .max = 16 },
0206e353
AJ
240 .m = { .min = 96, .max = 140 },
241 .m1 = { .min = 18, .max = 26 },
242 .m2 = { .min = 6, .max = 16 },
243 .p = { .min = 4, .max = 128 },
244 .p1 = { .min = 2, .max = 33 },
273e27ca
EA
245 .p2 = { .dot_limit = 165000,
246 .p2_slow = 4, .p2_fast = 2 },
e4b36699
KP
247};
248
5d536e28
DV
249static const intel_limit_t intel_limits_i8xx_dvo = {
250 .dot = { .min = 25000, .max = 350000 },
9c333719 251 .vco = { .min = 908000, .max = 1512000 },
91dbe5fb 252 .n = { .min = 2, .max = 16 },
5d536e28
DV
253 .m = { .min = 96, .max = 140 },
254 .m1 = { .min = 18, .max = 26 },
255 .m2 = { .min = 6, .max = 16 },
256 .p = { .min = 4, .max = 128 },
257 .p1 = { .min = 2, .max = 33 },
258 .p2 = { .dot_limit = 165000,
259 .p2_slow = 4, .p2_fast = 4 },
260};
261
e4b36699 262static const intel_limit_t intel_limits_i8xx_lvds = {
0206e353 263 .dot = { .min = 25000, .max = 350000 },
9c333719 264 .vco = { .min = 908000, .max = 1512000 },
91dbe5fb 265 .n = { .min = 2, .max = 16 },
0206e353
AJ
266 .m = { .min = 96, .max = 140 },
267 .m1 = { .min = 18, .max = 26 },
268 .m2 = { .min = 6, .max = 16 },
269 .p = { .min = 4, .max = 128 },
270 .p1 = { .min = 1, .max = 6 },
273e27ca
EA
271 .p2 = { .dot_limit = 165000,
272 .p2_slow = 14, .p2_fast = 7 },
e4b36699 273};
273e27ca 274
e4b36699 275static const intel_limit_t intel_limits_i9xx_sdvo = {
0206e353
AJ
276 .dot = { .min = 20000, .max = 400000 },
277 .vco = { .min = 1400000, .max = 2800000 },
278 .n = { .min = 1, .max = 6 },
279 .m = { .min = 70, .max = 120 },
4f7dfb67
PJ
280 .m1 = { .min = 8, .max = 18 },
281 .m2 = { .min = 3, .max = 7 },
0206e353
AJ
282 .p = { .min = 5, .max = 80 },
283 .p1 = { .min = 1, .max = 8 },
273e27ca
EA
284 .p2 = { .dot_limit = 200000,
285 .p2_slow = 10, .p2_fast = 5 },
e4b36699
KP
286};
287
288static const intel_limit_t intel_limits_i9xx_lvds = {
0206e353
AJ
289 .dot = { .min = 20000, .max = 400000 },
290 .vco = { .min = 1400000, .max = 2800000 },
291 .n = { .min = 1, .max = 6 },
292 .m = { .min = 70, .max = 120 },
53a7d2d1
PJ
293 .m1 = { .min = 8, .max = 18 },
294 .m2 = { .min = 3, .max = 7 },
0206e353
AJ
295 .p = { .min = 7, .max = 98 },
296 .p1 = { .min = 1, .max = 8 },
273e27ca
EA
297 .p2 = { .dot_limit = 112000,
298 .p2_slow = 14, .p2_fast = 7 },
e4b36699
KP
299};
300
273e27ca 301
e4b36699 302static const intel_limit_t intel_limits_g4x_sdvo = {
273e27ca
EA
303 .dot = { .min = 25000, .max = 270000 },
304 .vco = { .min = 1750000, .max = 3500000},
305 .n = { .min = 1, .max = 4 },
306 .m = { .min = 104, .max = 138 },
307 .m1 = { .min = 17, .max = 23 },
308 .m2 = { .min = 5, .max = 11 },
309 .p = { .min = 10, .max = 30 },
310 .p1 = { .min = 1, .max = 3},
311 .p2 = { .dot_limit = 270000,
312 .p2_slow = 10,
313 .p2_fast = 10
044c7c41 314 },
e4b36699
KP
315};
316
317static const intel_limit_t intel_limits_g4x_hdmi = {
273e27ca
EA
318 .dot = { .min = 22000, .max = 400000 },
319 .vco = { .min = 1750000, .max = 3500000},
320 .n = { .min = 1, .max = 4 },
321 .m = { .min = 104, .max = 138 },
322 .m1 = { .min = 16, .max = 23 },
323 .m2 = { .min = 5, .max = 11 },
324 .p = { .min = 5, .max = 80 },
325 .p1 = { .min = 1, .max = 8},
326 .p2 = { .dot_limit = 165000,
327 .p2_slow = 10, .p2_fast = 5 },
e4b36699
KP
328};
329
330static const intel_limit_t intel_limits_g4x_single_channel_lvds = {
273e27ca
EA
331 .dot = { .min = 20000, .max = 115000 },
332 .vco = { .min = 1750000, .max = 3500000 },
333 .n = { .min = 1, .max = 3 },
334 .m = { .min = 104, .max = 138 },
335 .m1 = { .min = 17, .max = 23 },
336 .m2 = { .min = 5, .max = 11 },
337 .p = { .min = 28, .max = 112 },
338 .p1 = { .min = 2, .max = 8 },
339 .p2 = { .dot_limit = 0,
340 .p2_slow = 14, .p2_fast = 14
044c7c41 341 },
e4b36699
KP
342};
343
344static const intel_limit_t intel_limits_g4x_dual_channel_lvds = {
273e27ca
EA
345 .dot = { .min = 80000, .max = 224000 },
346 .vco = { .min = 1750000, .max = 3500000 },
347 .n = { .min = 1, .max = 3 },
348 .m = { .min = 104, .max = 138 },
349 .m1 = { .min = 17, .max = 23 },
350 .m2 = { .min = 5, .max = 11 },
351 .p = { .min = 14, .max = 42 },
352 .p1 = { .min = 2, .max = 6 },
353 .p2 = { .dot_limit = 0,
354 .p2_slow = 7, .p2_fast = 7
044c7c41 355 },
e4b36699
KP
356};
357
f2b115e6 358static const intel_limit_t intel_limits_pineview_sdvo = {
0206e353
AJ
359 .dot = { .min = 20000, .max = 400000},
360 .vco = { .min = 1700000, .max = 3500000 },
273e27ca 361 /* Pineview's Ncounter is a ring counter */
0206e353
AJ
362 .n = { .min = 3, .max = 6 },
363 .m = { .min = 2, .max = 256 },
273e27ca 364 /* Pineview only has one combined m divider, which we treat as m2. */
0206e353
AJ
365 .m1 = { .min = 0, .max = 0 },
366 .m2 = { .min = 0, .max = 254 },
367 .p = { .min = 5, .max = 80 },
368 .p1 = { .min = 1, .max = 8 },
273e27ca
EA
369 .p2 = { .dot_limit = 200000,
370 .p2_slow = 10, .p2_fast = 5 },
e4b36699
KP
371};
372
f2b115e6 373static const intel_limit_t intel_limits_pineview_lvds = {
0206e353
AJ
374 .dot = { .min = 20000, .max = 400000 },
375 .vco = { .min = 1700000, .max = 3500000 },
376 .n = { .min = 3, .max = 6 },
377 .m = { .min = 2, .max = 256 },
378 .m1 = { .min = 0, .max = 0 },
379 .m2 = { .min = 0, .max = 254 },
380 .p = { .min = 7, .max = 112 },
381 .p1 = { .min = 1, .max = 8 },
273e27ca
EA
382 .p2 = { .dot_limit = 112000,
383 .p2_slow = 14, .p2_fast = 14 },
e4b36699
KP
384};
385
273e27ca
EA
386/* Ironlake / Sandybridge
387 *
388 * We calculate clock using (register_value + 2) for N/M1/M2, so here
389 * the range value for them is (actual_value - 2).
390 */
b91ad0ec 391static const intel_limit_t intel_limits_ironlake_dac = {
273e27ca
EA
392 .dot = { .min = 25000, .max = 350000 },
393 .vco = { .min = 1760000, .max = 3510000 },
394 .n = { .min = 1, .max = 5 },
395 .m = { .min = 79, .max = 127 },
396 .m1 = { .min = 12, .max = 22 },
397 .m2 = { .min = 5, .max = 9 },
398 .p = { .min = 5, .max = 80 },
399 .p1 = { .min = 1, .max = 8 },
400 .p2 = { .dot_limit = 225000,
401 .p2_slow = 10, .p2_fast = 5 },
e4b36699
KP
402};
403
b91ad0ec 404static const intel_limit_t intel_limits_ironlake_single_lvds = {
273e27ca
EA
405 .dot = { .min = 25000, .max = 350000 },
406 .vco = { .min = 1760000, .max = 3510000 },
407 .n = { .min = 1, .max = 3 },
408 .m = { .min = 79, .max = 118 },
409 .m1 = { .min = 12, .max = 22 },
410 .m2 = { .min = 5, .max = 9 },
411 .p = { .min = 28, .max = 112 },
412 .p1 = { .min = 2, .max = 8 },
413 .p2 = { .dot_limit = 225000,
414 .p2_slow = 14, .p2_fast = 14 },
b91ad0ec
ZW
415};
416
417static const intel_limit_t intel_limits_ironlake_dual_lvds = {
273e27ca
EA
418 .dot = { .min = 25000, .max = 350000 },
419 .vco = { .min = 1760000, .max = 3510000 },
420 .n = { .min = 1, .max = 3 },
421 .m = { .min = 79, .max = 127 },
422 .m1 = { .min = 12, .max = 22 },
423 .m2 = { .min = 5, .max = 9 },
424 .p = { .min = 14, .max = 56 },
425 .p1 = { .min = 2, .max = 8 },
426 .p2 = { .dot_limit = 225000,
427 .p2_slow = 7, .p2_fast = 7 },
b91ad0ec
ZW
428};
429
273e27ca 430/* LVDS 100mhz refclk limits. */
b91ad0ec 431static const intel_limit_t intel_limits_ironlake_single_lvds_100m = {
273e27ca
EA
432 .dot = { .min = 25000, .max = 350000 },
433 .vco = { .min = 1760000, .max = 3510000 },
434 .n = { .min = 1, .max = 2 },
435 .m = { .min = 79, .max = 126 },
436 .m1 = { .min = 12, .max = 22 },
437 .m2 = { .min = 5, .max = 9 },
438 .p = { .min = 28, .max = 112 },
0206e353 439 .p1 = { .min = 2, .max = 8 },
273e27ca
EA
440 .p2 = { .dot_limit = 225000,
441 .p2_slow = 14, .p2_fast = 14 },
b91ad0ec
ZW
442};
443
444static const intel_limit_t intel_limits_ironlake_dual_lvds_100m = {
273e27ca
EA
445 .dot = { .min = 25000, .max = 350000 },
446 .vco = { .min = 1760000, .max = 3510000 },
447 .n = { .min = 1, .max = 3 },
448 .m = { .min = 79, .max = 126 },
449 .m1 = { .min = 12, .max = 22 },
450 .m2 = { .min = 5, .max = 9 },
451 .p = { .min = 14, .max = 42 },
0206e353 452 .p1 = { .min = 2, .max = 6 },
273e27ca
EA
453 .p2 = { .dot_limit = 225000,
454 .p2_slow = 7, .p2_fast = 7 },
4547668a
ZY
455};
456
dc730512 457static const intel_limit_t intel_limits_vlv = {
f01b7962
VS
458 /*
459 * These are the data rate limits (measured in fast clocks)
460 * since those are the strictest limits we have. The fast
461 * clock and actual rate limits are more relaxed, so checking
462 * them would make no difference.
463 */
464 .dot = { .min = 25000 * 5, .max = 270000 * 5 },
75e53986 465 .vco = { .min = 4000000, .max = 6000000 },
a0c4da24 466 .n = { .min = 1, .max = 7 },
a0c4da24
JB
467 .m1 = { .min = 2, .max = 3 },
468 .m2 = { .min = 11, .max = 156 },
b99ab663 469 .p1 = { .min = 2, .max = 3 },
5fdc9c49 470 .p2 = { .p2_slow = 2, .p2_fast = 20 }, /* slow=min, fast=max */
a0c4da24
JB
471};
472
ef9348c8
CML
473static const intel_limit_t intel_limits_chv = {
474 /*
475 * These are the data rate limits (measured in fast clocks)
476 * since those are the strictest limits we have. The fast
477 * clock and actual rate limits are more relaxed, so checking
478 * them would make no difference.
479 */
480 .dot = { .min = 25000 * 5, .max = 540000 * 5},
17fe1021 481 .vco = { .min = 4800000, .max = 6480000 },
ef9348c8
CML
482 .n = { .min = 1, .max = 1 },
483 .m1 = { .min = 2, .max = 2 },
484 .m2 = { .min = 24 << 22, .max = 175 << 22 },
485 .p1 = { .min = 2, .max = 4 },
486 .p2 = { .p2_slow = 1, .p2_fast = 14 },
487};
488
5ab7b0b7
ID
489static const intel_limit_t intel_limits_bxt = {
490 /* FIXME: find real dot limits */
491 .dot = { .min = 0, .max = INT_MAX },
e6292556 492 .vco = { .min = 4800000, .max = 6700000 },
5ab7b0b7
ID
493 .n = { .min = 1, .max = 1 },
494 .m1 = { .min = 2, .max = 2 },
495 /* FIXME: find real m2 limits */
496 .m2 = { .min = 2 << 22, .max = 255 << 22 },
497 .p1 = { .min = 2, .max = 4 },
498 .p2 = { .p2_slow = 1, .p2_fast = 20 },
499};
500
cdba954e
ACO
501static bool
502needs_modeset(struct drm_crtc_state *state)
503{
fc596660 504 return drm_atomic_crtc_needs_modeset(state);
cdba954e
ACO
505}
506
e0638cdf
PZ
507/**
508 * Returns whether any output on the specified pipe is of the specified type
509 */
4093561b 510bool intel_pipe_has_type(struct intel_crtc *crtc, enum intel_output_type type)
e0638cdf 511{
409ee761 512 struct drm_device *dev = crtc->base.dev;
e0638cdf
PZ
513 struct intel_encoder *encoder;
514
409ee761 515 for_each_encoder_on_crtc(dev, &crtc->base, encoder)
e0638cdf
PZ
516 if (encoder->type == type)
517 return true;
518
519 return false;
520}
521
d0737e1d
ACO
522/**
523 * Returns whether any output on the specified pipe will have the specified
524 * type after a staged modeset is complete, i.e., the same as
525 * intel_pipe_has_type() but looking at encoder->new_crtc instead of
526 * encoder->crtc.
527 */
a93e255f
ACO
528static bool intel_pipe_will_have_type(const struct intel_crtc_state *crtc_state,
529 int type)
d0737e1d 530{
a93e255f 531 struct drm_atomic_state *state = crtc_state->base.state;
da3ced29 532 struct drm_connector *connector;
a93e255f 533 struct drm_connector_state *connector_state;
d0737e1d 534 struct intel_encoder *encoder;
a93e255f
ACO
535 int i, num_connectors = 0;
536
da3ced29 537 for_each_connector_in_state(state, connector, connector_state, i) {
a93e255f
ACO
538 if (connector_state->crtc != crtc_state->base.crtc)
539 continue;
540
541 num_connectors++;
d0737e1d 542
a93e255f
ACO
543 encoder = to_intel_encoder(connector_state->best_encoder);
544 if (encoder->type == type)
d0737e1d 545 return true;
a93e255f
ACO
546 }
547
548 WARN_ON(num_connectors == 0);
d0737e1d
ACO
549
550 return false;
551}
552
a93e255f
ACO
553static const intel_limit_t *
554intel_ironlake_limit(struct intel_crtc_state *crtc_state, int refclk)
2c07245f 555{
a93e255f 556 struct drm_device *dev = crtc_state->base.crtc->dev;
2c07245f 557 const intel_limit_t *limit;
b91ad0ec 558
a93e255f 559 if (intel_pipe_will_have_type(crtc_state, INTEL_OUTPUT_LVDS)) {
1974cad0 560 if (intel_is_dual_link_lvds(dev)) {
1b894b59 561 if (refclk == 100000)
b91ad0ec
ZW
562 limit = &intel_limits_ironlake_dual_lvds_100m;
563 else
564 limit = &intel_limits_ironlake_dual_lvds;
565 } else {
1b894b59 566 if (refclk == 100000)
b91ad0ec
ZW
567 limit = &intel_limits_ironlake_single_lvds_100m;
568 else
569 limit = &intel_limits_ironlake_single_lvds;
570 }
c6bb3538 571 } else
b91ad0ec 572 limit = &intel_limits_ironlake_dac;
2c07245f
ZW
573
574 return limit;
575}
576
a93e255f
ACO
577static const intel_limit_t *
578intel_g4x_limit(struct intel_crtc_state *crtc_state)
044c7c41 579{
a93e255f 580 struct drm_device *dev = crtc_state->base.crtc->dev;
044c7c41
ML
581 const intel_limit_t *limit;
582
a93e255f 583 if (intel_pipe_will_have_type(crtc_state, INTEL_OUTPUT_LVDS)) {
1974cad0 584 if (intel_is_dual_link_lvds(dev))
e4b36699 585 limit = &intel_limits_g4x_dual_channel_lvds;
044c7c41 586 else
e4b36699 587 limit = &intel_limits_g4x_single_channel_lvds;
a93e255f
ACO
588 } else if (intel_pipe_will_have_type(crtc_state, INTEL_OUTPUT_HDMI) ||
589 intel_pipe_will_have_type(crtc_state, INTEL_OUTPUT_ANALOG)) {
e4b36699 590 limit = &intel_limits_g4x_hdmi;
a93e255f 591 } else if (intel_pipe_will_have_type(crtc_state, INTEL_OUTPUT_SDVO)) {
e4b36699 592 limit = &intel_limits_g4x_sdvo;
044c7c41 593 } else /* The option is for other outputs */
e4b36699 594 limit = &intel_limits_i9xx_sdvo;
044c7c41
ML
595
596 return limit;
597}
598
a93e255f
ACO
599static const intel_limit_t *
600intel_limit(struct intel_crtc_state *crtc_state, int refclk)
79e53945 601{
a93e255f 602 struct drm_device *dev = crtc_state->base.crtc->dev;
79e53945
JB
603 const intel_limit_t *limit;
604
5ab7b0b7
ID
605 if (IS_BROXTON(dev))
606 limit = &intel_limits_bxt;
607 else if (HAS_PCH_SPLIT(dev))
a93e255f 608 limit = intel_ironlake_limit(crtc_state, refclk);
2c07245f 609 else if (IS_G4X(dev)) {
a93e255f 610 limit = intel_g4x_limit(crtc_state);
f2b115e6 611 } else if (IS_PINEVIEW(dev)) {
a93e255f 612 if (intel_pipe_will_have_type(crtc_state, INTEL_OUTPUT_LVDS))
f2b115e6 613 limit = &intel_limits_pineview_lvds;
2177832f 614 else
f2b115e6 615 limit = &intel_limits_pineview_sdvo;
ef9348c8
CML
616 } else if (IS_CHERRYVIEW(dev)) {
617 limit = &intel_limits_chv;
a0c4da24 618 } else if (IS_VALLEYVIEW(dev)) {
dc730512 619 limit = &intel_limits_vlv;
a6c45cf0 620 } else if (!IS_GEN2(dev)) {
a93e255f 621 if (intel_pipe_will_have_type(crtc_state, INTEL_OUTPUT_LVDS))
a6c45cf0
CW
622 limit = &intel_limits_i9xx_lvds;
623 else
624 limit = &intel_limits_i9xx_sdvo;
79e53945 625 } else {
a93e255f 626 if (intel_pipe_will_have_type(crtc_state, INTEL_OUTPUT_LVDS))
e4b36699 627 limit = &intel_limits_i8xx_lvds;
a93e255f 628 else if (intel_pipe_will_have_type(crtc_state, INTEL_OUTPUT_DVO))
e4b36699 629 limit = &intel_limits_i8xx_dvo;
5d536e28
DV
630 else
631 limit = &intel_limits_i8xx_dac;
79e53945
JB
632 }
633 return limit;
634}
635
dccbea3b
ID
636/*
637 * Platform specific helpers to calculate the port PLL loopback- (clock.m),
638 * and post-divider (clock.p) values, pre- (clock.vco) and post-divided fast
639 * (clock.dot) clock rates. This fast dot clock is fed to the port's IO logic.
640 * The helpers' return value is the rate of the clock that is fed to the
641 * display engine's pipe which can be the above fast dot clock rate or a
642 * divided-down version of it.
643 */
f2b115e6 644/* m1 is reserved as 0 in Pineview, n is a ring counter */
dccbea3b 645static int pnv_calc_dpll_params(int refclk, intel_clock_t *clock)
79e53945 646{
2177832f
SL
647 clock->m = clock->m2 + 2;
648 clock->p = clock->p1 * clock->p2;
ed5ca77e 649 if (WARN_ON(clock->n == 0 || clock->p == 0))
dccbea3b 650 return 0;
fb03ac01
VS
651 clock->vco = DIV_ROUND_CLOSEST(refclk * clock->m, clock->n);
652 clock->dot = DIV_ROUND_CLOSEST(clock->vco, clock->p);
dccbea3b
ID
653
654 return clock->dot;
2177832f
SL
655}
656
7429e9d4
DV
657static uint32_t i9xx_dpll_compute_m(struct dpll *dpll)
658{
659 return 5 * (dpll->m1 + 2) + (dpll->m2 + 2);
660}
661
dccbea3b 662static int i9xx_calc_dpll_params(int refclk, intel_clock_t *clock)
2177832f 663{
7429e9d4 664 clock->m = i9xx_dpll_compute_m(clock);
79e53945 665 clock->p = clock->p1 * clock->p2;
ed5ca77e 666 if (WARN_ON(clock->n + 2 == 0 || clock->p == 0))
dccbea3b 667 return 0;
fb03ac01
VS
668 clock->vco = DIV_ROUND_CLOSEST(refclk * clock->m, clock->n + 2);
669 clock->dot = DIV_ROUND_CLOSEST(clock->vco, clock->p);
dccbea3b
ID
670
671 return clock->dot;
79e53945
JB
672}
673
dccbea3b 674static int vlv_calc_dpll_params(int refclk, intel_clock_t *clock)
589eca67
ID
675{
676 clock->m = clock->m1 * clock->m2;
677 clock->p = clock->p1 * clock->p2;
678 if (WARN_ON(clock->n == 0 || clock->p == 0))
dccbea3b 679 return 0;
589eca67
ID
680 clock->vco = DIV_ROUND_CLOSEST(refclk * clock->m, clock->n);
681 clock->dot = DIV_ROUND_CLOSEST(clock->vco, clock->p);
dccbea3b
ID
682
683 return clock->dot / 5;
589eca67
ID
684}
685
dccbea3b 686int chv_calc_dpll_params(int refclk, intel_clock_t *clock)
ef9348c8
CML
687{
688 clock->m = clock->m1 * clock->m2;
689 clock->p = clock->p1 * clock->p2;
690 if (WARN_ON(clock->n == 0 || clock->p == 0))
dccbea3b 691 return 0;
ef9348c8
CML
692 clock->vco = DIV_ROUND_CLOSEST_ULL((uint64_t)refclk * clock->m,
693 clock->n << 22);
694 clock->dot = DIV_ROUND_CLOSEST(clock->vco, clock->p);
dccbea3b
ID
695
696 return clock->dot / 5;
ef9348c8
CML
697}
698
7c04d1d9 699#define INTELPllInvalid(s) do { /* DRM_DEBUG(s); */ return false; } while (0)
79e53945
JB
700/**
701 * Returns whether the given set of divisors are valid for a given refclk with
702 * the given connectors.
703 */
704
1b894b59
CW
705static bool intel_PLL_is_valid(struct drm_device *dev,
706 const intel_limit_t *limit,
707 const intel_clock_t *clock)
79e53945 708{
f01b7962
VS
709 if (clock->n < limit->n.min || limit->n.max < clock->n)
710 INTELPllInvalid("n out of range\n");
79e53945 711 if (clock->p1 < limit->p1.min || limit->p1.max < clock->p1)
0206e353 712 INTELPllInvalid("p1 out of range\n");
79e53945 713 if (clock->m2 < limit->m2.min || limit->m2.max < clock->m2)
0206e353 714 INTELPllInvalid("m2 out of range\n");
79e53945 715 if (clock->m1 < limit->m1.min || limit->m1.max < clock->m1)
0206e353 716 INTELPllInvalid("m1 out of range\n");
f01b7962 717
666a4537
WB
718 if (!IS_PINEVIEW(dev) && !IS_VALLEYVIEW(dev) &&
719 !IS_CHERRYVIEW(dev) && !IS_BROXTON(dev))
f01b7962
VS
720 if (clock->m1 <= clock->m2)
721 INTELPllInvalid("m1 <= m2\n");
722
666a4537 723 if (!IS_VALLEYVIEW(dev) && !IS_CHERRYVIEW(dev) && !IS_BROXTON(dev)) {
f01b7962
VS
724 if (clock->p < limit->p.min || limit->p.max < clock->p)
725 INTELPllInvalid("p out of range\n");
726 if (clock->m < limit->m.min || limit->m.max < clock->m)
727 INTELPllInvalid("m out of range\n");
728 }
729
79e53945 730 if (clock->vco < limit->vco.min || limit->vco.max < clock->vco)
0206e353 731 INTELPllInvalid("vco out of range\n");
79e53945
JB
732 /* XXX: We may need to be checking "Dot clock" depending on the multiplier,
733 * connector, etc., rather than just a single range.
734 */
735 if (clock->dot < limit->dot.min || limit->dot.max < clock->dot)
0206e353 736 INTELPllInvalid("dot out of range\n");
79e53945
JB
737
738 return true;
739}
740
3b1429d9
VS
741static int
742i9xx_select_p2_div(const intel_limit_t *limit,
743 const struct intel_crtc_state *crtc_state,
744 int target)
79e53945 745{
3b1429d9 746 struct drm_device *dev = crtc_state->base.crtc->dev;
79e53945 747
a93e255f 748 if (intel_pipe_will_have_type(crtc_state, INTEL_OUTPUT_LVDS)) {
79e53945 749 /*
a210b028
DV
750 * For LVDS just rely on its current settings for dual-channel.
751 * We haven't figured out how to reliably set up different
752 * single/dual channel state, if we even can.
79e53945 753 */
1974cad0 754 if (intel_is_dual_link_lvds(dev))
3b1429d9 755 return limit->p2.p2_fast;
79e53945 756 else
3b1429d9 757 return limit->p2.p2_slow;
79e53945
JB
758 } else {
759 if (target < limit->p2.dot_limit)
3b1429d9 760 return limit->p2.p2_slow;
79e53945 761 else
3b1429d9 762 return limit->p2.p2_fast;
79e53945 763 }
3b1429d9
VS
764}
765
766static bool
767i9xx_find_best_dpll(const intel_limit_t *limit,
768 struct intel_crtc_state *crtc_state,
769 int target, int refclk, intel_clock_t *match_clock,
770 intel_clock_t *best_clock)
771{
772 struct drm_device *dev = crtc_state->base.crtc->dev;
773 intel_clock_t clock;
774 int err = target;
79e53945 775
0206e353 776 memset(best_clock, 0, sizeof(*best_clock));
79e53945 777
3b1429d9
VS
778 clock.p2 = i9xx_select_p2_div(limit, crtc_state, target);
779
42158660
ZY
780 for (clock.m1 = limit->m1.min; clock.m1 <= limit->m1.max;
781 clock.m1++) {
782 for (clock.m2 = limit->m2.min;
783 clock.m2 <= limit->m2.max; clock.m2++) {
c0efc387 784 if (clock.m2 >= clock.m1)
42158660
ZY
785 break;
786 for (clock.n = limit->n.min;
787 clock.n <= limit->n.max; clock.n++) {
788 for (clock.p1 = limit->p1.min;
789 clock.p1 <= limit->p1.max; clock.p1++) {
79e53945
JB
790 int this_err;
791
dccbea3b 792 i9xx_calc_dpll_params(refclk, &clock);
ac58c3f0
DV
793 if (!intel_PLL_is_valid(dev, limit,
794 &clock))
795 continue;
796 if (match_clock &&
797 clock.p != match_clock->p)
798 continue;
799
800 this_err = abs(clock.dot - target);
801 if (this_err < err) {
802 *best_clock = clock;
803 err = this_err;
804 }
805 }
806 }
807 }
808 }
809
810 return (err != target);
811}
812
813static bool
a93e255f
ACO
814pnv_find_best_dpll(const intel_limit_t *limit,
815 struct intel_crtc_state *crtc_state,
ee9300bb
DV
816 int target, int refclk, intel_clock_t *match_clock,
817 intel_clock_t *best_clock)
79e53945 818{
3b1429d9 819 struct drm_device *dev = crtc_state->base.crtc->dev;
79e53945 820 intel_clock_t clock;
79e53945
JB
821 int err = target;
822
0206e353 823 memset(best_clock, 0, sizeof(*best_clock));
79e53945 824
3b1429d9
VS
825 clock.p2 = i9xx_select_p2_div(limit, crtc_state, target);
826
42158660
ZY
827 for (clock.m1 = limit->m1.min; clock.m1 <= limit->m1.max;
828 clock.m1++) {
829 for (clock.m2 = limit->m2.min;
830 clock.m2 <= limit->m2.max; clock.m2++) {
42158660
ZY
831 for (clock.n = limit->n.min;
832 clock.n <= limit->n.max; clock.n++) {
833 for (clock.p1 = limit->p1.min;
834 clock.p1 <= limit->p1.max; clock.p1++) {
79e53945
JB
835 int this_err;
836
dccbea3b 837 pnv_calc_dpll_params(refclk, &clock);
1b894b59
CW
838 if (!intel_PLL_is_valid(dev, limit,
839 &clock))
79e53945 840 continue;
cec2f356
SP
841 if (match_clock &&
842 clock.p != match_clock->p)
843 continue;
79e53945
JB
844
845 this_err = abs(clock.dot - target);
846 if (this_err < err) {
847 *best_clock = clock;
848 err = this_err;
849 }
850 }
851 }
852 }
853 }
854
855 return (err != target);
856}
857
d4906093 858static bool
a93e255f
ACO
859g4x_find_best_dpll(const intel_limit_t *limit,
860 struct intel_crtc_state *crtc_state,
ee9300bb
DV
861 int target, int refclk, intel_clock_t *match_clock,
862 intel_clock_t *best_clock)
d4906093 863{
3b1429d9 864 struct drm_device *dev = crtc_state->base.crtc->dev;
d4906093
ML
865 intel_clock_t clock;
866 int max_n;
3b1429d9 867 bool found = false;
6ba770dc
AJ
868 /* approximately equals target * 0.00585 */
869 int err_most = (target >> 8) + (target >> 9);
d4906093
ML
870
871 memset(best_clock, 0, sizeof(*best_clock));
3b1429d9
VS
872
873 clock.p2 = i9xx_select_p2_div(limit, crtc_state, target);
874
d4906093 875 max_n = limit->n.max;
f77f13e2 876 /* based on hardware requirement, prefer smaller n to precision */
d4906093 877 for (clock.n = limit->n.min; clock.n <= max_n; clock.n++) {
f77f13e2 878 /* based on hardware requirement, prefere larger m1,m2 */
d4906093
ML
879 for (clock.m1 = limit->m1.max;
880 clock.m1 >= limit->m1.min; clock.m1--) {
881 for (clock.m2 = limit->m2.max;
882 clock.m2 >= limit->m2.min; clock.m2--) {
883 for (clock.p1 = limit->p1.max;
884 clock.p1 >= limit->p1.min; clock.p1--) {
885 int this_err;
886
dccbea3b 887 i9xx_calc_dpll_params(refclk, &clock);
1b894b59
CW
888 if (!intel_PLL_is_valid(dev, limit,
889 &clock))
d4906093 890 continue;
1b894b59
CW
891
892 this_err = abs(clock.dot - target);
d4906093
ML
893 if (this_err < err_most) {
894 *best_clock = clock;
895 err_most = this_err;
896 max_n = clock.n;
897 found = true;
898 }
899 }
900 }
901 }
902 }
2c07245f
ZW
903 return found;
904}
905
d5dd62bd
ID
906/*
907 * Check if the calculated PLL configuration is more optimal compared to the
908 * best configuration and error found so far. Return the calculated error.
909 */
910static bool vlv_PLL_is_optimal(struct drm_device *dev, int target_freq,
911 const intel_clock_t *calculated_clock,
912 const intel_clock_t *best_clock,
913 unsigned int best_error_ppm,
914 unsigned int *error_ppm)
915{
9ca3ba01
ID
916 /*
917 * For CHV ignore the error and consider only the P value.
918 * Prefer a bigger P value based on HW requirements.
919 */
920 if (IS_CHERRYVIEW(dev)) {
921 *error_ppm = 0;
922
923 return calculated_clock->p > best_clock->p;
924 }
925
24be4e46
ID
926 if (WARN_ON_ONCE(!target_freq))
927 return false;
928
d5dd62bd
ID
929 *error_ppm = div_u64(1000000ULL *
930 abs(target_freq - calculated_clock->dot),
931 target_freq);
932 /*
933 * Prefer a better P value over a better (smaller) error if the error
934 * is small. Ensure this preference for future configurations too by
935 * setting the error to 0.
936 */
937 if (*error_ppm < 100 && calculated_clock->p > best_clock->p) {
938 *error_ppm = 0;
939
940 return true;
941 }
942
943 return *error_ppm + 10 < best_error_ppm;
944}
945
a0c4da24 946static bool
a93e255f
ACO
947vlv_find_best_dpll(const intel_limit_t *limit,
948 struct intel_crtc_state *crtc_state,
ee9300bb
DV
949 int target, int refclk, intel_clock_t *match_clock,
950 intel_clock_t *best_clock)
a0c4da24 951{
a93e255f 952 struct intel_crtc *crtc = to_intel_crtc(crtc_state->base.crtc);
a919ff14 953 struct drm_device *dev = crtc->base.dev;
6b4bf1c4 954 intel_clock_t clock;
69e4f900 955 unsigned int bestppm = 1000000;
27e639bf
VS
956 /* min update 19.2 MHz */
957 int max_n = min(limit->n.max, refclk / 19200);
49e497ef 958 bool found = false;
a0c4da24 959
6b4bf1c4
VS
960 target *= 5; /* fast clock */
961
962 memset(best_clock, 0, sizeof(*best_clock));
a0c4da24
JB
963
964 /* based on hardware requirement, prefer smaller n to precision */
27e639bf 965 for (clock.n = limit->n.min; clock.n <= max_n; clock.n++) {
811bbf05 966 for (clock.p1 = limit->p1.max; clock.p1 >= limit->p1.min; clock.p1--) {
889059d8 967 for (clock.p2 = limit->p2.p2_fast; clock.p2 >= limit->p2.p2_slow;
c1a9ae43 968 clock.p2 -= clock.p2 > 10 ? 2 : 1) {
6b4bf1c4 969 clock.p = clock.p1 * clock.p2;
a0c4da24 970 /* based on hardware requirement, prefer bigger m1,m2 values */
6b4bf1c4 971 for (clock.m1 = limit->m1.min; clock.m1 <= limit->m1.max; clock.m1++) {
d5dd62bd 972 unsigned int ppm;
69e4f900 973
6b4bf1c4
VS
974 clock.m2 = DIV_ROUND_CLOSEST(target * clock.p * clock.n,
975 refclk * clock.m1);
976
dccbea3b 977 vlv_calc_dpll_params(refclk, &clock);
43b0ac53 978
f01b7962
VS
979 if (!intel_PLL_is_valid(dev, limit,
980 &clock))
43b0ac53
VS
981 continue;
982
d5dd62bd
ID
983 if (!vlv_PLL_is_optimal(dev, target,
984 &clock,
985 best_clock,
986 bestppm, &ppm))
987 continue;
6b4bf1c4 988
d5dd62bd
ID
989 *best_clock = clock;
990 bestppm = ppm;
991 found = true;
a0c4da24
JB
992 }
993 }
994 }
995 }
a0c4da24 996
49e497ef 997 return found;
a0c4da24 998}
a4fc5ed6 999
ef9348c8 1000static bool
a93e255f
ACO
1001chv_find_best_dpll(const intel_limit_t *limit,
1002 struct intel_crtc_state *crtc_state,
ef9348c8
CML
1003 int target, int refclk, intel_clock_t *match_clock,
1004 intel_clock_t *best_clock)
1005{
a93e255f 1006 struct intel_crtc *crtc = to_intel_crtc(crtc_state->base.crtc);
a919ff14 1007 struct drm_device *dev = crtc->base.dev;
9ca3ba01 1008 unsigned int best_error_ppm;
ef9348c8
CML
1009 intel_clock_t clock;
1010 uint64_t m2;
1011 int found = false;
1012
1013 memset(best_clock, 0, sizeof(*best_clock));
9ca3ba01 1014 best_error_ppm = 1000000;
ef9348c8
CML
1015
1016 /*
1017 * Based on hardware doc, the n always set to 1, and m1 always
1018 * set to 2. If requires to support 200Mhz refclk, we need to
1019 * revisit this because n may not 1 anymore.
1020 */
1021 clock.n = 1, clock.m1 = 2;
1022 target *= 5; /* fast clock */
1023
1024 for (clock.p1 = limit->p1.max; clock.p1 >= limit->p1.min; clock.p1--) {
1025 for (clock.p2 = limit->p2.p2_fast;
1026 clock.p2 >= limit->p2.p2_slow;
1027 clock.p2 -= clock.p2 > 10 ? 2 : 1) {
9ca3ba01 1028 unsigned int error_ppm;
ef9348c8
CML
1029
1030 clock.p = clock.p1 * clock.p2;
1031
1032 m2 = DIV_ROUND_CLOSEST_ULL(((uint64_t)target * clock.p *
1033 clock.n) << 22, refclk * clock.m1);
1034
1035 if (m2 > INT_MAX/clock.m1)
1036 continue;
1037
1038 clock.m2 = m2;
1039
dccbea3b 1040 chv_calc_dpll_params(refclk, &clock);
ef9348c8
CML
1041
1042 if (!intel_PLL_is_valid(dev, limit, &clock))
1043 continue;
1044
9ca3ba01
ID
1045 if (!vlv_PLL_is_optimal(dev, target, &clock, best_clock,
1046 best_error_ppm, &error_ppm))
1047 continue;
1048
1049 *best_clock = clock;
1050 best_error_ppm = error_ppm;
1051 found = true;
ef9348c8
CML
1052 }
1053 }
1054
1055 return found;
1056}
1057
5ab7b0b7
ID
1058bool bxt_find_best_dpll(struct intel_crtc_state *crtc_state, int target_clock,
1059 intel_clock_t *best_clock)
1060{
1061 int refclk = i9xx_get_refclk(crtc_state, 0);
1062
1063 return chv_find_best_dpll(intel_limit(crtc_state, refclk), crtc_state,
1064 target_clock, refclk, NULL, best_clock);
1065}
1066
20ddf665
VS
1067bool intel_crtc_active(struct drm_crtc *crtc)
1068{
1069 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
1070
1071 /* Be paranoid as we can arrive here with only partial
1072 * state retrieved from the hardware during setup.
1073 *
241bfc38 1074 * We can ditch the adjusted_mode.crtc_clock check as soon
20ddf665
VS
1075 * as Haswell has gained clock readout/fastboot support.
1076 *
66e514c1 1077 * We can ditch the crtc->primary->fb check as soon as we can
20ddf665 1078 * properly reconstruct framebuffers.
c3d1f436
MR
1079 *
1080 * FIXME: The intel_crtc->active here should be switched to
1081 * crtc->state->active once we have proper CRTC states wired up
1082 * for atomic.
20ddf665 1083 */
c3d1f436 1084 return intel_crtc->active && crtc->primary->state->fb &&
6e3c9717 1085 intel_crtc->config->base.adjusted_mode.crtc_clock;
20ddf665
VS
1086}
1087
a5c961d1
PZ
1088enum transcoder intel_pipe_to_cpu_transcoder(struct drm_i915_private *dev_priv,
1089 enum pipe pipe)
1090{
1091 struct drm_crtc *crtc = dev_priv->pipe_to_crtc_mapping[pipe];
1092 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
1093
6e3c9717 1094 return intel_crtc->config->cpu_transcoder;
a5c961d1
PZ
1095}
1096
fbf49ea2
VS
1097static bool pipe_dsl_stopped(struct drm_device *dev, enum pipe pipe)
1098{
1099 struct drm_i915_private *dev_priv = dev->dev_private;
f0f59a00 1100 i915_reg_t reg = PIPEDSL(pipe);
fbf49ea2
VS
1101 u32 line1, line2;
1102 u32 line_mask;
1103
1104 if (IS_GEN2(dev))
1105 line_mask = DSL_LINEMASK_GEN2;
1106 else
1107 line_mask = DSL_LINEMASK_GEN3;
1108
1109 line1 = I915_READ(reg) & line_mask;
6adfb1ef 1110 msleep(5);
fbf49ea2
VS
1111 line2 = I915_READ(reg) & line_mask;
1112
1113 return line1 == line2;
1114}
1115
ab7ad7f6
KP
1116/*
1117 * intel_wait_for_pipe_off - wait for pipe to turn off
575f7ab7 1118 * @crtc: crtc whose pipe to wait for
9d0498a2
JB
1119 *
1120 * After disabling a pipe, we can't wait for vblank in the usual way,
1121 * spinning on the vblank interrupt status bit, since we won't actually
1122 * see an interrupt when the pipe is disabled.
1123 *
ab7ad7f6
KP
1124 * On Gen4 and above:
1125 * wait for the pipe register state bit to turn off
1126 *
1127 * Otherwise:
1128 * wait for the display line value to settle (it usually
1129 * ends up stopping at the start of the next frame).
58e10eb9 1130 *
9d0498a2 1131 */
575f7ab7 1132static void intel_wait_for_pipe_off(struct intel_crtc *crtc)
9d0498a2 1133{
575f7ab7 1134 struct drm_device *dev = crtc->base.dev;
9d0498a2 1135 struct drm_i915_private *dev_priv = dev->dev_private;
6e3c9717 1136 enum transcoder cpu_transcoder = crtc->config->cpu_transcoder;
575f7ab7 1137 enum pipe pipe = crtc->pipe;
ab7ad7f6
KP
1138
1139 if (INTEL_INFO(dev)->gen >= 4) {
f0f59a00 1140 i915_reg_t reg = PIPECONF(cpu_transcoder);
ab7ad7f6
KP
1141
1142 /* Wait for the Pipe State to go off */
58e10eb9
CW
1143 if (wait_for((I915_READ(reg) & I965_PIPECONF_ACTIVE) == 0,
1144 100))
284637d9 1145 WARN(1, "pipe_off wait timed out\n");
ab7ad7f6 1146 } else {
ab7ad7f6 1147 /* Wait for the display line to settle */
fbf49ea2 1148 if (wait_for(pipe_dsl_stopped(dev, pipe), 100))
284637d9 1149 WARN(1, "pipe_off wait timed out\n");
ab7ad7f6 1150 }
79e53945
JB
1151}
1152
b24e7179
JB
1153static const char *state_string(bool enabled)
1154{
1155 return enabled ? "on" : "off";
1156}
1157
1158/* Only for pre-ILK configs */
55607e8a
DV
1159void assert_pll(struct drm_i915_private *dev_priv,
1160 enum pipe pipe, bool state)
b24e7179 1161{
b24e7179
JB
1162 u32 val;
1163 bool cur_state;
1164
649636ef 1165 val = I915_READ(DPLL(pipe));
b24e7179 1166 cur_state = !!(val & DPLL_VCO_ENABLE);
e2c719b7 1167 I915_STATE_WARN(cur_state != state,
b24e7179
JB
1168 "PLL state assertion failure (expected %s, current %s)\n",
1169 state_string(state), state_string(cur_state));
1170}
b24e7179 1171
23538ef1
JN
1172/* XXX: the dsi pll is shared between MIPI DSI ports */
1173static void assert_dsi_pll(struct drm_i915_private *dev_priv, bool state)
1174{
1175 u32 val;
1176 bool cur_state;
1177
a580516d 1178 mutex_lock(&dev_priv->sb_lock);
23538ef1 1179 val = vlv_cck_read(dev_priv, CCK_REG_DSI_PLL_CONTROL);
a580516d 1180 mutex_unlock(&dev_priv->sb_lock);
23538ef1
JN
1181
1182 cur_state = val & DSI_PLL_VCO_EN;
e2c719b7 1183 I915_STATE_WARN(cur_state != state,
23538ef1
JN
1184 "DSI PLL state assertion failure (expected %s, current %s)\n",
1185 state_string(state), state_string(cur_state));
1186}
1187#define assert_dsi_pll_enabled(d) assert_dsi_pll(d, true)
1188#define assert_dsi_pll_disabled(d) assert_dsi_pll(d, false)
1189
55607e8a 1190struct intel_shared_dpll *
e2b78267
DV
1191intel_crtc_to_shared_dpll(struct intel_crtc *crtc)
1192{
1193 struct drm_i915_private *dev_priv = crtc->base.dev->dev_private;
1194
6e3c9717 1195 if (crtc->config->shared_dpll < 0)
e2b78267
DV
1196 return NULL;
1197
6e3c9717 1198 return &dev_priv->shared_dplls[crtc->config->shared_dpll];
e2b78267
DV
1199}
1200
040484af 1201/* For ILK+ */
55607e8a
DV
1202void assert_shared_dpll(struct drm_i915_private *dev_priv,
1203 struct intel_shared_dpll *pll,
1204 bool state)
040484af 1205{
040484af 1206 bool cur_state;
5358901f 1207 struct intel_dpll_hw_state hw_state;
040484af 1208
92b27b08 1209 if (WARN (!pll,
46edb027 1210 "asserting DPLL %s with no DPLL\n", state_string(state)))
ee7b9f93 1211 return;
ee7b9f93 1212
5358901f 1213 cur_state = pll->get_hw_state(dev_priv, pll, &hw_state);
e2c719b7 1214 I915_STATE_WARN(cur_state != state,
5358901f
DV
1215 "%s assertion failure (expected %s, current %s)\n",
1216 pll->name, state_string(state), state_string(cur_state));
040484af 1217}
040484af
JB
1218
1219static void assert_fdi_tx(struct drm_i915_private *dev_priv,
1220 enum pipe pipe, bool state)
1221{
040484af 1222 bool cur_state;
ad80a810
PZ
1223 enum transcoder cpu_transcoder = intel_pipe_to_cpu_transcoder(dev_priv,
1224 pipe);
040484af 1225
affa9354
PZ
1226 if (HAS_DDI(dev_priv->dev)) {
1227 /* DDI does not have a specific FDI_TX register */
649636ef 1228 u32 val = I915_READ(TRANS_DDI_FUNC_CTL(cpu_transcoder));
ad80a810 1229 cur_state = !!(val & TRANS_DDI_FUNC_ENABLE);
bf507ef7 1230 } else {
649636ef 1231 u32 val = I915_READ(FDI_TX_CTL(pipe));
bf507ef7
ED
1232 cur_state = !!(val & FDI_TX_ENABLE);
1233 }
e2c719b7 1234 I915_STATE_WARN(cur_state != state,
040484af
JB
1235 "FDI TX state assertion failure (expected %s, current %s)\n",
1236 state_string(state), state_string(cur_state));
1237}
1238#define assert_fdi_tx_enabled(d, p) assert_fdi_tx(d, p, true)
1239#define assert_fdi_tx_disabled(d, p) assert_fdi_tx(d, p, false)
1240
1241static void assert_fdi_rx(struct drm_i915_private *dev_priv,
1242 enum pipe pipe, bool state)
1243{
040484af
JB
1244 u32 val;
1245 bool cur_state;
1246
649636ef 1247 val = I915_READ(FDI_RX_CTL(pipe));
d63fa0dc 1248 cur_state = !!(val & FDI_RX_ENABLE);
e2c719b7 1249 I915_STATE_WARN(cur_state != state,
040484af
JB
1250 "FDI RX state assertion failure (expected %s, current %s)\n",
1251 state_string(state), state_string(cur_state));
1252}
1253#define assert_fdi_rx_enabled(d, p) assert_fdi_rx(d, p, true)
1254#define assert_fdi_rx_disabled(d, p) assert_fdi_rx(d, p, false)
1255
1256static void assert_fdi_tx_pll_enabled(struct drm_i915_private *dev_priv,
1257 enum pipe pipe)
1258{
040484af
JB
1259 u32 val;
1260
1261 /* ILK FDI PLL is always enabled */
3d13ef2e 1262 if (INTEL_INFO(dev_priv->dev)->gen == 5)
040484af
JB
1263 return;
1264
bf507ef7 1265 /* On Haswell, DDI ports are responsible for the FDI PLL setup */
affa9354 1266 if (HAS_DDI(dev_priv->dev))
bf507ef7
ED
1267 return;
1268
649636ef 1269 val = I915_READ(FDI_TX_CTL(pipe));
e2c719b7 1270 I915_STATE_WARN(!(val & FDI_TX_PLL_ENABLE), "FDI TX PLL assertion failure, should be active but is disabled\n");
040484af
JB
1271}
1272
55607e8a
DV
1273void assert_fdi_rx_pll(struct drm_i915_private *dev_priv,
1274 enum pipe pipe, bool state)
040484af 1275{
040484af 1276 u32 val;
55607e8a 1277 bool cur_state;
040484af 1278
649636ef 1279 val = I915_READ(FDI_RX_CTL(pipe));
55607e8a 1280 cur_state = !!(val & FDI_RX_PLL_ENABLE);
e2c719b7 1281 I915_STATE_WARN(cur_state != state,
55607e8a
DV
1282 "FDI RX PLL assertion failure (expected %s, current %s)\n",
1283 state_string(state), state_string(cur_state));
040484af
JB
1284}
1285
b680c37a
DV
1286void assert_panel_unlocked(struct drm_i915_private *dev_priv,
1287 enum pipe pipe)
ea0760cf 1288{
bedd4dba 1289 struct drm_device *dev = dev_priv->dev;
f0f59a00 1290 i915_reg_t pp_reg;
ea0760cf
JB
1291 u32 val;
1292 enum pipe panel_pipe = PIPE_A;
0de3b485 1293 bool locked = true;
ea0760cf 1294
bedd4dba
JN
1295 if (WARN_ON(HAS_DDI(dev)))
1296 return;
1297
1298 if (HAS_PCH_SPLIT(dev)) {
1299 u32 port_sel;
1300
ea0760cf 1301 pp_reg = PCH_PP_CONTROL;
bedd4dba
JN
1302 port_sel = I915_READ(PCH_PP_ON_DELAYS) & PANEL_PORT_SELECT_MASK;
1303
1304 if (port_sel == PANEL_PORT_SELECT_LVDS &&
1305 I915_READ(PCH_LVDS) & LVDS_PIPEB_SELECT)
1306 panel_pipe = PIPE_B;
1307 /* XXX: else fix for eDP */
666a4537 1308 } else if (IS_VALLEYVIEW(dev) || IS_CHERRYVIEW(dev)) {
bedd4dba
JN
1309 /* presumably write lock depends on pipe, not port select */
1310 pp_reg = VLV_PIPE_PP_CONTROL(pipe);
1311 panel_pipe = pipe;
ea0760cf
JB
1312 } else {
1313 pp_reg = PP_CONTROL;
bedd4dba
JN
1314 if (I915_READ(LVDS) & LVDS_PIPEB_SELECT)
1315 panel_pipe = PIPE_B;
ea0760cf
JB
1316 }
1317
1318 val = I915_READ(pp_reg);
1319 if (!(val & PANEL_POWER_ON) ||
ec49ba2d 1320 ((val & PANEL_UNLOCK_MASK) == PANEL_UNLOCK_REGS))
ea0760cf
JB
1321 locked = false;
1322
e2c719b7 1323 I915_STATE_WARN(panel_pipe == pipe && locked,
ea0760cf 1324 "panel assertion failure, pipe %c regs locked\n",
9db4a9c7 1325 pipe_name(pipe));
ea0760cf
JB
1326}
1327
93ce0ba6
JN
1328static void assert_cursor(struct drm_i915_private *dev_priv,
1329 enum pipe pipe, bool state)
1330{
1331 struct drm_device *dev = dev_priv->dev;
1332 bool cur_state;
1333
d9d82081 1334 if (IS_845G(dev) || IS_I865G(dev))
0b87c24e 1335 cur_state = I915_READ(CURCNTR(PIPE_A)) & CURSOR_ENABLE;
d9d82081 1336 else
5efb3e28 1337 cur_state = I915_READ(CURCNTR(pipe)) & CURSOR_MODE;
93ce0ba6 1338
e2c719b7 1339 I915_STATE_WARN(cur_state != state,
93ce0ba6
JN
1340 "cursor on pipe %c assertion failure (expected %s, current %s)\n",
1341 pipe_name(pipe), state_string(state), state_string(cur_state));
1342}
1343#define assert_cursor_enabled(d, p) assert_cursor(d, p, true)
1344#define assert_cursor_disabled(d, p) assert_cursor(d, p, false)
1345
b840d907
JB
1346void assert_pipe(struct drm_i915_private *dev_priv,
1347 enum pipe pipe, bool state)
b24e7179 1348{
63d7bbe9 1349 bool cur_state;
702e7a56
PZ
1350 enum transcoder cpu_transcoder = intel_pipe_to_cpu_transcoder(dev_priv,
1351 pipe);
b24e7179 1352
b6b5d049
VS
1353 /* if we need the pipe quirk it must be always on */
1354 if ((pipe == PIPE_A && dev_priv->quirks & QUIRK_PIPEA_FORCE) ||
1355 (pipe == PIPE_B && dev_priv->quirks & QUIRK_PIPEB_FORCE))
8e636784
DV
1356 state = true;
1357
f458ebbc 1358 if (!intel_display_power_is_enabled(dev_priv,
b97186f0 1359 POWER_DOMAIN_TRANSCODER(cpu_transcoder))) {
69310161
PZ
1360 cur_state = false;
1361 } else {
649636ef 1362 u32 val = I915_READ(PIPECONF(cpu_transcoder));
69310161
PZ
1363 cur_state = !!(val & PIPECONF_ENABLE);
1364 }
1365
e2c719b7 1366 I915_STATE_WARN(cur_state != state,
63d7bbe9 1367 "pipe %c assertion failure (expected %s, current %s)\n",
9db4a9c7 1368 pipe_name(pipe), state_string(state), state_string(cur_state));
b24e7179
JB
1369}
1370
931872fc
CW
1371static void assert_plane(struct drm_i915_private *dev_priv,
1372 enum plane plane, bool state)
b24e7179 1373{
b24e7179 1374 u32 val;
931872fc 1375 bool cur_state;
b24e7179 1376
649636ef 1377 val = I915_READ(DSPCNTR(plane));
931872fc 1378 cur_state = !!(val & DISPLAY_PLANE_ENABLE);
e2c719b7 1379 I915_STATE_WARN(cur_state != state,
931872fc
CW
1380 "plane %c assertion failure (expected %s, current %s)\n",
1381 plane_name(plane), state_string(state), state_string(cur_state));
b24e7179
JB
1382}
1383
931872fc
CW
1384#define assert_plane_enabled(d, p) assert_plane(d, p, true)
1385#define assert_plane_disabled(d, p) assert_plane(d, p, false)
1386
b24e7179
JB
1387static void assert_planes_disabled(struct drm_i915_private *dev_priv,
1388 enum pipe pipe)
1389{
653e1026 1390 struct drm_device *dev = dev_priv->dev;
649636ef 1391 int i;
b24e7179 1392
653e1026
VS
1393 /* Primary planes are fixed to pipes on gen4+ */
1394 if (INTEL_INFO(dev)->gen >= 4) {
649636ef 1395 u32 val = I915_READ(DSPCNTR(pipe));
e2c719b7 1396 I915_STATE_WARN(val & DISPLAY_PLANE_ENABLE,
28c05794
AJ
1397 "plane %c assertion failure, should be disabled but not\n",
1398 plane_name(pipe));
19ec1358 1399 return;
28c05794 1400 }
19ec1358 1401
b24e7179 1402 /* Need to check both planes against the pipe */
055e393f 1403 for_each_pipe(dev_priv, i) {
649636ef
VS
1404 u32 val = I915_READ(DSPCNTR(i));
1405 enum pipe cur_pipe = (val & DISPPLANE_SEL_PIPE_MASK) >>
b24e7179 1406 DISPPLANE_SEL_PIPE_SHIFT;
e2c719b7 1407 I915_STATE_WARN((val & DISPLAY_PLANE_ENABLE) && pipe == cur_pipe,
9db4a9c7
JB
1408 "plane %c assertion failure, should be off on pipe %c but is still active\n",
1409 plane_name(i), pipe_name(pipe));
b24e7179
JB
1410 }
1411}
1412
19332d7a
JB
1413static void assert_sprites_disabled(struct drm_i915_private *dev_priv,
1414 enum pipe pipe)
1415{
20674eef 1416 struct drm_device *dev = dev_priv->dev;
649636ef 1417 int sprite;
19332d7a 1418
7feb8b88 1419 if (INTEL_INFO(dev)->gen >= 9) {
3bdcfc0c 1420 for_each_sprite(dev_priv, pipe, sprite) {
649636ef 1421 u32 val = I915_READ(PLANE_CTL(pipe, sprite));
e2c719b7 1422 I915_STATE_WARN(val & PLANE_CTL_ENABLE,
7feb8b88
DL
1423 "plane %d assertion failure, should be off on pipe %c but is still active\n",
1424 sprite, pipe_name(pipe));
1425 }
666a4537 1426 } else if (IS_VALLEYVIEW(dev) || IS_CHERRYVIEW(dev)) {
3bdcfc0c 1427 for_each_sprite(dev_priv, pipe, sprite) {
649636ef 1428 u32 val = I915_READ(SPCNTR(pipe, sprite));
e2c719b7 1429 I915_STATE_WARN(val & SP_ENABLE,
20674eef 1430 "sprite %c assertion failure, should be off on pipe %c but is still active\n",
1fe47785 1431 sprite_name(pipe, sprite), pipe_name(pipe));
20674eef
VS
1432 }
1433 } else if (INTEL_INFO(dev)->gen >= 7) {
649636ef 1434 u32 val = I915_READ(SPRCTL(pipe));
e2c719b7 1435 I915_STATE_WARN(val & SPRITE_ENABLE,
06da8da2 1436 "sprite %c assertion failure, should be off on pipe %c but is still active\n",
20674eef
VS
1437 plane_name(pipe), pipe_name(pipe));
1438 } else if (INTEL_INFO(dev)->gen >= 5) {
649636ef 1439 u32 val = I915_READ(DVSCNTR(pipe));
e2c719b7 1440 I915_STATE_WARN(val & DVS_ENABLE,
06da8da2 1441 "sprite %c assertion failure, should be off on pipe %c but is still active\n",
20674eef 1442 plane_name(pipe), pipe_name(pipe));
19332d7a
JB
1443 }
1444}
1445
08c71e5e
VS
1446static void assert_vblank_disabled(struct drm_crtc *crtc)
1447{
e2c719b7 1448 if (I915_STATE_WARN_ON(drm_crtc_vblank_get(crtc) == 0))
08c71e5e
VS
1449 drm_crtc_vblank_put(crtc);
1450}
1451
89eff4be 1452static void ibx_assert_pch_refclk_enabled(struct drm_i915_private *dev_priv)
92f2584a
JB
1453{
1454 u32 val;
1455 bool enabled;
1456
e2c719b7 1457 I915_STATE_WARN_ON(!(HAS_PCH_IBX(dev_priv->dev) || HAS_PCH_CPT(dev_priv->dev)));
9d82aa17 1458
92f2584a
JB
1459 val = I915_READ(PCH_DREF_CONTROL);
1460 enabled = !!(val & (DREF_SSC_SOURCE_MASK | DREF_NONSPREAD_SOURCE_MASK |
1461 DREF_SUPERSPREAD_SOURCE_MASK));
e2c719b7 1462 I915_STATE_WARN(!enabled, "PCH refclk assertion failure, should be active but is disabled\n");
92f2584a
JB
1463}
1464
ab9412ba
DV
1465static void assert_pch_transcoder_disabled(struct drm_i915_private *dev_priv,
1466 enum pipe pipe)
92f2584a 1467{
92f2584a
JB
1468 u32 val;
1469 bool enabled;
1470
649636ef 1471 val = I915_READ(PCH_TRANSCONF(pipe));
92f2584a 1472 enabled = !!(val & TRANS_ENABLE);
e2c719b7 1473 I915_STATE_WARN(enabled,
9db4a9c7
JB
1474 "transcoder assertion failed, should be off on pipe %c but is still active\n",
1475 pipe_name(pipe));
92f2584a
JB
1476}
1477
4e634389
KP
1478static bool dp_pipe_enabled(struct drm_i915_private *dev_priv,
1479 enum pipe pipe, u32 port_sel, u32 val)
f0575e92
KP
1480{
1481 if ((val & DP_PORT_EN) == 0)
1482 return false;
1483
1484 if (HAS_PCH_CPT(dev_priv->dev)) {
f0f59a00 1485 u32 trans_dp_ctl = I915_READ(TRANS_DP_CTL(pipe));
f0575e92
KP
1486 if ((trans_dp_ctl & TRANS_DP_PORT_SEL_MASK) != port_sel)
1487 return false;
44f37d1f
CML
1488 } else if (IS_CHERRYVIEW(dev_priv->dev)) {
1489 if ((val & DP_PIPE_MASK_CHV) != DP_PIPE_SELECT_CHV(pipe))
1490 return false;
f0575e92
KP
1491 } else {
1492 if ((val & DP_PIPE_MASK) != (pipe << 30))
1493 return false;
1494 }
1495 return true;
1496}
1497
1519b995
KP
1498static bool hdmi_pipe_enabled(struct drm_i915_private *dev_priv,
1499 enum pipe pipe, u32 val)
1500{
dc0fa718 1501 if ((val & SDVO_ENABLE) == 0)
1519b995
KP
1502 return false;
1503
1504 if (HAS_PCH_CPT(dev_priv->dev)) {
dc0fa718 1505 if ((val & SDVO_PIPE_SEL_MASK_CPT) != SDVO_PIPE_SEL_CPT(pipe))
1519b995 1506 return false;
44f37d1f
CML
1507 } else if (IS_CHERRYVIEW(dev_priv->dev)) {
1508 if ((val & SDVO_PIPE_SEL_MASK_CHV) != SDVO_PIPE_SEL_CHV(pipe))
1509 return false;
1519b995 1510 } else {
dc0fa718 1511 if ((val & SDVO_PIPE_SEL_MASK) != SDVO_PIPE_SEL(pipe))
1519b995
KP
1512 return false;
1513 }
1514 return true;
1515}
1516
1517static bool lvds_pipe_enabled(struct drm_i915_private *dev_priv,
1518 enum pipe pipe, u32 val)
1519{
1520 if ((val & LVDS_PORT_EN) == 0)
1521 return false;
1522
1523 if (HAS_PCH_CPT(dev_priv->dev)) {
1524 if ((val & PORT_TRANS_SEL_MASK) != PORT_TRANS_SEL_CPT(pipe))
1525 return false;
1526 } else {
1527 if ((val & LVDS_PIPE_MASK) != LVDS_PIPE(pipe))
1528 return false;
1529 }
1530 return true;
1531}
1532
1533static bool adpa_pipe_enabled(struct drm_i915_private *dev_priv,
1534 enum pipe pipe, u32 val)
1535{
1536 if ((val & ADPA_DAC_ENABLE) == 0)
1537 return false;
1538 if (HAS_PCH_CPT(dev_priv->dev)) {
1539 if ((val & PORT_TRANS_SEL_MASK) != PORT_TRANS_SEL_CPT(pipe))
1540 return false;
1541 } else {
1542 if ((val & ADPA_PIPE_SELECT_MASK) != ADPA_PIPE_SELECT(pipe))
1543 return false;
1544 }
1545 return true;
1546}
1547
291906f1 1548static void assert_pch_dp_disabled(struct drm_i915_private *dev_priv,
f0f59a00
VS
1549 enum pipe pipe, i915_reg_t reg,
1550 u32 port_sel)
291906f1 1551{
47a05eca 1552 u32 val = I915_READ(reg);
e2c719b7 1553 I915_STATE_WARN(dp_pipe_enabled(dev_priv, pipe, port_sel, val),
291906f1 1554 "PCH DP (0x%08x) enabled on transcoder %c, should be disabled\n",
f0f59a00 1555 i915_mmio_reg_offset(reg), pipe_name(pipe));
de9a35ab 1556
e2c719b7 1557 I915_STATE_WARN(HAS_PCH_IBX(dev_priv->dev) && (val & DP_PORT_EN) == 0
75c5da27 1558 && (val & DP_PIPEB_SELECT),
de9a35ab 1559 "IBX PCH dp port still using transcoder B\n");
291906f1
JB
1560}
1561
1562static void assert_pch_hdmi_disabled(struct drm_i915_private *dev_priv,
f0f59a00 1563 enum pipe pipe, i915_reg_t reg)
291906f1 1564{
47a05eca 1565 u32 val = I915_READ(reg);
e2c719b7 1566 I915_STATE_WARN(hdmi_pipe_enabled(dev_priv, pipe, val),
23c99e77 1567 "PCH HDMI (0x%08x) enabled on transcoder %c, should be disabled\n",
f0f59a00 1568 i915_mmio_reg_offset(reg), pipe_name(pipe));
de9a35ab 1569
e2c719b7 1570 I915_STATE_WARN(HAS_PCH_IBX(dev_priv->dev) && (val & SDVO_ENABLE) == 0
75c5da27 1571 && (val & SDVO_PIPE_B_SELECT),
de9a35ab 1572 "IBX PCH hdmi port still using transcoder B\n");
291906f1
JB
1573}
1574
1575static void assert_pch_ports_disabled(struct drm_i915_private *dev_priv,
1576 enum pipe pipe)
1577{
291906f1 1578 u32 val;
291906f1 1579
f0575e92
KP
1580 assert_pch_dp_disabled(dev_priv, pipe, PCH_DP_B, TRANS_DP_PORT_SEL_B);
1581 assert_pch_dp_disabled(dev_priv, pipe, PCH_DP_C, TRANS_DP_PORT_SEL_C);
1582 assert_pch_dp_disabled(dev_priv, pipe, PCH_DP_D, TRANS_DP_PORT_SEL_D);
291906f1 1583
649636ef 1584 val = I915_READ(PCH_ADPA);
e2c719b7 1585 I915_STATE_WARN(adpa_pipe_enabled(dev_priv, pipe, val),
291906f1 1586 "PCH VGA enabled on transcoder %c, should be disabled\n",
9db4a9c7 1587 pipe_name(pipe));
291906f1 1588
649636ef 1589 val = I915_READ(PCH_LVDS);
e2c719b7 1590 I915_STATE_WARN(lvds_pipe_enabled(dev_priv, pipe, val),
291906f1 1591 "PCH LVDS enabled on transcoder %c, should be disabled\n",
9db4a9c7 1592 pipe_name(pipe));
291906f1 1593
e2debe91
PZ
1594 assert_pch_hdmi_disabled(dev_priv, pipe, PCH_HDMIB);
1595 assert_pch_hdmi_disabled(dev_priv, pipe, PCH_HDMIC);
1596 assert_pch_hdmi_disabled(dev_priv, pipe, PCH_HDMID);
291906f1
JB
1597}
1598
d288f65f 1599static void vlv_enable_pll(struct intel_crtc *crtc,
5cec258b 1600 const struct intel_crtc_state *pipe_config)
87442f73 1601{
426115cf
DV
1602 struct drm_device *dev = crtc->base.dev;
1603 struct drm_i915_private *dev_priv = dev->dev_private;
f0f59a00 1604 i915_reg_t reg = DPLL(crtc->pipe);
d288f65f 1605 u32 dpll = pipe_config->dpll_hw_state.dpll;
87442f73 1606
426115cf 1607 assert_pipe_disabled(dev_priv, crtc->pipe);
87442f73 1608
87442f73 1609 /* PLL is protected by panel, make sure we can write it */
6a9e7363 1610 if (IS_MOBILE(dev_priv->dev))
426115cf 1611 assert_panel_unlocked(dev_priv, crtc->pipe);
87442f73 1612
426115cf
DV
1613 I915_WRITE(reg, dpll);
1614 POSTING_READ(reg);
1615 udelay(150);
1616
1617 if (wait_for(((I915_READ(reg) & DPLL_LOCK_VLV) == DPLL_LOCK_VLV), 1))
1618 DRM_ERROR("DPLL %d failed to lock\n", crtc->pipe);
1619
d288f65f 1620 I915_WRITE(DPLL_MD(crtc->pipe), pipe_config->dpll_hw_state.dpll_md);
426115cf 1621 POSTING_READ(DPLL_MD(crtc->pipe));
87442f73
DV
1622
1623 /* We do this three times for luck */
426115cf 1624 I915_WRITE(reg, dpll);
87442f73
DV
1625 POSTING_READ(reg);
1626 udelay(150); /* wait for warmup */
426115cf 1627 I915_WRITE(reg, dpll);
87442f73
DV
1628 POSTING_READ(reg);
1629 udelay(150); /* wait for warmup */
426115cf 1630 I915_WRITE(reg, dpll);
87442f73
DV
1631 POSTING_READ(reg);
1632 udelay(150); /* wait for warmup */
1633}
1634
d288f65f 1635static void chv_enable_pll(struct intel_crtc *crtc,
5cec258b 1636 const struct intel_crtc_state *pipe_config)
9d556c99
CML
1637{
1638 struct drm_device *dev = crtc->base.dev;
1639 struct drm_i915_private *dev_priv = dev->dev_private;
1640 int pipe = crtc->pipe;
1641 enum dpio_channel port = vlv_pipe_to_channel(pipe);
9d556c99
CML
1642 u32 tmp;
1643
1644 assert_pipe_disabled(dev_priv, crtc->pipe);
1645
a580516d 1646 mutex_lock(&dev_priv->sb_lock);
9d556c99
CML
1647
1648 /* Enable back the 10bit clock to display controller */
1649 tmp = vlv_dpio_read(dev_priv, pipe, CHV_CMN_DW14(port));
1650 tmp |= DPIO_DCLKP_EN;
1651 vlv_dpio_write(dev_priv, pipe, CHV_CMN_DW14(port), tmp);
1652
54433e91
VS
1653 mutex_unlock(&dev_priv->sb_lock);
1654
9d556c99
CML
1655 /*
1656 * Need to wait > 100ns between dclkp clock enable bit and PLL enable.
1657 */
1658 udelay(1);
1659
1660 /* Enable PLL */
d288f65f 1661 I915_WRITE(DPLL(pipe), pipe_config->dpll_hw_state.dpll);
9d556c99
CML
1662
1663 /* Check PLL is locked */
a11b0703 1664 if (wait_for(((I915_READ(DPLL(pipe)) & DPLL_LOCK_VLV) == DPLL_LOCK_VLV), 1))
9d556c99
CML
1665 DRM_ERROR("PLL %d failed to lock\n", pipe);
1666
a11b0703 1667 /* not sure when this should be written */
d288f65f 1668 I915_WRITE(DPLL_MD(pipe), pipe_config->dpll_hw_state.dpll_md);
a11b0703 1669 POSTING_READ(DPLL_MD(pipe));
9d556c99
CML
1670}
1671
1c4e0274
VS
1672static int intel_num_dvo_pipes(struct drm_device *dev)
1673{
1674 struct intel_crtc *crtc;
1675 int count = 0;
1676
1677 for_each_intel_crtc(dev, crtc)
3538b9df 1678 count += crtc->base.state->active &&
409ee761 1679 intel_pipe_has_type(crtc, INTEL_OUTPUT_DVO);
1c4e0274
VS
1680
1681 return count;
1682}
1683
66e3d5c0 1684static void i9xx_enable_pll(struct intel_crtc *crtc)
63d7bbe9 1685{
66e3d5c0
DV
1686 struct drm_device *dev = crtc->base.dev;
1687 struct drm_i915_private *dev_priv = dev->dev_private;
f0f59a00 1688 i915_reg_t reg = DPLL(crtc->pipe);
6e3c9717 1689 u32 dpll = crtc->config->dpll_hw_state.dpll;
63d7bbe9 1690
66e3d5c0 1691 assert_pipe_disabled(dev_priv, crtc->pipe);
58c6eaa2 1692
63d7bbe9 1693 /* No really, not for ILK+ */
3d13ef2e 1694 BUG_ON(INTEL_INFO(dev)->gen >= 5);
63d7bbe9
JB
1695
1696 /* PLL is protected by panel, make sure we can write it */
66e3d5c0
DV
1697 if (IS_MOBILE(dev) && !IS_I830(dev))
1698 assert_panel_unlocked(dev_priv, crtc->pipe);
63d7bbe9 1699
1c4e0274
VS
1700 /* Enable DVO 2x clock on both PLLs if necessary */
1701 if (IS_I830(dev) && intel_num_dvo_pipes(dev) > 0) {
1702 /*
1703 * It appears to be important that we don't enable this
1704 * for the current pipe before otherwise configuring the
1705 * PLL. No idea how this should be handled if multiple
1706 * DVO outputs are enabled simultaneosly.
1707 */
1708 dpll |= DPLL_DVO_2X_MODE;
1709 I915_WRITE(DPLL(!crtc->pipe),
1710 I915_READ(DPLL(!crtc->pipe)) | DPLL_DVO_2X_MODE);
1711 }
66e3d5c0 1712
c2b63374
VS
1713 /*
1714 * Apparently we need to have VGA mode enabled prior to changing
1715 * the P1/P2 dividers. Otherwise the DPLL will keep using the old
1716 * dividers, even though the register value does change.
1717 */
1718 I915_WRITE(reg, 0);
1719
8e7a65aa
VS
1720 I915_WRITE(reg, dpll);
1721
66e3d5c0
DV
1722 /* Wait for the clocks to stabilize. */
1723 POSTING_READ(reg);
1724 udelay(150);
1725
1726 if (INTEL_INFO(dev)->gen >= 4) {
1727 I915_WRITE(DPLL_MD(crtc->pipe),
6e3c9717 1728 crtc->config->dpll_hw_state.dpll_md);
66e3d5c0
DV
1729 } else {
1730 /* The pixel multiplier can only be updated once the
1731 * DPLL is enabled and the clocks are stable.
1732 *
1733 * So write it again.
1734 */
1735 I915_WRITE(reg, dpll);
1736 }
63d7bbe9
JB
1737
1738 /* We do this three times for luck */
66e3d5c0 1739 I915_WRITE(reg, dpll);
63d7bbe9
JB
1740 POSTING_READ(reg);
1741 udelay(150); /* wait for warmup */
66e3d5c0 1742 I915_WRITE(reg, dpll);
63d7bbe9
JB
1743 POSTING_READ(reg);
1744 udelay(150); /* wait for warmup */
66e3d5c0 1745 I915_WRITE(reg, dpll);
63d7bbe9
JB
1746 POSTING_READ(reg);
1747 udelay(150); /* wait for warmup */
1748}
1749
1750/**
50b44a44 1751 * i9xx_disable_pll - disable a PLL
63d7bbe9
JB
1752 * @dev_priv: i915 private structure
1753 * @pipe: pipe PLL to disable
1754 *
1755 * Disable the PLL for @pipe, making sure the pipe is off first.
1756 *
1757 * Note! This is for pre-ILK only.
1758 */
1c4e0274 1759static void i9xx_disable_pll(struct intel_crtc *crtc)
63d7bbe9 1760{
1c4e0274
VS
1761 struct drm_device *dev = crtc->base.dev;
1762 struct drm_i915_private *dev_priv = dev->dev_private;
1763 enum pipe pipe = crtc->pipe;
1764
1765 /* Disable DVO 2x clock on both PLLs if necessary */
1766 if (IS_I830(dev) &&
409ee761 1767 intel_pipe_has_type(crtc, INTEL_OUTPUT_DVO) &&
3538b9df 1768 !intel_num_dvo_pipes(dev)) {
1c4e0274
VS
1769 I915_WRITE(DPLL(PIPE_B),
1770 I915_READ(DPLL(PIPE_B)) & ~DPLL_DVO_2X_MODE);
1771 I915_WRITE(DPLL(PIPE_A),
1772 I915_READ(DPLL(PIPE_A)) & ~DPLL_DVO_2X_MODE);
1773 }
1774
b6b5d049
VS
1775 /* Don't disable pipe or pipe PLLs if needed */
1776 if ((pipe == PIPE_A && dev_priv->quirks & QUIRK_PIPEA_FORCE) ||
1777 (pipe == PIPE_B && dev_priv->quirks & QUIRK_PIPEB_FORCE))
63d7bbe9
JB
1778 return;
1779
1780 /* Make sure the pipe isn't still relying on us */
1781 assert_pipe_disabled(dev_priv, pipe);
1782
b8afb911 1783 I915_WRITE(DPLL(pipe), DPLL_VGA_MODE_DIS);
50b44a44 1784 POSTING_READ(DPLL(pipe));
63d7bbe9
JB
1785}
1786
f6071166
JB
1787static void vlv_disable_pll(struct drm_i915_private *dev_priv, enum pipe pipe)
1788{
b8afb911 1789 u32 val;
f6071166
JB
1790
1791 /* Make sure the pipe isn't still relying on us */
1792 assert_pipe_disabled(dev_priv, pipe);
1793
e5cbfbfb
ID
1794 /*
1795 * Leave integrated clock source and reference clock enabled for pipe B.
1796 * The latter is needed for VGA hotplug / manual detection.
1797 */
b8afb911 1798 val = DPLL_VGA_MODE_DIS;
f6071166 1799 if (pipe == PIPE_B)
60bfe44f 1800 val = DPLL_INTEGRATED_CRI_CLK_VLV | DPLL_REF_CLK_ENABLE_VLV;
f6071166
JB
1801 I915_WRITE(DPLL(pipe), val);
1802 POSTING_READ(DPLL(pipe));
076ed3b2
CML
1803
1804}
1805
1806static void chv_disable_pll(struct drm_i915_private *dev_priv, enum pipe pipe)
1807{
d752048d 1808 enum dpio_channel port = vlv_pipe_to_channel(pipe);
076ed3b2
CML
1809 u32 val;
1810
a11b0703
VS
1811 /* Make sure the pipe isn't still relying on us */
1812 assert_pipe_disabled(dev_priv, pipe);
076ed3b2 1813
a11b0703 1814 /* Set PLL en = 0 */
60bfe44f
VS
1815 val = DPLL_SSC_REF_CLK_CHV |
1816 DPLL_REF_CLK_ENABLE_VLV | DPLL_VGA_MODE_DIS;
a11b0703
VS
1817 if (pipe != PIPE_A)
1818 val |= DPLL_INTEGRATED_CRI_CLK_VLV;
1819 I915_WRITE(DPLL(pipe), val);
1820 POSTING_READ(DPLL(pipe));
d752048d 1821
a580516d 1822 mutex_lock(&dev_priv->sb_lock);
d752048d
VS
1823
1824 /* Disable 10bit clock to display controller */
1825 val = vlv_dpio_read(dev_priv, pipe, CHV_CMN_DW14(port));
1826 val &= ~DPIO_DCLKP_EN;
1827 vlv_dpio_write(dev_priv, pipe, CHV_CMN_DW14(port), val);
1828
a580516d 1829 mutex_unlock(&dev_priv->sb_lock);
f6071166
JB
1830}
1831
e4607fcf 1832void vlv_wait_port_ready(struct drm_i915_private *dev_priv,
9b6de0a1
VS
1833 struct intel_digital_port *dport,
1834 unsigned int expected_mask)
89b667f8
JB
1835{
1836 u32 port_mask;
f0f59a00 1837 i915_reg_t dpll_reg;
89b667f8 1838
e4607fcf
CML
1839 switch (dport->port) {
1840 case PORT_B:
89b667f8 1841 port_mask = DPLL_PORTB_READY_MASK;
00fc31b7 1842 dpll_reg = DPLL(0);
e4607fcf
CML
1843 break;
1844 case PORT_C:
89b667f8 1845 port_mask = DPLL_PORTC_READY_MASK;
00fc31b7 1846 dpll_reg = DPLL(0);
9b6de0a1 1847 expected_mask <<= 4;
00fc31b7
CML
1848 break;
1849 case PORT_D:
1850 port_mask = DPLL_PORTD_READY_MASK;
1851 dpll_reg = DPIO_PHY_STATUS;
e4607fcf
CML
1852 break;
1853 default:
1854 BUG();
1855 }
89b667f8 1856
9b6de0a1
VS
1857 if (wait_for((I915_READ(dpll_reg) & port_mask) == expected_mask, 1000))
1858 WARN(1, "timed out waiting for port %c ready: got 0x%x, expected 0x%x\n",
1859 port_name(dport->port), I915_READ(dpll_reg) & port_mask, expected_mask);
89b667f8
JB
1860}
1861
b14b1055
DV
1862static void intel_prepare_shared_dpll(struct intel_crtc *crtc)
1863{
1864 struct drm_device *dev = crtc->base.dev;
1865 struct drm_i915_private *dev_priv = dev->dev_private;
1866 struct intel_shared_dpll *pll = intel_crtc_to_shared_dpll(crtc);
1867
be19f0ff
CW
1868 if (WARN_ON(pll == NULL))
1869 return;
1870
3e369b76 1871 WARN_ON(!pll->config.crtc_mask);
b14b1055
DV
1872 if (pll->active == 0) {
1873 DRM_DEBUG_DRIVER("setting up %s\n", pll->name);
1874 WARN_ON(pll->on);
1875 assert_shared_dpll_disabled(dev_priv, pll);
1876
1877 pll->mode_set(dev_priv, pll);
1878 }
1879}
1880
92f2584a 1881/**
85b3894f 1882 * intel_enable_shared_dpll - enable PCH PLL
92f2584a
JB
1883 * @dev_priv: i915 private structure
1884 * @pipe: pipe PLL to enable
1885 *
1886 * The PCH PLL needs to be enabled before the PCH transcoder, since it
1887 * drives the transcoder clock.
1888 */
85b3894f 1889static void intel_enable_shared_dpll(struct intel_crtc *crtc)
92f2584a 1890{
3d13ef2e
DL
1891 struct drm_device *dev = crtc->base.dev;
1892 struct drm_i915_private *dev_priv = dev->dev_private;
e2b78267 1893 struct intel_shared_dpll *pll = intel_crtc_to_shared_dpll(crtc);
92f2584a 1894
87a875bb 1895 if (WARN_ON(pll == NULL))
48da64a8
CW
1896 return;
1897
3e369b76 1898 if (WARN_ON(pll->config.crtc_mask == 0))
48da64a8 1899 return;
ee7b9f93 1900
74dd6928 1901 DRM_DEBUG_KMS("enable %s (active %d, on? %d) for crtc %d\n",
46edb027 1902 pll->name, pll->active, pll->on,
e2b78267 1903 crtc->base.base.id);
92f2584a 1904
cdbd2316
DV
1905 if (pll->active++) {
1906 WARN_ON(!pll->on);
e9d6944e 1907 assert_shared_dpll_enabled(dev_priv, pll);
ee7b9f93
JB
1908 return;
1909 }
f4a091c7 1910 WARN_ON(pll->on);
ee7b9f93 1911
bd2bb1b9
PZ
1912 intel_display_power_get(dev_priv, POWER_DOMAIN_PLLS);
1913
46edb027 1914 DRM_DEBUG_KMS("enabling %s\n", pll->name);
e7b903d2 1915 pll->enable(dev_priv, pll);
ee7b9f93 1916 pll->on = true;
92f2584a
JB
1917}
1918
f6daaec2 1919static void intel_disable_shared_dpll(struct intel_crtc *crtc)
92f2584a 1920{
3d13ef2e
DL
1921 struct drm_device *dev = crtc->base.dev;
1922 struct drm_i915_private *dev_priv = dev->dev_private;
e2b78267 1923 struct intel_shared_dpll *pll = intel_crtc_to_shared_dpll(crtc);
4c609cb8 1924
92f2584a 1925 /* PCH only available on ILK+ */
80aa9312
JB
1926 if (INTEL_INFO(dev)->gen < 5)
1927 return;
1928
eddfcbcd
ML
1929 if (pll == NULL)
1930 return;
92f2584a 1931
eddfcbcd 1932 if (WARN_ON(!(pll->config.crtc_mask & (1 << drm_crtc_index(&crtc->base)))))
48da64a8 1933 return;
7a419866 1934
46edb027
DV
1935 DRM_DEBUG_KMS("disable %s (active %d, on? %d) for crtc %d\n",
1936 pll->name, pll->active, pll->on,
e2b78267 1937 crtc->base.base.id);
7a419866 1938
48da64a8 1939 if (WARN_ON(pll->active == 0)) {
e9d6944e 1940 assert_shared_dpll_disabled(dev_priv, pll);
48da64a8
CW
1941 return;
1942 }
1943
e9d6944e 1944 assert_shared_dpll_enabled(dev_priv, pll);
f4a091c7 1945 WARN_ON(!pll->on);
cdbd2316 1946 if (--pll->active)
7a419866 1947 return;
ee7b9f93 1948
46edb027 1949 DRM_DEBUG_KMS("disabling %s\n", pll->name);
e7b903d2 1950 pll->disable(dev_priv, pll);
ee7b9f93 1951 pll->on = false;
bd2bb1b9
PZ
1952
1953 intel_display_power_put(dev_priv, POWER_DOMAIN_PLLS);
92f2584a
JB
1954}
1955
b8a4f404
PZ
1956static void ironlake_enable_pch_transcoder(struct drm_i915_private *dev_priv,
1957 enum pipe pipe)
040484af 1958{
23670b32 1959 struct drm_device *dev = dev_priv->dev;
7c26e5c6 1960 struct drm_crtc *crtc = dev_priv->pipe_to_crtc_mapping[pipe];
e2b78267 1961 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
f0f59a00
VS
1962 i915_reg_t reg;
1963 uint32_t val, pipeconf_val;
040484af
JB
1964
1965 /* PCH only available on ILK+ */
55522f37 1966 BUG_ON(!HAS_PCH_SPLIT(dev));
040484af
JB
1967
1968 /* Make sure PCH DPLL is enabled */
e72f9fbf 1969 assert_shared_dpll_enabled(dev_priv,
e9d6944e 1970 intel_crtc_to_shared_dpll(intel_crtc));
040484af
JB
1971
1972 /* FDI must be feeding us bits for PCH ports */
1973 assert_fdi_tx_enabled(dev_priv, pipe);
1974 assert_fdi_rx_enabled(dev_priv, pipe);
1975
23670b32
DV
1976 if (HAS_PCH_CPT(dev)) {
1977 /* Workaround: Set the timing override bit before enabling the
1978 * pch transcoder. */
1979 reg = TRANS_CHICKEN2(pipe);
1980 val = I915_READ(reg);
1981 val |= TRANS_CHICKEN2_TIMING_OVERRIDE;
1982 I915_WRITE(reg, val);
59c859d6 1983 }
23670b32 1984
ab9412ba 1985 reg = PCH_TRANSCONF(pipe);
040484af 1986 val = I915_READ(reg);
5f7f726d 1987 pipeconf_val = I915_READ(PIPECONF(pipe));
e9bcff5c
JB
1988
1989 if (HAS_PCH_IBX(dev_priv->dev)) {
1990 /*
c5de7c6f
VS
1991 * Make the BPC in transcoder be consistent with
1992 * that in pipeconf reg. For HDMI we must use 8bpc
1993 * here for both 8bpc and 12bpc.
e9bcff5c 1994 */
dfd07d72 1995 val &= ~PIPECONF_BPC_MASK;
c5de7c6f
VS
1996 if (intel_pipe_has_type(intel_crtc, INTEL_OUTPUT_HDMI))
1997 val |= PIPECONF_8BPC;
1998 else
1999 val |= pipeconf_val & PIPECONF_BPC_MASK;
e9bcff5c 2000 }
5f7f726d
PZ
2001
2002 val &= ~TRANS_INTERLACE_MASK;
2003 if ((pipeconf_val & PIPECONF_INTERLACE_MASK) == PIPECONF_INTERLACED_ILK)
7c26e5c6 2004 if (HAS_PCH_IBX(dev_priv->dev) &&
409ee761 2005 intel_pipe_has_type(intel_crtc, INTEL_OUTPUT_SDVO))
7c26e5c6
PZ
2006 val |= TRANS_LEGACY_INTERLACED_ILK;
2007 else
2008 val |= TRANS_INTERLACED;
5f7f726d
PZ
2009 else
2010 val |= TRANS_PROGRESSIVE;
2011
040484af
JB
2012 I915_WRITE(reg, val | TRANS_ENABLE);
2013 if (wait_for(I915_READ(reg) & TRANS_STATE_ENABLE, 100))
4bb6f1f3 2014 DRM_ERROR("failed to enable transcoder %c\n", pipe_name(pipe));
040484af
JB
2015}
2016
8fb033d7 2017static void lpt_enable_pch_transcoder(struct drm_i915_private *dev_priv,
937bb610 2018 enum transcoder cpu_transcoder)
040484af 2019{
8fb033d7 2020 u32 val, pipeconf_val;
8fb033d7
PZ
2021
2022 /* PCH only available on ILK+ */
55522f37 2023 BUG_ON(!HAS_PCH_SPLIT(dev_priv->dev));
8fb033d7 2024
8fb033d7 2025 /* FDI must be feeding us bits for PCH ports */
1a240d4d 2026 assert_fdi_tx_enabled(dev_priv, (enum pipe) cpu_transcoder);
937bb610 2027 assert_fdi_rx_enabled(dev_priv, TRANSCODER_A);
8fb033d7 2028
223a6fdf 2029 /* Workaround: set timing override bit. */
36c0d0cf 2030 val = I915_READ(TRANS_CHICKEN2(PIPE_A));
23670b32 2031 val |= TRANS_CHICKEN2_TIMING_OVERRIDE;
36c0d0cf 2032 I915_WRITE(TRANS_CHICKEN2(PIPE_A), val);
223a6fdf 2033
25f3ef11 2034 val = TRANS_ENABLE;
937bb610 2035 pipeconf_val = I915_READ(PIPECONF(cpu_transcoder));
8fb033d7 2036
9a76b1c6
PZ
2037 if ((pipeconf_val & PIPECONF_INTERLACE_MASK_HSW) ==
2038 PIPECONF_INTERLACED_ILK)
a35f2679 2039 val |= TRANS_INTERLACED;
8fb033d7
PZ
2040 else
2041 val |= TRANS_PROGRESSIVE;
2042
ab9412ba
DV
2043 I915_WRITE(LPT_TRANSCONF, val);
2044 if (wait_for(I915_READ(LPT_TRANSCONF) & TRANS_STATE_ENABLE, 100))
937bb610 2045 DRM_ERROR("Failed to enable PCH transcoder\n");
8fb033d7
PZ
2046}
2047
b8a4f404
PZ
2048static void ironlake_disable_pch_transcoder(struct drm_i915_private *dev_priv,
2049 enum pipe pipe)
040484af 2050{
23670b32 2051 struct drm_device *dev = dev_priv->dev;
f0f59a00
VS
2052 i915_reg_t reg;
2053 uint32_t val;
040484af
JB
2054
2055 /* FDI relies on the transcoder */
2056 assert_fdi_tx_disabled(dev_priv, pipe);
2057 assert_fdi_rx_disabled(dev_priv, pipe);
2058
291906f1
JB
2059 /* Ports must be off as well */
2060 assert_pch_ports_disabled(dev_priv, pipe);
2061
ab9412ba 2062 reg = PCH_TRANSCONF(pipe);
040484af
JB
2063 val = I915_READ(reg);
2064 val &= ~TRANS_ENABLE;
2065 I915_WRITE(reg, val);
2066 /* wait for PCH transcoder off, transcoder state */
2067 if (wait_for((I915_READ(reg) & TRANS_STATE_ENABLE) == 0, 50))
4bb6f1f3 2068 DRM_ERROR("failed to disable transcoder %c\n", pipe_name(pipe));
23670b32 2069
c465613b 2070 if (HAS_PCH_CPT(dev)) {
23670b32
DV
2071 /* Workaround: Clear the timing override chicken bit again. */
2072 reg = TRANS_CHICKEN2(pipe);
2073 val = I915_READ(reg);
2074 val &= ~TRANS_CHICKEN2_TIMING_OVERRIDE;
2075 I915_WRITE(reg, val);
2076 }
040484af
JB
2077}
2078
ab4d966c 2079static void lpt_disable_pch_transcoder(struct drm_i915_private *dev_priv)
8fb033d7 2080{
8fb033d7
PZ
2081 u32 val;
2082
ab9412ba 2083 val = I915_READ(LPT_TRANSCONF);
8fb033d7 2084 val &= ~TRANS_ENABLE;
ab9412ba 2085 I915_WRITE(LPT_TRANSCONF, val);
8fb033d7 2086 /* wait for PCH transcoder off, transcoder state */
ab9412ba 2087 if (wait_for((I915_READ(LPT_TRANSCONF) & TRANS_STATE_ENABLE) == 0, 50))
8a52fd9f 2088 DRM_ERROR("Failed to disable PCH transcoder\n");
223a6fdf
PZ
2089
2090 /* Workaround: clear timing override bit. */
36c0d0cf 2091 val = I915_READ(TRANS_CHICKEN2(PIPE_A));
23670b32 2092 val &= ~TRANS_CHICKEN2_TIMING_OVERRIDE;
36c0d0cf 2093 I915_WRITE(TRANS_CHICKEN2(PIPE_A), val);
040484af
JB
2094}
2095
b24e7179 2096/**
309cfea8 2097 * intel_enable_pipe - enable a pipe, asserting requirements
0372264a 2098 * @crtc: crtc responsible for the pipe
b24e7179 2099 *
0372264a 2100 * Enable @crtc's pipe, making sure that various hardware specific requirements
b24e7179 2101 * are met, if applicable, e.g. PLL enabled, LVDS pairs enabled, etc.
b24e7179 2102 */
e1fdc473 2103static void intel_enable_pipe(struct intel_crtc *crtc)
b24e7179 2104{
0372264a
PZ
2105 struct drm_device *dev = crtc->base.dev;
2106 struct drm_i915_private *dev_priv = dev->dev_private;
2107 enum pipe pipe = crtc->pipe;
1a70a728 2108 enum transcoder cpu_transcoder = crtc->config->cpu_transcoder;
1a240d4d 2109 enum pipe pch_transcoder;
f0f59a00 2110 i915_reg_t reg;
b24e7179
JB
2111 u32 val;
2112
9e2ee2dd
VS
2113 DRM_DEBUG_KMS("enabling pipe %c\n", pipe_name(pipe));
2114
58c6eaa2 2115 assert_planes_disabled(dev_priv, pipe);
93ce0ba6 2116 assert_cursor_disabled(dev_priv, pipe);
58c6eaa2
DV
2117 assert_sprites_disabled(dev_priv, pipe);
2118
681e5811 2119 if (HAS_PCH_LPT(dev_priv->dev))
cc391bbb
PZ
2120 pch_transcoder = TRANSCODER_A;
2121 else
2122 pch_transcoder = pipe;
2123
b24e7179
JB
2124 /*
2125 * A pipe without a PLL won't actually be able to drive bits from
2126 * a plane. On ILK+ the pipe PLLs are integrated, so we don't
2127 * need the check.
2128 */
50360403 2129 if (HAS_GMCH_DISPLAY(dev_priv->dev))
a65347ba 2130 if (crtc->config->has_dsi_encoder)
23538ef1
JN
2131 assert_dsi_pll_enabled(dev_priv);
2132 else
2133 assert_pll_enabled(dev_priv, pipe);
040484af 2134 else {
6e3c9717 2135 if (crtc->config->has_pch_encoder) {
040484af 2136 /* if driving the PCH, we need FDI enabled */
cc391bbb 2137 assert_fdi_rx_pll_enabled(dev_priv, pch_transcoder);
1a240d4d
DV
2138 assert_fdi_tx_pll_enabled(dev_priv,
2139 (enum pipe) cpu_transcoder);
040484af
JB
2140 }
2141 /* FIXME: assert CPU port conditions for SNB+ */
2142 }
b24e7179 2143
702e7a56 2144 reg = PIPECONF(cpu_transcoder);
b24e7179 2145 val = I915_READ(reg);
7ad25d48 2146 if (val & PIPECONF_ENABLE) {
b6b5d049
VS
2147 WARN_ON(!((pipe == PIPE_A && dev_priv->quirks & QUIRK_PIPEA_FORCE) ||
2148 (pipe == PIPE_B && dev_priv->quirks & QUIRK_PIPEB_FORCE)));
00d70b15 2149 return;
7ad25d48 2150 }
00d70b15
CW
2151
2152 I915_WRITE(reg, val | PIPECONF_ENABLE);
851855d8 2153 POSTING_READ(reg);
b24e7179
JB
2154}
2155
2156/**
309cfea8 2157 * intel_disable_pipe - disable a pipe, asserting requirements
575f7ab7 2158 * @crtc: crtc whose pipes is to be disabled
b24e7179 2159 *
575f7ab7
VS
2160 * Disable the pipe of @crtc, making sure that various hardware
2161 * specific requirements are met, if applicable, e.g. plane
2162 * disabled, panel fitter off, etc.
b24e7179
JB
2163 *
2164 * Will wait until the pipe has shut down before returning.
2165 */
575f7ab7 2166static void intel_disable_pipe(struct intel_crtc *crtc)
b24e7179 2167{
575f7ab7 2168 struct drm_i915_private *dev_priv = crtc->base.dev->dev_private;
6e3c9717 2169 enum transcoder cpu_transcoder = crtc->config->cpu_transcoder;
575f7ab7 2170 enum pipe pipe = crtc->pipe;
f0f59a00 2171 i915_reg_t reg;
b24e7179
JB
2172 u32 val;
2173
9e2ee2dd
VS
2174 DRM_DEBUG_KMS("disabling pipe %c\n", pipe_name(pipe));
2175
b24e7179
JB
2176 /*
2177 * Make sure planes won't keep trying to pump pixels to us,
2178 * or we might hang the display.
2179 */
2180 assert_planes_disabled(dev_priv, pipe);
93ce0ba6 2181 assert_cursor_disabled(dev_priv, pipe);
19332d7a 2182 assert_sprites_disabled(dev_priv, pipe);
b24e7179 2183
702e7a56 2184 reg = PIPECONF(cpu_transcoder);
b24e7179 2185 val = I915_READ(reg);
00d70b15
CW
2186 if ((val & PIPECONF_ENABLE) == 0)
2187 return;
2188
67adc644
VS
2189 /*
2190 * Double wide has implications for planes
2191 * so best keep it disabled when not needed.
2192 */
6e3c9717 2193 if (crtc->config->double_wide)
67adc644
VS
2194 val &= ~PIPECONF_DOUBLE_WIDE;
2195
2196 /* Don't disable pipe or pipe PLLs if needed */
b6b5d049
VS
2197 if (!(pipe == PIPE_A && dev_priv->quirks & QUIRK_PIPEA_FORCE) &&
2198 !(pipe == PIPE_B && dev_priv->quirks & QUIRK_PIPEB_FORCE))
67adc644
VS
2199 val &= ~PIPECONF_ENABLE;
2200
2201 I915_WRITE(reg, val);
2202 if ((val & PIPECONF_ENABLE) == 0)
2203 intel_wait_for_pipe_off(crtc);
b24e7179
JB
2204}
2205
693db184
CW
2206static bool need_vtd_wa(struct drm_device *dev)
2207{
2208#ifdef CONFIG_INTEL_IOMMU
2209 if (INTEL_INFO(dev)->gen >= 6 && intel_iommu_gfx_mapped)
2210 return true;
2211#endif
2212 return false;
2213}
2214
50470bb0 2215unsigned int
6761dd31 2216intel_tile_height(struct drm_device *dev, uint32_t pixel_format,
fe47ea0c 2217 uint64_t fb_format_modifier, unsigned int plane)
a57ce0b2 2218{
6761dd31
TU
2219 unsigned int tile_height;
2220 uint32_t pixel_bytes;
a57ce0b2 2221
b5d0e9bf
DL
2222 switch (fb_format_modifier) {
2223 case DRM_FORMAT_MOD_NONE:
2224 tile_height = 1;
2225 break;
2226 case I915_FORMAT_MOD_X_TILED:
2227 tile_height = IS_GEN2(dev) ? 16 : 8;
2228 break;
2229 case I915_FORMAT_MOD_Y_TILED:
2230 tile_height = 32;
2231 break;
2232 case I915_FORMAT_MOD_Yf_TILED:
fe47ea0c 2233 pixel_bytes = drm_format_plane_cpp(pixel_format, plane);
6761dd31 2234 switch (pixel_bytes) {
b5d0e9bf 2235 default:
6761dd31 2236 case 1:
b5d0e9bf
DL
2237 tile_height = 64;
2238 break;
6761dd31
TU
2239 case 2:
2240 case 4:
b5d0e9bf
DL
2241 tile_height = 32;
2242 break;
6761dd31 2243 case 8:
b5d0e9bf
DL
2244 tile_height = 16;
2245 break;
6761dd31 2246 case 16:
b5d0e9bf
DL
2247 WARN_ONCE(1,
2248 "128-bit pixels are not supported for display!");
2249 tile_height = 16;
2250 break;
2251 }
2252 break;
2253 default:
2254 MISSING_CASE(fb_format_modifier);
2255 tile_height = 1;
2256 break;
2257 }
091df6cb 2258
6761dd31
TU
2259 return tile_height;
2260}
2261
2262unsigned int
2263intel_fb_align_height(struct drm_device *dev, unsigned int height,
2264 uint32_t pixel_format, uint64_t fb_format_modifier)
2265{
2266 return ALIGN(height, intel_tile_height(dev, pixel_format,
fe47ea0c 2267 fb_format_modifier, 0));
a57ce0b2
JB
2268}
2269
75c82a53 2270static void
f64b98cd
TU
2271intel_fill_fb_ggtt_view(struct i915_ggtt_view *view, struct drm_framebuffer *fb,
2272 const struct drm_plane_state *plane_state)
2273{
a6d09186 2274 struct intel_rotation_info *info = &view->params.rotation_info;
84fe03f7 2275 unsigned int tile_height, tile_pitch;
50470bb0 2276
f64b98cd
TU
2277 *view = i915_ggtt_view_normal;
2278
50470bb0 2279 if (!plane_state)
75c82a53 2280 return;
50470bb0 2281
121920fa 2282 if (!intel_rotation_90_or_270(plane_state->rotation))
75c82a53 2283 return;
50470bb0 2284
9abc4648 2285 *view = i915_ggtt_view_rotated;
50470bb0
TU
2286
2287 info->height = fb->height;
2288 info->pixel_format = fb->pixel_format;
2289 info->pitch = fb->pitches[0];
89e3e142 2290 info->uv_offset = fb->offsets[1];
50470bb0
TU
2291 info->fb_modifier = fb->modifier[0];
2292
84fe03f7 2293 tile_height = intel_tile_height(fb->dev, fb->pixel_format,
fe47ea0c 2294 fb->modifier[0], 0);
84fe03f7
TU
2295 tile_pitch = PAGE_SIZE / tile_height;
2296 info->width_pages = DIV_ROUND_UP(fb->pitches[0], tile_pitch);
2297 info->height_pages = DIV_ROUND_UP(fb->height, tile_height);
2298 info->size = info->width_pages * info->height_pages * PAGE_SIZE;
2299
89e3e142
TU
2300 if (info->pixel_format == DRM_FORMAT_NV12) {
2301 tile_height = intel_tile_height(fb->dev, fb->pixel_format,
2302 fb->modifier[0], 1);
2303 tile_pitch = PAGE_SIZE / tile_height;
2304 info->width_pages_uv = DIV_ROUND_UP(fb->pitches[0], tile_pitch);
2305 info->height_pages_uv = DIV_ROUND_UP(fb->height / 2,
2306 tile_height);
2307 info->size_uv = info->width_pages_uv * info->height_pages_uv *
2308 PAGE_SIZE;
2309 }
f64b98cd
TU
2310}
2311
4e9a86b6
VS
2312static unsigned int intel_linear_alignment(struct drm_i915_private *dev_priv)
2313{
2314 if (INTEL_INFO(dev_priv)->gen >= 9)
2315 return 256 * 1024;
985b8bb4 2316 else if (IS_BROADWATER(dev_priv) || IS_CRESTLINE(dev_priv) ||
666a4537 2317 IS_VALLEYVIEW(dev_priv) || IS_CHERRYVIEW(dev_priv))
4e9a86b6
VS
2318 return 128 * 1024;
2319 else if (INTEL_INFO(dev_priv)->gen >= 4)
2320 return 4 * 1024;
2321 else
44c5905e 2322 return 0;
4e9a86b6
VS
2323}
2324
127bd2ac 2325int
850c4cdc
TU
2326intel_pin_and_fence_fb_obj(struct drm_plane *plane,
2327 struct drm_framebuffer *fb,
7580d774 2328 const struct drm_plane_state *plane_state)
6b95a207 2329{
850c4cdc 2330 struct drm_device *dev = fb->dev;
ce453d81 2331 struct drm_i915_private *dev_priv = dev->dev_private;
850c4cdc 2332 struct drm_i915_gem_object *obj = intel_fb_obj(fb);
f64b98cd 2333 struct i915_ggtt_view view;
6b95a207
KH
2334 u32 alignment;
2335 int ret;
2336
ebcdd39e
MR
2337 WARN_ON(!mutex_is_locked(&dev->struct_mutex));
2338
7b911adc
TU
2339 switch (fb->modifier[0]) {
2340 case DRM_FORMAT_MOD_NONE:
4e9a86b6 2341 alignment = intel_linear_alignment(dev_priv);
6b95a207 2342 break;
7b911adc 2343 case I915_FORMAT_MOD_X_TILED:
1fada4cc
DL
2344 if (INTEL_INFO(dev)->gen >= 9)
2345 alignment = 256 * 1024;
2346 else {
2347 /* pin() will align the object as required by fence */
2348 alignment = 0;
2349 }
6b95a207 2350 break;
7b911adc 2351 case I915_FORMAT_MOD_Y_TILED:
1327b9a1
DL
2352 case I915_FORMAT_MOD_Yf_TILED:
2353 if (WARN_ONCE(INTEL_INFO(dev)->gen < 9,
2354 "Y tiling bo slipped through, driver bug!\n"))
2355 return -EINVAL;
2356 alignment = 1 * 1024 * 1024;
2357 break;
6b95a207 2358 default:
7b911adc
TU
2359 MISSING_CASE(fb->modifier[0]);
2360 return -EINVAL;
6b95a207
KH
2361 }
2362
75c82a53 2363 intel_fill_fb_ggtt_view(&view, fb, plane_state);
f64b98cd 2364
693db184
CW
2365 /* Note that the w/a also requires 64 PTE of padding following the
2366 * bo. We currently fill all unused PTE with the shadow page and so
2367 * we should always have valid PTE following the scanout preventing
2368 * the VT-d warning.
2369 */
2370 if (need_vtd_wa(dev) && alignment < 256 * 1024)
2371 alignment = 256 * 1024;
2372
d6dd6843
PZ
2373 /*
2374 * Global gtt pte registers are special registers which actually forward
2375 * writes to a chunk of system memory. Which means that there is no risk
2376 * that the register values disappear as soon as we call
2377 * intel_runtime_pm_put(), so it is correct to wrap only the
2378 * pin/unpin/fence and not more.
2379 */
2380 intel_runtime_pm_get(dev_priv);
2381
7580d774
ML
2382 ret = i915_gem_object_pin_to_display_plane(obj, alignment,
2383 &view);
48b956c5 2384 if (ret)
b26a6b35 2385 goto err_pm;
6b95a207
KH
2386
2387 /* Install a fence for tiled scan-out. Pre-i965 always needs a
2388 * fence, whereas 965+ only requires a fence if using
2389 * framebuffer compression. For simplicity, we always install
2390 * a fence as the cost is not that onerous.
2391 */
9807216f
VK
2392 if (view.type == I915_GGTT_VIEW_NORMAL) {
2393 ret = i915_gem_object_get_fence(obj);
2394 if (ret == -EDEADLK) {
2395 /*
2396 * -EDEADLK means there are no free fences
2397 * no pending flips.
2398 *
2399 * This is propagated to atomic, but it uses
2400 * -EDEADLK to force a locking recovery, so
2401 * change the returned error to -EBUSY.
2402 */
2403 ret = -EBUSY;
2404 goto err_unpin;
2405 } else if (ret)
2406 goto err_unpin;
1690e1eb 2407
9807216f
VK
2408 i915_gem_object_pin_fence(obj);
2409 }
6b95a207 2410
d6dd6843 2411 intel_runtime_pm_put(dev_priv);
6b95a207 2412 return 0;
48b956c5
CW
2413
2414err_unpin:
f64b98cd 2415 i915_gem_object_unpin_from_display_plane(obj, &view);
b26a6b35 2416err_pm:
d6dd6843 2417 intel_runtime_pm_put(dev_priv);
48b956c5 2418 return ret;
6b95a207
KH
2419}
2420
82bc3b2d
TU
2421static void intel_unpin_fb_obj(struct drm_framebuffer *fb,
2422 const struct drm_plane_state *plane_state)
1690e1eb 2423{
82bc3b2d 2424 struct drm_i915_gem_object *obj = intel_fb_obj(fb);
f64b98cd 2425 struct i915_ggtt_view view;
82bc3b2d 2426
ebcdd39e
MR
2427 WARN_ON(!mutex_is_locked(&obj->base.dev->struct_mutex));
2428
75c82a53 2429 intel_fill_fb_ggtt_view(&view, fb, plane_state);
f64b98cd 2430
9807216f
VK
2431 if (view.type == I915_GGTT_VIEW_NORMAL)
2432 i915_gem_object_unpin_fence(obj);
2433
f64b98cd 2434 i915_gem_object_unpin_from_display_plane(obj, &view);
1690e1eb
CW
2435}
2436
c2c75131
DV
2437/* Computes the linear offset to the base tile and adjusts x, y. bytes per pixel
2438 * is assumed to be a power-of-two. */
4e9a86b6
VS
2439unsigned long intel_gen4_compute_page_offset(struct drm_i915_private *dev_priv,
2440 int *x, int *y,
bc752862
CW
2441 unsigned int tiling_mode,
2442 unsigned int cpp,
2443 unsigned int pitch)
c2c75131 2444{
bc752862
CW
2445 if (tiling_mode != I915_TILING_NONE) {
2446 unsigned int tile_rows, tiles;
c2c75131 2447
bc752862
CW
2448 tile_rows = *y / 8;
2449 *y %= 8;
c2c75131 2450
bc752862
CW
2451 tiles = *x / (512/cpp);
2452 *x %= 512/cpp;
2453
2454 return tile_rows * pitch * 8 + tiles * 4096;
2455 } else {
4e9a86b6 2456 unsigned int alignment = intel_linear_alignment(dev_priv) - 1;
bc752862
CW
2457 unsigned int offset;
2458
2459 offset = *y * pitch + *x * cpp;
4e9a86b6
VS
2460 *y = (offset & alignment) / pitch;
2461 *x = ((offset & alignment) - *y * pitch) / cpp;
2462 return offset & ~alignment;
bc752862 2463 }
c2c75131
DV
2464}
2465
b35d63fa 2466static int i9xx_format_to_fourcc(int format)
46f297fb
JB
2467{
2468 switch (format) {
2469 case DISPPLANE_8BPP:
2470 return DRM_FORMAT_C8;
2471 case DISPPLANE_BGRX555:
2472 return DRM_FORMAT_XRGB1555;
2473 case DISPPLANE_BGRX565:
2474 return DRM_FORMAT_RGB565;
2475 default:
2476 case DISPPLANE_BGRX888:
2477 return DRM_FORMAT_XRGB8888;
2478 case DISPPLANE_RGBX888:
2479 return DRM_FORMAT_XBGR8888;
2480 case DISPPLANE_BGRX101010:
2481 return DRM_FORMAT_XRGB2101010;
2482 case DISPPLANE_RGBX101010:
2483 return DRM_FORMAT_XBGR2101010;
2484 }
2485}
2486
bc8d7dff
DL
2487static int skl_format_to_fourcc(int format, bool rgb_order, bool alpha)
2488{
2489 switch (format) {
2490 case PLANE_CTL_FORMAT_RGB_565:
2491 return DRM_FORMAT_RGB565;
2492 default:
2493 case PLANE_CTL_FORMAT_XRGB_8888:
2494 if (rgb_order) {
2495 if (alpha)
2496 return DRM_FORMAT_ABGR8888;
2497 else
2498 return DRM_FORMAT_XBGR8888;
2499 } else {
2500 if (alpha)
2501 return DRM_FORMAT_ARGB8888;
2502 else
2503 return DRM_FORMAT_XRGB8888;
2504 }
2505 case PLANE_CTL_FORMAT_XRGB_2101010:
2506 if (rgb_order)
2507 return DRM_FORMAT_XBGR2101010;
2508 else
2509 return DRM_FORMAT_XRGB2101010;
2510 }
2511}
2512
5724dbd1 2513static bool
f6936e29
DV
2514intel_alloc_initial_plane_obj(struct intel_crtc *crtc,
2515 struct intel_initial_plane_config *plane_config)
46f297fb
JB
2516{
2517 struct drm_device *dev = crtc->base.dev;
3badb49f 2518 struct drm_i915_private *dev_priv = to_i915(dev);
46f297fb
JB
2519 struct drm_i915_gem_object *obj = NULL;
2520 struct drm_mode_fb_cmd2 mode_cmd = { 0 };
2d14030b 2521 struct drm_framebuffer *fb = &plane_config->fb->base;
f37b5c2b
DV
2522 u32 base_aligned = round_down(plane_config->base, PAGE_SIZE);
2523 u32 size_aligned = round_up(plane_config->base + plane_config->size,
2524 PAGE_SIZE);
2525
2526 size_aligned -= base_aligned;
46f297fb 2527
ff2652ea
CW
2528 if (plane_config->size == 0)
2529 return false;
2530
3badb49f
PZ
2531 /* If the FB is too big, just don't use it since fbdev is not very
2532 * important and we should probably use that space with FBC or other
2533 * features. */
2534 if (size_aligned * 2 > dev_priv->gtt.stolen_usable_size)
2535 return false;
2536
f37b5c2b
DV
2537 obj = i915_gem_object_create_stolen_for_preallocated(dev,
2538 base_aligned,
2539 base_aligned,
2540 size_aligned);
46f297fb 2541 if (!obj)
484b41dd 2542 return false;
46f297fb 2543
49af449b
DL
2544 obj->tiling_mode = plane_config->tiling;
2545 if (obj->tiling_mode == I915_TILING_X)
6bf129df 2546 obj->stride = fb->pitches[0];
46f297fb 2547
6bf129df
DL
2548 mode_cmd.pixel_format = fb->pixel_format;
2549 mode_cmd.width = fb->width;
2550 mode_cmd.height = fb->height;
2551 mode_cmd.pitches[0] = fb->pitches[0];
18c5247e
DV
2552 mode_cmd.modifier[0] = fb->modifier[0];
2553 mode_cmd.flags = DRM_MODE_FB_MODIFIERS;
46f297fb
JB
2554
2555 mutex_lock(&dev->struct_mutex);
6bf129df 2556 if (intel_framebuffer_init(dev, to_intel_framebuffer(fb),
484b41dd 2557 &mode_cmd, obj)) {
46f297fb
JB
2558 DRM_DEBUG_KMS("intel fb init failed\n");
2559 goto out_unref_obj;
2560 }
46f297fb 2561 mutex_unlock(&dev->struct_mutex);
484b41dd 2562
f6936e29 2563 DRM_DEBUG_KMS("initial plane fb obj %p\n", obj);
484b41dd 2564 return true;
46f297fb
JB
2565
2566out_unref_obj:
2567 drm_gem_object_unreference(&obj->base);
2568 mutex_unlock(&dev->struct_mutex);
484b41dd
JB
2569 return false;
2570}
2571
afd65eb4
MR
2572/* Update plane->state->fb to match plane->fb after driver-internal updates */
2573static void
2574update_state_fb(struct drm_plane *plane)
2575{
2576 if (plane->fb == plane->state->fb)
2577 return;
2578
2579 if (plane->state->fb)
2580 drm_framebuffer_unreference(plane->state->fb);
2581 plane->state->fb = plane->fb;
2582 if (plane->state->fb)
2583 drm_framebuffer_reference(plane->state->fb);
2584}
2585
5724dbd1 2586static void
f6936e29
DV
2587intel_find_initial_plane_obj(struct intel_crtc *intel_crtc,
2588 struct intel_initial_plane_config *plane_config)
484b41dd
JB
2589{
2590 struct drm_device *dev = intel_crtc->base.dev;
d9ceb816 2591 struct drm_i915_private *dev_priv = dev->dev_private;
484b41dd
JB
2592 struct drm_crtc *c;
2593 struct intel_crtc *i;
2ff8fde1 2594 struct drm_i915_gem_object *obj;
88595ac9 2595 struct drm_plane *primary = intel_crtc->base.primary;
be5651f2 2596 struct drm_plane_state *plane_state = primary->state;
200757f5
MR
2597 struct drm_crtc_state *crtc_state = intel_crtc->base.state;
2598 struct intel_plane *intel_plane = to_intel_plane(primary);
0a8d8a86
MR
2599 struct intel_plane_state *intel_state =
2600 to_intel_plane_state(plane_state);
88595ac9 2601 struct drm_framebuffer *fb;
484b41dd 2602
2d14030b 2603 if (!plane_config->fb)
484b41dd
JB
2604 return;
2605
f6936e29 2606 if (intel_alloc_initial_plane_obj(intel_crtc, plane_config)) {
88595ac9
DV
2607 fb = &plane_config->fb->base;
2608 goto valid_fb;
f55548b5 2609 }
484b41dd 2610
2d14030b 2611 kfree(plane_config->fb);
484b41dd
JB
2612
2613 /*
2614 * Failed to alloc the obj, check to see if we should share
2615 * an fb with another CRTC instead
2616 */
70e1e0ec 2617 for_each_crtc(dev, c) {
484b41dd
JB
2618 i = to_intel_crtc(c);
2619
2620 if (c == &intel_crtc->base)
2621 continue;
2622
2ff8fde1
MR
2623 if (!i->active)
2624 continue;
2625
88595ac9
DV
2626 fb = c->primary->fb;
2627 if (!fb)
484b41dd
JB
2628 continue;
2629
88595ac9 2630 obj = intel_fb_obj(fb);
2ff8fde1 2631 if (i915_gem_obj_ggtt_offset(obj) == plane_config->base) {
88595ac9
DV
2632 drm_framebuffer_reference(fb);
2633 goto valid_fb;
484b41dd
JB
2634 }
2635 }
88595ac9 2636
200757f5
MR
2637 /*
2638 * We've failed to reconstruct the BIOS FB. Current display state
2639 * indicates that the primary plane is visible, but has a NULL FB,
2640 * which will lead to problems later if we don't fix it up. The
2641 * simplest solution is to just disable the primary plane now and
2642 * pretend the BIOS never had it enabled.
2643 */
2644 to_intel_plane_state(plane_state)->visible = false;
2645 crtc_state->plane_mask &= ~(1 << drm_plane_index(primary));
2646 intel_pre_disable_primary(&intel_crtc->base);
2647 intel_plane->disable_plane(primary, &intel_crtc->base);
2648
88595ac9
DV
2649 return;
2650
2651valid_fb:
f44e2659
VS
2652 plane_state->src_x = 0;
2653 plane_state->src_y = 0;
be5651f2
ML
2654 plane_state->src_w = fb->width << 16;
2655 plane_state->src_h = fb->height << 16;
2656
f44e2659
VS
2657 plane_state->crtc_x = 0;
2658 plane_state->crtc_y = 0;
be5651f2
ML
2659 plane_state->crtc_w = fb->width;
2660 plane_state->crtc_h = fb->height;
2661
0a8d8a86
MR
2662 intel_state->src.x1 = plane_state->src_x;
2663 intel_state->src.y1 = plane_state->src_y;
2664 intel_state->src.x2 = plane_state->src_x + plane_state->src_w;
2665 intel_state->src.y2 = plane_state->src_y + plane_state->src_h;
2666 intel_state->dst.x1 = plane_state->crtc_x;
2667 intel_state->dst.y1 = plane_state->crtc_y;
2668 intel_state->dst.x2 = plane_state->crtc_x + plane_state->crtc_w;
2669 intel_state->dst.y2 = plane_state->crtc_y + plane_state->crtc_h;
2670
88595ac9
DV
2671 obj = intel_fb_obj(fb);
2672 if (obj->tiling_mode != I915_TILING_NONE)
2673 dev_priv->preserve_bios_swizzle = true;
2674
be5651f2
ML
2675 drm_framebuffer_reference(fb);
2676 primary->fb = primary->state->fb = fb;
36750f28 2677 primary->crtc = primary->state->crtc = &intel_crtc->base;
36750f28 2678 intel_crtc->base.state->plane_mask |= (1 << drm_plane_index(primary));
a9ff8714 2679 obj->frontbuffer_bits |= to_intel_plane(primary)->frontbuffer_bit;
46f297fb
JB
2680}
2681
29b9bde6
DV
2682static void i9xx_update_primary_plane(struct drm_crtc *crtc,
2683 struct drm_framebuffer *fb,
2684 int x, int y)
81255565
JB
2685{
2686 struct drm_device *dev = crtc->dev;
2687 struct drm_i915_private *dev_priv = dev->dev_private;
2688 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
b70709a6
ML
2689 struct drm_plane *primary = crtc->primary;
2690 bool visible = to_intel_plane_state(primary->state)->visible;
c9ba6fad 2691 struct drm_i915_gem_object *obj;
81255565 2692 int plane = intel_crtc->plane;
e506a0c6 2693 unsigned long linear_offset;
81255565 2694 u32 dspcntr;
f0f59a00 2695 i915_reg_t reg = DSPCNTR(plane);
48404c1e 2696 int pixel_size;
f45651ba 2697
b70709a6 2698 if (!visible || !fb) {
fdd508a6
VS
2699 I915_WRITE(reg, 0);
2700 if (INTEL_INFO(dev)->gen >= 4)
2701 I915_WRITE(DSPSURF(plane), 0);
2702 else
2703 I915_WRITE(DSPADDR(plane), 0);
2704 POSTING_READ(reg);
2705 return;
2706 }
2707
c9ba6fad
VS
2708 obj = intel_fb_obj(fb);
2709 if (WARN_ON(obj == NULL))
2710 return;
2711
2712 pixel_size = drm_format_plane_cpp(fb->pixel_format, 0);
2713
f45651ba
VS
2714 dspcntr = DISPPLANE_GAMMA_ENABLE;
2715
fdd508a6 2716 dspcntr |= DISPLAY_PLANE_ENABLE;
f45651ba
VS
2717
2718 if (INTEL_INFO(dev)->gen < 4) {
2719 if (intel_crtc->pipe == PIPE_B)
2720 dspcntr |= DISPPLANE_SEL_PIPE_B;
2721
2722 /* pipesrc and dspsize control the size that is scaled from,
2723 * which should always be the user's requested size.
2724 */
2725 I915_WRITE(DSPSIZE(plane),
6e3c9717
ACO
2726 ((intel_crtc->config->pipe_src_h - 1) << 16) |
2727 (intel_crtc->config->pipe_src_w - 1));
f45651ba 2728 I915_WRITE(DSPPOS(plane), 0);
c14b0485
VS
2729 } else if (IS_CHERRYVIEW(dev) && plane == PLANE_B) {
2730 I915_WRITE(PRIMSIZE(plane),
6e3c9717
ACO
2731 ((intel_crtc->config->pipe_src_h - 1) << 16) |
2732 (intel_crtc->config->pipe_src_w - 1));
c14b0485
VS
2733 I915_WRITE(PRIMPOS(plane), 0);
2734 I915_WRITE(PRIMCNSTALPHA(plane), 0);
f45651ba 2735 }
81255565 2736
57779d06
VS
2737 switch (fb->pixel_format) {
2738 case DRM_FORMAT_C8:
81255565
JB
2739 dspcntr |= DISPPLANE_8BPP;
2740 break;
57779d06 2741 case DRM_FORMAT_XRGB1555:
57779d06 2742 dspcntr |= DISPPLANE_BGRX555;
81255565 2743 break;
57779d06
VS
2744 case DRM_FORMAT_RGB565:
2745 dspcntr |= DISPPLANE_BGRX565;
2746 break;
2747 case DRM_FORMAT_XRGB8888:
57779d06
VS
2748 dspcntr |= DISPPLANE_BGRX888;
2749 break;
2750 case DRM_FORMAT_XBGR8888:
57779d06
VS
2751 dspcntr |= DISPPLANE_RGBX888;
2752 break;
2753 case DRM_FORMAT_XRGB2101010:
57779d06
VS
2754 dspcntr |= DISPPLANE_BGRX101010;
2755 break;
2756 case DRM_FORMAT_XBGR2101010:
57779d06 2757 dspcntr |= DISPPLANE_RGBX101010;
81255565
JB
2758 break;
2759 default:
baba133a 2760 BUG();
81255565 2761 }
57779d06 2762
f45651ba
VS
2763 if (INTEL_INFO(dev)->gen >= 4 &&
2764 obj->tiling_mode != I915_TILING_NONE)
2765 dspcntr |= DISPPLANE_TILED;
81255565 2766
de1aa629
VS
2767 if (IS_G4X(dev))
2768 dspcntr |= DISPPLANE_TRICKLE_FEED_DISABLE;
2769
b9897127 2770 linear_offset = y * fb->pitches[0] + x * pixel_size;
81255565 2771
c2c75131
DV
2772 if (INTEL_INFO(dev)->gen >= 4) {
2773 intel_crtc->dspaddr_offset =
4e9a86b6
VS
2774 intel_gen4_compute_page_offset(dev_priv,
2775 &x, &y, obj->tiling_mode,
b9897127 2776 pixel_size,
bc752862 2777 fb->pitches[0]);
c2c75131
DV
2778 linear_offset -= intel_crtc->dspaddr_offset;
2779 } else {
e506a0c6 2780 intel_crtc->dspaddr_offset = linear_offset;
c2c75131 2781 }
e506a0c6 2782
8e7d688b 2783 if (crtc->primary->state->rotation == BIT(DRM_ROTATE_180)) {
48404c1e
SJ
2784 dspcntr |= DISPPLANE_ROTATE_180;
2785
6e3c9717
ACO
2786 x += (intel_crtc->config->pipe_src_w - 1);
2787 y += (intel_crtc->config->pipe_src_h - 1);
48404c1e
SJ
2788
2789 /* Finding the last pixel of the last line of the display
2790 data and adding to linear_offset*/
2791 linear_offset +=
6e3c9717
ACO
2792 (intel_crtc->config->pipe_src_h - 1) * fb->pitches[0] +
2793 (intel_crtc->config->pipe_src_w - 1) * pixel_size;
48404c1e
SJ
2794 }
2795
2db3366b
PZ
2796 intel_crtc->adjusted_x = x;
2797 intel_crtc->adjusted_y = y;
2798
48404c1e
SJ
2799 I915_WRITE(reg, dspcntr);
2800
01f2c773 2801 I915_WRITE(DSPSTRIDE(plane), fb->pitches[0]);
a6c45cf0 2802 if (INTEL_INFO(dev)->gen >= 4) {
85ba7b7d
DV
2803 I915_WRITE(DSPSURF(plane),
2804 i915_gem_obj_ggtt_offset(obj) + intel_crtc->dspaddr_offset);
5eddb70b 2805 I915_WRITE(DSPTILEOFF(plane), (y << 16) | x);
e506a0c6 2806 I915_WRITE(DSPLINOFF(plane), linear_offset);
5eddb70b 2807 } else
f343c5f6 2808 I915_WRITE(DSPADDR(plane), i915_gem_obj_ggtt_offset(obj) + linear_offset);
5eddb70b 2809 POSTING_READ(reg);
17638cd6
JB
2810}
2811
29b9bde6
DV
2812static void ironlake_update_primary_plane(struct drm_crtc *crtc,
2813 struct drm_framebuffer *fb,
2814 int x, int y)
17638cd6
JB
2815{
2816 struct drm_device *dev = crtc->dev;
2817 struct drm_i915_private *dev_priv = dev->dev_private;
2818 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
b70709a6
ML
2819 struct drm_plane *primary = crtc->primary;
2820 bool visible = to_intel_plane_state(primary->state)->visible;
c9ba6fad 2821 struct drm_i915_gem_object *obj;
17638cd6 2822 int plane = intel_crtc->plane;
e506a0c6 2823 unsigned long linear_offset;
17638cd6 2824 u32 dspcntr;
f0f59a00 2825 i915_reg_t reg = DSPCNTR(plane);
48404c1e 2826 int pixel_size;
f45651ba 2827
b70709a6 2828 if (!visible || !fb) {
fdd508a6
VS
2829 I915_WRITE(reg, 0);
2830 I915_WRITE(DSPSURF(plane), 0);
2831 POSTING_READ(reg);
2832 return;
2833 }
2834
c9ba6fad
VS
2835 obj = intel_fb_obj(fb);
2836 if (WARN_ON(obj == NULL))
2837 return;
2838
2839 pixel_size = drm_format_plane_cpp(fb->pixel_format, 0);
2840
f45651ba
VS
2841 dspcntr = DISPPLANE_GAMMA_ENABLE;
2842
fdd508a6 2843 dspcntr |= DISPLAY_PLANE_ENABLE;
f45651ba
VS
2844
2845 if (IS_HASWELL(dev) || IS_BROADWELL(dev))
2846 dspcntr |= DISPPLANE_PIPE_CSC_ENABLE;
17638cd6 2847
57779d06
VS
2848 switch (fb->pixel_format) {
2849 case DRM_FORMAT_C8:
17638cd6
JB
2850 dspcntr |= DISPPLANE_8BPP;
2851 break;
57779d06
VS
2852 case DRM_FORMAT_RGB565:
2853 dspcntr |= DISPPLANE_BGRX565;
17638cd6 2854 break;
57779d06 2855 case DRM_FORMAT_XRGB8888:
57779d06
VS
2856 dspcntr |= DISPPLANE_BGRX888;
2857 break;
2858 case DRM_FORMAT_XBGR8888:
57779d06
VS
2859 dspcntr |= DISPPLANE_RGBX888;
2860 break;
2861 case DRM_FORMAT_XRGB2101010:
57779d06
VS
2862 dspcntr |= DISPPLANE_BGRX101010;
2863 break;
2864 case DRM_FORMAT_XBGR2101010:
57779d06 2865 dspcntr |= DISPPLANE_RGBX101010;
17638cd6
JB
2866 break;
2867 default:
baba133a 2868 BUG();
17638cd6
JB
2869 }
2870
2871 if (obj->tiling_mode != I915_TILING_NONE)
2872 dspcntr |= DISPPLANE_TILED;
17638cd6 2873
f45651ba 2874 if (!IS_HASWELL(dev) && !IS_BROADWELL(dev))
1f5d76db 2875 dspcntr |= DISPPLANE_TRICKLE_FEED_DISABLE;
17638cd6 2876
b9897127 2877 linear_offset = y * fb->pitches[0] + x * pixel_size;
c2c75131 2878 intel_crtc->dspaddr_offset =
4e9a86b6
VS
2879 intel_gen4_compute_page_offset(dev_priv,
2880 &x, &y, obj->tiling_mode,
b9897127 2881 pixel_size,
bc752862 2882 fb->pitches[0]);
c2c75131 2883 linear_offset -= intel_crtc->dspaddr_offset;
8e7d688b 2884 if (crtc->primary->state->rotation == BIT(DRM_ROTATE_180)) {
48404c1e
SJ
2885 dspcntr |= DISPPLANE_ROTATE_180;
2886
2887 if (!IS_HASWELL(dev) && !IS_BROADWELL(dev)) {
6e3c9717
ACO
2888 x += (intel_crtc->config->pipe_src_w - 1);
2889 y += (intel_crtc->config->pipe_src_h - 1);
48404c1e
SJ
2890
2891 /* Finding the last pixel of the last line of the display
2892 data and adding to linear_offset*/
2893 linear_offset +=
6e3c9717
ACO
2894 (intel_crtc->config->pipe_src_h - 1) * fb->pitches[0] +
2895 (intel_crtc->config->pipe_src_w - 1) * pixel_size;
48404c1e
SJ
2896 }
2897 }
2898
2db3366b
PZ
2899 intel_crtc->adjusted_x = x;
2900 intel_crtc->adjusted_y = y;
2901
48404c1e 2902 I915_WRITE(reg, dspcntr);
17638cd6 2903
01f2c773 2904 I915_WRITE(DSPSTRIDE(plane), fb->pitches[0]);
85ba7b7d
DV
2905 I915_WRITE(DSPSURF(plane),
2906 i915_gem_obj_ggtt_offset(obj) + intel_crtc->dspaddr_offset);
b3dc685e 2907 if (IS_HASWELL(dev) || IS_BROADWELL(dev)) {
bc1c91eb
DL
2908 I915_WRITE(DSPOFFSET(plane), (y << 16) | x);
2909 } else {
2910 I915_WRITE(DSPTILEOFF(plane), (y << 16) | x);
2911 I915_WRITE(DSPLINOFF(plane), linear_offset);
2912 }
17638cd6 2913 POSTING_READ(reg);
17638cd6
JB
2914}
2915
b321803d
DL
2916u32 intel_fb_stride_alignment(struct drm_device *dev, uint64_t fb_modifier,
2917 uint32_t pixel_format)
2918{
2919 u32 bits_per_pixel = drm_format_plane_cpp(pixel_format, 0) * 8;
2920
2921 /*
2922 * The stride is either expressed as a multiple of 64 bytes
2923 * chunks for linear buffers or in number of tiles for tiled
2924 * buffers.
2925 */
2926 switch (fb_modifier) {
2927 case DRM_FORMAT_MOD_NONE:
2928 return 64;
2929 case I915_FORMAT_MOD_X_TILED:
2930 if (INTEL_INFO(dev)->gen == 2)
2931 return 128;
2932 return 512;
2933 case I915_FORMAT_MOD_Y_TILED:
2934 /* No need to check for old gens and Y tiling since this is
2935 * about the display engine and those will be blocked before
2936 * we get here.
2937 */
2938 return 128;
2939 case I915_FORMAT_MOD_Yf_TILED:
2940 if (bits_per_pixel == 8)
2941 return 64;
2942 else
2943 return 128;
2944 default:
2945 MISSING_CASE(fb_modifier);
2946 return 64;
2947 }
2948}
2949
44eb0cb9
MK
2950u32 intel_plane_obj_offset(struct intel_plane *intel_plane,
2951 struct drm_i915_gem_object *obj,
2952 unsigned int plane)
121920fa 2953{
ce7f1728 2954 struct i915_ggtt_view view;
dedf278c 2955 struct i915_vma *vma;
44eb0cb9 2956 u64 offset;
121920fa 2957
ce7f1728
DV
2958 intel_fill_fb_ggtt_view(&view, intel_plane->base.fb,
2959 intel_plane->base.state);
121920fa 2960
ce7f1728 2961 vma = i915_gem_obj_to_ggtt_view(obj, &view);
dedf278c 2962 if (WARN(!vma, "ggtt vma for display object not found! (view=%u)\n",
ce7f1728 2963 view.type))
dedf278c
TU
2964 return -1;
2965
44eb0cb9 2966 offset = vma->node.start;
dedf278c
TU
2967
2968 if (plane == 1) {
a6d09186 2969 offset += vma->ggtt_view.params.rotation_info.uv_start_page *
dedf278c
TU
2970 PAGE_SIZE;
2971 }
2972
44eb0cb9
MK
2973 WARN_ON(upper_32_bits(offset));
2974
2975 return lower_32_bits(offset);
121920fa
TU
2976}
2977
e435d6e5
ML
2978static void skl_detach_scaler(struct intel_crtc *intel_crtc, int id)
2979{
2980 struct drm_device *dev = intel_crtc->base.dev;
2981 struct drm_i915_private *dev_priv = dev->dev_private;
2982
2983 I915_WRITE(SKL_PS_CTRL(intel_crtc->pipe, id), 0);
2984 I915_WRITE(SKL_PS_WIN_POS(intel_crtc->pipe, id), 0);
2985 I915_WRITE(SKL_PS_WIN_SZ(intel_crtc->pipe, id), 0);
e435d6e5
ML
2986}
2987
a1b2278e
CK
2988/*
2989 * This function detaches (aka. unbinds) unused scalers in hardware
2990 */
0583236e 2991static void skl_detach_scalers(struct intel_crtc *intel_crtc)
a1b2278e 2992{
a1b2278e
CK
2993 struct intel_crtc_scaler_state *scaler_state;
2994 int i;
2995
a1b2278e
CK
2996 scaler_state = &intel_crtc->config->scaler_state;
2997
2998 /* loop through and disable scalers that aren't in use */
2999 for (i = 0; i < intel_crtc->num_scalers; i++) {
e435d6e5
ML
3000 if (!scaler_state->scalers[i].in_use)
3001 skl_detach_scaler(intel_crtc, i);
a1b2278e
CK
3002 }
3003}
3004
6156a456 3005u32 skl_plane_ctl_format(uint32_t pixel_format)
70d21f0e 3006{
6156a456 3007 switch (pixel_format) {
d161cf7a 3008 case DRM_FORMAT_C8:
c34ce3d1 3009 return PLANE_CTL_FORMAT_INDEXED;
70d21f0e 3010 case DRM_FORMAT_RGB565:
c34ce3d1 3011 return PLANE_CTL_FORMAT_RGB_565;
70d21f0e 3012 case DRM_FORMAT_XBGR8888:
c34ce3d1 3013 return PLANE_CTL_FORMAT_XRGB_8888 | PLANE_CTL_ORDER_RGBX;
6156a456 3014 case DRM_FORMAT_XRGB8888:
c34ce3d1 3015 return PLANE_CTL_FORMAT_XRGB_8888;
6156a456
CK
3016 /*
3017 * XXX: For ARBG/ABGR formats we default to expecting scanout buffers
3018 * to be already pre-multiplied. We need to add a knob (or a different
3019 * DRM_FORMAT) for user-space to configure that.
3020 */
f75fb42a 3021 case DRM_FORMAT_ABGR8888:
c34ce3d1 3022 return PLANE_CTL_FORMAT_XRGB_8888 | PLANE_CTL_ORDER_RGBX |
6156a456 3023 PLANE_CTL_ALPHA_SW_PREMULTIPLY;
6156a456 3024 case DRM_FORMAT_ARGB8888:
c34ce3d1 3025 return PLANE_CTL_FORMAT_XRGB_8888 |
6156a456 3026 PLANE_CTL_ALPHA_SW_PREMULTIPLY;
70d21f0e 3027 case DRM_FORMAT_XRGB2101010:
c34ce3d1 3028 return PLANE_CTL_FORMAT_XRGB_2101010;
70d21f0e 3029 case DRM_FORMAT_XBGR2101010:
c34ce3d1 3030 return PLANE_CTL_ORDER_RGBX | PLANE_CTL_FORMAT_XRGB_2101010;
6156a456 3031 case DRM_FORMAT_YUYV:
c34ce3d1 3032 return PLANE_CTL_FORMAT_YUV422 | PLANE_CTL_YUV422_YUYV;
6156a456 3033 case DRM_FORMAT_YVYU:
c34ce3d1 3034 return PLANE_CTL_FORMAT_YUV422 | PLANE_CTL_YUV422_YVYU;
6156a456 3035 case DRM_FORMAT_UYVY:
c34ce3d1 3036 return PLANE_CTL_FORMAT_YUV422 | PLANE_CTL_YUV422_UYVY;
6156a456 3037 case DRM_FORMAT_VYUY:
c34ce3d1 3038 return PLANE_CTL_FORMAT_YUV422 | PLANE_CTL_YUV422_VYUY;
70d21f0e 3039 default:
4249eeef 3040 MISSING_CASE(pixel_format);
70d21f0e 3041 }
8cfcba41 3042
c34ce3d1 3043 return 0;
6156a456 3044}
70d21f0e 3045
6156a456
CK
3046u32 skl_plane_ctl_tiling(uint64_t fb_modifier)
3047{
6156a456 3048 switch (fb_modifier) {
30af77c4 3049 case DRM_FORMAT_MOD_NONE:
70d21f0e 3050 break;
30af77c4 3051 case I915_FORMAT_MOD_X_TILED:
c34ce3d1 3052 return PLANE_CTL_TILED_X;
b321803d 3053 case I915_FORMAT_MOD_Y_TILED:
c34ce3d1 3054 return PLANE_CTL_TILED_Y;
b321803d 3055 case I915_FORMAT_MOD_Yf_TILED:
c34ce3d1 3056 return PLANE_CTL_TILED_YF;
70d21f0e 3057 default:
6156a456 3058 MISSING_CASE(fb_modifier);
70d21f0e 3059 }
8cfcba41 3060
c34ce3d1 3061 return 0;
6156a456 3062}
70d21f0e 3063
6156a456
CK
3064u32 skl_plane_ctl_rotation(unsigned int rotation)
3065{
3b7a5119 3066 switch (rotation) {
6156a456
CK
3067 case BIT(DRM_ROTATE_0):
3068 break;
1e8df167
SJ
3069 /*
3070 * DRM_ROTATE_ is counter clockwise to stay compatible with Xrandr
3071 * while i915 HW rotation is clockwise, thats why this swapping.
3072 */
3b7a5119 3073 case BIT(DRM_ROTATE_90):
1e8df167 3074 return PLANE_CTL_ROTATE_270;
3b7a5119 3075 case BIT(DRM_ROTATE_180):
c34ce3d1 3076 return PLANE_CTL_ROTATE_180;
3b7a5119 3077 case BIT(DRM_ROTATE_270):
1e8df167 3078 return PLANE_CTL_ROTATE_90;
6156a456
CK
3079 default:
3080 MISSING_CASE(rotation);
3081 }
3082
c34ce3d1 3083 return 0;
6156a456
CK
3084}
3085
3086static void skylake_update_primary_plane(struct drm_crtc *crtc,
3087 struct drm_framebuffer *fb,
3088 int x, int y)
3089{
3090 struct drm_device *dev = crtc->dev;
3091 struct drm_i915_private *dev_priv = dev->dev_private;
3092 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
b70709a6
ML
3093 struct drm_plane *plane = crtc->primary;
3094 bool visible = to_intel_plane_state(plane->state)->visible;
6156a456
CK
3095 struct drm_i915_gem_object *obj;
3096 int pipe = intel_crtc->pipe;
3097 u32 plane_ctl, stride_div, stride;
3098 u32 tile_height, plane_offset, plane_size;
3099 unsigned int rotation;
3100 int x_offset, y_offset;
44eb0cb9 3101 u32 surf_addr;
6156a456
CK
3102 struct intel_crtc_state *crtc_state = intel_crtc->config;
3103 struct intel_plane_state *plane_state;
3104 int src_x = 0, src_y = 0, src_w = 0, src_h = 0;
3105 int dst_x = 0, dst_y = 0, dst_w = 0, dst_h = 0;
3106 int scaler_id = -1;
3107
6156a456
CK
3108 plane_state = to_intel_plane_state(plane->state);
3109
b70709a6 3110 if (!visible || !fb) {
6156a456
CK
3111 I915_WRITE(PLANE_CTL(pipe, 0), 0);
3112 I915_WRITE(PLANE_SURF(pipe, 0), 0);
3113 POSTING_READ(PLANE_CTL(pipe, 0));
3114 return;
3b7a5119 3115 }
70d21f0e 3116
6156a456
CK
3117 plane_ctl = PLANE_CTL_ENABLE |
3118 PLANE_CTL_PIPE_GAMMA_ENABLE |
3119 PLANE_CTL_PIPE_CSC_ENABLE;
3120
3121 plane_ctl |= skl_plane_ctl_format(fb->pixel_format);
3122 plane_ctl |= skl_plane_ctl_tiling(fb->modifier[0]);
3123 plane_ctl |= PLANE_CTL_PLANE_GAMMA_DISABLE;
3124
3125 rotation = plane->state->rotation;
3126 plane_ctl |= skl_plane_ctl_rotation(rotation);
3127
b321803d
DL
3128 obj = intel_fb_obj(fb);
3129 stride_div = intel_fb_stride_alignment(dev, fb->modifier[0],
3130 fb->pixel_format);
dedf278c 3131 surf_addr = intel_plane_obj_offset(to_intel_plane(plane), obj, 0);
3b7a5119 3132
a42e5a23
PZ
3133 WARN_ON(drm_rect_width(&plane_state->src) == 0);
3134
3135 scaler_id = plane_state->scaler_id;
3136 src_x = plane_state->src.x1 >> 16;
3137 src_y = plane_state->src.y1 >> 16;
3138 src_w = drm_rect_width(&plane_state->src) >> 16;
3139 src_h = drm_rect_height(&plane_state->src) >> 16;
3140 dst_x = plane_state->dst.x1;
3141 dst_y = plane_state->dst.y1;
3142 dst_w = drm_rect_width(&plane_state->dst);
3143 dst_h = drm_rect_height(&plane_state->dst);
3144
3145 WARN_ON(x != src_x || y != src_y);
6156a456 3146
3b7a5119
SJ
3147 if (intel_rotation_90_or_270(rotation)) {
3148 /* stride = Surface height in tiles */
2614f17d 3149 tile_height = intel_tile_height(dev, fb->pixel_format,
fe47ea0c 3150 fb->modifier[0], 0);
3b7a5119 3151 stride = DIV_ROUND_UP(fb->height, tile_height);
6156a456 3152 x_offset = stride * tile_height - y - src_h;
3b7a5119 3153 y_offset = x;
6156a456 3154 plane_size = (src_w - 1) << 16 | (src_h - 1);
3b7a5119
SJ
3155 } else {
3156 stride = fb->pitches[0] / stride_div;
3157 x_offset = x;
3158 y_offset = y;
6156a456 3159 plane_size = (src_h - 1) << 16 | (src_w - 1);
3b7a5119
SJ
3160 }
3161 plane_offset = y_offset << 16 | x_offset;
b321803d 3162
2db3366b
PZ
3163 intel_crtc->adjusted_x = x_offset;
3164 intel_crtc->adjusted_y = y_offset;
3165
70d21f0e 3166 I915_WRITE(PLANE_CTL(pipe, 0), plane_ctl);
3b7a5119
SJ
3167 I915_WRITE(PLANE_OFFSET(pipe, 0), plane_offset);
3168 I915_WRITE(PLANE_SIZE(pipe, 0), plane_size);
3169 I915_WRITE(PLANE_STRIDE(pipe, 0), stride);
6156a456
CK
3170
3171 if (scaler_id >= 0) {
3172 uint32_t ps_ctrl = 0;
3173
3174 WARN_ON(!dst_w || !dst_h);
3175 ps_ctrl = PS_SCALER_EN | PS_PLANE_SEL(0) |
3176 crtc_state->scaler_state.scalers[scaler_id].mode;
3177 I915_WRITE(SKL_PS_CTRL(pipe, scaler_id), ps_ctrl);
3178 I915_WRITE(SKL_PS_PWR_GATE(pipe, scaler_id), 0);
3179 I915_WRITE(SKL_PS_WIN_POS(pipe, scaler_id), (dst_x << 16) | dst_y);
3180 I915_WRITE(SKL_PS_WIN_SZ(pipe, scaler_id), (dst_w << 16) | dst_h);
3181 I915_WRITE(PLANE_POS(pipe, 0), 0);
3182 } else {
3183 I915_WRITE(PLANE_POS(pipe, 0), (dst_y << 16) | dst_x);
3184 }
3185
121920fa 3186 I915_WRITE(PLANE_SURF(pipe, 0), surf_addr);
70d21f0e
DL
3187
3188 POSTING_READ(PLANE_SURF(pipe, 0));
3189}
3190
17638cd6
JB
3191/* Assume fb object is pinned & idle & fenced and just update base pointers */
3192static int
3193intel_pipe_set_base_atomic(struct drm_crtc *crtc, struct drm_framebuffer *fb,
3194 int x, int y, enum mode_set_atomic state)
3195{
3196 struct drm_device *dev = crtc->dev;
3197 struct drm_i915_private *dev_priv = dev->dev_private;
17638cd6 3198
0e631adc
PZ
3199 if (dev_priv->fbc.deactivate)
3200 dev_priv->fbc.deactivate(dev_priv);
81255565 3201
29b9bde6
DV
3202 dev_priv->display.update_primary_plane(crtc, fb, x, y);
3203
3204 return 0;
81255565
JB
3205}
3206
7514747d 3207static void intel_complete_page_flips(struct drm_device *dev)
96a02917 3208{
96a02917
VS
3209 struct drm_crtc *crtc;
3210
70e1e0ec 3211 for_each_crtc(dev, crtc) {
96a02917
VS
3212 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
3213 enum plane plane = intel_crtc->plane;
3214
3215 intel_prepare_page_flip(dev, plane);
3216 intel_finish_page_flip_plane(dev, plane);
3217 }
7514747d
VS
3218}
3219
3220static void intel_update_primary_planes(struct drm_device *dev)
3221{
7514747d 3222 struct drm_crtc *crtc;
96a02917 3223
70e1e0ec 3224 for_each_crtc(dev, crtc) {
11c22da6
ML
3225 struct intel_plane *plane = to_intel_plane(crtc->primary);
3226 struct intel_plane_state *plane_state;
96a02917 3227
11c22da6 3228 drm_modeset_lock_crtc(crtc, &plane->base);
11c22da6
ML
3229 plane_state = to_intel_plane_state(plane->base.state);
3230
f029ee82 3231 if (crtc->state->active && plane_state->base.fb)
11c22da6
ML
3232 plane->commit_plane(&plane->base, plane_state);
3233
3234 drm_modeset_unlock_crtc(crtc);
96a02917
VS
3235 }
3236}
3237
7514747d
VS
3238void intel_prepare_reset(struct drm_device *dev)
3239{
3240 /* no reset support for gen2 */
3241 if (IS_GEN2(dev))
3242 return;
3243
3244 /* reset doesn't touch the display */
3245 if (INTEL_INFO(dev)->gen >= 5 || IS_G4X(dev))
3246 return;
3247
3248 drm_modeset_lock_all(dev);
f98ce92f
VS
3249 /*
3250 * Disabling the crtcs gracefully seems nicer. Also the
3251 * g33 docs say we should at least disable all the planes.
3252 */
6b72d486 3253 intel_display_suspend(dev);
7514747d
VS
3254}
3255
3256void intel_finish_reset(struct drm_device *dev)
3257{
3258 struct drm_i915_private *dev_priv = to_i915(dev);
3259
3260 /*
3261 * Flips in the rings will be nuked by the reset,
3262 * so complete all pending flips so that user space
3263 * will get its events and not get stuck.
3264 */
3265 intel_complete_page_flips(dev);
3266
3267 /* no reset support for gen2 */
3268 if (IS_GEN2(dev))
3269 return;
3270
3271 /* reset doesn't touch the display */
3272 if (INTEL_INFO(dev)->gen >= 5 || IS_G4X(dev)) {
3273 /*
3274 * Flips in the rings have been nuked by the reset,
3275 * so update the base address of all primary
3276 * planes to the the last fb to make sure we're
3277 * showing the correct fb after a reset.
11c22da6
ML
3278 *
3279 * FIXME: Atomic will make this obsolete since we won't schedule
3280 * CS-based flips (which might get lost in gpu resets) any more.
7514747d
VS
3281 */
3282 intel_update_primary_planes(dev);
3283 return;
3284 }
3285
3286 /*
3287 * The display has been reset as well,
3288 * so need a full re-initialization.
3289 */
3290 intel_runtime_pm_disable_interrupts(dev_priv);
3291 intel_runtime_pm_enable_interrupts(dev_priv);
3292
3293 intel_modeset_init_hw(dev);
3294
3295 spin_lock_irq(&dev_priv->irq_lock);
3296 if (dev_priv->display.hpd_irq_setup)
3297 dev_priv->display.hpd_irq_setup(dev);
3298 spin_unlock_irq(&dev_priv->irq_lock);
3299
043e9bda 3300 intel_display_resume(dev);
7514747d
VS
3301
3302 intel_hpd_init(dev_priv);
3303
3304 drm_modeset_unlock_all(dev);
3305}
3306
7d5e3799
CW
3307static bool intel_crtc_has_pending_flip(struct drm_crtc *crtc)
3308{
3309 struct drm_device *dev = crtc->dev;
3310 struct drm_i915_private *dev_priv = dev->dev_private;
3311 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
7d5e3799
CW
3312 bool pending;
3313
3314 if (i915_reset_in_progress(&dev_priv->gpu_error) ||
3315 intel_crtc->reset_counter != atomic_read(&dev_priv->gpu_error.reset_counter))
3316 return false;
3317
5e2d7afc 3318 spin_lock_irq(&dev->event_lock);
7d5e3799 3319 pending = to_intel_crtc(crtc)->unpin_work != NULL;
5e2d7afc 3320 spin_unlock_irq(&dev->event_lock);
7d5e3799
CW
3321
3322 return pending;
3323}
3324
bfd16b2a
ML
3325static void intel_update_pipe_config(struct intel_crtc *crtc,
3326 struct intel_crtc_state *old_crtc_state)
e30e8f75
GP
3327{
3328 struct drm_device *dev = crtc->base.dev;
3329 struct drm_i915_private *dev_priv = dev->dev_private;
bfd16b2a
ML
3330 struct intel_crtc_state *pipe_config =
3331 to_intel_crtc_state(crtc->base.state);
e30e8f75 3332
bfd16b2a
ML
3333 /* drm_atomic_helper_update_legacy_modeset_state might not be called. */
3334 crtc->base.mode = crtc->base.state->mode;
3335
3336 DRM_DEBUG_KMS("Updating pipe size %ix%i -> %ix%i\n",
3337 old_crtc_state->pipe_src_w, old_crtc_state->pipe_src_h,
3338 pipe_config->pipe_src_w, pipe_config->pipe_src_h);
e30e8f75 3339
44522d85
ML
3340 if (HAS_DDI(dev))
3341 intel_set_pipe_csc(&crtc->base);
3342
e30e8f75
GP
3343 /*
3344 * Update pipe size and adjust fitter if needed: the reason for this is
3345 * that in compute_mode_changes we check the native mode (not the pfit
3346 * mode) to see if we can flip rather than do a full mode set. In the
3347 * fastboot case, we'll flip, but if we don't update the pipesrc and
3348 * pfit state, we'll end up with a big fb scanned out into the wrong
3349 * sized surface.
e30e8f75
GP
3350 */
3351
e30e8f75 3352 I915_WRITE(PIPESRC(crtc->pipe),
bfd16b2a
ML
3353 ((pipe_config->pipe_src_w - 1) << 16) |
3354 (pipe_config->pipe_src_h - 1));
3355
3356 /* on skylake this is done by detaching scalers */
3357 if (INTEL_INFO(dev)->gen >= 9) {
3358 skl_detach_scalers(crtc);
3359
3360 if (pipe_config->pch_pfit.enabled)
3361 skylake_pfit_enable(crtc);
3362 } else if (HAS_PCH_SPLIT(dev)) {
3363 if (pipe_config->pch_pfit.enabled)
3364 ironlake_pfit_enable(crtc);
3365 else if (old_crtc_state->pch_pfit.enabled)
3366 ironlake_pfit_disable(crtc, true);
e30e8f75 3367 }
e30e8f75
GP
3368}
3369
5e84e1a4
ZW
3370static void intel_fdi_normal_train(struct drm_crtc *crtc)
3371{
3372 struct drm_device *dev = crtc->dev;
3373 struct drm_i915_private *dev_priv = dev->dev_private;
3374 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
3375 int pipe = intel_crtc->pipe;
f0f59a00
VS
3376 i915_reg_t reg;
3377 u32 temp;
5e84e1a4
ZW
3378
3379 /* enable normal train */
3380 reg = FDI_TX_CTL(pipe);
3381 temp = I915_READ(reg);
61e499bf 3382 if (IS_IVYBRIDGE(dev)) {
357555c0
JB
3383 temp &= ~FDI_LINK_TRAIN_NONE_IVB;
3384 temp |= FDI_LINK_TRAIN_NONE_IVB | FDI_TX_ENHANCE_FRAME_ENABLE;
61e499bf
KP
3385 } else {
3386 temp &= ~FDI_LINK_TRAIN_NONE;
3387 temp |= FDI_LINK_TRAIN_NONE | FDI_TX_ENHANCE_FRAME_ENABLE;
357555c0 3388 }
5e84e1a4
ZW
3389 I915_WRITE(reg, temp);
3390
3391 reg = FDI_RX_CTL(pipe);
3392 temp = I915_READ(reg);
3393 if (HAS_PCH_CPT(dev)) {
3394 temp &= ~FDI_LINK_TRAIN_PATTERN_MASK_CPT;
3395 temp |= FDI_LINK_TRAIN_NORMAL_CPT;
3396 } else {
3397 temp &= ~FDI_LINK_TRAIN_NONE;
3398 temp |= FDI_LINK_TRAIN_NONE;
3399 }
3400 I915_WRITE(reg, temp | FDI_RX_ENHANCE_FRAME_ENABLE);
3401
3402 /* wait one idle pattern time */
3403 POSTING_READ(reg);
3404 udelay(1000);
357555c0
JB
3405
3406 /* IVB wants error correction enabled */
3407 if (IS_IVYBRIDGE(dev))
3408 I915_WRITE(reg, I915_READ(reg) | FDI_FS_ERRC_ENABLE |
3409 FDI_FE_ERRC_ENABLE);
5e84e1a4
ZW
3410}
3411
8db9d77b
ZW
3412/* The FDI link training functions for ILK/Ibexpeak. */
3413static void ironlake_fdi_link_train(struct drm_crtc *crtc)
3414{
3415 struct drm_device *dev = crtc->dev;
3416 struct drm_i915_private *dev_priv = dev->dev_private;
3417 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
3418 int pipe = intel_crtc->pipe;
f0f59a00
VS
3419 i915_reg_t reg;
3420 u32 temp, tries;
8db9d77b 3421
1c8562f6 3422 /* FDI needs bits from pipe first */
0fc932b8 3423 assert_pipe_enabled(dev_priv, pipe);
0fc932b8 3424
e1a44743
AJ
3425 /* Train 1: umask FDI RX Interrupt symbol_lock and bit_lock bit
3426 for train result */
5eddb70b
CW
3427 reg = FDI_RX_IMR(pipe);
3428 temp = I915_READ(reg);
e1a44743
AJ
3429 temp &= ~FDI_RX_SYMBOL_LOCK;
3430 temp &= ~FDI_RX_BIT_LOCK;
5eddb70b
CW
3431 I915_WRITE(reg, temp);
3432 I915_READ(reg);
e1a44743
AJ
3433 udelay(150);
3434
8db9d77b 3435 /* enable CPU FDI TX and PCH FDI RX */
5eddb70b
CW
3436 reg = FDI_TX_CTL(pipe);
3437 temp = I915_READ(reg);
627eb5a3 3438 temp &= ~FDI_DP_PORT_WIDTH_MASK;
6e3c9717 3439 temp |= FDI_DP_PORT_WIDTH(intel_crtc->config->fdi_lanes);
8db9d77b
ZW
3440 temp &= ~FDI_LINK_TRAIN_NONE;
3441 temp |= FDI_LINK_TRAIN_PATTERN_1;
5eddb70b 3442 I915_WRITE(reg, temp | FDI_TX_ENABLE);
8db9d77b 3443
5eddb70b
CW
3444 reg = FDI_RX_CTL(pipe);
3445 temp = I915_READ(reg);
8db9d77b
ZW
3446 temp &= ~FDI_LINK_TRAIN_NONE;
3447 temp |= FDI_LINK_TRAIN_PATTERN_1;
5eddb70b
CW
3448 I915_WRITE(reg, temp | FDI_RX_ENABLE);
3449
3450 POSTING_READ(reg);
8db9d77b
ZW
3451 udelay(150);
3452
5b2adf89 3453 /* Ironlake workaround, enable clock pointer after FDI enable*/
8f5718a6
DV
3454 I915_WRITE(FDI_RX_CHICKEN(pipe), FDI_RX_PHASE_SYNC_POINTER_OVR);
3455 I915_WRITE(FDI_RX_CHICKEN(pipe), FDI_RX_PHASE_SYNC_POINTER_OVR |
3456 FDI_RX_PHASE_SYNC_POINTER_EN);
5b2adf89 3457
5eddb70b 3458 reg = FDI_RX_IIR(pipe);
e1a44743 3459 for (tries = 0; tries < 5; tries++) {
5eddb70b 3460 temp = I915_READ(reg);
8db9d77b
ZW
3461 DRM_DEBUG_KMS("FDI_RX_IIR 0x%x\n", temp);
3462
3463 if ((temp & FDI_RX_BIT_LOCK)) {
3464 DRM_DEBUG_KMS("FDI train 1 done.\n");
5eddb70b 3465 I915_WRITE(reg, temp | FDI_RX_BIT_LOCK);
8db9d77b
ZW
3466 break;
3467 }
8db9d77b 3468 }
e1a44743 3469 if (tries == 5)
5eddb70b 3470 DRM_ERROR("FDI train 1 fail!\n");
8db9d77b
ZW
3471
3472 /* Train 2 */
5eddb70b
CW
3473 reg = FDI_TX_CTL(pipe);
3474 temp = I915_READ(reg);
8db9d77b
ZW
3475 temp &= ~FDI_LINK_TRAIN_NONE;
3476 temp |= FDI_LINK_TRAIN_PATTERN_2;
5eddb70b 3477 I915_WRITE(reg, temp);
8db9d77b 3478
5eddb70b
CW
3479 reg = FDI_RX_CTL(pipe);
3480 temp = I915_READ(reg);
8db9d77b
ZW
3481 temp &= ~FDI_LINK_TRAIN_NONE;
3482 temp |= FDI_LINK_TRAIN_PATTERN_2;
5eddb70b 3483 I915_WRITE(reg, temp);
8db9d77b 3484
5eddb70b
CW
3485 POSTING_READ(reg);
3486 udelay(150);
8db9d77b 3487
5eddb70b 3488 reg = FDI_RX_IIR(pipe);
e1a44743 3489 for (tries = 0; tries < 5; tries++) {
5eddb70b 3490 temp = I915_READ(reg);
8db9d77b
ZW
3491 DRM_DEBUG_KMS("FDI_RX_IIR 0x%x\n", temp);
3492
3493 if (temp & FDI_RX_SYMBOL_LOCK) {
5eddb70b 3494 I915_WRITE(reg, temp | FDI_RX_SYMBOL_LOCK);
8db9d77b
ZW
3495 DRM_DEBUG_KMS("FDI train 2 done.\n");
3496 break;
3497 }
8db9d77b 3498 }
e1a44743 3499 if (tries == 5)
5eddb70b 3500 DRM_ERROR("FDI train 2 fail!\n");
8db9d77b
ZW
3501
3502 DRM_DEBUG_KMS("FDI train done\n");
5c5313c8 3503
8db9d77b
ZW
3504}
3505
0206e353 3506static const int snb_b_fdi_train_param[] = {
8db9d77b
ZW
3507 FDI_LINK_TRAIN_400MV_0DB_SNB_B,
3508 FDI_LINK_TRAIN_400MV_6DB_SNB_B,
3509 FDI_LINK_TRAIN_600MV_3_5DB_SNB_B,
3510 FDI_LINK_TRAIN_800MV_0DB_SNB_B,
3511};
3512
3513/* The FDI link training functions for SNB/Cougarpoint. */
3514static void gen6_fdi_link_train(struct drm_crtc *crtc)
3515{
3516 struct drm_device *dev = crtc->dev;
3517 struct drm_i915_private *dev_priv = dev->dev_private;
3518 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
3519 int pipe = intel_crtc->pipe;
f0f59a00
VS
3520 i915_reg_t reg;
3521 u32 temp, i, retry;
8db9d77b 3522
e1a44743
AJ
3523 /* Train 1: umask FDI RX Interrupt symbol_lock and bit_lock bit
3524 for train result */
5eddb70b
CW
3525 reg = FDI_RX_IMR(pipe);
3526 temp = I915_READ(reg);
e1a44743
AJ
3527 temp &= ~FDI_RX_SYMBOL_LOCK;
3528 temp &= ~FDI_RX_BIT_LOCK;
5eddb70b
CW
3529 I915_WRITE(reg, temp);
3530
3531 POSTING_READ(reg);
e1a44743
AJ
3532 udelay(150);
3533
8db9d77b 3534 /* enable CPU FDI TX and PCH FDI RX */
5eddb70b
CW
3535 reg = FDI_TX_CTL(pipe);
3536 temp = I915_READ(reg);
627eb5a3 3537 temp &= ~FDI_DP_PORT_WIDTH_MASK;
6e3c9717 3538 temp |= FDI_DP_PORT_WIDTH(intel_crtc->config->fdi_lanes);
8db9d77b
ZW
3539 temp &= ~FDI_LINK_TRAIN_NONE;
3540 temp |= FDI_LINK_TRAIN_PATTERN_1;
3541 temp &= ~FDI_LINK_TRAIN_VOL_EMP_MASK;
3542 /* SNB-B */
3543 temp |= FDI_LINK_TRAIN_400MV_0DB_SNB_B;
5eddb70b 3544 I915_WRITE(reg, temp | FDI_TX_ENABLE);
8db9d77b 3545
d74cf324
DV
3546 I915_WRITE(FDI_RX_MISC(pipe),
3547 FDI_RX_TP1_TO_TP2_48 | FDI_RX_FDI_DELAY_90);
3548
5eddb70b
CW
3549 reg = FDI_RX_CTL(pipe);
3550 temp = I915_READ(reg);
8db9d77b
ZW
3551 if (HAS_PCH_CPT(dev)) {
3552 temp &= ~FDI_LINK_TRAIN_PATTERN_MASK_CPT;
3553 temp |= FDI_LINK_TRAIN_PATTERN_1_CPT;
3554 } else {
3555 temp &= ~FDI_LINK_TRAIN_NONE;
3556 temp |= FDI_LINK_TRAIN_PATTERN_1;
3557 }
5eddb70b
CW
3558 I915_WRITE(reg, temp | FDI_RX_ENABLE);
3559
3560 POSTING_READ(reg);
8db9d77b
ZW
3561 udelay(150);
3562
0206e353 3563 for (i = 0; i < 4; i++) {
5eddb70b
CW
3564 reg = FDI_TX_CTL(pipe);
3565 temp = I915_READ(reg);
8db9d77b
ZW
3566 temp &= ~FDI_LINK_TRAIN_VOL_EMP_MASK;
3567 temp |= snb_b_fdi_train_param[i];
5eddb70b
CW
3568 I915_WRITE(reg, temp);
3569
3570 POSTING_READ(reg);
8db9d77b
ZW
3571 udelay(500);
3572
fa37d39e
SP
3573 for (retry = 0; retry < 5; retry++) {
3574 reg = FDI_RX_IIR(pipe);
3575 temp = I915_READ(reg);
3576 DRM_DEBUG_KMS("FDI_RX_IIR 0x%x\n", temp);
3577 if (temp & FDI_RX_BIT_LOCK) {
3578 I915_WRITE(reg, temp | FDI_RX_BIT_LOCK);
3579 DRM_DEBUG_KMS("FDI train 1 done.\n");
3580 break;
3581 }
3582 udelay(50);
8db9d77b 3583 }
fa37d39e
SP
3584 if (retry < 5)
3585 break;
8db9d77b
ZW
3586 }
3587 if (i == 4)
5eddb70b 3588 DRM_ERROR("FDI train 1 fail!\n");
8db9d77b
ZW
3589
3590 /* Train 2 */
5eddb70b
CW
3591 reg = FDI_TX_CTL(pipe);
3592 temp = I915_READ(reg);
8db9d77b
ZW
3593 temp &= ~FDI_LINK_TRAIN_NONE;
3594 temp |= FDI_LINK_TRAIN_PATTERN_2;
3595 if (IS_GEN6(dev)) {
3596 temp &= ~FDI_LINK_TRAIN_VOL_EMP_MASK;
3597 /* SNB-B */
3598 temp |= FDI_LINK_TRAIN_400MV_0DB_SNB_B;
3599 }
5eddb70b 3600 I915_WRITE(reg, temp);
8db9d77b 3601
5eddb70b
CW
3602 reg = FDI_RX_CTL(pipe);
3603 temp = I915_READ(reg);
8db9d77b
ZW
3604 if (HAS_PCH_CPT(dev)) {
3605 temp &= ~FDI_LINK_TRAIN_PATTERN_MASK_CPT;
3606 temp |= FDI_LINK_TRAIN_PATTERN_2_CPT;
3607 } else {
3608 temp &= ~FDI_LINK_TRAIN_NONE;
3609 temp |= FDI_LINK_TRAIN_PATTERN_2;
3610 }
5eddb70b
CW
3611 I915_WRITE(reg, temp);
3612
3613 POSTING_READ(reg);
8db9d77b
ZW
3614 udelay(150);
3615
0206e353 3616 for (i = 0; i < 4; i++) {
5eddb70b
CW
3617 reg = FDI_TX_CTL(pipe);
3618 temp = I915_READ(reg);
8db9d77b
ZW
3619 temp &= ~FDI_LINK_TRAIN_VOL_EMP_MASK;
3620 temp |= snb_b_fdi_train_param[i];
5eddb70b
CW
3621 I915_WRITE(reg, temp);
3622
3623 POSTING_READ(reg);
8db9d77b
ZW
3624 udelay(500);
3625
fa37d39e
SP
3626 for (retry = 0; retry < 5; retry++) {
3627 reg = FDI_RX_IIR(pipe);
3628 temp = I915_READ(reg);
3629 DRM_DEBUG_KMS("FDI_RX_IIR 0x%x\n", temp);
3630 if (temp & FDI_RX_SYMBOL_LOCK) {
3631 I915_WRITE(reg, temp | FDI_RX_SYMBOL_LOCK);
3632 DRM_DEBUG_KMS("FDI train 2 done.\n");
3633 break;
3634 }
3635 udelay(50);
8db9d77b 3636 }
fa37d39e
SP
3637 if (retry < 5)
3638 break;
8db9d77b
ZW
3639 }
3640 if (i == 4)
5eddb70b 3641 DRM_ERROR("FDI train 2 fail!\n");
8db9d77b
ZW
3642
3643 DRM_DEBUG_KMS("FDI train done.\n");
3644}
3645
357555c0
JB
3646/* Manual link training for Ivy Bridge A0 parts */
3647static void ivb_manual_fdi_link_train(struct drm_crtc *crtc)
3648{
3649 struct drm_device *dev = crtc->dev;
3650 struct drm_i915_private *dev_priv = dev->dev_private;
3651 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
3652 int pipe = intel_crtc->pipe;
f0f59a00
VS
3653 i915_reg_t reg;
3654 u32 temp, i, j;
357555c0
JB
3655
3656 /* Train 1: umask FDI RX Interrupt symbol_lock and bit_lock bit
3657 for train result */
3658 reg = FDI_RX_IMR(pipe);
3659 temp = I915_READ(reg);
3660 temp &= ~FDI_RX_SYMBOL_LOCK;
3661 temp &= ~FDI_RX_BIT_LOCK;
3662 I915_WRITE(reg, temp);
3663
3664 POSTING_READ(reg);
3665 udelay(150);
3666
01a415fd
DV
3667 DRM_DEBUG_KMS("FDI_RX_IIR before link train 0x%x\n",
3668 I915_READ(FDI_RX_IIR(pipe)));
3669
139ccd3f
JB
3670 /* Try each vswing and preemphasis setting twice before moving on */
3671 for (j = 0; j < ARRAY_SIZE(snb_b_fdi_train_param) * 2; j++) {
3672 /* disable first in case we need to retry */
3673 reg = FDI_TX_CTL(pipe);
3674 temp = I915_READ(reg);
3675 temp &= ~(FDI_LINK_TRAIN_AUTO | FDI_LINK_TRAIN_NONE_IVB);
3676 temp &= ~FDI_TX_ENABLE;
3677 I915_WRITE(reg, temp);
357555c0 3678
139ccd3f
JB
3679 reg = FDI_RX_CTL(pipe);
3680 temp = I915_READ(reg);
3681 temp &= ~FDI_LINK_TRAIN_AUTO;
3682 temp &= ~FDI_LINK_TRAIN_PATTERN_MASK_CPT;
3683 temp &= ~FDI_RX_ENABLE;
3684 I915_WRITE(reg, temp);
357555c0 3685
139ccd3f 3686 /* enable CPU FDI TX and PCH FDI RX */
357555c0
JB
3687 reg = FDI_TX_CTL(pipe);
3688 temp = I915_READ(reg);
139ccd3f 3689 temp &= ~FDI_DP_PORT_WIDTH_MASK;
6e3c9717 3690 temp |= FDI_DP_PORT_WIDTH(intel_crtc->config->fdi_lanes);
139ccd3f 3691 temp |= FDI_LINK_TRAIN_PATTERN_1_IVB;
357555c0 3692 temp &= ~FDI_LINK_TRAIN_VOL_EMP_MASK;
139ccd3f
JB
3693 temp |= snb_b_fdi_train_param[j/2];
3694 temp |= FDI_COMPOSITE_SYNC;
3695 I915_WRITE(reg, temp | FDI_TX_ENABLE);
357555c0 3696
139ccd3f
JB
3697 I915_WRITE(FDI_RX_MISC(pipe),
3698 FDI_RX_TP1_TO_TP2_48 | FDI_RX_FDI_DELAY_90);
357555c0 3699
139ccd3f 3700 reg = FDI_RX_CTL(pipe);
357555c0 3701 temp = I915_READ(reg);
139ccd3f
JB
3702 temp |= FDI_LINK_TRAIN_PATTERN_1_CPT;
3703 temp |= FDI_COMPOSITE_SYNC;
3704 I915_WRITE(reg, temp | FDI_RX_ENABLE);
357555c0 3705
139ccd3f
JB
3706 POSTING_READ(reg);
3707 udelay(1); /* should be 0.5us */
357555c0 3708
139ccd3f
JB
3709 for (i = 0; i < 4; i++) {
3710 reg = FDI_RX_IIR(pipe);
3711 temp = I915_READ(reg);
3712 DRM_DEBUG_KMS("FDI_RX_IIR 0x%x\n", temp);
357555c0 3713
139ccd3f
JB
3714 if (temp & FDI_RX_BIT_LOCK ||
3715 (I915_READ(reg) & FDI_RX_BIT_LOCK)) {
3716 I915_WRITE(reg, temp | FDI_RX_BIT_LOCK);
3717 DRM_DEBUG_KMS("FDI train 1 done, level %i.\n",
3718 i);
3719 break;
3720 }
3721 udelay(1); /* should be 0.5us */
3722 }
3723 if (i == 4) {
3724 DRM_DEBUG_KMS("FDI train 1 fail on vswing %d\n", j / 2);
3725 continue;
3726 }
357555c0 3727
139ccd3f 3728 /* Train 2 */
357555c0
JB
3729 reg = FDI_TX_CTL(pipe);
3730 temp = I915_READ(reg);
139ccd3f
JB
3731 temp &= ~FDI_LINK_TRAIN_NONE_IVB;
3732 temp |= FDI_LINK_TRAIN_PATTERN_2_IVB;
3733 I915_WRITE(reg, temp);
3734
3735 reg = FDI_RX_CTL(pipe);
3736 temp = I915_READ(reg);
3737 temp &= ~FDI_LINK_TRAIN_PATTERN_MASK_CPT;
3738 temp |= FDI_LINK_TRAIN_PATTERN_2_CPT;
357555c0
JB
3739 I915_WRITE(reg, temp);
3740
3741 POSTING_READ(reg);
139ccd3f 3742 udelay(2); /* should be 1.5us */
357555c0 3743
139ccd3f
JB
3744 for (i = 0; i < 4; i++) {
3745 reg = FDI_RX_IIR(pipe);
3746 temp = I915_READ(reg);
3747 DRM_DEBUG_KMS("FDI_RX_IIR 0x%x\n", temp);
357555c0 3748
139ccd3f
JB
3749 if (temp & FDI_RX_SYMBOL_LOCK ||
3750 (I915_READ(reg) & FDI_RX_SYMBOL_LOCK)) {
3751 I915_WRITE(reg, temp | FDI_RX_SYMBOL_LOCK);
3752 DRM_DEBUG_KMS("FDI train 2 done, level %i.\n",
3753 i);
3754 goto train_done;
3755 }
3756 udelay(2); /* should be 1.5us */
357555c0 3757 }
139ccd3f
JB
3758 if (i == 4)
3759 DRM_DEBUG_KMS("FDI train 2 fail on vswing %d\n", j / 2);
357555c0 3760 }
357555c0 3761
139ccd3f 3762train_done:
357555c0
JB
3763 DRM_DEBUG_KMS("FDI train done.\n");
3764}
3765
88cefb6c 3766static void ironlake_fdi_pll_enable(struct intel_crtc *intel_crtc)
2c07245f 3767{
88cefb6c 3768 struct drm_device *dev = intel_crtc->base.dev;
2c07245f 3769 struct drm_i915_private *dev_priv = dev->dev_private;
2c07245f 3770 int pipe = intel_crtc->pipe;
f0f59a00
VS
3771 i915_reg_t reg;
3772 u32 temp;
c64e311e 3773
c98e9dcf 3774 /* enable PCH FDI RX PLL, wait warmup plus DMI latency */
5eddb70b
CW
3775 reg = FDI_RX_CTL(pipe);
3776 temp = I915_READ(reg);
627eb5a3 3777 temp &= ~(FDI_DP_PORT_WIDTH_MASK | (0x7 << 16));
6e3c9717 3778 temp |= FDI_DP_PORT_WIDTH(intel_crtc->config->fdi_lanes);
dfd07d72 3779 temp |= (I915_READ(PIPECONF(pipe)) & PIPECONF_BPC_MASK) << 11;
5eddb70b
CW
3780 I915_WRITE(reg, temp | FDI_RX_PLL_ENABLE);
3781
3782 POSTING_READ(reg);
c98e9dcf
JB
3783 udelay(200);
3784
3785 /* Switch from Rawclk to PCDclk */
5eddb70b
CW
3786 temp = I915_READ(reg);
3787 I915_WRITE(reg, temp | FDI_PCDCLK);
3788
3789 POSTING_READ(reg);
c98e9dcf
JB
3790 udelay(200);
3791
20749730
PZ
3792 /* Enable CPU FDI TX PLL, always on for Ironlake */
3793 reg = FDI_TX_CTL(pipe);
3794 temp = I915_READ(reg);
3795 if ((temp & FDI_TX_PLL_ENABLE) == 0) {
3796 I915_WRITE(reg, temp | FDI_TX_PLL_ENABLE);
5eddb70b 3797
20749730
PZ
3798 POSTING_READ(reg);
3799 udelay(100);
6be4a607 3800 }
0e23b99d
JB
3801}
3802
88cefb6c
DV
3803static void ironlake_fdi_pll_disable(struct intel_crtc *intel_crtc)
3804{
3805 struct drm_device *dev = intel_crtc->base.dev;
3806 struct drm_i915_private *dev_priv = dev->dev_private;
3807 int pipe = intel_crtc->pipe;
f0f59a00
VS
3808 i915_reg_t reg;
3809 u32 temp;
88cefb6c
DV
3810
3811 /* Switch from PCDclk to Rawclk */
3812 reg = FDI_RX_CTL(pipe);
3813 temp = I915_READ(reg);
3814 I915_WRITE(reg, temp & ~FDI_PCDCLK);
3815
3816 /* Disable CPU FDI TX PLL */
3817 reg = FDI_TX_CTL(pipe);
3818 temp = I915_READ(reg);
3819 I915_WRITE(reg, temp & ~FDI_TX_PLL_ENABLE);
3820
3821 POSTING_READ(reg);
3822 udelay(100);
3823
3824 reg = FDI_RX_CTL(pipe);
3825 temp = I915_READ(reg);
3826 I915_WRITE(reg, temp & ~FDI_RX_PLL_ENABLE);
3827
3828 /* Wait for the clocks to turn off. */
3829 POSTING_READ(reg);
3830 udelay(100);
3831}
3832
0fc932b8
JB
3833static void ironlake_fdi_disable(struct drm_crtc *crtc)
3834{
3835 struct drm_device *dev = crtc->dev;
3836 struct drm_i915_private *dev_priv = dev->dev_private;
3837 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
3838 int pipe = intel_crtc->pipe;
f0f59a00
VS
3839 i915_reg_t reg;
3840 u32 temp;
0fc932b8
JB
3841
3842 /* disable CPU FDI tx and PCH FDI rx */
3843 reg = FDI_TX_CTL(pipe);
3844 temp = I915_READ(reg);
3845 I915_WRITE(reg, temp & ~FDI_TX_ENABLE);
3846 POSTING_READ(reg);
3847
3848 reg = FDI_RX_CTL(pipe);
3849 temp = I915_READ(reg);
3850 temp &= ~(0x7 << 16);
dfd07d72 3851 temp |= (I915_READ(PIPECONF(pipe)) & PIPECONF_BPC_MASK) << 11;
0fc932b8
JB
3852 I915_WRITE(reg, temp & ~FDI_RX_ENABLE);
3853
3854 POSTING_READ(reg);
3855 udelay(100);
3856
3857 /* Ironlake workaround, disable clock pointer after downing FDI */
eba905b2 3858 if (HAS_PCH_IBX(dev))
6f06ce18 3859 I915_WRITE(FDI_RX_CHICKEN(pipe), FDI_RX_PHASE_SYNC_POINTER_OVR);
0fc932b8
JB
3860
3861 /* still set train pattern 1 */
3862 reg = FDI_TX_CTL(pipe);
3863 temp = I915_READ(reg);
3864 temp &= ~FDI_LINK_TRAIN_NONE;
3865 temp |= FDI_LINK_TRAIN_PATTERN_1;
3866 I915_WRITE(reg, temp);
3867
3868 reg = FDI_RX_CTL(pipe);
3869 temp = I915_READ(reg);
3870 if (HAS_PCH_CPT(dev)) {
3871 temp &= ~FDI_LINK_TRAIN_PATTERN_MASK_CPT;
3872 temp |= FDI_LINK_TRAIN_PATTERN_1_CPT;
3873 } else {
3874 temp &= ~FDI_LINK_TRAIN_NONE;
3875 temp |= FDI_LINK_TRAIN_PATTERN_1;
3876 }
3877 /* BPC in FDI rx is consistent with that in PIPECONF */
3878 temp &= ~(0x07 << 16);
dfd07d72 3879 temp |= (I915_READ(PIPECONF(pipe)) & PIPECONF_BPC_MASK) << 11;
0fc932b8
JB
3880 I915_WRITE(reg, temp);
3881
3882 POSTING_READ(reg);
3883 udelay(100);
3884}
3885
5dce5b93
CW
3886bool intel_has_pending_fb_unpin(struct drm_device *dev)
3887{
3888 struct intel_crtc *crtc;
3889
3890 /* Note that we don't need to be called with mode_config.lock here
3891 * as our list of CRTC objects is static for the lifetime of the
3892 * device and so cannot disappear as we iterate. Similarly, we can
3893 * happily treat the predicates as racy, atomic checks as userspace
3894 * cannot claim and pin a new fb without at least acquring the
3895 * struct_mutex and so serialising with us.
3896 */
d3fcc808 3897 for_each_intel_crtc(dev, crtc) {
5dce5b93
CW
3898 if (atomic_read(&crtc->unpin_work_count) == 0)
3899 continue;
3900
3901 if (crtc->unpin_work)
3902 intel_wait_for_vblank(dev, crtc->pipe);
3903
3904 return true;
3905 }
3906
3907 return false;
3908}
3909
d6bbafa1
CW
3910static void page_flip_completed(struct intel_crtc *intel_crtc)
3911{
3912 struct drm_i915_private *dev_priv = to_i915(intel_crtc->base.dev);
3913 struct intel_unpin_work *work = intel_crtc->unpin_work;
3914
3915 /* ensure that the unpin work is consistent wrt ->pending. */
3916 smp_rmb();
3917 intel_crtc->unpin_work = NULL;
3918
3919 if (work->event)
3920 drm_send_vblank_event(intel_crtc->base.dev,
3921 intel_crtc->pipe,
3922 work->event);
3923
3924 drm_crtc_vblank_put(&intel_crtc->base);
3925
3926 wake_up_all(&dev_priv->pending_flip_queue);
3927 queue_work(dev_priv->wq, &work->work);
3928
3929 trace_i915_flip_complete(intel_crtc->plane,
3930 work->pending_flip_obj);
3931}
3932
5008e874 3933static int intel_crtc_wait_for_pending_flips(struct drm_crtc *crtc)
e6c3a2a6 3934{
0f91128d 3935 struct drm_device *dev = crtc->dev;
5bb61643 3936 struct drm_i915_private *dev_priv = dev->dev_private;
5008e874 3937 long ret;
e6c3a2a6 3938
2c10d571 3939 WARN_ON(waitqueue_active(&dev_priv->pending_flip_queue));
5008e874
ML
3940
3941 ret = wait_event_interruptible_timeout(
3942 dev_priv->pending_flip_queue,
3943 !intel_crtc_has_pending_flip(crtc),
3944 60*HZ);
3945
3946 if (ret < 0)
3947 return ret;
3948
3949 if (ret == 0) {
9c787942 3950 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
2c10d571 3951
5e2d7afc 3952 spin_lock_irq(&dev->event_lock);
9c787942
CW
3953 if (intel_crtc->unpin_work) {
3954 WARN_ONCE(1, "Removing stuck page flip\n");
3955 page_flip_completed(intel_crtc);
3956 }
5e2d7afc 3957 spin_unlock_irq(&dev->event_lock);
9c787942 3958 }
5bb61643 3959
5008e874 3960 return 0;
e6c3a2a6
CW
3961}
3962
060f02d8
VS
3963static void lpt_disable_iclkip(struct drm_i915_private *dev_priv)
3964{
3965 u32 temp;
3966
3967 I915_WRITE(PIXCLK_GATE, PIXCLK_GATE_GATE);
3968
3969 mutex_lock(&dev_priv->sb_lock);
3970
3971 temp = intel_sbi_read(dev_priv, SBI_SSCCTL6, SBI_ICLK);
3972 temp |= SBI_SSCCTL_DISABLE;
3973 intel_sbi_write(dev_priv, SBI_SSCCTL6, temp, SBI_ICLK);
3974
3975 mutex_unlock(&dev_priv->sb_lock);
3976}
3977
e615efe4
ED
3978/* Program iCLKIP clock to the desired frequency */
3979static void lpt_program_iclkip(struct drm_crtc *crtc)
3980{
3981 struct drm_device *dev = crtc->dev;
3982 struct drm_i915_private *dev_priv = dev->dev_private;
6e3c9717 3983 int clock = to_intel_crtc(crtc)->config->base.adjusted_mode.crtc_clock;
e615efe4
ED
3984 u32 divsel, phaseinc, auxdiv, phasedir = 0;
3985 u32 temp;
3986
060f02d8 3987 lpt_disable_iclkip(dev_priv);
e615efe4
ED
3988
3989 /* 20MHz is a corner case which is out of range for the 7-bit divisor */
12d7ceed 3990 if (clock == 20000) {
e615efe4
ED
3991 auxdiv = 1;
3992 divsel = 0x41;
3993 phaseinc = 0x20;
3994 } else {
3995 /* The iCLK virtual clock root frequency is in MHz,
241bfc38
DL
3996 * but the adjusted_mode->crtc_clock in in KHz. To get the
3997 * divisors, it is necessary to divide one by another, so we
e615efe4
ED
3998 * convert the virtual clock precision to KHz here for higher
3999 * precision.
4000 */
4001 u32 iclk_virtual_root_freq = 172800 * 1000;
4002 u32 iclk_pi_range = 64;
4003 u32 desired_divisor, msb_divisor_value, pi_value;
4004
a2572f5c 4005 desired_divisor = DIV_ROUND_CLOSEST(iclk_virtual_root_freq, clock);
e615efe4
ED
4006 msb_divisor_value = desired_divisor / iclk_pi_range;
4007 pi_value = desired_divisor % iclk_pi_range;
4008
4009 auxdiv = 0;
4010 divsel = msb_divisor_value - 2;
4011 phaseinc = pi_value;
4012 }
4013
4014 /* This should not happen with any sane values */
4015 WARN_ON(SBI_SSCDIVINTPHASE_DIVSEL(divsel) &
4016 ~SBI_SSCDIVINTPHASE_DIVSEL_MASK);
4017 WARN_ON(SBI_SSCDIVINTPHASE_DIR(phasedir) &
4018 ~SBI_SSCDIVINTPHASE_INCVAL_MASK);
4019
4020 DRM_DEBUG_KMS("iCLKIP clock: found settings for %dKHz refresh rate: auxdiv=%x, divsel=%x, phasedir=%x, phaseinc=%x\n",
12d7ceed 4021 clock,
e615efe4
ED
4022 auxdiv,
4023 divsel,
4024 phasedir,
4025 phaseinc);
4026
060f02d8
VS
4027 mutex_lock(&dev_priv->sb_lock);
4028
e615efe4 4029 /* Program SSCDIVINTPHASE6 */
988d6ee8 4030 temp = intel_sbi_read(dev_priv, SBI_SSCDIVINTPHASE6, SBI_ICLK);
e615efe4
ED
4031 temp &= ~SBI_SSCDIVINTPHASE_DIVSEL_MASK;
4032 temp |= SBI_SSCDIVINTPHASE_DIVSEL(divsel);
4033 temp &= ~SBI_SSCDIVINTPHASE_INCVAL_MASK;
4034 temp |= SBI_SSCDIVINTPHASE_INCVAL(phaseinc);
4035 temp |= SBI_SSCDIVINTPHASE_DIR(phasedir);
4036 temp |= SBI_SSCDIVINTPHASE_PROPAGATE;
988d6ee8 4037 intel_sbi_write(dev_priv, SBI_SSCDIVINTPHASE6, temp, SBI_ICLK);
e615efe4
ED
4038
4039 /* Program SSCAUXDIV */
988d6ee8 4040 temp = intel_sbi_read(dev_priv, SBI_SSCAUXDIV6, SBI_ICLK);
e615efe4
ED
4041 temp &= ~SBI_SSCAUXDIV_FINALDIV2SEL(1);
4042 temp |= SBI_SSCAUXDIV_FINALDIV2SEL(auxdiv);
988d6ee8 4043 intel_sbi_write(dev_priv, SBI_SSCAUXDIV6, temp, SBI_ICLK);
e615efe4
ED
4044
4045 /* Enable modulator and associated divider */
988d6ee8 4046 temp = intel_sbi_read(dev_priv, SBI_SSCCTL6, SBI_ICLK);
e615efe4 4047 temp &= ~SBI_SSCCTL_DISABLE;
988d6ee8 4048 intel_sbi_write(dev_priv, SBI_SSCCTL6, temp, SBI_ICLK);
e615efe4 4049
060f02d8
VS
4050 mutex_unlock(&dev_priv->sb_lock);
4051
e615efe4
ED
4052 /* Wait for initialization time */
4053 udelay(24);
4054
4055 I915_WRITE(PIXCLK_GATE, PIXCLK_GATE_UNGATE);
4056}
4057
275f01b2
DV
4058static void ironlake_pch_transcoder_set_timings(struct intel_crtc *crtc,
4059 enum pipe pch_transcoder)
4060{
4061 struct drm_device *dev = crtc->base.dev;
4062 struct drm_i915_private *dev_priv = dev->dev_private;
6e3c9717 4063 enum transcoder cpu_transcoder = crtc->config->cpu_transcoder;
275f01b2
DV
4064
4065 I915_WRITE(PCH_TRANS_HTOTAL(pch_transcoder),
4066 I915_READ(HTOTAL(cpu_transcoder)));
4067 I915_WRITE(PCH_TRANS_HBLANK(pch_transcoder),
4068 I915_READ(HBLANK(cpu_transcoder)));
4069 I915_WRITE(PCH_TRANS_HSYNC(pch_transcoder),
4070 I915_READ(HSYNC(cpu_transcoder)));
4071
4072 I915_WRITE(PCH_TRANS_VTOTAL(pch_transcoder),
4073 I915_READ(VTOTAL(cpu_transcoder)));
4074 I915_WRITE(PCH_TRANS_VBLANK(pch_transcoder),
4075 I915_READ(VBLANK(cpu_transcoder)));
4076 I915_WRITE(PCH_TRANS_VSYNC(pch_transcoder),
4077 I915_READ(VSYNC(cpu_transcoder)));
4078 I915_WRITE(PCH_TRANS_VSYNCSHIFT(pch_transcoder),
4079 I915_READ(VSYNCSHIFT(cpu_transcoder)));
4080}
4081
003632d9 4082static void cpt_set_fdi_bc_bifurcation(struct drm_device *dev, bool enable)
1fbc0d78
DV
4083{
4084 struct drm_i915_private *dev_priv = dev->dev_private;
4085 uint32_t temp;
4086
4087 temp = I915_READ(SOUTH_CHICKEN1);
003632d9 4088 if (!!(temp & FDI_BC_BIFURCATION_SELECT) == enable)
1fbc0d78
DV
4089 return;
4090
4091 WARN_ON(I915_READ(FDI_RX_CTL(PIPE_B)) & FDI_RX_ENABLE);
4092 WARN_ON(I915_READ(FDI_RX_CTL(PIPE_C)) & FDI_RX_ENABLE);
4093
003632d9
ACO
4094 temp &= ~FDI_BC_BIFURCATION_SELECT;
4095 if (enable)
4096 temp |= FDI_BC_BIFURCATION_SELECT;
4097
4098 DRM_DEBUG_KMS("%sabling fdi C rx\n", enable ? "en" : "dis");
1fbc0d78
DV
4099 I915_WRITE(SOUTH_CHICKEN1, temp);
4100 POSTING_READ(SOUTH_CHICKEN1);
4101}
4102
4103static void ivybridge_update_fdi_bc_bifurcation(struct intel_crtc *intel_crtc)
4104{
4105 struct drm_device *dev = intel_crtc->base.dev;
1fbc0d78
DV
4106
4107 switch (intel_crtc->pipe) {
4108 case PIPE_A:
4109 break;
4110 case PIPE_B:
6e3c9717 4111 if (intel_crtc->config->fdi_lanes > 2)
003632d9 4112 cpt_set_fdi_bc_bifurcation(dev, false);
1fbc0d78 4113 else
003632d9 4114 cpt_set_fdi_bc_bifurcation(dev, true);
1fbc0d78
DV
4115
4116 break;
4117 case PIPE_C:
003632d9 4118 cpt_set_fdi_bc_bifurcation(dev, true);
1fbc0d78
DV
4119
4120 break;
4121 default:
4122 BUG();
4123 }
4124}
4125
c48b5305
VS
4126/* Return which DP Port should be selected for Transcoder DP control */
4127static enum port
4128intel_trans_dp_port_sel(struct drm_crtc *crtc)
4129{
4130 struct drm_device *dev = crtc->dev;
4131 struct intel_encoder *encoder;
4132
4133 for_each_encoder_on_crtc(dev, crtc, encoder) {
4134 if (encoder->type == INTEL_OUTPUT_DISPLAYPORT ||
4135 encoder->type == INTEL_OUTPUT_EDP)
4136 return enc_to_dig_port(&encoder->base)->port;
4137 }
4138
4139 return -1;
4140}
4141
f67a559d
JB
4142/*
4143 * Enable PCH resources required for PCH ports:
4144 * - PCH PLLs
4145 * - FDI training & RX/TX
4146 * - update transcoder timings
4147 * - DP transcoding bits
4148 * - transcoder
4149 */
4150static void ironlake_pch_enable(struct drm_crtc *crtc)
0e23b99d
JB
4151{
4152 struct drm_device *dev = crtc->dev;
4153 struct drm_i915_private *dev_priv = dev->dev_private;
4154 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
4155 int pipe = intel_crtc->pipe;
f0f59a00 4156 u32 temp;
2c07245f 4157
ab9412ba 4158 assert_pch_transcoder_disabled(dev_priv, pipe);
e7e164db 4159
1fbc0d78
DV
4160 if (IS_IVYBRIDGE(dev))
4161 ivybridge_update_fdi_bc_bifurcation(intel_crtc);
4162
cd986abb
DV
4163 /* Write the TU size bits before fdi link training, so that error
4164 * detection works. */
4165 I915_WRITE(FDI_RX_TUSIZE1(pipe),
4166 I915_READ(PIPE_DATA_M1(pipe)) & TU_SIZE_MASK);
4167
3860b2ec
VS
4168 /*
4169 * Sometimes spurious CPU pipe underruns happen during FDI
4170 * training, at least with VGA+HDMI cloning. Suppress them.
4171 */
4172 intel_set_cpu_fifo_underrun_reporting(dev_priv, pipe, false);
4173
c98e9dcf 4174 /* For PCH output, training FDI link */
674cf967 4175 dev_priv->display.fdi_link_train(crtc);
2c07245f 4176
3ad8a208
DV
4177 /* We need to program the right clock selection before writing the pixel
4178 * mutliplier into the DPLL. */
303b81e0 4179 if (HAS_PCH_CPT(dev)) {
ee7b9f93 4180 u32 sel;
4b645f14 4181
c98e9dcf 4182 temp = I915_READ(PCH_DPLL_SEL);
11887397
DV
4183 temp |= TRANS_DPLL_ENABLE(pipe);
4184 sel = TRANS_DPLLB_SEL(pipe);
6e3c9717 4185 if (intel_crtc->config->shared_dpll == DPLL_ID_PCH_PLL_B)
ee7b9f93
JB
4186 temp |= sel;
4187 else
4188 temp &= ~sel;
c98e9dcf 4189 I915_WRITE(PCH_DPLL_SEL, temp);
c98e9dcf 4190 }
5eddb70b 4191
3ad8a208
DV
4192 /* XXX: pch pll's can be enabled any time before we enable the PCH
4193 * transcoder, and we actually should do this to not upset any PCH
4194 * transcoder that already use the clock when we share it.
4195 *
4196 * Note that enable_shared_dpll tries to do the right thing, but
4197 * get_shared_dpll unconditionally resets the pll - we need that to have
4198 * the right LVDS enable sequence. */
85b3894f 4199 intel_enable_shared_dpll(intel_crtc);
3ad8a208 4200
d9b6cb56
JB
4201 /* set transcoder timing, panel must allow it */
4202 assert_panel_unlocked(dev_priv, pipe);
275f01b2 4203 ironlake_pch_transcoder_set_timings(intel_crtc, pipe);
8db9d77b 4204
303b81e0 4205 intel_fdi_normal_train(crtc);
5e84e1a4 4206
3860b2ec
VS
4207 intel_set_cpu_fifo_underrun_reporting(dev_priv, pipe, true);
4208
c98e9dcf 4209 /* For PCH DP, enable TRANS_DP_CTL */
6e3c9717 4210 if (HAS_PCH_CPT(dev) && intel_crtc->config->has_dp_encoder) {
9c4edaee
VS
4211 const struct drm_display_mode *adjusted_mode =
4212 &intel_crtc->config->base.adjusted_mode;
dfd07d72 4213 u32 bpc = (I915_READ(PIPECONF(pipe)) & PIPECONF_BPC_MASK) >> 5;
f0f59a00 4214 i915_reg_t reg = TRANS_DP_CTL(pipe);
5eddb70b
CW
4215 temp = I915_READ(reg);
4216 temp &= ~(TRANS_DP_PORT_SEL_MASK |
220cad3c
EA
4217 TRANS_DP_SYNC_MASK |
4218 TRANS_DP_BPC_MASK);
e3ef4479 4219 temp |= TRANS_DP_OUTPUT_ENABLE;
9325c9f0 4220 temp |= bpc << 9; /* same format but at 11:9 */
c98e9dcf 4221
9c4edaee 4222 if (adjusted_mode->flags & DRM_MODE_FLAG_PHSYNC)
5eddb70b 4223 temp |= TRANS_DP_HSYNC_ACTIVE_HIGH;
9c4edaee 4224 if (adjusted_mode->flags & DRM_MODE_FLAG_PVSYNC)
5eddb70b 4225 temp |= TRANS_DP_VSYNC_ACTIVE_HIGH;
c98e9dcf
JB
4226
4227 switch (intel_trans_dp_port_sel(crtc)) {
c48b5305 4228 case PORT_B:
5eddb70b 4229 temp |= TRANS_DP_PORT_SEL_B;
c98e9dcf 4230 break;
c48b5305 4231 case PORT_C:
5eddb70b 4232 temp |= TRANS_DP_PORT_SEL_C;
c98e9dcf 4233 break;
c48b5305 4234 case PORT_D:
5eddb70b 4235 temp |= TRANS_DP_PORT_SEL_D;
c98e9dcf
JB
4236 break;
4237 default:
e95d41e1 4238 BUG();
32f9d658 4239 }
2c07245f 4240
5eddb70b 4241 I915_WRITE(reg, temp);
6be4a607 4242 }
b52eb4dc 4243
b8a4f404 4244 ironlake_enable_pch_transcoder(dev_priv, pipe);
f67a559d
JB
4245}
4246
1507e5bd
PZ
4247static void lpt_pch_enable(struct drm_crtc *crtc)
4248{
4249 struct drm_device *dev = crtc->dev;
4250 struct drm_i915_private *dev_priv = dev->dev_private;
4251 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
6e3c9717 4252 enum transcoder cpu_transcoder = intel_crtc->config->cpu_transcoder;
1507e5bd 4253
ab9412ba 4254 assert_pch_transcoder_disabled(dev_priv, TRANSCODER_A);
1507e5bd 4255
8c52b5e8 4256 lpt_program_iclkip(crtc);
1507e5bd 4257
0540e488 4258 /* Set transcoder timing. */
275f01b2 4259 ironlake_pch_transcoder_set_timings(intel_crtc, PIPE_A);
1507e5bd 4260
937bb610 4261 lpt_enable_pch_transcoder(dev_priv, cpu_transcoder);
f67a559d
JB
4262}
4263
190f68c5
ACO
4264struct intel_shared_dpll *intel_get_shared_dpll(struct intel_crtc *crtc,
4265 struct intel_crtc_state *crtc_state)
ee7b9f93 4266{
e2b78267 4267 struct drm_i915_private *dev_priv = crtc->base.dev->dev_private;
8bd31e67 4268 struct intel_shared_dpll *pll;
de419ab6 4269 struct intel_shared_dpll_config *shared_dpll;
e2b78267 4270 enum intel_dpll_id i;
00490c22 4271 int max = dev_priv->num_shared_dpll;
ee7b9f93 4272
de419ab6
ML
4273 shared_dpll = intel_atomic_get_shared_dpll_state(crtc_state->base.state);
4274
98b6bd99
DV
4275 if (HAS_PCH_IBX(dev_priv->dev)) {
4276 /* Ironlake PCH has a fixed PLL->PCH pipe mapping. */
d94ab068 4277 i = (enum intel_dpll_id) crtc->pipe;
e72f9fbf 4278 pll = &dev_priv->shared_dplls[i];
98b6bd99 4279
46edb027
DV
4280 DRM_DEBUG_KMS("CRTC:%d using pre-allocated %s\n",
4281 crtc->base.base.id, pll->name);
98b6bd99 4282
de419ab6 4283 WARN_ON(shared_dpll[i].crtc_mask);
f2a69f44 4284
98b6bd99
DV
4285 goto found;
4286 }
4287
bcddf610
S
4288 if (IS_BROXTON(dev_priv->dev)) {
4289 /* PLL is attached to port in bxt */
4290 struct intel_encoder *encoder;
4291 struct intel_digital_port *intel_dig_port;
4292
4293 encoder = intel_ddi_get_crtc_new_encoder(crtc_state);
4294 if (WARN_ON(!encoder))
4295 return NULL;
4296
4297 intel_dig_port = enc_to_dig_port(&encoder->base);
4298 /* 1:1 mapping between ports and PLLs */
4299 i = (enum intel_dpll_id)intel_dig_port->port;
4300 pll = &dev_priv->shared_dplls[i];
4301 DRM_DEBUG_KMS("CRTC:%d using pre-allocated %s\n",
4302 crtc->base.base.id, pll->name);
de419ab6 4303 WARN_ON(shared_dpll[i].crtc_mask);
bcddf610
S
4304
4305 goto found;
00490c22
ML
4306 } else if (INTEL_INFO(dev_priv)->gen < 9 && HAS_DDI(dev_priv))
4307 /* Do not consider SPLL */
4308 max = 2;
bcddf610 4309
00490c22 4310 for (i = 0; i < max; i++) {
e72f9fbf 4311 pll = &dev_priv->shared_dplls[i];
ee7b9f93
JB
4312
4313 /* Only want to check enabled timings first */
de419ab6 4314 if (shared_dpll[i].crtc_mask == 0)
ee7b9f93
JB
4315 continue;
4316
190f68c5 4317 if (memcmp(&crtc_state->dpll_hw_state,
de419ab6
ML
4318 &shared_dpll[i].hw_state,
4319 sizeof(crtc_state->dpll_hw_state)) == 0) {
8bd31e67 4320 DRM_DEBUG_KMS("CRTC:%d sharing existing %s (crtc mask 0x%08x, ative %d)\n",
1e6f2ddc 4321 crtc->base.base.id, pll->name,
de419ab6 4322 shared_dpll[i].crtc_mask,
8bd31e67 4323 pll->active);
ee7b9f93
JB
4324 goto found;
4325 }
4326 }
4327
4328 /* Ok no matching timings, maybe there's a free one? */
e72f9fbf
DV
4329 for (i = 0; i < dev_priv->num_shared_dpll; i++) {
4330 pll = &dev_priv->shared_dplls[i];
de419ab6 4331 if (shared_dpll[i].crtc_mask == 0) {
46edb027
DV
4332 DRM_DEBUG_KMS("CRTC:%d allocated %s\n",
4333 crtc->base.base.id, pll->name);
ee7b9f93
JB
4334 goto found;
4335 }
4336 }
4337
4338 return NULL;
4339
4340found:
de419ab6
ML
4341 if (shared_dpll[i].crtc_mask == 0)
4342 shared_dpll[i].hw_state =
4343 crtc_state->dpll_hw_state;
f2a69f44 4344
190f68c5 4345 crtc_state->shared_dpll = i;
46edb027
DV
4346 DRM_DEBUG_DRIVER("using %s for pipe %c\n", pll->name,
4347 pipe_name(crtc->pipe));
ee7b9f93 4348
de419ab6 4349 shared_dpll[i].crtc_mask |= 1 << crtc->pipe;
e04c7350 4350
ee7b9f93
JB
4351 return pll;
4352}
4353
de419ab6 4354static void intel_shared_dpll_commit(struct drm_atomic_state *state)
8bd31e67 4355{
de419ab6
ML
4356 struct drm_i915_private *dev_priv = to_i915(state->dev);
4357 struct intel_shared_dpll_config *shared_dpll;
8bd31e67
ACO
4358 struct intel_shared_dpll *pll;
4359 enum intel_dpll_id i;
4360
de419ab6
ML
4361 if (!to_intel_atomic_state(state)->dpll_set)
4362 return;
8bd31e67 4363
de419ab6 4364 shared_dpll = to_intel_atomic_state(state)->shared_dpll;
8bd31e67
ACO
4365 for (i = 0; i < dev_priv->num_shared_dpll; i++) {
4366 pll = &dev_priv->shared_dplls[i];
de419ab6 4367 pll->config = shared_dpll[i];
8bd31e67
ACO
4368 }
4369}
4370
a1520318 4371static void cpt_verify_modeset(struct drm_device *dev, int pipe)
d4270e57
JB
4372{
4373 struct drm_i915_private *dev_priv = dev->dev_private;
f0f59a00 4374 i915_reg_t dslreg = PIPEDSL(pipe);
d4270e57
JB
4375 u32 temp;
4376
4377 temp = I915_READ(dslreg);
4378 udelay(500);
4379 if (wait_for(I915_READ(dslreg) != temp, 5)) {
d4270e57 4380 if (wait_for(I915_READ(dslreg) != temp, 5))
84f44ce7 4381 DRM_ERROR("mode set failed: pipe %c stuck\n", pipe_name(pipe));
d4270e57
JB
4382 }
4383}
4384
86adf9d7
ML
4385static int
4386skl_update_scaler(struct intel_crtc_state *crtc_state, bool force_detach,
4387 unsigned scaler_user, int *scaler_id, unsigned int rotation,
4388 int src_w, int src_h, int dst_w, int dst_h)
a1b2278e 4389{
86adf9d7
ML
4390 struct intel_crtc_scaler_state *scaler_state =
4391 &crtc_state->scaler_state;
4392 struct intel_crtc *intel_crtc =
4393 to_intel_crtc(crtc_state->base.crtc);
a1b2278e 4394 int need_scaling;
6156a456
CK
4395
4396 need_scaling = intel_rotation_90_or_270(rotation) ?
4397 (src_h != dst_w || src_w != dst_h):
4398 (src_w != dst_w || src_h != dst_h);
a1b2278e
CK
4399
4400 /*
4401 * if plane is being disabled or scaler is no more required or force detach
4402 * - free scaler binded to this plane/crtc
4403 * - in order to do this, update crtc->scaler_usage
4404 *
4405 * Here scaler state in crtc_state is set free so that
4406 * scaler can be assigned to other user. Actual register
4407 * update to free the scaler is done in plane/panel-fit programming.
4408 * For this purpose crtc/plane_state->scaler_id isn't reset here.
4409 */
86adf9d7 4410 if (force_detach || !need_scaling) {
a1b2278e 4411 if (*scaler_id >= 0) {
86adf9d7 4412 scaler_state->scaler_users &= ~(1 << scaler_user);
a1b2278e
CK
4413 scaler_state->scalers[*scaler_id].in_use = 0;
4414
86adf9d7
ML
4415 DRM_DEBUG_KMS("scaler_user index %u.%u: "
4416 "Staged freeing scaler id %d scaler_users = 0x%x\n",
4417 intel_crtc->pipe, scaler_user, *scaler_id,
a1b2278e
CK
4418 scaler_state->scaler_users);
4419 *scaler_id = -1;
4420 }
4421 return 0;
4422 }
4423
4424 /* range checks */
4425 if (src_w < SKL_MIN_SRC_W || src_h < SKL_MIN_SRC_H ||
4426 dst_w < SKL_MIN_DST_W || dst_h < SKL_MIN_DST_H ||
4427
4428 src_w > SKL_MAX_SRC_W || src_h > SKL_MAX_SRC_H ||
4429 dst_w > SKL_MAX_DST_W || dst_h > SKL_MAX_DST_H) {
86adf9d7 4430 DRM_DEBUG_KMS("scaler_user index %u.%u: src %ux%u dst %ux%u "
a1b2278e 4431 "size is out of scaler range\n",
86adf9d7 4432 intel_crtc->pipe, scaler_user, src_w, src_h, dst_w, dst_h);
a1b2278e
CK
4433 return -EINVAL;
4434 }
4435
86adf9d7
ML
4436 /* mark this plane as a scaler user in crtc_state */
4437 scaler_state->scaler_users |= (1 << scaler_user);
4438 DRM_DEBUG_KMS("scaler_user index %u.%u: "
4439 "staged scaling request for %ux%u->%ux%u scaler_users = 0x%x\n",
4440 intel_crtc->pipe, scaler_user, src_w, src_h, dst_w, dst_h,
4441 scaler_state->scaler_users);
4442
4443 return 0;
4444}
4445
4446/**
4447 * skl_update_scaler_crtc - Stages update to scaler state for a given crtc.
4448 *
4449 * @state: crtc's scaler state
86adf9d7
ML
4450 *
4451 * Return
4452 * 0 - scaler_usage updated successfully
4453 * error - requested scaling cannot be supported or other error condition
4454 */
e435d6e5 4455int skl_update_scaler_crtc(struct intel_crtc_state *state)
86adf9d7
ML
4456{
4457 struct intel_crtc *intel_crtc = to_intel_crtc(state->base.crtc);
7c5f93b0 4458 const struct drm_display_mode *adjusted_mode = &state->base.adjusted_mode;
86adf9d7
ML
4459
4460 DRM_DEBUG_KMS("Updating scaler for [CRTC:%i] scaler_user index %u.%u\n",
4461 intel_crtc->base.base.id, intel_crtc->pipe, SKL_CRTC_INDEX);
4462
e435d6e5 4463 return skl_update_scaler(state, !state->base.active, SKL_CRTC_INDEX,
86adf9d7
ML
4464 &state->scaler_state.scaler_id, DRM_ROTATE_0,
4465 state->pipe_src_w, state->pipe_src_h,
aad941d5 4466 adjusted_mode->crtc_hdisplay, adjusted_mode->crtc_vdisplay);
86adf9d7
ML
4467}
4468
4469/**
4470 * skl_update_scaler_plane - Stages update to scaler state for a given plane.
4471 *
4472 * @state: crtc's scaler state
86adf9d7
ML
4473 * @plane_state: atomic plane state to update
4474 *
4475 * Return
4476 * 0 - scaler_usage updated successfully
4477 * error - requested scaling cannot be supported or other error condition
4478 */
da20eabd
ML
4479static int skl_update_scaler_plane(struct intel_crtc_state *crtc_state,
4480 struct intel_plane_state *plane_state)
86adf9d7
ML
4481{
4482
4483 struct intel_crtc *intel_crtc = to_intel_crtc(crtc_state->base.crtc);
da20eabd
ML
4484 struct intel_plane *intel_plane =
4485 to_intel_plane(plane_state->base.plane);
86adf9d7
ML
4486 struct drm_framebuffer *fb = plane_state->base.fb;
4487 int ret;
4488
4489 bool force_detach = !fb || !plane_state->visible;
4490
4491 DRM_DEBUG_KMS("Updating scaler for [PLANE:%d] scaler_user index %u.%u\n",
4492 intel_plane->base.base.id, intel_crtc->pipe,
4493 drm_plane_index(&intel_plane->base));
4494
4495 ret = skl_update_scaler(crtc_state, force_detach,
4496 drm_plane_index(&intel_plane->base),
4497 &plane_state->scaler_id,
4498 plane_state->base.rotation,
4499 drm_rect_width(&plane_state->src) >> 16,
4500 drm_rect_height(&plane_state->src) >> 16,
4501 drm_rect_width(&plane_state->dst),
4502 drm_rect_height(&plane_state->dst));
4503
4504 if (ret || plane_state->scaler_id < 0)
4505 return ret;
4506
a1b2278e 4507 /* check colorkey */
818ed961 4508 if (plane_state->ckey.flags != I915_SET_COLORKEY_NONE) {
86adf9d7 4509 DRM_DEBUG_KMS("[PLANE:%d] scaling with color key not allowed",
818ed961 4510 intel_plane->base.base.id);
a1b2278e
CK
4511 return -EINVAL;
4512 }
4513
4514 /* Check src format */
86adf9d7
ML
4515 switch (fb->pixel_format) {
4516 case DRM_FORMAT_RGB565:
4517 case DRM_FORMAT_XBGR8888:
4518 case DRM_FORMAT_XRGB8888:
4519 case DRM_FORMAT_ABGR8888:
4520 case DRM_FORMAT_ARGB8888:
4521 case DRM_FORMAT_XRGB2101010:
4522 case DRM_FORMAT_XBGR2101010:
4523 case DRM_FORMAT_YUYV:
4524 case DRM_FORMAT_YVYU:
4525 case DRM_FORMAT_UYVY:
4526 case DRM_FORMAT_VYUY:
4527 break;
4528 default:
4529 DRM_DEBUG_KMS("[PLANE:%d] FB:%d unsupported scaling format 0x%x\n",
4530 intel_plane->base.base.id, fb->base.id, fb->pixel_format);
4531 return -EINVAL;
a1b2278e
CK
4532 }
4533
a1b2278e
CK
4534 return 0;
4535}
4536
e435d6e5
ML
4537static void skylake_scaler_disable(struct intel_crtc *crtc)
4538{
4539 int i;
4540
4541 for (i = 0; i < crtc->num_scalers; i++)
4542 skl_detach_scaler(crtc, i);
4543}
4544
4545static void skylake_pfit_enable(struct intel_crtc *crtc)
bd2e244f
JB
4546{
4547 struct drm_device *dev = crtc->base.dev;
4548 struct drm_i915_private *dev_priv = dev->dev_private;
4549 int pipe = crtc->pipe;
a1b2278e
CK
4550 struct intel_crtc_scaler_state *scaler_state =
4551 &crtc->config->scaler_state;
4552
4553 DRM_DEBUG_KMS("for crtc_state = %p\n", crtc->config);
4554
6e3c9717 4555 if (crtc->config->pch_pfit.enabled) {
a1b2278e
CK
4556 int id;
4557
4558 if (WARN_ON(crtc->config->scaler_state.scaler_id < 0)) {
4559 DRM_ERROR("Requesting pfit without getting a scaler first\n");
4560 return;
4561 }
4562
4563 id = scaler_state->scaler_id;
4564 I915_WRITE(SKL_PS_CTRL(pipe, id), PS_SCALER_EN |
4565 PS_FILTER_MEDIUM | scaler_state->scalers[id].mode);
4566 I915_WRITE(SKL_PS_WIN_POS(pipe, id), crtc->config->pch_pfit.pos);
4567 I915_WRITE(SKL_PS_WIN_SZ(pipe, id), crtc->config->pch_pfit.size);
4568
4569 DRM_DEBUG_KMS("for crtc_state = %p scaler_id = %d\n", crtc->config, id);
bd2e244f
JB
4570 }
4571}
4572
b074cec8
JB
4573static void ironlake_pfit_enable(struct intel_crtc *crtc)
4574{
4575 struct drm_device *dev = crtc->base.dev;
4576 struct drm_i915_private *dev_priv = dev->dev_private;
4577 int pipe = crtc->pipe;
4578
6e3c9717 4579 if (crtc->config->pch_pfit.enabled) {
b074cec8
JB
4580 /* Force use of hard-coded filter coefficients
4581 * as some pre-programmed values are broken,
4582 * e.g. x201.
4583 */
4584 if (IS_IVYBRIDGE(dev) || IS_HASWELL(dev))
4585 I915_WRITE(PF_CTL(pipe), PF_ENABLE | PF_FILTER_MED_3x3 |
4586 PF_PIPE_SEL_IVB(pipe));
4587 else
4588 I915_WRITE(PF_CTL(pipe), PF_ENABLE | PF_FILTER_MED_3x3);
6e3c9717
ACO
4589 I915_WRITE(PF_WIN_POS(pipe), crtc->config->pch_pfit.pos);
4590 I915_WRITE(PF_WIN_SZ(pipe), crtc->config->pch_pfit.size);
d4270e57
JB
4591 }
4592}
4593
20bc8673 4594void hsw_enable_ips(struct intel_crtc *crtc)
d77e4531 4595{
cea165c3
VS
4596 struct drm_device *dev = crtc->base.dev;
4597 struct drm_i915_private *dev_priv = dev->dev_private;
d77e4531 4598
6e3c9717 4599 if (!crtc->config->ips_enabled)
d77e4531
PZ
4600 return;
4601
cea165c3
VS
4602 /* We can only enable IPS after we enable a plane and wait for a vblank */
4603 intel_wait_for_vblank(dev, crtc->pipe);
4604
d77e4531 4605 assert_plane_enabled(dev_priv, crtc->plane);
cea165c3 4606 if (IS_BROADWELL(dev)) {
2a114cc1
BW
4607 mutex_lock(&dev_priv->rps.hw_lock);
4608 WARN_ON(sandybridge_pcode_write(dev_priv, DISPLAY_IPS_CONTROL, 0xc0000000));
4609 mutex_unlock(&dev_priv->rps.hw_lock);
4610 /* Quoting Art Runyan: "its not safe to expect any particular
4611 * value in IPS_CTL bit 31 after enabling IPS through the
e59150dc
JB
4612 * mailbox." Moreover, the mailbox may return a bogus state,
4613 * so we need to just enable it and continue on.
2a114cc1
BW
4614 */
4615 } else {
4616 I915_WRITE(IPS_CTL, IPS_ENABLE);
4617 /* The bit only becomes 1 in the next vblank, so this wait here
4618 * is essentially intel_wait_for_vblank. If we don't have this
4619 * and don't wait for vblanks until the end of crtc_enable, then
4620 * the HW state readout code will complain that the expected
4621 * IPS_CTL value is not the one we read. */
4622 if (wait_for(I915_READ_NOTRACE(IPS_CTL) & IPS_ENABLE, 50))
4623 DRM_ERROR("Timed out waiting for IPS enable\n");
4624 }
d77e4531
PZ
4625}
4626
20bc8673 4627void hsw_disable_ips(struct intel_crtc *crtc)
d77e4531
PZ
4628{
4629 struct drm_device *dev = crtc->base.dev;
4630 struct drm_i915_private *dev_priv = dev->dev_private;
4631
6e3c9717 4632 if (!crtc->config->ips_enabled)
d77e4531
PZ
4633 return;
4634
4635 assert_plane_enabled(dev_priv, crtc->plane);
23d0b130 4636 if (IS_BROADWELL(dev)) {
2a114cc1
BW
4637 mutex_lock(&dev_priv->rps.hw_lock);
4638 WARN_ON(sandybridge_pcode_write(dev_priv, DISPLAY_IPS_CONTROL, 0));
4639 mutex_unlock(&dev_priv->rps.hw_lock);
23d0b130
BW
4640 /* wait for pcode to finish disabling IPS, which may take up to 42ms */
4641 if (wait_for((I915_READ(IPS_CTL) & IPS_ENABLE) == 0, 42))
4642 DRM_ERROR("Timed out waiting for IPS disable\n");
e59150dc 4643 } else {
2a114cc1 4644 I915_WRITE(IPS_CTL, 0);
e59150dc
JB
4645 POSTING_READ(IPS_CTL);
4646 }
d77e4531
PZ
4647
4648 /* We need to wait for a vblank before we can disable the plane. */
4649 intel_wait_for_vblank(dev, crtc->pipe);
4650}
4651
4652/** Loads the palette/gamma unit for the CRTC with the prepared values */
4653static void intel_crtc_load_lut(struct drm_crtc *crtc)
4654{
4655 struct drm_device *dev = crtc->dev;
4656 struct drm_i915_private *dev_priv = dev->dev_private;
4657 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
4658 enum pipe pipe = intel_crtc->pipe;
d77e4531
PZ
4659 int i;
4660 bool reenable_ips = false;
4661
4662 /* The clocks have to be on to load the palette. */
53d9f4e9 4663 if (!crtc->state->active)
d77e4531
PZ
4664 return;
4665
50360403 4666 if (HAS_GMCH_DISPLAY(dev_priv->dev)) {
a65347ba 4667 if (intel_crtc->config->has_dsi_encoder)
d77e4531
PZ
4668 assert_dsi_pll_enabled(dev_priv);
4669 else
4670 assert_pll_enabled(dev_priv, pipe);
4671 }
4672
d77e4531
PZ
4673 /* Workaround : Do not read or write the pipe palette/gamma data while
4674 * GAMMA_MODE is configured for split gamma and IPS_CTL has IPS enabled.
4675 */
6e3c9717 4676 if (IS_HASWELL(dev) && intel_crtc->config->ips_enabled &&
d77e4531
PZ
4677 ((I915_READ(GAMMA_MODE(pipe)) & GAMMA_MODE_MODE_MASK) ==
4678 GAMMA_MODE_MODE_SPLIT)) {
4679 hsw_disable_ips(intel_crtc);
4680 reenable_ips = true;
4681 }
4682
4683 for (i = 0; i < 256; i++) {
f0f59a00 4684 i915_reg_t palreg;
f65a9c5b
VS
4685
4686 if (HAS_GMCH_DISPLAY(dev))
4687 palreg = PALETTE(pipe, i);
4688 else
4689 palreg = LGC_PALETTE(pipe, i);
4690
4691 I915_WRITE(palreg,
d77e4531
PZ
4692 (intel_crtc->lut_r[i] << 16) |
4693 (intel_crtc->lut_g[i] << 8) |
4694 intel_crtc->lut_b[i]);
4695 }
4696
4697 if (reenable_ips)
4698 hsw_enable_ips(intel_crtc);
4699}
4700
7cac945f 4701static void intel_crtc_dpms_overlay_disable(struct intel_crtc *intel_crtc)
d3eedb1a 4702{
7cac945f 4703 if (intel_crtc->overlay) {
d3eedb1a
VS
4704 struct drm_device *dev = intel_crtc->base.dev;
4705 struct drm_i915_private *dev_priv = dev->dev_private;
4706
4707 mutex_lock(&dev->struct_mutex);
4708 dev_priv->mm.interruptible = false;
4709 (void) intel_overlay_switch_off(intel_crtc->overlay);
4710 dev_priv->mm.interruptible = true;
4711 mutex_unlock(&dev->struct_mutex);
4712 }
4713
4714 /* Let userspace switch the overlay on again. In most cases userspace
4715 * has to recompute where to put it anyway.
4716 */
4717}
4718
87d4300a
ML
4719/**
4720 * intel_post_enable_primary - Perform operations after enabling primary plane
4721 * @crtc: the CRTC whose primary plane was just enabled
4722 *
4723 * Performs potentially sleeping operations that must be done after the primary
4724 * plane is enabled, such as updating FBC and IPS. Note that this may be
4725 * called due to an explicit primary plane update, or due to an implicit
4726 * re-enable that is caused when a sprite plane is updated to no longer
4727 * completely hide the primary plane.
4728 */
4729static void
4730intel_post_enable_primary(struct drm_crtc *crtc)
a5c4d7bc
VS
4731{
4732 struct drm_device *dev = crtc->dev;
87d4300a 4733 struct drm_i915_private *dev_priv = dev->dev_private;
a5c4d7bc
VS
4734 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
4735 int pipe = intel_crtc->pipe;
a5c4d7bc 4736
87d4300a
ML
4737 /*
4738 * FIXME IPS should be fine as long as one plane is
4739 * enabled, but in practice it seems to have problems
4740 * when going from primary only to sprite only and vice
4741 * versa.
4742 */
a5c4d7bc
VS
4743 hsw_enable_ips(intel_crtc);
4744
f99d7069 4745 /*
87d4300a
ML
4746 * Gen2 reports pipe underruns whenever all planes are disabled.
4747 * So don't enable underrun reporting before at least some planes
4748 * are enabled.
4749 * FIXME: Need to fix the logic to work when we turn off all planes
4750 * but leave the pipe running.
f99d7069 4751 */
87d4300a
ML
4752 if (IS_GEN2(dev))
4753 intel_set_cpu_fifo_underrun_reporting(dev_priv, pipe, true);
4754
aca7b684
VS
4755 /* Underruns don't always raise interrupts, so check manually. */
4756 intel_check_cpu_fifo_underruns(dev_priv);
4757 intel_check_pch_fifo_underruns(dev_priv);
a5c4d7bc
VS
4758}
4759
87d4300a
ML
4760/**
4761 * intel_pre_disable_primary - Perform operations before disabling primary plane
4762 * @crtc: the CRTC whose primary plane is to be disabled
4763 *
4764 * Performs potentially sleeping operations that must be done before the
4765 * primary plane is disabled, such as updating FBC and IPS. Note that this may
4766 * be called due to an explicit primary plane update, or due to an implicit
4767 * disable that is caused when a sprite plane completely hides the primary
4768 * plane.
4769 */
4770static void
4771intel_pre_disable_primary(struct drm_crtc *crtc)
a5c4d7bc
VS
4772{
4773 struct drm_device *dev = crtc->dev;
4774 struct drm_i915_private *dev_priv = dev->dev_private;
4775 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
4776 int pipe = intel_crtc->pipe;
a5c4d7bc 4777
87d4300a
ML
4778 /*
4779 * Gen2 reports pipe underruns whenever all planes are disabled.
4780 * So diasble underrun reporting before all the planes get disabled.
4781 * FIXME: Need to fix the logic to work when we turn off all planes
4782 * but leave the pipe running.
4783 */
4784 if (IS_GEN2(dev))
4785 intel_set_cpu_fifo_underrun_reporting(dev_priv, pipe, false);
a5c4d7bc 4786
87d4300a
ML
4787 /*
4788 * Vblank time updates from the shadow to live plane control register
4789 * are blocked if the memory self-refresh mode is active at that
4790 * moment. So to make sure the plane gets truly disabled, disable
4791 * first the self-refresh mode. The self-refresh enable bit in turn
4792 * will be checked/applied by the HW only at the next frame start
4793 * event which is after the vblank start event, so we need to have a
4794 * wait-for-vblank between disabling the plane and the pipe.
4795 */
262cd2e1 4796 if (HAS_GMCH_DISPLAY(dev)) {
87d4300a 4797 intel_set_memory_cxsr(dev_priv, false);
262cd2e1
VS
4798 dev_priv->wm.vlv.cxsr = false;
4799 intel_wait_for_vblank(dev, pipe);
4800 }
87d4300a 4801
87d4300a
ML
4802 /*
4803 * FIXME IPS should be fine as long as one plane is
4804 * enabled, but in practice it seems to have problems
4805 * when going from primary only to sprite only and vice
4806 * versa.
4807 */
a5c4d7bc 4808 hsw_disable_ips(intel_crtc);
87d4300a
ML
4809}
4810
ac21b225
ML
4811static void intel_post_plane_update(struct intel_crtc *crtc)
4812{
4813 struct intel_crtc_atomic_commit *atomic = &crtc->atomic;
92826fcd
ML
4814 struct intel_crtc_state *pipe_config =
4815 to_intel_crtc_state(crtc->base.state);
ac21b225 4816 struct drm_device *dev = crtc->base.dev;
ac21b225
ML
4817
4818 if (atomic->wait_vblank)
4819 intel_wait_for_vblank(dev, crtc->pipe);
4820
4821 intel_frontbuffer_flip(dev, atomic->fb_bits);
4822
ab1d3a0e 4823 crtc->wm.cxsr_allowed = true;
852eb00d 4824
b9001114 4825 if (pipe_config->wm_changed && pipe_config->base.active)
f015c551
VS
4826 intel_update_watermarks(&crtc->base);
4827
c80ac854 4828 if (atomic->update_fbc)
754d1133 4829 intel_fbc_update(crtc);
ac21b225
ML
4830
4831 if (atomic->post_enable_primary)
4832 intel_post_enable_primary(&crtc->base);
4833
ac21b225
ML
4834 memset(atomic, 0, sizeof(*atomic));
4835}
4836
4837static void intel_pre_plane_update(struct intel_crtc *crtc)
4838{
4839 struct drm_device *dev = crtc->base.dev;
eddfcbcd 4840 struct drm_i915_private *dev_priv = dev->dev_private;
ac21b225 4841 struct intel_crtc_atomic_commit *atomic = &crtc->atomic;
ab1d3a0e
ML
4842 struct intel_crtc_state *pipe_config =
4843 to_intel_crtc_state(crtc->base.state);
ac21b225 4844
c80ac854 4845 if (atomic->disable_fbc)
d029bcad 4846 intel_fbc_deactivate(crtc);
ac21b225 4847
066cf55b
RV
4848 if (crtc->atomic.disable_ips)
4849 hsw_disable_ips(crtc);
4850
ac21b225
ML
4851 if (atomic->pre_disable_primary)
4852 intel_pre_disable_primary(&crtc->base);
852eb00d 4853
ab1d3a0e 4854 if (pipe_config->disable_cxsr) {
852eb00d
VS
4855 crtc->wm.cxsr_allowed = false;
4856 intel_set_memory_cxsr(dev_priv, false);
4857 }
92826fcd 4858
396e33ae
MR
4859 /*
4860 * IVB workaround: must disable low power watermarks for at least
4861 * one frame before enabling scaling. LP watermarks can be re-enabled
4862 * when scaling is disabled.
4863 *
4864 * WaCxSRDisabledForSpriteScaling:ivb
4865 */
4866 if (pipe_config->disable_lp_wm) {
4867 ilk_disable_lp_wm(dev);
4868 intel_wait_for_vblank(dev, crtc->pipe);
4869 }
4870
4871 /*
4872 * If we're doing a modeset, we're done. No need to do any pre-vblank
4873 * watermark programming here.
4874 */
4875 if (needs_modeset(&pipe_config->base))
4876 return;
4877
4878 /*
4879 * For platforms that support atomic watermarks, program the
4880 * 'intermediate' watermarks immediately. On pre-gen9 platforms, these
4881 * will be the intermediate values that are safe for both pre- and
4882 * post- vblank; when vblank happens, the 'active' values will be set
4883 * to the final 'target' values and we'll do this again to get the
4884 * optimal watermarks. For gen9+ platforms, the values we program here
4885 * will be the final target values which will get automatically latched
4886 * at vblank time; no further programming will be necessary.
4887 *
4888 * If a platform hasn't been transitioned to atomic watermarks yet,
4889 * we'll continue to update watermarks the old way, if flags tell
4890 * us to.
4891 */
4892 if (dev_priv->display.initial_watermarks != NULL)
4893 dev_priv->display.initial_watermarks(pipe_config);
4894 else if (pipe_config->wm_changed)
92826fcd 4895 intel_update_watermarks(&crtc->base);
ac21b225
ML
4896}
4897
d032ffa0 4898static void intel_crtc_disable_planes(struct drm_crtc *crtc, unsigned plane_mask)
87d4300a
ML
4899{
4900 struct drm_device *dev = crtc->dev;
4901 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
d032ffa0 4902 struct drm_plane *p;
87d4300a
ML
4903 int pipe = intel_crtc->pipe;
4904
7cac945f 4905 intel_crtc_dpms_overlay_disable(intel_crtc);
27321ae8 4906
d032ffa0
ML
4907 drm_for_each_plane_mask(p, dev, plane_mask)
4908 to_intel_plane(p)->disable_plane(p, crtc);
f98551ae 4909
f99d7069
DV
4910 /*
4911 * FIXME: Once we grow proper nuclear flip support out of this we need
4912 * to compute the mask of flip planes precisely. For the time being
4913 * consider this a flip to a NULL plane.
4914 */
4915 intel_frontbuffer_flip(dev, INTEL_FRONTBUFFER_ALL_MASK(pipe));
a5c4d7bc
VS
4916}
4917
f67a559d
JB
4918static void ironlake_crtc_enable(struct drm_crtc *crtc)
4919{
4920 struct drm_device *dev = crtc->dev;
4921 struct drm_i915_private *dev_priv = dev->dev_private;
4922 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
ef9c3aee 4923 struct intel_encoder *encoder;
f67a559d 4924 int pipe = intel_crtc->pipe;
f67a559d 4925
53d9f4e9 4926 if (WARN_ON(intel_crtc->active))
f67a559d
JB
4927 return;
4928
81b088ca
VS
4929 if (intel_crtc->config->has_pch_encoder)
4930 intel_set_pch_fifo_underrun_reporting(dev_priv, pipe, false);
4931
6e3c9717 4932 if (intel_crtc->config->has_pch_encoder)
b14b1055
DV
4933 intel_prepare_shared_dpll(intel_crtc);
4934
6e3c9717 4935 if (intel_crtc->config->has_dp_encoder)
fe3cd48d 4936 intel_dp_set_m_n(intel_crtc, M1_N1);
29407aab
DV
4937
4938 intel_set_pipe_timings(intel_crtc);
4939
6e3c9717 4940 if (intel_crtc->config->has_pch_encoder) {
29407aab 4941 intel_cpu_transcoder_set_m_n(intel_crtc,
6e3c9717 4942 &intel_crtc->config->fdi_m_n, NULL);
29407aab
DV
4943 }
4944
4945 ironlake_set_pipeconf(crtc);
4946
f67a559d 4947 intel_crtc->active = true;
8664281b 4948
a72e4c9f 4949 intel_set_cpu_fifo_underrun_reporting(dev_priv, pipe, true);
8664281b 4950
f6736a1a 4951 for_each_encoder_on_crtc(dev, crtc, encoder)
952735ee
DV
4952 if (encoder->pre_enable)
4953 encoder->pre_enable(encoder);
f67a559d 4954
6e3c9717 4955 if (intel_crtc->config->has_pch_encoder) {
fff367c7
DV
4956 /* Note: FDI PLL enabling _must_ be done before we enable the
4957 * cpu pipes, hence this is separate from all the other fdi/pch
4958 * enabling. */
88cefb6c 4959 ironlake_fdi_pll_enable(intel_crtc);
46b6f814
DV
4960 } else {
4961 assert_fdi_tx_disabled(dev_priv, pipe);
4962 assert_fdi_rx_disabled(dev_priv, pipe);
4963 }
f67a559d 4964
b074cec8 4965 ironlake_pfit_enable(intel_crtc);
f67a559d 4966
9c54c0dd
JB
4967 /*
4968 * On ILK+ LUT must be loaded before the pipe is running but with
4969 * clocks enabled
4970 */
4971 intel_crtc_load_lut(crtc);
4972
f37fcc2a 4973 intel_update_watermarks(crtc);
e1fdc473 4974 intel_enable_pipe(intel_crtc);
f67a559d 4975
6e3c9717 4976 if (intel_crtc->config->has_pch_encoder)
f67a559d 4977 ironlake_pch_enable(crtc);
c98e9dcf 4978
f9b61ff6
DV
4979 assert_vblank_disabled(crtc);
4980 drm_crtc_vblank_on(crtc);
4981
fa5c73b1
DV
4982 for_each_encoder_on_crtc(dev, crtc, encoder)
4983 encoder->enable(encoder);
61b77ddd
DV
4984
4985 if (HAS_PCH_CPT(dev))
a1520318 4986 cpt_verify_modeset(dev, intel_crtc->pipe);
37ca8d4c
VS
4987
4988 /* Must wait for vblank to avoid spurious PCH FIFO underruns */
4989 if (intel_crtc->config->has_pch_encoder)
4990 intel_wait_for_vblank(dev, pipe);
4991 intel_set_pch_fifo_underrun_reporting(dev_priv, pipe, true);
d029bcad
PZ
4992
4993 intel_fbc_enable(intel_crtc);
6be4a607
JB
4994}
4995
42db64ef
PZ
4996/* IPS only exists on ULT machines and is tied to pipe A. */
4997static bool hsw_crtc_supports_ips(struct intel_crtc *crtc)
4998{
f5adf94e 4999 return HAS_IPS(crtc->base.dev) && crtc->pipe == PIPE_A;
42db64ef
PZ
5000}
5001
4f771f10
PZ
5002static void haswell_crtc_enable(struct drm_crtc *crtc)
5003{
5004 struct drm_device *dev = crtc->dev;
5005 struct drm_i915_private *dev_priv = dev->dev_private;
5006 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
5007 struct intel_encoder *encoder;
99d736a2
ML
5008 int pipe = intel_crtc->pipe, hsw_workaround_pipe;
5009 struct intel_crtc_state *pipe_config =
5010 to_intel_crtc_state(crtc->state);
4f771f10 5011
53d9f4e9 5012 if (WARN_ON(intel_crtc->active))
4f771f10
PZ
5013 return;
5014
81b088ca
VS
5015 if (intel_crtc->config->has_pch_encoder)
5016 intel_set_pch_fifo_underrun_reporting(dev_priv, TRANSCODER_A,
5017 false);
5018
df8ad70c
DV
5019 if (intel_crtc_to_shared_dpll(intel_crtc))
5020 intel_enable_shared_dpll(intel_crtc);
5021
6e3c9717 5022 if (intel_crtc->config->has_dp_encoder)
fe3cd48d 5023 intel_dp_set_m_n(intel_crtc, M1_N1);
229fca97
DV
5024
5025 intel_set_pipe_timings(intel_crtc);
5026
6e3c9717
ACO
5027 if (intel_crtc->config->cpu_transcoder != TRANSCODER_EDP) {
5028 I915_WRITE(PIPE_MULT(intel_crtc->config->cpu_transcoder),
5029 intel_crtc->config->pixel_multiplier - 1);
ebb69c95
CT
5030 }
5031
6e3c9717 5032 if (intel_crtc->config->has_pch_encoder) {
229fca97 5033 intel_cpu_transcoder_set_m_n(intel_crtc,
6e3c9717 5034 &intel_crtc->config->fdi_m_n, NULL);
229fca97
DV
5035 }
5036
5037 haswell_set_pipeconf(crtc);
5038
5039 intel_set_pipe_csc(crtc);
5040
4f771f10 5041 intel_crtc->active = true;
8664281b 5042
6b698516
DV
5043 if (intel_crtc->config->has_pch_encoder)
5044 intel_set_cpu_fifo_underrun_reporting(dev_priv, pipe, false);
5045 else
5046 intel_set_cpu_fifo_underrun_reporting(dev_priv, pipe, true);
5047
7d4aefd0 5048 for_each_encoder_on_crtc(dev, crtc, encoder) {
4f771f10
PZ
5049 if (encoder->pre_enable)
5050 encoder->pre_enable(encoder);
7d4aefd0 5051 }
4f771f10 5052
d2d65408 5053 if (intel_crtc->config->has_pch_encoder)
4fe9467d 5054 dev_priv->display.fdi_link_train(crtc);
4fe9467d 5055
a65347ba 5056 if (!intel_crtc->config->has_dsi_encoder)
7d4aefd0 5057 intel_ddi_enable_pipe_clock(intel_crtc);
4f771f10 5058
1c132b44 5059 if (INTEL_INFO(dev)->gen >= 9)
e435d6e5 5060 skylake_pfit_enable(intel_crtc);
ff6d9f55 5061 else
1c132b44 5062 ironlake_pfit_enable(intel_crtc);
4f771f10
PZ
5063
5064 /*
5065 * On ILK+ LUT must be loaded before the pipe is running but with
5066 * clocks enabled
5067 */
5068 intel_crtc_load_lut(crtc);
5069
1f544388 5070 intel_ddi_set_pipe_settings(crtc);
a65347ba 5071 if (!intel_crtc->config->has_dsi_encoder)
7d4aefd0 5072 intel_ddi_enable_transcoder_func(crtc);
4f771f10 5073
f37fcc2a 5074 intel_update_watermarks(crtc);
e1fdc473 5075 intel_enable_pipe(intel_crtc);
42db64ef 5076
6e3c9717 5077 if (intel_crtc->config->has_pch_encoder)
1507e5bd 5078 lpt_pch_enable(crtc);
4f771f10 5079
a65347ba 5080 if (intel_crtc->config->dp_encoder_is_mst)
0e32b39c
DA
5081 intel_ddi_set_vc_payload_alloc(crtc, true);
5082
f9b61ff6
DV
5083 assert_vblank_disabled(crtc);
5084 drm_crtc_vblank_on(crtc);
5085
8807e55b 5086 for_each_encoder_on_crtc(dev, crtc, encoder) {
4f771f10 5087 encoder->enable(encoder);
8807e55b
JN
5088 intel_opregion_notify_encoder(encoder, true);
5089 }
4f771f10 5090
6b698516
DV
5091 if (intel_crtc->config->has_pch_encoder) {
5092 intel_wait_for_vblank(dev, pipe);
5093 intel_wait_for_vblank(dev, pipe);
5094 intel_set_cpu_fifo_underrun_reporting(dev_priv, pipe, true);
d2d65408
VS
5095 intel_set_pch_fifo_underrun_reporting(dev_priv, TRANSCODER_A,
5096 true);
6b698516 5097 }
d2d65408 5098
e4916946
PZ
5099 /* If we change the relative order between pipe/planes enabling, we need
5100 * to change the workaround. */
99d736a2
ML
5101 hsw_workaround_pipe = pipe_config->hsw_workaround_pipe;
5102 if (IS_HASWELL(dev) && hsw_workaround_pipe != INVALID_PIPE) {
5103 intel_wait_for_vblank(dev, hsw_workaround_pipe);
5104 intel_wait_for_vblank(dev, hsw_workaround_pipe);
5105 }
d029bcad
PZ
5106
5107 intel_fbc_enable(intel_crtc);
4f771f10
PZ
5108}
5109
bfd16b2a 5110static void ironlake_pfit_disable(struct intel_crtc *crtc, bool force)
3f8dce3a
DV
5111{
5112 struct drm_device *dev = crtc->base.dev;
5113 struct drm_i915_private *dev_priv = dev->dev_private;
5114 int pipe = crtc->pipe;
5115
5116 /* To avoid upsetting the power well on haswell only disable the pfit if
5117 * it's in use. The hw state code will make sure we get this right. */
bfd16b2a 5118 if (force || crtc->config->pch_pfit.enabled) {
3f8dce3a
DV
5119 I915_WRITE(PF_CTL(pipe), 0);
5120 I915_WRITE(PF_WIN_POS(pipe), 0);
5121 I915_WRITE(PF_WIN_SZ(pipe), 0);
5122 }
5123}
5124
6be4a607
JB
5125static void ironlake_crtc_disable(struct drm_crtc *crtc)
5126{
5127 struct drm_device *dev = crtc->dev;
5128 struct drm_i915_private *dev_priv = dev->dev_private;
5129 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
ef9c3aee 5130 struct intel_encoder *encoder;
6be4a607 5131 int pipe = intel_crtc->pipe;
b52eb4dc 5132
37ca8d4c
VS
5133 if (intel_crtc->config->has_pch_encoder)
5134 intel_set_pch_fifo_underrun_reporting(dev_priv, pipe, false);
5135
ea9d758d
DV
5136 for_each_encoder_on_crtc(dev, crtc, encoder)
5137 encoder->disable(encoder);
5138
f9b61ff6
DV
5139 drm_crtc_vblank_off(crtc);
5140 assert_vblank_disabled(crtc);
5141
3860b2ec
VS
5142 /*
5143 * Sometimes spurious CPU pipe underruns happen when the
5144 * pipe is already disabled, but FDI RX/TX is still enabled.
5145 * Happens at least with VGA+HDMI cloning. Suppress them.
5146 */
5147 if (intel_crtc->config->has_pch_encoder)
5148 intel_set_cpu_fifo_underrun_reporting(dev_priv, pipe, false);
5149
575f7ab7 5150 intel_disable_pipe(intel_crtc);
32f9d658 5151
bfd16b2a 5152 ironlake_pfit_disable(intel_crtc, false);
2c07245f 5153
3860b2ec 5154 if (intel_crtc->config->has_pch_encoder) {
5a74f70a 5155 ironlake_fdi_disable(crtc);
3860b2ec
VS
5156 intel_set_cpu_fifo_underrun_reporting(dev_priv, pipe, true);
5157 }
5a74f70a 5158
bf49ec8c
DV
5159 for_each_encoder_on_crtc(dev, crtc, encoder)
5160 if (encoder->post_disable)
5161 encoder->post_disable(encoder);
2c07245f 5162
6e3c9717 5163 if (intel_crtc->config->has_pch_encoder) {
d925c59a 5164 ironlake_disable_pch_transcoder(dev_priv, pipe);
6be4a607 5165
d925c59a 5166 if (HAS_PCH_CPT(dev)) {
f0f59a00
VS
5167 i915_reg_t reg;
5168 u32 temp;
5169
d925c59a
DV
5170 /* disable TRANS_DP_CTL */
5171 reg = TRANS_DP_CTL(pipe);
5172 temp = I915_READ(reg);
5173 temp &= ~(TRANS_DP_OUTPUT_ENABLE |
5174 TRANS_DP_PORT_SEL_MASK);
5175 temp |= TRANS_DP_PORT_SEL_NONE;
5176 I915_WRITE(reg, temp);
5177
5178 /* disable DPLL_SEL */
5179 temp = I915_READ(PCH_DPLL_SEL);
11887397 5180 temp &= ~(TRANS_DPLL_ENABLE(pipe) | TRANS_DPLLB_SEL(pipe));
d925c59a 5181 I915_WRITE(PCH_DPLL_SEL, temp);
9db4a9c7 5182 }
e3421a18 5183
d925c59a
DV
5184 ironlake_fdi_pll_disable(intel_crtc);
5185 }
81b088ca
VS
5186
5187 intel_set_pch_fifo_underrun_reporting(dev_priv, pipe, true);
d029bcad
PZ
5188
5189 intel_fbc_disable_crtc(intel_crtc);
6be4a607 5190}
1b3c7a47 5191
4f771f10 5192static void haswell_crtc_disable(struct drm_crtc *crtc)
ee7b9f93 5193{
4f771f10
PZ
5194 struct drm_device *dev = crtc->dev;
5195 struct drm_i915_private *dev_priv = dev->dev_private;
ee7b9f93 5196 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
4f771f10 5197 struct intel_encoder *encoder;
6e3c9717 5198 enum transcoder cpu_transcoder = intel_crtc->config->cpu_transcoder;
ee7b9f93 5199
d2d65408
VS
5200 if (intel_crtc->config->has_pch_encoder)
5201 intel_set_pch_fifo_underrun_reporting(dev_priv, TRANSCODER_A,
5202 false);
5203
8807e55b
JN
5204 for_each_encoder_on_crtc(dev, crtc, encoder) {
5205 intel_opregion_notify_encoder(encoder, false);
4f771f10 5206 encoder->disable(encoder);
8807e55b 5207 }
4f771f10 5208
f9b61ff6
DV
5209 drm_crtc_vblank_off(crtc);
5210 assert_vblank_disabled(crtc);
5211
575f7ab7 5212 intel_disable_pipe(intel_crtc);
4f771f10 5213
6e3c9717 5214 if (intel_crtc->config->dp_encoder_is_mst)
a4bf214f
VS
5215 intel_ddi_set_vc_payload_alloc(crtc, false);
5216
a65347ba 5217 if (!intel_crtc->config->has_dsi_encoder)
7d4aefd0 5218 intel_ddi_disable_transcoder_func(dev_priv, cpu_transcoder);
4f771f10 5219
1c132b44 5220 if (INTEL_INFO(dev)->gen >= 9)
e435d6e5 5221 skylake_scaler_disable(intel_crtc);
ff6d9f55 5222 else
bfd16b2a 5223 ironlake_pfit_disable(intel_crtc, false);
4f771f10 5224
a65347ba 5225 if (!intel_crtc->config->has_dsi_encoder)
7d4aefd0 5226 intel_ddi_disable_pipe_clock(intel_crtc);
4f771f10 5227
97b040aa
ID
5228 for_each_encoder_on_crtc(dev, crtc, encoder)
5229 if (encoder->post_disable)
5230 encoder->post_disable(encoder);
81b088ca 5231
92966a37
VS
5232 if (intel_crtc->config->has_pch_encoder) {
5233 lpt_disable_pch_transcoder(dev_priv);
503a74e9 5234 lpt_disable_iclkip(dev_priv);
92966a37
VS
5235 intel_ddi_fdi_disable(crtc);
5236
81b088ca
VS
5237 intel_set_pch_fifo_underrun_reporting(dev_priv, TRANSCODER_A,
5238 true);
92966a37 5239 }
d029bcad
PZ
5240
5241 intel_fbc_disable_crtc(intel_crtc);
4f771f10
PZ
5242}
5243
2dd24552
JB
5244static void i9xx_pfit_enable(struct intel_crtc *crtc)
5245{
5246 struct drm_device *dev = crtc->base.dev;
5247 struct drm_i915_private *dev_priv = dev->dev_private;
6e3c9717 5248 struct intel_crtc_state *pipe_config = crtc->config;
2dd24552 5249
681a8504 5250 if (!pipe_config->gmch_pfit.control)
2dd24552
JB
5251 return;
5252
2dd24552 5253 /*
c0b03411
DV
5254 * The panel fitter should only be adjusted whilst the pipe is disabled,
5255 * according to register description and PRM.
2dd24552 5256 */
c0b03411
DV
5257 WARN_ON(I915_READ(PFIT_CONTROL) & PFIT_ENABLE);
5258 assert_pipe_disabled(dev_priv, crtc->pipe);
2dd24552 5259
b074cec8
JB
5260 I915_WRITE(PFIT_PGM_RATIOS, pipe_config->gmch_pfit.pgm_ratios);
5261 I915_WRITE(PFIT_CONTROL, pipe_config->gmch_pfit.control);
5a80c45c
DV
5262
5263 /* Border color in case we don't scale up to the full screen. Black by
5264 * default, change to something else for debugging. */
5265 I915_WRITE(BCLRPAT(crtc->pipe), 0);
2dd24552
JB
5266}
5267
d05410f9
DA
5268static enum intel_display_power_domain port_to_power_domain(enum port port)
5269{
5270 switch (port) {
5271 case PORT_A:
6331a704 5272 return POWER_DOMAIN_PORT_DDI_A_LANES;
d05410f9 5273 case PORT_B:
6331a704 5274 return POWER_DOMAIN_PORT_DDI_B_LANES;
d05410f9 5275 case PORT_C:
6331a704 5276 return POWER_DOMAIN_PORT_DDI_C_LANES;
d05410f9 5277 case PORT_D:
6331a704 5278 return POWER_DOMAIN_PORT_DDI_D_LANES;
d8e19f99 5279 case PORT_E:
6331a704 5280 return POWER_DOMAIN_PORT_DDI_E_LANES;
d05410f9 5281 default:
b9fec167 5282 MISSING_CASE(port);
d05410f9
DA
5283 return POWER_DOMAIN_PORT_OTHER;
5284 }
5285}
5286
25f78f58
VS
5287static enum intel_display_power_domain port_to_aux_power_domain(enum port port)
5288{
5289 switch (port) {
5290 case PORT_A:
5291 return POWER_DOMAIN_AUX_A;
5292 case PORT_B:
5293 return POWER_DOMAIN_AUX_B;
5294 case PORT_C:
5295 return POWER_DOMAIN_AUX_C;
5296 case PORT_D:
5297 return POWER_DOMAIN_AUX_D;
5298 case PORT_E:
5299 /* FIXME: Check VBT for actual wiring of PORT E */
5300 return POWER_DOMAIN_AUX_D;
5301 default:
b9fec167 5302 MISSING_CASE(port);
25f78f58
VS
5303 return POWER_DOMAIN_AUX_A;
5304 }
5305}
5306
319be8ae
ID
5307enum intel_display_power_domain
5308intel_display_port_power_domain(struct intel_encoder *intel_encoder)
5309{
5310 struct drm_device *dev = intel_encoder->base.dev;
5311 struct intel_digital_port *intel_dig_port;
5312
5313 switch (intel_encoder->type) {
5314 case INTEL_OUTPUT_UNKNOWN:
5315 /* Only DDI platforms should ever use this output type */
5316 WARN_ON_ONCE(!HAS_DDI(dev));
5317 case INTEL_OUTPUT_DISPLAYPORT:
5318 case INTEL_OUTPUT_HDMI:
5319 case INTEL_OUTPUT_EDP:
5320 intel_dig_port = enc_to_dig_port(&intel_encoder->base);
d05410f9 5321 return port_to_power_domain(intel_dig_port->port);
0e32b39c
DA
5322 case INTEL_OUTPUT_DP_MST:
5323 intel_dig_port = enc_to_mst(&intel_encoder->base)->primary;
5324 return port_to_power_domain(intel_dig_port->port);
319be8ae
ID
5325 case INTEL_OUTPUT_ANALOG:
5326 return POWER_DOMAIN_PORT_CRT;
5327 case INTEL_OUTPUT_DSI:
5328 return POWER_DOMAIN_PORT_DSI;
5329 default:
5330 return POWER_DOMAIN_PORT_OTHER;
5331 }
5332}
5333
25f78f58
VS
5334enum intel_display_power_domain
5335intel_display_port_aux_power_domain(struct intel_encoder *intel_encoder)
5336{
5337 struct drm_device *dev = intel_encoder->base.dev;
5338 struct intel_digital_port *intel_dig_port;
5339
5340 switch (intel_encoder->type) {
5341 case INTEL_OUTPUT_UNKNOWN:
651174a4
ID
5342 case INTEL_OUTPUT_HDMI:
5343 /*
5344 * Only DDI platforms should ever use these output types.
5345 * We can get here after the HDMI detect code has already set
5346 * the type of the shared encoder. Since we can't be sure
5347 * what's the status of the given connectors, play safe and
5348 * run the DP detection too.
5349 */
25f78f58
VS
5350 WARN_ON_ONCE(!HAS_DDI(dev));
5351 case INTEL_OUTPUT_DISPLAYPORT:
5352 case INTEL_OUTPUT_EDP:
5353 intel_dig_port = enc_to_dig_port(&intel_encoder->base);
5354 return port_to_aux_power_domain(intel_dig_port->port);
5355 case INTEL_OUTPUT_DP_MST:
5356 intel_dig_port = enc_to_mst(&intel_encoder->base)->primary;
5357 return port_to_aux_power_domain(intel_dig_port->port);
5358 default:
b9fec167 5359 MISSING_CASE(intel_encoder->type);
25f78f58
VS
5360 return POWER_DOMAIN_AUX_A;
5361 }
5362}
5363
319be8ae 5364static unsigned long get_crtc_power_domains(struct drm_crtc *crtc)
77d22dca 5365{
319be8ae
ID
5366 struct drm_device *dev = crtc->dev;
5367 struct intel_encoder *intel_encoder;
5368 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
5369 enum pipe pipe = intel_crtc->pipe;
77d22dca 5370 unsigned long mask;
1a70a728 5371 enum transcoder transcoder = intel_crtc->config->cpu_transcoder;
77d22dca 5372
292b990e
ML
5373 if (!crtc->state->active)
5374 return 0;
5375
77d22dca
ID
5376 mask = BIT(POWER_DOMAIN_PIPE(pipe));
5377 mask |= BIT(POWER_DOMAIN_TRANSCODER(transcoder));
6e3c9717
ACO
5378 if (intel_crtc->config->pch_pfit.enabled ||
5379 intel_crtc->config->pch_pfit.force_thru)
77d22dca
ID
5380 mask |= BIT(POWER_DOMAIN_PIPE_PANEL_FITTER(pipe));
5381
319be8ae
ID
5382 for_each_encoder_on_crtc(dev, crtc, intel_encoder)
5383 mask |= BIT(intel_display_port_power_domain(intel_encoder));
5384
77d22dca
ID
5385 return mask;
5386}
5387
292b990e 5388static unsigned long modeset_get_crtc_power_domains(struct drm_crtc *crtc)
77d22dca 5389{
292b990e
ML
5390 struct drm_i915_private *dev_priv = crtc->dev->dev_private;
5391 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
5392 enum intel_display_power_domain domain;
5393 unsigned long domains, new_domains, old_domains;
77d22dca 5394
292b990e
ML
5395 old_domains = intel_crtc->enabled_power_domains;
5396 intel_crtc->enabled_power_domains = new_domains = get_crtc_power_domains(crtc);
77d22dca 5397
292b990e
ML
5398 domains = new_domains & ~old_domains;
5399
5400 for_each_power_domain(domain, domains)
5401 intel_display_power_get(dev_priv, domain);
5402
5403 return old_domains & ~new_domains;
5404}
5405
5406static void modeset_put_power_domains(struct drm_i915_private *dev_priv,
5407 unsigned long domains)
5408{
5409 enum intel_display_power_domain domain;
5410
5411 for_each_power_domain(domain, domains)
5412 intel_display_power_put(dev_priv, domain);
5413}
77d22dca 5414
292b990e
ML
5415static void modeset_update_crtc_power_domains(struct drm_atomic_state *state)
5416{
1a617b77 5417 struct intel_atomic_state *intel_state = to_intel_atomic_state(state);
292b990e
ML
5418 struct drm_device *dev = state->dev;
5419 struct drm_i915_private *dev_priv = dev->dev_private;
5420 unsigned long put_domains[I915_MAX_PIPES] = {};
5421 struct drm_crtc_state *crtc_state;
5422 struct drm_crtc *crtc;
5423 int i;
77d22dca 5424
292b990e
ML
5425 for_each_crtc_in_state(state, crtc, crtc_state, i) {
5426 if (needs_modeset(crtc->state))
5427 put_domains[to_intel_crtc(crtc)->pipe] =
5428 modeset_get_crtc_power_domains(crtc);
77d22dca
ID
5429 }
5430
1a617b77
ML
5431 if (dev_priv->display.modeset_commit_cdclk &&
5432 intel_state->dev_cdclk != dev_priv->cdclk_freq)
5433 dev_priv->display.modeset_commit_cdclk(state);
50f6e502 5434
292b990e
ML
5435 for (i = 0; i < I915_MAX_PIPES; i++)
5436 if (put_domains[i])
5437 modeset_put_power_domains(dev_priv, put_domains[i]);
77d22dca
ID
5438}
5439
adafdc6f
MK
5440static int intel_compute_max_dotclk(struct drm_i915_private *dev_priv)
5441{
5442 int max_cdclk_freq = dev_priv->max_cdclk_freq;
5443
5444 if (INTEL_INFO(dev_priv)->gen >= 9 ||
5445 IS_HASWELL(dev_priv) || IS_BROADWELL(dev_priv))
5446 return max_cdclk_freq;
5447 else if (IS_CHERRYVIEW(dev_priv))
5448 return max_cdclk_freq*95/100;
5449 else if (INTEL_INFO(dev_priv)->gen < 4)
5450 return 2*max_cdclk_freq*90/100;
5451 else
5452 return max_cdclk_freq*90/100;
5453}
5454
560a7ae4
DL
5455static void intel_update_max_cdclk(struct drm_device *dev)
5456{
5457 struct drm_i915_private *dev_priv = dev->dev_private;
5458
ef11bdb3 5459 if (IS_SKYLAKE(dev) || IS_KABYLAKE(dev)) {
560a7ae4
DL
5460 u32 limit = I915_READ(SKL_DFSM) & SKL_DFSM_CDCLK_LIMIT_MASK;
5461
5462 if (limit == SKL_DFSM_CDCLK_LIMIT_675)
5463 dev_priv->max_cdclk_freq = 675000;
5464 else if (limit == SKL_DFSM_CDCLK_LIMIT_540)
5465 dev_priv->max_cdclk_freq = 540000;
5466 else if (limit == SKL_DFSM_CDCLK_LIMIT_450)
5467 dev_priv->max_cdclk_freq = 450000;
5468 else
5469 dev_priv->max_cdclk_freq = 337500;
5470 } else if (IS_BROADWELL(dev)) {
5471 /*
5472 * FIXME with extra cooling we can allow
5473 * 540 MHz for ULX and 675 Mhz for ULT.
5474 * How can we know if extra cooling is
5475 * available? PCI ID, VTB, something else?
5476 */
5477 if (I915_READ(FUSE_STRAP) & HSW_CDCLK_LIMIT)
5478 dev_priv->max_cdclk_freq = 450000;
5479 else if (IS_BDW_ULX(dev))
5480 dev_priv->max_cdclk_freq = 450000;
5481 else if (IS_BDW_ULT(dev))
5482 dev_priv->max_cdclk_freq = 540000;
5483 else
5484 dev_priv->max_cdclk_freq = 675000;
0904deaf
MK
5485 } else if (IS_CHERRYVIEW(dev)) {
5486 dev_priv->max_cdclk_freq = 320000;
560a7ae4
DL
5487 } else if (IS_VALLEYVIEW(dev)) {
5488 dev_priv->max_cdclk_freq = 400000;
5489 } else {
5490 /* otherwise assume cdclk is fixed */
5491 dev_priv->max_cdclk_freq = dev_priv->cdclk_freq;
5492 }
5493
adafdc6f
MK
5494 dev_priv->max_dotclk_freq = intel_compute_max_dotclk(dev_priv);
5495
560a7ae4
DL
5496 DRM_DEBUG_DRIVER("Max CD clock rate: %d kHz\n",
5497 dev_priv->max_cdclk_freq);
adafdc6f
MK
5498
5499 DRM_DEBUG_DRIVER("Max dotclock rate: %d kHz\n",
5500 dev_priv->max_dotclk_freq);
560a7ae4
DL
5501}
5502
5503static void intel_update_cdclk(struct drm_device *dev)
5504{
5505 struct drm_i915_private *dev_priv = dev->dev_private;
5506
5507 dev_priv->cdclk_freq = dev_priv->display.get_display_clock_speed(dev);
5508 DRM_DEBUG_DRIVER("Current CD clock rate: %d kHz\n",
5509 dev_priv->cdclk_freq);
5510
5511 /*
5512 * Program the gmbus_freq based on the cdclk frequency.
5513 * BSpec erroneously claims we should aim for 4MHz, but
5514 * in fact 1MHz is the correct frequency.
5515 */
666a4537 5516 if (IS_VALLEYVIEW(dev) || IS_CHERRYVIEW(dev)) {
560a7ae4
DL
5517 /*
5518 * Program the gmbus_freq based on the cdclk frequency.
5519 * BSpec erroneously claims we should aim for 4MHz, but
5520 * in fact 1MHz is the correct frequency.
5521 */
5522 I915_WRITE(GMBUSFREQ_VLV, DIV_ROUND_UP(dev_priv->cdclk_freq, 1000));
5523 }
5524
5525 if (dev_priv->max_cdclk_freq == 0)
5526 intel_update_max_cdclk(dev);
5527}
5528
70d0c574 5529static void broxton_set_cdclk(struct drm_device *dev, int frequency)
f8437dd1
VK
5530{
5531 struct drm_i915_private *dev_priv = dev->dev_private;
5532 uint32_t divider;
5533 uint32_t ratio;
5534 uint32_t current_freq;
5535 int ret;
5536
5537 /* frequency = 19.2MHz * ratio / 2 / div{1,1.5,2,4} */
5538 switch (frequency) {
5539 case 144000:
5540 divider = BXT_CDCLK_CD2X_DIV_SEL_4;
5541 ratio = BXT_DE_PLL_RATIO(60);
5542 break;
5543 case 288000:
5544 divider = BXT_CDCLK_CD2X_DIV_SEL_2;
5545 ratio = BXT_DE_PLL_RATIO(60);
5546 break;
5547 case 384000:
5548 divider = BXT_CDCLK_CD2X_DIV_SEL_1_5;
5549 ratio = BXT_DE_PLL_RATIO(60);
5550 break;
5551 case 576000:
5552 divider = BXT_CDCLK_CD2X_DIV_SEL_1;
5553 ratio = BXT_DE_PLL_RATIO(60);
5554 break;
5555 case 624000:
5556 divider = BXT_CDCLK_CD2X_DIV_SEL_1;
5557 ratio = BXT_DE_PLL_RATIO(65);
5558 break;
5559 case 19200:
5560 /*
5561 * Bypass frequency with DE PLL disabled. Init ratio, divider
5562 * to suppress GCC warning.
5563 */
5564 ratio = 0;
5565 divider = 0;
5566 break;
5567 default:
5568 DRM_ERROR("unsupported CDCLK freq %d", frequency);
5569
5570 return;
5571 }
5572
5573 mutex_lock(&dev_priv->rps.hw_lock);
5574 /* Inform power controller of upcoming frequency change */
5575 ret = sandybridge_pcode_write(dev_priv, HSW_PCODE_DE_WRITE_FREQ_REQ,
5576 0x80000000);
5577 mutex_unlock(&dev_priv->rps.hw_lock);
5578
5579 if (ret) {
5580 DRM_ERROR("PCode CDCLK freq change notify failed (err %d, freq %d)\n",
5581 ret, frequency);
5582 return;
5583 }
5584
5585 current_freq = I915_READ(CDCLK_CTL) & CDCLK_FREQ_DECIMAL_MASK;
5586 /* convert from .1 fixpoint MHz with -1MHz offset to kHz */
5587 current_freq = current_freq * 500 + 1000;
5588
5589 /*
5590 * DE PLL has to be disabled when
5591 * - setting to 19.2MHz (bypass, PLL isn't used)
5592 * - before setting to 624MHz (PLL needs toggling)
5593 * - before setting to any frequency from 624MHz (PLL needs toggling)
5594 */
5595 if (frequency == 19200 || frequency == 624000 ||
5596 current_freq == 624000) {
5597 I915_WRITE(BXT_DE_PLL_ENABLE, ~BXT_DE_PLL_PLL_ENABLE);
5598 /* Timeout 200us */
5599 if (wait_for(!(I915_READ(BXT_DE_PLL_ENABLE) & BXT_DE_PLL_LOCK),
5600 1))
5601 DRM_ERROR("timout waiting for DE PLL unlock\n");
5602 }
5603
5604 if (frequency != 19200) {
5605 uint32_t val;
5606
5607 val = I915_READ(BXT_DE_PLL_CTL);
5608 val &= ~BXT_DE_PLL_RATIO_MASK;
5609 val |= ratio;
5610 I915_WRITE(BXT_DE_PLL_CTL, val);
5611
5612 I915_WRITE(BXT_DE_PLL_ENABLE, BXT_DE_PLL_PLL_ENABLE);
5613 /* Timeout 200us */
5614 if (wait_for(I915_READ(BXT_DE_PLL_ENABLE) & BXT_DE_PLL_LOCK, 1))
5615 DRM_ERROR("timeout waiting for DE PLL lock\n");
5616
5617 val = I915_READ(CDCLK_CTL);
5618 val &= ~BXT_CDCLK_CD2X_DIV_SEL_MASK;
5619 val |= divider;
5620 /*
5621 * Disable SSA Precharge when CD clock frequency < 500 MHz,
5622 * enable otherwise.
5623 */
5624 val &= ~BXT_CDCLK_SSA_PRECHARGE_ENABLE;
5625 if (frequency >= 500000)
5626 val |= BXT_CDCLK_SSA_PRECHARGE_ENABLE;
5627
5628 val &= ~CDCLK_FREQ_DECIMAL_MASK;
5629 /* convert from kHz to .1 fixpoint MHz with -1MHz offset */
5630 val |= (frequency - 1000) / 500;
5631 I915_WRITE(CDCLK_CTL, val);
5632 }
5633
5634 mutex_lock(&dev_priv->rps.hw_lock);
5635 ret = sandybridge_pcode_write(dev_priv, HSW_PCODE_DE_WRITE_FREQ_REQ,
5636 DIV_ROUND_UP(frequency, 25000));
5637 mutex_unlock(&dev_priv->rps.hw_lock);
5638
5639 if (ret) {
5640 DRM_ERROR("PCode CDCLK freq set failed, (err %d, freq %d)\n",
5641 ret, frequency);
5642 return;
5643 }
5644
a47871bd 5645 intel_update_cdclk(dev);
f8437dd1
VK
5646}
5647
5648void broxton_init_cdclk(struct drm_device *dev)
5649{
5650 struct drm_i915_private *dev_priv = dev->dev_private;
5651 uint32_t val;
5652
5653 /*
5654 * NDE_RSTWRN_OPT RST PCH Handshake En must always be 0b on BXT
5655 * or else the reset will hang because there is no PCH to respond.
5656 * Move the handshake programming to initialization sequence.
5657 * Previously was left up to BIOS.
5658 */
5659 val = I915_READ(HSW_NDE_RSTWRN_OPT);
5660 val &= ~RESET_PCH_HANDSHAKE_ENABLE;
5661 I915_WRITE(HSW_NDE_RSTWRN_OPT, val);
5662
5663 /* Enable PG1 for cdclk */
5664 intel_display_power_get(dev_priv, POWER_DOMAIN_PLLS);
5665
5666 /* check if cd clock is enabled */
5667 if (I915_READ(BXT_DE_PLL_ENABLE) & BXT_DE_PLL_PLL_ENABLE) {
5668 DRM_DEBUG_KMS("Display already initialized\n");
5669 return;
5670 }
5671
5672 /*
5673 * FIXME:
5674 * - The initial CDCLK needs to be read from VBT.
5675 * Need to make this change after VBT has changes for BXT.
5676 * - check if setting the max (or any) cdclk freq is really necessary
5677 * here, it belongs to modeset time
5678 */
5679 broxton_set_cdclk(dev, 624000);
5680
5681 I915_WRITE(DBUF_CTL, I915_READ(DBUF_CTL) | DBUF_POWER_REQUEST);
22e02c0b
VS
5682 POSTING_READ(DBUF_CTL);
5683
f8437dd1
VK
5684 udelay(10);
5685
5686 if (!(I915_READ(DBUF_CTL) & DBUF_POWER_STATE))
5687 DRM_ERROR("DBuf power enable timeout!\n");
5688}
5689
5690void broxton_uninit_cdclk(struct drm_device *dev)
5691{
5692 struct drm_i915_private *dev_priv = dev->dev_private;
5693
5694 I915_WRITE(DBUF_CTL, I915_READ(DBUF_CTL) & ~DBUF_POWER_REQUEST);
22e02c0b
VS
5695 POSTING_READ(DBUF_CTL);
5696
f8437dd1
VK
5697 udelay(10);
5698
5699 if (I915_READ(DBUF_CTL) & DBUF_POWER_STATE)
5700 DRM_ERROR("DBuf power disable timeout!\n");
5701
5702 /* Set minimum (bypass) frequency, in effect turning off the DE PLL */
5703 broxton_set_cdclk(dev, 19200);
5704
5705 intel_display_power_put(dev_priv, POWER_DOMAIN_PLLS);
5706}
5707
5d96d8af
DL
5708static const struct skl_cdclk_entry {
5709 unsigned int freq;
5710 unsigned int vco;
5711} skl_cdclk_frequencies[] = {
5712 { .freq = 308570, .vco = 8640 },
5713 { .freq = 337500, .vco = 8100 },
5714 { .freq = 432000, .vco = 8640 },
5715 { .freq = 450000, .vco = 8100 },
5716 { .freq = 540000, .vco = 8100 },
5717 { .freq = 617140, .vco = 8640 },
5718 { .freq = 675000, .vco = 8100 },
5719};
5720
5721static unsigned int skl_cdclk_decimal(unsigned int freq)
5722{
5723 return (freq - 1000) / 500;
5724}
5725
5726static unsigned int skl_cdclk_get_vco(unsigned int freq)
5727{
5728 unsigned int i;
5729
5730 for (i = 0; i < ARRAY_SIZE(skl_cdclk_frequencies); i++) {
5731 const struct skl_cdclk_entry *e = &skl_cdclk_frequencies[i];
5732
5733 if (e->freq == freq)
5734 return e->vco;
5735 }
5736
5737 return 8100;
5738}
5739
5740static void
5741skl_dpll0_enable(struct drm_i915_private *dev_priv, unsigned int required_vco)
5742{
5743 unsigned int min_freq;
5744 u32 val;
5745
5746 /* select the minimum CDCLK before enabling DPLL 0 */
5747 val = I915_READ(CDCLK_CTL);
5748 val &= ~CDCLK_FREQ_SEL_MASK | ~CDCLK_FREQ_DECIMAL_MASK;
5749 val |= CDCLK_FREQ_337_308;
5750
5751 if (required_vco == 8640)
5752 min_freq = 308570;
5753 else
5754 min_freq = 337500;
5755
5756 val = CDCLK_FREQ_337_308 | skl_cdclk_decimal(min_freq);
5757
5758 I915_WRITE(CDCLK_CTL, val);
5759 POSTING_READ(CDCLK_CTL);
5760
5761 /*
5762 * We always enable DPLL0 with the lowest link rate possible, but still
5763 * taking into account the VCO required to operate the eDP panel at the
5764 * desired frequency. The usual DP link rates operate with a VCO of
5765 * 8100 while the eDP 1.4 alternate link rates need a VCO of 8640.
5766 * The modeset code is responsible for the selection of the exact link
5767 * rate later on, with the constraint of choosing a frequency that
5768 * works with required_vco.
5769 */
5770 val = I915_READ(DPLL_CTRL1);
5771
5772 val &= ~(DPLL_CTRL1_HDMI_MODE(SKL_DPLL0) | DPLL_CTRL1_SSC(SKL_DPLL0) |
5773 DPLL_CTRL1_LINK_RATE_MASK(SKL_DPLL0));
5774 val |= DPLL_CTRL1_OVERRIDE(SKL_DPLL0);
5775 if (required_vco == 8640)
5776 val |= DPLL_CTRL1_LINK_RATE(DPLL_CTRL1_LINK_RATE_1080,
5777 SKL_DPLL0);
5778 else
5779 val |= DPLL_CTRL1_LINK_RATE(DPLL_CTRL1_LINK_RATE_810,
5780 SKL_DPLL0);
5781
5782 I915_WRITE(DPLL_CTRL1, val);
5783 POSTING_READ(DPLL_CTRL1);
5784
5785 I915_WRITE(LCPLL1_CTL, I915_READ(LCPLL1_CTL) | LCPLL_PLL_ENABLE);
5786
5787 if (wait_for(I915_READ(LCPLL1_CTL) & LCPLL_PLL_LOCK, 5))
5788 DRM_ERROR("DPLL0 not locked\n");
5789}
5790
5791static bool skl_cdclk_pcu_ready(struct drm_i915_private *dev_priv)
5792{
5793 int ret;
5794 u32 val;
5795
5796 /* inform PCU we want to change CDCLK */
5797 val = SKL_CDCLK_PREPARE_FOR_CHANGE;
5798 mutex_lock(&dev_priv->rps.hw_lock);
5799 ret = sandybridge_pcode_read(dev_priv, SKL_PCODE_CDCLK_CONTROL, &val);
5800 mutex_unlock(&dev_priv->rps.hw_lock);
5801
5802 return ret == 0 && (val & SKL_CDCLK_READY_FOR_CHANGE);
5803}
5804
5805static bool skl_cdclk_wait_for_pcu_ready(struct drm_i915_private *dev_priv)
5806{
5807 unsigned int i;
5808
5809 for (i = 0; i < 15; i++) {
5810 if (skl_cdclk_pcu_ready(dev_priv))
5811 return true;
5812 udelay(10);
5813 }
5814
5815 return false;
5816}
5817
5818static void skl_set_cdclk(struct drm_i915_private *dev_priv, unsigned int freq)
5819{
560a7ae4 5820 struct drm_device *dev = dev_priv->dev;
5d96d8af
DL
5821 u32 freq_select, pcu_ack;
5822
5823 DRM_DEBUG_DRIVER("Changing CDCLK to %dKHz\n", freq);
5824
5825 if (!skl_cdclk_wait_for_pcu_ready(dev_priv)) {
5826 DRM_ERROR("failed to inform PCU about cdclk change\n");
5827 return;
5828 }
5829
5830 /* set CDCLK_CTL */
5831 switch(freq) {
5832 case 450000:
5833 case 432000:
5834 freq_select = CDCLK_FREQ_450_432;
5835 pcu_ack = 1;
5836 break;
5837 case 540000:
5838 freq_select = CDCLK_FREQ_540;
5839 pcu_ack = 2;
5840 break;
5841 case 308570:
5842 case 337500:
5843 default:
5844 freq_select = CDCLK_FREQ_337_308;
5845 pcu_ack = 0;
5846 break;
5847 case 617140:
5848 case 675000:
5849 freq_select = CDCLK_FREQ_675_617;
5850 pcu_ack = 3;
5851 break;
5852 }
5853
5854 I915_WRITE(CDCLK_CTL, freq_select | skl_cdclk_decimal(freq));
5855 POSTING_READ(CDCLK_CTL);
5856
5857 /* inform PCU of the change */
5858 mutex_lock(&dev_priv->rps.hw_lock);
5859 sandybridge_pcode_write(dev_priv, SKL_PCODE_CDCLK_CONTROL, pcu_ack);
5860 mutex_unlock(&dev_priv->rps.hw_lock);
560a7ae4
DL
5861
5862 intel_update_cdclk(dev);
5d96d8af
DL
5863}
5864
5865void skl_uninit_cdclk(struct drm_i915_private *dev_priv)
5866{
5867 /* disable DBUF power */
5868 I915_WRITE(DBUF_CTL, I915_READ(DBUF_CTL) & ~DBUF_POWER_REQUEST);
5869 POSTING_READ(DBUF_CTL);
5870
5871 udelay(10);
5872
5873 if (I915_READ(DBUF_CTL) & DBUF_POWER_STATE)
5874 DRM_ERROR("DBuf power disable timeout\n");
5875
ab96c1ee
ID
5876 /* disable DPLL0 */
5877 I915_WRITE(LCPLL1_CTL, I915_READ(LCPLL1_CTL) & ~LCPLL_PLL_ENABLE);
5878 if (wait_for(!(I915_READ(LCPLL1_CTL) & LCPLL_PLL_LOCK), 1))
5879 DRM_ERROR("Couldn't disable DPLL0\n");
5d96d8af
DL
5880}
5881
5882void skl_init_cdclk(struct drm_i915_private *dev_priv)
5883{
5d96d8af
DL
5884 unsigned int required_vco;
5885
39d9b85a
GW
5886 /* DPLL0 not enabled (happens on early BIOS versions) */
5887 if (!(I915_READ(LCPLL1_CTL) & LCPLL_PLL_ENABLE)) {
5888 /* enable DPLL0 */
5889 required_vco = skl_cdclk_get_vco(dev_priv->skl_boot_cdclk);
5890 skl_dpll0_enable(dev_priv, required_vco);
5d96d8af
DL
5891 }
5892
5d96d8af
DL
5893 /* set CDCLK to the frequency the BIOS chose */
5894 skl_set_cdclk(dev_priv, dev_priv->skl_boot_cdclk);
5895
5896 /* enable DBUF power */
5897 I915_WRITE(DBUF_CTL, I915_READ(DBUF_CTL) | DBUF_POWER_REQUEST);
5898 POSTING_READ(DBUF_CTL);
5899
5900 udelay(10);
5901
5902 if (!(I915_READ(DBUF_CTL) & DBUF_POWER_STATE))
5903 DRM_ERROR("DBuf power enable timeout\n");
5904}
5905
c73666f3
SK
5906int skl_sanitize_cdclk(struct drm_i915_private *dev_priv)
5907{
5908 uint32_t lcpll1 = I915_READ(LCPLL1_CTL);
5909 uint32_t cdctl = I915_READ(CDCLK_CTL);
5910 int freq = dev_priv->skl_boot_cdclk;
5911
f1b391a5
SK
5912 /*
5913 * check if the pre-os intialized the display
5914 * There is SWF18 scratchpad register defined which is set by the
5915 * pre-os which can be used by the OS drivers to check the status
5916 */
5917 if ((I915_READ(SWF_ILK(0x18)) & 0x00FFFFFF) == 0)
5918 goto sanitize;
5919
c73666f3
SK
5920 /* Is PLL enabled and locked ? */
5921 if (!((lcpll1 & LCPLL_PLL_ENABLE) && (lcpll1 & LCPLL_PLL_LOCK)))
5922 goto sanitize;
5923
5924 /* DPLL okay; verify the cdclock
5925 *
5926 * Noticed in some instances that the freq selection is correct but
5927 * decimal part is programmed wrong from BIOS where pre-os does not
5928 * enable display. Verify the same as well.
5929 */
5930 if (cdctl == ((cdctl & CDCLK_FREQ_SEL_MASK) | skl_cdclk_decimal(freq)))
5931 /* All well; nothing to sanitize */
5932 return false;
5933sanitize:
5934 /*
5935 * As of now initialize with max cdclk till
5936 * we get dynamic cdclk support
5937 * */
5938 dev_priv->skl_boot_cdclk = dev_priv->max_cdclk_freq;
5939 skl_init_cdclk(dev_priv);
5940
5941 /* we did have to sanitize */
5942 return true;
5943}
5944
30a970c6
JB
5945/* Adjust CDclk dividers to allow high res or save power if possible */
5946static void valleyview_set_cdclk(struct drm_device *dev, int cdclk)
5947{
5948 struct drm_i915_private *dev_priv = dev->dev_private;
5949 u32 val, cmd;
5950
164dfd28
VK
5951 WARN_ON(dev_priv->display.get_display_clock_speed(dev)
5952 != dev_priv->cdclk_freq);
d60c4473 5953
dfcab17e 5954 if (cdclk >= 320000) /* jump to highest voltage for 400MHz too */
30a970c6 5955 cmd = 2;
dfcab17e 5956 else if (cdclk == 266667)
30a970c6
JB
5957 cmd = 1;
5958 else
5959 cmd = 0;
5960
5961 mutex_lock(&dev_priv->rps.hw_lock);
5962 val = vlv_punit_read(dev_priv, PUNIT_REG_DSPFREQ);
5963 val &= ~DSPFREQGUAR_MASK;
5964 val |= (cmd << DSPFREQGUAR_SHIFT);
5965 vlv_punit_write(dev_priv, PUNIT_REG_DSPFREQ, val);
5966 if (wait_for((vlv_punit_read(dev_priv, PUNIT_REG_DSPFREQ) &
5967 DSPFREQSTAT_MASK) == (cmd << DSPFREQSTAT_SHIFT),
5968 50)) {
5969 DRM_ERROR("timed out waiting for CDclk change\n");
5970 }
5971 mutex_unlock(&dev_priv->rps.hw_lock);
5972
54433e91
VS
5973 mutex_lock(&dev_priv->sb_lock);
5974
dfcab17e 5975 if (cdclk == 400000) {
6bcda4f0 5976 u32 divider;
30a970c6 5977
6bcda4f0 5978 divider = DIV_ROUND_CLOSEST(dev_priv->hpll_freq << 1, cdclk) - 1;
30a970c6 5979
30a970c6
JB
5980 /* adjust cdclk divider */
5981 val = vlv_cck_read(dev_priv, CCK_DISPLAY_CLOCK_CONTROL);
87d5d259 5982 val &= ~CCK_FREQUENCY_VALUES;
30a970c6
JB
5983 val |= divider;
5984 vlv_cck_write(dev_priv, CCK_DISPLAY_CLOCK_CONTROL, val);
a877e801
VS
5985
5986 if (wait_for((vlv_cck_read(dev_priv, CCK_DISPLAY_CLOCK_CONTROL) &
87d5d259 5987 CCK_FREQUENCY_STATUS) == (divider << CCK_FREQUENCY_STATUS_SHIFT),
a877e801
VS
5988 50))
5989 DRM_ERROR("timed out waiting for CDclk change\n");
30a970c6
JB
5990 }
5991
30a970c6
JB
5992 /* adjust self-refresh exit latency value */
5993 val = vlv_bunit_read(dev_priv, BUNIT_REG_BISOC);
5994 val &= ~0x7f;
5995
5996 /*
5997 * For high bandwidth configs, we set a higher latency in the bunit
5998 * so that the core display fetch happens in time to avoid underruns.
5999 */
dfcab17e 6000 if (cdclk == 400000)
30a970c6
JB
6001 val |= 4500 / 250; /* 4.5 usec */
6002 else
6003 val |= 3000 / 250; /* 3.0 usec */
6004 vlv_bunit_write(dev_priv, BUNIT_REG_BISOC, val);
54433e91 6005
a580516d 6006 mutex_unlock(&dev_priv->sb_lock);
30a970c6 6007
b6283055 6008 intel_update_cdclk(dev);
30a970c6
JB
6009}
6010
383c5a6a
VS
6011static void cherryview_set_cdclk(struct drm_device *dev, int cdclk)
6012{
6013 struct drm_i915_private *dev_priv = dev->dev_private;
6014 u32 val, cmd;
6015
164dfd28
VK
6016 WARN_ON(dev_priv->display.get_display_clock_speed(dev)
6017 != dev_priv->cdclk_freq);
383c5a6a
VS
6018
6019 switch (cdclk) {
383c5a6a
VS
6020 case 333333:
6021 case 320000:
383c5a6a 6022 case 266667:
383c5a6a 6023 case 200000:
383c5a6a
VS
6024 break;
6025 default:
5f77eeb0 6026 MISSING_CASE(cdclk);
383c5a6a
VS
6027 return;
6028 }
6029
9d0d3fda
VS
6030 /*
6031 * Specs are full of misinformation, but testing on actual
6032 * hardware has shown that we just need to write the desired
6033 * CCK divider into the Punit register.
6034 */
6035 cmd = DIV_ROUND_CLOSEST(dev_priv->hpll_freq << 1, cdclk) - 1;
6036
383c5a6a
VS
6037 mutex_lock(&dev_priv->rps.hw_lock);
6038 val = vlv_punit_read(dev_priv, PUNIT_REG_DSPFREQ);
6039 val &= ~DSPFREQGUAR_MASK_CHV;
6040 val |= (cmd << DSPFREQGUAR_SHIFT_CHV);
6041 vlv_punit_write(dev_priv, PUNIT_REG_DSPFREQ, val);
6042 if (wait_for((vlv_punit_read(dev_priv, PUNIT_REG_DSPFREQ) &
6043 DSPFREQSTAT_MASK_CHV) == (cmd << DSPFREQSTAT_SHIFT_CHV),
6044 50)) {
6045 DRM_ERROR("timed out waiting for CDclk change\n");
6046 }
6047 mutex_unlock(&dev_priv->rps.hw_lock);
6048
b6283055 6049 intel_update_cdclk(dev);
383c5a6a
VS
6050}
6051
30a970c6
JB
6052static int valleyview_calc_cdclk(struct drm_i915_private *dev_priv,
6053 int max_pixclk)
6054{
6bcda4f0 6055 int freq_320 = (dev_priv->hpll_freq << 1) % 320000 != 0 ? 333333 : 320000;
6cca3195 6056 int limit = IS_CHERRYVIEW(dev_priv) ? 95 : 90;
29dc7ef3 6057
30a970c6
JB
6058 /*
6059 * Really only a few cases to deal with, as only 4 CDclks are supported:
6060 * 200MHz
6061 * 267MHz
29dc7ef3 6062 * 320/333MHz (depends on HPLL freq)
6cca3195
VS
6063 * 400MHz (VLV only)
6064 * So we check to see whether we're above 90% (VLV) or 95% (CHV)
6065 * of the lower bin and adjust if needed.
e37c67a1
VS
6066 *
6067 * We seem to get an unstable or solid color picture at 200MHz.
6068 * Not sure what's wrong. For now use 200MHz only when all pipes
6069 * are off.
30a970c6 6070 */
6cca3195
VS
6071 if (!IS_CHERRYVIEW(dev_priv) &&
6072 max_pixclk > freq_320*limit/100)
dfcab17e 6073 return 400000;
6cca3195 6074 else if (max_pixclk > 266667*limit/100)
29dc7ef3 6075 return freq_320;
e37c67a1 6076 else if (max_pixclk > 0)
dfcab17e 6077 return 266667;
e37c67a1
VS
6078 else
6079 return 200000;
30a970c6
JB
6080}
6081
f8437dd1
VK
6082static int broxton_calc_cdclk(struct drm_i915_private *dev_priv,
6083 int max_pixclk)
6084{
6085 /*
6086 * FIXME:
6087 * - remove the guardband, it's not needed on BXT
6088 * - set 19.2MHz bypass frequency if there are no active pipes
6089 */
6090 if (max_pixclk > 576000*9/10)
6091 return 624000;
6092 else if (max_pixclk > 384000*9/10)
6093 return 576000;
6094 else if (max_pixclk > 288000*9/10)
6095 return 384000;
6096 else if (max_pixclk > 144000*9/10)
6097 return 288000;
6098 else
6099 return 144000;
6100}
6101
a821fc46
ACO
6102/* Compute the max pixel clock for new configuration. Uses atomic state if
6103 * that's non-NULL, look at current state otherwise. */
6104static int intel_mode_max_pixclk(struct drm_device *dev,
6105 struct drm_atomic_state *state)
30a970c6 6106{
565602d7
ML
6107 struct intel_atomic_state *intel_state = to_intel_atomic_state(state);
6108 struct drm_i915_private *dev_priv = dev->dev_private;
6109 struct drm_crtc *crtc;
6110 struct drm_crtc_state *crtc_state;
6111 unsigned max_pixclk = 0, i;
6112 enum pipe pipe;
30a970c6 6113
565602d7
ML
6114 memcpy(intel_state->min_pixclk, dev_priv->min_pixclk,
6115 sizeof(intel_state->min_pixclk));
304603f4 6116
565602d7
ML
6117 for_each_crtc_in_state(state, crtc, crtc_state, i) {
6118 int pixclk = 0;
6119
6120 if (crtc_state->enable)
6121 pixclk = crtc_state->adjusted_mode.crtc_clock;
304603f4 6122
565602d7 6123 intel_state->min_pixclk[i] = pixclk;
30a970c6
JB
6124 }
6125
565602d7
ML
6126 if (!intel_state->active_crtcs)
6127 return 0;
6128
6129 for_each_pipe(dev_priv, pipe)
6130 max_pixclk = max(intel_state->min_pixclk[pipe], max_pixclk);
6131
30a970c6
JB
6132 return max_pixclk;
6133}
6134
27c329ed 6135static int valleyview_modeset_calc_cdclk(struct drm_atomic_state *state)
30a970c6 6136{
27c329ed
ML
6137 struct drm_device *dev = state->dev;
6138 struct drm_i915_private *dev_priv = dev->dev_private;
6139 int max_pixclk = intel_mode_max_pixclk(dev, state);
1a617b77
ML
6140 struct intel_atomic_state *intel_state =
6141 to_intel_atomic_state(state);
30a970c6 6142
304603f4
ACO
6143 if (max_pixclk < 0)
6144 return max_pixclk;
30a970c6 6145
1a617b77 6146 intel_state->cdclk = intel_state->dev_cdclk =
27c329ed 6147 valleyview_calc_cdclk(dev_priv, max_pixclk);
0a9ab303 6148
1a617b77
ML
6149 if (!intel_state->active_crtcs)
6150 intel_state->dev_cdclk = valleyview_calc_cdclk(dev_priv, 0);
6151
27c329ed
ML
6152 return 0;
6153}
304603f4 6154
27c329ed
ML
6155static int broxton_modeset_calc_cdclk(struct drm_atomic_state *state)
6156{
6157 struct drm_device *dev = state->dev;
6158 struct drm_i915_private *dev_priv = dev->dev_private;
6159 int max_pixclk = intel_mode_max_pixclk(dev, state);
1a617b77
ML
6160 struct intel_atomic_state *intel_state =
6161 to_intel_atomic_state(state);
85a96e7a 6162
27c329ed
ML
6163 if (max_pixclk < 0)
6164 return max_pixclk;
85a96e7a 6165
1a617b77 6166 intel_state->cdclk = intel_state->dev_cdclk =
27c329ed 6167 broxton_calc_cdclk(dev_priv, max_pixclk);
85a96e7a 6168
1a617b77
ML
6169 if (!intel_state->active_crtcs)
6170 intel_state->dev_cdclk = broxton_calc_cdclk(dev_priv, 0);
6171
27c329ed 6172 return 0;
30a970c6
JB
6173}
6174
1e69cd74
VS
6175static void vlv_program_pfi_credits(struct drm_i915_private *dev_priv)
6176{
6177 unsigned int credits, default_credits;
6178
6179 if (IS_CHERRYVIEW(dev_priv))
6180 default_credits = PFI_CREDIT(12);
6181 else
6182 default_credits = PFI_CREDIT(8);
6183
bfa7df01 6184 if (dev_priv->cdclk_freq >= dev_priv->czclk_freq) {
1e69cd74
VS
6185 /* CHV suggested value is 31 or 63 */
6186 if (IS_CHERRYVIEW(dev_priv))
fcc0008f 6187 credits = PFI_CREDIT_63;
1e69cd74
VS
6188 else
6189 credits = PFI_CREDIT(15);
6190 } else {
6191 credits = default_credits;
6192 }
6193
6194 /*
6195 * WA - write default credits before re-programming
6196 * FIXME: should we also set the resend bit here?
6197 */
6198 I915_WRITE(GCI_CONTROL, VGA_FAST_MODE_DISABLE |
6199 default_credits);
6200
6201 I915_WRITE(GCI_CONTROL, VGA_FAST_MODE_DISABLE |
6202 credits | PFI_CREDIT_RESEND);
6203
6204 /*
6205 * FIXME is this guaranteed to clear
6206 * immediately or should we poll for it?
6207 */
6208 WARN_ON(I915_READ(GCI_CONTROL) & PFI_CREDIT_RESEND);
6209}
6210
27c329ed 6211static void valleyview_modeset_commit_cdclk(struct drm_atomic_state *old_state)
30a970c6 6212{
a821fc46 6213 struct drm_device *dev = old_state->dev;
30a970c6 6214 struct drm_i915_private *dev_priv = dev->dev_private;
1a617b77
ML
6215 struct intel_atomic_state *old_intel_state =
6216 to_intel_atomic_state(old_state);
6217 unsigned req_cdclk = old_intel_state->dev_cdclk;
30a970c6 6218
27c329ed
ML
6219 /*
6220 * FIXME: We can end up here with all power domains off, yet
6221 * with a CDCLK frequency other than the minimum. To account
6222 * for this take the PIPE-A power domain, which covers the HW
6223 * blocks needed for the following programming. This can be
6224 * removed once it's guaranteed that we get here either with
6225 * the minimum CDCLK set, or the required power domains
6226 * enabled.
6227 */
6228 intel_display_power_get(dev_priv, POWER_DOMAIN_PIPE_A);
738c05c0 6229
27c329ed
ML
6230 if (IS_CHERRYVIEW(dev))
6231 cherryview_set_cdclk(dev, req_cdclk);
6232 else
6233 valleyview_set_cdclk(dev, req_cdclk);
738c05c0 6234
27c329ed 6235 vlv_program_pfi_credits(dev_priv);
1e69cd74 6236
27c329ed 6237 intel_display_power_put(dev_priv, POWER_DOMAIN_PIPE_A);
30a970c6
JB
6238}
6239
89b667f8
JB
6240static void valleyview_crtc_enable(struct drm_crtc *crtc)
6241{
6242 struct drm_device *dev = crtc->dev;
a72e4c9f 6243 struct drm_i915_private *dev_priv = to_i915(dev);
89b667f8
JB
6244 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
6245 struct intel_encoder *encoder;
6246 int pipe = intel_crtc->pipe;
89b667f8 6247
53d9f4e9 6248 if (WARN_ON(intel_crtc->active))
89b667f8
JB
6249 return;
6250
6e3c9717 6251 if (intel_crtc->config->has_dp_encoder)
fe3cd48d 6252 intel_dp_set_m_n(intel_crtc, M1_N1);
5b18e57c
DV
6253
6254 intel_set_pipe_timings(intel_crtc);
6255
c14b0485
VS
6256 if (IS_CHERRYVIEW(dev) && pipe == PIPE_B) {
6257 struct drm_i915_private *dev_priv = dev->dev_private;
6258
6259 I915_WRITE(CHV_BLEND(pipe), CHV_BLEND_LEGACY);
6260 I915_WRITE(CHV_CANVAS(pipe), 0);
6261 }
6262
5b18e57c
DV
6263 i9xx_set_pipeconf(intel_crtc);
6264
89b667f8 6265 intel_crtc->active = true;
89b667f8 6266
a72e4c9f 6267 intel_set_cpu_fifo_underrun_reporting(dev_priv, pipe, true);
4a3436e8 6268
89b667f8
JB
6269 for_each_encoder_on_crtc(dev, crtc, encoder)
6270 if (encoder->pre_pll_enable)
6271 encoder->pre_pll_enable(encoder);
6272
a65347ba 6273 if (!intel_crtc->config->has_dsi_encoder) {
c0b4c660
VS
6274 if (IS_CHERRYVIEW(dev)) {
6275 chv_prepare_pll(intel_crtc, intel_crtc->config);
6e3c9717 6276 chv_enable_pll(intel_crtc, intel_crtc->config);
c0b4c660
VS
6277 } else {
6278 vlv_prepare_pll(intel_crtc, intel_crtc->config);
6e3c9717 6279 vlv_enable_pll(intel_crtc, intel_crtc->config);
c0b4c660 6280 }
9d556c99 6281 }
89b667f8
JB
6282
6283 for_each_encoder_on_crtc(dev, crtc, encoder)
6284 if (encoder->pre_enable)
6285 encoder->pre_enable(encoder);
6286
2dd24552
JB
6287 i9xx_pfit_enable(intel_crtc);
6288
63cbb074
VS
6289 intel_crtc_load_lut(crtc);
6290
e1fdc473 6291 intel_enable_pipe(intel_crtc);
be6a6f8e 6292
4b3a9526
VS
6293 assert_vblank_disabled(crtc);
6294 drm_crtc_vblank_on(crtc);
6295
f9b61ff6
DV
6296 for_each_encoder_on_crtc(dev, crtc, encoder)
6297 encoder->enable(encoder);
89b667f8
JB
6298}
6299
f13c2ef3
DV
6300static void i9xx_set_pll_dividers(struct intel_crtc *crtc)
6301{
6302 struct drm_device *dev = crtc->base.dev;
6303 struct drm_i915_private *dev_priv = dev->dev_private;
6304
6e3c9717
ACO
6305 I915_WRITE(FP0(crtc->pipe), crtc->config->dpll_hw_state.fp0);
6306 I915_WRITE(FP1(crtc->pipe), crtc->config->dpll_hw_state.fp1);
f13c2ef3
DV
6307}
6308
0b8765c6 6309static void i9xx_crtc_enable(struct drm_crtc *crtc)
79e53945
JB
6310{
6311 struct drm_device *dev = crtc->dev;
a72e4c9f 6312 struct drm_i915_private *dev_priv = to_i915(dev);
79e53945 6313 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
ef9c3aee 6314 struct intel_encoder *encoder;
79e53945 6315 int pipe = intel_crtc->pipe;
79e53945 6316
53d9f4e9 6317 if (WARN_ON(intel_crtc->active))
f7abfe8b
CW
6318 return;
6319
f13c2ef3
DV
6320 i9xx_set_pll_dividers(intel_crtc);
6321
6e3c9717 6322 if (intel_crtc->config->has_dp_encoder)
fe3cd48d 6323 intel_dp_set_m_n(intel_crtc, M1_N1);
5b18e57c
DV
6324
6325 intel_set_pipe_timings(intel_crtc);
6326
5b18e57c
DV
6327 i9xx_set_pipeconf(intel_crtc);
6328
f7abfe8b 6329 intel_crtc->active = true;
6b383a7f 6330
4a3436e8 6331 if (!IS_GEN2(dev))
a72e4c9f 6332 intel_set_cpu_fifo_underrun_reporting(dev_priv, pipe, true);
4a3436e8 6333
9d6d9f19
MK
6334 for_each_encoder_on_crtc(dev, crtc, encoder)
6335 if (encoder->pre_enable)
6336 encoder->pre_enable(encoder);
6337
f6736a1a
DV
6338 i9xx_enable_pll(intel_crtc);
6339
2dd24552
JB
6340 i9xx_pfit_enable(intel_crtc);
6341
63cbb074
VS
6342 intel_crtc_load_lut(crtc);
6343
f37fcc2a 6344 intel_update_watermarks(crtc);
e1fdc473 6345 intel_enable_pipe(intel_crtc);
be6a6f8e 6346
4b3a9526
VS
6347 assert_vblank_disabled(crtc);
6348 drm_crtc_vblank_on(crtc);
6349
f9b61ff6
DV
6350 for_each_encoder_on_crtc(dev, crtc, encoder)
6351 encoder->enable(encoder);
d029bcad
PZ
6352
6353 intel_fbc_enable(intel_crtc);
0b8765c6 6354}
79e53945 6355
87476d63
DV
6356static void i9xx_pfit_disable(struct intel_crtc *crtc)
6357{
6358 struct drm_device *dev = crtc->base.dev;
6359 struct drm_i915_private *dev_priv = dev->dev_private;
87476d63 6360
6e3c9717 6361 if (!crtc->config->gmch_pfit.control)
328d8e82 6362 return;
87476d63 6363
328d8e82 6364 assert_pipe_disabled(dev_priv, crtc->pipe);
87476d63 6365
328d8e82
DV
6366 DRM_DEBUG_DRIVER("disabling pfit, current: 0x%08x\n",
6367 I915_READ(PFIT_CONTROL));
6368 I915_WRITE(PFIT_CONTROL, 0);
87476d63
DV
6369}
6370
0b8765c6
JB
6371static void i9xx_crtc_disable(struct drm_crtc *crtc)
6372{
6373 struct drm_device *dev = crtc->dev;
6374 struct drm_i915_private *dev_priv = dev->dev_private;
6375 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
ef9c3aee 6376 struct intel_encoder *encoder;
0b8765c6 6377 int pipe = intel_crtc->pipe;
ef9c3aee 6378
6304cd91
VS
6379 /*
6380 * On gen2 planes are double buffered but the pipe isn't, so we must
6381 * wait for planes to fully turn off before disabling the pipe.
564ed191
ID
6382 * We also need to wait on all gmch platforms because of the
6383 * self-refresh mode constraint explained above.
6304cd91 6384 */
564ed191 6385 intel_wait_for_vblank(dev, pipe);
6304cd91 6386
4b3a9526
VS
6387 for_each_encoder_on_crtc(dev, crtc, encoder)
6388 encoder->disable(encoder);
6389
f9b61ff6
DV
6390 drm_crtc_vblank_off(crtc);
6391 assert_vblank_disabled(crtc);
6392
575f7ab7 6393 intel_disable_pipe(intel_crtc);
24a1f16d 6394
87476d63 6395 i9xx_pfit_disable(intel_crtc);
24a1f16d 6396
89b667f8
JB
6397 for_each_encoder_on_crtc(dev, crtc, encoder)
6398 if (encoder->post_disable)
6399 encoder->post_disable(encoder);
6400
a65347ba 6401 if (!intel_crtc->config->has_dsi_encoder) {
076ed3b2
CML
6402 if (IS_CHERRYVIEW(dev))
6403 chv_disable_pll(dev_priv, pipe);
6404 else if (IS_VALLEYVIEW(dev))
6405 vlv_disable_pll(dev_priv, pipe);
6406 else
1c4e0274 6407 i9xx_disable_pll(intel_crtc);
076ed3b2 6408 }
0b8765c6 6409
d6db995f
VS
6410 for_each_encoder_on_crtc(dev, crtc, encoder)
6411 if (encoder->post_pll_disable)
6412 encoder->post_pll_disable(encoder);
6413
4a3436e8 6414 if (!IS_GEN2(dev))
a72e4c9f 6415 intel_set_cpu_fifo_underrun_reporting(dev_priv, pipe, false);
d029bcad
PZ
6416
6417 intel_fbc_disable_crtc(intel_crtc);
0b8765c6
JB
6418}
6419
b17d48e2
ML
6420static void intel_crtc_disable_noatomic(struct drm_crtc *crtc)
6421{
6422 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
6423 struct drm_i915_private *dev_priv = to_i915(crtc->dev);
6424 enum intel_display_power_domain domain;
6425 unsigned long domains;
6426
6427 if (!intel_crtc->active)
6428 return;
6429
a539205a 6430 if (to_intel_plane_state(crtc->primary->state)->visible) {
fc32b1fd
ML
6431 WARN_ON(intel_crtc->unpin_work);
6432
a539205a 6433 intel_pre_disable_primary(crtc);
54a41961
ML
6434
6435 intel_crtc_disable_planes(crtc, 1 << drm_plane_index(crtc->primary));
6436 to_intel_plane_state(crtc->primary->state)->visible = false;
a539205a
ML
6437 }
6438
b17d48e2 6439 dev_priv->display.crtc_disable(crtc);
37d9078b
MR
6440 intel_crtc->active = false;
6441 intel_update_watermarks(crtc);
1f7457b1 6442 intel_disable_shared_dpll(intel_crtc);
b17d48e2
ML
6443
6444 domains = intel_crtc->enabled_power_domains;
6445 for_each_power_domain(domain, domains)
6446 intel_display_power_put(dev_priv, domain);
6447 intel_crtc->enabled_power_domains = 0;
565602d7
ML
6448
6449 dev_priv->active_crtcs &= ~(1 << intel_crtc->pipe);
6450 dev_priv->min_pixclk[intel_crtc->pipe] = 0;
b17d48e2
ML
6451}
6452
6b72d486
ML
6453/*
6454 * turn all crtc's off, but do not adjust state
6455 * This has to be paired with a call to intel_modeset_setup_hw_state.
6456 */
70e0bd74 6457int intel_display_suspend(struct drm_device *dev)
ee7b9f93 6458{
70e0bd74
ML
6459 struct drm_mode_config *config = &dev->mode_config;
6460 struct drm_modeset_acquire_ctx *ctx = config->acquire_ctx;
6461 struct drm_atomic_state *state;
6b72d486 6462 struct drm_crtc *crtc;
70e0bd74
ML
6463 unsigned crtc_mask = 0;
6464 int ret = 0;
6465
6466 if (WARN_ON(!ctx))
6467 return 0;
6468
6469 lockdep_assert_held(&ctx->ww_ctx);
6470 state = drm_atomic_state_alloc(dev);
6471 if (WARN_ON(!state))
6472 return -ENOMEM;
6473
6474 state->acquire_ctx = ctx;
6475 state->allow_modeset = true;
6476
6477 for_each_crtc(dev, crtc) {
6478 struct drm_crtc_state *crtc_state =
6479 drm_atomic_get_crtc_state(state, crtc);
6b72d486 6480
70e0bd74
ML
6481 ret = PTR_ERR_OR_ZERO(crtc_state);
6482 if (ret)
6483 goto free;
6484
6485 if (!crtc_state->active)
6486 continue;
6487
6488 crtc_state->active = false;
6489 crtc_mask |= 1 << drm_crtc_index(crtc);
6490 }
6491
6492 if (crtc_mask) {
74c090b1 6493 ret = drm_atomic_commit(state);
70e0bd74
ML
6494
6495 if (!ret) {
6496 for_each_crtc(dev, crtc)
6497 if (crtc_mask & (1 << drm_crtc_index(crtc)))
6498 crtc->state->active = true;
6499
6500 return ret;
6501 }
6502 }
6503
6504free:
6505 if (ret)
6506 DRM_ERROR("Suspending crtc's failed with %i\n", ret);
6507 drm_atomic_state_free(state);
6508 return ret;
ee7b9f93
JB
6509}
6510
ea5b213a 6511void intel_encoder_destroy(struct drm_encoder *encoder)
7e7d76c3 6512{
4ef69c7a 6513 struct intel_encoder *intel_encoder = to_intel_encoder(encoder);
ea5b213a 6514
ea5b213a
CW
6515 drm_encoder_cleanup(encoder);
6516 kfree(intel_encoder);
7e7d76c3
JB
6517}
6518
0a91ca29
DV
6519/* Cross check the actual hw state with our own modeset state tracking (and it's
6520 * internal consistency). */
b980514c 6521static void intel_connector_check_state(struct intel_connector *connector)
79e53945 6522{
35dd3c64
ML
6523 struct drm_crtc *crtc = connector->base.state->crtc;
6524
6525 DRM_DEBUG_KMS("[CONNECTOR:%d:%s]\n",
6526 connector->base.base.id,
6527 connector->base.name);
6528
0a91ca29 6529 if (connector->get_hw_state(connector)) {
e85376cb 6530 struct intel_encoder *encoder = connector->encoder;
35dd3c64 6531 struct drm_connector_state *conn_state = connector->base.state;
0a91ca29 6532
35dd3c64
ML
6533 I915_STATE_WARN(!crtc,
6534 "connector enabled without attached crtc\n");
0a91ca29 6535
35dd3c64
ML
6536 if (!crtc)
6537 return;
6538
6539 I915_STATE_WARN(!crtc->state->active,
6540 "connector is active, but attached crtc isn't\n");
6541
e85376cb 6542 if (!encoder || encoder->type == INTEL_OUTPUT_DP_MST)
35dd3c64
ML
6543 return;
6544
e85376cb 6545 I915_STATE_WARN(conn_state->best_encoder != &encoder->base,
35dd3c64
ML
6546 "atomic encoder doesn't match attached encoder\n");
6547
e85376cb 6548 I915_STATE_WARN(conn_state->crtc != encoder->base.crtc,
35dd3c64
ML
6549 "attached encoder crtc differs from connector crtc\n");
6550 } else {
4d688a2a
ML
6551 I915_STATE_WARN(crtc && crtc->state->active,
6552 "attached crtc is active, but connector isn't\n");
35dd3c64
ML
6553 I915_STATE_WARN(!crtc && connector->base.state->best_encoder,
6554 "best encoder set without crtc!\n");
0a91ca29 6555 }
79e53945
JB
6556}
6557
08d9bc92
ACO
6558int intel_connector_init(struct intel_connector *connector)
6559{
6560 struct drm_connector_state *connector_state;
6561
6562 connector_state = kzalloc(sizeof *connector_state, GFP_KERNEL);
6563 if (!connector_state)
6564 return -ENOMEM;
6565
6566 connector->base.state = connector_state;
6567 return 0;
6568}
6569
6570struct intel_connector *intel_connector_alloc(void)
6571{
6572 struct intel_connector *connector;
6573
6574 connector = kzalloc(sizeof *connector, GFP_KERNEL);
6575 if (!connector)
6576 return NULL;
6577
6578 if (intel_connector_init(connector) < 0) {
6579 kfree(connector);
6580 return NULL;
6581 }
6582
6583 return connector;
6584}
6585
f0947c37
DV
6586/* Simple connector->get_hw_state implementation for encoders that support only
6587 * one connector and no cloning and hence the encoder state determines the state
6588 * of the connector. */
6589bool intel_connector_get_hw_state(struct intel_connector *connector)
ea5b213a 6590{
24929352 6591 enum pipe pipe = 0;
f0947c37 6592 struct intel_encoder *encoder = connector->encoder;
ea5b213a 6593
f0947c37 6594 return encoder->get_hw_state(encoder, &pipe);
ea5b213a
CW
6595}
6596
6d293983 6597static int pipe_required_fdi_lanes(struct intel_crtc_state *crtc_state)
d272ddfa 6598{
6d293983
ACO
6599 if (crtc_state->base.enable && crtc_state->has_pch_encoder)
6600 return crtc_state->fdi_lanes;
d272ddfa
VS
6601
6602 return 0;
6603}
6604
6d293983 6605static int ironlake_check_fdi_lanes(struct drm_device *dev, enum pipe pipe,
5cec258b 6606 struct intel_crtc_state *pipe_config)
1857e1da 6607{
6d293983
ACO
6608 struct drm_atomic_state *state = pipe_config->base.state;
6609 struct intel_crtc *other_crtc;
6610 struct intel_crtc_state *other_crtc_state;
6611
1857e1da
DV
6612 DRM_DEBUG_KMS("checking fdi config on pipe %c, lanes %i\n",
6613 pipe_name(pipe), pipe_config->fdi_lanes);
6614 if (pipe_config->fdi_lanes > 4) {
6615 DRM_DEBUG_KMS("invalid fdi lane config on pipe %c: %i lanes\n",
6616 pipe_name(pipe), pipe_config->fdi_lanes);
6d293983 6617 return -EINVAL;
1857e1da
DV
6618 }
6619
bafb6553 6620 if (IS_HASWELL(dev) || IS_BROADWELL(dev)) {
1857e1da
DV
6621 if (pipe_config->fdi_lanes > 2) {
6622 DRM_DEBUG_KMS("only 2 lanes on haswell, required: %i lanes\n",
6623 pipe_config->fdi_lanes);
6d293983 6624 return -EINVAL;
1857e1da 6625 } else {
6d293983 6626 return 0;
1857e1da
DV
6627 }
6628 }
6629
6630 if (INTEL_INFO(dev)->num_pipes == 2)
6d293983 6631 return 0;
1857e1da
DV
6632
6633 /* Ivybridge 3 pipe is really complicated */
6634 switch (pipe) {
6635 case PIPE_A:
6d293983 6636 return 0;
1857e1da 6637 case PIPE_B:
6d293983
ACO
6638 if (pipe_config->fdi_lanes <= 2)
6639 return 0;
6640
6641 other_crtc = to_intel_crtc(intel_get_crtc_for_pipe(dev, PIPE_C));
6642 other_crtc_state =
6643 intel_atomic_get_crtc_state(state, other_crtc);
6644 if (IS_ERR(other_crtc_state))
6645 return PTR_ERR(other_crtc_state);
6646
6647 if (pipe_required_fdi_lanes(other_crtc_state) > 0) {
1857e1da
DV
6648 DRM_DEBUG_KMS("invalid shared fdi lane config on pipe %c: %i lanes\n",
6649 pipe_name(pipe), pipe_config->fdi_lanes);
6d293983 6650 return -EINVAL;
1857e1da 6651 }
6d293983 6652 return 0;
1857e1da 6653 case PIPE_C:
251cc67c
VS
6654 if (pipe_config->fdi_lanes > 2) {
6655 DRM_DEBUG_KMS("only 2 lanes on pipe %c: required %i lanes\n",
6656 pipe_name(pipe), pipe_config->fdi_lanes);
6d293983 6657 return -EINVAL;
251cc67c 6658 }
6d293983
ACO
6659
6660 other_crtc = to_intel_crtc(intel_get_crtc_for_pipe(dev, PIPE_B));
6661 other_crtc_state =
6662 intel_atomic_get_crtc_state(state, other_crtc);
6663 if (IS_ERR(other_crtc_state))
6664 return PTR_ERR(other_crtc_state);
6665
6666 if (pipe_required_fdi_lanes(other_crtc_state) > 2) {
1857e1da 6667 DRM_DEBUG_KMS("fdi link B uses too many lanes to enable link C\n");
6d293983 6668 return -EINVAL;
1857e1da 6669 }
6d293983 6670 return 0;
1857e1da
DV
6671 default:
6672 BUG();
6673 }
6674}
6675
e29c22c0
DV
6676#define RETRY 1
6677static int ironlake_fdi_compute_config(struct intel_crtc *intel_crtc,
5cec258b 6678 struct intel_crtc_state *pipe_config)
877d48d5 6679{
1857e1da 6680 struct drm_device *dev = intel_crtc->base.dev;
7c5f93b0 6681 const struct drm_display_mode *adjusted_mode = &pipe_config->base.adjusted_mode;
6d293983
ACO
6682 int lane, link_bw, fdi_dotclock, ret;
6683 bool needs_recompute = false;
877d48d5 6684
e29c22c0 6685retry:
877d48d5
DV
6686 /* FDI is a binary signal running at ~2.7GHz, encoding
6687 * each output octet as 10 bits. The actual frequency
6688 * is stored as a divider into a 100MHz clock, and the
6689 * mode pixel clock is stored in units of 1KHz.
6690 * Hence the bw of each lane in terms of the mode signal
6691 * is:
6692 */
6693 link_bw = intel_fdi_link_freq(dev) * MHz(100)/KHz(1)/10;
6694
241bfc38 6695 fdi_dotclock = adjusted_mode->crtc_clock;
877d48d5 6696
2bd89a07 6697 lane = ironlake_get_lanes_required(fdi_dotclock, link_bw,
877d48d5
DV
6698 pipe_config->pipe_bpp);
6699
6700 pipe_config->fdi_lanes = lane;
6701
2bd89a07 6702 intel_link_compute_m_n(pipe_config->pipe_bpp, lane, fdi_dotclock,
877d48d5 6703 link_bw, &pipe_config->fdi_m_n);
1857e1da 6704
6d293983
ACO
6705 ret = ironlake_check_fdi_lanes(intel_crtc->base.dev,
6706 intel_crtc->pipe, pipe_config);
6707 if (ret == -EINVAL && pipe_config->pipe_bpp > 6*3) {
e29c22c0
DV
6708 pipe_config->pipe_bpp -= 2*3;
6709 DRM_DEBUG_KMS("fdi link bw constraint, reducing pipe bpp to %i\n",
6710 pipe_config->pipe_bpp);
6711 needs_recompute = true;
6712 pipe_config->bw_constrained = true;
6713
6714 goto retry;
6715 }
6716
6717 if (needs_recompute)
6718 return RETRY;
6719
6d293983 6720 return ret;
877d48d5
DV
6721}
6722
8cfb3407
VS
6723static bool pipe_config_supports_ips(struct drm_i915_private *dev_priv,
6724 struct intel_crtc_state *pipe_config)
6725{
6726 if (pipe_config->pipe_bpp > 24)
6727 return false;
6728
6729 /* HSW can handle pixel rate up to cdclk? */
6730 if (IS_HASWELL(dev_priv->dev))
6731 return true;
6732
6733 /*
b432e5cf
VS
6734 * We compare against max which means we must take
6735 * the increased cdclk requirement into account when
6736 * calculating the new cdclk.
6737 *
6738 * Should measure whether using a lower cdclk w/o IPS
8cfb3407
VS
6739 */
6740 return ilk_pipe_pixel_rate(pipe_config) <=
6741 dev_priv->max_cdclk_freq * 95 / 100;
6742}
6743
42db64ef 6744static void hsw_compute_ips_config(struct intel_crtc *crtc,
5cec258b 6745 struct intel_crtc_state *pipe_config)
42db64ef 6746{
8cfb3407
VS
6747 struct drm_device *dev = crtc->base.dev;
6748 struct drm_i915_private *dev_priv = dev->dev_private;
6749
d330a953 6750 pipe_config->ips_enabled = i915.enable_ips &&
8cfb3407
VS
6751 hsw_crtc_supports_ips(crtc) &&
6752 pipe_config_supports_ips(dev_priv, pipe_config);
42db64ef
PZ
6753}
6754
39acb4aa
VS
6755static bool intel_crtc_supports_double_wide(const struct intel_crtc *crtc)
6756{
6757 const struct drm_i915_private *dev_priv = to_i915(crtc->base.dev);
6758
6759 /* GDG double wide on either pipe, otherwise pipe A only */
6760 return INTEL_INFO(dev_priv)->gen < 4 &&
6761 (crtc->pipe == PIPE_A || IS_I915G(dev_priv));
6762}
6763
a43f6e0f 6764static int intel_crtc_compute_config(struct intel_crtc *crtc,
5cec258b 6765 struct intel_crtc_state *pipe_config)
79e53945 6766{
a43f6e0f 6767 struct drm_device *dev = crtc->base.dev;
8bd31e67 6768 struct drm_i915_private *dev_priv = dev->dev_private;
7c5f93b0 6769 const struct drm_display_mode *adjusted_mode = &pipe_config->base.adjusted_mode;
89749350 6770
ad3a4479 6771 /* FIXME should check pixel clock limits on all platforms */
cf532bb2 6772 if (INTEL_INFO(dev)->gen < 4) {
39acb4aa 6773 int clock_limit = dev_priv->max_cdclk_freq * 9 / 10;
cf532bb2
VS
6774
6775 /*
39acb4aa 6776 * Enable double wide mode when the dot clock
cf532bb2 6777 * is > 90% of the (display) core speed.
cf532bb2 6778 */
39acb4aa
VS
6779 if (intel_crtc_supports_double_wide(crtc) &&
6780 adjusted_mode->crtc_clock > clock_limit) {
ad3a4479 6781 clock_limit *= 2;
cf532bb2 6782 pipe_config->double_wide = true;
ad3a4479
VS
6783 }
6784
39acb4aa
VS
6785 if (adjusted_mode->crtc_clock > clock_limit) {
6786 DRM_DEBUG_KMS("requested pixel clock (%d kHz) too high (max: %d kHz, double wide: %s)\n",
6787 adjusted_mode->crtc_clock, clock_limit,
6788 yesno(pipe_config->double_wide));
e29c22c0 6789 return -EINVAL;
39acb4aa 6790 }
2c07245f 6791 }
89749350 6792
1d1d0e27
VS
6793 /*
6794 * Pipe horizontal size must be even in:
6795 * - DVO ganged mode
6796 * - LVDS dual channel mode
6797 * - Double wide pipe
6798 */
a93e255f 6799 if ((intel_pipe_will_have_type(pipe_config, INTEL_OUTPUT_LVDS) &&
1d1d0e27
VS
6800 intel_is_dual_link_lvds(dev)) || pipe_config->double_wide)
6801 pipe_config->pipe_src_w &= ~1;
6802
8693a824
DL
6803 /* Cantiga+ cannot handle modes with a hsync front porch of 0.
6804 * WaPruneModeWithIncorrectHsyncOffset:ctg,elk,ilk,snb,ivb,vlv,hsw.
44f46b42
CW
6805 */
6806 if ((INTEL_INFO(dev)->gen > 4 || IS_G4X(dev)) &&
aad941d5 6807 adjusted_mode->crtc_hsync_start == adjusted_mode->crtc_hdisplay)
e29c22c0 6808 return -EINVAL;
44f46b42 6809
f5adf94e 6810 if (HAS_IPS(dev))
a43f6e0f
DV
6811 hsw_compute_ips_config(crtc, pipe_config);
6812
877d48d5 6813 if (pipe_config->has_pch_encoder)
a43f6e0f 6814 return ironlake_fdi_compute_config(crtc, pipe_config);
877d48d5 6815
cf5a15be 6816 return 0;
79e53945
JB
6817}
6818
1652d19e
VS
6819static int skylake_get_display_clock_speed(struct drm_device *dev)
6820{
6821 struct drm_i915_private *dev_priv = to_i915(dev);
6822 uint32_t lcpll1 = I915_READ(LCPLL1_CTL);
6823 uint32_t cdctl = I915_READ(CDCLK_CTL);
6824 uint32_t linkrate;
6825
414355a7 6826 if (!(lcpll1 & LCPLL_PLL_ENABLE))
1652d19e 6827 return 24000; /* 24MHz is the cd freq with NSSC ref */
1652d19e
VS
6828
6829 if ((cdctl & CDCLK_FREQ_SEL_MASK) == CDCLK_FREQ_540)
6830 return 540000;
6831
6832 linkrate = (I915_READ(DPLL_CTRL1) &
71cd8423 6833 DPLL_CTRL1_LINK_RATE_MASK(SKL_DPLL0)) >> 1;
1652d19e 6834
71cd8423
DL
6835 if (linkrate == DPLL_CTRL1_LINK_RATE_2160 ||
6836 linkrate == DPLL_CTRL1_LINK_RATE_1080) {
1652d19e
VS
6837 /* vco 8640 */
6838 switch (cdctl & CDCLK_FREQ_SEL_MASK) {
6839 case CDCLK_FREQ_450_432:
6840 return 432000;
6841 case CDCLK_FREQ_337_308:
6842 return 308570;
6843 case CDCLK_FREQ_675_617:
6844 return 617140;
6845 default:
6846 WARN(1, "Unknown cd freq selection\n");
6847 }
6848 } else {
6849 /* vco 8100 */
6850 switch (cdctl & CDCLK_FREQ_SEL_MASK) {
6851 case CDCLK_FREQ_450_432:
6852 return 450000;
6853 case CDCLK_FREQ_337_308:
6854 return 337500;
6855 case CDCLK_FREQ_675_617:
6856 return 675000;
6857 default:
6858 WARN(1, "Unknown cd freq selection\n");
6859 }
6860 }
6861
6862 /* error case, do as if DPLL0 isn't enabled */
6863 return 24000;
6864}
6865
acd3f3d3
BP
6866static int broxton_get_display_clock_speed(struct drm_device *dev)
6867{
6868 struct drm_i915_private *dev_priv = to_i915(dev);
6869 uint32_t cdctl = I915_READ(CDCLK_CTL);
6870 uint32_t pll_ratio = I915_READ(BXT_DE_PLL_CTL) & BXT_DE_PLL_RATIO_MASK;
6871 uint32_t pll_enab = I915_READ(BXT_DE_PLL_ENABLE);
6872 int cdclk;
6873
6874 if (!(pll_enab & BXT_DE_PLL_PLL_ENABLE))
6875 return 19200;
6876
6877 cdclk = 19200 * pll_ratio / 2;
6878
6879 switch (cdctl & BXT_CDCLK_CD2X_DIV_SEL_MASK) {
6880 case BXT_CDCLK_CD2X_DIV_SEL_1:
6881 return cdclk; /* 576MHz or 624MHz */
6882 case BXT_CDCLK_CD2X_DIV_SEL_1_5:
6883 return cdclk * 2 / 3; /* 384MHz */
6884 case BXT_CDCLK_CD2X_DIV_SEL_2:
6885 return cdclk / 2; /* 288MHz */
6886 case BXT_CDCLK_CD2X_DIV_SEL_4:
6887 return cdclk / 4; /* 144MHz */
6888 }
6889
6890 /* error case, do as if DE PLL isn't enabled */
6891 return 19200;
6892}
6893
1652d19e
VS
6894static int broadwell_get_display_clock_speed(struct drm_device *dev)
6895{
6896 struct drm_i915_private *dev_priv = dev->dev_private;
6897 uint32_t lcpll = I915_READ(LCPLL_CTL);
6898 uint32_t freq = lcpll & LCPLL_CLK_FREQ_MASK;
6899
6900 if (lcpll & LCPLL_CD_SOURCE_FCLK)
6901 return 800000;
6902 else if (I915_READ(FUSE_STRAP) & HSW_CDCLK_LIMIT)
6903 return 450000;
6904 else if (freq == LCPLL_CLK_FREQ_450)
6905 return 450000;
6906 else if (freq == LCPLL_CLK_FREQ_54O_BDW)
6907 return 540000;
6908 else if (freq == LCPLL_CLK_FREQ_337_5_BDW)
6909 return 337500;
6910 else
6911 return 675000;
6912}
6913
6914static int haswell_get_display_clock_speed(struct drm_device *dev)
6915{
6916 struct drm_i915_private *dev_priv = dev->dev_private;
6917 uint32_t lcpll = I915_READ(LCPLL_CTL);
6918 uint32_t freq = lcpll & LCPLL_CLK_FREQ_MASK;
6919
6920 if (lcpll & LCPLL_CD_SOURCE_FCLK)
6921 return 800000;
6922 else if (I915_READ(FUSE_STRAP) & HSW_CDCLK_LIMIT)
6923 return 450000;
6924 else if (freq == LCPLL_CLK_FREQ_450)
6925 return 450000;
6926 else if (IS_HSW_ULT(dev))
6927 return 337500;
6928 else
6929 return 540000;
79e53945
JB
6930}
6931
25eb05fc
JB
6932static int valleyview_get_display_clock_speed(struct drm_device *dev)
6933{
bfa7df01
VS
6934 return vlv_get_cck_clock_hpll(to_i915(dev), "cdclk",
6935 CCK_DISPLAY_CLOCK_CONTROL);
25eb05fc
JB
6936}
6937
b37a6434
VS
6938static int ilk_get_display_clock_speed(struct drm_device *dev)
6939{
6940 return 450000;
6941}
6942
e70236a8
JB
6943static int i945_get_display_clock_speed(struct drm_device *dev)
6944{
6945 return 400000;
6946}
79e53945 6947
e70236a8 6948static int i915_get_display_clock_speed(struct drm_device *dev)
79e53945 6949{
e907f170 6950 return 333333;
e70236a8 6951}
79e53945 6952
e70236a8
JB
6953static int i9xx_misc_get_display_clock_speed(struct drm_device *dev)
6954{
6955 return 200000;
6956}
79e53945 6957
257a7ffc
DV
6958static int pnv_get_display_clock_speed(struct drm_device *dev)
6959{
6960 u16 gcfgc = 0;
6961
6962 pci_read_config_word(dev->pdev, GCFGC, &gcfgc);
6963
6964 switch (gcfgc & GC_DISPLAY_CLOCK_MASK) {
6965 case GC_DISPLAY_CLOCK_267_MHZ_PNV:
e907f170 6966 return 266667;
257a7ffc 6967 case GC_DISPLAY_CLOCK_333_MHZ_PNV:
e907f170 6968 return 333333;
257a7ffc 6969 case GC_DISPLAY_CLOCK_444_MHZ_PNV:
e907f170 6970 return 444444;
257a7ffc
DV
6971 case GC_DISPLAY_CLOCK_200_MHZ_PNV:
6972 return 200000;
6973 default:
6974 DRM_ERROR("Unknown pnv display core clock 0x%04x\n", gcfgc);
6975 case GC_DISPLAY_CLOCK_133_MHZ_PNV:
e907f170 6976 return 133333;
257a7ffc 6977 case GC_DISPLAY_CLOCK_167_MHZ_PNV:
e907f170 6978 return 166667;
257a7ffc
DV
6979 }
6980}
6981
e70236a8
JB
6982static int i915gm_get_display_clock_speed(struct drm_device *dev)
6983{
6984 u16 gcfgc = 0;
79e53945 6985
e70236a8
JB
6986 pci_read_config_word(dev->pdev, GCFGC, &gcfgc);
6987
6988 if (gcfgc & GC_LOW_FREQUENCY_ENABLE)
e907f170 6989 return 133333;
e70236a8
JB
6990 else {
6991 switch (gcfgc & GC_DISPLAY_CLOCK_MASK) {
6992 case GC_DISPLAY_CLOCK_333_MHZ:
e907f170 6993 return 333333;
e70236a8
JB
6994 default:
6995 case GC_DISPLAY_CLOCK_190_200_MHZ:
6996 return 190000;
79e53945 6997 }
e70236a8
JB
6998 }
6999}
7000
7001static int i865_get_display_clock_speed(struct drm_device *dev)
7002{
e907f170 7003 return 266667;
e70236a8
JB
7004}
7005
1b1d2716 7006static int i85x_get_display_clock_speed(struct drm_device *dev)
e70236a8
JB
7007{
7008 u16 hpllcc = 0;
1b1d2716 7009
65cd2b3f
VS
7010 /*
7011 * 852GM/852GMV only supports 133 MHz and the HPLLCC
7012 * encoding is different :(
7013 * FIXME is this the right way to detect 852GM/852GMV?
7014 */
7015 if (dev->pdev->revision == 0x1)
7016 return 133333;
7017
1b1d2716
VS
7018 pci_bus_read_config_word(dev->pdev->bus,
7019 PCI_DEVFN(0, 3), HPLLCC, &hpllcc);
7020
e70236a8
JB
7021 /* Assume that the hardware is in the high speed state. This
7022 * should be the default.
7023 */
7024 switch (hpllcc & GC_CLOCK_CONTROL_MASK) {
7025 case GC_CLOCK_133_200:
1b1d2716 7026 case GC_CLOCK_133_200_2:
e70236a8
JB
7027 case GC_CLOCK_100_200:
7028 return 200000;
7029 case GC_CLOCK_166_250:
7030 return 250000;
7031 case GC_CLOCK_100_133:
e907f170 7032 return 133333;
1b1d2716
VS
7033 case GC_CLOCK_133_266:
7034 case GC_CLOCK_133_266_2:
7035 case GC_CLOCK_166_266:
7036 return 266667;
e70236a8 7037 }
79e53945 7038
e70236a8
JB
7039 /* Shouldn't happen */
7040 return 0;
7041}
79e53945 7042
e70236a8
JB
7043static int i830_get_display_clock_speed(struct drm_device *dev)
7044{
e907f170 7045 return 133333;
79e53945
JB
7046}
7047
34edce2f
VS
7048static unsigned int intel_hpll_vco(struct drm_device *dev)
7049{
7050 struct drm_i915_private *dev_priv = dev->dev_private;
7051 static const unsigned int blb_vco[8] = {
7052 [0] = 3200000,
7053 [1] = 4000000,
7054 [2] = 5333333,
7055 [3] = 4800000,
7056 [4] = 6400000,
7057 };
7058 static const unsigned int pnv_vco[8] = {
7059 [0] = 3200000,
7060 [1] = 4000000,
7061 [2] = 5333333,
7062 [3] = 4800000,
7063 [4] = 2666667,
7064 };
7065 static const unsigned int cl_vco[8] = {
7066 [0] = 3200000,
7067 [1] = 4000000,
7068 [2] = 5333333,
7069 [3] = 6400000,
7070 [4] = 3333333,
7071 [5] = 3566667,
7072 [6] = 4266667,
7073 };
7074 static const unsigned int elk_vco[8] = {
7075 [0] = 3200000,
7076 [1] = 4000000,
7077 [2] = 5333333,
7078 [3] = 4800000,
7079 };
7080 static const unsigned int ctg_vco[8] = {
7081 [0] = 3200000,
7082 [1] = 4000000,
7083 [2] = 5333333,
7084 [3] = 6400000,
7085 [4] = 2666667,
7086 [5] = 4266667,
7087 };
7088 const unsigned int *vco_table;
7089 unsigned int vco;
7090 uint8_t tmp = 0;
7091
7092 /* FIXME other chipsets? */
7093 if (IS_GM45(dev))
7094 vco_table = ctg_vco;
7095 else if (IS_G4X(dev))
7096 vco_table = elk_vco;
7097 else if (IS_CRESTLINE(dev))
7098 vco_table = cl_vco;
7099 else if (IS_PINEVIEW(dev))
7100 vco_table = pnv_vco;
7101 else if (IS_G33(dev))
7102 vco_table = blb_vco;
7103 else
7104 return 0;
7105
7106 tmp = I915_READ(IS_MOBILE(dev) ? HPLLVCO_MOBILE : HPLLVCO);
7107
7108 vco = vco_table[tmp & 0x7];
7109 if (vco == 0)
7110 DRM_ERROR("Bad HPLL VCO (HPLLVCO=0x%02x)\n", tmp);
7111 else
7112 DRM_DEBUG_KMS("HPLL VCO %u kHz\n", vco);
7113
7114 return vco;
7115}
7116
7117static int gm45_get_display_clock_speed(struct drm_device *dev)
7118{
7119 unsigned int cdclk_sel, vco = intel_hpll_vco(dev);
7120 uint16_t tmp = 0;
7121
7122 pci_read_config_word(dev->pdev, GCFGC, &tmp);
7123
7124 cdclk_sel = (tmp >> 12) & 0x1;
7125
7126 switch (vco) {
7127 case 2666667:
7128 case 4000000:
7129 case 5333333:
7130 return cdclk_sel ? 333333 : 222222;
7131 case 3200000:
7132 return cdclk_sel ? 320000 : 228571;
7133 default:
7134 DRM_ERROR("Unable to determine CDCLK. HPLL VCO=%u, CFGC=0x%04x\n", vco, tmp);
7135 return 222222;
7136 }
7137}
7138
7139static int i965gm_get_display_clock_speed(struct drm_device *dev)
7140{
7141 static const uint8_t div_3200[] = { 16, 10, 8 };
7142 static const uint8_t div_4000[] = { 20, 12, 10 };
7143 static const uint8_t div_5333[] = { 24, 16, 14 };
7144 const uint8_t *div_table;
7145 unsigned int cdclk_sel, vco = intel_hpll_vco(dev);
7146 uint16_t tmp = 0;
7147
7148 pci_read_config_word(dev->pdev, GCFGC, &tmp);
7149
7150 cdclk_sel = ((tmp >> 8) & 0x1f) - 1;
7151
7152 if (cdclk_sel >= ARRAY_SIZE(div_3200))
7153 goto fail;
7154
7155 switch (vco) {
7156 case 3200000:
7157 div_table = div_3200;
7158 break;
7159 case 4000000:
7160 div_table = div_4000;
7161 break;
7162 case 5333333:
7163 div_table = div_5333;
7164 break;
7165 default:
7166 goto fail;
7167 }
7168
7169 return DIV_ROUND_CLOSEST(vco, div_table[cdclk_sel]);
7170
caf4e252 7171fail:
34edce2f
VS
7172 DRM_ERROR("Unable to determine CDCLK. HPLL VCO=%u kHz, CFGC=0x%04x\n", vco, tmp);
7173 return 200000;
7174}
7175
7176static int g33_get_display_clock_speed(struct drm_device *dev)
7177{
7178 static const uint8_t div_3200[] = { 12, 10, 8, 7, 5, 16 };
7179 static const uint8_t div_4000[] = { 14, 12, 10, 8, 6, 20 };
7180 static const uint8_t div_4800[] = { 20, 14, 12, 10, 8, 24 };
7181 static const uint8_t div_5333[] = { 20, 16, 12, 12, 8, 28 };
7182 const uint8_t *div_table;
7183 unsigned int cdclk_sel, vco = intel_hpll_vco(dev);
7184 uint16_t tmp = 0;
7185
7186 pci_read_config_word(dev->pdev, GCFGC, &tmp);
7187
7188 cdclk_sel = (tmp >> 4) & 0x7;
7189
7190 if (cdclk_sel >= ARRAY_SIZE(div_3200))
7191 goto fail;
7192
7193 switch (vco) {
7194 case 3200000:
7195 div_table = div_3200;
7196 break;
7197 case 4000000:
7198 div_table = div_4000;
7199 break;
7200 case 4800000:
7201 div_table = div_4800;
7202 break;
7203 case 5333333:
7204 div_table = div_5333;
7205 break;
7206 default:
7207 goto fail;
7208 }
7209
7210 return DIV_ROUND_CLOSEST(vco, div_table[cdclk_sel]);
7211
caf4e252 7212fail:
34edce2f
VS
7213 DRM_ERROR("Unable to determine CDCLK. HPLL VCO=%u kHz, CFGC=0x%08x\n", vco, tmp);
7214 return 190476;
7215}
7216
2c07245f 7217static void
a65851af 7218intel_reduce_m_n_ratio(uint32_t *num, uint32_t *den)
2c07245f 7219{
a65851af
VS
7220 while (*num > DATA_LINK_M_N_MASK ||
7221 *den > DATA_LINK_M_N_MASK) {
2c07245f
ZW
7222 *num >>= 1;
7223 *den >>= 1;
7224 }
7225}
7226
a65851af
VS
7227static void compute_m_n(unsigned int m, unsigned int n,
7228 uint32_t *ret_m, uint32_t *ret_n)
7229{
7230 *ret_n = min_t(unsigned int, roundup_pow_of_two(n), DATA_LINK_N_MAX);
7231 *ret_m = div_u64((uint64_t) m * *ret_n, n);
7232 intel_reduce_m_n_ratio(ret_m, ret_n);
7233}
7234
e69d0bc1
DV
7235void
7236intel_link_compute_m_n(int bits_per_pixel, int nlanes,
7237 int pixel_clock, int link_clock,
7238 struct intel_link_m_n *m_n)
2c07245f 7239{
e69d0bc1 7240 m_n->tu = 64;
a65851af
VS
7241
7242 compute_m_n(bits_per_pixel * pixel_clock,
7243 link_clock * nlanes * 8,
7244 &m_n->gmch_m, &m_n->gmch_n);
7245
7246 compute_m_n(pixel_clock, link_clock,
7247 &m_n->link_m, &m_n->link_n);
2c07245f
ZW
7248}
7249
a7615030
CW
7250static inline bool intel_panel_use_ssc(struct drm_i915_private *dev_priv)
7251{
d330a953
JN
7252 if (i915.panel_use_ssc >= 0)
7253 return i915.panel_use_ssc != 0;
41aa3448 7254 return dev_priv->vbt.lvds_use_ssc
435793df 7255 && !(dev_priv->quirks & QUIRK_LVDS_SSC_DISABLE);
a7615030
CW
7256}
7257
a93e255f
ACO
7258static int i9xx_get_refclk(const struct intel_crtc_state *crtc_state,
7259 int num_connectors)
c65d77d8 7260{
a93e255f 7261 struct drm_device *dev = crtc_state->base.crtc->dev;
c65d77d8
JB
7262 struct drm_i915_private *dev_priv = dev->dev_private;
7263 int refclk;
7264
a93e255f
ACO
7265 WARN_ON(!crtc_state->base.state);
7266
666a4537 7267 if (IS_VALLEYVIEW(dev) || IS_CHERRYVIEW(dev) || IS_BROXTON(dev)) {
9a0ea498 7268 refclk = 100000;
a93e255f 7269 } else if (intel_pipe_will_have_type(crtc_state, INTEL_OUTPUT_LVDS) &&
c65d77d8 7270 intel_panel_use_ssc(dev_priv) && num_connectors < 2) {
e91e941b
VS
7271 refclk = dev_priv->vbt.lvds_ssc_freq;
7272 DRM_DEBUG_KMS("using SSC reference clock of %d kHz\n", refclk);
c65d77d8
JB
7273 } else if (!IS_GEN2(dev)) {
7274 refclk = 96000;
7275 } else {
7276 refclk = 48000;
7277 }
7278
7279 return refclk;
7280}
7281
7429e9d4 7282static uint32_t pnv_dpll_compute_fp(struct dpll *dpll)
c65d77d8 7283{
7df00d7a 7284 return (1 << dpll->n) << 16 | dpll->m2;
7429e9d4 7285}
f47709a9 7286
7429e9d4
DV
7287static uint32_t i9xx_dpll_compute_fp(struct dpll *dpll)
7288{
7289 return dpll->n << 16 | dpll->m1 << 8 | dpll->m2;
c65d77d8
JB
7290}
7291
f47709a9 7292static void i9xx_update_pll_dividers(struct intel_crtc *crtc,
190f68c5 7293 struct intel_crtc_state *crtc_state,
a7516a05
JB
7294 intel_clock_t *reduced_clock)
7295{
f47709a9 7296 struct drm_device *dev = crtc->base.dev;
a7516a05
JB
7297 u32 fp, fp2 = 0;
7298
7299 if (IS_PINEVIEW(dev)) {
190f68c5 7300 fp = pnv_dpll_compute_fp(&crtc_state->dpll);
a7516a05 7301 if (reduced_clock)
7429e9d4 7302 fp2 = pnv_dpll_compute_fp(reduced_clock);
a7516a05 7303 } else {
190f68c5 7304 fp = i9xx_dpll_compute_fp(&crtc_state->dpll);
a7516a05 7305 if (reduced_clock)
7429e9d4 7306 fp2 = i9xx_dpll_compute_fp(reduced_clock);
a7516a05
JB
7307 }
7308
190f68c5 7309 crtc_state->dpll_hw_state.fp0 = fp;
a7516a05 7310
f47709a9 7311 crtc->lowfreq_avail = false;
a93e255f 7312 if (intel_pipe_will_have_type(crtc_state, INTEL_OUTPUT_LVDS) &&
ab585dea 7313 reduced_clock) {
190f68c5 7314 crtc_state->dpll_hw_state.fp1 = fp2;
f47709a9 7315 crtc->lowfreq_avail = true;
a7516a05 7316 } else {
190f68c5 7317 crtc_state->dpll_hw_state.fp1 = fp;
a7516a05
JB
7318 }
7319}
7320
5e69f97f
CML
7321static void vlv_pllb_recal_opamp(struct drm_i915_private *dev_priv, enum pipe
7322 pipe)
89b667f8
JB
7323{
7324 u32 reg_val;
7325
7326 /*
7327 * PLLB opamp always calibrates to max value of 0x3f, force enable it
7328 * and set it to a reasonable value instead.
7329 */
ab3c759a 7330 reg_val = vlv_dpio_read(dev_priv, pipe, VLV_PLL_DW9(1));
89b667f8
JB
7331 reg_val &= 0xffffff00;
7332 reg_val |= 0x00000030;
ab3c759a 7333 vlv_dpio_write(dev_priv, pipe, VLV_PLL_DW9(1), reg_val);
89b667f8 7334
ab3c759a 7335 reg_val = vlv_dpio_read(dev_priv, pipe, VLV_REF_DW13);
89b667f8
JB
7336 reg_val &= 0x8cffffff;
7337 reg_val = 0x8c000000;
ab3c759a 7338 vlv_dpio_write(dev_priv, pipe, VLV_REF_DW13, reg_val);
89b667f8 7339
ab3c759a 7340 reg_val = vlv_dpio_read(dev_priv, pipe, VLV_PLL_DW9(1));
89b667f8 7341 reg_val &= 0xffffff00;
ab3c759a 7342 vlv_dpio_write(dev_priv, pipe, VLV_PLL_DW9(1), reg_val);
89b667f8 7343
ab3c759a 7344 reg_val = vlv_dpio_read(dev_priv, pipe, VLV_REF_DW13);
89b667f8
JB
7345 reg_val &= 0x00ffffff;
7346 reg_val |= 0xb0000000;
ab3c759a 7347 vlv_dpio_write(dev_priv, pipe, VLV_REF_DW13, reg_val);
89b667f8
JB
7348}
7349
b551842d
DV
7350static void intel_pch_transcoder_set_m_n(struct intel_crtc *crtc,
7351 struct intel_link_m_n *m_n)
7352{
7353 struct drm_device *dev = crtc->base.dev;
7354 struct drm_i915_private *dev_priv = dev->dev_private;
7355 int pipe = crtc->pipe;
7356
e3b95f1e
DV
7357 I915_WRITE(PCH_TRANS_DATA_M1(pipe), TU_SIZE(m_n->tu) | m_n->gmch_m);
7358 I915_WRITE(PCH_TRANS_DATA_N1(pipe), m_n->gmch_n);
7359 I915_WRITE(PCH_TRANS_LINK_M1(pipe), m_n->link_m);
7360 I915_WRITE(PCH_TRANS_LINK_N1(pipe), m_n->link_n);
b551842d
DV
7361}
7362
7363static void intel_cpu_transcoder_set_m_n(struct intel_crtc *crtc,
f769cd24
VK
7364 struct intel_link_m_n *m_n,
7365 struct intel_link_m_n *m2_n2)
b551842d
DV
7366{
7367 struct drm_device *dev = crtc->base.dev;
7368 struct drm_i915_private *dev_priv = dev->dev_private;
7369 int pipe = crtc->pipe;
6e3c9717 7370 enum transcoder transcoder = crtc->config->cpu_transcoder;
b551842d
DV
7371
7372 if (INTEL_INFO(dev)->gen >= 5) {
7373 I915_WRITE(PIPE_DATA_M1(transcoder), TU_SIZE(m_n->tu) | m_n->gmch_m);
7374 I915_WRITE(PIPE_DATA_N1(transcoder), m_n->gmch_n);
7375 I915_WRITE(PIPE_LINK_M1(transcoder), m_n->link_m);
7376 I915_WRITE(PIPE_LINK_N1(transcoder), m_n->link_n);
f769cd24
VK
7377 /* M2_N2 registers to be set only for gen < 8 (M2_N2 available
7378 * for gen < 8) and if DRRS is supported (to make sure the
7379 * registers are not unnecessarily accessed).
7380 */
44395bfe 7381 if (m2_n2 && (IS_CHERRYVIEW(dev) || INTEL_INFO(dev)->gen < 8) &&
6e3c9717 7382 crtc->config->has_drrs) {
f769cd24
VK
7383 I915_WRITE(PIPE_DATA_M2(transcoder),
7384 TU_SIZE(m2_n2->tu) | m2_n2->gmch_m);
7385 I915_WRITE(PIPE_DATA_N2(transcoder), m2_n2->gmch_n);
7386 I915_WRITE(PIPE_LINK_M2(transcoder), m2_n2->link_m);
7387 I915_WRITE(PIPE_LINK_N2(transcoder), m2_n2->link_n);
7388 }
b551842d 7389 } else {
e3b95f1e
DV
7390 I915_WRITE(PIPE_DATA_M_G4X(pipe), TU_SIZE(m_n->tu) | m_n->gmch_m);
7391 I915_WRITE(PIPE_DATA_N_G4X(pipe), m_n->gmch_n);
7392 I915_WRITE(PIPE_LINK_M_G4X(pipe), m_n->link_m);
7393 I915_WRITE(PIPE_LINK_N_G4X(pipe), m_n->link_n);
b551842d
DV
7394 }
7395}
7396
fe3cd48d 7397void intel_dp_set_m_n(struct intel_crtc *crtc, enum link_m_n_set m_n)
03afc4a2 7398{
fe3cd48d
R
7399 struct intel_link_m_n *dp_m_n, *dp_m2_n2 = NULL;
7400
7401 if (m_n == M1_N1) {
7402 dp_m_n = &crtc->config->dp_m_n;
7403 dp_m2_n2 = &crtc->config->dp_m2_n2;
7404 } else if (m_n == M2_N2) {
7405
7406 /*
7407 * M2_N2 registers are not supported. Hence m2_n2 divider value
7408 * needs to be programmed into M1_N1.
7409 */
7410 dp_m_n = &crtc->config->dp_m2_n2;
7411 } else {
7412 DRM_ERROR("Unsupported divider value\n");
7413 return;
7414 }
7415
6e3c9717
ACO
7416 if (crtc->config->has_pch_encoder)
7417 intel_pch_transcoder_set_m_n(crtc, &crtc->config->dp_m_n);
03afc4a2 7418 else
fe3cd48d 7419 intel_cpu_transcoder_set_m_n(crtc, dp_m_n, dp_m2_n2);
03afc4a2
DV
7420}
7421
251ac862
DV
7422static void vlv_compute_dpll(struct intel_crtc *crtc,
7423 struct intel_crtc_state *pipe_config)
bdd4b6a6
DV
7424{
7425 u32 dpll, dpll_md;
7426
7427 /*
7428 * Enable DPIO clock input. We should never disable the reference
7429 * clock for pipe B, since VGA hotplug / manual detection depends
7430 * on it.
7431 */
60bfe44f
VS
7432 dpll = DPLL_EXT_BUFFER_ENABLE_VLV | DPLL_REF_CLK_ENABLE_VLV |
7433 DPLL_VGA_MODE_DIS | DPLL_INTEGRATED_REF_CLK_VLV;
bdd4b6a6
DV
7434 /* We should never disable this, set it here for state tracking */
7435 if (crtc->pipe == PIPE_B)
7436 dpll |= DPLL_INTEGRATED_CRI_CLK_VLV;
7437 dpll |= DPLL_VCO_ENABLE;
d288f65f 7438 pipe_config->dpll_hw_state.dpll = dpll;
bdd4b6a6 7439
d288f65f 7440 dpll_md = (pipe_config->pixel_multiplier - 1)
bdd4b6a6 7441 << DPLL_MD_UDI_MULTIPLIER_SHIFT;
d288f65f 7442 pipe_config->dpll_hw_state.dpll_md = dpll_md;
bdd4b6a6
DV
7443}
7444
d288f65f 7445static void vlv_prepare_pll(struct intel_crtc *crtc,
5cec258b 7446 const struct intel_crtc_state *pipe_config)
a0c4da24 7447{
f47709a9 7448 struct drm_device *dev = crtc->base.dev;
a0c4da24 7449 struct drm_i915_private *dev_priv = dev->dev_private;
f47709a9 7450 int pipe = crtc->pipe;
bdd4b6a6 7451 u32 mdiv;
a0c4da24 7452 u32 bestn, bestm1, bestm2, bestp1, bestp2;
bdd4b6a6 7453 u32 coreclk, reg_val;
a0c4da24 7454
a580516d 7455 mutex_lock(&dev_priv->sb_lock);
09153000 7456
d288f65f
VS
7457 bestn = pipe_config->dpll.n;
7458 bestm1 = pipe_config->dpll.m1;
7459 bestm2 = pipe_config->dpll.m2;
7460 bestp1 = pipe_config->dpll.p1;
7461 bestp2 = pipe_config->dpll.p2;
a0c4da24 7462
89b667f8
JB
7463 /* See eDP HDMI DPIO driver vbios notes doc */
7464
7465 /* PLL B needs special handling */
bdd4b6a6 7466 if (pipe == PIPE_B)
5e69f97f 7467 vlv_pllb_recal_opamp(dev_priv, pipe);
89b667f8
JB
7468
7469 /* Set up Tx target for periodic Rcomp update */
ab3c759a 7470 vlv_dpio_write(dev_priv, pipe, VLV_PLL_DW9_BCAST, 0x0100000f);
89b667f8
JB
7471
7472 /* Disable target IRef on PLL */
ab3c759a 7473 reg_val = vlv_dpio_read(dev_priv, pipe, VLV_PLL_DW8(pipe));
89b667f8 7474 reg_val &= 0x00ffffff;
ab3c759a 7475 vlv_dpio_write(dev_priv, pipe, VLV_PLL_DW8(pipe), reg_val);
89b667f8
JB
7476
7477 /* Disable fast lock */
ab3c759a 7478 vlv_dpio_write(dev_priv, pipe, VLV_CMN_DW0, 0x610);
89b667f8
JB
7479
7480 /* Set idtafcrecal before PLL is enabled */
a0c4da24
JB
7481 mdiv = ((bestm1 << DPIO_M1DIV_SHIFT) | (bestm2 & DPIO_M2DIV_MASK));
7482 mdiv |= ((bestp1 << DPIO_P1_SHIFT) | (bestp2 << DPIO_P2_SHIFT));
7483 mdiv |= ((bestn << DPIO_N_SHIFT));
a0c4da24 7484 mdiv |= (1 << DPIO_K_SHIFT);
7df5080b
JB
7485
7486 /*
7487 * Post divider depends on pixel clock rate, DAC vs digital (and LVDS,
7488 * but we don't support that).
7489 * Note: don't use the DAC post divider as it seems unstable.
7490 */
7491 mdiv |= (DPIO_POST_DIV_HDMIDP << DPIO_POST_DIV_SHIFT);
ab3c759a 7492 vlv_dpio_write(dev_priv, pipe, VLV_PLL_DW3(pipe), mdiv);
a0c4da24 7493
a0c4da24 7494 mdiv |= DPIO_ENABLE_CALIBRATION;
ab3c759a 7495 vlv_dpio_write(dev_priv, pipe, VLV_PLL_DW3(pipe), mdiv);
a0c4da24 7496
89b667f8 7497 /* Set HBR and RBR LPF coefficients */
d288f65f 7498 if (pipe_config->port_clock == 162000 ||
409ee761
ACO
7499 intel_pipe_has_type(crtc, INTEL_OUTPUT_ANALOG) ||
7500 intel_pipe_has_type(crtc, INTEL_OUTPUT_HDMI))
ab3c759a 7501 vlv_dpio_write(dev_priv, pipe, VLV_PLL_DW10(pipe),
885b0120 7502 0x009f0003);
89b667f8 7503 else
ab3c759a 7504 vlv_dpio_write(dev_priv, pipe, VLV_PLL_DW10(pipe),
89b667f8
JB
7505 0x00d0000f);
7506
681a8504 7507 if (pipe_config->has_dp_encoder) {
89b667f8 7508 /* Use SSC source */
bdd4b6a6 7509 if (pipe == PIPE_A)
ab3c759a 7510 vlv_dpio_write(dev_priv, pipe, VLV_PLL_DW5(pipe),
89b667f8
JB
7511 0x0df40000);
7512 else
ab3c759a 7513 vlv_dpio_write(dev_priv, pipe, VLV_PLL_DW5(pipe),
89b667f8
JB
7514 0x0df70000);
7515 } else { /* HDMI or VGA */
7516 /* Use bend source */
bdd4b6a6 7517 if (pipe == PIPE_A)
ab3c759a 7518 vlv_dpio_write(dev_priv, pipe, VLV_PLL_DW5(pipe),
89b667f8
JB
7519 0x0df70000);
7520 else
ab3c759a 7521 vlv_dpio_write(dev_priv, pipe, VLV_PLL_DW5(pipe),
89b667f8
JB
7522 0x0df40000);
7523 }
a0c4da24 7524
ab3c759a 7525 coreclk = vlv_dpio_read(dev_priv, pipe, VLV_PLL_DW7(pipe));
89b667f8 7526 coreclk = (coreclk & 0x0000ff00) | 0x01c00000;
409ee761
ACO
7527 if (intel_pipe_has_type(crtc, INTEL_OUTPUT_DISPLAYPORT) ||
7528 intel_pipe_has_type(crtc, INTEL_OUTPUT_EDP))
89b667f8 7529 coreclk |= 0x01000000;
ab3c759a 7530 vlv_dpio_write(dev_priv, pipe, VLV_PLL_DW7(pipe), coreclk);
a0c4da24 7531
ab3c759a 7532 vlv_dpio_write(dev_priv, pipe, VLV_PLL_DW11(pipe), 0x87871000);
a580516d 7533 mutex_unlock(&dev_priv->sb_lock);
a0c4da24
JB
7534}
7535
251ac862
DV
7536static void chv_compute_dpll(struct intel_crtc *crtc,
7537 struct intel_crtc_state *pipe_config)
1ae0d137 7538{
60bfe44f
VS
7539 pipe_config->dpll_hw_state.dpll = DPLL_SSC_REF_CLK_CHV |
7540 DPLL_REF_CLK_ENABLE_VLV | DPLL_VGA_MODE_DIS |
1ae0d137
VS
7541 DPLL_VCO_ENABLE;
7542 if (crtc->pipe != PIPE_A)
d288f65f 7543 pipe_config->dpll_hw_state.dpll |= DPLL_INTEGRATED_CRI_CLK_VLV;
1ae0d137 7544
d288f65f
VS
7545 pipe_config->dpll_hw_state.dpll_md =
7546 (pipe_config->pixel_multiplier - 1) << DPLL_MD_UDI_MULTIPLIER_SHIFT;
1ae0d137
VS
7547}
7548
d288f65f 7549static void chv_prepare_pll(struct intel_crtc *crtc,
5cec258b 7550 const struct intel_crtc_state *pipe_config)
9d556c99
CML
7551{
7552 struct drm_device *dev = crtc->base.dev;
7553 struct drm_i915_private *dev_priv = dev->dev_private;
7554 int pipe = crtc->pipe;
f0f59a00 7555 i915_reg_t dpll_reg = DPLL(crtc->pipe);
9d556c99 7556 enum dpio_channel port = vlv_pipe_to_channel(pipe);
9cbe40c1 7557 u32 loopfilter, tribuf_calcntr;
9d556c99 7558 u32 bestn, bestm1, bestm2, bestp1, bestp2, bestm2_frac;
a945ce7e 7559 u32 dpio_val;
9cbe40c1 7560 int vco;
9d556c99 7561
d288f65f
VS
7562 bestn = pipe_config->dpll.n;
7563 bestm2_frac = pipe_config->dpll.m2 & 0x3fffff;
7564 bestm1 = pipe_config->dpll.m1;
7565 bestm2 = pipe_config->dpll.m2 >> 22;
7566 bestp1 = pipe_config->dpll.p1;
7567 bestp2 = pipe_config->dpll.p2;
9cbe40c1 7568 vco = pipe_config->dpll.vco;
a945ce7e 7569 dpio_val = 0;
9cbe40c1 7570 loopfilter = 0;
9d556c99
CML
7571
7572 /*
7573 * Enable Refclk and SSC
7574 */
a11b0703 7575 I915_WRITE(dpll_reg,
d288f65f 7576 pipe_config->dpll_hw_state.dpll & ~DPLL_VCO_ENABLE);
a11b0703 7577
a580516d 7578 mutex_lock(&dev_priv->sb_lock);
9d556c99 7579
9d556c99
CML
7580 /* p1 and p2 divider */
7581 vlv_dpio_write(dev_priv, pipe, CHV_CMN_DW13(port),
7582 5 << DPIO_CHV_S1_DIV_SHIFT |
7583 bestp1 << DPIO_CHV_P1_DIV_SHIFT |
7584 bestp2 << DPIO_CHV_P2_DIV_SHIFT |
7585 1 << DPIO_CHV_K_DIV_SHIFT);
7586
7587 /* Feedback post-divider - m2 */
7588 vlv_dpio_write(dev_priv, pipe, CHV_PLL_DW0(port), bestm2);
7589
7590 /* Feedback refclk divider - n and m1 */
7591 vlv_dpio_write(dev_priv, pipe, CHV_PLL_DW1(port),
7592 DPIO_CHV_M1_DIV_BY_2 |
7593 1 << DPIO_CHV_N_DIV_SHIFT);
7594
7595 /* M2 fraction division */
25a25dfc 7596 vlv_dpio_write(dev_priv, pipe, CHV_PLL_DW2(port), bestm2_frac);
9d556c99
CML
7597
7598 /* M2 fraction division enable */
a945ce7e
VP
7599 dpio_val = vlv_dpio_read(dev_priv, pipe, CHV_PLL_DW3(port));
7600 dpio_val &= ~(DPIO_CHV_FEEDFWD_GAIN_MASK | DPIO_CHV_FRAC_DIV_EN);
7601 dpio_val |= (2 << DPIO_CHV_FEEDFWD_GAIN_SHIFT);
7602 if (bestm2_frac)
7603 dpio_val |= DPIO_CHV_FRAC_DIV_EN;
7604 vlv_dpio_write(dev_priv, pipe, CHV_PLL_DW3(port), dpio_val);
9d556c99 7605
de3a0fde
VP
7606 /* Program digital lock detect threshold */
7607 dpio_val = vlv_dpio_read(dev_priv, pipe, CHV_PLL_DW9(port));
7608 dpio_val &= ~(DPIO_CHV_INT_LOCK_THRESHOLD_MASK |
7609 DPIO_CHV_INT_LOCK_THRESHOLD_SEL_COARSE);
7610 dpio_val |= (0x5 << DPIO_CHV_INT_LOCK_THRESHOLD_SHIFT);
7611 if (!bestm2_frac)
7612 dpio_val |= DPIO_CHV_INT_LOCK_THRESHOLD_SEL_COARSE;
7613 vlv_dpio_write(dev_priv, pipe, CHV_PLL_DW9(port), dpio_val);
7614
9d556c99 7615 /* Loop filter */
9cbe40c1
VP
7616 if (vco == 5400000) {
7617 loopfilter |= (0x3 << DPIO_CHV_PROP_COEFF_SHIFT);
7618 loopfilter |= (0x8 << DPIO_CHV_INT_COEFF_SHIFT);
7619 loopfilter |= (0x1 << DPIO_CHV_GAIN_CTRL_SHIFT);
7620 tribuf_calcntr = 0x9;
7621 } else if (vco <= 6200000) {
7622 loopfilter |= (0x5 << DPIO_CHV_PROP_COEFF_SHIFT);
7623 loopfilter |= (0xB << DPIO_CHV_INT_COEFF_SHIFT);
7624 loopfilter |= (0x3 << DPIO_CHV_GAIN_CTRL_SHIFT);
7625 tribuf_calcntr = 0x9;
7626 } else if (vco <= 6480000) {
7627 loopfilter |= (0x4 << DPIO_CHV_PROP_COEFF_SHIFT);
7628 loopfilter |= (0x9 << DPIO_CHV_INT_COEFF_SHIFT);
7629 loopfilter |= (0x3 << DPIO_CHV_GAIN_CTRL_SHIFT);
7630 tribuf_calcntr = 0x8;
7631 } else {
7632 /* Not supported. Apply the same limits as in the max case */
7633 loopfilter |= (0x4 << DPIO_CHV_PROP_COEFF_SHIFT);
7634 loopfilter |= (0x9 << DPIO_CHV_INT_COEFF_SHIFT);
7635 loopfilter |= (0x3 << DPIO_CHV_GAIN_CTRL_SHIFT);
7636 tribuf_calcntr = 0;
7637 }
9d556c99
CML
7638 vlv_dpio_write(dev_priv, pipe, CHV_PLL_DW6(port), loopfilter);
7639
968040b2 7640 dpio_val = vlv_dpio_read(dev_priv, pipe, CHV_PLL_DW8(port));
9cbe40c1
VP
7641 dpio_val &= ~DPIO_CHV_TDC_TARGET_CNT_MASK;
7642 dpio_val |= (tribuf_calcntr << DPIO_CHV_TDC_TARGET_CNT_SHIFT);
7643 vlv_dpio_write(dev_priv, pipe, CHV_PLL_DW8(port), dpio_val);
7644
9d556c99
CML
7645 /* AFC Recal */
7646 vlv_dpio_write(dev_priv, pipe, CHV_CMN_DW14(port),
7647 vlv_dpio_read(dev_priv, pipe, CHV_CMN_DW14(port)) |
7648 DPIO_AFC_RECAL);
7649
a580516d 7650 mutex_unlock(&dev_priv->sb_lock);
9d556c99
CML
7651}
7652
d288f65f
VS
7653/**
7654 * vlv_force_pll_on - forcibly enable just the PLL
7655 * @dev_priv: i915 private structure
7656 * @pipe: pipe PLL to enable
7657 * @dpll: PLL configuration
7658 *
7659 * Enable the PLL for @pipe using the supplied @dpll config. To be used
7660 * in cases where we need the PLL enabled even when @pipe is not going to
7661 * be enabled.
7662 */
7663void vlv_force_pll_on(struct drm_device *dev, enum pipe pipe,
7664 const struct dpll *dpll)
7665{
7666 struct intel_crtc *crtc =
7667 to_intel_crtc(intel_get_crtc_for_pipe(dev, pipe));
5cec258b 7668 struct intel_crtc_state pipe_config = {
a93e255f 7669 .base.crtc = &crtc->base,
d288f65f
VS
7670 .pixel_multiplier = 1,
7671 .dpll = *dpll,
7672 };
7673
7674 if (IS_CHERRYVIEW(dev)) {
251ac862 7675 chv_compute_dpll(crtc, &pipe_config);
d288f65f
VS
7676 chv_prepare_pll(crtc, &pipe_config);
7677 chv_enable_pll(crtc, &pipe_config);
7678 } else {
251ac862 7679 vlv_compute_dpll(crtc, &pipe_config);
d288f65f
VS
7680 vlv_prepare_pll(crtc, &pipe_config);
7681 vlv_enable_pll(crtc, &pipe_config);
7682 }
7683}
7684
7685/**
7686 * vlv_force_pll_off - forcibly disable just the PLL
7687 * @dev_priv: i915 private structure
7688 * @pipe: pipe PLL to disable
7689 *
7690 * Disable the PLL for @pipe. To be used in cases where we need
7691 * the PLL enabled even when @pipe is not going to be enabled.
7692 */
7693void vlv_force_pll_off(struct drm_device *dev, enum pipe pipe)
7694{
7695 if (IS_CHERRYVIEW(dev))
7696 chv_disable_pll(to_i915(dev), pipe);
7697 else
7698 vlv_disable_pll(to_i915(dev), pipe);
7699}
7700
251ac862
DV
7701static void i9xx_compute_dpll(struct intel_crtc *crtc,
7702 struct intel_crtc_state *crtc_state,
7703 intel_clock_t *reduced_clock,
7704 int num_connectors)
eb1cbe48 7705{
f47709a9 7706 struct drm_device *dev = crtc->base.dev;
eb1cbe48 7707 struct drm_i915_private *dev_priv = dev->dev_private;
eb1cbe48
DV
7708 u32 dpll;
7709 bool is_sdvo;
190f68c5 7710 struct dpll *clock = &crtc_state->dpll;
eb1cbe48 7711
190f68c5 7712 i9xx_update_pll_dividers(crtc, crtc_state, reduced_clock);
2a8f64ca 7713
a93e255f
ACO
7714 is_sdvo = intel_pipe_will_have_type(crtc_state, INTEL_OUTPUT_SDVO) ||
7715 intel_pipe_will_have_type(crtc_state, INTEL_OUTPUT_HDMI);
eb1cbe48
DV
7716
7717 dpll = DPLL_VGA_MODE_DIS;
7718
a93e255f 7719 if (intel_pipe_will_have_type(crtc_state, INTEL_OUTPUT_LVDS))
eb1cbe48
DV
7720 dpll |= DPLLB_MODE_LVDS;
7721 else
7722 dpll |= DPLLB_MODE_DAC_SERIAL;
6cc5f341 7723
ef1b460d 7724 if (IS_I945G(dev) || IS_I945GM(dev) || IS_G33(dev)) {
190f68c5 7725 dpll |= (crtc_state->pixel_multiplier - 1)
198a037f 7726 << SDVO_MULTIPLIER_SHIFT_HIRES;
eb1cbe48 7727 }
198a037f
DV
7728
7729 if (is_sdvo)
4a33e48d 7730 dpll |= DPLL_SDVO_HIGH_SPEED;
198a037f 7731
190f68c5 7732 if (crtc_state->has_dp_encoder)
4a33e48d 7733 dpll |= DPLL_SDVO_HIGH_SPEED;
eb1cbe48
DV
7734
7735 /* compute bitmask from p1 value */
7736 if (IS_PINEVIEW(dev))
7737 dpll |= (1 << (clock->p1 - 1)) << DPLL_FPA01_P1_POST_DIV_SHIFT_PINEVIEW;
7738 else {
7739 dpll |= (1 << (clock->p1 - 1)) << DPLL_FPA01_P1_POST_DIV_SHIFT;
7740 if (IS_G4X(dev) && reduced_clock)
7741 dpll |= (1 << (reduced_clock->p1 - 1)) << DPLL_FPA1_P1_POST_DIV_SHIFT;
7742 }
7743 switch (clock->p2) {
7744 case 5:
7745 dpll |= DPLL_DAC_SERIAL_P2_CLOCK_DIV_5;
7746 break;
7747 case 7:
7748 dpll |= DPLLB_LVDS_P2_CLOCK_DIV_7;
7749 break;
7750 case 10:
7751 dpll |= DPLL_DAC_SERIAL_P2_CLOCK_DIV_10;
7752 break;
7753 case 14:
7754 dpll |= DPLLB_LVDS_P2_CLOCK_DIV_14;
7755 break;
7756 }
7757 if (INTEL_INFO(dev)->gen >= 4)
7758 dpll |= (6 << PLL_LOAD_PULSE_PHASE_SHIFT);
7759
190f68c5 7760 if (crtc_state->sdvo_tv_clock)
eb1cbe48 7761 dpll |= PLL_REF_INPUT_TVCLKINBC;
a93e255f 7762 else if (intel_pipe_will_have_type(crtc_state, INTEL_OUTPUT_LVDS) &&
eb1cbe48
DV
7763 intel_panel_use_ssc(dev_priv) && num_connectors < 2)
7764 dpll |= PLLB_REF_INPUT_SPREADSPECTRUMIN;
7765 else
7766 dpll |= PLL_REF_INPUT_DREFCLK;
7767
7768 dpll |= DPLL_VCO_ENABLE;
190f68c5 7769 crtc_state->dpll_hw_state.dpll = dpll;
8bcc2795 7770
eb1cbe48 7771 if (INTEL_INFO(dev)->gen >= 4) {
190f68c5 7772 u32 dpll_md = (crtc_state->pixel_multiplier - 1)
ef1b460d 7773 << DPLL_MD_UDI_MULTIPLIER_SHIFT;
190f68c5 7774 crtc_state->dpll_hw_state.dpll_md = dpll_md;
eb1cbe48
DV
7775 }
7776}
7777
251ac862
DV
7778static void i8xx_compute_dpll(struct intel_crtc *crtc,
7779 struct intel_crtc_state *crtc_state,
7780 intel_clock_t *reduced_clock,
7781 int num_connectors)
eb1cbe48 7782{
f47709a9 7783 struct drm_device *dev = crtc->base.dev;
eb1cbe48 7784 struct drm_i915_private *dev_priv = dev->dev_private;
eb1cbe48 7785 u32 dpll;
190f68c5 7786 struct dpll *clock = &crtc_state->dpll;
eb1cbe48 7787
190f68c5 7788 i9xx_update_pll_dividers(crtc, crtc_state, reduced_clock);
2a8f64ca 7789
eb1cbe48
DV
7790 dpll = DPLL_VGA_MODE_DIS;
7791
a93e255f 7792 if (intel_pipe_will_have_type(crtc_state, INTEL_OUTPUT_LVDS)) {
eb1cbe48
DV
7793 dpll |= (1 << (clock->p1 - 1)) << DPLL_FPA01_P1_POST_DIV_SHIFT;
7794 } else {
7795 if (clock->p1 == 2)
7796 dpll |= PLL_P1_DIVIDE_BY_TWO;
7797 else
7798 dpll |= (clock->p1 - 2) << DPLL_FPA01_P1_POST_DIV_SHIFT;
7799 if (clock->p2 == 4)
7800 dpll |= PLL_P2_DIVIDE_BY_4;
7801 }
7802
a93e255f 7803 if (!IS_I830(dev) && intel_pipe_will_have_type(crtc_state, INTEL_OUTPUT_DVO))
4a33e48d
DV
7804 dpll |= DPLL_DVO_2X_MODE;
7805
a93e255f 7806 if (intel_pipe_will_have_type(crtc_state, INTEL_OUTPUT_LVDS) &&
eb1cbe48
DV
7807 intel_panel_use_ssc(dev_priv) && num_connectors < 2)
7808 dpll |= PLLB_REF_INPUT_SPREADSPECTRUMIN;
7809 else
7810 dpll |= PLL_REF_INPUT_DREFCLK;
7811
7812 dpll |= DPLL_VCO_ENABLE;
190f68c5 7813 crtc_state->dpll_hw_state.dpll = dpll;
eb1cbe48
DV
7814}
7815
8a654f3b 7816static void intel_set_pipe_timings(struct intel_crtc *intel_crtc)
b0e77b9c
PZ
7817{
7818 struct drm_device *dev = intel_crtc->base.dev;
7819 struct drm_i915_private *dev_priv = dev->dev_private;
7820 enum pipe pipe = intel_crtc->pipe;
6e3c9717 7821 enum transcoder cpu_transcoder = intel_crtc->config->cpu_transcoder;
7c5f93b0 7822 const struct drm_display_mode *adjusted_mode = &intel_crtc->config->base.adjusted_mode;
1caea6e9
VS
7823 uint32_t crtc_vtotal, crtc_vblank_end;
7824 int vsyncshift = 0;
4d8a62ea
DV
7825
7826 /* We need to be careful not to changed the adjusted mode, for otherwise
7827 * the hw state checker will get angry at the mismatch. */
7828 crtc_vtotal = adjusted_mode->crtc_vtotal;
7829 crtc_vblank_end = adjusted_mode->crtc_vblank_end;
b0e77b9c 7830
609aeaca 7831 if (adjusted_mode->flags & DRM_MODE_FLAG_INTERLACE) {
b0e77b9c 7832 /* the chip adds 2 halflines automatically */
4d8a62ea
DV
7833 crtc_vtotal -= 1;
7834 crtc_vblank_end -= 1;
609aeaca 7835
409ee761 7836 if (intel_pipe_has_type(intel_crtc, INTEL_OUTPUT_SDVO))
609aeaca
VS
7837 vsyncshift = (adjusted_mode->crtc_htotal - 1) / 2;
7838 else
7839 vsyncshift = adjusted_mode->crtc_hsync_start -
7840 adjusted_mode->crtc_htotal / 2;
1caea6e9
VS
7841 if (vsyncshift < 0)
7842 vsyncshift += adjusted_mode->crtc_htotal;
b0e77b9c
PZ
7843 }
7844
7845 if (INTEL_INFO(dev)->gen > 3)
fe2b8f9d 7846 I915_WRITE(VSYNCSHIFT(cpu_transcoder), vsyncshift);
b0e77b9c 7847
fe2b8f9d 7848 I915_WRITE(HTOTAL(cpu_transcoder),
b0e77b9c
PZ
7849 (adjusted_mode->crtc_hdisplay - 1) |
7850 ((adjusted_mode->crtc_htotal - 1) << 16));
fe2b8f9d 7851 I915_WRITE(HBLANK(cpu_transcoder),
b0e77b9c
PZ
7852 (adjusted_mode->crtc_hblank_start - 1) |
7853 ((adjusted_mode->crtc_hblank_end - 1) << 16));
fe2b8f9d 7854 I915_WRITE(HSYNC(cpu_transcoder),
b0e77b9c
PZ
7855 (adjusted_mode->crtc_hsync_start - 1) |
7856 ((adjusted_mode->crtc_hsync_end - 1) << 16));
7857
fe2b8f9d 7858 I915_WRITE(VTOTAL(cpu_transcoder),
b0e77b9c 7859 (adjusted_mode->crtc_vdisplay - 1) |
4d8a62ea 7860 ((crtc_vtotal - 1) << 16));
fe2b8f9d 7861 I915_WRITE(VBLANK(cpu_transcoder),
b0e77b9c 7862 (adjusted_mode->crtc_vblank_start - 1) |
4d8a62ea 7863 ((crtc_vblank_end - 1) << 16));
fe2b8f9d 7864 I915_WRITE(VSYNC(cpu_transcoder),
b0e77b9c
PZ
7865 (adjusted_mode->crtc_vsync_start - 1) |
7866 ((adjusted_mode->crtc_vsync_end - 1) << 16));
7867
b5e508d4
PZ
7868 /* Workaround: when the EDP input selection is B, the VTOTAL_B must be
7869 * programmed with the VTOTAL_EDP value. Same for VTOTAL_C. This is
7870 * documented on the DDI_FUNC_CTL register description, EDP Input Select
7871 * bits. */
7872 if (IS_HASWELL(dev) && cpu_transcoder == TRANSCODER_EDP &&
7873 (pipe == PIPE_B || pipe == PIPE_C))
7874 I915_WRITE(VTOTAL(pipe), I915_READ(VTOTAL(cpu_transcoder)));
7875
b0e77b9c
PZ
7876 /* pipesrc controls the size that is scaled from, which should
7877 * always be the user's requested size.
7878 */
7879 I915_WRITE(PIPESRC(pipe),
6e3c9717
ACO
7880 ((intel_crtc->config->pipe_src_w - 1) << 16) |
7881 (intel_crtc->config->pipe_src_h - 1));
b0e77b9c
PZ
7882}
7883
1bd1bd80 7884static void intel_get_pipe_timings(struct intel_crtc *crtc,
5cec258b 7885 struct intel_crtc_state *pipe_config)
1bd1bd80
DV
7886{
7887 struct drm_device *dev = crtc->base.dev;
7888 struct drm_i915_private *dev_priv = dev->dev_private;
7889 enum transcoder cpu_transcoder = pipe_config->cpu_transcoder;
7890 uint32_t tmp;
7891
7892 tmp = I915_READ(HTOTAL(cpu_transcoder));
2d112de7
ACO
7893 pipe_config->base.adjusted_mode.crtc_hdisplay = (tmp & 0xffff) + 1;
7894 pipe_config->base.adjusted_mode.crtc_htotal = ((tmp >> 16) & 0xffff) + 1;
1bd1bd80 7895 tmp = I915_READ(HBLANK(cpu_transcoder));
2d112de7
ACO
7896 pipe_config->base.adjusted_mode.crtc_hblank_start = (tmp & 0xffff) + 1;
7897 pipe_config->base.adjusted_mode.crtc_hblank_end = ((tmp >> 16) & 0xffff) + 1;
1bd1bd80 7898 tmp = I915_READ(HSYNC(cpu_transcoder));
2d112de7
ACO
7899 pipe_config->base.adjusted_mode.crtc_hsync_start = (tmp & 0xffff) + 1;
7900 pipe_config->base.adjusted_mode.crtc_hsync_end = ((tmp >> 16) & 0xffff) + 1;
1bd1bd80
DV
7901
7902 tmp = I915_READ(VTOTAL(cpu_transcoder));
2d112de7
ACO
7903 pipe_config->base.adjusted_mode.crtc_vdisplay = (tmp & 0xffff) + 1;
7904 pipe_config->base.adjusted_mode.crtc_vtotal = ((tmp >> 16) & 0xffff) + 1;
1bd1bd80 7905 tmp = I915_READ(VBLANK(cpu_transcoder));
2d112de7
ACO
7906 pipe_config->base.adjusted_mode.crtc_vblank_start = (tmp & 0xffff) + 1;
7907 pipe_config->base.adjusted_mode.crtc_vblank_end = ((tmp >> 16) & 0xffff) + 1;
1bd1bd80 7908 tmp = I915_READ(VSYNC(cpu_transcoder));
2d112de7
ACO
7909 pipe_config->base.adjusted_mode.crtc_vsync_start = (tmp & 0xffff) + 1;
7910 pipe_config->base.adjusted_mode.crtc_vsync_end = ((tmp >> 16) & 0xffff) + 1;
1bd1bd80
DV
7911
7912 if (I915_READ(PIPECONF(cpu_transcoder)) & PIPECONF_INTERLACE_MASK) {
2d112de7
ACO
7913 pipe_config->base.adjusted_mode.flags |= DRM_MODE_FLAG_INTERLACE;
7914 pipe_config->base.adjusted_mode.crtc_vtotal += 1;
7915 pipe_config->base.adjusted_mode.crtc_vblank_end += 1;
1bd1bd80
DV
7916 }
7917
7918 tmp = I915_READ(PIPESRC(crtc->pipe));
37327abd
VS
7919 pipe_config->pipe_src_h = (tmp & 0xffff) + 1;
7920 pipe_config->pipe_src_w = ((tmp >> 16) & 0xffff) + 1;
7921
2d112de7
ACO
7922 pipe_config->base.mode.vdisplay = pipe_config->pipe_src_h;
7923 pipe_config->base.mode.hdisplay = pipe_config->pipe_src_w;
1bd1bd80
DV
7924}
7925
f6a83288 7926void intel_mode_from_pipe_config(struct drm_display_mode *mode,
5cec258b 7927 struct intel_crtc_state *pipe_config)
babea61d 7928{
2d112de7
ACO
7929 mode->hdisplay = pipe_config->base.adjusted_mode.crtc_hdisplay;
7930 mode->htotal = pipe_config->base.adjusted_mode.crtc_htotal;
7931 mode->hsync_start = pipe_config->base.adjusted_mode.crtc_hsync_start;
7932 mode->hsync_end = pipe_config->base.adjusted_mode.crtc_hsync_end;
babea61d 7933
2d112de7
ACO
7934 mode->vdisplay = pipe_config->base.adjusted_mode.crtc_vdisplay;
7935 mode->vtotal = pipe_config->base.adjusted_mode.crtc_vtotal;
7936 mode->vsync_start = pipe_config->base.adjusted_mode.crtc_vsync_start;
7937 mode->vsync_end = pipe_config->base.adjusted_mode.crtc_vsync_end;
babea61d 7938
2d112de7 7939 mode->flags = pipe_config->base.adjusted_mode.flags;
cd13f5ab 7940 mode->type = DRM_MODE_TYPE_DRIVER;
babea61d 7941
2d112de7
ACO
7942 mode->clock = pipe_config->base.adjusted_mode.crtc_clock;
7943 mode->flags |= pipe_config->base.adjusted_mode.flags;
cd13f5ab
ML
7944
7945 mode->hsync = drm_mode_hsync(mode);
7946 mode->vrefresh = drm_mode_vrefresh(mode);
7947 drm_mode_set_name(mode);
babea61d
JB
7948}
7949
84b046f3
DV
7950static void i9xx_set_pipeconf(struct intel_crtc *intel_crtc)
7951{
7952 struct drm_device *dev = intel_crtc->base.dev;
7953 struct drm_i915_private *dev_priv = dev->dev_private;
7954 uint32_t pipeconf;
7955
9f11a9e4 7956 pipeconf = 0;
84b046f3 7957
b6b5d049
VS
7958 if ((intel_crtc->pipe == PIPE_A && dev_priv->quirks & QUIRK_PIPEA_FORCE) ||
7959 (intel_crtc->pipe == PIPE_B && dev_priv->quirks & QUIRK_PIPEB_FORCE))
7960 pipeconf |= I915_READ(PIPECONF(intel_crtc->pipe)) & PIPECONF_ENABLE;
67c72a12 7961
6e3c9717 7962 if (intel_crtc->config->double_wide)
cf532bb2 7963 pipeconf |= PIPECONF_DOUBLE_WIDE;
84b046f3 7964
ff9ce46e 7965 /* only g4x and later have fancy bpc/dither controls */
666a4537 7966 if (IS_G4X(dev) || IS_VALLEYVIEW(dev) || IS_CHERRYVIEW(dev)) {
ff9ce46e 7967 /* Bspec claims that we can't use dithering for 30bpp pipes. */
6e3c9717 7968 if (intel_crtc->config->dither && intel_crtc->config->pipe_bpp != 30)
ff9ce46e 7969 pipeconf |= PIPECONF_DITHER_EN |
84b046f3 7970 PIPECONF_DITHER_TYPE_SP;
84b046f3 7971
6e3c9717 7972 switch (intel_crtc->config->pipe_bpp) {
ff9ce46e
DV
7973 case 18:
7974 pipeconf |= PIPECONF_6BPC;
7975 break;
7976 case 24:
7977 pipeconf |= PIPECONF_8BPC;
7978 break;
7979 case 30:
7980 pipeconf |= PIPECONF_10BPC;
7981 break;
7982 default:
7983 /* Case prevented by intel_choose_pipe_bpp_dither. */
7984 BUG();
84b046f3
DV
7985 }
7986 }
7987
7988 if (HAS_PIPE_CXSR(dev)) {
7989 if (intel_crtc->lowfreq_avail) {
7990 DRM_DEBUG_KMS("enabling CxSR downclocking\n");
7991 pipeconf |= PIPECONF_CXSR_DOWNCLOCK;
7992 } else {
7993 DRM_DEBUG_KMS("disabling CxSR downclocking\n");
84b046f3
DV
7994 }
7995 }
7996
6e3c9717 7997 if (intel_crtc->config->base.adjusted_mode.flags & DRM_MODE_FLAG_INTERLACE) {
efc2cfff 7998 if (INTEL_INFO(dev)->gen < 4 ||
409ee761 7999 intel_pipe_has_type(intel_crtc, INTEL_OUTPUT_SDVO))
efc2cfff
VS
8000 pipeconf |= PIPECONF_INTERLACE_W_FIELD_INDICATION;
8001 else
8002 pipeconf |= PIPECONF_INTERLACE_W_SYNC_SHIFT;
8003 } else
84b046f3
DV
8004 pipeconf |= PIPECONF_PROGRESSIVE;
8005
666a4537
WB
8006 if ((IS_VALLEYVIEW(dev) || IS_CHERRYVIEW(dev)) &&
8007 intel_crtc->config->limited_color_range)
9f11a9e4 8008 pipeconf |= PIPECONF_COLOR_RANGE_SELECT;
9c8e09b7 8009
84b046f3
DV
8010 I915_WRITE(PIPECONF(intel_crtc->pipe), pipeconf);
8011 POSTING_READ(PIPECONF(intel_crtc->pipe));
8012}
8013
190f68c5
ACO
8014static int i9xx_crtc_compute_clock(struct intel_crtc *crtc,
8015 struct intel_crtc_state *crtc_state)
79e53945 8016{
c7653199 8017 struct drm_device *dev = crtc->base.dev;
79e53945 8018 struct drm_i915_private *dev_priv = dev->dev_private;
c751ce4f 8019 int refclk, num_connectors = 0;
c329a4ec
DV
8020 intel_clock_t clock;
8021 bool ok;
d4906093 8022 const intel_limit_t *limit;
55bb9992 8023 struct drm_atomic_state *state = crtc_state->base.state;
da3ced29 8024 struct drm_connector *connector;
55bb9992
ACO
8025 struct drm_connector_state *connector_state;
8026 int i;
79e53945 8027
dd3cd74a
ACO
8028 memset(&crtc_state->dpll_hw_state, 0,
8029 sizeof(crtc_state->dpll_hw_state));
8030
a65347ba
JN
8031 if (crtc_state->has_dsi_encoder)
8032 return 0;
43565a06 8033
a65347ba
JN
8034 for_each_connector_in_state(state, connector, connector_state, i) {
8035 if (connector_state->crtc == &crtc->base)
8036 num_connectors++;
79e53945
JB
8037 }
8038
190f68c5 8039 if (!crtc_state->clock_set) {
a93e255f 8040 refclk = i9xx_get_refclk(crtc_state, num_connectors);
79e53945 8041
e9fd1c02
JN
8042 /*
8043 * Returns a set of divisors for the desired target clock with
8044 * the given refclk, or FALSE. The returned values represent
8045 * the clock equation: reflck * (5 * (m1 + 2) + (m2 + 2)) / (n +
8046 * 2) / p1 / p2.
8047 */
a93e255f
ACO
8048 limit = intel_limit(crtc_state, refclk);
8049 ok = dev_priv->display.find_dpll(limit, crtc_state,
190f68c5 8050 crtc_state->port_clock,
e9fd1c02 8051 refclk, NULL, &clock);
f2335330 8052 if (!ok) {
e9fd1c02
JN
8053 DRM_ERROR("Couldn't find PLL settings for mode!\n");
8054 return -EINVAL;
8055 }
79e53945 8056
f2335330 8057 /* Compat-code for transition, will disappear. */
190f68c5
ACO
8058 crtc_state->dpll.n = clock.n;
8059 crtc_state->dpll.m1 = clock.m1;
8060 crtc_state->dpll.m2 = clock.m2;
8061 crtc_state->dpll.p1 = clock.p1;
8062 crtc_state->dpll.p2 = clock.p2;
f47709a9 8063 }
7026d4ac 8064
e9fd1c02 8065 if (IS_GEN2(dev)) {
c329a4ec 8066 i8xx_compute_dpll(crtc, crtc_state, NULL,
251ac862 8067 num_connectors);
9d556c99 8068 } else if (IS_CHERRYVIEW(dev)) {
251ac862 8069 chv_compute_dpll(crtc, crtc_state);
e9fd1c02 8070 } else if (IS_VALLEYVIEW(dev)) {
251ac862 8071 vlv_compute_dpll(crtc, crtc_state);
e9fd1c02 8072 } else {
c329a4ec 8073 i9xx_compute_dpll(crtc, crtc_state, NULL,
251ac862 8074 num_connectors);
e9fd1c02 8075 }
79e53945 8076
c8f7a0db 8077 return 0;
f564048e
EA
8078}
8079
2fa2fe9a 8080static void i9xx_get_pfit_config(struct intel_crtc *crtc,
5cec258b 8081 struct intel_crtc_state *pipe_config)
2fa2fe9a
DV
8082{
8083 struct drm_device *dev = crtc->base.dev;
8084 struct drm_i915_private *dev_priv = dev->dev_private;
8085 uint32_t tmp;
8086
dc9e7dec
VS
8087 if (INTEL_INFO(dev)->gen <= 3 && (IS_I830(dev) || !IS_MOBILE(dev)))
8088 return;
8089
2fa2fe9a 8090 tmp = I915_READ(PFIT_CONTROL);
06922821
DV
8091 if (!(tmp & PFIT_ENABLE))
8092 return;
2fa2fe9a 8093
06922821 8094 /* Check whether the pfit is attached to our pipe. */
2fa2fe9a
DV
8095 if (INTEL_INFO(dev)->gen < 4) {
8096 if (crtc->pipe != PIPE_B)
8097 return;
2fa2fe9a
DV
8098 } else {
8099 if ((tmp & PFIT_PIPE_MASK) != (crtc->pipe << PFIT_PIPE_SHIFT))
8100 return;
8101 }
8102
06922821 8103 pipe_config->gmch_pfit.control = tmp;
2fa2fe9a
DV
8104 pipe_config->gmch_pfit.pgm_ratios = I915_READ(PFIT_PGM_RATIOS);
8105 if (INTEL_INFO(dev)->gen < 5)
8106 pipe_config->gmch_pfit.lvds_border_bits =
8107 I915_READ(LVDS) & LVDS_BORDER_ENABLE;
8108}
8109
acbec814 8110static void vlv_crtc_clock_get(struct intel_crtc *crtc,
5cec258b 8111 struct intel_crtc_state *pipe_config)
acbec814
JB
8112{
8113 struct drm_device *dev = crtc->base.dev;
8114 struct drm_i915_private *dev_priv = dev->dev_private;
8115 int pipe = pipe_config->cpu_transcoder;
8116 intel_clock_t clock;
8117 u32 mdiv;
662c6ecb 8118 int refclk = 100000;
acbec814 8119
f573de5a
SK
8120 /* In case of MIPI DPLL will not even be used */
8121 if (!(pipe_config->dpll_hw_state.dpll & DPLL_VCO_ENABLE))
8122 return;
8123
a580516d 8124 mutex_lock(&dev_priv->sb_lock);
ab3c759a 8125 mdiv = vlv_dpio_read(dev_priv, pipe, VLV_PLL_DW3(pipe));
a580516d 8126 mutex_unlock(&dev_priv->sb_lock);
acbec814
JB
8127
8128 clock.m1 = (mdiv >> DPIO_M1DIV_SHIFT) & 7;
8129 clock.m2 = mdiv & DPIO_M2DIV_MASK;
8130 clock.n = (mdiv >> DPIO_N_SHIFT) & 0xf;
8131 clock.p1 = (mdiv >> DPIO_P1_SHIFT) & 7;
8132 clock.p2 = (mdiv >> DPIO_P2_SHIFT) & 0x1f;
8133
dccbea3b 8134 pipe_config->port_clock = vlv_calc_dpll_params(refclk, &clock);
acbec814
JB
8135}
8136
5724dbd1
DL
8137static void
8138i9xx_get_initial_plane_config(struct intel_crtc *crtc,
8139 struct intel_initial_plane_config *plane_config)
1ad292b5
JB
8140{
8141 struct drm_device *dev = crtc->base.dev;
8142 struct drm_i915_private *dev_priv = dev->dev_private;
8143 u32 val, base, offset;
8144 int pipe = crtc->pipe, plane = crtc->plane;
8145 int fourcc, pixel_format;
6761dd31 8146 unsigned int aligned_height;
b113d5ee 8147 struct drm_framebuffer *fb;
1b842c89 8148 struct intel_framebuffer *intel_fb;
1ad292b5 8149
42a7b088
DL
8150 val = I915_READ(DSPCNTR(plane));
8151 if (!(val & DISPLAY_PLANE_ENABLE))
8152 return;
8153
d9806c9f 8154 intel_fb = kzalloc(sizeof(*intel_fb), GFP_KERNEL);
1b842c89 8155 if (!intel_fb) {
1ad292b5
JB
8156 DRM_DEBUG_KMS("failed to alloc fb\n");
8157 return;
8158 }
8159
1b842c89
DL
8160 fb = &intel_fb->base;
8161
18c5247e
DV
8162 if (INTEL_INFO(dev)->gen >= 4) {
8163 if (val & DISPPLANE_TILED) {
49af449b 8164 plane_config->tiling = I915_TILING_X;
18c5247e
DV
8165 fb->modifier[0] = I915_FORMAT_MOD_X_TILED;
8166 }
8167 }
1ad292b5
JB
8168
8169 pixel_format = val & DISPPLANE_PIXFORMAT_MASK;
b35d63fa 8170 fourcc = i9xx_format_to_fourcc(pixel_format);
b113d5ee
DL
8171 fb->pixel_format = fourcc;
8172 fb->bits_per_pixel = drm_format_plane_cpp(fourcc, 0) * 8;
1ad292b5
JB
8173
8174 if (INTEL_INFO(dev)->gen >= 4) {
49af449b 8175 if (plane_config->tiling)
1ad292b5
JB
8176 offset = I915_READ(DSPTILEOFF(plane));
8177 else
8178 offset = I915_READ(DSPLINOFF(plane));
8179 base = I915_READ(DSPSURF(plane)) & 0xfffff000;
8180 } else {
8181 base = I915_READ(DSPADDR(plane));
8182 }
8183 plane_config->base = base;
8184
8185 val = I915_READ(PIPESRC(pipe));
b113d5ee
DL
8186 fb->width = ((val >> 16) & 0xfff) + 1;
8187 fb->height = ((val >> 0) & 0xfff) + 1;
1ad292b5
JB
8188
8189 val = I915_READ(DSPSTRIDE(pipe));
b113d5ee 8190 fb->pitches[0] = val & 0xffffffc0;
1ad292b5 8191
b113d5ee 8192 aligned_height = intel_fb_align_height(dev, fb->height,
091df6cb
DV
8193 fb->pixel_format,
8194 fb->modifier[0]);
1ad292b5 8195
f37b5c2b 8196 plane_config->size = fb->pitches[0] * aligned_height;
1ad292b5 8197
2844a921
DL
8198 DRM_DEBUG_KMS("pipe/plane %c/%d with fb: size=%dx%d@%d, offset=%x, pitch %d, size 0x%x\n",
8199 pipe_name(pipe), plane, fb->width, fb->height,
8200 fb->bits_per_pixel, base, fb->pitches[0],
8201 plane_config->size);
1ad292b5 8202
2d14030b 8203 plane_config->fb = intel_fb;
1ad292b5
JB
8204}
8205
70b23a98 8206static void chv_crtc_clock_get(struct intel_crtc *crtc,
5cec258b 8207 struct intel_crtc_state *pipe_config)
70b23a98
VS
8208{
8209 struct drm_device *dev = crtc->base.dev;
8210 struct drm_i915_private *dev_priv = dev->dev_private;
8211 int pipe = pipe_config->cpu_transcoder;
8212 enum dpio_channel port = vlv_pipe_to_channel(pipe);
8213 intel_clock_t clock;
0d7b6b11 8214 u32 cmn_dw13, pll_dw0, pll_dw1, pll_dw2, pll_dw3;
70b23a98
VS
8215 int refclk = 100000;
8216
a580516d 8217 mutex_lock(&dev_priv->sb_lock);
70b23a98
VS
8218 cmn_dw13 = vlv_dpio_read(dev_priv, pipe, CHV_CMN_DW13(port));
8219 pll_dw0 = vlv_dpio_read(dev_priv, pipe, CHV_PLL_DW0(port));
8220 pll_dw1 = vlv_dpio_read(dev_priv, pipe, CHV_PLL_DW1(port));
8221 pll_dw2 = vlv_dpio_read(dev_priv, pipe, CHV_PLL_DW2(port));
0d7b6b11 8222 pll_dw3 = vlv_dpio_read(dev_priv, pipe, CHV_PLL_DW3(port));
a580516d 8223 mutex_unlock(&dev_priv->sb_lock);
70b23a98
VS
8224
8225 clock.m1 = (pll_dw1 & 0x7) == DPIO_CHV_M1_DIV_BY_2 ? 2 : 0;
0d7b6b11
ID
8226 clock.m2 = (pll_dw0 & 0xff) << 22;
8227 if (pll_dw3 & DPIO_CHV_FRAC_DIV_EN)
8228 clock.m2 |= pll_dw2 & 0x3fffff;
70b23a98
VS
8229 clock.n = (pll_dw1 >> DPIO_CHV_N_DIV_SHIFT) & 0xf;
8230 clock.p1 = (cmn_dw13 >> DPIO_CHV_P1_DIV_SHIFT) & 0x7;
8231 clock.p2 = (cmn_dw13 >> DPIO_CHV_P2_DIV_SHIFT) & 0x1f;
8232
dccbea3b 8233 pipe_config->port_clock = chv_calc_dpll_params(refclk, &clock);
70b23a98
VS
8234}
8235
0e8ffe1b 8236static bool i9xx_get_pipe_config(struct intel_crtc *crtc,
5cec258b 8237 struct intel_crtc_state *pipe_config)
0e8ffe1b
DV
8238{
8239 struct drm_device *dev = crtc->base.dev;
8240 struct drm_i915_private *dev_priv = dev->dev_private;
8241 uint32_t tmp;
8242
f458ebbc
DV
8243 if (!intel_display_power_is_enabled(dev_priv,
8244 POWER_DOMAIN_PIPE(crtc->pipe)))
b5482bd0
ID
8245 return false;
8246
e143a21c 8247 pipe_config->cpu_transcoder = (enum transcoder) crtc->pipe;
c0d43d62 8248 pipe_config->shared_dpll = DPLL_ID_PRIVATE;
eccb140b 8249
0e8ffe1b
DV
8250 tmp = I915_READ(PIPECONF(crtc->pipe));
8251 if (!(tmp & PIPECONF_ENABLE))
8252 return false;
8253
666a4537 8254 if (IS_G4X(dev) || IS_VALLEYVIEW(dev) || IS_CHERRYVIEW(dev)) {
42571aef
VS
8255 switch (tmp & PIPECONF_BPC_MASK) {
8256 case PIPECONF_6BPC:
8257 pipe_config->pipe_bpp = 18;
8258 break;
8259 case PIPECONF_8BPC:
8260 pipe_config->pipe_bpp = 24;
8261 break;
8262 case PIPECONF_10BPC:
8263 pipe_config->pipe_bpp = 30;
8264 break;
8265 default:
8266 break;
8267 }
8268 }
8269
666a4537
WB
8270 if ((IS_VALLEYVIEW(dev) || IS_CHERRYVIEW(dev)) &&
8271 (tmp & PIPECONF_COLOR_RANGE_SELECT))
b5a9fa09
DV
8272 pipe_config->limited_color_range = true;
8273
282740f7
VS
8274 if (INTEL_INFO(dev)->gen < 4)
8275 pipe_config->double_wide = tmp & PIPECONF_DOUBLE_WIDE;
8276
1bd1bd80
DV
8277 intel_get_pipe_timings(crtc, pipe_config);
8278
2fa2fe9a
DV
8279 i9xx_get_pfit_config(crtc, pipe_config);
8280
6c49f241
DV
8281 if (INTEL_INFO(dev)->gen >= 4) {
8282 tmp = I915_READ(DPLL_MD(crtc->pipe));
8283 pipe_config->pixel_multiplier =
8284 ((tmp & DPLL_MD_UDI_MULTIPLIER_MASK)
8285 >> DPLL_MD_UDI_MULTIPLIER_SHIFT) + 1;
8bcc2795 8286 pipe_config->dpll_hw_state.dpll_md = tmp;
6c49f241
DV
8287 } else if (IS_I945G(dev) || IS_I945GM(dev) || IS_G33(dev)) {
8288 tmp = I915_READ(DPLL(crtc->pipe));
8289 pipe_config->pixel_multiplier =
8290 ((tmp & SDVO_MULTIPLIER_MASK)
8291 >> SDVO_MULTIPLIER_SHIFT_HIRES) + 1;
8292 } else {
8293 /* Note that on i915G/GM the pixel multiplier is in the sdvo
8294 * port and will be fixed up in the encoder->get_config
8295 * function. */
8296 pipe_config->pixel_multiplier = 1;
8297 }
8bcc2795 8298 pipe_config->dpll_hw_state.dpll = I915_READ(DPLL(crtc->pipe));
666a4537 8299 if (!IS_VALLEYVIEW(dev) && !IS_CHERRYVIEW(dev)) {
1c4e0274
VS
8300 /*
8301 * DPLL_DVO_2X_MODE must be enabled for both DPLLs
8302 * on 830. Filter it out here so that we don't
8303 * report errors due to that.
8304 */
8305 if (IS_I830(dev))
8306 pipe_config->dpll_hw_state.dpll &= ~DPLL_DVO_2X_MODE;
8307
8bcc2795
DV
8308 pipe_config->dpll_hw_state.fp0 = I915_READ(FP0(crtc->pipe));
8309 pipe_config->dpll_hw_state.fp1 = I915_READ(FP1(crtc->pipe));
165e901c
VS
8310 } else {
8311 /* Mask out read-only status bits. */
8312 pipe_config->dpll_hw_state.dpll &= ~(DPLL_LOCK_VLV |
8313 DPLL_PORTC_READY_MASK |
8314 DPLL_PORTB_READY_MASK);
8bcc2795 8315 }
6c49f241 8316
70b23a98
VS
8317 if (IS_CHERRYVIEW(dev))
8318 chv_crtc_clock_get(crtc, pipe_config);
8319 else if (IS_VALLEYVIEW(dev))
acbec814
JB
8320 vlv_crtc_clock_get(crtc, pipe_config);
8321 else
8322 i9xx_crtc_clock_get(crtc, pipe_config);
18442d08 8323
0f64614d
VS
8324 /*
8325 * Normally the dotclock is filled in by the encoder .get_config()
8326 * but in case the pipe is enabled w/o any ports we need a sane
8327 * default.
8328 */
8329 pipe_config->base.adjusted_mode.crtc_clock =
8330 pipe_config->port_clock / pipe_config->pixel_multiplier;
8331
0e8ffe1b
DV
8332 return true;
8333}
8334
dde86e2d 8335static void ironlake_init_pch_refclk(struct drm_device *dev)
13d83a67
JB
8336{
8337 struct drm_i915_private *dev_priv = dev->dev_private;
13d83a67 8338 struct intel_encoder *encoder;
74cfd7ac 8339 u32 val, final;
13d83a67 8340 bool has_lvds = false;
199e5d79 8341 bool has_cpu_edp = false;
199e5d79 8342 bool has_panel = false;
99eb6a01
KP
8343 bool has_ck505 = false;
8344 bool can_ssc = false;
13d83a67
JB
8345
8346 /* We need to take the global config into account */
b2784e15 8347 for_each_intel_encoder(dev, encoder) {
199e5d79
KP
8348 switch (encoder->type) {
8349 case INTEL_OUTPUT_LVDS:
8350 has_panel = true;
8351 has_lvds = true;
8352 break;
8353 case INTEL_OUTPUT_EDP:
8354 has_panel = true;
2de6905f 8355 if (enc_to_dig_port(&encoder->base)->port == PORT_A)
199e5d79
KP
8356 has_cpu_edp = true;
8357 break;
6847d71b
PZ
8358 default:
8359 break;
13d83a67
JB
8360 }
8361 }
8362
99eb6a01 8363 if (HAS_PCH_IBX(dev)) {
41aa3448 8364 has_ck505 = dev_priv->vbt.display_clock_mode;
99eb6a01
KP
8365 can_ssc = has_ck505;
8366 } else {
8367 has_ck505 = false;
8368 can_ssc = true;
8369 }
8370
2de6905f
ID
8371 DRM_DEBUG_KMS("has_panel %d has_lvds %d has_ck505 %d\n",
8372 has_panel, has_lvds, has_ck505);
13d83a67
JB
8373
8374 /* Ironlake: try to setup display ref clock before DPLL
8375 * enabling. This is only under driver's control after
8376 * PCH B stepping, previous chipset stepping should be
8377 * ignoring this setting.
8378 */
74cfd7ac
CW
8379 val = I915_READ(PCH_DREF_CONTROL);
8380
8381 /* As we must carefully and slowly disable/enable each source in turn,
8382 * compute the final state we want first and check if we need to
8383 * make any changes at all.
8384 */
8385 final = val;
8386 final &= ~DREF_NONSPREAD_SOURCE_MASK;
8387 if (has_ck505)
8388 final |= DREF_NONSPREAD_CK505_ENABLE;
8389 else
8390 final |= DREF_NONSPREAD_SOURCE_ENABLE;
8391
8392 final &= ~DREF_SSC_SOURCE_MASK;
8393 final &= ~DREF_CPU_SOURCE_OUTPUT_MASK;
8394 final &= ~DREF_SSC1_ENABLE;
8395
8396 if (has_panel) {
8397 final |= DREF_SSC_SOURCE_ENABLE;
8398
8399 if (intel_panel_use_ssc(dev_priv) && can_ssc)
8400 final |= DREF_SSC1_ENABLE;
8401
8402 if (has_cpu_edp) {
8403 if (intel_panel_use_ssc(dev_priv) && can_ssc)
8404 final |= DREF_CPU_SOURCE_OUTPUT_DOWNSPREAD;
8405 else
8406 final |= DREF_CPU_SOURCE_OUTPUT_NONSPREAD;
8407 } else
8408 final |= DREF_CPU_SOURCE_OUTPUT_DISABLE;
8409 } else {
8410 final |= DREF_SSC_SOURCE_DISABLE;
8411 final |= DREF_CPU_SOURCE_OUTPUT_DISABLE;
8412 }
8413
8414 if (final == val)
8415 return;
8416
13d83a67 8417 /* Always enable nonspread source */
74cfd7ac 8418 val &= ~DREF_NONSPREAD_SOURCE_MASK;
13d83a67 8419
99eb6a01 8420 if (has_ck505)
74cfd7ac 8421 val |= DREF_NONSPREAD_CK505_ENABLE;
99eb6a01 8422 else
74cfd7ac 8423 val |= DREF_NONSPREAD_SOURCE_ENABLE;
13d83a67 8424
199e5d79 8425 if (has_panel) {
74cfd7ac
CW
8426 val &= ~DREF_SSC_SOURCE_MASK;
8427 val |= DREF_SSC_SOURCE_ENABLE;
13d83a67 8428
199e5d79 8429 /* SSC must be turned on before enabling the CPU output */
99eb6a01 8430 if (intel_panel_use_ssc(dev_priv) && can_ssc) {
199e5d79 8431 DRM_DEBUG_KMS("Using SSC on panel\n");
74cfd7ac 8432 val |= DREF_SSC1_ENABLE;
e77166b5 8433 } else
74cfd7ac 8434 val &= ~DREF_SSC1_ENABLE;
199e5d79
KP
8435
8436 /* Get SSC going before enabling the outputs */
74cfd7ac 8437 I915_WRITE(PCH_DREF_CONTROL, val);
199e5d79
KP
8438 POSTING_READ(PCH_DREF_CONTROL);
8439 udelay(200);
8440
74cfd7ac 8441 val &= ~DREF_CPU_SOURCE_OUTPUT_MASK;
13d83a67
JB
8442
8443 /* Enable CPU source on CPU attached eDP */
199e5d79 8444 if (has_cpu_edp) {
99eb6a01 8445 if (intel_panel_use_ssc(dev_priv) && can_ssc) {
199e5d79 8446 DRM_DEBUG_KMS("Using SSC on eDP\n");
74cfd7ac 8447 val |= DREF_CPU_SOURCE_OUTPUT_DOWNSPREAD;
eba905b2 8448 } else
74cfd7ac 8449 val |= DREF_CPU_SOURCE_OUTPUT_NONSPREAD;
199e5d79 8450 } else
74cfd7ac 8451 val |= DREF_CPU_SOURCE_OUTPUT_DISABLE;
199e5d79 8452
74cfd7ac 8453 I915_WRITE(PCH_DREF_CONTROL, val);
199e5d79
KP
8454 POSTING_READ(PCH_DREF_CONTROL);
8455 udelay(200);
8456 } else {
8457 DRM_DEBUG_KMS("Disabling SSC entirely\n");
8458
74cfd7ac 8459 val &= ~DREF_CPU_SOURCE_OUTPUT_MASK;
199e5d79
KP
8460
8461 /* Turn off CPU output */
74cfd7ac 8462 val |= DREF_CPU_SOURCE_OUTPUT_DISABLE;
199e5d79 8463
74cfd7ac 8464 I915_WRITE(PCH_DREF_CONTROL, val);
199e5d79
KP
8465 POSTING_READ(PCH_DREF_CONTROL);
8466 udelay(200);
8467
8468 /* Turn off the SSC source */
74cfd7ac
CW
8469 val &= ~DREF_SSC_SOURCE_MASK;
8470 val |= DREF_SSC_SOURCE_DISABLE;
199e5d79
KP
8471
8472 /* Turn off SSC1 */
74cfd7ac 8473 val &= ~DREF_SSC1_ENABLE;
199e5d79 8474
74cfd7ac 8475 I915_WRITE(PCH_DREF_CONTROL, val);
13d83a67
JB
8476 POSTING_READ(PCH_DREF_CONTROL);
8477 udelay(200);
8478 }
74cfd7ac
CW
8479
8480 BUG_ON(val != final);
13d83a67
JB
8481}
8482
f31f2d55 8483static void lpt_reset_fdi_mphy(struct drm_i915_private *dev_priv)
dde86e2d 8484{
f31f2d55 8485 uint32_t tmp;
dde86e2d 8486
0ff066a9
PZ
8487 tmp = I915_READ(SOUTH_CHICKEN2);
8488 tmp |= FDI_MPHY_IOSFSB_RESET_CTL;
8489 I915_WRITE(SOUTH_CHICKEN2, tmp);
dde86e2d 8490
0ff066a9
PZ
8491 if (wait_for_atomic_us(I915_READ(SOUTH_CHICKEN2) &
8492 FDI_MPHY_IOSFSB_RESET_STATUS, 100))
8493 DRM_ERROR("FDI mPHY reset assert timeout\n");
dde86e2d 8494
0ff066a9
PZ
8495 tmp = I915_READ(SOUTH_CHICKEN2);
8496 tmp &= ~FDI_MPHY_IOSFSB_RESET_CTL;
8497 I915_WRITE(SOUTH_CHICKEN2, tmp);
dde86e2d 8498
0ff066a9
PZ
8499 if (wait_for_atomic_us((I915_READ(SOUTH_CHICKEN2) &
8500 FDI_MPHY_IOSFSB_RESET_STATUS) == 0, 100))
8501 DRM_ERROR("FDI mPHY reset de-assert timeout\n");
f31f2d55
PZ
8502}
8503
8504/* WaMPhyProgramming:hsw */
8505static void lpt_program_fdi_mphy(struct drm_i915_private *dev_priv)
8506{
8507 uint32_t tmp;
dde86e2d
PZ
8508
8509 tmp = intel_sbi_read(dev_priv, 0x8008, SBI_MPHY);
8510 tmp &= ~(0xFF << 24);
8511 tmp |= (0x12 << 24);
8512 intel_sbi_write(dev_priv, 0x8008, tmp, SBI_MPHY);
8513
dde86e2d
PZ
8514 tmp = intel_sbi_read(dev_priv, 0x2008, SBI_MPHY);
8515 tmp |= (1 << 11);
8516 intel_sbi_write(dev_priv, 0x2008, tmp, SBI_MPHY);
8517
8518 tmp = intel_sbi_read(dev_priv, 0x2108, SBI_MPHY);
8519 tmp |= (1 << 11);
8520 intel_sbi_write(dev_priv, 0x2108, tmp, SBI_MPHY);
8521
dde86e2d
PZ
8522 tmp = intel_sbi_read(dev_priv, 0x206C, SBI_MPHY);
8523 tmp |= (1 << 24) | (1 << 21) | (1 << 18);
8524 intel_sbi_write(dev_priv, 0x206C, tmp, SBI_MPHY);
8525
8526 tmp = intel_sbi_read(dev_priv, 0x216C, SBI_MPHY);
8527 tmp |= (1 << 24) | (1 << 21) | (1 << 18);
8528 intel_sbi_write(dev_priv, 0x216C, tmp, SBI_MPHY);
8529
0ff066a9
PZ
8530 tmp = intel_sbi_read(dev_priv, 0x2080, SBI_MPHY);
8531 tmp &= ~(7 << 13);
8532 tmp |= (5 << 13);
8533 intel_sbi_write(dev_priv, 0x2080, tmp, SBI_MPHY);
dde86e2d 8534
0ff066a9
PZ
8535 tmp = intel_sbi_read(dev_priv, 0x2180, SBI_MPHY);
8536 tmp &= ~(7 << 13);
8537 tmp |= (5 << 13);
8538 intel_sbi_write(dev_priv, 0x2180, tmp, SBI_MPHY);
dde86e2d
PZ
8539
8540 tmp = intel_sbi_read(dev_priv, 0x208C, SBI_MPHY);
8541 tmp &= ~0xFF;
8542 tmp |= 0x1C;
8543 intel_sbi_write(dev_priv, 0x208C, tmp, SBI_MPHY);
8544
8545 tmp = intel_sbi_read(dev_priv, 0x218C, SBI_MPHY);
8546 tmp &= ~0xFF;
8547 tmp |= 0x1C;
8548 intel_sbi_write(dev_priv, 0x218C, tmp, SBI_MPHY);
8549
8550 tmp = intel_sbi_read(dev_priv, 0x2098, SBI_MPHY);
8551 tmp &= ~(0xFF << 16);
8552 tmp |= (0x1C << 16);
8553 intel_sbi_write(dev_priv, 0x2098, tmp, SBI_MPHY);
8554
8555 tmp = intel_sbi_read(dev_priv, 0x2198, SBI_MPHY);
8556 tmp &= ~(0xFF << 16);
8557 tmp |= (0x1C << 16);
8558 intel_sbi_write(dev_priv, 0x2198, tmp, SBI_MPHY);
8559
0ff066a9
PZ
8560 tmp = intel_sbi_read(dev_priv, 0x20C4, SBI_MPHY);
8561 tmp |= (1 << 27);
8562 intel_sbi_write(dev_priv, 0x20C4, tmp, SBI_MPHY);
dde86e2d 8563
0ff066a9
PZ
8564 tmp = intel_sbi_read(dev_priv, 0x21C4, SBI_MPHY);
8565 tmp |= (1 << 27);
8566 intel_sbi_write(dev_priv, 0x21C4, tmp, SBI_MPHY);
dde86e2d 8567
0ff066a9
PZ
8568 tmp = intel_sbi_read(dev_priv, 0x20EC, SBI_MPHY);
8569 tmp &= ~(0xF << 28);
8570 tmp |= (4 << 28);
8571 intel_sbi_write(dev_priv, 0x20EC, tmp, SBI_MPHY);
dde86e2d 8572
0ff066a9
PZ
8573 tmp = intel_sbi_read(dev_priv, 0x21EC, SBI_MPHY);
8574 tmp &= ~(0xF << 28);
8575 tmp |= (4 << 28);
8576 intel_sbi_write(dev_priv, 0x21EC, tmp, SBI_MPHY);
f31f2d55
PZ
8577}
8578
2fa86a1f
PZ
8579/* Implements 3 different sequences from BSpec chapter "Display iCLK
8580 * Programming" based on the parameters passed:
8581 * - Sequence to enable CLKOUT_DP
8582 * - Sequence to enable CLKOUT_DP without spread
8583 * - Sequence to enable CLKOUT_DP for FDI usage and configure PCH FDI I/O
8584 */
8585static void lpt_enable_clkout_dp(struct drm_device *dev, bool with_spread,
8586 bool with_fdi)
f31f2d55
PZ
8587{
8588 struct drm_i915_private *dev_priv = dev->dev_private;
2fa86a1f
PZ
8589 uint32_t reg, tmp;
8590
8591 if (WARN(with_fdi && !with_spread, "FDI requires downspread\n"))
8592 with_spread = true;
c2699524 8593 if (WARN(HAS_PCH_LPT_LP(dev) && with_fdi, "LP PCH doesn't have FDI\n"))
2fa86a1f 8594 with_fdi = false;
f31f2d55 8595
a580516d 8596 mutex_lock(&dev_priv->sb_lock);
f31f2d55
PZ
8597
8598 tmp = intel_sbi_read(dev_priv, SBI_SSCCTL, SBI_ICLK);
8599 tmp &= ~SBI_SSCCTL_DISABLE;
8600 tmp |= SBI_SSCCTL_PATHALT;
8601 intel_sbi_write(dev_priv, SBI_SSCCTL, tmp, SBI_ICLK);
8602
8603 udelay(24);
8604
2fa86a1f
PZ
8605 if (with_spread) {
8606 tmp = intel_sbi_read(dev_priv, SBI_SSCCTL, SBI_ICLK);
8607 tmp &= ~SBI_SSCCTL_PATHALT;
8608 intel_sbi_write(dev_priv, SBI_SSCCTL, tmp, SBI_ICLK);
f31f2d55 8609
2fa86a1f
PZ
8610 if (with_fdi) {
8611 lpt_reset_fdi_mphy(dev_priv);
8612 lpt_program_fdi_mphy(dev_priv);
8613 }
8614 }
dde86e2d 8615
c2699524 8616 reg = HAS_PCH_LPT_LP(dev) ? SBI_GEN0 : SBI_DBUFF0;
2fa86a1f
PZ
8617 tmp = intel_sbi_read(dev_priv, reg, SBI_ICLK);
8618 tmp |= SBI_GEN0_CFG_BUFFENABLE_DISABLE;
8619 intel_sbi_write(dev_priv, reg, tmp, SBI_ICLK);
c00db246 8620
a580516d 8621 mutex_unlock(&dev_priv->sb_lock);
dde86e2d
PZ
8622}
8623
47701c3b
PZ
8624/* Sequence to disable CLKOUT_DP */
8625static void lpt_disable_clkout_dp(struct drm_device *dev)
8626{
8627 struct drm_i915_private *dev_priv = dev->dev_private;
8628 uint32_t reg, tmp;
8629
a580516d 8630 mutex_lock(&dev_priv->sb_lock);
47701c3b 8631
c2699524 8632 reg = HAS_PCH_LPT_LP(dev) ? SBI_GEN0 : SBI_DBUFF0;
47701c3b
PZ
8633 tmp = intel_sbi_read(dev_priv, reg, SBI_ICLK);
8634 tmp &= ~SBI_GEN0_CFG_BUFFENABLE_DISABLE;
8635 intel_sbi_write(dev_priv, reg, tmp, SBI_ICLK);
8636
8637 tmp = intel_sbi_read(dev_priv, SBI_SSCCTL, SBI_ICLK);
8638 if (!(tmp & SBI_SSCCTL_DISABLE)) {
8639 if (!(tmp & SBI_SSCCTL_PATHALT)) {
8640 tmp |= SBI_SSCCTL_PATHALT;
8641 intel_sbi_write(dev_priv, SBI_SSCCTL, tmp, SBI_ICLK);
8642 udelay(32);
8643 }
8644 tmp |= SBI_SSCCTL_DISABLE;
8645 intel_sbi_write(dev_priv, SBI_SSCCTL, tmp, SBI_ICLK);
8646 }
8647
a580516d 8648 mutex_unlock(&dev_priv->sb_lock);
47701c3b
PZ
8649}
8650
f7be2c21
VS
8651#define BEND_IDX(steps) ((50 + (steps)) / 5)
8652
8653static const uint16_t sscdivintphase[] = {
8654 [BEND_IDX( 50)] = 0x3B23,
8655 [BEND_IDX( 45)] = 0x3B23,
8656 [BEND_IDX( 40)] = 0x3C23,
8657 [BEND_IDX( 35)] = 0x3C23,
8658 [BEND_IDX( 30)] = 0x3D23,
8659 [BEND_IDX( 25)] = 0x3D23,
8660 [BEND_IDX( 20)] = 0x3E23,
8661 [BEND_IDX( 15)] = 0x3E23,
8662 [BEND_IDX( 10)] = 0x3F23,
8663 [BEND_IDX( 5)] = 0x3F23,
8664 [BEND_IDX( 0)] = 0x0025,
8665 [BEND_IDX( -5)] = 0x0025,
8666 [BEND_IDX(-10)] = 0x0125,
8667 [BEND_IDX(-15)] = 0x0125,
8668 [BEND_IDX(-20)] = 0x0225,
8669 [BEND_IDX(-25)] = 0x0225,
8670 [BEND_IDX(-30)] = 0x0325,
8671 [BEND_IDX(-35)] = 0x0325,
8672 [BEND_IDX(-40)] = 0x0425,
8673 [BEND_IDX(-45)] = 0x0425,
8674 [BEND_IDX(-50)] = 0x0525,
8675};
8676
8677/*
8678 * Bend CLKOUT_DP
8679 * steps -50 to 50 inclusive, in steps of 5
8680 * < 0 slow down the clock, > 0 speed up the clock, 0 == no bend (135MHz)
8681 * change in clock period = -(steps / 10) * 5.787 ps
8682 */
8683static void lpt_bend_clkout_dp(struct drm_i915_private *dev_priv, int steps)
8684{
8685 uint32_t tmp;
8686 int idx = BEND_IDX(steps);
8687
8688 if (WARN_ON(steps % 5 != 0))
8689 return;
8690
8691 if (WARN_ON(idx >= ARRAY_SIZE(sscdivintphase)))
8692 return;
8693
8694 mutex_lock(&dev_priv->sb_lock);
8695
8696 if (steps % 10 != 0)
8697 tmp = 0xAAAAAAAB;
8698 else
8699 tmp = 0x00000000;
8700 intel_sbi_write(dev_priv, SBI_SSCDITHPHASE, tmp, SBI_ICLK);
8701
8702 tmp = intel_sbi_read(dev_priv, SBI_SSCDIVINTPHASE, SBI_ICLK);
8703 tmp &= 0xffff0000;
8704 tmp |= sscdivintphase[idx];
8705 intel_sbi_write(dev_priv, SBI_SSCDIVINTPHASE, tmp, SBI_ICLK);
8706
8707 mutex_unlock(&dev_priv->sb_lock);
8708}
8709
8710#undef BEND_IDX
8711
bf8fa3d3
PZ
8712static void lpt_init_pch_refclk(struct drm_device *dev)
8713{
bf8fa3d3
PZ
8714 struct intel_encoder *encoder;
8715 bool has_vga = false;
8716
b2784e15 8717 for_each_intel_encoder(dev, encoder) {
bf8fa3d3
PZ
8718 switch (encoder->type) {
8719 case INTEL_OUTPUT_ANALOG:
8720 has_vga = true;
8721 break;
6847d71b
PZ
8722 default:
8723 break;
bf8fa3d3
PZ
8724 }
8725 }
8726
f7be2c21
VS
8727 if (has_vga) {
8728 lpt_bend_clkout_dp(to_i915(dev), 0);
47701c3b 8729 lpt_enable_clkout_dp(dev, true, true);
f7be2c21 8730 } else {
47701c3b 8731 lpt_disable_clkout_dp(dev);
f7be2c21 8732 }
bf8fa3d3
PZ
8733}
8734
dde86e2d
PZ
8735/*
8736 * Initialize reference clocks when the driver loads
8737 */
8738void intel_init_pch_refclk(struct drm_device *dev)
8739{
8740 if (HAS_PCH_IBX(dev) || HAS_PCH_CPT(dev))
8741 ironlake_init_pch_refclk(dev);
8742 else if (HAS_PCH_LPT(dev))
8743 lpt_init_pch_refclk(dev);
8744}
8745
55bb9992 8746static int ironlake_get_refclk(struct intel_crtc_state *crtc_state)
d9d444cb 8747{
55bb9992 8748 struct drm_device *dev = crtc_state->base.crtc->dev;
d9d444cb 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 8752 struct drm_connector_state *connector_state;
d9d444cb 8753 struct intel_encoder *encoder;
55bb9992 8754 int num_connectors = 0, i;
d9d444cb
JB
8755 bool is_lvds = false;
8756
da3ced29 8757 for_each_connector_in_state(state, connector, connector_state, i) {
55bb9992
ACO
8758 if (connector_state->crtc != crtc_state->base.crtc)
8759 continue;
8760
8761 encoder = to_intel_encoder(connector_state->best_encoder);
8762
d9d444cb
JB
8763 switch (encoder->type) {
8764 case INTEL_OUTPUT_LVDS:
8765 is_lvds = true;
8766 break;
6847d71b
PZ
8767 default:
8768 break;
d9d444cb
JB
8769 }
8770 num_connectors++;
8771 }
8772
8773 if (is_lvds && intel_panel_use_ssc(dev_priv) && num_connectors < 2) {
e91e941b 8774 DRM_DEBUG_KMS("using SSC reference clock of %d kHz\n",
41aa3448 8775 dev_priv->vbt.lvds_ssc_freq);
e91e941b 8776 return dev_priv->vbt.lvds_ssc_freq;
d9d444cb
JB
8777 }
8778
8779 return 120000;
8780}
8781
6ff93609 8782static void ironlake_set_pipeconf(struct drm_crtc *crtc)
79e53945 8783{
c8203565 8784 struct drm_i915_private *dev_priv = crtc->dev->dev_private;
79e53945
JB
8785 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
8786 int pipe = intel_crtc->pipe;
c8203565
PZ
8787 uint32_t val;
8788
78114071 8789 val = 0;
c8203565 8790
6e3c9717 8791 switch (intel_crtc->config->pipe_bpp) {
c8203565 8792 case 18:
dfd07d72 8793 val |= PIPECONF_6BPC;
c8203565
PZ
8794 break;
8795 case 24:
dfd07d72 8796 val |= PIPECONF_8BPC;
c8203565
PZ
8797 break;
8798 case 30:
dfd07d72 8799 val |= PIPECONF_10BPC;
c8203565
PZ
8800 break;
8801 case 36:
dfd07d72 8802 val |= PIPECONF_12BPC;
c8203565
PZ
8803 break;
8804 default:
cc769b62
PZ
8805 /* Case prevented by intel_choose_pipe_bpp_dither. */
8806 BUG();
c8203565
PZ
8807 }
8808
6e3c9717 8809 if (intel_crtc->config->dither)
c8203565
PZ
8810 val |= (PIPECONF_DITHER_EN | PIPECONF_DITHER_TYPE_SP);
8811
6e3c9717 8812 if (intel_crtc->config->base.adjusted_mode.flags & DRM_MODE_FLAG_INTERLACE)
c8203565
PZ
8813 val |= PIPECONF_INTERLACED_ILK;
8814 else
8815 val |= PIPECONF_PROGRESSIVE;
8816
6e3c9717 8817 if (intel_crtc->config->limited_color_range)
3685a8f3 8818 val |= PIPECONF_COLOR_RANGE_SELECT;
3685a8f3 8819
c8203565
PZ
8820 I915_WRITE(PIPECONF(pipe), val);
8821 POSTING_READ(PIPECONF(pipe));
8822}
8823
86d3efce
VS
8824/*
8825 * Set up the pipe CSC unit.
8826 *
8827 * Currently only full range RGB to limited range RGB conversion
8828 * is supported, but eventually this should handle various
8829 * RGB<->YCbCr scenarios as well.
8830 */
50f3b016 8831static void intel_set_pipe_csc(struct drm_crtc *crtc)
86d3efce
VS
8832{
8833 struct drm_device *dev = crtc->dev;
8834 struct drm_i915_private *dev_priv = dev->dev_private;
8835 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
8836 int pipe = intel_crtc->pipe;
8837 uint16_t coeff = 0x7800; /* 1.0 */
8838
8839 /*
8840 * TODO: Check what kind of values actually come out of the pipe
8841 * with these coeff/postoff values and adjust to get the best
8842 * accuracy. Perhaps we even need to take the bpc value into
8843 * consideration.
8844 */
8845
6e3c9717 8846 if (intel_crtc->config->limited_color_range)
86d3efce
VS
8847 coeff = ((235 - 16) * (1 << 12) / 255) & 0xff8; /* 0.xxx... */
8848
8849 /*
8850 * GY/GU and RY/RU should be the other way around according
8851 * to BSpec, but reality doesn't agree. Just set them up in
8852 * a way that results in the correct picture.
8853 */
8854 I915_WRITE(PIPE_CSC_COEFF_RY_GY(pipe), coeff << 16);
8855 I915_WRITE(PIPE_CSC_COEFF_BY(pipe), 0);
8856
8857 I915_WRITE(PIPE_CSC_COEFF_RU_GU(pipe), coeff);
8858 I915_WRITE(PIPE_CSC_COEFF_BU(pipe), 0);
8859
8860 I915_WRITE(PIPE_CSC_COEFF_RV_GV(pipe), 0);
8861 I915_WRITE(PIPE_CSC_COEFF_BV(pipe), coeff << 16);
8862
8863 I915_WRITE(PIPE_CSC_PREOFF_HI(pipe), 0);
8864 I915_WRITE(PIPE_CSC_PREOFF_ME(pipe), 0);
8865 I915_WRITE(PIPE_CSC_PREOFF_LO(pipe), 0);
8866
8867 if (INTEL_INFO(dev)->gen > 6) {
8868 uint16_t postoff = 0;
8869
6e3c9717 8870 if (intel_crtc->config->limited_color_range)
32cf0cb0 8871 postoff = (16 * (1 << 12) / 255) & 0x1fff;
86d3efce
VS
8872
8873 I915_WRITE(PIPE_CSC_POSTOFF_HI(pipe), postoff);
8874 I915_WRITE(PIPE_CSC_POSTOFF_ME(pipe), postoff);
8875 I915_WRITE(PIPE_CSC_POSTOFF_LO(pipe), postoff);
8876
8877 I915_WRITE(PIPE_CSC_MODE(pipe), 0);
8878 } else {
8879 uint32_t mode = CSC_MODE_YUV_TO_RGB;
8880
6e3c9717 8881 if (intel_crtc->config->limited_color_range)
86d3efce
VS
8882 mode |= CSC_BLACK_SCREEN_OFFSET;
8883
8884 I915_WRITE(PIPE_CSC_MODE(pipe), mode);
8885 }
8886}
8887
6ff93609 8888static void haswell_set_pipeconf(struct drm_crtc *crtc)
ee2b0b38 8889{
756f85cf
PZ
8890 struct drm_device *dev = crtc->dev;
8891 struct drm_i915_private *dev_priv = dev->dev_private;
ee2b0b38 8892 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
756f85cf 8893 enum pipe pipe = intel_crtc->pipe;
6e3c9717 8894 enum transcoder cpu_transcoder = intel_crtc->config->cpu_transcoder;
ee2b0b38
PZ
8895 uint32_t val;
8896
3eff4faa 8897 val = 0;
ee2b0b38 8898
6e3c9717 8899 if (IS_HASWELL(dev) && intel_crtc->config->dither)
ee2b0b38
PZ
8900 val |= (PIPECONF_DITHER_EN | PIPECONF_DITHER_TYPE_SP);
8901
6e3c9717 8902 if (intel_crtc->config->base.adjusted_mode.flags & DRM_MODE_FLAG_INTERLACE)
ee2b0b38
PZ
8903 val |= PIPECONF_INTERLACED_ILK;
8904 else
8905 val |= PIPECONF_PROGRESSIVE;
8906
702e7a56
PZ
8907 I915_WRITE(PIPECONF(cpu_transcoder), val);
8908 POSTING_READ(PIPECONF(cpu_transcoder));
3eff4faa
DV
8909
8910 I915_WRITE(GAMMA_MODE(intel_crtc->pipe), GAMMA_MODE_MODE_8BIT);
8911 POSTING_READ(GAMMA_MODE(intel_crtc->pipe));
756f85cf 8912
3cdf122c 8913 if (IS_BROADWELL(dev) || INTEL_INFO(dev)->gen >= 9) {
756f85cf
PZ
8914 val = 0;
8915
6e3c9717 8916 switch (intel_crtc->config->pipe_bpp) {
756f85cf
PZ
8917 case 18:
8918 val |= PIPEMISC_DITHER_6_BPC;
8919 break;
8920 case 24:
8921 val |= PIPEMISC_DITHER_8_BPC;
8922 break;
8923 case 30:
8924 val |= PIPEMISC_DITHER_10_BPC;
8925 break;
8926 case 36:
8927 val |= PIPEMISC_DITHER_12_BPC;
8928 break;
8929 default:
8930 /* Case prevented by pipe_config_set_bpp. */
8931 BUG();
8932 }
8933
6e3c9717 8934 if (intel_crtc->config->dither)
756f85cf
PZ
8935 val |= PIPEMISC_DITHER_ENABLE | PIPEMISC_DITHER_TYPE_SP;
8936
8937 I915_WRITE(PIPEMISC(pipe), val);
8938 }
ee2b0b38
PZ
8939}
8940
6591c6e4 8941static bool ironlake_compute_clocks(struct drm_crtc *crtc,
190f68c5 8942 struct intel_crtc_state *crtc_state,
6591c6e4
PZ
8943 intel_clock_t *clock,
8944 bool *has_reduced_clock,
8945 intel_clock_t *reduced_clock)
8946{
8947 struct drm_device *dev = crtc->dev;
8948 struct drm_i915_private *dev_priv = dev->dev_private;
6591c6e4 8949 int refclk;
d4906093 8950 const intel_limit_t *limit;
c329a4ec 8951 bool ret;
79e53945 8952
55bb9992 8953 refclk = ironlake_get_refclk(crtc_state);
79e53945 8954
d4906093
ML
8955 /*
8956 * Returns a set of divisors for the desired target clock with the given
8957 * refclk, or FALSE. The returned values represent the clock equation:
8958 * reflck * (5 * (m1 + 2) + (m2 + 2)) / (n + 2) / p1 / p2.
8959 */
a93e255f
ACO
8960 limit = intel_limit(crtc_state, refclk);
8961 ret = dev_priv->display.find_dpll(limit, crtc_state,
190f68c5 8962 crtc_state->port_clock,
ee9300bb 8963 refclk, NULL, clock);
6591c6e4
PZ
8964 if (!ret)
8965 return false;
cda4b7d3 8966
6591c6e4
PZ
8967 return true;
8968}
8969
d4b1931c
PZ
8970int ironlake_get_lanes_required(int target_clock, int link_bw, int bpp)
8971{
8972 /*
8973 * Account for spread spectrum to avoid
8974 * oversubscribing the link. Max center spread
8975 * is 2.5%; use 5% for safety's sake.
8976 */
8977 u32 bps = target_clock * bpp * 21 / 20;
619d4d04 8978 return DIV_ROUND_UP(bps, link_bw * 8);
d4b1931c
PZ
8979}
8980
7429e9d4 8981static bool ironlake_needs_fb_cb_tune(struct dpll *dpll, int factor)
6cf86a5e 8982{
7429e9d4 8983 return i9xx_dpll_compute_m(dpll) < factor * dpll->n;
f48d8f23
PZ
8984}
8985
de13a2e3 8986static uint32_t ironlake_compute_dpll(struct intel_crtc *intel_crtc,
190f68c5 8987 struct intel_crtc_state *crtc_state,
7429e9d4 8988 u32 *fp,
9a7c7890 8989 intel_clock_t *reduced_clock, u32 *fp2)
79e53945 8990{
de13a2e3 8991 struct drm_crtc *crtc = &intel_crtc->base;
79e53945
JB
8992 struct drm_device *dev = crtc->dev;
8993 struct drm_i915_private *dev_priv = dev->dev_private;
55bb9992 8994 struct drm_atomic_state *state = crtc_state->base.state;
da3ced29 8995 struct drm_connector *connector;
55bb9992
ACO
8996 struct drm_connector_state *connector_state;
8997 struct intel_encoder *encoder;
de13a2e3 8998 uint32_t dpll;
55bb9992 8999 int factor, num_connectors = 0, i;
09ede541 9000 bool is_lvds = false, is_sdvo = false;
79e53945 9001
da3ced29 9002 for_each_connector_in_state(state, connector, connector_state, i) {
55bb9992
ACO
9003 if (connector_state->crtc != crtc_state->base.crtc)
9004 continue;
9005
9006 encoder = to_intel_encoder(connector_state->best_encoder);
9007
9008 switch (encoder->type) {
79e53945
JB
9009 case INTEL_OUTPUT_LVDS:
9010 is_lvds = true;
9011 break;
9012 case INTEL_OUTPUT_SDVO:
7d57382e 9013 case INTEL_OUTPUT_HDMI:
79e53945 9014 is_sdvo = true;
79e53945 9015 break;
6847d71b
PZ
9016 default:
9017 break;
79e53945 9018 }
43565a06 9019
c751ce4f 9020 num_connectors++;
79e53945 9021 }
79e53945 9022
c1858123 9023 /* Enable autotuning of the PLL clock (if permissible) */
8febb297
EA
9024 factor = 21;
9025 if (is_lvds) {
9026 if ((intel_panel_use_ssc(dev_priv) &&
e91e941b 9027 dev_priv->vbt.lvds_ssc_freq == 100000) ||
f0b44056 9028 (HAS_PCH_IBX(dev) && intel_is_dual_link_lvds(dev)))
8febb297 9029 factor = 25;
190f68c5 9030 } else if (crtc_state->sdvo_tv_clock)
8febb297 9031 factor = 20;
c1858123 9032
190f68c5 9033 if (ironlake_needs_fb_cb_tune(&crtc_state->dpll, factor))
7d0ac5b7 9034 *fp |= FP_CB_TUNE;
2c07245f 9035
9a7c7890
DV
9036 if (fp2 && (reduced_clock->m < factor * reduced_clock->n))
9037 *fp2 |= FP_CB_TUNE;
9038
5eddb70b 9039 dpll = 0;
2c07245f 9040
a07d6787
EA
9041 if (is_lvds)
9042 dpll |= DPLLB_MODE_LVDS;
9043 else
9044 dpll |= DPLLB_MODE_DAC_SERIAL;
198a037f 9045
190f68c5 9046 dpll |= (crtc_state->pixel_multiplier - 1)
ef1b460d 9047 << PLL_REF_SDVO_HDMI_MULTIPLIER_SHIFT;
198a037f
DV
9048
9049 if (is_sdvo)
4a33e48d 9050 dpll |= DPLL_SDVO_HIGH_SPEED;
190f68c5 9051 if (crtc_state->has_dp_encoder)
4a33e48d 9052 dpll |= DPLL_SDVO_HIGH_SPEED;
79e53945 9053
a07d6787 9054 /* compute bitmask from p1 value */
190f68c5 9055 dpll |= (1 << (crtc_state->dpll.p1 - 1)) << DPLL_FPA01_P1_POST_DIV_SHIFT;
a07d6787 9056 /* also FPA1 */
190f68c5 9057 dpll |= (1 << (crtc_state->dpll.p1 - 1)) << DPLL_FPA1_P1_POST_DIV_SHIFT;
a07d6787 9058
190f68c5 9059 switch (crtc_state->dpll.p2) {
a07d6787
EA
9060 case 5:
9061 dpll |= DPLL_DAC_SERIAL_P2_CLOCK_DIV_5;
9062 break;
9063 case 7:
9064 dpll |= DPLLB_LVDS_P2_CLOCK_DIV_7;
9065 break;
9066 case 10:
9067 dpll |= DPLL_DAC_SERIAL_P2_CLOCK_DIV_10;
9068 break;
9069 case 14:
9070 dpll |= DPLLB_LVDS_P2_CLOCK_DIV_14;
9071 break;
79e53945
JB
9072 }
9073
b4c09f3b 9074 if (is_lvds && intel_panel_use_ssc(dev_priv) && num_connectors < 2)
43565a06 9075 dpll |= PLLB_REF_INPUT_SPREADSPECTRUMIN;
79e53945
JB
9076 else
9077 dpll |= PLL_REF_INPUT_DREFCLK;
9078
959e16d6 9079 return dpll | DPLL_VCO_ENABLE;
de13a2e3
PZ
9080}
9081
190f68c5
ACO
9082static int ironlake_crtc_compute_clock(struct intel_crtc *crtc,
9083 struct intel_crtc_state *crtc_state)
de13a2e3 9084{
c7653199 9085 struct drm_device *dev = crtc->base.dev;
de13a2e3 9086 intel_clock_t clock, reduced_clock;
cbbab5bd 9087 u32 dpll = 0, fp = 0, fp2 = 0;
e2f12b07 9088 bool ok, has_reduced_clock = false;
8b47047b 9089 bool is_lvds = false;
e2b78267 9090 struct intel_shared_dpll *pll;
de13a2e3 9091
dd3cd74a
ACO
9092 memset(&crtc_state->dpll_hw_state, 0,
9093 sizeof(crtc_state->dpll_hw_state));
9094
7905df29 9095 is_lvds = intel_pipe_will_have_type(crtc_state, INTEL_OUTPUT_LVDS);
79e53945 9096
5dc5298b
PZ
9097 WARN(!(HAS_PCH_IBX(dev) || HAS_PCH_CPT(dev)),
9098 "Unexpected PCH type %d\n", INTEL_PCH_TYPE(dev));
a07d6787 9099
190f68c5 9100 ok = ironlake_compute_clocks(&crtc->base, crtc_state, &clock,
de13a2e3 9101 &has_reduced_clock, &reduced_clock);
190f68c5 9102 if (!ok && !crtc_state->clock_set) {
de13a2e3
PZ
9103 DRM_ERROR("Couldn't find PLL settings for mode!\n");
9104 return -EINVAL;
79e53945 9105 }
f47709a9 9106 /* Compat-code for transition, will disappear. */
190f68c5
ACO
9107 if (!crtc_state->clock_set) {
9108 crtc_state->dpll.n = clock.n;
9109 crtc_state->dpll.m1 = clock.m1;
9110 crtc_state->dpll.m2 = clock.m2;
9111 crtc_state->dpll.p1 = clock.p1;
9112 crtc_state->dpll.p2 = clock.p2;
f47709a9 9113 }
79e53945 9114
5dc5298b 9115 /* CPU eDP is the only output that doesn't need a PCH PLL of its own. */
190f68c5
ACO
9116 if (crtc_state->has_pch_encoder) {
9117 fp = i9xx_dpll_compute_fp(&crtc_state->dpll);
cbbab5bd 9118 if (has_reduced_clock)
7429e9d4 9119 fp2 = i9xx_dpll_compute_fp(&reduced_clock);
cbbab5bd 9120
190f68c5 9121 dpll = ironlake_compute_dpll(crtc, crtc_state,
cbbab5bd
DV
9122 &fp, &reduced_clock,
9123 has_reduced_clock ? &fp2 : NULL);
9124
190f68c5
ACO
9125 crtc_state->dpll_hw_state.dpll = dpll;
9126 crtc_state->dpll_hw_state.fp0 = fp;
66e985c0 9127 if (has_reduced_clock)
190f68c5 9128 crtc_state->dpll_hw_state.fp1 = fp2;
66e985c0 9129 else
190f68c5 9130 crtc_state->dpll_hw_state.fp1 = fp;
66e985c0 9131
190f68c5 9132 pll = intel_get_shared_dpll(crtc, crtc_state);
ee7b9f93 9133 if (pll == NULL) {
84f44ce7 9134 DRM_DEBUG_DRIVER("failed to find PLL for pipe %c\n",
c7653199 9135 pipe_name(crtc->pipe));
4b645f14
JB
9136 return -EINVAL;
9137 }
3fb37703 9138 }
79e53945 9139
ab585dea 9140 if (is_lvds && has_reduced_clock)
c7653199 9141 crtc->lowfreq_avail = true;
bcd644e0 9142 else
c7653199 9143 crtc->lowfreq_avail = false;
e2b78267 9144
c8f7a0db 9145 return 0;
79e53945
JB
9146}
9147
eb14cb74
VS
9148static void intel_pch_transcoder_get_m_n(struct intel_crtc *crtc,
9149 struct intel_link_m_n *m_n)
9150{
9151 struct drm_device *dev = crtc->base.dev;
9152 struct drm_i915_private *dev_priv = dev->dev_private;
9153 enum pipe pipe = crtc->pipe;
9154
9155 m_n->link_m = I915_READ(PCH_TRANS_LINK_M1(pipe));
9156 m_n->link_n = I915_READ(PCH_TRANS_LINK_N1(pipe));
9157 m_n->gmch_m = I915_READ(PCH_TRANS_DATA_M1(pipe))
9158 & ~TU_SIZE_MASK;
9159 m_n->gmch_n = I915_READ(PCH_TRANS_DATA_N1(pipe));
9160 m_n->tu = ((I915_READ(PCH_TRANS_DATA_M1(pipe))
9161 & TU_SIZE_MASK) >> TU_SIZE_SHIFT) + 1;
9162}
9163
9164static void intel_cpu_transcoder_get_m_n(struct intel_crtc *crtc,
9165 enum transcoder transcoder,
b95af8be
VK
9166 struct intel_link_m_n *m_n,
9167 struct intel_link_m_n *m2_n2)
72419203
DV
9168{
9169 struct drm_device *dev = crtc->base.dev;
9170 struct drm_i915_private *dev_priv = dev->dev_private;
eb14cb74 9171 enum pipe pipe = crtc->pipe;
72419203 9172
eb14cb74
VS
9173 if (INTEL_INFO(dev)->gen >= 5) {
9174 m_n->link_m = I915_READ(PIPE_LINK_M1(transcoder));
9175 m_n->link_n = I915_READ(PIPE_LINK_N1(transcoder));
9176 m_n->gmch_m = I915_READ(PIPE_DATA_M1(transcoder))
9177 & ~TU_SIZE_MASK;
9178 m_n->gmch_n = I915_READ(PIPE_DATA_N1(transcoder));
9179 m_n->tu = ((I915_READ(PIPE_DATA_M1(transcoder))
9180 & TU_SIZE_MASK) >> TU_SIZE_SHIFT) + 1;
b95af8be
VK
9181 /* Read M2_N2 registers only for gen < 8 (M2_N2 available for
9182 * gen < 8) and if DRRS is supported (to make sure the
9183 * registers are not unnecessarily read).
9184 */
9185 if (m2_n2 && INTEL_INFO(dev)->gen < 8 &&
6e3c9717 9186 crtc->config->has_drrs) {
b95af8be
VK
9187 m2_n2->link_m = I915_READ(PIPE_LINK_M2(transcoder));
9188 m2_n2->link_n = I915_READ(PIPE_LINK_N2(transcoder));
9189 m2_n2->gmch_m = I915_READ(PIPE_DATA_M2(transcoder))
9190 & ~TU_SIZE_MASK;
9191 m2_n2->gmch_n = I915_READ(PIPE_DATA_N2(transcoder));
9192 m2_n2->tu = ((I915_READ(PIPE_DATA_M2(transcoder))
9193 & TU_SIZE_MASK) >> TU_SIZE_SHIFT) + 1;
9194 }
eb14cb74
VS
9195 } else {
9196 m_n->link_m = I915_READ(PIPE_LINK_M_G4X(pipe));
9197 m_n->link_n = I915_READ(PIPE_LINK_N_G4X(pipe));
9198 m_n->gmch_m = I915_READ(PIPE_DATA_M_G4X(pipe))
9199 & ~TU_SIZE_MASK;
9200 m_n->gmch_n = I915_READ(PIPE_DATA_N_G4X(pipe));
9201 m_n->tu = ((I915_READ(PIPE_DATA_M_G4X(pipe))
9202 & TU_SIZE_MASK) >> TU_SIZE_SHIFT) + 1;
9203 }
9204}
9205
9206void intel_dp_get_m_n(struct intel_crtc *crtc,
5cec258b 9207 struct intel_crtc_state *pipe_config)
eb14cb74 9208{
681a8504 9209 if (pipe_config->has_pch_encoder)
eb14cb74
VS
9210 intel_pch_transcoder_get_m_n(crtc, &pipe_config->dp_m_n);
9211 else
9212 intel_cpu_transcoder_get_m_n(crtc, pipe_config->cpu_transcoder,
b95af8be
VK
9213 &pipe_config->dp_m_n,
9214 &pipe_config->dp_m2_n2);
eb14cb74 9215}
72419203 9216
eb14cb74 9217static void ironlake_get_fdi_m_n_config(struct intel_crtc *crtc,
5cec258b 9218 struct intel_crtc_state *pipe_config)
eb14cb74
VS
9219{
9220 intel_cpu_transcoder_get_m_n(crtc, pipe_config->cpu_transcoder,
b95af8be 9221 &pipe_config->fdi_m_n, NULL);
72419203
DV
9222}
9223
bd2e244f 9224static void skylake_get_pfit_config(struct intel_crtc *crtc,
5cec258b 9225 struct intel_crtc_state *pipe_config)
bd2e244f
JB
9226{
9227 struct drm_device *dev = crtc->base.dev;
9228 struct drm_i915_private *dev_priv = dev->dev_private;
a1b2278e
CK
9229 struct intel_crtc_scaler_state *scaler_state = &pipe_config->scaler_state;
9230 uint32_t ps_ctrl = 0;
9231 int id = -1;
9232 int i;
bd2e244f 9233
a1b2278e
CK
9234 /* find scaler attached to this pipe */
9235 for (i = 0; i < crtc->num_scalers; i++) {
9236 ps_ctrl = I915_READ(SKL_PS_CTRL(crtc->pipe, i));
9237 if (ps_ctrl & PS_SCALER_EN && !(ps_ctrl & PS_PLANE_SEL_MASK)) {
9238 id = i;
9239 pipe_config->pch_pfit.enabled = true;
9240 pipe_config->pch_pfit.pos = I915_READ(SKL_PS_WIN_POS(crtc->pipe, i));
9241 pipe_config->pch_pfit.size = I915_READ(SKL_PS_WIN_SZ(crtc->pipe, i));
9242 break;
9243 }
9244 }
bd2e244f 9245
a1b2278e
CK
9246 scaler_state->scaler_id = id;
9247 if (id >= 0) {
9248 scaler_state->scaler_users |= (1 << SKL_CRTC_INDEX);
9249 } else {
9250 scaler_state->scaler_users &= ~(1 << SKL_CRTC_INDEX);
bd2e244f
JB
9251 }
9252}
9253
5724dbd1
DL
9254static void
9255skylake_get_initial_plane_config(struct intel_crtc *crtc,
9256 struct intel_initial_plane_config *plane_config)
bc8d7dff
DL
9257{
9258 struct drm_device *dev = crtc->base.dev;
9259 struct drm_i915_private *dev_priv = dev->dev_private;
40f46283 9260 u32 val, base, offset, stride_mult, tiling;
bc8d7dff
DL
9261 int pipe = crtc->pipe;
9262 int fourcc, pixel_format;
6761dd31 9263 unsigned int aligned_height;
bc8d7dff 9264 struct drm_framebuffer *fb;
1b842c89 9265 struct intel_framebuffer *intel_fb;
bc8d7dff 9266
d9806c9f 9267 intel_fb = kzalloc(sizeof(*intel_fb), GFP_KERNEL);
1b842c89 9268 if (!intel_fb) {
bc8d7dff
DL
9269 DRM_DEBUG_KMS("failed to alloc fb\n");
9270 return;
9271 }
9272
1b842c89
DL
9273 fb = &intel_fb->base;
9274
bc8d7dff 9275 val = I915_READ(PLANE_CTL(pipe, 0));
42a7b088
DL
9276 if (!(val & PLANE_CTL_ENABLE))
9277 goto error;
9278
bc8d7dff
DL
9279 pixel_format = val & PLANE_CTL_FORMAT_MASK;
9280 fourcc = skl_format_to_fourcc(pixel_format,
9281 val & PLANE_CTL_ORDER_RGBX,
9282 val & PLANE_CTL_ALPHA_MASK);
9283 fb->pixel_format = fourcc;
9284 fb->bits_per_pixel = drm_format_plane_cpp(fourcc, 0) * 8;
9285
40f46283
DL
9286 tiling = val & PLANE_CTL_TILED_MASK;
9287 switch (tiling) {
9288 case PLANE_CTL_TILED_LINEAR:
9289 fb->modifier[0] = DRM_FORMAT_MOD_NONE;
9290 break;
9291 case PLANE_CTL_TILED_X:
9292 plane_config->tiling = I915_TILING_X;
9293 fb->modifier[0] = I915_FORMAT_MOD_X_TILED;
9294 break;
9295 case PLANE_CTL_TILED_Y:
9296 fb->modifier[0] = I915_FORMAT_MOD_Y_TILED;
9297 break;
9298 case PLANE_CTL_TILED_YF:
9299 fb->modifier[0] = I915_FORMAT_MOD_Yf_TILED;
9300 break;
9301 default:
9302 MISSING_CASE(tiling);
9303 goto error;
9304 }
9305
bc8d7dff
DL
9306 base = I915_READ(PLANE_SURF(pipe, 0)) & 0xfffff000;
9307 plane_config->base = base;
9308
9309 offset = I915_READ(PLANE_OFFSET(pipe, 0));
9310
9311 val = I915_READ(PLANE_SIZE(pipe, 0));
9312 fb->height = ((val >> 16) & 0xfff) + 1;
9313 fb->width = ((val >> 0) & 0x1fff) + 1;
9314
9315 val = I915_READ(PLANE_STRIDE(pipe, 0));
40f46283
DL
9316 stride_mult = intel_fb_stride_alignment(dev, fb->modifier[0],
9317 fb->pixel_format);
bc8d7dff
DL
9318 fb->pitches[0] = (val & 0x3ff) * stride_mult;
9319
9320 aligned_height = intel_fb_align_height(dev, fb->height,
091df6cb
DV
9321 fb->pixel_format,
9322 fb->modifier[0]);
bc8d7dff 9323
f37b5c2b 9324 plane_config->size = fb->pitches[0] * aligned_height;
bc8d7dff
DL
9325
9326 DRM_DEBUG_KMS("pipe %c with fb: size=%dx%d@%d, offset=%x, pitch %d, size 0x%x\n",
9327 pipe_name(pipe), fb->width, fb->height,
9328 fb->bits_per_pixel, base, fb->pitches[0],
9329 plane_config->size);
9330
2d14030b 9331 plane_config->fb = intel_fb;
bc8d7dff
DL
9332 return;
9333
9334error:
9335 kfree(fb);
9336}
9337
2fa2fe9a 9338static void ironlake_get_pfit_config(struct intel_crtc *crtc,
5cec258b 9339 struct intel_crtc_state *pipe_config)
2fa2fe9a
DV
9340{
9341 struct drm_device *dev = crtc->base.dev;
9342 struct drm_i915_private *dev_priv = dev->dev_private;
9343 uint32_t tmp;
9344
9345 tmp = I915_READ(PF_CTL(crtc->pipe));
9346
9347 if (tmp & PF_ENABLE) {
fd4daa9c 9348 pipe_config->pch_pfit.enabled = true;
2fa2fe9a
DV
9349 pipe_config->pch_pfit.pos = I915_READ(PF_WIN_POS(crtc->pipe));
9350 pipe_config->pch_pfit.size = I915_READ(PF_WIN_SZ(crtc->pipe));
cb8b2a30
DV
9351
9352 /* We currently do not free assignements of panel fitters on
9353 * ivb/hsw (since we don't use the higher upscaling modes which
9354 * differentiates them) so just WARN about this case for now. */
9355 if (IS_GEN7(dev)) {
9356 WARN_ON((tmp & PF_PIPE_SEL_MASK_IVB) !=
9357 PF_PIPE_SEL_IVB(crtc->pipe));
9358 }
2fa2fe9a 9359 }
79e53945
JB
9360}
9361
5724dbd1
DL
9362static void
9363ironlake_get_initial_plane_config(struct intel_crtc *crtc,
9364 struct intel_initial_plane_config *plane_config)
4c6baa59
JB
9365{
9366 struct drm_device *dev = crtc->base.dev;
9367 struct drm_i915_private *dev_priv = dev->dev_private;
9368 u32 val, base, offset;
aeee5a49 9369 int pipe = crtc->pipe;
4c6baa59 9370 int fourcc, pixel_format;
6761dd31 9371 unsigned int aligned_height;
b113d5ee 9372 struct drm_framebuffer *fb;
1b842c89 9373 struct intel_framebuffer *intel_fb;
4c6baa59 9374
42a7b088
DL
9375 val = I915_READ(DSPCNTR(pipe));
9376 if (!(val & DISPLAY_PLANE_ENABLE))
9377 return;
9378
d9806c9f 9379 intel_fb = kzalloc(sizeof(*intel_fb), GFP_KERNEL);
1b842c89 9380 if (!intel_fb) {
4c6baa59
JB
9381 DRM_DEBUG_KMS("failed to alloc fb\n");
9382 return;
9383 }
9384
1b842c89
DL
9385 fb = &intel_fb->base;
9386
18c5247e
DV
9387 if (INTEL_INFO(dev)->gen >= 4) {
9388 if (val & DISPPLANE_TILED) {
49af449b 9389 plane_config->tiling = I915_TILING_X;
18c5247e
DV
9390 fb->modifier[0] = I915_FORMAT_MOD_X_TILED;
9391 }
9392 }
4c6baa59
JB
9393
9394 pixel_format = val & DISPPLANE_PIXFORMAT_MASK;
b35d63fa 9395 fourcc = i9xx_format_to_fourcc(pixel_format);
b113d5ee
DL
9396 fb->pixel_format = fourcc;
9397 fb->bits_per_pixel = drm_format_plane_cpp(fourcc, 0) * 8;
4c6baa59 9398
aeee5a49 9399 base = I915_READ(DSPSURF(pipe)) & 0xfffff000;
4c6baa59 9400 if (IS_HASWELL(dev) || IS_BROADWELL(dev)) {
aeee5a49 9401 offset = I915_READ(DSPOFFSET(pipe));
4c6baa59 9402 } else {
49af449b 9403 if (plane_config->tiling)
aeee5a49 9404 offset = I915_READ(DSPTILEOFF(pipe));
4c6baa59 9405 else
aeee5a49 9406 offset = I915_READ(DSPLINOFF(pipe));
4c6baa59
JB
9407 }
9408 plane_config->base = base;
9409
9410 val = I915_READ(PIPESRC(pipe));
b113d5ee
DL
9411 fb->width = ((val >> 16) & 0xfff) + 1;
9412 fb->height = ((val >> 0) & 0xfff) + 1;
4c6baa59
JB
9413
9414 val = I915_READ(DSPSTRIDE(pipe));
b113d5ee 9415 fb->pitches[0] = val & 0xffffffc0;
4c6baa59 9416
b113d5ee 9417 aligned_height = intel_fb_align_height(dev, fb->height,
091df6cb
DV
9418 fb->pixel_format,
9419 fb->modifier[0]);
4c6baa59 9420
f37b5c2b 9421 plane_config->size = fb->pitches[0] * aligned_height;
4c6baa59 9422
2844a921
DL
9423 DRM_DEBUG_KMS("pipe %c with fb: size=%dx%d@%d, offset=%x, pitch %d, size 0x%x\n",
9424 pipe_name(pipe), fb->width, fb->height,
9425 fb->bits_per_pixel, base, fb->pitches[0],
9426 plane_config->size);
b113d5ee 9427
2d14030b 9428 plane_config->fb = intel_fb;
4c6baa59
JB
9429}
9430
0e8ffe1b 9431static bool ironlake_get_pipe_config(struct intel_crtc *crtc,
5cec258b 9432 struct intel_crtc_state *pipe_config)
0e8ffe1b
DV
9433{
9434 struct drm_device *dev = crtc->base.dev;
9435 struct drm_i915_private *dev_priv = dev->dev_private;
9436 uint32_t tmp;
9437
f458ebbc
DV
9438 if (!intel_display_power_is_enabled(dev_priv,
9439 POWER_DOMAIN_PIPE(crtc->pipe)))
930e8c9e
PZ
9440 return false;
9441
e143a21c 9442 pipe_config->cpu_transcoder = (enum transcoder) crtc->pipe;
c0d43d62 9443 pipe_config->shared_dpll = DPLL_ID_PRIVATE;
eccb140b 9444
0e8ffe1b
DV
9445 tmp = I915_READ(PIPECONF(crtc->pipe));
9446 if (!(tmp & PIPECONF_ENABLE))
9447 return false;
9448
42571aef
VS
9449 switch (tmp & PIPECONF_BPC_MASK) {
9450 case PIPECONF_6BPC:
9451 pipe_config->pipe_bpp = 18;
9452 break;
9453 case PIPECONF_8BPC:
9454 pipe_config->pipe_bpp = 24;
9455 break;
9456 case PIPECONF_10BPC:
9457 pipe_config->pipe_bpp = 30;
9458 break;
9459 case PIPECONF_12BPC:
9460 pipe_config->pipe_bpp = 36;
9461 break;
9462 default:
9463 break;
9464 }
9465
b5a9fa09
DV
9466 if (tmp & PIPECONF_COLOR_RANGE_SELECT)
9467 pipe_config->limited_color_range = true;
9468
ab9412ba 9469 if (I915_READ(PCH_TRANSCONF(crtc->pipe)) & TRANS_ENABLE) {
66e985c0
DV
9470 struct intel_shared_dpll *pll;
9471
88adfff1
DV
9472 pipe_config->has_pch_encoder = true;
9473
627eb5a3
DV
9474 tmp = I915_READ(FDI_RX_CTL(crtc->pipe));
9475 pipe_config->fdi_lanes = ((FDI_DP_PORT_WIDTH_MASK & tmp) >>
9476 FDI_DP_PORT_WIDTH_SHIFT) + 1;
72419203
DV
9477
9478 ironlake_get_fdi_m_n_config(crtc, pipe_config);
6c49f241 9479
c0d43d62 9480 if (HAS_PCH_IBX(dev_priv->dev)) {
d94ab068
DV
9481 pipe_config->shared_dpll =
9482 (enum intel_dpll_id) crtc->pipe;
c0d43d62
DV
9483 } else {
9484 tmp = I915_READ(PCH_DPLL_SEL);
9485 if (tmp & TRANS_DPLLB_SEL(crtc->pipe))
9486 pipe_config->shared_dpll = DPLL_ID_PCH_PLL_B;
9487 else
9488 pipe_config->shared_dpll = DPLL_ID_PCH_PLL_A;
9489 }
66e985c0
DV
9490
9491 pll = &dev_priv->shared_dplls[pipe_config->shared_dpll];
9492
9493 WARN_ON(!pll->get_hw_state(dev_priv, pll,
9494 &pipe_config->dpll_hw_state));
c93f54cf
DV
9495
9496 tmp = pipe_config->dpll_hw_state.dpll;
9497 pipe_config->pixel_multiplier =
9498 ((tmp & PLL_REF_SDVO_HDMI_MULTIPLIER_MASK)
9499 >> PLL_REF_SDVO_HDMI_MULTIPLIER_SHIFT) + 1;
18442d08
VS
9500
9501 ironlake_pch_clock_get(crtc, pipe_config);
6c49f241
DV
9502 } else {
9503 pipe_config->pixel_multiplier = 1;
627eb5a3
DV
9504 }
9505
1bd1bd80
DV
9506 intel_get_pipe_timings(crtc, pipe_config);
9507
2fa2fe9a
DV
9508 ironlake_get_pfit_config(crtc, pipe_config);
9509
0e8ffe1b
DV
9510 return true;
9511}
9512
be256dc7
PZ
9513static void assert_can_disable_lcpll(struct drm_i915_private *dev_priv)
9514{
9515 struct drm_device *dev = dev_priv->dev;
be256dc7 9516 struct intel_crtc *crtc;
be256dc7 9517
d3fcc808 9518 for_each_intel_crtc(dev, crtc)
e2c719b7 9519 I915_STATE_WARN(crtc->active, "CRTC for pipe %c enabled\n",
be256dc7
PZ
9520 pipe_name(crtc->pipe));
9521
e2c719b7
RC
9522 I915_STATE_WARN(I915_READ(HSW_PWR_WELL_DRIVER), "Power well on\n");
9523 I915_STATE_WARN(I915_READ(SPLL_CTL) & SPLL_PLL_ENABLE, "SPLL enabled\n");
01403de3
VS
9524 I915_STATE_WARN(I915_READ(WRPLL_CTL(0)) & WRPLL_PLL_ENABLE, "WRPLL1 enabled\n");
9525 I915_STATE_WARN(I915_READ(WRPLL_CTL(1)) & WRPLL_PLL_ENABLE, "WRPLL2 enabled\n");
e2c719b7
RC
9526 I915_STATE_WARN(I915_READ(PCH_PP_STATUS) & PP_ON, "Panel power on\n");
9527 I915_STATE_WARN(I915_READ(BLC_PWM_CPU_CTL2) & BLM_PWM_ENABLE,
be256dc7 9528 "CPU PWM1 enabled\n");
c5107b87 9529 if (IS_HASWELL(dev))
e2c719b7 9530 I915_STATE_WARN(I915_READ(HSW_BLC_PWM2_CTL) & BLM_PWM_ENABLE,
c5107b87 9531 "CPU PWM2 enabled\n");
e2c719b7 9532 I915_STATE_WARN(I915_READ(BLC_PWM_PCH_CTL1) & BLM_PCH_PWM_ENABLE,
be256dc7 9533 "PCH PWM1 enabled\n");
e2c719b7 9534 I915_STATE_WARN(I915_READ(UTIL_PIN_CTL) & UTIL_PIN_ENABLE,
be256dc7 9535 "Utility pin enabled\n");
e2c719b7 9536 I915_STATE_WARN(I915_READ(PCH_GTC_CTL) & PCH_GTC_ENABLE, "PCH GTC enabled\n");
be256dc7 9537
9926ada1
PZ
9538 /*
9539 * In theory we can still leave IRQs enabled, as long as only the HPD
9540 * interrupts remain enabled. We used to check for that, but since it's
9541 * gen-specific and since we only disable LCPLL after we fully disable
9542 * the interrupts, the check below should be enough.
9543 */
e2c719b7 9544 I915_STATE_WARN(intel_irqs_enabled(dev_priv), "IRQs enabled\n");
be256dc7
PZ
9545}
9546
9ccd5aeb
PZ
9547static uint32_t hsw_read_dcomp(struct drm_i915_private *dev_priv)
9548{
9549 struct drm_device *dev = dev_priv->dev;
9550
9551 if (IS_HASWELL(dev))
9552 return I915_READ(D_COMP_HSW);
9553 else
9554 return I915_READ(D_COMP_BDW);
9555}
9556
3c4c9b81
PZ
9557static void hsw_write_dcomp(struct drm_i915_private *dev_priv, uint32_t val)
9558{
9559 struct drm_device *dev = dev_priv->dev;
9560
9561 if (IS_HASWELL(dev)) {
9562 mutex_lock(&dev_priv->rps.hw_lock);
9563 if (sandybridge_pcode_write(dev_priv, GEN6_PCODE_WRITE_D_COMP,
9564 val))
f475dadf 9565 DRM_ERROR("Failed to write to D_COMP\n");
3c4c9b81
PZ
9566 mutex_unlock(&dev_priv->rps.hw_lock);
9567 } else {
9ccd5aeb
PZ
9568 I915_WRITE(D_COMP_BDW, val);
9569 POSTING_READ(D_COMP_BDW);
3c4c9b81 9570 }
be256dc7
PZ
9571}
9572
9573/*
9574 * This function implements pieces of two sequences from BSpec:
9575 * - Sequence for display software to disable LCPLL
9576 * - Sequence for display software to allow package C8+
9577 * The steps implemented here are just the steps that actually touch the LCPLL
9578 * register. Callers should take care of disabling all the display engine
9579 * functions, doing the mode unset, fixing interrupts, etc.
9580 */
6ff58d53
PZ
9581static void hsw_disable_lcpll(struct drm_i915_private *dev_priv,
9582 bool switch_to_fclk, bool allow_power_down)
be256dc7
PZ
9583{
9584 uint32_t val;
9585
9586 assert_can_disable_lcpll(dev_priv);
9587
9588 val = I915_READ(LCPLL_CTL);
9589
9590 if (switch_to_fclk) {
9591 val |= LCPLL_CD_SOURCE_FCLK;
9592 I915_WRITE(LCPLL_CTL, val);
9593
9594 if (wait_for_atomic_us(I915_READ(LCPLL_CTL) &
9595 LCPLL_CD_SOURCE_FCLK_DONE, 1))
9596 DRM_ERROR("Switching to FCLK failed\n");
9597
9598 val = I915_READ(LCPLL_CTL);
9599 }
9600
9601 val |= LCPLL_PLL_DISABLE;
9602 I915_WRITE(LCPLL_CTL, val);
9603 POSTING_READ(LCPLL_CTL);
9604
9605 if (wait_for((I915_READ(LCPLL_CTL) & LCPLL_PLL_LOCK) == 0, 1))
9606 DRM_ERROR("LCPLL still locked\n");
9607
9ccd5aeb 9608 val = hsw_read_dcomp(dev_priv);
be256dc7 9609 val |= D_COMP_COMP_DISABLE;
3c4c9b81 9610 hsw_write_dcomp(dev_priv, val);
be256dc7
PZ
9611 ndelay(100);
9612
9ccd5aeb
PZ
9613 if (wait_for((hsw_read_dcomp(dev_priv) & D_COMP_RCOMP_IN_PROGRESS) == 0,
9614 1))
be256dc7
PZ
9615 DRM_ERROR("D_COMP RCOMP still in progress\n");
9616
9617 if (allow_power_down) {
9618 val = I915_READ(LCPLL_CTL);
9619 val |= LCPLL_POWER_DOWN_ALLOW;
9620 I915_WRITE(LCPLL_CTL, val);
9621 POSTING_READ(LCPLL_CTL);
9622 }
9623}
9624
9625/*
9626 * Fully restores LCPLL, disallowing power down and switching back to LCPLL
9627 * source.
9628 */
6ff58d53 9629static void hsw_restore_lcpll(struct drm_i915_private *dev_priv)
be256dc7
PZ
9630{
9631 uint32_t val;
9632
9633 val = I915_READ(LCPLL_CTL);
9634
9635 if ((val & (LCPLL_PLL_LOCK | LCPLL_PLL_DISABLE | LCPLL_CD_SOURCE_FCLK |
9636 LCPLL_POWER_DOWN_ALLOW)) == LCPLL_PLL_LOCK)
9637 return;
9638
a8a8bd54
PZ
9639 /*
9640 * Make sure we're not on PC8 state before disabling PC8, otherwise
9641 * we'll hang the machine. To prevent PC8 state, just enable force_wake.
a8a8bd54 9642 */
59bad947 9643 intel_uncore_forcewake_get(dev_priv, FORCEWAKE_ALL);
215733fa 9644
be256dc7
PZ
9645 if (val & LCPLL_POWER_DOWN_ALLOW) {
9646 val &= ~LCPLL_POWER_DOWN_ALLOW;
9647 I915_WRITE(LCPLL_CTL, val);
35d8f2eb 9648 POSTING_READ(LCPLL_CTL);
be256dc7
PZ
9649 }
9650
9ccd5aeb 9651 val = hsw_read_dcomp(dev_priv);
be256dc7
PZ
9652 val |= D_COMP_COMP_FORCE;
9653 val &= ~D_COMP_COMP_DISABLE;
3c4c9b81 9654 hsw_write_dcomp(dev_priv, val);
be256dc7
PZ
9655
9656 val = I915_READ(LCPLL_CTL);
9657 val &= ~LCPLL_PLL_DISABLE;
9658 I915_WRITE(LCPLL_CTL, val);
9659
9660 if (wait_for(I915_READ(LCPLL_CTL) & LCPLL_PLL_LOCK, 5))
9661 DRM_ERROR("LCPLL not locked yet\n");
9662
9663 if (val & LCPLL_CD_SOURCE_FCLK) {
9664 val = I915_READ(LCPLL_CTL);
9665 val &= ~LCPLL_CD_SOURCE_FCLK;
9666 I915_WRITE(LCPLL_CTL, val);
9667
9668 if (wait_for_atomic_us((I915_READ(LCPLL_CTL) &
9669 LCPLL_CD_SOURCE_FCLK_DONE) == 0, 1))
9670 DRM_ERROR("Switching back to LCPLL failed\n");
9671 }
215733fa 9672
59bad947 9673 intel_uncore_forcewake_put(dev_priv, FORCEWAKE_ALL);
b6283055 9674 intel_update_cdclk(dev_priv->dev);
be256dc7
PZ
9675}
9676
765dab67
PZ
9677/*
9678 * Package states C8 and deeper are really deep PC states that can only be
9679 * reached when all the devices on the system allow it, so even if the graphics
9680 * device allows PC8+, it doesn't mean the system will actually get to these
9681 * states. Our driver only allows PC8+ when going into runtime PM.
9682 *
9683 * The requirements for PC8+ are that all the outputs are disabled, the power
9684 * well is disabled and most interrupts are disabled, and these are also
9685 * requirements for runtime PM. When these conditions are met, we manually do
9686 * the other conditions: disable the interrupts, clocks and switch LCPLL refclk
9687 * to Fclk. If we're in PC8+ and we get an non-hotplug interrupt, we can hard
9688 * hang the machine.
9689 *
9690 * When we really reach PC8 or deeper states (not just when we allow it) we lose
9691 * the state of some registers, so when we come back from PC8+ we need to
9692 * restore this state. We don't get into PC8+ if we're not in RC6, so we don't
9693 * need to take care of the registers kept by RC6. Notice that this happens even
9694 * if we don't put the device in PCI D3 state (which is what currently happens
9695 * because of the runtime PM support).
9696 *
9697 * For more, read "Display Sequences for Package C8" on the hardware
9698 * documentation.
9699 */
a14cb6fc 9700void hsw_enable_pc8(struct drm_i915_private *dev_priv)
c67a470b 9701{
c67a470b
PZ
9702 struct drm_device *dev = dev_priv->dev;
9703 uint32_t val;
9704
c67a470b
PZ
9705 DRM_DEBUG_KMS("Enabling package C8+\n");
9706
c2699524 9707 if (HAS_PCH_LPT_LP(dev)) {
c67a470b
PZ
9708 val = I915_READ(SOUTH_DSPCLK_GATE_D);
9709 val &= ~PCH_LP_PARTITION_LEVEL_DISABLE;
9710 I915_WRITE(SOUTH_DSPCLK_GATE_D, val);
9711 }
9712
9713 lpt_disable_clkout_dp(dev);
c67a470b
PZ
9714 hsw_disable_lcpll(dev_priv, true, true);
9715}
9716
a14cb6fc 9717void hsw_disable_pc8(struct drm_i915_private *dev_priv)
c67a470b
PZ
9718{
9719 struct drm_device *dev = dev_priv->dev;
9720 uint32_t val;
9721
c67a470b
PZ
9722 DRM_DEBUG_KMS("Disabling package C8+\n");
9723
9724 hsw_restore_lcpll(dev_priv);
c67a470b
PZ
9725 lpt_init_pch_refclk(dev);
9726
c2699524 9727 if (HAS_PCH_LPT_LP(dev)) {
c67a470b
PZ
9728 val = I915_READ(SOUTH_DSPCLK_GATE_D);
9729 val |= PCH_LP_PARTITION_LEVEL_DISABLE;
9730 I915_WRITE(SOUTH_DSPCLK_GATE_D, val);
9731 }
9732
9733 intel_prepare_ddi(dev);
c67a470b
PZ
9734}
9735
27c329ed 9736static void broxton_modeset_commit_cdclk(struct drm_atomic_state *old_state)
f8437dd1 9737{
a821fc46 9738 struct drm_device *dev = old_state->dev;
1a617b77
ML
9739 struct intel_atomic_state *old_intel_state =
9740 to_intel_atomic_state(old_state);
9741 unsigned int req_cdclk = old_intel_state->dev_cdclk;
f8437dd1 9742
27c329ed 9743 broxton_set_cdclk(dev, req_cdclk);
f8437dd1
VK
9744}
9745
b432e5cf 9746/* compute the max rate for new configuration */
27c329ed 9747static int ilk_max_pixel_rate(struct drm_atomic_state *state)
b432e5cf 9748{
565602d7
ML
9749 struct intel_atomic_state *intel_state = to_intel_atomic_state(state);
9750 struct drm_i915_private *dev_priv = state->dev->dev_private;
9751 struct drm_crtc *crtc;
9752 struct drm_crtc_state *cstate;
27c329ed 9753 struct intel_crtc_state *crtc_state;
565602d7
ML
9754 unsigned max_pixel_rate = 0, i;
9755 enum pipe pipe;
b432e5cf 9756
565602d7
ML
9757 memcpy(intel_state->min_pixclk, dev_priv->min_pixclk,
9758 sizeof(intel_state->min_pixclk));
27c329ed 9759
565602d7
ML
9760 for_each_crtc_in_state(state, crtc, cstate, i) {
9761 int pixel_rate;
27c329ed 9762
565602d7
ML
9763 crtc_state = to_intel_crtc_state(cstate);
9764 if (!crtc_state->base.enable) {
9765 intel_state->min_pixclk[i] = 0;
b432e5cf 9766 continue;
565602d7 9767 }
b432e5cf 9768
27c329ed 9769 pixel_rate = ilk_pipe_pixel_rate(crtc_state);
b432e5cf
VS
9770
9771 /* pixel rate mustn't exceed 95% of cdclk with IPS on BDW */
565602d7 9772 if (IS_BROADWELL(dev_priv) && crtc_state->ips_enabled)
b432e5cf
VS
9773 pixel_rate = DIV_ROUND_UP(pixel_rate * 100, 95);
9774
565602d7 9775 intel_state->min_pixclk[i] = pixel_rate;
b432e5cf
VS
9776 }
9777
565602d7
ML
9778 if (!intel_state->active_crtcs)
9779 return 0;
9780
9781 for_each_pipe(dev_priv, pipe)
9782 max_pixel_rate = max(intel_state->min_pixclk[pipe], max_pixel_rate);
9783
b432e5cf
VS
9784 return max_pixel_rate;
9785}
9786
9787static void broadwell_set_cdclk(struct drm_device *dev, int cdclk)
9788{
9789 struct drm_i915_private *dev_priv = dev->dev_private;
9790 uint32_t val, data;
9791 int ret;
9792
9793 if (WARN((I915_READ(LCPLL_CTL) &
9794 (LCPLL_PLL_DISABLE | LCPLL_PLL_LOCK |
9795 LCPLL_CD_CLOCK_DISABLE | LCPLL_ROOT_CD_CLOCK_DISABLE |
9796 LCPLL_CD2X_CLOCK_DISABLE | LCPLL_POWER_DOWN_ALLOW |
9797 LCPLL_CD_SOURCE_FCLK)) != LCPLL_PLL_LOCK,
9798 "trying to change cdclk frequency with cdclk not enabled\n"))
9799 return;
9800
9801 mutex_lock(&dev_priv->rps.hw_lock);
9802 ret = sandybridge_pcode_write(dev_priv,
9803 BDW_PCODE_DISPLAY_FREQ_CHANGE_REQ, 0x0);
9804 mutex_unlock(&dev_priv->rps.hw_lock);
9805 if (ret) {
9806 DRM_ERROR("failed to inform pcode about cdclk change\n");
9807 return;
9808 }
9809
9810 val = I915_READ(LCPLL_CTL);
9811 val |= LCPLL_CD_SOURCE_FCLK;
9812 I915_WRITE(LCPLL_CTL, val);
9813
9814 if (wait_for_atomic_us(I915_READ(LCPLL_CTL) &
9815 LCPLL_CD_SOURCE_FCLK_DONE, 1))
9816 DRM_ERROR("Switching to FCLK failed\n");
9817
9818 val = I915_READ(LCPLL_CTL);
9819 val &= ~LCPLL_CLK_FREQ_MASK;
9820
9821 switch (cdclk) {
9822 case 450000:
9823 val |= LCPLL_CLK_FREQ_450;
9824 data = 0;
9825 break;
9826 case 540000:
9827 val |= LCPLL_CLK_FREQ_54O_BDW;
9828 data = 1;
9829 break;
9830 case 337500:
9831 val |= LCPLL_CLK_FREQ_337_5_BDW;
9832 data = 2;
9833 break;
9834 case 675000:
9835 val |= LCPLL_CLK_FREQ_675_BDW;
9836 data = 3;
9837 break;
9838 default:
9839 WARN(1, "invalid cdclk frequency\n");
9840 return;
9841 }
9842
9843 I915_WRITE(LCPLL_CTL, val);
9844
9845 val = I915_READ(LCPLL_CTL);
9846 val &= ~LCPLL_CD_SOURCE_FCLK;
9847 I915_WRITE(LCPLL_CTL, val);
9848
9849 if (wait_for_atomic_us((I915_READ(LCPLL_CTL) &
9850 LCPLL_CD_SOURCE_FCLK_DONE) == 0, 1))
9851 DRM_ERROR("Switching back to LCPLL failed\n");
9852
9853 mutex_lock(&dev_priv->rps.hw_lock);
9854 sandybridge_pcode_write(dev_priv, HSW_PCODE_DE_WRITE_FREQ_REQ, data);
9855 mutex_unlock(&dev_priv->rps.hw_lock);
9856
9857 intel_update_cdclk(dev);
9858
9859 WARN(cdclk != dev_priv->cdclk_freq,
9860 "cdclk requested %d kHz but got %d kHz\n",
9861 cdclk, dev_priv->cdclk_freq);
9862}
9863
27c329ed 9864static int broadwell_modeset_calc_cdclk(struct drm_atomic_state *state)
b432e5cf 9865{
27c329ed 9866 struct drm_i915_private *dev_priv = to_i915(state->dev);
1a617b77 9867 struct intel_atomic_state *intel_state = to_intel_atomic_state(state);
27c329ed 9868 int max_pixclk = ilk_max_pixel_rate(state);
b432e5cf
VS
9869 int cdclk;
9870
9871 /*
9872 * FIXME should also account for plane ratio
9873 * once 64bpp pixel formats are supported.
9874 */
27c329ed 9875 if (max_pixclk > 540000)
b432e5cf 9876 cdclk = 675000;
27c329ed 9877 else if (max_pixclk > 450000)
b432e5cf 9878 cdclk = 540000;
27c329ed 9879 else if (max_pixclk > 337500)
b432e5cf
VS
9880 cdclk = 450000;
9881 else
9882 cdclk = 337500;
9883
b432e5cf 9884 if (cdclk > dev_priv->max_cdclk_freq) {
63ba534e
ML
9885 DRM_DEBUG_KMS("requested cdclk (%d kHz) exceeds max (%d kHz)\n",
9886 cdclk, dev_priv->max_cdclk_freq);
9887 return -EINVAL;
b432e5cf
VS
9888 }
9889
1a617b77
ML
9890 intel_state->cdclk = intel_state->dev_cdclk = cdclk;
9891 if (!intel_state->active_crtcs)
9892 intel_state->dev_cdclk = 337500;
b432e5cf
VS
9893
9894 return 0;
9895}
9896
27c329ed 9897static void broadwell_modeset_commit_cdclk(struct drm_atomic_state *old_state)
b432e5cf 9898{
27c329ed 9899 struct drm_device *dev = old_state->dev;
1a617b77
ML
9900 struct intel_atomic_state *old_intel_state =
9901 to_intel_atomic_state(old_state);
9902 unsigned req_cdclk = old_intel_state->dev_cdclk;
b432e5cf 9903
27c329ed 9904 broadwell_set_cdclk(dev, req_cdclk);
b432e5cf
VS
9905}
9906
190f68c5
ACO
9907static int haswell_crtc_compute_clock(struct intel_crtc *crtc,
9908 struct intel_crtc_state *crtc_state)
09b4ddf9 9909{
190f68c5 9910 if (!intel_ddi_pll_select(crtc, crtc_state))
6441ab5f 9911 return -EINVAL;
716c2e55 9912
c7653199 9913 crtc->lowfreq_avail = false;
644cef34 9914
c8f7a0db 9915 return 0;
79e53945
JB
9916}
9917
3760b59c
S
9918static void bxt_get_ddi_pll(struct drm_i915_private *dev_priv,
9919 enum port port,
9920 struct intel_crtc_state *pipe_config)
9921{
9922 switch (port) {
9923 case PORT_A:
9924 pipe_config->ddi_pll_sel = SKL_DPLL0;
9925 pipe_config->shared_dpll = DPLL_ID_SKL_DPLL1;
9926 break;
9927 case PORT_B:
9928 pipe_config->ddi_pll_sel = SKL_DPLL1;
9929 pipe_config->shared_dpll = DPLL_ID_SKL_DPLL2;
9930 break;
9931 case PORT_C:
9932 pipe_config->ddi_pll_sel = SKL_DPLL2;
9933 pipe_config->shared_dpll = DPLL_ID_SKL_DPLL3;
9934 break;
9935 default:
9936 DRM_ERROR("Incorrect port type\n");
9937 }
9938}
9939
96b7dfb7
S
9940static void skylake_get_ddi_pll(struct drm_i915_private *dev_priv,
9941 enum port port,
5cec258b 9942 struct intel_crtc_state *pipe_config)
96b7dfb7 9943{
3148ade7 9944 u32 temp, dpll_ctl1;
96b7dfb7
S
9945
9946 temp = I915_READ(DPLL_CTRL2) & DPLL_CTRL2_DDI_CLK_SEL_MASK(port);
9947 pipe_config->ddi_pll_sel = temp >> (port * 3 + 1);
9948
9949 switch (pipe_config->ddi_pll_sel) {
3148ade7
DL
9950 case SKL_DPLL0:
9951 /*
9952 * On SKL the eDP DPLL (DPLL0 as we don't use SSC) is not part
9953 * of the shared DPLL framework and thus needs to be read out
9954 * separately
9955 */
9956 dpll_ctl1 = I915_READ(DPLL_CTRL1);
9957 pipe_config->dpll_hw_state.ctrl1 = dpll_ctl1 & 0x3f;
9958 break;
96b7dfb7
S
9959 case SKL_DPLL1:
9960 pipe_config->shared_dpll = DPLL_ID_SKL_DPLL1;
9961 break;
9962 case SKL_DPLL2:
9963 pipe_config->shared_dpll = DPLL_ID_SKL_DPLL2;
9964 break;
9965 case SKL_DPLL3:
9966 pipe_config->shared_dpll = DPLL_ID_SKL_DPLL3;
9967 break;
96b7dfb7
S
9968 }
9969}
9970
7d2c8175
DL
9971static void haswell_get_ddi_pll(struct drm_i915_private *dev_priv,
9972 enum port port,
5cec258b 9973 struct intel_crtc_state *pipe_config)
7d2c8175
DL
9974{
9975 pipe_config->ddi_pll_sel = I915_READ(PORT_CLK_SEL(port));
9976
9977 switch (pipe_config->ddi_pll_sel) {
9978 case PORT_CLK_SEL_WRPLL1:
9979 pipe_config->shared_dpll = DPLL_ID_WRPLL1;
9980 break;
9981 case PORT_CLK_SEL_WRPLL2:
9982 pipe_config->shared_dpll = DPLL_ID_WRPLL2;
9983 break;
00490c22
ML
9984 case PORT_CLK_SEL_SPLL:
9985 pipe_config->shared_dpll = DPLL_ID_SPLL;
79bd23da 9986 break;
7d2c8175
DL
9987 }
9988}
9989
26804afd 9990static void haswell_get_ddi_port_state(struct intel_crtc *crtc,
5cec258b 9991 struct intel_crtc_state *pipe_config)
26804afd
DV
9992{
9993 struct drm_device *dev = crtc->base.dev;
9994 struct drm_i915_private *dev_priv = dev->dev_private;
d452c5b6 9995 struct intel_shared_dpll *pll;
26804afd
DV
9996 enum port port;
9997 uint32_t tmp;
9998
9999 tmp = I915_READ(TRANS_DDI_FUNC_CTL(pipe_config->cpu_transcoder));
10000
10001 port = (tmp & TRANS_DDI_PORT_MASK) >> TRANS_DDI_PORT_SHIFT;
10002
ef11bdb3 10003 if (IS_SKYLAKE(dev) || IS_KABYLAKE(dev))
96b7dfb7 10004 skylake_get_ddi_pll(dev_priv, port, pipe_config);
3760b59c
S
10005 else if (IS_BROXTON(dev))
10006 bxt_get_ddi_pll(dev_priv, port, pipe_config);
96b7dfb7
S
10007 else
10008 haswell_get_ddi_pll(dev_priv, port, pipe_config);
9cd86933 10009
d452c5b6
DV
10010 if (pipe_config->shared_dpll >= 0) {
10011 pll = &dev_priv->shared_dplls[pipe_config->shared_dpll];
10012
10013 WARN_ON(!pll->get_hw_state(dev_priv, pll,
10014 &pipe_config->dpll_hw_state));
10015 }
10016
26804afd
DV
10017 /*
10018 * Haswell has only FDI/PCH transcoder A. It is which is connected to
10019 * DDI E. So just check whether this pipe is wired to DDI E and whether
10020 * the PCH transcoder is on.
10021 */
ca370455
DL
10022 if (INTEL_INFO(dev)->gen < 9 &&
10023 (port == PORT_E) && I915_READ(LPT_TRANSCONF) & TRANS_ENABLE) {
26804afd
DV
10024 pipe_config->has_pch_encoder = true;
10025
10026 tmp = I915_READ(FDI_RX_CTL(PIPE_A));
10027 pipe_config->fdi_lanes = ((FDI_DP_PORT_WIDTH_MASK & tmp) >>
10028 FDI_DP_PORT_WIDTH_SHIFT) + 1;
10029
10030 ironlake_get_fdi_m_n_config(crtc, pipe_config);
10031 }
10032}
10033
0e8ffe1b 10034static bool haswell_get_pipe_config(struct intel_crtc *crtc,
5cec258b 10035 struct intel_crtc_state *pipe_config)
0e8ffe1b
DV
10036{
10037 struct drm_device *dev = crtc->base.dev;
10038 struct drm_i915_private *dev_priv = dev->dev_private;
2fa2fe9a 10039 enum intel_display_power_domain pfit_domain;
0e8ffe1b
DV
10040 uint32_t tmp;
10041
f458ebbc 10042 if (!intel_display_power_is_enabled(dev_priv,
b5482bd0
ID
10043 POWER_DOMAIN_PIPE(crtc->pipe)))
10044 return false;
10045
e143a21c 10046 pipe_config->cpu_transcoder = (enum transcoder) crtc->pipe;
c0d43d62
DV
10047 pipe_config->shared_dpll = DPLL_ID_PRIVATE;
10048
eccb140b
DV
10049 tmp = I915_READ(TRANS_DDI_FUNC_CTL(TRANSCODER_EDP));
10050 if (tmp & TRANS_DDI_FUNC_ENABLE) {
10051 enum pipe trans_edp_pipe;
10052 switch (tmp & TRANS_DDI_EDP_INPUT_MASK) {
10053 default:
10054 WARN(1, "unknown pipe linked to edp transcoder\n");
10055 case TRANS_DDI_EDP_INPUT_A_ONOFF:
10056 case TRANS_DDI_EDP_INPUT_A_ON:
10057 trans_edp_pipe = PIPE_A;
10058 break;
10059 case TRANS_DDI_EDP_INPUT_B_ONOFF:
10060 trans_edp_pipe = PIPE_B;
10061 break;
10062 case TRANS_DDI_EDP_INPUT_C_ONOFF:
10063 trans_edp_pipe = PIPE_C;
10064 break;
10065 }
10066
10067 if (trans_edp_pipe == crtc->pipe)
10068 pipe_config->cpu_transcoder = TRANSCODER_EDP;
10069 }
10070
f458ebbc 10071 if (!intel_display_power_is_enabled(dev_priv,
eccb140b 10072 POWER_DOMAIN_TRANSCODER(pipe_config->cpu_transcoder)))
2bfce950
PZ
10073 return false;
10074
eccb140b 10075 tmp = I915_READ(PIPECONF(pipe_config->cpu_transcoder));
0e8ffe1b
DV
10076 if (!(tmp & PIPECONF_ENABLE))
10077 return false;
10078
26804afd 10079 haswell_get_ddi_port_state(crtc, pipe_config);
627eb5a3 10080
1bd1bd80
DV
10081 intel_get_pipe_timings(crtc, pipe_config);
10082
a1b2278e
CK
10083 if (INTEL_INFO(dev)->gen >= 9) {
10084 skl_init_scalers(dev, crtc, pipe_config);
10085 }
10086
2fa2fe9a 10087 pfit_domain = POWER_DOMAIN_PIPE_PANEL_FITTER(crtc->pipe);
af99ceda
CK
10088
10089 if (INTEL_INFO(dev)->gen >= 9) {
10090 pipe_config->scaler_state.scaler_id = -1;
10091 pipe_config->scaler_state.scaler_users &= ~(1 << SKL_CRTC_INDEX);
10092 }
10093
bd2e244f 10094 if (intel_display_power_is_enabled(dev_priv, pfit_domain)) {
1c132b44 10095 if (INTEL_INFO(dev)->gen >= 9)
bd2e244f 10096 skylake_get_pfit_config(crtc, pipe_config);
ff6d9f55 10097 else
1c132b44 10098 ironlake_get_pfit_config(crtc, pipe_config);
bd2e244f 10099 }
88adfff1 10100
e59150dc
JB
10101 if (IS_HASWELL(dev))
10102 pipe_config->ips_enabled = hsw_crtc_supports_ips(crtc) &&
10103 (I915_READ(IPS_CTL) & IPS_ENABLE);
42db64ef 10104
ebb69c95
CT
10105 if (pipe_config->cpu_transcoder != TRANSCODER_EDP) {
10106 pipe_config->pixel_multiplier =
10107 I915_READ(PIPE_MULT(pipe_config->cpu_transcoder)) + 1;
10108 } else {
10109 pipe_config->pixel_multiplier = 1;
10110 }
6c49f241 10111
0e8ffe1b
DV
10112 return true;
10113}
10114
663f3122 10115static void i845_update_cursor(struct drm_crtc *crtc, u32 base, bool on)
560b85bb
CW
10116{
10117 struct drm_device *dev = crtc->dev;
10118 struct drm_i915_private *dev_priv = dev->dev_private;
10119 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
dc41c154 10120 uint32_t cntl = 0, size = 0;
560b85bb 10121
663f3122 10122 if (on) {
3dd512fb
MR
10123 unsigned int width = intel_crtc->base.cursor->state->crtc_w;
10124 unsigned int height = intel_crtc->base.cursor->state->crtc_h;
dc41c154
VS
10125 unsigned int stride = roundup_pow_of_two(width) * 4;
10126
10127 switch (stride) {
10128 default:
10129 WARN_ONCE(1, "Invalid cursor width/stride, width=%u, stride=%u\n",
10130 width, stride);
10131 stride = 256;
10132 /* fallthrough */
10133 case 256:
10134 case 512:
10135 case 1024:
10136 case 2048:
10137 break;
4b0e333e
CW
10138 }
10139
dc41c154
VS
10140 cntl |= CURSOR_ENABLE |
10141 CURSOR_GAMMA_ENABLE |
10142 CURSOR_FORMAT_ARGB |
10143 CURSOR_STRIDE(stride);
10144
10145 size = (height << 12) | width;
4b0e333e 10146 }
560b85bb 10147
dc41c154
VS
10148 if (intel_crtc->cursor_cntl != 0 &&
10149 (intel_crtc->cursor_base != base ||
10150 intel_crtc->cursor_size != size ||
10151 intel_crtc->cursor_cntl != cntl)) {
10152 /* On these chipsets we can only modify the base/size/stride
10153 * whilst the cursor is disabled.
10154 */
0b87c24e
VS
10155 I915_WRITE(CURCNTR(PIPE_A), 0);
10156 POSTING_READ(CURCNTR(PIPE_A));
dc41c154 10157 intel_crtc->cursor_cntl = 0;
4b0e333e 10158 }
560b85bb 10159
99d1f387 10160 if (intel_crtc->cursor_base != base) {
0b87c24e 10161 I915_WRITE(CURBASE(PIPE_A), base);
99d1f387
VS
10162 intel_crtc->cursor_base = base;
10163 }
4726e0b0 10164
dc41c154
VS
10165 if (intel_crtc->cursor_size != size) {
10166 I915_WRITE(CURSIZE, size);
10167 intel_crtc->cursor_size = size;
4b0e333e 10168 }
560b85bb 10169
4b0e333e 10170 if (intel_crtc->cursor_cntl != cntl) {
0b87c24e
VS
10171 I915_WRITE(CURCNTR(PIPE_A), cntl);
10172 POSTING_READ(CURCNTR(PIPE_A));
4b0e333e 10173 intel_crtc->cursor_cntl = cntl;
560b85bb 10174 }
560b85bb
CW
10175}
10176
663f3122 10177static void i9xx_update_cursor(struct drm_crtc *crtc, u32 base, bool on)
65a21cd6
JB
10178{
10179 struct drm_device *dev = crtc->dev;
10180 struct drm_i915_private *dev_priv = dev->dev_private;
10181 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
10182 int pipe = intel_crtc->pipe;
663f3122 10183 uint32_t cntl = 0;
4b0e333e 10184
663f3122 10185 if (on) {
4b0e333e 10186 cntl = MCURSOR_GAMMA_ENABLE;
3dd512fb 10187 switch (intel_crtc->base.cursor->state->crtc_w) {
4726e0b0
SK
10188 case 64:
10189 cntl |= CURSOR_MODE_64_ARGB_AX;
10190 break;
10191 case 128:
10192 cntl |= CURSOR_MODE_128_ARGB_AX;
10193 break;
10194 case 256:
10195 cntl |= CURSOR_MODE_256_ARGB_AX;
10196 break;
10197 default:
3dd512fb 10198 MISSING_CASE(intel_crtc->base.cursor->state->crtc_w);
4726e0b0 10199 return;
65a21cd6 10200 }
4b0e333e 10201 cntl |= pipe << 28; /* Connect to correct pipe */
47bf17a7 10202
fc6f93bc 10203 if (HAS_DDI(dev))
47bf17a7 10204 cntl |= CURSOR_PIPE_CSC_ENABLE;
4b0e333e 10205 }
65a21cd6 10206
8e7d688b 10207 if (crtc->cursor->state->rotation == BIT(DRM_ROTATE_180))
4398ad45
VS
10208 cntl |= CURSOR_ROTATE_180;
10209
4b0e333e
CW
10210 if (intel_crtc->cursor_cntl != cntl) {
10211 I915_WRITE(CURCNTR(pipe), cntl);
10212 POSTING_READ(CURCNTR(pipe));
10213 intel_crtc->cursor_cntl = cntl;
65a21cd6 10214 }
4b0e333e 10215
65a21cd6 10216 /* and commit changes on next vblank */
5efb3e28
VS
10217 I915_WRITE(CURBASE(pipe), base);
10218 POSTING_READ(CURBASE(pipe));
99d1f387
VS
10219
10220 intel_crtc->cursor_base = base;
65a21cd6
JB
10221}
10222
cda4b7d3 10223/* If no-part of the cursor is visible on the framebuffer, then the GPU may hang... */
6b383a7f
CW
10224static void intel_crtc_update_cursor(struct drm_crtc *crtc,
10225 bool on)
cda4b7d3
CW
10226{
10227 struct drm_device *dev = crtc->dev;
10228 struct drm_i915_private *dev_priv = dev->dev_private;
10229 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
10230 int pipe = intel_crtc->pipe;
9b4101be
ML
10231 struct drm_plane_state *cursor_state = crtc->cursor->state;
10232 int x = cursor_state->crtc_x;
10233 int y = cursor_state->crtc_y;
d6e4db15 10234 u32 base = 0, pos = 0;
cda4b7d3 10235
663f3122 10236 base = intel_crtc->cursor_addr;
cda4b7d3 10237
cda4b7d3 10238 if (x < 0) {
cda4b7d3
CW
10239 pos |= CURSOR_POS_SIGN << CURSOR_X_SHIFT;
10240 x = -x;
10241 }
10242 pos |= x << CURSOR_X_SHIFT;
10243
10244 if (y < 0) {
cda4b7d3
CW
10245 pos |= CURSOR_POS_SIGN << CURSOR_Y_SHIFT;
10246 y = -y;
10247 }
10248 pos |= y << CURSOR_Y_SHIFT;
10249
5efb3e28
VS
10250 I915_WRITE(CURPOS(pipe), pos);
10251
4398ad45
VS
10252 /* ILK+ do this automagically */
10253 if (HAS_GMCH_DISPLAY(dev) &&
8e7d688b 10254 crtc->cursor->state->rotation == BIT(DRM_ROTATE_180)) {
9b4101be
ML
10255 base += (cursor_state->crtc_h *
10256 cursor_state->crtc_w - 1) * 4;
4398ad45
VS
10257 }
10258
8ac54669 10259 if (IS_845G(dev) || IS_I865G(dev))
663f3122 10260 i845_update_cursor(crtc, base, on);
5efb3e28 10261 else
663f3122 10262 i9xx_update_cursor(crtc, base, on);
cda4b7d3
CW
10263}
10264
dc41c154
VS
10265static bool cursor_size_ok(struct drm_device *dev,
10266 uint32_t width, uint32_t height)
10267{
10268 if (width == 0 || height == 0)
10269 return false;
10270
10271 /*
10272 * 845g/865g are special in that they are only limited by
10273 * the width of their cursors, the height is arbitrary up to
10274 * the precision of the register. Everything else requires
10275 * square cursors, limited to a few power-of-two sizes.
10276 */
10277 if (IS_845G(dev) || IS_I865G(dev)) {
10278 if ((width & 63) != 0)
10279 return false;
10280
10281 if (width > (IS_845G(dev) ? 64 : 512))
10282 return false;
10283
10284 if (height > 1023)
10285 return false;
10286 } else {
10287 switch (width | height) {
10288 case 256:
10289 case 128:
10290 if (IS_GEN2(dev))
10291 return false;
10292 case 64:
10293 break;
10294 default:
10295 return false;
10296 }
10297 }
10298
10299 return true;
10300}
10301
79e53945 10302static void intel_crtc_gamma_set(struct drm_crtc *crtc, u16 *red, u16 *green,
7203425a 10303 u16 *blue, uint32_t start, uint32_t size)
79e53945 10304{
7203425a 10305 int end = (start + size > 256) ? 256 : start + size, i;
79e53945 10306 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
79e53945 10307
7203425a 10308 for (i = start; i < end; i++) {
79e53945
JB
10309 intel_crtc->lut_r[i] = red[i] >> 8;
10310 intel_crtc->lut_g[i] = green[i] >> 8;
10311 intel_crtc->lut_b[i] = blue[i] >> 8;
10312 }
10313
10314 intel_crtc_load_lut(crtc);
10315}
10316
79e53945
JB
10317/* VESA 640x480x72Hz mode to set on the pipe */
10318static struct drm_display_mode load_detect_mode = {
10319 DRM_MODE("640x480", DRM_MODE_TYPE_DEFAULT, 31500, 640, 664,
10320 704, 832, 0, 480, 489, 491, 520, 0, DRM_MODE_FLAG_NHSYNC | DRM_MODE_FLAG_NVSYNC),
10321};
10322
a8bb6818
DV
10323struct drm_framebuffer *
10324__intel_framebuffer_create(struct drm_device *dev,
10325 struct drm_mode_fb_cmd2 *mode_cmd,
10326 struct drm_i915_gem_object *obj)
d2dff872
CW
10327{
10328 struct intel_framebuffer *intel_fb;
10329 int ret;
10330
10331 intel_fb = kzalloc(sizeof(*intel_fb), GFP_KERNEL);
dcb1394e 10332 if (!intel_fb)
d2dff872 10333 return ERR_PTR(-ENOMEM);
d2dff872
CW
10334
10335 ret = intel_framebuffer_init(dev, intel_fb, mode_cmd, obj);
dd4916c5
DV
10336 if (ret)
10337 goto err;
d2dff872
CW
10338
10339 return &intel_fb->base;
dcb1394e 10340
dd4916c5 10341err:
dd4916c5 10342 kfree(intel_fb);
dd4916c5 10343 return ERR_PTR(ret);
d2dff872
CW
10344}
10345
b5ea642a 10346static struct drm_framebuffer *
a8bb6818
DV
10347intel_framebuffer_create(struct drm_device *dev,
10348 struct drm_mode_fb_cmd2 *mode_cmd,
10349 struct drm_i915_gem_object *obj)
10350{
10351 struct drm_framebuffer *fb;
10352 int ret;
10353
10354 ret = i915_mutex_lock_interruptible(dev);
10355 if (ret)
10356 return ERR_PTR(ret);
10357 fb = __intel_framebuffer_create(dev, mode_cmd, obj);
10358 mutex_unlock(&dev->struct_mutex);
10359
10360 return fb;
10361}
10362
d2dff872
CW
10363static u32
10364intel_framebuffer_pitch_for_width(int width, int bpp)
10365{
10366 u32 pitch = DIV_ROUND_UP(width * bpp, 8);
10367 return ALIGN(pitch, 64);
10368}
10369
10370static u32
10371intel_framebuffer_size_for_mode(struct drm_display_mode *mode, int bpp)
10372{
10373 u32 pitch = intel_framebuffer_pitch_for_width(mode->hdisplay, bpp);
1267a26b 10374 return PAGE_ALIGN(pitch * mode->vdisplay);
d2dff872
CW
10375}
10376
10377static struct drm_framebuffer *
10378intel_framebuffer_create_for_mode(struct drm_device *dev,
10379 struct drm_display_mode *mode,
10380 int depth, int bpp)
10381{
dcb1394e 10382 struct drm_framebuffer *fb;
d2dff872 10383 struct drm_i915_gem_object *obj;
0fed39bd 10384 struct drm_mode_fb_cmd2 mode_cmd = { 0 };
d2dff872
CW
10385
10386 obj = i915_gem_alloc_object(dev,
10387 intel_framebuffer_size_for_mode(mode, bpp));
10388 if (obj == NULL)
10389 return ERR_PTR(-ENOMEM);
10390
10391 mode_cmd.width = mode->hdisplay;
10392 mode_cmd.height = mode->vdisplay;
308e5bcb
JB
10393 mode_cmd.pitches[0] = intel_framebuffer_pitch_for_width(mode_cmd.width,
10394 bpp);
5ca0c34a 10395 mode_cmd.pixel_format = drm_mode_legacy_fb_format(bpp, depth);
d2dff872 10396
dcb1394e
LW
10397 fb = intel_framebuffer_create(dev, &mode_cmd, obj);
10398 if (IS_ERR(fb))
10399 drm_gem_object_unreference_unlocked(&obj->base);
10400
10401 return fb;
d2dff872
CW
10402}
10403
10404static struct drm_framebuffer *
10405mode_fits_in_fbdev(struct drm_device *dev,
10406 struct drm_display_mode *mode)
10407{
0695726e 10408#ifdef CONFIG_DRM_FBDEV_EMULATION
d2dff872
CW
10409 struct drm_i915_private *dev_priv = dev->dev_private;
10410 struct drm_i915_gem_object *obj;
10411 struct drm_framebuffer *fb;
10412
4c0e5528 10413 if (!dev_priv->fbdev)
d2dff872
CW
10414 return NULL;
10415
4c0e5528 10416 if (!dev_priv->fbdev->fb)
d2dff872
CW
10417 return NULL;
10418
4c0e5528
DV
10419 obj = dev_priv->fbdev->fb->obj;
10420 BUG_ON(!obj);
10421
8bcd4553 10422 fb = &dev_priv->fbdev->fb->base;
01f2c773
VS
10423 if (fb->pitches[0] < intel_framebuffer_pitch_for_width(mode->hdisplay,
10424 fb->bits_per_pixel))
d2dff872
CW
10425 return NULL;
10426
01f2c773 10427 if (obj->base.size < mode->vdisplay * fb->pitches[0])
d2dff872
CW
10428 return NULL;
10429
10430 return fb;
4520f53a
DV
10431#else
10432 return NULL;
10433#endif
d2dff872
CW
10434}
10435
d3a40d1b
ACO
10436static int intel_modeset_setup_plane_state(struct drm_atomic_state *state,
10437 struct drm_crtc *crtc,
10438 struct drm_display_mode *mode,
10439 struct drm_framebuffer *fb,
10440 int x, int y)
10441{
10442 struct drm_plane_state *plane_state;
10443 int hdisplay, vdisplay;
10444 int ret;
10445
10446 plane_state = drm_atomic_get_plane_state(state, crtc->primary);
10447 if (IS_ERR(plane_state))
10448 return PTR_ERR(plane_state);
10449
10450 if (mode)
10451 drm_crtc_get_hv_timing(mode, &hdisplay, &vdisplay);
10452 else
10453 hdisplay = vdisplay = 0;
10454
10455 ret = drm_atomic_set_crtc_for_plane(plane_state, fb ? crtc : NULL);
10456 if (ret)
10457 return ret;
10458 drm_atomic_set_fb_for_plane(plane_state, fb);
10459 plane_state->crtc_x = 0;
10460 plane_state->crtc_y = 0;
10461 plane_state->crtc_w = hdisplay;
10462 plane_state->crtc_h = vdisplay;
10463 plane_state->src_x = x << 16;
10464 plane_state->src_y = y << 16;
10465 plane_state->src_w = hdisplay << 16;
10466 plane_state->src_h = vdisplay << 16;
10467
10468 return 0;
10469}
10470
d2434ab7 10471bool intel_get_load_detect_pipe(struct drm_connector *connector,
7173188d 10472 struct drm_display_mode *mode,
51fd371b
RC
10473 struct intel_load_detect_pipe *old,
10474 struct drm_modeset_acquire_ctx *ctx)
79e53945
JB
10475{
10476 struct intel_crtc *intel_crtc;
d2434ab7
DV
10477 struct intel_encoder *intel_encoder =
10478 intel_attached_encoder(connector);
79e53945 10479 struct drm_crtc *possible_crtc;
4ef69c7a 10480 struct drm_encoder *encoder = &intel_encoder->base;
79e53945
JB
10481 struct drm_crtc *crtc = NULL;
10482 struct drm_device *dev = encoder->dev;
94352cf9 10483 struct drm_framebuffer *fb;
51fd371b 10484 struct drm_mode_config *config = &dev->mode_config;
83a57153 10485 struct drm_atomic_state *state = NULL;
944b0c76 10486 struct drm_connector_state *connector_state;
4be07317 10487 struct intel_crtc_state *crtc_state;
51fd371b 10488 int ret, i = -1;
79e53945 10489
d2dff872 10490 DRM_DEBUG_KMS("[CONNECTOR:%d:%s], [ENCODER:%d:%s]\n",
c23cc417 10491 connector->base.id, connector->name,
8e329a03 10492 encoder->base.id, encoder->name);
d2dff872 10493
51fd371b
RC
10494retry:
10495 ret = drm_modeset_lock(&config->connection_mutex, ctx);
10496 if (ret)
ad3c558f 10497 goto fail;
6e9f798d 10498
79e53945
JB
10499 /*
10500 * Algorithm gets a little messy:
7a5e4805 10501 *
79e53945
JB
10502 * - if the connector already has an assigned crtc, use it (but make
10503 * sure it's on first)
7a5e4805 10504 *
79e53945
JB
10505 * - try to find the first unused crtc that can drive this connector,
10506 * and use that if we find one
79e53945
JB
10507 */
10508
10509 /* See if we already have a CRTC for this connector */
10510 if (encoder->crtc) {
10511 crtc = encoder->crtc;
8261b191 10512
51fd371b 10513 ret = drm_modeset_lock(&crtc->mutex, ctx);
4d02e2de 10514 if (ret)
ad3c558f 10515 goto fail;
4d02e2de 10516 ret = drm_modeset_lock(&crtc->primary->mutex, ctx);
51fd371b 10517 if (ret)
ad3c558f 10518 goto fail;
7b24056b 10519
24218aac 10520 old->dpms_mode = connector->dpms;
8261b191
CW
10521 old->load_detect_temp = false;
10522
10523 /* Make sure the crtc and connector are running */
24218aac
DV
10524 if (connector->dpms != DRM_MODE_DPMS_ON)
10525 connector->funcs->dpms(connector, DRM_MODE_DPMS_ON);
8261b191 10526
7173188d 10527 return true;
79e53945
JB
10528 }
10529
10530 /* Find an unused one (if possible) */
70e1e0ec 10531 for_each_crtc(dev, possible_crtc) {
79e53945
JB
10532 i++;
10533 if (!(encoder->possible_crtcs & (1 << i)))
10534 continue;
83d65738 10535 if (possible_crtc->state->enable)
a459249c 10536 continue;
a459249c
VS
10537
10538 crtc = possible_crtc;
10539 break;
79e53945
JB
10540 }
10541
10542 /*
10543 * If we didn't find an unused CRTC, don't use any.
10544 */
10545 if (!crtc) {
7173188d 10546 DRM_DEBUG_KMS("no pipe available for load-detect\n");
ad3c558f 10547 goto fail;
79e53945
JB
10548 }
10549
51fd371b
RC
10550 ret = drm_modeset_lock(&crtc->mutex, ctx);
10551 if (ret)
ad3c558f 10552 goto fail;
4d02e2de
DV
10553 ret = drm_modeset_lock(&crtc->primary->mutex, ctx);
10554 if (ret)
ad3c558f 10555 goto fail;
79e53945
JB
10556
10557 intel_crtc = to_intel_crtc(crtc);
24218aac 10558 old->dpms_mode = connector->dpms;
8261b191 10559 old->load_detect_temp = true;
d2dff872 10560 old->release_fb = NULL;
79e53945 10561
83a57153
ACO
10562 state = drm_atomic_state_alloc(dev);
10563 if (!state)
10564 return false;
10565
10566 state->acquire_ctx = ctx;
10567
944b0c76
ACO
10568 connector_state = drm_atomic_get_connector_state(state, connector);
10569 if (IS_ERR(connector_state)) {
10570 ret = PTR_ERR(connector_state);
10571 goto fail;
10572 }
10573
10574 connector_state->crtc = crtc;
10575 connector_state->best_encoder = &intel_encoder->base;
10576
4be07317
ACO
10577 crtc_state = intel_atomic_get_crtc_state(state, intel_crtc);
10578 if (IS_ERR(crtc_state)) {
10579 ret = PTR_ERR(crtc_state);
10580 goto fail;
10581 }
10582
49d6fa21 10583 crtc_state->base.active = crtc_state->base.enable = true;
4be07317 10584
6492711d
CW
10585 if (!mode)
10586 mode = &load_detect_mode;
79e53945 10587
d2dff872
CW
10588 /* We need a framebuffer large enough to accommodate all accesses
10589 * that the plane may generate whilst we perform load detection.
10590 * We can not rely on the fbcon either being present (we get called
10591 * during its initialisation to detect all boot displays, or it may
10592 * not even exist) or that it is large enough to satisfy the
10593 * requested mode.
10594 */
94352cf9
DV
10595 fb = mode_fits_in_fbdev(dev, mode);
10596 if (fb == NULL) {
d2dff872 10597 DRM_DEBUG_KMS("creating tmp fb for load-detection\n");
94352cf9
DV
10598 fb = intel_framebuffer_create_for_mode(dev, mode, 24, 32);
10599 old->release_fb = fb;
d2dff872
CW
10600 } else
10601 DRM_DEBUG_KMS("reusing fbdev for load-detection framebuffer\n");
94352cf9 10602 if (IS_ERR(fb)) {
d2dff872 10603 DRM_DEBUG_KMS("failed to allocate framebuffer for load-detection\n");
412b61d8 10604 goto fail;
79e53945 10605 }
79e53945 10606
d3a40d1b
ACO
10607 ret = intel_modeset_setup_plane_state(state, crtc, mode, fb, 0, 0);
10608 if (ret)
10609 goto fail;
10610
8c7b5ccb
ACO
10611 drm_mode_copy(&crtc_state->base.mode, mode);
10612
74c090b1 10613 if (drm_atomic_commit(state)) {
6492711d 10614 DRM_DEBUG_KMS("failed to set mode on load-detect pipe\n");
d2dff872
CW
10615 if (old->release_fb)
10616 old->release_fb->funcs->destroy(old->release_fb);
412b61d8 10617 goto fail;
79e53945 10618 }
9128b040 10619 crtc->primary->crtc = crtc;
7173188d 10620
79e53945 10621 /* let the connector get through one full cycle before testing */
9d0498a2 10622 intel_wait_for_vblank(dev, intel_crtc->pipe);
7173188d 10623 return true;
412b61d8 10624
ad3c558f 10625fail:
e5d958ef
ACO
10626 drm_atomic_state_free(state);
10627 state = NULL;
83a57153 10628
51fd371b
RC
10629 if (ret == -EDEADLK) {
10630 drm_modeset_backoff(ctx);
10631 goto retry;
10632 }
10633
412b61d8 10634 return false;
79e53945
JB
10635}
10636
d2434ab7 10637void intel_release_load_detect_pipe(struct drm_connector *connector,
49172fee
ACO
10638 struct intel_load_detect_pipe *old,
10639 struct drm_modeset_acquire_ctx *ctx)
79e53945 10640{
83a57153 10641 struct drm_device *dev = connector->dev;
d2434ab7
DV
10642 struct intel_encoder *intel_encoder =
10643 intel_attached_encoder(connector);
4ef69c7a 10644 struct drm_encoder *encoder = &intel_encoder->base;
7b24056b 10645 struct drm_crtc *crtc = encoder->crtc;
412b61d8 10646 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
83a57153 10647 struct drm_atomic_state *state;
944b0c76 10648 struct drm_connector_state *connector_state;
4be07317 10649 struct intel_crtc_state *crtc_state;
d3a40d1b 10650 int ret;
79e53945 10651
d2dff872 10652 DRM_DEBUG_KMS("[CONNECTOR:%d:%s], [ENCODER:%d:%s]\n",
c23cc417 10653 connector->base.id, connector->name,
8e329a03 10654 encoder->base.id, encoder->name);
d2dff872 10655
8261b191 10656 if (old->load_detect_temp) {
83a57153 10657 state = drm_atomic_state_alloc(dev);
944b0c76
ACO
10658 if (!state)
10659 goto fail;
83a57153
ACO
10660
10661 state->acquire_ctx = ctx;
10662
944b0c76
ACO
10663 connector_state = drm_atomic_get_connector_state(state, connector);
10664 if (IS_ERR(connector_state))
10665 goto fail;
10666
4be07317
ACO
10667 crtc_state = intel_atomic_get_crtc_state(state, intel_crtc);
10668 if (IS_ERR(crtc_state))
10669 goto fail;
10670
944b0c76
ACO
10671 connector_state->best_encoder = NULL;
10672 connector_state->crtc = NULL;
10673
49d6fa21 10674 crtc_state->base.enable = crtc_state->base.active = false;
4be07317 10675
d3a40d1b
ACO
10676 ret = intel_modeset_setup_plane_state(state, crtc, NULL, NULL,
10677 0, 0);
10678 if (ret)
10679 goto fail;
10680
74c090b1 10681 ret = drm_atomic_commit(state);
2bfb4627
ACO
10682 if (ret)
10683 goto fail;
d2dff872 10684
36206361
DV
10685 if (old->release_fb) {
10686 drm_framebuffer_unregister_private(old->release_fb);
10687 drm_framebuffer_unreference(old->release_fb);
10688 }
d2dff872 10689
0622a53c 10690 return;
79e53945
JB
10691 }
10692
c751ce4f 10693 /* Switch crtc and encoder back off if necessary */
24218aac
DV
10694 if (old->dpms_mode != DRM_MODE_DPMS_ON)
10695 connector->funcs->dpms(connector, old->dpms_mode);
944b0c76
ACO
10696
10697 return;
10698fail:
10699 DRM_DEBUG_KMS("Couldn't release load detect pipe.\n");
10700 drm_atomic_state_free(state);
79e53945
JB
10701}
10702
da4a1efa 10703static int i9xx_pll_refclk(struct drm_device *dev,
5cec258b 10704 const struct intel_crtc_state *pipe_config)
da4a1efa
VS
10705{
10706 struct drm_i915_private *dev_priv = dev->dev_private;
10707 u32 dpll = pipe_config->dpll_hw_state.dpll;
10708
10709 if ((dpll & PLL_REF_INPUT_MASK) == PLLB_REF_INPUT_SPREADSPECTRUMIN)
e91e941b 10710 return dev_priv->vbt.lvds_ssc_freq;
da4a1efa
VS
10711 else if (HAS_PCH_SPLIT(dev))
10712 return 120000;
10713 else if (!IS_GEN2(dev))
10714 return 96000;
10715 else
10716 return 48000;
10717}
10718
79e53945 10719/* Returns the clock of the currently programmed mode of the given pipe. */
f1f644dc 10720static void i9xx_crtc_clock_get(struct intel_crtc *crtc,
5cec258b 10721 struct intel_crtc_state *pipe_config)
79e53945 10722{
f1f644dc 10723 struct drm_device *dev = crtc->base.dev;
79e53945 10724 struct drm_i915_private *dev_priv = dev->dev_private;
f1f644dc 10725 int pipe = pipe_config->cpu_transcoder;
293623f7 10726 u32 dpll = pipe_config->dpll_hw_state.dpll;
79e53945
JB
10727 u32 fp;
10728 intel_clock_t clock;
dccbea3b 10729 int port_clock;
da4a1efa 10730 int refclk = i9xx_pll_refclk(dev, pipe_config);
79e53945
JB
10731
10732 if ((dpll & DISPLAY_RATE_SELECT_FPA1) == 0)
293623f7 10733 fp = pipe_config->dpll_hw_state.fp0;
79e53945 10734 else
293623f7 10735 fp = pipe_config->dpll_hw_state.fp1;
79e53945
JB
10736
10737 clock.m1 = (fp & FP_M1_DIV_MASK) >> FP_M1_DIV_SHIFT;
f2b115e6
AJ
10738 if (IS_PINEVIEW(dev)) {
10739 clock.n = ffs((fp & FP_N_PINEVIEW_DIV_MASK) >> FP_N_DIV_SHIFT) - 1;
10740 clock.m2 = (fp & FP_M2_PINEVIEW_DIV_MASK) >> FP_M2_DIV_SHIFT;
2177832f
SL
10741 } else {
10742 clock.n = (fp & FP_N_DIV_MASK) >> FP_N_DIV_SHIFT;
10743 clock.m2 = (fp & FP_M2_DIV_MASK) >> FP_M2_DIV_SHIFT;
10744 }
10745
a6c45cf0 10746 if (!IS_GEN2(dev)) {
f2b115e6
AJ
10747 if (IS_PINEVIEW(dev))
10748 clock.p1 = ffs((dpll & DPLL_FPA01_P1_POST_DIV_MASK_PINEVIEW) >>
10749 DPLL_FPA01_P1_POST_DIV_SHIFT_PINEVIEW);
2177832f
SL
10750 else
10751 clock.p1 = ffs((dpll & DPLL_FPA01_P1_POST_DIV_MASK) >>
79e53945
JB
10752 DPLL_FPA01_P1_POST_DIV_SHIFT);
10753
10754 switch (dpll & DPLL_MODE_MASK) {
10755 case DPLLB_MODE_DAC_SERIAL:
10756 clock.p2 = dpll & DPLL_DAC_SERIAL_P2_CLOCK_DIV_5 ?
10757 5 : 10;
10758 break;
10759 case DPLLB_MODE_LVDS:
10760 clock.p2 = dpll & DPLLB_LVDS_P2_CLOCK_DIV_7 ?
10761 7 : 14;
10762 break;
10763 default:
28c97730 10764 DRM_DEBUG_KMS("Unknown DPLL mode %08x in programmed "
79e53945 10765 "mode\n", (int)(dpll & DPLL_MODE_MASK));
f1f644dc 10766 return;
79e53945
JB
10767 }
10768
ac58c3f0 10769 if (IS_PINEVIEW(dev))
dccbea3b 10770 port_clock = pnv_calc_dpll_params(refclk, &clock);
ac58c3f0 10771 else
dccbea3b 10772 port_clock = i9xx_calc_dpll_params(refclk, &clock);
79e53945 10773 } else {
0fb58223 10774 u32 lvds = IS_I830(dev) ? 0 : I915_READ(LVDS);
b1c560d1 10775 bool is_lvds = (pipe == 1) && (lvds & LVDS_PORT_EN);
79e53945
JB
10776
10777 if (is_lvds) {
10778 clock.p1 = ffs((dpll & DPLL_FPA01_P1_POST_DIV_MASK_I830_LVDS) >>
10779 DPLL_FPA01_P1_POST_DIV_SHIFT);
b1c560d1
VS
10780
10781 if (lvds & LVDS_CLKB_POWER_UP)
10782 clock.p2 = 7;
10783 else
10784 clock.p2 = 14;
79e53945
JB
10785 } else {
10786 if (dpll & PLL_P1_DIVIDE_BY_TWO)
10787 clock.p1 = 2;
10788 else {
10789 clock.p1 = ((dpll & DPLL_FPA01_P1_POST_DIV_MASK_I830) >>
10790 DPLL_FPA01_P1_POST_DIV_SHIFT) + 2;
10791 }
10792 if (dpll & PLL_P2_DIVIDE_BY_4)
10793 clock.p2 = 4;
10794 else
10795 clock.p2 = 2;
79e53945 10796 }
da4a1efa 10797
dccbea3b 10798 port_clock = i9xx_calc_dpll_params(refclk, &clock);
79e53945
JB
10799 }
10800
18442d08
VS
10801 /*
10802 * This value includes pixel_multiplier. We will use
241bfc38 10803 * port_clock to compute adjusted_mode.crtc_clock in the
18442d08
VS
10804 * encoder's get_config() function.
10805 */
dccbea3b 10806 pipe_config->port_clock = port_clock;
f1f644dc
JB
10807}
10808
6878da05
VS
10809int intel_dotclock_calculate(int link_freq,
10810 const struct intel_link_m_n *m_n)
f1f644dc 10811{
f1f644dc
JB
10812 /*
10813 * The calculation for the data clock is:
1041a02f 10814 * pixel_clock = ((m/n)*(link_clock * nr_lanes))/bpp
f1f644dc 10815 * But we want to avoid losing precison if possible, so:
1041a02f 10816 * pixel_clock = ((m * link_clock * nr_lanes)/(n*bpp))
f1f644dc
JB
10817 *
10818 * and the link clock is simpler:
1041a02f 10819 * link_clock = (m * link_clock) / n
f1f644dc
JB
10820 */
10821
6878da05
VS
10822 if (!m_n->link_n)
10823 return 0;
f1f644dc 10824
6878da05
VS
10825 return div_u64((u64)m_n->link_m * link_freq, m_n->link_n);
10826}
f1f644dc 10827
18442d08 10828static void ironlake_pch_clock_get(struct intel_crtc *crtc,
5cec258b 10829 struct intel_crtc_state *pipe_config)
6878da05
VS
10830{
10831 struct drm_device *dev = crtc->base.dev;
79e53945 10832
18442d08
VS
10833 /* read out port_clock from the DPLL */
10834 i9xx_crtc_clock_get(crtc, pipe_config);
f1f644dc 10835
f1f644dc 10836 /*
18442d08 10837 * This value does not include pixel_multiplier.
241bfc38 10838 * We will check that port_clock and adjusted_mode.crtc_clock
18442d08
VS
10839 * agree once we know their relationship in the encoder's
10840 * get_config() function.
79e53945 10841 */
2d112de7 10842 pipe_config->base.adjusted_mode.crtc_clock =
18442d08
VS
10843 intel_dotclock_calculate(intel_fdi_link_freq(dev) * 10000,
10844 &pipe_config->fdi_m_n);
79e53945
JB
10845}
10846
10847/** Returns the currently programmed mode of the given pipe. */
10848struct drm_display_mode *intel_crtc_mode_get(struct drm_device *dev,
10849 struct drm_crtc *crtc)
10850{
548f245b 10851 struct drm_i915_private *dev_priv = dev->dev_private;
79e53945 10852 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
6e3c9717 10853 enum transcoder cpu_transcoder = intel_crtc->config->cpu_transcoder;
79e53945 10854 struct drm_display_mode *mode;
5cec258b 10855 struct intel_crtc_state pipe_config;
fe2b8f9d
PZ
10856 int htot = I915_READ(HTOTAL(cpu_transcoder));
10857 int hsync = I915_READ(HSYNC(cpu_transcoder));
10858 int vtot = I915_READ(VTOTAL(cpu_transcoder));
10859 int vsync = I915_READ(VSYNC(cpu_transcoder));
293623f7 10860 enum pipe pipe = intel_crtc->pipe;
79e53945
JB
10861
10862 mode = kzalloc(sizeof(*mode), GFP_KERNEL);
10863 if (!mode)
10864 return NULL;
10865
f1f644dc
JB
10866 /*
10867 * Construct a pipe_config sufficient for getting the clock info
10868 * back out of crtc_clock_get.
10869 *
10870 * Note, if LVDS ever uses a non-1 pixel multiplier, we'll need
10871 * to use a real value here instead.
10872 */
293623f7 10873 pipe_config.cpu_transcoder = (enum transcoder) pipe;
f1f644dc 10874 pipe_config.pixel_multiplier = 1;
293623f7
VS
10875 pipe_config.dpll_hw_state.dpll = I915_READ(DPLL(pipe));
10876 pipe_config.dpll_hw_state.fp0 = I915_READ(FP0(pipe));
10877 pipe_config.dpll_hw_state.fp1 = I915_READ(FP1(pipe));
f1f644dc
JB
10878 i9xx_crtc_clock_get(intel_crtc, &pipe_config);
10879
773ae034 10880 mode->clock = pipe_config.port_clock / pipe_config.pixel_multiplier;
79e53945
JB
10881 mode->hdisplay = (htot & 0xffff) + 1;
10882 mode->htotal = ((htot & 0xffff0000) >> 16) + 1;
10883 mode->hsync_start = (hsync & 0xffff) + 1;
10884 mode->hsync_end = ((hsync & 0xffff0000) >> 16) + 1;
10885 mode->vdisplay = (vtot & 0xffff) + 1;
10886 mode->vtotal = ((vtot & 0xffff0000) >> 16) + 1;
10887 mode->vsync_start = (vsync & 0xffff) + 1;
10888 mode->vsync_end = ((vsync & 0xffff0000) >> 16) + 1;
10889
10890 drm_mode_set_name(mode);
79e53945
JB
10891
10892 return mode;
10893}
10894
f047e395
CW
10895void intel_mark_busy(struct drm_device *dev)
10896{
c67a470b
PZ
10897 struct drm_i915_private *dev_priv = dev->dev_private;
10898
f62a0076
CW
10899 if (dev_priv->mm.busy)
10900 return;
10901
43694d69 10902 intel_runtime_pm_get(dev_priv);
c67a470b 10903 i915_update_gfx_val(dev_priv);
43cf3bf0
CW
10904 if (INTEL_INFO(dev)->gen >= 6)
10905 gen6_rps_busy(dev_priv);
f62a0076 10906 dev_priv->mm.busy = true;
f047e395
CW
10907}
10908
10909void intel_mark_idle(struct drm_device *dev)
652c393a 10910{
c67a470b 10911 struct drm_i915_private *dev_priv = dev->dev_private;
652c393a 10912
f62a0076
CW
10913 if (!dev_priv->mm.busy)
10914 return;
10915
10916 dev_priv->mm.busy = false;
10917
3d13ef2e 10918 if (INTEL_INFO(dev)->gen >= 6)
b29c19b6 10919 gen6_rps_idle(dev->dev_private);
bb4cdd53 10920
43694d69 10921 intel_runtime_pm_put(dev_priv);
652c393a
JB
10922}
10923
79e53945
JB
10924static void intel_crtc_destroy(struct drm_crtc *crtc)
10925{
10926 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
67e77c5a
DV
10927 struct drm_device *dev = crtc->dev;
10928 struct intel_unpin_work *work;
67e77c5a 10929
5e2d7afc 10930 spin_lock_irq(&dev->event_lock);
67e77c5a
DV
10931 work = intel_crtc->unpin_work;
10932 intel_crtc->unpin_work = NULL;
5e2d7afc 10933 spin_unlock_irq(&dev->event_lock);
67e77c5a
DV
10934
10935 if (work) {
10936 cancel_work_sync(&work->work);
10937 kfree(work);
10938 }
79e53945
JB
10939
10940 drm_crtc_cleanup(crtc);
67e77c5a 10941
79e53945
JB
10942 kfree(intel_crtc);
10943}
10944
6b95a207
KH
10945static void intel_unpin_work_fn(struct work_struct *__work)
10946{
10947 struct intel_unpin_work *work =
10948 container_of(__work, struct intel_unpin_work, work);
a9ff8714
VS
10949 struct intel_crtc *crtc = to_intel_crtc(work->crtc);
10950 struct drm_device *dev = crtc->base.dev;
10951 struct drm_plane *primary = crtc->base.primary;
6b95a207 10952
b4a98e57 10953 mutex_lock(&dev->struct_mutex);
a9ff8714 10954 intel_unpin_fb_obj(work->old_fb, primary->state);
05394f39 10955 drm_gem_object_unreference(&work->pending_flip_obj->base);
d9e86c0e 10956
f06cc1b9 10957 if (work->flip_queued_req)
146d84f0 10958 i915_gem_request_assign(&work->flip_queued_req, NULL);
b4a98e57
CW
10959 mutex_unlock(&dev->struct_mutex);
10960
a9ff8714 10961 intel_frontbuffer_flip_complete(dev, to_intel_plane(primary)->frontbuffer_bit);
89ed88ba 10962 drm_framebuffer_unreference(work->old_fb);
f99d7069 10963
a9ff8714
VS
10964 BUG_ON(atomic_read(&crtc->unpin_work_count) == 0);
10965 atomic_dec(&crtc->unpin_work_count);
b4a98e57 10966
6b95a207
KH
10967 kfree(work);
10968}
10969
1afe3e9d 10970static void do_intel_finish_page_flip(struct drm_device *dev,
49b14a5c 10971 struct drm_crtc *crtc)
6b95a207 10972{
6b95a207
KH
10973 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
10974 struct intel_unpin_work *work;
6b95a207
KH
10975 unsigned long flags;
10976
10977 /* Ignore early vblank irqs */
10978 if (intel_crtc == NULL)
10979 return;
10980
f326038a
DV
10981 /*
10982 * This is called both by irq handlers and the reset code (to complete
10983 * lost pageflips) so needs the full irqsave spinlocks.
10984 */
6b95a207
KH
10985 spin_lock_irqsave(&dev->event_lock, flags);
10986 work = intel_crtc->unpin_work;
e7d841ca
CW
10987
10988 /* Ensure we don't miss a work->pending update ... */
10989 smp_rmb();
10990
10991 if (work == NULL || atomic_read(&work->pending) < INTEL_FLIP_COMPLETE) {
6b95a207
KH
10992 spin_unlock_irqrestore(&dev->event_lock, flags);
10993 return;
10994 }
10995
d6bbafa1 10996 page_flip_completed(intel_crtc);
0af7e4df 10997
6b95a207 10998 spin_unlock_irqrestore(&dev->event_lock, flags);
6b95a207
KH
10999}
11000
1afe3e9d
JB
11001void intel_finish_page_flip(struct drm_device *dev, int pipe)
11002{
fbee40df 11003 struct drm_i915_private *dev_priv = dev->dev_private;
1afe3e9d
JB
11004 struct drm_crtc *crtc = dev_priv->pipe_to_crtc_mapping[pipe];
11005
49b14a5c 11006 do_intel_finish_page_flip(dev, crtc);
1afe3e9d
JB
11007}
11008
11009void intel_finish_page_flip_plane(struct drm_device *dev, int plane)
11010{
fbee40df 11011 struct drm_i915_private *dev_priv = dev->dev_private;
1afe3e9d
JB
11012 struct drm_crtc *crtc = dev_priv->plane_to_crtc_mapping[plane];
11013
49b14a5c 11014 do_intel_finish_page_flip(dev, crtc);
1afe3e9d
JB
11015}
11016
75f7f3ec
VS
11017/* Is 'a' after or equal to 'b'? */
11018static bool g4x_flip_count_after_eq(u32 a, u32 b)
11019{
11020 return !((a - b) & 0x80000000);
11021}
11022
11023static bool page_flip_finished(struct intel_crtc *crtc)
11024{
11025 struct drm_device *dev = crtc->base.dev;
11026 struct drm_i915_private *dev_priv = dev->dev_private;
11027
bdfa7542
VS
11028 if (i915_reset_in_progress(&dev_priv->gpu_error) ||
11029 crtc->reset_counter != atomic_read(&dev_priv->gpu_error.reset_counter))
11030 return true;
11031
75f7f3ec
VS
11032 /*
11033 * The relevant registers doen't exist on pre-ctg.
11034 * As the flip done interrupt doesn't trigger for mmio
11035 * flips on gmch platforms, a flip count check isn't
11036 * really needed there. But since ctg has the registers,
11037 * include it in the check anyway.
11038 */
11039 if (INTEL_INFO(dev)->gen < 5 && !IS_G4X(dev))
11040 return true;
11041
11042 /*
11043 * A DSPSURFLIVE check isn't enough in case the mmio and CS flips
11044 * used the same base address. In that case the mmio flip might
11045 * have completed, but the CS hasn't even executed the flip yet.
11046 *
11047 * A flip count check isn't enough as the CS might have updated
11048 * the base address just after start of vblank, but before we
11049 * managed to process the interrupt. This means we'd complete the
11050 * CS flip too soon.
11051 *
11052 * Combining both checks should get us a good enough result. It may
11053 * still happen that the CS flip has been executed, but has not
11054 * yet actually completed. But in case the base address is the same
11055 * anyway, we don't really care.
11056 */
11057 return (I915_READ(DSPSURFLIVE(crtc->plane)) & ~0xfff) ==
11058 crtc->unpin_work->gtt_offset &&
fd8f507c 11059 g4x_flip_count_after_eq(I915_READ(PIPE_FLIPCOUNT_G4X(crtc->pipe)),
75f7f3ec
VS
11060 crtc->unpin_work->flip_count);
11061}
11062
6b95a207
KH
11063void intel_prepare_page_flip(struct drm_device *dev, int plane)
11064{
fbee40df 11065 struct drm_i915_private *dev_priv = dev->dev_private;
6b95a207
KH
11066 struct intel_crtc *intel_crtc =
11067 to_intel_crtc(dev_priv->plane_to_crtc_mapping[plane]);
11068 unsigned long flags;
11069
f326038a
DV
11070
11071 /*
11072 * This is called both by irq handlers and the reset code (to complete
11073 * lost pageflips) so needs the full irqsave spinlocks.
11074 *
11075 * NB: An MMIO update of the plane base pointer will also
e7d841ca
CW
11076 * generate a page-flip completion irq, i.e. every modeset
11077 * is also accompanied by a spurious intel_prepare_page_flip().
11078 */
6b95a207 11079 spin_lock_irqsave(&dev->event_lock, flags);
75f7f3ec 11080 if (intel_crtc->unpin_work && page_flip_finished(intel_crtc))
e7d841ca 11081 atomic_inc_not_zero(&intel_crtc->unpin_work->pending);
6b95a207
KH
11082 spin_unlock_irqrestore(&dev->event_lock, flags);
11083}
11084
6042639c 11085static inline void intel_mark_page_flip_active(struct intel_unpin_work *work)
e7d841ca
CW
11086{
11087 /* Ensure that the work item is consistent when activating it ... */
11088 smp_wmb();
6042639c 11089 atomic_set(&work->pending, INTEL_FLIP_PENDING);
e7d841ca
CW
11090 /* and that it is marked active as soon as the irq could fire. */
11091 smp_wmb();
11092}
11093
8c9f3aaf
JB
11094static int intel_gen2_queue_flip(struct drm_device *dev,
11095 struct drm_crtc *crtc,
11096 struct drm_framebuffer *fb,
ed8d1975 11097 struct drm_i915_gem_object *obj,
6258fbe2 11098 struct drm_i915_gem_request *req,
ed8d1975 11099 uint32_t flags)
8c9f3aaf 11100{
6258fbe2 11101 struct intel_engine_cs *ring = req->ring;
8c9f3aaf 11102 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
8c9f3aaf
JB
11103 u32 flip_mask;
11104 int ret;
11105
5fb9de1a 11106 ret = intel_ring_begin(req, 6);
8c9f3aaf 11107 if (ret)
4fa62c89 11108 return ret;
8c9f3aaf
JB
11109
11110 /* Can't queue multiple flips, so wait for the previous
11111 * one to finish before executing the next.
11112 */
11113 if (intel_crtc->plane)
11114 flip_mask = MI_WAIT_FOR_PLANE_B_FLIP;
11115 else
11116 flip_mask = MI_WAIT_FOR_PLANE_A_FLIP;
6d90c952
DV
11117 intel_ring_emit(ring, MI_WAIT_FOR_EVENT | flip_mask);
11118 intel_ring_emit(ring, MI_NOOP);
11119 intel_ring_emit(ring, MI_DISPLAY_FLIP |
11120 MI_DISPLAY_FLIP_PLANE(intel_crtc->plane));
11121 intel_ring_emit(ring, fb->pitches[0]);
75f7f3ec 11122 intel_ring_emit(ring, intel_crtc->unpin_work->gtt_offset);
6d90c952 11123 intel_ring_emit(ring, 0); /* aux display base address, unused */
e7d841ca 11124
6042639c 11125 intel_mark_page_flip_active(intel_crtc->unpin_work);
83d4092b 11126 return 0;
8c9f3aaf
JB
11127}
11128
11129static int intel_gen3_queue_flip(struct drm_device *dev,
11130 struct drm_crtc *crtc,
11131 struct drm_framebuffer *fb,
ed8d1975 11132 struct drm_i915_gem_object *obj,
6258fbe2 11133 struct drm_i915_gem_request *req,
ed8d1975 11134 uint32_t flags)
8c9f3aaf 11135{
6258fbe2 11136 struct intel_engine_cs *ring = req->ring;
8c9f3aaf 11137 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
8c9f3aaf
JB
11138 u32 flip_mask;
11139 int ret;
11140
5fb9de1a 11141 ret = intel_ring_begin(req, 6);
8c9f3aaf 11142 if (ret)
4fa62c89 11143 return ret;
8c9f3aaf
JB
11144
11145 if (intel_crtc->plane)
11146 flip_mask = MI_WAIT_FOR_PLANE_B_FLIP;
11147 else
11148 flip_mask = MI_WAIT_FOR_PLANE_A_FLIP;
6d90c952
DV
11149 intel_ring_emit(ring, MI_WAIT_FOR_EVENT | flip_mask);
11150 intel_ring_emit(ring, MI_NOOP);
11151 intel_ring_emit(ring, MI_DISPLAY_FLIP_I915 |
11152 MI_DISPLAY_FLIP_PLANE(intel_crtc->plane));
11153 intel_ring_emit(ring, fb->pitches[0]);
75f7f3ec 11154 intel_ring_emit(ring, intel_crtc->unpin_work->gtt_offset);
6d90c952
DV
11155 intel_ring_emit(ring, MI_NOOP);
11156
6042639c 11157 intel_mark_page_flip_active(intel_crtc->unpin_work);
83d4092b 11158 return 0;
8c9f3aaf
JB
11159}
11160
11161static int intel_gen4_queue_flip(struct drm_device *dev,
11162 struct drm_crtc *crtc,
11163 struct drm_framebuffer *fb,
ed8d1975 11164 struct drm_i915_gem_object *obj,
6258fbe2 11165 struct drm_i915_gem_request *req,
ed8d1975 11166 uint32_t flags)
8c9f3aaf 11167{
6258fbe2 11168 struct intel_engine_cs *ring = req->ring;
8c9f3aaf
JB
11169 struct drm_i915_private *dev_priv = dev->dev_private;
11170 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
11171 uint32_t pf, pipesrc;
11172 int ret;
11173
5fb9de1a 11174 ret = intel_ring_begin(req, 4);
8c9f3aaf 11175 if (ret)
4fa62c89 11176 return ret;
8c9f3aaf
JB
11177
11178 /* i965+ uses the linear or tiled offsets from the
11179 * Display Registers (which do not change across a page-flip)
11180 * so we need only reprogram the base address.
11181 */
6d90c952
DV
11182 intel_ring_emit(ring, MI_DISPLAY_FLIP |
11183 MI_DISPLAY_FLIP_PLANE(intel_crtc->plane));
11184 intel_ring_emit(ring, fb->pitches[0]);
75f7f3ec 11185 intel_ring_emit(ring, intel_crtc->unpin_work->gtt_offset |
c2c75131 11186 obj->tiling_mode);
8c9f3aaf
JB
11187
11188 /* XXX Enabling the panel-fitter across page-flip is so far
11189 * untested on non-native modes, so ignore it for now.
11190 * pf = I915_READ(pipe == 0 ? PFA_CTL_1 : PFB_CTL_1) & PF_ENABLE;
11191 */
11192 pf = 0;
11193 pipesrc = I915_READ(PIPESRC(intel_crtc->pipe)) & 0x0fff0fff;
6d90c952 11194 intel_ring_emit(ring, pf | pipesrc);
e7d841ca 11195
6042639c 11196 intel_mark_page_flip_active(intel_crtc->unpin_work);
83d4092b 11197 return 0;
8c9f3aaf
JB
11198}
11199
11200static int intel_gen6_queue_flip(struct drm_device *dev,
11201 struct drm_crtc *crtc,
11202 struct drm_framebuffer *fb,
ed8d1975 11203 struct drm_i915_gem_object *obj,
6258fbe2 11204 struct drm_i915_gem_request *req,
ed8d1975 11205 uint32_t flags)
8c9f3aaf 11206{
6258fbe2 11207 struct intel_engine_cs *ring = req->ring;
8c9f3aaf
JB
11208 struct drm_i915_private *dev_priv = dev->dev_private;
11209 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
11210 uint32_t pf, pipesrc;
11211 int ret;
11212
5fb9de1a 11213 ret = intel_ring_begin(req, 4);
8c9f3aaf 11214 if (ret)
4fa62c89 11215 return ret;
8c9f3aaf 11216
6d90c952
DV
11217 intel_ring_emit(ring, MI_DISPLAY_FLIP |
11218 MI_DISPLAY_FLIP_PLANE(intel_crtc->plane));
11219 intel_ring_emit(ring, fb->pitches[0] | obj->tiling_mode);
75f7f3ec 11220 intel_ring_emit(ring, intel_crtc->unpin_work->gtt_offset);
8c9f3aaf 11221
dc257cf1
DV
11222 /* Contrary to the suggestions in the documentation,
11223 * "Enable Panel Fitter" does not seem to be required when page
11224 * flipping with a non-native mode, and worse causes a normal
11225 * modeset to fail.
11226 * pf = I915_READ(PF_CTL(intel_crtc->pipe)) & PF_ENABLE;
11227 */
11228 pf = 0;
8c9f3aaf 11229 pipesrc = I915_READ(PIPESRC(intel_crtc->pipe)) & 0x0fff0fff;
6d90c952 11230 intel_ring_emit(ring, pf | pipesrc);
e7d841ca 11231
6042639c 11232 intel_mark_page_flip_active(intel_crtc->unpin_work);
83d4092b 11233 return 0;
8c9f3aaf
JB
11234}
11235
7c9017e5
JB
11236static int intel_gen7_queue_flip(struct drm_device *dev,
11237 struct drm_crtc *crtc,
11238 struct drm_framebuffer *fb,
ed8d1975 11239 struct drm_i915_gem_object *obj,
6258fbe2 11240 struct drm_i915_gem_request *req,
ed8d1975 11241 uint32_t flags)
7c9017e5 11242{
6258fbe2 11243 struct intel_engine_cs *ring = req->ring;
7c9017e5 11244 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
cb05d8de 11245 uint32_t plane_bit = 0;
ffe74d75
CW
11246 int len, ret;
11247
eba905b2 11248 switch (intel_crtc->plane) {
cb05d8de
DV
11249 case PLANE_A:
11250 plane_bit = MI_DISPLAY_FLIP_IVB_PLANE_A;
11251 break;
11252 case PLANE_B:
11253 plane_bit = MI_DISPLAY_FLIP_IVB_PLANE_B;
11254 break;
11255 case PLANE_C:
11256 plane_bit = MI_DISPLAY_FLIP_IVB_PLANE_C;
11257 break;
11258 default:
11259 WARN_ONCE(1, "unknown plane in flip command\n");
4fa62c89 11260 return -ENODEV;
cb05d8de
DV
11261 }
11262
ffe74d75 11263 len = 4;
f476828a 11264 if (ring->id == RCS) {
ffe74d75 11265 len += 6;
f476828a
DL
11266 /*
11267 * On Gen 8, SRM is now taking an extra dword to accommodate
11268 * 48bits addresses, and we need a NOOP for the batch size to
11269 * stay even.
11270 */
11271 if (IS_GEN8(dev))
11272 len += 2;
11273 }
ffe74d75 11274
f66fab8e
VS
11275 /*
11276 * BSpec MI_DISPLAY_FLIP for IVB:
11277 * "The full packet must be contained within the same cache line."
11278 *
11279 * Currently the LRI+SRM+MI_DISPLAY_FLIP all fit within the same
11280 * cacheline, if we ever start emitting more commands before
11281 * the MI_DISPLAY_FLIP we may need to first emit everything else,
11282 * then do the cacheline alignment, and finally emit the
11283 * MI_DISPLAY_FLIP.
11284 */
bba09b12 11285 ret = intel_ring_cacheline_align(req);
f66fab8e 11286 if (ret)
4fa62c89 11287 return ret;
f66fab8e 11288
5fb9de1a 11289 ret = intel_ring_begin(req, len);
7c9017e5 11290 if (ret)
4fa62c89 11291 return ret;
7c9017e5 11292
ffe74d75
CW
11293 /* Unmask the flip-done completion message. Note that the bspec says that
11294 * we should do this for both the BCS and RCS, and that we must not unmask
11295 * more than one flip event at any time (or ensure that one flip message
11296 * can be sent by waiting for flip-done prior to queueing new flips).
11297 * Experimentation says that BCS works despite DERRMR masking all
11298 * flip-done completion events and that unmasking all planes at once
11299 * for the RCS also doesn't appear to drop events. Setting the DERRMR
11300 * to zero does lead to lockups within MI_DISPLAY_FLIP.
11301 */
11302 if (ring->id == RCS) {
11303 intel_ring_emit(ring, MI_LOAD_REGISTER_IMM(1));
f92a9162 11304 intel_ring_emit_reg(ring, DERRMR);
ffe74d75
CW
11305 intel_ring_emit(ring, ~(DERRMR_PIPEA_PRI_FLIP_DONE |
11306 DERRMR_PIPEB_PRI_FLIP_DONE |
11307 DERRMR_PIPEC_PRI_FLIP_DONE));
f476828a 11308 if (IS_GEN8(dev))
f1afe24f 11309 intel_ring_emit(ring, MI_STORE_REGISTER_MEM_GEN8 |
f476828a
DL
11310 MI_SRM_LRM_GLOBAL_GTT);
11311 else
f1afe24f 11312 intel_ring_emit(ring, MI_STORE_REGISTER_MEM |
f476828a 11313 MI_SRM_LRM_GLOBAL_GTT);
f92a9162 11314 intel_ring_emit_reg(ring, DERRMR);
ffe74d75 11315 intel_ring_emit(ring, ring->scratch.gtt_offset + 256);
f476828a
DL
11316 if (IS_GEN8(dev)) {
11317 intel_ring_emit(ring, 0);
11318 intel_ring_emit(ring, MI_NOOP);
11319 }
ffe74d75
CW
11320 }
11321
cb05d8de 11322 intel_ring_emit(ring, MI_DISPLAY_FLIP_I915 | plane_bit);
01f2c773 11323 intel_ring_emit(ring, (fb->pitches[0] | obj->tiling_mode));
75f7f3ec 11324 intel_ring_emit(ring, intel_crtc->unpin_work->gtt_offset);
7c9017e5 11325 intel_ring_emit(ring, (MI_NOOP));
e7d841ca 11326
6042639c 11327 intel_mark_page_flip_active(intel_crtc->unpin_work);
83d4092b 11328 return 0;
7c9017e5
JB
11329}
11330
84c33a64
SG
11331static bool use_mmio_flip(struct intel_engine_cs *ring,
11332 struct drm_i915_gem_object *obj)
11333{
11334 /*
11335 * This is not being used for older platforms, because
11336 * non-availability of flip done interrupt forces us to use
11337 * CS flips. Older platforms derive flip done using some clever
11338 * tricks involving the flip_pending status bits and vblank irqs.
11339 * So using MMIO flips there would disrupt this mechanism.
11340 */
11341
8e09bf83
CW
11342 if (ring == NULL)
11343 return true;
11344
84c33a64
SG
11345 if (INTEL_INFO(ring->dev)->gen < 5)
11346 return false;
11347
11348 if (i915.use_mmio_flip < 0)
11349 return false;
11350 else if (i915.use_mmio_flip > 0)
11351 return true;
14bf993e
OM
11352 else if (i915.enable_execlists)
11353 return true;
fd8e058a
AG
11354 else if (obj->base.dma_buf &&
11355 !reservation_object_test_signaled_rcu(obj->base.dma_buf->resv,
11356 false))
11357 return true;
84c33a64 11358 else
b4716185 11359 return ring != i915_gem_request_get_ring(obj->last_write_req);
84c33a64
SG
11360}
11361
6042639c 11362static void skl_do_mmio_flip(struct intel_crtc *intel_crtc,
86efe24a 11363 unsigned int rotation,
6042639c 11364 struct intel_unpin_work *work)
ff944564
DL
11365{
11366 struct drm_device *dev = intel_crtc->base.dev;
11367 struct drm_i915_private *dev_priv = dev->dev_private;
11368 struct drm_framebuffer *fb = intel_crtc->base.primary->fb;
ff944564 11369 const enum pipe pipe = intel_crtc->pipe;
86efe24a 11370 u32 ctl, stride, tile_height;
ff944564
DL
11371
11372 ctl = I915_READ(PLANE_CTL(pipe, 0));
11373 ctl &= ~PLANE_CTL_TILED_MASK;
2ebef630
TU
11374 switch (fb->modifier[0]) {
11375 case DRM_FORMAT_MOD_NONE:
11376 break;
11377 case I915_FORMAT_MOD_X_TILED:
ff944564 11378 ctl |= PLANE_CTL_TILED_X;
2ebef630
TU
11379 break;
11380 case I915_FORMAT_MOD_Y_TILED:
11381 ctl |= PLANE_CTL_TILED_Y;
11382 break;
11383 case I915_FORMAT_MOD_Yf_TILED:
11384 ctl |= PLANE_CTL_TILED_YF;
11385 break;
11386 default:
11387 MISSING_CASE(fb->modifier[0]);
11388 }
ff944564
DL
11389
11390 /*
11391 * The stride is either expressed as a multiple of 64 bytes chunks for
11392 * linear buffers or in number of tiles for tiled buffers.
11393 */
86efe24a
TU
11394 if (intel_rotation_90_or_270(rotation)) {
11395 /* stride = Surface height in tiles */
11396 tile_height = intel_tile_height(dev, fb->pixel_format,
11397 fb->modifier[0], 0);
11398 stride = DIV_ROUND_UP(fb->height, tile_height);
11399 } else {
11400 stride = fb->pitches[0] /
11401 intel_fb_stride_alignment(dev, fb->modifier[0],
11402 fb->pixel_format);
11403 }
ff944564
DL
11404
11405 /*
11406 * Both PLANE_CTL and PLANE_STRIDE are not updated on vblank but on
11407 * PLANE_SURF updates, the update is then guaranteed to be atomic.
11408 */
11409 I915_WRITE(PLANE_CTL(pipe, 0), ctl);
11410 I915_WRITE(PLANE_STRIDE(pipe, 0), stride);
11411
6042639c 11412 I915_WRITE(PLANE_SURF(pipe, 0), work->gtt_offset);
ff944564
DL
11413 POSTING_READ(PLANE_SURF(pipe, 0));
11414}
11415
6042639c
CW
11416static void ilk_do_mmio_flip(struct intel_crtc *intel_crtc,
11417 struct intel_unpin_work *work)
84c33a64
SG
11418{
11419 struct drm_device *dev = intel_crtc->base.dev;
11420 struct drm_i915_private *dev_priv = dev->dev_private;
11421 struct intel_framebuffer *intel_fb =
11422 to_intel_framebuffer(intel_crtc->base.primary->fb);
11423 struct drm_i915_gem_object *obj = intel_fb->obj;
f0f59a00 11424 i915_reg_t reg = DSPCNTR(intel_crtc->plane);
84c33a64 11425 u32 dspcntr;
84c33a64 11426
84c33a64
SG
11427 dspcntr = I915_READ(reg);
11428
c5d97472
DL
11429 if (obj->tiling_mode != I915_TILING_NONE)
11430 dspcntr |= DISPPLANE_TILED;
11431 else
11432 dspcntr &= ~DISPPLANE_TILED;
11433
84c33a64
SG
11434 I915_WRITE(reg, dspcntr);
11435
6042639c 11436 I915_WRITE(DSPSURF(intel_crtc->plane), work->gtt_offset);
84c33a64 11437 POSTING_READ(DSPSURF(intel_crtc->plane));
ff944564
DL
11438}
11439
11440/*
11441 * XXX: This is the temporary way to update the plane registers until we get
11442 * around to using the usual plane update functions for MMIO flips
11443 */
6042639c 11444static void intel_do_mmio_flip(struct intel_mmio_flip *mmio_flip)
ff944564 11445{
6042639c
CW
11446 struct intel_crtc *crtc = mmio_flip->crtc;
11447 struct intel_unpin_work *work;
11448
11449 spin_lock_irq(&crtc->base.dev->event_lock);
11450 work = crtc->unpin_work;
11451 spin_unlock_irq(&crtc->base.dev->event_lock);
11452 if (work == NULL)
11453 return;
ff944564 11454
6042639c 11455 intel_mark_page_flip_active(work);
ff944564 11456
6042639c 11457 intel_pipe_update_start(crtc);
ff944564 11458
6042639c 11459 if (INTEL_INFO(mmio_flip->i915)->gen >= 9)
86efe24a 11460 skl_do_mmio_flip(crtc, mmio_flip->rotation, work);
ff944564
DL
11461 else
11462 /* use_mmio_flip() retricts MMIO flips to ilk+ */
6042639c 11463 ilk_do_mmio_flip(crtc, work);
ff944564 11464
6042639c 11465 intel_pipe_update_end(crtc);
84c33a64
SG
11466}
11467
9362c7c5 11468static void intel_mmio_flip_work_func(struct work_struct *work)
84c33a64 11469{
b2cfe0ab
CW
11470 struct intel_mmio_flip *mmio_flip =
11471 container_of(work, struct intel_mmio_flip, work);
fd8e058a
AG
11472 struct intel_framebuffer *intel_fb =
11473 to_intel_framebuffer(mmio_flip->crtc->base.primary->fb);
11474 struct drm_i915_gem_object *obj = intel_fb->obj;
84c33a64 11475
6042639c 11476 if (mmio_flip->req) {
eed29a5b 11477 WARN_ON(__i915_wait_request(mmio_flip->req,
b2cfe0ab 11478 mmio_flip->crtc->reset_counter,
bcafc4e3
CW
11479 false, NULL,
11480 &mmio_flip->i915->rps.mmioflips));
6042639c
CW
11481 i915_gem_request_unreference__unlocked(mmio_flip->req);
11482 }
84c33a64 11483
fd8e058a
AG
11484 /* For framebuffer backed by dmabuf, wait for fence */
11485 if (obj->base.dma_buf)
11486 WARN_ON(reservation_object_wait_timeout_rcu(obj->base.dma_buf->resv,
11487 false, false,
11488 MAX_SCHEDULE_TIMEOUT) < 0);
11489
6042639c 11490 intel_do_mmio_flip(mmio_flip);
b2cfe0ab 11491 kfree(mmio_flip);
84c33a64
SG
11492}
11493
11494static int intel_queue_mmio_flip(struct drm_device *dev,
11495 struct drm_crtc *crtc,
86efe24a 11496 struct drm_i915_gem_object *obj)
84c33a64 11497{
b2cfe0ab
CW
11498 struct intel_mmio_flip *mmio_flip;
11499
11500 mmio_flip = kmalloc(sizeof(*mmio_flip), GFP_KERNEL);
11501 if (mmio_flip == NULL)
11502 return -ENOMEM;
84c33a64 11503
bcafc4e3 11504 mmio_flip->i915 = to_i915(dev);
eed29a5b 11505 mmio_flip->req = i915_gem_request_reference(obj->last_write_req);
b2cfe0ab 11506 mmio_flip->crtc = to_intel_crtc(crtc);
86efe24a 11507 mmio_flip->rotation = crtc->primary->state->rotation;
536f5b5e 11508
b2cfe0ab
CW
11509 INIT_WORK(&mmio_flip->work, intel_mmio_flip_work_func);
11510 schedule_work(&mmio_flip->work);
84c33a64 11511
84c33a64
SG
11512 return 0;
11513}
11514
8c9f3aaf
JB
11515static int intel_default_queue_flip(struct drm_device *dev,
11516 struct drm_crtc *crtc,
11517 struct drm_framebuffer *fb,
ed8d1975 11518 struct drm_i915_gem_object *obj,
6258fbe2 11519 struct drm_i915_gem_request *req,
ed8d1975 11520 uint32_t flags)
8c9f3aaf
JB
11521{
11522 return -ENODEV;
11523}
11524
d6bbafa1
CW
11525static bool __intel_pageflip_stall_check(struct drm_device *dev,
11526 struct drm_crtc *crtc)
11527{
11528 struct drm_i915_private *dev_priv = dev->dev_private;
11529 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
11530 struct intel_unpin_work *work = intel_crtc->unpin_work;
11531 u32 addr;
11532
11533 if (atomic_read(&work->pending) >= INTEL_FLIP_COMPLETE)
11534 return true;
11535
908565c2
CW
11536 if (atomic_read(&work->pending) < INTEL_FLIP_PENDING)
11537 return false;
11538
d6bbafa1
CW
11539 if (!work->enable_stall_check)
11540 return false;
11541
11542 if (work->flip_ready_vblank == 0) {
3a8a946e
DV
11543 if (work->flip_queued_req &&
11544 !i915_gem_request_completed(work->flip_queued_req, true))
d6bbafa1
CW
11545 return false;
11546
1e3feefd 11547 work->flip_ready_vblank = drm_crtc_vblank_count(crtc);
d6bbafa1
CW
11548 }
11549
1e3feefd 11550 if (drm_crtc_vblank_count(crtc) - work->flip_ready_vblank < 3)
d6bbafa1
CW
11551 return false;
11552
11553 /* Potential stall - if we see that the flip has happened,
11554 * assume a missed interrupt. */
11555 if (INTEL_INFO(dev)->gen >= 4)
11556 addr = I915_HI_DISPBASE(I915_READ(DSPSURF(intel_crtc->plane)));
11557 else
11558 addr = I915_READ(DSPADDR(intel_crtc->plane));
11559
11560 /* There is a potential issue here with a false positive after a flip
11561 * to the same address. We could address this by checking for a
11562 * non-incrementing frame counter.
11563 */
11564 return addr == work->gtt_offset;
11565}
11566
11567void intel_check_page_flip(struct drm_device *dev, int pipe)
11568{
11569 struct drm_i915_private *dev_priv = dev->dev_private;
11570 struct drm_crtc *crtc = dev_priv->pipe_to_crtc_mapping[pipe];
11571 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
6ad790c0 11572 struct intel_unpin_work *work;
f326038a 11573
6c51d46f 11574 WARN_ON(!in_interrupt());
d6bbafa1
CW
11575
11576 if (crtc == NULL)
11577 return;
11578
f326038a 11579 spin_lock(&dev->event_lock);
6ad790c0
CW
11580 work = intel_crtc->unpin_work;
11581 if (work != NULL && __intel_pageflip_stall_check(dev, crtc)) {
d6bbafa1 11582 WARN_ONCE(1, "Kicking stuck page flip: queued at %d, now %d\n",
6ad790c0 11583 work->flip_queued_vblank, drm_vblank_count(dev, pipe));
d6bbafa1 11584 page_flip_completed(intel_crtc);
6ad790c0 11585 work = NULL;
d6bbafa1 11586 }
6ad790c0
CW
11587 if (work != NULL &&
11588 drm_vblank_count(dev, pipe) - work->flip_queued_vblank > 1)
11589 intel_queue_rps_boost_for_request(dev, work->flip_queued_req);
f326038a 11590 spin_unlock(&dev->event_lock);
d6bbafa1
CW
11591}
11592
6b95a207
KH
11593static int intel_crtc_page_flip(struct drm_crtc *crtc,
11594 struct drm_framebuffer *fb,
ed8d1975
KP
11595 struct drm_pending_vblank_event *event,
11596 uint32_t page_flip_flags)
6b95a207
KH
11597{
11598 struct drm_device *dev = crtc->dev;
11599 struct drm_i915_private *dev_priv = dev->dev_private;
f4510a27 11600 struct drm_framebuffer *old_fb = crtc->primary->fb;
2ff8fde1 11601 struct drm_i915_gem_object *obj = intel_fb_obj(fb);
6b95a207 11602 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
455a6808 11603 struct drm_plane *primary = crtc->primary;
a071fa00 11604 enum pipe pipe = intel_crtc->pipe;
6b95a207 11605 struct intel_unpin_work *work;
a4872ba6 11606 struct intel_engine_cs *ring;
cf5d8a46 11607 bool mmio_flip;
91af127f 11608 struct drm_i915_gem_request *request = NULL;
52e68630 11609 int ret;
6b95a207 11610
2ff8fde1
MR
11611 /*
11612 * drm_mode_page_flip_ioctl() should already catch this, but double
11613 * check to be safe. In the future we may enable pageflipping from
11614 * a disabled primary plane.
11615 */
11616 if (WARN_ON(intel_fb_obj(old_fb) == NULL))
11617 return -EBUSY;
11618
e6a595d2 11619 /* Can't change pixel format via MI display flips. */
f4510a27 11620 if (fb->pixel_format != crtc->primary->fb->pixel_format)
e6a595d2
VS
11621 return -EINVAL;
11622
11623 /*
11624 * TILEOFF/LINOFF registers can't be changed via MI display flips.
11625 * Note that pitch changes could also affect these register.
11626 */
11627 if (INTEL_INFO(dev)->gen > 3 &&
f4510a27
MR
11628 (fb->offsets[0] != crtc->primary->fb->offsets[0] ||
11629 fb->pitches[0] != crtc->primary->fb->pitches[0]))
e6a595d2
VS
11630 return -EINVAL;
11631
f900db47
CW
11632 if (i915_terminally_wedged(&dev_priv->gpu_error))
11633 goto out_hang;
11634
b14c5679 11635 work = kzalloc(sizeof(*work), GFP_KERNEL);
6b95a207
KH
11636 if (work == NULL)
11637 return -ENOMEM;
11638
6b95a207 11639 work->event = event;
b4a98e57 11640 work->crtc = crtc;
ab8d6675 11641 work->old_fb = old_fb;
6b95a207
KH
11642 INIT_WORK(&work->work, intel_unpin_work_fn);
11643
87b6b101 11644 ret = drm_crtc_vblank_get(crtc);
7317c75e
JB
11645 if (ret)
11646 goto free_work;
11647
6b95a207 11648 /* We borrow the event spin lock for protecting unpin_work */
5e2d7afc 11649 spin_lock_irq(&dev->event_lock);
6b95a207 11650 if (intel_crtc->unpin_work) {
d6bbafa1
CW
11651 /* Before declaring the flip queue wedged, check if
11652 * the hardware completed the operation behind our backs.
11653 */
11654 if (__intel_pageflip_stall_check(dev, crtc)) {
11655 DRM_DEBUG_DRIVER("flip queue: previous flip completed, continuing\n");
11656 page_flip_completed(intel_crtc);
11657 } else {
11658 DRM_DEBUG_DRIVER("flip queue: crtc already busy\n");
5e2d7afc 11659 spin_unlock_irq(&dev->event_lock);
468f0b44 11660
d6bbafa1
CW
11661 drm_crtc_vblank_put(crtc);
11662 kfree(work);
11663 return -EBUSY;
11664 }
6b95a207
KH
11665 }
11666 intel_crtc->unpin_work = work;
5e2d7afc 11667 spin_unlock_irq(&dev->event_lock);
6b95a207 11668
b4a98e57
CW
11669 if (atomic_read(&intel_crtc->unpin_work_count) >= 2)
11670 flush_workqueue(dev_priv->wq);
11671
75dfca80 11672 /* Reference the objects for the scheduled work. */
ab8d6675 11673 drm_framebuffer_reference(work->old_fb);
05394f39 11674 drm_gem_object_reference(&obj->base);
6b95a207 11675
f4510a27 11676 crtc->primary->fb = fb;
afd65eb4 11677 update_state_fb(crtc->primary);
1ed1f968 11678
e1f99ce6 11679 work->pending_flip_obj = obj;
e1f99ce6 11680
89ed88ba
CW
11681 ret = i915_mutex_lock_interruptible(dev);
11682 if (ret)
11683 goto cleanup;
11684
b4a98e57 11685 atomic_inc(&intel_crtc->unpin_work_count);
10d83730 11686 intel_crtc->reset_counter = atomic_read(&dev_priv->gpu_error.reset_counter);
e1f99ce6 11687
75f7f3ec 11688 if (INTEL_INFO(dev)->gen >= 5 || IS_G4X(dev))
fd8f507c 11689 work->flip_count = I915_READ(PIPE_FLIPCOUNT_G4X(pipe)) + 1;
75f7f3ec 11690
666a4537 11691 if (IS_VALLEYVIEW(dev) || IS_CHERRYVIEW(dev)) {
4fa62c89 11692 ring = &dev_priv->ring[BCS];
ab8d6675 11693 if (obj->tiling_mode != intel_fb_obj(work->old_fb)->tiling_mode)
8e09bf83
CW
11694 /* vlv: DISPLAY_FLIP fails to change tiling */
11695 ring = NULL;
48bf5b2d 11696 } else if (IS_IVYBRIDGE(dev) || IS_HASWELL(dev)) {
2a92d5bc 11697 ring = &dev_priv->ring[BCS];
4fa62c89 11698 } else if (INTEL_INFO(dev)->gen >= 7) {
b4716185 11699 ring = i915_gem_request_get_ring(obj->last_write_req);
4fa62c89
VS
11700 if (ring == NULL || ring->id != RCS)
11701 ring = &dev_priv->ring[BCS];
11702 } else {
11703 ring = &dev_priv->ring[RCS];
11704 }
11705
cf5d8a46
CW
11706 mmio_flip = use_mmio_flip(ring, obj);
11707
11708 /* When using CS flips, we want to emit semaphores between rings.
11709 * However, when using mmio flips we will create a task to do the
11710 * synchronisation, so all we want here is to pin the framebuffer
11711 * into the display plane and skip any waits.
11712 */
7580d774
ML
11713 if (!mmio_flip) {
11714 ret = i915_gem_object_sync(obj, ring, &request);
11715 if (ret)
11716 goto cleanup_pending;
11717 }
11718
82bc3b2d 11719 ret = intel_pin_and_fence_fb_obj(crtc->primary, fb,
7580d774 11720 crtc->primary->state);
8c9f3aaf
JB
11721 if (ret)
11722 goto cleanup_pending;
6b95a207 11723
dedf278c
TU
11724 work->gtt_offset = intel_plane_obj_offset(to_intel_plane(primary),
11725 obj, 0);
11726 work->gtt_offset += intel_crtc->dspaddr_offset;
4fa62c89 11727
cf5d8a46 11728 if (mmio_flip) {
86efe24a 11729 ret = intel_queue_mmio_flip(dev, crtc, obj);
d6bbafa1
CW
11730 if (ret)
11731 goto cleanup_unpin;
11732
f06cc1b9
JH
11733 i915_gem_request_assign(&work->flip_queued_req,
11734 obj->last_write_req);
d6bbafa1 11735 } else {
6258fbe2
JH
11736 if (!request) {
11737 ret = i915_gem_request_alloc(ring, ring->default_context, &request);
11738 if (ret)
11739 goto cleanup_unpin;
11740 }
11741
11742 ret = dev_priv->display.queue_flip(dev, crtc, fb, obj, request,
d6bbafa1
CW
11743 page_flip_flags);
11744 if (ret)
11745 goto cleanup_unpin;
11746
6258fbe2 11747 i915_gem_request_assign(&work->flip_queued_req, request);
d6bbafa1
CW
11748 }
11749
91af127f 11750 if (request)
75289874 11751 i915_add_request_no_flush(request);
91af127f 11752
1e3feefd 11753 work->flip_queued_vblank = drm_crtc_vblank_count(crtc);
d6bbafa1 11754 work->enable_stall_check = true;
4fa62c89 11755
ab8d6675 11756 i915_gem_track_fb(intel_fb_obj(work->old_fb), obj,
a9ff8714 11757 to_intel_plane(primary)->frontbuffer_bit);
c80ac854 11758 mutex_unlock(&dev->struct_mutex);
a071fa00 11759
d029bcad 11760 intel_fbc_deactivate(intel_crtc);
a9ff8714
VS
11761 intel_frontbuffer_flip_prepare(dev,
11762 to_intel_plane(primary)->frontbuffer_bit);
6b95a207 11763
e5510fac
JB
11764 trace_i915_flip_request(intel_crtc->plane, obj);
11765
6b95a207 11766 return 0;
96b099fd 11767
4fa62c89 11768cleanup_unpin:
82bc3b2d 11769 intel_unpin_fb_obj(fb, crtc->primary->state);
8c9f3aaf 11770cleanup_pending:
91af127f
JH
11771 if (request)
11772 i915_gem_request_cancel(request);
b4a98e57 11773 atomic_dec(&intel_crtc->unpin_work_count);
89ed88ba
CW
11774 mutex_unlock(&dev->struct_mutex);
11775cleanup:
f4510a27 11776 crtc->primary->fb = old_fb;
afd65eb4 11777 update_state_fb(crtc->primary);
89ed88ba
CW
11778
11779 drm_gem_object_unreference_unlocked(&obj->base);
ab8d6675 11780 drm_framebuffer_unreference(work->old_fb);
96b099fd 11781
5e2d7afc 11782 spin_lock_irq(&dev->event_lock);
96b099fd 11783 intel_crtc->unpin_work = NULL;
5e2d7afc 11784 spin_unlock_irq(&dev->event_lock);
96b099fd 11785
87b6b101 11786 drm_crtc_vblank_put(crtc);
7317c75e 11787free_work:
96b099fd
CW
11788 kfree(work);
11789
f900db47 11790 if (ret == -EIO) {
02e0efb5
ML
11791 struct drm_atomic_state *state;
11792 struct drm_plane_state *plane_state;
11793
f900db47 11794out_hang:
02e0efb5
ML
11795 state = drm_atomic_state_alloc(dev);
11796 if (!state)
11797 return -ENOMEM;
11798 state->acquire_ctx = drm_modeset_legacy_acquire_ctx(crtc);
11799
11800retry:
11801 plane_state = drm_atomic_get_plane_state(state, primary);
11802 ret = PTR_ERR_OR_ZERO(plane_state);
11803 if (!ret) {
11804 drm_atomic_set_fb_for_plane(plane_state, fb);
11805
11806 ret = drm_atomic_set_crtc_for_plane(plane_state, crtc);
11807 if (!ret)
11808 ret = drm_atomic_commit(state);
11809 }
11810
11811 if (ret == -EDEADLK) {
11812 drm_modeset_backoff(state->acquire_ctx);
11813 drm_atomic_state_clear(state);
11814 goto retry;
11815 }
11816
11817 if (ret)
11818 drm_atomic_state_free(state);
11819
f0d3dad3 11820 if (ret == 0 && event) {
5e2d7afc 11821 spin_lock_irq(&dev->event_lock);
a071fa00 11822 drm_send_vblank_event(dev, pipe, event);
5e2d7afc 11823 spin_unlock_irq(&dev->event_lock);
f0d3dad3 11824 }
f900db47 11825 }
96b099fd 11826 return ret;
6b95a207
KH
11827}
11828
da20eabd
ML
11829
11830/**
11831 * intel_wm_need_update - Check whether watermarks need updating
11832 * @plane: drm plane
11833 * @state: new plane state
11834 *
11835 * Check current plane state versus the new one to determine whether
11836 * watermarks need to be recalculated.
11837 *
11838 * Returns true or false.
11839 */
11840static bool intel_wm_need_update(struct drm_plane *plane,
11841 struct drm_plane_state *state)
11842{
d21fbe87
MR
11843 struct intel_plane_state *new = to_intel_plane_state(state);
11844 struct intel_plane_state *cur = to_intel_plane_state(plane->state);
11845
11846 /* Update watermarks on tiling or size changes. */
92826fcd
ML
11847 if (new->visible != cur->visible)
11848 return true;
11849
11850 if (!cur->base.fb || !new->base.fb)
11851 return false;
11852
11853 if (cur->base.fb->modifier[0] != new->base.fb->modifier[0] ||
11854 cur->base.rotation != new->base.rotation ||
d21fbe87
MR
11855 drm_rect_width(&new->src) != drm_rect_width(&cur->src) ||
11856 drm_rect_height(&new->src) != drm_rect_height(&cur->src) ||
11857 drm_rect_width(&new->dst) != drm_rect_width(&cur->dst) ||
11858 drm_rect_height(&new->dst) != drm_rect_height(&cur->dst))
2791a16c 11859 return true;
7809e5ae 11860
2791a16c 11861 return false;
7809e5ae
MR
11862}
11863
d21fbe87
MR
11864static bool needs_scaling(struct intel_plane_state *state)
11865{
11866 int src_w = drm_rect_width(&state->src) >> 16;
11867 int src_h = drm_rect_height(&state->src) >> 16;
11868 int dst_w = drm_rect_width(&state->dst);
11869 int dst_h = drm_rect_height(&state->dst);
11870
11871 return (src_w != dst_w || src_h != dst_h);
11872}
11873
da20eabd
ML
11874int intel_plane_atomic_calc_changes(struct drm_crtc_state *crtc_state,
11875 struct drm_plane_state *plane_state)
11876{
ab1d3a0e 11877 struct intel_crtc_state *pipe_config = to_intel_crtc_state(crtc_state);
da20eabd
ML
11878 struct drm_crtc *crtc = crtc_state->crtc;
11879 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
11880 struct drm_plane *plane = plane_state->plane;
11881 struct drm_device *dev = crtc->dev;
11882 struct drm_i915_private *dev_priv = dev->dev_private;
11883 struct intel_plane_state *old_plane_state =
11884 to_intel_plane_state(plane->state);
11885 int idx = intel_crtc->base.base.id, ret;
11886 int i = drm_plane_index(plane);
11887 bool mode_changed = needs_modeset(crtc_state);
11888 bool was_crtc_enabled = crtc->state->active;
11889 bool is_crtc_enabled = crtc_state->active;
da20eabd
ML
11890 bool turn_off, turn_on, visible, was_visible;
11891 struct drm_framebuffer *fb = plane_state->fb;
11892
11893 if (crtc_state && INTEL_INFO(dev)->gen >= 9 &&
11894 plane->type != DRM_PLANE_TYPE_CURSOR) {
11895 ret = skl_update_scaler_plane(
11896 to_intel_crtc_state(crtc_state),
11897 to_intel_plane_state(plane_state));
11898 if (ret)
11899 return ret;
11900 }
11901
da20eabd
ML
11902 was_visible = old_plane_state->visible;
11903 visible = to_intel_plane_state(plane_state)->visible;
11904
11905 if (!was_crtc_enabled && WARN_ON(was_visible))
11906 was_visible = false;
11907
35c08f43
ML
11908 /*
11909 * Visibility is calculated as if the crtc was on, but
11910 * after scaler setup everything depends on it being off
11911 * when the crtc isn't active.
11912 */
11913 if (!is_crtc_enabled)
11914 to_intel_plane_state(plane_state)->visible = visible = false;
da20eabd
ML
11915
11916 if (!was_visible && !visible)
11917 return 0;
11918
11919 turn_off = was_visible && (!visible || mode_changed);
11920 turn_on = visible && (!was_visible || mode_changed);
11921
11922 DRM_DEBUG_ATOMIC("[CRTC:%i] has [PLANE:%i] with fb %i\n", idx,
11923 plane->base.id, fb ? fb->base.id : -1);
11924
11925 DRM_DEBUG_ATOMIC("[PLANE:%i] visible %i -> %i, off %i, on %i, ms %i\n",
11926 plane->base.id, was_visible, visible,
11927 turn_off, turn_on, mode_changed);
11928
92826fcd
ML
11929 if (turn_on || turn_off) {
11930 pipe_config->wm_changed = true;
11931
852eb00d
VS
11932 /* must disable cxsr around plane enable/disable */
11933 if (plane->type != DRM_PLANE_TYPE_CURSOR) {
11934 if (is_crtc_enabled)
11935 intel_crtc->atomic.wait_vblank = true;
ab1d3a0e 11936 pipe_config->disable_cxsr = true;
852eb00d
VS
11937 }
11938 } else if (intel_wm_need_update(plane, plane_state)) {
92826fcd 11939 pipe_config->wm_changed = true;
852eb00d 11940 }
da20eabd 11941
396e33ae
MR
11942 /* Pre-gen9 platforms need two-step watermark updates */
11943 if (pipe_config->wm_changed && INTEL_INFO(dev)->gen < 9 &&
11944 dev_priv->display.optimize_watermarks)
11945 to_intel_crtc_state(crtc_state)->wm.need_postvbl_update = true;
11946
8be6ca85 11947 if (visible || was_visible)
a9ff8714
VS
11948 intel_crtc->atomic.fb_bits |=
11949 to_intel_plane(plane)->frontbuffer_bit;
11950
da20eabd
ML
11951 switch (plane->type) {
11952 case DRM_PLANE_TYPE_PRIMARY:
da20eabd
ML
11953 intel_crtc->atomic.pre_disable_primary = turn_off;
11954 intel_crtc->atomic.post_enable_primary = turn_on;
11955
066cf55b
RV
11956 if (turn_off) {
11957 /*
11958 * FIXME: Actually if we will still have any other
11959 * plane enabled on the pipe we could let IPS enabled
11960 * still, but for now lets consider that when we make
11961 * primary invisible by setting DSPCNTR to 0 on
11962 * update_primary_plane function IPS needs to be
11963 * disable.
11964 */
11965 intel_crtc->atomic.disable_ips = true;
11966
da20eabd 11967 intel_crtc->atomic.disable_fbc = true;
066cf55b 11968 }
da20eabd
ML
11969
11970 /*
11971 * FBC does not work on some platforms for rotated
11972 * planes, so disable it when rotation is not 0 and
11973 * update it when rotation is set back to 0.
11974 *
11975 * FIXME: This is redundant with the fbc update done in
11976 * the primary plane enable function except that that
11977 * one is done too late. We eventually need to unify
11978 * this.
11979 */
11980
11981 if (visible &&
11982 INTEL_INFO(dev)->gen <= 4 && !IS_G4X(dev) &&
11983 dev_priv->fbc.crtc == intel_crtc &&
11984 plane_state->rotation != BIT(DRM_ROTATE_0))
11985 intel_crtc->atomic.disable_fbc = true;
11986
11987 /*
11988 * BDW signals flip done immediately if the plane
11989 * is disabled, even if the plane enable is already
11990 * armed to occur at the next vblank :(
11991 */
11992 if (turn_on && IS_BROADWELL(dev))
11993 intel_crtc->atomic.wait_vblank = true;
11994
11995 intel_crtc->atomic.update_fbc |= visible || mode_changed;
11996 break;
11997 case DRM_PLANE_TYPE_CURSOR:
da20eabd
ML
11998 break;
11999 case DRM_PLANE_TYPE_OVERLAY:
d21fbe87
MR
12000 /*
12001 * WaCxSRDisabledForSpriteScaling:ivb
12002 *
12003 * cstate->update_wm was already set above, so this flag will
12004 * take effect when we commit and program watermarks.
12005 */
12006 if (IS_IVYBRIDGE(dev) &&
12007 needs_scaling(to_intel_plane_state(plane_state)) &&
12008 !needs_scaling(old_plane_state)) {
12009 to_intel_crtc_state(crtc_state)->disable_lp_wm = true;
12010 } else if (turn_off && !mode_changed) {
da20eabd
ML
12011 intel_crtc->atomic.wait_vblank = true;
12012 intel_crtc->atomic.update_sprite_watermarks |=
12013 1 << i;
12014 }
d21fbe87
MR
12015
12016 break;
da20eabd
ML
12017 }
12018 return 0;
12019}
12020
6d3a1ce7
ML
12021static bool encoders_cloneable(const struct intel_encoder *a,
12022 const struct intel_encoder *b)
12023{
12024 /* masks could be asymmetric, so check both ways */
12025 return a == b || (a->cloneable & (1 << b->type) &&
12026 b->cloneable & (1 << a->type));
12027}
12028
12029static bool check_single_encoder_cloning(struct drm_atomic_state *state,
12030 struct intel_crtc *crtc,
12031 struct intel_encoder *encoder)
12032{
12033 struct intel_encoder *source_encoder;
12034 struct drm_connector *connector;
12035 struct drm_connector_state *connector_state;
12036 int i;
12037
12038 for_each_connector_in_state(state, connector, connector_state, i) {
12039 if (connector_state->crtc != &crtc->base)
12040 continue;
12041
12042 source_encoder =
12043 to_intel_encoder(connector_state->best_encoder);
12044 if (!encoders_cloneable(encoder, source_encoder))
12045 return false;
12046 }
12047
12048 return true;
12049}
12050
12051static bool check_encoder_cloning(struct drm_atomic_state *state,
12052 struct intel_crtc *crtc)
12053{
12054 struct intel_encoder *encoder;
12055 struct drm_connector *connector;
12056 struct drm_connector_state *connector_state;
12057 int i;
12058
12059 for_each_connector_in_state(state, connector, connector_state, i) {
12060 if (connector_state->crtc != &crtc->base)
12061 continue;
12062
12063 encoder = to_intel_encoder(connector_state->best_encoder);
12064 if (!check_single_encoder_cloning(state, crtc, encoder))
12065 return false;
12066 }
12067
12068 return true;
12069}
12070
12071static int intel_crtc_atomic_check(struct drm_crtc *crtc,
12072 struct drm_crtc_state *crtc_state)
12073{
cf5a15be 12074 struct drm_device *dev = crtc->dev;
ad421372 12075 struct drm_i915_private *dev_priv = dev->dev_private;
6d3a1ce7 12076 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
cf5a15be
ML
12077 struct intel_crtc_state *pipe_config =
12078 to_intel_crtc_state(crtc_state);
6d3a1ce7 12079 struct drm_atomic_state *state = crtc_state->state;
4d20cd86 12080 int ret;
6d3a1ce7
ML
12081 bool mode_changed = needs_modeset(crtc_state);
12082
12083 if (mode_changed && !check_encoder_cloning(state, intel_crtc)) {
12084 DRM_DEBUG_KMS("rejecting invalid cloning configuration\n");
12085 return -EINVAL;
12086 }
12087
852eb00d 12088 if (mode_changed && !crtc_state->active)
92826fcd 12089 pipe_config->wm_changed = true;
eddfcbcd 12090
ad421372
ML
12091 if (mode_changed && crtc_state->enable &&
12092 dev_priv->display.crtc_compute_clock &&
12093 !WARN_ON(pipe_config->shared_dpll != DPLL_ID_PRIVATE)) {
12094 ret = dev_priv->display.crtc_compute_clock(intel_crtc,
12095 pipe_config);
12096 if (ret)
12097 return ret;
12098 }
12099
e435d6e5 12100 ret = 0;
86c8bbbe
MR
12101 if (dev_priv->display.compute_pipe_wm) {
12102 ret = dev_priv->display.compute_pipe_wm(intel_crtc, state);
396e33ae
MR
12103 if (ret) {
12104 DRM_DEBUG_KMS("Target pipe watermarks are invalid\n");
12105 return ret;
12106 }
12107 }
12108
12109 if (dev_priv->display.compute_intermediate_wm &&
12110 !to_intel_atomic_state(state)->skip_intermediate_wm) {
12111 if (WARN_ON(!dev_priv->display.compute_pipe_wm))
12112 return 0;
12113
12114 /*
12115 * Calculate 'intermediate' watermarks that satisfy both the
12116 * old state and the new state. We can program these
12117 * immediately.
12118 */
12119 ret = dev_priv->display.compute_intermediate_wm(crtc->dev,
12120 intel_crtc,
12121 pipe_config);
12122 if (ret) {
12123 DRM_DEBUG_KMS("No valid intermediate pipe watermarks are possible\n");
86c8bbbe 12124 return ret;
396e33ae 12125 }
86c8bbbe
MR
12126 }
12127
e435d6e5
ML
12128 if (INTEL_INFO(dev)->gen >= 9) {
12129 if (mode_changed)
12130 ret = skl_update_scaler_crtc(pipe_config);
12131
12132 if (!ret)
12133 ret = intel_atomic_setup_scalers(dev, intel_crtc,
12134 pipe_config);
12135 }
12136
12137 return ret;
6d3a1ce7
ML
12138}
12139
65b38e0d 12140static const struct drm_crtc_helper_funcs intel_helper_funcs = {
f6e5b160
CW
12141 .mode_set_base_atomic = intel_pipe_set_base_atomic,
12142 .load_lut = intel_crtc_load_lut,
ea2c67bb
MR
12143 .atomic_begin = intel_begin_crtc_commit,
12144 .atomic_flush = intel_finish_crtc_commit,
6d3a1ce7 12145 .atomic_check = intel_crtc_atomic_check,
f6e5b160
CW
12146};
12147
d29b2f9d
ACO
12148static void intel_modeset_update_connector_atomic_state(struct drm_device *dev)
12149{
12150 struct intel_connector *connector;
12151
12152 for_each_intel_connector(dev, connector) {
12153 if (connector->base.encoder) {
12154 connector->base.state->best_encoder =
12155 connector->base.encoder;
12156 connector->base.state->crtc =
12157 connector->base.encoder->crtc;
12158 } else {
12159 connector->base.state->best_encoder = NULL;
12160 connector->base.state->crtc = NULL;
12161 }
12162 }
12163}
12164
050f7aeb 12165static void
eba905b2 12166connected_sink_compute_bpp(struct intel_connector *connector,
5cec258b 12167 struct intel_crtc_state *pipe_config)
050f7aeb
DV
12168{
12169 int bpp = pipe_config->pipe_bpp;
12170
12171 DRM_DEBUG_KMS("[CONNECTOR:%d:%s] checking for sink bpp constrains\n",
12172 connector->base.base.id,
c23cc417 12173 connector->base.name);
050f7aeb
DV
12174
12175 /* Don't use an invalid EDID bpc value */
12176 if (connector->base.display_info.bpc &&
12177 connector->base.display_info.bpc * 3 < bpp) {
12178 DRM_DEBUG_KMS("clamping display bpp (was %d) to EDID reported max of %d\n",
12179 bpp, connector->base.display_info.bpc*3);
12180 pipe_config->pipe_bpp = connector->base.display_info.bpc*3;
12181 }
12182
12183 /* Clamp bpp to 8 on screens without EDID 1.4 */
12184 if (connector->base.display_info.bpc == 0 && bpp > 24) {
12185 DRM_DEBUG_KMS("clamping display bpp (was %d) to default limit of 24\n",
12186 bpp);
12187 pipe_config->pipe_bpp = 24;
12188 }
12189}
12190
4e53c2e0 12191static int
050f7aeb 12192compute_baseline_pipe_bpp(struct intel_crtc *crtc,
5cec258b 12193 struct intel_crtc_state *pipe_config)
4e53c2e0 12194{
050f7aeb 12195 struct drm_device *dev = crtc->base.dev;
1486017f 12196 struct drm_atomic_state *state;
da3ced29
ACO
12197 struct drm_connector *connector;
12198 struct drm_connector_state *connector_state;
1486017f 12199 int bpp, i;
4e53c2e0 12200
666a4537 12201 if ((IS_G4X(dev) || IS_VALLEYVIEW(dev) || IS_CHERRYVIEW(dev)))
4e53c2e0 12202 bpp = 10*3;
d328c9d7
DV
12203 else if (INTEL_INFO(dev)->gen >= 5)
12204 bpp = 12*3;
12205 else
12206 bpp = 8*3;
12207
4e53c2e0 12208
4e53c2e0
DV
12209 pipe_config->pipe_bpp = bpp;
12210
1486017f
ACO
12211 state = pipe_config->base.state;
12212
4e53c2e0 12213 /* Clamp display bpp to EDID value */
da3ced29
ACO
12214 for_each_connector_in_state(state, connector, connector_state, i) {
12215 if (connector_state->crtc != &crtc->base)
4e53c2e0
DV
12216 continue;
12217
da3ced29
ACO
12218 connected_sink_compute_bpp(to_intel_connector(connector),
12219 pipe_config);
4e53c2e0
DV
12220 }
12221
12222 return bpp;
12223}
12224
644db711
DV
12225static void intel_dump_crtc_timings(const struct drm_display_mode *mode)
12226{
12227 DRM_DEBUG_KMS("crtc timings: %d %d %d %d %d %d %d %d %d, "
12228 "type: 0x%x flags: 0x%x\n",
1342830c 12229 mode->crtc_clock,
644db711
DV
12230 mode->crtc_hdisplay, mode->crtc_hsync_start,
12231 mode->crtc_hsync_end, mode->crtc_htotal,
12232 mode->crtc_vdisplay, mode->crtc_vsync_start,
12233 mode->crtc_vsync_end, mode->crtc_vtotal, mode->type, mode->flags);
12234}
12235
c0b03411 12236static void intel_dump_pipe_config(struct intel_crtc *crtc,
5cec258b 12237 struct intel_crtc_state *pipe_config,
c0b03411
DV
12238 const char *context)
12239{
6a60cd87
CK
12240 struct drm_device *dev = crtc->base.dev;
12241 struct drm_plane *plane;
12242 struct intel_plane *intel_plane;
12243 struct intel_plane_state *state;
12244 struct drm_framebuffer *fb;
12245
12246 DRM_DEBUG_KMS("[CRTC:%d]%s config %p for pipe %c\n", crtc->base.base.id,
12247 context, pipe_config, pipe_name(crtc->pipe));
c0b03411
DV
12248
12249 DRM_DEBUG_KMS("cpu_transcoder: %c\n", transcoder_name(pipe_config->cpu_transcoder));
12250 DRM_DEBUG_KMS("pipe bpp: %i, dithering: %i\n",
12251 pipe_config->pipe_bpp, pipe_config->dither);
12252 DRM_DEBUG_KMS("fdi/pch: %i, lanes: %i, gmch_m: %u, gmch_n: %u, link_m: %u, link_n: %u, tu: %u\n",
12253 pipe_config->has_pch_encoder,
12254 pipe_config->fdi_lanes,
12255 pipe_config->fdi_m_n.gmch_m, pipe_config->fdi_m_n.gmch_n,
12256 pipe_config->fdi_m_n.link_m, pipe_config->fdi_m_n.link_n,
12257 pipe_config->fdi_m_n.tu);
90a6b7b0 12258 DRM_DEBUG_KMS("dp: %i, lanes: %i, gmch_m: %u, gmch_n: %u, link_m: %u, link_n: %u, tu: %u\n",
eb14cb74 12259 pipe_config->has_dp_encoder,
90a6b7b0 12260 pipe_config->lane_count,
eb14cb74
VS
12261 pipe_config->dp_m_n.gmch_m, pipe_config->dp_m_n.gmch_n,
12262 pipe_config->dp_m_n.link_m, pipe_config->dp_m_n.link_n,
12263 pipe_config->dp_m_n.tu);
b95af8be 12264
90a6b7b0 12265 DRM_DEBUG_KMS("dp: %i, lanes: %i, gmch_m2: %u, gmch_n2: %u, link_m2: %u, link_n2: %u, tu2: %u\n",
b95af8be 12266 pipe_config->has_dp_encoder,
90a6b7b0 12267 pipe_config->lane_count,
b95af8be
VK
12268 pipe_config->dp_m2_n2.gmch_m,
12269 pipe_config->dp_m2_n2.gmch_n,
12270 pipe_config->dp_m2_n2.link_m,
12271 pipe_config->dp_m2_n2.link_n,
12272 pipe_config->dp_m2_n2.tu);
12273
55072d19
DV
12274 DRM_DEBUG_KMS("audio: %i, infoframes: %i\n",
12275 pipe_config->has_audio,
12276 pipe_config->has_infoframe);
12277
c0b03411 12278 DRM_DEBUG_KMS("requested mode:\n");
2d112de7 12279 drm_mode_debug_printmodeline(&pipe_config->base.mode);
c0b03411 12280 DRM_DEBUG_KMS("adjusted mode:\n");
2d112de7
ACO
12281 drm_mode_debug_printmodeline(&pipe_config->base.adjusted_mode);
12282 intel_dump_crtc_timings(&pipe_config->base.adjusted_mode);
d71b8d4a 12283 DRM_DEBUG_KMS("port clock: %d\n", pipe_config->port_clock);
37327abd
VS
12284 DRM_DEBUG_KMS("pipe src size: %dx%d\n",
12285 pipe_config->pipe_src_w, pipe_config->pipe_src_h);
0ec463d3
TU
12286 DRM_DEBUG_KMS("num_scalers: %d, scaler_users: 0x%x, scaler_id: %d\n",
12287 crtc->num_scalers,
12288 pipe_config->scaler_state.scaler_users,
12289 pipe_config->scaler_state.scaler_id);
c0b03411
DV
12290 DRM_DEBUG_KMS("gmch pfit: control: 0x%08x, ratios: 0x%08x, lvds border: 0x%08x\n",
12291 pipe_config->gmch_pfit.control,
12292 pipe_config->gmch_pfit.pgm_ratios,
12293 pipe_config->gmch_pfit.lvds_border_bits);
fd4daa9c 12294 DRM_DEBUG_KMS("pch pfit: pos: 0x%08x, size: 0x%08x, %s\n",
c0b03411 12295 pipe_config->pch_pfit.pos,
fd4daa9c
CW
12296 pipe_config->pch_pfit.size,
12297 pipe_config->pch_pfit.enabled ? "enabled" : "disabled");
42db64ef 12298 DRM_DEBUG_KMS("ips: %i\n", pipe_config->ips_enabled);
cf532bb2 12299 DRM_DEBUG_KMS("double wide: %i\n", pipe_config->double_wide);
6a60cd87 12300
415ff0f6 12301 if (IS_BROXTON(dev)) {
05712c15 12302 DRM_DEBUG_KMS("ddi_pll_sel: %u; dpll_hw_state: ebb0: 0x%x, ebb4: 0x%x,"
415ff0f6 12303 "pll0: 0x%x, pll1: 0x%x, pll2: 0x%x, pll3: 0x%x, "
c8453338 12304 "pll6: 0x%x, pll8: 0x%x, pll9: 0x%x, pll10: 0x%x, pcsdw12: 0x%x\n",
415ff0f6
TU
12305 pipe_config->ddi_pll_sel,
12306 pipe_config->dpll_hw_state.ebb0,
05712c15 12307 pipe_config->dpll_hw_state.ebb4,
415ff0f6
TU
12308 pipe_config->dpll_hw_state.pll0,
12309 pipe_config->dpll_hw_state.pll1,
12310 pipe_config->dpll_hw_state.pll2,
12311 pipe_config->dpll_hw_state.pll3,
12312 pipe_config->dpll_hw_state.pll6,
12313 pipe_config->dpll_hw_state.pll8,
05712c15 12314 pipe_config->dpll_hw_state.pll9,
c8453338 12315 pipe_config->dpll_hw_state.pll10,
415ff0f6 12316 pipe_config->dpll_hw_state.pcsdw12);
ef11bdb3 12317 } else if (IS_SKYLAKE(dev) || IS_KABYLAKE(dev)) {
415ff0f6
TU
12318 DRM_DEBUG_KMS("ddi_pll_sel: %u; dpll_hw_state: "
12319 "ctrl1: 0x%x, cfgcr1: 0x%x, cfgcr2: 0x%x\n",
12320 pipe_config->ddi_pll_sel,
12321 pipe_config->dpll_hw_state.ctrl1,
12322 pipe_config->dpll_hw_state.cfgcr1,
12323 pipe_config->dpll_hw_state.cfgcr2);
12324 } else if (HAS_DDI(dev)) {
00490c22 12325 DRM_DEBUG_KMS("ddi_pll_sel: %u; dpll_hw_state: wrpll: 0x%x spll: 0x%x\n",
415ff0f6 12326 pipe_config->ddi_pll_sel,
00490c22
ML
12327 pipe_config->dpll_hw_state.wrpll,
12328 pipe_config->dpll_hw_state.spll);
415ff0f6
TU
12329 } else {
12330 DRM_DEBUG_KMS("dpll_hw_state: dpll: 0x%x, dpll_md: 0x%x, "
12331 "fp0: 0x%x, fp1: 0x%x\n",
12332 pipe_config->dpll_hw_state.dpll,
12333 pipe_config->dpll_hw_state.dpll_md,
12334 pipe_config->dpll_hw_state.fp0,
12335 pipe_config->dpll_hw_state.fp1);
12336 }
12337
6a60cd87
CK
12338 DRM_DEBUG_KMS("planes on this crtc\n");
12339 list_for_each_entry(plane, &dev->mode_config.plane_list, head) {
12340 intel_plane = to_intel_plane(plane);
12341 if (intel_plane->pipe != crtc->pipe)
12342 continue;
12343
12344 state = to_intel_plane_state(plane->state);
12345 fb = state->base.fb;
12346 if (!fb) {
12347 DRM_DEBUG_KMS("%s PLANE:%d plane: %u.%u idx: %d "
12348 "disabled, scaler_id = %d\n",
12349 plane->type == DRM_PLANE_TYPE_CURSOR ? "CURSOR" : "STANDARD",
12350 plane->base.id, intel_plane->pipe,
12351 (crtc->base.primary == plane) ? 0 : intel_plane->plane + 1,
12352 drm_plane_index(plane), state->scaler_id);
12353 continue;
12354 }
12355
12356 DRM_DEBUG_KMS("%s PLANE:%d plane: %u.%u idx: %d enabled",
12357 plane->type == DRM_PLANE_TYPE_CURSOR ? "CURSOR" : "STANDARD",
12358 plane->base.id, intel_plane->pipe,
12359 crtc->base.primary == plane ? 0 : intel_plane->plane + 1,
12360 drm_plane_index(plane));
12361 DRM_DEBUG_KMS("\tFB:%d, fb = %ux%u format = 0x%x",
12362 fb->base.id, fb->width, fb->height, fb->pixel_format);
12363 DRM_DEBUG_KMS("\tscaler:%d src (%u, %u) %ux%u dst (%u, %u) %ux%u\n",
12364 state->scaler_id,
12365 state->src.x1 >> 16, state->src.y1 >> 16,
12366 drm_rect_width(&state->src) >> 16,
12367 drm_rect_height(&state->src) >> 16,
12368 state->dst.x1, state->dst.y1,
12369 drm_rect_width(&state->dst), drm_rect_height(&state->dst));
12370 }
c0b03411
DV
12371}
12372
5448a00d 12373static bool check_digital_port_conflicts(struct drm_atomic_state *state)
00f0b378 12374{
5448a00d 12375 struct drm_device *dev = state->dev;
da3ced29 12376 struct drm_connector *connector;
00f0b378
VS
12377 unsigned int used_ports = 0;
12378
12379 /*
12380 * Walk the connector list instead of the encoder
12381 * list to detect the problem on ddi platforms
12382 * where there's just one encoder per digital port.
12383 */
0bff4858
VS
12384 drm_for_each_connector(connector, dev) {
12385 struct drm_connector_state *connector_state;
12386 struct intel_encoder *encoder;
12387
12388 connector_state = drm_atomic_get_existing_connector_state(state, connector);
12389 if (!connector_state)
12390 connector_state = connector->state;
12391
5448a00d 12392 if (!connector_state->best_encoder)
00f0b378
VS
12393 continue;
12394
5448a00d
ACO
12395 encoder = to_intel_encoder(connector_state->best_encoder);
12396
12397 WARN_ON(!connector_state->crtc);
00f0b378
VS
12398
12399 switch (encoder->type) {
12400 unsigned int port_mask;
12401 case INTEL_OUTPUT_UNKNOWN:
12402 if (WARN_ON(!HAS_DDI(dev)))
12403 break;
12404 case INTEL_OUTPUT_DISPLAYPORT:
12405 case INTEL_OUTPUT_HDMI:
12406 case INTEL_OUTPUT_EDP:
12407 port_mask = 1 << enc_to_dig_port(&encoder->base)->port;
12408
12409 /* the same port mustn't appear more than once */
12410 if (used_ports & port_mask)
12411 return false;
12412
12413 used_ports |= port_mask;
12414 default:
12415 break;
12416 }
12417 }
12418
12419 return true;
12420}
12421
83a57153
ACO
12422static void
12423clear_intel_crtc_state(struct intel_crtc_state *crtc_state)
12424{
12425 struct drm_crtc_state tmp_state;
663a3640 12426 struct intel_crtc_scaler_state scaler_state;
4978cc93
ACO
12427 struct intel_dpll_hw_state dpll_hw_state;
12428 enum intel_dpll_id shared_dpll;
8504c74c 12429 uint32_t ddi_pll_sel;
c4e2d043 12430 bool force_thru;
83a57153 12431
7546a384
ACO
12432 /* FIXME: before the switch to atomic started, a new pipe_config was
12433 * kzalloc'd. Code that depends on any field being zero should be
12434 * fixed, so that the crtc_state can be safely duplicated. For now,
12435 * only fields that are know to not cause problems are preserved. */
12436
83a57153 12437 tmp_state = crtc_state->base;
663a3640 12438 scaler_state = crtc_state->scaler_state;
4978cc93
ACO
12439 shared_dpll = crtc_state->shared_dpll;
12440 dpll_hw_state = crtc_state->dpll_hw_state;
8504c74c 12441 ddi_pll_sel = crtc_state->ddi_pll_sel;
c4e2d043 12442 force_thru = crtc_state->pch_pfit.force_thru;
4978cc93 12443
83a57153 12444 memset(crtc_state, 0, sizeof *crtc_state);
4978cc93 12445
83a57153 12446 crtc_state->base = tmp_state;
663a3640 12447 crtc_state->scaler_state = scaler_state;
4978cc93
ACO
12448 crtc_state->shared_dpll = shared_dpll;
12449 crtc_state->dpll_hw_state = dpll_hw_state;
8504c74c 12450 crtc_state->ddi_pll_sel = ddi_pll_sel;
c4e2d043 12451 crtc_state->pch_pfit.force_thru = force_thru;
83a57153
ACO
12452}
12453
548ee15b 12454static int
b8cecdf5 12455intel_modeset_pipe_config(struct drm_crtc *crtc,
b359283a 12456 struct intel_crtc_state *pipe_config)
ee7b9f93 12457{
b359283a 12458 struct drm_atomic_state *state = pipe_config->base.state;
7758a113 12459 struct intel_encoder *encoder;
da3ced29 12460 struct drm_connector *connector;
0b901879 12461 struct drm_connector_state *connector_state;
d328c9d7 12462 int base_bpp, ret = -EINVAL;
0b901879 12463 int i;
e29c22c0 12464 bool retry = true;
ee7b9f93 12465
83a57153 12466 clear_intel_crtc_state(pipe_config);
7758a113 12467
e143a21c
DV
12468 pipe_config->cpu_transcoder =
12469 (enum transcoder) to_intel_crtc(crtc)->pipe;
b8cecdf5 12470
2960bc9c
ID
12471 /*
12472 * Sanitize sync polarity flags based on requested ones. If neither
12473 * positive or negative polarity is requested, treat this as meaning
12474 * negative polarity.
12475 */
2d112de7 12476 if (!(pipe_config->base.adjusted_mode.flags &
2960bc9c 12477 (DRM_MODE_FLAG_PHSYNC | DRM_MODE_FLAG_NHSYNC)))
2d112de7 12478 pipe_config->base.adjusted_mode.flags |= DRM_MODE_FLAG_NHSYNC;
2960bc9c 12479
2d112de7 12480 if (!(pipe_config->base.adjusted_mode.flags &
2960bc9c 12481 (DRM_MODE_FLAG_PVSYNC | DRM_MODE_FLAG_NVSYNC)))
2d112de7 12482 pipe_config->base.adjusted_mode.flags |= DRM_MODE_FLAG_NVSYNC;
2960bc9c 12483
d328c9d7
DV
12484 base_bpp = compute_baseline_pipe_bpp(to_intel_crtc(crtc),
12485 pipe_config);
12486 if (base_bpp < 0)
4e53c2e0
DV
12487 goto fail;
12488
e41a56be
VS
12489 /*
12490 * Determine the real pipe dimensions. Note that stereo modes can
12491 * increase the actual pipe size due to the frame doubling and
12492 * insertion of additional space for blanks between the frame. This
12493 * is stored in the crtc timings. We use the requested mode to do this
12494 * computation to clearly distinguish it from the adjusted mode, which
12495 * can be changed by the connectors in the below retry loop.
12496 */
2d112de7 12497 drm_crtc_get_hv_timing(&pipe_config->base.mode,
ecb7e16b
GP
12498 &pipe_config->pipe_src_w,
12499 &pipe_config->pipe_src_h);
e41a56be 12500
e29c22c0 12501encoder_retry:
ef1b460d 12502 /* Ensure the port clock defaults are reset when retrying. */
ff9a6750 12503 pipe_config->port_clock = 0;
ef1b460d 12504 pipe_config->pixel_multiplier = 1;
ff9a6750 12505
135c81b8 12506 /* Fill in default crtc timings, allow encoders to overwrite them. */
2d112de7
ACO
12507 drm_mode_set_crtcinfo(&pipe_config->base.adjusted_mode,
12508 CRTC_STEREO_DOUBLE);
135c81b8 12509
7758a113
DV
12510 /* Pass our mode to the connectors and the CRTC to give them a chance to
12511 * adjust it according to limitations or connector properties, and also
12512 * a chance to reject the mode entirely.
47f1c6c9 12513 */
da3ced29 12514 for_each_connector_in_state(state, connector, connector_state, i) {
0b901879 12515 if (connector_state->crtc != crtc)
7758a113 12516 continue;
7ae89233 12517
0b901879
ACO
12518 encoder = to_intel_encoder(connector_state->best_encoder);
12519
efea6e8e
DV
12520 if (!(encoder->compute_config(encoder, pipe_config))) {
12521 DRM_DEBUG_KMS("Encoder config failure\n");
7758a113
DV
12522 goto fail;
12523 }
ee7b9f93 12524 }
47f1c6c9 12525
ff9a6750
DV
12526 /* Set default port clock if not overwritten by the encoder. Needs to be
12527 * done afterwards in case the encoder adjusts the mode. */
12528 if (!pipe_config->port_clock)
2d112de7 12529 pipe_config->port_clock = pipe_config->base.adjusted_mode.crtc_clock
241bfc38 12530 * pipe_config->pixel_multiplier;
ff9a6750 12531
a43f6e0f 12532 ret = intel_crtc_compute_config(to_intel_crtc(crtc), pipe_config);
e29c22c0 12533 if (ret < 0) {
7758a113
DV
12534 DRM_DEBUG_KMS("CRTC fixup failed\n");
12535 goto fail;
ee7b9f93 12536 }
e29c22c0
DV
12537
12538 if (ret == RETRY) {
12539 if (WARN(!retry, "loop in pipe configuration computation\n")) {
12540 ret = -EINVAL;
12541 goto fail;
12542 }
12543
12544 DRM_DEBUG_KMS("CRTC bw constrained, retrying\n");
12545 retry = false;
12546 goto encoder_retry;
12547 }
12548
e8fa4270
DV
12549 /* Dithering seems to not pass-through bits correctly when it should, so
12550 * only enable it on 6bpc panels. */
12551 pipe_config->dither = pipe_config->pipe_bpp == 6*3;
62f0ace5 12552 DRM_DEBUG_KMS("hw max bpp: %i, pipe bpp: %i, dithering: %i\n",
d328c9d7 12553 base_bpp, pipe_config->pipe_bpp, pipe_config->dither);
4e53c2e0 12554
7758a113 12555fail:
548ee15b 12556 return ret;
ee7b9f93 12557}
47f1c6c9 12558
ea9d758d 12559static void
4740b0f2 12560intel_modeset_update_crtc_state(struct drm_atomic_state *state)
ea9d758d 12561{
0a9ab303
ACO
12562 struct drm_crtc *crtc;
12563 struct drm_crtc_state *crtc_state;
8a75d157 12564 int i;
ea9d758d 12565
7668851f 12566 /* Double check state. */
8a75d157 12567 for_each_crtc_in_state(state, crtc, crtc_state, i) {
3cb480bc 12568 to_intel_crtc(crtc)->config = to_intel_crtc_state(crtc->state);
fc467a22
ML
12569
12570 /* Update hwmode for vblank functions */
12571 if (crtc->state->active)
12572 crtc->hwmode = crtc->state->adjusted_mode;
12573 else
12574 crtc->hwmode.crtc_clock = 0;
61067a5e
ML
12575
12576 /*
12577 * Update legacy state to satisfy fbc code. This can
12578 * be removed when fbc uses the atomic state.
12579 */
12580 if (drm_atomic_get_existing_plane_state(state, crtc->primary)) {
12581 struct drm_plane_state *plane_state = crtc->primary->state;
12582
12583 crtc->primary->fb = plane_state->fb;
12584 crtc->x = plane_state->src_x >> 16;
12585 crtc->y = plane_state->src_y >> 16;
12586 }
ea9d758d 12587 }
ea9d758d
DV
12588}
12589
3bd26263 12590static bool intel_fuzzy_clock_check(int clock1, int clock2)
f1f644dc 12591{
3bd26263 12592 int diff;
f1f644dc
JB
12593
12594 if (clock1 == clock2)
12595 return true;
12596
12597 if (!clock1 || !clock2)
12598 return false;
12599
12600 diff = abs(clock1 - clock2);
12601
12602 if (((((diff + clock1 + clock2) * 100)) / (clock1 + clock2)) < 105)
12603 return true;
12604
12605 return false;
12606}
12607
25c5b266
DV
12608#define for_each_intel_crtc_masked(dev, mask, intel_crtc) \
12609 list_for_each_entry((intel_crtc), \
12610 &(dev)->mode_config.crtc_list, \
12611 base.head) \
95150bdf 12612 for_each_if (mask & (1 <<(intel_crtc)->pipe))
25c5b266 12613
cfb23ed6
ML
12614static bool
12615intel_compare_m_n(unsigned int m, unsigned int n,
12616 unsigned int m2, unsigned int n2,
12617 bool exact)
12618{
12619 if (m == m2 && n == n2)
12620 return true;
12621
12622 if (exact || !m || !n || !m2 || !n2)
12623 return false;
12624
12625 BUILD_BUG_ON(DATA_LINK_M_N_MASK > INT_MAX);
12626
31d10b57
ML
12627 if (n > n2) {
12628 while (n > n2) {
cfb23ed6
ML
12629 m2 <<= 1;
12630 n2 <<= 1;
12631 }
31d10b57
ML
12632 } else if (n < n2) {
12633 while (n < n2) {
cfb23ed6
ML
12634 m <<= 1;
12635 n <<= 1;
12636 }
12637 }
12638
31d10b57
ML
12639 if (n != n2)
12640 return false;
12641
12642 return intel_fuzzy_clock_check(m, m2);
cfb23ed6
ML
12643}
12644
12645static bool
12646intel_compare_link_m_n(const struct intel_link_m_n *m_n,
12647 struct intel_link_m_n *m2_n2,
12648 bool adjust)
12649{
12650 if (m_n->tu == m2_n2->tu &&
12651 intel_compare_m_n(m_n->gmch_m, m_n->gmch_n,
12652 m2_n2->gmch_m, m2_n2->gmch_n, !adjust) &&
12653 intel_compare_m_n(m_n->link_m, m_n->link_n,
12654 m2_n2->link_m, m2_n2->link_n, !adjust)) {
12655 if (adjust)
12656 *m2_n2 = *m_n;
12657
12658 return true;
12659 }
12660
12661 return false;
12662}
12663
0e8ffe1b 12664static bool
2fa2fe9a 12665intel_pipe_config_compare(struct drm_device *dev,
5cec258b 12666 struct intel_crtc_state *current_config,
cfb23ed6
ML
12667 struct intel_crtc_state *pipe_config,
12668 bool adjust)
0e8ffe1b 12669{
cfb23ed6
ML
12670 bool ret = true;
12671
12672#define INTEL_ERR_OR_DBG_KMS(fmt, ...) \
12673 do { \
12674 if (!adjust) \
12675 DRM_ERROR(fmt, ##__VA_ARGS__); \
12676 else \
12677 DRM_DEBUG_KMS(fmt, ##__VA_ARGS__); \
12678 } while (0)
12679
66e985c0
DV
12680#define PIPE_CONF_CHECK_X(name) \
12681 if (current_config->name != pipe_config->name) { \
cfb23ed6 12682 INTEL_ERR_OR_DBG_KMS("mismatch in " #name " " \
66e985c0
DV
12683 "(expected 0x%08x, found 0x%08x)\n", \
12684 current_config->name, \
12685 pipe_config->name); \
cfb23ed6 12686 ret = false; \
66e985c0
DV
12687 }
12688
08a24034
DV
12689#define PIPE_CONF_CHECK_I(name) \
12690 if (current_config->name != pipe_config->name) { \
cfb23ed6 12691 INTEL_ERR_OR_DBG_KMS("mismatch in " #name " " \
08a24034
DV
12692 "(expected %i, found %i)\n", \
12693 current_config->name, \
12694 pipe_config->name); \
cfb23ed6
ML
12695 ret = false; \
12696 }
12697
12698#define PIPE_CONF_CHECK_M_N(name) \
12699 if (!intel_compare_link_m_n(&current_config->name, \
12700 &pipe_config->name,\
12701 adjust)) { \
12702 INTEL_ERR_OR_DBG_KMS("mismatch in " #name " " \
12703 "(expected tu %i gmch %i/%i link %i/%i, " \
12704 "found tu %i, gmch %i/%i link %i/%i)\n", \
12705 current_config->name.tu, \
12706 current_config->name.gmch_m, \
12707 current_config->name.gmch_n, \
12708 current_config->name.link_m, \
12709 current_config->name.link_n, \
12710 pipe_config->name.tu, \
12711 pipe_config->name.gmch_m, \
12712 pipe_config->name.gmch_n, \
12713 pipe_config->name.link_m, \
12714 pipe_config->name.link_n); \
12715 ret = false; \
12716 }
12717
12718#define PIPE_CONF_CHECK_M_N_ALT(name, alt_name) \
12719 if (!intel_compare_link_m_n(&current_config->name, \
12720 &pipe_config->name, adjust) && \
12721 !intel_compare_link_m_n(&current_config->alt_name, \
12722 &pipe_config->name, adjust)) { \
12723 INTEL_ERR_OR_DBG_KMS("mismatch in " #name " " \
12724 "(expected tu %i gmch %i/%i link %i/%i, " \
12725 "or tu %i gmch %i/%i link %i/%i, " \
12726 "found tu %i, gmch %i/%i link %i/%i)\n", \
12727 current_config->name.tu, \
12728 current_config->name.gmch_m, \
12729 current_config->name.gmch_n, \
12730 current_config->name.link_m, \
12731 current_config->name.link_n, \
12732 current_config->alt_name.tu, \
12733 current_config->alt_name.gmch_m, \
12734 current_config->alt_name.gmch_n, \
12735 current_config->alt_name.link_m, \
12736 current_config->alt_name.link_n, \
12737 pipe_config->name.tu, \
12738 pipe_config->name.gmch_m, \
12739 pipe_config->name.gmch_n, \
12740 pipe_config->name.link_m, \
12741 pipe_config->name.link_n); \
12742 ret = false; \
88adfff1
DV
12743 }
12744
b95af8be
VK
12745/* This is required for BDW+ where there is only one set of registers for
12746 * switching between high and low RR.
12747 * This macro can be used whenever a comparison has to be made between one
12748 * hw state and multiple sw state variables.
12749 */
12750#define PIPE_CONF_CHECK_I_ALT(name, alt_name) \
12751 if ((current_config->name != pipe_config->name) && \
12752 (current_config->alt_name != pipe_config->name)) { \
cfb23ed6 12753 INTEL_ERR_OR_DBG_KMS("mismatch in " #name " " \
b95af8be
VK
12754 "(expected %i or %i, found %i)\n", \
12755 current_config->name, \
12756 current_config->alt_name, \
12757 pipe_config->name); \
cfb23ed6 12758 ret = false; \
b95af8be
VK
12759 }
12760
1bd1bd80
DV
12761#define PIPE_CONF_CHECK_FLAGS(name, mask) \
12762 if ((current_config->name ^ pipe_config->name) & (mask)) { \
cfb23ed6 12763 INTEL_ERR_OR_DBG_KMS("mismatch in " #name "(" #mask ") " \
1bd1bd80
DV
12764 "(expected %i, found %i)\n", \
12765 current_config->name & (mask), \
12766 pipe_config->name & (mask)); \
cfb23ed6 12767 ret = false; \
1bd1bd80
DV
12768 }
12769
5e550656
VS
12770#define PIPE_CONF_CHECK_CLOCK_FUZZY(name) \
12771 if (!intel_fuzzy_clock_check(current_config->name, pipe_config->name)) { \
cfb23ed6 12772 INTEL_ERR_OR_DBG_KMS("mismatch in " #name " " \
5e550656
VS
12773 "(expected %i, found %i)\n", \
12774 current_config->name, \
12775 pipe_config->name); \
cfb23ed6 12776 ret = false; \
5e550656
VS
12777 }
12778
bb760063
DV
12779#define PIPE_CONF_QUIRK(quirk) \
12780 ((current_config->quirks | pipe_config->quirks) & (quirk))
12781
eccb140b
DV
12782 PIPE_CONF_CHECK_I(cpu_transcoder);
12783
08a24034
DV
12784 PIPE_CONF_CHECK_I(has_pch_encoder);
12785 PIPE_CONF_CHECK_I(fdi_lanes);
cfb23ed6 12786 PIPE_CONF_CHECK_M_N(fdi_m_n);
08a24034 12787
eb14cb74 12788 PIPE_CONF_CHECK_I(has_dp_encoder);
90a6b7b0 12789 PIPE_CONF_CHECK_I(lane_count);
b95af8be
VK
12790
12791 if (INTEL_INFO(dev)->gen < 8) {
cfb23ed6
ML
12792 PIPE_CONF_CHECK_M_N(dp_m_n);
12793
cfb23ed6
ML
12794 if (current_config->has_drrs)
12795 PIPE_CONF_CHECK_M_N(dp_m2_n2);
12796 } else
12797 PIPE_CONF_CHECK_M_N_ALT(dp_m_n, dp_m2_n2);
eb14cb74 12798
a65347ba
JN
12799 PIPE_CONF_CHECK_I(has_dsi_encoder);
12800
2d112de7
ACO
12801 PIPE_CONF_CHECK_I(base.adjusted_mode.crtc_hdisplay);
12802 PIPE_CONF_CHECK_I(base.adjusted_mode.crtc_htotal);
12803 PIPE_CONF_CHECK_I(base.adjusted_mode.crtc_hblank_start);
12804 PIPE_CONF_CHECK_I(base.adjusted_mode.crtc_hblank_end);
12805 PIPE_CONF_CHECK_I(base.adjusted_mode.crtc_hsync_start);
12806 PIPE_CONF_CHECK_I(base.adjusted_mode.crtc_hsync_end);
1bd1bd80 12807
2d112de7
ACO
12808 PIPE_CONF_CHECK_I(base.adjusted_mode.crtc_vdisplay);
12809 PIPE_CONF_CHECK_I(base.adjusted_mode.crtc_vtotal);
12810 PIPE_CONF_CHECK_I(base.adjusted_mode.crtc_vblank_start);
12811 PIPE_CONF_CHECK_I(base.adjusted_mode.crtc_vblank_end);
12812 PIPE_CONF_CHECK_I(base.adjusted_mode.crtc_vsync_start);
12813 PIPE_CONF_CHECK_I(base.adjusted_mode.crtc_vsync_end);
1bd1bd80 12814
c93f54cf 12815 PIPE_CONF_CHECK_I(pixel_multiplier);
6897b4b5 12816 PIPE_CONF_CHECK_I(has_hdmi_sink);
b5a9fa09 12817 if ((INTEL_INFO(dev)->gen < 8 && !IS_HASWELL(dev)) ||
666a4537 12818 IS_VALLEYVIEW(dev) || IS_CHERRYVIEW(dev))
b5a9fa09 12819 PIPE_CONF_CHECK_I(limited_color_range);
e43823ec 12820 PIPE_CONF_CHECK_I(has_infoframe);
6c49f241 12821
9ed109a7
DV
12822 PIPE_CONF_CHECK_I(has_audio);
12823
2d112de7 12824 PIPE_CONF_CHECK_FLAGS(base.adjusted_mode.flags,
1bd1bd80
DV
12825 DRM_MODE_FLAG_INTERLACE);
12826
bb760063 12827 if (!PIPE_CONF_QUIRK(PIPE_CONFIG_QUIRK_MODE_SYNC_FLAGS)) {
2d112de7 12828 PIPE_CONF_CHECK_FLAGS(base.adjusted_mode.flags,
bb760063 12829 DRM_MODE_FLAG_PHSYNC);
2d112de7 12830 PIPE_CONF_CHECK_FLAGS(base.adjusted_mode.flags,
bb760063 12831 DRM_MODE_FLAG_NHSYNC);
2d112de7 12832 PIPE_CONF_CHECK_FLAGS(base.adjusted_mode.flags,
bb760063 12833 DRM_MODE_FLAG_PVSYNC);
2d112de7 12834 PIPE_CONF_CHECK_FLAGS(base.adjusted_mode.flags,
bb760063
DV
12835 DRM_MODE_FLAG_NVSYNC);
12836 }
045ac3b5 12837
333b8ca8 12838 PIPE_CONF_CHECK_X(gmch_pfit.control);
e2ff2d4a
DV
12839 /* pfit ratios are autocomputed by the hw on gen4+ */
12840 if (INTEL_INFO(dev)->gen < 4)
12841 PIPE_CONF_CHECK_I(gmch_pfit.pgm_ratios);
333b8ca8 12842 PIPE_CONF_CHECK_X(gmch_pfit.lvds_border_bits);
9953599b 12843
bfd16b2a
ML
12844 if (!adjust) {
12845 PIPE_CONF_CHECK_I(pipe_src_w);
12846 PIPE_CONF_CHECK_I(pipe_src_h);
12847
12848 PIPE_CONF_CHECK_I(pch_pfit.enabled);
12849 if (current_config->pch_pfit.enabled) {
12850 PIPE_CONF_CHECK_X(pch_pfit.pos);
12851 PIPE_CONF_CHECK_X(pch_pfit.size);
12852 }
2fa2fe9a 12853
7aefe2b5
ML
12854 PIPE_CONF_CHECK_I(scaler_state.scaler_id);
12855 }
a1b2278e 12856
e59150dc
JB
12857 /* BDW+ don't expose a synchronous way to read the state */
12858 if (IS_HASWELL(dev))
12859 PIPE_CONF_CHECK_I(ips_enabled);
42db64ef 12860
282740f7
VS
12861 PIPE_CONF_CHECK_I(double_wide);
12862
26804afd
DV
12863 PIPE_CONF_CHECK_X(ddi_pll_sel);
12864
c0d43d62 12865 PIPE_CONF_CHECK_I(shared_dpll);
66e985c0 12866 PIPE_CONF_CHECK_X(dpll_hw_state.dpll);
8bcc2795 12867 PIPE_CONF_CHECK_X(dpll_hw_state.dpll_md);
66e985c0
DV
12868 PIPE_CONF_CHECK_X(dpll_hw_state.fp0);
12869 PIPE_CONF_CHECK_X(dpll_hw_state.fp1);
d452c5b6 12870 PIPE_CONF_CHECK_X(dpll_hw_state.wrpll);
00490c22 12871 PIPE_CONF_CHECK_X(dpll_hw_state.spll);
3f4cd19f
DL
12872 PIPE_CONF_CHECK_X(dpll_hw_state.ctrl1);
12873 PIPE_CONF_CHECK_X(dpll_hw_state.cfgcr1);
12874 PIPE_CONF_CHECK_X(dpll_hw_state.cfgcr2);
c0d43d62 12875
42571aef
VS
12876 if (IS_G4X(dev) || INTEL_INFO(dev)->gen >= 5)
12877 PIPE_CONF_CHECK_I(pipe_bpp);
12878
2d112de7 12879 PIPE_CONF_CHECK_CLOCK_FUZZY(base.adjusted_mode.crtc_clock);
a9a7e98a 12880 PIPE_CONF_CHECK_CLOCK_FUZZY(port_clock);
5e550656 12881
66e985c0 12882#undef PIPE_CONF_CHECK_X
08a24034 12883#undef PIPE_CONF_CHECK_I
b95af8be 12884#undef PIPE_CONF_CHECK_I_ALT
1bd1bd80 12885#undef PIPE_CONF_CHECK_FLAGS
5e550656 12886#undef PIPE_CONF_CHECK_CLOCK_FUZZY
bb760063 12887#undef PIPE_CONF_QUIRK
cfb23ed6 12888#undef INTEL_ERR_OR_DBG_KMS
88adfff1 12889
cfb23ed6 12890 return ret;
0e8ffe1b
DV
12891}
12892
08db6652
DL
12893static void check_wm_state(struct drm_device *dev)
12894{
12895 struct drm_i915_private *dev_priv = dev->dev_private;
12896 struct skl_ddb_allocation hw_ddb, *sw_ddb;
12897 struct intel_crtc *intel_crtc;
12898 int plane;
12899
12900 if (INTEL_INFO(dev)->gen < 9)
12901 return;
12902
12903 skl_ddb_get_hw_state(dev_priv, &hw_ddb);
12904 sw_ddb = &dev_priv->wm.skl_hw.ddb;
12905
12906 for_each_intel_crtc(dev, intel_crtc) {
12907 struct skl_ddb_entry *hw_entry, *sw_entry;
12908 const enum pipe pipe = intel_crtc->pipe;
12909
12910 if (!intel_crtc->active)
12911 continue;
12912
12913 /* planes */
dd740780 12914 for_each_plane(dev_priv, pipe, plane) {
08db6652
DL
12915 hw_entry = &hw_ddb.plane[pipe][plane];
12916 sw_entry = &sw_ddb->plane[pipe][plane];
12917
12918 if (skl_ddb_entry_equal(hw_entry, sw_entry))
12919 continue;
12920
12921 DRM_ERROR("mismatch in DDB state pipe %c plane %d "
12922 "(expected (%u,%u), found (%u,%u))\n",
12923 pipe_name(pipe), plane + 1,
12924 sw_entry->start, sw_entry->end,
12925 hw_entry->start, hw_entry->end);
12926 }
12927
12928 /* cursor */
4969d33e
MR
12929 hw_entry = &hw_ddb.plane[pipe][PLANE_CURSOR];
12930 sw_entry = &sw_ddb->plane[pipe][PLANE_CURSOR];
08db6652
DL
12931
12932 if (skl_ddb_entry_equal(hw_entry, sw_entry))
12933 continue;
12934
12935 DRM_ERROR("mismatch in DDB state pipe %c cursor "
12936 "(expected (%u,%u), found (%u,%u))\n",
12937 pipe_name(pipe),
12938 sw_entry->start, sw_entry->end,
12939 hw_entry->start, hw_entry->end);
12940 }
12941}
12942
91d1b4bd 12943static void
35dd3c64
ML
12944check_connector_state(struct drm_device *dev,
12945 struct drm_atomic_state *old_state)
8af6cf88 12946{
35dd3c64
ML
12947 struct drm_connector_state *old_conn_state;
12948 struct drm_connector *connector;
12949 int i;
8af6cf88 12950
35dd3c64
ML
12951 for_each_connector_in_state(old_state, connector, old_conn_state, i) {
12952 struct drm_encoder *encoder = connector->encoder;
12953 struct drm_connector_state *state = connector->state;
ad3c558f 12954
8af6cf88
DV
12955 /* This also checks the encoder/connector hw state with the
12956 * ->get_hw_state callbacks. */
35dd3c64 12957 intel_connector_check_state(to_intel_connector(connector));
8af6cf88 12958
ad3c558f 12959 I915_STATE_WARN(state->best_encoder != encoder,
35dd3c64 12960 "connector's atomic encoder doesn't match legacy encoder\n");
8af6cf88 12961 }
91d1b4bd
DV
12962}
12963
12964static void
12965check_encoder_state(struct drm_device *dev)
12966{
12967 struct intel_encoder *encoder;
12968 struct intel_connector *connector;
8af6cf88 12969
b2784e15 12970 for_each_intel_encoder(dev, encoder) {
8af6cf88 12971 bool enabled = false;
4d20cd86 12972 enum pipe pipe;
8af6cf88
DV
12973
12974 DRM_DEBUG_KMS("[ENCODER:%d:%s]\n",
12975 encoder->base.base.id,
8e329a03 12976 encoder->base.name);
8af6cf88 12977
3a3371ff 12978 for_each_intel_connector(dev, connector) {
4d20cd86 12979 if (connector->base.state->best_encoder != &encoder->base)
8af6cf88
DV
12980 continue;
12981 enabled = true;
ad3c558f
ML
12982
12983 I915_STATE_WARN(connector->base.state->crtc !=
12984 encoder->base.crtc,
12985 "connector's crtc doesn't match encoder crtc\n");
8af6cf88 12986 }
0e32b39c 12987
e2c719b7 12988 I915_STATE_WARN(!!encoder->base.crtc != enabled,
8af6cf88
DV
12989 "encoder's enabled state mismatch "
12990 "(expected %i, found %i)\n",
12991 !!encoder->base.crtc, enabled);
7c60d198
ML
12992
12993 if (!encoder->base.crtc) {
4d20cd86 12994 bool active;
7c60d198 12995
4d20cd86
ML
12996 active = encoder->get_hw_state(encoder, &pipe);
12997 I915_STATE_WARN(active,
12998 "encoder detached but still enabled on pipe %c.\n",
12999 pipe_name(pipe));
7c60d198 13000 }
8af6cf88 13001 }
91d1b4bd
DV
13002}
13003
13004static void
4d20cd86 13005check_crtc_state(struct drm_device *dev, struct drm_atomic_state *old_state)
91d1b4bd 13006{
fbee40df 13007 struct drm_i915_private *dev_priv = dev->dev_private;
91d1b4bd 13008 struct intel_encoder *encoder;
4d20cd86
ML
13009 struct drm_crtc_state *old_crtc_state;
13010 struct drm_crtc *crtc;
13011 int i;
8af6cf88 13012
4d20cd86
ML
13013 for_each_crtc_in_state(old_state, crtc, old_crtc_state, i) {
13014 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
13015 struct intel_crtc_state *pipe_config, *sw_config;
7b89b8de 13016 bool active;
8af6cf88 13017
bfd16b2a
ML
13018 if (!needs_modeset(crtc->state) &&
13019 !to_intel_crtc_state(crtc->state)->update_pipe)
4d20cd86 13020 continue;
045ac3b5 13021
4d20cd86
ML
13022 __drm_atomic_helper_crtc_destroy_state(crtc, old_crtc_state);
13023 pipe_config = to_intel_crtc_state(old_crtc_state);
13024 memset(pipe_config, 0, sizeof(*pipe_config));
13025 pipe_config->base.crtc = crtc;
13026 pipe_config->base.state = old_state;
8af6cf88 13027
4d20cd86
ML
13028 DRM_DEBUG_KMS("[CRTC:%d]\n",
13029 crtc->base.id);
8af6cf88 13030
4d20cd86
ML
13031 active = dev_priv->display.get_pipe_config(intel_crtc,
13032 pipe_config);
d62cf62a 13033
b6b5d049 13034 /* hw state is inconsistent with the pipe quirk */
4d20cd86
ML
13035 if ((intel_crtc->pipe == PIPE_A && dev_priv->quirks & QUIRK_PIPEA_FORCE) ||
13036 (intel_crtc->pipe == PIPE_B && dev_priv->quirks & QUIRK_PIPEB_FORCE))
13037 active = crtc->state->active;
6c49f241 13038
4d20cd86 13039 I915_STATE_WARN(crtc->state->active != active,
0e8ffe1b 13040 "crtc active state doesn't match with hw state "
4d20cd86 13041 "(expected %i, found %i)\n", crtc->state->active, active);
0e8ffe1b 13042
4d20cd86 13043 I915_STATE_WARN(intel_crtc->active != crtc->state->active,
53d9f4e9 13044 "transitional active state does not match atomic hw state "
4d20cd86
ML
13045 "(expected %i, found %i)\n", crtc->state->active, intel_crtc->active);
13046
13047 for_each_encoder_on_crtc(dev, crtc, encoder) {
13048 enum pipe pipe;
13049
13050 active = encoder->get_hw_state(encoder, &pipe);
13051 I915_STATE_WARN(active != crtc->state->active,
13052 "[ENCODER:%i] active %i with crtc active %i\n",
13053 encoder->base.base.id, active, crtc->state->active);
13054
13055 I915_STATE_WARN(active && intel_crtc->pipe != pipe,
13056 "Encoder connected to wrong pipe %c\n",
13057 pipe_name(pipe));
13058
13059 if (active)
13060 encoder->get_config(encoder, pipe_config);
13061 }
53d9f4e9 13062
4d20cd86 13063 if (!crtc->state->active)
cfb23ed6
ML
13064 continue;
13065
4d20cd86
ML
13066 sw_config = to_intel_crtc_state(crtc->state);
13067 if (!intel_pipe_config_compare(dev, sw_config,
13068 pipe_config, false)) {
e2c719b7 13069 I915_STATE_WARN(1, "pipe state doesn't match!\n");
4d20cd86 13070 intel_dump_pipe_config(intel_crtc, pipe_config,
c0b03411 13071 "[hw state]");
4d20cd86 13072 intel_dump_pipe_config(intel_crtc, sw_config,
c0b03411
DV
13073 "[sw state]");
13074 }
8af6cf88
DV
13075 }
13076}
13077
91d1b4bd
DV
13078static void
13079check_shared_dpll_state(struct drm_device *dev)
13080{
fbee40df 13081 struct drm_i915_private *dev_priv = dev->dev_private;
91d1b4bd
DV
13082 struct intel_crtc *crtc;
13083 struct intel_dpll_hw_state dpll_hw_state;
13084 int i;
5358901f
DV
13085
13086 for (i = 0; i < dev_priv->num_shared_dpll; i++) {
13087 struct intel_shared_dpll *pll = &dev_priv->shared_dplls[i];
13088 int enabled_crtcs = 0, active_crtcs = 0;
13089 bool active;
13090
13091 memset(&dpll_hw_state, 0, sizeof(dpll_hw_state));
13092
13093 DRM_DEBUG_KMS("%s\n", pll->name);
13094
13095 active = pll->get_hw_state(dev_priv, pll, &dpll_hw_state);
13096
e2c719b7 13097 I915_STATE_WARN(pll->active > hweight32(pll->config.crtc_mask),
5358901f 13098 "more active pll users than references: %i vs %i\n",
3e369b76 13099 pll->active, hweight32(pll->config.crtc_mask));
e2c719b7 13100 I915_STATE_WARN(pll->active && !pll->on,
5358901f 13101 "pll in active use but not on in sw tracking\n");
e2c719b7 13102 I915_STATE_WARN(pll->on && !pll->active,
35c95375 13103 "pll in on but not on in use in sw tracking\n");
e2c719b7 13104 I915_STATE_WARN(pll->on != active,
5358901f
DV
13105 "pll on state mismatch (expected %i, found %i)\n",
13106 pll->on, active);
13107
d3fcc808 13108 for_each_intel_crtc(dev, crtc) {
83d65738 13109 if (crtc->base.state->enable && intel_crtc_to_shared_dpll(crtc) == pll)
5358901f
DV
13110 enabled_crtcs++;
13111 if (crtc->active && intel_crtc_to_shared_dpll(crtc) == pll)
13112 active_crtcs++;
13113 }
e2c719b7 13114 I915_STATE_WARN(pll->active != active_crtcs,
5358901f
DV
13115 "pll active crtcs mismatch (expected %i, found %i)\n",
13116 pll->active, active_crtcs);
e2c719b7 13117 I915_STATE_WARN(hweight32(pll->config.crtc_mask) != enabled_crtcs,
5358901f 13118 "pll enabled crtcs mismatch (expected %i, found %i)\n",
3e369b76 13119 hweight32(pll->config.crtc_mask), enabled_crtcs);
66e985c0 13120
e2c719b7 13121 I915_STATE_WARN(pll->on && memcmp(&pll->config.hw_state, &dpll_hw_state,
66e985c0
DV
13122 sizeof(dpll_hw_state)),
13123 "pll hw state mismatch\n");
5358901f 13124 }
8af6cf88
DV
13125}
13126
ee165b1a
ML
13127static void
13128intel_modeset_check_state(struct drm_device *dev,
13129 struct drm_atomic_state *old_state)
91d1b4bd 13130{
08db6652 13131 check_wm_state(dev);
35dd3c64 13132 check_connector_state(dev, old_state);
91d1b4bd 13133 check_encoder_state(dev);
4d20cd86 13134 check_crtc_state(dev, old_state);
91d1b4bd
DV
13135 check_shared_dpll_state(dev);
13136}
13137
5cec258b 13138void ironlake_check_encoder_dotclock(const struct intel_crtc_state *pipe_config,
18442d08
VS
13139 int dotclock)
13140{
13141 /*
13142 * FDI already provided one idea for the dotclock.
13143 * Yell if the encoder disagrees.
13144 */
2d112de7 13145 WARN(!intel_fuzzy_clock_check(pipe_config->base.adjusted_mode.crtc_clock, dotclock),
18442d08 13146 "FDI dotclock and encoder dotclock mismatch, fdi: %i, encoder: %i\n",
2d112de7 13147 pipe_config->base.adjusted_mode.crtc_clock, dotclock);
18442d08
VS
13148}
13149
80715b2f
VS
13150static void update_scanline_offset(struct intel_crtc *crtc)
13151{
13152 struct drm_device *dev = crtc->base.dev;
13153
13154 /*
13155 * The scanline counter increments at the leading edge of hsync.
13156 *
13157 * On most platforms it starts counting from vtotal-1 on the
13158 * first active line. That means the scanline counter value is
13159 * always one less than what we would expect. Ie. just after
13160 * start of vblank, which also occurs at start of hsync (on the
13161 * last active line), the scanline counter will read vblank_start-1.
13162 *
13163 * On gen2 the scanline counter starts counting from 1 instead
13164 * of vtotal-1, so we have to subtract one (or rather add vtotal-1
13165 * to keep the value positive), instead of adding one.
13166 *
13167 * On HSW+ the behaviour of the scanline counter depends on the output
13168 * type. For DP ports it behaves like most other platforms, but on HDMI
13169 * there's an extra 1 line difference. So we need to add two instead of
13170 * one to the value.
13171 */
13172 if (IS_GEN2(dev)) {
124abe07 13173 const struct drm_display_mode *adjusted_mode = &crtc->config->base.adjusted_mode;
80715b2f
VS
13174 int vtotal;
13175
124abe07
VS
13176 vtotal = adjusted_mode->crtc_vtotal;
13177 if (adjusted_mode->flags & DRM_MODE_FLAG_INTERLACE)
80715b2f
VS
13178 vtotal /= 2;
13179
13180 crtc->scanline_offset = vtotal - 1;
13181 } else if (HAS_DDI(dev) &&
409ee761 13182 intel_pipe_has_type(crtc, INTEL_OUTPUT_HDMI)) {
80715b2f
VS
13183 crtc->scanline_offset = 2;
13184 } else
13185 crtc->scanline_offset = 1;
13186}
13187
ad421372 13188static void intel_modeset_clear_plls(struct drm_atomic_state *state)
ed6739ef 13189{
225da59b 13190 struct drm_device *dev = state->dev;
ed6739ef 13191 struct drm_i915_private *dev_priv = to_i915(dev);
ad421372 13192 struct intel_shared_dpll_config *shared_dpll = NULL;
ed6739ef 13193 struct intel_crtc *intel_crtc;
0a9ab303
ACO
13194 struct intel_crtc_state *intel_crtc_state;
13195 struct drm_crtc *crtc;
13196 struct drm_crtc_state *crtc_state;
0a9ab303 13197 int i;
ed6739ef
ACO
13198
13199 if (!dev_priv->display.crtc_compute_clock)
ad421372 13200 return;
ed6739ef 13201
0a9ab303 13202 for_each_crtc_in_state(state, crtc, crtc_state, i) {
ad421372
ML
13203 int dpll;
13204
0a9ab303 13205 intel_crtc = to_intel_crtc(crtc);
4978cc93 13206 intel_crtc_state = to_intel_crtc_state(crtc_state);
ad421372 13207 dpll = intel_crtc_state->shared_dpll;
0a9ab303 13208
ad421372 13209 if (!needs_modeset(crtc_state) || dpll == DPLL_ID_PRIVATE)
225da59b
ACO
13210 continue;
13211
ad421372 13212 intel_crtc_state->shared_dpll = DPLL_ID_PRIVATE;
0a9ab303 13213
ad421372
ML
13214 if (!shared_dpll)
13215 shared_dpll = intel_atomic_get_shared_dpll_state(state);
ed6739ef 13216
ad421372
ML
13217 shared_dpll[dpll].crtc_mask &= ~(1 << intel_crtc->pipe);
13218 }
ed6739ef
ACO
13219}
13220
99d736a2
ML
13221/*
13222 * This implements the workaround described in the "notes" section of the mode
13223 * set sequence documentation. When going from no pipes or single pipe to
13224 * multiple pipes, and planes are enabled after the pipe, we need to wait at
13225 * least 2 vblanks on the first pipe before enabling planes on the second pipe.
13226 */
13227static int haswell_mode_set_planes_workaround(struct drm_atomic_state *state)
13228{
13229 struct drm_crtc_state *crtc_state;
13230 struct intel_crtc *intel_crtc;
13231 struct drm_crtc *crtc;
13232 struct intel_crtc_state *first_crtc_state = NULL;
13233 struct intel_crtc_state *other_crtc_state = NULL;
13234 enum pipe first_pipe = INVALID_PIPE, enabled_pipe = INVALID_PIPE;
13235 int i;
13236
13237 /* look at all crtc's that are going to be enabled in during modeset */
13238 for_each_crtc_in_state(state, crtc, crtc_state, i) {
13239 intel_crtc = to_intel_crtc(crtc);
13240
13241 if (!crtc_state->active || !needs_modeset(crtc_state))
13242 continue;
13243
13244 if (first_crtc_state) {
13245 other_crtc_state = to_intel_crtc_state(crtc_state);
13246 break;
13247 } else {
13248 first_crtc_state = to_intel_crtc_state(crtc_state);
13249 first_pipe = intel_crtc->pipe;
13250 }
13251 }
13252
13253 /* No workaround needed? */
13254 if (!first_crtc_state)
13255 return 0;
13256
13257 /* w/a possibly needed, check how many crtc's are already enabled. */
13258 for_each_intel_crtc(state->dev, intel_crtc) {
13259 struct intel_crtc_state *pipe_config;
13260
13261 pipe_config = intel_atomic_get_crtc_state(state, intel_crtc);
13262 if (IS_ERR(pipe_config))
13263 return PTR_ERR(pipe_config);
13264
13265 pipe_config->hsw_workaround_pipe = INVALID_PIPE;
13266
13267 if (!pipe_config->base.active ||
13268 needs_modeset(&pipe_config->base))
13269 continue;
13270
13271 /* 2 or more enabled crtcs means no need for w/a */
13272 if (enabled_pipe != INVALID_PIPE)
13273 return 0;
13274
13275 enabled_pipe = intel_crtc->pipe;
13276 }
13277
13278 if (enabled_pipe != INVALID_PIPE)
13279 first_crtc_state->hsw_workaround_pipe = enabled_pipe;
13280 else if (other_crtc_state)
13281 other_crtc_state->hsw_workaround_pipe = first_pipe;
13282
13283 return 0;
13284}
13285
27c329ed
ML
13286static int intel_modeset_all_pipes(struct drm_atomic_state *state)
13287{
13288 struct drm_crtc *crtc;
13289 struct drm_crtc_state *crtc_state;
13290 int ret = 0;
13291
13292 /* add all active pipes to the state */
13293 for_each_crtc(state->dev, crtc) {
13294 crtc_state = drm_atomic_get_crtc_state(state, crtc);
13295 if (IS_ERR(crtc_state))
13296 return PTR_ERR(crtc_state);
13297
13298 if (!crtc_state->active || needs_modeset(crtc_state))
13299 continue;
13300
13301 crtc_state->mode_changed = true;
13302
13303 ret = drm_atomic_add_affected_connectors(state, crtc);
13304 if (ret)
13305 break;
13306
13307 ret = drm_atomic_add_affected_planes(state, crtc);
13308 if (ret)
13309 break;
13310 }
13311
13312 return ret;
13313}
13314
c347a676 13315static int intel_modeset_checks(struct drm_atomic_state *state)
054518dd 13316{
565602d7
ML
13317 struct intel_atomic_state *intel_state = to_intel_atomic_state(state);
13318 struct drm_i915_private *dev_priv = state->dev->dev_private;
13319 struct drm_crtc *crtc;
13320 struct drm_crtc_state *crtc_state;
13321 int ret = 0, i;
054518dd 13322
b359283a
ML
13323 if (!check_digital_port_conflicts(state)) {
13324 DRM_DEBUG_KMS("rejecting conflicting digital port configuration\n");
13325 return -EINVAL;
13326 }
13327
565602d7
ML
13328 intel_state->modeset = true;
13329 intel_state->active_crtcs = dev_priv->active_crtcs;
13330
13331 for_each_crtc_in_state(state, crtc, crtc_state, i) {
13332 if (crtc_state->active)
13333 intel_state->active_crtcs |= 1 << i;
13334 else
13335 intel_state->active_crtcs &= ~(1 << i);
13336 }
13337
054518dd
ACO
13338 /*
13339 * See if the config requires any additional preparation, e.g.
13340 * to adjust global state with pipes off. We need to do this
13341 * here so we can get the modeset_pipe updated config for the new
13342 * mode set on this crtc. For other crtcs we need to use the
13343 * adjusted_mode bits in the crtc directly.
13344 */
27c329ed 13345 if (dev_priv->display.modeset_calc_cdclk) {
27c329ed
ML
13346 ret = dev_priv->display.modeset_calc_cdclk(state);
13347
1a617b77 13348 if (!ret && intel_state->dev_cdclk != dev_priv->cdclk_freq)
27c329ed
ML
13349 ret = intel_modeset_all_pipes(state);
13350
13351 if (ret < 0)
054518dd 13352 return ret;
27c329ed 13353 } else
1a617b77 13354 to_intel_atomic_state(state)->cdclk = dev_priv->atomic_cdclk_freq;
054518dd 13355
ad421372 13356 intel_modeset_clear_plls(state);
054518dd 13357
565602d7 13358 if (IS_HASWELL(dev_priv))
ad421372 13359 return haswell_mode_set_planes_workaround(state);
99d736a2 13360
ad421372 13361 return 0;
c347a676
ACO
13362}
13363
aa363136
MR
13364/*
13365 * Handle calculation of various watermark data at the end of the atomic check
13366 * phase. The code here should be run after the per-crtc and per-plane 'check'
13367 * handlers to ensure that all derived state has been updated.
13368 */
13369static void calc_watermark_data(struct drm_atomic_state *state)
13370{
13371 struct drm_device *dev = state->dev;
13372 struct intel_atomic_state *intel_state = to_intel_atomic_state(state);
13373 struct drm_crtc *crtc;
13374 struct drm_crtc_state *cstate;
13375 struct drm_plane *plane;
13376 struct drm_plane_state *pstate;
13377
13378 /*
13379 * Calculate watermark configuration details now that derived
13380 * plane/crtc state is all properly updated.
13381 */
13382 drm_for_each_crtc(crtc, dev) {
13383 cstate = drm_atomic_get_existing_crtc_state(state, crtc) ?:
13384 crtc->state;
13385
13386 if (cstate->active)
13387 intel_state->wm_config.num_pipes_active++;
13388 }
13389 drm_for_each_legacy_plane(plane, dev) {
13390 pstate = drm_atomic_get_existing_plane_state(state, plane) ?:
13391 plane->state;
13392
13393 if (!to_intel_plane_state(pstate)->visible)
13394 continue;
13395
13396 intel_state->wm_config.sprites_enabled = true;
13397 if (pstate->crtc_w != pstate->src_w >> 16 ||
13398 pstate->crtc_h != pstate->src_h >> 16)
13399 intel_state->wm_config.sprites_scaled = true;
13400 }
13401}
13402
74c090b1
ML
13403/**
13404 * intel_atomic_check - validate state object
13405 * @dev: drm device
13406 * @state: state to validate
13407 */
13408static int intel_atomic_check(struct drm_device *dev,
13409 struct drm_atomic_state *state)
c347a676 13410{
aa363136 13411 struct intel_atomic_state *intel_state = to_intel_atomic_state(state);
c347a676
ACO
13412 struct drm_crtc *crtc;
13413 struct drm_crtc_state *crtc_state;
13414 int ret, i;
61333b60 13415 bool any_ms = false;
c347a676 13416
74c090b1 13417 ret = drm_atomic_helper_check_modeset(dev, state);
054518dd
ACO
13418 if (ret)
13419 return ret;
13420
c347a676 13421 for_each_crtc_in_state(state, crtc, crtc_state, i) {
cfb23ed6
ML
13422 struct intel_crtc_state *pipe_config =
13423 to_intel_crtc_state(crtc_state);
1ed51de9 13424
ba8af3e5
ML
13425 memset(&to_intel_crtc(crtc)->atomic, 0,
13426 sizeof(struct intel_crtc_atomic_commit));
13427
1ed51de9
DV
13428 /* Catch I915_MODE_FLAG_INHERITED */
13429 if (crtc_state->mode.private_flags != crtc->state->mode.private_flags)
13430 crtc_state->mode_changed = true;
cfb23ed6 13431
61333b60
ML
13432 if (!crtc_state->enable) {
13433 if (needs_modeset(crtc_state))
13434 any_ms = true;
c347a676 13435 continue;
61333b60 13436 }
c347a676 13437
26495481 13438 if (!needs_modeset(crtc_state))
cfb23ed6
ML
13439 continue;
13440
26495481
DV
13441 /* FIXME: For only active_changed we shouldn't need to do any
13442 * state recomputation at all. */
13443
1ed51de9
DV
13444 ret = drm_atomic_add_affected_connectors(state, crtc);
13445 if (ret)
13446 return ret;
b359283a 13447
cfb23ed6 13448 ret = intel_modeset_pipe_config(crtc, pipe_config);
c347a676
ACO
13449 if (ret)
13450 return ret;
13451
73831236
JN
13452 if (i915.fastboot &&
13453 intel_pipe_config_compare(state->dev,
cfb23ed6 13454 to_intel_crtc_state(crtc->state),
1ed51de9 13455 pipe_config, true)) {
26495481 13456 crtc_state->mode_changed = false;
bfd16b2a 13457 to_intel_crtc_state(crtc_state)->update_pipe = true;
26495481
DV
13458 }
13459
13460 if (needs_modeset(crtc_state)) {
13461 any_ms = true;
cfb23ed6
ML
13462
13463 ret = drm_atomic_add_affected_planes(state, crtc);
13464 if (ret)
13465 return ret;
13466 }
61333b60 13467
26495481
DV
13468 intel_dump_pipe_config(to_intel_crtc(crtc), pipe_config,
13469 needs_modeset(crtc_state) ?
13470 "[modeset]" : "[fastset]");
c347a676
ACO
13471 }
13472
61333b60
ML
13473 if (any_ms) {
13474 ret = intel_modeset_checks(state);
13475
13476 if (ret)
13477 return ret;
27c329ed 13478 } else
aa363136 13479 intel_state->cdclk = to_i915(state->dev)->cdclk_freq;
76305b1a 13480
aa363136
MR
13481 ret = drm_atomic_helper_check_planes(state->dev, state);
13482 if (ret)
13483 return ret;
13484
13485 calc_watermark_data(state);
13486
13487 return 0;
054518dd
ACO
13488}
13489
5008e874
ML
13490static int intel_atomic_prepare_commit(struct drm_device *dev,
13491 struct drm_atomic_state *state,
13492 bool async)
13493{
7580d774
ML
13494 struct drm_i915_private *dev_priv = dev->dev_private;
13495 struct drm_plane_state *plane_state;
5008e874 13496 struct drm_crtc_state *crtc_state;
7580d774 13497 struct drm_plane *plane;
5008e874
ML
13498 struct drm_crtc *crtc;
13499 int i, ret;
13500
13501 if (async) {
13502 DRM_DEBUG_KMS("i915 does not yet support async commit\n");
13503 return -EINVAL;
13504 }
13505
13506 for_each_crtc_in_state(state, crtc, crtc_state, i) {
13507 ret = intel_crtc_wait_for_pending_flips(crtc);
13508 if (ret)
13509 return ret;
7580d774
ML
13510
13511 if (atomic_read(&to_intel_crtc(crtc)->unpin_work_count) >= 2)
13512 flush_workqueue(dev_priv->wq);
5008e874
ML
13513 }
13514
f935675f
ML
13515 ret = mutex_lock_interruptible(&dev->struct_mutex);
13516 if (ret)
13517 return ret;
13518
5008e874 13519 ret = drm_atomic_helper_prepare_planes(dev, state);
7580d774
ML
13520 if (!ret && !async && !i915_reset_in_progress(&dev_priv->gpu_error)) {
13521 u32 reset_counter;
13522
13523 reset_counter = atomic_read(&dev_priv->gpu_error.reset_counter);
13524 mutex_unlock(&dev->struct_mutex);
13525
13526 for_each_plane_in_state(state, plane, plane_state, i) {
13527 struct intel_plane_state *intel_plane_state =
13528 to_intel_plane_state(plane_state);
13529
13530 if (!intel_plane_state->wait_req)
13531 continue;
13532
13533 ret = __i915_wait_request(intel_plane_state->wait_req,
13534 reset_counter, true,
13535 NULL, NULL);
13536
13537 /* Swallow -EIO errors to allow updates during hw lockup. */
13538 if (ret == -EIO)
13539 ret = 0;
13540
13541 if (ret)
13542 break;
13543 }
13544
13545 if (!ret)
13546 return 0;
13547
13548 mutex_lock(&dev->struct_mutex);
13549 drm_atomic_helper_cleanup_planes(dev, state);
13550 }
5008e874 13551
f935675f 13552 mutex_unlock(&dev->struct_mutex);
5008e874
ML
13553 return ret;
13554}
13555
74c090b1
ML
13556/**
13557 * intel_atomic_commit - commit validated state object
13558 * @dev: DRM device
13559 * @state: the top-level driver state object
13560 * @async: asynchronous commit
13561 *
13562 * This function commits a top-level state object that has been validated
13563 * with drm_atomic_helper_check().
13564 *
13565 * FIXME: Atomic modeset support for i915 is not yet complete. At the moment
13566 * we can only handle plane-related operations and do not yet support
13567 * asynchronous commit.
13568 *
13569 * RETURNS
13570 * Zero for success or -errno.
13571 */
13572static int intel_atomic_commit(struct drm_device *dev,
13573 struct drm_atomic_state *state,
13574 bool async)
a6778b3c 13575{
565602d7 13576 struct intel_atomic_state *intel_state = to_intel_atomic_state(state);
fbee40df 13577 struct drm_i915_private *dev_priv = dev->dev_private;
0a9ab303 13578 struct drm_crtc_state *crtc_state;
7580d774 13579 struct drm_crtc *crtc;
396e33ae 13580 struct intel_crtc_state *intel_cstate;
565602d7
ML
13581 int ret = 0, i;
13582 bool hw_check = intel_state->modeset;
a6778b3c 13583
5008e874 13584 ret = intel_atomic_prepare_commit(dev, state, async);
7580d774
ML
13585 if (ret) {
13586 DRM_DEBUG_ATOMIC("Preparing state failed with %i\n", ret);
d4afb8cc 13587 return ret;
7580d774 13588 }
d4afb8cc 13589
1c5e19f8 13590 drm_atomic_helper_swap_state(dev, state);
aa363136 13591 dev_priv->wm.config = to_intel_atomic_state(state)->wm_config;
1c5e19f8 13592
565602d7
ML
13593 if (intel_state->modeset) {
13594 memcpy(dev_priv->min_pixclk, intel_state->min_pixclk,
13595 sizeof(intel_state->min_pixclk));
13596 dev_priv->active_crtcs = intel_state->active_crtcs;
1a617b77 13597 dev_priv->atomic_cdclk_freq = intel_state->cdclk;
565602d7
ML
13598 }
13599
0a9ab303 13600 for_each_crtc_in_state(state, crtc, crtc_state, i) {
a539205a
ML
13601 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
13602
61333b60
ML
13603 if (!needs_modeset(crtc->state))
13604 continue;
13605
a539205a 13606 intel_pre_plane_update(intel_crtc);
460da916 13607
a539205a
ML
13608 if (crtc_state->active) {
13609 intel_crtc_disable_planes(crtc, crtc_state->plane_mask);
13610 dev_priv->display.crtc_disable(crtc);
eddfcbcd
ML
13611 intel_crtc->active = false;
13612 intel_disable_shared_dpll(intel_crtc);
9bbc8258
VS
13613
13614 /*
13615 * Underruns don't always raise
13616 * interrupts, so check manually.
13617 */
13618 intel_check_cpu_fifo_underruns(dev_priv);
13619 intel_check_pch_fifo_underruns(dev_priv);
b9001114
ML
13620
13621 if (!crtc->state->active)
13622 intel_update_watermarks(crtc);
a539205a 13623 }
b8cecdf5 13624 }
7758a113 13625
ea9d758d
DV
13626 /* Only after disabling all output pipelines that will be changed can we
13627 * update the the output configuration. */
4740b0f2 13628 intel_modeset_update_crtc_state(state);
f6e5b160 13629
565602d7 13630 if (intel_state->modeset) {
4740b0f2
ML
13631 intel_shared_dpll_commit(state);
13632
13633 drm_atomic_helper_update_legacy_modeset_state(state->dev, state);
61333b60 13634 modeset_update_crtc_power_domains(state);
4740b0f2 13635 }
47fab737 13636
a6778b3c 13637 /* Now enable the clocks, plane, pipe, and connectors that we set up. */
0a9ab303 13638 for_each_crtc_in_state(state, crtc, crtc_state, i) {
f6ac4b2a
ML
13639 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
13640 bool modeset = needs_modeset(crtc->state);
bfd16b2a
ML
13641 bool update_pipe = !modeset &&
13642 to_intel_crtc_state(crtc->state)->update_pipe;
13643 unsigned long put_domains = 0;
f6ac4b2a 13644
9f836f90
PJ
13645 if (modeset)
13646 intel_display_power_get(dev_priv, POWER_DOMAIN_MODESET);
13647
f6ac4b2a 13648 if (modeset && crtc->state->active) {
a539205a
ML
13649 update_scanline_offset(to_intel_crtc(crtc));
13650 dev_priv->display.crtc_enable(crtc);
13651 }
80715b2f 13652
bfd16b2a
ML
13653 if (update_pipe) {
13654 put_domains = modeset_get_crtc_power_domains(crtc);
13655
13656 /* make sure intel_modeset_check_state runs */
565602d7 13657 hw_check = true;
bfd16b2a
ML
13658 }
13659
f6ac4b2a
ML
13660 if (!modeset)
13661 intel_pre_plane_update(intel_crtc);
13662
6173ee28
ML
13663 if (crtc->state->active &&
13664 (crtc->state->planes_changed || update_pipe))
62852622 13665 drm_atomic_helper_commit_planes_on_crtc(crtc_state);
bfd16b2a
ML
13666
13667 if (put_domains)
13668 modeset_put_power_domains(dev_priv, put_domains);
13669
f6ac4b2a 13670 intel_post_plane_update(intel_crtc);
9f836f90
PJ
13671
13672 if (modeset)
13673 intel_display_power_put(dev_priv, POWER_DOMAIN_MODESET);
80715b2f 13674 }
a6778b3c 13675
a6778b3c 13676 /* FIXME: add subpixel order */
83a57153 13677
74c090b1 13678 drm_atomic_helper_wait_for_vblanks(dev, state);
f935675f 13679
396e33ae
MR
13680 /*
13681 * Now that the vblank has passed, we can go ahead and program the
13682 * optimal watermarks on platforms that need two-step watermark
13683 * programming.
13684 *
13685 * TODO: Move this (and other cleanup) to an async worker eventually.
13686 */
13687 for_each_crtc_in_state(state, crtc, crtc_state, i) {
13688 intel_cstate = to_intel_crtc_state(crtc->state);
13689
13690 if (dev_priv->display.optimize_watermarks)
13691 dev_priv->display.optimize_watermarks(intel_cstate);
13692 }
13693
f935675f 13694 mutex_lock(&dev->struct_mutex);
d4afb8cc 13695 drm_atomic_helper_cleanup_planes(dev, state);
f935675f 13696 mutex_unlock(&dev->struct_mutex);
2bfb4627 13697
565602d7 13698 if (hw_check)
ee165b1a
ML
13699 intel_modeset_check_state(dev, state);
13700
13701 drm_atomic_state_free(state);
f30da187 13702
74c090b1 13703 return 0;
7f27126e
JB
13704}
13705
c0c36b94
CW
13706void intel_crtc_restore_mode(struct drm_crtc *crtc)
13707{
83a57153
ACO
13708 struct drm_device *dev = crtc->dev;
13709 struct drm_atomic_state *state;
e694eb02 13710 struct drm_crtc_state *crtc_state;
2bfb4627 13711 int ret;
83a57153
ACO
13712
13713 state = drm_atomic_state_alloc(dev);
13714 if (!state) {
e694eb02 13715 DRM_DEBUG_KMS("[CRTC:%d] crtc restore failed, out of memory",
83a57153
ACO
13716 crtc->base.id);
13717 return;
13718 }
13719
e694eb02 13720 state->acquire_ctx = drm_modeset_legacy_acquire_ctx(crtc);
83a57153 13721
e694eb02
ML
13722retry:
13723 crtc_state = drm_atomic_get_crtc_state(state, crtc);
13724 ret = PTR_ERR_OR_ZERO(crtc_state);
13725 if (!ret) {
13726 if (!crtc_state->active)
13727 goto out;
83a57153 13728
e694eb02 13729 crtc_state->mode_changed = true;
74c090b1 13730 ret = drm_atomic_commit(state);
83a57153
ACO
13731 }
13732
e694eb02
ML
13733 if (ret == -EDEADLK) {
13734 drm_atomic_state_clear(state);
13735 drm_modeset_backoff(state->acquire_ctx);
13736 goto retry;
4ed9fb37 13737 }
4be07317 13738
2bfb4627 13739 if (ret)
e694eb02 13740out:
2bfb4627 13741 drm_atomic_state_free(state);
c0c36b94
CW
13742}
13743
25c5b266
DV
13744#undef for_each_intel_crtc_masked
13745
f6e5b160 13746static const struct drm_crtc_funcs intel_crtc_funcs = {
f6e5b160 13747 .gamma_set = intel_crtc_gamma_set,
74c090b1 13748 .set_config = drm_atomic_helper_set_config,
f6e5b160
CW
13749 .destroy = intel_crtc_destroy,
13750 .page_flip = intel_crtc_page_flip,
1356837e
MR
13751 .atomic_duplicate_state = intel_crtc_duplicate_state,
13752 .atomic_destroy_state = intel_crtc_destroy_state,
f6e5b160
CW
13753};
13754
5358901f
DV
13755static bool ibx_pch_dpll_get_hw_state(struct drm_i915_private *dev_priv,
13756 struct intel_shared_dpll *pll,
13757 struct intel_dpll_hw_state *hw_state)
ee7b9f93 13758{
5358901f 13759 uint32_t val;
ee7b9f93 13760
f458ebbc 13761 if (!intel_display_power_is_enabled(dev_priv, POWER_DOMAIN_PLLS))
bd2bb1b9
PZ
13762 return false;
13763
5358901f 13764 val = I915_READ(PCH_DPLL(pll->id));
66e985c0
DV
13765 hw_state->dpll = val;
13766 hw_state->fp0 = I915_READ(PCH_FP0(pll->id));
13767 hw_state->fp1 = I915_READ(PCH_FP1(pll->id));
5358901f
DV
13768
13769 return val & DPLL_VCO_ENABLE;
13770}
13771
15bdd4cf
DV
13772static void ibx_pch_dpll_mode_set(struct drm_i915_private *dev_priv,
13773 struct intel_shared_dpll *pll)
13774{
3e369b76
ACO
13775 I915_WRITE(PCH_FP0(pll->id), pll->config.hw_state.fp0);
13776 I915_WRITE(PCH_FP1(pll->id), pll->config.hw_state.fp1);
15bdd4cf
DV
13777}
13778
e7b903d2
DV
13779static void ibx_pch_dpll_enable(struct drm_i915_private *dev_priv,
13780 struct intel_shared_dpll *pll)
13781{
e7b903d2 13782 /* PCH refclock must be enabled first */
89eff4be 13783 ibx_assert_pch_refclk_enabled(dev_priv);
e7b903d2 13784
3e369b76 13785 I915_WRITE(PCH_DPLL(pll->id), pll->config.hw_state.dpll);
15bdd4cf
DV
13786
13787 /* Wait for the clocks to stabilize. */
13788 POSTING_READ(PCH_DPLL(pll->id));
13789 udelay(150);
13790
13791 /* The pixel multiplier can only be updated once the
13792 * DPLL is enabled and the clocks are stable.
13793 *
13794 * So write it again.
13795 */
3e369b76 13796 I915_WRITE(PCH_DPLL(pll->id), pll->config.hw_state.dpll);
15bdd4cf 13797 POSTING_READ(PCH_DPLL(pll->id));
e7b903d2
DV
13798 udelay(200);
13799}
13800
13801static void ibx_pch_dpll_disable(struct drm_i915_private *dev_priv,
13802 struct intel_shared_dpll *pll)
13803{
13804 struct drm_device *dev = dev_priv->dev;
13805 struct intel_crtc *crtc;
e7b903d2
DV
13806
13807 /* Make sure no transcoder isn't still depending on us. */
d3fcc808 13808 for_each_intel_crtc(dev, crtc) {
e7b903d2
DV
13809 if (intel_crtc_to_shared_dpll(crtc) == pll)
13810 assert_pch_transcoder_disabled(dev_priv, crtc->pipe);
ee7b9f93
JB
13811 }
13812
15bdd4cf
DV
13813 I915_WRITE(PCH_DPLL(pll->id), 0);
13814 POSTING_READ(PCH_DPLL(pll->id));
e7b903d2
DV
13815 udelay(200);
13816}
13817
46edb027
DV
13818static char *ibx_pch_dpll_names[] = {
13819 "PCH DPLL A",
13820 "PCH DPLL B",
13821};
13822
7c74ade1 13823static void ibx_pch_dpll_init(struct drm_device *dev)
ee7b9f93 13824{
e7b903d2 13825 struct drm_i915_private *dev_priv = dev->dev_private;
ee7b9f93
JB
13826 int i;
13827
7c74ade1 13828 dev_priv->num_shared_dpll = 2;
ee7b9f93 13829
e72f9fbf 13830 for (i = 0; i < dev_priv->num_shared_dpll; i++) {
46edb027
DV
13831 dev_priv->shared_dplls[i].id = i;
13832 dev_priv->shared_dplls[i].name = ibx_pch_dpll_names[i];
15bdd4cf 13833 dev_priv->shared_dplls[i].mode_set = ibx_pch_dpll_mode_set;
e7b903d2
DV
13834 dev_priv->shared_dplls[i].enable = ibx_pch_dpll_enable;
13835 dev_priv->shared_dplls[i].disable = ibx_pch_dpll_disable;
5358901f
DV
13836 dev_priv->shared_dplls[i].get_hw_state =
13837 ibx_pch_dpll_get_hw_state;
ee7b9f93
JB
13838 }
13839}
13840
7c74ade1
DV
13841static void intel_shared_dpll_init(struct drm_device *dev)
13842{
e7b903d2 13843 struct drm_i915_private *dev_priv = dev->dev_private;
7c74ade1 13844
9cd86933
DV
13845 if (HAS_DDI(dev))
13846 intel_ddi_pll_init(dev);
13847 else if (HAS_PCH_IBX(dev) || HAS_PCH_CPT(dev))
7c74ade1
DV
13848 ibx_pch_dpll_init(dev);
13849 else
13850 dev_priv->num_shared_dpll = 0;
13851
13852 BUG_ON(dev_priv->num_shared_dpll > I915_NUM_PLLS);
7c74ade1
DV
13853}
13854
6beb8c23
MR
13855/**
13856 * intel_prepare_plane_fb - Prepare fb for usage on plane
13857 * @plane: drm plane to prepare for
13858 * @fb: framebuffer to prepare for presentation
13859 *
13860 * Prepares a framebuffer for usage on a display plane. Generally this
13861 * involves pinning the underlying object and updating the frontbuffer tracking
13862 * bits. Some older platforms need special physical address handling for
13863 * cursor planes.
13864 *
f935675f
ML
13865 * Must be called with struct_mutex held.
13866 *
6beb8c23
MR
13867 * Returns 0 on success, negative error code on failure.
13868 */
13869int
13870intel_prepare_plane_fb(struct drm_plane *plane,
d136dfee 13871 const struct drm_plane_state *new_state)
465c120c
MR
13872{
13873 struct drm_device *dev = plane->dev;
844f9111 13874 struct drm_framebuffer *fb = new_state->fb;
6beb8c23 13875 struct intel_plane *intel_plane = to_intel_plane(plane);
6beb8c23 13876 struct drm_i915_gem_object *obj = intel_fb_obj(fb);
1ee49399 13877 struct drm_i915_gem_object *old_obj = intel_fb_obj(plane->state->fb);
6beb8c23 13878 int ret = 0;
465c120c 13879
1ee49399 13880 if (!obj && !old_obj)
465c120c
MR
13881 return 0;
13882
5008e874
ML
13883 if (old_obj) {
13884 struct drm_crtc_state *crtc_state =
13885 drm_atomic_get_existing_crtc_state(new_state->state, plane->state->crtc);
13886
13887 /* Big Hammer, we also need to ensure that any pending
13888 * MI_WAIT_FOR_EVENT inside a user batch buffer on the
13889 * current scanout is retired before unpinning the old
13890 * framebuffer. Note that we rely on userspace rendering
13891 * into the buffer attached to the pipe they are waiting
13892 * on. If not, userspace generates a GPU hang with IPEHR
13893 * point to the MI_WAIT_FOR_EVENT.
13894 *
13895 * This should only fail upon a hung GPU, in which case we
13896 * can safely continue.
13897 */
13898 if (needs_modeset(crtc_state))
13899 ret = i915_gem_object_wait_rendering(old_obj, true);
13900
13901 /* Swallow -EIO errors to allow updates during hw lockup. */
13902 if (ret && ret != -EIO)
f935675f 13903 return ret;
5008e874
ML
13904 }
13905
3c28ff22
AG
13906 /* For framebuffer backed by dmabuf, wait for fence */
13907 if (obj && obj->base.dma_buf) {
13908 ret = reservation_object_wait_timeout_rcu(obj->base.dma_buf->resv,
13909 false, true,
13910 MAX_SCHEDULE_TIMEOUT);
13911 if (ret == -ERESTARTSYS)
13912 return ret;
13913
13914 WARN_ON(ret < 0);
13915 }
13916
1ee49399
ML
13917 if (!obj) {
13918 ret = 0;
13919 } else if (plane->type == DRM_PLANE_TYPE_CURSOR &&
6beb8c23
MR
13920 INTEL_INFO(dev)->cursor_needs_physical) {
13921 int align = IS_I830(dev) ? 16 * 1024 : 256;
13922 ret = i915_gem_object_attach_phys(obj, align);
13923 if (ret)
13924 DRM_DEBUG_KMS("failed to attach phys object\n");
13925 } else {
7580d774 13926 ret = intel_pin_and_fence_fb_obj(plane, fb, new_state);
6beb8c23 13927 }
465c120c 13928
7580d774
ML
13929 if (ret == 0) {
13930 if (obj) {
13931 struct intel_plane_state *plane_state =
13932 to_intel_plane_state(new_state);
13933
13934 i915_gem_request_assign(&plane_state->wait_req,
13935 obj->last_write_req);
13936 }
13937
a9ff8714 13938 i915_gem_track_fb(old_obj, obj, intel_plane->frontbuffer_bit);
7580d774 13939 }
fdd508a6 13940
6beb8c23
MR
13941 return ret;
13942}
13943
38f3ce3a
MR
13944/**
13945 * intel_cleanup_plane_fb - Cleans up an fb after plane use
13946 * @plane: drm plane to clean up for
13947 * @fb: old framebuffer that was on plane
13948 *
13949 * Cleans up a framebuffer that has just been removed from a plane.
f935675f
ML
13950 *
13951 * Must be called with struct_mutex held.
38f3ce3a
MR
13952 */
13953void
13954intel_cleanup_plane_fb(struct drm_plane *plane,
d136dfee 13955 const struct drm_plane_state *old_state)
38f3ce3a
MR
13956{
13957 struct drm_device *dev = plane->dev;
1ee49399 13958 struct intel_plane *intel_plane = to_intel_plane(plane);
7580d774 13959 struct intel_plane_state *old_intel_state;
1ee49399
ML
13960 struct drm_i915_gem_object *old_obj = intel_fb_obj(old_state->fb);
13961 struct drm_i915_gem_object *obj = intel_fb_obj(plane->state->fb);
38f3ce3a 13962
7580d774
ML
13963 old_intel_state = to_intel_plane_state(old_state);
13964
1ee49399 13965 if (!obj && !old_obj)
38f3ce3a
MR
13966 return;
13967
1ee49399
ML
13968 if (old_obj && (plane->type != DRM_PLANE_TYPE_CURSOR ||
13969 !INTEL_INFO(dev)->cursor_needs_physical))
844f9111 13970 intel_unpin_fb_obj(old_state->fb, old_state);
1ee49399
ML
13971
13972 /* prepare_fb aborted? */
13973 if ((old_obj && (old_obj->frontbuffer_bits & intel_plane->frontbuffer_bit)) ||
13974 (obj && !(obj->frontbuffer_bits & intel_plane->frontbuffer_bit)))
13975 i915_gem_track_fb(old_obj, obj, intel_plane->frontbuffer_bit);
7580d774
ML
13976
13977 i915_gem_request_assign(&old_intel_state->wait_req, NULL);
13978
465c120c
MR
13979}
13980
6156a456
CK
13981int
13982skl_max_scale(struct intel_crtc *intel_crtc, struct intel_crtc_state *crtc_state)
13983{
13984 int max_scale;
13985 struct drm_device *dev;
13986 struct drm_i915_private *dev_priv;
13987 int crtc_clock, cdclk;
13988
bf8a0af0 13989 if (!intel_crtc || !crtc_state->base.enable)
6156a456
CK
13990 return DRM_PLANE_HELPER_NO_SCALING;
13991
13992 dev = intel_crtc->base.dev;
13993 dev_priv = dev->dev_private;
13994 crtc_clock = crtc_state->base.adjusted_mode.crtc_clock;
27c329ed 13995 cdclk = to_intel_atomic_state(crtc_state->base.state)->cdclk;
6156a456 13996
54bf1ce6 13997 if (WARN_ON_ONCE(!crtc_clock || cdclk < crtc_clock))
6156a456
CK
13998 return DRM_PLANE_HELPER_NO_SCALING;
13999
14000 /*
14001 * skl max scale is lower of:
14002 * close to 3 but not 3, -1 is for that purpose
14003 * or
14004 * cdclk/crtc_clock
14005 */
14006 max_scale = min((1 << 16) * 3 - 1, (1 << 8) * ((cdclk << 8) / crtc_clock));
14007
14008 return max_scale;
14009}
14010
465c120c 14011static int
3c692a41 14012intel_check_primary_plane(struct drm_plane *plane,
061e4b8d 14013 struct intel_crtc_state *crtc_state,
3c692a41
GP
14014 struct intel_plane_state *state)
14015{
2b875c22
MR
14016 struct drm_crtc *crtc = state->base.crtc;
14017 struct drm_framebuffer *fb = state->base.fb;
6156a456 14018 int min_scale = DRM_PLANE_HELPER_NO_SCALING;
061e4b8d
ML
14019 int max_scale = DRM_PLANE_HELPER_NO_SCALING;
14020 bool can_position = false;
465c120c 14021
061e4b8d
ML
14022 /* use scaler when colorkey is not required */
14023 if (INTEL_INFO(plane->dev)->gen >= 9 &&
818ed961 14024 state->ckey.flags == I915_SET_COLORKEY_NONE) {
061e4b8d
ML
14025 min_scale = 1;
14026 max_scale = skl_max_scale(to_intel_crtc(crtc), crtc_state);
d8106366 14027 can_position = true;
6156a456 14028 }
d8106366 14029
061e4b8d
ML
14030 return drm_plane_helper_check_update(plane, crtc, fb, &state->src,
14031 &state->dst, &state->clip,
da20eabd
ML
14032 min_scale, max_scale,
14033 can_position, true,
14034 &state->visible);
14af293f
GP
14035}
14036
14037static void
14038intel_commit_primary_plane(struct drm_plane *plane,
14039 struct intel_plane_state *state)
14040{
2b875c22
MR
14041 struct drm_crtc *crtc = state->base.crtc;
14042 struct drm_framebuffer *fb = state->base.fb;
14043 struct drm_device *dev = plane->dev;
14af293f 14044 struct drm_i915_private *dev_priv = dev->dev_private;
14af293f 14045
ea2c67bb 14046 crtc = crtc ? crtc : plane->crtc;
ccc759dc 14047
d4b08630
ML
14048 dev_priv->display.update_primary_plane(crtc, fb,
14049 state->src.x1 >> 16,
14050 state->src.y1 >> 16);
465c120c
MR
14051}
14052
a8ad0d8e
ML
14053static void
14054intel_disable_primary_plane(struct drm_plane *plane,
7fabf5ef 14055 struct drm_crtc *crtc)
a8ad0d8e
ML
14056{
14057 struct drm_device *dev = plane->dev;
14058 struct drm_i915_private *dev_priv = dev->dev_private;
14059
a8ad0d8e
ML
14060 dev_priv->display.update_primary_plane(crtc, NULL, 0, 0);
14061}
14062
613d2b27
ML
14063static void intel_begin_crtc_commit(struct drm_crtc *crtc,
14064 struct drm_crtc_state *old_crtc_state)
3c692a41 14065{
32b7eeec 14066 struct drm_device *dev = crtc->dev;
3c692a41 14067 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
bfd16b2a
ML
14068 struct intel_crtc_state *old_intel_state =
14069 to_intel_crtc_state(old_crtc_state);
14070 bool modeset = needs_modeset(crtc->state);
3c692a41 14071
c34c9ee4 14072 /* Perform vblank evasion around commit operation */
62852622 14073 intel_pipe_update_start(intel_crtc);
0583236e 14074
bfd16b2a
ML
14075 if (modeset)
14076 return;
14077
14078 if (to_intel_crtc_state(crtc->state)->update_pipe)
14079 intel_update_pipe_config(intel_crtc, old_intel_state);
14080 else if (INTEL_INFO(dev)->gen >= 9)
0583236e 14081 skl_detach_scalers(intel_crtc);
32b7eeec
MR
14082}
14083
613d2b27
ML
14084static void intel_finish_crtc_commit(struct drm_crtc *crtc,
14085 struct drm_crtc_state *old_crtc_state)
32b7eeec 14086{
32b7eeec 14087 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
32b7eeec 14088
62852622 14089 intel_pipe_update_end(intel_crtc);
3c692a41
GP
14090}
14091
cf4c7c12 14092/**
4a3b8769
MR
14093 * intel_plane_destroy - destroy a plane
14094 * @plane: plane to destroy
cf4c7c12 14095 *
4a3b8769
MR
14096 * Common destruction function for all types of planes (primary, cursor,
14097 * sprite).
cf4c7c12 14098 */
4a3b8769 14099void intel_plane_destroy(struct drm_plane *plane)
465c120c
MR
14100{
14101 struct intel_plane *intel_plane = to_intel_plane(plane);
14102 drm_plane_cleanup(plane);
14103 kfree(intel_plane);
14104}
14105
65a3fea0 14106const struct drm_plane_funcs intel_plane_funcs = {
70a101f8
MR
14107 .update_plane = drm_atomic_helper_update_plane,
14108 .disable_plane = drm_atomic_helper_disable_plane,
3d7d6510 14109 .destroy = intel_plane_destroy,
c196e1d6 14110 .set_property = drm_atomic_helper_plane_set_property,
a98b3431
MR
14111 .atomic_get_property = intel_plane_atomic_get_property,
14112 .atomic_set_property = intel_plane_atomic_set_property,
ea2c67bb
MR
14113 .atomic_duplicate_state = intel_plane_duplicate_state,
14114 .atomic_destroy_state = intel_plane_destroy_state,
14115
465c120c
MR
14116};
14117
14118static struct drm_plane *intel_primary_plane_create(struct drm_device *dev,
14119 int pipe)
14120{
14121 struct intel_plane *primary;
8e7d688b 14122 struct intel_plane_state *state;
465c120c 14123 const uint32_t *intel_primary_formats;
45e3743a 14124 unsigned int num_formats;
465c120c
MR
14125
14126 primary = kzalloc(sizeof(*primary), GFP_KERNEL);
14127 if (primary == NULL)
14128 return NULL;
14129
8e7d688b
MR
14130 state = intel_create_plane_state(&primary->base);
14131 if (!state) {
ea2c67bb
MR
14132 kfree(primary);
14133 return NULL;
14134 }
8e7d688b 14135 primary->base.state = &state->base;
ea2c67bb 14136
465c120c
MR
14137 primary->can_scale = false;
14138 primary->max_downscale = 1;
6156a456
CK
14139 if (INTEL_INFO(dev)->gen >= 9) {
14140 primary->can_scale = true;
af99ceda 14141 state->scaler_id = -1;
6156a456 14142 }
465c120c
MR
14143 primary->pipe = pipe;
14144 primary->plane = pipe;
a9ff8714 14145 primary->frontbuffer_bit = INTEL_FRONTBUFFER_PRIMARY(pipe);
c59cb179
MR
14146 primary->check_plane = intel_check_primary_plane;
14147 primary->commit_plane = intel_commit_primary_plane;
a8ad0d8e 14148 primary->disable_plane = intel_disable_primary_plane;
465c120c
MR
14149 if (HAS_FBC(dev) && INTEL_INFO(dev)->gen < 4)
14150 primary->plane = !pipe;
14151
6c0fd451
DL
14152 if (INTEL_INFO(dev)->gen >= 9) {
14153 intel_primary_formats = skl_primary_formats;
14154 num_formats = ARRAY_SIZE(skl_primary_formats);
14155 } else if (INTEL_INFO(dev)->gen >= 4) {
568db4f2
DL
14156 intel_primary_formats = i965_primary_formats;
14157 num_formats = ARRAY_SIZE(i965_primary_formats);
6c0fd451
DL
14158 } else {
14159 intel_primary_formats = i8xx_primary_formats;
14160 num_formats = ARRAY_SIZE(i8xx_primary_formats);
465c120c
MR
14161 }
14162
14163 drm_universal_plane_init(dev, &primary->base, 0,
65a3fea0 14164 &intel_plane_funcs,
465c120c
MR
14165 intel_primary_formats, num_formats,
14166 DRM_PLANE_TYPE_PRIMARY);
48404c1e 14167
3b7a5119
SJ
14168 if (INTEL_INFO(dev)->gen >= 4)
14169 intel_create_rotation_property(dev, primary);
48404c1e 14170
ea2c67bb
MR
14171 drm_plane_helper_add(&primary->base, &intel_plane_helper_funcs);
14172
465c120c
MR
14173 return &primary->base;
14174}
14175
3b7a5119
SJ
14176void intel_create_rotation_property(struct drm_device *dev, struct intel_plane *plane)
14177{
14178 if (!dev->mode_config.rotation_property) {
14179 unsigned long flags = BIT(DRM_ROTATE_0) |
14180 BIT(DRM_ROTATE_180);
14181
14182 if (INTEL_INFO(dev)->gen >= 9)
14183 flags |= BIT(DRM_ROTATE_90) | BIT(DRM_ROTATE_270);
14184
14185 dev->mode_config.rotation_property =
14186 drm_mode_create_rotation_property(dev, flags);
14187 }
14188 if (dev->mode_config.rotation_property)
14189 drm_object_attach_property(&plane->base.base,
14190 dev->mode_config.rotation_property,
14191 plane->base.state->rotation);
14192}
14193
3d7d6510 14194static int
852e787c 14195intel_check_cursor_plane(struct drm_plane *plane,
061e4b8d 14196 struct intel_crtc_state *crtc_state,
852e787c 14197 struct intel_plane_state *state)
3d7d6510 14198{
061e4b8d 14199 struct drm_crtc *crtc = crtc_state->base.crtc;
2b875c22 14200 struct drm_framebuffer *fb = state->base.fb;
757f9a3e 14201 struct drm_i915_gem_object *obj = intel_fb_obj(fb);
b29ec92c 14202 enum pipe pipe = to_intel_plane(plane)->pipe;
757f9a3e
GP
14203 unsigned stride;
14204 int ret;
3d7d6510 14205
061e4b8d
ML
14206 ret = drm_plane_helper_check_update(plane, crtc, fb, &state->src,
14207 &state->dst, &state->clip,
3d7d6510
MR
14208 DRM_PLANE_HELPER_NO_SCALING,
14209 DRM_PLANE_HELPER_NO_SCALING,
852e787c 14210 true, true, &state->visible);
757f9a3e
GP
14211 if (ret)
14212 return ret;
14213
757f9a3e
GP
14214 /* if we want to turn off the cursor ignore width and height */
14215 if (!obj)
da20eabd 14216 return 0;
757f9a3e 14217
757f9a3e 14218 /* Check for which cursor types we support */
061e4b8d 14219 if (!cursor_size_ok(plane->dev, state->base.crtc_w, state->base.crtc_h)) {
ea2c67bb
MR
14220 DRM_DEBUG("Cursor dimension %dx%d not supported\n",
14221 state->base.crtc_w, state->base.crtc_h);
757f9a3e
GP
14222 return -EINVAL;
14223 }
14224
ea2c67bb
MR
14225 stride = roundup_pow_of_two(state->base.crtc_w) * 4;
14226 if (obj->base.size < stride * state->base.crtc_h) {
757f9a3e
GP
14227 DRM_DEBUG_KMS("buffer is too small\n");
14228 return -ENOMEM;
14229 }
14230
3a656b54 14231 if (fb->modifier[0] != DRM_FORMAT_MOD_NONE) {
757f9a3e 14232 DRM_DEBUG_KMS("cursor cannot be tiled\n");
da20eabd 14233 return -EINVAL;
32b7eeec
MR
14234 }
14235
b29ec92c
VS
14236 /*
14237 * There's something wrong with the cursor on CHV pipe C.
14238 * If it straddles the left edge of the screen then
14239 * moving it away from the edge or disabling it often
14240 * results in a pipe underrun, and often that can lead to
14241 * dead pipe (constant underrun reported, and it scans
14242 * out just a solid color). To recover from that, the
14243 * display power well must be turned off and on again.
14244 * Refuse the put the cursor into that compromised position.
14245 */
14246 if (IS_CHERRYVIEW(plane->dev) && pipe == PIPE_C &&
14247 state->visible && state->base.crtc_x < 0) {
14248 DRM_DEBUG_KMS("CHV cursor C not allowed to straddle the left screen edge\n");
14249 return -EINVAL;
14250 }
14251
da20eabd 14252 return 0;
852e787c 14253}
3d7d6510 14254
a8ad0d8e
ML
14255static void
14256intel_disable_cursor_plane(struct drm_plane *plane,
7fabf5ef 14257 struct drm_crtc *crtc)
a8ad0d8e 14258{
a8ad0d8e
ML
14259 intel_crtc_update_cursor(crtc, false);
14260}
14261
f4a2cf29 14262static void
852e787c
GP
14263intel_commit_cursor_plane(struct drm_plane *plane,
14264 struct intel_plane_state *state)
14265{
2b875c22 14266 struct drm_crtc *crtc = state->base.crtc;
ea2c67bb
MR
14267 struct drm_device *dev = plane->dev;
14268 struct intel_crtc *intel_crtc;
2b875c22 14269 struct drm_i915_gem_object *obj = intel_fb_obj(state->base.fb);
a912f12f 14270 uint32_t addr;
852e787c 14271
ea2c67bb
MR
14272 crtc = crtc ? crtc : plane->crtc;
14273 intel_crtc = to_intel_crtc(crtc);
14274
f4a2cf29 14275 if (!obj)
a912f12f 14276 addr = 0;
f4a2cf29 14277 else if (!INTEL_INFO(dev)->cursor_needs_physical)
a912f12f 14278 addr = i915_gem_obj_ggtt_offset(obj);
f4a2cf29 14279 else
a912f12f 14280 addr = obj->phys_handle->busaddr;
852e787c 14281
a912f12f 14282 intel_crtc->cursor_addr = addr;
852e787c 14283
62852622 14284 intel_crtc_update_cursor(crtc, state->visible);
852e787c
GP
14285}
14286
3d7d6510
MR
14287static struct drm_plane *intel_cursor_plane_create(struct drm_device *dev,
14288 int pipe)
14289{
14290 struct intel_plane *cursor;
8e7d688b 14291 struct intel_plane_state *state;
3d7d6510
MR
14292
14293 cursor = kzalloc(sizeof(*cursor), GFP_KERNEL);
14294 if (cursor == NULL)
14295 return NULL;
14296
8e7d688b
MR
14297 state = intel_create_plane_state(&cursor->base);
14298 if (!state) {
ea2c67bb
MR
14299 kfree(cursor);
14300 return NULL;
14301 }
8e7d688b 14302 cursor->base.state = &state->base;
ea2c67bb 14303
3d7d6510
MR
14304 cursor->can_scale = false;
14305 cursor->max_downscale = 1;
14306 cursor->pipe = pipe;
14307 cursor->plane = pipe;
a9ff8714 14308 cursor->frontbuffer_bit = INTEL_FRONTBUFFER_CURSOR(pipe);
c59cb179
MR
14309 cursor->check_plane = intel_check_cursor_plane;
14310 cursor->commit_plane = intel_commit_cursor_plane;
a8ad0d8e 14311 cursor->disable_plane = intel_disable_cursor_plane;
3d7d6510
MR
14312
14313 drm_universal_plane_init(dev, &cursor->base, 0,
65a3fea0 14314 &intel_plane_funcs,
3d7d6510
MR
14315 intel_cursor_formats,
14316 ARRAY_SIZE(intel_cursor_formats),
14317 DRM_PLANE_TYPE_CURSOR);
4398ad45
VS
14318
14319 if (INTEL_INFO(dev)->gen >= 4) {
14320 if (!dev->mode_config.rotation_property)
14321 dev->mode_config.rotation_property =
14322 drm_mode_create_rotation_property(dev,
14323 BIT(DRM_ROTATE_0) |
14324 BIT(DRM_ROTATE_180));
14325 if (dev->mode_config.rotation_property)
14326 drm_object_attach_property(&cursor->base.base,
14327 dev->mode_config.rotation_property,
8e7d688b 14328 state->base.rotation);
4398ad45
VS
14329 }
14330
af99ceda
CK
14331 if (INTEL_INFO(dev)->gen >=9)
14332 state->scaler_id = -1;
14333
ea2c67bb
MR
14334 drm_plane_helper_add(&cursor->base, &intel_plane_helper_funcs);
14335
3d7d6510
MR
14336 return &cursor->base;
14337}
14338
549e2bfb
CK
14339static void skl_init_scalers(struct drm_device *dev, struct intel_crtc *intel_crtc,
14340 struct intel_crtc_state *crtc_state)
14341{
14342 int i;
14343 struct intel_scaler *intel_scaler;
14344 struct intel_crtc_scaler_state *scaler_state = &crtc_state->scaler_state;
14345
14346 for (i = 0; i < intel_crtc->num_scalers; i++) {
14347 intel_scaler = &scaler_state->scalers[i];
14348 intel_scaler->in_use = 0;
549e2bfb
CK
14349 intel_scaler->mode = PS_SCALER_MODE_DYN;
14350 }
14351
14352 scaler_state->scaler_id = -1;
14353}
14354
b358d0a6 14355static void intel_crtc_init(struct drm_device *dev, int pipe)
79e53945 14356{
fbee40df 14357 struct drm_i915_private *dev_priv = dev->dev_private;
79e53945 14358 struct intel_crtc *intel_crtc;
f5de6e07 14359 struct intel_crtc_state *crtc_state = NULL;
3d7d6510
MR
14360 struct drm_plane *primary = NULL;
14361 struct drm_plane *cursor = NULL;
465c120c 14362 int i, ret;
79e53945 14363
955382f3 14364 intel_crtc = kzalloc(sizeof(*intel_crtc), GFP_KERNEL);
79e53945
JB
14365 if (intel_crtc == NULL)
14366 return;
14367
f5de6e07
ACO
14368 crtc_state = kzalloc(sizeof(*crtc_state), GFP_KERNEL);
14369 if (!crtc_state)
14370 goto fail;
550acefd
ACO
14371 intel_crtc->config = crtc_state;
14372 intel_crtc->base.state = &crtc_state->base;
07878248 14373 crtc_state->base.crtc = &intel_crtc->base;
f5de6e07 14374
549e2bfb
CK
14375 /* initialize shared scalers */
14376 if (INTEL_INFO(dev)->gen >= 9) {
14377 if (pipe == PIPE_C)
14378 intel_crtc->num_scalers = 1;
14379 else
14380 intel_crtc->num_scalers = SKL_NUM_SCALERS;
14381
14382 skl_init_scalers(dev, intel_crtc, crtc_state);
14383 }
14384
465c120c 14385 primary = intel_primary_plane_create(dev, pipe);
3d7d6510
MR
14386 if (!primary)
14387 goto fail;
14388
14389 cursor = intel_cursor_plane_create(dev, pipe);
14390 if (!cursor)
14391 goto fail;
14392
465c120c 14393 ret = drm_crtc_init_with_planes(dev, &intel_crtc->base, primary,
3d7d6510
MR
14394 cursor, &intel_crtc_funcs);
14395 if (ret)
14396 goto fail;
79e53945
JB
14397
14398 drm_mode_crtc_set_gamma_size(&intel_crtc->base, 256);
79e53945
JB
14399 for (i = 0; i < 256; i++) {
14400 intel_crtc->lut_r[i] = i;
14401 intel_crtc->lut_g[i] = i;
14402 intel_crtc->lut_b[i] = i;
14403 }
14404
1f1c2e24
VS
14405 /*
14406 * On gen2/3 only plane A can do fbc, but the panel fitter and lvds port
8c0f92e1 14407 * is hooked to pipe B. Hence we want plane A feeding pipe B.
1f1c2e24 14408 */
80824003
JB
14409 intel_crtc->pipe = pipe;
14410 intel_crtc->plane = pipe;
3a77c4c4 14411 if (HAS_FBC(dev) && INTEL_INFO(dev)->gen < 4) {
28c97730 14412 DRM_DEBUG_KMS("swapping pipes & planes for FBC\n");
e2e767ab 14413 intel_crtc->plane = !pipe;
80824003
JB
14414 }
14415
4b0e333e
CW
14416 intel_crtc->cursor_base = ~0;
14417 intel_crtc->cursor_cntl = ~0;
dc41c154 14418 intel_crtc->cursor_size = ~0;
8d7849db 14419
852eb00d
VS
14420 intel_crtc->wm.cxsr_allowed = true;
14421
22fd0fab
JB
14422 BUG_ON(pipe >= ARRAY_SIZE(dev_priv->plane_to_crtc_mapping) ||
14423 dev_priv->plane_to_crtc_mapping[intel_crtc->plane] != NULL);
14424 dev_priv->plane_to_crtc_mapping[intel_crtc->plane] = &intel_crtc->base;
14425 dev_priv->pipe_to_crtc_mapping[intel_crtc->pipe] = &intel_crtc->base;
14426
79e53945 14427 drm_crtc_helper_add(&intel_crtc->base, &intel_helper_funcs);
87b6b101
DV
14428
14429 WARN_ON(drm_crtc_index(&intel_crtc->base) != intel_crtc->pipe);
3d7d6510
MR
14430 return;
14431
14432fail:
14433 if (primary)
14434 drm_plane_cleanup(primary);
14435 if (cursor)
14436 drm_plane_cleanup(cursor);
f5de6e07 14437 kfree(crtc_state);
3d7d6510 14438 kfree(intel_crtc);
79e53945
JB
14439}
14440
752aa88a
JB
14441enum pipe intel_get_pipe_from_connector(struct intel_connector *connector)
14442{
14443 struct drm_encoder *encoder = connector->base.encoder;
6e9f798d 14444 struct drm_device *dev = connector->base.dev;
752aa88a 14445
51fd371b 14446 WARN_ON(!drm_modeset_is_locked(&dev->mode_config.connection_mutex));
752aa88a 14447
d3babd3f 14448 if (!encoder || WARN_ON(!encoder->crtc))
752aa88a
JB
14449 return INVALID_PIPE;
14450
14451 return to_intel_crtc(encoder->crtc)->pipe;
14452}
14453
08d7b3d1 14454int intel_get_pipe_from_crtc_id(struct drm_device *dev, void *data,
05394f39 14455 struct drm_file *file)
08d7b3d1 14456{
08d7b3d1 14457 struct drm_i915_get_pipe_from_crtc_id *pipe_from_crtc_id = data;
7707e653 14458 struct drm_crtc *drmmode_crtc;
c05422d5 14459 struct intel_crtc *crtc;
08d7b3d1 14460
7707e653 14461 drmmode_crtc = drm_crtc_find(dev, pipe_from_crtc_id->crtc_id);
08d7b3d1 14462
7707e653 14463 if (!drmmode_crtc) {
08d7b3d1 14464 DRM_ERROR("no such CRTC id\n");
3f2c2057 14465 return -ENOENT;
08d7b3d1
CW
14466 }
14467
7707e653 14468 crtc = to_intel_crtc(drmmode_crtc);
c05422d5 14469 pipe_from_crtc_id->pipe = crtc->pipe;
08d7b3d1 14470
c05422d5 14471 return 0;
08d7b3d1
CW
14472}
14473
66a9278e 14474static int intel_encoder_clones(struct intel_encoder *encoder)
79e53945 14475{
66a9278e
DV
14476 struct drm_device *dev = encoder->base.dev;
14477 struct intel_encoder *source_encoder;
79e53945 14478 int index_mask = 0;
79e53945
JB
14479 int entry = 0;
14480
b2784e15 14481 for_each_intel_encoder(dev, source_encoder) {
bc079e8b 14482 if (encoders_cloneable(encoder, source_encoder))
66a9278e
DV
14483 index_mask |= (1 << entry);
14484
79e53945
JB
14485 entry++;
14486 }
4ef69c7a 14487
79e53945
JB
14488 return index_mask;
14489}
14490
4d302442
CW
14491static bool has_edp_a(struct drm_device *dev)
14492{
14493 struct drm_i915_private *dev_priv = dev->dev_private;
14494
14495 if (!IS_MOBILE(dev))
14496 return false;
14497
14498 if ((I915_READ(DP_A) & DP_DETECTED) == 0)
14499 return false;
14500
e3589908 14501 if (IS_GEN5(dev) && (I915_READ(FUSE_STRAP) & ILK_eDP_A_DISABLE))
4d302442
CW
14502 return false;
14503
14504 return true;
14505}
14506
84b4e042
JB
14507static bool intel_crt_present(struct drm_device *dev)
14508{
14509 struct drm_i915_private *dev_priv = dev->dev_private;
14510
884497ed
DL
14511 if (INTEL_INFO(dev)->gen >= 9)
14512 return false;
14513
cf404ce4 14514 if (IS_HSW_ULT(dev) || IS_BDW_ULT(dev))
84b4e042
JB
14515 return false;
14516
14517 if (IS_CHERRYVIEW(dev))
14518 return false;
14519
65e472e4
VS
14520 if (HAS_PCH_LPT_H(dev) && I915_READ(SFUSE_STRAP) & SFUSE_STRAP_CRT_DISABLED)
14521 return false;
14522
70ac54d0
VS
14523 /* DDI E can't be used if DDI A requires 4 lanes */
14524 if (HAS_DDI(dev) && I915_READ(DDI_BUF_CTL(PORT_A)) & DDI_A_4_LANES)
14525 return false;
14526
e4abb733 14527 if (!dev_priv->vbt.int_crt_support)
84b4e042
JB
14528 return false;
14529
14530 return true;
14531}
14532
79e53945
JB
14533static void intel_setup_outputs(struct drm_device *dev)
14534{
725e30ad 14535 struct drm_i915_private *dev_priv = dev->dev_private;
4ef69c7a 14536 struct intel_encoder *encoder;
cb0953d7 14537 bool dpd_is_edp = false;
79e53945 14538
c9093354 14539 intel_lvds_init(dev);
79e53945 14540
84b4e042 14541 if (intel_crt_present(dev))
79935fca 14542 intel_crt_init(dev);
cb0953d7 14543
c776eb2e
VK
14544 if (IS_BROXTON(dev)) {
14545 /*
14546 * FIXME: Broxton doesn't support port detection via the
14547 * DDI_BUF_CTL_A or SFUSE_STRAP registers, find another way to
14548 * detect the ports.
14549 */
14550 intel_ddi_init(dev, PORT_A);
14551 intel_ddi_init(dev, PORT_B);
14552 intel_ddi_init(dev, PORT_C);
14553 } else if (HAS_DDI(dev)) {
0e72a5b5
ED
14554 int found;
14555
de31facd
JB
14556 /*
14557 * Haswell uses DDI functions to detect digital outputs.
14558 * On SKL pre-D0 the strap isn't connected, so we assume
14559 * it's there.
14560 */
77179400 14561 found = I915_READ(DDI_BUF_CTL(PORT_A)) & DDI_INIT_DISPLAY_DETECTED;
de31facd 14562 /* WaIgnoreDDIAStrap: skl */
ef11bdb3 14563 if (found || IS_SKYLAKE(dev) || IS_KABYLAKE(dev))
0e72a5b5
ED
14564 intel_ddi_init(dev, PORT_A);
14565
14566 /* DDI B, C and D detection is indicated by the SFUSE_STRAP
14567 * register */
14568 found = I915_READ(SFUSE_STRAP);
14569
14570 if (found & SFUSE_STRAP_DDIB_DETECTED)
14571 intel_ddi_init(dev, PORT_B);
14572 if (found & SFUSE_STRAP_DDIC_DETECTED)
14573 intel_ddi_init(dev, PORT_C);
14574 if (found & SFUSE_STRAP_DDID_DETECTED)
14575 intel_ddi_init(dev, PORT_D);
2800e4c2
RV
14576 /*
14577 * On SKL we don't have a way to detect DDI-E so we rely on VBT.
14578 */
ef11bdb3 14579 if ((IS_SKYLAKE(dev) || IS_KABYLAKE(dev)) &&
2800e4c2
RV
14580 (dev_priv->vbt.ddi_port_info[PORT_E].supports_dp ||
14581 dev_priv->vbt.ddi_port_info[PORT_E].supports_dvi ||
14582 dev_priv->vbt.ddi_port_info[PORT_E].supports_hdmi))
14583 intel_ddi_init(dev, PORT_E);
14584
0e72a5b5 14585 } else if (HAS_PCH_SPLIT(dev)) {
cb0953d7 14586 int found;
5d8a7752 14587 dpd_is_edp = intel_dp_is_edp(dev, PORT_D);
270b3042
DV
14588
14589 if (has_edp_a(dev))
14590 intel_dp_init(dev, DP_A, PORT_A);
cb0953d7 14591
dc0fa718 14592 if (I915_READ(PCH_HDMIB) & SDVO_DETECTED) {
461ed3ca 14593 /* PCH SDVOB multiplex with HDMIB */
2a5c0832 14594 found = intel_sdvo_init(dev, PCH_SDVOB, PORT_B);
30ad48b7 14595 if (!found)
e2debe91 14596 intel_hdmi_init(dev, PCH_HDMIB, PORT_B);
5eb08b69 14597 if (!found && (I915_READ(PCH_DP_B) & DP_DETECTED))
ab9d7c30 14598 intel_dp_init(dev, PCH_DP_B, PORT_B);
30ad48b7
ZW
14599 }
14600
dc0fa718 14601 if (I915_READ(PCH_HDMIC) & SDVO_DETECTED)
e2debe91 14602 intel_hdmi_init(dev, PCH_HDMIC, PORT_C);
30ad48b7 14603
dc0fa718 14604 if (!dpd_is_edp && I915_READ(PCH_HDMID) & SDVO_DETECTED)
e2debe91 14605 intel_hdmi_init(dev, PCH_HDMID, PORT_D);
30ad48b7 14606
5eb08b69 14607 if (I915_READ(PCH_DP_C) & DP_DETECTED)
ab9d7c30 14608 intel_dp_init(dev, PCH_DP_C, PORT_C);
5eb08b69 14609
270b3042 14610 if (I915_READ(PCH_DP_D) & DP_DETECTED)
ab9d7c30 14611 intel_dp_init(dev, PCH_DP_D, PORT_D);
666a4537 14612 } else if (IS_VALLEYVIEW(dev) || IS_CHERRYVIEW(dev)) {
e17ac6db
VS
14613 /*
14614 * The DP_DETECTED bit is the latched state of the DDC
14615 * SDA pin at boot. However since eDP doesn't require DDC
14616 * (no way to plug in a DP->HDMI dongle) the DDC pins for
14617 * eDP ports may have been muxed to an alternate function.
14618 * Thus we can't rely on the DP_DETECTED bit alone to detect
14619 * eDP ports. Consult the VBT as well as DP_DETECTED to
14620 * detect eDP ports.
14621 */
e66eb81d 14622 if (I915_READ(VLV_HDMIB) & SDVO_DETECTED &&
d2182a66 14623 !intel_dp_is_edp(dev, PORT_B))
e66eb81d
VS
14624 intel_hdmi_init(dev, VLV_HDMIB, PORT_B);
14625 if (I915_READ(VLV_DP_B) & DP_DETECTED ||
e17ac6db 14626 intel_dp_is_edp(dev, PORT_B))
e66eb81d 14627 intel_dp_init(dev, VLV_DP_B, PORT_B);
585a94b8 14628
e66eb81d 14629 if (I915_READ(VLV_HDMIC) & SDVO_DETECTED &&
d2182a66 14630 !intel_dp_is_edp(dev, PORT_C))
e66eb81d
VS
14631 intel_hdmi_init(dev, VLV_HDMIC, PORT_C);
14632 if (I915_READ(VLV_DP_C) & DP_DETECTED ||
e17ac6db 14633 intel_dp_is_edp(dev, PORT_C))
e66eb81d 14634 intel_dp_init(dev, VLV_DP_C, PORT_C);
19c03924 14635
9418c1f1 14636 if (IS_CHERRYVIEW(dev)) {
e17ac6db 14637 /* eDP not supported on port D, so don't check VBT */
e66eb81d
VS
14638 if (I915_READ(CHV_HDMID) & SDVO_DETECTED)
14639 intel_hdmi_init(dev, CHV_HDMID, PORT_D);
14640 if (I915_READ(CHV_DP_D) & DP_DETECTED)
14641 intel_dp_init(dev, CHV_DP_D, PORT_D);
9418c1f1
VS
14642 }
14643
3cfca973 14644 intel_dsi_init(dev);
09da55dc 14645 } else if (!IS_GEN2(dev) && !IS_PINEVIEW(dev)) {
27185ae1 14646 bool found = false;
7d57382e 14647
e2debe91 14648 if (I915_READ(GEN3_SDVOB) & SDVO_DETECTED) {
b01f2c3a 14649 DRM_DEBUG_KMS("probing SDVOB\n");
2a5c0832 14650 found = intel_sdvo_init(dev, GEN3_SDVOB, PORT_B);
3fec3d2f 14651 if (!found && IS_G4X(dev)) {
b01f2c3a 14652 DRM_DEBUG_KMS("probing HDMI on SDVOB\n");
e2debe91 14653 intel_hdmi_init(dev, GEN4_HDMIB, PORT_B);
b01f2c3a 14654 }
27185ae1 14655
3fec3d2f 14656 if (!found && IS_G4X(dev))
ab9d7c30 14657 intel_dp_init(dev, DP_B, PORT_B);
725e30ad 14658 }
13520b05
KH
14659
14660 /* Before G4X SDVOC doesn't have its own detect register */
13520b05 14661
e2debe91 14662 if (I915_READ(GEN3_SDVOB) & SDVO_DETECTED) {
b01f2c3a 14663 DRM_DEBUG_KMS("probing SDVOC\n");
2a5c0832 14664 found = intel_sdvo_init(dev, GEN3_SDVOC, PORT_C);
b01f2c3a 14665 }
27185ae1 14666
e2debe91 14667 if (!found && (I915_READ(GEN3_SDVOC) & SDVO_DETECTED)) {
27185ae1 14668
3fec3d2f 14669 if (IS_G4X(dev)) {
b01f2c3a 14670 DRM_DEBUG_KMS("probing HDMI on SDVOC\n");
e2debe91 14671 intel_hdmi_init(dev, GEN4_HDMIC, PORT_C);
b01f2c3a 14672 }
3fec3d2f 14673 if (IS_G4X(dev))
ab9d7c30 14674 intel_dp_init(dev, DP_C, PORT_C);
725e30ad 14675 }
27185ae1 14676
3fec3d2f 14677 if (IS_G4X(dev) &&
e7281eab 14678 (I915_READ(DP_D) & DP_DETECTED))
ab9d7c30 14679 intel_dp_init(dev, DP_D, PORT_D);
bad720ff 14680 } else if (IS_GEN2(dev))
79e53945
JB
14681 intel_dvo_init(dev);
14682
103a196f 14683 if (SUPPORTS_TV(dev))
79e53945
JB
14684 intel_tv_init(dev);
14685
0bc12bcb 14686 intel_psr_init(dev);
7c8f8a70 14687
b2784e15 14688 for_each_intel_encoder(dev, encoder) {
4ef69c7a
CW
14689 encoder->base.possible_crtcs = encoder->crtc_mask;
14690 encoder->base.possible_clones =
66a9278e 14691 intel_encoder_clones(encoder);
79e53945 14692 }
47356eb6 14693
dde86e2d 14694 intel_init_pch_refclk(dev);
270b3042
DV
14695
14696 drm_helper_move_panel_connectors_to_head(dev);
79e53945
JB
14697}
14698
14699static void intel_user_framebuffer_destroy(struct drm_framebuffer *fb)
14700{
60a5ca01 14701 struct drm_device *dev = fb->dev;
79e53945 14702 struct intel_framebuffer *intel_fb = to_intel_framebuffer(fb);
79e53945 14703
ef2d633e 14704 drm_framebuffer_cleanup(fb);
60a5ca01 14705 mutex_lock(&dev->struct_mutex);
ef2d633e 14706 WARN_ON(!intel_fb->obj->framebuffer_references--);
60a5ca01
VS
14707 drm_gem_object_unreference(&intel_fb->obj->base);
14708 mutex_unlock(&dev->struct_mutex);
79e53945
JB
14709 kfree(intel_fb);
14710}
14711
14712static int intel_user_framebuffer_create_handle(struct drm_framebuffer *fb,
05394f39 14713 struct drm_file *file,
79e53945
JB
14714 unsigned int *handle)
14715{
14716 struct intel_framebuffer *intel_fb = to_intel_framebuffer(fb);
05394f39 14717 struct drm_i915_gem_object *obj = intel_fb->obj;
79e53945 14718
cc917ab4
CW
14719 if (obj->userptr.mm) {
14720 DRM_DEBUG("attempting to use a userptr for a framebuffer, denied\n");
14721 return -EINVAL;
14722 }
14723
05394f39 14724 return drm_gem_handle_create(file, &obj->base, handle);
79e53945
JB
14725}
14726
86c98588
RV
14727static int intel_user_framebuffer_dirty(struct drm_framebuffer *fb,
14728 struct drm_file *file,
14729 unsigned flags, unsigned color,
14730 struct drm_clip_rect *clips,
14731 unsigned num_clips)
14732{
14733 struct drm_device *dev = fb->dev;
14734 struct intel_framebuffer *intel_fb = to_intel_framebuffer(fb);
14735 struct drm_i915_gem_object *obj = intel_fb->obj;
14736
14737 mutex_lock(&dev->struct_mutex);
74b4ea1e 14738 intel_fb_obj_flush(obj, false, ORIGIN_DIRTYFB);
86c98588
RV
14739 mutex_unlock(&dev->struct_mutex);
14740
14741 return 0;
14742}
14743
79e53945
JB
14744static const struct drm_framebuffer_funcs intel_fb_funcs = {
14745 .destroy = intel_user_framebuffer_destroy,
14746 .create_handle = intel_user_framebuffer_create_handle,
86c98588 14747 .dirty = intel_user_framebuffer_dirty,
79e53945
JB
14748};
14749
b321803d
DL
14750static
14751u32 intel_fb_pitch_limit(struct drm_device *dev, uint64_t fb_modifier,
14752 uint32_t pixel_format)
14753{
14754 u32 gen = INTEL_INFO(dev)->gen;
14755
14756 if (gen >= 9) {
14757 /* "The stride in bytes must not exceed the of the size of 8K
14758 * pixels and 32K bytes."
14759 */
14760 return min(8192*drm_format_plane_cpp(pixel_format, 0), 32768);
666a4537 14761 } else if (gen >= 5 && !IS_VALLEYVIEW(dev) && !IS_CHERRYVIEW(dev)) {
b321803d
DL
14762 return 32*1024;
14763 } else if (gen >= 4) {
14764 if (fb_modifier == I915_FORMAT_MOD_X_TILED)
14765 return 16*1024;
14766 else
14767 return 32*1024;
14768 } else if (gen >= 3) {
14769 if (fb_modifier == I915_FORMAT_MOD_X_TILED)
14770 return 8*1024;
14771 else
14772 return 16*1024;
14773 } else {
14774 /* XXX DSPC is limited to 4k tiled */
14775 return 8*1024;
14776 }
14777}
14778
b5ea642a
DV
14779static int intel_framebuffer_init(struct drm_device *dev,
14780 struct intel_framebuffer *intel_fb,
14781 struct drm_mode_fb_cmd2 *mode_cmd,
14782 struct drm_i915_gem_object *obj)
79e53945 14783{
6761dd31 14784 unsigned int aligned_height;
79e53945 14785 int ret;
b321803d 14786 u32 pitch_limit, stride_alignment;
79e53945 14787
dd4916c5
DV
14788 WARN_ON(!mutex_is_locked(&dev->struct_mutex));
14789
2a80eada
DV
14790 if (mode_cmd->flags & DRM_MODE_FB_MODIFIERS) {
14791 /* Enforce that fb modifier and tiling mode match, but only for
14792 * X-tiled. This is needed for FBC. */
14793 if (!!(obj->tiling_mode == I915_TILING_X) !=
14794 !!(mode_cmd->modifier[0] == I915_FORMAT_MOD_X_TILED)) {
14795 DRM_DEBUG("tiling_mode doesn't match fb modifier\n");
14796 return -EINVAL;
14797 }
14798 } else {
14799 if (obj->tiling_mode == I915_TILING_X)
14800 mode_cmd->modifier[0] = I915_FORMAT_MOD_X_TILED;
14801 else if (obj->tiling_mode == I915_TILING_Y) {
14802 DRM_DEBUG("No Y tiling for legacy addfb\n");
14803 return -EINVAL;
14804 }
14805 }
14806
9a8f0a12
TU
14807 /* Passed in modifier sanity checking. */
14808 switch (mode_cmd->modifier[0]) {
14809 case I915_FORMAT_MOD_Y_TILED:
14810 case I915_FORMAT_MOD_Yf_TILED:
14811 if (INTEL_INFO(dev)->gen < 9) {
14812 DRM_DEBUG("Unsupported tiling 0x%llx!\n",
14813 mode_cmd->modifier[0]);
14814 return -EINVAL;
14815 }
14816 case DRM_FORMAT_MOD_NONE:
14817 case I915_FORMAT_MOD_X_TILED:
14818 break;
14819 default:
c0f40428
JB
14820 DRM_DEBUG("Unsupported fb modifier 0x%llx!\n",
14821 mode_cmd->modifier[0]);
57cd6508 14822 return -EINVAL;
c16ed4be 14823 }
57cd6508 14824
b321803d
DL
14825 stride_alignment = intel_fb_stride_alignment(dev, mode_cmd->modifier[0],
14826 mode_cmd->pixel_format);
14827 if (mode_cmd->pitches[0] & (stride_alignment - 1)) {
14828 DRM_DEBUG("pitch (%d) must be at least %u byte aligned\n",
14829 mode_cmd->pitches[0], stride_alignment);
57cd6508 14830 return -EINVAL;
c16ed4be 14831 }
57cd6508 14832
b321803d
DL
14833 pitch_limit = intel_fb_pitch_limit(dev, mode_cmd->modifier[0],
14834 mode_cmd->pixel_format);
a35cdaa0 14835 if (mode_cmd->pitches[0] > pitch_limit) {
b321803d
DL
14836 DRM_DEBUG("%s pitch (%u) must be at less than %d\n",
14837 mode_cmd->modifier[0] != DRM_FORMAT_MOD_NONE ?
2a80eada 14838 "tiled" : "linear",
a35cdaa0 14839 mode_cmd->pitches[0], pitch_limit);
5d7bd705 14840 return -EINVAL;
c16ed4be 14841 }
5d7bd705 14842
2a80eada 14843 if (mode_cmd->modifier[0] == I915_FORMAT_MOD_X_TILED &&
c16ed4be
CW
14844 mode_cmd->pitches[0] != obj->stride) {
14845 DRM_DEBUG("pitch (%d) must match tiling stride (%d)\n",
14846 mode_cmd->pitches[0], obj->stride);
5d7bd705 14847 return -EINVAL;
c16ed4be 14848 }
5d7bd705 14849
57779d06 14850 /* Reject formats not supported by any plane early. */
308e5bcb 14851 switch (mode_cmd->pixel_format) {
57779d06 14852 case DRM_FORMAT_C8:
04b3924d
VS
14853 case DRM_FORMAT_RGB565:
14854 case DRM_FORMAT_XRGB8888:
14855 case DRM_FORMAT_ARGB8888:
57779d06
VS
14856 break;
14857 case DRM_FORMAT_XRGB1555:
c16ed4be 14858 if (INTEL_INFO(dev)->gen > 3) {
4ee62c76
VS
14859 DRM_DEBUG("unsupported pixel format: %s\n",
14860 drm_get_format_name(mode_cmd->pixel_format));
57779d06 14861 return -EINVAL;
c16ed4be 14862 }
57779d06 14863 break;
57779d06 14864 case DRM_FORMAT_ABGR8888:
666a4537
WB
14865 if (!IS_VALLEYVIEW(dev) && !IS_CHERRYVIEW(dev) &&
14866 INTEL_INFO(dev)->gen < 9) {
6c0fd451
DL
14867 DRM_DEBUG("unsupported pixel format: %s\n",
14868 drm_get_format_name(mode_cmd->pixel_format));
14869 return -EINVAL;
14870 }
14871 break;
14872 case DRM_FORMAT_XBGR8888:
04b3924d 14873 case DRM_FORMAT_XRGB2101010:
57779d06 14874 case DRM_FORMAT_XBGR2101010:
c16ed4be 14875 if (INTEL_INFO(dev)->gen < 4) {
4ee62c76
VS
14876 DRM_DEBUG("unsupported pixel format: %s\n",
14877 drm_get_format_name(mode_cmd->pixel_format));
57779d06 14878 return -EINVAL;
c16ed4be 14879 }
b5626747 14880 break;
7531208b 14881 case DRM_FORMAT_ABGR2101010:
666a4537 14882 if (!IS_VALLEYVIEW(dev) && !IS_CHERRYVIEW(dev)) {
7531208b
DL
14883 DRM_DEBUG("unsupported pixel format: %s\n",
14884 drm_get_format_name(mode_cmd->pixel_format));
14885 return -EINVAL;
14886 }
14887 break;
04b3924d
VS
14888 case DRM_FORMAT_YUYV:
14889 case DRM_FORMAT_UYVY:
14890 case DRM_FORMAT_YVYU:
14891 case DRM_FORMAT_VYUY:
c16ed4be 14892 if (INTEL_INFO(dev)->gen < 5) {
4ee62c76
VS
14893 DRM_DEBUG("unsupported pixel format: %s\n",
14894 drm_get_format_name(mode_cmd->pixel_format));
57779d06 14895 return -EINVAL;
c16ed4be 14896 }
57cd6508
CW
14897 break;
14898 default:
4ee62c76
VS
14899 DRM_DEBUG("unsupported pixel format: %s\n",
14900 drm_get_format_name(mode_cmd->pixel_format));
57cd6508
CW
14901 return -EINVAL;
14902 }
14903
90f9a336
VS
14904 /* FIXME need to adjust LINOFF/TILEOFF accordingly. */
14905 if (mode_cmd->offsets[0] != 0)
14906 return -EINVAL;
14907
ec2c981e 14908 aligned_height = intel_fb_align_height(dev, mode_cmd->height,
091df6cb
DV
14909 mode_cmd->pixel_format,
14910 mode_cmd->modifier[0]);
53155c0a
DV
14911 /* FIXME drm helper for size checks (especially planar formats)? */
14912 if (obj->base.size < aligned_height * mode_cmd->pitches[0])
14913 return -EINVAL;
14914
c7d73f6a
DV
14915 drm_helper_mode_fill_fb_struct(&intel_fb->base, mode_cmd);
14916 intel_fb->obj = obj;
80075d49 14917 intel_fb->obj->framebuffer_references++;
c7d73f6a 14918
79e53945
JB
14919 ret = drm_framebuffer_init(dev, &intel_fb->base, &intel_fb_funcs);
14920 if (ret) {
14921 DRM_ERROR("framebuffer init failed %d\n", ret);
14922 return ret;
14923 }
14924
79e53945
JB
14925 return 0;
14926}
14927
79e53945
JB
14928static struct drm_framebuffer *
14929intel_user_framebuffer_create(struct drm_device *dev,
14930 struct drm_file *filp,
1eb83451 14931 const struct drm_mode_fb_cmd2 *user_mode_cmd)
79e53945 14932{
dcb1394e 14933 struct drm_framebuffer *fb;
05394f39 14934 struct drm_i915_gem_object *obj;
76dc3769 14935 struct drm_mode_fb_cmd2 mode_cmd = *user_mode_cmd;
79e53945 14936
308e5bcb 14937 obj = to_intel_bo(drm_gem_object_lookup(dev, filp,
76dc3769 14938 mode_cmd.handles[0]));
c8725226 14939 if (&obj->base == NULL)
cce13ff7 14940 return ERR_PTR(-ENOENT);
79e53945 14941
92907cbb 14942 fb = intel_framebuffer_create(dev, &mode_cmd, obj);
dcb1394e
LW
14943 if (IS_ERR(fb))
14944 drm_gem_object_unreference_unlocked(&obj->base);
14945
14946 return fb;
79e53945
JB
14947}
14948
0695726e 14949#ifndef CONFIG_DRM_FBDEV_EMULATION
0632fef6 14950static inline void intel_fbdev_output_poll_changed(struct drm_device *dev)
4520f53a
DV
14951{
14952}
14953#endif
14954
79e53945 14955static const struct drm_mode_config_funcs intel_mode_funcs = {
79e53945 14956 .fb_create = intel_user_framebuffer_create,
0632fef6 14957 .output_poll_changed = intel_fbdev_output_poll_changed,
5ee67f1c
MR
14958 .atomic_check = intel_atomic_check,
14959 .atomic_commit = intel_atomic_commit,
de419ab6
ML
14960 .atomic_state_alloc = intel_atomic_state_alloc,
14961 .atomic_state_clear = intel_atomic_state_clear,
79e53945
JB
14962};
14963
e70236a8
JB
14964/* Set up chip specific display functions */
14965static void intel_init_display(struct drm_device *dev)
14966{
14967 struct drm_i915_private *dev_priv = dev->dev_private;
14968
ee9300bb
DV
14969 if (HAS_PCH_SPLIT(dev) || IS_G4X(dev))
14970 dev_priv->display.find_dpll = g4x_find_best_dpll;
ef9348c8
CML
14971 else if (IS_CHERRYVIEW(dev))
14972 dev_priv->display.find_dpll = chv_find_best_dpll;
ee9300bb
DV
14973 else if (IS_VALLEYVIEW(dev))
14974 dev_priv->display.find_dpll = vlv_find_best_dpll;
14975 else if (IS_PINEVIEW(dev))
14976 dev_priv->display.find_dpll = pnv_find_best_dpll;
14977 else
14978 dev_priv->display.find_dpll = i9xx_find_best_dpll;
14979
bc8d7dff
DL
14980 if (INTEL_INFO(dev)->gen >= 9) {
14981 dev_priv->display.get_pipe_config = haswell_get_pipe_config;
5724dbd1
DL
14982 dev_priv->display.get_initial_plane_config =
14983 skylake_get_initial_plane_config;
bc8d7dff
DL
14984 dev_priv->display.crtc_compute_clock =
14985 haswell_crtc_compute_clock;
14986 dev_priv->display.crtc_enable = haswell_crtc_enable;
14987 dev_priv->display.crtc_disable = haswell_crtc_disable;
bc8d7dff
DL
14988 dev_priv->display.update_primary_plane =
14989 skylake_update_primary_plane;
14990 } else if (HAS_DDI(dev)) {
0e8ffe1b 14991 dev_priv->display.get_pipe_config = haswell_get_pipe_config;
5724dbd1
DL
14992 dev_priv->display.get_initial_plane_config =
14993 ironlake_get_initial_plane_config;
797d0259
ACO
14994 dev_priv->display.crtc_compute_clock =
14995 haswell_crtc_compute_clock;
4f771f10
PZ
14996 dev_priv->display.crtc_enable = haswell_crtc_enable;
14997 dev_priv->display.crtc_disable = haswell_crtc_disable;
bc8d7dff
DL
14998 dev_priv->display.update_primary_plane =
14999 ironlake_update_primary_plane;
09b4ddf9 15000 } else if (HAS_PCH_SPLIT(dev)) {
0e8ffe1b 15001 dev_priv->display.get_pipe_config = ironlake_get_pipe_config;
5724dbd1
DL
15002 dev_priv->display.get_initial_plane_config =
15003 ironlake_get_initial_plane_config;
3fb37703
ACO
15004 dev_priv->display.crtc_compute_clock =
15005 ironlake_crtc_compute_clock;
76e5a89c
DV
15006 dev_priv->display.crtc_enable = ironlake_crtc_enable;
15007 dev_priv->display.crtc_disable = ironlake_crtc_disable;
262ca2b0
MR
15008 dev_priv->display.update_primary_plane =
15009 ironlake_update_primary_plane;
666a4537 15010 } else if (IS_VALLEYVIEW(dev) || IS_CHERRYVIEW(dev)) {
89b667f8 15011 dev_priv->display.get_pipe_config = i9xx_get_pipe_config;
5724dbd1
DL
15012 dev_priv->display.get_initial_plane_config =
15013 i9xx_get_initial_plane_config;
d6dfee7a 15014 dev_priv->display.crtc_compute_clock = i9xx_crtc_compute_clock;
89b667f8
JB
15015 dev_priv->display.crtc_enable = valleyview_crtc_enable;
15016 dev_priv->display.crtc_disable = i9xx_crtc_disable;
262ca2b0
MR
15017 dev_priv->display.update_primary_plane =
15018 i9xx_update_primary_plane;
f564048e 15019 } else {
0e8ffe1b 15020 dev_priv->display.get_pipe_config = i9xx_get_pipe_config;
5724dbd1
DL
15021 dev_priv->display.get_initial_plane_config =
15022 i9xx_get_initial_plane_config;
d6dfee7a 15023 dev_priv->display.crtc_compute_clock = i9xx_crtc_compute_clock;
76e5a89c
DV
15024 dev_priv->display.crtc_enable = i9xx_crtc_enable;
15025 dev_priv->display.crtc_disable = i9xx_crtc_disable;
262ca2b0
MR
15026 dev_priv->display.update_primary_plane =
15027 i9xx_update_primary_plane;
f564048e 15028 }
e70236a8 15029
e70236a8 15030 /* Returns the core display clock speed */
ef11bdb3 15031 if (IS_SKYLAKE(dev) || IS_KABYLAKE(dev))
1652d19e
VS
15032 dev_priv->display.get_display_clock_speed =
15033 skylake_get_display_clock_speed;
acd3f3d3
BP
15034 else if (IS_BROXTON(dev))
15035 dev_priv->display.get_display_clock_speed =
15036 broxton_get_display_clock_speed;
1652d19e
VS
15037 else if (IS_BROADWELL(dev))
15038 dev_priv->display.get_display_clock_speed =
15039 broadwell_get_display_clock_speed;
15040 else if (IS_HASWELL(dev))
15041 dev_priv->display.get_display_clock_speed =
15042 haswell_get_display_clock_speed;
666a4537 15043 else if (IS_VALLEYVIEW(dev) || IS_CHERRYVIEW(dev))
25eb05fc
JB
15044 dev_priv->display.get_display_clock_speed =
15045 valleyview_get_display_clock_speed;
b37a6434
VS
15046 else if (IS_GEN5(dev))
15047 dev_priv->display.get_display_clock_speed =
15048 ilk_get_display_clock_speed;
a7c66cd8 15049 else if (IS_I945G(dev) || IS_BROADWATER(dev) ||
34edce2f 15050 IS_GEN6(dev) || IS_IVYBRIDGE(dev))
e70236a8
JB
15051 dev_priv->display.get_display_clock_speed =
15052 i945_get_display_clock_speed;
34edce2f
VS
15053 else if (IS_GM45(dev))
15054 dev_priv->display.get_display_clock_speed =
15055 gm45_get_display_clock_speed;
15056 else if (IS_CRESTLINE(dev))
15057 dev_priv->display.get_display_clock_speed =
15058 i965gm_get_display_clock_speed;
15059 else if (IS_PINEVIEW(dev))
15060 dev_priv->display.get_display_clock_speed =
15061 pnv_get_display_clock_speed;
15062 else if (IS_G33(dev) || IS_G4X(dev))
15063 dev_priv->display.get_display_clock_speed =
15064 g33_get_display_clock_speed;
e70236a8
JB
15065 else if (IS_I915G(dev))
15066 dev_priv->display.get_display_clock_speed =
15067 i915_get_display_clock_speed;
257a7ffc 15068 else if (IS_I945GM(dev) || IS_845G(dev))
e70236a8
JB
15069 dev_priv->display.get_display_clock_speed =
15070 i9xx_misc_get_display_clock_speed;
15071 else if (IS_I915GM(dev))
15072 dev_priv->display.get_display_clock_speed =
15073 i915gm_get_display_clock_speed;
15074 else if (IS_I865G(dev))
15075 dev_priv->display.get_display_clock_speed =
15076 i865_get_display_clock_speed;
f0f8a9ce 15077 else if (IS_I85X(dev))
e70236a8 15078 dev_priv->display.get_display_clock_speed =
1b1d2716 15079 i85x_get_display_clock_speed;
623e01e5
VS
15080 else { /* 830 */
15081 WARN(!IS_I830(dev), "Unknown platform. Assuming 133 MHz CDCLK\n");
e70236a8
JB
15082 dev_priv->display.get_display_clock_speed =
15083 i830_get_display_clock_speed;
623e01e5 15084 }
e70236a8 15085
7c10a2b5 15086 if (IS_GEN5(dev)) {
3bb11b53 15087 dev_priv->display.fdi_link_train = ironlake_fdi_link_train;
3bb11b53
SJ
15088 } else if (IS_GEN6(dev)) {
15089 dev_priv->display.fdi_link_train = gen6_fdi_link_train;
3bb11b53
SJ
15090 } else if (IS_IVYBRIDGE(dev)) {
15091 /* FIXME: detect B0+ stepping and use auto training */
15092 dev_priv->display.fdi_link_train = ivb_manual_fdi_link_train;
059b2fe9 15093 } else if (IS_HASWELL(dev) || IS_BROADWELL(dev)) {
3bb11b53 15094 dev_priv->display.fdi_link_train = hsw_fdi_link_train;
27c329ed
ML
15095 if (IS_BROADWELL(dev)) {
15096 dev_priv->display.modeset_commit_cdclk =
15097 broadwell_modeset_commit_cdclk;
15098 dev_priv->display.modeset_calc_cdclk =
15099 broadwell_modeset_calc_cdclk;
15100 }
666a4537 15101 } else if (IS_VALLEYVIEW(dev) || IS_CHERRYVIEW(dev)) {
27c329ed
ML
15102 dev_priv->display.modeset_commit_cdclk =
15103 valleyview_modeset_commit_cdclk;
15104 dev_priv->display.modeset_calc_cdclk =
15105 valleyview_modeset_calc_cdclk;
f8437dd1 15106 } else if (IS_BROXTON(dev)) {
27c329ed
ML
15107 dev_priv->display.modeset_commit_cdclk =
15108 broxton_modeset_commit_cdclk;
15109 dev_priv->display.modeset_calc_cdclk =
15110 broxton_modeset_calc_cdclk;
e70236a8 15111 }
8c9f3aaf 15112
8c9f3aaf
JB
15113 switch (INTEL_INFO(dev)->gen) {
15114 case 2:
15115 dev_priv->display.queue_flip = intel_gen2_queue_flip;
15116 break;
15117
15118 case 3:
15119 dev_priv->display.queue_flip = intel_gen3_queue_flip;
15120 break;
15121
15122 case 4:
15123 case 5:
15124 dev_priv->display.queue_flip = intel_gen4_queue_flip;
15125 break;
15126
15127 case 6:
15128 dev_priv->display.queue_flip = intel_gen6_queue_flip;
15129 break;
7c9017e5 15130 case 7:
4e0bbc31 15131 case 8: /* FIXME(BDW): Check that the gen8 RCS flip works. */
7c9017e5
JB
15132 dev_priv->display.queue_flip = intel_gen7_queue_flip;
15133 break;
830c81db 15134 case 9:
ba343e02
TU
15135 /* Drop through - unsupported since execlist only. */
15136 default:
15137 /* Default just returns -ENODEV to indicate unsupported */
15138 dev_priv->display.queue_flip = intel_default_queue_flip;
8c9f3aaf 15139 }
7bd688cd 15140
e39b999a 15141 mutex_init(&dev_priv->pps_mutex);
e70236a8
JB
15142}
15143
b690e96c
JB
15144/*
15145 * Some BIOSes insist on assuming the GPU's pipe A is enabled at suspend,
15146 * resume, or other times. This quirk makes sure that's the case for
15147 * affected systems.
15148 */
0206e353 15149static void quirk_pipea_force(struct drm_device *dev)
b690e96c
JB
15150{
15151 struct drm_i915_private *dev_priv = dev->dev_private;
15152
15153 dev_priv->quirks |= QUIRK_PIPEA_FORCE;
bc0daf48 15154 DRM_INFO("applying pipe a force quirk\n");
b690e96c
JB
15155}
15156
b6b5d049
VS
15157static void quirk_pipeb_force(struct drm_device *dev)
15158{
15159 struct drm_i915_private *dev_priv = dev->dev_private;
15160
15161 dev_priv->quirks |= QUIRK_PIPEB_FORCE;
15162 DRM_INFO("applying pipe b force quirk\n");
15163}
15164
435793df
KP
15165/*
15166 * Some machines (Lenovo U160) do not work with SSC on LVDS for some reason
15167 */
15168static void quirk_ssc_force_disable(struct drm_device *dev)
15169{
15170 struct drm_i915_private *dev_priv = dev->dev_private;
15171 dev_priv->quirks |= QUIRK_LVDS_SSC_DISABLE;
bc0daf48 15172 DRM_INFO("applying lvds SSC disable quirk\n");
435793df
KP
15173}
15174
4dca20ef 15175/*
5a15ab5b
CE
15176 * A machine (e.g. Acer Aspire 5734Z) may need to invert the panel backlight
15177 * brightness value
4dca20ef
CE
15178 */
15179static void quirk_invert_brightness(struct drm_device *dev)
15180{
15181 struct drm_i915_private *dev_priv = dev->dev_private;
15182 dev_priv->quirks |= QUIRK_INVERT_BRIGHTNESS;
bc0daf48 15183 DRM_INFO("applying inverted panel brightness quirk\n");
435793df
KP
15184}
15185
9c72cc6f
SD
15186/* Some VBT's incorrectly indicate no backlight is present */
15187static void quirk_backlight_present(struct drm_device *dev)
15188{
15189 struct drm_i915_private *dev_priv = dev->dev_private;
15190 dev_priv->quirks |= QUIRK_BACKLIGHT_PRESENT;
15191 DRM_INFO("applying backlight present quirk\n");
15192}
15193
b690e96c
JB
15194struct intel_quirk {
15195 int device;
15196 int subsystem_vendor;
15197 int subsystem_device;
15198 void (*hook)(struct drm_device *dev);
15199};
15200
5f85f176
EE
15201/* For systems that don't have a meaningful PCI subdevice/subvendor ID */
15202struct intel_dmi_quirk {
15203 void (*hook)(struct drm_device *dev);
15204 const struct dmi_system_id (*dmi_id_list)[];
15205};
15206
15207static int intel_dmi_reverse_brightness(const struct dmi_system_id *id)
15208{
15209 DRM_INFO("Backlight polarity reversed on %s\n", id->ident);
15210 return 1;
15211}
15212
15213static const struct intel_dmi_quirk intel_dmi_quirks[] = {
15214 {
15215 .dmi_id_list = &(const struct dmi_system_id[]) {
15216 {
15217 .callback = intel_dmi_reverse_brightness,
15218 .ident = "NCR Corporation",
15219 .matches = {DMI_MATCH(DMI_SYS_VENDOR, "NCR Corporation"),
15220 DMI_MATCH(DMI_PRODUCT_NAME, ""),
15221 },
15222 },
15223 { } /* terminating entry */
15224 },
15225 .hook = quirk_invert_brightness,
15226 },
15227};
15228
c43b5634 15229static struct intel_quirk intel_quirks[] = {
b690e96c
JB
15230 /* Toshiba Protege R-205, S-209 needs pipe A force quirk */
15231 { 0x2592, 0x1179, 0x0001, quirk_pipea_force },
15232
b690e96c
JB
15233 /* ThinkPad T60 needs pipe A force quirk (bug #16494) */
15234 { 0x2782, 0x17aa, 0x201a, quirk_pipea_force },
15235
5f080c0f
VS
15236 /* 830 needs to leave pipe A & dpll A up */
15237 { 0x3577, PCI_ANY_ID, PCI_ANY_ID, quirk_pipea_force },
15238
b6b5d049
VS
15239 /* 830 needs to leave pipe B & dpll B up */
15240 { 0x3577, PCI_ANY_ID, PCI_ANY_ID, quirk_pipeb_force },
15241
435793df
KP
15242 /* Lenovo U160 cannot use SSC on LVDS */
15243 { 0x0046, 0x17aa, 0x3920, quirk_ssc_force_disable },
070d329a
MAS
15244
15245 /* Sony Vaio Y cannot use SSC on LVDS */
15246 { 0x0046, 0x104d, 0x9076, quirk_ssc_force_disable },
5a15ab5b 15247
be505f64
AH
15248 /* Acer Aspire 5734Z must invert backlight brightness */
15249 { 0x2a42, 0x1025, 0x0459, quirk_invert_brightness },
15250
15251 /* Acer/eMachines G725 */
15252 { 0x2a42, 0x1025, 0x0210, quirk_invert_brightness },
15253
15254 /* Acer/eMachines e725 */
15255 { 0x2a42, 0x1025, 0x0212, quirk_invert_brightness },
15256
15257 /* Acer/Packard Bell NCL20 */
15258 { 0x2a42, 0x1025, 0x034b, quirk_invert_brightness },
15259
15260 /* Acer Aspire 4736Z */
15261 { 0x2a42, 0x1025, 0x0260, quirk_invert_brightness },
0f540c3a
JN
15262
15263 /* Acer Aspire 5336 */
15264 { 0x2a42, 0x1025, 0x048a, quirk_invert_brightness },
2e93a1aa
SD
15265
15266 /* Acer C720 and C720P Chromebooks (Celeron 2955U) have backlights */
15267 { 0x0a06, 0x1025, 0x0a11, quirk_backlight_present },
d4967d8c 15268
dfb3d47b
SD
15269 /* Acer C720 Chromebook (Core i3 4005U) */
15270 { 0x0a16, 0x1025, 0x0a11, quirk_backlight_present },
15271
b2a9601c 15272 /* Apple Macbook 2,1 (Core 2 T7400) */
15273 { 0x27a2, 0x8086, 0x7270, quirk_backlight_present },
15274
1b9448b0
JN
15275 /* Apple Macbook 4,1 */
15276 { 0x2a02, 0x106b, 0x00a1, quirk_backlight_present },
15277
d4967d8c
SD
15278 /* Toshiba CB35 Chromebook (Celeron 2955U) */
15279 { 0x0a06, 0x1179, 0x0a88, quirk_backlight_present },
724cb06f
SD
15280
15281 /* HP Chromebook 14 (Celeron 2955U) */
15282 { 0x0a06, 0x103c, 0x21ed, quirk_backlight_present },
cf6f0af9
JN
15283
15284 /* Dell Chromebook 11 */
15285 { 0x0a06, 0x1028, 0x0a35, quirk_backlight_present },
9be64eee
JN
15286
15287 /* Dell Chromebook 11 (2015 version) */
15288 { 0x0a16, 0x1028, 0x0a35, quirk_backlight_present },
b690e96c
JB
15289};
15290
15291static void intel_init_quirks(struct drm_device *dev)
15292{
15293 struct pci_dev *d = dev->pdev;
15294 int i;
15295
15296 for (i = 0; i < ARRAY_SIZE(intel_quirks); i++) {
15297 struct intel_quirk *q = &intel_quirks[i];
15298
15299 if (d->device == q->device &&
15300 (d->subsystem_vendor == q->subsystem_vendor ||
15301 q->subsystem_vendor == PCI_ANY_ID) &&
15302 (d->subsystem_device == q->subsystem_device ||
15303 q->subsystem_device == PCI_ANY_ID))
15304 q->hook(dev);
15305 }
5f85f176
EE
15306 for (i = 0; i < ARRAY_SIZE(intel_dmi_quirks); i++) {
15307 if (dmi_check_system(*intel_dmi_quirks[i].dmi_id_list) != 0)
15308 intel_dmi_quirks[i].hook(dev);
15309 }
b690e96c
JB
15310}
15311
9cce37f4
JB
15312/* Disable the VGA plane that we never use */
15313static void i915_disable_vga(struct drm_device *dev)
15314{
15315 struct drm_i915_private *dev_priv = dev->dev_private;
15316 u8 sr1;
f0f59a00 15317 i915_reg_t vga_reg = i915_vgacntrl_reg(dev);
9cce37f4 15318
2b37c616 15319 /* WaEnableVGAAccessThroughIOPort:ctg,elk,ilk,snb,ivb,vlv,hsw */
9cce37f4 15320 vga_get_uninterruptible(dev->pdev, VGA_RSRC_LEGACY_IO);
3fdcf431 15321 outb(SR01, VGA_SR_INDEX);
9cce37f4
JB
15322 sr1 = inb(VGA_SR_DATA);
15323 outb(sr1 | 1<<5, VGA_SR_DATA);
15324 vga_put(dev->pdev, VGA_RSRC_LEGACY_IO);
15325 udelay(300);
15326
01f5a626 15327 I915_WRITE(vga_reg, VGA_DISP_DISABLE);
9cce37f4
JB
15328 POSTING_READ(vga_reg);
15329}
15330
f817586c
DV
15331void intel_modeset_init_hw(struct drm_device *dev)
15332{
1a617b77
ML
15333 struct drm_i915_private *dev_priv = dev->dev_private;
15334
b6283055 15335 intel_update_cdclk(dev);
1a617b77
ML
15336
15337 dev_priv->atomic_cdclk_freq = dev_priv->cdclk_freq;
15338
a8f78b58 15339 intel_prepare_ddi(dev);
f817586c 15340 intel_init_clock_gating(dev);
8090c6b9 15341 intel_enable_gt_powersave(dev);
f817586c
DV
15342}
15343
d93c0372
MR
15344/*
15345 * Calculate what we think the watermarks should be for the state we've read
15346 * out of the hardware and then immediately program those watermarks so that
15347 * we ensure the hardware settings match our internal state.
15348 *
15349 * We can calculate what we think WM's should be by creating a duplicate of the
15350 * current state (which was constructed during hardware readout) and running it
15351 * through the atomic check code to calculate new watermark values in the
15352 * state object.
15353 */
15354static void sanitize_watermarks(struct drm_device *dev)
15355{
15356 struct drm_i915_private *dev_priv = to_i915(dev);
15357 struct drm_atomic_state *state;
15358 struct drm_crtc *crtc;
15359 struct drm_crtc_state *cstate;
15360 struct drm_modeset_acquire_ctx ctx;
15361 int ret;
15362 int i;
15363
15364 /* Only supported on platforms that use atomic watermark design */
396e33ae 15365 if (!dev_priv->display.optimize_watermarks)
d93c0372
MR
15366 return;
15367
15368 /*
15369 * We need to hold connection_mutex before calling duplicate_state so
15370 * that the connector loop is protected.
15371 */
15372 drm_modeset_acquire_init(&ctx, 0);
15373retry:
15374 ret = drm_modeset_lock(&dev->mode_config.connection_mutex, &ctx);
15375 if (ret == -EDEADLK) {
15376 drm_modeset_backoff(&ctx);
15377 goto retry;
15378 } else if (WARN_ON(ret)) {
15379 return;
15380 }
15381
15382 state = drm_atomic_helper_duplicate_state(dev, &ctx);
15383 if (WARN_ON(IS_ERR(state)))
15384 return;
15385
396e33ae
MR
15386 /*
15387 * Hardware readout is the only time we don't want to calculate
15388 * intermediate watermarks (since we don't trust the current
15389 * watermarks).
15390 */
15391 to_intel_atomic_state(state)->skip_intermediate_wm = true;
15392
d93c0372
MR
15393 ret = intel_atomic_check(dev, state);
15394 if (ret) {
15395 /*
15396 * If we fail here, it means that the hardware appears to be
15397 * programmed in a way that shouldn't be possible, given our
15398 * understanding of watermark requirements. This might mean a
15399 * mistake in the hardware readout code or a mistake in the
15400 * watermark calculations for a given platform. Raise a WARN
15401 * so that this is noticeable.
15402 *
15403 * If this actually happens, we'll have to just leave the
15404 * BIOS-programmed watermarks untouched and hope for the best.
15405 */
15406 WARN(true, "Could not determine valid watermarks for inherited state\n");
15407 return;
15408 }
15409
15410 /* Write calculated watermark values back */
15411 to_i915(dev)->wm.config = to_intel_atomic_state(state)->wm_config;
15412 for_each_crtc_in_state(state, crtc, cstate, i) {
15413 struct intel_crtc_state *cs = to_intel_crtc_state(cstate);
15414
396e33ae
MR
15415 cs->wm.need_postvbl_update = true;
15416 dev_priv->display.optimize_watermarks(cs);
d93c0372
MR
15417 }
15418
15419 drm_atomic_state_free(state);
15420 drm_modeset_drop_locks(&ctx);
15421 drm_modeset_acquire_fini(&ctx);
15422}
15423
79e53945
JB
15424void intel_modeset_init(struct drm_device *dev)
15425{
652c393a 15426 struct drm_i915_private *dev_priv = dev->dev_private;
1fe47785 15427 int sprite, ret;
8cc87b75 15428 enum pipe pipe;
46f297fb 15429 struct intel_crtc *crtc;
79e53945
JB
15430
15431 drm_mode_config_init(dev);
15432
15433 dev->mode_config.min_width = 0;
15434 dev->mode_config.min_height = 0;
15435
019d96cb
DA
15436 dev->mode_config.preferred_depth = 24;
15437 dev->mode_config.prefer_shadow = 1;
15438
25bab385
TU
15439 dev->mode_config.allow_fb_modifiers = true;
15440
e6ecefaa 15441 dev->mode_config.funcs = &intel_mode_funcs;
79e53945 15442
b690e96c
JB
15443 intel_init_quirks(dev);
15444
1fa61106
ED
15445 intel_init_pm(dev);
15446
e3c74757
BW
15447 if (INTEL_INFO(dev)->num_pipes == 0)
15448 return;
15449
69f92f67
LW
15450 /*
15451 * There may be no VBT; and if the BIOS enabled SSC we can
15452 * just keep using it to avoid unnecessary flicker. Whereas if the
15453 * BIOS isn't using it, don't assume it will work even if the VBT
15454 * indicates as much.
15455 */
15456 if (HAS_PCH_IBX(dev) || HAS_PCH_CPT(dev)) {
15457 bool bios_lvds_use_ssc = !!(I915_READ(PCH_DREF_CONTROL) &
15458 DREF_SSC1_ENABLE);
15459
15460 if (dev_priv->vbt.lvds_use_ssc != bios_lvds_use_ssc) {
15461 DRM_DEBUG_KMS("SSC %sabled by BIOS, overriding VBT which says %sabled\n",
15462 bios_lvds_use_ssc ? "en" : "dis",
15463 dev_priv->vbt.lvds_use_ssc ? "en" : "dis");
15464 dev_priv->vbt.lvds_use_ssc = bios_lvds_use_ssc;
15465 }
15466 }
15467
e70236a8 15468 intel_init_display(dev);
7c10a2b5 15469 intel_init_audio(dev);
e70236a8 15470
a6c45cf0
CW
15471 if (IS_GEN2(dev)) {
15472 dev->mode_config.max_width = 2048;
15473 dev->mode_config.max_height = 2048;
15474 } else if (IS_GEN3(dev)) {
5e4d6fa7
KP
15475 dev->mode_config.max_width = 4096;
15476 dev->mode_config.max_height = 4096;
79e53945 15477 } else {
a6c45cf0
CW
15478 dev->mode_config.max_width = 8192;
15479 dev->mode_config.max_height = 8192;
79e53945 15480 }
068be561 15481
dc41c154
VS
15482 if (IS_845G(dev) || IS_I865G(dev)) {
15483 dev->mode_config.cursor_width = IS_845G(dev) ? 64 : 512;
15484 dev->mode_config.cursor_height = 1023;
15485 } else if (IS_GEN2(dev)) {
068be561
DL
15486 dev->mode_config.cursor_width = GEN2_CURSOR_WIDTH;
15487 dev->mode_config.cursor_height = GEN2_CURSOR_HEIGHT;
15488 } else {
15489 dev->mode_config.cursor_width = MAX_CURSOR_WIDTH;
15490 dev->mode_config.cursor_height = MAX_CURSOR_HEIGHT;
15491 }
15492
5d4545ae 15493 dev->mode_config.fb_base = dev_priv->gtt.mappable_base;
79e53945 15494
28c97730 15495 DRM_DEBUG_KMS("%d display pipe%s available.\n",
7eb552ae
BW
15496 INTEL_INFO(dev)->num_pipes,
15497 INTEL_INFO(dev)->num_pipes > 1 ? "s" : "");
79e53945 15498
055e393f 15499 for_each_pipe(dev_priv, pipe) {
8cc87b75 15500 intel_crtc_init(dev, pipe);
3bdcfc0c 15501 for_each_sprite(dev_priv, pipe, sprite) {
1fe47785 15502 ret = intel_plane_init(dev, pipe, sprite);
7f1f3851 15503 if (ret)
06da8da2 15504 DRM_DEBUG_KMS("pipe %c sprite %c init failed: %d\n",
1fe47785 15505 pipe_name(pipe), sprite_name(pipe, sprite), ret);
7f1f3851 15506 }
79e53945
JB
15507 }
15508
bfa7df01
VS
15509 intel_update_czclk(dev_priv);
15510 intel_update_cdclk(dev);
15511
e72f9fbf 15512 intel_shared_dpll_init(dev);
ee7b9f93 15513
9cce37f4
JB
15514 /* Just disable it once at startup */
15515 i915_disable_vga(dev);
79e53945 15516 intel_setup_outputs(dev);
11be49eb 15517
6e9f798d 15518 drm_modeset_lock_all(dev);
043e9bda 15519 intel_modeset_setup_hw_state(dev);
6e9f798d 15520 drm_modeset_unlock_all(dev);
46f297fb 15521
d3fcc808 15522 for_each_intel_crtc(dev, crtc) {
eeebeac5
ML
15523 struct intel_initial_plane_config plane_config = {};
15524
46f297fb
JB
15525 if (!crtc->active)
15526 continue;
15527
46f297fb 15528 /*
46f297fb
JB
15529 * Note that reserving the BIOS fb up front prevents us
15530 * from stuffing other stolen allocations like the ring
15531 * on top. This prevents some ugliness at boot time, and
15532 * can even allow for smooth boot transitions if the BIOS
15533 * fb is large enough for the active pipe configuration.
15534 */
eeebeac5
ML
15535 dev_priv->display.get_initial_plane_config(crtc,
15536 &plane_config);
15537
15538 /*
15539 * If the fb is shared between multiple heads, we'll
15540 * just get the first one.
15541 */
15542 intel_find_initial_plane_obj(crtc, &plane_config);
46f297fb 15543 }
d93c0372
MR
15544
15545 /*
15546 * Make sure hardware watermarks really match the state we read out.
15547 * Note that we need to do this after reconstructing the BIOS fb's
15548 * since the watermark calculation done here will use pstate->fb.
15549 */
15550 sanitize_watermarks(dev);
2c7111db
CW
15551}
15552
7fad798e
DV
15553static void intel_enable_pipe_a(struct drm_device *dev)
15554{
15555 struct intel_connector *connector;
15556 struct drm_connector *crt = NULL;
15557 struct intel_load_detect_pipe load_detect_temp;
208bf9fd 15558 struct drm_modeset_acquire_ctx *ctx = dev->mode_config.acquire_ctx;
7fad798e
DV
15559
15560 /* We can't just switch on the pipe A, we need to set things up with a
15561 * proper mode and output configuration. As a gross hack, enable pipe A
15562 * by enabling the load detect pipe once. */
3a3371ff 15563 for_each_intel_connector(dev, connector) {
7fad798e
DV
15564 if (connector->encoder->type == INTEL_OUTPUT_ANALOG) {
15565 crt = &connector->base;
15566 break;
15567 }
15568 }
15569
15570 if (!crt)
15571 return;
15572
208bf9fd 15573 if (intel_get_load_detect_pipe(crt, NULL, &load_detect_temp, ctx))
49172fee 15574 intel_release_load_detect_pipe(crt, &load_detect_temp, ctx);
7fad798e
DV
15575}
15576
fa555837
DV
15577static bool
15578intel_check_plane_mapping(struct intel_crtc *crtc)
15579{
7eb552ae
BW
15580 struct drm_device *dev = crtc->base.dev;
15581 struct drm_i915_private *dev_priv = dev->dev_private;
649636ef 15582 u32 val;
fa555837 15583
7eb552ae 15584 if (INTEL_INFO(dev)->num_pipes == 1)
fa555837
DV
15585 return true;
15586
649636ef 15587 val = I915_READ(DSPCNTR(!crtc->plane));
fa555837
DV
15588
15589 if ((val & DISPLAY_PLANE_ENABLE) &&
15590 (!!(val & DISPPLANE_SEL_PIPE_MASK) == crtc->pipe))
15591 return false;
15592
15593 return true;
15594}
15595
02e93c35
VS
15596static bool intel_crtc_has_encoders(struct intel_crtc *crtc)
15597{
15598 struct drm_device *dev = crtc->base.dev;
15599 struct intel_encoder *encoder;
15600
15601 for_each_encoder_on_crtc(dev, &crtc->base, encoder)
15602 return true;
15603
15604 return false;
15605}
15606
24929352
DV
15607static void intel_sanitize_crtc(struct intel_crtc *crtc)
15608{
15609 struct drm_device *dev = crtc->base.dev;
15610 struct drm_i915_private *dev_priv = dev->dev_private;
f0f59a00 15611 i915_reg_t reg = PIPECONF(crtc->config->cpu_transcoder);
24929352 15612
24929352 15613 /* Clear any frame start delays used for debugging left by the BIOS */
24929352
DV
15614 I915_WRITE(reg, I915_READ(reg) & ~PIPECONF_FRAME_START_DELAY_MASK);
15615
d3eaf884 15616 /* restore vblank interrupts to correct state */
9625604c 15617 drm_crtc_vblank_reset(&crtc->base);
d297e103 15618 if (crtc->active) {
f9cd7b88
VS
15619 struct intel_plane *plane;
15620
9625604c 15621 drm_crtc_vblank_on(&crtc->base);
f9cd7b88
VS
15622
15623 /* Disable everything but the primary plane */
15624 for_each_intel_plane_on_crtc(dev, crtc, plane) {
15625 if (plane->base.type == DRM_PLANE_TYPE_PRIMARY)
15626 continue;
15627
15628 plane->disable_plane(&plane->base, &crtc->base);
15629 }
9625604c 15630 }
d3eaf884 15631
24929352 15632 /* We need to sanitize the plane -> pipe mapping first because this will
fa555837
DV
15633 * disable the crtc (and hence change the state) if it is wrong. Note
15634 * that gen4+ has a fixed plane -> pipe mapping. */
15635 if (INTEL_INFO(dev)->gen < 4 && !intel_check_plane_mapping(crtc)) {
24929352
DV
15636 bool plane;
15637
24929352
DV
15638 DRM_DEBUG_KMS("[CRTC:%d] wrong plane connection detected!\n",
15639 crtc->base.base.id);
15640
15641 /* Pipe has the wrong plane attached and the plane is active.
15642 * Temporarily change the plane mapping and disable everything
15643 * ... */
15644 plane = crtc->plane;
b70709a6 15645 to_intel_plane_state(crtc->base.primary->state)->visible = true;
24929352 15646 crtc->plane = !plane;
b17d48e2 15647 intel_crtc_disable_noatomic(&crtc->base);
24929352 15648 crtc->plane = plane;
24929352 15649 }
24929352 15650
7fad798e
DV
15651 if (dev_priv->quirks & QUIRK_PIPEA_FORCE &&
15652 crtc->pipe == PIPE_A && !crtc->active) {
15653 /* BIOS forgot to enable pipe A, this mostly happens after
15654 * resume. Force-enable the pipe to fix this, the update_dpms
15655 * call below we restore the pipe to the right state, but leave
15656 * the required bits on. */
15657 intel_enable_pipe_a(dev);
15658 }
15659
24929352
DV
15660 /* Adjust the state of the output pipe according to whether we
15661 * have active connectors/encoders. */
02e93c35 15662 if (!intel_crtc_has_encoders(crtc))
b17d48e2 15663 intel_crtc_disable_noatomic(&crtc->base);
24929352 15664
53d9f4e9 15665 if (crtc->active != crtc->base.state->active) {
02e93c35 15666 struct intel_encoder *encoder;
24929352
DV
15667
15668 /* This can happen either due to bugs in the get_hw_state
b17d48e2
ML
15669 * functions or because of calls to intel_crtc_disable_noatomic,
15670 * or because the pipe is force-enabled due to the
24929352
DV
15671 * pipe A quirk. */
15672 DRM_DEBUG_KMS("[CRTC:%d] hw state adjusted, was %s, now %s\n",
15673 crtc->base.base.id,
83d65738 15674 crtc->base.state->enable ? "enabled" : "disabled",
24929352
DV
15675 crtc->active ? "enabled" : "disabled");
15676
4be40c98 15677 WARN_ON(drm_atomic_set_mode_for_crtc(crtc->base.state, NULL) < 0);
49d6fa21 15678 crtc->base.state->active = crtc->active;
24929352
DV
15679 crtc->base.enabled = crtc->active;
15680
15681 /* Because we only establish the connector -> encoder ->
15682 * crtc links if something is active, this means the
15683 * crtc is now deactivated. Break the links. connector
15684 * -> encoder links are only establish when things are
15685 * actually up, hence no need to break them. */
15686 WARN_ON(crtc->active);
15687
2d406bb0 15688 for_each_encoder_on_crtc(dev, &crtc->base, encoder)
24929352 15689 encoder->base.crtc = NULL;
24929352 15690 }
c5ab3bc0 15691
a3ed6aad 15692 if (crtc->active || HAS_GMCH_DISPLAY(dev)) {
4cc31489
DV
15693 /*
15694 * We start out with underrun reporting disabled to avoid races.
15695 * For correct bookkeeping mark this on active crtcs.
15696 *
c5ab3bc0
DV
15697 * Also on gmch platforms we dont have any hardware bits to
15698 * disable the underrun reporting. Which means we need to start
15699 * out with underrun reporting disabled also on inactive pipes,
15700 * since otherwise we'll complain about the garbage we read when
15701 * e.g. coming up after runtime pm.
15702 *
4cc31489
DV
15703 * No protection against concurrent access is required - at
15704 * worst a fifo underrun happens which also sets this to false.
15705 */
15706 crtc->cpu_fifo_underrun_disabled = true;
15707 crtc->pch_fifo_underrun_disabled = true;
15708 }
24929352
DV
15709}
15710
15711static void intel_sanitize_encoder(struct intel_encoder *encoder)
15712{
15713 struct intel_connector *connector;
15714 struct drm_device *dev = encoder->base.dev;
873ffe69 15715 bool active = false;
24929352
DV
15716
15717 /* We need to check both for a crtc link (meaning that the
15718 * encoder is active and trying to read from a pipe) and the
15719 * pipe itself being active. */
15720 bool has_active_crtc = encoder->base.crtc &&
15721 to_intel_crtc(encoder->base.crtc)->active;
15722
873ffe69
ML
15723 for_each_intel_connector(dev, connector) {
15724 if (connector->base.encoder != &encoder->base)
15725 continue;
15726
15727 active = true;
15728 break;
15729 }
15730
15731 if (active && !has_active_crtc) {
24929352
DV
15732 DRM_DEBUG_KMS("[ENCODER:%d:%s] has active connectors but no active pipe!\n",
15733 encoder->base.base.id,
8e329a03 15734 encoder->base.name);
24929352
DV
15735
15736 /* Connector is active, but has no active pipe. This is
15737 * fallout from our resume register restoring. Disable
15738 * the encoder manually again. */
15739 if (encoder->base.crtc) {
15740 DRM_DEBUG_KMS("[ENCODER:%d:%s] manually disabled\n",
15741 encoder->base.base.id,
8e329a03 15742 encoder->base.name);
24929352 15743 encoder->disable(encoder);
a62d1497
VS
15744 if (encoder->post_disable)
15745 encoder->post_disable(encoder);
24929352 15746 }
7f1950fb 15747 encoder->base.crtc = NULL;
24929352
DV
15748
15749 /* Inconsistent output/port/pipe state happens presumably due to
15750 * a bug in one of the get_hw_state functions. Or someplace else
15751 * in our code, like the register restore mess on resume. Clamp
15752 * things to off as a safer default. */
3a3371ff 15753 for_each_intel_connector(dev, connector) {
24929352
DV
15754 if (connector->encoder != encoder)
15755 continue;
7f1950fb
EE
15756 connector->base.dpms = DRM_MODE_DPMS_OFF;
15757 connector->base.encoder = NULL;
24929352
DV
15758 }
15759 }
15760 /* Enabled encoders without active connectors will be fixed in
15761 * the crtc fixup. */
15762}
15763
04098753 15764void i915_redisable_vga_power_on(struct drm_device *dev)
0fde901f
KM
15765{
15766 struct drm_i915_private *dev_priv = dev->dev_private;
f0f59a00 15767 i915_reg_t vga_reg = i915_vgacntrl_reg(dev);
0fde901f 15768
04098753
ID
15769 if (!(I915_READ(vga_reg) & VGA_DISP_DISABLE)) {
15770 DRM_DEBUG_KMS("Something enabled VGA plane, disabling it\n");
15771 i915_disable_vga(dev);
15772 }
15773}
15774
15775void i915_redisable_vga(struct drm_device *dev)
15776{
15777 struct drm_i915_private *dev_priv = dev->dev_private;
15778
8dc8a27c
PZ
15779 /* This function can be called both from intel_modeset_setup_hw_state or
15780 * at a very early point in our resume sequence, where the power well
15781 * structures are not yet restored. Since this function is at a very
15782 * paranoid "someone might have enabled VGA while we were not looking"
15783 * level, just check if the power well is enabled instead of trying to
15784 * follow the "don't touch the power well if we don't need it" policy
15785 * the rest of the driver uses. */
f458ebbc 15786 if (!intel_display_power_is_enabled(dev_priv, POWER_DOMAIN_VGA))
8dc8a27c
PZ
15787 return;
15788
04098753 15789 i915_redisable_vga_power_on(dev);
0fde901f
KM
15790}
15791
f9cd7b88 15792static bool primary_get_hw_state(struct intel_plane *plane)
98ec7739 15793{
f9cd7b88 15794 struct drm_i915_private *dev_priv = to_i915(plane->base.dev);
98ec7739 15795
f9cd7b88 15796 return I915_READ(DSPCNTR(plane->plane)) & DISPLAY_PLANE_ENABLE;
d032ffa0
ML
15797}
15798
f9cd7b88
VS
15799/* FIXME read out full plane state for all planes */
15800static void readout_plane_state(struct intel_crtc *crtc)
d032ffa0 15801{
b26d3ea3 15802 struct drm_plane *primary = crtc->base.primary;
f9cd7b88 15803 struct intel_plane_state *plane_state =
b26d3ea3 15804 to_intel_plane_state(primary->state);
d032ffa0 15805
19b8d387 15806 plane_state->visible = crtc->active &&
b26d3ea3
ML
15807 primary_get_hw_state(to_intel_plane(primary));
15808
15809 if (plane_state->visible)
15810 crtc->base.state->plane_mask |= 1 << drm_plane_index(primary);
98ec7739
VS
15811}
15812
30e984df 15813static void intel_modeset_readout_hw_state(struct drm_device *dev)
24929352
DV
15814{
15815 struct drm_i915_private *dev_priv = dev->dev_private;
15816 enum pipe pipe;
24929352
DV
15817 struct intel_crtc *crtc;
15818 struct intel_encoder *encoder;
15819 struct intel_connector *connector;
5358901f 15820 int i;
24929352 15821
565602d7
ML
15822 dev_priv->active_crtcs = 0;
15823
d3fcc808 15824 for_each_intel_crtc(dev, crtc) {
565602d7
ML
15825 struct intel_crtc_state *crtc_state = crtc->config;
15826 int pixclk = 0;
3b117c8f 15827
565602d7
ML
15828 __drm_atomic_helper_crtc_destroy_state(&crtc->base, &crtc_state->base);
15829 memset(crtc_state, 0, sizeof(*crtc_state));
15830 crtc_state->base.crtc = &crtc->base;
24929352 15831
565602d7
ML
15832 crtc_state->base.active = crtc_state->base.enable =
15833 dev_priv->display.get_pipe_config(crtc, crtc_state);
15834
15835 crtc->base.enabled = crtc_state->base.enable;
15836 crtc->active = crtc_state->base.active;
15837
15838 if (crtc_state->base.active) {
15839 dev_priv->active_crtcs |= 1 << crtc->pipe;
15840
15841 if (IS_BROADWELL(dev_priv)) {
15842 pixclk = ilk_pipe_pixel_rate(crtc_state);
15843
15844 /* pixel rate mustn't exceed 95% of cdclk with IPS on BDW */
15845 if (crtc_state->ips_enabled)
15846 pixclk = DIV_ROUND_UP(pixclk * 100, 95);
15847 } else if (IS_VALLEYVIEW(dev_priv) ||
15848 IS_CHERRYVIEW(dev_priv) ||
15849 IS_BROXTON(dev_priv))
15850 pixclk = crtc_state->base.adjusted_mode.crtc_clock;
15851 else
15852 WARN_ON(dev_priv->display.modeset_calc_cdclk);
15853 }
15854
15855 dev_priv->min_pixclk[crtc->pipe] = pixclk;
b70709a6 15856
f9cd7b88 15857 readout_plane_state(crtc);
24929352
DV
15858
15859 DRM_DEBUG_KMS("[CRTC:%d] hw state readout: %s\n",
15860 crtc->base.base.id,
15861 crtc->active ? "enabled" : "disabled");
15862 }
15863
5358901f
DV
15864 for (i = 0; i < dev_priv->num_shared_dpll; i++) {
15865 struct intel_shared_dpll *pll = &dev_priv->shared_dplls[i];
15866
3e369b76
ACO
15867 pll->on = pll->get_hw_state(dev_priv, pll,
15868 &pll->config.hw_state);
5358901f 15869 pll->active = 0;
3e369b76 15870 pll->config.crtc_mask = 0;
d3fcc808 15871 for_each_intel_crtc(dev, crtc) {
1e6f2ddc 15872 if (crtc->active && intel_crtc_to_shared_dpll(crtc) == pll) {
5358901f 15873 pll->active++;
3e369b76 15874 pll->config.crtc_mask |= 1 << crtc->pipe;
1e6f2ddc 15875 }
5358901f 15876 }
5358901f 15877
1e6f2ddc 15878 DRM_DEBUG_KMS("%s hw state readout: crtc_mask 0x%08x, on %i\n",
3e369b76 15879 pll->name, pll->config.crtc_mask, pll->on);
bd2bb1b9 15880
3e369b76 15881 if (pll->config.crtc_mask)
bd2bb1b9 15882 intel_display_power_get(dev_priv, POWER_DOMAIN_PLLS);
5358901f
DV
15883 }
15884
b2784e15 15885 for_each_intel_encoder(dev, encoder) {
24929352
DV
15886 pipe = 0;
15887
15888 if (encoder->get_hw_state(encoder, &pipe)) {
045ac3b5
JB
15889 crtc = to_intel_crtc(dev_priv->pipe_to_crtc_mapping[pipe]);
15890 encoder->base.crtc = &crtc->base;
6e3c9717 15891 encoder->get_config(encoder, crtc->config);
24929352
DV
15892 } else {
15893 encoder->base.crtc = NULL;
15894 }
15895
6f2bcceb 15896 DRM_DEBUG_KMS("[ENCODER:%d:%s] hw state readout: %s, pipe %c\n",
24929352 15897 encoder->base.base.id,
8e329a03 15898 encoder->base.name,
24929352 15899 encoder->base.crtc ? "enabled" : "disabled",
6f2bcceb 15900 pipe_name(pipe));
24929352
DV
15901 }
15902
3a3371ff 15903 for_each_intel_connector(dev, connector) {
24929352
DV
15904 if (connector->get_hw_state(connector)) {
15905 connector->base.dpms = DRM_MODE_DPMS_ON;
24929352
DV
15906 connector->base.encoder = &connector->encoder->base;
15907 } else {
15908 connector->base.dpms = DRM_MODE_DPMS_OFF;
15909 connector->base.encoder = NULL;
15910 }
15911 DRM_DEBUG_KMS("[CONNECTOR:%d:%s] hw state readout: %s\n",
15912 connector->base.base.id,
c23cc417 15913 connector->base.name,
24929352
DV
15914 connector->base.encoder ? "enabled" : "disabled");
15915 }
7f4c6284
VS
15916
15917 for_each_intel_crtc(dev, crtc) {
15918 crtc->base.hwmode = crtc->config->base.adjusted_mode;
15919
15920 memset(&crtc->base.mode, 0, sizeof(crtc->base.mode));
15921 if (crtc->base.state->active) {
15922 intel_mode_from_pipe_config(&crtc->base.mode, crtc->config);
15923 intel_mode_from_pipe_config(&crtc->base.state->adjusted_mode, crtc->config);
15924 WARN_ON(drm_atomic_set_mode_for_crtc(crtc->base.state, &crtc->base.mode));
15925
15926 /*
15927 * The initial mode needs to be set in order to keep
15928 * the atomic core happy. It wants a valid mode if the
15929 * crtc's enabled, so we do the above call.
15930 *
15931 * At this point some state updated by the connectors
15932 * in their ->detect() callback has not run yet, so
15933 * no recalculation can be done yet.
15934 *
15935 * Even if we could do a recalculation and modeset
15936 * right now it would cause a double modeset if
15937 * fbdev or userspace chooses a different initial mode.
15938 *
15939 * If that happens, someone indicated they wanted a
15940 * mode change, which means it's safe to do a full
15941 * recalculation.
15942 */
15943 crtc->base.state->mode.private_flags = I915_MODE_FLAG_INHERITED;
9eca6832
VS
15944
15945 drm_calc_timestamping_constants(&crtc->base, &crtc->base.hwmode);
15946 update_scanline_offset(crtc);
7f4c6284
VS
15947 }
15948 }
30e984df
DV
15949}
15950
043e9bda
ML
15951/* Scan out the current hw modeset state,
15952 * and sanitizes it to the current state
15953 */
15954static void
15955intel_modeset_setup_hw_state(struct drm_device *dev)
30e984df
DV
15956{
15957 struct drm_i915_private *dev_priv = dev->dev_private;
15958 enum pipe pipe;
30e984df
DV
15959 struct intel_crtc *crtc;
15960 struct intel_encoder *encoder;
35c95375 15961 int i;
30e984df
DV
15962
15963 intel_modeset_readout_hw_state(dev);
24929352
DV
15964
15965 /* HW state is read out, now we need to sanitize this mess. */
b2784e15 15966 for_each_intel_encoder(dev, encoder) {
24929352
DV
15967 intel_sanitize_encoder(encoder);
15968 }
15969
055e393f 15970 for_each_pipe(dev_priv, pipe) {
24929352
DV
15971 crtc = to_intel_crtc(dev_priv->pipe_to_crtc_mapping[pipe]);
15972 intel_sanitize_crtc(crtc);
6e3c9717
ACO
15973 intel_dump_pipe_config(crtc, crtc->config,
15974 "[setup_hw_state]");
24929352 15975 }
9a935856 15976
d29b2f9d
ACO
15977 intel_modeset_update_connector_atomic_state(dev);
15978
35c95375
DV
15979 for (i = 0; i < dev_priv->num_shared_dpll; i++) {
15980 struct intel_shared_dpll *pll = &dev_priv->shared_dplls[i];
15981
15982 if (!pll->on || pll->active)
15983 continue;
15984
15985 DRM_DEBUG_KMS("%s enabled but not in use, disabling\n", pll->name);
15986
15987 pll->disable(dev_priv, pll);
15988 pll->on = false;
15989 }
15990
666a4537 15991 if (IS_VALLEYVIEW(dev) || IS_CHERRYVIEW(dev))
6eb1a681
VS
15992 vlv_wm_get_hw_state(dev);
15993 else if (IS_GEN9(dev))
3078999f
PB
15994 skl_wm_get_hw_state(dev);
15995 else if (HAS_PCH_SPLIT(dev))
243e6a44 15996 ilk_wm_get_hw_state(dev);
292b990e
ML
15997
15998 for_each_intel_crtc(dev, crtc) {
15999 unsigned long put_domains;
16000
16001 put_domains = modeset_get_crtc_power_domains(&crtc->base);
16002 if (WARN_ON(put_domains))
16003 modeset_put_power_domains(dev_priv, put_domains);
16004 }
16005 intel_display_set_init_power(dev_priv, false);
043e9bda 16006}
7d0bc1ea 16007
043e9bda
ML
16008void intel_display_resume(struct drm_device *dev)
16009{
16010 struct drm_atomic_state *state = drm_atomic_state_alloc(dev);
16011 struct intel_connector *conn;
16012 struct intel_plane *plane;
16013 struct drm_crtc *crtc;
16014 int ret;
f30da187 16015
043e9bda
ML
16016 if (!state)
16017 return;
16018
16019 state->acquire_ctx = dev->mode_config.acquire_ctx;
16020
16021 /* preserve complete old state, including dpll */
16022 intel_atomic_get_shared_dpll_state(state);
16023
16024 for_each_crtc(dev, crtc) {
16025 struct drm_crtc_state *crtc_state =
16026 drm_atomic_get_crtc_state(state, crtc);
16027
16028 ret = PTR_ERR_OR_ZERO(crtc_state);
16029 if (ret)
16030 goto err;
16031
16032 /* force a restore */
16033 crtc_state->mode_changed = true;
45e2b5f6 16034 }
8af6cf88 16035
043e9bda
ML
16036 for_each_intel_plane(dev, plane) {
16037 ret = PTR_ERR_OR_ZERO(drm_atomic_get_plane_state(state, &plane->base));
16038 if (ret)
16039 goto err;
16040 }
16041
16042 for_each_intel_connector(dev, conn) {
16043 ret = PTR_ERR_OR_ZERO(drm_atomic_get_connector_state(state, &conn->base));
16044 if (ret)
16045 goto err;
16046 }
16047
16048 intel_modeset_setup_hw_state(dev);
16049
16050 i915_redisable_vga(dev);
74c090b1 16051 ret = drm_atomic_commit(state);
043e9bda
ML
16052 if (!ret)
16053 return;
16054
16055err:
16056 DRM_ERROR("Restoring old state failed with %i\n", ret);
16057 drm_atomic_state_free(state);
2c7111db
CW
16058}
16059
16060void intel_modeset_gem_init(struct drm_device *dev)
16061{
484b41dd 16062 struct drm_crtc *c;
2ff8fde1 16063 struct drm_i915_gem_object *obj;
e0d6149b 16064 int ret;
484b41dd 16065
ae48434c
ID
16066 mutex_lock(&dev->struct_mutex);
16067 intel_init_gt_powersave(dev);
16068 mutex_unlock(&dev->struct_mutex);
16069
1833b134 16070 intel_modeset_init_hw(dev);
02e792fb
DV
16071
16072 intel_setup_overlay(dev);
484b41dd
JB
16073
16074 /*
16075 * Make sure any fbs we allocated at startup are properly
16076 * pinned & fenced. When we do the allocation it's too early
16077 * for this.
16078 */
70e1e0ec 16079 for_each_crtc(dev, c) {
2ff8fde1
MR
16080 obj = intel_fb_obj(c->primary->fb);
16081 if (obj == NULL)
484b41dd
JB
16082 continue;
16083
e0d6149b
TU
16084 mutex_lock(&dev->struct_mutex);
16085 ret = intel_pin_and_fence_fb_obj(c->primary,
16086 c->primary->fb,
7580d774 16087 c->primary->state);
e0d6149b
TU
16088 mutex_unlock(&dev->struct_mutex);
16089 if (ret) {
484b41dd
JB
16090 DRM_ERROR("failed to pin boot fb on pipe %d\n",
16091 to_intel_crtc(c)->pipe);
66e514c1
DA
16092 drm_framebuffer_unreference(c->primary->fb);
16093 c->primary->fb = NULL;
36750f28 16094 c->primary->crtc = c->primary->state->crtc = NULL;
afd65eb4 16095 update_state_fb(c->primary);
36750f28 16096 c->state->plane_mask &= ~(1 << drm_plane_index(c->primary));
484b41dd
JB
16097 }
16098 }
0962c3c9
VS
16099
16100 intel_backlight_register(dev);
79e53945
JB
16101}
16102
4932e2c3
ID
16103void intel_connector_unregister(struct intel_connector *intel_connector)
16104{
16105 struct drm_connector *connector = &intel_connector->base;
16106
16107 intel_panel_destroy_backlight(connector);
34ea3d38 16108 drm_connector_unregister(connector);
4932e2c3
ID
16109}
16110
79e53945
JB
16111void intel_modeset_cleanup(struct drm_device *dev)
16112{
652c393a 16113 struct drm_i915_private *dev_priv = dev->dev_private;
19c8054c 16114 struct intel_connector *connector;
652c393a 16115
2eb5252e
ID
16116 intel_disable_gt_powersave(dev);
16117
0962c3c9
VS
16118 intel_backlight_unregister(dev);
16119
fd0c0642
DV
16120 /*
16121 * Interrupts and polling as the first thing to avoid creating havoc.
2eb5252e 16122 * Too much stuff here (turning of connectors, ...) would
fd0c0642
DV
16123 * experience fancy races otherwise.
16124 */
2aeb7d3a 16125 intel_irq_uninstall(dev_priv);
eb21b92b 16126
fd0c0642
DV
16127 /*
16128 * Due to the hpd irq storm handling the hotplug work can re-arm the
16129 * poll handlers. Hence disable polling after hpd handling is shut down.
16130 */
f87ea761 16131 drm_kms_helper_poll_fini(dev);
fd0c0642 16132
723bfd70
JB
16133 intel_unregister_dsm_handler();
16134
7733b49b 16135 intel_fbc_disable(dev_priv);
69341a5e 16136
1630fe75
CW
16137 /* flush any delayed tasks or pending work */
16138 flush_scheduled_work();
16139
db31af1d 16140 /* destroy the backlight and sysfs files before encoders/connectors */
19c8054c
JN
16141 for_each_intel_connector(dev, connector)
16142 connector->unregister(connector);
d9255d57 16143
79e53945 16144 drm_mode_config_cleanup(dev);
4d7bb011
DV
16145
16146 intel_cleanup_overlay(dev);
ae48434c
ID
16147
16148 mutex_lock(&dev->struct_mutex);
16149 intel_cleanup_gt_powersave(dev);
16150 mutex_unlock(&dev->struct_mutex);
79e53945
JB
16151}
16152
f1c79df3
ZW
16153/*
16154 * Return which encoder is currently attached for connector.
16155 */
df0e9248 16156struct drm_encoder *intel_best_encoder(struct drm_connector *connector)
79e53945 16157{
df0e9248
CW
16158 return &intel_attached_encoder(connector)->base;
16159}
f1c79df3 16160
df0e9248
CW
16161void intel_connector_attach_encoder(struct intel_connector *connector,
16162 struct intel_encoder *encoder)
16163{
16164 connector->encoder = encoder;
16165 drm_mode_connector_attach_encoder(&connector->base,
16166 &encoder->base);
79e53945 16167}
28d52043
DA
16168
16169/*
16170 * set vga decode state - true == enable VGA decode
16171 */
16172int intel_modeset_vga_set_state(struct drm_device *dev, bool state)
16173{
16174 struct drm_i915_private *dev_priv = dev->dev_private;
a885b3cc 16175 unsigned reg = INTEL_INFO(dev)->gen >= 6 ? SNB_GMCH_CTRL : INTEL_GMCH_CTRL;
28d52043
DA
16176 u16 gmch_ctrl;
16177
75fa041d
CW
16178 if (pci_read_config_word(dev_priv->bridge_dev, reg, &gmch_ctrl)) {
16179 DRM_ERROR("failed to read control word\n");
16180 return -EIO;
16181 }
16182
c0cc8a55
CW
16183 if (!!(gmch_ctrl & INTEL_GMCH_VGA_DISABLE) == !state)
16184 return 0;
16185
28d52043
DA
16186 if (state)
16187 gmch_ctrl &= ~INTEL_GMCH_VGA_DISABLE;
16188 else
16189 gmch_ctrl |= INTEL_GMCH_VGA_DISABLE;
75fa041d
CW
16190
16191 if (pci_write_config_word(dev_priv->bridge_dev, reg, gmch_ctrl)) {
16192 DRM_ERROR("failed to write control word\n");
16193 return -EIO;
16194 }
16195
28d52043
DA
16196 return 0;
16197}
c4a1d9e4 16198
c4a1d9e4 16199struct intel_display_error_state {
ff57f1b0
PZ
16200
16201 u32 power_well_driver;
16202
63b66e5b
CW
16203 int num_transcoders;
16204
c4a1d9e4
CW
16205 struct intel_cursor_error_state {
16206 u32 control;
16207 u32 position;
16208 u32 base;
16209 u32 size;
52331309 16210 } cursor[I915_MAX_PIPES];
c4a1d9e4
CW
16211
16212 struct intel_pipe_error_state {
ddf9c536 16213 bool power_domain_on;
c4a1d9e4 16214 u32 source;
f301b1e1 16215 u32 stat;
52331309 16216 } pipe[I915_MAX_PIPES];
c4a1d9e4
CW
16217
16218 struct intel_plane_error_state {
16219 u32 control;
16220 u32 stride;
16221 u32 size;
16222 u32 pos;
16223 u32 addr;
16224 u32 surface;
16225 u32 tile_offset;
52331309 16226 } plane[I915_MAX_PIPES];
63b66e5b
CW
16227
16228 struct intel_transcoder_error_state {
ddf9c536 16229 bool power_domain_on;
63b66e5b
CW
16230 enum transcoder cpu_transcoder;
16231
16232 u32 conf;
16233
16234 u32 htotal;
16235 u32 hblank;
16236 u32 hsync;
16237 u32 vtotal;
16238 u32 vblank;
16239 u32 vsync;
16240 } transcoder[4];
c4a1d9e4
CW
16241};
16242
16243struct intel_display_error_state *
16244intel_display_capture_error_state(struct drm_device *dev)
16245{
fbee40df 16246 struct drm_i915_private *dev_priv = dev->dev_private;
c4a1d9e4 16247 struct intel_display_error_state *error;
63b66e5b
CW
16248 int transcoders[] = {
16249 TRANSCODER_A,
16250 TRANSCODER_B,
16251 TRANSCODER_C,
16252 TRANSCODER_EDP,
16253 };
c4a1d9e4
CW
16254 int i;
16255
63b66e5b
CW
16256 if (INTEL_INFO(dev)->num_pipes == 0)
16257 return NULL;
16258
9d1cb914 16259 error = kzalloc(sizeof(*error), GFP_ATOMIC);
c4a1d9e4
CW
16260 if (error == NULL)
16261 return NULL;
16262
190be112 16263 if (IS_HASWELL(dev) || IS_BROADWELL(dev))
ff57f1b0
PZ
16264 error->power_well_driver = I915_READ(HSW_PWR_WELL_DRIVER);
16265
055e393f 16266 for_each_pipe(dev_priv, i) {
ddf9c536 16267 error->pipe[i].power_domain_on =
f458ebbc
DV
16268 __intel_display_power_is_enabled(dev_priv,
16269 POWER_DOMAIN_PIPE(i));
ddf9c536 16270 if (!error->pipe[i].power_domain_on)
9d1cb914
PZ
16271 continue;
16272
5efb3e28
VS
16273 error->cursor[i].control = I915_READ(CURCNTR(i));
16274 error->cursor[i].position = I915_READ(CURPOS(i));
16275 error->cursor[i].base = I915_READ(CURBASE(i));
c4a1d9e4
CW
16276
16277 error->plane[i].control = I915_READ(DSPCNTR(i));
16278 error->plane[i].stride = I915_READ(DSPSTRIDE(i));
80ca378b 16279 if (INTEL_INFO(dev)->gen <= 3) {
51889b35 16280 error->plane[i].size = I915_READ(DSPSIZE(i));
80ca378b
PZ
16281 error->plane[i].pos = I915_READ(DSPPOS(i));
16282 }
ca291363
PZ
16283 if (INTEL_INFO(dev)->gen <= 7 && !IS_HASWELL(dev))
16284 error->plane[i].addr = I915_READ(DSPADDR(i));
c4a1d9e4
CW
16285 if (INTEL_INFO(dev)->gen >= 4) {
16286 error->plane[i].surface = I915_READ(DSPSURF(i));
16287 error->plane[i].tile_offset = I915_READ(DSPTILEOFF(i));
16288 }
16289
c4a1d9e4 16290 error->pipe[i].source = I915_READ(PIPESRC(i));
f301b1e1 16291
3abfce77 16292 if (HAS_GMCH_DISPLAY(dev))
f301b1e1 16293 error->pipe[i].stat = I915_READ(PIPESTAT(i));
63b66e5b
CW
16294 }
16295
16296 error->num_transcoders = INTEL_INFO(dev)->num_pipes;
16297 if (HAS_DDI(dev_priv->dev))
16298 error->num_transcoders++; /* Account for eDP. */
16299
16300 for (i = 0; i < error->num_transcoders; i++) {
16301 enum transcoder cpu_transcoder = transcoders[i];
16302
ddf9c536 16303 error->transcoder[i].power_domain_on =
f458ebbc 16304 __intel_display_power_is_enabled(dev_priv,
38cc1daf 16305 POWER_DOMAIN_TRANSCODER(cpu_transcoder));
ddf9c536 16306 if (!error->transcoder[i].power_domain_on)
9d1cb914
PZ
16307 continue;
16308
63b66e5b
CW
16309 error->transcoder[i].cpu_transcoder = cpu_transcoder;
16310
16311 error->transcoder[i].conf = I915_READ(PIPECONF(cpu_transcoder));
16312 error->transcoder[i].htotal = I915_READ(HTOTAL(cpu_transcoder));
16313 error->transcoder[i].hblank = I915_READ(HBLANK(cpu_transcoder));
16314 error->transcoder[i].hsync = I915_READ(HSYNC(cpu_transcoder));
16315 error->transcoder[i].vtotal = I915_READ(VTOTAL(cpu_transcoder));
16316 error->transcoder[i].vblank = I915_READ(VBLANK(cpu_transcoder));
16317 error->transcoder[i].vsync = I915_READ(VSYNC(cpu_transcoder));
c4a1d9e4
CW
16318 }
16319
16320 return error;
16321}
16322
edc3d884
MK
16323#define err_printf(e, ...) i915_error_printf(e, __VA_ARGS__)
16324
c4a1d9e4 16325void
edc3d884 16326intel_display_print_error_state(struct drm_i915_error_state_buf *m,
c4a1d9e4
CW
16327 struct drm_device *dev,
16328 struct intel_display_error_state *error)
16329{
055e393f 16330 struct drm_i915_private *dev_priv = dev->dev_private;
c4a1d9e4
CW
16331 int i;
16332
63b66e5b
CW
16333 if (!error)
16334 return;
16335
edc3d884 16336 err_printf(m, "Num Pipes: %d\n", INTEL_INFO(dev)->num_pipes);
190be112 16337 if (IS_HASWELL(dev) || IS_BROADWELL(dev))
edc3d884 16338 err_printf(m, "PWR_WELL_CTL2: %08x\n",
ff57f1b0 16339 error->power_well_driver);
055e393f 16340 for_each_pipe(dev_priv, i) {
edc3d884 16341 err_printf(m, "Pipe [%d]:\n", i);
ddf9c536
ID
16342 err_printf(m, " Power: %s\n",
16343 error->pipe[i].power_domain_on ? "on" : "off");
edc3d884 16344 err_printf(m, " SRC: %08x\n", error->pipe[i].source);
f301b1e1 16345 err_printf(m, " STAT: %08x\n", error->pipe[i].stat);
edc3d884
MK
16346
16347 err_printf(m, "Plane [%d]:\n", i);
16348 err_printf(m, " CNTR: %08x\n", error->plane[i].control);
16349 err_printf(m, " STRIDE: %08x\n", error->plane[i].stride);
80ca378b 16350 if (INTEL_INFO(dev)->gen <= 3) {
edc3d884
MK
16351 err_printf(m, " SIZE: %08x\n", error->plane[i].size);
16352 err_printf(m, " POS: %08x\n", error->plane[i].pos);
80ca378b 16353 }
4b71a570 16354 if (INTEL_INFO(dev)->gen <= 7 && !IS_HASWELL(dev))
edc3d884 16355 err_printf(m, " ADDR: %08x\n", error->plane[i].addr);
c4a1d9e4 16356 if (INTEL_INFO(dev)->gen >= 4) {
edc3d884
MK
16357 err_printf(m, " SURF: %08x\n", error->plane[i].surface);
16358 err_printf(m, " TILEOFF: %08x\n", error->plane[i].tile_offset);
c4a1d9e4
CW
16359 }
16360
edc3d884
MK
16361 err_printf(m, "Cursor [%d]:\n", i);
16362 err_printf(m, " CNTR: %08x\n", error->cursor[i].control);
16363 err_printf(m, " POS: %08x\n", error->cursor[i].position);
16364 err_printf(m, " BASE: %08x\n", error->cursor[i].base);
c4a1d9e4 16365 }
63b66e5b
CW
16366
16367 for (i = 0; i < error->num_transcoders; i++) {
1cf84bb6 16368 err_printf(m, "CPU transcoder: %c\n",
63b66e5b 16369 transcoder_name(error->transcoder[i].cpu_transcoder));
ddf9c536
ID
16370 err_printf(m, " Power: %s\n",
16371 error->transcoder[i].power_domain_on ? "on" : "off");
63b66e5b
CW
16372 err_printf(m, " CONF: %08x\n", error->transcoder[i].conf);
16373 err_printf(m, " HTOTAL: %08x\n", error->transcoder[i].htotal);
16374 err_printf(m, " HBLANK: %08x\n", error->transcoder[i].hblank);
16375 err_printf(m, " HSYNC: %08x\n", error->transcoder[i].hsync);
16376 err_printf(m, " VTOTAL: %08x\n", error->transcoder[i].vtotal);
16377 err_printf(m, " VBLANK: %08x\n", error->transcoder[i].vblank);
16378 err_printf(m, " VSYNC: %08x\n", error->transcoder[i].vsync);
16379 }
c4a1d9e4 16380}
e2fcdaa9
VS
16381
16382void intel_modeset_preclose(struct drm_device *dev, struct drm_file *file)
16383{
16384 struct intel_crtc *crtc;
16385
16386 for_each_intel_crtc(dev, crtc) {
16387 struct intel_unpin_work *work;
e2fcdaa9 16388
5e2d7afc 16389 spin_lock_irq(&dev->event_lock);
e2fcdaa9
VS
16390
16391 work = crtc->unpin_work;
16392
16393 if (work && work->event &&
16394 work->event->base.file_priv == file) {
16395 kfree(work->event);
16396 work->event = NULL;
16397 }
16398
5e2d7afc 16399 spin_unlock_irq(&dev->event_lock);
e2fcdaa9
VS
16400 }
16401}
This page took 3.913354 seconds and 5 git commands to generate.