blob: 093a163d4b1c9df512ef34740929f6b1b3ab9d06 [file] [log] [blame]
Jesse Barnes79e53942008-11-07 14:24:08 -08001/*
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
Daniel Vetter618563e2012-04-01 13:38:50 +020027#include <linux/dmi.h>
Jesse Barnesc1c7af62009-09-10 15:28:03 -070028#include <linux/module.h>
29#include <linux/input.h>
Jesse Barnes79e53942008-11-07 14:24:08 -080030#include <linux/i2c.h>
Shaohua Li7662c8b2009-06-26 11:23:55 +080031#include <linux/kernel.h>
Tejun Heo5a0e3ad2010-03-24 17:04:11 +090032#include <linux/slab.h>
Jesse Barnes9cce37f2010-08-13 15:11:26 -070033#include <linux/vgaarb.h>
Wu Fengguange0dac652011-09-05 14:25:34 +080034#include <drm/drm_edid.h>
David Howells760285e2012-10-02 18:01:07 +010035#include <drm/drmP.h>
Jesse Barnes79e53942008-11-07 14:24:08 -080036#include "intel_drv.h"
David Howells760285e2012-10-02 18:01:07 +010037#include <drm/i915_drm.h>
Jesse Barnes79e53942008-11-07 14:24:08 -080038#include "i915_drv.h"
Jesse Barnese5510fa2010-07-01 16:48:37 -070039#include "i915_trace.h"
David Howells760285e2012-10-02 18:01:07 +010040#include <drm/drm_dp_helper.h>
41#include <drm/drm_crtc_helper.h>
Keith Packardc0f372b32011-11-16 22:24:52 -080042#include <linux/dma_remapping.h>
Jesse Barnes79e53942008-11-07 14:24:08 -080043
Akshay Joshi0206e352011-08-16 15:34:10 -040044bool intel_pipe_has_type(struct drm_crtc *crtc, int type);
Daniel Vetter3dec0092010-08-20 21:40:52 +020045static void intel_increase_pllclock(struct drm_crtc *crtc);
Chris Wilson6b383a72010-09-13 13:54:26 +010046static void intel_crtc_update_cursor(struct drm_crtc *crtc, bool on);
Jesse Barnes79e53942008-11-07 14:24:08 -080047
48typedef struct {
Akshay Joshi0206e352011-08-16 15:34:10 -040049 /* given values */
50 int n;
51 int m1, m2;
52 int p1, p2;
53 /* derived values */
54 int dot;
55 int vco;
56 int m;
57 int p;
Jesse Barnes79e53942008-11-07 14:24:08 -080058} intel_clock_t;
59
60typedef struct {
Akshay Joshi0206e352011-08-16 15:34:10 -040061 int min, max;
Jesse Barnes79e53942008-11-07 14:24:08 -080062} intel_range_t;
63
64typedef struct {
Akshay Joshi0206e352011-08-16 15:34:10 -040065 int dot_limit;
66 int p2_slow, p2_fast;
Jesse Barnes79e53942008-11-07 14:24:08 -080067} intel_p2_t;
68
69#define INTEL_P2_NUM 2
Ma Lingd4906092009-03-18 20:13:27 +080070typedef struct intel_limit intel_limit_t;
71struct intel_limit {
Akshay Joshi0206e352011-08-16 15:34:10 -040072 intel_range_t dot, vco, n, m, m1, m2, p, p1;
73 intel_p2_t p2;
74 bool (* find_pll)(const intel_limit_t *, struct drm_crtc *,
Sean Paulcec2f352012-01-10 15:09:36 -080075 int, int, intel_clock_t *, intel_clock_t *);
Ma Lingd4906092009-03-18 20:13:27 +080076};
Jesse Barnes79e53942008-11-07 14:24:08 -080077
Jesse Barnes2377b742010-07-07 14:06:43 -070078/* FDI */
79#define IRONLAKE_FDI_FREQ 2700000 /* in kHz for mode->clock */
80
Daniel Vetterd2acd212012-10-20 20:57:43 +020081int
82intel_pch_rawclk(struct drm_device *dev)
83{
84 struct drm_i915_private *dev_priv = dev->dev_private;
85
86 WARN_ON(!HAS_PCH_SPLIT(dev));
87
88 return I915_READ(PCH_RAWCLK_FREQ) & RAWCLK_FREQ_MASK;
89}
90
Ma Lingd4906092009-03-18 20:13:27 +080091static bool
92intel_find_best_PLL(const intel_limit_t *limit, struct drm_crtc *crtc,
Sean Paulcec2f352012-01-10 15:09:36 -080093 int target, int refclk, intel_clock_t *match_clock,
94 intel_clock_t *best_clock);
Ma Lingd4906092009-03-18 20:13:27 +080095static bool
96intel_g4x_find_best_PLL(const intel_limit_t *limit, struct drm_crtc *crtc,
Sean Paulcec2f352012-01-10 15:09:36 -080097 int target, int refclk, intel_clock_t *match_clock,
98 intel_clock_t *best_clock);
Jesse Barnes79e53942008-11-07 14:24:08 -080099
Keith Packarda4fc5ed2009-04-07 16:16:42 -0700100static bool
101intel_find_pll_g4x_dp(const intel_limit_t *, struct drm_crtc *crtc,
Sean Paulcec2f352012-01-10 15:09:36 -0800102 int target, int refclk, intel_clock_t *match_clock,
103 intel_clock_t *best_clock);
Zhenyu Wang5eb08b62009-07-24 01:00:31 +0800104static bool
Adam Jacksonf2b115e2009-12-03 17:14:42 -0500105intel_find_pll_ironlake_dp(const intel_limit_t *, struct drm_crtc *crtc,
Sean Paulcec2f352012-01-10 15:09:36 -0800106 int target, int refclk, intel_clock_t *match_clock,
107 intel_clock_t *best_clock);
Keith Packarda4fc5ed2009-04-07 16:16:42 -0700108
Jesse Barnesa0c4da242012-06-15 11:55:13 -0700109static bool
110intel_vlv_find_best_pll(const intel_limit_t *limit, struct drm_crtc *crtc,
111 int target, int refclk, intel_clock_t *match_clock,
112 intel_clock_t *best_clock);
113
Chris Wilson021357a2010-09-07 20:54:59 +0100114static inline u32 /* units of 100MHz */
115intel_fdi_link_freq(struct drm_device *dev)
116{
Chris Wilson8b99e682010-10-13 09:59:17 +0100117 if (IS_GEN5(dev)) {
118 struct drm_i915_private *dev_priv = dev->dev_private;
119 return (I915_READ(FDI_PLL_BIOS_0) & FDI_PLL_FB_CLOCK_MASK) + 2;
120 } else
121 return 27;
Chris Wilson021357a2010-09-07 20:54:59 +0100122}
123
Keith Packarde4b36692009-06-05 19:22:17 -0700124static const intel_limit_t intel_limits_i8xx_dvo = {
Akshay Joshi0206e352011-08-16 15:34:10 -0400125 .dot = { .min = 25000, .max = 350000 },
126 .vco = { .min = 930000, .max = 1400000 },
127 .n = { .min = 3, .max = 16 },
128 .m = { .min = 96, .max = 140 },
129 .m1 = { .min = 18, .max = 26 },
130 .m2 = { .min = 6, .max = 16 },
131 .p = { .min = 4, .max = 128 },
132 .p1 = { .min = 2, .max = 33 },
Eric Anholt273e27c2011-03-30 13:01:10 -0700133 .p2 = { .dot_limit = 165000,
134 .p2_slow = 4, .p2_fast = 2 },
Ma Lingd4906092009-03-18 20:13:27 +0800135 .find_pll = intel_find_best_PLL,
Keith Packarde4b36692009-06-05 19:22:17 -0700136};
137
138static const intel_limit_t intel_limits_i8xx_lvds = {
Akshay Joshi0206e352011-08-16 15:34:10 -0400139 .dot = { .min = 25000, .max = 350000 },
140 .vco = { .min = 930000, .max = 1400000 },
141 .n = { .min = 3, .max = 16 },
142 .m = { .min = 96, .max = 140 },
143 .m1 = { .min = 18, .max = 26 },
144 .m2 = { .min = 6, .max = 16 },
145 .p = { .min = 4, .max = 128 },
146 .p1 = { .min = 1, .max = 6 },
Eric Anholt273e27c2011-03-30 13:01:10 -0700147 .p2 = { .dot_limit = 165000,
148 .p2_slow = 14, .p2_fast = 7 },
Ma Lingd4906092009-03-18 20:13:27 +0800149 .find_pll = intel_find_best_PLL,
Keith Packarde4b36692009-06-05 19:22:17 -0700150};
Eric Anholt273e27c2011-03-30 13:01:10 -0700151
Keith Packarde4b36692009-06-05 19:22:17 -0700152static const intel_limit_t intel_limits_i9xx_sdvo = {
Akshay Joshi0206e352011-08-16 15:34:10 -0400153 .dot = { .min = 20000, .max = 400000 },
154 .vco = { .min = 1400000, .max = 2800000 },
155 .n = { .min = 1, .max = 6 },
156 .m = { .min = 70, .max = 120 },
157 .m1 = { .min = 10, .max = 22 },
158 .m2 = { .min = 5, .max = 9 },
159 .p = { .min = 5, .max = 80 },
160 .p1 = { .min = 1, .max = 8 },
Eric Anholt273e27c2011-03-30 13:01:10 -0700161 .p2 = { .dot_limit = 200000,
162 .p2_slow = 10, .p2_fast = 5 },
Ma Lingd4906092009-03-18 20:13:27 +0800163 .find_pll = intel_find_best_PLL,
Keith Packarde4b36692009-06-05 19:22:17 -0700164};
165
166static const intel_limit_t intel_limits_i9xx_lvds = {
Akshay Joshi0206e352011-08-16 15:34:10 -0400167 .dot = { .min = 20000, .max = 400000 },
168 .vco = { .min = 1400000, .max = 2800000 },
169 .n = { .min = 1, .max = 6 },
170 .m = { .min = 70, .max = 120 },
171 .m1 = { .min = 10, .max = 22 },
172 .m2 = { .min = 5, .max = 9 },
173 .p = { .min = 7, .max = 98 },
174 .p1 = { .min = 1, .max = 8 },
Eric Anholt273e27c2011-03-30 13:01:10 -0700175 .p2 = { .dot_limit = 112000,
176 .p2_slow = 14, .p2_fast = 7 },
Ma Lingd4906092009-03-18 20:13:27 +0800177 .find_pll = intel_find_best_PLL,
Keith Packarde4b36692009-06-05 19:22:17 -0700178};
179
Eric Anholt273e27c2011-03-30 13:01:10 -0700180
Keith Packarde4b36692009-06-05 19:22:17 -0700181static const intel_limit_t intel_limits_g4x_sdvo = {
Eric Anholt273e27c2011-03-30 13:01:10 -0700182 .dot = { .min = 25000, .max = 270000 },
183 .vco = { .min = 1750000, .max = 3500000},
184 .n = { .min = 1, .max = 4 },
185 .m = { .min = 104, .max = 138 },
186 .m1 = { .min = 17, .max = 23 },
187 .m2 = { .min = 5, .max = 11 },
188 .p = { .min = 10, .max = 30 },
189 .p1 = { .min = 1, .max = 3},
190 .p2 = { .dot_limit = 270000,
191 .p2_slow = 10,
192 .p2_fast = 10
Ma Ling044c7c42009-03-18 20:13:23 +0800193 },
Ma Lingd4906092009-03-18 20:13:27 +0800194 .find_pll = intel_g4x_find_best_PLL,
Keith Packarde4b36692009-06-05 19:22:17 -0700195};
196
197static const intel_limit_t intel_limits_g4x_hdmi = {
Eric Anholt273e27c2011-03-30 13:01:10 -0700198 .dot = { .min = 22000, .max = 400000 },
199 .vco = { .min = 1750000, .max = 3500000},
200 .n = { .min = 1, .max = 4 },
201 .m = { .min = 104, .max = 138 },
202 .m1 = { .min = 16, .max = 23 },
203 .m2 = { .min = 5, .max = 11 },
204 .p = { .min = 5, .max = 80 },
205 .p1 = { .min = 1, .max = 8},
206 .p2 = { .dot_limit = 165000,
207 .p2_slow = 10, .p2_fast = 5 },
Ma Lingd4906092009-03-18 20:13:27 +0800208 .find_pll = intel_g4x_find_best_PLL,
Keith Packarde4b36692009-06-05 19:22:17 -0700209};
210
211static const intel_limit_t intel_limits_g4x_single_channel_lvds = {
Eric Anholt273e27c2011-03-30 13:01:10 -0700212 .dot = { .min = 20000, .max = 115000 },
213 .vco = { .min = 1750000, .max = 3500000 },
214 .n = { .min = 1, .max = 3 },
215 .m = { .min = 104, .max = 138 },
216 .m1 = { .min = 17, .max = 23 },
217 .m2 = { .min = 5, .max = 11 },
218 .p = { .min = 28, .max = 112 },
219 .p1 = { .min = 2, .max = 8 },
220 .p2 = { .dot_limit = 0,
221 .p2_slow = 14, .p2_fast = 14
Ma Ling044c7c42009-03-18 20:13:23 +0800222 },
Ma Lingd4906092009-03-18 20:13:27 +0800223 .find_pll = intel_g4x_find_best_PLL,
Keith Packarde4b36692009-06-05 19:22:17 -0700224};
225
226static const intel_limit_t intel_limits_g4x_dual_channel_lvds = {
Eric Anholt273e27c2011-03-30 13:01:10 -0700227 .dot = { .min = 80000, .max = 224000 },
228 .vco = { .min = 1750000, .max = 3500000 },
229 .n = { .min = 1, .max = 3 },
230 .m = { .min = 104, .max = 138 },
231 .m1 = { .min = 17, .max = 23 },
232 .m2 = { .min = 5, .max = 11 },
233 .p = { .min = 14, .max = 42 },
234 .p1 = { .min = 2, .max = 6 },
235 .p2 = { .dot_limit = 0,
236 .p2_slow = 7, .p2_fast = 7
Ma Ling044c7c42009-03-18 20:13:23 +0800237 },
Ma Lingd4906092009-03-18 20:13:27 +0800238 .find_pll = intel_g4x_find_best_PLL,
Keith Packarde4b36692009-06-05 19:22:17 -0700239};
240
241static const intel_limit_t intel_limits_g4x_display_port = {
Akshay Joshi0206e352011-08-16 15:34:10 -0400242 .dot = { .min = 161670, .max = 227000 },
243 .vco = { .min = 1750000, .max = 3500000},
244 .n = { .min = 1, .max = 2 },
245 .m = { .min = 97, .max = 108 },
246 .m1 = { .min = 0x10, .max = 0x12 },
247 .m2 = { .min = 0x05, .max = 0x06 },
248 .p = { .min = 10, .max = 20 },
249 .p1 = { .min = 1, .max = 2},
250 .p2 = { .dot_limit = 0,
Eric Anholt273e27c2011-03-30 13:01:10 -0700251 .p2_slow = 10, .p2_fast = 10 },
Akshay Joshi0206e352011-08-16 15:34:10 -0400252 .find_pll = intel_find_pll_g4x_dp,
Keith Packarde4b36692009-06-05 19:22:17 -0700253};
254
Adam Jacksonf2b115e2009-12-03 17:14:42 -0500255static const intel_limit_t intel_limits_pineview_sdvo = {
Akshay Joshi0206e352011-08-16 15:34:10 -0400256 .dot = { .min = 20000, .max = 400000},
257 .vco = { .min = 1700000, .max = 3500000 },
Eric Anholt273e27c2011-03-30 13:01:10 -0700258 /* Pineview's Ncounter is a ring counter */
Akshay Joshi0206e352011-08-16 15:34:10 -0400259 .n = { .min = 3, .max = 6 },
260 .m = { .min = 2, .max = 256 },
Eric Anholt273e27c2011-03-30 13:01:10 -0700261 /* Pineview only has one combined m divider, which we treat as m2. */
Akshay Joshi0206e352011-08-16 15:34:10 -0400262 .m1 = { .min = 0, .max = 0 },
263 .m2 = { .min = 0, .max = 254 },
264 .p = { .min = 5, .max = 80 },
265 .p1 = { .min = 1, .max = 8 },
Eric Anholt273e27c2011-03-30 13:01:10 -0700266 .p2 = { .dot_limit = 200000,
267 .p2_slow = 10, .p2_fast = 5 },
Shaohua Li61157072009-04-03 15:24:43 +0800268 .find_pll = intel_find_best_PLL,
Keith Packarde4b36692009-06-05 19:22:17 -0700269};
270
Adam Jacksonf2b115e2009-12-03 17:14:42 -0500271static const intel_limit_t intel_limits_pineview_lvds = {
Akshay Joshi0206e352011-08-16 15:34:10 -0400272 .dot = { .min = 20000, .max = 400000 },
273 .vco = { .min = 1700000, .max = 3500000 },
274 .n = { .min = 3, .max = 6 },
275 .m = { .min = 2, .max = 256 },
276 .m1 = { .min = 0, .max = 0 },
277 .m2 = { .min = 0, .max = 254 },
278 .p = { .min = 7, .max = 112 },
279 .p1 = { .min = 1, .max = 8 },
Eric Anholt273e27c2011-03-30 13:01:10 -0700280 .p2 = { .dot_limit = 112000,
281 .p2_slow = 14, .p2_fast = 14 },
Shaohua Li61157072009-04-03 15:24:43 +0800282 .find_pll = intel_find_best_PLL,
Keith Packarde4b36692009-06-05 19:22:17 -0700283};
284
Eric Anholt273e27c2011-03-30 13:01:10 -0700285/* Ironlake / Sandybridge
286 *
287 * We calculate clock using (register_value + 2) for N/M1/M2, so here
288 * the range value for them is (actual_value - 2).
289 */
Zhenyu Wangb91ad0e2010-02-05 09:14:17 +0800290static const intel_limit_t intel_limits_ironlake_dac = {
Eric Anholt273e27c2011-03-30 13:01:10 -0700291 .dot = { .min = 25000, .max = 350000 },
292 .vco = { .min = 1760000, .max = 3510000 },
293 .n = { .min = 1, .max = 5 },
294 .m = { .min = 79, .max = 127 },
295 .m1 = { .min = 12, .max = 22 },
296 .m2 = { .min = 5, .max = 9 },
297 .p = { .min = 5, .max = 80 },
298 .p1 = { .min = 1, .max = 8 },
299 .p2 = { .dot_limit = 225000,
300 .p2_slow = 10, .p2_fast = 5 },
Zhao Yakui45476682009-12-31 16:06:04 +0800301 .find_pll = intel_g4x_find_best_PLL,
Keith Packarde4b36692009-06-05 19:22:17 -0700302};
303
Zhenyu Wangb91ad0e2010-02-05 09:14:17 +0800304static const intel_limit_t intel_limits_ironlake_single_lvds = {
Eric Anholt273e27c2011-03-30 13:01:10 -0700305 .dot = { .min = 25000, .max = 350000 },
306 .vco = { .min = 1760000, .max = 3510000 },
307 .n = { .min = 1, .max = 3 },
308 .m = { .min = 79, .max = 118 },
309 .m1 = { .min = 12, .max = 22 },
310 .m2 = { .min = 5, .max = 9 },
311 .p = { .min = 28, .max = 112 },
312 .p1 = { .min = 2, .max = 8 },
313 .p2 = { .dot_limit = 225000,
314 .p2_slow = 14, .p2_fast = 14 },
Zhenyu Wangb91ad0e2010-02-05 09:14:17 +0800315 .find_pll = intel_g4x_find_best_PLL,
316};
317
318static const intel_limit_t intel_limits_ironlake_dual_lvds = {
Eric Anholt273e27c2011-03-30 13:01:10 -0700319 .dot = { .min = 25000, .max = 350000 },
320 .vco = { .min = 1760000, .max = 3510000 },
321 .n = { .min = 1, .max = 3 },
322 .m = { .min = 79, .max = 127 },
323 .m1 = { .min = 12, .max = 22 },
324 .m2 = { .min = 5, .max = 9 },
325 .p = { .min = 14, .max = 56 },
326 .p1 = { .min = 2, .max = 8 },
327 .p2 = { .dot_limit = 225000,
328 .p2_slow = 7, .p2_fast = 7 },
Zhenyu Wangb91ad0e2010-02-05 09:14:17 +0800329 .find_pll = intel_g4x_find_best_PLL,
330};
331
Eric Anholt273e27c2011-03-30 13:01:10 -0700332/* LVDS 100mhz refclk limits. */
Zhenyu Wangb91ad0e2010-02-05 09:14:17 +0800333static const intel_limit_t intel_limits_ironlake_single_lvds_100m = {
Eric Anholt273e27c2011-03-30 13:01:10 -0700334 .dot = { .min = 25000, .max = 350000 },
335 .vco = { .min = 1760000, .max = 3510000 },
336 .n = { .min = 1, .max = 2 },
337 .m = { .min = 79, .max = 126 },
338 .m1 = { .min = 12, .max = 22 },
339 .m2 = { .min = 5, .max = 9 },
340 .p = { .min = 28, .max = 112 },
Akshay Joshi0206e352011-08-16 15:34:10 -0400341 .p1 = { .min = 2, .max = 8 },
Eric Anholt273e27c2011-03-30 13:01:10 -0700342 .p2 = { .dot_limit = 225000,
343 .p2_slow = 14, .p2_fast = 14 },
Zhenyu Wangb91ad0e2010-02-05 09:14:17 +0800344 .find_pll = intel_g4x_find_best_PLL,
345};
346
347static const intel_limit_t intel_limits_ironlake_dual_lvds_100m = {
Eric Anholt273e27c2011-03-30 13:01:10 -0700348 .dot = { .min = 25000, .max = 350000 },
349 .vco = { .min = 1760000, .max = 3510000 },
350 .n = { .min = 1, .max = 3 },
351 .m = { .min = 79, .max = 126 },
352 .m1 = { .min = 12, .max = 22 },
353 .m2 = { .min = 5, .max = 9 },
354 .p = { .min = 14, .max = 42 },
Akshay Joshi0206e352011-08-16 15:34:10 -0400355 .p1 = { .min = 2, .max = 6 },
Eric Anholt273e27c2011-03-30 13:01:10 -0700356 .p2 = { .dot_limit = 225000,
357 .p2_slow = 7, .p2_fast = 7 },
Zhao Yakui45476682009-12-31 16:06:04 +0800358 .find_pll = intel_g4x_find_best_PLL,
359};
360
361static const intel_limit_t intel_limits_ironlake_display_port = {
Akshay Joshi0206e352011-08-16 15:34:10 -0400362 .dot = { .min = 25000, .max = 350000 },
363 .vco = { .min = 1760000, .max = 3510000},
364 .n = { .min = 1, .max = 2 },
365 .m = { .min = 81, .max = 90 },
366 .m1 = { .min = 12, .max = 22 },
367 .m2 = { .min = 5, .max = 9 },
368 .p = { .min = 10, .max = 20 },
369 .p1 = { .min = 1, .max = 2},
370 .p2 = { .dot_limit = 0,
Eric Anholt273e27c2011-03-30 13:01:10 -0700371 .p2_slow = 10, .p2_fast = 10 },
Akshay Joshi0206e352011-08-16 15:34:10 -0400372 .find_pll = intel_find_pll_ironlake_dp,
Jesse Barnes79e53942008-11-07 14:24:08 -0800373};
374
Jesse Barnesa0c4da242012-06-15 11:55:13 -0700375static const intel_limit_t intel_limits_vlv_dac = {
376 .dot = { .min = 25000, .max = 270000 },
377 .vco = { .min = 4000000, .max = 6000000 },
378 .n = { .min = 1, .max = 7 },
379 .m = { .min = 22, .max = 450 }, /* guess */
380 .m1 = { .min = 2, .max = 3 },
381 .m2 = { .min = 11, .max = 156 },
382 .p = { .min = 10, .max = 30 },
383 .p1 = { .min = 2, .max = 3 },
384 .p2 = { .dot_limit = 270000,
385 .p2_slow = 2, .p2_fast = 20 },
386 .find_pll = intel_vlv_find_best_pll,
387};
388
389static const intel_limit_t intel_limits_vlv_hdmi = {
390 .dot = { .min = 20000, .max = 165000 },
Vijay Purushothaman17dc92572012-09-27 19:13:09 +0530391 .vco = { .min = 4000000, .max = 5994000},
Jesse Barnesa0c4da242012-06-15 11:55:13 -0700392 .n = { .min = 1, .max = 7 },
393 .m = { .min = 60, .max = 300 }, /* guess */
394 .m1 = { .min = 2, .max = 3 },
395 .m2 = { .min = 11, .max = 156 },
396 .p = { .min = 10, .max = 30 },
397 .p1 = { .min = 2, .max = 3 },
398 .p2 = { .dot_limit = 270000,
399 .p2_slow = 2, .p2_fast = 20 },
400 .find_pll = intel_vlv_find_best_pll,
401};
402
403static const intel_limit_t intel_limits_vlv_dp = {
Vijay Purushothaman74a4dd22012-09-27 19:13:04 +0530404 .dot = { .min = 25000, .max = 270000 },
405 .vco = { .min = 4000000, .max = 6000000 },
Jesse Barnesa0c4da242012-06-15 11:55:13 -0700406 .n = { .min = 1, .max = 7 },
Vijay Purushothaman74a4dd22012-09-27 19:13:04 +0530407 .m = { .min = 22, .max = 450 },
Jesse Barnesa0c4da242012-06-15 11:55:13 -0700408 .m1 = { .min = 2, .max = 3 },
409 .m2 = { .min = 11, .max = 156 },
410 .p = { .min = 10, .max = 30 },
411 .p1 = { .min = 2, .max = 3 },
412 .p2 = { .dot_limit = 270000,
413 .p2_slow = 2, .p2_fast = 20 },
414 .find_pll = intel_vlv_find_best_pll,
415};
416
Jesse Barnes57f350b2012-03-28 13:39:25 -0700417u32 intel_dpio_read(struct drm_i915_private *dev_priv, int reg)
418{
419 unsigned long flags;
420 u32 val = 0;
421
422 spin_lock_irqsave(&dev_priv->dpio_lock, flags);
423 if (wait_for_atomic_us((I915_READ(DPIO_PKT) & DPIO_BUSY) == 0, 100)) {
424 DRM_ERROR("DPIO idle wait timed out\n");
425 goto out_unlock;
426 }
427
428 I915_WRITE(DPIO_REG, reg);
429 I915_WRITE(DPIO_PKT, DPIO_RID | DPIO_OP_READ | DPIO_PORTID |
430 DPIO_BYTE);
431 if (wait_for_atomic_us((I915_READ(DPIO_PKT) & DPIO_BUSY) == 0, 100)) {
432 DRM_ERROR("DPIO read wait timed out\n");
433 goto out_unlock;
434 }
435 val = I915_READ(DPIO_DATA);
436
437out_unlock:
438 spin_unlock_irqrestore(&dev_priv->dpio_lock, flags);
439 return val;
440}
441
Jesse Barnesa0c4da242012-06-15 11:55:13 -0700442static void intel_dpio_write(struct drm_i915_private *dev_priv, int reg,
443 u32 val)
444{
445 unsigned long flags;
446
447 spin_lock_irqsave(&dev_priv->dpio_lock, flags);
448 if (wait_for_atomic_us((I915_READ(DPIO_PKT) & DPIO_BUSY) == 0, 100)) {
449 DRM_ERROR("DPIO idle wait timed out\n");
450 goto out_unlock;
451 }
452
453 I915_WRITE(DPIO_DATA, val);
454 I915_WRITE(DPIO_REG, reg);
455 I915_WRITE(DPIO_PKT, DPIO_RID | DPIO_OP_WRITE | DPIO_PORTID |
456 DPIO_BYTE);
457 if (wait_for_atomic_us((I915_READ(DPIO_PKT) & DPIO_BUSY) == 0, 100))
458 DRM_ERROR("DPIO write wait timed out\n");
459
460out_unlock:
461 spin_unlock_irqrestore(&dev_priv->dpio_lock, flags);
462}
463
Jesse Barnes57f350b2012-03-28 13:39:25 -0700464static void vlv_init_dpio(struct drm_device *dev)
465{
466 struct drm_i915_private *dev_priv = dev->dev_private;
467
468 /* Reset the DPIO config */
469 I915_WRITE(DPIO_CTL, 0);
470 POSTING_READ(DPIO_CTL);
471 I915_WRITE(DPIO_CTL, 1);
472 POSTING_READ(DPIO_CTL);
473}
474
Chris Wilson1b894b52010-12-14 20:04:54 +0000475static const intel_limit_t *intel_ironlake_limit(struct drm_crtc *crtc,
476 int refclk)
Zhenyu Wang2c072452009-06-05 15:38:42 +0800477{
Zhenyu Wangb91ad0e2010-02-05 09:14:17 +0800478 struct drm_device *dev = crtc->dev;
Zhenyu Wang2c072452009-06-05 15:38:42 +0800479 const intel_limit_t *limit;
Zhenyu Wangb91ad0e2010-02-05 09:14:17 +0800480
481 if (intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS)) {
Daniel Vetter1974cad2012-11-26 17:22:09 +0100482 if (intel_is_dual_link_lvds(dev)) {
Zhenyu Wangb91ad0e2010-02-05 09:14:17 +0800483 /* LVDS dual channel */
Chris Wilson1b894b52010-12-14 20:04:54 +0000484 if (refclk == 100000)
Zhenyu Wangb91ad0e2010-02-05 09:14:17 +0800485 limit = &intel_limits_ironlake_dual_lvds_100m;
486 else
487 limit = &intel_limits_ironlake_dual_lvds;
488 } else {
Chris Wilson1b894b52010-12-14 20:04:54 +0000489 if (refclk == 100000)
Zhenyu Wangb91ad0e2010-02-05 09:14:17 +0800490 limit = &intel_limits_ironlake_single_lvds_100m;
491 else
492 limit = &intel_limits_ironlake_single_lvds;
493 }
494 } else if (intel_pipe_has_type(crtc, INTEL_OUTPUT_DISPLAYPORT) ||
Jani Nikula547dc042012-11-02 11:24:03 +0200495 intel_pipe_has_type(crtc, INTEL_OUTPUT_EDP))
Zhao Yakui45476682009-12-31 16:06:04 +0800496 limit = &intel_limits_ironlake_display_port;
Zhenyu Wang2c072452009-06-05 15:38:42 +0800497 else
Zhenyu Wangb91ad0e2010-02-05 09:14:17 +0800498 limit = &intel_limits_ironlake_dac;
Zhenyu Wang2c072452009-06-05 15:38:42 +0800499
500 return limit;
501}
502
Ma Ling044c7c42009-03-18 20:13:23 +0800503static const intel_limit_t *intel_g4x_limit(struct drm_crtc *crtc)
504{
505 struct drm_device *dev = crtc->dev;
Ma Ling044c7c42009-03-18 20:13:23 +0800506 const intel_limit_t *limit;
507
508 if (intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS)) {
Daniel Vetter1974cad2012-11-26 17:22:09 +0100509 if (intel_is_dual_link_lvds(dev))
Ma Ling044c7c42009-03-18 20:13:23 +0800510 /* LVDS with dual channel */
Keith Packarde4b36692009-06-05 19:22:17 -0700511 limit = &intel_limits_g4x_dual_channel_lvds;
Ma Ling044c7c42009-03-18 20:13:23 +0800512 else
513 /* LVDS with dual channel */
Keith Packarde4b36692009-06-05 19:22:17 -0700514 limit = &intel_limits_g4x_single_channel_lvds;
Ma Ling044c7c42009-03-18 20:13:23 +0800515 } else if (intel_pipe_has_type(crtc, INTEL_OUTPUT_HDMI) ||
516 intel_pipe_has_type(crtc, INTEL_OUTPUT_ANALOG)) {
Keith Packarde4b36692009-06-05 19:22:17 -0700517 limit = &intel_limits_g4x_hdmi;
Ma Ling044c7c42009-03-18 20:13:23 +0800518 } else if (intel_pipe_has_type(crtc, INTEL_OUTPUT_SDVO)) {
Keith Packarde4b36692009-06-05 19:22:17 -0700519 limit = &intel_limits_g4x_sdvo;
Akshay Joshi0206e352011-08-16 15:34:10 -0400520 } else if (intel_pipe_has_type(crtc, INTEL_OUTPUT_DISPLAYPORT)) {
Keith Packarde4b36692009-06-05 19:22:17 -0700521 limit = &intel_limits_g4x_display_port;
Ma Ling044c7c42009-03-18 20:13:23 +0800522 } else /* The option is for other outputs */
Keith Packarde4b36692009-06-05 19:22:17 -0700523 limit = &intel_limits_i9xx_sdvo;
Ma Ling044c7c42009-03-18 20:13:23 +0800524
525 return limit;
526}
527
Chris Wilson1b894b52010-12-14 20:04:54 +0000528static const intel_limit_t *intel_limit(struct drm_crtc *crtc, int refclk)
Jesse Barnes79e53942008-11-07 14:24:08 -0800529{
530 struct drm_device *dev = crtc->dev;
531 const intel_limit_t *limit;
532
Eric Anholtbad720f2009-10-22 16:11:14 -0700533 if (HAS_PCH_SPLIT(dev))
Chris Wilson1b894b52010-12-14 20:04:54 +0000534 limit = intel_ironlake_limit(crtc, refclk);
Zhenyu Wang2c072452009-06-05 15:38:42 +0800535 else if (IS_G4X(dev)) {
Ma Ling044c7c42009-03-18 20:13:23 +0800536 limit = intel_g4x_limit(crtc);
Adam Jacksonf2b115e2009-12-03 17:14:42 -0500537 } else if (IS_PINEVIEW(dev)) {
Shaohua Li21778322009-02-23 15:19:16 +0800538 if (intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS))
Adam Jacksonf2b115e2009-12-03 17:14:42 -0500539 limit = &intel_limits_pineview_lvds;
Shaohua Li21778322009-02-23 15:19:16 +0800540 else
Adam Jacksonf2b115e2009-12-03 17:14:42 -0500541 limit = &intel_limits_pineview_sdvo;
Jesse Barnesa0c4da242012-06-15 11:55:13 -0700542 } else if (IS_VALLEYVIEW(dev)) {
543 if (intel_pipe_has_type(crtc, INTEL_OUTPUT_ANALOG))
544 limit = &intel_limits_vlv_dac;
545 else if (intel_pipe_has_type(crtc, INTEL_OUTPUT_HDMI))
546 limit = &intel_limits_vlv_hdmi;
547 else
548 limit = &intel_limits_vlv_dp;
Chris Wilsona6c45cf2010-09-17 00:32:17 +0100549 } else if (!IS_GEN2(dev)) {
550 if (intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS))
551 limit = &intel_limits_i9xx_lvds;
552 else
553 limit = &intel_limits_i9xx_sdvo;
Jesse Barnes79e53942008-11-07 14:24:08 -0800554 } else {
555 if (intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS))
Keith Packarde4b36692009-06-05 19:22:17 -0700556 limit = &intel_limits_i8xx_lvds;
Jesse Barnes79e53942008-11-07 14:24:08 -0800557 else
Keith Packarde4b36692009-06-05 19:22:17 -0700558 limit = &intel_limits_i8xx_dvo;
Jesse Barnes79e53942008-11-07 14:24:08 -0800559 }
560 return limit;
561}
562
Adam Jacksonf2b115e2009-12-03 17:14:42 -0500563/* m1 is reserved as 0 in Pineview, n is a ring counter */
564static void pineview_clock(int refclk, intel_clock_t *clock)
Jesse Barnes79e53942008-11-07 14:24:08 -0800565{
Shaohua Li21778322009-02-23 15:19:16 +0800566 clock->m = clock->m2 + 2;
567 clock->p = clock->p1 * clock->p2;
568 clock->vco = refclk * clock->m / clock->n;
569 clock->dot = clock->vco / clock->p;
570}
571
572static void intel_clock(struct drm_device *dev, int refclk, intel_clock_t *clock)
573{
Adam Jacksonf2b115e2009-12-03 17:14:42 -0500574 if (IS_PINEVIEW(dev)) {
575 pineview_clock(refclk, clock);
Shaohua Li21778322009-02-23 15:19:16 +0800576 return;
577 }
Jesse Barnes79e53942008-11-07 14:24:08 -0800578 clock->m = 5 * (clock->m1 + 2) + (clock->m2 + 2);
579 clock->p = clock->p1 * clock->p2;
580 clock->vco = refclk * clock->m / (clock->n + 2);
581 clock->dot = clock->vco / clock->p;
582}
583
Jesse Barnes79e53942008-11-07 14:24:08 -0800584/**
585 * Returns whether any output on the specified pipe is of the specified type
586 */
Chris Wilson4ef69c72010-09-09 15:14:28 +0100587bool intel_pipe_has_type(struct drm_crtc *crtc, int type)
Jesse Barnes79e53942008-11-07 14:24:08 -0800588{
Chris Wilson4ef69c72010-09-09 15:14:28 +0100589 struct drm_device *dev = crtc->dev;
Chris Wilson4ef69c72010-09-09 15:14:28 +0100590 struct intel_encoder *encoder;
Jesse Barnes79e53942008-11-07 14:24:08 -0800591
Daniel Vetter6c2b7c12012-07-05 09:50:24 +0200592 for_each_encoder_on_crtc(dev, crtc, encoder)
593 if (encoder->type == type)
Chris Wilson4ef69c72010-09-09 15:14:28 +0100594 return true;
595
596 return false;
Jesse Barnes79e53942008-11-07 14:24:08 -0800597}
598
Jesse Barnes7c04d1d2009-02-23 15:36:40 -0800599#define INTELPllInvalid(s) do { /* DRM_DEBUG(s); */ return false; } while (0)
Jesse Barnes79e53942008-11-07 14:24:08 -0800600/**
601 * Returns whether the given set of divisors are valid for a given refclk with
602 * the given connectors.
603 */
604
Chris Wilson1b894b52010-12-14 20:04:54 +0000605static bool intel_PLL_is_valid(struct drm_device *dev,
606 const intel_limit_t *limit,
607 const intel_clock_t *clock)
Jesse Barnes79e53942008-11-07 14:24:08 -0800608{
Jesse Barnes79e53942008-11-07 14:24:08 -0800609 if (clock->p1 < limit->p1.min || limit->p1.max < clock->p1)
Akshay Joshi0206e352011-08-16 15:34:10 -0400610 INTELPllInvalid("p1 out of range\n");
Jesse Barnes79e53942008-11-07 14:24:08 -0800611 if (clock->p < limit->p.min || limit->p.max < clock->p)
Akshay Joshi0206e352011-08-16 15:34:10 -0400612 INTELPllInvalid("p out of range\n");
Jesse Barnes79e53942008-11-07 14:24:08 -0800613 if (clock->m2 < limit->m2.min || limit->m2.max < clock->m2)
Akshay Joshi0206e352011-08-16 15:34:10 -0400614 INTELPllInvalid("m2 out of range\n");
Jesse Barnes79e53942008-11-07 14:24:08 -0800615 if (clock->m1 < limit->m1.min || limit->m1.max < clock->m1)
Akshay Joshi0206e352011-08-16 15:34:10 -0400616 INTELPllInvalid("m1 out of range\n");
Adam Jacksonf2b115e2009-12-03 17:14:42 -0500617 if (clock->m1 <= clock->m2 && !IS_PINEVIEW(dev))
Akshay Joshi0206e352011-08-16 15:34:10 -0400618 INTELPllInvalid("m1 <= m2\n");
Jesse Barnes79e53942008-11-07 14:24:08 -0800619 if (clock->m < limit->m.min || limit->m.max < clock->m)
Akshay Joshi0206e352011-08-16 15:34:10 -0400620 INTELPllInvalid("m out of range\n");
Jesse Barnes79e53942008-11-07 14:24:08 -0800621 if (clock->n < limit->n.min || limit->n.max < clock->n)
Akshay Joshi0206e352011-08-16 15:34:10 -0400622 INTELPllInvalid("n out of range\n");
Jesse Barnes79e53942008-11-07 14:24:08 -0800623 if (clock->vco < limit->vco.min || limit->vco.max < clock->vco)
Akshay Joshi0206e352011-08-16 15:34:10 -0400624 INTELPllInvalid("vco out of range\n");
Jesse Barnes79e53942008-11-07 14:24:08 -0800625 /* XXX: We may need to be checking "Dot clock" depending on the multiplier,
626 * connector, etc., rather than just a single range.
627 */
628 if (clock->dot < limit->dot.min || limit->dot.max < clock->dot)
Akshay Joshi0206e352011-08-16 15:34:10 -0400629 INTELPllInvalid("dot out of range\n");
Jesse Barnes79e53942008-11-07 14:24:08 -0800630
631 return true;
632}
633
Ma Lingd4906092009-03-18 20:13:27 +0800634static bool
635intel_find_best_PLL(const intel_limit_t *limit, struct drm_crtc *crtc,
Sean Paulcec2f352012-01-10 15:09:36 -0800636 int target, int refclk, intel_clock_t *match_clock,
637 intel_clock_t *best_clock)
Ma Lingd4906092009-03-18 20:13:27 +0800638
Jesse Barnes79e53942008-11-07 14:24:08 -0800639{
640 struct drm_device *dev = crtc->dev;
Jesse Barnes79e53942008-11-07 14:24:08 -0800641 intel_clock_t clock;
Jesse Barnes79e53942008-11-07 14:24:08 -0800642 int err = target;
643
Daniel Vettera210b022012-11-26 17:22:08 +0100644 if (intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS)) {
Jesse Barnes79e53942008-11-07 14:24:08 -0800645 /*
Daniel Vettera210b022012-11-26 17:22:08 +0100646 * For LVDS just rely on its current settings for dual-channel.
647 * We haven't figured out how to reliably set up different
648 * single/dual channel state, if we even can.
Jesse Barnes79e53942008-11-07 14:24:08 -0800649 */
Daniel Vetter1974cad2012-11-26 17:22:09 +0100650 if (intel_is_dual_link_lvds(dev))
Jesse Barnes79e53942008-11-07 14:24:08 -0800651 clock.p2 = limit->p2.p2_fast;
652 else
653 clock.p2 = limit->p2.p2_slow;
654 } else {
655 if (target < limit->p2.dot_limit)
656 clock.p2 = limit->p2.p2_slow;
657 else
658 clock.p2 = limit->p2.p2_fast;
659 }
660
Akshay Joshi0206e352011-08-16 15:34:10 -0400661 memset(best_clock, 0, sizeof(*best_clock));
Jesse Barnes79e53942008-11-07 14:24:08 -0800662
Zhao Yakui42158662009-11-20 11:24:18 +0800663 for (clock.m1 = limit->m1.min; clock.m1 <= limit->m1.max;
664 clock.m1++) {
665 for (clock.m2 = limit->m2.min;
666 clock.m2 <= limit->m2.max; clock.m2++) {
Adam Jacksonf2b115e2009-12-03 17:14:42 -0500667 /* m1 is always 0 in Pineview */
668 if (clock.m2 >= clock.m1 && !IS_PINEVIEW(dev))
Zhao Yakui42158662009-11-20 11:24:18 +0800669 break;
670 for (clock.n = limit->n.min;
671 clock.n <= limit->n.max; clock.n++) {
672 for (clock.p1 = limit->p1.min;
673 clock.p1 <= limit->p1.max; clock.p1++) {
Jesse Barnes79e53942008-11-07 14:24:08 -0800674 int this_err;
675
Shaohua Li21778322009-02-23 15:19:16 +0800676 intel_clock(dev, refclk, &clock);
Chris Wilson1b894b52010-12-14 20:04:54 +0000677 if (!intel_PLL_is_valid(dev, limit,
678 &clock))
Jesse Barnes79e53942008-11-07 14:24:08 -0800679 continue;
Sean Paulcec2f352012-01-10 15:09:36 -0800680 if (match_clock &&
681 clock.p != match_clock->p)
682 continue;
Jesse Barnes79e53942008-11-07 14:24:08 -0800683
684 this_err = abs(clock.dot - target);
685 if (this_err < err) {
686 *best_clock = clock;
687 err = this_err;
688 }
689 }
690 }
691 }
692 }
693
694 return (err != target);
695}
696
Ma Lingd4906092009-03-18 20:13:27 +0800697static bool
698intel_g4x_find_best_PLL(const intel_limit_t *limit, struct drm_crtc *crtc,
Sean Paulcec2f352012-01-10 15:09:36 -0800699 int target, int refclk, intel_clock_t *match_clock,
700 intel_clock_t *best_clock)
Ma Lingd4906092009-03-18 20:13:27 +0800701{
702 struct drm_device *dev = crtc->dev;
Ma Lingd4906092009-03-18 20:13:27 +0800703 intel_clock_t clock;
704 int max_n;
705 bool found;
Adam Jackson6ba770d2010-07-02 16:43:30 -0400706 /* approximately equals target * 0.00585 */
707 int err_most = (target >> 8) + (target >> 9);
Ma Lingd4906092009-03-18 20:13:27 +0800708 found = false;
709
710 if (intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS)) {
Zhao Yakui45476682009-12-31 16:06:04 +0800711 int lvds_reg;
712
Eric Anholtc619eed2010-01-28 16:45:52 -0800713 if (HAS_PCH_SPLIT(dev))
Zhao Yakui45476682009-12-31 16:06:04 +0800714 lvds_reg = PCH_LVDS;
715 else
716 lvds_reg = LVDS;
Daniel Vetter1974cad2012-11-26 17:22:09 +0100717 if (intel_is_dual_link_lvds(dev))
Ma Lingd4906092009-03-18 20:13:27 +0800718 clock.p2 = limit->p2.p2_fast;
719 else
720 clock.p2 = limit->p2.p2_slow;
721 } else {
722 if (target < limit->p2.dot_limit)
723 clock.p2 = limit->p2.p2_slow;
724 else
725 clock.p2 = limit->p2.p2_fast;
726 }
727
728 memset(best_clock, 0, sizeof(*best_clock));
729 max_n = limit->n.max;
Gilles Espinassef77f13e2010-03-29 15:41:47 +0200730 /* based on hardware requirement, prefer smaller n to precision */
Ma Lingd4906092009-03-18 20:13:27 +0800731 for (clock.n = limit->n.min; clock.n <= max_n; clock.n++) {
Gilles Espinassef77f13e2010-03-29 15:41:47 +0200732 /* based on hardware requirement, prefere larger m1,m2 */
Ma Lingd4906092009-03-18 20:13:27 +0800733 for (clock.m1 = limit->m1.max;
734 clock.m1 >= limit->m1.min; clock.m1--) {
735 for (clock.m2 = limit->m2.max;
736 clock.m2 >= limit->m2.min; clock.m2--) {
737 for (clock.p1 = limit->p1.max;
738 clock.p1 >= limit->p1.min; clock.p1--) {
739 int this_err;
740
Shaohua Li21778322009-02-23 15:19:16 +0800741 intel_clock(dev, refclk, &clock);
Chris Wilson1b894b52010-12-14 20:04:54 +0000742 if (!intel_PLL_is_valid(dev, limit,
743 &clock))
Ma Lingd4906092009-03-18 20:13:27 +0800744 continue;
Sean Paulcec2f352012-01-10 15:09:36 -0800745 if (match_clock &&
746 clock.p != match_clock->p)
747 continue;
Chris Wilson1b894b52010-12-14 20:04:54 +0000748
749 this_err = abs(clock.dot - target);
Ma Lingd4906092009-03-18 20:13:27 +0800750 if (this_err < err_most) {
751 *best_clock = clock;
752 err_most = this_err;
753 max_n = clock.n;
754 found = true;
755 }
756 }
757 }
758 }
759 }
Zhenyu Wang2c072452009-06-05 15:38:42 +0800760 return found;
761}
Ma Lingd4906092009-03-18 20:13:27 +0800762
Zhenyu Wang2c072452009-06-05 15:38:42 +0800763static bool
Adam Jacksonf2b115e2009-12-03 17:14:42 -0500764intel_find_pll_ironlake_dp(const intel_limit_t *limit, struct drm_crtc *crtc,
Sean Paulcec2f352012-01-10 15:09:36 -0800765 int target, int refclk, intel_clock_t *match_clock,
766 intel_clock_t *best_clock)
Zhenyu Wang5eb08b62009-07-24 01:00:31 +0800767{
768 struct drm_device *dev = crtc->dev;
769 intel_clock_t clock;
Zhao Yakui45476682009-12-31 16:06:04 +0800770
Zhenyu Wang5eb08b62009-07-24 01:00:31 +0800771 if (target < 200000) {
772 clock.n = 1;
773 clock.p1 = 2;
774 clock.p2 = 10;
775 clock.m1 = 12;
776 clock.m2 = 9;
777 } else {
778 clock.n = 2;
779 clock.p1 = 1;
780 clock.p2 = 10;
781 clock.m1 = 14;
782 clock.m2 = 8;
783 }
784 intel_clock(dev, refclk, &clock);
785 memcpy(best_clock, &clock, sizeof(intel_clock_t));
786 return true;
787}
788
Keith Packarda4fc5ed2009-04-07 16:16:42 -0700789/* DisplayPort has only two frequencies, 162MHz and 270MHz */
790static bool
791intel_find_pll_g4x_dp(const intel_limit_t *limit, struct drm_crtc *crtc,
Sean Paulcec2f352012-01-10 15:09:36 -0800792 int target, int refclk, intel_clock_t *match_clock,
793 intel_clock_t *best_clock)
Keith Packarda4fc5ed2009-04-07 16:16:42 -0700794{
Chris Wilson5eddb702010-09-11 13:48:45 +0100795 intel_clock_t clock;
796 if (target < 200000) {
797 clock.p1 = 2;
798 clock.p2 = 10;
799 clock.n = 2;
800 clock.m1 = 23;
801 clock.m2 = 8;
802 } else {
803 clock.p1 = 1;
804 clock.p2 = 10;
805 clock.n = 1;
806 clock.m1 = 14;
807 clock.m2 = 2;
808 }
809 clock.m = 5 * (clock.m1 + 2) + (clock.m2 + 2);
810 clock.p = (clock.p1 * clock.p2);
811 clock.dot = 96000 * clock.m / (clock.n + 2) / clock.p;
812 clock.vco = 0;
813 memcpy(best_clock, &clock, sizeof(intel_clock_t));
814 return true;
Keith Packarda4fc5ed2009-04-07 16:16:42 -0700815}
Jesse Barnesa0c4da242012-06-15 11:55:13 -0700816static bool
817intel_vlv_find_best_pll(const intel_limit_t *limit, struct drm_crtc *crtc,
818 int target, int refclk, intel_clock_t *match_clock,
819 intel_clock_t *best_clock)
820{
821 u32 p1, p2, m1, m2, vco, bestn, bestm1, bestm2, bestp1, bestp2;
822 u32 m, n, fastclk;
823 u32 updrate, minupdate, fracbits, p;
824 unsigned long bestppm, ppm, absppm;
825 int dotclk, flag;
826
Alan Coxaf447bd2012-07-25 13:49:18 +0100827 flag = 0;
Jesse Barnesa0c4da242012-06-15 11:55:13 -0700828 dotclk = target * 1000;
829 bestppm = 1000000;
830 ppm = absppm = 0;
831 fastclk = dotclk / (2*100);
832 updrate = 0;
833 minupdate = 19200;
834 fracbits = 1;
835 n = p = p1 = p2 = m = m1 = m2 = vco = bestn = 0;
836 bestm1 = bestm2 = bestp1 = bestp2 = 0;
837
838 /* based on hardware requirement, prefer smaller n to precision */
839 for (n = limit->n.min; n <= ((refclk) / minupdate); n++) {
840 updrate = refclk / n;
841 for (p1 = limit->p1.max; p1 > limit->p1.min; p1--) {
842 for (p2 = limit->p2.p2_fast+1; p2 > 0; p2--) {
843 if (p2 > 10)
844 p2 = p2 - 1;
845 p = p1 * p2;
846 /* based on hardware requirement, prefer bigger m1,m2 values */
847 for (m1 = limit->m1.min; m1 <= limit->m1.max; m1++) {
848 m2 = (((2*(fastclk * p * n / m1 )) +
849 refclk) / (2*refclk));
850 m = m1 * m2;
851 vco = updrate * m;
852 if (vco >= limit->vco.min && vco < limit->vco.max) {
853 ppm = 1000000 * ((vco / p) - fastclk) / fastclk;
854 absppm = (ppm > 0) ? ppm : (-ppm);
855 if (absppm < 100 && ((p1 * p2) > (bestp1 * bestp2))) {
856 bestppm = 0;
857 flag = 1;
858 }
859 if (absppm < bestppm - 10) {
860 bestppm = absppm;
861 flag = 1;
862 }
863 if (flag) {
864 bestn = n;
865 bestm1 = m1;
866 bestm2 = m2;
867 bestp1 = p1;
868 bestp2 = p2;
869 flag = 0;
870 }
871 }
872 }
873 }
874 }
875 }
876 best_clock->n = bestn;
877 best_clock->m1 = bestm1;
878 best_clock->m2 = bestm2;
879 best_clock->p1 = bestp1;
880 best_clock->p2 = bestp2;
881
882 return true;
883}
Keith Packarda4fc5ed2009-04-07 16:16:42 -0700884
Paulo Zanonia5c961d2012-10-24 15:59:34 -0200885enum transcoder intel_pipe_to_cpu_transcoder(struct drm_i915_private *dev_priv,
886 enum pipe pipe)
887{
888 struct drm_crtc *crtc = dev_priv->pipe_to_crtc_mapping[pipe];
889 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
890
891 return intel_crtc->cpu_transcoder;
892}
893
Paulo Zanonia928d532012-05-04 17:18:15 -0300894static void ironlake_wait_for_vblank(struct drm_device *dev, int pipe)
895{
896 struct drm_i915_private *dev_priv = dev->dev_private;
897 u32 frame, frame_reg = PIPEFRAME(pipe);
898
899 frame = I915_READ(frame_reg);
900
901 if (wait_for(I915_READ_NOTRACE(frame_reg) != frame, 50))
902 DRM_DEBUG_KMS("vblank wait timed out\n");
903}
904
Jesse Barnes9d0498a2010-08-18 13:20:54 -0700905/**
906 * intel_wait_for_vblank - wait for vblank on a given pipe
907 * @dev: drm device
908 * @pipe: pipe to wait for
909 *
910 * Wait for vblank to occur on a given pipe. Needed for various bits of
911 * mode setting code.
912 */
913void intel_wait_for_vblank(struct drm_device *dev, int pipe)
Jesse Barnes79e53942008-11-07 14:24:08 -0800914{
Jesse Barnes9d0498a2010-08-18 13:20:54 -0700915 struct drm_i915_private *dev_priv = dev->dev_private;
Jesse Barnes9db4a9c2011-02-07 12:26:52 -0800916 int pipestat_reg = PIPESTAT(pipe);
Jesse Barnes9d0498a2010-08-18 13:20:54 -0700917
Paulo Zanonia928d532012-05-04 17:18:15 -0300918 if (INTEL_INFO(dev)->gen >= 5) {
919 ironlake_wait_for_vblank(dev, pipe);
920 return;
921 }
922
Chris Wilson300387c2010-09-05 20:25:43 +0100923 /* Clear existing vblank status. Note this will clear any other
924 * sticky status fields as well.
925 *
926 * This races with i915_driver_irq_handler() with the result
927 * that either function could miss a vblank event. Here it is not
928 * fatal, as we will either wait upon the next vblank interrupt or
929 * timeout. Generally speaking intel_wait_for_vblank() is only
930 * called during modeset at which time the GPU should be idle and
931 * should *not* be performing page flips and thus not waiting on
932 * vblanks...
933 * Currently, the result of us stealing a vblank from the irq
934 * handler is that a single frame will be skipped during swapbuffers.
935 */
936 I915_WRITE(pipestat_reg,
937 I915_READ(pipestat_reg) | PIPE_VBLANK_INTERRUPT_STATUS);
938
Jesse Barnes9d0498a2010-08-18 13:20:54 -0700939 /* Wait for vblank interrupt bit to set */
Chris Wilson481b6af2010-08-23 17:43:35 +0100940 if (wait_for(I915_READ(pipestat_reg) &
941 PIPE_VBLANK_INTERRUPT_STATUS,
942 50))
Jesse Barnes9d0498a2010-08-18 13:20:54 -0700943 DRM_DEBUG_KMS("vblank wait timed out\n");
944}
945
Keith Packardab7ad7f2010-10-03 00:33:06 -0700946/*
947 * intel_wait_for_pipe_off - wait for pipe to turn off
Jesse Barnes9d0498a2010-08-18 13:20:54 -0700948 * @dev: drm device
949 * @pipe: pipe to wait for
950 *
951 * After disabling a pipe, we can't wait for vblank in the usual way,
952 * spinning on the vblank interrupt status bit, since we won't actually
953 * see an interrupt when the pipe is disabled.
954 *
Keith Packardab7ad7f2010-10-03 00:33:06 -0700955 * On Gen4 and above:
956 * wait for the pipe register state bit to turn off
957 *
958 * Otherwise:
959 * wait for the display line value to settle (it usually
960 * ends up stopping at the start of the next frame).
Chris Wilson58e10eb2010-10-03 10:56:11 +0100961 *
Jesse Barnes9d0498a2010-08-18 13:20:54 -0700962 */
Chris Wilson58e10eb2010-10-03 10:56:11 +0100963void intel_wait_for_pipe_off(struct drm_device *dev, int pipe)
Jesse Barnes9d0498a2010-08-18 13:20:54 -0700964{
965 struct drm_i915_private *dev_priv = dev->dev_private;
Paulo Zanoni702e7a52012-10-23 18:29:59 -0200966 enum transcoder cpu_transcoder = intel_pipe_to_cpu_transcoder(dev_priv,
967 pipe);
Jesse Barnes9d0498a2010-08-18 13:20:54 -0700968
Keith Packardab7ad7f2010-10-03 00:33:06 -0700969 if (INTEL_INFO(dev)->gen >= 4) {
Paulo Zanoni702e7a52012-10-23 18:29:59 -0200970 int reg = PIPECONF(cpu_transcoder);
Jesse Barnes9d0498a2010-08-18 13:20:54 -0700971
Keith Packardab7ad7f2010-10-03 00:33:06 -0700972 /* Wait for the Pipe State to go off */
Chris Wilson58e10eb2010-10-03 10:56:11 +0100973 if (wait_for((I915_READ(reg) & I965_PIPECONF_ACTIVE) == 0,
974 100))
Daniel Vetter284637d2012-07-09 09:51:57 +0200975 WARN(1, "pipe_off wait timed out\n");
Keith Packardab7ad7f2010-10-03 00:33:06 -0700976 } else {
Paulo Zanoni837ba002012-05-04 17:18:14 -0300977 u32 last_line, line_mask;
Chris Wilson58e10eb2010-10-03 10:56:11 +0100978 int reg = PIPEDSL(pipe);
Keith Packardab7ad7f2010-10-03 00:33:06 -0700979 unsigned long timeout = jiffies + msecs_to_jiffies(100);
980
Paulo Zanoni837ba002012-05-04 17:18:14 -0300981 if (IS_GEN2(dev))
982 line_mask = DSL_LINEMASK_GEN2;
983 else
984 line_mask = DSL_LINEMASK_GEN3;
985
Keith Packardab7ad7f2010-10-03 00:33:06 -0700986 /* Wait for the display line to settle */
987 do {
Paulo Zanoni837ba002012-05-04 17:18:14 -0300988 last_line = I915_READ(reg) & line_mask;
Keith Packardab7ad7f2010-10-03 00:33:06 -0700989 mdelay(5);
Paulo Zanoni837ba002012-05-04 17:18:14 -0300990 } while (((I915_READ(reg) & line_mask) != last_line) &&
Keith Packardab7ad7f2010-10-03 00:33:06 -0700991 time_after(timeout, jiffies));
992 if (time_after(jiffies, timeout))
Daniel Vetter284637d2012-07-09 09:51:57 +0200993 WARN(1, "pipe_off wait timed out\n");
Keith Packardab7ad7f2010-10-03 00:33:06 -0700994 }
Jesse Barnes79e53942008-11-07 14:24:08 -0800995}
996
Jesse Barnesb24e7172011-01-04 15:09:30 -0800997static const char *state_string(bool enabled)
998{
999 return enabled ? "on" : "off";
1000}
1001
1002/* Only for pre-ILK configs */
1003static void assert_pll(struct drm_i915_private *dev_priv,
1004 enum pipe pipe, bool state)
1005{
1006 int reg;
1007 u32 val;
1008 bool cur_state;
1009
1010 reg = DPLL(pipe);
1011 val = I915_READ(reg);
1012 cur_state = !!(val & DPLL_VCO_ENABLE);
1013 WARN(cur_state != state,
1014 "PLL state assertion failure (expected %s, current %s)\n",
1015 state_string(state), state_string(cur_state));
1016}
1017#define assert_pll_enabled(d, p) assert_pll(d, p, true)
1018#define assert_pll_disabled(d, p) assert_pll(d, p, false)
1019
Jesse Barnes040484a2011-01-03 12:14:26 -08001020/* For ILK+ */
1021static void assert_pch_pll(struct drm_i915_private *dev_priv,
Chris Wilson92b27b02012-05-20 18:10:50 +01001022 struct intel_pch_pll *pll,
1023 struct intel_crtc *crtc,
1024 bool state)
Jesse Barnes040484a2011-01-03 12:14:26 -08001025{
Jesse Barnes040484a2011-01-03 12:14:26 -08001026 u32 val;
1027 bool cur_state;
1028
Eugeni Dodonov9d82aa12012-05-09 15:37:17 -03001029 if (HAS_PCH_LPT(dev_priv->dev)) {
1030 DRM_DEBUG_DRIVER("LPT detected: skipping PCH PLL test\n");
1031 return;
1032 }
1033
Chris Wilson92b27b02012-05-20 18:10:50 +01001034 if (WARN (!pll,
1035 "asserting PCH PLL %s with no PLL\n", state_string(state)))
Jesse Barnesee7b9f92012-04-20 17:11:53 +01001036 return;
Jesse Barnesee7b9f92012-04-20 17:11:53 +01001037
Chris Wilson92b27b02012-05-20 18:10:50 +01001038 val = I915_READ(pll->pll_reg);
1039 cur_state = !!(val & DPLL_VCO_ENABLE);
1040 WARN(cur_state != state,
1041 "PCH PLL state for reg %x assertion failure (expected %s, current %s), val=%08x\n",
1042 pll->pll_reg, state_string(state), state_string(cur_state), val);
1043
1044 /* Make sure the selected PLL is correctly attached to the transcoder */
1045 if (crtc && HAS_PCH_CPT(dev_priv->dev)) {
Jesse Barnesd3ccbe82011-10-12 09:27:42 -07001046 u32 pch_dpll;
1047
1048 pch_dpll = I915_READ(PCH_DPLL_SEL);
Chris Wilson92b27b02012-05-20 18:10:50 +01001049 cur_state = pll->pll_reg == _PCH_DPLL_B;
1050 if (!WARN(((pch_dpll >> (4 * crtc->pipe)) & 1) != cur_state,
1051 "PLL[%d] not attached to this transcoder %d: %08x\n",
1052 cur_state, crtc->pipe, pch_dpll)) {
1053 cur_state = !!(val >> (4*crtc->pipe + 3));
1054 WARN(cur_state != state,
1055 "PLL[%d] not %s on this transcoder %d: %08x\n",
1056 pll->pll_reg == _PCH_DPLL_B,
1057 state_string(state),
1058 crtc->pipe,
1059 val);
1060 }
Jesse Barnesd3ccbe82011-10-12 09:27:42 -07001061 }
Jesse Barnes040484a2011-01-03 12:14:26 -08001062}
Chris Wilson92b27b02012-05-20 18:10:50 +01001063#define assert_pch_pll_enabled(d, p, c) assert_pch_pll(d, p, c, true)
1064#define assert_pch_pll_disabled(d, p, c) assert_pch_pll(d, p, c, false)
Jesse Barnes040484a2011-01-03 12:14:26 -08001065
1066static void assert_fdi_tx(struct drm_i915_private *dev_priv,
1067 enum pipe pipe, bool state)
1068{
1069 int reg;
1070 u32 val;
1071 bool cur_state;
Paulo Zanoniad80a812012-10-24 16:06:19 -02001072 enum transcoder cpu_transcoder = intel_pipe_to_cpu_transcoder(dev_priv,
1073 pipe);
Jesse Barnes040484a2011-01-03 12:14:26 -08001074
Paulo Zanoniaffa9352012-11-23 15:30:39 -02001075 if (HAS_DDI(dev_priv->dev)) {
1076 /* DDI does not have a specific FDI_TX register */
Paulo Zanoniad80a812012-10-24 16:06:19 -02001077 reg = TRANS_DDI_FUNC_CTL(cpu_transcoder);
Eugeni Dodonovbf507ef2012-05-09 15:37:18 -03001078 val = I915_READ(reg);
Paulo Zanoniad80a812012-10-24 16:06:19 -02001079 cur_state = !!(val & TRANS_DDI_FUNC_ENABLE);
Eugeni Dodonovbf507ef2012-05-09 15:37:18 -03001080 } else {
1081 reg = FDI_TX_CTL(pipe);
1082 val = I915_READ(reg);
1083 cur_state = !!(val & FDI_TX_ENABLE);
1084 }
Jesse Barnes040484a2011-01-03 12:14:26 -08001085 WARN(cur_state != state,
1086 "FDI TX state assertion failure (expected %s, current %s)\n",
1087 state_string(state), state_string(cur_state));
1088}
1089#define assert_fdi_tx_enabled(d, p) assert_fdi_tx(d, p, true)
1090#define assert_fdi_tx_disabled(d, p) assert_fdi_tx(d, p, false)
1091
1092static void assert_fdi_rx(struct drm_i915_private *dev_priv,
1093 enum pipe pipe, bool state)
1094{
1095 int reg;
1096 u32 val;
1097 bool cur_state;
1098
Paulo Zanonid63fa0d2012-11-20 13:27:35 -02001099 reg = FDI_RX_CTL(pipe);
1100 val = I915_READ(reg);
1101 cur_state = !!(val & FDI_RX_ENABLE);
Jesse Barnes040484a2011-01-03 12:14:26 -08001102 WARN(cur_state != state,
1103 "FDI RX state assertion failure (expected %s, current %s)\n",
1104 state_string(state), state_string(cur_state));
1105}
1106#define assert_fdi_rx_enabled(d, p) assert_fdi_rx(d, p, true)
1107#define assert_fdi_rx_disabled(d, p) assert_fdi_rx(d, p, false)
1108
1109static void assert_fdi_tx_pll_enabled(struct drm_i915_private *dev_priv,
1110 enum pipe pipe)
1111{
1112 int reg;
1113 u32 val;
1114
1115 /* ILK FDI PLL is always enabled */
1116 if (dev_priv->info->gen == 5)
1117 return;
1118
Eugeni Dodonovbf507ef2012-05-09 15:37:18 -03001119 /* On Haswell, DDI ports are responsible for the FDI PLL setup */
Paulo Zanoniaffa9352012-11-23 15:30:39 -02001120 if (HAS_DDI(dev_priv->dev))
Eugeni Dodonovbf507ef2012-05-09 15:37:18 -03001121 return;
1122
Jesse Barnes040484a2011-01-03 12:14:26 -08001123 reg = FDI_TX_CTL(pipe);
1124 val = I915_READ(reg);
1125 WARN(!(val & FDI_TX_PLL_ENABLE), "FDI TX PLL assertion failure, should be active but is disabled\n");
1126}
1127
1128static void assert_fdi_rx_pll_enabled(struct drm_i915_private *dev_priv,
1129 enum pipe pipe)
1130{
1131 int reg;
1132 u32 val;
1133
1134 reg = FDI_RX_CTL(pipe);
1135 val = I915_READ(reg);
1136 WARN(!(val & FDI_RX_PLL_ENABLE), "FDI RX PLL assertion failure, should be active but is disabled\n");
1137}
1138
Jesse Barnesea0760c2011-01-04 15:09:32 -08001139static void assert_panel_unlocked(struct drm_i915_private *dev_priv,
1140 enum pipe pipe)
1141{
1142 int pp_reg, lvds_reg;
1143 u32 val;
1144 enum pipe panel_pipe = PIPE_A;
Thomas Jarosch0de3b482011-08-25 15:37:45 +02001145 bool locked = true;
Jesse Barnesea0760c2011-01-04 15:09:32 -08001146
1147 if (HAS_PCH_SPLIT(dev_priv->dev)) {
1148 pp_reg = PCH_PP_CONTROL;
1149 lvds_reg = PCH_LVDS;
1150 } else {
1151 pp_reg = PP_CONTROL;
1152 lvds_reg = LVDS;
1153 }
1154
1155 val = I915_READ(pp_reg);
1156 if (!(val & PANEL_POWER_ON) ||
1157 ((val & PANEL_UNLOCK_REGS) == PANEL_UNLOCK_REGS))
1158 locked = false;
1159
1160 if (I915_READ(lvds_reg) & LVDS_PIPEB_SELECT)
1161 panel_pipe = PIPE_B;
1162
1163 WARN(panel_pipe == pipe && locked,
1164 "panel assertion failure, pipe %c regs locked\n",
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08001165 pipe_name(pipe));
Jesse Barnesea0760c2011-01-04 15:09:32 -08001166}
1167
Jesse Barnesb840d907f2011-12-13 13:19:38 -08001168void assert_pipe(struct drm_i915_private *dev_priv,
1169 enum pipe pipe, bool state)
Jesse Barnesb24e7172011-01-04 15:09:30 -08001170{
1171 int reg;
1172 u32 val;
Jesse Barnes63d7bbe2011-01-04 15:09:33 -08001173 bool cur_state;
Paulo Zanoni702e7a52012-10-23 18:29:59 -02001174 enum transcoder cpu_transcoder = intel_pipe_to_cpu_transcoder(dev_priv,
1175 pipe);
Jesse Barnesb24e7172011-01-04 15:09:30 -08001176
Daniel Vetter8e636782012-01-22 01:36:48 +01001177 /* if we need the pipe A quirk it must be always on */
1178 if (pipe == PIPE_A && dev_priv->quirks & QUIRK_PIPEA_FORCE)
1179 state = true;
1180
Paulo Zanoni702e7a52012-10-23 18:29:59 -02001181 reg = PIPECONF(cpu_transcoder);
Jesse Barnesb24e7172011-01-04 15:09:30 -08001182 val = I915_READ(reg);
Jesse Barnes63d7bbe2011-01-04 15:09:33 -08001183 cur_state = !!(val & PIPECONF_ENABLE);
1184 WARN(cur_state != state,
1185 "pipe %c assertion failure (expected %s, current %s)\n",
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08001186 pipe_name(pipe), state_string(state), state_string(cur_state));
Jesse Barnesb24e7172011-01-04 15:09:30 -08001187}
1188
Chris Wilson931872f2012-01-16 23:01:13 +00001189static void assert_plane(struct drm_i915_private *dev_priv,
1190 enum plane plane, bool state)
Jesse Barnesb24e7172011-01-04 15:09:30 -08001191{
1192 int reg;
1193 u32 val;
Chris Wilson931872f2012-01-16 23:01:13 +00001194 bool cur_state;
Jesse Barnesb24e7172011-01-04 15:09:30 -08001195
1196 reg = DSPCNTR(plane);
1197 val = I915_READ(reg);
Chris Wilson931872f2012-01-16 23:01:13 +00001198 cur_state = !!(val & DISPLAY_PLANE_ENABLE);
1199 WARN(cur_state != state,
1200 "plane %c assertion failure (expected %s, current %s)\n",
1201 plane_name(plane), state_string(state), state_string(cur_state));
Jesse Barnesb24e7172011-01-04 15:09:30 -08001202}
1203
Chris Wilson931872f2012-01-16 23:01:13 +00001204#define assert_plane_enabled(d, p) assert_plane(d, p, true)
1205#define assert_plane_disabled(d, p) assert_plane(d, p, false)
1206
Jesse Barnesb24e7172011-01-04 15:09:30 -08001207static void assert_planes_disabled(struct drm_i915_private *dev_priv,
1208 enum pipe pipe)
1209{
1210 int reg, i;
1211 u32 val;
1212 int cur_pipe;
1213
Jesse Barnes19ec1352011-02-02 12:28:02 -08001214 /* Planes are fixed to pipes on ILK+ */
Adam Jackson28c057942011-10-07 14:38:42 -04001215 if (HAS_PCH_SPLIT(dev_priv->dev)) {
1216 reg = DSPCNTR(pipe);
1217 val = I915_READ(reg);
1218 WARN((val & DISPLAY_PLANE_ENABLE),
1219 "plane %c assertion failure, should be disabled but not\n",
1220 plane_name(pipe));
Jesse Barnes19ec1352011-02-02 12:28:02 -08001221 return;
Adam Jackson28c057942011-10-07 14:38:42 -04001222 }
Jesse Barnes19ec1352011-02-02 12:28:02 -08001223
Jesse Barnesb24e7172011-01-04 15:09:30 -08001224 /* Need to check both planes against the pipe */
1225 for (i = 0; i < 2; i++) {
1226 reg = DSPCNTR(i);
1227 val = I915_READ(reg);
1228 cur_pipe = (val & DISPPLANE_SEL_PIPE_MASK) >>
1229 DISPPLANE_SEL_PIPE_SHIFT;
1230 WARN((val & DISPLAY_PLANE_ENABLE) && pipe == cur_pipe,
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08001231 "plane %c assertion failure, should be off on pipe %c but is still active\n",
1232 plane_name(i), pipe_name(pipe));
Jesse Barnesb24e7172011-01-04 15:09:30 -08001233 }
1234}
1235
Jesse Barnes92f25842011-01-04 15:09:34 -08001236static void assert_pch_refclk_enabled(struct drm_i915_private *dev_priv)
1237{
1238 u32 val;
1239 bool enabled;
1240
Eugeni Dodonov9d82aa12012-05-09 15:37:17 -03001241 if (HAS_PCH_LPT(dev_priv->dev)) {
1242 DRM_DEBUG_DRIVER("LPT does not has PCH refclk, skipping check\n");
1243 return;
1244 }
1245
Jesse Barnes92f25842011-01-04 15:09:34 -08001246 val = I915_READ(PCH_DREF_CONTROL);
1247 enabled = !!(val & (DREF_SSC_SOURCE_MASK | DREF_NONSPREAD_SOURCE_MASK |
1248 DREF_SUPERSPREAD_SOURCE_MASK));
1249 WARN(!enabled, "PCH refclk assertion failure, should be active but is disabled\n");
1250}
1251
1252static void assert_transcoder_disabled(struct drm_i915_private *dev_priv,
1253 enum pipe pipe)
1254{
1255 int reg;
1256 u32 val;
1257 bool enabled;
1258
1259 reg = TRANSCONF(pipe);
1260 val = I915_READ(reg);
1261 enabled = !!(val & TRANS_ENABLE);
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08001262 WARN(enabled,
1263 "transcoder assertion failed, should be off on pipe %c but is still active\n",
1264 pipe_name(pipe));
Jesse Barnes92f25842011-01-04 15:09:34 -08001265}
1266
Keith Packard4e634382011-08-06 10:39:45 -07001267static bool dp_pipe_enabled(struct drm_i915_private *dev_priv,
1268 enum pipe pipe, u32 port_sel, u32 val)
Keith Packardf0575e92011-07-25 22:12:43 -07001269{
1270 if ((val & DP_PORT_EN) == 0)
1271 return false;
1272
1273 if (HAS_PCH_CPT(dev_priv->dev)) {
1274 u32 trans_dp_ctl_reg = TRANS_DP_CTL(pipe);
1275 u32 trans_dp_ctl = I915_READ(trans_dp_ctl_reg);
1276 if ((trans_dp_ctl & TRANS_DP_PORT_SEL_MASK) != port_sel)
1277 return false;
1278 } else {
1279 if ((val & DP_PIPE_MASK) != (pipe << 30))
1280 return false;
1281 }
1282 return true;
1283}
1284
Keith Packard1519b992011-08-06 10:35:34 -07001285static bool hdmi_pipe_enabled(struct drm_i915_private *dev_priv,
1286 enum pipe pipe, u32 val)
1287{
1288 if ((val & PORT_ENABLE) == 0)
1289 return false;
1290
1291 if (HAS_PCH_CPT(dev_priv->dev)) {
1292 if ((val & PORT_TRANS_SEL_MASK) != PORT_TRANS_SEL_CPT(pipe))
1293 return false;
1294 } else {
1295 if ((val & TRANSCODER_MASK) != TRANSCODER(pipe))
1296 return false;
1297 }
1298 return true;
1299}
1300
1301static bool lvds_pipe_enabled(struct drm_i915_private *dev_priv,
1302 enum pipe pipe, u32 val)
1303{
1304 if ((val & LVDS_PORT_EN) == 0)
1305 return false;
1306
1307 if (HAS_PCH_CPT(dev_priv->dev)) {
1308 if ((val & PORT_TRANS_SEL_MASK) != PORT_TRANS_SEL_CPT(pipe))
1309 return false;
1310 } else {
1311 if ((val & LVDS_PIPE_MASK) != LVDS_PIPE(pipe))
1312 return false;
1313 }
1314 return true;
1315}
1316
1317static bool adpa_pipe_enabled(struct drm_i915_private *dev_priv,
1318 enum pipe pipe, u32 val)
1319{
1320 if ((val & ADPA_DAC_ENABLE) == 0)
1321 return false;
1322 if (HAS_PCH_CPT(dev_priv->dev)) {
1323 if ((val & PORT_TRANS_SEL_MASK) != PORT_TRANS_SEL_CPT(pipe))
1324 return false;
1325 } else {
1326 if ((val & ADPA_PIPE_SELECT_MASK) != ADPA_PIPE_SELECT(pipe))
1327 return false;
1328 }
1329 return true;
1330}
1331
Jesse Barnes291906f2011-02-02 12:28:03 -08001332static void assert_pch_dp_disabled(struct drm_i915_private *dev_priv,
Keith Packardf0575e92011-07-25 22:12:43 -07001333 enum pipe pipe, int reg, u32 port_sel)
Jesse Barnes291906f2011-02-02 12:28:03 -08001334{
Jesse Barnes47a05ec2011-02-07 13:46:40 -08001335 u32 val = I915_READ(reg);
Keith Packard4e634382011-08-06 10:39:45 -07001336 WARN(dp_pipe_enabled(dev_priv, pipe, port_sel, val),
Jesse Barnes291906f2011-02-02 12:28:03 -08001337 "PCH DP (0x%08x) enabled on transcoder %c, should be disabled\n",
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08001338 reg, pipe_name(pipe));
Daniel Vetterde9a35a2012-06-05 11:03:40 +02001339
Daniel Vetter75c5da22012-09-10 21:58:29 +02001340 WARN(HAS_PCH_IBX(dev_priv->dev) && (val & DP_PORT_EN) == 0
1341 && (val & DP_PIPEB_SELECT),
Daniel Vetterde9a35a2012-06-05 11:03:40 +02001342 "IBX PCH dp port still using transcoder B\n");
Jesse Barnes291906f2011-02-02 12:28:03 -08001343}
1344
1345static void assert_pch_hdmi_disabled(struct drm_i915_private *dev_priv,
1346 enum pipe pipe, int reg)
1347{
Jesse Barnes47a05ec2011-02-07 13:46:40 -08001348 u32 val = I915_READ(reg);
Xu, Anhuab70ad582012-08-13 03:08:33 +00001349 WARN(hdmi_pipe_enabled(dev_priv, pipe, val),
Adam Jackson23c99e72011-10-07 14:38:43 -04001350 "PCH HDMI (0x%08x) enabled on transcoder %c, should be disabled\n",
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08001351 reg, pipe_name(pipe));
Daniel Vetterde9a35a2012-06-05 11:03:40 +02001352
Daniel Vetter75c5da22012-09-10 21:58:29 +02001353 WARN(HAS_PCH_IBX(dev_priv->dev) && (val & PORT_ENABLE) == 0
1354 && (val & SDVO_PIPE_B_SELECT),
Daniel Vetterde9a35a2012-06-05 11:03:40 +02001355 "IBX PCH hdmi port still using transcoder B\n");
Jesse Barnes291906f2011-02-02 12:28:03 -08001356}
1357
1358static void assert_pch_ports_disabled(struct drm_i915_private *dev_priv,
1359 enum pipe pipe)
1360{
1361 int reg;
1362 u32 val;
Jesse Barnes291906f2011-02-02 12:28:03 -08001363
Keith Packardf0575e92011-07-25 22:12:43 -07001364 assert_pch_dp_disabled(dev_priv, pipe, PCH_DP_B, TRANS_DP_PORT_SEL_B);
1365 assert_pch_dp_disabled(dev_priv, pipe, PCH_DP_C, TRANS_DP_PORT_SEL_C);
1366 assert_pch_dp_disabled(dev_priv, pipe, PCH_DP_D, TRANS_DP_PORT_SEL_D);
Jesse Barnes291906f2011-02-02 12:28:03 -08001367
1368 reg = PCH_ADPA;
1369 val = I915_READ(reg);
Xu, Anhuab70ad582012-08-13 03:08:33 +00001370 WARN(adpa_pipe_enabled(dev_priv, pipe, val),
Jesse Barnes291906f2011-02-02 12:28:03 -08001371 "PCH VGA enabled on transcoder %c, should be disabled\n",
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08001372 pipe_name(pipe));
Jesse Barnes291906f2011-02-02 12:28:03 -08001373
1374 reg = PCH_LVDS;
1375 val = I915_READ(reg);
Xu, Anhuab70ad582012-08-13 03:08:33 +00001376 WARN(lvds_pipe_enabled(dev_priv, pipe, val),
Jesse Barnes291906f2011-02-02 12:28:03 -08001377 "PCH LVDS enabled on transcoder %c, should be disabled\n",
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08001378 pipe_name(pipe));
Jesse Barnes291906f2011-02-02 12:28:03 -08001379
1380 assert_pch_hdmi_disabled(dev_priv, pipe, HDMIB);
1381 assert_pch_hdmi_disabled(dev_priv, pipe, HDMIC);
1382 assert_pch_hdmi_disabled(dev_priv, pipe, HDMID);
1383}
1384
Jesse Barnesb24e7172011-01-04 15:09:30 -08001385/**
Jesse Barnes63d7bbe2011-01-04 15:09:33 -08001386 * intel_enable_pll - enable a PLL
1387 * @dev_priv: i915 private structure
1388 * @pipe: pipe PLL to enable
1389 *
1390 * Enable @pipe's PLL so we can start pumping pixels from a plane. Check to
1391 * make sure the PLL reg is writable first though, since the panel write
1392 * protect mechanism may be enabled.
1393 *
1394 * Note! This is for pre-ILK only.
Thomas Richter7434a252012-07-18 19:22:30 +02001395 *
1396 * Unfortunately needed by dvo_ns2501 since the dvo depends on it running.
Jesse Barnes63d7bbe2011-01-04 15:09:33 -08001397 */
1398static void intel_enable_pll(struct drm_i915_private *dev_priv, enum pipe pipe)
1399{
1400 int reg;
1401 u32 val;
1402
1403 /* No really, not for ILK+ */
Jesse Barnesa0c4da242012-06-15 11:55:13 -07001404 BUG_ON(!IS_VALLEYVIEW(dev_priv->dev) && dev_priv->info->gen >= 5);
Jesse Barnes63d7bbe2011-01-04 15:09:33 -08001405
1406 /* PLL is protected by panel, make sure we can write it */
1407 if (IS_MOBILE(dev_priv->dev) && !IS_I830(dev_priv->dev))
1408 assert_panel_unlocked(dev_priv, pipe);
1409
1410 reg = DPLL(pipe);
1411 val = I915_READ(reg);
1412 val |= DPLL_VCO_ENABLE;
1413
1414 /* We do this three times for luck */
1415 I915_WRITE(reg, val);
1416 POSTING_READ(reg);
1417 udelay(150); /* wait for warmup */
1418 I915_WRITE(reg, val);
1419 POSTING_READ(reg);
1420 udelay(150); /* wait for warmup */
1421 I915_WRITE(reg, val);
1422 POSTING_READ(reg);
1423 udelay(150); /* wait for warmup */
1424}
1425
1426/**
1427 * intel_disable_pll - disable a PLL
1428 * @dev_priv: i915 private structure
1429 * @pipe: pipe PLL to disable
1430 *
1431 * Disable the PLL for @pipe, making sure the pipe is off first.
1432 *
1433 * Note! This is for pre-ILK only.
1434 */
1435static void intel_disable_pll(struct drm_i915_private *dev_priv, enum pipe pipe)
1436{
1437 int reg;
1438 u32 val;
1439
1440 /* Don't disable pipe A or pipe A PLLs if needed */
1441 if (pipe == PIPE_A && (dev_priv->quirks & QUIRK_PIPEA_FORCE))
1442 return;
1443
1444 /* Make sure the pipe isn't still relying on us */
1445 assert_pipe_disabled(dev_priv, pipe);
1446
1447 reg = DPLL(pipe);
1448 val = I915_READ(reg);
1449 val &= ~DPLL_VCO_ENABLE;
1450 I915_WRITE(reg, val);
1451 POSTING_READ(reg);
1452}
1453
Eugeni Dodonova416ede2012-05-09 15:37:10 -03001454/* SBI access */
1455static void
1456intel_sbi_write(struct drm_i915_private *dev_priv, u16 reg, u32 value)
1457{
1458 unsigned long flags;
1459
1460 spin_lock_irqsave(&dev_priv->dpio_lock, flags);
Eugeni Dodonov39fb50f2012-06-08 16:43:19 -03001461 if (wait_for((I915_READ(SBI_CTL_STAT) & SBI_BUSY) == 0,
Eugeni Dodonova416ede2012-05-09 15:37:10 -03001462 100)) {
1463 DRM_ERROR("timeout waiting for SBI to become ready\n");
1464 goto out_unlock;
1465 }
1466
1467 I915_WRITE(SBI_ADDR,
1468 (reg << 16));
1469 I915_WRITE(SBI_DATA,
1470 value);
1471 I915_WRITE(SBI_CTL_STAT,
1472 SBI_BUSY |
1473 SBI_CTL_OP_CRWR);
1474
Eugeni Dodonov39fb50f2012-06-08 16:43:19 -03001475 if (wait_for((I915_READ(SBI_CTL_STAT) & (SBI_BUSY | SBI_RESPONSE_FAIL)) == 0,
Eugeni Dodonova416ede2012-05-09 15:37:10 -03001476 100)) {
1477 DRM_ERROR("timeout waiting for SBI to complete write transaction\n");
1478 goto out_unlock;
1479 }
1480
1481out_unlock:
1482 spin_unlock_irqrestore(&dev_priv->dpio_lock, flags);
1483}
1484
1485static u32
1486intel_sbi_read(struct drm_i915_private *dev_priv, u16 reg)
1487{
1488 unsigned long flags;
Eugeni Dodonov39fb50f2012-06-08 16:43:19 -03001489 u32 value = 0;
Eugeni Dodonova416ede2012-05-09 15:37:10 -03001490
1491 spin_lock_irqsave(&dev_priv->dpio_lock, flags);
Eugeni Dodonov39fb50f2012-06-08 16:43:19 -03001492 if (wait_for((I915_READ(SBI_CTL_STAT) & SBI_BUSY) == 0,
Eugeni Dodonova416ede2012-05-09 15:37:10 -03001493 100)) {
1494 DRM_ERROR("timeout waiting for SBI to become ready\n");
1495 goto out_unlock;
1496 }
1497
1498 I915_WRITE(SBI_ADDR,
1499 (reg << 16));
1500 I915_WRITE(SBI_CTL_STAT,
1501 SBI_BUSY |
1502 SBI_CTL_OP_CRRD);
1503
Eugeni Dodonov39fb50f2012-06-08 16:43:19 -03001504 if (wait_for((I915_READ(SBI_CTL_STAT) & (SBI_BUSY | SBI_RESPONSE_FAIL)) == 0,
Eugeni Dodonova416ede2012-05-09 15:37:10 -03001505 100)) {
1506 DRM_ERROR("timeout waiting for SBI to complete read transaction\n");
1507 goto out_unlock;
1508 }
1509
1510 value = I915_READ(SBI_DATA);
1511
1512out_unlock:
1513 spin_unlock_irqrestore(&dev_priv->dpio_lock, flags);
1514 return value;
1515}
1516
Jesse Barnes63d7bbe2011-01-04 15:09:33 -08001517/**
Paulo Zanonib6b4e182012-10-31 18:12:38 -02001518 * ironlake_enable_pch_pll - enable PCH PLL
Jesse Barnes92f25842011-01-04 15:09:34 -08001519 * @dev_priv: i915 private structure
1520 * @pipe: pipe PLL to enable
1521 *
1522 * The PCH PLL needs to be enabled before the PCH transcoder, since it
1523 * drives the transcoder clock.
1524 */
Paulo Zanonib6b4e182012-10-31 18:12:38 -02001525static void ironlake_enable_pch_pll(struct intel_crtc *intel_crtc)
Jesse Barnes92f25842011-01-04 15:09:34 -08001526{
Jesse Barnesee7b9f92012-04-20 17:11:53 +01001527 struct drm_i915_private *dev_priv = intel_crtc->base.dev->dev_private;
Chris Wilson48da64a2012-05-13 20:16:12 +01001528 struct intel_pch_pll *pll;
Jesse Barnes92f25842011-01-04 15:09:34 -08001529 int reg;
1530 u32 val;
1531
Chris Wilson48da64a2012-05-13 20:16:12 +01001532 /* PCH PLLs only available on ILK, SNB and IVB */
Jesse Barnes92f25842011-01-04 15:09:34 -08001533 BUG_ON(dev_priv->info->gen < 5);
Chris Wilson48da64a2012-05-13 20:16:12 +01001534 pll = intel_crtc->pch_pll;
1535 if (pll == NULL)
1536 return;
1537
1538 if (WARN_ON(pll->refcount == 0))
1539 return;
Jesse Barnesee7b9f92012-04-20 17:11:53 +01001540
1541 DRM_DEBUG_KMS("enable PCH PLL %x (active %d, on? %d)for crtc %d\n",
1542 pll->pll_reg, pll->active, pll->on,
1543 intel_crtc->base.base.id);
Jesse Barnes92f25842011-01-04 15:09:34 -08001544
1545 /* PCH refclock must be enabled first */
1546 assert_pch_refclk_enabled(dev_priv);
1547
Jesse Barnesee7b9f92012-04-20 17:11:53 +01001548 if (pll->active++ && pll->on) {
Chris Wilson92b27b02012-05-20 18:10:50 +01001549 assert_pch_pll_enabled(dev_priv, pll, NULL);
Jesse Barnesee7b9f92012-04-20 17:11:53 +01001550 return;
1551 }
1552
1553 DRM_DEBUG_KMS("enabling PCH PLL %x\n", pll->pll_reg);
1554
1555 reg = pll->pll_reg;
Jesse Barnes92f25842011-01-04 15:09:34 -08001556 val = I915_READ(reg);
1557 val |= DPLL_VCO_ENABLE;
1558 I915_WRITE(reg, val);
1559 POSTING_READ(reg);
1560 udelay(200);
Jesse Barnesee7b9f92012-04-20 17:11:53 +01001561
1562 pll->on = true;
Jesse Barnes92f25842011-01-04 15:09:34 -08001563}
1564
Jesse Barnesee7b9f92012-04-20 17:11:53 +01001565static void intel_disable_pch_pll(struct intel_crtc *intel_crtc)
Jesse Barnes92f25842011-01-04 15:09:34 -08001566{
Jesse Barnesee7b9f92012-04-20 17:11:53 +01001567 struct drm_i915_private *dev_priv = intel_crtc->base.dev->dev_private;
1568 struct intel_pch_pll *pll = intel_crtc->pch_pll;
Jesse Barnes92f25842011-01-04 15:09:34 -08001569 int reg;
Jesse Barnesee7b9f92012-04-20 17:11:53 +01001570 u32 val;
Jesse Barnes4c609cb2011-09-02 12:52:11 -07001571
Jesse Barnes92f25842011-01-04 15:09:34 -08001572 /* PCH only available on ILK+ */
1573 BUG_ON(dev_priv->info->gen < 5);
Jesse Barnesee7b9f92012-04-20 17:11:53 +01001574 if (pll == NULL)
1575 return;
1576
Chris Wilson48da64a2012-05-13 20:16:12 +01001577 if (WARN_ON(pll->refcount == 0))
1578 return;
Jesse Barnesee7b9f92012-04-20 17:11:53 +01001579
1580 DRM_DEBUG_KMS("disable PCH PLL %x (active %d, on? %d) for crtc %d\n",
1581 pll->pll_reg, pll->active, pll->on,
1582 intel_crtc->base.base.id);
1583
Chris Wilson48da64a2012-05-13 20:16:12 +01001584 if (WARN_ON(pll->active == 0)) {
Chris Wilson92b27b02012-05-20 18:10:50 +01001585 assert_pch_pll_disabled(dev_priv, pll, NULL);
Chris Wilson48da64a2012-05-13 20:16:12 +01001586 return;
1587 }
1588
Jesse Barnesee7b9f92012-04-20 17:11:53 +01001589 if (--pll->active) {
Chris Wilson92b27b02012-05-20 18:10:50 +01001590 assert_pch_pll_enabled(dev_priv, pll, NULL);
Jesse Barnesee7b9f92012-04-20 17:11:53 +01001591 return;
1592 }
1593
1594 DRM_DEBUG_KMS("disabling PCH PLL %x\n", pll->pll_reg);
Jesse Barnes92f25842011-01-04 15:09:34 -08001595
1596 /* Make sure transcoder isn't still depending on us */
Jesse Barnesee7b9f92012-04-20 17:11:53 +01001597 assert_transcoder_disabled(dev_priv, intel_crtc->pipe);
Jesse Barnes92f25842011-01-04 15:09:34 -08001598
Jesse Barnesee7b9f92012-04-20 17:11:53 +01001599 reg = pll->pll_reg;
Jesse Barnes92f25842011-01-04 15:09:34 -08001600 val = I915_READ(reg);
1601 val &= ~DPLL_VCO_ENABLE;
1602 I915_WRITE(reg, val);
1603 POSTING_READ(reg);
1604 udelay(200);
Jesse Barnesee7b9f92012-04-20 17:11:53 +01001605
1606 pll->on = false;
Jesse Barnes92f25842011-01-04 15:09:34 -08001607}
1608
Paulo Zanonib8a4f402012-10-31 18:12:42 -02001609static void ironlake_enable_pch_transcoder(struct drm_i915_private *dev_priv,
1610 enum pipe pipe)
Jesse Barnes040484a2011-01-03 12:14:26 -08001611{
Daniel Vetter23670b322012-11-01 09:15:30 +01001612 struct drm_device *dev = dev_priv->dev;
Paulo Zanoni7c26e5c2012-02-14 17:07:09 -02001613 struct drm_crtc *crtc = dev_priv->pipe_to_crtc_mapping[pipe];
Daniel Vetter23670b322012-11-01 09:15:30 +01001614 uint32_t reg, val, pipeconf_val;
Jesse Barnes040484a2011-01-03 12:14:26 -08001615
1616 /* PCH only available on ILK+ */
1617 BUG_ON(dev_priv->info->gen < 5);
1618
1619 /* Make sure PCH DPLL is enabled */
Chris Wilson92b27b02012-05-20 18:10:50 +01001620 assert_pch_pll_enabled(dev_priv,
1621 to_intel_crtc(crtc)->pch_pll,
1622 to_intel_crtc(crtc));
Jesse Barnes040484a2011-01-03 12:14:26 -08001623
1624 /* FDI must be feeding us bits for PCH ports */
1625 assert_fdi_tx_enabled(dev_priv, pipe);
1626 assert_fdi_rx_enabled(dev_priv, pipe);
1627
Daniel Vetter23670b322012-11-01 09:15:30 +01001628 if (HAS_PCH_CPT(dev)) {
1629 /* Workaround: Set the timing override bit before enabling the
1630 * pch transcoder. */
1631 reg = TRANS_CHICKEN2(pipe);
1632 val = I915_READ(reg);
1633 val |= TRANS_CHICKEN2_TIMING_OVERRIDE;
1634 I915_WRITE(reg, val);
Eugeni Dodonov59c859d2012-05-09 15:37:19 -03001635 }
Daniel Vetter23670b322012-11-01 09:15:30 +01001636
Jesse Barnes040484a2011-01-03 12:14:26 -08001637 reg = TRANSCONF(pipe);
1638 val = I915_READ(reg);
Paulo Zanoni5f7f7262012-02-03 17:47:15 -02001639 pipeconf_val = I915_READ(PIPECONF(pipe));
Jesse Barnese9bcff52011-06-24 12:19:20 -07001640
1641 if (HAS_PCH_IBX(dev_priv->dev)) {
1642 /*
1643 * make the BPC in transcoder be consistent with
1644 * that in pipeconf reg.
1645 */
1646 val &= ~PIPE_BPC_MASK;
Paulo Zanoni5f7f7262012-02-03 17:47:15 -02001647 val |= pipeconf_val & PIPE_BPC_MASK;
Jesse Barnese9bcff52011-06-24 12:19:20 -07001648 }
Paulo Zanoni5f7f7262012-02-03 17:47:15 -02001649
1650 val &= ~TRANS_INTERLACE_MASK;
1651 if ((pipeconf_val & PIPECONF_INTERLACE_MASK) == PIPECONF_INTERLACED_ILK)
Paulo Zanoni7c26e5c2012-02-14 17:07:09 -02001652 if (HAS_PCH_IBX(dev_priv->dev) &&
1653 intel_pipe_has_type(crtc, INTEL_OUTPUT_SDVO))
1654 val |= TRANS_LEGACY_INTERLACED_ILK;
1655 else
1656 val |= TRANS_INTERLACED;
Paulo Zanoni5f7f7262012-02-03 17:47:15 -02001657 else
1658 val |= TRANS_PROGRESSIVE;
1659
Jesse Barnes040484a2011-01-03 12:14:26 -08001660 I915_WRITE(reg, val | TRANS_ENABLE);
1661 if (wait_for(I915_READ(reg) & TRANS_STATE_ENABLE, 100))
1662 DRM_ERROR("failed to enable transcoder %d\n", pipe);
1663}
1664
Paulo Zanoni8fb033d2012-10-31 18:12:43 -02001665static void lpt_enable_pch_transcoder(struct drm_i915_private *dev_priv,
Paulo Zanoni937bb612012-10-31 18:12:47 -02001666 enum transcoder cpu_transcoder)
Jesse Barnes040484a2011-01-03 12:14:26 -08001667{
Paulo Zanoni8fb033d2012-10-31 18:12:43 -02001668 u32 val, pipeconf_val;
Paulo Zanoni8fb033d2012-10-31 18:12:43 -02001669
1670 /* PCH only available on ILK+ */
1671 BUG_ON(dev_priv->info->gen < 5);
1672
Paulo Zanoni8fb033d2012-10-31 18:12:43 -02001673 /* FDI must be feeding us bits for PCH ports */
Daniel Vetter1a240d42012-11-29 22:18:51 +01001674 assert_fdi_tx_enabled(dev_priv, (enum pipe) cpu_transcoder);
Paulo Zanoni937bb612012-10-31 18:12:47 -02001675 assert_fdi_rx_enabled(dev_priv, TRANSCODER_A);
Paulo Zanoni8fb033d2012-10-31 18:12:43 -02001676
Paulo Zanoni223a6fd2012-10-31 18:12:52 -02001677 /* Workaround: set timing override bit. */
1678 val = I915_READ(_TRANSA_CHICKEN2);
Daniel Vetter23670b322012-11-01 09:15:30 +01001679 val |= TRANS_CHICKEN2_TIMING_OVERRIDE;
Paulo Zanoni223a6fd2012-10-31 18:12:52 -02001680 I915_WRITE(_TRANSA_CHICKEN2, val);
1681
Paulo Zanoni25f3ef12012-10-31 18:12:49 -02001682 val = TRANS_ENABLE;
Paulo Zanoni937bb612012-10-31 18:12:47 -02001683 pipeconf_val = I915_READ(PIPECONF(cpu_transcoder));
Paulo Zanoni8fb033d2012-10-31 18:12:43 -02001684
Paulo Zanoni9a76b1c2012-10-31 18:12:48 -02001685 if ((pipeconf_val & PIPECONF_INTERLACE_MASK_HSW) ==
1686 PIPECONF_INTERLACED_ILK)
Paulo Zanonia35f2672012-10-31 18:12:45 -02001687 val |= TRANS_INTERLACED;
Paulo Zanoni8fb033d2012-10-31 18:12:43 -02001688 else
1689 val |= TRANS_PROGRESSIVE;
1690
Paulo Zanoni25f3ef12012-10-31 18:12:49 -02001691 I915_WRITE(TRANSCONF(TRANSCODER_A), val);
Paulo Zanoni937bb612012-10-31 18:12:47 -02001692 if (wait_for(I915_READ(_TRANSACONF) & TRANS_STATE_ENABLE, 100))
1693 DRM_ERROR("Failed to enable PCH transcoder\n");
Paulo Zanoni8fb033d2012-10-31 18:12:43 -02001694}
1695
Paulo Zanonib8a4f402012-10-31 18:12:42 -02001696static void ironlake_disable_pch_transcoder(struct drm_i915_private *dev_priv,
1697 enum pipe pipe)
Jesse Barnes040484a2011-01-03 12:14:26 -08001698{
Daniel Vetter23670b322012-11-01 09:15:30 +01001699 struct drm_device *dev = dev_priv->dev;
1700 uint32_t reg, val;
Jesse Barnes040484a2011-01-03 12:14:26 -08001701
1702 /* FDI relies on the transcoder */
1703 assert_fdi_tx_disabled(dev_priv, pipe);
1704 assert_fdi_rx_disabled(dev_priv, pipe);
1705
Jesse Barnes291906f2011-02-02 12:28:03 -08001706 /* Ports must be off as well */
1707 assert_pch_ports_disabled(dev_priv, pipe);
1708
Jesse Barnes040484a2011-01-03 12:14:26 -08001709 reg = TRANSCONF(pipe);
1710 val = I915_READ(reg);
1711 val &= ~TRANS_ENABLE;
1712 I915_WRITE(reg, val);
1713 /* wait for PCH transcoder off, transcoder state */
1714 if (wait_for((I915_READ(reg) & TRANS_STATE_ENABLE) == 0, 50))
Jesse Barnes4c9c18c2011-10-13 09:46:32 -07001715 DRM_ERROR("failed to disable transcoder %d\n", pipe);
Daniel Vetter23670b322012-11-01 09:15:30 +01001716
1717 if (!HAS_PCH_IBX(dev)) {
1718 /* Workaround: Clear the timing override chicken bit again. */
1719 reg = TRANS_CHICKEN2(pipe);
1720 val = I915_READ(reg);
1721 val &= ~TRANS_CHICKEN2_TIMING_OVERRIDE;
1722 I915_WRITE(reg, val);
1723 }
Jesse Barnes040484a2011-01-03 12:14:26 -08001724}
1725
Paulo Zanoniab4d9662012-10-31 18:12:55 -02001726static void lpt_disable_pch_transcoder(struct drm_i915_private *dev_priv)
Paulo Zanoni8fb033d2012-10-31 18:12:43 -02001727{
Paulo Zanoni8fb033d2012-10-31 18:12:43 -02001728 u32 val;
1729
Paulo Zanoni8a52fd92012-10-31 18:12:51 -02001730 val = I915_READ(_TRANSACONF);
Paulo Zanoni8fb033d2012-10-31 18:12:43 -02001731 val &= ~TRANS_ENABLE;
Paulo Zanoni8a52fd92012-10-31 18:12:51 -02001732 I915_WRITE(_TRANSACONF, val);
Paulo Zanoni8fb033d2012-10-31 18:12:43 -02001733 /* wait for PCH transcoder off, transcoder state */
Paulo Zanoni8a52fd92012-10-31 18:12:51 -02001734 if (wait_for((I915_READ(_TRANSACONF) & TRANS_STATE_ENABLE) == 0, 50))
1735 DRM_ERROR("Failed to disable PCH transcoder\n");
Paulo Zanoni223a6fd2012-10-31 18:12:52 -02001736
1737 /* Workaround: clear timing override bit. */
1738 val = I915_READ(_TRANSA_CHICKEN2);
Daniel Vetter23670b322012-11-01 09:15:30 +01001739 val &= ~TRANS_CHICKEN2_TIMING_OVERRIDE;
Paulo Zanoni223a6fd2012-10-31 18:12:52 -02001740 I915_WRITE(_TRANSA_CHICKEN2, val);
Jesse Barnes92f25842011-01-04 15:09:34 -08001741}
1742
1743/**
Chris Wilson309cfea2011-01-28 13:54:53 +00001744 * intel_enable_pipe - enable a pipe, asserting requirements
Jesse Barnesb24e7172011-01-04 15:09:30 -08001745 * @dev_priv: i915 private structure
1746 * @pipe: pipe to enable
Jesse Barnes040484a2011-01-03 12:14:26 -08001747 * @pch_port: on ILK+, is this pipe driving a PCH port or not
Jesse Barnesb24e7172011-01-04 15:09:30 -08001748 *
1749 * Enable @pipe, making sure that various hardware specific requirements
1750 * are met, if applicable, e.g. PLL enabled, LVDS pairs enabled, etc.
1751 *
1752 * @pipe should be %PIPE_A or %PIPE_B.
1753 *
1754 * Will wait until the pipe is actually running (i.e. first vblank) before
1755 * returning.
1756 */
Jesse Barnes040484a2011-01-03 12:14:26 -08001757static void intel_enable_pipe(struct drm_i915_private *dev_priv, enum pipe pipe,
1758 bool pch_port)
Jesse Barnesb24e7172011-01-04 15:09:30 -08001759{
Paulo Zanoni702e7a52012-10-23 18:29:59 -02001760 enum transcoder cpu_transcoder = intel_pipe_to_cpu_transcoder(dev_priv,
1761 pipe);
Daniel Vetter1a240d42012-11-29 22:18:51 +01001762 enum pipe pch_transcoder;
Jesse Barnesb24e7172011-01-04 15:09:30 -08001763 int reg;
1764 u32 val;
1765
Paulo Zanonicc391bb2012-11-20 13:27:37 -02001766 if (IS_HASWELL(dev_priv->dev))
1767 pch_transcoder = TRANSCODER_A;
1768 else
1769 pch_transcoder = pipe;
1770
Jesse Barnesb24e7172011-01-04 15:09:30 -08001771 /*
1772 * A pipe without a PLL won't actually be able to drive bits from
1773 * a plane. On ILK+ the pipe PLLs are integrated, so we don't
1774 * need the check.
1775 */
1776 if (!HAS_PCH_SPLIT(dev_priv->dev))
1777 assert_pll_enabled(dev_priv, pipe);
Jesse Barnes040484a2011-01-03 12:14:26 -08001778 else {
1779 if (pch_port) {
1780 /* if driving the PCH, we need FDI enabled */
Paulo Zanonicc391bb2012-11-20 13:27:37 -02001781 assert_fdi_rx_pll_enabled(dev_priv, pch_transcoder);
Daniel Vetter1a240d42012-11-29 22:18:51 +01001782 assert_fdi_tx_pll_enabled(dev_priv,
1783 (enum pipe) cpu_transcoder);
Jesse Barnes040484a2011-01-03 12:14:26 -08001784 }
1785 /* FIXME: assert CPU port conditions for SNB+ */
1786 }
Jesse Barnesb24e7172011-01-04 15:09:30 -08001787
Paulo Zanoni702e7a52012-10-23 18:29:59 -02001788 reg = PIPECONF(cpu_transcoder);
Jesse Barnesb24e7172011-01-04 15:09:30 -08001789 val = I915_READ(reg);
Chris Wilson00d70b12011-03-17 07:18:29 +00001790 if (val & PIPECONF_ENABLE)
1791 return;
1792
1793 I915_WRITE(reg, val | PIPECONF_ENABLE);
Jesse Barnesb24e7172011-01-04 15:09:30 -08001794 intel_wait_for_vblank(dev_priv->dev, pipe);
1795}
1796
1797/**
Chris Wilson309cfea2011-01-28 13:54:53 +00001798 * intel_disable_pipe - disable a pipe, asserting requirements
Jesse Barnesb24e7172011-01-04 15:09:30 -08001799 * @dev_priv: i915 private structure
1800 * @pipe: pipe to disable
1801 *
1802 * Disable @pipe, making sure that various hardware specific requirements
1803 * are met, if applicable, e.g. plane disabled, panel fitter off, etc.
1804 *
1805 * @pipe should be %PIPE_A or %PIPE_B.
1806 *
1807 * Will wait until the pipe has shut down before returning.
1808 */
1809static void intel_disable_pipe(struct drm_i915_private *dev_priv,
1810 enum pipe pipe)
1811{
Paulo Zanoni702e7a52012-10-23 18:29:59 -02001812 enum transcoder cpu_transcoder = intel_pipe_to_cpu_transcoder(dev_priv,
1813 pipe);
Jesse Barnesb24e7172011-01-04 15:09:30 -08001814 int reg;
1815 u32 val;
1816
1817 /*
1818 * Make sure planes won't keep trying to pump pixels to us,
1819 * or we might hang the display.
1820 */
1821 assert_planes_disabled(dev_priv, pipe);
1822
1823 /* Don't disable pipe A or pipe A PLLs if needed */
1824 if (pipe == PIPE_A && (dev_priv->quirks & QUIRK_PIPEA_FORCE))
1825 return;
1826
Paulo Zanoni702e7a52012-10-23 18:29:59 -02001827 reg = PIPECONF(cpu_transcoder);
Jesse Barnesb24e7172011-01-04 15:09:30 -08001828 val = I915_READ(reg);
Chris Wilson00d70b12011-03-17 07:18:29 +00001829 if ((val & PIPECONF_ENABLE) == 0)
1830 return;
1831
1832 I915_WRITE(reg, val & ~PIPECONF_ENABLE);
Jesse Barnesb24e7172011-01-04 15:09:30 -08001833 intel_wait_for_pipe_off(dev_priv->dev, pipe);
1834}
1835
Keith Packardd74362c2011-07-28 14:47:14 -07001836/*
1837 * Plane regs are double buffered, going from enabled->disabled needs a
1838 * trigger in order to latch. The display address reg provides this.
1839 */
Eugeni Dodonov6f1d69b2012-04-18 15:29:25 -03001840void intel_flush_display_plane(struct drm_i915_private *dev_priv,
Keith Packardd74362c2011-07-28 14:47:14 -07001841 enum plane plane)
1842{
Damien Lespiau14f86142012-10-29 15:24:49 +00001843 if (dev_priv->info->gen >= 4)
1844 I915_WRITE(DSPSURF(plane), I915_READ(DSPSURF(plane)));
1845 else
1846 I915_WRITE(DSPADDR(plane), I915_READ(DSPADDR(plane)));
Keith Packardd74362c2011-07-28 14:47:14 -07001847}
1848
Jesse Barnesb24e7172011-01-04 15:09:30 -08001849/**
1850 * intel_enable_plane - enable a display plane on a given pipe
1851 * @dev_priv: i915 private structure
1852 * @plane: plane to enable
1853 * @pipe: pipe being fed
1854 *
1855 * Enable @plane on @pipe, making sure that @pipe is running first.
1856 */
1857static void intel_enable_plane(struct drm_i915_private *dev_priv,
1858 enum plane plane, enum pipe pipe)
1859{
1860 int reg;
1861 u32 val;
1862
1863 /* If the pipe isn't enabled, we can't pump pixels and may hang */
1864 assert_pipe_enabled(dev_priv, pipe);
1865
1866 reg = DSPCNTR(plane);
1867 val = I915_READ(reg);
Chris Wilson00d70b12011-03-17 07:18:29 +00001868 if (val & DISPLAY_PLANE_ENABLE)
1869 return;
1870
1871 I915_WRITE(reg, val | DISPLAY_PLANE_ENABLE);
Keith Packardd74362c2011-07-28 14:47:14 -07001872 intel_flush_display_plane(dev_priv, plane);
Jesse Barnesb24e7172011-01-04 15:09:30 -08001873 intel_wait_for_vblank(dev_priv->dev, pipe);
1874}
1875
Jesse Barnesb24e7172011-01-04 15:09:30 -08001876/**
1877 * intel_disable_plane - disable a display plane
1878 * @dev_priv: i915 private structure
1879 * @plane: plane to disable
1880 * @pipe: pipe consuming the data
1881 *
1882 * Disable @plane; should be an independent operation.
1883 */
1884static void intel_disable_plane(struct drm_i915_private *dev_priv,
1885 enum plane plane, enum pipe pipe)
1886{
1887 int reg;
1888 u32 val;
1889
1890 reg = DSPCNTR(plane);
1891 val = I915_READ(reg);
Chris Wilson00d70b12011-03-17 07:18:29 +00001892 if ((val & DISPLAY_PLANE_ENABLE) == 0)
1893 return;
1894
1895 I915_WRITE(reg, val & ~DISPLAY_PLANE_ENABLE);
Jesse Barnesb24e7172011-01-04 15:09:30 -08001896 intel_flush_display_plane(dev_priv, plane);
1897 intel_wait_for_vblank(dev_priv->dev, pipe);
1898}
1899
Chris Wilson127bd2a2010-07-23 23:32:05 +01001900int
Chris Wilson48b956c2010-09-14 12:50:34 +01001901intel_pin_and_fence_fb_obj(struct drm_device *dev,
Chris Wilson05394f32010-11-08 19:18:58 +00001902 struct drm_i915_gem_object *obj,
Chris Wilson919926a2010-11-12 13:42:53 +00001903 struct intel_ring_buffer *pipelined)
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05001904{
Chris Wilsonce453d82011-02-21 14:43:56 +00001905 struct drm_i915_private *dev_priv = dev->dev_private;
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05001906 u32 alignment;
1907 int ret;
1908
Chris Wilson05394f32010-11-08 19:18:58 +00001909 switch (obj->tiling_mode) {
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05001910 case I915_TILING_NONE:
Chris Wilson534843d2010-07-05 18:01:46 +01001911 if (IS_BROADWATER(dev) || IS_CRESTLINE(dev))
1912 alignment = 128 * 1024;
Chris Wilsona6c45cf2010-09-17 00:32:17 +01001913 else if (INTEL_INFO(dev)->gen >= 4)
Chris Wilson534843d2010-07-05 18:01:46 +01001914 alignment = 4 * 1024;
1915 else
1916 alignment = 64 * 1024;
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05001917 break;
1918 case I915_TILING_X:
1919 /* pin() will align the object as required by fence */
1920 alignment = 0;
1921 break;
1922 case I915_TILING_Y:
1923 /* FIXME: Is this true? */
1924 DRM_ERROR("Y tiled not allowed for scan out buffers\n");
1925 return -EINVAL;
1926 default:
1927 BUG();
1928 }
1929
Chris Wilsonce453d82011-02-21 14:43:56 +00001930 dev_priv->mm.interruptible = false;
Chris Wilson2da3b9b2011-04-14 09:41:17 +01001931 ret = i915_gem_object_pin_to_display_plane(obj, alignment, pipelined);
Chris Wilson48b956c2010-09-14 12:50:34 +01001932 if (ret)
Chris Wilsonce453d82011-02-21 14:43:56 +00001933 goto err_interruptible;
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05001934
1935 /* Install a fence for tiled scan-out. Pre-i965 always needs a
1936 * fence, whereas 965+ only requires a fence if using
1937 * framebuffer compression. For simplicity, we always install
1938 * a fence as the cost is not that onerous.
1939 */
Chris Wilson06d98132012-04-17 15:31:24 +01001940 ret = i915_gem_object_get_fence(obj);
Chris Wilson9a5a53b2012-03-22 15:10:00 +00001941 if (ret)
1942 goto err_unpin;
Chris Wilson1690e1e2011-12-14 13:57:08 +01001943
Chris Wilson9a5a53b2012-03-22 15:10:00 +00001944 i915_gem_object_pin_fence(obj);
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05001945
Chris Wilsonce453d82011-02-21 14:43:56 +00001946 dev_priv->mm.interruptible = true;
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05001947 return 0;
Chris Wilson48b956c2010-09-14 12:50:34 +01001948
1949err_unpin:
1950 i915_gem_object_unpin(obj);
Chris Wilsonce453d82011-02-21 14:43:56 +00001951err_interruptible:
1952 dev_priv->mm.interruptible = true;
Chris Wilson48b956c2010-09-14 12:50:34 +01001953 return ret;
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05001954}
1955
Chris Wilson1690e1e2011-12-14 13:57:08 +01001956void intel_unpin_fb_obj(struct drm_i915_gem_object *obj)
1957{
1958 i915_gem_object_unpin_fence(obj);
1959 i915_gem_object_unpin(obj);
1960}
1961
Daniel Vetterc2c75132012-07-05 12:17:30 +02001962/* Computes the linear offset to the base tile and adjusts x, y. bytes per pixel
1963 * is assumed to be a power-of-two. */
Damien Lespiau5a35e992012-10-26 18:20:12 +01001964unsigned long intel_gen4_compute_offset_xtiled(int *x, int *y,
1965 unsigned int bpp,
1966 unsigned int pitch)
Daniel Vetterc2c75132012-07-05 12:17:30 +02001967{
1968 int tile_rows, tiles;
1969
1970 tile_rows = *y / 8;
1971 *y %= 8;
1972 tiles = *x / (512/bpp);
1973 *x %= 512/bpp;
1974
1975 return tile_rows * pitch * 8 + tiles * 4096;
1976}
1977
Jesse Barnes17638cd2011-06-24 12:19:23 -07001978static int i9xx_update_plane(struct drm_crtc *crtc, struct drm_framebuffer *fb,
1979 int x, int y)
Jesse Barnes81255562010-08-02 12:07:50 -07001980{
1981 struct drm_device *dev = crtc->dev;
1982 struct drm_i915_private *dev_priv = dev->dev_private;
1983 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
1984 struct intel_framebuffer *intel_fb;
Chris Wilson05394f32010-11-08 19:18:58 +00001985 struct drm_i915_gem_object *obj;
Jesse Barnes81255562010-08-02 12:07:50 -07001986 int plane = intel_crtc->plane;
Daniel Vettere506a0c2012-07-05 12:17:29 +02001987 unsigned long linear_offset;
Jesse Barnes81255562010-08-02 12:07:50 -07001988 u32 dspcntr;
Chris Wilson5eddb702010-09-11 13:48:45 +01001989 u32 reg;
Jesse Barnes81255562010-08-02 12:07:50 -07001990
1991 switch (plane) {
1992 case 0:
1993 case 1:
1994 break;
1995 default:
1996 DRM_ERROR("Can't update plane %d in SAREA\n", plane);
1997 return -EINVAL;
1998 }
1999
2000 intel_fb = to_intel_framebuffer(fb);
2001 obj = intel_fb->obj;
Jesse Barnes81255562010-08-02 12:07:50 -07002002
Chris Wilson5eddb702010-09-11 13:48:45 +01002003 reg = DSPCNTR(plane);
2004 dspcntr = I915_READ(reg);
Jesse Barnes81255562010-08-02 12:07:50 -07002005 /* Mask out pixel format bits in case we change it */
2006 dspcntr &= ~DISPPLANE_PIXFORMAT_MASK;
Ville Syrjälä57779d02012-10-31 17:50:14 +02002007 switch (fb->pixel_format) {
2008 case DRM_FORMAT_C8:
Jesse Barnes81255562010-08-02 12:07:50 -07002009 dspcntr |= DISPPLANE_8BPP;
2010 break;
Ville Syrjälä57779d02012-10-31 17:50:14 +02002011 case DRM_FORMAT_XRGB1555:
2012 case DRM_FORMAT_ARGB1555:
2013 dspcntr |= DISPPLANE_BGRX555;
Jesse Barnes81255562010-08-02 12:07:50 -07002014 break;
Ville Syrjälä57779d02012-10-31 17:50:14 +02002015 case DRM_FORMAT_RGB565:
2016 dspcntr |= DISPPLANE_BGRX565;
2017 break;
2018 case DRM_FORMAT_XRGB8888:
2019 case DRM_FORMAT_ARGB8888:
2020 dspcntr |= DISPPLANE_BGRX888;
2021 break;
2022 case DRM_FORMAT_XBGR8888:
2023 case DRM_FORMAT_ABGR8888:
2024 dspcntr |= DISPPLANE_RGBX888;
2025 break;
2026 case DRM_FORMAT_XRGB2101010:
2027 case DRM_FORMAT_ARGB2101010:
2028 dspcntr |= DISPPLANE_BGRX101010;
2029 break;
2030 case DRM_FORMAT_XBGR2101010:
2031 case DRM_FORMAT_ABGR2101010:
2032 dspcntr |= DISPPLANE_RGBX101010;
Jesse Barnes81255562010-08-02 12:07:50 -07002033 break;
2034 default:
Ville Syrjälä57779d02012-10-31 17:50:14 +02002035 DRM_ERROR("Unknown pixel format 0x%08x\n", fb->pixel_format);
Jesse Barnes81255562010-08-02 12:07:50 -07002036 return -EINVAL;
2037 }
Ville Syrjälä57779d02012-10-31 17:50:14 +02002038
Chris Wilsona6c45cf2010-09-17 00:32:17 +01002039 if (INTEL_INFO(dev)->gen >= 4) {
Chris Wilson05394f32010-11-08 19:18:58 +00002040 if (obj->tiling_mode != I915_TILING_NONE)
Jesse Barnes81255562010-08-02 12:07:50 -07002041 dspcntr |= DISPPLANE_TILED;
2042 else
2043 dspcntr &= ~DISPPLANE_TILED;
2044 }
2045
Chris Wilson5eddb702010-09-11 13:48:45 +01002046 I915_WRITE(reg, dspcntr);
Jesse Barnes81255562010-08-02 12:07:50 -07002047
Daniel Vettere506a0c2012-07-05 12:17:29 +02002048 linear_offset = y * fb->pitches[0] + x * (fb->bits_per_pixel / 8);
Jesse Barnes81255562010-08-02 12:07:50 -07002049
Daniel Vetterc2c75132012-07-05 12:17:30 +02002050 if (INTEL_INFO(dev)->gen >= 4) {
2051 intel_crtc->dspaddr_offset =
Damien Lespiau5a35e992012-10-26 18:20:12 +01002052 intel_gen4_compute_offset_xtiled(&x, &y,
2053 fb->bits_per_pixel / 8,
2054 fb->pitches[0]);
Daniel Vetterc2c75132012-07-05 12:17:30 +02002055 linear_offset -= intel_crtc->dspaddr_offset;
2056 } else {
Daniel Vettere506a0c2012-07-05 12:17:29 +02002057 intel_crtc->dspaddr_offset = linear_offset;
Daniel Vetterc2c75132012-07-05 12:17:30 +02002058 }
Daniel Vettere506a0c2012-07-05 12:17:29 +02002059
2060 DRM_DEBUG_KMS("Writing base %08X %08lX %d %d %d\n",
2061 obj->gtt_offset, linear_offset, x, y, fb->pitches[0]);
Ville Syrjälä01f2c772011-12-20 00:06:49 +02002062 I915_WRITE(DSPSTRIDE(plane), fb->pitches[0]);
Chris Wilsona6c45cf2010-09-17 00:32:17 +01002063 if (INTEL_INFO(dev)->gen >= 4) {
Daniel Vetterc2c75132012-07-05 12:17:30 +02002064 I915_MODIFY_DISPBASE(DSPSURF(plane),
2065 obj->gtt_offset + intel_crtc->dspaddr_offset);
Chris Wilson5eddb702010-09-11 13:48:45 +01002066 I915_WRITE(DSPTILEOFF(plane), (y << 16) | x);
Daniel Vettere506a0c2012-07-05 12:17:29 +02002067 I915_WRITE(DSPLINOFF(plane), linear_offset);
Chris Wilson5eddb702010-09-11 13:48:45 +01002068 } else
Daniel Vettere506a0c2012-07-05 12:17:29 +02002069 I915_WRITE(DSPADDR(plane), obj->gtt_offset + linear_offset);
Chris Wilson5eddb702010-09-11 13:48:45 +01002070 POSTING_READ(reg);
Jesse Barnes81255562010-08-02 12:07:50 -07002071
Jesse Barnes17638cd2011-06-24 12:19:23 -07002072 return 0;
2073}
2074
2075static int ironlake_update_plane(struct drm_crtc *crtc,
2076 struct drm_framebuffer *fb, int x, int y)
2077{
2078 struct drm_device *dev = crtc->dev;
2079 struct drm_i915_private *dev_priv = dev->dev_private;
2080 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
2081 struct intel_framebuffer *intel_fb;
2082 struct drm_i915_gem_object *obj;
2083 int plane = intel_crtc->plane;
Daniel Vettere506a0c2012-07-05 12:17:29 +02002084 unsigned long linear_offset;
Jesse Barnes17638cd2011-06-24 12:19:23 -07002085 u32 dspcntr;
2086 u32 reg;
2087
2088 switch (plane) {
2089 case 0:
2090 case 1:
Jesse Barnes27f82272011-09-02 12:54:37 -07002091 case 2:
Jesse Barnes17638cd2011-06-24 12:19:23 -07002092 break;
2093 default:
2094 DRM_ERROR("Can't update plane %d in SAREA\n", plane);
2095 return -EINVAL;
2096 }
2097
2098 intel_fb = to_intel_framebuffer(fb);
2099 obj = intel_fb->obj;
2100
2101 reg = DSPCNTR(plane);
2102 dspcntr = I915_READ(reg);
2103 /* Mask out pixel format bits in case we change it */
2104 dspcntr &= ~DISPPLANE_PIXFORMAT_MASK;
Ville Syrjälä57779d02012-10-31 17:50:14 +02002105 switch (fb->pixel_format) {
2106 case DRM_FORMAT_C8:
Jesse Barnes17638cd2011-06-24 12:19:23 -07002107 dspcntr |= DISPPLANE_8BPP;
2108 break;
Ville Syrjälä57779d02012-10-31 17:50:14 +02002109 case DRM_FORMAT_RGB565:
2110 dspcntr |= DISPPLANE_BGRX565;
Jesse Barnes17638cd2011-06-24 12:19:23 -07002111 break;
Ville Syrjälä57779d02012-10-31 17:50:14 +02002112 case DRM_FORMAT_XRGB8888:
2113 case DRM_FORMAT_ARGB8888:
2114 dspcntr |= DISPPLANE_BGRX888;
2115 break;
2116 case DRM_FORMAT_XBGR8888:
2117 case DRM_FORMAT_ABGR8888:
2118 dspcntr |= DISPPLANE_RGBX888;
2119 break;
2120 case DRM_FORMAT_XRGB2101010:
2121 case DRM_FORMAT_ARGB2101010:
2122 dspcntr |= DISPPLANE_BGRX101010;
2123 break;
2124 case DRM_FORMAT_XBGR2101010:
2125 case DRM_FORMAT_ABGR2101010:
2126 dspcntr |= DISPPLANE_RGBX101010;
Jesse Barnes17638cd2011-06-24 12:19:23 -07002127 break;
2128 default:
Ville Syrjälä57779d02012-10-31 17:50:14 +02002129 DRM_ERROR("Unknown pixel format 0x%08x\n", fb->pixel_format);
Jesse Barnes17638cd2011-06-24 12:19:23 -07002130 return -EINVAL;
2131 }
2132
2133 if (obj->tiling_mode != I915_TILING_NONE)
2134 dspcntr |= DISPPLANE_TILED;
2135 else
2136 dspcntr &= ~DISPPLANE_TILED;
2137
2138 /* must disable */
2139 dspcntr |= DISPPLANE_TRICKLE_FEED_DISABLE;
2140
2141 I915_WRITE(reg, dspcntr);
2142
Daniel Vettere506a0c2012-07-05 12:17:29 +02002143 linear_offset = y * fb->pitches[0] + x * (fb->bits_per_pixel / 8);
Daniel Vetterc2c75132012-07-05 12:17:30 +02002144 intel_crtc->dspaddr_offset =
Damien Lespiau5a35e992012-10-26 18:20:12 +01002145 intel_gen4_compute_offset_xtiled(&x, &y,
2146 fb->bits_per_pixel / 8,
2147 fb->pitches[0]);
Daniel Vetterc2c75132012-07-05 12:17:30 +02002148 linear_offset -= intel_crtc->dspaddr_offset;
Jesse Barnes17638cd2011-06-24 12:19:23 -07002149
Daniel Vettere506a0c2012-07-05 12:17:29 +02002150 DRM_DEBUG_KMS("Writing base %08X %08lX %d %d %d\n",
2151 obj->gtt_offset, linear_offset, x, y, fb->pitches[0]);
Ville Syrjälä01f2c772011-12-20 00:06:49 +02002152 I915_WRITE(DSPSTRIDE(plane), fb->pitches[0]);
Daniel Vetterc2c75132012-07-05 12:17:30 +02002153 I915_MODIFY_DISPBASE(DSPSURF(plane),
2154 obj->gtt_offset + intel_crtc->dspaddr_offset);
Damien Lespiaubc1c91e2012-10-29 12:14:21 +00002155 if (IS_HASWELL(dev)) {
2156 I915_WRITE(DSPOFFSET(plane), (y << 16) | x);
2157 } else {
2158 I915_WRITE(DSPTILEOFF(plane), (y << 16) | x);
2159 I915_WRITE(DSPLINOFF(plane), linear_offset);
2160 }
Jesse Barnes17638cd2011-06-24 12:19:23 -07002161 POSTING_READ(reg);
2162
2163 return 0;
2164}
2165
2166/* Assume fb object is pinned & idle & fenced and just update base pointers */
2167static int
2168intel_pipe_set_base_atomic(struct drm_crtc *crtc, struct drm_framebuffer *fb,
2169 int x, int y, enum mode_set_atomic state)
2170{
2171 struct drm_device *dev = crtc->dev;
2172 struct drm_i915_private *dev_priv = dev->dev_private;
Jesse Barnes17638cd2011-06-24 12:19:23 -07002173
Chris Wilson6b8e6ed2012-04-17 15:08:19 +01002174 if (dev_priv->display.disable_fbc)
2175 dev_priv->display.disable_fbc(dev);
Daniel Vetter3dec0092010-08-20 21:40:52 +02002176 intel_increase_pllclock(crtc);
Jesse Barnes81255562010-08-02 12:07:50 -07002177
Chris Wilson6b8e6ed2012-04-17 15:08:19 +01002178 return dev_priv->display.update_plane(crtc, fb, x, y);
Jesse Barnes81255562010-08-02 12:07:50 -07002179}
2180
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05002181static int
Chris Wilson14667a42012-04-03 17:58:35 +01002182intel_finish_fb(struct drm_framebuffer *old_fb)
2183{
2184 struct drm_i915_gem_object *obj = to_intel_framebuffer(old_fb)->obj;
2185 struct drm_i915_private *dev_priv = obj->base.dev->dev_private;
2186 bool was_interruptible = dev_priv->mm.interruptible;
2187 int ret;
2188
2189 wait_event(dev_priv->pending_flip_queue,
2190 atomic_read(&dev_priv->mm.wedged) ||
2191 atomic_read(&obj->pending_flip) == 0);
2192
2193 /* Big Hammer, we also need to ensure that any pending
2194 * MI_WAIT_FOR_EVENT inside a user batch buffer on the
2195 * current scanout is retired before unpinning the old
2196 * framebuffer.
2197 *
2198 * This should only fail upon a hung GPU, in which case we
2199 * can safely continue.
2200 */
2201 dev_priv->mm.interruptible = false;
2202 ret = i915_gem_object_finish_gpu(obj);
2203 dev_priv->mm.interruptible = was_interruptible;
2204
2205 return ret;
2206}
2207
Ville Syrjälä198598d2012-10-31 17:50:24 +02002208static void intel_crtc_update_sarea_pos(struct drm_crtc *crtc, int x, int y)
2209{
2210 struct drm_device *dev = crtc->dev;
2211 struct drm_i915_master_private *master_priv;
2212 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
2213
2214 if (!dev->primary->master)
2215 return;
2216
2217 master_priv = dev->primary->master->driver_priv;
2218 if (!master_priv->sarea_priv)
2219 return;
2220
2221 switch (intel_crtc->pipe) {
2222 case 0:
2223 master_priv->sarea_priv->pipeA_x = x;
2224 master_priv->sarea_priv->pipeA_y = y;
2225 break;
2226 case 1:
2227 master_priv->sarea_priv->pipeB_x = x;
2228 master_priv->sarea_priv->pipeB_y = y;
2229 break;
2230 default:
2231 break;
2232 }
2233}
2234
Chris Wilson14667a42012-04-03 17:58:35 +01002235static int
Kristian Høgsberg3c4fdcf2008-12-17 22:14:46 -05002236intel_pipe_set_base(struct drm_crtc *crtc, int x, int y,
Daniel Vetter94352cf2012-07-05 22:51:56 +02002237 struct drm_framebuffer *fb)
Jesse Barnes79e53942008-11-07 14:24:08 -08002238{
2239 struct drm_device *dev = crtc->dev;
Chris Wilson6b8e6ed2012-04-17 15:08:19 +01002240 struct drm_i915_private *dev_priv = dev->dev_private;
Jesse Barnes79e53942008-11-07 14:24:08 -08002241 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
Daniel Vetter94352cf2012-07-05 22:51:56 +02002242 struct drm_framebuffer *old_fb;
Chris Wilson5c3b82e2009-02-11 13:25:09 +00002243 int ret;
Jesse Barnes79e53942008-11-07 14:24:08 -08002244
2245 /* no fb bound */
Daniel Vetter94352cf2012-07-05 22:51:56 +02002246 if (!fb) {
Jesse Barnesa5071c22011-07-19 15:38:56 -07002247 DRM_ERROR("No FB bound\n");
Chris Wilson5c3b82e2009-02-11 13:25:09 +00002248 return 0;
2249 }
2250
Eugeni Dodonov5826eca2012-05-09 15:37:12 -03002251 if(intel_crtc->plane > dev_priv->num_pipe) {
2252 DRM_ERROR("no plane for crtc: plane %d, num_pipes %d\n",
2253 intel_crtc->plane,
2254 dev_priv->num_pipe);
Chris Wilson5c3b82e2009-02-11 13:25:09 +00002255 return -EINVAL;
Jesse Barnes79e53942008-11-07 14:24:08 -08002256 }
2257
Chris Wilson5c3b82e2009-02-11 13:25:09 +00002258 mutex_lock(&dev->struct_mutex);
Chris Wilson265db952010-09-20 15:41:01 +01002259 ret = intel_pin_and_fence_fb_obj(dev,
Daniel Vetter94352cf2012-07-05 22:51:56 +02002260 to_intel_framebuffer(fb)->obj,
Chris Wilson919926a2010-11-12 13:42:53 +00002261 NULL);
Chris Wilson5c3b82e2009-02-11 13:25:09 +00002262 if (ret != 0) {
2263 mutex_unlock(&dev->struct_mutex);
Jesse Barnesa5071c22011-07-19 15:38:56 -07002264 DRM_ERROR("pin & fence failed\n");
Chris Wilson5c3b82e2009-02-11 13:25:09 +00002265 return ret;
2266 }
Kristian Høgsberg3c4fdcf2008-12-17 22:14:46 -05002267
Daniel Vetter94352cf2012-07-05 22:51:56 +02002268 if (crtc->fb)
2269 intel_finish_fb(crtc->fb);
Chris Wilson265db952010-09-20 15:41:01 +01002270
Daniel Vetter94352cf2012-07-05 22:51:56 +02002271 ret = dev_priv->display.update_plane(crtc, fb, x, y);
Chris Wilson4e6cfef2010-08-08 13:20:19 +01002272 if (ret) {
Daniel Vetter94352cf2012-07-05 22:51:56 +02002273 intel_unpin_fb_obj(to_intel_framebuffer(fb)->obj);
Chris Wilson5c3b82e2009-02-11 13:25:09 +00002274 mutex_unlock(&dev->struct_mutex);
Jesse Barnesa5071c22011-07-19 15:38:56 -07002275 DRM_ERROR("failed to update base address\n");
Chris Wilson4e6cfef2010-08-08 13:20:19 +01002276 return ret;
Jesse Barnes79e53942008-11-07 14:24:08 -08002277 }
Kristian Høgsberg3c4fdcf2008-12-17 22:14:46 -05002278
Daniel Vetter94352cf2012-07-05 22:51:56 +02002279 old_fb = crtc->fb;
2280 crtc->fb = fb;
Daniel Vetter6c4c86f2012-09-10 21:58:30 +02002281 crtc->x = x;
2282 crtc->y = y;
Daniel Vetter94352cf2012-07-05 22:51:56 +02002283
Chris Wilsonb7f1de22010-12-14 16:09:31 +00002284 if (old_fb) {
2285 intel_wait_for_vblank(dev, intel_crtc->pipe);
Chris Wilson1690e1e2011-12-14 13:57:08 +01002286 intel_unpin_fb_obj(to_intel_framebuffer(old_fb)->obj);
Chris Wilsonb7f1de22010-12-14 16:09:31 +00002287 }
Jesse Barnes652c3932009-08-17 13:31:43 -07002288
Chris Wilson6b8e6ed2012-04-17 15:08:19 +01002289 intel_update_fbc(dev);
Chris Wilson5c3b82e2009-02-11 13:25:09 +00002290 mutex_unlock(&dev->struct_mutex);
Jesse Barnes79e53942008-11-07 14:24:08 -08002291
Ville Syrjälä198598d2012-10-31 17:50:24 +02002292 intel_crtc_update_sarea_pos(crtc, x, y);
Chris Wilson5c3b82e2009-02-11 13:25:09 +00002293
2294 return 0;
Jesse Barnes79e53942008-11-07 14:24:08 -08002295}
2296
Chris Wilson5eddb702010-09-11 13:48:45 +01002297static void ironlake_set_pll_edp(struct drm_crtc *crtc, int clock)
Zhenyu Wang32f9d652009-07-24 01:00:32 +08002298{
2299 struct drm_device *dev = crtc->dev;
2300 struct drm_i915_private *dev_priv = dev->dev_private;
2301 u32 dpa_ctl;
2302
Zhao Yakui28c97732009-10-09 11:39:41 +08002303 DRM_DEBUG_KMS("eDP PLL enable for clock %d\n", clock);
Zhenyu Wang32f9d652009-07-24 01:00:32 +08002304 dpa_ctl = I915_READ(DP_A);
2305 dpa_ctl &= ~DP_PLL_FREQ_MASK;
2306
2307 if (clock < 200000) {
2308 u32 temp;
2309 dpa_ctl |= DP_PLL_FREQ_160MHZ;
2310 /* workaround for 160Mhz:
2311 1) program 0x4600c bits 15:0 = 0x8124
2312 2) program 0x46010 bit 0 = 1
2313 3) program 0x46034 bit 24 = 1
2314 4) program 0x64000 bit 14 = 1
2315 */
2316 temp = I915_READ(0x4600c);
2317 temp &= 0xffff0000;
2318 I915_WRITE(0x4600c, temp | 0x8124);
2319
2320 temp = I915_READ(0x46010);
2321 I915_WRITE(0x46010, temp | 1);
2322
2323 temp = I915_READ(0x46034);
2324 I915_WRITE(0x46034, temp | (1 << 24));
2325 } else {
2326 dpa_ctl |= DP_PLL_FREQ_270MHZ;
2327 }
2328 I915_WRITE(DP_A, dpa_ctl);
2329
Chris Wilson5eddb702010-09-11 13:48:45 +01002330 POSTING_READ(DP_A);
Zhenyu Wang32f9d652009-07-24 01:00:32 +08002331 udelay(500);
2332}
2333
Zhenyu Wang5e84e1a2010-10-28 16:38:08 +08002334static void intel_fdi_normal_train(struct drm_crtc *crtc)
2335{
2336 struct drm_device *dev = crtc->dev;
2337 struct drm_i915_private *dev_priv = dev->dev_private;
2338 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
2339 int pipe = intel_crtc->pipe;
2340 u32 reg, temp;
2341
2342 /* enable normal train */
2343 reg = FDI_TX_CTL(pipe);
2344 temp = I915_READ(reg);
Keith Packard61e499b2011-05-17 16:13:52 -07002345 if (IS_IVYBRIDGE(dev)) {
Jesse Barnes357555c2011-04-28 15:09:55 -07002346 temp &= ~FDI_LINK_TRAIN_NONE_IVB;
2347 temp |= FDI_LINK_TRAIN_NONE_IVB | FDI_TX_ENHANCE_FRAME_ENABLE;
Keith Packard61e499b2011-05-17 16:13:52 -07002348 } else {
2349 temp &= ~FDI_LINK_TRAIN_NONE;
2350 temp |= FDI_LINK_TRAIN_NONE | FDI_TX_ENHANCE_FRAME_ENABLE;
Jesse Barnes357555c2011-04-28 15:09:55 -07002351 }
Zhenyu Wang5e84e1a2010-10-28 16:38:08 +08002352 I915_WRITE(reg, temp);
2353
2354 reg = FDI_RX_CTL(pipe);
2355 temp = I915_READ(reg);
2356 if (HAS_PCH_CPT(dev)) {
2357 temp &= ~FDI_LINK_TRAIN_PATTERN_MASK_CPT;
2358 temp |= FDI_LINK_TRAIN_NORMAL_CPT;
2359 } else {
2360 temp &= ~FDI_LINK_TRAIN_NONE;
2361 temp |= FDI_LINK_TRAIN_NONE;
2362 }
2363 I915_WRITE(reg, temp | FDI_RX_ENHANCE_FRAME_ENABLE);
2364
2365 /* wait one idle pattern time */
2366 POSTING_READ(reg);
2367 udelay(1000);
Jesse Barnes357555c2011-04-28 15:09:55 -07002368
2369 /* IVB wants error correction enabled */
2370 if (IS_IVYBRIDGE(dev))
2371 I915_WRITE(reg, I915_READ(reg) | FDI_FS_ERRC_ENABLE |
2372 FDI_FE_ERRC_ENABLE);
Zhenyu Wang5e84e1a2010-10-28 16:38:08 +08002373}
2374
Jesse Barnes291427f2011-07-29 12:42:37 -07002375static void cpt_phase_pointer_enable(struct drm_device *dev, int pipe)
2376{
2377 struct drm_i915_private *dev_priv = dev->dev_private;
2378 u32 flags = I915_READ(SOUTH_CHICKEN1);
2379
2380 flags |= FDI_PHASE_SYNC_OVR(pipe);
2381 I915_WRITE(SOUTH_CHICKEN1, flags); /* once to unlock... */
2382 flags |= FDI_PHASE_SYNC_EN(pipe);
2383 I915_WRITE(SOUTH_CHICKEN1, flags); /* then again to enable */
2384 POSTING_READ(SOUTH_CHICKEN1);
2385}
2386
Daniel Vetter01a415f2012-10-27 15:58:40 +02002387static void ivb_modeset_global_resources(struct drm_device *dev)
2388{
2389 struct drm_i915_private *dev_priv = dev->dev_private;
2390 struct intel_crtc *pipe_B_crtc =
2391 to_intel_crtc(dev_priv->pipe_to_crtc_mapping[PIPE_B]);
2392 struct intel_crtc *pipe_C_crtc =
2393 to_intel_crtc(dev_priv->pipe_to_crtc_mapping[PIPE_C]);
2394 uint32_t temp;
2395
2396 /* When everything is off disable fdi C so that we could enable fdi B
2397 * with all lanes. XXX: This misses the case where a pipe is not using
2398 * any pch resources and so doesn't need any fdi lanes. */
2399 if (!pipe_B_crtc->base.enabled && !pipe_C_crtc->base.enabled) {
2400 WARN_ON(I915_READ(FDI_RX_CTL(PIPE_B)) & FDI_RX_ENABLE);
2401 WARN_ON(I915_READ(FDI_RX_CTL(PIPE_C)) & FDI_RX_ENABLE);
2402
2403 temp = I915_READ(SOUTH_CHICKEN1);
2404 temp &= ~FDI_BC_BIFURCATION_SELECT;
2405 DRM_DEBUG_KMS("disabling fdi C rx\n");
2406 I915_WRITE(SOUTH_CHICKEN1, temp);
2407 }
2408}
2409
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002410/* The FDI link training functions for ILK/Ibexpeak. */
2411static void ironlake_fdi_link_train(struct drm_crtc *crtc)
2412{
2413 struct drm_device *dev = crtc->dev;
2414 struct drm_i915_private *dev_priv = dev->dev_private;
2415 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
2416 int pipe = intel_crtc->pipe;
Jesse Barnes0fc932b2011-01-04 15:09:37 -08002417 int plane = intel_crtc->plane;
Chris Wilson5eddb702010-09-11 13:48:45 +01002418 u32 reg, temp, tries;
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002419
Jesse Barnes0fc932b2011-01-04 15:09:37 -08002420 /* FDI needs bits from pipe & plane first */
2421 assert_pipe_enabled(dev_priv, pipe);
2422 assert_plane_enabled(dev_priv, plane);
2423
Adam Jacksone1a44742010-06-25 15:32:14 -04002424 /* Train 1: umask FDI RX Interrupt symbol_lock and bit_lock bit
2425 for train result */
Chris Wilson5eddb702010-09-11 13:48:45 +01002426 reg = FDI_RX_IMR(pipe);
2427 temp = I915_READ(reg);
Adam Jacksone1a44742010-06-25 15:32:14 -04002428 temp &= ~FDI_RX_SYMBOL_LOCK;
2429 temp &= ~FDI_RX_BIT_LOCK;
Chris Wilson5eddb702010-09-11 13:48:45 +01002430 I915_WRITE(reg, temp);
2431 I915_READ(reg);
Adam Jacksone1a44742010-06-25 15:32:14 -04002432 udelay(150);
2433
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002434 /* enable CPU FDI TX and PCH FDI RX */
Chris Wilson5eddb702010-09-11 13:48:45 +01002435 reg = FDI_TX_CTL(pipe);
2436 temp = I915_READ(reg);
Adam Jackson77ffb592010-04-12 11:38:44 -04002437 temp &= ~(7 << 19);
2438 temp |= (intel_crtc->fdi_lanes - 1) << 19;
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002439 temp &= ~FDI_LINK_TRAIN_NONE;
2440 temp |= FDI_LINK_TRAIN_PATTERN_1;
Chris Wilson5eddb702010-09-11 13:48:45 +01002441 I915_WRITE(reg, temp | FDI_TX_ENABLE);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002442
Chris Wilson5eddb702010-09-11 13:48:45 +01002443 reg = FDI_RX_CTL(pipe);
2444 temp = I915_READ(reg);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002445 temp &= ~FDI_LINK_TRAIN_NONE;
2446 temp |= FDI_LINK_TRAIN_PATTERN_1;
Chris Wilson5eddb702010-09-11 13:48:45 +01002447 I915_WRITE(reg, temp | FDI_RX_ENABLE);
2448
2449 POSTING_READ(reg);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002450 udelay(150);
2451
Jesse Barnes5b2adf82010-10-07 16:01:15 -07002452 /* Ironlake workaround, enable clock pointer after FDI enable*/
Daniel Vetter8f5718a2012-10-31 22:52:28 +01002453 I915_WRITE(FDI_RX_CHICKEN(pipe), FDI_RX_PHASE_SYNC_POINTER_OVR);
2454 I915_WRITE(FDI_RX_CHICKEN(pipe), FDI_RX_PHASE_SYNC_POINTER_OVR |
2455 FDI_RX_PHASE_SYNC_POINTER_EN);
Jesse Barnes5b2adf82010-10-07 16:01:15 -07002456
Chris Wilson5eddb702010-09-11 13:48:45 +01002457 reg = FDI_RX_IIR(pipe);
Adam Jacksone1a44742010-06-25 15:32:14 -04002458 for (tries = 0; tries < 5; tries++) {
Chris Wilson5eddb702010-09-11 13:48:45 +01002459 temp = I915_READ(reg);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002460 DRM_DEBUG_KMS("FDI_RX_IIR 0x%x\n", temp);
2461
2462 if ((temp & FDI_RX_BIT_LOCK)) {
2463 DRM_DEBUG_KMS("FDI train 1 done.\n");
Chris Wilson5eddb702010-09-11 13:48:45 +01002464 I915_WRITE(reg, temp | FDI_RX_BIT_LOCK);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002465 break;
2466 }
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002467 }
Adam Jacksone1a44742010-06-25 15:32:14 -04002468 if (tries == 5)
Chris Wilson5eddb702010-09-11 13:48:45 +01002469 DRM_ERROR("FDI train 1 fail!\n");
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002470
2471 /* Train 2 */
Chris Wilson5eddb702010-09-11 13:48:45 +01002472 reg = FDI_TX_CTL(pipe);
2473 temp = I915_READ(reg);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002474 temp &= ~FDI_LINK_TRAIN_NONE;
2475 temp |= FDI_LINK_TRAIN_PATTERN_2;
Chris Wilson5eddb702010-09-11 13:48:45 +01002476 I915_WRITE(reg, temp);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002477
Chris Wilson5eddb702010-09-11 13:48:45 +01002478 reg = FDI_RX_CTL(pipe);
2479 temp = I915_READ(reg);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002480 temp &= ~FDI_LINK_TRAIN_NONE;
2481 temp |= FDI_LINK_TRAIN_PATTERN_2;
Chris Wilson5eddb702010-09-11 13:48:45 +01002482 I915_WRITE(reg, temp);
2483
2484 POSTING_READ(reg);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002485 udelay(150);
2486
Chris Wilson5eddb702010-09-11 13:48:45 +01002487 reg = FDI_RX_IIR(pipe);
Adam Jacksone1a44742010-06-25 15:32:14 -04002488 for (tries = 0; tries < 5; tries++) {
Chris Wilson5eddb702010-09-11 13:48:45 +01002489 temp = I915_READ(reg);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002490 DRM_DEBUG_KMS("FDI_RX_IIR 0x%x\n", temp);
2491
2492 if (temp & FDI_RX_SYMBOL_LOCK) {
Chris Wilson5eddb702010-09-11 13:48:45 +01002493 I915_WRITE(reg, temp | FDI_RX_SYMBOL_LOCK);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002494 DRM_DEBUG_KMS("FDI train 2 done.\n");
2495 break;
2496 }
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002497 }
Adam Jacksone1a44742010-06-25 15:32:14 -04002498 if (tries == 5)
Chris Wilson5eddb702010-09-11 13:48:45 +01002499 DRM_ERROR("FDI train 2 fail!\n");
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002500
2501 DRM_DEBUG_KMS("FDI train done\n");
Jesse Barnes5c5313c2010-10-07 16:01:11 -07002502
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002503}
2504
Akshay Joshi0206e352011-08-16 15:34:10 -04002505static const int snb_b_fdi_train_param[] = {
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002506 FDI_LINK_TRAIN_400MV_0DB_SNB_B,
2507 FDI_LINK_TRAIN_400MV_6DB_SNB_B,
2508 FDI_LINK_TRAIN_600MV_3_5DB_SNB_B,
2509 FDI_LINK_TRAIN_800MV_0DB_SNB_B,
2510};
2511
2512/* The FDI link training functions for SNB/Cougarpoint. */
2513static void gen6_fdi_link_train(struct drm_crtc *crtc)
2514{
2515 struct drm_device *dev = crtc->dev;
2516 struct drm_i915_private *dev_priv = dev->dev_private;
2517 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
2518 int pipe = intel_crtc->pipe;
Sean Paulfa37d392012-03-02 12:53:39 -05002519 u32 reg, temp, i, retry;
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002520
Adam Jacksone1a44742010-06-25 15:32:14 -04002521 /* Train 1: umask FDI RX Interrupt symbol_lock and bit_lock bit
2522 for train result */
Chris Wilson5eddb702010-09-11 13:48:45 +01002523 reg = FDI_RX_IMR(pipe);
2524 temp = I915_READ(reg);
Adam Jacksone1a44742010-06-25 15:32:14 -04002525 temp &= ~FDI_RX_SYMBOL_LOCK;
2526 temp &= ~FDI_RX_BIT_LOCK;
Chris Wilson5eddb702010-09-11 13:48:45 +01002527 I915_WRITE(reg, temp);
2528
2529 POSTING_READ(reg);
Adam Jacksone1a44742010-06-25 15:32:14 -04002530 udelay(150);
2531
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002532 /* enable CPU FDI TX and PCH FDI RX */
Chris Wilson5eddb702010-09-11 13:48:45 +01002533 reg = FDI_TX_CTL(pipe);
2534 temp = I915_READ(reg);
Adam Jackson77ffb592010-04-12 11:38:44 -04002535 temp &= ~(7 << 19);
2536 temp |= (intel_crtc->fdi_lanes - 1) << 19;
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002537 temp &= ~FDI_LINK_TRAIN_NONE;
2538 temp |= FDI_LINK_TRAIN_PATTERN_1;
2539 temp &= ~FDI_LINK_TRAIN_VOL_EMP_MASK;
2540 /* SNB-B */
2541 temp |= FDI_LINK_TRAIN_400MV_0DB_SNB_B;
Chris Wilson5eddb702010-09-11 13:48:45 +01002542 I915_WRITE(reg, temp | FDI_TX_ENABLE);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002543
Daniel Vetterd74cf322012-10-26 10:58:13 +02002544 I915_WRITE(FDI_RX_MISC(pipe),
2545 FDI_RX_TP1_TO_TP2_48 | FDI_RX_FDI_DELAY_90);
2546
Chris Wilson5eddb702010-09-11 13:48:45 +01002547 reg = FDI_RX_CTL(pipe);
2548 temp = I915_READ(reg);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002549 if (HAS_PCH_CPT(dev)) {
2550 temp &= ~FDI_LINK_TRAIN_PATTERN_MASK_CPT;
2551 temp |= FDI_LINK_TRAIN_PATTERN_1_CPT;
2552 } else {
2553 temp &= ~FDI_LINK_TRAIN_NONE;
2554 temp |= FDI_LINK_TRAIN_PATTERN_1;
2555 }
Chris Wilson5eddb702010-09-11 13:48:45 +01002556 I915_WRITE(reg, temp | FDI_RX_ENABLE);
2557
2558 POSTING_READ(reg);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002559 udelay(150);
2560
Daniel Vetter8f5718a2012-10-31 22:52:28 +01002561 cpt_phase_pointer_enable(dev, pipe);
Jesse Barnes291427f2011-07-29 12:42:37 -07002562
Akshay Joshi0206e352011-08-16 15:34:10 -04002563 for (i = 0; i < 4; i++) {
Chris Wilson5eddb702010-09-11 13:48:45 +01002564 reg = FDI_TX_CTL(pipe);
2565 temp = I915_READ(reg);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002566 temp &= ~FDI_LINK_TRAIN_VOL_EMP_MASK;
2567 temp |= snb_b_fdi_train_param[i];
Chris Wilson5eddb702010-09-11 13:48:45 +01002568 I915_WRITE(reg, temp);
2569
2570 POSTING_READ(reg);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002571 udelay(500);
2572
Sean Paulfa37d392012-03-02 12:53:39 -05002573 for (retry = 0; retry < 5; retry++) {
2574 reg = FDI_RX_IIR(pipe);
2575 temp = I915_READ(reg);
2576 DRM_DEBUG_KMS("FDI_RX_IIR 0x%x\n", temp);
2577 if (temp & FDI_RX_BIT_LOCK) {
2578 I915_WRITE(reg, temp | FDI_RX_BIT_LOCK);
2579 DRM_DEBUG_KMS("FDI train 1 done.\n");
2580 break;
2581 }
2582 udelay(50);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002583 }
Sean Paulfa37d392012-03-02 12:53:39 -05002584 if (retry < 5)
2585 break;
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002586 }
2587 if (i == 4)
Chris Wilson5eddb702010-09-11 13:48:45 +01002588 DRM_ERROR("FDI train 1 fail!\n");
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002589
2590 /* Train 2 */
Chris Wilson5eddb702010-09-11 13:48:45 +01002591 reg = FDI_TX_CTL(pipe);
2592 temp = I915_READ(reg);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002593 temp &= ~FDI_LINK_TRAIN_NONE;
2594 temp |= FDI_LINK_TRAIN_PATTERN_2;
2595 if (IS_GEN6(dev)) {
2596 temp &= ~FDI_LINK_TRAIN_VOL_EMP_MASK;
2597 /* SNB-B */
2598 temp |= FDI_LINK_TRAIN_400MV_0DB_SNB_B;
2599 }
Chris Wilson5eddb702010-09-11 13:48:45 +01002600 I915_WRITE(reg, temp);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002601
Chris Wilson5eddb702010-09-11 13:48:45 +01002602 reg = FDI_RX_CTL(pipe);
2603 temp = I915_READ(reg);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002604 if (HAS_PCH_CPT(dev)) {
2605 temp &= ~FDI_LINK_TRAIN_PATTERN_MASK_CPT;
2606 temp |= FDI_LINK_TRAIN_PATTERN_2_CPT;
2607 } else {
2608 temp &= ~FDI_LINK_TRAIN_NONE;
2609 temp |= FDI_LINK_TRAIN_PATTERN_2;
2610 }
Chris Wilson5eddb702010-09-11 13:48:45 +01002611 I915_WRITE(reg, temp);
2612
2613 POSTING_READ(reg);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002614 udelay(150);
2615
Akshay Joshi0206e352011-08-16 15:34:10 -04002616 for (i = 0; i < 4; i++) {
Chris Wilson5eddb702010-09-11 13:48:45 +01002617 reg = FDI_TX_CTL(pipe);
2618 temp = I915_READ(reg);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002619 temp &= ~FDI_LINK_TRAIN_VOL_EMP_MASK;
2620 temp |= snb_b_fdi_train_param[i];
Chris Wilson5eddb702010-09-11 13:48:45 +01002621 I915_WRITE(reg, temp);
2622
2623 POSTING_READ(reg);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002624 udelay(500);
2625
Sean Paulfa37d392012-03-02 12:53:39 -05002626 for (retry = 0; retry < 5; retry++) {
2627 reg = FDI_RX_IIR(pipe);
2628 temp = I915_READ(reg);
2629 DRM_DEBUG_KMS("FDI_RX_IIR 0x%x\n", temp);
2630 if (temp & FDI_RX_SYMBOL_LOCK) {
2631 I915_WRITE(reg, temp | FDI_RX_SYMBOL_LOCK);
2632 DRM_DEBUG_KMS("FDI train 2 done.\n");
2633 break;
2634 }
2635 udelay(50);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002636 }
Sean Paulfa37d392012-03-02 12:53:39 -05002637 if (retry < 5)
2638 break;
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002639 }
2640 if (i == 4)
Chris Wilson5eddb702010-09-11 13:48:45 +01002641 DRM_ERROR("FDI train 2 fail!\n");
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002642
2643 DRM_DEBUG_KMS("FDI train done.\n");
2644}
2645
Jesse Barnes357555c2011-04-28 15:09:55 -07002646/* Manual link training for Ivy Bridge A0 parts */
2647static void ivb_manual_fdi_link_train(struct drm_crtc *crtc)
2648{
2649 struct drm_device *dev = crtc->dev;
2650 struct drm_i915_private *dev_priv = dev->dev_private;
2651 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
2652 int pipe = intel_crtc->pipe;
2653 u32 reg, temp, i;
2654
2655 /* Train 1: umask FDI RX Interrupt symbol_lock and bit_lock bit
2656 for train result */
2657 reg = FDI_RX_IMR(pipe);
2658 temp = I915_READ(reg);
2659 temp &= ~FDI_RX_SYMBOL_LOCK;
2660 temp &= ~FDI_RX_BIT_LOCK;
2661 I915_WRITE(reg, temp);
2662
2663 POSTING_READ(reg);
2664 udelay(150);
2665
Daniel Vetter01a415f2012-10-27 15:58:40 +02002666 DRM_DEBUG_KMS("FDI_RX_IIR before link train 0x%x\n",
2667 I915_READ(FDI_RX_IIR(pipe)));
2668
Jesse Barnes357555c2011-04-28 15:09:55 -07002669 /* enable CPU FDI TX and PCH FDI RX */
2670 reg = FDI_TX_CTL(pipe);
2671 temp = I915_READ(reg);
2672 temp &= ~(7 << 19);
2673 temp |= (intel_crtc->fdi_lanes - 1) << 19;
2674 temp &= ~(FDI_LINK_TRAIN_AUTO | FDI_LINK_TRAIN_NONE_IVB);
2675 temp |= FDI_LINK_TRAIN_PATTERN_1_IVB;
2676 temp &= ~FDI_LINK_TRAIN_VOL_EMP_MASK;
2677 temp |= FDI_LINK_TRAIN_400MV_0DB_SNB_B;
Jesse Barnesc4f9c4c2011-10-10 14:28:52 -07002678 temp |= FDI_COMPOSITE_SYNC;
Jesse Barnes357555c2011-04-28 15:09:55 -07002679 I915_WRITE(reg, temp | FDI_TX_ENABLE);
2680
Daniel Vetterd74cf322012-10-26 10:58:13 +02002681 I915_WRITE(FDI_RX_MISC(pipe),
2682 FDI_RX_TP1_TO_TP2_48 | FDI_RX_FDI_DELAY_90);
2683
Jesse Barnes357555c2011-04-28 15:09:55 -07002684 reg = FDI_RX_CTL(pipe);
2685 temp = I915_READ(reg);
2686 temp &= ~FDI_LINK_TRAIN_AUTO;
2687 temp &= ~FDI_LINK_TRAIN_PATTERN_MASK_CPT;
2688 temp |= FDI_LINK_TRAIN_PATTERN_1_CPT;
Jesse Barnesc4f9c4c2011-10-10 14:28:52 -07002689 temp |= FDI_COMPOSITE_SYNC;
Jesse Barnes357555c2011-04-28 15:09:55 -07002690 I915_WRITE(reg, temp | FDI_RX_ENABLE);
2691
2692 POSTING_READ(reg);
2693 udelay(150);
2694
Daniel Vetter8f5718a2012-10-31 22:52:28 +01002695 cpt_phase_pointer_enable(dev, pipe);
Jesse Barnes291427f2011-07-29 12:42:37 -07002696
Akshay Joshi0206e352011-08-16 15:34:10 -04002697 for (i = 0; i < 4; i++) {
Jesse Barnes357555c2011-04-28 15:09:55 -07002698 reg = FDI_TX_CTL(pipe);
2699 temp = I915_READ(reg);
2700 temp &= ~FDI_LINK_TRAIN_VOL_EMP_MASK;
2701 temp |= snb_b_fdi_train_param[i];
2702 I915_WRITE(reg, temp);
2703
2704 POSTING_READ(reg);
2705 udelay(500);
2706
2707 reg = FDI_RX_IIR(pipe);
2708 temp = I915_READ(reg);
2709 DRM_DEBUG_KMS("FDI_RX_IIR 0x%x\n", temp);
2710
2711 if (temp & FDI_RX_BIT_LOCK ||
2712 (I915_READ(reg) & FDI_RX_BIT_LOCK)) {
2713 I915_WRITE(reg, temp | FDI_RX_BIT_LOCK);
Daniel Vetter01a415f2012-10-27 15:58:40 +02002714 DRM_DEBUG_KMS("FDI train 1 done, level %i.\n", i);
Jesse Barnes357555c2011-04-28 15:09:55 -07002715 break;
2716 }
2717 }
2718 if (i == 4)
2719 DRM_ERROR("FDI train 1 fail!\n");
2720
2721 /* Train 2 */
2722 reg = FDI_TX_CTL(pipe);
2723 temp = I915_READ(reg);
2724 temp &= ~FDI_LINK_TRAIN_NONE_IVB;
2725 temp |= FDI_LINK_TRAIN_PATTERN_2_IVB;
2726 temp &= ~FDI_LINK_TRAIN_VOL_EMP_MASK;
2727 temp |= FDI_LINK_TRAIN_400MV_0DB_SNB_B;
2728 I915_WRITE(reg, temp);
2729
2730 reg = FDI_RX_CTL(pipe);
2731 temp = I915_READ(reg);
2732 temp &= ~FDI_LINK_TRAIN_PATTERN_MASK_CPT;
2733 temp |= FDI_LINK_TRAIN_PATTERN_2_CPT;
2734 I915_WRITE(reg, temp);
2735
2736 POSTING_READ(reg);
2737 udelay(150);
2738
Akshay Joshi0206e352011-08-16 15:34:10 -04002739 for (i = 0; i < 4; i++) {
Jesse Barnes357555c2011-04-28 15:09:55 -07002740 reg = FDI_TX_CTL(pipe);
2741 temp = I915_READ(reg);
2742 temp &= ~FDI_LINK_TRAIN_VOL_EMP_MASK;
2743 temp |= snb_b_fdi_train_param[i];
2744 I915_WRITE(reg, temp);
2745
2746 POSTING_READ(reg);
2747 udelay(500);
2748
2749 reg = FDI_RX_IIR(pipe);
2750 temp = I915_READ(reg);
2751 DRM_DEBUG_KMS("FDI_RX_IIR 0x%x\n", temp);
2752
2753 if (temp & FDI_RX_SYMBOL_LOCK) {
2754 I915_WRITE(reg, temp | FDI_RX_SYMBOL_LOCK);
Daniel Vetter01a415f2012-10-27 15:58:40 +02002755 DRM_DEBUG_KMS("FDI train 2 done, level %i.\n", i);
Jesse Barnes357555c2011-04-28 15:09:55 -07002756 break;
2757 }
2758 }
2759 if (i == 4)
2760 DRM_ERROR("FDI train 2 fail!\n");
2761
2762 DRM_DEBUG_KMS("FDI train done.\n");
2763}
2764
Daniel Vetter88cefb62012-08-12 19:27:14 +02002765static void ironlake_fdi_pll_enable(struct intel_crtc *intel_crtc)
Jesse Barnes0e23b992010-09-10 11:10:00 -07002766{
Daniel Vetter88cefb62012-08-12 19:27:14 +02002767 struct drm_device *dev = intel_crtc->base.dev;
Jesse Barnes0e23b992010-09-10 11:10:00 -07002768 struct drm_i915_private *dev_priv = dev->dev_private;
Jesse Barnes0e23b992010-09-10 11:10:00 -07002769 int pipe = intel_crtc->pipe;
Chris Wilson5eddb702010-09-11 13:48:45 +01002770 u32 reg, temp;
Jesse Barnes0e23b992010-09-10 11:10:00 -07002771
Jesse Barnesc64e3112010-09-10 11:27:03 -07002772
Jesse Barnes0e23b992010-09-10 11:10:00 -07002773 /* enable PCH FDI RX PLL, wait warmup plus DMI latency */
Chris Wilson5eddb702010-09-11 13:48:45 +01002774 reg = FDI_RX_CTL(pipe);
2775 temp = I915_READ(reg);
2776 temp &= ~((0x7 << 19) | (0x7 << 16));
Jesse Barnes0e23b992010-09-10 11:10:00 -07002777 temp |= (intel_crtc->fdi_lanes - 1) << 19;
Chris Wilson5eddb702010-09-11 13:48:45 +01002778 temp |= (I915_READ(PIPECONF(pipe)) & PIPE_BPC_MASK) << 11;
2779 I915_WRITE(reg, temp | FDI_RX_PLL_ENABLE);
2780
2781 POSTING_READ(reg);
Jesse Barnes0e23b992010-09-10 11:10:00 -07002782 udelay(200);
2783
2784 /* Switch from Rawclk to PCDclk */
Chris Wilson5eddb702010-09-11 13:48:45 +01002785 temp = I915_READ(reg);
2786 I915_WRITE(reg, temp | FDI_PCDCLK);
2787
2788 POSTING_READ(reg);
Jesse Barnes0e23b992010-09-10 11:10:00 -07002789 udelay(200);
2790
Paulo Zanoni20749732012-11-23 15:30:38 -02002791 /* Enable CPU FDI TX PLL, always on for Ironlake */
2792 reg = FDI_TX_CTL(pipe);
2793 temp = I915_READ(reg);
2794 if ((temp & FDI_TX_PLL_ENABLE) == 0) {
2795 I915_WRITE(reg, temp | FDI_TX_PLL_ENABLE);
Chris Wilson5eddb702010-09-11 13:48:45 +01002796
Paulo Zanoni20749732012-11-23 15:30:38 -02002797 POSTING_READ(reg);
2798 udelay(100);
Jesse Barnes0e23b992010-09-10 11:10:00 -07002799 }
2800}
2801
Daniel Vetter88cefb62012-08-12 19:27:14 +02002802static void ironlake_fdi_pll_disable(struct intel_crtc *intel_crtc)
2803{
2804 struct drm_device *dev = intel_crtc->base.dev;
2805 struct drm_i915_private *dev_priv = dev->dev_private;
2806 int pipe = intel_crtc->pipe;
2807 u32 reg, temp;
2808
2809 /* Switch from PCDclk to Rawclk */
2810 reg = FDI_RX_CTL(pipe);
2811 temp = I915_READ(reg);
2812 I915_WRITE(reg, temp & ~FDI_PCDCLK);
2813
2814 /* Disable CPU FDI TX PLL */
2815 reg = FDI_TX_CTL(pipe);
2816 temp = I915_READ(reg);
2817 I915_WRITE(reg, temp & ~FDI_TX_PLL_ENABLE);
2818
2819 POSTING_READ(reg);
2820 udelay(100);
2821
2822 reg = FDI_RX_CTL(pipe);
2823 temp = I915_READ(reg);
2824 I915_WRITE(reg, temp & ~FDI_RX_PLL_ENABLE);
2825
2826 /* Wait for the clocks to turn off. */
2827 POSTING_READ(reg);
2828 udelay(100);
2829}
2830
Jesse Barnes291427f2011-07-29 12:42:37 -07002831static void cpt_phase_pointer_disable(struct drm_device *dev, int pipe)
2832{
2833 struct drm_i915_private *dev_priv = dev->dev_private;
2834 u32 flags = I915_READ(SOUTH_CHICKEN1);
2835
2836 flags &= ~(FDI_PHASE_SYNC_EN(pipe));
2837 I915_WRITE(SOUTH_CHICKEN1, flags); /* once to disable... */
2838 flags &= ~(FDI_PHASE_SYNC_OVR(pipe));
2839 I915_WRITE(SOUTH_CHICKEN1, flags); /* then again to lock */
2840 POSTING_READ(SOUTH_CHICKEN1);
2841}
Jesse Barnes0fc932b2011-01-04 15:09:37 -08002842static void ironlake_fdi_disable(struct drm_crtc *crtc)
2843{
2844 struct drm_device *dev = crtc->dev;
2845 struct drm_i915_private *dev_priv = dev->dev_private;
2846 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
2847 int pipe = intel_crtc->pipe;
2848 u32 reg, temp;
2849
2850 /* disable CPU FDI tx and PCH FDI rx */
2851 reg = FDI_TX_CTL(pipe);
2852 temp = I915_READ(reg);
2853 I915_WRITE(reg, temp & ~FDI_TX_ENABLE);
2854 POSTING_READ(reg);
2855
2856 reg = FDI_RX_CTL(pipe);
2857 temp = I915_READ(reg);
2858 temp &= ~(0x7 << 16);
2859 temp |= (I915_READ(PIPECONF(pipe)) & PIPE_BPC_MASK) << 11;
2860 I915_WRITE(reg, temp & ~FDI_RX_ENABLE);
2861
2862 POSTING_READ(reg);
2863 udelay(100);
2864
2865 /* Ironlake workaround, disable clock pointer after downing FDI */
Jesse Barnes6f06ce12011-01-04 15:09:38 -08002866 if (HAS_PCH_IBX(dev)) {
2867 I915_WRITE(FDI_RX_CHICKEN(pipe), FDI_RX_PHASE_SYNC_POINTER_OVR);
Jesse Barnes291427f2011-07-29 12:42:37 -07002868 } else if (HAS_PCH_CPT(dev)) {
2869 cpt_phase_pointer_disable(dev, pipe);
Jesse Barnes6f06ce12011-01-04 15:09:38 -08002870 }
Jesse Barnes0fc932b2011-01-04 15:09:37 -08002871
2872 /* still set train pattern 1 */
2873 reg = FDI_TX_CTL(pipe);
2874 temp = I915_READ(reg);
2875 temp &= ~FDI_LINK_TRAIN_NONE;
2876 temp |= FDI_LINK_TRAIN_PATTERN_1;
2877 I915_WRITE(reg, temp);
2878
2879 reg = FDI_RX_CTL(pipe);
2880 temp = I915_READ(reg);
2881 if (HAS_PCH_CPT(dev)) {
2882 temp &= ~FDI_LINK_TRAIN_PATTERN_MASK_CPT;
2883 temp |= FDI_LINK_TRAIN_PATTERN_1_CPT;
2884 } else {
2885 temp &= ~FDI_LINK_TRAIN_NONE;
2886 temp |= FDI_LINK_TRAIN_PATTERN_1;
2887 }
2888 /* BPC in FDI rx is consistent with that in PIPECONF */
2889 temp &= ~(0x07 << 16);
2890 temp |= (I915_READ(PIPECONF(pipe)) & PIPE_BPC_MASK) << 11;
2891 I915_WRITE(reg, temp);
2892
2893 POSTING_READ(reg);
2894 udelay(100);
2895}
2896
Chris Wilson5bb61642012-09-27 21:25:58 +01002897static bool intel_crtc_has_pending_flip(struct drm_crtc *crtc)
2898{
2899 struct drm_device *dev = crtc->dev;
2900 struct drm_i915_private *dev_priv = dev->dev_private;
2901 unsigned long flags;
2902 bool pending;
2903
2904 if (atomic_read(&dev_priv->mm.wedged))
2905 return false;
2906
2907 spin_lock_irqsave(&dev->event_lock, flags);
2908 pending = to_intel_crtc(crtc)->unpin_work != NULL;
2909 spin_unlock_irqrestore(&dev->event_lock, flags);
2910
2911 return pending;
2912}
2913
Chris Wilsone6c3a2a2010-09-23 23:04:43 +01002914static void intel_crtc_wait_for_pending_flips(struct drm_crtc *crtc)
2915{
Chris Wilson0f911282012-04-17 10:05:38 +01002916 struct drm_device *dev = crtc->dev;
Chris Wilson5bb61642012-09-27 21:25:58 +01002917 struct drm_i915_private *dev_priv = dev->dev_private;
Chris Wilsone6c3a2a2010-09-23 23:04:43 +01002918
2919 if (crtc->fb == NULL)
2920 return;
2921
Chris Wilson5bb61642012-09-27 21:25:58 +01002922 wait_event(dev_priv->pending_flip_queue,
2923 !intel_crtc_has_pending_flip(crtc));
2924
Chris Wilson0f911282012-04-17 10:05:38 +01002925 mutex_lock(&dev->struct_mutex);
2926 intel_finish_fb(crtc->fb);
2927 mutex_unlock(&dev->struct_mutex);
Chris Wilsone6c3a2a2010-09-23 23:04:43 +01002928}
2929
Paulo Zanonifc316cb2012-10-25 10:37:43 -02002930static bool ironlake_crtc_driving_pch(struct drm_crtc *crtc)
Jesse Barnes040484a2011-01-03 12:14:26 -08002931{
2932 struct drm_device *dev = crtc->dev;
Paulo Zanoni228d3e32012-08-10 10:05:10 -03002933 struct intel_encoder *intel_encoder;
Jesse Barnes040484a2011-01-03 12:14:26 -08002934
2935 /*
2936 * If there's a non-PCH eDP on this crtc, it must be DP_A, and that
2937 * must be driven by its own crtc; no sharing is possible.
2938 */
Paulo Zanoni228d3e32012-08-10 10:05:10 -03002939 for_each_encoder_on_crtc(dev, crtc, intel_encoder) {
Paulo Zanoni228d3e32012-08-10 10:05:10 -03002940 switch (intel_encoder->type) {
Jesse Barnes040484a2011-01-03 12:14:26 -08002941 case INTEL_OUTPUT_EDP:
Paulo Zanoni228d3e32012-08-10 10:05:10 -03002942 if (!intel_encoder_is_pch_edp(&intel_encoder->base))
Jesse Barnes040484a2011-01-03 12:14:26 -08002943 return false;
2944 continue;
2945 }
2946 }
2947
2948 return true;
2949}
2950
Paulo Zanonifc316cb2012-10-25 10:37:43 -02002951static bool haswell_crtc_driving_pch(struct drm_crtc *crtc)
2952{
2953 return intel_pipe_has_type(crtc, INTEL_OUTPUT_ANALOG);
2954}
2955
Eugeni Dodonove615efe2012-05-09 15:37:26 -03002956/* Program iCLKIP clock to the desired frequency */
2957static void lpt_program_iclkip(struct drm_crtc *crtc)
2958{
2959 struct drm_device *dev = crtc->dev;
2960 struct drm_i915_private *dev_priv = dev->dev_private;
2961 u32 divsel, phaseinc, auxdiv, phasedir = 0;
2962 u32 temp;
2963
2964 /* It is necessary to ungate the pixclk gate prior to programming
2965 * the divisors, and gate it back when it is done.
2966 */
2967 I915_WRITE(PIXCLK_GATE, PIXCLK_GATE_GATE);
2968
2969 /* Disable SSCCTL */
2970 intel_sbi_write(dev_priv, SBI_SSCCTL6,
2971 intel_sbi_read(dev_priv, SBI_SSCCTL6) |
2972 SBI_SSCCTL_DISABLE);
2973
2974 /* 20MHz is a corner case which is out of range for the 7-bit divisor */
2975 if (crtc->mode.clock == 20000) {
2976 auxdiv = 1;
2977 divsel = 0x41;
2978 phaseinc = 0x20;
2979 } else {
2980 /* The iCLK virtual clock root frequency is in MHz,
2981 * but the crtc->mode.clock in in KHz. To get the divisors,
2982 * it is necessary to divide one by another, so we
2983 * convert the virtual clock precision to KHz here for higher
2984 * precision.
2985 */
2986 u32 iclk_virtual_root_freq = 172800 * 1000;
2987 u32 iclk_pi_range = 64;
2988 u32 desired_divisor, msb_divisor_value, pi_value;
2989
2990 desired_divisor = (iclk_virtual_root_freq / crtc->mode.clock);
2991 msb_divisor_value = desired_divisor / iclk_pi_range;
2992 pi_value = desired_divisor % iclk_pi_range;
2993
2994 auxdiv = 0;
2995 divsel = msb_divisor_value - 2;
2996 phaseinc = pi_value;
2997 }
2998
2999 /* This should not happen with any sane values */
3000 WARN_ON(SBI_SSCDIVINTPHASE_DIVSEL(divsel) &
3001 ~SBI_SSCDIVINTPHASE_DIVSEL_MASK);
3002 WARN_ON(SBI_SSCDIVINTPHASE_DIR(phasedir) &
3003 ~SBI_SSCDIVINTPHASE_INCVAL_MASK);
3004
3005 DRM_DEBUG_KMS("iCLKIP clock: found settings for %dKHz refresh rate: auxdiv=%x, divsel=%x, phasedir=%x, phaseinc=%x\n",
3006 crtc->mode.clock,
3007 auxdiv,
3008 divsel,
3009 phasedir,
3010 phaseinc);
3011
3012 /* Program SSCDIVINTPHASE6 */
3013 temp = intel_sbi_read(dev_priv, SBI_SSCDIVINTPHASE6);
3014 temp &= ~SBI_SSCDIVINTPHASE_DIVSEL_MASK;
3015 temp |= SBI_SSCDIVINTPHASE_DIVSEL(divsel);
3016 temp &= ~SBI_SSCDIVINTPHASE_INCVAL_MASK;
3017 temp |= SBI_SSCDIVINTPHASE_INCVAL(phaseinc);
3018 temp |= SBI_SSCDIVINTPHASE_DIR(phasedir);
3019 temp |= SBI_SSCDIVINTPHASE_PROPAGATE;
3020
3021 intel_sbi_write(dev_priv,
3022 SBI_SSCDIVINTPHASE6,
3023 temp);
3024
3025 /* Program SSCAUXDIV */
3026 temp = intel_sbi_read(dev_priv, SBI_SSCAUXDIV6);
3027 temp &= ~SBI_SSCAUXDIV_FINALDIV2SEL(1);
3028 temp |= SBI_SSCAUXDIV_FINALDIV2SEL(auxdiv);
3029 intel_sbi_write(dev_priv,
3030 SBI_SSCAUXDIV6,
3031 temp);
3032
3033
3034 /* Enable modulator and associated divider */
3035 temp = intel_sbi_read(dev_priv, SBI_SSCCTL6);
3036 temp &= ~SBI_SSCCTL_DISABLE;
3037 intel_sbi_write(dev_priv,
3038 SBI_SSCCTL6,
3039 temp);
3040
3041 /* Wait for initialization time */
3042 udelay(24);
3043
3044 I915_WRITE(PIXCLK_GATE, PIXCLK_GATE_UNGATE);
3045}
3046
Jesse Barnesf67a5592011-01-05 10:31:48 -08003047/*
3048 * Enable PCH resources required for PCH ports:
3049 * - PCH PLLs
3050 * - FDI training & RX/TX
3051 * - update transcoder timings
3052 * - DP transcoding bits
3053 * - transcoder
3054 */
3055static void ironlake_pch_enable(struct drm_crtc *crtc)
Jesse Barnes79e53942008-11-07 14:24:08 -08003056{
3057 struct drm_device *dev = crtc->dev;
Zhenyu Wang2c072452009-06-05 15:38:42 +08003058 struct drm_i915_private *dev_priv = dev->dev_private;
3059 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
3060 int pipe = intel_crtc->pipe;
Jesse Barnesee7b9f92012-04-20 17:11:53 +01003061 u32 reg, temp;
Jesse Barnes6be4a602010-09-10 10:26:01 -07003062
Chris Wilsone7e164d2012-05-11 09:21:25 +01003063 assert_transcoder_disabled(dev_priv, pipe);
3064
Daniel Vettercd986ab2012-10-26 10:58:12 +02003065 /* Write the TU size bits before fdi link training, so that error
3066 * detection works. */
3067 I915_WRITE(FDI_RX_TUSIZE1(pipe),
3068 I915_READ(PIPE_DATA_M1(pipe)) & TU_SIZE_MASK);
3069
Jesse Barnesc98e9dc2010-09-10 10:57:18 -07003070 /* For PCH output, training FDI link */
Jesse Barnes674cf962011-04-28 14:27:04 -07003071 dev_priv->display.fdi_link_train(crtc);
Jesse Barnes6be4a602010-09-10 10:26:01 -07003072
Daniel Vetter572deb32012-10-27 18:46:14 +02003073 /* XXX: pch pll's can be enabled any time before we enable the PCH
3074 * transcoder, and we actually should do this to not upset any PCH
3075 * transcoder that already use the clock when we share it.
3076 *
3077 * Note that enable_pch_pll tries to do the right thing, but get_pch_pll
3078 * unconditionally resets the pll - we need that to have the right LVDS
3079 * enable sequence. */
Paulo Zanonib6b4e182012-10-31 18:12:38 -02003080 ironlake_enable_pch_pll(intel_crtc);
Chris Wilson6f13b7b2012-05-13 09:54:09 +01003081
Paulo Zanoni303b81e2012-10-31 18:12:23 -02003082 if (HAS_PCH_CPT(dev)) {
Jesse Barnesee7b9f92012-04-20 17:11:53 +01003083 u32 sel;
Jesse Barnes4b645f12011-10-12 09:51:31 -07003084
Jesse Barnesc98e9dc2010-09-10 10:57:18 -07003085 temp = I915_READ(PCH_DPLL_SEL);
Jesse Barnesee7b9f92012-04-20 17:11:53 +01003086 switch (pipe) {
3087 default:
3088 case 0:
3089 temp |= TRANSA_DPLL_ENABLE;
3090 sel = TRANSA_DPLLB_SEL;
3091 break;
3092 case 1:
3093 temp |= TRANSB_DPLL_ENABLE;
3094 sel = TRANSB_DPLLB_SEL;
3095 break;
3096 case 2:
3097 temp |= TRANSC_DPLL_ENABLE;
3098 sel = TRANSC_DPLLB_SEL;
3099 break;
Jesse Barnesd64311a2011-10-12 15:01:33 -07003100 }
Jesse Barnesee7b9f92012-04-20 17:11:53 +01003101 if (intel_crtc->pch_pll->pll_reg == _PCH_DPLL_B)
3102 temp |= sel;
3103 else
3104 temp &= ~sel;
Jesse Barnesc98e9dc2010-09-10 10:57:18 -07003105 I915_WRITE(PCH_DPLL_SEL, temp);
Jesse Barnesc98e9dc2010-09-10 10:57:18 -07003106 }
Jesse Barnesc98e9dc2010-09-10 10:57:18 -07003107
Jesse Barnesd9b6cb52011-01-04 15:09:35 -08003108 /* set transcoder timing, panel must allow it */
3109 assert_panel_unlocked(dev_priv, pipe);
Chris Wilson5eddb702010-09-11 13:48:45 +01003110 I915_WRITE(TRANS_HTOTAL(pipe), I915_READ(HTOTAL(pipe)));
3111 I915_WRITE(TRANS_HBLANK(pipe), I915_READ(HBLANK(pipe)));
3112 I915_WRITE(TRANS_HSYNC(pipe), I915_READ(HSYNC(pipe)));
3113
3114 I915_WRITE(TRANS_VTOTAL(pipe), I915_READ(VTOTAL(pipe)));
3115 I915_WRITE(TRANS_VBLANK(pipe), I915_READ(VBLANK(pipe)));
3116 I915_WRITE(TRANS_VSYNC(pipe), I915_READ(VSYNC(pipe)));
Daniel Vetter0529a0d2012-01-28 14:49:24 +01003117 I915_WRITE(TRANS_VSYNCSHIFT(pipe), I915_READ(VSYNCSHIFT(pipe)));
Jesse Barnesc98e9dc2010-09-10 10:57:18 -07003118
Paulo Zanoni303b81e2012-10-31 18:12:23 -02003119 intel_fdi_normal_train(crtc);
Zhenyu Wang5e84e1a2010-10-28 16:38:08 +08003120
Jesse Barnesc98e9dc2010-09-10 10:57:18 -07003121 /* For PCH DP, enable TRANS_DP_CTL */
3122 if (HAS_PCH_CPT(dev) &&
Keith Packard417e8222011-11-01 19:54:11 -07003123 (intel_pipe_has_type(crtc, INTEL_OUTPUT_DISPLAYPORT) ||
3124 intel_pipe_has_type(crtc, INTEL_OUTPUT_EDP))) {
Jesse Barnes9325c9f2011-06-24 12:19:21 -07003125 u32 bpc = (I915_READ(PIPECONF(pipe)) & PIPE_BPC_MASK) >> 5;
Chris Wilson5eddb702010-09-11 13:48:45 +01003126 reg = TRANS_DP_CTL(pipe);
3127 temp = I915_READ(reg);
3128 temp &= ~(TRANS_DP_PORT_SEL_MASK |
Eric Anholt220cad32010-11-18 09:32:58 +08003129 TRANS_DP_SYNC_MASK |
3130 TRANS_DP_BPC_MASK);
Chris Wilson5eddb702010-09-11 13:48:45 +01003131 temp |= (TRANS_DP_OUTPUT_ENABLE |
3132 TRANS_DP_ENH_FRAMING);
Jesse Barnes9325c9f2011-06-24 12:19:21 -07003133 temp |= bpc << 9; /* same format but at 11:9 */
Jesse Barnesc98e9dc2010-09-10 10:57:18 -07003134
3135 if (crtc->mode.flags & DRM_MODE_FLAG_PHSYNC)
Chris Wilson5eddb702010-09-11 13:48:45 +01003136 temp |= TRANS_DP_HSYNC_ACTIVE_HIGH;
Jesse Barnesc98e9dc2010-09-10 10:57:18 -07003137 if (crtc->mode.flags & DRM_MODE_FLAG_PVSYNC)
Chris Wilson5eddb702010-09-11 13:48:45 +01003138 temp |= TRANS_DP_VSYNC_ACTIVE_HIGH;
Jesse Barnesc98e9dc2010-09-10 10:57:18 -07003139
3140 switch (intel_trans_dp_port_sel(crtc)) {
3141 case PCH_DP_B:
Chris Wilson5eddb702010-09-11 13:48:45 +01003142 temp |= TRANS_DP_PORT_SEL_B;
Jesse Barnesc98e9dc2010-09-10 10:57:18 -07003143 break;
3144 case PCH_DP_C:
Chris Wilson5eddb702010-09-11 13:48:45 +01003145 temp |= TRANS_DP_PORT_SEL_C;
Jesse Barnesc98e9dc2010-09-10 10:57:18 -07003146 break;
3147 case PCH_DP_D:
Chris Wilson5eddb702010-09-11 13:48:45 +01003148 temp |= TRANS_DP_PORT_SEL_D;
Jesse Barnesc98e9dc2010-09-10 10:57:18 -07003149 break;
3150 default:
Daniel Vettere95d41e2012-10-26 10:58:16 +02003151 BUG();
Jesse Barnesc98e9dc2010-09-10 10:57:18 -07003152 }
3153
Chris Wilson5eddb702010-09-11 13:48:45 +01003154 I915_WRITE(reg, temp);
Jesse Barnesc98e9dc2010-09-10 10:57:18 -07003155 }
3156
Paulo Zanonib8a4f402012-10-31 18:12:42 -02003157 ironlake_enable_pch_transcoder(dev_priv, pipe);
Jesse Barnesf67a5592011-01-05 10:31:48 -08003158}
3159
Paulo Zanoni1507e5b2012-10-31 18:12:22 -02003160static void lpt_pch_enable(struct drm_crtc *crtc)
3161{
3162 struct drm_device *dev = crtc->dev;
3163 struct drm_i915_private *dev_priv = dev->dev_private;
3164 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
Paulo Zanonidaed2db2012-10-31 18:12:41 -02003165 enum transcoder cpu_transcoder = intel_crtc->cpu_transcoder;
Paulo Zanoni1507e5b2012-10-31 18:12:22 -02003166
Paulo Zanonidaed2db2012-10-31 18:12:41 -02003167 assert_transcoder_disabled(dev_priv, TRANSCODER_A);
Paulo Zanoni1507e5b2012-10-31 18:12:22 -02003168
Paulo Zanoni8c52b5e2012-10-31 18:12:24 -02003169 lpt_program_iclkip(crtc);
Paulo Zanoni1507e5b2012-10-31 18:12:22 -02003170
Paulo Zanoni0540e482012-10-31 18:12:40 -02003171 /* Set transcoder timing. */
Paulo Zanonidaed2db2012-10-31 18:12:41 -02003172 I915_WRITE(_TRANS_HTOTAL_A, I915_READ(HTOTAL(cpu_transcoder)));
3173 I915_WRITE(_TRANS_HBLANK_A, I915_READ(HBLANK(cpu_transcoder)));
3174 I915_WRITE(_TRANS_HSYNC_A, I915_READ(HSYNC(cpu_transcoder)));
Paulo Zanoni1507e5b2012-10-31 18:12:22 -02003175
Paulo Zanonidaed2db2012-10-31 18:12:41 -02003176 I915_WRITE(_TRANS_VTOTAL_A, I915_READ(VTOTAL(cpu_transcoder)));
3177 I915_WRITE(_TRANS_VBLANK_A, I915_READ(VBLANK(cpu_transcoder)));
3178 I915_WRITE(_TRANS_VSYNC_A, I915_READ(VSYNC(cpu_transcoder)));
3179 I915_WRITE(_TRANS_VSYNCSHIFT_A, I915_READ(VSYNCSHIFT(cpu_transcoder)));
Paulo Zanoni1507e5b2012-10-31 18:12:22 -02003180
Paulo Zanoni937bb612012-10-31 18:12:47 -02003181 lpt_enable_pch_transcoder(dev_priv, cpu_transcoder);
Jesse Barnesf67a5592011-01-05 10:31:48 -08003182}
3183
Jesse Barnesee7b9f92012-04-20 17:11:53 +01003184static void intel_put_pch_pll(struct intel_crtc *intel_crtc)
3185{
3186 struct intel_pch_pll *pll = intel_crtc->pch_pll;
3187
3188 if (pll == NULL)
3189 return;
3190
3191 if (pll->refcount == 0) {
3192 WARN(1, "bad PCH PLL refcount\n");
3193 return;
3194 }
3195
3196 --pll->refcount;
3197 intel_crtc->pch_pll = NULL;
3198}
3199
3200static struct intel_pch_pll *intel_get_pch_pll(struct intel_crtc *intel_crtc, u32 dpll, u32 fp)
3201{
3202 struct drm_i915_private *dev_priv = intel_crtc->base.dev->dev_private;
3203 struct intel_pch_pll *pll;
3204 int i;
3205
3206 pll = intel_crtc->pch_pll;
3207 if (pll) {
3208 DRM_DEBUG_KMS("CRTC:%d reusing existing PCH PLL %x\n",
3209 intel_crtc->base.base.id, pll->pll_reg);
3210 goto prepare;
3211 }
3212
Daniel Vetter98b6bd92012-05-20 20:00:25 +02003213 if (HAS_PCH_IBX(dev_priv->dev)) {
3214 /* Ironlake PCH has a fixed PLL->PCH pipe mapping. */
3215 i = intel_crtc->pipe;
3216 pll = &dev_priv->pch_plls[i];
3217
3218 DRM_DEBUG_KMS("CRTC:%d using pre-allocated PCH PLL %x\n",
3219 intel_crtc->base.base.id, pll->pll_reg);
3220
3221 goto found;
3222 }
3223
Jesse Barnesee7b9f92012-04-20 17:11:53 +01003224 for (i = 0; i < dev_priv->num_pch_pll; i++) {
3225 pll = &dev_priv->pch_plls[i];
3226
3227 /* Only want to check enabled timings first */
3228 if (pll->refcount == 0)
3229 continue;
3230
3231 if (dpll == (I915_READ(pll->pll_reg) & 0x7fffffff) &&
3232 fp == I915_READ(pll->fp0_reg)) {
3233 DRM_DEBUG_KMS("CRTC:%d sharing existing PCH PLL %x (refcount %d, ative %d)\n",
3234 intel_crtc->base.base.id,
3235 pll->pll_reg, pll->refcount, pll->active);
3236
3237 goto found;
3238 }
3239 }
3240
3241 /* Ok no matching timings, maybe there's a free one? */
3242 for (i = 0; i < dev_priv->num_pch_pll; i++) {
3243 pll = &dev_priv->pch_plls[i];
3244 if (pll->refcount == 0) {
3245 DRM_DEBUG_KMS("CRTC:%d allocated PCH PLL %x\n",
3246 intel_crtc->base.base.id, pll->pll_reg);
3247 goto found;
3248 }
3249 }
3250
3251 return NULL;
3252
3253found:
3254 intel_crtc->pch_pll = pll;
3255 pll->refcount++;
3256 DRM_DEBUG_DRIVER("using pll %d for pipe %d\n", i, intel_crtc->pipe);
3257prepare: /* separate function? */
3258 DRM_DEBUG_DRIVER("switching PLL %x off\n", pll->pll_reg);
Jesse Barnesee7b9f92012-04-20 17:11:53 +01003259
Chris Wilsone04c7352012-05-02 20:43:56 +01003260 /* Wait for the clocks to stabilize before rewriting the regs */
3261 I915_WRITE(pll->pll_reg, dpll & ~DPLL_VCO_ENABLE);
Jesse Barnesee7b9f92012-04-20 17:11:53 +01003262 POSTING_READ(pll->pll_reg);
3263 udelay(150);
Chris Wilsone04c7352012-05-02 20:43:56 +01003264
3265 I915_WRITE(pll->fp0_reg, fp);
3266 I915_WRITE(pll->pll_reg, dpll & ~DPLL_VCO_ENABLE);
Jesse Barnesee7b9f92012-04-20 17:11:53 +01003267 pll->on = false;
3268 return pll;
3269}
3270
Jesse Barnesd4270e52011-10-11 10:43:02 -07003271void intel_cpt_verify_modeset(struct drm_device *dev, int pipe)
3272{
3273 struct drm_i915_private *dev_priv = dev->dev_private;
Daniel Vetter23670b322012-11-01 09:15:30 +01003274 int dslreg = PIPEDSL(pipe);
Jesse Barnesd4270e52011-10-11 10:43:02 -07003275 u32 temp;
3276
3277 temp = I915_READ(dslreg);
3278 udelay(500);
3279 if (wait_for(I915_READ(dslreg) != temp, 5)) {
Jesse Barnesd4270e52011-10-11 10:43:02 -07003280 if (wait_for(I915_READ(dslreg) != temp, 5))
3281 DRM_ERROR("mode set failed: pipe %d stuck\n", pipe);
3282 }
3283}
3284
Jesse Barnesf67a5592011-01-05 10:31:48 -08003285static void ironlake_crtc_enable(struct drm_crtc *crtc)
3286{
3287 struct drm_device *dev = crtc->dev;
3288 struct drm_i915_private *dev_priv = dev->dev_private;
3289 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
Daniel Vetteref9c3ae2012-06-29 22:40:09 +02003290 struct intel_encoder *encoder;
Jesse Barnesf67a5592011-01-05 10:31:48 -08003291 int pipe = intel_crtc->pipe;
3292 int plane = intel_crtc->plane;
3293 u32 temp;
3294 bool is_pch_port;
3295
Daniel Vetter08a48462012-07-02 11:43:47 +02003296 WARN_ON(!crtc->enabled);
3297
Jesse Barnesf67a5592011-01-05 10:31:48 -08003298 if (intel_crtc->active)
3299 return;
3300
3301 intel_crtc->active = true;
3302 intel_update_watermarks(dev);
3303
3304 if (intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS)) {
3305 temp = I915_READ(PCH_LVDS);
3306 if ((temp & LVDS_PORT_EN) == 0)
3307 I915_WRITE(PCH_LVDS, temp | LVDS_PORT_EN);
3308 }
3309
Paulo Zanonifc316cb2012-10-25 10:37:43 -02003310 is_pch_port = ironlake_crtc_driving_pch(crtc);
Jesse Barnesf67a5592011-01-05 10:31:48 -08003311
Daniel Vetter46b6f812012-09-06 22:08:33 +02003312 if (is_pch_port) {
Daniel Vetterfff367c2012-10-27 15:50:28 +02003313 /* Note: FDI PLL enabling _must_ be done before we enable the
3314 * cpu pipes, hence this is separate from all the other fdi/pch
3315 * enabling. */
Daniel Vetter88cefb62012-08-12 19:27:14 +02003316 ironlake_fdi_pll_enable(intel_crtc);
Daniel Vetter46b6f812012-09-06 22:08:33 +02003317 } else {
3318 assert_fdi_tx_disabled(dev_priv, pipe);
3319 assert_fdi_rx_disabled(dev_priv, pipe);
3320 }
Jesse Barnesf67a5592011-01-05 10:31:48 -08003321
Daniel Vetterbf49ec82012-09-06 22:15:40 +02003322 for_each_encoder_on_crtc(dev, crtc, encoder)
3323 if (encoder->pre_enable)
3324 encoder->pre_enable(encoder);
Jesse Barnesf67a5592011-01-05 10:31:48 -08003325
3326 /* Enable panel fitting for LVDS */
3327 if (dev_priv->pch_pf_size &&
Jani Nikula547dc042012-11-02 11:24:03 +02003328 (intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS) ||
3329 intel_pipe_has_type(crtc, INTEL_OUTPUT_EDP))) {
Jesse Barnesf67a5592011-01-05 10:31:48 -08003330 /* Force use of hard-coded filter coefficients
3331 * as some pre-programmed values are broken,
3332 * e.g. x201.
3333 */
Paulo Zanoni13888d72012-11-20 13:27:41 -02003334 if (IS_IVYBRIDGE(dev))
3335 I915_WRITE(PF_CTL(pipe), PF_ENABLE | PF_FILTER_MED_3x3 |
3336 PF_PIPE_SEL_IVB(pipe));
3337 else
3338 I915_WRITE(PF_CTL(pipe), PF_ENABLE | PF_FILTER_MED_3x3);
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08003339 I915_WRITE(PF_WIN_POS(pipe), dev_priv->pch_pf_pos);
3340 I915_WRITE(PF_WIN_SZ(pipe), dev_priv->pch_pf_size);
Jesse Barnesf67a5592011-01-05 10:31:48 -08003341 }
3342
Jesse Barnes9c54c0d2011-06-15 23:32:33 +02003343 /*
3344 * On ILK+ LUT must be loaded before the pipe is running but with
3345 * clocks enabled
3346 */
3347 intel_crtc_load_lut(crtc);
3348
Jesse Barnesf67a5592011-01-05 10:31:48 -08003349 intel_enable_pipe(dev_priv, pipe, is_pch_port);
3350 intel_enable_plane(dev_priv, plane, pipe);
3351
3352 if (is_pch_port)
3353 ironlake_pch_enable(crtc);
Jesse Barnes6be4a602010-09-10 10:26:01 -07003354
Ben Widawskyd1ebd8162011-04-25 20:11:50 +01003355 mutex_lock(&dev->struct_mutex);
Chris Wilsonbed4a672010-09-11 10:47:47 +01003356 intel_update_fbc(dev);
Ben Widawskyd1ebd8162011-04-25 20:11:50 +01003357 mutex_unlock(&dev->struct_mutex);
3358
Chris Wilson6b383a72010-09-13 13:54:26 +01003359 intel_crtc_update_cursor(crtc, true);
Daniel Vetteref9c3ae2012-06-29 22:40:09 +02003360
Daniel Vetterfa5c73b2012-07-01 23:24:36 +02003361 for_each_encoder_on_crtc(dev, crtc, encoder)
3362 encoder->enable(encoder);
Daniel Vetter61b77dd2012-07-02 00:16:19 +02003363
3364 if (HAS_PCH_CPT(dev))
3365 intel_cpt_verify_modeset(dev, intel_crtc->pipe);
Daniel Vetter6ce94102012-10-04 19:20:03 +02003366
3367 /*
3368 * There seems to be a race in PCH platform hw (at least on some
3369 * outputs) where an enabled pipe still completes any pageflip right
3370 * away (as if the pipe is off) instead of waiting for vblank. As soon
3371 * as the first vblank happend, everything works as expected. Hence just
3372 * wait for one vblank before returning to avoid strange things
3373 * happening.
3374 */
3375 intel_wait_for_vblank(dev, intel_crtc->pipe);
Jesse Barnes6be4a602010-09-10 10:26:01 -07003376}
3377
Paulo Zanoni4f771f12012-10-23 18:29:51 -02003378static void haswell_crtc_enable(struct drm_crtc *crtc)
3379{
3380 struct drm_device *dev = crtc->dev;
3381 struct drm_i915_private *dev_priv = dev->dev_private;
3382 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
3383 struct intel_encoder *encoder;
3384 int pipe = intel_crtc->pipe;
3385 int plane = intel_crtc->plane;
Paulo Zanoni4f771f12012-10-23 18:29:51 -02003386 bool is_pch_port;
3387
3388 WARN_ON(!crtc->enabled);
3389
3390 if (intel_crtc->active)
3391 return;
3392
3393 intel_crtc->active = true;
3394 intel_update_watermarks(dev);
3395
Paulo Zanonifc316cb2012-10-25 10:37:43 -02003396 is_pch_port = haswell_crtc_driving_pch(crtc);
Paulo Zanoni4f771f12012-10-23 18:29:51 -02003397
Paulo Zanoni83616632012-10-23 18:29:54 -02003398 if (is_pch_port)
Paulo Zanoni04945642012-11-01 21:00:59 -02003399 dev_priv->display.fdi_link_train(crtc);
Paulo Zanoni4f771f12012-10-23 18:29:51 -02003400
3401 for_each_encoder_on_crtc(dev, crtc, encoder)
3402 if (encoder->pre_enable)
3403 encoder->pre_enable(encoder);
3404
Paulo Zanoni1f544382012-10-24 11:32:00 -02003405 intel_ddi_enable_pipe_clock(intel_crtc);
Paulo Zanoni4f771f12012-10-23 18:29:51 -02003406
Paulo Zanoni1f544382012-10-24 11:32:00 -02003407 /* Enable panel fitting for eDP */
Jani Nikula547dc042012-11-02 11:24:03 +02003408 if (dev_priv->pch_pf_size &&
3409 intel_pipe_has_type(crtc, INTEL_OUTPUT_EDP)) {
Paulo Zanoni4f771f12012-10-23 18:29:51 -02003410 /* Force use of hard-coded filter coefficients
3411 * as some pre-programmed values are broken,
3412 * e.g. x201.
3413 */
Paulo Zanoni54075a72012-11-20 13:27:42 -02003414 I915_WRITE(PF_CTL(pipe), PF_ENABLE | PF_FILTER_MED_3x3 |
3415 PF_PIPE_SEL_IVB(pipe));
Paulo Zanoni4f771f12012-10-23 18:29:51 -02003416 I915_WRITE(PF_WIN_POS(pipe), dev_priv->pch_pf_pos);
3417 I915_WRITE(PF_WIN_SZ(pipe), dev_priv->pch_pf_size);
3418 }
3419
3420 /*
3421 * On ILK+ LUT must be loaded before the pipe is running but with
3422 * clocks enabled
3423 */
3424 intel_crtc_load_lut(crtc);
3425
Paulo Zanoni1f544382012-10-24 11:32:00 -02003426 intel_ddi_set_pipe_settings(crtc);
3427 intel_ddi_enable_pipe_func(crtc);
Paulo Zanoni4f771f12012-10-23 18:29:51 -02003428
3429 intel_enable_pipe(dev_priv, pipe, is_pch_port);
3430 intel_enable_plane(dev_priv, plane, pipe);
3431
3432 if (is_pch_port)
Paulo Zanoni1507e5b2012-10-31 18:12:22 -02003433 lpt_pch_enable(crtc);
Paulo Zanoni4f771f12012-10-23 18:29:51 -02003434
3435 mutex_lock(&dev->struct_mutex);
3436 intel_update_fbc(dev);
3437 mutex_unlock(&dev->struct_mutex);
3438
3439 intel_crtc_update_cursor(crtc, true);
3440
3441 for_each_encoder_on_crtc(dev, crtc, encoder)
3442 encoder->enable(encoder);
3443
Paulo Zanoni4f771f12012-10-23 18:29:51 -02003444 /*
3445 * There seems to be a race in PCH platform hw (at least on some
3446 * outputs) where an enabled pipe still completes any pageflip right
3447 * away (as if the pipe is off) instead of waiting for vblank. As soon
3448 * as the first vblank happend, everything works as expected. Hence just
3449 * wait for one vblank before returning to avoid strange things
3450 * happening.
3451 */
3452 intel_wait_for_vblank(dev, intel_crtc->pipe);
3453}
3454
Jesse Barnes6be4a602010-09-10 10:26:01 -07003455static void ironlake_crtc_disable(struct drm_crtc *crtc)
3456{
3457 struct drm_device *dev = crtc->dev;
3458 struct drm_i915_private *dev_priv = dev->dev_private;
3459 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
Daniel Vetteref9c3ae2012-06-29 22:40:09 +02003460 struct intel_encoder *encoder;
Jesse Barnes6be4a602010-09-10 10:26:01 -07003461 int pipe = intel_crtc->pipe;
3462 int plane = intel_crtc->plane;
Chris Wilson5eddb702010-09-11 13:48:45 +01003463 u32 reg, temp;
Jesse Barnes6be4a602010-09-10 10:26:01 -07003464
Daniel Vetteref9c3ae2012-06-29 22:40:09 +02003465
Chris Wilsonf7abfe82010-09-13 14:19:16 +01003466 if (!intel_crtc->active)
3467 return;
3468
Daniel Vetterea9d7582012-07-10 10:42:52 +02003469 for_each_encoder_on_crtc(dev, crtc, encoder)
3470 encoder->disable(encoder);
3471
Chris Wilsone6c3a2a2010-09-23 23:04:43 +01003472 intel_crtc_wait_for_pending_flips(crtc);
Jesse Barnes6be4a602010-09-10 10:26:01 -07003473 drm_vblank_off(dev, pipe);
Chris Wilson6b383a72010-09-13 13:54:26 +01003474 intel_crtc_update_cursor(crtc, false);
Chris Wilson5eddb702010-09-11 13:48:45 +01003475
Jesse Barnesb24e7172011-01-04 15:09:30 -08003476 intel_disable_plane(dev_priv, plane, pipe);
Jesse Barnes6be4a602010-09-10 10:26:01 -07003477
Chris Wilson973d04f2011-07-08 12:22:37 +01003478 if (dev_priv->cfb_plane == plane)
3479 intel_disable_fbc(dev);
Jesse Barnes6be4a602010-09-10 10:26:01 -07003480
Jesse Barnesb24e7172011-01-04 15:09:30 -08003481 intel_disable_pipe(dev_priv, pipe);
Jesse Barnes6be4a602010-09-10 10:26:01 -07003482
Jesse Barnes6be4a602010-09-10 10:26:01 -07003483 /* Disable PF */
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08003484 I915_WRITE(PF_CTL(pipe), 0);
3485 I915_WRITE(PF_WIN_SZ(pipe), 0);
Jesse Barnes6be4a602010-09-10 10:26:01 -07003486
Daniel Vetterbf49ec82012-09-06 22:15:40 +02003487 for_each_encoder_on_crtc(dev, crtc, encoder)
3488 if (encoder->post_disable)
3489 encoder->post_disable(encoder);
Jesse Barnes6be4a602010-09-10 10:26:01 -07003490
Chris Wilson5eddb702010-09-11 13:48:45 +01003491 ironlake_fdi_disable(crtc);
Jesse Barnes6be4a602010-09-10 10:26:01 -07003492
Paulo Zanonib8a4f402012-10-31 18:12:42 -02003493 ironlake_disable_pch_transcoder(dev_priv, pipe);
Jesse Barnes6be4a602010-09-10 10:26:01 -07003494
3495 if (HAS_PCH_CPT(dev)) {
3496 /* disable TRANS_DP_CTL */
Chris Wilson5eddb702010-09-11 13:48:45 +01003497 reg = TRANS_DP_CTL(pipe);
3498 temp = I915_READ(reg);
3499 temp &= ~(TRANS_DP_OUTPUT_ENABLE | TRANS_DP_PORT_SEL_MASK);
Eric Anholtcb3543c2011-02-02 12:08:07 -08003500 temp |= TRANS_DP_PORT_SEL_NONE;
Chris Wilson5eddb702010-09-11 13:48:45 +01003501 I915_WRITE(reg, temp);
Jesse Barnes6be4a602010-09-10 10:26:01 -07003502
3503 /* disable DPLL_SEL */
3504 temp = I915_READ(PCH_DPLL_SEL);
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08003505 switch (pipe) {
3506 case 0:
Jesse Barnesd64311a2011-10-12 15:01:33 -07003507 temp &= ~(TRANSA_DPLL_ENABLE | TRANSA_DPLLB_SEL);
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08003508 break;
3509 case 1:
Jesse Barnes6be4a602010-09-10 10:26:01 -07003510 temp &= ~(TRANSB_DPLL_ENABLE | TRANSB_DPLLB_SEL);
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08003511 break;
3512 case 2:
Jesse Barnes4b645f12011-10-12 09:51:31 -07003513 /* C shares PLL A or B */
Jesse Barnesd64311a2011-10-12 15:01:33 -07003514 temp &= ~(TRANSC_DPLL_ENABLE | TRANSC_DPLLB_SEL);
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08003515 break;
3516 default:
3517 BUG(); /* wtf */
3518 }
Jesse Barnes6be4a602010-09-10 10:26:01 -07003519 I915_WRITE(PCH_DPLL_SEL, temp);
Jesse Barnes6be4a602010-09-10 10:26:01 -07003520 }
3521
3522 /* disable PCH DPLL */
Jesse Barnesee7b9f92012-04-20 17:11:53 +01003523 intel_disable_pch_pll(intel_crtc);
Jesse Barnes6be4a602010-09-10 10:26:01 -07003524
Daniel Vetter88cefb62012-08-12 19:27:14 +02003525 ironlake_fdi_pll_disable(intel_crtc);
Chris Wilson6b383a72010-09-13 13:54:26 +01003526
Chris Wilsonf7abfe82010-09-13 14:19:16 +01003527 intel_crtc->active = false;
Chris Wilson6b383a72010-09-13 13:54:26 +01003528 intel_update_watermarks(dev);
Ben Widawskyd1ebd8162011-04-25 20:11:50 +01003529
3530 mutex_lock(&dev->struct_mutex);
Chris Wilson6b383a72010-09-13 13:54:26 +01003531 intel_update_fbc(dev);
Ben Widawskyd1ebd8162011-04-25 20:11:50 +01003532 mutex_unlock(&dev->struct_mutex);
Jesse Barnes6be4a602010-09-10 10:26:01 -07003533}
3534
Paulo Zanoni4f771f12012-10-23 18:29:51 -02003535static void haswell_crtc_disable(struct drm_crtc *crtc)
3536{
3537 struct drm_device *dev = crtc->dev;
3538 struct drm_i915_private *dev_priv = dev->dev_private;
3539 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
3540 struct intel_encoder *encoder;
3541 int pipe = intel_crtc->pipe;
3542 int plane = intel_crtc->plane;
Paulo Zanoniad80a812012-10-24 16:06:19 -02003543 enum transcoder cpu_transcoder = intel_crtc->cpu_transcoder;
Paulo Zanoni83616632012-10-23 18:29:54 -02003544 bool is_pch_port;
Paulo Zanoni4f771f12012-10-23 18:29:51 -02003545
3546 if (!intel_crtc->active)
3547 return;
3548
Paulo Zanoni83616632012-10-23 18:29:54 -02003549 is_pch_port = haswell_crtc_driving_pch(crtc);
3550
Paulo Zanoni4f771f12012-10-23 18:29:51 -02003551 for_each_encoder_on_crtc(dev, crtc, encoder)
3552 encoder->disable(encoder);
3553
3554 intel_crtc_wait_for_pending_flips(crtc);
3555 drm_vblank_off(dev, pipe);
3556 intel_crtc_update_cursor(crtc, false);
3557
3558 intel_disable_plane(dev_priv, plane, pipe);
3559
3560 if (dev_priv->cfb_plane == plane)
3561 intel_disable_fbc(dev);
3562
3563 intel_disable_pipe(dev_priv, pipe);
3564
Paulo Zanoniad80a812012-10-24 16:06:19 -02003565 intel_ddi_disable_transcoder_func(dev_priv, cpu_transcoder);
Paulo Zanoni4f771f12012-10-23 18:29:51 -02003566
3567 /* Disable PF */
3568 I915_WRITE(PF_CTL(pipe), 0);
3569 I915_WRITE(PF_WIN_SZ(pipe), 0);
3570
Paulo Zanoni1f544382012-10-24 11:32:00 -02003571 intel_ddi_disable_pipe_clock(intel_crtc);
Paulo Zanoni4f771f12012-10-23 18:29:51 -02003572
3573 for_each_encoder_on_crtc(dev, crtc, encoder)
3574 if (encoder->post_disable)
3575 encoder->post_disable(encoder);
3576
Paulo Zanoni83616632012-10-23 18:29:54 -02003577 if (is_pch_port) {
Paulo Zanoniab4d9662012-10-31 18:12:55 -02003578 lpt_disable_pch_transcoder(dev_priv);
Paulo Zanoni1ad960f2012-11-01 21:05:05 -02003579 intel_ddi_fdi_disable(crtc);
Paulo Zanoni83616632012-10-23 18:29:54 -02003580 }
Paulo Zanoni4f771f12012-10-23 18:29:51 -02003581
3582 intel_crtc->active = false;
3583 intel_update_watermarks(dev);
3584
3585 mutex_lock(&dev->struct_mutex);
3586 intel_update_fbc(dev);
3587 mutex_unlock(&dev->struct_mutex);
3588}
3589
Jesse Barnesee7b9f92012-04-20 17:11:53 +01003590static void ironlake_crtc_off(struct drm_crtc *crtc)
3591{
3592 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
3593 intel_put_pch_pll(intel_crtc);
3594}
3595
Paulo Zanoni6441ab52012-10-05 12:05:58 -03003596static void haswell_crtc_off(struct drm_crtc *crtc)
3597{
Paulo Zanonia5c961d2012-10-24 15:59:34 -02003598 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
3599
3600 /* Stop saying we're using TRANSCODER_EDP because some other CRTC might
3601 * start using it. */
Daniel Vetter1a240d42012-11-29 22:18:51 +01003602 intel_crtc->cpu_transcoder = (enum transcoder) intel_crtc->pipe;
Paulo Zanonia5c961d2012-10-24 15:59:34 -02003603
Paulo Zanoni6441ab52012-10-05 12:05:58 -03003604 intel_ddi_put_crtc_pll(crtc);
3605}
3606
Daniel Vetter02e792f2009-09-15 22:57:34 +02003607static void intel_crtc_dpms_overlay(struct intel_crtc *intel_crtc, bool enable)
3608{
Daniel Vetter02e792f2009-09-15 22:57:34 +02003609 if (!enable && intel_crtc->overlay) {
Chris Wilson23f09ce2010-08-12 13:53:37 +01003610 struct drm_device *dev = intel_crtc->base.dev;
Chris Wilsonce453d82011-02-21 14:43:56 +00003611 struct drm_i915_private *dev_priv = dev->dev_private;
Daniel Vetter03f77ea2009-09-15 22:57:37 +02003612
Chris Wilson23f09ce2010-08-12 13:53:37 +01003613 mutex_lock(&dev->struct_mutex);
Chris Wilsonce453d82011-02-21 14:43:56 +00003614 dev_priv->mm.interruptible = false;
3615 (void) intel_overlay_switch_off(intel_crtc->overlay);
3616 dev_priv->mm.interruptible = true;
Chris Wilson23f09ce2010-08-12 13:53:37 +01003617 mutex_unlock(&dev->struct_mutex);
Daniel Vetter02e792f2009-09-15 22:57:34 +02003618 }
Daniel Vetter02e792f2009-09-15 22:57:34 +02003619
Chris Wilson5dcdbcb2010-08-12 13:50:28 +01003620 /* Let userspace switch the overlay on again. In most cases userspace
3621 * has to recompute where to put it anyway.
3622 */
Daniel Vetter02e792f2009-09-15 22:57:34 +02003623}
3624
Jesse Barnes0b8765c62010-09-10 10:31:34 -07003625static void i9xx_crtc_enable(struct drm_crtc *crtc)
Zhenyu Wang2c072452009-06-05 15:38:42 +08003626{
3627 struct drm_device *dev = crtc->dev;
Jesse Barnes79e53942008-11-07 14:24:08 -08003628 struct drm_i915_private *dev_priv = dev->dev_private;
3629 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
Daniel Vetteref9c3ae2012-06-29 22:40:09 +02003630 struct intel_encoder *encoder;
Jesse Barnes79e53942008-11-07 14:24:08 -08003631 int pipe = intel_crtc->pipe;
Jesse Barnes80824002009-09-10 15:28:06 -07003632 int plane = intel_crtc->plane;
Jesse Barnes79e53942008-11-07 14:24:08 -08003633
Daniel Vetter08a48462012-07-02 11:43:47 +02003634 WARN_ON(!crtc->enabled);
3635
Chris Wilsonf7abfe82010-09-13 14:19:16 +01003636 if (intel_crtc->active)
3637 return;
3638
3639 intel_crtc->active = true;
Chris Wilson6b383a72010-09-13 13:54:26 +01003640 intel_update_watermarks(dev);
3641
Jesse Barnes63d7bbe2011-01-04 15:09:33 -08003642 intel_enable_pll(dev_priv, pipe);
Jesse Barnes040484a2011-01-03 12:14:26 -08003643 intel_enable_pipe(dev_priv, pipe, false);
Jesse Barnesb24e7172011-01-04 15:09:30 -08003644 intel_enable_plane(dev_priv, plane, pipe);
Jesse Barnes0b8765c62010-09-10 10:31:34 -07003645
3646 intel_crtc_load_lut(crtc);
Chris Wilsonbed4a672010-09-11 10:47:47 +01003647 intel_update_fbc(dev);
Jesse Barnes0b8765c62010-09-10 10:31:34 -07003648
3649 /* Give the overlay scaler a chance to enable if it's on this pipe */
3650 intel_crtc_dpms_overlay(intel_crtc, true);
Chris Wilson6b383a72010-09-13 13:54:26 +01003651 intel_crtc_update_cursor(crtc, true);
Daniel Vetteref9c3ae2012-06-29 22:40:09 +02003652
Daniel Vetterfa5c73b2012-07-01 23:24:36 +02003653 for_each_encoder_on_crtc(dev, crtc, encoder)
3654 encoder->enable(encoder);
Jesse Barnes0b8765c62010-09-10 10:31:34 -07003655}
3656
3657static void i9xx_crtc_disable(struct drm_crtc *crtc)
3658{
3659 struct drm_device *dev = crtc->dev;
3660 struct drm_i915_private *dev_priv = dev->dev_private;
3661 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
Daniel Vetteref9c3ae2012-06-29 22:40:09 +02003662 struct intel_encoder *encoder;
Jesse Barnes0b8765c62010-09-10 10:31:34 -07003663 int pipe = intel_crtc->pipe;
3664 int plane = intel_crtc->plane;
Jesse Barnes0b8765c62010-09-10 10:31:34 -07003665
Daniel Vetteref9c3ae2012-06-29 22:40:09 +02003666
Chris Wilsonf7abfe82010-09-13 14:19:16 +01003667 if (!intel_crtc->active)
3668 return;
3669
Daniel Vetterea9d7582012-07-10 10:42:52 +02003670 for_each_encoder_on_crtc(dev, crtc, encoder)
3671 encoder->disable(encoder);
3672
Jesse Barnes0b8765c62010-09-10 10:31:34 -07003673 /* Give the overlay scaler a chance to disable if it's on this pipe */
Chris Wilsone6c3a2a2010-09-23 23:04:43 +01003674 intel_crtc_wait_for_pending_flips(crtc);
3675 drm_vblank_off(dev, pipe);
Jesse Barnes0b8765c62010-09-10 10:31:34 -07003676 intel_crtc_dpms_overlay(intel_crtc, false);
Chris Wilson6b383a72010-09-13 13:54:26 +01003677 intel_crtc_update_cursor(crtc, false);
Jesse Barnes0b8765c62010-09-10 10:31:34 -07003678
Chris Wilson973d04f2011-07-08 12:22:37 +01003679 if (dev_priv->cfb_plane == plane)
3680 intel_disable_fbc(dev);
Jesse Barnes0b8765c62010-09-10 10:31:34 -07003681
Jesse Barnesb24e7172011-01-04 15:09:30 -08003682 intel_disable_plane(dev_priv, plane, pipe);
Jesse Barnesb24e7172011-01-04 15:09:30 -08003683 intel_disable_pipe(dev_priv, pipe);
Jesse Barnes63d7bbe2011-01-04 15:09:33 -08003684 intel_disable_pll(dev_priv, pipe);
Jesse Barnes0b8765c62010-09-10 10:31:34 -07003685
Chris Wilsonf7abfe82010-09-13 14:19:16 +01003686 intel_crtc->active = false;
Chris Wilson6b383a72010-09-13 13:54:26 +01003687 intel_update_fbc(dev);
3688 intel_update_watermarks(dev);
Jesse Barnes0b8765c62010-09-10 10:31:34 -07003689}
3690
Jesse Barnesee7b9f92012-04-20 17:11:53 +01003691static void i9xx_crtc_off(struct drm_crtc *crtc)
3692{
3693}
3694
Daniel Vetter976f8a22012-07-08 22:34:21 +02003695static void intel_crtc_update_sarea(struct drm_crtc *crtc,
3696 bool enabled)
Zhenyu Wang2c072452009-06-05 15:38:42 +08003697{
3698 struct drm_device *dev = crtc->dev;
3699 struct drm_i915_master_private *master_priv;
3700 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
3701 int pipe = intel_crtc->pipe;
Jesse Barnes79e53942008-11-07 14:24:08 -08003702
3703 if (!dev->primary->master)
3704 return;
3705
3706 master_priv = dev->primary->master->driver_priv;
3707 if (!master_priv->sarea_priv)
3708 return;
3709
Jesse Barnes79e53942008-11-07 14:24:08 -08003710 switch (pipe) {
3711 case 0:
3712 master_priv->sarea_priv->pipeA_w = enabled ? crtc->mode.hdisplay : 0;
3713 master_priv->sarea_priv->pipeA_h = enabled ? crtc->mode.vdisplay : 0;
3714 break;
3715 case 1:
3716 master_priv->sarea_priv->pipeB_w = enabled ? crtc->mode.hdisplay : 0;
3717 master_priv->sarea_priv->pipeB_h = enabled ? crtc->mode.vdisplay : 0;
3718 break;
3719 default:
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08003720 DRM_ERROR("Can't update pipe %c in SAREA\n", pipe_name(pipe));
Jesse Barnes79e53942008-11-07 14:24:08 -08003721 break;
3722 }
Jesse Barnes79e53942008-11-07 14:24:08 -08003723}
3724
Daniel Vetter976f8a22012-07-08 22:34:21 +02003725/**
3726 * Sets the power management mode of the pipe and plane.
3727 */
3728void intel_crtc_update_dpms(struct drm_crtc *crtc)
Chris Wilsoncdd59982010-09-08 16:30:16 +01003729{
Chris Wilsoncdd59982010-09-08 16:30:16 +01003730 struct drm_device *dev = crtc->dev;
Jesse Barnesee7b9f92012-04-20 17:11:53 +01003731 struct drm_i915_private *dev_priv = dev->dev_private;
Daniel Vetter976f8a22012-07-08 22:34:21 +02003732 struct intel_encoder *intel_encoder;
3733 bool enable = false;
Chris Wilsoncdd59982010-09-08 16:30:16 +01003734
Daniel Vetter976f8a22012-07-08 22:34:21 +02003735 for_each_encoder_on_crtc(dev, crtc, intel_encoder)
3736 enable |= intel_encoder->connectors_active;
3737
3738 if (enable)
3739 dev_priv->display.crtc_enable(crtc);
3740 else
3741 dev_priv->display.crtc_disable(crtc);
3742
3743 intel_crtc_update_sarea(crtc, enable);
3744}
3745
3746static void intel_crtc_noop(struct drm_crtc *crtc)
3747{
3748}
3749
3750static void intel_crtc_disable(struct drm_crtc *crtc)
3751{
3752 struct drm_device *dev = crtc->dev;
3753 struct drm_connector *connector;
3754 struct drm_i915_private *dev_priv = dev->dev_private;
3755
3756 /* crtc should still be enabled when we disable it. */
3757 WARN_ON(!crtc->enabled);
3758
3759 dev_priv->display.crtc_disable(crtc);
3760 intel_crtc_update_sarea(crtc, false);
Jesse Barnesee7b9f92012-04-20 17:11:53 +01003761 dev_priv->display.off(crtc);
3762
Chris Wilson931872f2012-01-16 23:01:13 +00003763 assert_plane_disabled(dev->dev_private, to_intel_crtc(crtc)->plane);
3764 assert_pipe_disabled(dev->dev_private, to_intel_crtc(crtc)->pipe);
Chris Wilsoncdd59982010-09-08 16:30:16 +01003765
3766 if (crtc->fb) {
3767 mutex_lock(&dev->struct_mutex);
Chris Wilson1690e1e2011-12-14 13:57:08 +01003768 intel_unpin_fb_obj(to_intel_framebuffer(crtc->fb)->obj);
Chris Wilsoncdd59982010-09-08 16:30:16 +01003769 mutex_unlock(&dev->struct_mutex);
Daniel Vetter976f8a22012-07-08 22:34:21 +02003770 crtc->fb = NULL;
3771 }
3772
3773 /* Update computed state. */
3774 list_for_each_entry(connector, &dev->mode_config.connector_list, head) {
3775 if (!connector->encoder || !connector->encoder->crtc)
3776 continue;
3777
3778 if (connector->encoder->crtc != crtc)
3779 continue;
3780
3781 connector->dpms = DRM_MODE_DPMS_OFF;
3782 to_intel_encoder(connector->encoder)->connectors_active = false;
Chris Wilsoncdd59982010-09-08 16:30:16 +01003783 }
3784}
3785
Daniel Vettera261b242012-07-26 19:21:47 +02003786void intel_modeset_disable(struct drm_device *dev)
Jesse Barnes79e53942008-11-07 14:24:08 -08003787{
Daniel Vettera261b242012-07-26 19:21:47 +02003788 struct drm_crtc *crtc;
3789
3790 list_for_each_entry(crtc, &dev->mode_config.crtc_list, head) {
3791 if (crtc->enabled)
3792 intel_crtc_disable(crtc);
3793 }
Jesse Barnes79e53942008-11-07 14:24:08 -08003794}
3795
Daniel Vetter1f703852012-07-11 16:51:39 +02003796void intel_encoder_noop(struct drm_encoder *encoder)
Jesse Barnes79e53942008-11-07 14:24:08 -08003797{
Jesse Barnes79e53942008-11-07 14:24:08 -08003798}
3799
Chris Wilsonea5b2132010-08-04 13:50:23 +01003800void intel_encoder_destroy(struct drm_encoder *encoder)
3801{
Chris Wilson4ef69c72010-09-09 15:14:28 +01003802 struct intel_encoder *intel_encoder = to_intel_encoder(encoder);
Chris Wilsonea5b2132010-08-04 13:50:23 +01003803
Chris Wilsonea5b2132010-08-04 13:50:23 +01003804 drm_encoder_cleanup(encoder);
3805 kfree(intel_encoder);
3806}
3807
Daniel Vetter5ab432e2012-06-30 08:59:56 +02003808/* Simple dpms helper for encodres with just one connector, no cloning and only
3809 * one kind of off state. It clamps all !ON modes to fully OFF and changes the
3810 * state of the entire output pipe. */
3811void intel_encoder_dpms(struct intel_encoder *encoder, int mode)
3812{
3813 if (mode == DRM_MODE_DPMS_ON) {
3814 encoder->connectors_active = true;
3815
Daniel Vetterb2cabb02012-07-01 22:42:24 +02003816 intel_crtc_update_dpms(encoder->base.crtc);
Daniel Vetter5ab432e2012-06-30 08:59:56 +02003817 } else {
3818 encoder->connectors_active = false;
3819
Daniel Vetterb2cabb02012-07-01 22:42:24 +02003820 intel_crtc_update_dpms(encoder->base.crtc);
Daniel Vetter5ab432e2012-06-30 08:59:56 +02003821 }
3822}
3823
Daniel Vetter0a91ca22012-07-02 21:54:27 +02003824/* Cross check the actual hw state with our own modeset state tracking (and it's
3825 * internal consistency). */
Daniel Vetterb9805142012-08-31 17:37:33 +02003826static void intel_connector_check_state(struct intel_connector *connector)
Daniel Vetter0a91ca22012-07-02 21:54:27 +02003827{
3828 if (connector->get_hw_state(connector)) {
3829 struct intel_encoder *encoder = connector->encoder;
3830 struct drm_crtc *crtc;
3831 bool encoder_enabled;
3832 enum pipe pipe;
3833
3834 DRM_DEBUG_KMS("[CONNECTOR:%d:%s]\n",
3835 connector->base.base.id,
3836 drm_get_connector_name(&connector->base));
3837
3838 WARN(connector->base.dpms == DRM_MODE_DPMS_OFF,
3839 "wrong connector dpms state\n");
3840 WARN(connector->base.encoder != &encoder->base,
3841 "active connector not linked to encoder\n");
3842 WARN(!encoder->connectors_active,
3843 "encoder->connectors_active not set\n");
3844
3845 encoder_enabled = encoder->get_hw_state(encoder, &pipe);
3846 WARN(!encoder_enabled, "encoder not enabled\n");
3847 if (WARN_ON(!encoder->base.crtc))
3848 return;
3849
3850 crtc = encoder->base.crtc;
3851
3852 WARN(!crtc->enabled, "crtc not enabled\n");
3853 WARN(!to_intel_crtc(crtc)->active, "crtc not active\n");
3854 WARN(pipe != to_intel_crtc(crtc)->pipe,
3855 "encoder active on the wrong pipe\n");
3856 }
3857}
3858
Daniel Vetter5ab432e2012-06-30 08:59:56 +02003859/* Even simpler default implementation, if there's really no special case to
3860 * consider. */
3861void intel_connector_dpms(struct drm_connector *connector, int mode)
3862{
3863 struct intel_encoder *encoder = intel_attached_encoder(connector);
3864
3865 /* All the simple cases only support two dpms states. */
3866 if (mode != DRM_MODE_DPMS_ON)
3867 mode = DRM_MODE_DPMS_OFF;
3868
3869 if (mode == connector->dpms)
3870 return;
3871
3872 connector->dpms = mode;
3873
3874 /* Only need to change hw state when actually enabled */
3875 if (encoder->base.crtc)
3876 intel_encoder_dpms(encoder, mode);
3877 else
Daniel Vetter8af6cf82012-07-10 09:50:11 +02003878 WARN_ON(encoder->connectors_active != false);
Daniel Vetter0a91ca22012-07-02 21:54:27 +02003879
Daniel Vetterb9805142012-08-31 17:37:33 +02003880 intel_modeset_check_state(connector->dev);
Daniel Vetter5ab432e2012-06-30 08:59:56 +02003881}
3882
Daniel Vetterf0947c32012-07-02 13:10:34 +02003883/* Simple connector->get_hw_state implementation for encoders that support only
3884 * one connector and no cloning and hence the encoder state determines the state
3885 * of the connector. */
3886bool intel_connector_get_hw_state(struct intel_connector *connector)
3887{
Daniel Vetter24929352012-07-02 20:28:59 +02003888 enum pipe pipe = 0;
Daniel Vetterf0947c32012-07-02 13:10:34 +02003889 struct intel_encoder *encoder = connector->encoder;
3890
3891 return encoder->get_hw_state(encoder, &pipe);
3892}
3893
Jesse Barnes79e53942008-11-07 14:24:08 -08003894static bool intel_crtc_mode_fixup(struct drm_crtc *crtc,
Daniel Vetter35313cd2012-07-20 10:30:45 +02003895 const struct drm_display_mode *mode,
Jesse Barnes79e53942008-11-07 14:24:08 -08003896 struct drm_display_mode *adjusted_mode)
3897{
Zhenyu Wang2c072452009-06-05 15:38:42 +08003898 struct drm_device *dev = crtc->dev;
Chris Wilson89749352010-09-12 18:25:19 +01003899
Eric Anholtbad720f2009-10-22 16:11:14 -07003900 if (HAS_PCH_SPLIT(dev)) {
Zhenyu Wang2c072452009-06-05 15:38:42 +08003901 /* FDI link clock is fixed at 2.7G */
Jesse Barnes2377b742010-07-07 14:06:43 -07003902 if (mode->clock * 3 > IRONLAKE_FDI_FREQ * 4)
3903 return false;
Zhenyu Wang2c072452009-06-05 15:38:42 +08003904 }
Chris Wilson89749352010-09-12 18:25:19 +01003905
Daniel Vetterf9bef082012-04-15 19:53:19 +02003906 /* All interlaced capable intel hw wants timings in frames. Note though
3907 * that intel_lvds_mode_fixup does some funny tricks with the crtc
3908 * timings, so we need to be careful not to clobber these.*/
3909 if (!(adjusted_mode->private_flags & INTEL_MODE_CRTC_TIMINGS_SET))
3910 drm_mode_set_crtcinfo(adjusted_mode, 0);
Chris Wilson89749352010-09-12 18:25:19 +01003911
Chris Wilson44f46b422012-06-21 13:19:59 +03003912 /* WaPruneModeWithIncorrectHsyncOffset: Cantiga+ cannot handle modes
3913 * with a hsync front porch of 0.
3914 */
3915 if ((INTEL_INFO(dev)->gen > 4 || IS_G4X(dev)) &&
3916 adjusted_mode->hsync_start == adjusted_mode->hdisplay)
3917 return false;
3918
Jesse Barnes79e53942008-11-07 14:24:08 -08003919 return true;
3920}
3921
Jesse Barnes25eb05fc2012-03-28 13:39:23 -07003922static int valleyview_get_display_clock_speed(struct drm_device *dev)
3923{
3924 return 400000; /* FIXME */
3925}
3926
Jesse Barnese70236a2009-09-21 10:42:27 -07003927static int i945_get_display_clock_speed(struct drm_device *dev)
Jesse Barnes79e53942008-11-07 14:24:08 -08003928{
Jesse Barnese70236a2009-09-21 10:42:27 -07003929 return 400000;
3930}
Jesse Barnes79e53942008-11-07 14:24:08 -08003931
Jesse Barnese70236a2009-09-21 10:42:27 -07003932static int i915_get_display_clock_speed(struct drm_device *dev)
3933{
3934 return 333000;
3935}
Jesse Barnes79e53942008-11-07 14:24:08 -08003936
Jesse Barnese70236a2009-09-21 10:42:27 -07003937static int i9xx_misc_get_display_clock_speed(struct drm_device *dev)
3938{
3939 return 200000;
3940}
Jesse Barnes79e53942008-11-07 14:24:08 -08003941
Jesse Barnese70236a2009-09-21 10:42:27 -07003942static int i915gm_get_display_clock_speed(struct drm_device *dev)
3943{
3944 u16 gcfgc = 0;
3945
3946 pci_read_config_word(dev->pdev, GCFGC, &gcfgc);
3947
3948 if (gcfgc & GC_LOW_FREQUENCY_ENABLE)
Jesse Barnes79e53942008-11-07 14:24:08 -08003949 return 133000;
Jesse Barnese70236a2009-09-21 10:42:27 -07003950 else {
3951 switch (gcfgc & GC_DISPLAY_CLOCK_MASK) {
3952 case GC_DISPLAY_CLOCK_333_MHZ:
3953 return 333000;
3954 default:
3955 case GC_DISPLAY_CLOCK_190_200_MHZ:
3956 return 190000;
3957 }
3958 }
3959}
Jesse Barnes79e53942008-11-07 14:24:08 -08003960
Jesse Barnese70236a2009-09-21 10:42:27 -07003961static int i865_get_display_clock_speed(struct drm_device *dev)
3962{
3963 return 266000;
3964}
3965
3966static int i855_get_display_clock_speed(struct drm_device *dev)
3967{
3968 u16 hpllcc = 0;
3969 /* Assume that the hardware is in the high speed state. This
3970 * should be the default.
3971 */
3972 switch (hpllcc & GC_CLOCK_CONTROL_MASK) {
3973 case GC_CLOCK_133_200:
3974 case GC_CLOCK_100_200:
3975 return 200000;
3976 case GC_CLOCK_166_250:
3977 return 250000;
3978 case GC_CLOCK_100_133:
3979 return 133000;
3980 }
3981
3982 /* Shouldn't happen */
3983 return 0;
3984}
3985
3986static int i830_get_display_clock_speed(struct drm_device *dev)
3987{
3988 return 133000;
Jesse Barnes79e53942008-11-07 14:24:08 -08003989}
3990
Zhenyu Wang2c072452009-06-05 15:38:42 +08003991struct fdi_m_n {
3992 u32 tu;
3993 u32 gmch_m;
3994 u32 gmch_n;
3995 u32 link_m;
3996 u32 link_n;
3997};
3998
3999static void
4000fdi_reduce_ratio(u32 *num, u32 *den)
4001{
4002 while (*num > 0xffffff || *den > 0xffffff) {
4003 *num >>= 1;
4004 *den >>= 1;
4005 }
4006}
4007
Zhenyu Wang2c072452009-06-05 15:38:42 +08004008static void
Adam Jacksonf2b115e2009-12-03 17:14:42 -05004009ironlake_compute_m_n(int bits_per_pixel, int nlanes, int pixel_clock,
4010 int link_clock, struct fdi_m_n *m_n)
Zhenyu Wang2c072452009-06-05 15:38:42 +08004011{
Zhenyu Wang2c072452009-06-05 15:38:42 +08004012 m_n->tu = 64; /* default size */
4013
Chris Wilson22ed1112010-12-04 01:01:29 +00004014 /* BUG_ON(pixel_clock > INT_MAX / 36); */
4015 m_n->gmch_m = bits_per_pixel * pixel_clock;
4016 m_n->gmch_n = link_clock * nlanes * 8;
Zhenyu Wang2c072452009-06-05 15:38:42 +08004017 fdi_reduce_ratio(&m_n->gmch_m, &m_n->gmch_n);
4018
Chris Wilson22ed1112010-12-04 01:01:29 +00004019 m_n->link_m = pixel_clock;
4020 m_n->link_n = link_clock;
Zhenyu Wang2c072452009-06-05 15:38:42 +08004021 fdi_reduce_ratio(&m_n->link_m, &m_n->link_n);
4022}
4023
Chris Wilsona7615032011-01-12 17:04:08 +00004024static inline bool intel_panel_use_ssc(struct drm_i915_private *dev_priv)
4025{
Keith Packard72bbe58c2011-09-26 16:09:45 -07004026 if (i915_panel_use_ssc >= 0)
4027 return i915_panel_use_ssc != 0;
4028 return dev_priv->lvds_use_ssc
Keith Packard435793d2011-07-12 14:56:22 -07004029 && !(dev_priv->quirks & QUIRK_LVDS_SSC_DISABLE);
Chris Wilsona7615032011-01-12 17:04:08 +00004030}
4031
Jesse Barnes5a354202011-06-24 12:19:22 -07004032/**
4033 * intel_choose_pipe_bpp_dither - figure out what color depth the pipe should send
4034 * @crtc: CRTC structure
Adam Jackson3b5c78a2011-12-13 15:41:00 -08004035 * @mode: requested mode
Jesse Barnes5a354202011-06-24 12:19:22 -07004036 *
4037 * A pipe may be connected to one or more outputs. Based on the depth of the
4038 * attached framebuffer, choose a good color depth to use on the pipe.
4039 *
4040 * If possible, match the pipe depth to the fb depth. In some cases, this
4041 * isn't ideal, because the connected output supports a lesser or restricted
4042 * set of depths. Resolve that here:
4043 * LVDS typically supports only 6bpc, so clamp down in that case
4044 * HDMI supports only 8bpc or 12bpc, so clamp to 8bpc with dither for 10bpc
4045 * Displays may support a restricted set as well, check EDID and clamp as
4046 * appropriate.
Adam Jackson3b5c78a2011-12-13 15:41:00 -08004047 * DP may want to dither down to 6bpc to fit larger modes
Jesse Barnes5a354202011-06-24 12:19:22 -07004048 *
4049 * RETURNS:
4050 * Dithering requirement (i.e. false if display bpc and pipe bpc match,
4051 * true if they don't match).
4052 */
4053static bool intel_choose_pipe_bpp_dither(struct drm_crtc *crtc,
Daniel Vetter94352cf2012-07-05 22:51:56 +02004054 struct drm_framebuffer *fb,
Adam Jackson3b5c78a2011-12-13 15:41:00 -08004055 unsigned int *pipe_bpp,
4056 struct drm_display_mode *mode)
Jesse Barnes5a354202011-06-24 12:19:22 -07004057{
4058 struct drm_device *dev = crtc->dev;
4059 struct drm_i915_private *dev_priv = dev->dev_private;
Jesse Barnes5a354202011-06-24 12:19:22 -07004060 struct drm_connector *connector;
Daniel Vetter6c2b7c12012-07-05 09:50:24 +02004061 struct intel_encoder *intel_encoder;
Jesse Barnes5a354202011-06-24 12:19:22 -07004062 unsigned int display_bpc = UINT_MAX, bpc;
4063
4064 /* Walk the encoders & connectors on this crtc, get min bpc */
Daniel Vetter6c2b7c12012-07-05 09:50:24 +02004065 for_each_encoder_on_crtc(dev, crtc, intel_encoder) {
Jesse Barnes5a354202011-06-24 12:19:22 -07004066
4067 if (intel_encoder->type == INTEL_OUTPUT_LVDS) {
4068 unsigned int lvds_bpc;
4069
4070 if ((I915_READ(PCH_LVDS) & LVDS_A3_POWER_MASK) ==
4071 LVDS_A3_POWER_UP)
4072 lvds_bpc = 8;
4073 else
4074 lvds_bpc = 6;
4075
4076 if (lvds_bpc < display_bpc) {
Adam Jackson82820492011-10-10 16:33:34 -04004077 DRM_DEBUG_KMS("clamping display bpc (was %d) to LVDS (%d)\n", display_bpc, lvds_bpc);
Jesse Barnes5a354202011-06-24 12:19:22 -07004078 display_bpc = lvds_bpc;
4079 }
4080 continue;
4081 }
4082
Jesse Barnes5a354202011-06-24 12:19:22 -07004083 /* Not one of the known troublemakers, check the EDID */
4084 list_for_each_entry(connector, &dev->mode_config.connector_list,
4085 head) {
Daniel Vetter6c2b7c12012-07-05 09:50:24 +02004086 if (connector->encoder != &intel_encoder->base)
Jesse Barnes5a354202011-06-24 12:19:22 -07004087 continue;
4088
Jesse Barnes62ac41a2011-07-28 12:55:14 -07004089 /* Don't use an invalid EDID bpc value */
4090 if (connector->display_info.bpc &&
4091 connector->display_info.bpc < display_bpc) {
Adam Jackson82820492011-10-10 16:33:34 -04004092 DRM_DEBUG_KMS("clamping display bpc (was %d) to EDID reported max of %d\n", display_bpc, connector->display_info.bpc);
Jesse Barnes5a354202011-06-24 12:19:22 -07004093 display_bpc = connector->display_info.bpc;
4094 }
4095 }
4096
4097 /*
4098 * HDMI is either 12 or 8, so if the display lets 10bpc sneak
4099 * through, clamp it down. (Note: >12bpc will be caught below.)
4100 */
4101 if (intel_encoder->type == INTEL_OUTPUT_HDMI) {
4102 if (display_bpc > 8 && display_bpc < 12) {
Adam Jackson82820492011-10-10 16:33:34 -04004103 DRM_DEBUG_KMS("forcing bpc to 12 for HDMI\n");
Jesse Barnes5a354202011-06-24 12:19:22 -07004104 display_bpc = 12;
4105 } else {
Adam Jackson82820492011-10-10 16:33:34 -04004106 DRM_DEBUG_KMS("forcing bpc to 8 for HDMI\n");
Jesse Barnes5a354202011-06-24 12:19:22 -07004107 display_bpc = 8;
4108 }
4109 }
4110 }
4111
Adam Jackson3b5c78a2011-12-13 15:41:00 -08004112 if (mode->private_flags & INTEL_MODE_DP_FORCE_6BPC) {
4113 DRM_DEBUG_KMS("Dithering DP to 6bpc\n");
4114 display_bpc = 6;
4115 }
4116
Jesse Barnes5a354202011-06-24 12:19:22 -07004117 /*
4118 * We could just drive the pipe at the highest bpc all the time and
4119 * enable dithering as needed, but that costs bandwidth. So choose
4120 * the minimum value that expresses the full color range of the fb but
4121 * also stays within the max display bpc discovered above.
4122 */
4123
Daniel Vetter94352cf2012-07-05 22:51:56 +02004124 switch (fb->depth) {
Jesse Barnes5a354202011-06-24 12:19:22 -07004125 case 8:
4126 bpc = 8; /* since we go through a colormap */
4127 break;
4128 case 15:
4129 case 16:
4130 bpc = 6; /* min is 18bpp */
4131 break;
4132 case 24:
Keith Packard578393c2011-09-05 11:53:21 -07004133 bpc = 8;
Jesse Barnes5a354202011-06-24 12:19:22 -07004134 break;
4135 case 30:
Keith Packard578393c2011-09-05 11:53:21 -07004136 bpc = 10;
Jesse Barnes5a354202011-06-24 12:19:22 -07004137 break;
4138 case 48:
Keith Packard578393c2011-09-05 11:53:21 -07004139 bpc = 12;
Jesse Barnes5a354202011-06-24 12:19:22 -07004140 break;
4141 default:
4142 DRM_DEBUG("unsupported depth, assuming 24 bits\n");
4143 bpc = min((unsigned int)8, display_bpc);
4144 break;
4145 }
4146
Keith Packard578393c2011-09-05 11:53:21 -07004147 display_bpc = min(display_bpc, bpc);
4148
Adam Jackson82820492011-10-10 16:33:34 -04004149 DRM_DEBUG_KMS("setting pipe bpc to %d (max display bpc %d)\n",
4150 bpc, display_bpc);
Jesse Barnes5a354202011-06-24 12:19:22 -07004151
Keith Packard578393c2011-09-05 11:53:21 -07004152 *pipe_bpp = display_bpc * 3;
Jesse Barnes5a354202011-06-24 12:19:22 -07004153
4154 return display_bpc != bpc;
4155}
4156
Jesse Barnesa0c4da242012-06-15 11:55:13 -07004157static int vlv_get_refclk(struct drm_crtc *crtc)
4158{
4159 struct drm_device *dev = crtc->dev;
4160 struct drm_i915_private *dev_priv = dev->dev_private;
4161 int refclk = 27000; /* for DP & HDMI */
4162
4163 return 100000; /* only one validated so far */
4164
4165 if (intel_pipe_has_type(crtc, INTEL_OUTPUT_ANALOG)) {
4166 refclk = 96000;
4167 } else if (intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS)) {
4168 if (intel_panel_use_ssc(dev_priv))
4169 refclk = 100000;
4170 else
4171 refclk = 96000;
4172 } else if (intel_pipe_has_type(crtc, INTEL_OUTPUT_EDP)) {
4173 refclk = 100000;
4174 }
4175
4176 return refclk;
4177}
4178
Jesse Barnesc65d77d2011-12-15 12:30:36 -08004179static int i9xx_get_refclk(struct drm_crtc *crtc, int num_connectors)
4180{
4181 struct drm_device *dev = crtc->dev;
4182 struct drm_i915_private *dev_priv = dev->dev_private;
4183 int refclk;
4184
Jesse Barnesa0c4da242012-06-15 11:55:13 -07004185 if (IS_VALLEYVIEW(dev)) {
4186 refclk = vlv_get_refclk(crtc);
4187 } else if (intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS) &&
Jesse Barnesc65d77d2011-12-15 12:30:36 -08004188 intel_panel_use_ssc(dev_priv) && num_connectors < 2) {
4189 refclk = dev_priv->lvds_ssc_freq * 1000;
4190 DRM_DEBUG_KMS("using SSC reference clock of %d MHz\n",
4191 refclk / 1000);
4192 } else if (!IS_GEN2(dev)) {
4193 refclk = 96000;
4194 } else {
4195 refclk = 48000;
4196 }
4197
4198 return refclk;
4199}
4200
4201static void i9xx_adjust_sdvo_tv_clock(struct drm_display_mode *adjusted_mode,
4202 intel_clock_t *clock)
4203{
4204 /* SDVO TV has fixed PLL values depend on its clock range,
4205 this mirrors vbios setting. */
4206 if (adjusted_mode->clock >= 100000
4207 && adjusted_mode->clock < 140500) {
4208 clock->p1 = 2;
4209 clock->p2 = 10;
4210 clock->n = 3;
4211 clock->m1 = 16;
4212 clock->m2 = 8;
4213 } else if (adjusted_mode->clock >= 140500
4214 && adjusted_mode->clock <= 200000) {
4215 clock->p1 = 1;
4216 clock->p2 = 10;
4217 clock->n = 6;
4218 clock->m1 = 12;
4219 clock->m2 = 8;
4220 }
4221}
4222
Jesse Barnesa7516a02011-12-15 12:30:37 -08004223static void i9xx_update_pll_dividers(struct drm_crtc *crtc,
4224 intel_clock_t *clock,
4225 intel_clock_t *reduced_clock)
4226{
4227 struct drm_device *dev = crtc->dev;
4228 struct drm_i915_private *dev_priv = dev->dev_private;
4229 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
4230 int pipe = intel_crtc->pipe;
4231 u32 fp, fp2 = 0;
4232
4233 if (IS_PINEVIEW(dev)) {
4234 fp = (1 << clock->n) << 16 | clock->m1 << 8 | clock->m2;
4235 if (reduced_clock)
4236 fp2 = (1 << reduced_clock->n) << 16 |
4237 reduced_clock->m1 << 8 | reduced_clock->m2;
4238 } else {
4239 fp = clock->n << 16 | clock->m1 << 8 | clock->m2;
4240 if (reduced_clock)
4241 fp2 = reduced_clock->n << 16 | reduced_clock->m1 << 8 |
4242 reduced_clock->m2;
4243 }
4244
4245 I915_WRITE(FP0(pipe), fp);
4246
4247 intel_crtc->lowfreq_avail = false;
4248 if (intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS) &&
4249 reduced_clock && i915_powersave) {
4250 I915_WRITE(FP1(pipe), fp2);
4251 intel_crtc->lowfreq_avail = true;
4252 } else {
4253 I915_WRITE(FP1(pipe), fp);
4254 }
4255}
4256
Jesse Barnesa0c4da242012-06-15 11:55:13 -07004257static void vlv_update_pll(struct drm_crtc *crtc,
4258 struct drm_display_mode *mode,
4259 struct drm_display_mode *adjusted_mode,
4260 intel_clock_t *clock, intel_clock_t *reduced_clock,
Vijay Purushothaman2a8f64c2012-09-27 19:13:06 +05304261 int num_connectors)
Jesse Barnesa0c4da242012-06-15 11:55:13 -07004262{
4263 struct drm_device *dev = crtc->dev;
4264 struct drm_i915_private *dev_priv = dev->dev_private;
4265 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
4266 int pipe = intel_crtc->pipe;
4267 u32 dpll, mdiv, pdiv;
4268 u32 bestn, bestm1, bestm2, bestp1, bestp2;
Vijay Purushothaman2a8f64c2012-09-27 19:13:06 +05304269 bool is_sdvo;
4270 u32 temp;
Jesse Barnesa0c4da242012-06-15 11:55:13 -07004271
Vijay Purushothaman2a8f64c2012-09-27 19:13:06 +05304272 is_sdvo = intel_pipe_has_type(crtc, INTEL_OUTPUT_SDVO) ||
4273 intel_pipe_has_type(crtc, INTEL_OUTPUT_HDMI);
4274
4275 dpll = DPLL_VGA_MODE_DIS;
4276 dpll |= DPLL_EXT_BUFFER_ENABLE_VLV;
4277 dpll |= DPLL_REFA_CLK_ENABLE_VLV;
4278 dpll |= DPLL_INTEGRATED_CLOCK_VLV;
4279
4280 I915_WRITE(DPLL(pipe), dpll);
4281 POSTING_READ(DPLL(pipe));
Jesse Barnesa0c4da242012-06-15 11:55:13 -07004282
4283 bestn = clock->n;
4284 bestm1 = clock->m1;
4285 bestm2 = clock->m2;
4286 bestp1 = clock->p1;
4287 bestp2 = clock->p2;
4288
Vijay Purushothaman2a8f64c2012-09-27 19:13:06 +05304289 /*
4290 * In Valleyview PLL and program lane counter registers are exposed
4291 * through DPIO interface
4292 */
Jesse Barnesa0c4da242012-06-15 11:55:13 -07004293 mdiv = ((bestm1 << DPIO_M1DIV_SHIFT) | (bestm2 & DPIO_M2DIV_MASK));
4294 mdiv |= ((bestp1 << DPIO_P1_SHIFT) | (bestp2 << DPIO_P2_SHIFT));
4295 mdiv |= ((bestn << DPIO_N_SHIFT));
4296 mdiv |= (1 << DPIO_POST_DIV_SHIFT);
4297 mdiv |= (1 << DPIO_K_SHIFT);
4298 mdiv |= DPIO_ENABLE_CALIBRATION;
4299 intel_dpio_write(dev_priv, DPIO_DIV(pipe), mdiv);
4300
4301 intel_dpio_write(dev_priv, DPIO_CORE_CLK(pipe), 0x01000000);
4302
Vijay Purushothaman2a8f64c2012-09-27 19:13:06 +05304303 pdiv = (1 << DPIO_REFSEL_OVERRIDE) | (5 << DPIO_PLL_MODESEL_SHIFT) |
Jesse Barnesa0c4da242012-06-15 11:55:13 -07004304 (3 << DPIO_BIAS_CURRENT_CTL_SHIFT) | (1<<20) |
Vijay Purushothaman2a8f64c2012-09-27 19:13:06 +05304305 (7 << DPIO_PLL_REFCLK_SEL_SHIFT) | (8 << DPIO_DRIVER_CTL_SHIFT) |
4306 (5 << DPIO_CLK_BIAS_CTL_SHIFT);
Jesse Barnesa0c4da242012-06-15 11:55:13 -07004307 intel_dpio_write(dev_priv, DPIO_REFSFR(pipe), pdiv);
4308
Vijay Purushothaman2a8f64c2012-09-27 19:13:06 +05304309 intel_dpio_write(dev_priv, DPIO_LFP_COEFF(pipe), 0x005f003b);
Jesse Barnesa0c4da242012-06-15 11:55:13 -07004310
4311 dpll |= DPLL_VCO_ENABLE;
4312 I915_WRITE(DPLL(pipe), dpll);
4313 POSTING_READ(DPLL(pipe));
4314 if (wait_for(((I915_READ(DPLL(pipe)) & DPLL_LOCK_VLV) == DPLL_LOCK_VLV), 1))
4315 DRM_ERROR("DPLL %d failed to lock\n", pipe);
4316
Vijay Purushothaman2a8f64c2012-09-27 19:13:06 +05304317 intel_dpio_write(dev_priv, DPIO_FASTCLK_DISABLE, 0x620);
Jesse Barnesa0c4da242012-06-15 11:55:13 -07004318
Vijay Purushothaman2a8f64c2012-09-27 19:13:06 +05304319 if (intel_pipe_has_type(crtc, INTEL_OUTPUT_DISPLAYPORT))
4320 intel_dp_set_m_n(crtc, mode, adjusted_mode);
4321
4322 I915_WRITE(DPLL(pipe), dpll);
4323
4324 /* Wait for the clocks to stabilize. */
4325 POSTING_READ(DPLL(pipe));
4326 udelay(150);
4327
4328 temp = 0;
4329 if (is_sdvo) {
4330 temp = intel_mode_get_pixel_multiplier(adjusted_mode);
Jesse Barnesa0c4da242012-06-15 11:55:13 -07004331 if (temp > 1)
4332 temp = (temp - 1) << DPLL_MD_UDI_MULTIPLIER_SHIFT;
4333 else
4334 temp = 0;
Jesse Barnesa0c4da242012-06-15 11:55:13 -07004335 }
Vijay Purushothaman2a8f64c2012-09-27 19:13:06 +05304336 I915_WRITE(DPLL_MD(pipe), temp);
4337 POSTING_READ(DPLL_MD(pipe));
Jesse Barnesa0c4da242012-06-15 11:55:13 -07004338
Vijay Purushothaman2a8f64c2012-09-27 19:13:06 +05304339 /* Now program lane control registers */
4340 if(intel_pipe_has_type(crtc, INTEL_OUTPUT_DISPLAYPORT)
4341 || intel_pipe_has_type(crtc, INTEL_OUTPUT_HDMI))
4342 {
4343 temp = 0x1000C4;
4344 if(pipe == 1)
4345 temp |= (1 << 21);
4346 intel_dpio_write(dev_priv, DPIO_DATA_CHANNEL1, temp);
4347 }
4348 if(intel_pipe_has_type(crtc,INTEL_OUTPUT_EDP))
4349 {
4350 temp = 0x1000C4;
4351 if(pipe == 1)
4352 temp |= (1 << 21);
4353 intel_dpio_write(dev_priv, DPIO_DATA_CHANNEL2, temp);
4354 }
Jesse Barnesa0c4da242012-06-15 11:55:13 -07004355}
4356
Daniel Vettereb1cbe42012-03-28 23:12:16 +02004357static void i9xx_update_pll(struct drm_crtc *crtc,
4358 struct drm_display_mode *mode,
4359 struct drm_display_mode *adjusted_mode,
4360 intel_clock_t *clock, intel_clock_t *reduced_clock,
4361 int num_connectors)
4362{
4363 struct drm_device *dev = crtc->dev;
4364 struct drm_i915_private *dev_priv = dev->dev_private;
4365 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
Daniel Vetterdafd2262012-11-26 17:22:07 +01004366 struct intel_encoder *encoder;
Daniel Vettereb1cbe42012-03-28 23:12:16 +02004367 int pipe = intel_crtc->pipe;
4368 u32 dpll;
4369 bool is_sdvo;
4370
Vijay Purushothaman2a8f64c2012-09-27 19:13:06 +05304371 i9xx_update_pll_dividers(crtc, clock, reduced_clock);
4372
Daniel Vettereb1cbe42012-03-28 23:12:16 +02004373 is_sdvo = intel_pipe_has_type(crtc, INTEL_OUTPUT_SDVO) ||
4374 intel_pipe_has_type(crtc, INTEL_OUTPUT_HDMI);
4375
4376 dpll = DPLL_VGA_MODE_DIS;
4377
4378 if (intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS))
4379 dpll |= DPLLB_MODE_LVDS;
4380 else
4381 dpll |= DPLLB_MODE_DAC_SERIAL;
4382 if (is_sdvo) {
4383 int pixel_multiplier = intel_mode_get_pixel_multiplier(adjusted_mode);
4384 if (pixel_multiplier > 1) {
4385 if (IS_I945G(dev) || IS_I945GM(dev) || IS_G33(dev))
4386 dpll |= (pixel_multiplier - 1) << SDVO_MULTIPLIER_SHIFT_HIRES;
4387 }
4388 dpll |= DPLL_DVO_HIGH_SPEED;
4389 }
4390 if (intel_pipe_has_type(crtc, INTEL_OUTPUT_DISPLAYPORT))
4391 dpll |= DPLL_DVO_HIGH_SPEED;
4392
4393 /* compute bitmask from p1 value */
4394 if (IS_PINEVIEW(dev))
4395 dpll |= (1 << (clock->p1 - 1)) << DPLL_FPA01_P1_POST_DIV_SHIFT_PINEVIEW;
4396 else {
4397 dpll |= (1 << (clock->p1 - 1)) << DPLL_FPA01_P1_POST_DIV_SHIFT;
4398 if (IS_G4X(dev) && reduced_clock)
4399 dpll |= (1 << (reduced_clock->p1 - 1)) << DPLL_FPA1_P1_POST_DIV_SHIFT;
4400 }
4401 switch (clock->p2) {
4402 case 5:
4403 dpll |= DPLL_DAC_SERIAL_P2_CLOCK_DIV_5;
4404 break;
4405 case 7:
4406 dpll |= DPLLB_LVDS_P2_CLOCK_DIV_7;
4407 break;
4408 case 10:
4409 dpll |= DPLL_DAC_SERIAL_P2_CLOCK_DIV_10;
4410 break;
4411 case 14:
4412 dpll |= DPLLB_LVDS_P2_CLOCK_DIV_14;
4413 break;
4414 }
4415 if (INTEL_INFO(dev)->gen >= 4)
4416 dpll |= (6 << PLL_LOAD_PULSE_PHASE_SHIFT);
4417
4418 if (is_sdvo && intel_pipe_has_type(crtc, INTEL_OUTPUT_TVOUT))
4419 dpll |= PLL_REF_INPUT_TVCLKINBC;
4420 else if (intel_pipe_has_type(crtc, INTEL_OUTPUT_TVOUT))
4421 /* XXX: just matching BIOS for now */
4422 /* dpll |= PLL_REF_INPUT_TVCLKINBC; */
4423 dpll |= 3;
4424 else if (intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS) &&
4425 intel_panel_use_ssc(dev_priv) && num_connectors < 2)
4426 dpll |= PLLB_REF_INPUT_SPREADSPECTRUMIN;
4427 else
4428 dpll |= PLL_REF_INPUT_DREFCLK;
4429
4430 dpll |= DPLL_VCO_ENABLE;
4431 I915_WRITE(DPLL(pipe), dpll & ~DPLL_VCO_ENABLE);
4432 POSTING_READ(DPLL(pipe));
4433 udelay(150);
4434
Daniel Vetterdafd2262012-11-26 17:22:07 +01004435 for_each_encoder_on_crtc(dev, crtc, encoder)
4436 if (encoder->pre_pll_enable)
4437 encoder->pre_pll_enable(encoder);
4438
Daniel Vettereb1cbe42012-03-28 23:12:16 +02004439 if (intel_pipe_has_type(crtc, INTEL_OUTPUT_DISPLAYPORT))
4440 intel_dp_set_m_n(crtc, mode, adjusted_mode);
4441
4442 I915_WRITE(DPLL(pipe), dpll);
4443
4444 /* Wait for the clocks to stabilize. */
4445 POSTING_READ(DPLL(pipe));
4446 udelay(150);
4447
4448 if (INTEL_INFO(dev)->gen >= 4) {
4449 u32 temp = 0;
4450 if (is_sdvo) {
4451 temp = intel_mode_get_pixel_multiplier(adjusted_mode);
4452 if (temp > 1)
4453 temp = (temp - 1) << DPLL_MD_UDI_MULTIPLIER_SHIFT;
4454 else
4455 temp = 0;
4456 }
4457 I915_WRITE(DPLL_MD(pipe), temp);
4458 } else {
4459 /* The pixel multiplier can only be updated once the
4460 * DPLL is enabled and the clocks are stable.
4461 *
4462 * So write it again.
4463 */
4464 I915_WRITE(DPLL(pipe), dpll);
4465 }
4466}
4467
4468static void i8xx_update_pll(struct drm_crtc *crtc,
4469 struct drm_display_mode *adjusted_mode,
Vijay Purushothaman2a8f64c2012-09-27 19:13:06 +05304470 intel_clock_t *clock, intel_clock_t *reduced_clock,
Daniel Vettereb1cbe42012-03-28 23:12:16 +02004471 int num_connectors)
4472{
4473 struct drm_device *dev = crtc->dev;
4474 struct drm_i915_private *dev_priv = dev->dev_private;
4475 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
Daniel Vetterdafd2262012-11-26 17:22:07 +01004476 struct intel_encoder *encoder;
Daniel Vettereb1cbe42012-03-28 23:12:16 +02004477 int pipe = intel_crtc->pipe;
4478 u32 dpll;
4479
Vijay Purushothaman2a8f64c2012-09-27 19:13:06 +05304480 i9xx_update_pll_dividers(crtc, clock, reduced_clock);
4481
Daniel Vettereb1cbe42012-03-28 23:12:16 +02004482 dpll = DPLL_VGA_MODE_DIS;
4483
4484 if (intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS)) {
4485 dpll |= (1 << (clock->p1 - 1)) << DPLL_FPA01_P1_POST_DIV_SHIFT;
4486 } else {
4487 if (clock->p1 == 2)
4488 dpll |= PLL_P1_DIVIDE_BY_TWO;
4489 else
4490 dpll |= (clock->p1 - 2) << DPLL_FPA01_P1_POST_DIV_SHIFT;
4491 if (clock->p2 == 4)
4492 dpll |= PLL_P2_DIVIDE_BY_4;
4493 }
4494
4495 if (intel_pipe_has_type(crtc, INTEL_OUTPUT_TVOUT))
4496 /* XXX: just matching BIOS for now */
4497 /* dpll |= PLL_REF_INPUT_TVCLKINBC; */
4498 dpll |= 3;
4499 else if (intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS) &&
4500 intel_panel_use_ssc(dev_priv) && num_connectors < 2)
4501 dpll |= PLLB_REF_INPUT_SPREADSPECTRUMIN;
4502 else
4503 dpll |= PLL_REF_INPUT_DREFCLK;
4504
4505 dpll |= DPLL_VCO_ENABLE;
4506 I915_WRITE(DPLL(pipe), dpll & ~DPLL_VCO_ENABLE);
4507 POSTING_READ(DPLL(pipe));
4508 udelay(150);
4509
Daniel Vetterdafd2262012-11-26 17:22:07 +01004510 for_each_encoder_on_crtc(dev, crtc, encoder)
4511 if (encoder->pre_pll_enable)
4512 encoder->pre_pll_enable(encoder);
4513
Daniel Vetter5b5896e2012-09-11 12:37:55 +02004514 I915_WRITE(DPLL(pipe), dpll);
4515
4516 /* Wait for the clocks to stabilize. */
4517 POSTING_READ(DPLL(pipe));
4518 udelay(150);
4519
Daniel Vettereb1cbe42012-03-28 23:12:16 +02004520 /* The pixel multiplier can only be updated once the
4521 * DPLL is enabled and the clocks are stable.
4522 *
4523 * So write it again.
4524 */
4525 I915_WRITE(DPLL(pipe), dpll);
4526}
4527
Paulo Zanonib0e77b92012-10-01 18:10:53 -03004528static void intel_set_pipe_timings(struct intel_crtc *intel_crtc,
4529 struct drm_display_mode *mode,
4530 struct drm_display_mode *adjusted_mode)
4531{
4532 struct drm_device *dev = intel_crtc->base.dev;
4533 struct drm_i915_private *dev_priv = dev->dev_private;
4534 enum pipe pipe = intel_crtc->pipe;
Paulo Zanonife2b8f92012-10-23 18:30:02 -02004535 enum transcoder cpu_transcoder = intel_crtc->cpu_transcoder;
Paulo Zanonib0e77b92012-10-01 18:10:53 -03004536 uint32_t vsyncshift;
4537
4538 if (!IS_GEN2(dev) && adjusted_mode->flags & DRM_MODE_FLAG_INTERLACE) {
4539 /* the chip adds 2 halflines automatically */
4540 adjusted_mode->crtc_vtotal -= 1;
4541 adjusted_mode->crtc_vblank_end -= 1;
4542 vsyncshift = adjusted_mode->crtc_hsync_start
4543 - adjusted_mode->crtc_htotal / 2;
4544 } else {
4545 vsyncshift = 0;
4546 }
4547
4548 if (INTEL_INFO(dev)->gen > 3)
Paulo Zanonife2b8f92012-10-23 18:30:02 -02004549 I915_WRITE(VSYNCSHIFT(cpu_transcoder), vsyncshift);
Paulo Zanonib0e77b92012-10-01 18:10:53 -03004550
Paulo Zanonife2b8f92012-10-23 18:30:02 -02004551 I915_WRITE(HTOTAL(cpu_transcoder),
Paulo Zanonib0e77b92012-10-01 18:10:53 -03004552 (adjusted_mode->crtc_hdisplay - 1) |
4553 ((adjusted_mode->crtc_htotal - 1) << 16));
Paulo Zanonife2b8f92012-10-23 18:30:02 -02004554 I915_WRITE(HBLANK(cpu_transcoder),
Paulo Zanonib0e77b92012-10-01 18:10:53 -03004555 (adjusted_mode->crtc_hblank_start - 1) |
4556 ((adjusted_mode->crtc_hblank_end - 1) << 16));
Paulo Zanonife2b8f92012-10-23 18:30:02 -02004557 I915_WRITE(HSYNC(cpu_transcoder),
Paulo Zanonib0e77b92012-10-01 18:10:53 -03004558 (adjusted_mode->crtc_hsync_start - 1) |
4559 ((adjusted_mode->crtc_hsync_end - 1) << 16));
4560
Paulo Zanonife2b8f92012-10-23 18:30:02 -02004561 I915_WRITE(VTOTAL(cpu_transcoder),
Paulo Zanonib0e77b92012-10-01 18:10:53 -03004562 (adjusted_mode->crtc_vdisplay - 1) |
4563 ((adjusted_mode->crtc_vtotal - 1) << 16));
Paulo Zanonife2b8f92012-10-23 18:30:02 -02004564 I915_WRITE(VBLANK(cpu_transcoder),
Paulo Zanonib0e77b92012-10-01 18:10:53 -03004565 (adjusted_mode->crtc_vblank_start - 1) |
4566 ((adjusted_mode->crtc_vblank_end - 1) << 16));
Paulo Zanonife2b8f92012-10-23 18:30:02 -02004567 I915_WRITE(VSYNC(cpu_transcoder),
Paulo Zanonib0e77b92012-10-01 18:10:53 -03004568 (adjusted_mode->crtc_vsync_start - 1) |
4569 ((adjusted_mode->crtc_vsync_end - 1) << 16));
4570
Paulo Zanonib5e508d2012-10-24 11:34:43 -02004571 /* Workaround: when the EDP input selection is B, the VTOTAL_B must be
4572 * programmed with the VTOTAL_EDP value. Same for VTOTAL_C. This is
4573 * documented on the DDI_FUNC_CTL register description, EDP Input Select
4574 * bits. */
4575 if (IS_HASWELL(dev) && cpu_transcoder == TRANSCODER_EDP &&
4576 (pipe == PIPE_B || pipe == PIPE_C))
4577 I915_WRITE(VTOTAL(pipe), I915_READ(VTOTAL(cpu_transcoder)));
4578
Paulo Zanonib0e77b92012-10-01 18:10:53 -03004579 /* pipesrc controls the size that is scaled from, which should
4580 * always be the user's requested size.
4581 */
4582 I915_WRITE(PIPESRC(pipe),
4583 ((mode->hdisplay - 1) << 16) | (mode->vdisplay - 1));
4584}
4585
Eric Anholtf564048e2011-03-30 13:01:02 -07004586static int i9xx_crtc_mode_set(struct drm_crtc *crtc,
4587 struct drm_display_mode *mode,
4588 struct drm_display_mode *adjusted_mode,
4589 int x, int y,
Daniel Vetter94352cf2012-07-05 22:51:56 +02004590 struct drm_framebuffer *fb)
Jesse Barnes79e53942008-11-07 14:24:08 -08004591{
4592 struct drm_device *dev = crtc->dev;
4593 struct drm_i915_private *dev_priv = dev->dev_private;
4594 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
4595 int pipe = intel_crtc->pipe;
Jesse Barnes80824002009-09-10 15:28:06 -07004596 int plane = intel_crtc->plane;
Eric Anholtc751ce42010-03-25 11:48:48 -07004597 int refclk, num_connectors = 0;
Jesse Barnes652c3932009-08-17 13:31:43 -07004598 intel_clock_t clock, reduced_clock;
Paulo Zanonib0e77b92012-10-01 18:10:53 -03004599 u32 dspcntr, pipeconf;
Daniel Vettereb1cbe42012-03-28 23:12:16 +02004600 bool ok, has_reduced_clock = false, is_sdvo = false;
4601 bool is_lvds = false, is_tv = false, is_dp = false;
Chris Wilson5eddb702010-09-11 13:48:45 +01004602 struct intel_encoder *encoder;
Ma Lingd4906092009-03-18 20:13:27 +08004603 const intel_limit_t *limit;
Chris Wilson5c3b82e2009-02-11 13:25:09 +00004604 int ret;
Jesse Barnes79e53942008-11-07 14:24:08 -08004605
Daniel Vetter6c2b7c12012-07-05 09:50:24 +02004606 for_each_encoder_on_crtc(dev, crtc, encoder) {
Chris Wilson5eddb702010-09-11 13:48:45 +01004607 switch (encoder->type) {
Jesse Barnes79e53942008-11-07 14:24:08 -08004608 case INTEL_OUTPUT_LVDS:
4609 is_lvds = true;
4610 break;
4611 case INTEL_OUTPUT_SDVO:
Eric Anholt7d573822009-01-02 13:33:00 -08004612 case INTEL_OUTPUT_HDMI:
Jesse Barnes79e53942008-11-07 14:24:08 -08004613 is_sdvo = true;
Chris Wilson5eddb702010-09-11 13:48:45 +01004614 if (encoder->needs_tv_clock)
Jesse Barnese2f0ba92009-02-02 15:11:52 -08004615 is_tv = true;
Jesse Barnes79e53942008-11-07 14:24:08 -08004616 break;
Jesse Barnes79e53942008-11-07 14:24:08 -08004617 case INTEL_OUTPUT_TVOUT:
4618 is_tv = true;
4619 break;
Keith Packarda4fc5ed2009-04-07 16:16:42 -07004620 case INTEL_OUTPUT_DISPLAYPORT:
4621 is_dp = true;
4622 break;
Jesse Barnes79e53942008-11-07 14:24:08 -08004623 }
Kristian Høgsberg43565a02009-02-13 20:56:52 -05004624
Eric Anholtc751ce42010-03-25 11:48:48 -07004625 num_connectors++;
Jesse Barnes79e53942008-11-07 14:24:08 -08004626 }
4627
Jesse Barnesc65d77d2011-12-15 12:30:36 -08004628 refclk = i9xx_get_refclk(crtc, num_connectors);
Jesse Barnes79e53942008-11-07 14:24:08 -08004629
Ma Lingd4906092009-03-18 20:13:27 +08004630 /*
4631 * Returns a set of divisors for the desired target clock with the given
4632 * refclk, or FALSE. The returned values represent the clock equation:
4633 * reflck * (5 * (m1 + 2) + (m2 + 2)) / (n + 2) / p1 / p2.
4634 */
Chris Wilson1b894b52010-12-14 20:04:54 +00004635 limit = intel_limit(crtc, refclk);
Sean Paulcec2f352012-01-10 15:09:36 -08004636 ok = limit->find_pll(limit, crtc, adjusted_mode->clock, refclk, NULL,
4637 &clock);
Jesse Barnes79e53942008-11-07 14:24:08 -08004638 if (!ok) {
4639 DRM_ERROR("Couldn't find PLL settings for mode!\n");
Eric Anholtf564048e2011-03-30 13:01:02 -07004640 return -EINVAL;
4641 }
4642
4643 /* Ensure that the cursor is valid for the new mode before changing... */
4644 intel_crtc_update_cursor(crtc, true);
4645
4646 if (is_lvds && dev_priv->lvds_downclock_avail) {
Sean Paulcec2f352012-01-10 15:09:36 -08004647 /*
4648 * Ensure we match the reduced clock's P to the target clock.
4649 * If the clocks don't match, we can't switch the display clock
4650 * by using the FP0/FP1. In such case we will disable the LVDS
4651 * downclock feature.
4652 */
Eric Anholtf564048e2011-03-30 13:01:02 -07004653 has_reduced_clock = limit->find_pll(limit, crtc,
4654 dev_priv->lvds_downclock,
4655 refclk,
Sean Paulcec2f352012-01-10 15:09:36 -08004656 &clock,
Eric Anholtf564048e2011-03-30 13:01:02 -07004657 &reduced_clock);
Eric Anholtf564048e2011-03-30 13:01:02 -07004658 }
4659
Jesse Barnesc65d77d2011-12-15 12:30:36 -08004660 if (is_sdvo && is_tv)
4661 i9xx_adjust_sdvo_tv_clock(adjusted_mode, &clock);
Eric Anholtf564048e2011-03-30 13:01:02 -07004662
Daniel Vettereb1cbe42012-03-28 23:12:16 +02004663 if (IS_GEN2(dev))
Vijay Purushothaman2a8f64c2012-09-27 19:13:06 +05304664 i8xx_update_pll(crtc, adjusted_mode, &clock,
4665 has_reduced_clock ? &reduced_clock : NULL,
4666 num_connectors);
Jesse Barnesa0c4da242012-06-15 11:55:13 -07004667 else if (IS_VALLEYVIEW(dev))
Vijay Purushothaman2a8f64c2012-09-27 19:13:06 +05304668 vlv_update_pll(crtc, mode, adjusted_mode, &clock,
4669 has_reduced_clock ? &reduced_clock : NULL,
4670 num_connectors);
Eric Anholtf564048e2011-03-30 13:01:02 -07004671 else
Daniel Vettereb1cbe42012-03-28 23:12:16 +02004672 i9xx_update_pll(crtc, mode, adjusted_mode, &clock,
4673 has_reduced_clock ? &reduced_clock : NULL,
4674 num_connectors);
Eric Anholtf564048e2011-03-30 13:01:02 -07004675
4676 /* setup pipeconf */
4677 pipeconf = I915_READ(PIPECONF(pipe));
4678
4679 /* Set up the display plane register */
4680 dspcntr = DISPPLANE_GAMMA_ENABLE;
4681
Eric Anholt929c77f2011-03-30 13:01:04 -07004682 if (pipe == 0)
4683 dspcntr &= ~DISPPLANE_SEL_PIPE_MASK;
4684 else
4685 dspcntr |= DISPPLANE_SEL_PIPE_B;
Eric Anholtf564048e2011-03-30 13:01:02 -07004686
4687 if (pipe == 0 && INTEL_INFO(dev)->gen < 4) {
4688 /* Enable pixel doubling when the dot clock is > 90% of the (display)
4689 * core speed.
4690 *
4691 * XXX: No double-wide on 915GM pipe B. Is that the only reason for the
4692 * pipe == 0 check?
4693 */
4694 if (mode->clock >
4695 dev_priv->display.get_display_clock_speed(dev) * 9 / 10)
4696 pipeconf |= PIPECONF_DOUBLE_WIDE;
4697 else
4698 pipeconf &= ~PIPECONF_DOUBLE_WIDE;
4699 }
4700
Adam Jackson3b5c78a2011-12-13 15:41:00 -08004701 /* default to 8bpc */
4702 pipeconf &= ~(PIPECONF_BPP_MASK | PIPECONF_DITHER_EN);
4703 if (is_dp) {
Jani Nikula0c96c652012-09-26 18:43:10 +03004704 if (adjusted_mode->private_flags & INTEL_MODE_DP_FORCE_6BPC) {
Adam Jackson3b5c78a2011-12-13 15:41:00 -08004705 pipeconf |= PIPECONF_BPP_6 |
4706 PIPECONF_DITHER_EN |
4707 PIPECONF_DITHER_TYPE_SP;
4708 }
4709 }
4710
Gajanan Bhat19c03922012-09-27 19:13:07 +05304711 if (IS_VALLEYVIEW(dev) && intel_pipe_has_type(crtc, INTEL_OUTPUT_EDP)) {
4712 if (adjusted_mode->private_flags & INTEL_MODE_DP_FORCE_6BPC) {
4713 pipeconf |= PIPECONF_BPP_6 |
4714 PIPECONF_ENABLE |
4715 I965_PIPECONF_ACTIVE;
4716 }
4717 }
4718
Eric Anholtf564048e2011-03-30 13:01:02 -07004719 DRM_DEBUG_KMS("Mode for pipe %c:\n", pipe == 0 ? 'A' : 'B');
4720 drm_mode_debug_printmodeline(mode);
4721
Jesse Barnesa7516a02011-12-15 12:30:37 -08004722 if (HAS_PIPE_CXSR(dev)) {
4723 if (intel_crtc->lowfreq_avail) {
Eric Anholtf564048e2011-03-30 13:01:02 -07004724 DRM_DEBUG_KMS("enabling CxSR downclocking\n");
4725 pipeconf |= PIPECONF_CXSR_DOWNCLOCK;
Jesse Barnesa7516a02011-12-15 12:30:37 -08004726 } else {
Eric Anholtf564048e2011-03-30 13:01:02 -07004727 DRM_DEBUG_KMS("disabling CxSR downclocking\n");
4728 pipeconf &= ~PIPECONF_CXSR_DOWNCLOCK;
4729 }
4730 }
4731
Keith Packard617cf882012-02-08 13:53:38 -08004732 pipeconf &= ~PIPECONF_INTERLACE_MASK;
Daniel Vetterdbb02572012-01-28 14:49:23 +01004733 if (!IS_GEN2(dev) &&
Paulo Zanonib0e77b92012-10-01 18:10:53 -03004734 adjusted_mode->flags & DRM_MODE_FLAG_INTERLACE)
Eric Anholtf564048e2011-03-30 13:01:02 -07004735 pipeconf |= PIPECONF_INTERLACE_W_FIELD_INDICATION;
Paulo Zanonib0e77b92012-10-01 18:10:53 -03004736 else
Keith Packard617cf882012-02-08 13:53:38 -08004737 pipeconf |= PIPECONF_PROGRESSIVE;
Daniel Vetter0529a0d2012-01-28 14:49:24 +01004738
Paulo Zanonib0e77b92012-10-01 18:10:53 -03004739 intel_set_pipe_timings(intel_crtc, mode, adjusted_mode);
Eric Anholtf564048e2011-03-30 13:01:02 -07004740
4741 /* pipesrc and dspsize control the size that is scaled from,
4742 * which should always be the user's requested size.
4743 */
Eric Anholt929c77f2011-03-30 13:01:04 -07004744 I915_WRITE(DSPSIZE(plane),
4745 ((mode->vdisplay - 1) << 16) |
4746 (mode->hdisplay - 1));
4747 I915_WRITE(DSPPOS(plane), 0);
Eric Anholtf564048e2011-03-30 13:01:02 -07004748
Eric Anholtf564048e2011-03-30 13:01:02 -07004749 I915_WRITE(PIPECONF(pipe), pipeconf);
4750 POSTING_READ(PIPECONF(pipe));
Eric Anholt929c77f2011-03-30 13:01:04 -07004751 intel_enable_pipe(dev_priv, pipe, false);
Eric Anholtf564048e2011-03-30 13:01:02 -07004752
4753 intel_wait_for_vblank(dev, pipe);
4754
Eric Anholtf564048e2011-03-30 13:01:02 -07004755 I915_WRITE(DSPCNTR(plane), dspcntr);
4756 POSTING_READ(DSPCNTR(plane));
4757
Daniel Vetter94352cf2012-07-05 22:51:56 +02004758 ret = intel_pipe_set_base(crtc, x, y, fb);
Eric Anholtf564048e2011-03-30 13:01:02 -07004759
4760 intel_update_watermarks(dev);
4761
Eric Anholtf564048e2011-03-30 13:01:02 -07004762 return ret;
4763}
4764
Keith Packard9fb526d2011-09-26 22:24:57 -07004765/*
4766 * Initialize reference clocks when the driver loads
4767 */
4768void ironlake_init_pch_refclk(struct drm_device *dev)
Jesse Barnes13d83a62011-08-03 12:59:20 -07004769{
4770 struct drm_i915_private *dev_priv = dev->dev_private;
4771 struct drm_mode_config *mode_config = &dev->mode_config;
Jesse Barnes13d83a62011-08-03 12:59:20 -07004772 struct intel_encoder *encoder;
Jesse Barnes13d83a62011-08-03 12:59:20 -07004773 u32 temp;
4774 bool has_lvds = false;
Keith Packard199e5d72011-09-22 12:01:57 -07004775 bool has_cpu_edp = false;
4776 bool has_pch_edp = false;
4777 bool has_panel = false;
Keith Packard99eb6a02011-09-26 14:29:12 -07004778 bool has_ck505 = false;
4779 bool can_ssc = false;
Jesse Barnes13d83a62011-08-03 12:59:20 -07004780
4781 /* We need to take the global config into account */
Keith Packard199e5d72011-09-22 12:01:57 -07004782 list_for_each_entry(encoder, &mode_config->encoder_list,
4783 base.head) {
4784 switch (encoder->type) {
4785 case INTEL_OUTPUT_LVDS:
4786 has_panel = true;
4787 has_lvds = true;
4788 break;
4789 case INTEL_OUTPUT_EDP:
4790 has_panel = true;
4791 if (intel_encoder_is_pch_edp(&encoder->base))
4792 has_pch_edp = true;
4793 else
4794 has_cpu_edp = true;
4795 break;
Jesse Barnes13d83a62011-08-03 12:59:20 -07004796 }
4797 }
4798
Keith Packard99eb6a02011-09-26 14:29:12 -07004799 if (HAS_PCH_IBX(dev)) {
4800 has_ck505 = dev_priv->display_clock_mode;
4801 can_ssc = has_ck505;
4802 } else {
4803 has_ck505 = false;
4804 can_ssc = true;
4805 }
4806
4807 DRM_DEBUG_KMS("has_panel %d has_lvds %d has_pch_edp %d has_cpu_edp %d has_ck505 %d\n",
4808 has_panel, has_lvds, has_pch_edp, has_cpu_edp,
4809 has_ck505);
Jesse Barnes13d83a62011-08-03 12:59:20 -07004810
4811 /* Ironlake: try to setup display ref clock before DPLL
4812 * enabling. This is only under driver's control after
4813 * PCH B stepping, previous chipset stepping should be
4814 * ignoring this setting.
4815 */
4816 temp = I915_READ(PCH_DREF_CONTROL);
4817 /* Always enable nonspread source */
4818 temp &= ~DREF_NONSPREAD_SOURCE_MASK;
Jesse Barnes13d83a62011-08-03 12:59:20 -07004819
Keith Packard99eb6a02011-09-26 14:29:12 -07004820 if (has_ck505)
4821 temp |= DREF_NONSPREAD_CK505_ENABLE;
4822 else
4823 temp |= DREF_NONSPREAD_SOURCE_ENABLE;
Jesse Barnes13d83a62011-08-03 12:59:20 -07004824
Keith Packard199e5d72011-09-22 12:01:57 -07004825 if (has_panel) {
4826 temp &= ~DREF_SSC_SOURCE_MASK;
4827 temp |= DREF_SSC_SOURCE_ENABLE;
Jesse Barnes13d83a62011-08-03 12:59:20 -07004828
Keith Packard199e5d72011-09-22 12:01:57 -07004829 /* SSC must be turned on before enabling the CPU output */
Keith Packard99eb6a02011-09-26 14:29:12 -07004830 if (intel_panel_use_ssc(dev_priv) && can_ssc) {
Keith Packard199e5d72011-09-22 12:01:57 -07004831 DRM_DEBUG_KMS("Using SSC on panel\n");
Jesse Barnes13d83a62011-08-03 12:59:20 -07004832 temp |= DREF_SSC1_ENABLE;
Daniel Vettere77166b2012-03-30 22:14:05 +02004833 } else
4834 temp &= ~DREF_SSC1_ENABLE;
Keith Packard199e5d72011-09-22 12:01:57 -07004835
4836 /* Get SSC going before enabling the outputs */
4837 I915_WRITE(PCH_DREF_CONTROL, temp);
4838 POSTING_READ(PCH_DREF_CONTROL);
4839 udelay(200);
4840
Jesse Barnes13d83a62011-08-03 12:59:20 -07004841 temp &= ~DREF_CPU_SOURCE_OUTPUT_MASK;
4842
4843 /* Enable CPU source on CPU attached eDP */
Keith Packard199e5d72011-09-22 12:01:57 -07004844 if (has_cpu_edp) {
Keith Packard99eb6a02011-09-26 14:29:12 -07004845 if (intel_panel_use_ssc(dev_priv) && can_ssc) {
Keith Packard199e5d72011-09-22 12:01:57 -07004846 DRM_DEBUG_KMS("Using SSC on eDP\n");
Jesse Barnes13d83a62011-08-03 12:59:20 -07004847 temp |= DREF_CPU_SOURCE_OUTPUT_DOWNSPREAD;
Keith Packard199e5d72011-09-22 12:01:57 -07004848 }
Jesse Barnes13d83a62011-08-03 12:59:20 -07004849 else
4850 temp |= DREF_CPU_SOURCE_OUTPUT_NONSPREAD;
Keith Packard199e5d72011-09-22 12:01:57 -07004851 } else
4852 temp |= DREF_CPU_SOURCE_OUTPUT_DISABLE;
4853
4854 I915_WRITE(PCH_DREF_CONTROL, temp);
4855 POSTING_READ(PCH_DREF_CONTROL);
4856 udelay(200);
4857 } else {
4858 DRM_DEBUG_KMS("Disabling SSC entirely\n");
4859
4860 temp &= ~DREF_CPU_SOURCE_OUTPUT_MASK;
4861
4862 /* Turn off CPU output */
4863 temp |= DREF_CPU_SOURCE_OUTPUT_DISABLE;
4864
4865 I915_WRITE(PCH_DREF_CONTROL, temp);
4866 POSTING_READ(PCH_DREF_CONTROL);
4867 udelay(200);
4868
4869 /* Turn off the SSC source */
4870 temp &= ~DREF_SSC_SOURCE_MASK;
4871 temp |= DREF_SSC_SOURCE_DISABLE;
4872
4873 /* Turn off SSC1 */
4874 temp &= ~ DREF_SSC1_ENABLE;
4875
Jesse Barnes13d83a62011-08-03 12:59:20 -07004876 I915_WRITE(PCH_DREF_CONTROL, temp);
4877 POSTING_READ(PCH_DREF_CONTROL);
4878 udelay(200);
4879 }
4880}
4881
Jesse Barnesd9d444c2011-09-02 13:03:05 -07004882static int ironlake_get_refclk(struct drm_crtc *crtc)
4883{
4884 struct drm_device *dev = crtc->dev;
4885 struct drm_i915_private *dev_priv = dev->dev_private;
4886 struct intel_encoder *encoder;
Jesse Barnesd9d444c2011-09-02 13:03:05 -07004887 struct intel_encoder *edp_encoder = NULL;
4888 int num_connectors = 0;
4889 bool is_lvds = false;
4890
Daniel Vetter6c2b7c12012-07-05 09:50:24 +02004891 for_each_encoder_on_crtc(dev, crtc, encoder) {
Jesse Barnesd9d444c2011-09-02 13:03:05 -07004892 switch (encoder->type) {
4893 case INTEL_OUTPUT_LVDS:
4894 is_lvds = true;
4895 break;
4896 case INTEL_OUTPUT_EDP:
4897 edp_encoder = encoder;
4898 break;
4899 }
4900 num_connectors++;
4901 }
4902
4903 if (is_lvds && intel_panel_use_ssc(dev_priv) && num_connectors < 2) {
4904 DRM_DEBUG_KMS("using SSC reference clock of %d MHz\n",
4905 dev_priv->lvds_ssc_freq);
4906 return dev_priv->lvds_ssc_freq * 1000;
4907 }
4908
4909 return 120000;
4910}
4911
Paulo Zanonic8203562012-09-12 10:06:29 -03004912static void ironlake_set_pipeconf(struct drm_crtc *crtc,
4913 struct drm_display_mode *adjusted_mode,
4914 bool dither)
4915{
4916 struct drm_i915_private *dev_priv = crtc->dev->dev_private;
4917 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
4918 int pipe = intel_crtc->pipe;
4919 uint32_t val;
4920
4921 val = I915_READ(PIPECONF(pipe));
4922
4923 val &= ~PIPE_BPC_MASK;
4924 switch (intel_crtc->bpp) {
4925 case 18:
4926 val |= PIPE_6BPC;
4927 break;
4928 case 24:
4929 val |= PIPE_8BPC;
4930 break;
4931 case 30:
4932 val |= PIPE_10BPC;
4933 break;
4934 case 36:
4935 val |= PIPE_12BPC;
4936 break;
4937 default:
Paulo Zanonicc769b62012-09-20 18:36:03 -03004938 /* Case prevented by intel_choose_pipe_bpp_dither. */
4939 BUG();
Paulo Zanonic8203562012-09-12 10:06:29 -03004940 }
4941
4942 val &= ~(PIPECONF_DITHER_EN | PIPECONF_DITHER_TYPE_MASK);
4943 if (dither)
4944 val |= (PIPECONF_DITHER_EN | PIPECONF_DITHER_TYPE_SP);
4945
4946 val &= ~PIPECONF_INTERLACE_MASK;
4947 if (adjusted_mode->flags & DRM_MODE_FLAG_INTERLACE)
4948 val |= PIPECONF_INTERLACED_ILK;
4949 else
4950 val |= PIPECONF_PROGRESSIVE;
4951
4952 I915_WRITE(PIPECONF(pipe), val);
4953 POSTING_READ(PIPECONF(pipe));
4954}
4955
Paulo Zanoniee2b0b32012-10-05 12:05:57 -03004956static void haswell_set_pipeconf(struct drm_crtc *crtc,
4957 struct drm_display_mode *adjusted_mode,
4958 bool dither)
4959{
4960 struct drm_i915_private *dev_priv = crtc->dev->dev_private;
4961 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
Paulo Zanoni702e7a52012-10-23 18:29:59 -02004962 enum transcoder cpu_transcoder = intel_crtc->cpu_transcoder;
Paulo Zanoniee2b0b32012-10-05 12:05:57 -03004963 uint32_t val;
4964
Paulo Zanoni702e7a52012-10-23 18:29:59 -02004965 val = I915_READ(PIPECONF(cpu_transcoder));
Paulo Zanoniee2b0b32012-10-05 12:05:57 -03004966
4967 val &= ~(PIPECONF_DITHER_EN | PIPECONF_DITHER_TYPE_MASK);
4968 if (dither)
4969 val |= (PIPECONF_DITHER_EN | PIPECONF_DITHER_TYPE_SP);
4970
4971 val &= ~PIPECONF_INTERLACE_MASK_HSW;
4972 if (adjusted_mode->flags & DRM_MODE_FLAG_INTERLACE)
4973 val |= PIPECONF_INTERLACED_ILK;
4974 else
4975 val |= PIPECONF_PROGRESSIVE;
4976
Paulo Zanoni702e7a52012-10-23 18:29:59 -02004977 I915_WRITE(PIPECONF(cpu_transcoder), val);
4978 POSTING_READ(PIPECONF(cpu_transcoder));
Paulo Zanoniee2b0b32012-10-05 12:05:57 -03004979}
4980
Paulo Zanoni6591c6e2012-09-12 10:06:34 -03004981static bool ironlake_compute_clocks(struct drm_crtc *crtc,
4982 struct drm_display_mode *adjusted_mode,
4983 intel_clock_t *clock,
4984 bool *has_reduced_clock,
4985 intel_clock_t *reduced_clock)
4986{
4987 struct drm_device *dev = crtc->dev;
4988 struct drm_i915_private *dev_priv = dev->dev_private;
4989 struct intel_encoder *intel_encoder;
4990 int refclk;
4991 const intel_limit_t *limit;
4992 bool ret, is_sdvo = false, is_tv = false, is_lvds = false;
4993
4994 for_each_encoder_on_crtc(dev, crtc, intel_encoder) {
4995 switch (intel_encoder->type) {
4996 case INTEL_OUTPUT_LVDS:
4997 is_lvds = true;
4998 break;
4999 case INTEL_OUTPUT_SDVO:
5000 case INTEL_OUTPUT_HDMI:
5001 is_sdvo = true;
5002 if (intel_encoder->needs_tv_clock)
5003 is_tv = true;
5004 break;
5005 case INTEL_OUTPUT_TVOUT:
5006 is_tv = true;
5007 break;
5008 }
5009 }
5010
5011 refclk = ironlake_get_refclk(crtc);
5012
5013 /*
5014 * Returns a set of divisors for the desired target clock with the given
5015 * refclk, or FALSE. The returned values represent the clock equation:
5016 * reflck * (5 * (m1 + 2) + (m2 + 2)) / (n + 2) / p1 / p2.
5017 */
5018 limit = intel_limit(crtc, refclk);
5019 ret = limit->find_pll(limit, crtc, adjusted_mode->clock, refclk, NULL,
5020 clock);
5021 if (!ret)
5022 return false;
5023
5024 if (is_lvds && dev_priv->lvds_downclock_avail) {
5025 /*
5026 * Ensure we match the reduced clock's P to the target clock.
5027 * If the clocks don't match, we can't switch the display clock
5028 * by using the FP0/FP1. In such case we will disable the LVDS
5029 * downclock feature.
5030 */
5031 *has_reduced_clock = limit->find_pll(limit, crtc,
5032 dev_priv->lvds_downclock,
5033 refclk,
5034 clock,
5035 reduced_clock);
5036 }
5037
5038 if (is_sdvo && is_tv)
5039 i9xx_adjust_sdvo_tv_clock(adjusted_mode, clock);
5040
5041 return true;
5042}
5043
Daniel Vetter01a415f2012-10-27 15:58:40 +02005044static void cpt_enable_fdi_bc_bifurcation(struct drm_device *dev)
5045{
5046 struct drm_i915_private *dev_priv = dev->dev_private;
5047 uint32_t temp;
5048
5049 temp = I915_READ(SOUTH_CHICKEN1);
5050 if (temp & FDI_BC_BIFURCATION_SELECT)
5051 return;
5052
5053 WARN_ON(I915_READ(FDI_RX_CTL(PIPE_B)) & FDI_RX_ENABLE);
5054 WARN_ON(I915_READ(FDI_RX_CTL(PIPE_C)) & FDI_RX_ENABLE);
5055
5056 temp |= FDI_BC_BIFURCATION_SELECT;
5057 DRM_DEBUG_KMS("enabling fdi C rx\n");
5058 I915_WRITE(SOUTH_CHICKEN1, temp);
5059 POSTING_READ(SOUTH_CHICKEN1);
5060}
5061
5062static bool ironlake_check_fdi_lanes(struct intel_crtc *intel_crtc)
5063{
5064 struct drm_device *dev = intel_crtc->base.dev;
5065 struct drm_i915_private *dev_priv = dev->dev_private;
5066 struct intel_crtc *pipe_B_crtc =
5067 to_intel_crtc(dev_priv->pipe_to_crtc_mapping[PIPE_B]);
5068
5069 DRM_DEBUG_KMS("checking fdi config on pipe %i, lanes %i\n",
5070 intel_crtc->pipe, intel_crtc->fdi_lanes);
5071 if (intel_crtc->fdi_lanes > 4) {
5072 DRM_DEBUG_KMS("invalid fdi lane config on pipe %i: %i lanes\n",
5073 intel_crtc->pipe, intel_crtc->fdi_lanes);
5074 /* Clamp lanes to avoid programming the hw with bogus values. */
5075 intel_crtc->fdi_lanes = 4;
5076
5077 return false;
5078 }
5079
5080 if (dev_priv->num_pipe == 2)
5081 return true;
5082
5083 switch (intel_crtc->pipe) {
5084 case PIPE_A:
5085 return true;
5086 case PIPE_B:
5087 if (dev_priv->pipe_to_crtc_mapping[PIPE_C]->enabled &&
5088 intel_crtc->fdi_lanes > 2) {
5089 DRM_DEBUG_KMS("invalid shared fdi lane config on pipe %i: %i lanes\n",
5090 intel_crtc->pipe, intel_crtc->fdi_lanes);
5091 /* Clamp lanes to avoid programming the hw with bogus values. */
5092 intel_crtc->fdi_lanes = 2;
5093
5094 return false;
5095 }
5096
5097 if (intel_crtc->fdi_lanes > 2)
5098 WARN_ON(I915_READ(SOUTH_CHICKEN1) & FDI_BC_BIFURCATION_SELECT);
5099 else
5100 cpt_enable_fdi_bc_bifurcation(dev);
5101
5102 return true;
5103 case PIPE_C:
5104 if (!pipe_B_crtc->base.enabled || pipe_B_crtc->fdi_lanes <= 2) {
5105 if (intel_crtc->fdi_lanes > 2) {
5106 DRM_DEBUG_KMS("invalid shared fdi lane config on pipe %i: %i lanes\n",
5107 intel_crtc->pipe, intel_crtc->fdi_lanes);
5108 /* Clamp lanes to avoid programming the hw with bogus values. */
5109 intel_crtc->fdi_lanes = 2;
5110
5111 return false;
5112 }
5113 } else {
5114 DRM_DEBUG_KMS("fdi link B uses too many lanes to enable link C\n");
5115 return false;
5116 }
5117
5118 cpt_enable_fdi_bc_bifurcation(dev);
5119
5120 return true;
5121 default:
5122 BUG();
5123 }
5124}
5125
Paulo Zanonif48d8f22012-09-20 18:36:04 -03005126static void ironlake_set_m_n(struct drm_crtc *crtc,
5127 struct drm_display_mode *mode,
5128 struct drm_display_mode *adjusted_mode)
Jesse Barnes79e53942008-11-07 14:24:08 -08005129{
5130 struct drm_device *dev = crtc->dev;
5131 struct drm_i915_private *dev_priv = dev->dev_private;
5132 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
Paulo Zanoniafe2fcf2012-10-23 18:30:01 -02005133 enum transcoder cpu_transcoder = intel_crtc->cpu_transcoder;
Paulo Zanonif48d8f22012-09-20 18:36:04 -03005134 struct intel_encoder *intel_encoder, *edp_encoder = NULL;
Jesse Barnes79e53942008-11-07 14:24:08 -08005135 struct fdi_m_n m_n = {0};
Paulo Zanonif48d8f22012-09-20 18:36:04 -03005136 int target_clock, pixel_multiplier, lane, link_bw;
5137 bool is_dp = false, is_cpu_edp = false;
Jesse Barnes79e53942008-11-07 14:24:08 -08005138
Paulo Zanonif48d8f22012-09-20 18:36:04 -03005139 for_each_encoder_on_crtc(dev, crtc, intel_encoder) {
5140 switch (intel_encoder->type) {
Jesse Barnes79e53942008-11-07 14:24:08 -08005141 case INTEL_OUTPUT_DISPLAYPORT:
5142 is_dp = true;
5143 break;
5144 case INTEL_OUTPUT_EDP:
Jesse Barnese3aef172012-04-10 11:58:03 -07005145 is_dp = true;
Paulo Zanonif48d8f22012-09-20 18:36:04 -03005146 if (!intel_encoder_is_pch_edp(&intel_encoder->base))
Jesse Barnese3aef172012-04-10 11:58:03 -07005147 is_cpu_edp = true;
Paulo Zanonif48d8f22012-09-20 18:36:04 -03005148 edp_encoder = intel_encoder;
Jesse Barnes79e53942008-11-07 14:24:08 -08005149 break;
5150 }
Kristian Høgsberg43565a02009-02-13 20:56:52 -05005151 }
5152
Zhenyu Wang2c072452009-06-05 15:38:42 +08005153 /* FDI link */
Eric Anholt8febb292011-03-30 13:01:07 -07005154 pixel_multiplier = intel_mode_get_pixel_multiplier(adjusted_mode);
5155 lane = 0;
5156 /* CPU eDP doesn't require FDI link, so just set DP M/N
5157 according to current link config */
Jesse Barnese3aef172012-04-10 11:58:03 -07005158 if (is_cpu_edp) {
Jesse Barnese3aef172012-04-10 11:58:03 -07005159 intel_edp_link_config(edp_encoder, &lane, &link_bw);
Eric Anholt8febb292011-03-30 13:01:07 -07005160 } else {
Eric Anholt8febb292011-03-30 13:01:07 -07005161 /* FDI is a binary signal running at ~2.7GHz, encoding
5162 * each output octet as 10 bits. The actual frequency
5163 * is stored as a divider into a 100MHz clock, and the
5164 * mode pixel clock is stored in units of 1KHz.
5165 * Hence the bw of each lane in terms of the mode signal
5166 * is:
5167 */
5168 link_bw = intel_fdi_link_freq(dev) * MHz(100)/KHz(1)/10;
Zhenyu Wang5eb08b62009-07-24 01:00:31 +08005169 }
Zhenyu Wang2c072452009-06-05 15:38:42 +08005170
Daniel Vetter94bf2ce2012-06-04 18:39:19 +02005171 /* [e]DP over FDI requires target mode clock instead of link clock. */
5172 if (edp_encoder)
5173 target_clock = intel_edp_target_clock(edp_encoder, mode);
5174 else if (is_dp)
5175 target_clock = mode->clock;
5176 else
5177 target_clock = adjusted_mode->clock;
5178
Eric Anholt8febb292011-03-30 13:01:07 -07005179 if (!lane) {
5180 /*
5181 * Account for spread spectrum to avoid
5182 * oversubscribing the link. Max center spread
5183 * is 2.5%; use 5% for safety's sake.
5184 */
Jesse Barnes5a354202011-06-24 12:19:22 -07005185 u32 bps = target_clock * intel_crtc->bpp * 21 / 20;
Eric Anholt8febb292011-03-30 13:01:07 -07005186 lane = bps / (link_bw * 8) + 1;
5187 }
5188
5189 intel_crtc->fdi_lanes = lane;
5190
5191 if (pixel_multiplier > 1)
5192 link_bw *= pixel_multiplier;
Jesse Barnes5a354202011-06-24 12:19:22 -07005193 ironlake_compute_m_n(intel_crtc->bpp, lane, target_clock, link_bw,
5194 &m_n);
Eric Anholt8febb292011-03-30 13:01:07 -07005195
Paulo Zanoniafe2fcf2012-10-23 18:30:01 -02005196 I915_WRITE(PIPE_DATA_M1(cpu_transcoder), TU_SIZE(m_n.tu) | m_n.gmch_m);
5197 I915_WRITE(PIPE_DATA_N1(cpu_transcoder), m_n.gmch_n);
5198 I915_WRITE(PIPE_LINK_M1(cpu_transcoder), m_n.link_m);
5199 I915_WRITE(PIPE_LINK_N1(cpu_transcoder), m_n.link_n);
Paulo Zanonif48d8f22012-09-20 18:36:04 -03005200}
5201
Paulo Zanonide13a2e2012-09-20 18:36:05 -03005202static uint32_t ironlake_compute_dpll(struct intel_crtc *intel_crtc,
5203 struct drm_display_mode *adjusted_mode,
5204 intel_clock_t *clock, u32 fp)
5205{
5206 struct drm_crtc *crtc = &intel_crtc->base;
5207 struct drm_device *dev = crtc->dev;
5208 struct drm_i915_private *dev_priv = dev->dev_private;
5209 struct intel_encoder *intel_encoder;
5210 uint32_t dpll;
5211 int factor, pixel_multiplier, num_connectors = 0;
5212 bool is_lvds = false, is_sdvo = false, is_tv = false;
5213 bool is_dp = false, is_cpu_edp = false;
5214
5215 for_each_encoder_on_crtc(dev, crtc, intel_encoder) {
5216 switch (intel_encoder->type) {
5217 case INTEL_OUTPUT_LVDS:
5218 is_lvds = true;
5219 break;
5220 case INTEL_OUTPUT_SDVO:
5221 case INTEL_OUTPUT_HDMI:
5222 is_sdvo = true;
5223 if (intel_encoder->needs_tv_clock)
5224 is_tv = true;
5225 break;
5226 case INTEL_OUTPUT_TVOUT:
5227 is_tv = true;
5228 break;
5229 case INTEL_OUTPUT_DISPLAYPORT:
5230 is_dp = true;
5231 break;
5232 case INTEL_OUTPUT_EDP:
5233 is_dp = true;
5234 if (!intel_encoder_is_pch_edp(&intel_encoder->base))
5235 is_cpu_edp = true;
5236 break;
5237 }
5238
5239 num_connectors++;
5240 }
Jesse Barnes79e53942008-11-07 14:24:08 -08005241
Chris Wilsonc1858122010-12-03 21:35:48 +00005242 /* Enable autotuning of the PLL clock (if permissible) */
Eric Anholt8febb292011-03-30 13:01:07 -07005243 factor = 21;
5244 if (is_lvds) {
5245 if ((intel_panel_use_ssc(dev_priv) &&
5246 dev_priv->lvds_ssc_freq == 100) ||
Daniel Vetter1974cad2012-11-26 17:22:09 +01005247 intel_is_dual_link_lvds(dev))
Eric Anholt8febb292011-03-30 13:01:07 -07005248 factor = 25;
5249 } else if (is_sdvo && is_tv)
5250 factor = 20;
Chris Wilsonc1858122010-12-03 21:35:48 +00005251
Paulo Zanonide13a2e2012-09-20 18:36:05 -03005252 if (clock->m < factor * clock->n)
Eric Anholt8febb292011-03-30 13:01:07 -07005253 fp |= FP_CB_TUNE;
Chris Wilsonc1858122010-12-03 21:35:48 +00005254
Chris Wilson5eddb702010-09-11 13:48:45 +01005255 dpll = 0;
Zhenyu Wang2c072452009-06-05 15:38:42 +08005256
Eric Anholta07d6782011-03-30 13:01:08 -07005257 if (is_lvds)
5258 dpll |= DPLLB_MODE_LVDS;
5259 else
5260 dpll |= DPLLB_MODE_DAC_SERIAL;
5261 if (is_sdvo) {
Paulo Zanonide13a2e2012-09-20 18:36:05 -03005262 pixel_multiplier = intel_mode_get_pixel_multiplier(adjusted_mode);
Eric Anholta07d6782011-03-30 13:01:08 -07005263 if (pixel_multiplier > 1) {
5264 dpll |= (pixel_multiplier - 1) << PLL_REF_SDVO_HDMI_MULTIPLIER_SHIFT;
Jesse Barnes79e53942008-11-07 14:24:08 -08005265 }
Eric Anholta07d6782011-03-30 13:01:08 -07005266 dpll |= DPLL_DVO_HIGH_SPEED;
5267 }
Jesse Barnese3aef172012-04-10 11:58:03 -07005268 if (is_dp && !is_cpu_edp)
Eric Anholta07d6782011-03-30 13:01:08 -07005269 dpll |= DPLL_DVO_HIGH_SPEED;
Jesse Barnes79e53942008-11-07 14:24:08 -08005270
Eric Anholta07d6782011-03-30 13:01:08 -07005271 /* compute bitmask from p1 value */
Paulo Zanonide13a2e2012-09-20 18:36:05 -03005272 dpll |= (1 << (clock->p1 - 1)) << DPLL_FPA01_P1_POST_DIV_SHIFT;
Eric Anholta07d6782011-03-30 13:01:08 -07005273 /* also FPA1 */
Paulo Zanonide13a2e2012-09-20 18:36:05 -03005274 dpll |= (1 << (clock->p1 - 1)) << DPLL_FPA1_P1_POST_DIV_SHIFT;
Eric Anholta07d6782011-03-30 13:01:08 -07005275
Paulo Zanonide13a2e2012-09-20 18:36:05 -03005276 switch (clock->p2) {
Eric Anholta07d6782011-03-30 13:01:08 -07005277 case 5:
5278 dpll |= DPLL_DAC_SERIAL_P2_CLOCK_DIV_5;
5279 break;
5280 case 7:
5281 dpll |= DPLLB_LVDS_P2_CLOCK_DIV_7;
5282 break;
5283 case 10:
5284 dpll |= DPLL_DAC_SERIAL_P2_CLOCK_DIV_10;
5285 break;
5286 case 14:
5287 dpll |= DPLLB_LVDS_P2_CLOCK_DIV_14;
5288 break;
Jesse Barnes79e53942008-11-07 14:24:08 -08005289 }
5290
5291 if (is_sdvo && is_tv)
5292 dpll |= PLL_REF_INPUT_TVCLKINBC;
5293 else if (is_tv)
5294 /* XXX: just matching BIOS for now */
Kristian Høgsberg43565a02009-02-13 20:56:52 -05005295 /* dpll |= PLL_REF_INPUT_TVCLKINBC; */
Jesse Barnes79e53942008-11-07 14:24:08 -08005296 dpll |= 3;
Chris Wilsona7615032011-01-12 17:04:08 +00005297 else if (is_lvds && intel_panel_use_ssc(dev_priv) && num_connectors < 2)
Kristian Høgsberg43565a02009-02-13 20:56:52 -05005298 dpll |= PLLB_REF_INPUT_SPREADSPECTRUMIN;
Jesse Barnes79e53942008-11-07 14:24:08 -08005299 else
5300 dpll |= PLL_REF_INPUT_DREFCLK;
5301
Paulo Zanonide13a2e2012-09-20 18:36:05 -03005302 return dpll;
5303}
5304
Jesse Barnes79e53942008-11-07 14:24:08 -08005305static int ironlake_crtc_mode_set(struct drm_crtc *crtc,
5306 struct drm_display_mode *mode,
5307 struct drm_display_mode *adjusted_mode,
5308 int x, int y,
Daniel Vetter94352cf2012-07-05 22:51:56 +02005309 struct drm_framebuffer *fb)
Jesse Barnes79e53942008-11-07 14:24:08 -08005310{
5311 struct drm_device *dev = crtc->dev;
5312 struct drm_i915_private *dev_priv = dev->dev_private;
5313 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
5314 int pipe = intel_crtc->pipe;
5315 int plane = intel_crtc->plane;
Paulo Zanoni6591c6e2012-09-12 10:06:34 -03005316 int num_connectors = 0;
Jesse Barnes79e53942008-11-07 14:24:08 -08005317 intel_clock_t clock, reduced_clock;
Paulo Zanonia1f9e772012-09-12 10:06:32 -03005318 u32 dpll, fp = 0, fp2 = 0;
Paulo Zanonie2f12b02012-09-20 18:36:06 -03005319 bool ok, has_reduced_clock = false;
5320 bool is_lvds = false, is_dp = false, is_cpu_edp = false;
Paulo Zanonif48d8f22012-09-20 18:36:04 -03005321 struct intel_encoder *encoder;
Paulo Zanonide13a2e2012-09-20 18:36:05 -03005322 int ret;
Daniel Vetter01a415f2012-10-27 15:58:40 +02005323 bool dither, fdi_config_ok;
Jesse Barnes79e53942008-11-07 14:24:08 -08005324
5325 for_each_encoder_on_crtc(dev, crtc, encoder) {
5326 switch (encoder->type) {
5327 case INTEL_OUTPUT_LVDS:
5328 is_lvds = true;
5329 break;
Jesse Barnes79e53942008-11-07 14:24:08 -08005330 case INTEL_OUTPUT_DISPLAYPORT:
5331 is_dp = true;
5332 break;
5333 case INTEL_OUTPUT_EDP:
5334 is_dp = true;
Paulo Zanonie2f12b02012-09-20 18:36:06 -03005335 if (!intel_encoder_is_pch_edp(&encoder->base))
Jesse Barnes79e53942008-11-07 14:24:08 -08005336 is_cpu_edp = true;
Jesse Barnes79e53942008-11-07 14:24:08 -08005337 break;
5338 }
5339
5340 num_connectors++;
5341 }
5342
Paulo Zanoni5dc52982012-10-05 12:05:56 -03005343 WARN(!(HAS_PCH_IBX(dev) || HAS_PCH_CPT(dev)),
5344 "Unexpected PCH type %d\n", INTEL_PCH_TYPE(dev));
5345
Paulo Zanoni6591c6e2012-09-12 10:06:34 -03005346 ok = ironlake_compute_clocks(crtc, adjusted_mode, &clock,
5347 &has_reduced_clock, &reduced_clock);
Jesse Barnes79e53942008-11-07 14:24:08 -08005348 if (!ok) {
5349 DRM_ERROR("Couldn't find PLL settings for mode!\n");
5350 return -EINVAL;
5351 }
5352
5353 /* Ensure that the cursor is valid for the new mode before changing... */
5354 intel_crtc_update_cursor(crtc, true);
5355
Jesse Barnes79e53942008-11-07 14:24:08 -08005356 /* determine panel color depth */
Jani Nikulac8241962012-11-02 10:19:55 +02005357 dither = intel_choose_pipe_bpp_dither(crtc, fb, &intel_crtc->bpp,
5358 adjusted_mode);
Paulo Zanonic8203562012-09-12 10:06:29 -03005359 if (is_lvds && dev_priv->lvds_dither)
5360 dither = true;
Jesse Barnes79e53942008-11-07 14:24:08 -08005361
Jesse Barnes79e53942008-11-07 14:24:08 -08005362 fp = clock.n << 16 | clock.m1 << 8 | clock.m2;
5363 if (has_reduced_clock)
5364 fp2 = reduced_clock.n << 16 | reduced_clock.m1 << 8 |
5365 reduced_clock.m2;
5366
Paulo Zanonide13a2e2012-09-20 18:36:05 -03005367 dpll = ironlake_compute_dpll(intel_crtc, adjusted_mode, &clock, fp);
Jesse Barnes79e53942008-11-07 14:24:08 -08005368
Jesse Barnesf7cb34d2011-10-12 10:49:14 -07005369 DRM_DEBUG_KMS("Mode for pipe %d:\n", pipe);
Jesse Barnes79e53942008-11-07 14:24:08 -08005370 drm_mode_debug_printmodeline(mode);
5371
Paulo Zanoni5dc52982012-10-05 12:05:56 -03005372 /* CPU eDP is the only output that doesn't need a PCH PLL of its own. */
5373 if (!is_cpu_edp) {
Jesse Barnesee7b9f92012-04-20 17:11:53 +01005374 struct intel_pch_pll *pll;
Chris Wilson5eddb702010-09-11 13:48:45 +01005375
Jesse Barnesee7b9f92012-04-20 17:11:53 +01005376 pll = intel_get_pch_pll(intel_crtc, dpll, fp);
5377 if (pll == NULL) {
5378 DRM_DEBUG_DRIVER("failed to find PLL for pipe %d\n",
5379 pipe);
Jesse Barnes4b645f12011-10-12 09:51:31 -07005380 return -EINVAL;
5381 }
Jesse Barnesee7b9f92012-04-20 17:11:53 +01005382 } else
5383 intel_put_pch_pll(intel_crtc);
Jesse Barnes79e53942008-11-07 14:24:08 -08005384
Jesse Barnese3aef172012-04-10 11:58:03 -07005385 if (is_dp && !is_cpu_edp) {
Keith Packarda4fc5ed2009-04-07 16:16:42 -07005386 intel_dp_set_m_n(crtc, mode, adjusted_mode);
Eric Anholt8febb292011-03-30 13:01:07 -07005387 } else {
Zhenyu Wang8db9d772010-04-07 16:15:54 +08005388 /* For non-DP output, clear any trans DP clock recovery setting.*/
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08005389 I915_WRITE(TRANSDATA_M1(pipe), 0);
5390 I915_WRITE(TRANSDATA_N1(pipe), 0);
5391 I915_WRITE(TRANSDPLINK_M1(pipe), 0);
5392 I915_WRITE(TRANSDPLINK_N1(pipe), 0);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08005393 }
Jesse Barnes79e53942008-11-07 14:24:08 -08005394
Daniel Vetterdafd2262012-11-26 17:22:07 +01005395 for_each_encoder_on_crtc(dev, crtc, encoder)
5396 if (encoder->pre_pll_enable)
5397 encoder->pre_pll_enable(encoder);
5398
Jesse Barnesee7b9f92012-04-20 17:11:53 +01005399 if (intel_crtc->pch_pll) {
5400 I915_WRITE(intel_crtc->pch_pll->pll_reg, dpll);
Chris Wilson5eddb702010-09-11 13:48:45 +01005401
Zhenyu Wang32f9d652009-07-24 01:00:32 +08005402 /* Wait for the clocks to stabilize. */
Jesse Barnesee7b9f92012-04-20 17:11:53 +01005403 POSTING_READ(intel_crtc->pch_pll->pll_reg);
Zhenyu Wang32f9d652009-07-24 01:00:32 +08005404 udelay(150);
5405
Eric Anholt8febb292011-03-30 13:01:07 -07005406 /* The pixel multiplier can only be updated once the
5407 * DPLL is enabled and the clocks are stable.
5408 *
5409 * So write it again.
5410 */
Jesse Barnesee7b9f92012-04-20 17:11:53 +01005411 I915_WRITE(intel_crtc->pch_pll->pll_reg, dpll);
Jesse Barnes79e53942008-11-07 14:24:08 -08005412 }
Jesse Barnes79e53942008-11-07 14:24:08 -08005413
Chris Wilson5eddb702010-09-11 13:48:45 +01005414 intel_crtc->lowfreq_avail = false;
Jesse Barnesee7b9f92012-04-20 17:11:53 +01005415 if (intel_crtc->pch_pll) {
Jesse Barnes4b645f12011-10-12 09:51:31 -07005416 if (is_lvds && has_reduced_clock && i915_powersave) {
Jesse Barnesee7b9f92012-04-20 17:11:53 +01005417 I915_WRITE(intel_crtc->pch_pll->fp1_reg, fp2);
Jesse Barnes4b645f12011-10-12 09:51:31 -07005418 intel_crtc->lowfreq_avail = true;
Jesse Barnes4b645f12011-10-12 09:51:31 -07005419 } else {
Jesse Barnesee7b9f92012-04-20 17:11:53 +01005420 I915_WRITE(intel_crtc->pch_pll->fp1_reg, fp);
Jesse Barnes652c3932009-08-17 13:31:43 -07005421 }
5422 }
5423
Paulo Zanonib0e77b92012-10-01 18:10:53 -03005424 intel_set_pipe_timings(intel_crtc, mode, adjusted_mode);
Krzysztof Halasa734b4152010-05-25 18:41:46 +02005425
Daniel Vetter01a415f2012-10-27 15:58:40 +02005426 /* Note, this also computes intel_crtc->fdi_lanes which is used below in
5427 * ironlake_check_fdi_lanes. */
Paulo Zanonif48d8f22012-09-20 18:36:04 -03005428 ironlake_set_m_n(crtc, mode, adjusted_mode);
Chris Wilson5eddb702010-09-11 13:48:45 +01005429
Daniel Vetter01a415f2012-10-27 15:58:40 +02005430 fdi_config_ok = ironlake_check_fdi_lanes(intel_crtc);
Zhenyu Wang2c072452009-06-05 15:38:42 +08005431
Jesse Barnese3aef172012-04-10 11:58:03 -07005432 if (is_cpu_edp)
Eric Anholt8febb292011-03-30 13:01:07 -07005433 ironlake_set_pll_edp(crtc, adjusted_mode->clock);
Zhenyu Wang2c072452009-06-05 15:38:42 +08005434
Paulo Zanonic8203562012-09-12 10:06:29 -03005435 ironlake_set_pipeconf(crtc, adjusted_mode, dither);
Jesse Barnes79e53942008-11-07 14:24:08 -08005436
Jesse Barnes9d0498a2010-08-18 13:20:54 -07005437 intel_wait_for_vblank(dev, pipe);
Jesse Barnes79e53942008-11-07 14:24:08 -08005438
Paulo Zanonia1f9e772012-09-12 10:06:32 -03005439 /* Set up the display plane register */
5440 I915_WRITE(DSPCNTR(plane), DISPPLANE_GAMMA_ENABLE);
Jesse Barnesb24e7172011-01-04 15:09:30 -08005441 POSTING_READ(DSPCNTR(plane));
Jesse Barnes79e53942008-11-07 14:24:08 -08005442
Daniel Vetter94352cf2012-07-05 22:51:56 +02005443 ret = intel_pipe_set_base(crtc, x, y, fb);
Shaohua Li7662c8b2009-06-26 11:23:55 +08005444
5445 intel_update_watermarks(dev);
5446
Eugeni Dodonov1f8eeab2012-05-09 15:37:24 -03005447 intel_update_linetime_watermarks(dev, pipe, adjusted_mode);
5448
Daniel Vetter01a415f2012-10-27 15:58:40 +02005449 return fdi_config_ok ? ret : -EINVAL;
Jesse Barnes79e53942008-11-07 14:24:08 -08005450}
5451
Paulo Zanoni09b4ddf2012-10-05 12:05:55 -03005452static int haswell_crtc_mode_set(struct drm_crtc *crtc,
5453 struct drm_display_mode *mode,
5454 struct drm_display_mode *adjusted_mode,
5455 int x, int y,
5456 struct drm_framebuffer *fb)
5457{
5458 struct drm_device *dev = crtc->dev;
5459 struct drm_i915_private *dev_priv = dev->dev_private;
5460 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
5461 int pipe = intel_crtc->pipe;
5462 int plane = intel_crtc->plane;
5463 int num_connectors = 0;
5464 intel_clock_t clock, reduced_clock;
Paulo Zanoni5dc52982012-10-05 12:05:56 -03005465 u32 dpll = 0, fp = 0, fp2 = 0;
Paulo Zanoni09b4ddf2012-10-05 12:05:55 -03005466 bool ok, has_reduced_clock = false;
5467 bool is_lvds = false, is_dp = false, is_cpu_edp = false;
5468 struct intel_encoder *encoder;
5469 u32 temp;
5470 int ret;
5471 bool dither;
5472
5473 for_each_encoder_on_crtc(dev, crtc, encoder) {
5474 switch (encoder->type) {
5475 case INTEL_OUTPUT_LVDS:
5476 is_lvds = true;
5477 break;
5478 case INTEL_OUTPUT_DISPLAYPORT:
5479 is_dp = true;
5480 break;
5481 case INTEL_OUTPUT_EDP:
5482 is_dp = true;
5483 if (!intel_encoder_is_pch_edp(&encoder->base))
5484 is_cpu_edp = true;
5485 break;
5486 }
5487
5488 num_connectors++;
5489 }
5490
Paulo Zanonia5c961d2012-10-24 15:59:34 -02005491 if (is_cpu_edp)
5492 intel_crtc->cpu_transcoder = TRANSCODER_EDP;
5493 else
5494 intel_crtc->cpu_transcoder = pipe;
5495
Paulo Zanoni5dc52982012-10-05 12:05:56 -03005496 /* We are not sure yet this won't happen. */
5497 WARN(!HAS_PCH_LPT(dev), "Unexpected PCH type %d\n",
5498 INTEL_PCH_TYPE(dev));
5499
5500 WARN(num_connectors != 1, "%d connectors attached to pipe %c\n",
5501 num_connectors, pipe_name(pipe));
5502
Paulo Zanoni702e7a52012-10-23 18:29:59 -02005503 WARN_ON(I915_READ(PIPECONF(intel_crtc->cpu_transcoder)) &
Paulo Zanoni1ce42922012-10-05 12:06:01 -03005504 (PIPECONF_ENABLE | I965_PIPECONF_ACTIVE));
5505
5506 WARN_ON(I915_READ(DSPCNTR(plane)) & DISPLAY_PLANE_ENABLE);
5507
Paulo Zanoni6441ab52012-10-05 12:05:58 -03005508 if (!intel_ddi_pll_mode_set(crtc, adjusted_mode->clock))
5509 return -EINVAL;
5510
Paulo Zanoni5dc52982012-10-05 12:05:56 -03005511 if (HAS_PCH_IBX(dev) || HAS_PCH_CPT(dev)) {
5512 ok = ironlake_compute_clocks(crtc, adjusted_mode, &clock,
5513 &has_reduced_clock,
5514 &reduced_clock);
5515 if (!ok) {
5516 DRM_ERROR("Couldn't find PLL settings for mode!\n");
5517 return -EINVAL;
5518 }
Paulo Zanoni09b4ddf2012-10-05 12:05:55 -03005519 }
5520
5521 /* Ensure that the cursor is valid for the new mode before changing... */
5522 intel_crtc_update_cursor(crtc, true);
5523
5524 /* determine panel color depth */
Jani Nikulac8241962012-11-02 10:19:55 +02005525 dither = intel_choose_pipe_bpp_dither(crtc, fb, &intel_crtc->bpp,
5526 adjusted_mode);
Paulo Zanoni09b4ddf2012-10-05 12:05:55 -03005527 if (is_lvds && dev_priv->lvds_dither)
5528 dither = true;
5529
Paulo Zanoni09b4ddf2012-10-05 12:05:55 -03005530 DRM_DEBUG_KMS("Mode for pipe %d:\n", pipe);
5531 drm_mode_debug_printmodeline(mode);
5532
Paulo Zanoni5dc52982012-10-05 12:05:56 -03005533 if (HAS_PCH_IBX(dev) || HAS_PCH_CPT(dev)) {
5534 fp = clock.n << 16 | clock.m1 << 8 | clock.m2;
5535 if (has_reduced_clock)
5536 fp2 = reduced_clock.n << 16 | reduced_clock.m1 << 8 |
5537 reduced_clock.m2;
Paulo Zanoni09b4ddf2012-10-05 12:05:55 -03005538
Paulo Zanoni5dc52982012-10-05 12:05:56 -03005539 dpll = ironlake_compute_dpll(intel_crtc, adjusted_mode, &clock,
5540 fp);
Paulo Zanoni09b4ddf2012-10-05 12:05:55 -03005541
Paulo Zanoni5dc52982012-10-05 12:05:56 -03005542 /* CPU eDP is the only output that doesn't need a PCH PLL of its
5543 * own on pre-Haswell/LPT generation */
5544 if (!is_cpu_edp) {
5545 struct intel_pch_pll *pll;
5546
5547 pll = intel_get_pch_pll(intel_crtc, dpll, fp);
5548 if (pll == NULL) {
5549 DRM_DEBUG_DRIVER("failed to find PLL for pipe %d\n",
5550 pipe);
5551 return -EINVAL;
5552 }
5553 } else
5554 intel_put_pch_pll(intel_crtc);
5555
5556 /* The LVDS pin pair needs to be on before the DPLLs are
5557 * enabled. This is an exception to the general rule that
5558 * mode_set doesn't turn things on.
5559 */
5560 if (is_lvds) {
5561 temp = I915_READ(PCH_LVDS);
5562 temp |= LVDS_PORT_EN | LVDS_A0A2_CLKA_POWER_UP;
5563 if (HAS_PCH_CPT(dev)) {
5564 temp &= ~PORT_TRANS_SEL_MASK;
5565 temp |= PORT_TRANS_SEL_CPT(pipe);
5566 } else {
5567 if (pipe == 1)
5568 temp |= LVDS_PIPEB_SELECT;
5569 else
5570 temp &= ~LVDS_PIPEB_SELECT;
5571 }
5572
5573 /* set the corresponsding LVDS_BORDER bit */
5574 temp |= dev_priv->lvds_border_bits;
5575 /* Set the B0-B3 data pairs corresponding to whether
5576 * we're going to set the DPLLs for dual-channel mode or
5577 * not.
5578 */
5579 if (clock.p2 == 7)
5580 temp |= LVDS_B0B3_POWER_UP | LVDS_CLKB_POWER_UP;
Paulo Zanoni09b4ddf2012-10-05 12:05:55 -03005581 else
Paulo Zanoni5dc52982012-10-05 12:05:56 -03005582 temp &= ~(LVDS_B0B3_POWER_UP |
5583 LVDS_CLKB_POWER_UP);
5584
5585 /* It would be nice to set 24 vs 18-bit mode
5586 * (LVDS_A3_POWER_UP) appropriately here, but we need to
5587 * look more thoroughly into how panels behave in the
5588 * two modes.
5589 */
5590 temp &= ~(LVDS_HSYNC_POLARITY | LVDS_VSYNC_POLARITY);
5591 if (adjusted_mode->flags & DRM_MODE_FLAG_NHSYNC)
5592 temp |= LVDS_HSYNC_POLARITY;
5593 if (adjusted_mode->flags & DRM_MODE_FLAG_NVSYNC)
5594 temp |= LVDS_VSYNC_POLARITY;
5595 I915_WRITE(PCH_LVDS, temp);
Paulo Zanoni09b4ddf2012-10-05 12:05:55 -03005596 }
Paulo Zanoni09b4ddf2012-10-05 12:05:55 -03005597 }
5598
5599 if (is_dp && !is_cpu_edp) {
5600 intel_dp_set_m_n(crtc, mode, adjusted_mode);
5601 } else {
Paulo Zanoni5dc52982012-10-05 12:05:56 -03005602 if (HAS_PCH_IBX(dev) || HAS_PCH_CPT(dev)) {
5603 /* For non-DP output, clear any trans DP clock recovery
5604 * setting.*/
5605 I915_WRITE(TRANSDATA_M1(pipe), 0);
5606 I915_WRITE(TRANSDATA_N1(pipe), 0);
5607 I915_WRITE(TRANSDPLINK_M1(pipe), 0);
5608 I915_WRITE(TRANSDPLINK_N1(pipe), 0);
5609 }
Paulo Zanoni09b4ddf2012-10-05 12:05:55 -03005610 }
5611
5612 intel_crtc->lowfreq_avail = false;
Paulo Zanoni5dc52982012-10-05 12:05:56 -03005613 if (HAS_PCH_IBX(dev) || HAS_PCH_CPT(dev)) {
5614 if (intel_crtc->pch_pll) {
5615 I915_WRITE(intel_crtc->pch_pll->pll_reg, dpll);
5616
5617 /* Wait for the clocks to stabilize. */
5618 POSTING_READ(intel_crtc->pch_pll->pll_reg);
5619 udelay(150);
5620
5621 /* The pixel multiplier can only be updated once the
5622 * DPLL is enabled and the clocks are stable.
5623 *
5624 * So write it again.
5625 */
5626 I915_WRITE(intel_crtc->pch_pll->pll_reg, dpll);
5627 }
5628
5629 if (intel_crtc->pch_pll) {
5630 if (is_lvds && has_reduced_clock && i915_powersave) {
5631 I915_WRITE(intel_crtc->pch_pll->fp1_reg, fp2);
5632 intel_crtc->lowfreq_avail = true;
5633 } else {
5634 I915_WRITE(intel_crtc->pch_pll->fp1_reg, fp);
5635 }
Paulo Zanoni09b4ddf2012-10-05 12:05:55 -03005636 }
5637 }
5638
5639 intel_set_pipe_timings(intel_crtc, mode, adjusted_mode);
5640
Paulo Zanoni1eb8dfe2012-10-18 12:42:10 -03005641 if (!is_dp || is_cpu_edp)
5642 ironlake_set_m_n(crtc, mode, adjusted_mode);
Paulo Zanoni09b4ddf2012-10-05 12:05:55 -03005643
Paulo Zanoni5dc52982012-10-05 12:05:56 -03005644 if (HAS_PCH_IBX(dev) || HAS_PCH_CPT(dev))
5645 if (is_cpu_edp)
5646 ironlake_set_pll_edp(crtc, adjusted_mode->clock);
Paulo Zanoni09b4ddf2012-10-05 12:05:55 -03005647
Paulo Zanoniee2b0b32012-10-05 12:05:57 -03005648 haswell_set_pipeconf(crtc, adjusted_mode, dither);
Paulo Zanoni09b4ddf2012-10-05 12:05:55 -03005649
Paulo Zanoni09b4ddf2012-10-05 12:05:55 -03005650 /* Set up the display plane register */
5651 I915_WRITE(DSPCNTR(plane), DISPPLANE_GAMMA_ENABLE);
5652 POSTING_READ(DSPCNTR(plane));
5653
5654 ret = intel_pipe_set_base(crtc, x, y, fb);
5655
5656 intel_update_watermarks(dev);
5657
5658 intel_update_linetime_watermarks(dev, pipe, adjusted_mode);
5659
Jesse Barnes79e53942008-11-07 14:24:08 -08005660 return ret;
5661}
5662
Eric Anholtf564048e2011-03-30 13:01:02 -07005663static int intel_crtc_mode_set(struct drm_crtc *crtc,
5664 struct drm_display_mode *mode,
5665 struct drm_display_mode *adjusted_mode,
5666 int x, int y,
Daniel Vetter94352cf2012-07-05 22:51:56 +02005667 struct drm_framebuffer *fb)
Eric Anholtf564048e2011-03-30 13:01:02 -07005668{
5669 struct drm_device *dev = crtc->dev;
5670 struct drm_i915_private *dev_priv = dev->dev_private;
Daniel Vetter9256aa12012-10-31 19:26:13 +01005671 struct drm_encoder_helper_funcs *encoder_funcs;
5672 struct intel_encoder *encoder;
Eric Anholt0b701d22011-03-30 13:01:03 -07005673 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
5674 int pipe = intel_crtc->pipe;
Eric Anholtf564048e2011-03-30 13:01:02 -07005675 int ret;
5676
Eric Anholt0b701d22011-03-30 13:01:03 -07005677 drm_vblank_pre_modeset(dev, pipe);
5678
Eric Anholtf564048e2011-03-30 13:01:02 -07005679 ret = dev_priv->display.crtc_mode_set(crtc, mode, adjusted_mode,
Daniel Vetter94352cf2012-07-05 22:51:56 +02005680 x, y, fb);
Jesse Barnes79e53942008-11-07 14:24:08 -08005681 drm_vblank_post_modeset(dev, pipe);
5682
Daniel Vetter9256aa12012-10-31 19:26:13 +01005683 if (ret != 0)
5684 return ret;
5685
5686 for_each_encoder_on_crtc(dev, crtc, encoder) {
5687 DRM_DEBUG_KMS("[ENCODER:%d:%s] set [MODE:%d:%s]\n",
5688 encoder->base.base.id,
5689 drm_get_encoder_name(&encoder->base),
5690 mode->base.id, mode->name);
5691 encoder_funcs = encoder->base.helper_private;
5692 encoder_funcs->mode_set(&encoder->base, mode, adjusted_mode);
5693 }
5694
5695 return 0;
Jesse Barnes79e53942008-11-07 14:24:08 -08005696}
5697
Wu Fengguang3a9627f2011-12-09 20:42:19 +08005698static bool intel_eld_uptodate(struct drm_connector *connector,
5699 int reg_eldv, uint32_t bits_eldv,
5700 int reg_elda, uint32_t bits_elda,
5701 int reg_edid)
5702{
5703 struct drm_i915_private *dev_priv = connector->dev->dev_private;
5704 uint8_t *eld = connector->eld;
5705 uint32_t i;
5706
5707 i = I915_READ(reg_eldv);
5708 i &= bits_eldv;
5709
5710 if (!eld[0])
5711 return !i;
5712
5713 if (!i)
5714 return false;
5715
5716 i = I915_READ(reg_elda);
5717 i &= ~bits_elda;
5718 I915_WRITE(reg_elda, i);
5719
5720 for (i = 0; i < eld[2]; i++)
5721 if (I915_READ(reg_edid) != *((uint32_t *)eld + i))
5722 return false;
5723
5724 return true;
5725}
5726
Wu Fengguange0dac652011-09-05 14:25:34 +08005727static void g4x_write_eld(struct drm_connector *connector,
5728 struct drm_crtc *crtc)
5729{
5730 struct drm_i915_private *dev_priv = connector->dev->dev_private;
5731 uint8_t *eld = connector->eld;
5732 uint32_t eldv;
5733 uint32_t len;
5734 uint32_t i;
5735
5736 i = I915_READ(G4X_AUD_VID_DID);
5737
5738 if (i == INTEL_AUDIO_DEVBLC || i == INTEL_AUDIO_DEVCL)
5739 eldv = G4X_ELDV_DEVCL_DEVBLC;
5740 else
5741 eldv = G4X_ELDV_DEVCTG;
5742
Wu Fengguang3a9627f2011-12-09 20:42:19 +08005743 if (intel_eld_uptodate(connector,
5744 G4X_AUD_CNTL_ST, eldv,
5745 G4X_AUD_CNTL_ST, G4X_ELD_ADDR,
5746 G4X_HDMIW_HDMIEDID))
5747 return;
5748
Wu Fengguange0dac652011-09-05 14:25:34 +08005749 i = I915_READ(G4X_AUD_CNTL_ST);
5750 i &= ~(eldv | G4X_ELD_ADDR);
5751 len = (i >> 9) & 0x1f; /* ELD buffer size */
5752 I915_WRITE(G4X_AUD_CNTL_ST, i);
5753
5754 if (!eld[0])
5755 return;
5756
5757 len = min_t(uint8_t, eld[2], len);
5758 DRM_DEBUG_DRIVER("ELD size %d\n", len);
5759 for (i = 0; i < len; i++)
5760 I915_WRITE(G4X_HDMIW_HDMIEDID, *((uint32_t *)eld + i));
5761
5762 i = I915_READ(G4X_AUD_CNTL_ST);
5763 i |= eldv;
5764 I915_WRITE(G4X_AUD_CNTL_ST, i);
5765}
5766
Wang Xingchao83358c852012-08-16 22:43:37 +08005767static void haswell_write_eld(struct drm_connector *connector,
5768 struct drm_crtc *crtc)
5769{
5770 struct drm_i915_private *dev_priv = connector->dev->dev_private;
5771 uint8_t *eld = connector->eld;
5772 struct drm_device *dev = crtc->dev;
5773 uint32_t eldv;
5774 uint32_t i;
5775 int len;
5776 int pipe = to_intel_crtc(crtc)->pipe;
5777 int tmp;
5778
5779 int hdmiw_hdmiedid = HSW_AUD_EDID_DATA(pipe);
5780 int aud_cntl_st = HSW_AUD_DIP_ELD_CTRL(pipe);
5781 int aud_config = HSW_AUD_CFG(pipe);
5782 int aud_cntrl_st2 = HSW_AUD_PIN_ELD_CP_VLD;
5783
5784
5785 DRM_DEBUG_DRIVER("HDMI: Haswell Audio initialize....\n");
5786
5787 /* Audio output enable */
5788 DRM_DEBUG_DRIVER("HDMI audio: enable codec\n");
5789 tmp = I915_READ(aud_cntrl_st2);
5790 tmp |= (AUDIO_OUTPUT_ENABLE_A << (pipe * 4));
5791 I915_WRITE(aud_cntrl_st2, tmp);
5792
5793 /* Wait for 1 vertical blank */
5794 intel_wait_for_vblank(dev, pipe);
5795
5796 /* Set ELD valid state */
5797 tmp = I915_READ(aud_cntrl_st2);
5798 DRM_DEBUG_DRIVER("HDMI audio: pin eld vld status=0x%8x\n", tmp);
5799 tmp |= (AUDIO_ELD_VALID_A << (pipe * 4));
5800 I915_WRITE(aud_cntrl_st2, tmp);
5801 tmp = I915_READ(aud_cntrl_st2);
5802 DRM_DEBUG_DRIVER("HDMI audio: eld vld status=0x%8x\n", tmp);
5803
5804 /* Enable HDMI mode */
5805 tmp = I915_READ(aud_config);
5806 DRM_DEBUG_DRIVER("HDMI audio: audio conf: 0x%8x\n", tmp);
5807 /* clear N_programing_enable and N_value_index */
5808 tmp &= ~(AUD_CONFIG_N_VALUE_INDEX | AUD_CONFIG_N_PROG_ENABLE);
5809 I915_WRITE(aud_config, tmp);
5810
5811 DRM_DEBUG_DRIVER("ELD on pipe %c\n", pipe_name(pipe));
5812
5813 eldv = AUDIO_ELD_VALID_A << (pipe * 4);
5814
5815 if (intel_pipe_has_type(crtc, INTEL_OUTPUT_DISPLAYPORT)) {
5816 DRM_DEBUG_DRIVER("ELD: DisplayPort detected\n");
5817 eld[5] |= (1 << 2); /* Conn_Type, 0x1 = DisplayPort */
5818 I915_WRITE(aud_config, AUD_CONFIG_N_VALUE_INDEX); /* 0x1 = DP */
5819 } else
5820 I915_WRITE(aud_config, 0);
5821
5822 if (intel_eld_uptodate(connector,
5823 aud_cntrl_st2, eldv,
5824 aud_cntl_st, IBX_ELD_ADDRESS,
5825 hdmiw_hdmiedid))
5826 return;
5827
5828 i = I915_READ(aud_cntrl_st2);
5829 i &= ~eldv;
5830 I915_WRITE(aud_cntrl_st2, i);
5831
5832 if (!eld[0])
5833 return;
5834
5835 i = I915_READ(aud_cntl_st);
5836 i &= ~IBX_ELD_ADDRESS;
5837 I915_WRITE(aud_cntl_st, i);
5838 i = (i >> 29) & DIP_PORT_SEL_MASK; /* DIP_Port_Select, 0x1 = PortB */
5839 DRM_DEBUG_DRIVER("port num:%d\n", i);
5840
5841 len = min_t(uint8_t, eld[2], 21); /* 84 bytes of hw ELD buffer */
5842 DRM_DEBUG_DRIVER("ELD size %d\n", len);
5843 for (i = 0; i < len; i++)
5844 I915_WRITE(hdmiw_hdmiedid, *((uint32_t *)eld + i));
5845
5846 i = I915_READ(aud_cntrl_st2);
5847 i |= eldv;
5848 I915_WRITE(aud_cntrl_st2, i);
5849
5850}
5851
Wu Fengguange0dac652011-09-05 14:25:34 +08005852static void ironlake_write_eld(struct drm_connector *connector,
5853 struct drm_crtc *crtc)
5854{
5855 struct drm_i915_private *dev_priv = connector->dev->dev_private;
5856 uint8_t *eld = connector->eld;
5857 uint32_t eldv;
5858 uint32_t i;
5859 int len;
5860 int hdmiw_hdmiedid;
Wu Fengguangb6daa022012-01-06 14:41:31 -06005861 int aud_config;
Wu Fengguange0dac652011-09-05 14:25:34 +08005862 int aud_cntl_st;
5863 int aud_cntrl_st2;
Wang Xingchao9b138a82012-08-09 16:52:18 +08005864 int pipe = to_intel_crtc(crtc)->pipe;
Wu Fengguange0dac652011-09-05 14:25:34 +08005865
Wu Fengguangb3f33cb2011-12-09 20:42:17 +08005866 if (HAS_PCH_IBX(connector->dev)) {
Wang Xingchao9b138a82012-08-09 16:52:18 +08005867 hdmiw_hdmiedid = IBX_HDMIW_HDMIEDID(pipe);
5868 aud_config = IBX_AUD_CFG(pipe);
5869 aud_cntl_st = IBX_AUD_CNTL_ST(pipe);
Wu Fengguang1202b4c62011-12-09 20:42:18 +08005870 aud_cntrl_st2 = IBX_AUD_CNTL_ST2;
Wu Fengguange0dac652011-09-05 14:25:34 +08005871 } else {
Wang Xingchao9b138a82012-08-09 16:52:18 +08005872 hdmiw_hdmiedid = CPT_HDMIW_HDMIEDID(pipe);
5873 aud_config = CPT_AUD_CFG(pipe);
5874 aud_cntl_st = CPT_AUD_CNTL_ST(pipe);
Wu Fengguang1202b4c62011-12-09 20:42:18 +08005875 aud_cntrl_st2 = CPT_AUD_CNTRL_ST2;
Wu Fengguange0dac652011-09-05 14:25:34 +08005876 }
5877
Wang Xingchao9b138a82012-08-09 16:52:18 +08005878 DRM_DEBUG_DRIVER("ELD on pipe %c\n", pipe_name(pipe));
Wu Fengguange0dac652011-09-05 14:25:34 +08005879
5880 i = I915_READ(aud_cntl_st);
Wang Xingchao9b138a82012-08-09 16:52:18 +08005881 i = (i >> 29) & DIP_PORT_SEL_MASK; /* DIP_Port_Select, 0x1 = PortB */
Wu Fengguange0dac652011-09-05 14:25:34 +08005882 if (!i) {
5883 DRM_DEBUG_DRIVER("Audio directed to unknown port\n");
5884 /* operate blindly on all ports */
Wu Fengguang1202b4c62011-12-09 20:42:18 +08005885 eldv = IBX_ELD_VALIDB;
5886 eldv |= IBX_ELD_VALIDB << 4;
5887 eldv |= IBX_ELD_VALIDB << 8;
Wu Fengguange0dac652011-09-05 14:25:34 +08005888 } else {
5889 DRM_DEBUG_DRIVER("ELD on port %c\n", 'A' + i);
Wu Fengguang1202b4c62011-12-09 20:42:18 +08005890 eldv = IBX_ELD_VALIDB << ((i - 1) * 4);
Wu Fengguange0dac652011-09-05 14:25:34 +08005891 }
5892
Wu Fengguang3a9627f2011-12-09 20:42:19 +08005893 if (intel_pipe_has_type(crtc, INTEL_OUTPUT_DISPLAYPORT)) {
5894 DRM_DEBUG_DRIVER("ELD: DisplayPort detected\n");
5895 eld[5] |= (1 << 2); /* Conn_Type, 0x1 = DisplayPort */
Wu Fengguangb6daa022012-01-06 14:41:31 -06005896 I915_WRITE(aud_config, AUD_CONFIG_N_VALUE_INDEX); /* 0x1 = DP */
5897 } else
5898 I915_WRITE(aud_config, 0);
Wu Fengguang3a9627f2011-12-09 20:42:19 +08005899
5900 if (intel_eld_uptodate(connector,
5901 aud_cntrl_st2, eldv,
5902 aud_cntl_st, IBX_ELD_ADDRESS,
5903 hdmiw_hdmiedid))
5904 return;
5905
Wu Fengguange0dac652011-09-05 14:25:34 +08005906 i = I915_READ(aud_cntrl_st2);
5907 i &= ~eldv;
5908 I915_WRITE(aud_cntrl_st2, i);
5909
5910 if (!eld[0])
5911 return;
5912
Wu Fengguange0dac652011-09-05 14:25:34 +08005913 i = I915_READ(aud_cntl_st);
Wu Fengguang1202b4c62011-12-09 20:42:18 +08005914 i &= ~IBX_ELD_ADDRESS;
Wu Fengguange0dac652011-09-05 14:25:34 +08005915 I915_WRITE(aud_cntl_st, i);
5916
5917 len = min_t(uint8_t, eld[2], 21); /* 84 bytes of hw ELD buffer */
5918 DRM_DEBUG_DRIVER("ELD size %d\n", len);
5919 for (i = 0; i < len; i++)
5920 I915_WRITE(hdmiw_hdmiedid, *((uint32_t *)eld + i));
5921
5922 i = I915_READ(aud_cntrl_st2);
5923 i |= eldv;
5924 I915_WRITE(aud_cntrl_st2, i);
5925}
5926
5927void intel_write_eld(struct drm_encoder *encoder,
5928 struct drm_display_mode *mode)
5929{
5930 struct drm_crtc *crtc = encoder->crtc;
5931 struct drm_connector *connector;
5932 struct drm_device *dev = encoder->dev;
5933 struct drm_i915_private *dev_priv = dev->dev_private;
5934
5935 connector = drm_select_eld(encoder, mode);
5936 if (!connector)
5937 return;
5938
5939 DRM_DEBUG_DRIVER("ELD on [CONNECTOR:%d:%s], [ENCODER:%d:%s]\n",
5940 connector->base.id,
5941 drm_get_connector_name(connector),
5942 connector->encoder->base.id,
5943 drm_get_encoder_name(connector->encoder));
5944
5945 connector->eld[6] = drm_av_sync_delay(connector, mode) / 2;
5946
5947 if (dev_priv->display.write_eld)
5948 dev_priv->display.write_eld(connector, crtc);
5949}
5950
Jesse Barnes79e53942008-11-07 14:24:08 -08005951/** Loads the palette/gamma unit for the CRTC with the prepared values */
5952void intel_crtc_load_lut(struct drm_crtc *crtc)
5953{
5954 struct drm_device *dev = crtc->dev;
5955 struct drm_i915_private *dev_priv = dev->dev_private;
5956 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08005957 int palreg = PALETTE(intel_crtc->pipe);
Jesse Barnes79e53942008-11-07 14:24:08 -08005958 int i;
5959
5960 /* The clocks have to be on to load the palette. */
Alban Browaeysaed3f092012-02-24 17:12:45 +00005961 if (!crtc->enabled || !intel_crtc->active)
Jesse Barnes79e53942008-11-07 14:24:08 -08005962 return;
5963
Adam Jacksonf2b115e2009-12-03 17:14:42 -05005964 /* use legacy palette for Ironlake */
Eric Anholtbad720f2009-10-22 16:11:14 -07005965 if (HAS_PCH_SPLIT(dev))
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08005966 palreg = LGC_PALETTE(intel_crtc->pipe);
Zhenyu Wang2c072452009-06-05 15:38:42 +08005967
Jesse Barnes79e53942008-11-07 14:24:08 -08005968 for (i = 0; i < 256; i++) {
5969 I915_WRITE(palreg + 4 * i,
5970 (intel_crtc->lut_r[i] << 16) |
5971 (intel_crtc->lut_g[i] << 8) |
5972 intel_crtc->lut_b[i]);
5973 }
5974}
5975
Chris Wilson560b85b2010-08-07 11:01:38 +01005976static void i845_update_cursor(struct drm_crtc *crtc, u32 base)
5977{
5978 struct drm_device *dev = crtc->dev;
5979 struct drm_i915_private *dev_priv = dev->dev_private;
5980 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
5981 bool visible = base != 0;
5982 u32 cntl;
5983
5984 if (intel_crtc->cursor_visible == visible)
5985 return;
5986
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08005987 cntl = I915_READ(_CURACNTR);
Chris Wilson560b85b2010-08-07 11:01:38 +01005988 if (visible) {
5989 /* On these chipsets we can only modify the base whilst
5990 * the cursor is disabled.
5991 */
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08005992 I915_WRITE(_CURABASE, base);
Chris Wilson560b85b2010-08-07 11:01:38 +01005993
5994 cntl &= ~(CURSOR_FORMAT_MASK);
5995 /* XXX width must be 64, stride 256 => 0x00 << 28 */
5996 cntl |= CURSOR_ENABLE |
5997 CURSOR_GAMMA_ENABLE |
5998 CURSOR_FORMAT_ARGB;
5999 } else
6000 cntl &= ~(CURSOR_ENABLE | CURSOR_GAMMA_ENABLE);
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08006001 I915_WRITE(_CURACNTR, cntl);
Chris Wilson560b85b2010-08-07 11:01:38 +01006002
6003 intel_crtc->cursor_visible = visible;
6004}
6005
6006static void i9xx_update_cursor(struct drm_crtc *crtc, u32 base)
6007{
6008 struct drm_device *dev = crtc->dev;
6009 struct drm_i915_private *dev_priv = dev->dev_private;
6010 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
6011 int pipe = intel_crtc->pipe;
6012 bool visible = base != 0;
6013
6014 if (intel_crtc->cursor_visible != visible) {
Jesse Barnes548f2452011-02-17 10:40:53 -08006015 uint32_t cntl = I915_READ(CURCNTR(pipe));
Chris Wilson560b85b2010-08-07 11:01:38 +01006016 if (base) {
6017 cntl &= ~(CURSOR_MODE | MCURSOR_PIPE_SELECT);
6018 cntl |= CURSOR_MODE_64_ARGB_AX | MCURSOR_GAMMA_ENABLE;
6019 cntl |= pipe << 28; /* Connect to correct pipe */
6020 } else {
6021 cntl &= ~(CURSOR_MODE | MCURSOR_GAMMA_ENABLE);
6022 cntl |= CURSOR_MODE_DISABLE;
6023 }
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08006024 I915_WRITE(CURCNTR(pipe), cntl);
Chris Wilson560b85b2010-08-07 11:01:38 +01006025
6026 intel_crtc->cursor_visible = visible;
6027 }
6028 /* and commit changes on next vblank */
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08006029 I915_WRITE(CURBASE(pipe), base);
Chris Wilson560b85b2010-08-07 11:01:38 +01006030}
6031
Jesse Barnes65a21cd2011-10-12 11:10:21 -07006032static void ivb_update_cursor(struct drm_crtc *crtc, u32 base)
6033{
6034 struct drm_device *dev = crtc->dev;
6035 struct drm_i915_private *dev_priv = dev->dev_private;
6036 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
6037 int pipe = intel_crtc->pipe;
6038 bool visible = base != 0;
6039
6040 if (intel_crtc->cursor_visible != visible) {
6041 uint32_t cntl = I915_READ(CURCNTR_IVB(pipe));
6042 if (base) {
6043 cntl &= ~CURSOR_MODE;
6044 cntl |= CURSOR_MODE_64_ARGB_AX | MCURSOR_GAMMA_ENABLE;
6045 } else {
6046 cntl &= ~(CURSOR_MODE | MCURSOR_GAMMA_ENABLE);
6047 cntl |= CURSOR_MODE_DISABLE;
6048 }
6049 I915_WRITE(CURCNTR_IVB(pipe), cntl);
6050
6051 intel_crtc->cursor_visible = visible;
6052 }
6053 /* and commit changes on next vblank */
6054 I915_WRITE(CURBASE_IVB(pipe), base);
6055}
6056
Chris Wilsoncda4b7d2010-07-09 08:45:04 +01006057/* If no-part of the cursor is visible on the framebuffer, then the GPU may hang... */
Chris Wilson6b383a72010-09-13 13:54:26 +01006058static void intel_crtc_update_cursor(struct drm_crtc *crtc,
6059 bool on)
Chris Wilsoncda4b7d2010-07-09 08:45:04 +01006060{
6061 struct drm_device *dev = crtc->dev;
6062 struct drm_i915_private *dev_priv = dev->dev_private;
6063 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
6064 int pipe = intel_crtc->pipe;
6065 int x = intel_crtc->cursor_x;
6066 int y = intel_crtc->cursor_y;
Chris Wilson560b85b2010-08-07 11:01:38 +01006067 u32 base, pos;
Chris Wilsoncda4b7d2010-07-09 08:45:04 +01006068 bool visible;
6069
6070 pos = 0;
6071
Chris Wilson6b383a72010-09-13 13:54:26 +01006072 if (on && crtc->enabled && crtc->fb) {
Chris Wilsoncda4b7d2010-07-09 08:45:04 +01006073 base = intel_crtc->cursor_addr;
6074 if (x > (int) crtc->fb->width)
6075 base = 0;
6076
6077 if (y > (int) crtc->fb->height)
6078 base = 0;
6079 } else
6080 base = 0;
6081
6082 if (x < 0) {
6083 if (x + intel_crtc->cursor_width < 0)
6084 base = 0;
6085
6086 pos |= CURSOR_POS_SIGN << CURSOR_X_SHIFT;
6087 x = -x;
6088 }
6089 pos |= x << CURSOR_X_SHIFT;
6090
6091 if (y < 0) {
6092 if (y + intel_crtc->cursor_height < 0)
6093 base = 0;
6094
6095 pos |= CURSOR_POS_SIGN << CURSOR_Y_SHIFT;
6096 y = -y;
6097 }
6098 pos |= y << CURSOR_Y_SHIFT;
6099
6100 visible = base != 0;
Chris Wilson560b85b2010-08-07 11:01:38 +01006101 if (!visible && !intel_crtc->cursor_visible)
Chris Wilsoncda4b7d2010-07-09 08:45:04 +01006102 return;
6103
Eugeni Dodonov0cd83aa2012-04-13 17:08:48 -03006104 if (IS_IVYBRIDGE(dev) || IS_HASWELL(dev)) {
Jesse Barnes65a21cd2011-10-12 11:10:21 -07006105 I915_WRITE(CURPOS_IVB(pipe), pos);
6106 ivb_update_cursor(crtc, base);
6107 } else {
6108 I915_WRITE(CURPOS(pipe), pos);
6109 if (IS_845G(dev) || IS_I865G(dev))
6110 i845_update_cursor(crtc, base);
6111 else
6112 i9xx_update_cursor(crtc, base);
6113 }
Chris Wilsoncda4b7d2010-07-09 08:45:04 +01006114}
6115
Jesse Barnes79e53942008-11-07 14:24:08 -08006116static int intel_crtc_cursor_set(struct drm_crtc *crtc,
Chris Wilson05394f32010-11-08 19:18:58 +00006117 struct drm_file *file,
Jesse Barnes79e53942008-11-07 14:24:08 -08006118 uint32_t handle,
6119 uint32_t width, uint32_t height)
6120{
6121 struct drm_device *dev = crtc->dev;
6122 struct drm_i915_private *dev_priv = dev->dev_private;
6123 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
Chris Wilson05394f32010-11-08 19:18:58 +00006124 struct drm_i915_gem_object *obj;
Chris Wilsoncda4b7d2010-07-09 08:45:04 +01006125 uint32_t addr;
Kristian Høgsberg3f8bc372008-12-17 22:14:59 -05006126 int ret;
Jesse Barnes79e53942008-11-07 14:24:08 -08006127
Jesse Barnes79e53942008-11-07 14:24:08 -08006128 /* if we want to turn off the cursor ignore width and height */
6129 if (!handle) {
Zhao Yakui28c97732009-10-09 11:39:41 +08006130 DRM_DEBUG_KMS("cursor off\n");
Kristian Høgsberg3f8bc372008-12-17 22:14:59 -05006131 addr = 0;
Chris Wilson05394f32010-11-08 19:18:58 +00006132 obj = NULL;
Pierre Willenbrock50044172009-02-23 10:12:15 +10006133 mutex_lock(&dev->struct_mutex);
Kristian Høgsberg3f8bc372008-12-17 22:14:59 -05006134 goto finish;
Jesse Barnes79e53942008-11-07 14:24:08 -08006135 }
6136
6137 /* Currently we only support 64x64 cursors */
6138 if (width != 64 || height != 64) {
6139 DRM_ERROR("we currently only support 64x64 cursors\n");
6140 return -EINVAL;
6141 }
6142
Chris Wilson05394f32010-11-08 19:18:58 +00006143 obj = to_intel_bo(drm_gem_object_lookup(dev, file, handle));
Chris Wilsonc8725222011-02-19 11:31:06 +00006144 if (&obj->base == NULL)
Jesse Barnes79e53942008-11-07 14:24:08 -08006145 return -ENOENT;
6146
Chris Wilson05394f32010-11-08 19:18:58 +00006147 if (obj->base.size < width * height * 4) {
Jesse Barnes79e53942008-11-07 14:24:08 -08006148 DRM_ERROR("buffer is to small\n");
Dave Airlie34b8686e2009-01-15 14:03:07 +10006149 ret = -ENOMEM;
6150 goto fail;
Jesse Barnes79e53942008-11-07 14:24:08 -08006151 }
6152
Dave Airlie71acb5e2008-12-30 20:31:46 +10006153 /* we only need to pin inside GTT if cursor is non-phy */
Kristian Høgsberg7f9872e2009-02-13 20:56:49 -05006154 mutex_lock(&dev->struct_mutex);
Kristian Høgsbergb295d1b2009-12-16 15:16:17 -05006155 if (!dev_priv->info->cursor_needs_physical) {
Chris Wilsond9e86c02010-11-10 16:40:20 +00006156 if (obj->tiling_mode) {
6157 DRM_ERROR("cursor cannot be tiled\n");
6158 ret = -EINVAL;
6159 goto fail_locked;
6160 }
6161
Chris Wilson2da3b9b2011-04-14 09:41:17 +01006162 ret = i915_gem_object_pin_to_display_plane(obj, 0, NULL);
Chris Wilsone7b526b2010-06-02 08:30:48 +01006163 if (ret) {
6164 DRM_ERROR("failed to move cursor bo into the GTT\n");
Chris Wilson2da3b9b2011-04-14 09:41:17 +01006165 goto fail_locked;
Chris Wilsone7b526b2010-06-02 08:30:48 +01006166 }
6167
Chris Wilsond9e86c02010-11-10 16:40:20 +00006168 ret = i915_gem_object_put_fence(obj);
6169 if (ret) {
Chris Wilson2da3b9b2011-04-14 09:41:17 +01006170 DRM_ERROR("failed to release fence for cursor");
Chris Wilsond9e86c02010-11-10 16:40:20 +00006171 goto fail_unpin;
6172 }
6173
Chris Wilson05394f32010-11-08 19:18:58 +00006174 addr = obj->gtt_offset;
Dave Airlie71acb5e2008-12-30 20:31:46 +10006175 } else {
Chris Wilson6eeefaf2010-08-07 11:01:39 +01006176 int align = IS_I830(dev) ? 16 * 1024 : 256;
Chris Wilson05394f32010-11-08 19:18:58 +00006177 ret = i915_gem_attach_phys_object(dev, obj,
Chris Wilson6eeefaf2010-08-07 11:01:39 +01006178 (intel_crtc->pipe == 0) ? I915_GEM_PHYS_CURSOR_0 : I915_GEM_PHYS_CURSOR_1,
6179 align);
Dave Airlie71acb5e2008-12-30 20:31:46 +10006180 if (ret) {
6181 DRM_ERROR("failed to attach phys object\n");
Kristian Høgsberg7f9872e2009-02-13 20:56:49 -05006182 goto fail_locked;
Dave Airlie71acb5e2008-12-30 20:31:46 +10006183 }
Chris Wilson05394f32010-11-08 19:18:58 +00006184 addr = obj->phys_obj->handle->busaddr;
Kristian Høgsberg3f8bc372008-12-17 22:14:59 -05006185 }
6186
Chris Wilsona6c45cf2010-09-17 00:32:17 +01006187 if (IS_GEN2(dev))
Jesse Barnes14b603912009-05-20 16:47:08 -04006188 I915_WRITE(CURSIZE, (height << 12) | width);
6189
Kristian Høgsberg3f8bc372008-12-17 22:14:59 -05006190 finish:
Kristian Høgsberg3f8bc372008-12-17 22:14:59 -05006191 if (intel_crtc->cursor_bo) {
Kristian Høgsbergb295d1b2009-12-16 15:16:17 -05006192 if (dev_priv->info->cursor_needs_physical) {
Chris Wilson05394f32010-11-08 19:18:58 +00006193 if (intel_crtc->cursor_bo != obj)
Dave Airlie71acb5e2008-12-30 20:31:46 +10006194 i915_gem_detach_phys_object(dev, intel_crtc->cursor_bo);
6195 } else
6196 i915_gem_object_unpin(intel_crtc->cursor_bo);
Chris Wilson05394f32010-11-08 19:18:58 +00006197 drm_gem_object_unreference(&intel_crtc->cursor_bo->base);
Kristian Høgsberg3f8bc372008-12-17 22:14:59 -05006198 }
Jesse Barnes80824002009-09-10 15:28:06 -07006199
Kristian Høgsberg7f9872e2009-02-13 20:56:49 -05006200 mutex_unlock(&dev->struct_mutex);
Kristian Høgsberg3f8bc372008-12-17 22:14:59 -05006201
6202 intel_crtc->cursor_addr = addr;
Chris Wilson05394f32010-11-08 19:18:58 +00006203 intel_crtc->cursor_bo = obj;
Chris Wilsoncda4b7d2010-07-09 08:45:04 +01006204 intel_crtc->cursor_width = width;
6205 intel_crtc->cursor_height = height;
6206
Chris Wilson6b383a72010-09-13 13:54:26 +01006207 intel_crtc_update_cursor(crtc, true);
Kristian Høgsberg3f8bc372008-12-17 22:14:59 -05006208
Jesse Barnes79e53942008-11-07 14:24:08 -08006209 return 0;
Chris Wilsone7b526b2010-06-02 08:30:48 +01006210fail_unpin:
Chris Wilson05394f32010-11-08 19:18:58 +00006211 i915_gem_object_unpin(obj);
Kristian Høgsberg7f9872e2009-02-13 20:56:49 -05006212fail_locked:
Dave Airlie34b8686e2009-01-15 14:03:07 +10006213 mutex_unlock(&dev->struct_mutex);
Luca Barbieribc9025b2010-02-09 05:49:12 +00006214fail:
Chris Wilson05394f32010-11-08 19:18:58 +00006215 drm_gem_object_unreference_unlocked(&obj->base);
Dave Airlie34b8686e2009-01-15 14:03:07 +10006216 return ret;
Jesse Barnes79e53942008-11-07 14:24:08 -08006217}
6218
6219static int intel_crtc_cursor_move(struct drm_crtc *crtc, int x, int y)
6220{
Jesse Barnes79e53942008-11-07 14:24:08 -08006221 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
Jesse Barnes79e53942008-11-07 14:24:08 -08006222
Chris Wilsoncda4b7d2010-07-09 08:45:04 +01006223 intel_crtc->cursor_x = x;
6224 intel_crtc->cursor_y = y;
Jesse Barnes652c3932009-08-17 13:31:43 -07006225
Chris Wilson6b383a72010-09-13 13:54:26 +01006226 intel_crtc_update_cursor(crtc, true);
Jesse Barnes79e53942008-11-07 14:24:08 -08006227
6228 return 0;
6229}
6230
6231/** Sets the color ramps on behalf of RandR */
6232void intel_crtc_fb_gamma_set(struct drm_crtc *crtc, u16 red, u16 green,
6233 u16 blue, int regno)
6234{
6235 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
6236
6237 intel_crtc->lut_r[regno] = red >> 8;
6238 intel_crtc->lut_g[regno] = green >> 8;
6239 intel_crtc->lut_b[regno] = blue >> 8;
6240}
6241
Dave Airlieb8c00ac2009-10-06 13:54:01 +10006242void intel_crtc_fb_gamma_get(struct drm_crtc *crtc, u16 *red, u16 *green,
6243 u16 *blue, int regno)
6244{
6245 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
6246
6247 *red = intel_crtc->lut_r[regno] << 8;
6248 *green = intel_crtc->lut_g[regno] << 8;
6249 *blue = intel_crtc->lut_b[regno] << 8;
6250}
6251
Jesse Barnes79e53942008-11-07 14:24:08 -08006252static void intel_crtc_gamma_set(struct drm_crtc *crtc, u16 *red, u16 *green,
James Simmons72034252010-08-03 01:33:19 +01006253 u16 *blue, uint32_t start, uint32_t size)
Jesse Barnes79e53942008-11-07 14:24:08 -08006254{
James Simmons72034252010-08-03 01:33:19 +01006255 int end = (start + size > 256) ? 256 : start + size, i;
Jesse Barnes79e53942008-11-07 14:24:08 -08006256 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
Jesse Barnes79e53942008-11-07 14:24:08 -08006257
James Simmons72034252010-08-03 01:33:19 +01006258 for (i = start; i < end; i++) {
Jesse Barnes79e53942008-11-07 14:24:08 -08006259 intel_crtc->lut_r[i] = red[i] >> 8;
6260 intel_crtc->lut_g[i] = green[i] >> 8;
6261 intel_crtc->lut_b[i] = blue[i] >> 8;
6262 }
6263
6264 intel_crtc_load_lut(crtc);
6265}
6266
6267/**
6268 * Get a pipe with a simple mode set on it for doing load-based monitor
6269 * detection.
6270 *
6271 * It will be up to the load-detect code to adjust the pipe as appropriate for
Eric Anholtc751ce42010-03-25 11:48:48 -07006272 * its requirements. The pipe will be connected to no other encoders.
Jesse Barnes79e53942008-11-07 14:24:08 -08006273 *
Eric Anholtc751ce42010-03-25 11:48:48 -07006274 * Currently this code will only succeed if there is a pipe with no encoders
Jesse Barnes79e53942008-11-07 14:24:08 -08006275 * configured for it. In the future, it could choose to temporarily disable
6276 * some outputs to free up a pipe for its use.
6277 *
6278 * \return crtc, or NULL if no pipes are available.
6279 */
6280
6281/* VESA 640x480x72Hz mode to set on the pipe */
6282static struct drm_display_mode load_detect_mode = {
6283 DRM_MODE("640x480", DRM_MODE_TYPE_DEFAULT, 31500, 640, 664,
6284 704, 832, 0, 480, 489, 491, 520, 0, DRM_MODE_FLAG_NHSYNC | DRM_MODE_FLAG_NVSYNC),
6285};
6286
Chris Wilsond2dff872011-04-19 08:36:26 +01006287static struct drm_framebuffer *
6288intel_framebuffer_create(struct drm_device *dev,
Jesse Barnes308e5bc2011-11-14 14:51:28 -08006289 struct drm_mode_fb_cmd2 *mode_cmd,
Chris Wilsond2dff872011-04-19 08:36:26 +01006290 struct drm_i915_gem_object *obj)
6291{
6292 struct intel_framebuffer *intel_fb;
6293 int ret;
6294
6295 intel_fb = kzalloc(sizeof(*intel_fb), GFP_KERNEL);
6296 if (!intel_fb) {
6297 drm_gem_object_unreference_unlocked(&obj->base);
6298 return ERR_PTR(-ENOMEM);
6299 }
6300
6301 ret = intel_framebuffer_init(dev, intel_fb, mode_cmd, obj);
6302 if (ret) {
6303 drm_gem_object_unreference_unlocked(&obj->base);
6304 kfree(intel_fb);
6305 return ERR_PTR(ret);
6306 }
6307
6308 return &intel_fb->base;
6309}
6310
6311static u32
6312intel_framebuffer_pitch_for_width(int width, int bpp)
6313{
6314 u32 pitch = DIV_ROUND_UP(width * bpp, 8);
6315 return ALIGN(pitch, 64);
6316}
6317
6318static u32
6319intel_framebuffer_size_for_mode(struct drm_display_mode *mode, int bpp)
6320{
6321 u32 pitch = intel_framebuffer_pitch_for_width(mode->hdisplay, bpp);
6322 return ALIGN(pitch * mode->vdisplay, PAGE_SIZE);
6323}
6324
6325static struct drm_framebuffer *
6326intel_framebuffer_create_for_mode(struct drm_device *dev,
6327 struct drm_display_mode *mode,
6328 int depth, int bpp)
6329{
6330 struct drm_i915_gem_object *obj;
Chris Wilson0fed39b2012-11-05 22:25:07 +00006331 struct drm_mode_fb_cmd2 mode_cmd = { 0 };
Chris Wilsond2dff872011-04-19 08:36:26 +01006332
6333 obj = i915_gem_alloc_object(dev,
6334 intel_framebuffer_size_for_mode(mode, bpp));
6335 if (obj == NULL)
6336 return ERR_PTR(-ENOMEM);
6337
6338 mode_cmd.width = mode->hdisplay;
6339 mode_cmd.height = mode->vdisplay;
Jesse Barnes308e5bc2011-11-14 14:51:28 -08006340 mode_cmd.pitches[0] = intel_framebuffer_pitch_for_width(mode_cmd.width,
6341 bpp);
Dave Airlie5ca0c342012-02-23 15:33:40 +00006342 mode_cmd.pixel_format = drm_mode_legacy_fb_format(bpp, depth);
Chris Wilsond2dff872011-04-19 08:36:26 +01006343
6344 return intel_framebuffer_create(dev, &mode_cmd, obj);
6345}
6346
6347static struct drm_framebuffer *
6348mode_fits_in_fbdev(struct drm_device *dev,
6349 struct drm_display_mode *mode)
6350{
6351 struct drm_i915_private *dev_priv = dev->dev_private;
6352 struct drm_i915_gem_object *obj;
6353 struct drm_framebuffer *fb;
6354
6355 if (dev_priv->fbdev == NULL)
6356 return NULL;
6357
6358 obj = dev_priv->fbdev->ifb.obj;
6359 if (obj == NULL)
6360 return NULL;
6361
6362 fb = &dev_priv->fbdev->ifb.base;
Ville Syrjälä01f2c772011-12-20 00:06:49 +02006363 if (fb->pitches[0] < intel_framebuffer_pitch_for_width(mode->hdisplay,
6364 fb->bits_per_pixel))
Chris Wilsond2dff872011-04-19 08:36:26 +01006365 return NULL;
6366
Ville Syrjälä01f2c772011-12-20 00:06:49 +02006367 if (obj->base.size < mode->vdisplay * fb->pitches[0])
Chris Wilsond2dff872011-04-19 08:36:26 +01006368 return NULL;
6369
6370 return fb;
6371}
6372
Daniel Vetterd2434ab2012-08-12 21:20:10 +02006373bool intel_get_load_detect_pipe(struct drm_connector *connector,
Chris Wilson71731882011-04-19 23:10:58 +01006374 struct drm_display_mode *mode,
Chris Wilson8261b192011-04-19 23:18:09 +01006375 struct intel_load_detect_pipe *old)
Jesse Barnes79e53942008-11-07 14:24:08 -08006376{
6377 struct intel_crtc *intel_crtc;
Daniel Vetterd2434ab2012-08-12 21:20:10 +02006378 struct intel_encoder *intel_encoder =
6379 intel_attached_encoder(connector);
Jesse Barnes79e53942008-11-07 14:24:08 -08006380 struct drm_crtc *possible_crtc;
Chris Wilson4ef69c72010-09-09 15:14:28 +01006381 struct drm_encoder *encoder = &intel_encoder->base;
Jesse Barnes79e53942008-11-07 14:24:08 -08006382 struct drm_crtc *crtc = NULL;
6383 struct drm_device *dev = encoder->dev;
Daniel Vetter94352cf2012-07-05 22:51:56 +02006384 struct drm_framebuffer *fb;
Jesse Barnes79e53942008-11-07 14:24:08 -08006385 int i = -1;
6386
Chris Wilsond2dff872011-04-19 08:36:26 +01006387 DRM_DEBUG_KMS("[CONNECTOR:%d:%s], [ENCODER:%d:%s]\n",
6388 connector->base.id, drm_get_connector_name(connector),
6389 encoder->base.id, drm_get_encoder_name(encoder));
6390
Jesse Barnes79e53942008-11-07 14:24:08 -08006391 /*
6392 * Algorithm gets a little messy:
Chris Wilson7a5e4802011-04-19 23:21:12 +01006393 *
Jesse Barnes79e53942008-11-07 14:24:08 -08006394 * - if the connector already has an assigned crtc, use it (but make
6395 * sure it's on first)
Chris Wilson7a5e4802011-04-19 23:21:12 +01006396 *
Jesse Barnes79e53942008-11-07 14:24:08 -08006397 * - try to find the first unused crtc that can drive this connector,
6398 * and use that if we find one
Jesse Barnes79e53942008-11-07 14:24:08 -08006399 */
6400
6401 /* See if we already have a CRTC for this connector */
6402 if (encoder->crtc) {
6403 crtc = encoder->crtc;
Chris Wilson8261b192011-04-19 23:18:09 +01006404
Daniel Vetter24218aa2012-08-12 19:27:11 +02006405 old->dpms_mode = connector->dpms;
Chris Wilson8261b192011-04-19 23:18:09 +01006406 old->load_detect_temp = false;
6407
6408 /* Make sure the crtc and connector are running */
Daniel Vetter24218aa2012-08-12 19:27:11 +02006409 if (connector->dpms != DRM_MODE_DPMS_ON)
6410 connector->funcs->dpms(connector, DRM_MODE_DPMS_ON);
Chris Wilson8261b192011-04-19 23:18:09 +01006411
Chris Wilson71731882011-04-19 23:10:58 +01006412 return true;
Jesse Barnes79e53942008-11-07 14:24:08 -08006413 }
6414
6415 /* Find an unused one (if possible) */
6416 list_for_each_entry(possible_crtc, &dev->mode_config.crtc_list, head) {
6417 i++;
6418 if (!(encoder->possible_crtcs & (1 << i)))
6419 continue;
6420 if (!possible_crtc->enabled) {
6421 crtc = possible_crtc;
6422 break;
6423 }
Jesse Barnes79e53942008-11-07 14:24:08 -08006424 }
6425
6426 /*
6427 * If we didn't find an unused CRTC, don't use any.
6428 */
6429 if (!crtc) {
Chris Wilson71731882011-04-19 23:10:58 +01006430 DRM_DEBUG_KMS("no pipe available for load-detect\n");
6431 return false;
Jesse Barnes79e53942008-11-07 14:24:08 -08006432 }
6433
Daniel Vetterfc303102012-07-09 10:40:58 +02006434 intel_encoder->new_crtc = to_intel_crtc(crtc);
6435 to_intel_connector(connector)->new_encoder = intel_encoder;
Jesse Barnes79e53942008-11-07 14:24:08 -08006436
6437 intel_crtc = to_intel_crtc(crtc);
Daniel Vetter24218aa2012-08-12 19:27:11 +02006438 old->dpms_mode = connector->dpms;
Chris Wilson8261b192011-04-19 23:18:09 +01006439 old->load_detect_temp = true;
Chris Wilsond2dff872011-04-19 08:36:26 +01006440 old->release_fb = NULL;
Jesse Barnes79e53942008-11-07 14:24:08 -08006441
Chris Wilson64927112011-04-20 07:25:26 +01006442 if (!mode)
6443 mode = &load_detect_mode;
Jesse Barnes79e53942008-11-07 14:24:08 -08006444
Chris Wilsond2dff872011-04-19 08:36:26 +01006445 /* We need a framebuffer large enough to accommodate all accesses
6446 * that the plane may generate whilst we perform load detection.
6447 * We can not rely on the fbcon either being present (we get called
6448 * during its initialisation to detect all boot displays, or it may
6449 * not even exist) or that it is large enough to satisfy the
6450 * requested mode.
6451 */
Daniel Vetter94352cf2012-07-05 22:51:56 +02006452 fb = mode_fits_in_fbdev(dev, mode);
6453 if (fb == NULL) {
Chris Wilsond2dff872011-04-19 08:36:26 +01006454 DRM_DEBUG_KMS("creating tmp fb for load-detection\n");
Daniel Vetter94352cf2012-07-05 22:51:56 +02006455 fb = intel_framebuffer_create_for_mode(dev, mode, 24, 32);
6456 old->release_fb = fb;
Chris Wilsond2dff872011-04-19 08:36:26 +01006457 } else
6458 DRM_DEBUG_KMS("reusing fbdev for load-detection framebuffer\n");
Daniel Vetter94352cf2012-07-05 22:51:56 +02006459 if (IS_ERR(fb)) {
Chris Wilsond2dff872011-04-19 08:36:26 +01006460 DRM_DEBUG_KMS("failed to allocate framebuffer for load-detection\n");
Chris Wilson0e8b3d32012-11-05 22:25:08 +00006461 return false;
Jesse Barnes79e53942008-11-07 14:24:08 -08006462 }
Chris Wilsond2dff872011-04-19 08:36:26 +01006463
Daniel Vetter94352cf2012-07-05 22:51:56 +02006464 if (!intel_set_mode(crtc, mode, 0, 0, fb)) {
Chris Wilson64927112011-04-20 07:25:26 +01006465 DRM_DEBUG_KMS("failed to set mode on load-detect pipe\n");
Chris Wilsond2dff872011-04-19 08:36:26 +01006466 if (old->release_fb)
6467 old->release_fb->funcs->destroy(old->release_fb);
Chris Wilson0e8b3d32012-11-05 22:25:08 +00006468 return false;
Jesse Barnes79e53942008-11-07 14:24:08 -08006469 }
Chris Wilson71731882011-04-19 23:10:58 +01006470
Jesse Barnes79e53942008-11-07 14:24:08 -08006471 /* let the connector get through one full cycle before testing */
Jesse Barnes9d0498a2010-08-18 13:20:54 -07006472 intel_wait_for_vblank(dev, intel_crtc->pipe);
Chris Wilson71731882011-04-19 23:10:58 +01006473 return true;
Jesse Barnes79e53942008-11-07 14:24:08 -08006474}
6475
Daniel Vetterd2434ab2012-08-12 21:20:10 +02006476void intel_release_load_detect_pipe(struct drm_connector *connector,
Chris Wilson8261b192011-04-19 23:18:09 +01006477 struct intel_load_detect_pipe *old)
Jesse Barnes79e53942008-11-07 14:24:08 -08006478{
Daniel Vetterd2434ab2012-08-12 21:20:10 +02006479 struct intel_encoder *intel_encoder =
6480 intel_attached_encoder(connector);
Chris Wilson4ef69c72010-09-09 15:14:28 +01006481 struct drm_encoder *encoder = &intel_encoder->base;
Jesse Barnes79e53942008-11-07 14:24:08 -08006482
Chris Wilsond2dff872011-04-19 08:36:26 +01006483 DRM_DEBUG_KMS("[CONNECTOR:%d:%s], [ENCODER:%d:%s]\n",
6484 connector->base.id, drm_get_connector_name(connector),
6485 encoder->base.id, drm_get_encoder_name(encoder));
6486
Chris Wilson8261b192011-04-19 23:18:09 +01006487 if (old->load_detect_temp) {
Daniel Vetterfc303102012-07-09 10:40:58 +02006488 struct drm_crtc *crtc = encoder->crtc;
6489
6490 to_intel_connector(connector)->new_encoder = NULL;
6491 intel_encoder->new_crtc = NULL;
6492 intel_set_mode(crtc, NULL, 0, 0, NULL);
Chris Wilsond2dff872011-04-19 08:36:26 +01006493
6494 if (old->release_fb)
6495 old->release_fb->funcs->destroy(old->release_fb);
6496
Chris Wilson0622a532011-04-21 09:32:11 +01006497 return;
Jesse Barnes79e53942008-11-07 14:24:08 -08006498 }
6499
Eric Anholtc751ce42010-03-25 11:48:48 -07006500 /* Switch crtc and encoder back off if necessary */
Daniel Vetter24218aa2012-08-12 19:27:11 +02006501 if (old->dpms_mode != DRM_MODE_DPMS_ON)
6502 connector->funcs->dpms(connector, old->dpms_mode);
Jesse Barnes79e53942008-11-07 14:24:08 -08006503}
6504
6505/* Returns the clock of the currently programmed mode of the given pipe. */
6506static int intel_crtc_clock_get(struct drm_device *dev, struct drm_crtc *crtc)
6507{
6508 struct drm_i915_private *dev_priv = dev->dev_private;
6509 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
6510 int pipe = intel_crtc->pipe;
Jesse Barnes548f2452011-02-17 10:40:53 -08006511 u32 dpll = I915_READ(DPLL(pipe));
Jesse Barnes79e53942008-11-07 14:24:08 -08006512 u32 fp;
6513 intel_clock_t clock;
6514
6515 if ((dpll & DISPLAY_RATE_SELECT_FPA1) == 0)
Chris Wilson39adb7a2011-04-22 22:17:21 +01006516 fp = I915_READ(FP0(pipe));
Jesse Barnes79e53942008-11-07 14:24:08 -08006517 else
Chris Wilson39adb7a2011-04-22 22:17:21 +01006518 fp = I915_READ(FP1(pipe));
Jesse Barnes79e53942008-11-07 14:24:08 -08006519
6520 clock.m1 = (fp & FP_M1_DIV_MASK) >> FP_M1_DIV_SHIFT;
Adam Jacksonf2b115e2009-12-03 17:14:42 -05006521 if (IS_PINEVIEW(dev)) {
6522 clock.n = ffs((fp & FP_N_PINEVIEW_DIV_MASK) >> FP_N_DIV_SHIFT) - 1;
6523 clock.m2 = (fp & FP_M2_PINEVIEW_DIV_MASK) >> FP_M2_DIV_SHIFT;
Shaohua Li21778322009-02-23 15:19:16 +08006524 } else {
6525 clock.n = (fp & FP_N_DIV_MASK) >> FP_N_DIV_SHIFT;
6526 clock.m2 = (fp & FP_M2_DIV_MASK) >> FP_M2_DIV_SHIFT;
6527 }
6528
Chris Wilsona6c45cf2010-09-17 00:32:17 +01006529 if (!IS_GEN2(dev)) {
Adam Jacksonf2b115e2009-12-03 17:14:42 -05006530 if (IS_PINEVIEW(dev))
6531 clock.p1 = ffs((dpll & DPLL_FPA01_P1_POST_DIV_MASK_PINEVIEW) >>
6532 DPLL_FPA01_P1_POST_DIV_SHIFT_PINEVIEW);
Shaohua Li21778322009-02-23 15:19:16 +08006533 else
6534 clock.p1 = ffs((dpll & DPLL_FPA01_P1_POST_DIV_MASK) >>
Jesse Barnes79e53942008-11-07 14:24:08 -08006535 DPLL_FPA01_P1_POST_DIV_SHIFT);
6536
6537 switch (dpll & DPLL_MODE_MASK) {
6538 case DPLLB_MODE_DAC_SERIAL:
6539 clock.p2 = dpll & DPLL_DAC_SERIAL_P2_CLOCK_DIV_5 ?
6540 5 : 10;
6541 break;
6542 case DPLLB_MODE_LVDS:
6543 clock.p2 = dpll & DPLLB_LVDS_P2_CLOCK_DIV_7 ?
6544 7 : 14;
6545 break;
6546 default:
Zhao Yakui28c97732009-10-09 11:39:41 +08006547 DRM_DEBUG_KMS("Unknown DPLL mode %08x in programmed "
Jesse Barnes79e53942008-11-07 14:24:08 -08006548 "mode\n", (int)(dpll & DPLL_MODE_MASK));
6549 return 0;
6550 }
6551
6552 /* XXX: Handle the 100Mhz refclk */
Shaohua Li21778322009-02-23 15:19:16 +08006553 intel_clock(dev, 96000, &clock);
Jesse Barnes79e53942008-11-07 14:24:08 -08006554 } else {
6555 bool is_lvds = (pipe == 1) && (I915_READ(LVDS) & LVDS_PORT_EN);
6556
6557 if (is_lvds) {
6558 clock.p1 = ffs((dpll & DPLL_FPA01_P1_POST_DIV_MASK_I830_LVDS) >>
6559 DPLL_FPA01_P1_POST_DIV_SHIFT);
6560 clock.p2 = 14;
6561
6562 if ((dpll & PLL_REF_INPUT_MASK) ==
6563 PLLB_REF_INPUT_SPREADSPECTRUMIN) {
6564 /* XXX: might not be 66MHz */
Shaohua Li21778322009-02-23 15:19:16 +08006565 intel_clock(dev, 66000, &clock);
Jesse Barnes79e53942008-11-07 14:24:08 -08006566 } else
Shaohua Li21778322009-02-23 15:19:16 +08006567 intel_clock(dev, 48000, &clock);
Jesse Barnes79e53942008-11-07 14:24:08 -08006568 } else {
6569 if (dpll & PLL_P1_DIVIDE_BY_TWO)
6570 clock.p1 = 2;
6571 else {
6572 clock.p1 = ((dpll & DPLL_FPA01_P1_POST_DIV_MASK_I830) >>
6573 DPLL_FPA01_P1_POST_DIV_SHIFT) + 2;
6574 }
6575 if (dpll & PLL_P2_DIVIDE_BY_4)
6576 clock.p2 = 4;
6577 else
6578 clock.p2 = 2;
6579
Shaohua Li21778322009-02-23 15:19:16 +08006580 intel_clock(dev, 48000, &clock);
Jesse Barnes79e53942008-11-07 14:24:08 -08006581 }
6582 }
6583
6584 /* XXX: It would be nice to validate the clocks, but we can't reuse
6585 * i830PllIsValid() because it relies on the xf86_config connector
6586 * configuration being accurate, which it isn't necessarily.
6587 */
6588
6589 return clock.dot;
6590}
6591
6592/** Returns the currently programmed mode of the given pipe. */
6593struct drm_display_mode *intel_crtc_mode_get(struct drm_device *dev,
6594 struct drm_crtc *crtc)
6595{
Jesse Barnes548f2452011-02-17 10:40:53 -08006596 struct drm_i915_private *dev_priv = dev->dev_private;
Jesse Barnes79e53942008-11-07 14:24:08 -08006597 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
Paulo Zanonife2b8f92012-10-23 18:30:02 -02006598 enum transcoder cpu_transcoder = intel_crtc->cpu_transcoder;
Jesse Barnes79e53942008-11-07 14:24:08 -08006599 struct drm_display_mode *mode;
Paulo Zanonife2b8f92012-10-23 18:30:02 -02006600 int htot = I915_READ(HTOTAL(cpu_transcoder));
6601 int hsync = I915_READ(HSYNC(cpu_transcoder));
6602 int vtot = I915_READ(VTOTAL(cpu_transcoder));
6603 int vsync = I915_READ(VSYNC(cpu_transcoder));
Jesse Barnes79e53942008-11-07 14:24:08 -08006604
6605 mode = kzalloc(sizeof(*mode), GFP_KERNEL);
6606 if (!mode)
6607 return NULL;
6608
6609 mode->clock = intel_crtc_clock_get(dev, crtc);
6610 mode->hdisplay = (htot & 0xffff) + 1;
6611 mode->htotal = ((htot & 0xffff0000) >> 16) + 1;
6612 mode->hsync_start = (hsync & 0xffff) + 1;
6613 mode->hsync_end = ((hsync & 0xffff0000) >> 16) + 1;
6614 mode->vdisplay = (vtot & 0xffff) + 1;
6615 mode->vtotal = ((vtot & 0xffff0000) >> 16) + 1;
6616 mode->vsync_start = (vsync & 0xffff) + 1;
6617 mode->vsync_end = ((vsync & 0xffff0000) >> 16) + 1;
6618
6619 drm_mode_set_name(mode);
Jesse Barnes79e53942008-11-07 14:24:08 -08006620
6621 return mode;
6622}
6623
Daniel Vetter3dec0092010-08-20 21:40:52 +02006624static void intel_increase_pllclock(struct drm_crtc *crtc)
Jesse Barnes652c3932009-08-17 13:31:43 -07006625{
6626 struct drm_device *dev = crtc->dev;
6627 drm_i915_private_t *dev_priv = dev->dev_private;
6628 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
6629 int pipe = intel_crtc->pipe;
Jesse Barnesdbdc6472010-12-30 09:36:39 -08006630 int dpll_reg = DPLL(pipe);
6631 int dpll;
Jesse Barnes652c3932009-08-17 13:31:43 -07006632
Eric Anholtbad720f2009-10-22 16:11:14 -07006633 if (HAS_PCH_SPLIT(dev))
Jesse Barnes652c3932009-08-17 13:31:43 -07006634 return;
6635
6636 if (!dev_priv->lvds_downclock_avail)
6637 return;
6638
Jesse Barnesdbdc6472010-12-30 09:36:39 -08006639 dpll = I915_READ(dpll_reg);
Jesse Barnes652c3932009-08-17 13:31:43 -07006640 if (!HAS_PIPE_CXSR(dev) && (dpll & DISPLAY_RATE_SELECT_FPA1)) {
Zhao Yakui44d98a62009-10-09 11:39:40 +08006641 DRM_DEBUG_DRIVER("upclocking LVDS\n");
Jesse Barnes652c3932009-08-17 13:31:43 -07006642
Sean Paul8ac5a6d2012-02-13 13:14:51 -05006643 assert_panel_unlocked(dev_priv, pipe);
Jesse Barnes652c3932009-08-17 13:31:43 -07006644
6645 dpll &= ~DISPLAY_RATE_SELECT_FPA1;
6646 I915_WRITE(dpll_reg, dpll);
Jesse Barnes9d0498a2010-08-18 13:20:54 -07006647 intel_wait_for_vblank(dev, pipe);
Jesse Barnesdbdc6472010-12-30 09:36:39 -08006648
Jesse Barnes652c3932009-08-17 13:31:43 -07006649 dpll = I915_READ(dpll_reg);
6650 if (dpll & DISPLAY_RATE_SELECT_FPA1)
Zhao Yakui44d98a62009-10-09 11:39:40 +08006651 DRM_DEBUG_DRIVER("failed to upclock LVDS!\n");
Jesse Barnes652c3932009-08-17 13:31:43 -07006652 }
Jesse Barnes652c3932009-08-17 13:31:43 -07006653}
6654
6655static void intel_decrease_pllclock(struct drm_crtc *crtc)
6656{
6657 struct drm_device *dev = crtc->dev;
6658 drm_i915_private_t *dev_priv = dev->dev_private;
6659 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
Jesse Barnes652c3932009-08-17 13:31:43 -07006660
Eric Anholtbad720f2009-10-22 16:11:14 -07006661 if (HAS_PCH_SPLIT(dev))
Jesse Barnes652c3932009-08-17 13:31:43 -07006662 return;
6663
6664 if (!dev_priv->lvds_downclock_avail)
6665 return;
6666
6667 /*
6668 * Since this is called by a timer, we should never get here in
6669 * the manual case.
6670 */
6671 if (!HAS_PIPE_CXSR(dev) && intel_crtc->lowfreq_avail) {
Chris Wilson074b5e12012-05-02 12:07:06 +01006672 int pipe = intel_crtc->pipe;
6673 int dpll_reg = DPLL(pipe);
Daniel Vetterdc257cf2012-05-07 11:30:46 +02006674 int dpll;
Chris Wilson074b5e12012-05-02 12:07:06 +01006675
Zhao Yakui44d98a62009-10-09 11:39:40 +08006676 DRM_DEBUG_DRIVER("downclocking LVDS\n");
Jesse Barnes652c3932009-08-17 13:31:43 -07006677
Sean Paul8ac5a6d2012-02-13 13:14:51 -05006678 assert_panel_unlocked(dev_priv, pipe);
Jesse Barnes652c3932009-08-17 13:31:43 -07006679
Chris Wilson074b5e12012-05-02 12:07:06 +01006680 dpll = I915_READ(dpll_reg);
Jesse Barnes652c3932009-08-17 13:31:43 -07006681 dpll |= DISPLAY_RATE_SELECT_FPA1;
6682 I915_WRITE(dpll_reg, dpll);
Jesse Barnes9d0498a2010-08-18 13:20:54 -07006683 intel_wait_for_vblank(dev, pipe);
Jesse Barnes652c3932009-08-17 13:31:43 -07006684 dpll = I915_READ(dpll_reg);
6685 if (!(dpll & DISPLAY_RATE_SELECT_FPA1))
Zhao Yakui44d98a62009-10-09 11:39:40 +08006686 DRM_DEBUG_DRIVER("failed to downclock LVDS!\n");
Jesse Barnes652c3932009-08-17 13:31:43 -07006687 }
6688
6689}
6690
Chris Wilsonf047e392012-07-21 12:31:41 +01006691void intel_mark_busy(struct drm_device *dev)
Jesse Barnes652c3932009-08-17 13:31:43 -07006692{
Chris Wilsonf047e392012-07-21 12:31:41 +01006693 i915_update_gfx_val(dev->dev_private);
6694}
6695
6696void intel_mark_idle(struct drm_device *dev)
6697{
Chris Wilsonf047e392012-07-21 12:31:41 +01006698}
6699
6700void intel_mark_fb_busy(struct drm_i915_gem_object *obj)
6701{
6702 struct drm_device *dev = obj->base.dev;
Jesse Barnes652c3932009-08-17 13:31:43 -07006703 struct drm_crtc *crtc;
Jesse Barnes652c3932009-08-17 13:31:43 -07006704
6705 if (!i915_powersave)
6706 return;
6707
Jesse Barnes652c3932009-08-17 13:31:43 -07006708 list_for_each_entry(crtc, &dev->mode_config.crtc_list, head) {
Jesse Barnes652c3932009-08-17 13:31:43 -07006709 if (!crtc->fb)
6710 continue;
6711
Chris Wilsonf047e392012-07-21 12:31:41 +01006712 if (to_intel_framebuffer(crtc->fb)->obj == obj)
6713 intel_increase_pllclock(crtc);
Jesse Barnes652c3932009-08-17 13:31:43 -07006714 }
Jesse Barnes652c3932009-08-17 13:31:43 -07006715}
6716
Chris Wilsonf047e392012-07-21 12:31:41 +01006717void intel_mark_fb_idle(struct drm_i915_gem_object *obj)
Jesse Barnes652c3932009-08-17 13:31:43 -07006718{
Chris Wilsonf047e392012-07-21 12:31:41 +01006719 struct drm_device *dev = obj->base.dev;
6720 struct drm_crtc *crtc;
Jesse Barnes652c3932009-08-17 13:31:43 -07006721
Chris Wilsonf047e392012-07-21 12:31:41 +01006722 if (!i915_powersave)
Chris Wilsonacb87df2012-05-03 15:47:57 +01006723 return;
6724
Jesse Barnes652c3932009-08-17 13:31:43 -07006725 list_for_each_entry(crtc, &dev->mode_config.crtc_list, head) {
6726 if (!crtc->fb)
6727 continue;
6728
Chris Wilsonf047e392012-07-21 12:31:41 +01006729 if (to_intel_framebuffer(crtc->fb)->obj == obj)
6730 intel_decrease_pllclock(crtc);
Jesse Barnes652c3932009-08-17 13:31:43 -07006731 }
6732}
6733
Jesse Barnes79e53942008-11-07 14:24:08 -08006734static void intel_crtc_destroy(struct drm_crtc *crtc)
6735{
6736 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
Daniel Vetter67e77c52010-08-20 22:26:30 +02006737 struct drm_device *dev = crtc->dev;
6738 struct intel_unpin_work *work;
6739 unsigned long flags;
6740
6741 spin_lock_irqsave(&dev->event_lock, flags);
6742 work = intel_crtc->unpin_work;
6743 intel_crtc->unpin_work = NULL;
6744 spin_unlock_irqrestore(&dev->event_lock, flags);
6745
6746 if (work) {
6747 cancel_work_sync(&work->work);
6748 kfree(work);
6749 }
Jesse Barnes79e53942008-11-07 14:24:08 -08006750
6751 drm_crtc_cleanup(crtc);
Daniel Vetter67e77c52010-08-20 22:26:30 +02006752
Jesse Barnes79e53942008-11-07 14:24:08 -08006753 kfree(intel_crtc);
6754}
6755
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05006756static void intel_unpin_work_fn(struct work_struct *__work)
6757{
6758 struct intel_unpin_work *work =
6759 container_of(__work, struct intel_unpin_work, work);
Chris Wilsonb4a98e52012-11-01 09:26:26 +00006760 struct drm_device *dev = work->crtc->dev;
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05006761
Chris Wilsonb4a98e52012-11-01 09:26:26 +00006762 mutex_lock(&dev->struct_mutex);
Chris Wilson1690e1e2011-12-14 13:57:08 +01006763 intel_unpin_fb_obj(work->old_fb_obj);
Chris Wilson05394f32010-11-08 19:18:58 +00006764 drm_gem_object_unreference(&work->pending_flip_obj->base);
6765 drm_gem_object_unreference(&work->old_fb_obj->base);
Chris Wilsond9e86c02010-11-10 16:40:20 +00006766
Chris Wilsonb4a98e52012-11-01 09:26:26 +00006767 intel_update_fbc(dev);
6768 mutex_unlock(&dev->struct_mutex);
6769
6770 BUG_ON(atomic_read(&to_intel_crtc(work->crtc)->unpin_work_count) == 0);
6771 atomic_dec(&to_intel_crtc(work->crtc)->unpin_work_count);
6772
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05006773 kfree(work);
6774}
6775
Jesse Barnes1afe3e92010-03-26 10:35:20 -07006776static void do_intel_finish_page_flip(struct drm_device *dev,
Mario Kleiner49b14a52010-12-09 07:00:07 +01006777 struct drm_crtc *crtc)
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05006778{
6779 drm_i915_private_t *dev_priv = dev->dev_private;
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05006780 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
6781 struct intel_unpin_work *work;
Chris Wilson05394f32010-11-08 19:18:58 +00006782 struct drm_i915_gem_object *obj;
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05006783 unsigned long flags;
6784
6785 /* Ignore early vblank irqs */
6786 if (intel_crtc == NULL)
6787 return;
6788
6789 spin_lock_irqsave(&dev->event_lock, flags);
6790 work = intel_crtc->unpin_work;
6791 if (work == NULL || !work->pending) {
6792 spin_unlock_irqrestore(&dev->event_lock, flags);
6793 return;
6794 }
6795
6796 intel_crtc->unpin_work = NULL;
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05006797
Rob Clark45a066e2012-10-08 14:50:40 -05006798 if (work->event)
6799 drm_send_vblank_event(dev, intel_crtc->pipe, work->event);
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05006800
Mario Kleiner0af7e4d2010-12-08 04:07:19 +01006801 drm_vblank_put(dev, intel_crtc->pipe);
6802
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05006803 spin_unlock_irqrestore(&dev->event_lock, flags);
6804
Chris Wilson05394f32010-11-08 19:18:58 +00006805 obj = work->old_fb_obj;
Chris Wilsond9e86c02010-11-10 16:40:20 +00006806
Chris Wilson5bb61642012-09-27 21:25:58 +01006807 wake_up(&dev_priv->pending_flip_queue);
Chris Wilsonb4a98e52012-11-01 09:26:26 +00006808
6809 queue_work(dev_priv->wq, &work->work);
Jesse Barnese5510fa2010-07-01 16:48:37 -07006810
6811 trace_i915_flip_complete(intel_crtc->plane, work->pending_flip_obj);
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05006812}
6813
Jesse Barnes1afe3e92010-03-26 10:35:20 -07006814void intel_finish_page_flip(struct drm_device *dev, int pipe)
6815{
6816 drm_i915_private_t *dev_priv = dev->dev_private;
6817 struct drm_crtc *crtc = dev_priv->pipe_to_crtc_mapping[pipe];
6818
Mario Kleiner49b14a52010-12-09 07:00:07 +01006819 do_intel_finish_page_flip(dev, crtc);
Jesse Barnes1afe3e92010-03-26 10:35:20 -07006820}
6821
6822void intel_finish_page_flip_plane(struct drm_device *dev, int plane)
6823{
6824 drm_i915_private_t *dev_priv = dev->dev_private;
6825 struct drm_crtc *crtc = dev_priv->plane_to_crtc_mapping[plane];
6826
Mario Kleiner49b14a52010-12-09 07:00:07 +01006827 do_intel_finish_page_flip(dev, crtc);
Jesse Barnes1afe3e92010-03-26 10:35:20 -07006828}
6829
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05006830void intel_prepare_page_flip(struct drm_device *dev, int plane)
6831{
6832 drm_i915_private_t *dev_priv = dev->dev_private;
6833 struct intel_crtc *intel_crtc =
6834 to_intel_crtc(dev_priv->plane_to_crtc_mapping[plane]);
6835 unsigned long flags;
6836
6837 spin_lock_irqsave(&dev->event_lock, flags);
Jesse Barnesde3f4402010-01-14 13:18:02 -08006838 if (intel_crtc->unpin_work) {
Simon Farnsworth4e5359c2010-09-01 17:47:52 +01006839 if ((++intel_crtc->unpin_work->pending) > 1)
6840 DRM_ERROR("Prepared flip multiple times\n");
Jesse Barnesde3f4402010-01-14 13:18:02 -08006841 } else {
6842 DRM_DEBUG_DRIVER("preparing flip with no unpin work?\n");
6843 }
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05006844 spin_unlock_irqrestore(&dev->event_lock, flags);
6845}
6846
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07006847static int intel_gen2_queue_flip(struct drm_device *dev,
6848 struct drm_crtc *crtc,
6849 struct drm_framebuffer *fb,
6850 struct drm_i915_gem_object *obj)
6851{
6852 struct drm_i915_private *dev_priv = dev->dev_private;
6853 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07006854 u32 flip_mask;
Daniel Vetter6d90c952012-04-26 23:28:05 +02006855 struct intel_ring_buffer *ring = &dev_priv->ring[RCS];
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07006856 int ret;
6857
Daniel Vetter6d90c952012-04-26 23:28:05 +02006858 ret = intel_pin_and_fence_fb_obj(dev, obj, ring);
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07006859 if (ret)
Chris Wilson83d40922012-04-17 19:35:53 +01006860 goto err;
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07006861
Daniel Vetter6d90c952012-04-26 23:28:05 +02006862 ret = intel_ring_begin(ring, 6);
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07006863 if (ret)
Chris Wilson83d40922012-04-17 19:35:53 +01006864 goto err_unpin;
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07006865
6866 /* Can't queue multiple flips, so wait for the previous
6867 * one to finish before executing the next.
6868 */
6869 if (intel_crtc->plane)
6870 flip_mask = MI_WAIT_FOR_PLANE_B_FLIP;
6871 else
6872 flip_mask = MI_WAIT_FOR_PLANE_A_FLIP;
Daniel Vetter6d90c952012-04-26 23:28:05 +02006873 intel_ring_emit(ring, MI_WAIT_FOR_EVENT | flip_mask);
6874 intel_ring_emit(ring, MI_NOOP);
6875 intel_ring_emit(ring, MI_DISPLAY_FLIP |
6876 MI_DISPLAY_FLIP_PLANE(intel_crtc->plane));
6877 intel_ring_emit(ring, fb->pitches[0]);
Daniel Vettere506a0c2012-07-05 12:17:29 +02006878 intel_ring_emit(ring, obj->gtt_offset + intel_crtc->dspaddr_offset);
Daniel Vetter6d90c952012-04-26 23:28:05 +02006879 intel_ring_emit(ring, 0); /* aux display base address, unused */
6880 intel_ring_advance(ring);
Chris Wilson83d40922012-04-17 19:35:53 +01006881 return 0;
6882
6883err_unpin:
6884 intel_unpin_fb_obj(obj);
6885err:
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07006886 return ret;
6887}
6888
6889static int intel_gen3_queue_flip(struct drm_device *dev,
6890 struct drm_crtc *crtc,
6891 struct drm_framebuffer *fb,
6892 struct drm_i915_gem_object *obj)
6893{
6894 struct drm_i915_private *dev_priv = dev->dev_private;
6895 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07006896 u32 flip_mask;
Daniel Vetter6d90c952012-04-26 23:28:05 +02006897 struct intel_ring_buffer *ring = &dev_priv->ring[RCS];
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07006898 int ret;
6899
Daniel Vetter6d90c952012-04-26 23:28:05 +02006900 ret = intel_pin_and_fence_fb_obj(dev, obj, ring);
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07006901 if (ret)
Chris Wilson83d40922012-04-17 19:35:53 +01006902 goto err;
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07006903
Daniel Vetter6d90c952012-04-26 23:28:05 +02006904 ret = intel_ring_begin(ring, 6);
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07006905 if (ret)
Chris Wilson83d40922012-04-17 19:35:53 +01006906 goto err_unpin;
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07006907
6908 if (intel_crtc->plane)
6909 flip_mask = MI_WAIT_FOR_PLANE_B_FLIP;
6910 else
6911 flip_mask = MI_WAIT_FOR_PLANE_A_FLIP;
Daniel Vetter6d90c952012-04-26 23:28:05 +02006912 intel_ring_emit(ring, MI_WAIT_FOR_EVENT | flip_mask);
6913 intel_ring_emit(ring, MI_NOOP);
6914 intel_ring_emit(ring, MI_DISPLAY_FLIP_I915 |
6915 MI_DISPLAY_FLIP_PLANE(intel_crtc->plane));
6916 intel_ring_emit(ring, fb->pitches[0]);
Daniel Vettere506a0c2012-07-05 12:17:29 +02006917 intel_ring_emit(ring, obj->gtt_offset + intel_crtc->dspaddr_offset);
Daniel Vetter6d90c952012-04-26 23:28:05 +02006918 intel_ring_emit(ring, MI_NOOP);
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07006919
Daniel Vetter6d90c952012-04-26 23:28:05 +02006920 intel_ring_advance(ring);
Chris Wilson83d40922012-04-17 19:35:53 +01006921 return 0;
6922
6923err_unpin:
6924 intel_unpin_fb_obj(obj);
6925err:
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07006926 return ret;
6927}
6928
6929static int intel_gen4_queue_flip(struct drm_device *dev,
6930 struct drm_crtc *crtc,
6931 struct drm_framebuffer *fb,
6932 struct drm_i915_gem_object *obj)
6933{
6934 struct drm_i915_private *dev_priv = dev->dev_private;
6935 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
6936 uint32_t pf, pipesrc;
Daniel Vetter6d90c952012-04-26 23:28:05 +02006937 struct intel_ring_buffer *ring = &dev_priv->ring[RCS];
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07006938 int ret;
6939
Daniel Vetter6d90c952012-04-26 23:28:05 +02006940 ret = intel_pin_and_fence_fb_obj(dev, obj, ring);
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07006941 if (ret)
Chris Wilson83d40922012-04-17 19:35:53 +01006942 goto err;
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07006943
Daniel Vetter6d90c952012-04-26 23:28:05 +02006944 ret = intel_ring_begin(ring, 4);
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07006945 if (ret)
Chris Wilson83d40922012-04-17 19:35:53 +01006946 goto err_unpin;
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07006947
6948 /* i965+ uses the linear or tiled offsets from the
6949 * Display Registers (which do not change across a page-flip)
6950 * so we need only reprogram the base address.
6951 */
Daniel Vetter6d90c952012-04-26 23:28:05 +02006952 intel_ring_emit(ring, MI_DISPLAY_FLIP |
6953 MI_DISPLAY_FLIP_PLANE(intel_crtc->plane));
6954 intel_ring_emit(ring, fb->pitches[0]);
Daniel Vetterc2c75132012-07-05 12:17:30 +02006955 intel_ring_emit(ring,
6956 (obj->gtt_offset + intel_crtc->dspaddr_offset) |
6957 obj->tiling_mode);
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07006958
6959 /* XXX Enabling the panel-fitter across page-flip is so far
6960 * untested on non-native modes, so ignore it for now.
6961 * pf = I915_READ(pipe == 0 ? PFA_CTL_1 : PFB_CTL_1) & PF_ENABLE;
6962 */
6963 pf = 0;
6964 pipesrc = I915_READ(PIPESRC(intel_crtc->pipe)) & 0x0fff0fff;
Daniel Vetter6d90c952012-04-26 23:28:05 +02006965 intel_ring_emit(ring, pf | pipesrc);
6966 intel_ring_advance(ring);
Chris Wilson83d40922012-04-17 19:35:53 +01006967 return 0;
6968
6969err_unpin:
6970 intel_unpin_fb_obj(obj);
6971err:
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07006972 return ret;
6973}
6974
6975static int intel_gen6_queue_flip(struct drm_device *dev,
6976 struct drm_crtc *crtc,
6977 struct drm_framebuffer *fb,
6978 struct drm_i915_gem_object *obj)
6979{
6980 struct drm_i915_private *dev_priv = dev->dev_private;
6981 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
Daniel Vetter6d90c952012-04-26 23:28:05 +02006982 struct intel_ring_buffer *ring = &dev_priv->ring[RCS];
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07006983 uint32_t pf, pipesrc;
6984 int ret;
6985
Daniel Vetter6d90c952012-04-26 23:28:05 +02006986 ret = intel_pin_and_fence_fb_obj(dev, obj, ring);
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07006987 if (ret)
Chris Wilson83d40922012-04-17 19:35:53 +01006988 goto err;
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07006989
Daniel Vetter6d90c952012-04-26 23:28:05 +02006990 ret = intel_ring_begin(ring, 4);
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07006991 if (ret)
Chris Wilson83d40922012-04-17 19:35:53 +01006992 goto err_unpin;
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07006993
Daniel Vetter6d90c952012-04-26 23:28:05 +02006994 intel_ring_emit(ring, MI_DISPLAY_FLIP |
6995 MI_DISPLAY_FLIP_PLANE(intel_crtc->plane));
6996 intel_ring_emit(ring, fb->pitches[0] | obj->tiling_mode);
Daniel Vetterc2c75132012-07-05 12:17:30 +02006997 intel_ring_emit(ring, obj->gtt_offset + intel_crtc->dspaddr_offset);
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07006998
Chris Wilson99d9acd2012-04-17 20:37:00 +01006999 /* Contrary to the suggestions in the documentation,
7000 * "Enable Panel Fitter" does not seem to be required when page
7001 * flipping with a non-native mode, and worse causes a normal
7002 * modeset to fail.
7003 * pf = I915_READ(PF_CTL(intel_crtc->pipe)) & PF_ENABLE;
7004 */
7005 pf = 0;
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07007006 pipesrc = I915_READ(PIPESRC(intel_crtc->pipe)) & 0x0fff0fff;
Daniel Vetter6d90c952012-04-26 23:28:05 +02007007 intel_ring_emit(ring, pf | pipesrc);
7008 intel_ring_advance(ring);
Chris Wilson83d40922012-04-17 19:35:53 +01007009 return 0;
7010
7011err_unpin:
7012 intel_unpin_fb_obj(obj);
7013err:
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07007014 return ret;
7015}
7016
Jesse Barnes7c9017e2011-06-16 12:18:54 -07007017/*
7018 * On gen7 we currently use the blit ring because (in early silicon at least)
7019 * the render ring doesn't give us interrpts for page flip completion, which
7020 * means clients will hang after the first flip is queued. Fortunately the
7021 * blit ring generates interrupts properly, so use it instead.
7022 */
7023static int intel_gen7_queue_flip(struct drm_device *dev,
7024 struct drm_crtc *crtc,
7025 struct drm_framebuffer *fb,
7026 struct drm_i915_gem_object *obj)
7027{
7028 struct drm_i915_private *dev_priv = dev->dev_private;
7029 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
7030 struct intel_ring_buffer *ring = &dev_priv->ring[BCS];
Daniel Vettercb05d8d2012-05-23 14:02:00 +02007031 uint32_t plane_bit = 0;
Jesse Barnes7c9017e2011-06-16 12:18:54 -07007032 int ret;
7033
7034 ret = intel_pin_and_fence_fb_obj(dev, obj, ring);
7035 if (ret)
Chris Wilson83d40922012-04-17 19:35:53 +01007036 goto err;
Jesse Barnes7c9017e2011-06-16 12:18:54 -07007037
Daniel Vettercb05d8d2012-05-23 14:02:00 +02007038 switch(intel_crtc->plane) {
7039 case PLANE_A:
7040 plane_bit = MI_DISPLAY_FLIP_IVB_PLANE_A;
7041 break;
7042 case PLANE_B:
7043 plane_bit = MI_DISPLAY_FLIP_IVB_PLANE_B;
7044 break;
7045 case PLANE_C:
7046 plane_bit = MI_DISPLAY_FLIP_IVB_PLANE_C;
7047 break;
7048 default:
7049 WARN_ONCE(1, "unknown plane in flip command\n");
7050 ret = -ENODEV;
Eugeni Dodonovab3951e2012-06-18 19:03:38 -03007051 goto err_unpin;
Daniel Vettercb05d8d2012-05-23 14:02:00 +02007052 }
7053
Jesse Barnes7c9017e2011-06-16 12:18:54 -07007054 ret = intel_ring_begin(ring, 4);
7055 if (ret)
Chris Wilson83d40922012-04-17 19:35:53 +01007056 goto err_unpin;
Jesse Barnes7c9017e2011-06-16 12:18:54 -07007057
Daniel Vettercb05d8d2012-05-23 14:02:00 +02007058 intel_ring_emit(ring, MI_DISPLAY_FLIP_I915 | plane_bit);
Ville Syrjälä01f2c772011-12-20 00:06:49 +02007059 intel_ring_emit(ring, (fb->pitches[0] | obj->tiling_mode));
Daniel Vetterc2c75132012-07-05 12:17:30 +02007060 intel_ring_emit(ring, obj->gtt_offset + intel_crtc->dspaddr_offset);
Jesse Barnes7c9017e2011-06-16 12:18:54 -07007061 intel_ring_emit(ring, (MI_NOOP));
7062 intel_ring_advance(ring);
Chris Wilson83d40922012-04-17 19:35:53 +01007063 return 0;
7064
7065err_unpin:
7066 intel_unpin_fb_obj(obj);
7067err:
Jesse Barnes7c9017e2011-06-16 12:18:54 -07007068 return ret;
7069}
7070
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07007071static int intel_default_queue_flip(struct drm_device *dev,
7072 struct drm_crtc *crtc,
7073 struct drm_framebuffer *fb,
7074 struct drm_i915_gem_object *obj)
7075{
7076 return -ENODEV;
7077}
7078
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05007079static int intel_crtc_page_flip(struct drm_crtc *crtc,
7080 struct drm_framebuffer *fb,
7081 struct drm_pending_vblank_event *event)
7082{
7083 struct drm_device *dev = crtc->dev;
7084 struct drm_i915_private *dev_priv = dev->dev_private;
7085 struct intel_framebuffer *intel_fb;
Chris Wilson05394f32010-11-08 19:18:58 +00007086 struct drm_i915_gem_object *obj;
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05007087 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
7088 struct intel_unpin_work *work;
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07007089 unsigned long flags;
Chris Wilson52e68632010-08-08 10:15:59 +01007090 int ret;
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05007091
Ville Syrjäläe6a595d2012-05-24 21:08:59 +03007092 /* Can't change pixel format via MI display flips. */
7093 if (fb->pixel_format != crtc->fb->pixel_format)
7094 return -EINVAL;
7095
7096 /*
7097 * TILEOFF/LINOFF registers can't be changed via MI display flips.
7098 * Note that pitch changes could also affect these register.
7099 */
7100 if (INTEL_INFO(dev)->gen > 3 &&
7101 (fb->offsets[0] != crtc->fb->offsets[0] ||
7102 fb->pitches[0] != crtc->fb->pitches[0]))
7103 return -EINVAL;
7104
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05007105 work = kzalloc(sizeof *work, GFP_KERNEL);
7106 if (work == NULL)
7107 return -ENOMEM;
7108
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05007109 work->event = event;
Chris Wilsonb4a98e52012-11-01 09:26:26 +00007110 work->crtc = crtc;
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05007111 intel_fb = to_intel_framebuffer(crtc->fb);
Jesse Barnesb1b87f62010-01-26 14:40:05 -08007112 work->old_fb_obj = intel_fb->obj;
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05007113 INIT_WORK(&work->work, intel_unpin_work_fn);
7114
Jesse Barnes7317c75e62011-08-29 09:45:28 -07007115 ret = drm_vblank_get(dev, intel_crtc->pipe);
7116 if (ret)
7117 goto free_work;
7118
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05007119 /* We borrow the event spin lock for protecting unpin_work */
7120 spin_lock_irqsave(&dev->event_lock, flags);
7121 if (intel_crtc->unpin_work) {
7122 spin_unlock_irqrestore(&dev->event_lock, flags);
7123 kfree(work);
Jesse Barnes7317c75e62011-08-29 09:45:28 -07007124 drm_vblank_put(dev, intel_crtc->pipe);
Chris Wilson468f0b42010-05-27 13:18:13 +01007125
7126 DRM_DEBUG_DRIVER("flip queue: crtc already busy\n");
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05007127 return -EBUSY;
7128 }
7129 intel_crtc->unpin_work = work;
7130 spin_unlock_irqrestore(&dev->event_lock, flags);
7131
7132 intel_fb = to_intel_framebuffer(fb);
7133 obj = intel_fb->obj;
7134
Chris Wilsonb4a98e52012-11-01 09:26:26 +00007135 if (atomic_read(&intel_crtc->unpin_work_count) >= 2)
7136 flush_workqueue(dev_priv->wq);
7137
Chris Wilson79158102012-05-23 11:13:58 +01007138 ret = i915_mutex_lock_interruptible(dev);
7139 if (ret)
7140 goto cleanup;
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05007141
Jesse Barnes75dfca82010-02-10 15:09:44 -08007142 /* Reference the objects for the scheduled work. */
Chris Wilson05394f32010-11-08 19:18:58 +00007143 drm_gem_object_reference(&work->old_fb_obj->base);
7144 drm_gem_object_reference(&obj->base);
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05007145
7146 crtc->fb = fb;
Chris Wilson96b099f2010-06-07 14:03:04 +01007147
Chris Wilsone1f99ce2010-10-27 12:45:26 +01007148 work->pending_flip_obj = obj;
Chris Wilsone1f99ce2010-10-27 12:45:26 +01007149
Simon Farnsworth4e5359c2010-09-01 17:47:52 +01007150 work->enable_stall_check = true;
7151
Chris Wilsonb4a98e52012-11-01 09:26:26 +00007152 atomic_inc(&intel_crtc->unpin_work_count);
Chris Wilsone1f99ce2010-10-27 12:45:26 +01007153
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07007154 ret = dev_priv->display.queue_flip(dev, crtc, fb, obj);
7155 if (ret)
7156 goto cleanup_pending;
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05007157
Chris Wilson7782de32011-07-08 12:22:41 +01007158 intel_disable_fbc(dev);
Chris Wilsonf047e392012-07-21 12:31:41 +01007159 intel_mark_fb_busy(obj);
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05007160 mutex_unlock(&dev->struct_mutex);
7161
Jesse Barnese5510fa2010-07-01 16:48:37 -07007162 trace_i915_flip_request(intel_crtc->plane, obj);
7163
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05007164 return 0;
Chris Wilson96b099f2010-06-07 14:03:04 +01007165
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07007166cleanup_pending:
Chris Wilsonb4a98e52012-11-01 09:26:26 +00007167 atomic_dec(&intel_crtc->unpin_work_count);
Chris Wilson05394f32010-11-08 19:18:58 +00007168 drm_gem_object_unreference(&work->old_fb_obj->base);
7169 drm_gem_object_unreference(&obj->base);
Chris Wilson96b099f2010-06-07 14:03:04 +01007170 mutex_unlock(&dev->struct_mutex);
7171
Chris Wilson79158102012-05-23 11:13:58 +01007172cleanup:
Chris Wilson96b099f2010-06-07 14:03:04 +01007173 spin_lock_irqsave(&dev->event_lock, flags);
7174 intel_crtc->unpin_work = NULL;
7175 spin_unlock_irqrestore(&dev->event_lock, flags);
7176
Jesse Barnes7317c75e62011-08-29 09:45:28 -07007177 drm_vblank_put(dev, intel_crtc->pipe);
7178free_work:
Chris Wilson96b099f2010-06-07 14:03:04 +01007179 kfree(work);
7180
7181 return ret;
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05007182}
7183
Chris Wilsonf6e5b162011-04-12 18:06:51 +01007184static struct drm_crtc_helper_funcs intel_helper_funcs = {
Chris Wilsonf6e5b162011-04-12 18:06:51 +01007185 .mode_set_base_atomic = intel_pipe_set_base_atomic,
7186 .load_lut = intel_crtc_load_lut,
Daniel Vetter976f8a22012-07-08 22:34:21 +02007187 .disable = intel_crtc_noop,
Chris Wilsonf6e5b162011-04-12 18:06:51 +01007188};
7189
Daniel Vetter6ed0f792012-07-08 19:41:43 +02007190bool intel_encoder_check_is_cloned(struct intel_encoder *encoder)
7191{
7192 struct intel_encoder *other_encoder;
7193 struct drm_crtc *crtc = &encoder->new_crtc->base;
7194
7195 if (WARN_ON(!crtc))
7196 return false;
7197
7198 list_for_each_entry(other_encoder,
7199 &crtc->dev->mode_config.encoder_list,
7200 base.head) {
7201
7202 if (&other_encoder->new_crtc->base != crtc ||
7203 encoder == other_encoder)
7204 continue;
7205 else
7206 return true;
7207 }
7208
7209 return false;
7210}
7211
Daniel Vetter50f56112012-07-02 09:35:43 +02007212static bool intel_encoder_crtc_ok(struct drm_encoder *encoder,
7213 struct drm_crtc *crtc)
7214{
7215 struct drm_device *dev;
7216 struct drm_crtc *tmp;
7217 int crtc_mask = 1;
7218
7219 WARN(!crtc, "checking null crtc?\n");
7220
7221 dev = crtc->dev;
7222
7223 list_for_each_entry(tmp, &dev->mode_config.crtc_list, head) {
7224 if (tmp == crtc)
7225 break;
7226 crtc_mask <<= 1;
7227 }
7228
7229 if (encoder->possible_crtcs & crtc_mask)
7230 return true;
7231 return false;
7232}
7233
Daniel Vetter9a935852012-07-05 22:34:27 +02007234/**
7235 * intel_modeset_update_staged_output_state
7236 *
7237 * Updates the staged output configuration state, e.g. after we've read out the
7238 * current hw state.
7239 */
7240static void intel_modeset_update_staged_output_state(struct drm_device *dev)
7241{
7242 struct intel_encoder *encoder;
7243 struct intel_connector *connector;
7244
7245 list_for_each_entry(connector, &dev->mode_config.connector_list,
7246 base.head) {
7247 connector->new_encoder =
7248 to_intel_encoder(connector->base.encoder);
7249 }
7250
7251 list_for_each_entry(encoder, &dev->mode_config.encoder_list,
7252 base.head) {
7253 encoder->new_crtc =
7254 to_intel_crtc(encoder->base.crtc);
7255 }
7256}
7257
7258/**
7259 * intel_modeset_commit_output_state
7260 *
7261 * This function copies the stage display pipe configuration to the real one.
7262 */
7263static void intel_modeset_commit_output_state(struct drm_device *dev)
7264{
7265 struct intel_encoder *encoder;
7266 struct intel_connector *connector;
7267
7268 list_for_each_entry(connector, &dev->mode_config.connector_list,
7269 base.head) {
7270 connector->base.encoder = &connector->new_encoder->base;
7271 }
7272
7273 list_for_each_entry(encoder, &dev->mode_config.encoder_list,
7274 base.head) {
7275 encoder->base.crtc = &encoder->new_crtc->base;
7276 }
7277}
7278
Daniel Vetter7758a112012-07-08 19:40:39 +02007279static struct drm_display_mode *
7280intel_modeset_adjusted_mode(struct drm_crtc *crtc,
7281 struct drm_display_mode *mode)
7282{
7283 struct drm_device *dev = crtc->dev;
7284 struct drm_display_mode *adjusted_mode;
7285 struct drm_encoder_helper_funcs *encoder_funcs;
7286 struct intel_encoder *encoder;
7287
7288 adjusted_mode = drm_mode_duplicate(dev, mode);
7289 if (!adjusted_mode)
7290 return ERR_PTR(-ENOMEM);
7291
7292 /* Pass our mode to the connectors and the CRTC to give them a chance to
7293 * adjust it according to limitations or connector properties, and also
7294 * a chance to reject the mode entirely.
7295 */
7296 list_for_each_entry(encoder, &dev->mode_config.encoder_list,
7297 base.head) {
7298
7299 if (&encoder->new_crtc->base != crtc)
7300 continue;
7301 encoder_funcs = encoder->base.helper_private;
7302 if (!(encoder_funcs->mode_fixup(&encoder->base, mode,
7303 adjusted_mode))) {
7304 DRM_DEBUG_KMS("Encoder fixup failed\n");
7305 goto fail;
7306 }
7307 }
7308
7309 if (!(intel_crtc_mode_fixup(crtc, mode, adjusted_mode))) {
7310 DRM_DEBUG_KMS("CRTC fixup failed\n");
7311 goto fail;
7312 }
7313 DRM_DEBUG_KMS("[CRTC:%d]\n", crtc->base.id);
7314
7315 return adjusted_mode;
7316fail:
7317 drm_mode_destroy(dev, adjusted_mode);
7318 return ERR_PTR(-EINVAL);
7319}
7320
Daniel Vettere2e1ed42012-07-08 21:14:38 +02007321/* Computes which crtcs are affected and sets the relevant bits in the mask. For
7322 * simplicity we use the crtc's pipe number (because it's easier to obtain). */
7323static void
7324intel_modeset_affected_pipes(struct drm_crtc *crtc, unsigned *modeset_pipes,
7325 unsigned *prepare_pipes, unsigned *disable_pipes)
7326{
7327 struct intel_crtc *intel_crtc;
7328 struct drm_device *dev = crtc->dev;
7329 struct intel_encoder *encoder;
7330 struct intel_connector *connector;
7331 struct drm_crtc *tmp_crtc;
7332
7333 *disable_pipes = *modeset_pipes = *prepare_pipes = 0;
7334
7335 /* Check which crtcs have changed outputs connected to them, these need
7336 * to be part of the prepare_pipes mask. We don't (yet) support global
7337 * modeset across multiple crtcs, so modeset_pipes will only have one
7338 * bit set at most. */
7339 list_for_each_entry(connector, &dev->mode_config.connector_list,
7340 base.head) {
7341 if (connector->base.encoder == &connector->new_encoder->base)
7342 continue;
7343
7344 if (connector->base.encoder) {
7345 tmp_crtc = connector->base.encoder->crtc;
7346
7347 *prepare_pipes |= 1 << to_intel_crtc(tmp_crtc)->pipe;
7348 }
7349
7350 if (connector->new_encoder)
7351 *prepare_pipes |=
7352 1 << connector->new_encoder->new_crtc->pipe;
7353 }
7354
7355 list_for_each_entry(encoder, &dev->mode_config.encoder_list,
7356 base.head) {
7357 if (encoder->base.crtc == &encoder->new_crtc->base)
7358 continue;
7359
7360 if (encoder->base.crtc) {
7361 tmp_crtc = encoder->base.crtc;
7362
7363 *prepare_pipes |= 1 << to_intel_crtc(tmp_crtc)->pipe;
7364 }
7365
7366 if (encoder->new_crtc)
7367 *prepare_pipes |= 1 << encoder->new_crtc->pipe;
7368 }
7369
7370 /* Check for any pipes that will be fully disabled ... */
7371 list_for_each_entry(intel_crtc, &dev->mode_config.crtc_list,
7372 base.head) {
7373 bool used = false;
7374
7375 /* Don't try to disable disabled crtcs. */
7376 if (!intel_crtc->base.enabled)
7377 continue;
7378
7379 list_for_each_entry(encoder, &dev->mode_config.encoder_list,
7380 base.head) {
7381 if (encoder->new_crtc == intel_crtc)
7382 used = true;
7383 }
7384
7385 if (!used)
7386 *disable_pipes |= 1 << intel_crtc->pipe;
7387 }
7388
7389
7390 /* set_mode is also used to update properties on life display pipes. */
7391 intel_crtc = to_intel_crtc(crtc);
7392 if (crtc->enabled)
7393 *prepare_pipes |= 1 << intel_crtc->pipe;
7394
7395 /* We only support modeset on one single crtc, hence we need to do that
7396 * only for the passed in crtc iff we change anything else than just
7397 * disable crtcs.
7398 *
7399 * This is actually not true, to be fully compatible with the old crtc
7400 * helper we automatically disable _any_ output (i.e. doesn't need to be
7401 * connected to the crtc we're modesetting on) if it's disconnected.
7402 * Which is a rather nutty api (since changed the output configuration
7403 * without userspace's explicit request can lead to confusion), but
7404 * alas. Hence we currently need to modeset on all pipes we prepare. */
7405 if (*prepare_pipes)
7406 *modeset_pipes = *prepare_pipes;
7407
7408 /* ... and mask these out. */
7409 *modeset_pipes &= ~(*disable_pipes);
7410 *prepare_pipes &= ~(*disable_pipes);
7411}
7412
Daniel Vetterea9d7582012-07-10 10:42:52 +02007413static bool intel_crtc_in_use(struct drm_crtc *crtc)
7414{
7415 struct drm_encoder *encoder;
7416 struct drm_device *dev = crtc->dev;
7417
7418 list_for_each_entry(encoder, &dev->mode_config.encoder_list, head)
7419 if (encoder->crtc == crtc)
7420 return true;
7421
7422 return false;
7423}
7424
7425static void
7426intel_modeset_update_state(struct drm_device *dev, unsigned prepare_pipes)
7427{
7428 struct intel_encoder *intel_encoder;
7429 struct intel_crtc *intel_crtc;
7430 struct drm_connector *connector;
7431
7432 list_for_each_entry(intel_encoder, &dev->mode_config.encoder_list,
7433 base.head) {
7434 if (!intel_encoder->base.crtc)
7435 continue;
7436
7437 intel_crtc = to_intel_crtc(intel_encoder->base.crtc);
7438
7439 if (prepare_pipes & (1 << intel_crtc->pipe))
7440 intel_encoder->connectors_active = false;
7441 }
7442
7443 intel_modeset_commit_output_state(dev);
7444
7445 /* Update computed state. */
7446 list_for_each_entry(intel_crtc, &dev->mode_config.crtc_list,
7447 base.head) {
7448 intel_crtc->base.enabled = intel_crtc_in_use(&intel_crtc->base);
7449 }
7450
7451 list_for_each_entry(connector, &dev->mode_config.connector_list, head) {
7452 if (!connector->encoder || !connector->encoder->crtc)
7453 continue;
7454
7455 intel_crtc = to_intel_crtc(connector->encoder->crtc);
7456
7457 if (prepare_pipes & (1 << intel_crtc->pipe)) {
Daniel Vetter68d34722012-09-06 22:08:35 +02007458 struct drm_property *dpms_property =
7459 dev->mode_config.dpms_property;
7460
Daniel Vetterea9d7582012-07-10 10:42:52 +02007461 connector->dpms = DRM_MODE_DPMS_ON;
Rob Clark662595d2012-10-11 20:36:04 -05007462 drm_object_property_set_value(&connector->base,
Daniel Vetter68d34722012-09-06 22:08:35 +02007463 dpms_property,
7464 DRM_MODE_DPMS_ON);
Daniel Vetterea9d7582012-07-10 10:42:52 +02007465
7466 intel_encoder = to_intel_encoder(connector->encoder);
7467 intel_encoder->connectors_active = true;
7468 }
7469 }
7470
7471}
7472
Daniel Vetter25c5b262012-07-08 22:08:04 +02007473#define for_each_intel_crtc_masked(dev, mask, intel_crtc) \
7474 list_for_each_entry((intel_crtc), \
7475 &(dev)->mode_config.crtc_list, \
7476 base.head) \
7477 if (mask & (1 <<(intel_crtc)->pipe)) \
7478
Daniel Vetterb9805142012-08-31 17:37:33 +02007479void
Daniel Vetter8af6cf82012-07-10 09:50:11 +02007480intel_modeset_check_state(struct drm_device *dev)
7481{
7482 struct intel_crtc *crtc;
7483 struct intel_encoder *encoder;
7484 struct intel_connector *connector;
7485
7486 list_for_each_entry(connector, &dev->mode_config.connector_list,
7487 base.head) {
7488 /* This also checks the encoder/connector hw state with the
7489 * ->get_hw_state callbacks. */
7490 intel_connector_check_state(connector);
7491
7492 WARN(&connector->new_encoder->base != connector->base.encoder,
7493 "connector's staged encoder doesn't match current encoder\n");
7494 }
7495
7496 list_for_each_entry(encoder, &dev->mode_config.encoder_list,
7497 base.head) {
7498 bool enabled = false;
7499 bool active = false;
7500 enum pipe pipe, tracked_pipe;
7501
7502 DRM_DEBUG_KMS("[ENCODER:%d:%s]\n",
7503 encoder->base.base.id,
7504 drm_get_encoder_name(&encoder->base));
7505
7506 WARN(&encoder->new_crtc->base != encoder->base.crtc,
7507 "encoder's stage crtc doesn't match current crtc\n");
7508 WARN(encoder->connectors_active && !encoder->base.crtc,
7509 "encoder's active_connectors set, but no crtc\n");
7510
7511 list_for_each_entry(connector, &dev->mode_config.connector_list,
7512 base.head) {
7513 if (connector->base.encoder != &encoder->base)
7514 continue;
7515 enabled = true;
7516 if (connector->base.dpms != DRM_MODE_DPMS_OFF)
7517 active = true;
7518 }
7519 WARN(!!encoder->base.crtc != enabled,
7520 "encoder's enabled state mismatch "
7521 "(expected %i, found %i)\n",
7522 !!encoder->base.crtc, enabled);
7523 WARN(active && !encoder->base.crtc,
7524 "active encoder with no crtc\n");
7525
7526 WARN(encoder->connectors_active != active,
7527 "encoder's computed active state doesn't match tracked active state "
7528 "(expected %i, found %i)\n", active, encoder->connectors_active);
7529
7530 active = encoder->get_hw_state(encoder, &pipe);
7531 WARN(active != encoder->connectors_active,
7532 "encoder's hw state doesn't match sw tracking "
7533 "(expected %i, found %i)\n",
7534 encoder->connectors_active, active);
7535
7536 if (!encoder->base.crtc)
7537 continue;
7538
7539 tracked_pipe = to_intel_crtc(encoder->base.crtc)->pipe;
7540 WARN(active && pipe != tracked_pipe,
7541 "active encoder's pipe doesn't match"
7542 "(expected %i, found %i)\n",
7543 tracked_pipe, pipe);
7544
7545 }
7546
7547 list_for_each_entry(crtc, &dev->mode_config.crtc_list,
7548 base.head) {
7549 bool enabled = false;
7550 bool active = false;
7551
7552 DRM_DEBUG_KMS("[CRTC:%d]\n",
7553 crtc->base.base.id);
7554
7555 WARN(crtc->active && !crtc->base.enabled,
7556 "active crtc, but not enabled in sw tracking\n");
7557
7558 list_for_each_entry(encoder, &dev->mode_config.encoder_list,
7559 base.head) {
7560 if (encoder->base.crtc != &crtc->base)
7561 continue;
7562 enabled = true;
7563 if (encoder->connectors_active)
7564 active = true;
7565 }
7566 WARN(active != crtc->active,
7567 "crtc's computed active state doesn't match tracked active state "
7568 "(expected %i, found %i)\n", active, crtc->active);
7569 WARN(enabled != crtc->base.enabled,
7570 "crtc's computed enabled state doesn't match tracked enabled state "
7571 "(expected %i, found %i)\n", enabled, crtc->base.enabled);
7572
7573 assert_pipe(dev->dev_private, crtc->pipe, crtc->active);
7574 }
7575}
7576
Daniel Vettera6778b32012-07-02 09:56:42 +02007577bool intel_set_mode(struct drm_crtc *crtc,
7578 struct drm_display_mode *mode,
Daniel Vetter94352cf2012-07-05 22:51:56 +02007579 int x, int y, struct drm_framebuffer *fb)
Daniel Vettera6778b32012-07-02 09:56:42 +02007580{
7581 struct drm_device *dev = crtc->dev;
Daniel Vetterdbf2b54e2012-07-02 11:18:29 +02007582 drm_i915_private_t *dev_priv = dev->dev_private;
Daniel Vettera6778b32012-07-02 09:56:42 +02007583 struct drm_display_mode *adjusted_mode, saved_mode, saved_hwmode;
Daniel Vetter25c5b262012-07-08 22:08:04 +02007584 struct intel_crtc *intel_crtc;
7585 unsigned disable_pipes, prepare_pipes, modeset_pipes;
Daniel Vettera6778b32012-07-02 09:56:42 +02007586 bool ret = true;
7587
Daniel Vettere2e1ed42012-07-08 21:14:38 +02007588 intel_modeset_affected_pipes(crtc, &modeset_pipes,
Daniel Vetter25c5b262012-07-08 22:08:04 +02007589 &prepare_pipes, &disable_pipes);
7590
7591 DRM_DEBUG_KMS("set mode pipe masks: modeset: %x, prepare: %x, disable: %x\n",
7592 modeset_pipes, prepare_pipes, disable_pipes);
Daniel Vettere2e1ed42012-07-08 21:14:38 +02007593
Daniel Vetter976f8a22012-07-08 22:34:21 +02007594 for_each_intel_crtc_masked(dev, disable_pipes, intel_crtc)
7595 intel_crtc_disable(&intel_crtc->base);
7596
Daniel Vettera6778b32012-07-02 09:56:42 +02007597 saved_hwmode = crtc->hwmode;
7598 saved_mode = crtc->mode;
Daniel Vettera6778b32012-07-02 09:56:42 +02007599
Daniel Vetter25c5b262012-07-08 22:08:04 +02007600 /* Hack: Because we don't (yet) support global modeset on multiple
7601 * crtcs, we don't keep track of the new mode for more than one crtc.
7602 * Hence simply check whether any bit is set in modeset_pipes in all the
7603 * pieces of code that are not yet converted to deal with mutliple crtcs
7604 * changing their mode at the same time. */
7605 adjusted_mode = NULL;
7606 if (modeset_pipes) {
7607 adjusted_mode = intel_modeset_adjusted_mode(crtc, mode);
7608 if (IS_ERR(adjusted_mode)) {
7609 return false;
7610 }
Daniel Vettera6778b32012-07-02 09:56:42 +02007611 }
7612
Daniel Vetterea9d7582012-07-10 10:42:52 +02007613 for_each_intel_crtc_masked(dev, prepare_pipes, intel_crtc) {
7614 if (intel_crtc->base.enabled)
7615 dev_priv->display.crtc_disable(&intel_crtc->base);
7616 }
Daniel Vettera6778b32012-07-02 09:56:42 +02007617
Daniel Vetter6c4c86f2012-09-10 21:58:30 +02007618 /* crtc->mode is already used by the ->mode_set callbacks, hence we need
7619 * to set it here already despite that we pass it down the callchain.
7620 */
7621 if (modeset_pipes)
Daniel Vetter25c5b262012-07-08 22:08:04 +02007622 crtc->mode = *mode;
Daniel Vetter7758a112012-07-08 19:40:39 +02007623
Daniel Vetterea9d7582012-07-10 10:42:52 +02007624 /* Only after disabling all output pipelines that will be changed can we
7625 * update the the output configuration. */
7626 intel_modeset_update_state(dev, prepare_pipes);
7627
Daniel Vetter47fab732012-10-26 10:58:18 +02007628 if (dev_priv->display.modeset_global_resources)
7629 dev_priv->display.modeset_global_resources(dev);
7630
Daniel Vettera6778b32012-07-02 09:56:42 +02007631 /* Set up the DPLL and any encoders state that needs to adjust or depend
7632 * on the DPLL.
7633 */
Daniel Vetter25c5b262012-07-08 22:08:04 +02007634 for_each_intel_crtc_masked(dev, modeset_pipes, intel_crtc) {
7635 ret = !intel_crtc_mode_set(&intel_crtc->base,
7636 mode, adjusted_mode,
7637 x, y, fb);
7638 if (!ret)
7639 goto done;
Daniel Vettera6778b32012-07-02 09:56:42 +02007640 }
7641
7642 /* Now enable the clocks, plane, pipe, and connectors that we set up. */
Daniel Vetter25c5b262012-07-08 22:08:04 +02007643 for_each_intel_crtc_masked(dev, prepare_pipes, intel_crtc)
7644 dev_priv->display.crtc_enable(&intel_crtc->base);
Daniel Vettera6778b32012-07-02 09:56:42 +02007645
Daniel Vetter25c5b262012-07-08 22:08:04 +02007646 if (modeset_pipes) {
7647 /* Store real post-adjustment hardware mode. */
7648 crtc->hwmode = *adjusted_mode;
Daniel Vettera6778b32012-07-02 09:56:42 +02007649
Daniel Vetter25c5b262012-07-08 22:08:04 +02007650 /* Calculate and store various constants which
7651 * are later needed by vblank and swap-completion
7652 * timestamping. They are derived from true hwmode.
7653 */
7654 drm_calc_timestamping_constants(crtc);
7655 }
Daniel Vettera6778b32012-07-02 09:56:42 +02007656
7657 /* FIXME: add subpixel order */
7658done:
7659 drm_mode_destroy(dev, adjusted_mode);
Daniel Vetter25c5b262012-07-08 22:08:04 +02007660 if (!ret && crtc->enabled) {
Daniel Vettera6778b32012-07-02 09:56:42 +02007661 crtc->hwmode = saved_hwmode;
7662 crtc->mode = saved_mode;
Daniel Vetter8af6cf82012-07-10 09:50:11 +02007663 } else {
7664 intel_modeset_check_state(dev);
Daniel Vettera6778b32012-07-02 09:56:42 +02007665 }
7666
7667 return ret;
7668}
7669
Daniel Vetter25c5b262012-07-08 22:08:04 +02007670#undef for_each_intel_crtc_masked
7671
Daniel Vetterd9e55602012-07-04 22:16:09 +02007672static void intel_set_config_free(struct intel_set_config *config)
7673{
7674 if (!config)
7675 return;
7676
Daniel Vetter1aa4b622012-07-05 16:20:48 +02007677 kfree(config->save_connector_encoders);
7678 kfree(config->save_encoder_crtcs);
Daniel Vetterd9e55602012-07-04 22:16:09 +02007679 kfree(config);
7680}
7681
Daniel Vetter85f9eb72012-07-04 22:24:08 +02007682static int intel_set_config_save_state(struct drm_device *dev,
7683 struct intel_set_config *config)
7684{
Daniel Vetter85f9eb72012-07-04 22:24:08 +02007685 struct drm_encoder *encoder;
7686 struct drm_connector *connector;
7687 int count;
7688
Daniel Vetter1aa4b622012-07-05 16:20:48 +02007689 config->save_encoder_crtcs =
7690 kcalloc(dev->mode_config.num_encoder,
7691 sizeof(struct drm_crtc *), GFP_KERNEL);
7692 if (!config->save_encoder_crtcs)
Daniel Vetter85f9eb72012-07-04 22:24:08 +02007693 return -ENOMEM;
7694
Daniel Vetter1aa4b622012-07-05 16:20:48 +02007695 config->save_connector_encoders =
7696 kcalloc(dev->mode_config.num_connector,
7697 sizeof(struct drm_encoder *), GFP_KERNEL);
7698 if (!config->save_connector_encoders)
Daniel Vetter85f9eb72012-07-04 22:24:08 +02007699 return -ENOMEM;
7700
7701 /* Copy data. Note that driver private data is not affected.
7702 * Should anything bad happen only the expected state is
7703 * restored, not the drivers personal bookkeeping.
7704 */
7705 count = 0;
Daniel Vetter85f9eb72012-07-04 22:24:08 +02007706 list_for_each_entry(encoder, &dev->mode_config.encoder_list, head) {
Daniel Vetter1aa4b622012-07-05 16:20:48 +02007707 config->save_encoder_crtcs[count++] = encoder->crtc;
Daniel Vetter85f9eb72012-07-04 22:24:08 +02007708 }
7709
7710 count = 0;
7711 list_for_each_entry(connector, &dev->mode_config.connector_list, head) {
Daniel Vetter1aa4b622012-07-05 16:20:48 +02007712 config->save_connector_encoders[count++] = connector->encoder;
Daniel Vetter85f9eb72012-07-04 22:24:08 +02007713 }
7714
7715 return 0;
7716}
7717
7718static void intel_set_config_restore_state(struct drm_device *dev,
7719 struct intel_set_config *config)
7720{
Daniel Vetter9a935852012-07-05 22:34:27 +02007721 struct intel_encoder *encoder;
7722 struct intel_connector *connector;
Daniel Vetter85f9eb72012-07-04 22:24:08 +02007723 int count;
7724
7725 count = 0;
Daniel Vetter9a935852012-07-05 22:34:27 +02007726 list_for_each_entry(encoder, &dev->mode_config.encoder_list, base.head) {
7727 encoder->new_crtc =
7728 to_intel_crtc(config->save_encoder_crtcs[count++]);
Daniel Vetter85f9eb72012-07-04 22:24:08 +02007729 }
7730
7731 count = 0;
Daniel Vetter9a935852012-07-05 22:34:27 +02007732 list_for_each_entry(connector, &dev->mode_config.connector_list, base.head) {
7733 connector->new_encoder =
7734 to_intel_encoder(config->save_connector_encoders[count++]);
Daniel Vetter85f9eb72012-07-04 22:24:08 +02007735 }
7736}
7737
Daniel Vetter5e2b5842012-07-04 22:41:29 +02007738static void
7739intel_set_config_compute_mode_changes(struct drm_mode_set *set,
7740 struct intel_set_config *config)
7741{
7742
7743 /* We should be able to check here if the fb has the same properties
7744 * and then just flip_or_move it */
7745 if (set->crtc->fb != set->fb) {
7746 /* If we have no fb then treat it as a full mode set */
7747 if (set->crtc->fb == NULL) {
7748 DRM_DEBUG_KMS("crtc has no fb, full mode set\n");
7749 config->mode_changed = true;
7750 } else if (set->fb == NULL) {
7751 config->mode_changed = true;
7752 } else if (set->fb->depth != set->crtc->fb->depth) {
7753 config->mode_changed = true;
7754 } else if (set->fb->bits_per_pixel !=
7755 set->crtc->fb->bits_per_pixel) {
7756 config->mode_changed = true;
7757 } else
7758 config->fb_changed = true;
7759 }
7760
Daniel Vetter835c5872012-07-10 18:11:08 +02007761 if (set->fb && (set->x != set->crtc->x || set->y != set->crtc->y))
Daniel Vetter5e2b5842012-07-04 22:41:29 +02007762 config->fb_changed = true;
7763
7764 if (set->mode && !drm_mode_equal(set->mode, &set->crtc->mode)) {
7765 DRM_DEBUG_KMS("modes are different, full mode set\n");
7766 drm_mode_debug_printmodeline(&set->crtc->mode);
7767 drm_mode_debug_printmodeline(set->mode);
7768 config->mode_changed = true;
7769 }
7770}
7771
Daniel Vetter2e431052012-07-04 22:42:15 +02007772static int
Daniel Vetter9a935852012-07-05 22:34:27 +02007773intel_modeset_stage_output_state(struct drm_device *dev,
7774 struct drm_mode_set *set,
7775 struct intel_set_config *config)
Daniel Vetter50f56112012-07-02 09:35:43 +02007776{
Daniel Vetter85f9eb72012-07-04 22:24:08 +02007777 struct drm_crtc *new_crtc;
Daniel Vetter9a935852012-07-05 22:34:27 +02007778 struct intel_connector *connector;
7779 struct intel_encoder *encoder;
Daniel Vetter2e431052012-07-04 22:42:15 +02007780 int count, ro;
Daniel Vetter50f56112012-07-02 09:35:43 +02007781
Daniel Vetter9a935852012-07-05 22:34:27 +02007782 /* The upper layers ensure that we either disabl a crtc or have a list
7783 * of connectors. For paranoia, double-check this. */
7784 WARN_ON(!set->fb && (set->num_connectors != 0));
7785 WARN_ON(set->fb && (set->num_connectors == 0));
7786
Daniel Vetter50f56112012-07-02 09:35:43 +02007787 count = 0;
Daniel Vetter9a935852012-07-05 22:34:27 +02007788 list_for_each_entry(connector, &dev->mode_config.connector_list,
7789 base.head) {
7790 /* Otherwise traverse passed in connector list and get encoders
7791 * for them. */
Daniel Vetter50f56112012-07-02 09:35:43 +02007792 for (ro = 0; ro < set->num_connectors; ro++) {
Daniel Vetter9a935852012-07-05 22:34:27 +02007793 if (set->connectors[ro] == &connector->base) {
7794 connector->new_encoder = connector->encoder;
Daniel Vetter50f56112012-07-02 09:35:43 +02007795 break;
7796 }
7797 }
7798
Daniel Vetter9a935852012-07-05 22:34:27 +02007799 /* If we disable the crtc, disable all its connectors. Also, if
7800 * the connector is on the changing crtc but not on the new
7801 * connector list, disable it. */
7802 if ((!set->fb || ro == set->num_connectors) &&
7803 connector->base.encoder &&
7804 connector->base.encoder->crtc == set->crtc) {
7805 connector->new_encoder = NULL;
7806
7807 DRM_DEBUG_KMS("[CONNECTOR:%d:%s] to [NOCRTC]\n",
7808 connector->base.base.id,
7809 drm_get_connector_name(&connector->base));
7810 }
7811
7812
7813 if (&connector->new_encoder->base != connector->base.encoder) {
Daniel Vetter50f56112012-07-02 09:35:43 +02007814 DRM_DEBUG_KMS("encoder changed, full mode switch\n");
Daniel Vetter5e2b5842012-07-04 22:41:29 +02007815 config->mode_changed = true;
Daniel Vetter50f56112012-07-02 09:35:43 +02007816 }
Daniel Vetter50f56112012-07-02 09:35:43 +02007817
Daniel Vetter9a935852012-07-05 22:34:27 +02007818 /* Disable all disconnected encoders. */
7819 if (connector->base.status == connector_status_disconnected)
7820 connector->new_encoder = NULL;
7821 }
7822 /* connector->new_encoder is now updated for all connectors. */
7823
7824 /* Update crtc of enabled connectors. */
Daniel Vetter50f56112012-07-02 09:35:43 +02007825 count = 0;
Daniel Vetter9a935852012-07-05 22:34:27 +02007826 list_for_each_entry(connector, &dev->mode_config.connector_list,
7827 base.head) {
7828 if (!connector->new_encoder)
Daniel Vetter50f56112012-07-02 09:35:43 +02007829 continue;
7830
Daniel Vetter9a935852012-07-05 22:34:27 +02007831 new_crtc = connector->new_encoder->base.crtc;
Daniel Vetter50f56112012-07-02 09:35:43 +02007832
7833 for (ro = 0; ro < set->num_connectors; ro++) {
Daniel Vetter9a935852012-07-05 22:34:27 +02007834 if (set->connectors[ro] == &connector->base)
Daniel Vetter50f56112012-07-02 09:35:43 +02007835 new_crtc = set->crtc;
7836 }
7837
7838 /* Make sure the new CRTC will work with the encoder */
Daniel Vetter9a935852012-07-05 22:34:27 +02007839 if (!intel_encoder_crtc_ok(&connector->new_encoder->base,
7840 new_crtc)) {
Daniel Vetter5e2b5842012-07-04 22:41:29 +02007841 return -EINVAL;
Daniel Vetter50f56112012-07-02 09:35:43 +02007842 }
Daniel Vetter9a935852012-07-05 22:34:27 +02007843 connector->encoder->new_crtc = to_intel_crtc(new_crtc);
7844
7845 DRM_DEBUG_KMS("[CONNECTOR:%d:%s] to [CRTC:%d]\n",
7846 connector->base.base.id,
7847 drm_get_connector_name(&connector->base),
7848 new_crtc->base.id);
7849 }
7850
7851 /* Check for any encoders that needs to be disabled. */
7852 list_for_each_entry(encoder, &dev->mode_config.encoder_list,
7853 base.head) {
7854 list_for_each_entry(connector,
7855 &dev->mode_config.connector_list,
7856 base.head) {
7857 if (connector->new_encoder == encoder) {
7858 WARN_ON(!connector->new_encoder->new_crtc);
7859
7860 goto next_encoder;
7861 }
7862 }
7863 encoder->new_crtc = NULL;
7864next_encoder:
7865 /* Only now check for crtc changes so we don't miss encoders
7866 * that will be disabled. */
7867 if (&encoder->new_crtc->base != encoder->base.crtc) {
Daniel Vetter50f56112012-07-02 09:35:43 +02007868 DRM_DEBUG_KMS("crtc changed, full mode switch\n");
Daniel Vetter5e2b5842012-07-04 22:41:29 +02007869 config->mode_changed = true;
Daniel Vetter50f56112012-07-02 09:35:43 +02007870 }
7871 }
Daniel Vetter9a935852012-07-05 22:34:27 +02007872 /* Now we've also updated encoder->new_crtc for all encoders. */
Daniel Vetter50f56112012-07-02 09:35:43 +02007873
Daniel Vetter2e431052012-07-04 22:42:15 +02007874 return 0;
7875}
7876
7877static int intel_crtc_set_config(struct drm_mode_set *set)
7878{
7879 struct drm_device *dev;
Daniel Vetter2e431052012-07-04 22:42:15 +02007880 struct drm_mode_set save_set;
7881 struct intel_set_config *config;
7882 int ret;
Daniel Vetter2e431052012-07-04 22:42:15 +02007883
Daniel Vetter8d3e3752012-07-05 16:09:09 +02007884 BUG_ON(!set);
7885 BUG_ON(!set->crtc);
7886 BUG_ON(!set->crtc->helper_private);
Daniel Vetter2e431052012-07-04 22:42:15 +02007887
7888 if (!set->mode)
7889 set->fb = NULL;
7890
Daniel Vetter431e50f2012-07-10 17:53:42 +02007891 /* The fb helper likes to play gross jokes with ->mode_set_config.
7892 * Unfortunately the crtc helper doesn't do much at all for this case,
7893 * so we have to cope with this madness until the fb helper is fixed up. */
7894 if (set->fb && set->num_connectors == 0)
7895 return 0;
7896
Daniel Vetter2e431052012-07-04 22:42:15 +02007897 if (set->fb) {
7898 DRM_DEBUG_KMS("[CRTC:%d] [FB:%d] #connectors=%d (x y) (%i %i)\n",
7899 set->crtc->base.id, set->fb->base.id,
7900 (int)set->num_connectors, set->x, set->y);
7901 } else {
7902 DRM_DEBUG_KMS("[CRTC:%d] [NOFB]\n", set->crtc->base.id);
Daniel Vetter2e431052012-07-04 22:42:15 +02007903 }
7904
7905 dev = set->crtc->dev;
7906
7907 ret = -ENOMEM;
7908 config = kzalloc(sizeof(*config), GFP_KERNEL);
7909 if (!config)
7910 goto out_config;
7911
7912 ret = intel_set_config_save_state(dev, config);
7913 if (ret)
7914 goto out_config;
7915
7916 save_set.crtc = set->crtc;
7917 save_set.mode = &set->crtc->mode;
7918 save_set.x = set->crtc->x;
7919 save_set.y = set->crtc->y;
7920 save_set.fb = set->crtc->fb;
7921
7922 /* Compute whether we need a full modeset, only an fb base update or no
7923 * change at all. In the future we might also check whether only the
7924 * mode changed, e.g. for LVDS where we only change the panel fitter in
7925 * such cases. */
7926 intel_set_config_compute_mode_changes(set, config);
7927
Daniel Vetter9a935852012-07-05 22:34:27 +02007928 ret = intel_modeset_stage_output_state(dev, set, config);
Daniel Vetter2e431052012-07-04 22:42:15 +02007929 if (ret)
7930 goto fail;
7931
Daniel Vetter5e2b5842012-07-04 22:41:29 +02007932 if (config->mode_changed) {
Daniel Vetter87f1faa2012-07-05 23:36:17 +02007933 if (set->mode) {
Daniel Vetter50f56112012-07-02 09:35:43 +02007934 DRM_DEBUG_KMS("attempting to set mode from"
7935 " userspace\n");
7936 drm_mode_debug_printmodeline(set->mode);
Daniel Vetter87f1faa2012-07-05 23:36:17 +02007937 }
7938
7939 if (!intel_set_mode(set->crtc, set->mode,
7940 set->x, set->y, set->fb)) {
7941 DRM_ERROR("failed to set mode on [CRTC:%d]\n",
7942 set->crtc->base.id);
7943 ret = -EINVAL;
7944 goto fail;
7945 }
Daniel Vetter5e2b5842012-07-04 22:41:29 +02007946 } else if (config->fb_changed) {
Daniel Vetter4f660f42012-07-02 09:47:37 +02007947 ret = intel_pipe_set_base(set->crtc,
Daniel Vetter94352cf2012-07-05 22:51:56 +02007948 set->x, set->y, set->fb);
Daniel Vetter50f56112012-07-02 09:35:43 +02007949 }
7950
Daniel Vetterd9e55602012-07-04 22:16:09 +02007951 intel_set_config_free(config);
7952
Daniel Vetter50f56112012-07-02 09:35:43 +02007953 return 0;
7954
7955fail:
Daniel Vetter85f9eb72012-07-04 22:24:08 +02007956 intel_set_config_restore_state(dev, config);
Daniel Vetter50f56112012-07-02 09:35:43 +02007957
7958 /* Try to restore the config */
Daniel Vetter5e2b5842012-07-04 22:41:29 +02007959 if (config->mode_changed &&
Daniel Vettera6778b32012-07-02 09:56:42 +02007960 !intel_set_mode(save_set.crtc, save_set.mode,
7961 save_set.x, save_set.y, save_set.fb))
Daniel Vetter50f56112012-07-02 09:35:43 +02007962 DRM_ERROR("failed to restore config after modeset failure\n");
7963
Daniel Vetterd9e55602012-07-04 22:16:09 +02007964out_config:
7965 intel_set_config_free(config);
Daniel Vetter50f56112012-07-02 09:35:43 +02007966 return ret;
7967}
7968
Chris Wilsonf6e5b162011-04-12 18:06:51 +01007969static const struct drm_crtc_funcs intel_crtc_funcs = {
Chris Wilsonf6e5b162011-04-12 18:06:51 +01007970 .cursor_set = intel_crtc_cursor_set,
7971 .cursor_move = intel_crtc_cursor_move,
7972 .gamma_set = intel_crtc_gamma_set,
Daniel Vetter50f56112012-07-02 09:35:43 +02007973 .set_config = intel_crtc_set_config,
Chris Wilsonf6e5b162011-04-12 18:06:51 +01007974 .destroy = intel_crtc_destroy,
7975 .page_flip = intel_crtc_page_flip,
7976};
7977
Paulo Zanoni79f689a2012-10-05 12:05:52 -03007978static void intel_cpu_pll_init(struct drm_device *dev)
7979{
Paulo Zanoniaffa9352012-11-23 15:30:39 -02007980 if (HAS_DDI(dev))
Paulo Zanoni79f689a2012-10-05 12:05:52 -03007981 intel_ddi_pll_init(dev);
7982}
7983
Jesse Barnesee7b9f92012-04-20 17:11:53 +01007984static void intel_pch_pll_init(struct drm_device *dev)
7985{
7986 drm_i915_private_t *dev_priv = dev->dev_private;
7987 int i;
7988
7989 if (dev_priv->num_pch_pll == 0) {
7990 DRM_DEBUG_KMS("No PCH PLLs on this hardware, skipping initialisation\n");
7991 return;
7992 }
7993
7994 for (i = 0; i < dev_priv->num_pch_pll; i++) {
7995 dev_priv->pch_plls[i].pll_reg = _PCH_DPLL(i);
7996 dev_priv->pch_plls[i].fp0_reg = _PCH_FP0(i);
7997 dev_priv->pch_plls[i].fp1_reg = _PCH_FP1(i);
7998 }
7999}
8000
Hannes Ederb358d0a2008-12-18 21:18:47 +01008001static void intel_crtc_init(struct drm_device *dev, int pipe)
Jesse Barnes79e53942008-11-07 14:24:08 -08008002{
Jesse Barnes22fd0fa2009-12-02 13:42:53 -08008003 drm_i915_private_t *dev_priv = dev->dev_private;
Jesse Barnes79e53942008-11-07 14:24:08 -08008004 struct intel_crtc *intel_crtc;
8005 int i;
8006
8007 intel_crtc = kzalloc(sizeof(struct intel_crtc) + (INTELFB_CONN_LIMIT * sizeof(struct drm_connector *)), GFP_KERNEL);
8008 if (intel_crtc == NULL)
8009 return;
8010
8011 drm_crtc_init(dev, &intel_crtc->base, &intel_crtc_funcs);
8012
8013 drm_mode_crtc_set_gamma_size(&intel_crtc->base, 256);
Jesse Barnes79e53942008-11-07 14:24:08 -08008014 for (i = 0; i < 256; i++) {
8015 intel_crtc->lut_r[i] = i;
8016 intel_crtc->lut_g[i] = i;
8017 intel_crtc->lut_b[i] = i;
8018 }
8019
Jesse Barnes80824002009-09-10 15:28:06 -07008020 /* Swap pipes & planes for FBC on pre-965 */
8021 intel_crtc->pipe = pipe;
8022 intel_crtc->plane = pipe;
Paulo Zanonia5c961d2012-10-24 15:59:34 -02008023 intel_crtc->cpu_transcoder = pipe;
Chris Wilsone2e767a2010-09-13 16:53:12 +01008024 if (IS_MOBILE(dev) && IS_GEN3(dev)) {
Zhao Yakui28c97732009-10-09 11:39:41 +08008025 DRM_DEBUG_KMS("swapping pipes & planes for FBC\n");
Chris Wilsone2e767a2010-09-13 16:53:12 +01008026 intel_crtc->plane = !pipe;
Jesse Barnes80824002009-09-10 15:28:06 -07008027 }
8028
Jesse Barnes22fd0fa2009-12-02 13:42:53 -08008029 BUG_ON(pipe >= ARRAY_SIZE(dev_priv->plane_to_crtc_mapping) ||
8030 dev_priv->plane_to_crtc_mapping[intel_crtc->plane] != NULL);
8031 dev_priv->plane_to_crtc_mapping[intel_crtc->plane] = &intel_crtc->base;
8032 dev_priv->pipe_to_crtc_mapping[intel_crtc->pipe] = &intel_crtc->base;
8033
Jesse Barnes5a354202011-06-24 12:19:22 -07008034 intel_crtc->bpp = 24; /* default for pre-Ironlake */
Jesse Barnes7e7d76c2010-09-10 10:47:20 -07008035
Jesse Barnes79e53942008-11-07 14:24:08 -08008036 drm_crtc_helper_add(&intel_crtc->base, &intel_helper_funcs);
Jesse Barnes79e53942008-11-07 14:24:08 -08008037}
8038
Carl Worth08d7b3d2009-04-29 14:43:54 -07008039int intel_get_pipe_from_crtc_id(struct drm_device *dev, void *data,
Chris Wilson05394f32010-11-08 19:18:58 +00008040 struct drm_file *file)
Carl Worth08d7b3d2009-04-29 14:43:54 -07008041{
Carl Worth08d7b3d2009-04-29 14:43:54 -07008042 struct drm_i915_get_pipe_from_crtc_id *pipe_from_crtc_id = data;
Daniel Vetterc05422d2009-08-11 16:05:30 +02008043 struct drm_mode_object *drmmode_obj;
8044 struct intel_crtc *crtc;
Carl Worth08d7b3d2009-04-29 14:43:54 -07008045
Daniel Vetter1cff8f62012-04-24 09:55:08 +02008046 if (!drm_core_check_feature(dev, DRIVER_MODESET))
8047 return -ENODEV;
Carl Worth08d7b3d2009-04-29 14:43:54 -07008048
Daniel Vetterc05422d2009-08-11 16:05:30 +02008049 drmmode_obj = drm_mode_object_find(dev, pipe_from_crtc_id->crtc_id,
8050 DRM_MODE_OBJECT_CRTC);
Carl Worth08d7b3d2009-04-29 14:43:54 -07008051
Daniel Vetterc05422d2009-08-11 16:05:30 +02008052 if (!drmmode_obj) {
Carl Worth08d7b3d2009-04-29 14:43:54 -07008053 DRM_ERROR("no such CRTC id\n");
8054 return -EINVAL;
8055 }
8056
Daniel Vetterc05422d2009-08-11 16:05:30 +02008057 crtc = to_intel_crtc(obj_to_crtc(drmmode_obj));
8058 pipe_from_crtc_id->pipe = crtc->pipe;
Carl Worth08d7b3d2009-04-29 14:43:54 -07008059
Daniel Vetterc05422d2009-08-11 16:05:30 +02008060 return 0;
Carl Worth08d7b3d2009-04-29 14:43:54 -07008061}
8062
Daniel Vetter66a92782012-07-12 20:08:18 +02008063static int intel_encoder_clones(struct intel_encoder *encoder)
Jesse Barnes79e53942008-11-07 14:24:08 -08008064{
Daniel Vetter66a92782012-07-12 20:08:18 +02008065 struct drm_device *dev = encoder->base.dev;
8066 struct intel_encoder *source_encoder;
Jesse Barnes79e53942008-11-07 14:24:08 -08008067 int index_mask = 0;
Jesse Barnes79e53942008-11-07 14:24:08 -08008068 int entry = 0;
8069
Daniel Vetter66a92782012-07-12 20:08:18 +02008070 list_for_each_entry(source_encoder,
8071 &dev->mode_config.encoder_list, base.head) {
8072
8073 if (encoder == source_encoder)
Jesse Barnes79e53942008-11-07 14:24:08 -08008074 index_mask |= (1 << entry);
Daniel Vetter66a92782012-07-12 20:08:18 +02008075
8076 /* Intel hw has only one MUX where enocoders could be cloned. */
8077 if (encoder->cloneable && source_encoder->cloneable)
8078 index_mask |= (1 << entry);
8079
Jesse Barnes79e53942008-11-07 14:24:08 -08008080 entry++;
8081 }
Chris Wilson4ef69c72010-09-09 15:14:28 +01008082
Jesse Barnes79e53942008-11-07 14:24:08 -08008083 return index_mask;
8084}
8085
Chris Wilson4d302442010-12-14 19:21:29 +00008086static bool has_edp_a(struct drm_device *dev)
8087{
8088 struct drm_i915_private *dev_priv = dev->dev_private;
8089
8090 if (!IS_MOBILE(dev))
8091 return false;
8092
8093 if ((I915_READ(DP_A) & DP_DETECTED) == 0)
8094 return false;
8095
8096 if (IS_GEN5(dev) &&
8097 (I915_READ(ILK_DISPLAY_CHICKEN_FUSES) & ILK_eDP_A_DISABLE))
8098 return false;
8099
8100 return true;
8101}
8102
Jesse Barnes79e53942008-11-07 14:24:08 -08008103static void intel_setup_outputs(struct drm_device *dev)
8104{
Eric Anholt725e30a2009-01-22 13:01:02 -08008105 struct drm_i915_private *dev_priv = dev->dev_private;
Chris Wilson4ef69c72010-09-09 15:14:28 +01008106 struct intel_encoder *encoder;
Adam Jacksoncb0953d2010-07-16 14:46:29 -04008107 bool dpd_is_edp = false;
Chris Wilsonf3cfcba2012-02-09 09:35:53 +00008108 bool has_lvds;
Jesse Barnes79e53942008-11-07 14:24:08 -08008109
Chris Wilsonf3cfcba2012-02-09 09:35:53 +00008110 has_lvds = intel_lvds_init(dev);
Chris Wilsonc5d1b512010-11-29 18:00:23 +00008111 if (!has_lvds && !HAS_PCH_SPLIT(dev)) {
8112 /* disable the panel fitter on everything but LVDS */
8113 I915_WRITE(PFIT_CONTROL, 0);
8114 }
Jesse Barnes79e53942008-11-07 14:24:08 -08008115
Paulo Zanoniaffa9352012-11-23 15:30:39 -02008116 if (!(HAS_DDI(dev) && (I915_READ(DDI_BUF_CTL(PORT_A)) & DDI_A_4_LANES)))
Paulo Zanoni79935fc2012-11-20 13:27:40 -02008117 intel_crt_init(dev);
Adam Jacksoncb0953d2010-07-16 14:46:29 -04008118
Paulo Zanoniaffa9352012-11-23 15:30:39 -02008119 if (HAS_DDI(dev)) {
Eugeni Dodonov0e72a5b2012-05-09 15:37:27 -03008120 int found;
8121
8122 /* Haswell uses DDI functions to detect digital outputs */
8123 found = I915_READ(DDI_BUF_CTL_A) & DDI_INIT_DISPLAY_DETECTED;
8124 /* DDI A only supports eDP */
8125 if (found)
8126 intel_ddi_init(dev, PORT_A);
8127
8128 /* DDI B, C and D detection is indicated by the SFUSE_STRAP
8129 * register */
8130 found = I915_READ(SFUSE_STRAP);
8131
8132 if (found & SFUSE_STRAP_DDIB_DETECTED)
8133 intel_ddi_init(dev, PORT_B);
8134 if (found & SFUSE_STRAP_DDIC_DETECTED)
8135 intel_ddi_init(dev, PORT_C);
8136 if (found & SFUSE_STRAP_DDID_DETECTED)
8137 intel_ddi_init(dev, PORT_D);
8138 } else if (HAS_PCH_SPLIT(dev)) {
Adam Jacksoncb0953d2010-07-16 14:46:29 -04008139 int found;
Daniel Vetter270b3042012-10-27 15:52:05 +02008140 dpd_is_edp = intel_dpd_is_edp(dev);
8141
8142 if (has_edp_a(dev))
8143 intel_dp_init(dev, DP_A, PORT_A);
Adam Jacksoncb0953d2010-07-16 14:46:29 -04008144
Zhenyu Wang30ad48b2009-06-05 15:38:43 +08008145 if (I915_READ(HDMIB) & PORT_DETECTED) {
Zhao Yakui461ed3c2010-03-30 15:11:33 +08008146 /* PCH SDVOB multiplex with HDMIB */
Daniel Vettereef4eac2012-03-23 23:43:35 +01008147 found = intel_sdvo_init(dev, PCH_SDVOB, true);
Zhenyu Wang30ad48b2009-06-05 15:38:43 +08008148 if (!found)
Daniel Vetter08d644a2012-07-12 20:19:59 +02008149 intel_hdmi_init(dev, HDMIB, PORT_B);
Zhenyu Wang5eb08b62009-07-24 01:00:31 +08008150 if (!found && (I915_READ(PCH_DP_B) & DP_DETECTED))
Paulo Zanoniab9d7c32012-07-17 17:53:45 -03008151 intel_dp_init(dev, PCH_DP_B, PORT_B);
Zhenyu Wang30ad48b2009-06-05 15:38:43 +08008152 }
8153
8154 if (I915_READ(HDMIC) & PORT_DETECTED)
Daniel Vetter08d644a2012-07-12 20:19:59 +02008155 intel_hdmi_init(dev, HDMIC, PORT_C);
Zhenyu Wang30ad48b2009-06-05 15:38:43 +08008156
Jesse Barnesb708a1d2012-06-11 14:39:56 -04008157 if (!dpd_is_edp && I915_READ(HDMID) & PORT_DETECTED)
Daniel Vetter08d644a2012-07-12 20:19:59 +02008158 intel_hdmi_init(dev, HDMID, PORT_D);
Zhenyu Wang30ad48b2009-06-05 15:38:43 +08008159
Zhenyu Wang5eb08b62009-07-24 01:00:31 +08008160 if (I915_READ(PCH_DP_C) & DP_DETECTED)
Paulo Zanoniab9d7c32012-07-17 17:53:45 -03008161 intel_dp_init(dev, PCH_DP_C, PORT_C);
Zhenyu Wang5eb08b62009-07-24 01:00:31 +08008162
Daniel Vetter270b3042012-10-27 15:52:05 +02008163 if (I915_READ(PCH_DP_D) & DP_DETECTED)
Paulo Zanoniab9d7c32012-07-17 17:53:45 -03008164 intel_dp_init(dev, PCH_DP_D, PORT_D);
Jesse Barnes4a87d652012-06-15 11:55:16 -07008165 } else if (IS_VALLEYVIEW(dev)) {
8166 int found;
Zhenyu Wang5eb08b62009-07-24 01:00:31 +08008167
Gajanan Bhat19c03922012-09-27 19:13:07 +05308168 /* Check for built-in panel first. Shares lanes with HDMI on SDVOC */
8169 if (I915_READ(DP_C) & DP_DETECTED)
8170 intel_dp_init(dev, DP_C, PORT_C);
8171
Jesse Barnes4a87d652012-06-15 11:55:16 -07008172 if (I915_READ(SDVOB) & PORT_DETECTED) {
8173 /* SDVOB multiplex with HDMIB */
8174 found = intel_sdvo_init(dev, SDVOB, true);
8175 if (!found)
Daniel Vetter08d644a2012-07-12 20:19:59 +02008176 intel_hdmi_init(dev, SDVOB, PORT_B);
Jesse Barnes4a87d652012-06-15 11:55:16 -07008177 if (!found && (I915_READ(DP_B) & DP_DETECTED))
Paulo Zanoniab9d7c32012-07-17 17:53:45 -03008178 intel_dp_init(dev, DP_B, PORT_B);
Jesse Barnes4a87d652012-06-15 11:55:16 -07008179 }
8180
8181 if (I915_READ(SDVOC) & PORT_DETECTED)
Daniel Vetter08d644a2012-07-12 20:19:59 +02008182 intel_hdmi_init(dev, SDVOC, PORT_C);
Jesse Barnes4a87d652012-06-15 11:55:16 -07008183
Zhenyu Wang103a1962009-11-27 11:44:36 +08008184 } else if (SUPPORTS_DIGITAL_OUTPUTS(dev)) {
Ma Ling27185ae2009-08-24 13:50:23 +08008185 bool found = false;
Eric Anholt7d573822009-01-02 13:33:00 -08008186
Eric Anholt725e30a2009-01-22 13:01:02 -08008187 if (I915_READ(SDVOB) & SDVO_DETECTED) {
Jesse Barnesb01f2c32009-12-11 11:07:17 -08008188 DRM_DEBUG_KMS("probing SDVOB\n");
Daniel Vettereef4eac2012-03-23 23:43:35 +01008189 found = intel_sdvo_init(dev, SDVOB, true);
Jesse Barnesb01f2c32009-12-11 11:07:17 -08008190 if (!found && SUPPORTS_INTEGRATED_HDMI(dev)) {
8191 DRM_DEBUG_KMS("probing HDMI on SDVOB\n");
Daniel Vetter08d644a2012-07-12 20:19:59 +02008192 intel_hdmi_init(dev, SDVOB, PORT_B);
Jesse Barnesb01f2c32009-12-11 11:07:17 -08008193 }
Ma Ling27185ae2009-08-24 13:50:23 +08008194
Jesse Barnesb01f2c32009-12-11 11:07:17 -08008195 if (!found && SUPPORTS_INTEGRATED_DP(dev)) {
8196 DRM_DEBUG_KMS("probing DP_B\n");
Paulo Zanoniab9d7c32012-07-17 17:53:45 -03008197 intel_dp_init(dev, DP_B, PORT_B);
Jesse Barnesb01f2c32009-12-11 11:07:17 -08008198 }
Eric Anholt725e30a2009-01-22 13:01:02 -08008199 }
Kristian Høgsberg13520b02009-03-13 15:42:14 -04008200
8201 /* Before G4X SDVOC doesn't have its own detect register */
Kristian Høgsberg13520b02009-03-13 15:42:14 -04008202
Jesse Barnesb01f2c32009-12-11 11:07:17 -08008203 if (I915_READ(SDVOB) & SDVO_DETECTED) {
8204 DRM_DEBUG_KMS("probing SDVOC\n");
Daniel Vettereef4eac2012-03-23 23:43:35 +01008205 found = intel_sdvo_init(dev, SDVOC, false);
Jesse Barnesb01f2c32009-12-11 11:07:17 -08008206 }
Ma Ling27185ae2009-08-24 13:50:23 +08008207
8208 if (!found && (I915_READ(SDVOC) & SDVO_DETECTED)) {
8209
Jesse Barnesb01f2c32009-12-11 11:07:17 -08008210 if (SUPPORTS_INTEGRATED_HDMI(dev)) {
8211 DRM_DEBUG_KMS("probing HDMI on SDVOC\n");
Daniel Vetter08d644a2012-07-12 20:19:59 +02008212 intel_hdmi_init(dev, SDVOC, PORT_C);
Jesse Barnesb01f2c32009-12-11 11:07:17 -08008213 }
8214 if (SUPPORTS_INTEGRATED_DP(dev)) {
8215 DRM_DEBUG_KMS("probing DP_C\n");
Paulo Zanoniab9d7c32012-07-17 17:53:45 -03008216 intel_dp_init(dev, DP_C, PORT_C);
Jesse Barnesb01f2c32009-12-11 11:07:17 -08008217 }
Eric Anholt725e30a2009-01-22 13:01:02 -08008218 }
Ma Ling27185ae2009-08-24 13:50:23 +08008219
Jesse Barnesb01f2c32009-12-11 11:07:17 -08008220 if (SUPPORTS_INTEGRATED_DP(dev) &&
8221 (I915_READ(DP_D) & DP_DETECTED)) {
8222 DRM_DEBUG_KMS("probing DP_D\n");
Paulo Zanoniab9d7c32012-07-17 17:53:45 -03008223 intel_dp_init(dev, DP_D, PORT_D);
Jesse Barnesb01f2c32009-12-11 11:07:17 -08008224 }
Eric Anholtbad720f2009-10-22 16:11:14 -07008225 } else if (IS_GEN2(dev))
Jesse Barnes79e53942008-11-07 14:24:08 -08008226 intel_dvo_init(dev);
8227
Zhenyu Wang103a1962009-11-27 11:44:36 +08008228 if (SUPPORTS_TV(dev))
Jesse Barnes79e53942008-11-07 14:24:08 -08008229 intel_tv_init(dev);
8230
Chris Wilson4ef69c72010-09-09 15:14:28 +01008231 list_for_each_entry(encoder, &dev->mode_config.encoder_list, base.head) {
8232 encoder->base.possible_crtcs = encoder->crtc_mask;
8233 encoder->base.possible_clones =
Daniel Vetter66a92782012-07-12 20:08:18 +02008234 intel_encoder_clones(encoder);
Jesse Barnes79e53942008-11-07 14:24:08 -08008235 }
Chris Wilson47356eb2011-01-11 17:06:04 +00008236
Paulo Zanoni40579ab2012-07-03 15:57:33 -03008237 if (HAS_PCH_IBX(dev) || HAS_PCH_CPT(dev))
Keith Packard9fb526d2011-09-26 22:24:57 -07008238 ironlake_init_pch_refclk(dev);
Daniel Vetter270b3042012-10-27 15:52:05 +02008239
8240 drm_helper_move_panel_connectors_to_head(dev);
Jesse Barnes79e53942008-11-07 14:24:08 -08008241}
8242
8243static void intel_user_framebuffer_destroy(struct drm_framebuffer *fb)
8244{
8245 struct intel_framebuffer *intel_fb = to_intel_framebuffer(fb);
Jesse Barnes79e53942008-11-07 14:24:08 -08008246
8247 drm_framebuffer_cleanup(fb);
Chris Wilson05394f32010-11-08 19:18:58 +00008248 drm_gem_object_unreference_unlocked(&intel_fb->obj->base);
Jesse Barnes79e53942008-11-07 14:24:08 -08008249
8250 kfree(intel_fb);
8251}
8252
8253static int intel_user_framebuffer_create_handle(struct drm_framebuffer *fb,
Chris Wilson05394f32010-11-08 19:18:58 +00008254 struct drm_file *file,
Jesse Barnes79e53942008-11-07 14:24:08 -08008255 unsigned int *handle)
8256{
8257 struct intel_framebuffer *intel_fb = to_intel_framebuffer(fb);
Chris Wilson05394f32010-11-08 19:18:58 +00008258 struct drm_i915_gem_object *obj = intel_fb->obj;
Jesse Barnes79e53942008-11-07 14:24:08 -08008259
Chris Wilson05394f32010-11-08 19:18:58 +00008260 return drm_gem_handle_create(file, &obj->base, handle);
Jesse Barnes79e53942008-11-07 14:24:08 -08008261}
8262
8263static const struct drm_framebuffer_funcs intel_fb_funcs = {
8264 .destroy = intel_user_framebuffer_destroy,
8265 .create_handle = intel_user_framebuffer_create_handle,
8266};
8267
Dave Airlie38651672010-03-30 05:34:13 +00008268int intel_framebuffer_init(struct drm_device *dev,
8269 struct intel_framebuffer *intel_fb,
Jesse Barnes308e5bc2011-11-14 14:51:28 -08008270 struct drm_mode_fb_cmd2 *mode_cmd,
Chris Wilson05394f32010-11-08 19:18:58 +00008271 struct drm_i915_gem_object *obj)
Jesse Barnes79e53942008-11-07 14:24:08 -08008272{
Jesse Barnes79e53942008-11-07 14:24:08 -08008273 int ret;
8274
Chris Wilson05394f32010-11-08 19:18:58 +00008275 if (obj->tiling_mode == I915_TILING_Y)
Chris Wilson57cd6502010-08-08 12:34:44 +01008276 return -EINVAL;
8277
Jesse Barnes308e5bc2011-11-14 14:51:28 -08008278 if (mode_cmd->pitches[0] & 63)
Chris Wilson57cd6502010-08-08 12:34:44 +01008279 return -EINVAL;
8280
Ville Syrjälä5d7bd702012-10-31 17:50:18 +02008281 /* FIXME <= Gen4 stride limits are bit unclear */
8282 if (mode_cmd->pitches[0] > 32768)
8283 return -EINVAL;
8284
8285 if (obj->tiling_mode != I915_TILING_NONE &&
8286 mode_cmd->pitches[0] != obj->stride)
8287 return -EINVAL;
8288
Ville Syrjälä57779d02012-10-31 17:50:14 +02008289 /* Reject formats not supported by any plane early. */
Jesse Barnes308e5bc2011-11-14 14:51:28 -08008290 switch (mode_cmd->pixel_format) {
Ville Syrjälä57779d02012-10-31 17:50:14 +02008291 case DRM_FORMAT_C8:
Ville Syrjälä04b39242011-11-17 18:05:13 +02008292 case DRM_FORMAT_RGB565:
8293 case DRM_FORMAT_XRGB8888:
8294 case DRM_FORMAT_ARGB8888:
Ville Syrjälä57779d02012-10-31 17:50:14 +02008295 break;
8296 case DRM_FORMAT_XRGB1555:
8297 case DRM_FORMAT_ARGB1555:
8298 if (INTEL_INFO(dev)->gen > 3)
8299 return -EINVAL;
8300 break;
8301 case DRM_FORMAT_XBGR8888:
8302 case DRM_FORMAT_ABGR8888:
Ville Syrjälä04b39242011-11-17 18:05:13 +02008303 case DRM_FORMAT_XRGB2101010:
8304 case DRM_FORMAT_ARGB2101010:
Ville Syrjälä57779d02012-10-31 17:50:14 +02008305 case DRM_FORMAT_XBGR2101010:
8306 case DRM_FORMAT_ABGR2101010:
8307 if (INTEL_INFO(dev)->gen < 4)
8308 return -EINVAL;
Jesse Barnesb5626742011-06-24 12:19:27 -07008309 break;
Ville Syrjälä04b39242011-11-17 18:05:13 +02008310 case DRM_FORMAT_YUYV:
8311 case DRM_FORMAT_UYVY:
8312 case DRM_FORMAT_YVYU:
8313 case DRM_FORMAT_VYUY:
Ville Syrjälä57779d02012-10-31 17:50:14 +02008314 if (INTEL_INFO(dev)->gen < 6)
8315 return -EINVAL;
Chris Wilson57cd6502010-08-08 12:34:44 +01008316 break;
8317 default:
Ville Syrjälä57779d02012-10-31 17:50:14 +02008318 DRM_DEBUG_KMS("unsupported pixel format 0x%08x\n", mode_cmd->pixel_format);
Chris Wilson57cd6502010-08-08 12:34:44 +01008319 return -EINVAL;
8320 }
8321
Ville Syrjälä90f9a332012-10-31 17:50:19 +02008322 /* FIXME need to adjust LINOFF/TILEOFF accordingly. */
8323 if (mode_cmd->offsets[0] != 0)
8324 return -EINVAL;
8325
Jesse Barnes79e53942008-11-07 14:24:08 -08008326 ret = drm_framebuffer_init(dev, &intel_fb->base, &intel_fb_funcs);
8327 if (ret) {
8328 DRM_ERROR("framebuffer init failed %d\n", ret);
8329 return ret;
8330 }
8331
8332 drm_helper_mode_fill_fb_struct(&intel_fb->base, mode_cmd);
Jesse Barnes79e53942008-11-07 14:24:08 -08008333 intel_fb->obj = obj;
Jesse Barnes79e53942008-11-07 14:24:08 -08008334 return 0;
8335}
8336
Jesse Barnes79e53942008-11-07 14:24:08 -08008337static struct drm_framebuffer *
8338intel_user_framebuffer_create(struct drm_device *dev,
8339 struct drm_file *filp,
Jesse Barnes308e5bc2011-11-14 14:51:28 -08008340 struct drm_mode_fb_cmd2 *mode_cmd)
Jesse Barnes79e53942008-11-07 14:24:08 -08008341{
Chris Wilson05394f32010-11-08 19:18:58 +00008342 struct drm_i915_gem_object *obj;
Jesse Barnes79e53942008-11-07 14:24:08 -08008343
Jesse Barnes308e5bc2011-11-14 14:51:28 -08008344 obj = to_intel_bo(drm_gem_object_lookup(dev, filp,
8345 mode_cmd->handles[0]));
Chris Wilsonc8725222011-02-19 11:31:06 +00008346 if (&obj->base == NULL)
Chris Wilsoncce13ff2010-08-08 13:36:38 +01008347 return ERR_PTR(-ENOENT);
Jesse Barnes79e53942008-11-07 14:24:08 -08008348
Chris Wilsond2dff872011-04-19 08:36:26 +01008349 return intel_framebuffer_create(dev, mode_cmd, obj);
Jesse Barnes79e53942008-11-07 14:24:08 -08008350}
8351
Jesse Barnes79e53942008-11-07 14:24:08 -08008352static const struct drm_mode_config_funcs intel_mode_funcs = {
Jesse Barnes79e53942008-11-07 14:24:08 -08008353 .fb_create = intel_user_framebuffer_create,
Dave Airlieeb1f8e42010-05-07 06:42:51 +00008354 .output_poll_changed = intel_fb_output_poll_changed,
Jesse Barnes79e53942008-11-07 14:24:08 -08008355};
8356
Jesse Barnese70236a2009-09-21 10:42:27 -07008357/* Set up chip specific display functions */
8358static void intel_init_display(struct drm_device *dev)
8359{
8360 struct drm_i915_private *dev_priv = dev->dev_private;
8361
8362 /* We always want a DPMS function */
Paulo Zanoniaffa9352012-11-23 15:30:39 -02008363 if (HAS_DDI(dev)) {
Paulo Zanoni09b4ddf2012-10-05 12:05:55 -03008364 dev_priv->display.crtc_mode_set = haswell_crtc_mode_set;
Paulo Zanoni4f771f12012-10-23 18:29:51 -02008365 dev_priv->display.crtc_enable = haswell_crtc_enable;
8366 dev_priv->display.crtc_disable = haswell_crtc_disable;
Paulo Zanoni6441ab52012-10-05 12:05:58 -03008367 dev_priv->display.off = haswell_crtc_off;
Paulo Zanoni09b4ddf2012-10-05 12:05:55 -03008368 dev_priv->display.update_plane = ironlake_update_plane;
8369 } else if (HAS_PCH_SPLIT(dev)) {
Eric Anholtf564048e2011-03-30 13:01:02 -07008370 dev_priv->display.crtc_mode_set = ironlake_crtc_mode_set;
Daniel Vetter76e5a892012-06-29 22:39:33 +02008371 dev_priv->display.crtc_enable = ironlake_crtc_enable;
8372 dev_priv->display.crtc_disable = ironlake_crtc_disable;
Jesse Barnesee7b9f92012-04-20 17:11:53 +01008373 dev_priv->display.off = ironlake_crtc_off;
Jesse Barnes17638cd2011-06-24 12:19:23 -07008374 dev_priv->display.update_plane = ironlake_update_plane;
Eric Anholtf564048e2011-03-30 13:01:02 -07008375 } else {
Eric Anholtf564048e2011-03-30 13:01:02 -07008376 dev_priv->display.crtc_mode_set = i9xx_crtc_mode_set;
Daniel Vetter76e5a892012-06-29 22:39:33 +02008377 dev_priv->display.crtc_enable = i9xx_crtc_enable;
8378 dev_priv->display.crtc_disable = i9xx_crtc_disable;
Jesse Barnesee7b9f92012-04-20 17:11:53 +01008379 dev_priv->display.off = i9xx_crtc_off;
Jesse Barnes17638cd2011-06-24 12:19:23 -07008380 dev_priv->display.update_plane = i9xx_update_plane;
Eric Anholtf564048e2011-03-30 13:01:02 -07008381 }
Jesse Barnese70236a2009-09-21 10:42:27 -07008382
Jesse Barnese70236a2009-09-21 10:42:27 -07008383 /* Returns the core display clock speed */
Jesse Barnes25eb05fc2012-03-28 13:39:23 -07008384 if (IS_VALLEYVIEW(dev))
8385 dev_priv->display.get_display_clock_speed =
8386 valleyview_get_display_clock_speed;
8387 else if (IS_I945G(dev) || (IS_G33(dev) && !IS_PINEVIEW_M(dev)))
Jesse Barnese70236a2009-09-21 10:42:27 -07008388 dev_priv->display.get_display_clock_speed =
8389 i945_get_display_clock_speed;
8390 else if (IS_I915G(dev))
8391 dev_priv->display.get_display_clock_speed =
8392 i915_get_display_clock_speed;
Adam Jacksonf2b115e2009-12-03 17:14:42 -05008393 else if (IS_I945GM(dev) || IS_845G(dev) || IS_PINEVIEW_M(dev))
Jesse Barnese70236a2009-09-21 10:42:27 -07008394 dev_priv->display.get_display_clock_speed =
8395 i9xx_misc_get_display_clock_speed;
8396 else if (IS_I915GM(dev))
8397 dev_priv->display.get_display_clock_speed =
8398 i915gm_get_display_clock_speed;
8399 else if (IS_I865G(dev))
8400 dev_priv->display.get_display_clock_speed =
8401 i865_get_display_clock_speed;
Daniel Vetterf0f8a9c2009-09-15 22:57:33 +02008402 else if (IS_I85X(dev))
Jesse Barnese70236a2009-09-21 10:42:27 -07008403 dev_priv->display.get_display_clock_speed =
8404 i855_get_display_clock_speed;
8405 else /* 852, 830 */
8406 dev_priv->display.get_display_clock_speed =
8407 i830_get_display_clock_speed;
8408
Zhenyu Wang7f8a8562010-04-01 13:07:53 +08008409 if (HAS_PCH_SPLIT(dev)) {
Chris Wilsonf00a3dd2010-10-21 14:57:17 +01008410 if (IS_GEN5(dev)) {
Jesse Barnes674cf962011-04-28 14:27:04 -07008411 dev_priv->display.fdi_link_train = ironlake_fdi_link_train;
Wu Fengguange0dac652011-09-05 14:25:34 +08008412 dev_priv->display.write_eld = ironlake_write_eld;
Yuanhan Liu13982612010-12-15 15:42:31 +08008413 } else if (IS_GEN6(dev)) {
Jesse Barnes674cf962011-04-28 14:27:04 -07008414 dev_priv->display.fdi_link_train = gen6_fdi_link_train;
Wu Fengguange0dac652011-09-05 14:25:34 +08008415 dev_priv->display.write_eld = ironlake_write_eld;
Jesse Barnes357555c2011-04-28 15:09:55 -07008416 } else if (IS_IVYBRIDGE(dev)) {
8417 /* FIXME: detect B0+ stepping and use auto training */
8418 dev_priv->display.fdi_link_train = ivb_manual_fdi_link_train;
Wu Fengguange0dac652011-09-05 14:25:34 +08008419 dev_priv->display.write_eld = ironlake_write_eld;
Daniel Vetter01a415f2012-10-27 15:58:40 +02008420 dev_priv->display.modeset_global_resources =
8421 ivb_modeset_global_resources;
Eugeni Dodonovc82e4d22012-05-09 15:37:21 -03008422 } else if (IS_HASWELL(dev)) {
8423 dev_priv->display.fdi_link_train = hsw_fdi_link_train;
Wang Xingchao83358c852012-08-16 22:43:37 +08008424 dev_priv->display.write_eld = haswell_write_eld;
Zhenyu Wang7f8a8562010-04-01 13:07:53 +08008425 } else
8426 dev_priv->display.update_wm = NULL;
Jesse Barnes6067aae2011-04-28 15:04:31 -07008427 } else if (IS_G4X(dev)) {
Wu Fengguange0dac652011-09-05 14:25:34 +08008428 dev_priv->display.write_eld = g4x_write_eld;
Jesse Barnese70236a2009-09-21 10:42:27 -07008429 }
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07008430
8431 /* Default just returns -ENODEV to indicate unsupported */
8432 dev_priv->display.queue_flip = intel_default_queue_flip;
8433
8434 switch (INTEL_INFO(dev)->gen) {
8435 case 2:
8436 dev_priv->display.queue_flip = intel_gen2_queue_flip;
8437 break;
8438
8439 case 3:
8440 dev_priv->display.queue_flip = intel_gen3_queue_flip;
8441 break;
8442
8443 case 4:
8444 case 5:
8445 dev_priv->display.queue_flip = intel_gen4_queue_flip;
8446 break;
8447
8448 case 6:
8449 dev_priv->display.queue_flip = intel_gen6_queue_flip;
8450 break;
Jesse Barnes7c9017e2011-06-16 12:18:54 -07008451 case 7:
8452 dev_priv->display.queue_flip = intel_gen7_queue_flip;
8453 break;
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07008454 }
Jesse Barnese70236a2009-09-21 10:42:27 -07008455}
8456
Jesse Barnesb690e962010-07-19 13:53:12 -07008457/*
8458 * Some BIOSes insist on assuming the GPU's pipe A is enabled at suspend,
8459 * resume, or other times. This quirk makes sure that's the case for
8460 * affected systems.
8461 */
Akshay Joshi0206e352011-08-16 15:34:10 -04008462static void quirk_pipea_force(struct drm_device *dev)
Jesse Barnesb690e962010-07-19 13:53:12 -07008463{
8464 struct drm_i915_private *dev_priv = dev->dev_private;
8465
8466 dev_priv->quirks |= QUIRK_PIPEA_FORCE;
Daniel Vetterbc0daf42012-04-01 13:16:49 +02008467 DRM_INFO("applying pipe a force quirk\n");
Jesse Barnesb690e962010-07-19 13:53:12 -07008468}
8469
Keith Packard435793d2011-07-12 14:56:22 -07008470/*
8471 * Some machines (Lenovo U160) do not work with SSC on LVDS for some reason
8472 */
8473static void quirk_ssc_force_disable(struct drm_device *dev)
8474{
8475 struct drm_i915_private *dev_priv = dev->dev_private;
8476 dev_priv->quirks |= QUIRK_LVDS_SSC_DISABLE;
Daniel Vetterbc0daf42012-04-01 13:16:49 +02008477 DRM_INFO("applying lvds SSC disable quirk\n");
Keith Packard435793d2011-07-12 14:56:22 -07008478}
8479
Carsten Emde4dca20e2012-03-15 15:56:26 +01008480/*
Carsten Emde5a15ab52012-03-15 15:56:27 +01008481 * A machine (e.g. Acer Aspire 5734Z) may need to invert the panel backlight
8482 * brightness value
Carsten Emde4dca20e2012-03-15 15:56:26 +01008483 */
8484static void quirk_invert_brightness(struct drm_device *dev)
8485{
8486 struct drm_i915_private *dev_priv = dev->dev_private;
8487 dev_priv->quirks |= QUIRK_INVERT_BRIGHTNESS;
Daniel Vetterbc0daf42012-04-01 13:16:49 +02008488 DRM_INFO("applying inverted panel brightness quirk\n");
Jesse Barnesb690e962010-07-19 13:53:12 -07008489}
8490
8491struct intel_quirk {
8492 int device;
8493 int subsystem_vendor;
8494 int subsystem_device;
8495 void (*hook)(struct drm_device *dev);
8496};
8497
Egbert Eich5f85f172012-10-14 15:46:38 +02008498/* For systems that don't have a meaningful PCI subdevice/subvendor ID */
8499struct intel_dmi_quirk {
8500 void (*hook)(struct drm_device *dev);
8501 const struct dmi_system_id (*dmi_id_list)[];
8502};
8503
8504static int intel_dmi_reverse_brightness(const struct dmi_system_id *id)
8505{
8506 DRM_INFO("Backlight polarity reversed on %s\n", id->ident);
8507 return 1;
8508}
8509
8510static const struct intel_dmi_quirk intel_dmi_quirks[] = {
8511 {
8512 .dmi_id_list = &(const struct dmi_system_id[]) {
8513 {
8514 .callback = intel_dmi_reverse_brightness,
8515 .ident = "NCR Corporation",
8516 .matches = {DMI_MATCH(DMI_SYS_VENDOR, "NCR Corporation"),
8517 DMI_MATCH(DMI_PRODUCT_NAME, ""),
8518 },
8519 },
8520 { } /* terminating entry */
8521 },
8522 .hook = quirk_invert_brightness,
8523 },
8524};
8525
Ben Widawskyc43b5632012-04-16 14:07:40 -07008526static struct intel_quirk intel_quirks[] = {
Jesse Barnesb690e962010-07-19 13:53:12 -07008527 /* HP Mini needs pipe A force quirk (LP: #322104) */
Akshay Joshi0206e352011-08-16 15:34:10 -04008528 { 0x27ae, 0x103c, 0x361a, quirk_pipea_force },
Jesse Barnesb690e962010-07-19 13:53:12 -07008529
Jesse Barnesb690e962010-07-19 13:53:12 -07008530 /* Toshiba Protege R-205, S-209 needs pipe A force quirk */
8531 { 0x2592, 0x1179, 0x0001, quirk_pipea_force },
8532
Jesse Barnesb690e962010-07-19 13:53:12 -07008533 /* ThinkPad T60 needs pipe A force quirk (bug #16494) */
8534 { 0x2782, 0x17aa, 0x201a, quirk_pipea_force },
8535
Daniel Vetterccd0d362012-10-10 23:13:59 +02008536 /* 830/845 need to leave pipe A & dpll A up */
Jesse Barnesb690e962010-07-19 13:53:12 -07008537 { 0x2562, PCI_ANY_ID, PCI_ANY_ID, quirk_pipea_force },
Daniel Vetterdcdaed62012-08-12 21:19:34 +02008538 { 0x3577, PCI_ANY_ID, PCI_ANY_ID, quirk_pipea_force },
Keith Packard435793d2011-07-12 14:56:22 -07008539
8540 /* Lenovo U160 cannot use SSC on LVDS */
8541 { 0x0046, 0x17aa, 0x3920, quirk_ssc_force_disable },
Michel Alexandre Salim070d3292011-07-28 18:52:06 +02008542
8543 /* Sony Vaio Y cannot use SSC on LVDS */
8544 { 0x0046, 0x104d, 0x9076, quirk_ssc_force_disable },
Carsten Emde5a15ab52012-03-15 15:56:27 +01008545
8546 /* Acer Aspire 5734Z must invert backlight brightness */
8547 { 0x2a42, 0x1025, 0x0459, quirk_invert_brightness },
Jesse Barnesb690e962010-07-19 13:53:12 -07008548};
8549
8550static void intel_init_quirks(struct drm_device *dev)
8551{
8552 struct pci_dev *d = dev->pdev;
8553 int i;
8554
8555 for (i = 0; i < ARRAY_SIZE(intel_quirks); i++) {
8556 struct intel_quirk *q = &intel_quirks[i];
8557
8558 if (d->device == q->device &&
8559 (d->subsystem_vendor == q->subsystem_vendor ||
8560 q->subsystem_vendor == PCI_ANY_ID) &&
8561 (d->subsystem_device == q->subsystem_device ||
8562 q->subsystem_device == PCI_ANY_ID))
8563 q->hook(dev);
8564 }
Egbert Eich5f85f172012-10-14 15:46:38 +02008565 for (i = 0; i < ARRAY_SIZE(intel_dmi_quirks); i++) {
8566 if (dmi_check_system(*intel_dmi_quirks[i].dmi_id_list) != 0)
8567 intel_dmi_quirks[i].hook(dev);
8568 }
Jesse Barnesb690e962010-07-19 13:53:12 -07008569}
8570
Jesse Barnes9cce37f2010-08-13 15:11:26 -07008571/* Disable the VGA plane that we never use */
8572static void i915_disable_vga(struct drm_device *dev)
8573{
8574 struct drm_i915_private *dev_priv = dev->dev_private;
8575 u8 sr1;
8576 u32 vga_reg;
8577
8578 if (HAS_PCH_SPLIT(dev))
8579 vga_reg = CPU_VGACNTRL;
8580 else
8581 vga_reg = VGACNTRL;
8582
8583 vga_get_uninterruptible(dev->pdev, VGA_RSRC_LEGACY_IO);
Jesse Barnes3fdcf432012-04-06 11:46:27 -07008584 outb(SR01, VGA_SR_INDEX);
Jesse Barnes9cce37f2010-08-13 15:11:26 -07008585 sr1 = inb(VGA_SR_DATA);
8586 outb(sr1 | 1<<5, VGA_SR_DATA);
8587 vga_put(dev->pdev, VGA_RSRC_LEGACY_IO);
8588 udelay(300);
8589
8590 I915_WRITE(vga_reg, VGA_DISP_DISABLE);
8591 POSTING_READ(vga_reg);
8592}
8593
Daniel Vetterf8175862012-04-10 15:50:11 +02008594void intel_modeset_init_hw(struct drm_device *dev)
8595{
Eugeni Dodonov0232e922012-07-06 15:42:36 -03008596 /* We attempt to init the necessary power wells early in the initialization
8597 * time, so the subsystems that expect power to be enabled can work.
8598 */
8599 intel_init_power_wells(dev);
8600
Eugeni Dodonova8f78b52012-06-28 15:55:35 -03008601 intel_prepare_ddi(dev);
8602
Daniel Vetterf8175862012-04-10 15:50:11 +02008603 intel_init_clock_gating(dev);
8604
Daniel Vetter79f5b2c2012-06-24 16:42:33 +02008605 mutex_lock(&dev->struct_mutex);
Daniel Vetter8090c6b2012-06-24 16:42:32 +02008606 intel_enable_gt_powersave(dev);
Daniel Vetter79f5b2c2012-06-24 16:42:33 +02008607 mutex_unlock(&dev->struct_mutex);
Daniel Vetterf8175862012-04-10 15:50:11 +02008608}
8609
Jesse Barnes79e53942008-11-07 14:24:08 -08008610void intel_modeset_init(struct drm_device *dev)
8611{
Jesse Barnes652c3932009-08-17 13:31:43 -07008612 struct drm_i915_private *dev_priv = dev->dev_private;
Jesse Barnesb840d907f2011-12-13 13:19:38 -08008613 int i, ret;
Jesse Barnes79e53942008-11-07 14:24:08 -08008614
8615 drm_mode_config_init(dev);
8616
8617 dev->mode_config.min_width = 0;
8618 dev->mode_config.min_height = 0;
8619
Dave Airlie019d96c2011-09-29 16:20:42 +01008620 dev->mode_config.preferred_depth = 24;
8621 dev->mode_config.prefer_shadow = 1;
8622
Laurent Pincharte6ecefa2012-05-17 13:27:23 +02008623 dev->mode_config.funcs = &intel_mode_funcs;
Jesse Barnes79e53942008-11-07 14:24:08 -08008624
Jesse Barnesb690e962010-07-19 13:53:12 -07008625 intel_init_quirks(dev);
8626
Eugeni Dodonov1fa61102012-04-18 15:29:26 -03008627 intel_init_pm(dev);
8628
Jesse Barnese70236a2009-09-21 10:42:27 -07008629 intel_init_display(dev);
8630
Chris Wilsona6c45cf2010-09-17 00:32:17 +01008631 if (IS_GEN2(dev)) {
8632 dev->mode_config.max_width = 2048;
8633 dev->mode_config.max_height = 2048;
8634 } else if (IS_GEN3(dev)) {
Keith Packard5e4d6fa2009-07-12 23:53:17 -07008635 dev->mode_config.max_width = 4096;
8636 dev->mode_config.max_height = 4096;
Jesse Barnes79e53942008-11-07 14:24:08 -08008637 } else {
Chris Wilsona6c45cf2010-09-17 00:32:17 +01008638 dev->mode_config.max_width = 8192;
8639 dev->mode_config.max_height = 8192;
Jesse Barnes79e53942008-11-07 14:24:08 -08008640 }
Daniel Vetterdd2757f2012-06-07 15:55:57 +02008641 dev->mode_config.fb_base = dev_priv->mm.gtt_base_addr;
Jesse Barnes79e53942008-11-07 14:24:08 -08008642
Zhao Yakui28c97732009-10-09 11:39:41 +08008643 DRM_DEBUG_KMS("%d display pipe%s available.\n",
Dave Airliea3524f12010-06-06 18:59:41 +10008644 dev_priv->num_pipe, dev_priv->num_pipe > 1 ? "s" : "");
Jesse Barnes79e53942008-11-07 14:24:08 -08008645
Dave Airliea3524f12010-06-06 18:59:41 +10008646 for (i = 0; i < dev_priv->num_pipe; i++) {
Jesse Barnes79e53942008-11-07 14:24:08 -08008647 intel_crtc_init(dev, i);
Jesse Barnes00c2064b2012-01-13 15:48:39 -08008648 ret = intel_plane_init(dev, i);
8649 if (ret)
8650 DRM_DEBUG_KMS("plane %d init failed: %d\n", i, ret);
Jesse Barnes79e53942008-11-07 14:24:08 -08008651 }
8652
Paulo Zanoni79f689a2012-10-05 12:05:52 -03008653 intel_cpu_pll_init(dev);
Jesse Barnesee7b9f92012-04-20 17:11:53 +01008654 intel_pch_pll_init(dev);
8655
Jesse Barnes9cce37f2010-08-13 15:11:26 -07008656 /* Just disable it once at startup */
8657 i915_disable_vga(dev);
Jesse Barnes79e53942008-11-07 14:24:08 -08008658 intel_setup_outputs(dev);
Chris Wilson11be49e2012-11-15 11:32:20 +00008659
8660 /* Just in case the BIOS is doing something questionable. */
8661 intel_disable_fbc(dev);
Chris Wilson2c7111d2011-03-29 10:40:27 +01008662}
Jesse Barnesd5bb0812011-01-05 12:01:26 -08008663
Daniel Vetter24929352012-07-02 20:28:59 +02008664static void
8665intel_connector_break_all_links(struct intel_connector *connector)
8666{
8667 connector->base.dpms = DRM_MODE_DPMS_OFF;
8668 connector->base.encoder = NULL;
8669 connector->encoder->connectors_active = false;
8670 connector->encoder->base.crtc = NULL;
8671}
8672
Daniel Vetter7fad7982012-07-04 17:51:47 +02008673static void intel_enable_pipe_a(struct drm_device *dev)
8674{
8675 struct intel_connector *connector;
8676 struct drm_connector *crt = NULL;
8677 struct intel_load_detect_pipe load_detect_temp;
8678
8679 /* We can't just switch on the pipe A, we need to set things up with a
8680 * proper mode and output configuration. As a gross hack, enable pipe A
8681 * by enabling the load detect pipe once. */
8682 list_for_each_entry(connector,
8683 &dev->mode_config.connector_list,
8684 base.head) {
8685 if (connector->encoder->type == INTEL_OUTPUT_ANALOG) {
8686 crt = &connector->base;
8687 break;
8688 }
8689 }
8690
8691 if (!crt)
8692 return;
8693
8694 if (intel_get_load_detect_pipe(crt, NULL, &load_detect_temp))
8695 intel_release_load_detect_pipe(crt, &load_detect_temp);
8696
8697
8698}
8699
Daniel Vetterfa555832012-10-10 23:14:00 +02008700static bool
8701intel_check_plane_mapping(struct intel_crtc *crtc)
8702{
8703 struct drm_i915_private *dev_priv = crtc->base.dev->dev_private;
8704 u32 reg, val;
8705
8706 if (dev_priv->num_pipe == 1)
8707 return true;
8708
8709 reg = DSPCNTR(!crtc->plane);
8710 val = I915_READ(reg);
8711
8712 if ((val & DISPLAY_PLANE_ENABLE) &&
8713 (!!(val & DISPPLANE_SEL_PIPE_MASK) == crtc->pipe))
8714 return false;
8715
8716 return true;
8717}
8718
Daniel Vetter24929352012-07-02 20:28:59 +02008719static void intel_sanitize_crtc(struct intel_crtc *crtc)
8720{
8721 struct drm_device *dev = crtc->base.dev;
8722 struct drm_i915_private *dev_priv = dev->dev_private;
Daniel Vetterfa555832012-10-10 23:14:00 +02008723 u32 reg;
Daniel Vetter24929352012-07-02 20:28:59 +02008724
Daniel Vetter24929352012-07-02 20:28:59 +02008725 /* Clear any frame start delays used for debugging left by the BIOS */
Paulo Zanoni702e7a52012-10-23 18:29:59 -02008726 reg = PIPECONF(crtc->cpu_transcoder);
Daniel Vetter24929352012-07-02 20:28:59 +02008727 I915_WRITE(reg, I915_READ(reg) & ~PIPECONF_FRAME_START_DELAY_MASK);
8728
8729 /* We need to sanitize the plane -> pipe mapping first because this will
Daniel Vetterfa555832012-10-10 23:14:00 +02008730 * disable the crtc (and hence change the state) if it is wrong. Note
8731 * that gen4+ has a fixed plane -> pipe mapping. */
8732 if (INTEL_INFO(dev)->gen < 4 && !intel_check_plane_mapping(crtc)) {
Daniel Vetter24929352012-07-02 20:28:59 +02008733 struct intel_connector *connector;
8734 bool plane;
8735
Daniel Vetter24929352012-07-02 20:28:59 +02008736 DRM_DEBUG_KMS("[CRTC:%d] wrong plane connection detected!\n",
8737 crtc->base.base.id);
8738
8739 /* Pipe has the wrong plane attached and the plane is active.
8740 * Temporarily change the plane mapping and disable everything
8741 * ... */
8742 plane = crtc->plane;
8743 crtc->plane = !plane;
8744 dev_priv->display.crtc_disable(&crtc->base);
8745 crtc->plane = plane;
8746
8747 /* ... and break all links. */
8748 list_for_each_entry(connector, &dev->mode_config.connector_list,
8749 base.head) {
8750 if (connector->encoder->base.crtc != &crtc->base)
8751 continue;
8752
8753 intel_connector_break_all_links(connector);
8754 }
8755
8756 WARN_ON(crtc->active);
8757 crtc->base.enabled = false;
8758 }
Daniel Vetter24929352012-07-02 20:28:59 +02008759
Daniel Vetter7fad7982012-07-04 17:51:47 +02008760 if (dev_priv->quirks & QUIRK_PIPEA_FORCE &&
8761 crtc->pipe == PIPE_A && !crtc->active) {
8762 /* BIOS forgot to enable pipe A, this mostly happens after
8763 * resume. Force-enable the pipe to fix this, the update_dpms
8764 * call below we restore the pipe to the right state, but leave
8765 * the required bits on. */
8766 intel_enable_pipe_a(dev);
8767 }
8768
Daniel Vetter24929352012-07-02 20:28:59 +02008769 /* Adjust the state of the output pipe according to whether we
8770 * have active connectors/encoders. */
8771 intel_crtc_update_dpms(&crtc->base);
8772
8773 if (crtc->active != crtc->base.enabled) {
8774 struct intel_encoder *encoder;
8775
8776 /* This can happen either due to bugs in the get_hw_state
8777 * functions or because the pipe is force-enabled due to the
8778 * pipe A quirk. */
8779 DRM_DEBUG_KMS("[CRTC:%d] hw state adjusted, was %s, now %s\n",
8780 crtc->base.base.id,
8781 crtc->base.enabled ? "enabled" : "disabled",
8782 crtc->active ? "enabled" : "disabled");
8783
8784 crtc->base.enabled = crtc->active;
8785
8786 /* Because we only establish the connector -> encoder ->
8787 * crtc links if something is active, this means the
8788 * crtc is now deactivated. Break the links. connector
8789 * -> encoder links are only establish when things are
8790 * actually up, hence no need to break them. */
8791 WARN_ON(crtc->active);
8792
8793 for_each_encoder_on_crtc(dev, &crtc->base, encoder) {
8794 WARN_ON(encoder->connectors_active);
8795 encoder->base.crtc = NULL;
8796 }
8797 }
8798}
8799
8800static void intel_sanitize_encoder(struct intel_encoder *encoder)
8801{
8802 struct intel_connector *connector;
8803 struct drm_device *dev = encoder->base.dev;
8804
8805 /* We need to check both for a crtc link (meaning that the
8806 * encoder is active and trying to read from a pipe) and the
8807 * pipe itself being active. */
8808 bool has_active_crtc = encoder->base.crtc &&
8809 to_intel_crtc(encoder->base.crtc)->active;
8810
8811 if (encoder->connectors_active && !has_active_crtc) {
8812 DRM_DEBUG_KMS("[ENCODER:%d:%s] has active connectors but no active pipe!\n",
8813 encoder->base.base.id,
8814 drm_get_encoder_name(&encoder->base));
8815
8816 /* Connector is active, but has no active pipe. This is
8817 * fallout from our resume register restoring. Disable
8818 * the encoder manually again. */
8819 if (encoder->base.crtc) {
8820 DRM_DEBUG_KMS("[ENCODER:%d:%s] manually disabled\n",
8821 encoder->base.base.id,
8822 drm_get_encoder_name(&encoder->base));
8823 encoder->disable(encoder);
8824 }
8825
8826 /* Inconsistent output/port/pipe state happens presumably due to
8827 * a bug in one of the get_hw_state functions. Or someplace else
8828 * in our code, like the register restore mess on resume. Clamp
8829 * things to off as a safer default. */
8830 list_for_each_entry(connector,
8831 &dev->mode_config.connector_list,
8832 base.head) {
8833 if (connector->encoder != encoder)
8834 continue;
8835
8836 intel_connector_break_all_links(connector);
8837 }
8838 }
8839 /* Enabled encoders without active connectors will be fixed in
8840 * the crtc fixup. */
8841}
8842
8843/* Scan out the current hw modeset state, sanitizes it and maps it into the drm
8844 * and i915 state tracking structures. */
Daniel Vetter45e2b5f2012-11-23 18:16:34 +01008845void intel_modeset_setup_hw_state(struct drm_device *dev,
8846 bool force_restore)
Daniel Vetter24929352012-07-02 20:28:59 +02008847{
8848 struct drm_i915_private *dev_priv = dev->dev_private;
8849 enum pipe pipe;
8850 u32 tmp;
8851 struct intel_crtc *crtc;
8852 struct intel_encoder *encoder;
8853 struct intel_connector *connector;
8854
Paulo Zanoniaffa9352012-11-23 15:30:39 -02008855 if (HAS_DDI(dev)) {
Paulo Zanonie28d54c2012-10-24 16:09:25 -02008856 tmp = I915_READ(TRANS_DDI_FUNC_CTL(TRANSCODER_EDP));
8857
8858 if (tmp & TRANS_DDI_FUNC_ENABLE) {
8859 switch (tmp & TRANS_DDI_EDP_INPUT_MASK) {
8860 case TRANS_DDI_EDP_INPUT_A_ON:
8861 case TRANS_DDI_EDP_INPUT_A_ONOFF:
8862 pipe = PIPE_A;
8863 break;
8864 case TRANS_DDI_EDP_INPUT_B_ONOFF:
8865 pipe = PIPE_B;
8866 break;
8867 case TRANS_DDI_EDP_INPUT_C_ONOFF:
8868 pipe = PIPE_C;
8869 break;
8870 }
8871
8872 crtc = to_intel_crtc(dev_priv->pipe_to_crtc_mapping[pipe]);
8873 crtc->cpu_transcoder = TRANSCODER_EDP;
8874
8875 DRM_DEBUG_KMS("Pipe %c using transcoder EDP\n",
8876 pipe_name(pipe));
8877 }
8878 }
8879
Daniel Vetter24929352012-07-02 20:28:59 +02008880 for_each_pipe(pipe) {
8881 crtc = to_intel_crtc(dev_priv->pipe_to_crtc_mapping[pipe]);
8882
Paulo Zanoni702e7a52012-10-23 18:29:59 -02008883 tmp = I915_READ(PIPECONF(crtc->cpu_transcoder));
Daniel Vetter24929352012-07-02 20:28:59 +02008884 if (tmp & PIPECONF_ENABLE)
8885 crtc->active = true;
8886 else
8887 crtc->active = false;
8888
8889 crtc->base.enabled = crtc->active;
8890
8891 DRM_DEBUG_KMS("[CRTC:%d] hw state readout: %s\n",
8892 crtc->base.base.id,
8893 crtc->active ? "enabled" : "disabled");
8894 }
8895
Paulo Zanoniaffa9352012-11-23 15:30:39 -02008896 if (HAS_DDI(dev))
Paulo Zanoni6441ab52012-10-05 12:05:58 -03008897 intel_ddi_setup_hw_pll_state(dev);
8898
Daniel Vetter24929352012-07-02 20:28:59 +02008899 list_for_each_entry(encoder, &dev->mode_config.encoder_list,
8900 base.head) {
8901 pipe = 0;
8902
8903 if (encoder->get_hw_state(encoder, &pipe)) {
8904 encoder->base.crtc =
8905 dev_priv->pipe_to_crtc_mapping[pipe];
8906 } else {
8907 encoder->base.crtc = NULL;
8908 }
8909
8910 encoder->connectors_active = false;
8911 DRM_DEBUG_KMS("[ENCODER:%d:%s] hw state readout: %s, pipe=%i\n",
8912 encoder->base.base.id,
8913 drm_get_encoder_name(&encoder->base),
8914 encoder->base.crtc ? "enabled" : "disabled",
8915 pipe);
8916 }
8917
8918 list_for_each_entry(connector, &dev->mode_config.connector_list,
8919 base.head) {
8920 if (connector->get_hw_state(connector)) {
8921 connector->base.dpms = DRM_MODE_DPMS_ON;
8922 connector->encoder->connectors_active = true;
8923 connector->base.encoder = &connector->encoder->base;
8924 } else {
8925 connector->base.dpms = DRM_MODE_DPMS_OFF;
8926 connector->base.encoder = NULL;
8927 }
8928 DRM_DEBUG_KMS("[CONNECTOR:%d:%s] hw state readout: %s\n",
8929 connector->base.base.id,
8930 drm_get_connector_name(&connector->base),
8931 connector->base.encoder ? "enabled" : "disabled");
8932 }
8933
8934 /* HW state is read out, now we need to sanitize this mess. */
8935 list_for_each_entry(encoder, &dev->mode_config.encoder_list,
8936 base.head) {
8937 intel_sanitize_encoder(encoder);
8938 }
8939
8940 for_each_pipe(pipe) {
8941 crtc = to_intel_crtc(dev_priv->pipe_to_crtc_mapping[pipe]);
8942 intel_sanitize_crtc(crtc);
8943 }
Daniel Vetter9a935852012-07-05 22:34:27 +02008944
Daniel Vetter45e2b5f2012-11-23 18:16:34 +01008945 if (force_restore) {
8946 for_each_pipe(pipe) {
8947 crtc = to_intel_crtc(dev_priv->pipe_to_crtc_mapping[pipe]);
8948 intel_set_mode(&crtc->base, &crtc->base.mode,
8949 crtc->base.x, crtc->base.y, crtc->base.fb);
8950 }
8951 } else {
8952 intel_modeset_update_staged_output_state(dev);
8953 }
Daniel Vetter8af6cf82012-07-10 09:50:11 +02008954
8955 intel_modeset_check_state(dev);
Daniel Vetter2e938892012-10-11 20:08:24 +02008956
8957 drm_mode_config_reset(dev);
Chris Wilson2c7111d2011-03-29 10:40:27 +01008958}
8959
8960void intel_modeset_gem_init(struct drm_device *dev)
8961{
Chris Wilson1833b132012-05-09 11:56:28 +01008962 intel_modeset_init_hw(dev);
Daniel Vetter02e792f2009-09-15 22:57:34 +02008963
8964 intel_setup_overlay(dev);
Daniel Vetter24929352012-07-02 20:28:59 +02008965
Daniel Vetter45e2b5f2012-11-23 18:16:34 +01008966 intel_modeset_setup_hw_state(dev, false);
Jesse Barnes79e53942008-11-07 14:24:08 -08008967}
8968
8969void intel_modeset_cleanup(struct drm_device *dev)
8970{
Jesse Barnes652c3932009-08-17 13:31:43 -07008971 struct drm_i915_private *dev_priv = dev->dev_private;
8972 struct drm_crtc *crtc;
8973 struct intel_crtc *intel_crtc;
8974
Keith Packardf87ea762010-10-03 19:36:26 -07008975 drm_kms_helper_poll_fini(dev);
Jesse Barnes652c3932009-08-17 13:31:43 -07008976 mutex_lock(&dev->struct_mutex);
8977
Jesse Barnes723bfd72010-10-07 16:01:13 -07008978 intel_unregister_dsm_handler();
8979
8980
Jesse Barnes652c3932009-08-17 13:31:43 -07008981 list_for_each_entry(crtc, &dev->mode_config.crtc_list, head) {
8982 /* Skip inactive CRTCs */
8983 if (!crtc->fb)
8984 continue;
8985
8986 intel_crtc = to_intel_crtc(crtc);
Daniel Vetter3dec0092010-08-20 21:40:52 +02008987 intel_increase_pllclock(crtc);
Jesse Barnes652c3932009-08-17 13:31:43 -07008988 }
8989
Chris Wilson973d04f2011-07-08 12:22:37 +01008990 intel_disable_fbc(dev);
Jesse Barnese70236a2009-09-21 10:42:27 -07008991
Daniel Vetter8090c6b2012-06-24 16:42:32 +02008992 intel_disable_gt_powersave(dev);
Chris Wilson0cdab212010-12-05 17:27:06 +00008993
Daniel Vetter930ebb42012-06-29 23:32:16 +02008994 ironlake_teardown_rc6(dev);
8995
Jesse Barnes57f350b2012-03-28 13:39:25 -07008996 if (IS_VALLEYVIEW(dev))
8997 vlv_init_dpio(dev);
8998
Kristian Høgsberg69341a52009-11-11 12:19:17 -05008999 mutex_unlock(&dev->struct_mutex);
9000
Daniel Vetter6c0d93502010-08-20 18:26:46 +02009001 /* Disable the irq before mode object teardown, for the irq might
9002 * enqueue unpin/hotplug work. */
9003 drm_irq_uninstall(dev);
9004 cancel_work_sync(&dev_priv->hotplug_work);
Daniel Vetterc6a828d2012-08-08 23:35:35 +02009005 cancel_work_sync(&dev_priv->rps.work);
Daniel Vetter6c0d93502010-08-20 18:26:46 +02009006
Chris Wilson1630fe72011-07-08 12:22:42 +01009007 /* flush any delayed tasks or pending work */
9008 flush_scheduled_work();
9009
Jesse Barnes79e53942008-11-07 14:24:08 -08009010 drm_mode_config_cleanup(dev);
9011}
9012
Dave Airlie28d52042009-09-21 14:33:58 +10009013/*
Zhenyu Wangf1c79df2010-03-30 14:39:29 +08009014 * Return which encoder is currently attached for connector.
9015 */
Chris Wilsondf0e9242010-09-09 16:20:55 +01009016struct drm_encoder *intel_best_encoder(struct drm_connector *connector)
Jesse Barnes79e53942008-11-07 14:24:08 -08009017{
Chris Wilsondf0e9242010-09-09 16:20:55 +01009018 return &intel_attached_encoder(connector)->base;
9019}
Jesse Barnes79e53942008-11-07 14:24:08 -08009020
Chris Wilsondf0e9242010-09-09 16:20:55 +01009021void intel_connector_attach_encoder(struct intel_connector *connector,
9022 struct intel_encoder *encoder)
9023{
9024 connector->encoder = encoder;
9025 drm_mode_connector_attach_encoder(&connector->base,
9026 &encoder->base);
Jesse Barnes79e53942008-11-07 14:24:08 -08009027}
Dave Airlie28d52042009-09-21 14:33:58 +10009028
9029/*
9030 * set vga decode state - true == enable VGA decode
9031 */
9032int intel_modeset_vga_set_state(struct drm_device *dev, bool state)
9033{
9034 struct drm_i915_private *dev_priv = dev->dev_private;
9035 u16 gmch_ctrl;
9036
9037 pci_read_config_word(dev_priv->bridge_dev, INTEL_GMCH_CTRL, &gmch_ctrl);
9038 if (state)
9039 gmch_ctrl &= ~INTEL_GMCH_VGA_DISABLE;
9040 else
9041 gmch_ctrl |= INTEL_GMCH_VGA_DISABLE;
9042 pci_write_config_word(dev_priv->bridge_dev, INTEL_GMCH_CTRL, gmch_ctrl);
9043 return 0;
9044}
Chris Wilsonc4a1d9e2010-11-21 13:12:35 +00009045
9046#ifdef CONFIG_DEBUG_FS
9047#include <linux/seq_file.h>
9048
9049struct intel_display_error_state {
9050 struct intel_cursor_error_state {
9051 u32 control;
9052 u32 position;
9053 u32 base;
9054 u32 size;
Damien Lespiau52331302012-08-15 19:23:25 +01009055 } cursor[I915_MAX_PIPES];
Chris Wilsonc4a1d9e2010-11-21 13:12:35 +00009056
9057 struct intel_pipe_error_state {
9058 u32 conf;
9059 u32 source;
9060
9061 u32 htotal;
9062 u32 hblank;
9063 u32 hsync;
9064 u32 vtotal;
9065 u32 vblank;
9066 u32 vsync;
Damien Lespiau52331302012-08-15 19:23:25 +01009067 } pipe[I915_MAX_PIPES];
Chris Wilsonc4a1d9e2010-11-21 13:12:35 +00009068
9069 struct intel_plane_error_state {
9070 u32 control;
9071 u32 stride;
9072 u32 size;
9073 u32 pos;
9074 u32 addr;
9075 u32 surface;
9076 u32 tile_offset;
Damien Lespiau52331302012-08-15 19:23:25 +01009077 } plane[I915_MAX_PIPES];
Chris Wilsonc4a1d9e2010-11-21 13:12:35 +00009078};
9079
9080struct intel_display_error_state *
9081intel_display_capture_error_state(struct drm_device *dev)
9082{
Akshay Joshi0206e352011-08-16 15:34:10 -04009083 drm_i915_private_t *dev_priv = dev->dev_private;
Chris Wilsonc4a1d9e2010-11-21 13:12:35 +00009084 struct intel_display_error_state *error;
Paulo Zanoni702e7a52012-10-23 18:29:59 -02009085 enum transcoder cpu_transcoder;
Chris Wilsonc4a1d9e2010-11-21 13:12:35 +00009086 int i;
9087
9088 error = kmalloc(sizeof(*error), GFP_ATOMIC);
9089 if (error == NULL)
9090 return NULL;
9091
Damien Lespiau52331302012-08-15 19:23:25 +01009092 for_each_pipe(i) {
Paulo Zanoni702e7a52012-10-23 18:29:59 -02009093 cpu_transcoder = intel_pipe_to_cpu_transcoder(dev_priv, i);
9094
Chris Wilsonc4a1d9e2010-11-21 13:12:35 +00009095 error->cursor[i].control = I915_READ(CURCNTR(i));
9096 error->cursor[i].position = I915_READ(CURPOS(i));
9097 error->cursor[i].base = I915_READ(CURBASE(i));
9098
9099 error->plane[i].control = I915_READ(DSPCNTR(i));
9100 error->plane[i].stride = I915_READ(DSPSTRIDE(i));
9101 error->plane[i].size = I915_READ(DSPSIZE(i));
Akshay Joshi0206e352011-08-16 15:34:10 -04009102 error->plane[i].pos = I915_READ(DSPPOS(i));
Chris Wilsonc4a1d9e2010-11-21 13:12:35 +00009103 error->plane[i].addr = I915_READ(DSPADDR(i));
9104 if (INTEL_INFO(dev)->gen >= 4) {
9105 error->plane[i].surface = I915_READ(DSPSURF(i));
9106 error->plane[i].tile_offset = I915_READ(DSPTILEOFF(i));
9107 }
9108
Paulo Zanoni702e7a52012-10-23 18:29:59 -02009109 error->pipe[i].conf = I915_READ(PIPECONF(cpu_transcoder));
Chris Wilsonc4a1d9e2010-11-21 13:12:35 +00009110 error->pipe[i].source = I915_READ(PIPESRC(i));
Paulo Zanonife2b8f92012-10-23 18:30:02 -02009111 error->pipe[i].htotal = I915_READ(HTOTAL(cpu_transcoder));
9112 error->pipe[i].hblank = I915_READ(HBLANK(cpu_transcoder));
9113 error->pipe[i].hsync = I915_READ(HSYNC(cpu_transcoder));
9114 error->pipe[i].vtotal = I915_READ(VTOTAL(cpu_transcoder));
9115 error->pipe[i].vblank = I915_READ(VBLANK(cpu_transcoder));
9116 error->pipe[i].vsync = I915_READ(VSYNC(cpu_transcoder));
Chris Wilsonc4a1d9e2010-11-21 13:12:35 +00009117 }
9118
9119 return error;
9120}
9121
9122void
9123intel_display_print_error_state(struct seq_file *m,
9124 struct drm_device *dev,
9125 struct intel_display_error_state *error)
9126{
Damien Lespiau52331302012-08-15 19:23:25 +01009127 drm_i915_private_t *dev_priv = dev->dev_private;
Chris Wilsonc4a1d9e2010-11-21 13:12:35 +00009128 int i;
9129
Damien Lespiau52331302012-08-15 19:23:25 +01009130 seq_printf(m, "Num Pipes: %d\n", dev_priv->num_pipe);
9131 for_each_pipe(i) {
Chris Wilsonc4a1d9e2010-11-21 13:12:35 +00009132 seq_printf(m, "Pipe [%d]:\n", i);
9133 seq_printf(m, " CONF: %08x\n", error->pipe[i].conf);
9134 seq_printf(m, " SRC: %08x\n", error->pipe[i].source);
9135 seq_printf(m, " HTOTAL: %08x\n", error->pipe[i].htotal);
9136 seq_printf(m, " HBLANK: %08x\n", error->pipe[i].hblank);
9137 seq_printf(m, " HSYNC: %08x\n", error->pipe[i].hsync);
9138 seq_printf(m, " VTOTAL: %08x\n", error->pipe[i].vtotal);
9139 seq_printf(m, " VBLANK: %08x\n", error->pipe[i].vblank);
9140 seq_printf(m, " VSYNC: %08x\n", error->pipe[i].vsync);
9141
9142 seq_printf(m, "Plane [%d]:\n", i);
9143 seq_printf(m, " CNTR: %08x\n", error->plane[i].control);
9144 seq_printf(m, " STRIDE: %08x\n", error->plane[i].stride);
9145 seq_printf(m, " SIZE: %08x\n", error->plane[i].size);
9146 seq_printf(m, " POS: %08x\n", error->plane[i].pos);
9147 seq_printf(m, " ADDR: %08x\n", error->plane[i].addr);
9148 if (INTEL_INFO(dev)->gen >= 4) {
9149 seq_printf(m, " SURF: %08x\n", error->plane[i].surface);
9150 seq_printf(m, " TILEOFF: %08x\n", error->plane[i].tile_offset);
9151 }
9152
9153 seq_printf(m, "Cursor [%d]:\n", i);
9154 seq_printf(m, " CNTR: %08x\n", error->cursor[i].control);
9155 seq_printf(m, " POS: %08x\n", error->cursor[i].position);
9156 seq_printf(m, " BASE: %08x\n", error->cursor[i].base);
9157 }
9158}
9159#endif