blob: e1716be476565576c0f074a1968eee40c42b16b8 [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>
Jesse Barnes79e53942008-11-07 14:24:08 -080035#include "drmP.h"
36#include "intel_drv.h"
37#include "i915_drm.h"
38#include "i915_drv.h"
Jesse Barnese5510fa2010-07-01 16:48:37 -070039#include "i915_trace.h"
Dave Airlieab2c0672009-12-04 10:55:24 +100040#include "drm_dp_helper.h"
Jesse Barnes79e53942008-11-07 14:24:08 -080041#include "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
Zhenyu Wang32f9d652009-07-24 01:00:32 +080044#define HAS_eDP (intel_pipe_has_type(crtc, INTEL_OUTPUT_EDP))
45
Akshay Joshi0206e352011-08-16 15:34:10 -040046bool intel_pipe_has_type(struct drm_crtc *crtc, int type);
Daniel Vetter3dec0092010-08-20 21:40:52 +020047static void intel_increase_pllclock(struct drm_crtc *crtc);
Chris Wilson6b383a72010-09-13 13:54:26 +010048static void intel_crtc_update_cursor(struct drm_crtc *crtc, bool on);
Jesse Barnes79e53942008-11-07 14:24:08 -080049
50typedef struct {
Akshay Joshi0206e352011-08-16 15:34:10 -040051 /* given values */
52 int n;
53 int m1, m2;
54 int p1, p2;
55 /* derived values */
56 int dot;
57 int vco;
58 int m;
59 int p;
Jesse Barnes79e53942008-11-07 14:24:08 -080060} intel_clock_t;
61
62typedef struct {
Akshay Joshi0206e352011-08-16 15:34:10 -040063 int min, max;
Jesse Barnes79e53942008-11-07 14:24:08 -080064} intel_range_t;
65
66typedef struct {
Akshay Joshi0206e352011-08-16 15:34:10 -040067 int dot_limit;
68 int p2_slow, p2_fast;
Jesse Barnes79e53942008-11-07 14:24:08 -080069} intel_p2_t;
70
71#define INTEL_P2_NUM 2
Ma Lingd4906092009-03-18 20:13:27 +080072typedef struct intel_limit intel_limit_t;
73struct intel_limit {
Akshay Joshi0206e352011-08-16 15:34:10 -040074 intel_range_t dot, vco, n, m, m1, m2, p, p1;
75 intel_p2_t p2;
76 bool (* find_pll)(const intel_limit_t *, struct drm_crtc *,
Sean Paulcec2f352012-01-10 15:09:36 -080077 int, int, intel_clock_t *, intel_clock_t *);
Ma Lingd4906092009-03-18 20:13:27 +080078};
Jesse Barnes79e53942008-11-07 14:24:08 -080079
Jesse Barnes2377b742010-07-07 14:06:43 -070080/* FDI */
81#define IRONLAKE_FDI_FREQ 2700000 /* in kHz for mode->clock */
82
Ma Lingd4906092009-03-18 20:13:27 +080083static bool
84intel_find_best_PLL(const intel_limit_t *limit, struct drm_crtc *crtc,
Sean Paulcec2f352012-01-10 15:09:36 -080085 int target, int refclk, intel_clock_t *match_clock,
86 intel_clock_t *best_clock);
Ma Lingd4906092009-03-18 20:13:27 +080087static bool
88intel_g4x_find_best_PLL(const intel_limit_t *limit, struct drm_crtc *crtc,
Sean Paulcec2f352012-01-10 15:09:36 -080089 int target, int refclk, intel_clock_t *match_clock,
90 intel_clock_t *best_clock);
Jesse Barnes79e53942008-11-07 14:24:08 -080091
Keith Packarda4fc5ed2009-04-07 16:16:42 -070092static bool
93intel_find_pll_g4x_dp(const intel_limit_t *, struct drm_crtc *crtc,
Sean Paulcec2f352012-01-10 15:09:36 -080094 int target, int refclk, intel_clock_t *match_clock,
95 intel_clock_t *best_clock);
Zhenyu Wang5eb08b62009-07-24 01:00:31 +080096static bool
Adam Jacksonf2b115e2009-12-03 17:14:42 -050097intel_find_pll_ironlake_dp(const intel_limit_t *, struct drm_crtc *crtc,
Sean Paulcec2f352012-01-10 15:09:36 -080098 int target, int refclk, intel_clock_t *match_clock,
99 intel_clock_t *best_clock);
Keith Packarda4fc5ed2009-04-07 16:16:42 -0700100
Chris Wilson021357a2010-09-07 20:54:59 +0100101static inline u32 /* units of 100MHz */
102intel_fdi_link_freq(struct drm_device *dev)
103{
Chris Wilson8b99e682010-10-13 09:59:17 +0100104 if (IS_GEN5(dev)) {
105 struct drm_i915_private *dev_priv = dev->dev_private;
106 return (I915_READ(FDI_PLL_BIOS_0) & FDI_PLL_FB_CLOCK_MASK) + 2;
107 } else
108 return 27;
Chris Wilson021357a2010-09-07 20:54:59 +0100109}
110
Keith Packarde4b36692009-06-05 19:22:17 -0700111static const intel_limit_t intel_limits_i8xx_dvo = {
Akshay Joshi0206e352011-08-16 15:34:10 -0400112 .dot = { .min = 25000, .max = 350000 },
113 .vco = { .min = 930000, .max = 1400000 },
114 .n = { .min = 3, .max = 16 },
115 .m = { .min = 96, .max = 140 },
116 .m1 = { .min = 18, .max = 26 },
117 .m2 = { .min = 6, .max = 16 },
118 .p = { .min = 4, .max = 128 },
119 .p1 = { .min = 2, .max = 33 },
Eric Anholt273e27c2011-03-30 13:01:10 -0700120 .p2 = { .dot_limit = 165000,
121 .p2_slow = 4, .p2_fast = 2 },
Ma Lingd4906092009-03-18 20:13:27 +0800122 .find_pll = intel_find_best_PLL,
Keith Packarde4b36692009-06-05 19:22:17 -0700123};
124
125static const intel_limit_t intel_limits_i8xx_lvds = {
Akshay Joshi0206e352011-08-16 15:34:10 -0400126 .dot = { .min = 25000, .max = 350000 },
127 .vco = { .min = 930000, .max = 1400000 },
128 .n = { .min = 3, .max = 16 },
129 .m = { .min = 96, .max = 140 },
130 .m1 = { .min = 18, .max = 26 },
131 .m2 = { .min = 6, .max = 16 },
132 .p = { .min = 4, .max = 128 },
133 .p1 = { .min = 1, .max = 6 },
Eric Anholt273e27c2011-03-30 13:01:10 -0700134 .p2 = { .dot_limit = 165000,
135 .p2_slow = 14, .p2_fast = 7 },
Ma Lingd4906092009-03-18 20:13:27 +0800136 .find_pll = intel_find_best_PLL,
Keith Packarde4b36692009-06-05 19:22:17 -0700137};
Eric Anholt273e27c2011-03-30 13:01:10 -0700138
Keith Packarde4b36692009-06-05 19:22:17 -0700139static const intel_limit_t intel_limits_i9xx_sdvo = {
Akshay Joshi0206e352011-08-16 15:34:10 -0400140 .dot = { .min = 20000, .max = 400000 },
141 .vco = { .min = 1400000, .max = 2800000 },
142 .n = { .min = 1, .max = 6 },
143 .m = { .min = 70, .max = 120 },
144 .m1 = { .min = 10, .max = 22 },
145 .m2 = { .min = 5, .max = 9 },
146 .p = { .min = 5, .max = 80 },
147 .p1 = { .min = 1, .max = 8 },
Eric Anholt273e27c2011-03-30 13:01:10 -0700148 .p2 = { .dot_limit = 200000,
149 .p2_slow = 10, .p2_fast = 5 },
Ma Lingd4906092009-03-18 20:13:27 +0800150 .find_pll = intel_find_best_PLL,
Keith Packarde4b36692009-06-05 19:22:17 -0700151};
152
153static const intel_limit_t intel_limits_i9xx_lvds = {
Akshay Joshi0206e352011-08-16 15:34:10 -0400154 .dot = { .min = 20000, .max = 400000 },
155 .vco = { .min = 1400000, .max = 2800000 },
156 .n = { .min = 1, .max = 6 },
157 .m = { .min = 70, .max = 120 },
158 .m1 = { .min = 10, .max = 22 },
159 .m2 = { .min = 5, .max = 9 },
160 .p = { .min = 7, .max = 98 },
161 .p1 = { .min = 1, .max = 8 },
Eric Anholt273e27c2011-03-30 13:01:10 -0700162 .p2 = { .dot_limit = 112000,
163 .p2_slow = 14, .p2_fast = 7 },
Ma Lingd4906092009-03-18 20:13:27 +0800164 .find_pll = intel_find_best_PLL,
Keith Packarde4b36692009-06-05 19:22:17 -0700165};
166
Eric Anholt273e27c2011-03-30 13:01:10 -0700167
Keith Packarde4b36692009-06-05 19:22:17 -0700168static const intel_limit_t intel_limits_g4x_sdvo = {
Eric Anholt273e27c2011-03-30 13:01:10 -0700169 .dot = { .min = 25000, .max = 270000 },
170 .vco = { .min = 1750000, .max = 3500000},
171 .n = { .min = 1, .max = 4 },
172 .m = { .min = 104, .max = 138 },
173 .m1 = { .min = 17, .max = 23 },
174 .m2 = { .min = 5, .max = 11 },
175 .p = { .min = 10, .max = 30 },
176 .p1 = { .min = 1, .max = 3},
177 .p2 = { .dot_limit = 270000,
178 .p2_slow = 10,
179 .p2_fast = 10
Ma Ling044c7c42009-03-18 20:13:23 +0800180 },
Ma Lingd4906092009-03-18 20:13:27 +0800181 .find_pll = intel_g4x_find_best_PLL,
Keith Packarde4b36692009-06-05 19:22:17 -0700182};
183
184static const intel_limit_t intel_limits_g4x_hdmi = {
Eric Anholt273e27c2011-03-30 13:01:10 -0700185 .dot = { .min = 22000, .max = 400000 },
186 .vco = { .min = 1750000, .max = 3500000},
187 .n = { .min = 1, .max = 4 },
188 .m = { .min = 104, .max = 138 },
189 .m1 = { .min = 16, .max = 23 },
190 .m2 = { .min = 5, .max = 11 },
191 .p = { .min = 5, .max = 80 },
192 .p1 = { .min = 1, .max = 8},
193 .p2 = { .dot_limit = 165000,
194 .p2_slow = 10, .p2_fast = 5 },
Ma Lingd4906092009-03-18 20:13:27 +0800195 .find_pll = intel_g4x_find_best_PLL,
Keith Packarde4b36692009-06-05 19:22:17 -0700196};
197
198static const intel_limit_t intel_limits_g4x_single_channel_lvds = {
Eric Anholt273e27c2011-03-30 13:01:10 -0700199 .dot = { .min = 20000, .max = 115000 },
200 .vco = { .min = 1750000, .max = 3500000 },
201 .n = { .min = 1, .max = 3 },
202 .m = { .min = 104, .max = 138 },
203 .m1 = { .min = 17, .max = 23 },
204 .m2 = { .min = 5, .max = 11 },
205 .p = { .min = 28, .max = 112 },
206 .p1 = { .min = 2, .max = 8 },
207 .p2 = { .dot_limit = 0,
208 .p2_slow = 14, .p2_fast = 14
Ma Ling044c7c42009-03-18 20:13:23 +0800209 },
Ma Lingd4906092009-03-18 20:13:27 +0800210 .find_pll = intel_g4x_find_best_PLL,
Keith Packarde4b36692009-06-05 19:22:17 -0700211};
212
213static const intel_limit_t intel_limits_g4x_dual_channel_lvds = {
Eric Anholt273e27c2011-03-30 13:01:10 -0700214 .dot = { .min = 80000, .max = 224000 },
215 .vco = { .min = 1750000, .max = 3500000 },
216 .n = { .min = 1, .max = 3 },
217 .m = { .min = 104, .max = 138 },
218 .m1 = { .min = 17, .max = 23 },
219 .m2 = { .min = 5, .max = 11 },
220 .p = { .min = 14, .max = 42 },
221 .p1 = { .min = 2, .max = 6 },
222 .p2 = { .dot_limit = 0,
223 .p2_slow = 7, .p2_fast = 7
Ma Ling044c7c42009-03-18 20:13:23 +0800224 },
Ma Lingd4906092009-03-18 20:13:27 +0800225 .find_pll = intel_g4x_find_best_PLL,
Keith Packarde4b36692009-06-05 19:22:17 -0700226};
227
228static const intel_limit_t intel_limits_g4x_display_port = {
Akshay Joshi0206e352011-08-16 15:34:10 -0400229 .dot = { .min = 161670, .max = 227000 },
230 .vco = { .min = 1750000, .max = 3500000},
231 .n = { .min = 1, .max = 2 },
232 .m = { .min = 97, .max = 108 },
233 .m1 = { .min = 0x10, .max = 0x12 },
234 .m2 = { .min = 0x05, .max = 0x06 },
235 .p = { .min = 10, .max = 20 },
236 .p1 = { .min = 1, .max = 2},
237 .p2 = { .dot_limit = 0,
Eric Anholt273e27c2011-03-30 13:01:10 -0700238 .p2_slow = 10, .p2_fast = 10 },
Akshay Joshi0206e352011-08-16 15:34:10 -0400239 .find_pll = intel_find_pll_g4x_dp,
Keith Packarde4b36692009-06-05 19:22:17 -0700240};
241
Adam Jacksonf2b115e2009-12-03 17:14:42 -0500242static const intel_limit_t intel_limits_pineview_sdvo = {
Akshay Joshi0206e352011-08-16 15:34:10 -0400243 .dot = { .min = 20000, .max = 400000},
244 .vco = { .min = 1700000, .max = 3500000 },
Eric Anholt273e27c2011-03-30 13:01:10 -0700245 /* Pineview's Ncounter is a ring counter */
Akshay Joshi0206e352011-08-16 15:34:10 -0400246 .n = { .min = 3, .max = 6 },
247 .m = { .min = 2, .max = 256 },
Eric Anholt273e27c2011-03-30 13:01:10 -0700248 /* Pineview only has one combined m divider, which we treat as m2. */
Akshay Joshi0206e352011-08-16 15:34:10 -0400249 .m1 = { .min = 0, .max = 0 },
250 .m2 = { .min = 0, .max = 254 },
251 .p = { .min = 5, .max = 80 },
252 .p1 = { .min = 1, .max = 8 },
Eric Anholt273e27c2011-03-30 13:01:10 -0700253 .p2 = { .dot_limit = 200000,
254 .p2_slow = 10, .p2_fast = 5 },
Shaohua Li61157072009-04-03 15:24:43 +0800255 .find_pll = intel_find_best_PLL,
Keith Packarde4b36692009-06-05 19:22:17 -0700256};
257
Adam Jacksonf2b115e2009-12-03 17:14:42 -0500258static const intel_limit_t intel_limits_pineview_lvds = {
Akshay Joshi0206e352011-08-16 15:34:10 -0400259 .dot = { .min = 20000, .max = 400000 },
260 .vco = { .min = 1700000, .max = 3500000 },
261 .n = { .min = 3, .max = 6 },
262 .m = { .min = 2, .max = 256 },
263 .m1 = { .min = 0, .max = 0 },
264 .m2 = { .min = 0, .max = 254 },
265 .p = { .min = 7, .max = 112 },
266 .p1 = { .min = 1, .max = 8 },
Eric Anholt273e27c2011-03-30 13:01:10 -0700267 .p2 = { .dot_limit = 112000,
268 .p2_slow = 14, .p2_fast = 14 },
Shaohua Li61157072009-04-03 15:24:43 +0800269 .find_pll = intel_find_best_PLL,
Keith Packarde4b36692009-06-05 19:22:17 -0700270};
271
Eric Anholt273e27c2011-03-30 13:01:10 -0700272/* Ironlake / Sandybridge
273 *
274 * We calculate clock using (register_value + 2) for N/M1/M2, so here
275 * the range value for them is (actual_value - 2).
276 */
Zhenyu Wangb91ad0e2010-02-05 09:14:17 +0800277static const intel_limit_t intel_limits_ironlake_dac = {
Eric Anholt273e27c2011-03-30 13:01:10 -0700278 .dot = { .min = 25000, .max = 350000 },
279 .vco = { .min = 1760000, .max = 3510000 },
280 .n = { .min = 1, .max = 5 },
281 .m = { .min = 79, .max = 127 },
282 .m1 = { .min = 12, .max = 22 },
283 .m2 = { .min = 5, .max = 9 },
284 .p = { .min = 5, .max = 80 },
285 .p1 = { .min = 1, .max = 8 },
286 .p2 = { .dot_limit = 225000,
287 .p2_slow = 10, .p2_fast = 5 },
Zhao Yakui45476682009-12-31 16:06:04 +0800288 .find_pll = intel_g4x_find_best_PLL,
Keith Packarde4b36692009-06-05 19:22:17 -0700289};
290
Zhenyu Wangb91ad0e2010-02-05 09:14:17 +0800291static const intel_limit_t intel_limits_ironlake_single_lvds = {
Eric Anholt273e27c2011-03-30 13:01:10 -0700292 .dot = { .min = 25000, .max = 350000 },
293 .vco = { .min = 1760000, .max = 3510000 },
294 .n = { .min = 1, .max = 3 },
295 .m = { .min = 79, .max = 118 },
296 .m1 = { .min = 12, .max = 22 },
297 .m2 = { .min = 5, .max = 9 },
298 .p = { .min = 28, .max = 112 },
299 .p1 = { .min = 2, .max = 8 },
300 .p2 = { .dot_limit = 225000,
301 .p2_slow = 14, .p2_fast = 14 },
Zhenyu Wangb91ad0e2010-02-05 09:14:17 +0800302 .find_pll = intel_g4x_find_best_PLL,
303};
304
305static const intel_limit_t intel_limits_ironlake_dual_lvds = {
Eric Anholt273e27c2011-03-30 13:01:10 -0700306 .dot = { .min = 25000, .max = 350000 },
307 .vco = { .min = 1760000, .max = 3510000 },
308 .n = { .min = 1, .max = 3 },
309 .m = { .min = 79, .max = 127 },
310 .m1 = { .min = 12, .max = 22 },
311 .m2 = { .min = 5, .max = 9 },
312 .p = { .min = 14, .max = 56 },
313 .p1 = { .min = 2, .max = 8 },
314 .p2 = { .dot_limit = 225000,
315 .p2_slow = 7, .p2_fast = 7 },
Zhenyu Wangb91ad0e2010-02-05 09:14:17 +0800316 .find_pll = intel_g4x_find_best_PLL,
317};
318
Eric Anholt273e27c2011-03-30 13:01:10 -0700319/* LVDS 100mhz refclk limits. */
Zhenyu Wangb91ad0e2010-02-05 09:14:17 +0800320static const intel_limit_t intel_limits_ironlake_single_lvds_100m = {
Eric Anholt273e27c2011-03-30 13:01:10 -0700321 .dot = { .min = 25000, .max = 350000 },
322 .vco = { .min = 1760000, .max = 3510000 },
323 .n = { .min = 1, .max = 2 },
324 .m = { .min = 79, .max = 126 },
325 .m1 = { .min = 12, .max = 22 },
326 .m2 = { .min = 5, .max = 9 },
327 .p = { .min = 28, .max = 112 },
Akshay Joshi0206e352011-08-16 15:34:10 -0400328 .p1 = { .min = 2, .max = 8 },
Eric Anholt273e27c2011-03-30 13:01:10 -0700329 .p2 = { .dot_limit = 225000,
330 .p2_slow = 14, .p2_fast = 14 },
Zhenyu Wangb91ad0e2010-02-05 09:14:17 +0800331 .find_pll = intel_g4x_find_best_PLL,
332};
333
334static const intel_limit_t intel_limits_ironlake_dual_lvds_100m = {
Eric Anholt273e27c2011-03-30 13:01:10 -0700335 .dot = { .min = 25000, .max = 350000 },
336 .vco = { .min = 1760000, .max = 3510000 },
337 .n = { .min = 1, .max = 3 },
338 .m = { .min = 79, .max = 126 },
339 .m1 = { .min = 12, .max = 22 },
340 .m2 = { .min = 5, .max = 9 },
341 .p = { .min = 14, .max = 42 },
Akshay Joshi0206e352011-08-16 15:34:10 -0400342 .p1 = { .min = 2, .max = 6 },
Eric Anholt273e27c2011-03-30 13:01:10 -0700343 .p2 = { .dot_limit = 225000,
344 .p2_slow = 7, .p2_fast = 7 },
Zhao Yakui45476682009-12-31 16:06:04 +0800345 .find_pll = intel_g4x_find_best_PLL,
346};
347
348static const intel_limit_t intel_limits_ironlake_display_port = {
Akshay Joshi0206e352011-08-16 15:34:10 -0400349 .dot = { .min = 25000, .max = 350000 },
350 .vco = { .min = 1760000, .max = 3510000},
351 .n = { .min = 1, .max = 2 },
352 .m = { .min = 81, .max = 90 },
353 .m1 = { .min = 12, .max = 22 },
354 .m2 = { .min = 5, .max = 9 },
355 .p = { .min = 10, .max = 20 },
356 .p1 = { .min = 1, .max = 2},
357 .p2 = { .dot_limit = 0,
Eric Anholt273e27c2011-03-30 13:01:10 -0700358 .p2_slow = 10, .p2_fast = 10 },
Akshay Joshi0206e352011-08-16 15:34:10 -0400359 .find_pll = intel_find_pll_ironlake_dp,
Jesse Barnes79e53942008-11-07 14:24:08 -0800360};
361
Jesse Barnes57f350b2012-03-28 13:39:25 -0700362u32 intel_dpio_read(struct drm_i915_private *dev_priv, int reg)
363{
364 unsigned long flags;
365 u32 val = 0;
366
367 spin_lock_irqsave(&dev_priv->dpio_lock, flags);
368 if (wait_for_atomic_us((I915_READ(DPIO_PKT) & DPIO_BUSY) == 0, 100)) {
369 DRM_ERROR("DPIO idle wait timed out\n");
370 goto out_unlock;
371 }
372
373 I915_WRITE(DPIO_REG, reg);
374 I915_WRITE(DPIO_PKT, DPIO_RID | DPIO_OP_READ | DPIO_PORTID |
375 DPIO_BYTE);
376 if (wait_for_atomic_us((I915_READ(DPIO_PKT) & DPIO_BUSY) == 0, 100)) {
377 DRM_ERROR("DPIO read wait timed out\n");
378 goto out_unlock;
379 }
380 val = I915_READ(DPIO_DATA);
381
382out_unlock:
383 spin_unlock_irqrestore(&dev_priv->dpio_lock, flags);
384 return val;
385}
386
387static void intel_dpio_write(struct drm_i915_private *dev_priv, int reg,
388 u32 val)
389{
390 unsigned long flags;
391
392 spin_lock_irqsave(&dev_priv->dpio_lock, flags);
393 if (wait_for_atomic_us((I915_READ(DPIO_PKT) & DPIO_BUSY) == 0, 100)) {
394 DRM_ERROR("DPIO idle wait timed out\n");
395 goto out_unlock;
396 }
397
398 I915_WRITE(DPIO_DATA, val);
399 I915_WRITE(DPIO_REG, reg);
400 I915_WRITE(DPIO_PKT, DPIO_RID | DPIO_OP_WRITE | DPIO_PORTID |
401 DPIO_BYTE);
402 if (wait_for_atomic_us((I915_READ(DPIO_PKT) & DPIO_BUSY) == 0, 100))
403 DRM_ERROR("DPIO write wait timed out\n");
404
405out_unlock:
406 spin_unlock_irqrestore(&dev_priv->dpio_lock, flags);
407}
408
409static void vlv_init_dpio(struct drm_device *dev)
410{
411 struct drm_i915_private *dev_priv = dev->dev_private;
412
413 /* Reset the DPIO config */
414 I915_WRITE(DPIO_CTL, 0);
415 POSTING_READ(DPIO_CTL);
416 I915_WRITE(DPIO_CTL, 1);
417 POSTING_READ(DPIO_CTL);
418}
419
Daniel Vetter618563e2012-04-01 13:38:50 +0200420static int intel_dual_link_lvds_callback(const struct dmi_system_id *id)
421{
422 DRM_INFO("Forcing lvds to dual link mode on %s\n", id->ident);
423 return 1;
424}
425
426static const struct dmi_system_id intel_dual_link_lvds[] = {
427 {
428 .callback = intel_dual_link_lvds_callback,
429 .ident = "Apple MacBook Pro (Core i5/i7 Series)",
430 .matches = {
431 DMI_MATCH(DMI_SYS_VENDOR, "Apple Inc."),
432 DMI_MATCH(DMI_PRODUCT_NAME, "MacBookPro8,2"),
433 },
434 },
435 { } /* terminating entry */
436};
437
Takashi Iwaib0354382012-03-20 13:07:05 +0100438static bool is_dual_link_lvds(struct drm_i915_private *dev_priv,
439 unsigned int reg)
440{
441 unsigned int val;
442
Takashi Iwai121d5272012-03-20 13:07:06 +0100443 /* use the module option value if specified */
444 if (i915_lvds_channel_mode > 0)
445 return i915_lvds_channel_mode == 2;
446
Daniel Vetter618563e2012-04-01 13:38:50 +0200447 if (dmi_check_system(intel_dual_link_lvds))
448 return true;
449
Takashi Iwaib0354382012-03-20 13:07:05 +0100450 if (dev_priv->lvds_val)
451 val = dev_priv->lvds_val;
452 else {
453 /* BIOS should set the proper LVDS register value at boot, but
454 * in reality, it doesn't set the value when the lid is closed;
455 * we need to check "the value to be set" in VBT when LVDS
456 * register is uninitialized.
457 */
458 val = I915_READ(reg);
459 if (!(val & ~LVDS_DETECTED))
460 val = dev_priv->bios_lvds_val;
461 dev_priv->lvds_val = val;
462 }
463 return (val & LVDS_CLKB_POWER_MASK) == LVDS_CLKB_POWER_UP;
464}
465
Chris Wilson1b894b52010-12-14 20:04:54 +0000466static const intel_limit_t *intel_ironlake_limit(struct drm_crtc *crtc,
467 int refclk)
Zhenyu Wang2c072452009-06-05 15:38:42 +0800468{
Zhenyu Wangb91ad0e2010-02-05 09:14:17 +0800469 struct drm_device *dev = crtc->dev;
470 struct drm_i915_private *dev_priv = dev->dev_private;
Zhenyu Wang2c072452009-06-05 15:38:42 +0800471 const intel_limit_t *limit;
Zhenyu Wangb91ad0e2010-02-05 09:14:17 +0800472
473 if (intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS)) {
Takashi Iwaib0354382012-03-20 13:07:05 +0100474 if (is_dual_link_lvds(dev_priv, PCH_LVDS)) {
Zhenyu Wangb91ad0e2010-02-05 09:14:17 +0800475 /* LVDS dual channel */
Chris Wilson1b894b52010-12-14 20:04:54 +0000476 if (refclk == 100000)
Zhenyu Wangb91ad0e2010-02-05 09:14:17 +0800477 limit = &intel_limits_ironlake_dual_lvds_100m;
478 else
479 limit = &intel_limits_ironlake_dual_lvds;
480 } else {
Chris Wilson1b894b52010-12-14 20:04:54 +0000481 if (refclk == 100000)
Zhenyu Wangb91ad0e2010-02-05 09:14:17 +0800482 limit = &intel_limits_ironlake_single_lvds_100m;
483 else
484 limit = &intel_limits_ironlake_single_lvds;
485 }
486 } else if (intel_pipe_has_type(crtc, INTEL_OUTPUT_DISPLAYPORT) ||
Zhao Yakui45476682009-12-31 16:06:04 +0800487 HAS_eDP)
488 limit = &intel_limits_ironlake_display_port;
Zhenyu Wang2c072452009-06-05 15:38:42 +0800489 else
Zhenyu Wangb91ad0e2010-02-05 09:14:17 +0800490 limit = &intel_limits_ironlake_dac;
Zhenyu Wang2c072452009-06-05 15:38:42 +0800491
492 return limit;
493}
494
Ma Ling044c7c42009-03-18 20:13:23 +0800495static const intel_limit_t *intel_g4x_limit(struct drm_crtc *crtc)
496{
497 struct drm_device *dev = crtc->dev;
498 struct drm_i915_private *dev_priv = dev->dev_private;
499 const intel_limit_t *limit;
500
501 if (intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS)) {
Takashi Iwaib0354382012-03-20 13:07:05 +0100502 if (is_dual_link_lvds(dev_priv, LVDS))
Ma Ling044c7c42009-03-18 20:13:23 +0800503 /* LVDS with dual channel */
Keith Packarde4b36692009-06-05 19:22:17 -0700504 limit = &intel_limits_g4x_dual_channel_lvds;
Ma Ling044c7c42009-03-18 20:13:23 +0800505 else
506 /* LVDS with dual channel */
Keith Packarde4b36692009-06-05 19:22:17 -0700507 limit = &intel_limits_g4x_single_channel_lvds;
Ma Ling044c7c42009-03-18 20:13:23 +0800508 } else if (intel_pipe_has_type(crtc, INTEL_OUTPUT_HDMI) ||
509 intel_pipe_has_type(crtc, INTEL_OUTPUT_ANALOG)) {
Keith Packarde4b36692009-06-05 19:22:17 -0700510 limit = &intel_limits_g4x_hdmi;
Ma Ling044c7c42009-03-18 20:13:23 +0800511 } else if (intel_pipe_has_type(crtc, INTEL_OUTPUT_SDVO)) {
Keith Packarde4b36692009-06-05 19:22:17 -0700512 limit = &intel_limits_g4x_sdvo;
Akshay Joshi0206e352011-08-16 15:34:10 -0400513 } else if (intel_pipe_has_type(crtc, INTEL_OUTPUT_DISPLAYPORT)) {
Keith Packarde4b36692009-06-05 19:22:17 -0700514 limit = &intel_limits_g4x_display_port;
Ma Ling044c7c42009-03-18 20:13:23 +0800515 } else /* The option is for other outputs */
Keith Packarde4b36692009-06-05 19:22:17 -0700516 limit = &intel_limits_i9xx_sdvo;
Ma Ling044c7c42009-03-18 20:13:23 +0800517
518 return limit;
519}
520
Chris Wilson1b894b52010-12-14 20:04:54 +0000521static const intel_limit_t *intel_limit(struct drm_crtc *crtc, int refclk)
Jesse Barnes79e53942008-11-07 14:24:08 -0800522{
523 struct drm_device *dev = crtc->dev;
524 const intel_limit_t *limit;
525
Eric Anholtbad720f2009-10-22 16:11:14 -0700526 if (HAS_PCH_SPLIT(dev))
Chris Wilson1b894b52010-12-14 20:04:54 +0000527 limit = intel_ironlake_limit(crtc, refclk);
Zhenyu Wang2c072452009-06-05 15:38:42 +0800528 else if (IS_G4X(dev)) {
Ma Ling044c7c42009-03-18 20:13:23 +0800529 limit = intel_g4x_limit(crtc);
Adam Jacksonf2b115e2009-12-03 17:14:42 -0500530 } else if (IS_PINEVIEW(dev)) {
Shaohua Li21778322009-02-23 15:19:16 +0800531 if (intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS))
Adam Jacksonf2b115e2009-12-03 17:14:42 -0500532 limit = &intel_limits_pineview_lvds;
Shaohua Li21778322009-02-23 15:19:16 +0800533 else
Adam Jacksonf2b115e2009-12-03 17:14:42 -0500534 limit = &intel_limits_pineview_sdvo;
Chris Wilsona6c45cf2010-09-17 00:32:17 +0100535 } else if (!IS_GEN2(dev)) {
536 if (intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS))
537 limit = &intel_limits_i9xx_lvds;
538 else
539 limit = &intel_limits_i9xx_sdvo;
Jesse Barnes79e53942008-11-07 14:24:08 -0800540 } else {
541 if (intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS))
Keith Packarde4b36692009-06-05 19:22:17 -0700542 limit = &intel_limits_i8xx_lvds;
Jesse Barnes79e53942008-11-07 14:24:08 -0800543 else
Keith Packarde4b36692009-06-05 19:22:17 -0700544 limit = &intel_limits_i8xx_dvo;
Jesse Barnes79e53942008-11-07 14:24:08 -0800545 }
546 return limit;
547}
548
Adam Jacksonf2b115e2009-12-03 17:14:42 -0500549/* m1 is reserved as 0 in Pineview, n is a ring counter */
550static void pineview_clock(int refclk, intel_clock_t *clock)
Jesse Barnes79e53942008-11-07 14:24:08 -0800551{
Shaohua Li21778322009-02-23 15:19:16 +0800552 clock->m = clock->m2 + 2;
553 clock->p = clock->p1 * clock->p2;
554 clock->vco = refclk * clock->m / clock->n;
555 clock->dot = clock->vco / clock->p;
556}
557
558static void intel_clock(struct drm_device *dev, int refclk, intel_clock_t *clock)
559{
Adam Jacksonf2b115e2009-12-03 17:14:42 -0500560 if (IS_PINEVIEW(dev)) {
561 pineview_clock(refclk, clock);
Shaohua Li21778322009-02-23 15:19:16 +0800562 return;
563 }
Jesse Barnes79e53942008-11-07 14:24:08 -0800564 clock->m = 5 * (clock->m1 + 2) + (clock->m2 + 2);
565 clock->p = clock->p1 * clock->p2;
566 clock->vco = refclk * clock->m / (clock->n + 2);
567 clock->dot = clock->vco / clock->p;
568}
569
Jesse Barnes79e53942008-11-07 14:24:08 -0800570/**
571 * Returns whether any output on the specified pipe is of the specified type
572 */
Chris Wilson4ef69c72010-09-09 15:14:28 +0100573bool intel_pipe_has_type(struct drm_crtc *crtc, int type)
Jesse Barnes79e53942008-11-07 14:24:08 -0800574{
Chris Wilson4ef69c72010-09-09 15:14:28 +0100575 struct drm_device *dev = crtc->dev;
576 struct drm_mode_config *mode_config = &dev->mode_config;
577 struct intel_encoder *encoder;
Jesse Barnes79e53942008-11-07 14:24:08 -0800578
Chris Wilson4ef69c72010-09-09 15:14:28 +0100579 list_for_each_entry(encoder, &mode_config->encoder_list, base.head)
580 if (encoder->base.crtc == crtc && encoder->type == type)
581 return true;
582
583 return false;
Jesse Barnes79e53942008-11-07 14:24:08 -0800584}
585
Jesse Barnes7c04d1d2009-02-23 15:36:40 -0800586#define INTELPllInvalid(s) do { /* DRM_DEBUG(s); */ return false; } while (0)
Jesse Barnes79e53942008-11-07 14:24:08 -0800587/**
588 * Returns whether the given set of divisors are valid for a given refclk with
589 * the given connectors.
590 */
591
Chris Wilson1b894b52010-12-14 20:04:54 +0000592static bool intel_PLL_is_valid(struct drm_device *dev,
593 const intel_limit_t *limit,
594 const intel_clock_t *clock)
Jesse Barnes79e53942008-11-07 14:24:08 -0800595{
Jesse Barnes79e53942008-11-07 14:24:08 -0800596 if (clock->p1 < limit->p1.min || limit->p1.max < clock->p1)
Akshay Joshi0206e352011-08-16 15:34:10 -0400597 INTELPllInvalid("p1 out of range\n");
Jesse Barnes79e53942008-11-07 14:24:08 -0800598 if (clock->p < limit->p.min || limit->p.max < clock->p)
Akshay Joshi0206e352011-08-16 15:34:10 -0400599 INTELPllInvalid("p out of range\n");
Jesse Barnes79e53942008-11-07 14:24:08 -0800600 if (clock->m2 < limit->m2.min || limit->m2.max < clock->m2)
Akshay Joshi0206e352011-08-16 15:34:10 -0400601 INTELPllInvalid("m2 out of range\n");
Jesse Barnes79e53942008-11-07 14:24:08 -0800602 if (clock->m1 < limit->m1.min || limit->m1.max < clock->m1)
Akshay Joshi0206e352011-08-16 15:34:10 -0400603 INTELPllInvalid("m1 out of range\n");
Adam Jacksonf2b115e2009-12-03 17:14:42 -0500604 if (clock->m1 <= clock->m2 && !IS_PINEVIEW(dev))
Akshay Joshi0206e352011-08-16 15:34:10 -0400605 INTELPllInvalid("m1 <= m2\n");
Jesse Barnes79e53942008-11-07 14:24:08 -0800606 if (clock->m < limit->m.min || limit->m.max < clock->m)
Akshay Joshi0206e352011-08-16 15:34:10 -0400607 INTELPllInvalid("m out of range\n");
Jesse Barnes79e53942008-11-07 14:24:08 -0800608 if (clock->n < limit->n.min || limit->n.max < clock->n)
Akshay Joshi0206e352011-08-16 15:34:10 -0400609 INTELPllInvalid("n out of range\n");
Jesse Barnes79e53942008-11-07 14:24:08 -0800610 if (clock->vco < limit->vco.min || limit->vco.max < clock->vco)
Akshay Joshi0206e352011-08-16 15:34:10 -0400611 INTELPllInvalid("vco out of range\n");
Jesse Barnes79e53942008-11-07 14:24:08 -0800612 /* XXX: We may need to be checking "Dot clock" depending on the multiplier,
613 * connector, etc., rather than just a single range.
614 */
615 if (clock->dot < limit->dot.min || limit->dot.max < clock->dot)
Akshay Joshi0206e352011-08-16 15:34:10 -0400616 INTELPllInvalid("dot out of range\n");
Jesse Barnes79e53942008-11-07 14:24:08 -0800617
618 return true;
619}
620
Ma Lingd4906092009-03-18 20:13:27 +0800621static bool
622intel_find_best_PLL(const intel_limit_t *limit, struct drm_crtc *crtc,
Sean Paulcec2f352012-01-10 15:09:36 -0800623 int target, int refclk, intel_clock_t *match_clock,
624 intel_clock_t *best_clock)
Ma Lingd4906092009-03-18 20:13:27 +0800625
Jesse Barnes79e53942008-11-07 14:24:08 -0800626{
627 struct drm_device *dev = crtc->dev;
628 struct drm_i915_private *dev_priv = dev->dev_private;
629 intel_clock_t clock;
Jesse Barnes79e53942008-11-07 14:24:08 -0800630 int err = target;
631
Bruno Prémontbc5e5712009-08-08 13:01:17 +0200632 if (intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS) &&
Florian Mickler832cc282009-07-13 18:40:32 +0800633 (I915_READ(LVDS)) != 0) {
Jesse Barnes79e53942008-11-07 14:24:08 -0800634 /*
635 * For LVDS, if the panel is on, just rely on its current
636 * settings for dual-channel. We haven't figured out how to
637 * reliably set up different single/dual channel state, if we
638 * even can.
639 */
Takashi Iwaib0354382012-03-20 13:07:05 +0100640 if (is_dual_link_lvds(dev_priv, LVDS))
Jesse Barnes79e53942008-11-07 14:24:08 -0800641 clock.p2 = limit->p2.p2_fast;
642 else
643 clock.p2 = limit->p2.p2_slow;
644 } else {
645 if (target < limit->p2.dot_limit)
646 clock.p2 = limit->p2.p2_slow;
647 else
648 clock.p2 = limit->p2.p2_fast;
649 }
650
Akshay Joshi0206e352011-08-16 15:34:10 -0400651 memset(best_clock, 0, sizeof(*best_clock));
Jesse Barnes79e53942008-11-07 14:24:08 -0800652
Zhao Yakui42158662009-11-20 11:24:18 +0800653 for (clock.m1 = limit->m1.min; clock.m1 <= limit->m1.max;
654 clock.m1++) {
655 for (clock.m2 = limit->m2.min;
656 clock.m2 <= limit->m2.max; clock.m2++) {
Adam Jacksonf2b115e2009-12-03 17:14:42 -0500657 /* m1 is always 0 in Pineview */
658 if (clock.m2 >= clock.m1 && !IS_PINEVIEW(dev))
Zhao Yakui42158662009-11-20 11:24:18 +0800659 break;
660 for (clock.n = limit->n.min;
661 clock.n <= limit->n.max; clock.n++) {
662 for (clock.p1 = limit->p1.min;
663 clock.p1 <= limit->p1.max; clock.p1++) {
Jesse Barnes79e53942008-11-07 14:24:08 -0800664 int this_err;
665
Shaohua Li21778322009-02-23 15:19:16 +0800666 intel_clock(dev, refclk, &clock);
Chris Wilson1b894b52010-12-14 20:04:54 +0000667 if (!intel_PLL_is_valid(dev, limit,
668 &clock))
Jesse Barnes79e53942008-11-07 14:24:08 -0800669 continue;
Sean Paulcec2f352012-01-10 15:09:36 -0800670 if (match_clock &&
671 clock.p != match_clock->p)
672 continue;
Jesse Barnes79e53942008-11-07 14:24:08 -0800673
674 this_err = abs(clock.dot - target);
675 if (this_err < err) {
676 *best_clock = clock;
677 err = this_err;
678 }
679 }
680 }
681 }
682 }
683
684 return (err != target);
685}
686
Ma Lingd4906092009-03-18 20:13:27 +0800687static bool
688intel_g4x_find_best_PLL(const intel_limit_t *limit, struct drm_crtc *crtc,
Sean Paulcec2f352012-01-10 15:09:36 -0800689 int target, int refclk, intel_clock_t *match_clock,
690 intel_clock_t *best_clock)
Ma Lingd4906092009-03-18 20:13:27 +0800691{
692 struct drm_device *dev = crtc->dev;
693 struct drm_i915_private *dev_priv = dev->dev_private;
694 intel_clock_t clock;
695 int max_n;
696 bool found;
Adam Jackson6ba770d2010-07-02 16:43:30 -0400697 /* approximately equals target * 0.00585 */
698 int err_most = (target >> 8) + (target >> 9);
Ma Lingd4906092009-03-18 20:13:27 +0800699 found = false;
700
701 if (intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS)) {
Zhao Yakui45476682009-12-31 16:06:04 +0800702 int lvds_reg;
703
Eric Anholtc619eed2010-01-28 16:45:52 -0800704 if (HAS_PCH_SPLIT(dev))
Zhao Yakui45476682009-12-31 16:06:04 +0800705 lvds_reg = PCH_LVDS;
706 else
707 lvds_reg = LVDS;
708 if ((I915_READ(lvds_reg) & LVDS_CLKB_POWER_MASK) ==
Ma Lingd4906092009-03-18 20:13:27 +0800709 LVDS_CLKB_POWER_UP)
710 clock.p2 = limit->p2.p2_fast;
711 else
712 clock.p2 = limit->p2.p2_slow;
713 } else {
714 if (target < limit->p2.dot_limit)
715 clock.p2 = limit->p2.p2_slow;
716 else
717 clock.p2 = limit->p2.p2_fast;
718 }
719
720 memset(best_clock, 0, sizeof(*best_clock));
721 max_n = limit->n.max;
Gilles Espinassef77f13e2010-03-29 15:41:47 +0200722 /* based on hardware requirement, prefer smaller n to precision */
Ma Lingd4906092009-03-18 20:13:27 +0800723 for (clock.n = limit->n.min; clock.n <= max_n; clock.n++) {
Gilles Espinassef77f13e2010-03-29 15:41:47 +0200724 /* based on hardware requirement, prefere larger m1,m2 */
Ma Lingd4906092009-03-18 20:13:27 +0800725 for (clock.m1 = limit->m1.max;
726 clock.m1 >= limit->m1.min; clock.m1--) {
727 for (clock.m2 = limit->m2.max;
728 clock.m2 >= limit->m2.min; clock.m2--) {
729 for (clock.p1 = limit->p1.max;
730 clock.p1 >= limit->p1.min; clock.p1--) {
731 int this_err;
732
Shaohua Li21778322009-02-23 15:19:16 +0800733 intel_clock(dev, refclk, &clock);
Chris Wilson1b894b52010-12-14 20:04:54 +0000734 if (!intel_PLL_is_valid(dev, limit,
735 &clock))
Ma Lingd4906092009-03-18 20:13:27 +0800736 continue;
Sean Paulcec2f352012-01-10 15:09:36 -0800737 if (match_clock &&
738 clock.p != match_clock->p)
739 continue;
Chris Wilson1b894b52010-12-14 20:04:54 +0000740
741 this_err = abs(clock.dot - target);
Ma Lingd4906092009-03-18 20:13:27 +0800742 if (this_err < err_most) {
743 *best_clock = clock;
744 err_most = this_err;
745 max_n = clock.n;
746 found = true;
747 }
748 }
749 }
750 }
751 }
Zhenyu Wang2c072452009-06-05 15:38:42 +0800752 return found;
753}
Ma Lingd4906092009-03-18 20:13:27 +0800754
Zhenyu Wang2c072452009-06-05 15:38:42 +0800755static bool
Adam Jacksonf2b115e2009-12-03 17:14:42 -0500756intel_find_pll_ironlake_dp(const intel_limit_t *limit, struct drm_crtc *crtc,
Sean Paulcec2f352012-01-10 15:09:36 -0800757 int target, int refclk, intel_clock_t *match_clock,
758 intel_clock_t *best_clock)
Zhenyu Wang5eb08b62009-07-24 01:00:31 +0800759{
760 struct drm_device *dev = crtc->dev;
761 intel_clock_t clock;
Zhao Yakui45476682009-12-31 16:06:04 +0800762
Zhenyu Wang5eb08b62009-07-24 01:00:31 +0800763 if (target < 200000) {
764 clock.n = 1;
765 clock.p1 = 2;
766 clock.p2 = 10;
767 clock.m1 = 12;
768 clock.m2 = 9;
769 } else {
770 clock.n = 2;
771 clock.p1 = 1;
772 clock.p2 = 10;
773 clock.m1 = 14;
774 clock.m2 = 8;
775 }
776 intel_clock(dev, refclk, &clock);
777 memcpy(best_clock, &clock, sizeof(intel_clock_t));
778 return true;
779}
780
Keith Packarda4fc5ed2009-04-07 16:16:42 -0700781/* DisplayPort has only two frequencies, 162MHz and 270MHz */
782static bool
783intel_find_pll_g4x_dp(const intel_limit_t *limit, struct drm_crtc *crtc,
Sean Paulcec2f352012-01-10 15:09:36 -0800784 int target, int refclk, intel_clock_t *match_clock,
785 intel_clock_t *best_clock)
Keith Packarda4fc5ed2009-04-07 16:16:42 -0700786{
Chris Wilson5eddb702010-09-11 13:48:45 +0100787 intel_clock_t clock;
788 if (target < 200000) {
789 clock.p1 = 2;
790 clock.p2 = 10;
791 clock.n = 2;
792 clock.m1 = 23;
793 clock.m2 = 8;
794 } else {
795 clock.p1 = 1;
796 clock.p2 = 10;
797 clock.n = 1;
798 clock.m1 = 14;
799 clock.m2 = 2;
800 }
801 clock.m = 5 * (clock.m1 + 2) + (clock.m2 + 2);
802 clock.p = (clock.p1 * clock.p2);
803 clock.dot = 96000 * clock.m / (clock.n + 2) / clock.p;
804 clock.vco = 0;
805 memcpy(best_clock, &clock, sizeof(intel_clock_t));
806 return true;
Keith Packarda4fc5ed2009-04-07 16:16:42 -0700807}
808
Jesse Barnes9d0498a2010-08-18 13:20:54 -0700809/**
810 * intel_wait_for_vblank - wait for vblank on a given pipe
811 * @dev: drm device
812 * @pipe: pipe to wait for
813 *
814 * Wait for vblank to occur on a given pipe. Needed for various bits of
815 * mode setting code.
816 */
817void intel_wait_for_vblank(struct drm_device *dev, int pipe)
Jesse Barnes79e53942008-11-07 14:24:08 -0800818{
Jesse Barnes9d0498a2010-08-18 13:20:54 -0700819 struct drm_i915_private *dev_priv = dev->dev_private;
Jesse Barnes9db4a9c2011-02-07 12:26:52 -0800820 int pipestat_reg = PIPESTAT(pipe);
Jesse Barnes9d0498a2010-08-18 13:20:54 -0700821
Chris Wilson300387c2010-09-05 20:25:43 +0100822 /* Clear existing vblank status. Note this will clear any other
823 * sticky status fields as well.
824 *
825 * This races with i915_driver_irq_handler() with the result
826 * that either function could miss a vblank event. Here it is not
827 * fatal, as we will either wait upon the next vblank interrupt or
828 * timeout. Generally speaking intel_wait_for_vblank() is only
829 * called during modeset at which time the GPU should be idle and
830 * should *not* be performing page flips and thus not waiting on
831 * vblanks...
832 * Currently, the result of us stealing a vblank from the irq
833 * handler is that a single frame will be skipped during swapbuffers.
834 */
835 I915_WRITE(pipestat_reg,
836 I915_READ(pipestat_reg) | PIPE_VBLANK_INTERRUPT_STATUS);
837
Jesse Barnes9d0498a2010-08-18 13:20:54 -0700838 /* Wait for vblank interrupt bit to set */
Chris Wilson481b6af2010-08-23 17:43:35 +0100839 if (wait_for(I915_READ(pipestat_reg) &
840 PIPE_VBLANK_INTERRUPT_STATUS,
841 50))
Jesse Barnes9d0498a2010-08-18 13:20:54 -0700842 DRM_DEBUG_KMS("vblank wait timed out\n");
843}
844
Keith Packardab7ad7f2010-10-03 00:33:06 -0700845/*
846 * intel_wait_for_pipe_off - wait for pipe to turn off
Jesse Barnes9d0498a2010-08-18 13:20:54 -0700847 * @dev: drm device
848 * @pipe: pipe to wait for
849 *
850 * After disabling a pipe, we can't wait for vblank in the usual way,
851 * spinning on the vblank interrupt status bit, since we won't actually
852 * see an interrupt when the pipe is disabled.
853 *
Keith Packardab7ad7f2010-10-03 00:33:06 -0700854 * On Gen4 and above:
855 * wait for the pipe register state bit to turn off
856 *
857 * Otherwise:
858 * wait for the display line value to settle (it usually
859 * ends up stopping at the start of the next frame).
Chris Wilson58e10eb2010-10-03 10:56:11 +0100860 *
Jesse Barnes9d0498a2010-08-18 13:20:54 -0700861 */
Chris Wilson58e10eb2010-10-03 10:56:11 +0100862void intel_wait_for_pipe_off(struct drm_device *dev, int pipe)
Jesse Barnes9d0498a2010-08-18 13:20:54 -0700863{
864 struct drm_i915_private *dev_priv = dev->dev_private;
Jesse Barnes9d0498a2010-08-18 13:20:54 -0700865
Keith Packardab7ad7f2010-10-03 00:33:06 -0700866 if (INTEL_INFO(dev)->gen >= 4) {
Chris Wilson58e10eb2010-10-03 10:56:11 +0100867 int reg = PIPECONF(pipe);
Jesse Barnes9d0498a2010-08-18 13:20:54 -0700868
Keith Packardab7ad7f2010-10-03 00:33:06 -0700869 /* Wait for the Pipe State to go off */
Chris Wilson58e10eb2010-10-03 10:56:11 +0100870 if (wait_for((I915_READ(reg) & I965_PIPECONF_ACTIVE) == 0,
871 100))
Keith Packardab7ad7f2010-10-03 00:33:06 -0700872 DRM_DEBUG_KMS("pipe_off wait timed out\n");
873 } else {
874 u32 last_line;
Chris Wilson58e10eb2010-10-03 10:56:11 +0100875 int reg = PIPEDSL(pipe);
Keith Packardab7ad7f2010-10-03 00:33:06 -0700876 unsigned long timeout = jiffies + msecs_to_jiffies(100);
877
878 /* Wait for the display line to settle */
879 do {
Chris Wilson58e10eb2010-10-03 10:56:11 +0100880 last_line = I915_READ(reg) & DSL_LINEMASK;
Keith Packardab7ad7f2010-10-03 00:33:06 -0700881 mdelay(5);
Chris Wilson58e10eb2010-10-03 10:56:11 +0100882 } while (((I915_READ(reg) & DSL_LINEMASK) != last_line) &&
Keith Packardab7ad7f2010-10-03 00:33:06 -0700883 time_after(timeout, jiffies));
884 if (time_after(jiffies, timeout))
885 DRM_DEBUG_KMS("pipe_off wait timed out\n");
886 }
Jesse Barnes79e53942008-11-07 14:24:08 -0800887}
888
Jesse Barnesb24e7172011-01-04 15:09:30 -0800889static const char *state_string(bool enabled)
890{
891 return enabled ? "on" : "off";
892}
893
894/* Only for pre-ILK configs */
895static void assert_pll(struct drm_i915_private *dev_priv,
896 enum pipe pipe, bool state)
897{
898 int reg;
899 u32 val;
900 bool cur_state;
901
902 reg = DPLL(pipe);
903 val = I915_READ(reg);
904 cur_state = !!(val & DPLL_VCO_ENABLE);
905 WARN(cur_state != state,
906 "PLL state assertion failure (expected %s, current %s)\n",
907 state_string(state), state_string(cur_state));
908}
909#define assert_pll_enabled(d, p) assert_pll(d, p, true)
910#define assert_pll_disabled(d, p) assert_pll(d, p, false)
911
Jesse Barnes040484a2011-01-03 12:14:26 -0800912/* For ILK+ */
913static void assert_pch_pll(struct drm_i915_private *dev_priv,
Jesse Barnesee7b9f92012-04-20 17:11:53 +0100914 struct intel_crtc *intel_crtc, bool state)
Jesse Barnes040484a2011-01-03 12:14:26 -0800915{
916 int reg;
917 u32 val;
918 bool cur_state;
919
Jesse Barnesee7b9f92012-04-20 17:11:53 +0100920 if (!intel_crtc->pch_pll) {
921 WARN(1, "asserting PCH PLL enabled with no PLL\n");
922 return;
923 }
924
Jesse Barnesd3ccbe82011-10-12 09:27:42 -0700925 if (HAS_PCH_CPT(dev_priv->dev)) {
926 u32 pch_dpll;
927
928 pch_dpll = I915_READ(PCH_DPLL_SEL);
929
930 /* Make sure the selected PLL is enabled to the transcoder */
Jesse Barnesee7b9f92012-04-20 17:11:53 +0100931 WARN(!((pch_dpll >> (4 * intel_crtc->pipe)) & 8),
932 "transcoder %d PLL not enabled\n", intel_crtc->pipe);
Jesse Barnesd3ccbe82011-10-12 09:27:42 -0700933 }
934
Jesse Barnesee7b9f92012-04-20 17:11:53 +0100935 reg = intel_crtc->pch_pll->pll_reg;
Jesse Barnes040484a2011-01-03 12:14:26 -0800936 val = I915_READ(reg);
937 cur_state = !!(val & DPLL_VCO_ENABLE);
938 WARN(cur_state != state,
939 "PCH PLL state assertion failure (expected %s, current %s)\n",
940 state_string(state), state_string(cur_state));
941}
942#define assert_pch_pll_enabled(d, p) assert_pch_pll(d, p, true)
943#define assert_pch_pll_disabled(d, p) assert_pch_pll(d, p, false)
944
945static void assert_fdi_tx(struct drm_i915_private *dev_priv,
946 enum pipe pipe, bool state)
947{
948 int reg;
949 u32 val;
950 bool cur_state;
951
952 reg = FDI_TX_CTL(pipe);
953 val = I915_READ(reg);
954 cur_state = !!(val & FDI_TX_ENABLE);
955 WARN(cur_state != state,
956 "FDI TX state assertion failure (expected %s, current %s)\n",
957 state_string(state), state_string(cur_state));
958}
959#define assert_fdi_tx_enabled(d, p) assert_fdi_tx(d, p, true)
960#define assert_fdi_tx_disabled(d, p) assert_fdi_tx(d, p, false)
961
962static void assert_fdi_rx(struct drm_i915_private *dev_priv,
963 enum pipe pipe, bool state)
964{
965 int reg;
966 u32 val;
967 bool cur_state;
968
969 reg = FDI_RX_CTL(pipe);
970 val = I915_READ(reg);
971 cur_state = !!(val & FDI_RX_ENABLE);
972 WARN(cur_state != state,
973 "FDI RX state assertion failure (expected %s, current %s)\n",
974 state_string(state), state_string(cur_state));
975}
976#define assert_fdi_rx_enabled(d, p) assert_fdi_rx(d, p, true)
977#define assert_fdi_rx_disabled(d, p) assert_fdi_rx(d, p, false)
978
979static void assert_fdi_tx_pll_enabled(struct drm_i915_private *dev_priv,
980 enum pipe pipe)
981{
982 int reg;
983 u32 val;
984
985 /* ILK FDI PLL is always enabled */
986 if (dev_priv->info->gen == 5)
987 return;
988
989 reg = FDI_TX_CTL(pipe);
990 val = I915_READ(reg);
991 WARN(!(val & FDI_TX_PLL_ENABLE), "FDI TX PLL assertion failure, should be active but is disabled\n");
992}
993
994static void assert_fdi_rx_pll_enabled(struct drm_i915_private *dev_priv,
995 enum pipe pipe)
996{
997 int reg;
998 u32 val;
999
1000 reg = FDI_RX_CTL(pipe);
1001 val = I915_READ(reg);
1002 WARN(!(val & FDI_RX_PLL_ENABLE), "FDI RX PLL assertion failure, should be active but is disabled\n");
1003}
1004
Jesse Barnesea0760c2011-01-04 15:09:32 -08001005static void assert_panel_unlocked(struct drm_i915_private *dev_priv,
1006 enum pipe pipe)
1007{
1008 int pp_reg, lvds_reg;
1009 u32 val;
1010 enum pipe panel_pipe = PIPE_A;
Thomas Jarosch0de3b482011-08-25 15:37:45 +02001011 bool locked = true;
Jesse Barnesea0760c2011-01-04 15:09:32 -08001012
1013 if (HAS_PCH_SPLIT(dev_priv->dev)) {
1014 pp_reg = PCH_PP_CONTROL;
1015 lvds_reg = PCH_LVDS;
1016 } else {
1017 pp_reg = PP_CONTROL;
1018 lvds_reg = LVDS;
1019 }
1020
1021 val = I915_READ(pp_reg);
1022 if (!(val & PANEL_POWER_ON) ||
1023 ((val & PANEL_UNLOCK_REGS) == PANEL_UNLOCK_REGS))
1024 locked = false;
1025
1026 if (I915_READ(lvds_reg) & LVDS_PIPEB_SELECT)
1027 panel_pipe = PIPE_B;
1028
1029 WARN(panel_pipe == pipe && locked,
1030 "panel assertion failure, pipe %c regs locked\n",
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08001031 pipe_name(pipe));
Jesse Barnesea0760c2011-01-04 15:09:32 -08001032}
1033
Jesse Barnesb840d907f2011-12-13 13:19:38 -08001034void assert_pipe(struct drm_i915_private *dev_priv,
1035 enum pipe pipe, bool state)
Jesse Barnesb24e7172011-01-04 15:09:30 -08001036{
1037 int reg;
1038 u32 val;
Jesse Barnes63d7bbe2011-01-04 15:09:33 -08001039 bool cur_state;
Jesse Barnesb24e7172011-01-04 15:09:30 -08001040
Daniel Vetter8e636782012-01-22 01:36:48 +01001041 /* if we need the pipe A quirk it must be always on */
1042 if (pipe == PIPE_A && dev_priv->quirks & QUIRK_PIPEA_FORCE)
1043 state = true;
1044
Jesse Barnesb24e7172011-01-04 15:09:30 -08001045 reg = PIPECONF(pipe);
1046 val = I915_READ(reg);
Jesse Barnes63d7bbe2011-01-04 15:09:33 -08001047 cur_state = !!(val & PIPECONF_ENABLE);
1048 WARN(cur_state != state,
1049 "pipe %c assertion failure (expected %s, current %s)\n",
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08001050 pipe_name(pipe), state_string(state), state_string(cur_state));
Jesse Barnesb24e7172011-01-04 15:09:30 -08001051}
1052
Chris Wilson931872f2012-01-16 23:01:13 +00001053static void assert_plane(struct drm_i915_private *dev_priv,
1054 enum plane plane, bool state)
Jesse Barnesb24e7172011-01-04 15:09:30 -08001055{
1056 int reg;
1057 u32 val;
Chris Wilson931872f2012-01-16 23:01:13 +00001058 bool cur_state;
Jesse Barnesb24e7172011-01-04 15:09:30 -08001059
1060 reg = DSPCNTR(plane);
1061 val = I915_READ(reg);
Chris Wilson931872f2012-01-16 23:01:13 +00001062 cur_state = !!(val & DISPLAY_PLANE_ENABLE);
1063 WARN(cur_state != state,
1064 "plane %c assertion failure (expected %s, current %s)\n",
1065 plane_name(plane), state_string(state), state_string(cur_state));
Jesse Barnesb24e7172011-01-04 15:09:30 -08001066}
1067
Chris Wilson931872f2012-01-16 23:01:13 +00001068#define assert_plane_enabled(d, p) assert_plane(d, p, true)
1069#define assert_plane_disabled(d, p) assert_plane(d, p, false)
1070
Jesse Barnesb24e7172011-01-04 15:09:30 -08001071static void assert_planes_disabled(struct drm_i915_private *dev_priv,
1072 enum pipe pipe)
1073{
1074 int reg, i;
1075 u32 val;
1076 int cur_pipe;
1077
Jesse Barnes19ec1352011-02-02 12:28:02 -08001078 /* Planes are fixed to pipes on ILK+ */
Adam Jackson28c057942011-10-07 14:38:42 -04001079 if (HAS_PCH_SPLIT(dev_priv->dev)) {
1080 reg = DSPCNTR(pipe);
1081 val = I915_READ(reg);
1082 WARN((val & DISPLAY_PLANE_ENABLE),
1083 "plane %c assertion failure, should be disabled but not\n",
1084 plane_name(pipe));
Jesse Barnes19ec1352011-02-02 12:28:02 -08001085 return;
Adam Jackson28c057942011-10-07 14:38:42 -04001086 }
Jesse Barnes19ec1352011-02-02 12:28:02 -08001087
Jesse Barnesb24e7172011-01-04 15:09:30 -08001088 /* Need to check both planes against the pipe */
1089 for (i = 0; i < 2; i++) {
1090 reg = DSPCNTR(i);
1091 val = I915_READ(reg);
1092 cur_pipe = (val & DISPPLANE_SEL_PIPE_MASK) >>
1093 DISPPLANE_SEL_PIPE_SHIFT;
1094 WARN((val & DISPLAY_PLANE_ENABLE) && pipe == cur_pipe,
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08001095 "plane %c assertion failure, should be off on pipe %c but is still active\n",
1096 plane_name(i), pipe_name(pipe));
Jesse Barnesb24e7172011-01-04 15:09:30 -08001097 }
1098}
1099
Jesse Barnes92f25842011-01-04 15:09:34 -08001100static void assert_pch_refclk_enabled(struct drm_i915_private *dev_priv)
1101{
1102 u32 val;
1103 bool enabled;
1104
1105 val = I915_READ(PCH_DREF_CONTROL);
1106 enabled = !!(val & (DREF_SSC_SOURCE_MASK | DREF_NONSPREAD_SOURCE_MASK |
1107 DREF_SUPERSPREAD_SOURCE_MASK));
1108 WARN(!enabled, "PCH refclk assertion failure, should be active but is disabled\n");
1109}
1110
1111static void assert_transcoder_disabled(struct drm_i915_private *dev_priv,
1112 enum pipe pipe)
1113{
1114 int reg;
1115 u32 val;
1116 bool enabled;
1117
1118 reg = TRANSCONF(pipe);
1119 val = I915_READ(reg);
1120 enabled = !!(val & TRANS_ENABLE);
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08001121 WARN(enabled,
1122 "transcoder assertion failed, should be off on pipe %c but is still active\n",
1123 pipe_name(pipe));
Jesse Barnes92f25842011-01-04 15:09:34 -08001124}
1125
Keith Packard4e634382011-08-06 10:39:45 -07001126static bool dp_pipe_enabled(struct drm_i915_private *dev_priv,
1127 enum pipe pipe, u32 port_sel, u32 val)
Keith Packardf0575e92011-07-25 22:12:43 -07001128{
1129 if ((val & DP_PORT_EN) == 0)
1130 return false;
1131
1132 if (HAS_PCH_CPT(dev_priv->dev)) {
1133 u32 trans_dp_ctl_reg = TRANS_DP_CTL(pipe);
1134 u32 trans_dp_ctl = I915_READ(trans_dp_ctl_reg);
1135 if ((trans_dp_ctl & TRANS_DP_PORT_SEL_MASK) != port_sel)
1136 return false;
1137 } else {
1138 if ((val & DP_PIPE_MASK) != (pipe << 30))
1139 return false;
1140 }
1141 return true;
1142}
1143
Keith Packard1519b992011-08-06 10:35:34 -07001144static bool hdmi_pipe_enabled(struct drm_i915_private *dev_priv,
1145 enum pipe pipe, u32 val)
1146{
1147 if ((val & PORT_ENABLE) == 0)
1148 return false;
1149
1150 if (HAS_PCH_CPT(dev_priv->dev)) {
1151 if ((val & PORT_TRANS_SEL_MASK) != PORT_TRANS_SEL_CPT(pipe))
1152 return false;
1153 } else {
1154 if ((val & TRANSCODER_MASK) != TRANSCODER(pipe))
1155 return false;
1156 }
1157 return true;
1158}
1159
1160static bool lvds_pipe_enabled(struct drm_i915_private *dev_priv,
1161 enum pipe pipe, u32 val)
1162{
1163 if ((val & LVDS_PORT_EN) == 0)
1164 return false;
1165
1166 if (HAS_PCH_CPT(dev_priv->dev)) {
1167 if ((val & PORT_TRANS_SEL_MASK) != PORT_TRANS_SEL_CPT(pipe))
1168 return false;
1169 } else {
1170 if ((val & LVDS_PIPE_MASK) != LVDS_PIPE(pipe))
1171 return false;
1172 }
1173 return true;
1174}
1175
1176static bool adpa_pipe_enabled(struct drm_i915_private *dev_priv,
1177 enum pipe pipe, u32 val)
1178{
1179 if ((val & ADPA_DAC_ENABLE) == 0)
1180 return false;
1181 if (HAS_PCH_CPT(dev_priv->dev)) {
1182 if ((val & PORT_TRANS_SEL_MASK) != PORT_TRANS_SEL_CPT(pipe))
1183 return false;
1184 } else {
1185 if ((val & ADPA_PIPE_SELECT_MASK) != ADPA_PIPE_SELECT(pipe))
1186 return false;
1187 }
1188 return true;
1189}
1190
Jesse Barnes291906f2011-02-02 12:28:03 -08001191static void assert_pch_dp_disabled(struct drm_i915_private *dev_priv,
Keith Packardf0575e92011-07-25 22:12:43 -07001192 enum pipe pipe, int reg, u32 port_sel)
Jesse Barnes291906f2011-02-02 12:28:03 -08001193{
Jesse Barnes47a05ec2011-02-07 13:46:40 -08001194 u32 val = I915_READ(reg);
Keith Packard4e634382011-08-06 10:39:45 -07001195 WARN(dp_pipe_enabled(dev_priv, pipe, port_sel, val),
Jesse Barnes291906f2011-02-02 12:28:03 -08001196 "PCH DP (0x%08x) enabled on transcoder %c, should be disabled\n",
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08001197 reg, pipe_name(pipe));
Jesse Barnes291906f2011-02-02 12:28:03 -08001198}
1199
1200static void assert_pch_hdmi_disabled(struct drm_i915_private *dev_priv,
1201 enum pipe pipe, int reg)
1202{
Jesse Barnes47a05ec2011-02-07 13:46:40 -08001203 u32 val = I915_READ(reg);
Keith Packard1519b992011-08-06 10:35:34 -07001204 WARN(hdmi_pipe_enabled(dev_priv, val, pipe),
Adam Jackson23c99e72011-10-07 14:38:43 -04001205 "PCH HDMI (0x%08x) enabled on transcoder %c, should be disabled\n",
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08001206 reg, pipe_name(pipe));
Jesse Barnes291906f2011-02-02 12:28:03 -08001207}
1208
1209static void assert_pch_ports_disabled(struct drm_i915_private *dev_priv,
1210 enum pipe pipe)
1211{
1212 int reg;
1213 u32 val;
Jesse Barnes291906f2011-02-02 12:28:03 -08001214
Keith Packardf0575e92011-07-25 22:12:43 -07001215 assert_pch_dp_disabled(dev_priv, pipe, PCH_DP_B, TRANS_DP_PORT_SEL_B);
1216 assert_pch_dp_disabled(dev_priv, pipe, PCH_DP_C, TRANS_DP_PORT_SEL_C);
1217 assert_pch_dp_disabled(dev_priv, pipe, PCH_DP_D, TRANS_DP_PORT_SEL_D);
Jesse Barnes291906f2011-02-02 12:28:03 -08001218
1219 reg = PCH_ADPA;
1220 val = I915_READ(reg);
Keith Packard1519b992011-08-06 10:35:34 -07001221 WARN(adpa_pipe_enabled(dev_priv, val, pipe),
Jesse Barnes291906f2011-02-02 12:28:03 -08001222 "PCH VGA enabled on transcoder %c, should be disabled\n",
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08001223 pipe_name(pipe));
Jesse Barnes291906f2011-02-02 12:28:03 -08001224
1225 reg = PCH_LVDS;
1226 val = I915_READ(reg);
Keith Packard1519b992011-08-06 10:35:34 -07001227 WARN(lvds_pipe_enabled(dev_priv, val, pipe),
Jesse Barnes291906f2011-02-02 12:28:03 -08001228 "PCH LVDS enabled on transcoder %c, should be disabled\n",
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08001229 pipe_name(pipe));
Jesse Barnes291906f2011-02-02 12:28:03 -08001230
1231 assert_pch_hdmi_disabled(dev_priv, pipe, HDMIB);
1232 assert_pch_hdmi_disabled(dev_priv, pipe, HDMIC);
1233 assert_pch_hdmi_disabled(dev_priv, pipe, HDMID);
1234}
1235
Jesse Barnesb24e7172011-01-04 15:09:30 -08001236/**
Jesse Barnes63d7bbe2011-01-04 15:09:33 -08001237 * intel_enable_pll - enable a PLL
1238 * @dev_priv: i915 private structure
1239 * @pipe: pipe PLL to enable
1240 *
1241 * Enable @pipe's PLL so we can start pumping pixels from a plane. Check to
1242 * make sure the PLL reg is writable first though, since the panel write
1243 * protect mechanism may be enabled.
1244 *
1245 * Note! This is for pre-ILK only.
1246 */
1247static void intel_enable_pll(struct drm_i915_private *dev_priv, enum pipe pipe)
1248{
1249 int reg;
1250 u32 val;
1251
1252 /* No really, not for ILK+ */
1253 BUG_ON(dev_priv->info->gen >= 5);
1254
1255 /* PLL is protected by panel, make sure we can write it */
1256 if (IS_MOBILE(dev_priv->dev) && !IS_I830(dev_priv->dev))
1257 assert_panel_unlocked(dev_priv, pipe);
1258
1259 reg = DPLL(pipe);
1260 val = I915_READ(reg);
1261 val |= DPLL_VCO_ENABLE;
1262
1263 /* We do this three times for luck */
1264 I915_WRITE(reg, val);
1265 POSTING_READ(reg);
1266 udelay(150); /* wait for warmup */
1267 I915_WRITE(reg, val);
1268 POSTING_READ(reg);
1269 udelay(150); /* wait for warmup */
1270 I915_WRITE(reg, val);
1271 POSTING_READ(reg);
1272 udelay(150); /* wait for warmup */
1273}
1274
1275/**
1276 * intel_disable_pll - disable a PLL
1277 * @dev_priv: i915 private structure
1278 * @pipe: pipe PLL to disable
1279 *
1280 * Disable the PLL for @pipe, making sure the pipe is off first.
1281 *
1282 * Note! This is for pre-ILK only.
1283 */
1284static void intel_disable_pll(struct drm_i915_private *dev_priv, enum pipe pipe)
1285{
1286 int reg;
1287 u32 val;
1288
1289 /* Don't disable pipe A or pipe A PLLs if needed */
1290 if (pipe == PIPE_A && (dev_priv->quirks & QUIRK_PIPEA_FORCE))
1291 return;
1292
1293 /* Make sure the pipe isn't still relying on us */
1294 assert_pipe_disabled(dev_priv, pipe);
1295
1296 reg = DPLL(pipe);
1297 val = I915_READ(reg);
1298 val &= ~DPLL_VCO_ENABLE;
1299 I915_WRITE(reg, val);
1300 POSTING_READ(reg);
1301}
1302
1303/**
Jesse Barnes92f25842011-01-04 15:09:34 -08001304 * intel_enable_pch_pll - enable PCH PLL
1305 * @dev_priv: i915 private structure
1306 * @pipe: pipe PLL to enable
1307 *
1308 * The PCH PLL needs to be enabled before the PCH transcoder, since it
1309 * drives the transcoder clock.
1310 */
Jesse Barnesee7b9f92012-04-20 17:11:53 +01001311static void intel_enable_pch_pll(struct intel_crtc *intel_crtc)
Jesse Barnes92f25842011-01-04 15:09:34 -08001312{
Jesse Barnesee7b9f92012-04-20 17:11:53 +01001313 struct drm_i915_private *dev_priv = intel_crtc->base.dev->dev_private;
1314 struct intel_pch_pll *pll = intel_crtc->pch_pll;
Jesse Barnes92f25842011-01-04 15:09:34 -08001315 int reg;
1316 u32 val;
1317
1318 /* PCH only available on ILK+ */
1319 BUG_ON(dev_priv->info->gen < 5);
Jesse Barnesee7b9f92012-04-20 17:11:53 +01001320 BUG_ON(pll == NULL);
1321 BUG_ON(pll->refcount == 0);
1322
1323 DRM_DEBUG_KMS("enable PCH PLL %x (active %d, on? %d)for crtc %d\n",
1324 pll->pll_reg, pll->active, pll->on,
1325 intel_crtc->base.base.id);
Jesse Barnes92f25842011-01-04 15:09:34 -08001326
1327 /* PCH refclock must be enabled first */
1328 assert_pch_refclk_enabled(dev_priv);
1329
Jesse Barnesee7b9f92012-04-20 17:11:53 +01001330 if (pll->active++ && pll->on) {
1331 assert_pch_pll_enabled(dev_priv, intel_crtc);
1332 return;
1333 }
1334
1335 DRM_DEBUG_KMS("enabling PCH PLL %x\n", pll->pll_reg);
1336
1337 reg = pll->pll_reg;
Jesse Barnes92f25842011-01-04 15:09:34 -08001338 val = I915_READ(reg);
1339 val |= DPLL_VCO_ENABLE;
1340 I915_WRITE(reg, val);
1341 POSTING_READ(reg);
1342 udelay(200);
Jesse Barnesee7b9f92012-04-20 17:11:53 +01001343
1344 pll->on = true;
Jesse Barnes92f25842011-01-04 15:09:34 -08001345}
1346
Jesse Barnesee7b9f92012-04-20 17:11:53 +01001347static void intel_disable_pch_pll(struct intel_crtc *intel_crtc)
Jesse Barnes92f25842011-01-04 15:09:34 -08001348{
Jesse Barnesee7b9f92012-04-20 17:11:53 +01001349 struct drm_i915_private *dev_priv = intel_crtc->base.dev->dev_private;
1350 struct intel_pch_pll *pll = intel_crtc->pch_pll;
Jesse Barnes92f25842011-01-04 15:09:34 -08001351 int reg;
Jesse Barnesee7b9f92012-04-20 17:11:53 +01001352 u32 val;
Jesse Barnes4c609cb2011-09-02 12:52:11 -07001353
Jesse Barnes92f25842011-01-04 15:09:34 -08001354 /* PCH only available on ILK+ */
1355 BUG_ON(dev_priv->info->gen < 5);
Jesse Barnesee7b9f92012-04-20 17:11:53 +01001356 if (pll == NULL)
1357 return;
1358
1359 BUG_ON(pll->refcount == 0);
1360
1361 DRM_DEBUG_KMS("disable PCH PLL %x (active %d, on? %d) for crtc %d\n",
1362 pll->pll_reg, pll->active, pll->on,
1363 intel_crtc->base.base.id);
1364
1365 BUG_ON(pll->active == 0);
1366 if (--pll->active) {
1367 assert_pch_pll_enabled(dev_priv, intel_crtc);
1368 return;
1369 }
1370
1371 DRM_DEBUG_KMS("disabling PCH PLL %x\n", pll->pll_reg);
Jesse Barnes92f25842011-01-04 15:09:34 -08001372
1373 /* Make sure transcoder isn't still depending on us */
Jesse Barnesee7b9f92012-04-20 17:11:53 +01001374 assert_transcoder_disabled(dev_priv, intel_crtc->pipe);
Jesse Barnes92f25842011-01-04 15:09:34 -08001375
Jesse Barnesee7b9f92012-04-20 17:11:53 +01001376 reg = pll->pll_reg;
Jesse Barnes92f25842011-01-04 15:09:34 -08001377 val = I915_READ(reg);
1378 val &= ~DPLL_VCO_ENABLE;
1379 I915_WRITE(reg, val);
1380 POSTING_READ(reg);
1381 udelay(200);
Jesse Barnesee7b9f92012-04-20 17:11:53 +01001382
1383 pll->on = false;
Jesse Barnes92f25842011-01-04 15:09:34 -08001384}
1385
Jesse Barnes040484a2011-01-03 12:14:26 -08001386static void intel_enable_transcoder(struct drm_i915_private *dev_priv,
1387 enum pipe pipe)
1388{
1389 int reg;
Paulo Zanoni5f7f7262012-02-03 17:47:15 -02001390 u32 val, pipeconf_val;
Paulo Zanoni7c26e5c2012-02-14 17:07:09 -02001391 struct drm_crtc *crtc = dev_priv->pipe_to_crtc_mapping[pipe];
Jesse Barnes040484a2011-01-03 12:14:26 -08001392
1393 /* PCH only available on ILK+ */
1394 BUG_ON(dev_priv->info->gen < 5);
1395
1396 /* Make sure PCH DPLL is enabled */
Jesse Barnesee7b9f92012-04-20 17:11:53 +01001397 assert_pch_pll_enabled(dev_priv, to_intel_crtc(crtc));
Jesse Barnes040484a2011-01-03 12:14:26 -08001398
1399 /* FDI must be feeding us bits for PCH ports */
1400 assert_fdi_tx_enabled(dev_priv, pipe);
1401 assert_fdi_rx_enabled(dev_priv, pipe);
1402
1403 reg = TRANSCONF(pipe);
1404 val = I915_READ(reg);
Paulo Zanoni5f7f7262012-02-03 17:47:15 -02001405 pipeconf_val = I915_READ(PIPECONF(pipe));
Jesse Barnese9bcff52011-06-24 12:19:20 -07001406
1407 if (HAS_PCH_IBX(dev_priv->dev)) {
1408 /*
1409 * make the BPC in transcoder be consistent with
1410 * that in pipeconf reg.
1411 */
1412 val &= ~PIPE_BPC_MASK;
Paulo Zanoni5f7f7262012-02-03 17:47:15 -02001413 val |= pipeconf_val & PIPE_BPC_MASK;
Jesse Barnese9bcff52011-06-24 12:19:20 -07001414 }
Paulo Zanoni5f7f7262012-02-03 17:47:15 -02001415
1416 val &= ~TRANS_INTERLACE_MASK;
1417 if ((pipeconf_val & PIPECONF_INTERLACE_MASK) == PIPECONF_INTERLACED_ILK)
Paulo Zanoni7c26e5c2012-02-14 17:07:09 -02001418 if (HAS_PCH_IBX(dev_priv->dev) &&
1419 intel_pipe_has_type(crtc, INTEL_OUTPUT_SDVO))
1420 val |= TRANS_LEGACY_INTERLACED_ILK;
1421 else
1422 val |= TRANS_INTERLACED;
Paulo Zanoni5f7f7262012-02-03 17:47:15 -02001423 else
1424 val |= TRANS_PROGRESSIVE;
1425
Jesse Barnes040484a2011-01-03 12:14:26 -08001426 I915_WRITE(reg, val | TRANS_ENABLE);
1427 if (wait_for(I915_READ(reg) & TRANS_STATE_ENABLE, 100))
1428 DRM_ERROR("failed to enable transcoder %d\n", pipe);
1429}
1430
1431static void intel_disable_transcoder(struct drm_i915_private *dev_priv,
1432 enum pipe pipe)
1433{
1434 int reg;
1435 u32 val;
1436
1437 /* FDI relies on the transcoder */
1438 assert_fdi_tx_disabled(dev_priv, pipe);
1439 assert_fdi_rx_disabled(dev_priv, pipe);
1440
Jesse Barnes291906f2011-02-02 12:28:03 -08001441 /* Ports must be off as well */
1442 assert_pch_ports_disabled(dev_priv, pipe);
1443
Jesse Barnes040484a2011-01-03 12:14:26 -08001444 reg = TRANSCONF(pipe);
1445 val = I915_READ(reg);
1446 val &= ~TRANS_ENABLE;
1447 I915_WRITE(reg, val);
1448 /* wait for PCH transcoder off, transcoder state */
1449 if (wait_for((I915_READ(reg) & TRANS_STATE_ENABLE) == 0, 50))
Jesse Barnes4c9c18c2011-10-13 09:46:32 -07001450 DRM_ERROR("failed to disable transcoder %d\n", pipe);
Jesse Barnes040484a2011-01-03 12:14:26 -08001451}
1452
Jesse Barnes92f25842011-01-04 15:09:34 -08001453/**
Chris Wilson309cfea2011-01-28 13:54:53 +00001454 * intel_enable_pipe - enable a pipe, asserting requirements
Jesse Barnesb24e7172011-01-04 15:09:30 -08001455 * @dev_priv: i915 private structure
1456 * @pipe: pipe to enable
Jesse Barnes040484a2011-01-03 12:14:26 -08001457 * @pch_port: on ILK+, is this pipe driving a PCH port or not
Jesse Barnesb24e7172011-01-04 15:09:30 -08001458 *
1459 * Enable @pipe, making sure that various hardware specific requirements
1460 * are met, if applicable, e.g. PLL enabled, LVDS pairs enabled, etc.
1461 *
1462 * @pipe should be %PIPE_A or %PIPE_B.
1463 *
1464 * Will wait until the pipe is actually running (i.e. first vblank) before
1465 * returning.
1466 */
Jesse Barnes040484a2011-01-03 12:14:26 -08001467static void intel_enable_pipe(struct drm_i915_private *dev_priv, enum pipe pipe,
1468 bool pch_port)
Jesse Barnesb24e7172011-01-04 15:09:30 -08001469{
1470 int reg;
1471 u32 val;
1472
1473 /*
1474 * A pipe without a PLL won't actually be able to drive bits from
1475 * a plane. On ILK+ the pipe PLLs are integrated, so we don't
1476 * need the check.
1477 */
1478 if (!HAS_PCH_SPLIT(dev_priv->dev))
1479 assert_pll_enabled(dev_priv, pipe);
Jesse Barnes040484a2011-01-03 12:14:26 -08001480 else {
1481 if (pch_port) {
1482 /* if driving the PCH, we need FDI enabled */
1483 assert_fdi_rx_pll_enabled(dev_priv, pipe);
1484 assert_fdi_tx_pll_enabled(dev_priv, pipe);
1485 }
1486 /* FIXME: assert CPU port conditions for SNB+ */
1487 }
Jesse Barnesb24e7172011-01-04 15:09:30 -08001488
1489 reg = PIPECONF(pipe);
1490 val = I915_READ(reg);
Chris Wilson00d70b12011-03-17 07:18:29 +00001491 if (val & PIPECONF_ENABLE)
1492 return;
1493
1494 I915_WRITE(reg, val | PIPECONF_ENABLE);
Jesse Barnesb24e7172011-01-04 15:09:30 -08001495 intel_wait_for_vblank(dev_priv->dev, pipe);
1496}
1497
1498/**
Chris Wilson309cfea2011-01-28 13:54:53 +00001499 * intel_disable_pipe - disable a pipe, asserting requirements
Jesse Barnesb24e7172011-01-04 15:09:30 -08001500 * @dev_priv: i915 private structure
1501 * @pipe: pipe to disable
1502 *
1503 * Disable @pipe, making sure that various hardware specific requirements
1504 * are met, if applicable, e.g. plane disabled, panel fitter off, etc.
1505 *
1506 * @pipe should be %PIPE_A or %PIPE_B.
1507 *
1508 * Will wait until the pipe has shut down before returning.
1509 */
1510static void intel_disable_pipe(struct drm_i915_private *dev_priv,
1511 enum pipe pipe)
1512{
1513 int reg;
1514 u32 val;
1515
1516 /*
1517 * Make sure planes won't keep trying to pump pixels to us,
1518 * or we might hang the display.
1519 */
1520 assert_planes_disabled(dev_priv, pipe);
1521
1522 /* Don't disable pipe A or pipe A PLLs if needed */
1523 if (pipe == PIPE_A && (dev_priv->quirks & QUIRK_PIPEA_FORCE))
1524 return;
1525
1526 reg = PIPECONF(pipe);
1527 val = I915_READ(reg);
Chris Wilson00d70b12011-03-17 07:18:29 +00001528 if ((val & PIPECONF_ENABLE) == 0)
1529 return;
1530
1531 I915_WRITE(reg, val & ~PIPECONF_ENABLE);
Jesse Barnesb24e7172011-01-04 15:09:30 -08001532 intel_wait_for_pipe_off(dev_priv->dev, pipe);
1533}
1534
Keith Packardd74362c2011-07-28 14:47:14 -07001535/*
1536 * Plane regs are double buffered, going from enabled->disabled needs a
1537 * trigger in order to latch. The display address reg provides this.
1538 */
Eugeni Dodonov6f1d69b2012-04-18 15:29:25 -03001539void intel_flush_display_plane(struct drm_i915_private *dev_priv,
Keith Packardd74362c2011-07-28 14:47:14 -07001540 enum plane plane)
1541{
1542 I915_WRITE(DSPADDR(plane), I915_READ(DSPADDR(plane)));
1543 I915_WRITE(DSPSURF(plane), I915_READ(DSPSURF(plane)));
1544}
1545
Jesse Barnesb24e7172011-01-04 15:09:30 -08001546/**
1547 * intel_enable_plane - enable a display plane on a given pipe
1548 * @dev_priv: i915 private structure
1549 * @plane: plane to enable
1550 * @pipe: pipe being fed
1551 *
1552 * Enable @plane on @pipe, making sure that @pipe is running first.
1553 */
1554static void intel_enable_plane(struct drm_i915_private *dev_priv,
1555 enum plane plane, enum pipe pipe)
1556{
1557 int reg;
1558 u32 val;
1559
1560 /* If the pipe isn't enabled, we can't pump pixels and may hang */
1561 assert_pipe_enabled(dev_priv, pipe);
1562
1563 reg = DSPCNTR(plane);
1564 val = I915_READ(reg);
Chris Wilson00d70b12011-03-17 07:18:29 +00001565 if (val & DISPLAY_PLANE_ENABLE)
1566 return;
1567
1568 I915_WRITE(reg, val | DISPLAY_PLANE_ENABLE);
Keith Packardd74362c2011-07-28 14:47:14 -07001569 intel_flush_display_plane(dev_priv, plane);
Jesse Barnesb24e7172011-01-04 15:09:30 -08001570 intel_wait_for_vblank(dev_priv->dev, pipe);
1571}
1572
Jesse Barnesb24e7172011-01-04 15:09:30 -08001573/**
1574 * intel_disable_plane - disable a display plane
1575 * @dev_priv: i915 private structure
1576 * @plane: plane to disable
1577 * @pipe: pipe consuming the data
1578 *
1579 * Disable @plane; should be an independent operation.
1580 */
1581static void intel_disable_plane(struct drm_i915_private *dev_priv,
1582 enum plane plane, enum pipe pipe)
1583{
1584 int reg;
1585 u32 val;
1586
1587 reg = DSPCNTR(plane);
1588 val = I915_READ(reg);
Chris Wilson00d70b12011-03-17 07:18:29 +00001589 if ((val & DISPLAY_PLANE_ENABLE) == 0)
1590 return;
1591
1592 I915_WRITE(reg, val & ~DISPLAY_PLANE_ENABLE);
Jesse Barnesb24e7172011-01-04 15:09:30 -08001593 intel_flush_display_plane(dev_priv, plane);
1594 intel_wait_for_vblank(dev_priv->dev, pipe);
1595}
1596
Jesse Barnes47a05ec2011-02-07 13:46:40 -08001597static void disable_pch_dp(struct drm_i915_private *dev_priv,
Keith Packardf0575e92011-07-25 22:12:43 -07001598 enum pipe pipe, int reg, u32 port_sel)
Jesse Barnes47a05ec2011-02-07 13:46:40 -08001599{
1600 u32 val = I915_READ(reg);
Keith Packard4e634382011-08-06 10:39:45 -07001601 if (dp_pipe_enabled(dev_priv, pipe, port_sel, val)) {
Keith Packardf0575e92011-07-25 22:12:43 -07001602 DRM_DEBUG_KMS("Disabling pch dp %x on pipe %d\n", reg, pipe);
Jesse Barnes47a05ec2011-02-07 13:46:40 -08001603 I915_WRITE(reg, val & ~DP_PORT_EN);
Keith Packardf0575e92011-07-25 22:12:43 -07001604 }
Jesse Barnes47a05ec2011-02-07 13:46:40 -08001605}
1606
1607static void disable_pch_hdmi(struct drm_i915_private *dev_priv,
1608 enum pipe pipe, int reg)
1609{
1610 u32 val = I915_READ(reg);
Keith Packard1519b992011-08-06 10:35:34 -07001611 if (hdmi_pipe_enabled(dev_priv, val, pipe)) {
Keith Packardf0575e92011-07-25 22:12:43 -07001612 DRM_DEBUG_KMS("Disabling pch HDMI %x on pipe %d\n",
1613 reg, pipe);
Jesse Barnes47a05ec2011-02-07 13:46:40 -08001614 I915_WRITE(reg, val & ~PORT_ENABLE);
Keith Packardf0575e92011-07-25 22:12:43 -07001615 }
Jesse Barnes47a05ec2011-02-07 13:46:40 -08001616}
1617
1618/* Disable any ports connected to this transcoder */
1619static void intel_disable_pch_ports(struct drm_i915_private *dev_priv,
1620 enum pipe pipe)
1621{
1622 u32 reg, val;
1623
1624 val = I915_READ(PCH_PP_CONTROL);
1625 I915_WRITE(PCH_PP_CONTROL, val | PANEL_UNLOCK_REGS);
1626
Keith Packardf0575e92011-07-25 22:12:43 -07001627 disable_pch_dp(dev_priv, pipe, PCH_DP_B, TRANS_DP_PORT_SEL_B);
1628 disable_pch_dp(dev_priv, pipe, PCH_DP_C, TRANS_DP_PORT_SEL_C);
1629 disable_pch_dp(dev_priv, pipe, PCH_DP_D, TRANS_DP_PORT_SEL_D);
Jesse Barnes47a05ec2011-02-07 13:46:40 -08001630
1631 reg = PCH_ADPA;
1632 val = I915_READ(reg);
Keith Packard1519b992011-08-06 10:35:34 -07001633 if (adpa_pipe_enabled(dev_priv, val, pipe))
Jesse Barnes47a05ec2011-02-07 13:46:40 -08001634 I915_WRITE(reg, val & ~ADPA_DAC_ENABLE);
1635
1636 reg = PCH_LVDS;
1637 val = I915_READ(reg);
Keith Packard1519b992011-08-06 10:35:34 -07001638 if (lvds_pipe_enabled(dev_priv, val, pipe)) {
1639 DRM_DEBUG_KMS("disable lvds on pipe %d val 0x%08x\n", pipe, val);
Jesse Barnes47a05ec2011-02-07 13:46:40 -08001640 I915_WRITE(reg, val & ~LVDS_PORT_EN);
1641 POSTING_READ(reg);
1642 udelay(100);
1643 }
1644
1645 disable_pch_hdmi(dev_priv, pipe, HDMIB);
1646 disable_pch_hdmi(dev_priv, pipe, HDMIC);
1647 disable_pch_hdmi(dev_priv, pipe, HDMID);
1648}
1649
Chris Wilson127bd2a2010-07-23 23:32:05 +01001650int
Chris Wilson48b956c2010-09-14 12:50:34 +01001651intel_pin_and_fence_fb_obj(struct drm_device *dev,
Chris Wilson05394f32010-11-08 19:18:58 +00001652 struct drm_i915_gem_object *obj,
Chris Wilson919926a2010-11-12 13:42:53 +00001653 struct intel_ring_buffer *pipelined)
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05001654{
Chris Wilsonce453d82011-02-21 14:43:56 +00001655 struct drm_i915_private *dev_priv = dev->dev_private;
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05001656 u32 alignment;
1657 int ret;
1658
Chris Wilson05394f32010-11-08 19:18:58 +00001659 switch (obj->tiling_mode) {
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05001660 case I915_TILING_NONE:
Chris Wilson534843d2010-07-05 18:01:46 +01001661 if (IS_BROADWATER(dev) || IS_CRESTLINE(dev))
1662 alignment = 128 * 1024;
Chris Wilsona6c45cf2010-09-17 00:32:17 +01001663 else if (INTEL_INFO(dev)->gen >= 4)
Chris Wilson534843d2010-07-05 18:01:46 +01001664 alignment = 4 * 1024;
1665 else
1666 alignment = 64 * 1024;
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05001667 break;
1668 case I915_TILING_X:
1669 /* pin() will align the object as required by fence */
1670 alignment = 0;
1671 break;
1672 case I915_TILING_Y:
1673 /* FIXME: Is this true? */
1674 DRM_ERROR("Y tiled not allowed for scan out buffers\n");
1675 return -EINVAL;
1676 default:
1677 BUG();
1678 }
1679
Chris Wilsonce453d82011-02-21 14:43:56 +00001680 dev_priv->mm.interruptible = false;
Chris Wilson2da3b9b2011-04-14 09:41:17 +01001681 ret = i915_gem_object_pin_to_display_plane(obj, alignment, pipelined);
Chris Wilson48b956c2010-09-14 12:50:34 +01001682 if (ret)
Chris Wilsonce453d82011-02-21 14:43:56 +00001683 goto err_interruptible;
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05001684
1685 /* Install a fence for tiled scan-out. Pre-i965 always needs a
1686 * fence, whereas 965+ only requires a fence if using
1687 * framebuffer compression. For simplicity, we always install
1688 * a fence as the cost is not that onerous.
1689 */
Chris Wilson06d98132012-04-17 15:31:24 +01001690 ret = i915_gem_object_get_fence(obj);
Chris Wilson9a5a53b2012-03-22 15:10:00 +00001691 if (ret)
1692 goto err_unpin;
Chris Wilson1690e1e2011-12-14 13:57:08 +01001693
Chris Wilson9a5a53b2012-03-22 15:10:00 +00001694 i915_gem_object_pin_fence(obj);
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05001695
Chris Wilsonce453d82011-02-21 14:43:56 +00001696 dev_priv->mm.interruptible = true;
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05001697 return 0;
Chris Wilson48b956c2010-09-14 12:50:34 +01001698
1699err_unpin:
1700 i915_gem_object_unpin(obj);
Chris Wilsonce453d82011-02-21 14:43:56 +00001701err_interruptible:
1702 dev_priv->mm.interruptible = true;
Chris Wilson48b956c2010-09-14 12:50:34 +01001703 return ret;
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05001704}
1705
Chris Wilson1690e1e2011-12-14 13:57:08 +01001706void intel_unpin_fb_obj(struct drm_i915_gem_object *obj)
1707{
1708 i915_gem_object_unpin_fence(obj);
1709 i915_gem_object_unpin(obj);
1710}
1711
Jesse Barnes17638cd2011-06-24 12:19:23 -07001712static int i9xx_update_plane(struct drm_crtc *crtc, struct drm_framebuffer *fb,
1713 int x, int y)
Jesse Barnes81255562010-08-02 12:07:50 -07001714{
1715 struct drm_device *dev = crtc->dev;
1716 struct drm_i915_private *dev_priv = dev->dev_private;
1717 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
1718 struct intel_framebuffer *intel_fb;
Chris Wilson05394f32010-11-08 19:18:58 +00001719 struct drm_i915_gem_object *obj;
Jesse Barnes81255562010-08-02 12:07:50 -07001720 int plane = intel_crtc->plane;
1721 unsigned long Start, Offset;
Jesse Barnes81255562010-08-02 12:07:50 -07001722 u32 dspcntr;
Chris Wilson5eddb702010-09-11 13:48:45 +01001723 u32 reg;
Jesse Barnes81255562010-08-02 12:07:50 -07001724
1725 switch (plane) {
1726 case 0:
1727 case 1:
1728 break;
1729 default:
1730 DRM_ERROR("Can't update plane %d in SAREA\n", plane);
1731 return -EINVAL;
1732 }
1733
1734 intel_fb = to_intel_framebuffer(fb);
1735 obj = intel_fb->obj;
Jesse Barnes81255562010-08-02 12:07:50 -07001736
Chris Wilson5eddb702010-09-11 13:48:45 +01001737 reg = DSPCNTR(plane);
1738 dspcntr = I915_READ(reg);
Jesse Barnes81255562010-08-02 12:07:50 -07001739 /* Mask out pixel format bits in case we change it */
1740 dspcntr &= ~DISPPLANE_PIXFORMAT_MASK;
1741 switch (fb->bits_per_pixel) {
1742 case 8:
1743 dspcntr |= DISPPLANE_8BPP;
1744 break;
1745 case 16:
1746 if (fb->depth == 15)
1747 dspcntr |= DISPPLANE_15_16BPP;
1748 else
1749 dspcntr |= DISPPLANE_16BPP;
1750 break;
1751 case 24:
1752 case 32:
1753 dspcntr |= DISPPLANE_32BPP_NO_ALPHA;
1754 break;
1755 default:
Jesse Barnes17638cd2011-06-24 12:19:23 -07001756 DRM_ERROR("Unknown color depth %d\n", fb->bits_per_pixel);
Jesse Barnes81255562010-08-02 12:07:50 -07001757 return -EINVAL;
1758 }
Chris Wilsona6c45cf2010-09-17 00:32:17 +01001759 if (INTEL_INFO(dev)->gen >= 4) {
Chris Wilson05394f32010-11-08 19:18:58 +00001760 if (obj->tiling_mode != I915_TILING_NONE)
Jesse Barnes81255562010-08-02 12:07:50 -07001761 dspcntr |= DISPPLANE_TILED;
1762 else
1763 dspcntr &= ~DISPPLANE_TILED;
1764 }
1765
Chris Wilson5eddb702010-09-11 13:48:45 +01001766 I915_WRITE(reg, dspcntr);
Jesse Barnes81255562010-08-02 12:07:50 -07001767
Chris Wilson05394f32010-11-08 19:18:58 +00001768 Start = obj->gtt_offset;
Ville Syrjälä01f2c772011-12-20 00:06:49 +02001769 Offset = y * fb->pitches[0] + x * (fb->bits_per_pixel / 8);
Jesse Barnes81255562010-08-02 12:07:50 -07001770
Chris Wilson4e6cfef2010-08-08 13:20:19 +01001771 DRM_DEBUG_KMS("Writing base %08lX %08lX %d %d %d\n",
Ville Syrjälä01f2c772011-12-20 00:06:49 +02001772 Start, Offset, x, y, fb->pitches[0]);
1773 I915_WRITE(DSPSTRIDE(plane), fb->pitches[0]);
Chris Wilsona6c45cf2010-09-17 00:32:17 +01001774 if (INTEL_INFO(dev)->gen >= 4) {
Armin Reese446f2542012-03-30 16:20:16 -07001775 I915_MODIFY_DISPBASE(DSPSURF(plane), Start);
Chris Wilson5eddb702010-09-11 13:48:45 +01001776 I915_WRITE(DSPTILEOFF(plane), (y << 16) | x);
1777 I915_WRITE(DSPADDR(plane), Offset);
1778 } else
1779 I915_WRITE(DSPADDR(plane), Start + Offset);
1780 POSTING_READ(reg);
Jesse Barnes81255562010-08-02 12:07:50 -07001781
Jesse Barnes17638cd2011-06-24 12:19:23 -07001782 return 0;
1783}
1784
1785static int ironlake_update_plane(struct drm_crtc *crtc,
1786 struct drm_framebuffer *fb, int x, int y)
1787{
1788 struct drm_device *dev = crtc->dev;
1789 struct drm_i915_private *dev_priv = dev->dev_private;
1790 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
1791 struct intel_framebuffer *intel_fb;
1792 struct drm_i915_gem_object *obj;
1793 int plane = intel_crtc->plane;
1794 unsigned long Start, Offset;
1795 u32 dspcntr;
1796 u32 reg;
1797
1798 switch (plane) {
1799 case 0:
1800 case 1:
Jesse Barnes27f82272011-09-02 12:54:37 -07001801 case 2:
Jesse Barnes17638cd2011-06-24 12:19:23 -07001802 break;
1803 default:
1804 DRM_ERROR("Can't update plane %d in SAREA\n", plane);
1805 return -EINVAL;
1806 }
1807
1808 intel_fb = to_intel_framebuffer(fb);
1809 obj = intel_fb->obj;
1810
1811 reg = DSPCNTR(plane);
1812 dspcntr = I915_READ(reg);
1813 /* Mask out pixel format bits in case we change it */
1814 dspcntr &= ~DISPPLANE_PIXFORMAT_MASK;
1815 switch (fb->bits_per_pixel) {
1816 case 8:
1817 dspcntr |= DISPPLANE_8BPP;
1818 break;
1819 case 16:
1820 if (fb->depth != 16)
1821 return -EINVAL;
1822
1823 dspcntr |= DISPPLANE_16BPP;
1824 break;
1825 case 24:
1826 case 32:
1827 if (fb->depth == 24)
1828 dspcntr |= DISPPLANE_32BPP_NO_ALPHA;
1829 else if (fb->depth == 30)
1830 dspcntr |= DISPPLANE_32BPP_30BIT_NO_ALPHA;
1831 else
1832 return -EINVAL;
1833 break;
1834 default:
1835 DRM_ERROR("Unknown color depth %d\n", fb->bits_per_pixel);
1836 return -EINVAL;
1837 }
1838
1839 if (obj->tiling_mode != I915_TILING_NONE)
1840 dspcntr |= DISPPLANE_TILED;
1841 else
1842 dspcntr &= ~DISPPLANE_TILED;
1843
1844 /* must disable */
1845 dspcntr |= DISPPLANE_TRICKLE_FEED_DISABLE;
1846
1847 I915_WRITE(reg, dspcntr);
1848
1849 Start = obj->gtt_offset;
Ville Syrjälä01f2c772011-12-20 00:06:49 +02001850 Offset = y * fb->pitches[0] + x * (fb->bits_per_pixel / 8);
Jesse Barnes17638cd2011-06-24 12:19:23 -07001851
1852 DRM_DEBUG_KMS("Writing base %08lX %08lX %d %d %d\n",
Ville Syrjälä01f2c772011-12-20 00:06:49 +02001853 Start, Offset, x, y, fb->pitches[0]);
1854 I915_WRITE(DSPSTRIDE(plane), fb->pitches[0]);
Armin Reese446f2542012-03-30 16:20:16 -07001855 I915_MODIFY_DISPBASE(DSPSURF(plane), Start);
Jesse Barnes17638cd2011-06-24 12:19:23 -07001856 I915_WRITE(DSPTILEOFF(plane), (y << 16) | x);
1857 I915_WRITE(DSPADDR(plane), Offset);
1858 POSTING_READ(reg);
1859
1860 return 0;
1861}
1862
1863/* Assume fb object is pinned & idle & fenced and just update base pointers */
1864static int
1865intel_pipe_set_base_atomic(struct drm_crtc *crtc, struct drm_framebuffer *fb,
1866 int x, int y, enum mode_set_atomic state)
1867{
1868 struct drm_device *dev = crtc->dev;
1869 struct drm_i915_private *dev_priv = dev->dev_private;
Jesse Barnes17638cd2011-06-24 12:19:23 -07001870
Chris Wilson6b8e6ed2012-04-17 15:08:19 +01001871 if (dev_priv->display.disable_fbc)
1872 dev_priv->display.disable_fbc(dev);
Daniel Vetter3dec0092010-08-20 21:40:52 +02001873 intel_increase_pllclock(crtc);
Jesse Barnes81255562010-08-02 12:07:50 -07001874
Chris Wilson6b8e6ed2012-04-17 15:08:19 +01001875 return dev_priv->display.update_plane(crtc, fb, x, y);
Jesse Barnes81255562010-08-02 12:07:50 -07001876}
1877
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05001878static int
Chris Wilson14667a42012-04-03 17:58:35 +01001879intel_finish_fb(struct drm_framebuffer *old_fb)
1880{
1881 struct drm_i915_gem_object *obj = to_intel_framebuffer(old_fb)->obj;
1882 struct drm_i915_private *dev_priv = obj->base.dev->dev_private;
1883 bool was_interruptible = dev_priv->mm.interruptible;
1884 int ret;
1885
1886 wait_event(dev_priv->pending_flip_queue,
1887 atomic_read(&dev_priv->mm.wedged) ||
1888 atomic_read(&obj->pending_flip) == 0);
1889
1890 /* Big Hammer, we also need to ensure that any pending
1891 * MI_WAIT_FOR_EVENT inside a user batch buffer on the
1892 * current scanout is retired before unpinning the old
1893 * framebuffer.
1894 *
1895 * This should only fail upon a hung GPU, in which case we
1896 * can safely continue.
1897 */
1898 dev_priv->mm.interruptible = false;
1899 ret = i915_gem_object_finish_gpu(obj);
1900 dev_priv->mm.interruptible = was_interruptible;
1901
1902 return ret;
1903}
1904
1905static int
Kristian Høgsberg3c4fdcf2008-12-17 22:14:46 -05001906intel_pipe_set_base(struct drm_crtc *crtc, int x, int y,
1907 struct drm_framebuffer *old_fb)
Jesse Barnes79e53942008-11-07 14:24:08 -08001908{
1909 struct drm_device *dev = crtc->dev;
Chris Wilson6b8e6ed2012-04-17 15:08:19 +01001910 struct drm_i915_private *dev_priv = dev->dev_private;
Jesse Barnes79e53942008-11-07 14:24:08 -08001911 struct drm_i915_master_private *master_priv;
1912 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
Chris Wilson5c3b82e2009-02-11 13:25:09 +00001913 int ret;
Jesse Barnes79e53942008-11-07 14:24:08 -08001914
1915 /* no fb bound */
1916 if (!crtc->fb) {
Jesse Barnesa5071c22011-07-19 15:38:56 -07001917 DRM_ERROR("No FB bound\n");
Chris Wilson5c3b82e2009-02-11 13:25:09 +00001918 return 0;
1919 }
1920
Chris Wilson265db952010-09-20 15:41:01 +01001921 switch (intel_crtc->plane) {
Chris Wilson5c3b82e2009-02-11 13:25:09 +00001922 case 0:
1923 case 1:
1924 break;
Jesse Barnes27f82272011-09-02 12:54:37 -07001925 case 2:
1926 if (IS_IVYBRIDGE(dev))
1927 break;
1928 /* fall through otherwise */
Chris Wilson5c3b82e2009-02-11 13:25:09 +00001929 default:
Jesse Barnesa5071c22011-07-19 15:38:56 -07001930 DRM_ERROR("no plane for crtc\n");
Chris Wilson5c3b82e2009-02-11 13:25:09 +00001931 return -EINVAL;
Jesse Barnes79e53942008-11-07 14:24:08 -08001932 }
1933
Chris Wilson5c3b82e2009-02-11 13:25:09 +00001934 mutex_lock(&dev->struct_mutex);
Chris Wilson265db952010-09-20 15:41:01 +01001935 ret = intel_pin_and_fence_fb_obj(dev,
1936 to_intel_framebuffer(crtc->fb)->obj,
Chris Wilson919926a2010-11-12 13:42:53 +00001937 NULL);
Chris Wilson5c3b82e2009-02-11 13:25:09 +00001938 if (ret != 0) {
1939 mutex_unlock(&dev->struct_mutex);
Jesse Barnesa5071c22011-07-19 15:38:56 -07001940 DRM_ERROR("pin & fence failed\n");
Chris Wilson5c3b82e2009-02-11 13:25:09 +00001941 return ret;
1942 }
Kristian Høgsberg3c4fdcf2008-12-17 22:14:46 -05001943
Chris Wilson14667a42012-04-03 17:58:35 +01001944 if (old_fb)
1945 intel_finish_fb(old_fb);
Chris Wilson265db952010-09-20 15:41:01 +01001946
Chris Wilson6b8e6ed2012-04-17 15:08:19 +01001947 ret = dev_priv->display.update_plane(crtc, crtc->fb, x, y);
Chris Wilson4e6cfef2010-08-08 13:20:19 +01001948 if (ret) {
Chris Wilson1690e1e2011-12-14 13:57:08 +01001949 intel_unpin_fb_obj(to_intel_framebuffer(crtc->fb)->obj);
Chris Wilson5c3b82e2009-02-11 13:25:09 +00001950 mutex_unlock(&dev->struct_mutex);
Jesse Barnesa5071c22011-07-19 15:38:56 -07001951 DRM_ERROR("failed to update base address\n");
Chris Wilson4e6cfef2010-08-08 13:20:19 +01001952 return ret;
Jesse Barnes79e53942008-11-07 14:24:08 -08001953 }
Kristian Høgsberg3c4fdcf2008-12-17 22:14:46 -05001954
Chris Wilsonb7f1de22010-12-14 16:09:31 +00001955 if (old_fb) {
1956 intel_wait_for_vblank(dev, intel_crtc->pipe);
Chris Wilson1690e1e2011-12-14 13:57:08 +01001957 intel_unpin_fb_obj(to_intel_framebuffer(old_fb)->obj);
Chris Wilsonb7f1de22010-12-14 16:09:31 +00001958 }
Jesse Barnes652c3932009-08-17 13:31:43 -07001959
Chris Wilson6b8e6ed2012-04-17 15:08:19 +01001960 intel_update_fbc(dev);
Chris Wilson5c3b82e2009-02-11 13:25:09 +00001961 mutex_unlock(&dev->struct_mutex);
Jesse Barnes79e53942008-11-07 14:24:08 -08001962
1963 if (!dev->primary->master)
Chris Wilson5c3b82e2009-02-11 13:25:09 +00001964 return 0;
Jesse Barnes79e53942008-11-07 14:24:08 -08001965
1966 master_priv = dev->primary->master->driver_priv;
1967 if (!master_priv->sarea_priv)
Chris Wilson5c3b82e2009-02-11 13:25:09 +00001968 return 0;
Jesse Barnes79e53942008-11-07 14:24:08 -08001969
Chris Wilson265db952010-09-20 15:41:01 +01001970 if (intel_crtc->pipe) {
Jesse Barnes79e53942008-11-07 14:24:08 -08001971 master_priv->sarea_priv->pipeB_x = x;
1972 master_priv->sarea_priv->pipeB_y = y;
Chris Wilson5c3b82e2009-02-11 13:25:09 +00001973 } else {
1974 master_priv->sarea_priv->pipeA_x = x;
1975 master_priv->sarea_priv->pipeA_y = y;
Jesse Barnes79e53942008-11-07 14:24:08 -08001976 }
Chris Wilson5c3b82e2009-02-11 13:25:09 +00001977
1978 return 0;
Jesse Barnes79e53942008-11-07 14:24:08 -08001979}
1980
Chris Wilson5eddb702010-09-11 13:48:45 +01001981static void ironlake_set_pll_edp(struct drm_crtc *crtc, int clock)
Zhenyu Wang32f9d652009-07-24 01:00:32 +08001982{
1983 struct drm_device *dev = crtc->dev;
1984 struct drm_i915_private *dev_priv = dev->dev_private;
1985 u32 dpa_ctl;
1986
Zhao Yakui28c97732009-10-09 11:39:41 +08001987 DRM_DEBUG_KMS("eDP PLL enable for clock %d\n", clock);
Zhenyu Wang32f9d652009-07-24 01:00:32 +08001988 dpa_ctl = I915_READ(DP_A);
1989 dpa_ctl &= ~DP_PLL_FREQ_MASK;
1990
1991 if (clock < 200000) {
1992 u32 temp;
1993 dpa_ctl |= DP_PLL_FREQ_160MHZ;
1994 /* workaround for 160Mhz:
1995 1) program 0x4600c bits 15:0 = 0x8124
1996 2) program 0x46010 bit 0 = 1
1997 3) program 0x46034 bit 24 = 1
1998 4) program 0x64000 bit 14 = 1
1999 */
2000 temp = I915_READ(0x4600c);
2001 temp &= 0xffff0000;
2002 I915_WRITE(0x4600c, temp | 0x8124);
2003
2004 temp = I915_READ(0x46010);
2005 I915_WRITE(0x46010, temp | 1);
2006
2007 temp = I915_READ(0x46034);
2008 I915_WRITE(0x46034, temp | (1 << 24));
2009 } else {
2010 dpa_ctl |= DP_PLL_FREQ_270MHZ;
2011 }
2012 I915_WRITE(DP_A, dpa_ctl);
2013
Chris Wilson5eddb702010-09-11 13:48:45 +01002014 POSTING_READ(DP_A);
Zhenyu Wang32f9d652009-07-24 01:00:32 +08002015 udelay(500);
2016}
2017
Zhenyu Wang5e84e1a2010-10-28 16:38:08 +08002018static void intel_fdi_normal_train(struct drm_crtc *crtc)
2019{
2020 struct drm_device *dev = crtc->dev;
2021 struct drm_i915_private *dev_priv = dev->dev_private;
2022 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
2023 int pipe = intel_crtc->pipe;
2024 u32 reg, temp;
2025
2026 /* enable normal train */
2027 reg = FDI_TX_CTL(pipe);
2028 temp = I915_READ(reg);
Keith Packard61e499b2011-05-17 16:13:52 -07002029 if (IS_IVYBRIDGE(dev)) {
Jesse Barnes357555c2011-04-28 15:09:55 -07002030 temp &= ~FDI_LINK_TRAIN_NONE_IVB;
2031 temp |= FDI_LINK_TRAIN_NONE_IVB | FDI_TX_ENHANCE_FRAME_ENABLE;
Keith Packard61e499b2011-05-17 16:13:52 -07002032 } else {
2033 temp &= ~FDI_LINK_TRAIN_NONE;
2034 temp |= FDI_LINK_TRAIN_NONE | FDI_TX_ENHANCE_FRAME_ENABLE;
Jesse Barnes357555c2011-04-28 15:09:55 -07002035 }
Zhenyu Wang5e84e1a2010-10-28 16:38:08 +08002036 I915_WRITE(reg, temp);
2037
2038 reg = FDI_RX_CTL(pipe);
2039 temp = I915_READ(reg);
2040 if (HAS_PCH_CPT(dev)) {
2041 temp &= ~FDI_LINK_TRAIN_PATTERN_MASK_CPT;
2042 temp |= FDI_LINK_TRAIN_NORMAL_CPT;
2043 } else {
2044 temp &= ~FDI_LINK_TRAIN_NONE;
2045 temp |= FDI_LINK_TRAIN_NONE;
2046 }
2047 I915_WRITE(reg, temp | FDI_RX_ENHANCE_FRAME_ENABLE);
2048
2049 /* wait one idle pattern time */
2050 POSTING_READ(reg);
2051 udelay(1000);
Jesse Barnes357555c2011-04-28 15:09:55 -07002052
2053 /* IVB wants error correction enabled */
2054 if (IS_IVYBRIDGE(dev))
2055 I915_WRITE(reg, I915_READ(reg) | FDI_FS_ERRC_ENABLE |
2056 FDI_FE_ERRC_ENABLE);
Zhenyu Wang5e84e1a2010-10-28 16:38:08 +08002057}
2058
Jesse Barnes291427f2011-07-29 12:42:37 -07002059static void cpt_phase_pointer_enable(struct drm_device *dev, int pipe)
2060{
2061 struct drm_i915_private *dev_priv = dev->dev_private;
2062 u32 flags = I915_READ(SOUTH_CHICKEN1);
2063
2064 flags |= FDI_PHASE_SYNC_OVR(pipe);
2065 I915_WRITE(SOUTH_CHICKEN1, flags); /* once to unlock... */
2066 flags |= FDI_PHASE_SYNC_EN(pipe);
2067 I915_WRITE(SOUTH_CHICKEN1, flags); /* then again to enable */
2068 POSTING_READ(SOUTH_CHICKEN1);
2069}
2070
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002071/* The FDI link training functions for ILK/Ibexpeak. */
2072static void ironlake_fdi_link_train(struct drm_crtc *crtc)
2073{
2074 struct drm_device *dev = crtc->dev;
2075 struct drm_i915_private *dev_priv = dev->dev_private;
2076 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
2077 int pipe = intel_crtc->pipe;
Jesse Barnes0fc932b2011-01-04 15:09:37 -08002078 int plane = intel_crtc->plane;
Chris Wilson5eddb702010-09-11 13:48:45 +01002079 u32 reg, temp, tries;
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002080
Jesse Barnes0fc932b2011-01-04 15:09:37 -08002081 /* FDI needs bits from pipe & plane first */
2082 assert_pipe_enabled(dev_priv, pipe);
2083 assert_plane_enabled(dev_priv, plane);
2084
Adam Jacksone1a44742010-06-25 15:32:14 -04002085 /* Train 1: umask FDI RX Interrupt symbol_lock and bit_lock bit
2086 for train result */
Chris Wilson5eddb702010-09-11 13:48:45 +01002087 reg = FDI_RX_IMR(pipe);
2088 temp = I915_READ(reg);
Adam Jacksone1a44742010-06-25 15:32:14 -04002089 temp &= ~FDI_RX_SYMBOL_LOCK;
2090 temp &= ~FDI_RX_BIT_LOCK;
Chris Wilson5eddb702010-09-11 13:48:45 +01002091 I915_WRITE(reg, temp);
2092 I915_READ(reg);
Adam Jacksone1a44742010-06-25 15:32:14 -04002093 udelay(150);
2094
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002095 /* enable CPU FDI TX and PCH FDI RX */
Chris Wilson5eddb702010-09-11 13:48:45 +01002096 reg = FDI_TX_CTL(pipe);
2097 temp = I915_READ(reg);
Adam Jackson77ffb592010-04-12 11:38:44 -04002098 temp &= ~(7 << 19);
2099 temp |= (intel_crtc->fdi_lanes - 1) << 19;
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002100 temp &= ~FDI_LINK_TRAIN_NONE;
2101 temp |= FDI_LINK_TRAIN_PATTERN_1;
Chris Wilson5eddb702010-09-11 13:48:45 +01002102 I915_WRITE(reg, temp | FDI_TX_ENABLE);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002103
Chris Wilson5eddb702010-09-11 13:48:45 +01002104 reg = FDI_RX_CTL(pipe);
2105 temp = I915_READ(reg);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002106 temp &= ~FDI_LINK_TRAIN_NONE;
2107 temp |= FDI_LINK_TRAIN_PATTERN_1;
Chris Wilson5eddb702010-09-11 13:48:45 +01002108 I915_WRITE(reg, temp | FDI_RX_ENABLE);
2109
2110 POSTING_READ(reg);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002111 udelay(150);
2112
Jesse Barnes5b2adf82010-10-07 16:01:15 -07002113 /* Ironlake workaround, enable clock pointer after FDI enable*/
Jesse Barnes6f06ce12011-01-04 15:09:38 -08002114 if (HAS_PCH_IBX(dev)) {
2115 I915_WRITE(FDI_RX_CHICKEN(pipe), FDI_RX_PHASE_SYNC_POINTER_OVR);
2116 I915_WRITE(FDI_RX_CHICKEN(pipe), FDI_RX_PHASE_SYNC_POINTER_OVR |
2117 FDI_RX_PHASE_SYNC_POINTER_EN);
2118 }
Jesse Barnes5b2adf82010-10-07 16:01:15 -07002119
Chris Wilson5eddb702010-09-11 13:48:45 +01002120 reg = FDI_RX_IIR(pipe);
Adam Jacksone1a44742010-06-25 15:32:14 -04002121 for (tries = 0; tries < 5; tries++) {
Chris Wilson5eddb702010-09-11 13:48:45 +01002122 temp = I915_READ(reg);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002123 DRM_DEBUG_KMS("FDI_RX_IIR 0x%x\n", temp);
2124
2125 if ((temp & FDI_RX_BIT_LOCK)) {
2126 DRM_DEBUG_KMS("FDI train 1 done.\n");
Chris Wilson5eddb702010-09-11 13:48:45 +01002127 I915_WRITE(reg, temp | FDI_RX_BIT_LOCK);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002128 break;
2129 }
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002130 }
Adam Jacksone1a44742010-06-25 15:32:14 -04002131 if (tries == 5)
Chris Wilson5eddb702010-09-11 13:48:45 +01002132 DRM_ERROR("FDI train 1 fail!\n");
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002133
2134 /* Train 2 */
Chris Wilson5eddb702010-09-11 13:48:45 +01002135 reg = FDI_TX_CTL(pipe);
2136 temp = I915_READ(reg);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002137 temp &= ~FDI_LINK_TRAIN_NONE;
2138 temp |= FDI_LINK_TRAIN_PATTERN_2;
Chris Wilson5eddb702010-09-11 13:48:45 +01002139 I915_WRITE(reg, temp);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002140
Chris Wilson5eddb702010-09-11 13:48:45 +01002141 reg = FDI_RX_CTL(pipe);
2142 temp = I915_READ(reg);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002143 temp &= ~FDI_LINK_TRAIN_NONE;
2144 temp |= FDI_LINK_TRAIN_PATTERN_2;
Chris Wilson5eddb702010-09-11 13:48:45 +01002145 I915_WRITE(reg, temp);
2146
2147 POSTING_READ(reg);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002148 udelay(150);
2149
Chris Wilson5eddb702010-09-11 13:48:45 +01002150 reg = FDI_RX_IIR(pipe);
Adam Jacksone1a44742010-06-25 15:32:14 -04002151 for (tries = 0; tries < 5; tries++) {
Chris Wilson5eddb702010-09-11 13:48:45 +01002152 temp = I915_READ(reg);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002153 DRM_DEBUG_KMS("FDI_RX_IIR 0x%x\n", temp);
2154
2155 if (temp & FDI_RX_SYMBOL_LOCK) {
Chris Wilson5eddb702010-09-11 13:48:45 +01002156 I915_WRITE(reg, temp | FDI_RX_SYMBOL_LOCK);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002157 DRM_DEBUG_KMS("FDI train 2 done.\n");
2158 break;
2159 }
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002160 }
Adam Jacksone1a44742010-06-25 15:32:14 -04002161 if (tries == 5)
Chris Wilson5eddb702010-09-11 13:48:45 +01002162 DRM_ERROR("FDI train 2 fail!\n");
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002163
2164 DRM_DEBUG_KMS("FDI train done\n");
Jesse Barnes5c5313c2010-10-07 16:01:11 -07002165
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002166}
2167
Akshay Joshi0206e352011-08-16 15:34:10 -04002168static const int snb_b_fdi_train_param[] = {
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002169 FDI_LINK_TRAIN_400MV_0DB_SNB_B,
2170 FDI_LINK_TRAIN_400MV_6DB_SNB_B,
2171 FDI_LINK_TRAIN_600MV_3_5DB_SNB_B,
2172 FDI_LINK_TRAIN_800MV_0DB_SNB_B,
2173};
2174
2175/* The FDI link training functions for SNB/Cougarpoint. */
2176static void gen6_fdi_link_train(struct drm_crtc *crtc)
2177{
2178 struct drm_device *dev = crtc->dev;
2179 struct drm_i915_private *dev_priv = dev->dev_private;
2180 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
2181 int pipe = intel_crtc->pipe;
Sean Paulfa37d392012-03-02 12:53:39 -05002182 u32 reg, temp, i, retry;
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002183
Adam Jacksone1a44742010-06-25 15:32:14 -04002184 /* Train 1: umask FDI RX Interrupt symbol_lock and bit_lock bit
2185 for train result */
Chris Wilson5eddb702010-09-11 13:48:45 +01002186 reg = FDI_RX_IMR(pipe);
2187 temp = I915_READ(reg);
Adam Jacksone1a44742010-06-25 15:32:14 -04002188 temp &= ~FDI_RX_SYMBOL_LOCK;
2189 temp &= ~FDI_RX_BIT_LOCK;
Chris Wilson5eddb702010-09-11 13:48:45 +01002190 I915_WRITE(reg, temp);
2191
2192 POSTING_READ(reg);
Adam Jacksone1a44742010-06-25 15:32:14 -04002193 udelay(150);
2194
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002195 /* enable CPU FDI TX and PCH FDI RX */
Chris Wilson5eddb702010-09-11 13:48:45 +01002196 reg = FDI_TX_CTL(pipe);
2197 temp = I915_READ(reg);
Adam Jackson77ffb592010-04-12 11:38:44 -04002198 temp &= ~(7 << 19);
2199 temp |= (intel_crtc->fdi_lanes - 1) << 19;
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002200 temp &= ~FDI_LINK_TRAIN_NONE;
2201 temp |= FDI_LINK_TRAIN_PATTERN_1;
2202 temp &= ~FDI_LINK_TRAIN_VOL_EMP_MASK;
2203 /* SNB-B */
2204 temp |= FDI_LINK_TRAIN_400MV_0DB_SNB_B;
Chris Wilson5eddb702010-09-11 13:48:45 +01002205 I915_WRITE(reg, temp | FDI_TX_ENABLE);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002206
Chris Wilson5eddb702010-09-11 13:48:45 +01002207 reg = FDI_RX_CTL(pipe);
2208 temp = I915_READ(reg);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002209 if (HAS_PCH_CPT(dev)) {
2210 temp &= ~FDI_LINK_TRAIN_PATTERN_MASK_CPT;
2211 temp |= FDI_LINK_TRAIN_PATTERN_1_CPT;
2212 } else {
2213 temp &= ~FDI_LINK_TRAIN_NONE;
2214 temp |= FDI_LINK_TRAIN_PATTERN_1;
2215 }
Chris Wilson5eddb702010-09-11 13:48:45 +01002216 I915_WRITE(reg, temp | FDI_RX_ENABLE);
2217
2218 POSTING_READ(reg);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002219 udelay(150);
2220
Jesse Barnes291427f2011-07-29 12:42:37 -07002221 if (HAS_PCH_CPT(dev))
2222 cpt_phase_pointer_enable(dev, pipe);
2223
Akshay Joshi0206e352011-08-16 15:34:10 -04002224 for (i = 0; i < 4; i++) {
Chris Wilson5eddb702010-09-11 13:48:45 +01002225 reg = FDI_TX_CTL(pipe);
2226 temp = I915_READ(reg);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002227 temp &= ~FDI_LINK_TRAIN_VOL_EMP_MASK;
2228 temp |= snb_b_fdi_train_param[i];
Chris Wilson5eddb702010-09-11 13:48:45 +01002229 I915_WRITE(reg, temp);
2230
2231 POSTING_READ(reg);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002232 udelay(500);
2233
Sean Paulfa37d392012-03-02 12:53:39 -05002234 for (retry = 0; retry < 5; retry++) {
2235 reg = FDI_RX_IIR(pipe);
2236 temp = I915_READ(reg);
2237 DRM_DEBUG_KMS("FDI_RX_IIR 0x%x\n", temp);
2238 if (temp & FDI_RX_BIT_LOCK) {
2239 I915_WRITE(reg, temp | FDI_RX_BIT_LOCK);
2240 DRM_DEBUG_KMS("FDI train 1 done.\n");
2241 break;
2242 }
2243 udelay(50);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002244 }
Sean Paulfa37d392012-03-02 12:53:39 -05002245 if (retry < 5)
2246 break;
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002247 }
2248 if (i == 4)
Chris Wilson5eddb702010-09-11 13:48:45 +01002249 DRM_ERROR("FDI train 1 fail!\n");
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002250
2251 /* Train 2 */
Chris Wilson5eddb702010-09-11 13:48:45 +01002252 reg = FDI_TX_CTL(pipe);
2253 temp = I915_READ(reg);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002254 temp &= ~FDI_LINK_TRAIN_NONE;
2255 temp |= FDI_LINK_TRAIN_PATTERN_2;
2256 if (IS_GEN6(dev)) {
2257 temp &= ~FDI_LINK_TRAIN_VOL_EMP_MASK;
2258 /* SNB-B */
2259 temp |= FDI_LINK_TRAIN_400MV_0DB_SNB_B;
2260 }
Chris Wilson5eddb702010-09-11 13:48:45 +01002261 I915_WRITE(reg, temp);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002262
Chris Wilson5eddb702010-09-11 13:48:45 +01002263 reg = FDI_RX_CTL(pipe);
2264 temp = I915_READ(reg);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002265 if (HAS_PCH_CPT(dev)) {
2266 temp &= ~FDI_LINK_TRAIN_PATTERN_MASK_CPT;
2267 temp |= FDI_LINK_TRAIN_PATTERN_2_CPT;
2268 } else {
2269 temp &= ~FDI_LINK_TRAIN_NONE;
2270 temp |= FDI_LINK_TRAIN_PATTERN_2;
2271 }
Chris Wilson5eddb702010-09-11 13:48:45 +01002272 I915_WRITE(reg, temp);
2273
2274 POSTING_READ(reg);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002275 udelay(150);
2276
Akshay Joshi0206e352011-08-16 15:34:10 -04002277 for (i = 0; i < 4; i++) {
Chris Wilson5eddb702010-09-11 13:48:45 +01002278 reg = FDI_TX_CTL(pipe);
2279 temp = I915_READ(reg);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002280 temp &= ~FDI_LINK_TRAIN_VOL_EMP_MASK;
2281 temp |= snb_b_fdi_train_param[i];
Chris Wilson5eddb702010-09-11 13:48:45 +01002282 I915_WRITE(reg, temp);
2283
2284 POSTING_READ(reg);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002285 udelay(500);
2286
Sean Paulfa37d392012-03-02 12:53:39 -05002287 for (retry = 0; retry < 5; retry++) {
2288 reg = FDI_RX_IIR(pipe);
2289 temp = I915_READ(reg);
2290 DRM_DEBUG_KMS("FDI_RX_IIR 0x%x\n", temp);
2291 if (temp & FDI_RX_SYMBOL_LOCK) {
2292 I915_WRITE(reg, temp | FDI_RX_SYMBOL_LOCK);
2293 DRM_DEBUG_KMS("FDI train 2 done.\n");
2294 break;
2295 }
2296 udelay(50);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002297 }
Sean Paulfa37d392012-03-02 12:53:39 -05002298 if (retry < 5)
2299 break;
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002300 }
2301 if (i == 4)
Chris Wilson5eddb702010-09-11 13:48:45 +01002302 DRM_ERROR("FDI train 2 fail!\n");
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002303
2304 DRM_DEBUG_KMS("FDI train done.\n");
2305}
2306
Jesse Barnes357555c2011-04-28 15:09:55 -07002307/* Manual link training for Ivy Bridge A0 parts */
2308static void ivb_manual_fdi_link_train(struct drm_crtc *crtc)
2309{
2310 struct drm_device *dev = crtc->dev;
2311 struct drm_i915_private *dev_priv = dev->dev_private;
2312 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
2313 int pipe = intel_crtc->pipe;
2314 u32 reg, temp, i;
2315
2316 /* Train 1: umask FDI RX Interrupt symbol_lock and bit_lock bit
2317 for train result */
2318 reg = FDI_RX_IMR(pipe);
2319 temp = I915_READ(reg);
2320 temp &= ~FDI_RX_SYMBOL_LOCK;
2321 temp &= ~FDI_RX_BIT_LOCK;
2322 I915_WRITE(reg, temp);
2323
2324 POSTING_READ(reg);
2325 udelay(150);
2326
2327 /* enable CPU FDI TX and PCH FDI RX */
2328 reg = FDI_TX_CTL(pipe);
2329 temp = I915_READ(reg);
2330 temp &= ~(7 << 19);
2331 temp |= (intel_crtc->fdi_lanes - 1) << 19;
2332 temp &= ~(FDI_LINK_TRAIN_AUTO | FDI_LINK_TRAIN_NONE_IVB);
2333 temp |= FDI_LINK_TRAIN_PATTERN_1_IVB;
2334 temp &= ~FDI_LINK_TRAIN_VOL_EMP_MASK;
2335 temp |= FDI_LINK_TRAIN_400MV_0DB_SNB_B;
Jesse Barnesc4f9c4c2011-10-10 14:28:52 -07002336 temp |= FDI_COMPOSITE_SYNC;
Jesse Barnes357555c2011-04-28 15:09:55 -07002337 I915_WRITE(reg, temp | FDI_TX_ENABLE);
2338
2339 reg = FDI_RX_CTL(pipe);
2340 temp = I915_READ(reg);
2341 temp &= ~FDI_LINK_TRAIN_AUTO;
2342 temp &= ~FDI_LINK_TRAIN_PATTERN_MASK_CPT;
2343 temp |= FDI_LINK_TRAIN_PATTERN_1_CPT;
Jesse Barnesc4f9c4c2011-10-10 14:28:52 -07002344 temp |= FDI_COMPOSITE_SYNC;
Jesse Barnes357555c2011-04-28 15:09:55 -07002345 I915_WRITE(reg, temp | FDI_RX_ENABLE);
2346
2347 POSTING_READ(reg);
2348 udelay(150);
2349
Jesse Barnes291427f2011-07-29 12:42:37 -07002350 if (HAS_PCH_CPT(dev))
2351 cpt_phase_pointer_enable(dev, pipe);
2352
Akshay Joshi0206e352011-08-16 15:34:10 -04002353 for (i = 0; i < 4; i++) {
Jesse Barnes357555c2011-04-28 15:09:55 -07002354 reg = FDI_TX_CTL(pipe);
2355 temp = I915_READ(reg);
2356 temp &= ~FDI_LINK_TRAIN_VOL_EMP_MASK;
2357 temp |= snb_b_fdi_train_param[i];
2358 I915_WRITE(reg, temp);
2359
2360 POSTING_READ(reg);
2361 udelay(500);
2362
2363 reg = FDI_RX_IIR(pipe);
2364 temp = I915_READ(reg);
2365 DRM_DEBUG_KMS("FDI_RX_IIR 0x%x\n", temp);
2366
2367 if (temp & FDI_RX_BIT_LOCK ||
2368 (I915_READ(reg) & FDI_RX_BIT_LOCK)) {
2369 I915_WRITE(reg, temp | FDI_RX_BIT_LOCK);
2370 DRM_DEBUG_KMS("FDI train 1 done.\n");
2371 break;
2372 }
2373 }
2374 if (i == 4)
2375 DRM_ERROR("FDI train 1 fail!\n");
2376
2377 /* Train 2 */
2378 reg = FDI_TX_CTL(pipe);
2379 temp = I915_READ(reg);
2380 temp &= ~FDI_LINK_TRAIN_NONE_IVB;
2381 temp |= FDI_LINK_TRAIN_PATTERN_2_IVB;
2382 temp &= ~FDI_LINK_TRAIN_VOL_EMP_MASK;
2383 temp |= FDI_LINK_TRAIN_400MV_0DB_SNB_B;
2384 I915_WRITE(reg, temp);
2385
2386 reg = FDI_RX_CTL(pipe);
2387 temp = I915_READ(reg);
2388 temp &= ~FDI_LINK_TRAIN_PATTERN_MASK_CPT;
2389 temp |= FDI_LINK_TRAIN_PATTERN_2_CPT;
2390 I915_WRITE(reg, temp);
2391
2392 POSTING_READ(reg);
2393 udelay(150);
2394
Akshay Joshi0206e352011-08-16 15:34:10 -04002395 for (i = 0; i < 4; i++) {
Jesse Barnes357555c2011-04-28 15:09:55 -07002396 reg = FDI_TX_CTL(pipe);
2397 temp = I915_READ(reg);
2398 temp &= ~FDI_LINK_TRAIN_VOL_EMP_MASK;
2399 temp |= snb_b_fdi_train_param[i];
2400 I915_WRITE(reg, temp);
2401
2402 POSTING_READ(reg);
2403 udelay(500);
2404
2405 reg = FDI_RX_IIR(pipe);
2406 temp = I915_READ(reg);
2407 DRM_DEBUG_KMS("FDI_RX_IIR 0x%x\n", temp);
2408
2409 if (temp & FDI_RX_SYMBOL_LOCK) {
2410 I915_WRITE(reg, temp | FDI_RX_SYMBOL_LOCK);
2411 DRM_DEBUG_KMS("FDI train 2 done.\n");
2412 break;
2413 }
2414 }
2415 if (i == 4)
2416 DRM_ERROR("FDI train 2 fail!\n");
2417
2418 DRM_DEBUG_KMS("FDI train done.\n");
2419}
2420
2421static void ironlake_fdi_pll_enable(struct drm_crtc *crtc)
Jesse Barnes0e23b992010-09-10 11:10:00 -07002422{
2423 struct drm_device *dev = crtc->dev;
2424 struct drm_i915_private *dev_priv = dev->dev_private;
2425 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
2426 int pipe = intel_crtc->pipe;
Chris Wilson5eddb702010-09-11 13:48:45 +01002427 u32 reg, temp;
Jesse Barnes0e23b992010-09-10 11:10:00 -07002428
Jesse Barnesc64e3112010-09-10 11:27:03 -07002429 /* Write the TU size bits so error detection works */
Chris Wilson5eddb702010-09-11 13:48:45 +01002430 I915_WRITE(FDI_RX_TUSIZE1(pipe),
2431 I915_READ(PIPE_DATA_M1(pipe)) & TU_SIZE_MASK);
Jesse Barnesc64e3112010-09-10 11:27:03 -07002432
Jesse Barnes0e23b992010-09-10 11:10:00 -07002433 /* enable PCH FDI RX PLL, wait warmup plus DMI latency */
Chris Wilson5eddb702010-09-11 13:48:45 +01002434 reg = FDI_RX_CTL(pipe);
2435 temp = I915_READ(reg);
2436 temp &= ~((0x7 << 19) | (0x7 << 16));
Jesse Barnes0e23b992010-09-10 11:10:00 -07002437 temp |= (intel_crtc->fdi_lanes - 1) << 19;
Chris Wilson5eddb702010-09-11 13:48:45 +01002438 temp |= (I915_READ(PIPECONF(pipe)) & PIPE_BPC_MASK) << 11;
2439 I915_WRITE(reg, temp | FDI_RX_PLL_ENABLE);
2440
2441 POSTING_READ(reg);
Jesse Barnes0e23b992010-09-10 11:10:00 -07002442 udelay(200);
2443
2444 /* Switch from Rawclk to PCDclk */
Chris Wilson5eddb702010-09-11 13:48:45 +01002445 temp = I915_READ(reg);
2446 I915_WRITE(reg, temp | FDI_PCDCLK);
2447
2448 POSTING_READ(reg);
Jesse Barnes0e23b992010-09-10 11:10:00 -07002449 udelay(200);
2450
2451 /* Enable CPU FDI TX PLL, always on for Ironlake */
Chris Wilson5eddb702010-09-11 13:48:45 +01002452 reg = FDI_TX_CTL(pipe);
2453 temp = I915_READ(reg);
Jesse Barnes0e23b992010-09-10 11:10:00 -07002454 if ((temp & FDI_TX_PLL_ENABLE) == 0) {
Chris Wilson5eddb702010-09-11 13:48:45 +01002455 I915_WRITE(reg, temp | FDI_TX_PLL_ENABLE);
2456
2457 POSTING_READ(reg);
Jesse Barnes0e23b992010-09-10 11:10:00 -07002458 udelay(100);
2459 }
2460}
2461
Jesse Barnes291427f2011-07-29 12:42:37 -07002462static void cpt_phase_pointer_disable(struct drm_device *dev, int pipe)
2463{
2464 struct drm_i915_private *dev_priv = dev->dev_private;
2465 u32 flags = I915_READ(SOUTH_CHICKEN1);
2466
2467 flags &= ~(FDI_PHASE_SYNC_EN(pipe));
2468 I915_WRITE(SOUTH_CHICKEN1, flags); /* once to disable... */
2469 flags &= ~(FDI_PHASE_SYNC_OVR(pipe));
2470 I915_WRITE(SOUTH_CHICKEN1, flags); /* then again to lock */
2471 POSTING_READ(SOUTH_CHICKEN1);
2472}
Jesse Barnes0fc932b2011-01-04 15:09:37 -08002473static void ironlake_fdi_disable(struct drm_crtc *crtc)
2474{
2475 struct drm_device *dev = crtc->dev;
2476 struct drm_i915_private *dev_priv = dev->dev_private;
2477 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
2478 int pipe = intel_crtc->pipe;
2479 u32 reg, temp;
2480
2481 /* disable CPU FDI tx and PCH FDI rx */
2482 reg = FDI_TX_CTL(pipe);
2483 temp = I915_READ(reg);
2484 I915_WRITE(reg, temp & ~FDI_TX_ENABLE);
2485 POSTING_READ(reg);
2486
2487 reg = FDI_RX_CTL(pipe);
2488 temp = I915_READ(reg);
2489 temp &= ~(0x7 << 16);
2490 temp |= (I915_READ(PIPECONF(pipe)) & PIPE_BPC_MASK) << 11;
2491 I915_WRITE(reg, temp & ~FDI_RX_ENABLE);
2492
2493 POSTING_READ(reg);
2494 udelay(100);
2495
2496 /* Ironlake workaround, disable clock pointer after downing FDI */
Jesse Barnes6f06ce12011-01-04 15:09:38 -08002497 if (HAS_PCH_IBX(dev)) {
2498 I915_WRITE(FDI_RX_CHICKEN(pipe), FDI_RX_PHASE_SYNC_POINTER_OVR);
Jesse Barnes0fc932b2011-01-04 15:09:37 -08002499 I915_WRITE(FDI_RX_CHICKEN(pipe),
2500 I915_READ(FDI_RX_CHICKEN(pipe) &
Jesse Barnes6f06ce12011-01-04 15:09:38 -08002501 ~FDI_RX_PHASE_SYNC_POINTER_EN));
Jesse Barnes291427f2011-07-29 12:42:37 -07002502 } else if (HAS_PCH_CPT(dev)) {
2503 cpt_phase_pointer_disable(dev, pipe);
Jesse Barnes6f06ce12011-01-04 15:09:38 -08002504 }
Jesse Barnes0fc932b2011-01-04 15:09:37 -08002505
2506 /* still set train pattern 1 */
2507 reg = FDI_TX_CTL(pipe);
2508 temp = I915_READ(reg);
2509 temp &= ~FDI_LINK_TRAIN_NONE;
2510 temp |= FDI_LINK_TRAIN_PATTERN_1;
2511 I915_WRITE(reg, temp);
2512
2513 reg = FDI_RX_CTL(pipe);
2514 temp = I915_READ(reg);
2515 if (HAS_PCH_CPT(dev)) {
2516 temp &= ~FDI_LINK_TRAIN_PATTERN_MASK_CPT;
2517 temp |= FDI_LINK_TRAIN_PATTERN_1_CPT;
2518 } else {
2519 temp &= ~FDI_LINK_TRAIN_NONE;
2520 temp |= FDI_LINK_TRAIN_PATTERN_1;
2521 }
2522 /* BPC in FDI rx is consistent with that in PIPECONF */
2523 temp &= ~(0x07 << 16);
2524 temp |= (I915_READ(PIPECONF(pipe)) & PIPE_BPC_MASK) << 11;
2525 I915_WRITE(reg, temp);
2526
2527 POSTING_READ(reg);
2528 udelay(100);
2529}
2530
Chris Wilson6b383a72010-09-13 13:54:26 +01002531/*
2532 * When we disable a pipe, we need to clear any pending scanline wait events
2533 * to avoid hanging the ring, which we assume we are waiting on.
2534 */
2535static void intel_clear_scanline_wait(struct drm_device *dev)
2536{
2537 struct drm_i915_private *dev_priv = dev->dev_private;
Chris Wilson8168bd42010-11-11 17:54:52 +00002538 struct intel_ring_buffer *ring;
Chris Wilson6b383a72010-09-13 13:54:26 +01002539 u32 tmp;
2540
2541 if (IS_GEN2(dev))
2542 /* Can't break the hang on i8xx */
2543 return;
2544
Chris Wilson1ec14ad2010-12-04 11:30:53 +00002545 ring = LP_RING(dev_priv);
Chris Wilson8168bd42010-11-11 17:54:52 +00002546 tmp = I915_READ_CTL(ring);
2547 if (tmp & RING_WAIT)
2548 I915_WRITE_CTL(ring, tmp);
Chris Wilson6b383a72010-09-13 13:54:26 +01002549}
2550
Chris Wilsone6c3a2a2010-09-23 23:04:43 +01002551static void intel_crtc_wait_for_pending_flips(struct drm_crtc *crtc)
2552{
Chris Wilson0f911282012-04-17 10:05:38 +01002553 struct drm_device *dev = crtc->dev;
Chris Wilsone6c3a2a2010-09-23 23:04:43 +01002554
2555 if (crtc->fb == NULL)
2556 return;
2557
Chris Wilson0f911282012-04-17 10:05:38 +01002558 mutex_lock(&dev->struct_mutex);
2559 intel_finish_fb(crtc->fb);
2560 mutex_unlock(&dev->struct_mutex);
Chris Wilsone6c3a2a2010-09-23 23:04:43 +01002561}
2562
Jesse Barnes040484a2011-01-03 12:14:26 -08002563static bool intel_crtc_driving_pch(struct drm_crtc *crtc)
2564{
2565 struct drm_device *dev = crtc->dev;
2566 struct drm_mode_config *mode_config = &dev->mode_config;
2567 struct intel_encoder *encoder;
2568
2569 /*
2570 * If there's a non-PCH eDP on this crtc, it must be DP_A, and that
2571 * must be driven by its own crtc; no sharing is possible.
2572 */
2573 list_for_each_entry(encoder, &mode_config->encoder_list, base.head) {
2574 if (encoder->base.crtc != crtc)
2575 continue;
2576
2577 switch (encoder->type) {
2578 case INTEL_OUTPUT_EDP:
2579 if (!intel_encoder_is_pch_edp(&encoder->base))
2580 return false;
2581 continue;
2582 }
2583 }
2584
2585 return true;
2586}
2587
Jesse Barnesf67a5592011-01-05 10:31:48 -08002588/*
2589 * Enable PCH resources required for PCH ports:
2590 * - PCH PLLs
2591 * - FDI training & RX/TX
2592 * - update transcoder timings
2593 * - DP transcoding bits
2594 * - transcoder
2595 */
2596static void ironlake_pch_enable(struct drm_crtc *crtc)
Jesse Barnes79e53942008-11-07 14:24:08 -08002597{
2598 struct drm_device *dev = crtc->dev;
Zhenyu Wang2c072452009-06-05 15:38:42 +08002599 struct drm_i915_private *dev_priv = dev->dev_private;
2600 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
2601 int pipe = intel_crtc->pipe;
Jesse Barnesee7b9f92012-04-20 17:11:53 +01002602 u32 reg, temp;
Jesse Barnes6be4a602010-09-10 10:26:01 -07002603
Jesse Barnesc98e9dc2010-09-10 10:57:18 -07002604 /* For PCH output, training FDI link */
Jesse Barnes674cf962011-04-28 14:27:04 -07002605 dev_priv->display.fdi_link_train(crtc);
Jesse Barnes6be4a602010-09-10 10:26:01 -07002606
Jesse Barnesee7b9f92012-04-20 17:11:53 +01002607 intel_enable_pch_pll(intel_crtc);
Jesse Barnesc98e9dc2010-09-10 10:57:18 -07002608
2609 if (HAS_PCH_CPT(dev)) {
Jesse Barnesee7b9f92012-04-20 17:11:53 +01002610 u32 sel;
Jesse Barnes4b645f12011-10-12 09:51:31 -07002611
Jesse Barnesc98e9dc2010-09-10 10:57:18 -07002612 temp = I915_READ(PCH_DPLL_SEL);
Jesse Barnesee7b9f92012-04-20 17:11:53 +01002613 switch (pipe) {
2614 default:
2615 case 0:
2616 temp |= TRANSA_DPLL_ENABLE;
2617 sel = TRANSA_DPLLB_SEL;
2618 break;
2619 case 1:
2620 temp |= TRANSB_DPLL_ENABLE;
2621 sel = TRANSB_DPLLB_SEL;
2622 break;
2623 case 2:
2624 temp |= TRANSC_DPLL_ENABLE;
2625 sel = TRANSC_DPLLB_SEL;
2626 break;
Jesse Barnesd64311a2011-10-12 15:01:33 -07002627 }
Jesse Barnesee7b9f92012-04-20 17:11:53 +01002628 if (intel_crtc->pch_pll->pll_reg == _PCH_DPLL_B)
2629 temp |= sel;
2630 else
2631 temp &= ~sel;
Jesse Barnesc98e9dc2010-09-10 10:57:18 -07002632 I915_WRITE(PCH_DPLL_SEL, temp);
Jesse Barnesc98e9dc2010-09-10 10:57:18 -07002633 }
Jesse Barnesc98e9dc2010-09-10 10:57:18 -07002634
Jesse Barnesd9b6cb52011-01-04 15:09:35 -08002635 /* set transcoder timing, panel must allow it */
2636 assert_panel_unlocked(dev_priv, pipe);
Chris Wilson5eddb702010-09-11 13:48:45 +01002637 I915_WRITE(TRANS_HTOTAL(pipe), I915_READ(HTOTAL(pipe)));
2638 I915_WRITE(TRANS_HBLANK(pipe), I915_READ(HBLANK(pipe)));
2639 I915_WRITE(TRANS_HSYNC(pipe), I915_READ(HSYNC(pipe)));
2640
2641 I915_WRITE(TRANS_VTOTAL(pipe), I915_READ(VTOTAL(pipe)));
2642 I915_WRITE(TRANS_VBLANK(pipe), I915_READ(VBLANK(pipe)));
2643 I915_WRITE(TRANS_VSYNC(pipe), I915_READ(VSYNC(pipe)));
Daniel Vetter0529a0d2012-01-28 14:49:24 +01002644 I915_WRITE(TRANS_VSYNCSHIFT(pipe), I915_READ(VSYNCSHIFT(pipe)));
Jesse Barnesc98e9dc2010-09-10 10:57:18 -07002645
Zhenyu Wang5e84e1a2010-10-28 16:38:08 +08002646 intel_fdi_normal_train(crtc);
2647
Jesse Barnesc98e9dc2010-09-10 10:57:18 -07002648 /* For PCH DP, enable TRANS_DP_CTL */
2649 if (HAS_PCH_CPT(dev) &&
Keith Packard417e8222011-11-01 19:54:11 -07002650 (intel_pipe_has_type(crtc, INTEL_OUTPUT_DISPLAYPORT) ||
2651 intel_pipe_has_type(crtc, INTEL_OUTPUT_EDP))) {
Jesse Barnes9325c9f2011-06-24 12:19:21 -07002652 u32 bpc = (I915_READ(PIPECONF(pipe)) & PIPE_BPC_MASK) >> 5;
Chris Wilson5eddb702010-09-11 13:48:45 +01002653 reg = TRANS_DP_CTL(pipe);
2654 temp = I915_READ(reg);
2655 temp &= ~(TRANS_DP_PORT_SEL_MASK |
Eric Anholt220cad32010-11-18 09:32:58 +08002656 TRANS_DP_SYNC_MASK |
2657 TRANS_DP_BPC_MASK);
Chris Wilson5eddb702010-09-11 13:48:45 +01002658 temp |= (TRANS_DP_OUTPUT_ENABLE |
2659 TRANS_DP_ENH_FRAMING);
Jesse Barnes9325c9f2011-06-24 12:19:21 -07002660 temp |= bpc << 9; /* same format but at 11:9 */
Jesse Barnesc98e9dc2010-09-10 10:57:18 -07002661
2662 if (crtc->mode.flags & DRM_MODE_FLAG_PHSYNC)
Chris Wilson5eddb702010-09-11 13:48:45 +01002663 temp |= TRANS_DP_HSYNC_ACTIVE_HIGH;
Jesse Barnesc98e9dc2010-09-10 10:57:18 -07002664 if (crtc->mode.flags & DRM_MODE_FLAG_PVSYNC)
Chris Wilson5eddb702010-09-11 13:48:45 +01002665 temp |= TRANS_DP_VSYNC_ACTIVE_HIGH;
Jesse Barnesc98e9dc2010-09-10 10:57:18 -07002666
2667 switch (intel_trans_dp_port_sel(crtc)) {
2668 case PCH_DP_B:
Chris Wilson5eddb702010-09-11 13:48:45 +01002669 temp |= TRANS_DP_PORT_SEL_B;
Jesse Barnesc98e9dc2010-09-10 10:57:18 -07002670 break;
2671 case PCH_DP_C:
Chris Wilson5eddb702010-09-11 13:48:45 +01002672 temp |= TRANS_DP_PORT_SEL_C;
Jesse Barnesc98e9dc2010-09-10 10:57:18 -07002673 break;
2674 case PCH_DP_D:
Chris Wilson5eddb702010-09-11 13:48:45 +01002675 temp |= TRANS_DP_PORT_SEL_D;
Jesse Barnesc98e9dc2010-09-10 10:57:18 -07002676 break;
2677 default:
2678 DRM_DEBUG_KMS("Wrong PCH DP port return. Guess port B\n");
Chris Wilson5eddb702010-09-11 13:48:45 +01002679 temp |= TRANS_DP_PORT_SEL_B;
Jesse Barnesc98e9dc2010-09-10 10:57:18 -07002680 break;
2681 }
2682
Chris Wilson5eddb702010-09-11 13:48:45 +01002683 I915_WRITE(reg, temp);
Jesse Barnesc98e9dc2010-09-10 10:57:18 -07002684 }
2685
Jesse Barnes040484a2011-01-03 12:14:26 -08002686 intel_enable_transcoder(dev_priv, pipe);
Jesse Barnesf67a5592011-01-05 10:31:48 -08002687}
2688
Jesse Barnesee7b9f92012-04-20 17:11:53 +01002689static void intel_put_pch_pll(struct intel_crtc *intel_crtc)
2690{
2691 struct intel_pch_pll *pll = intel_crtc->pch_pll;
2692
2693 if (pll == NULL)
2694 return;
2695
2696 if (pll->refcount == 0) {
2697 WARN(1, "bad PCH PLL refcount\n");
2698 return;
2699 }
2700
2701 --pll->refcount;
2702 intel_crtc->pch_pll = NULL;
2703}
2704
2705static struct intel_pch_pll *intel_get_pch_pll(struct intel_crtc *intel_crtc, u32 dpll, u32 fp)
2706{
2707 struct drm_i915_private *dev_priv = intel_crtc->base.dev->dev_private;
2708 struct intel_pch_pll *pll;
2709 int i;
2710
2711 pll = intel_crtc->pch_pll;
2712 if (pll) {
2713 DRM_DEBUG_KMS("CRTC:%d reusing existing PCH PLL %x\n",
2714 intel_crtc->base.base.id, pll->pll_reg);
2715 goto prepare;
2716 }
2717
2718 for (i = 0; i < dev_priv->num_pch_pll; i++) {
2719 pll = &dev_priv->pch_plls[i];
2720
2721 /* Only want to check enabled timings first */
2722 if (pll->refcount == 0)
2723 continue;
2724
2725 if (dpll == (I915_READ(pll->pll_reg) & 0x7fffffff) &&
2726 fp == I915_READ(pll->fp0_reg)) {
2727 DRM_DEBUG_KMS("CRTC:%d sharing existing PCH PLL %x (refcount %d, ative %d)\n",
2728 intel_crtc->base.base.id,
2729 pll->pll_reg, pll->refcount, pll->active);
2730
2731 goto found;
2732 }
2733 }
2734
2735 /* Ok no matching timings, maybe there's a free one? */
2736 for (i = 0; i < dev_priv->num_pch_pll; i++) {
2737 pll = &dev_priv->pch_plls[i];
2738 if (pll->refcount == 0) {
2739 DRM_DEBUG_KMS("CRTC:%d allocated PCH PLL %x\n",
2740 intel_crtc->base.base.id, pll->pll_reg);
2741 goto found;
2742 }
2743 }
2744
2745 return NULL;
2746
2747found:
2748 intel_crtc->pch_pll = pll;
2749 pll->refcount++;
2750 DRM_DEBUG_DRIVER("using pll %d for pipe %d\n", i, intel_crtc->pipe);
2751prepare: /* separate function? */
2752 DRM_DEBUG_DRIVER("switching PLL %x off\n", pll->pll_reg);
2753 I915_WRITE(pll->fp0_reg, fp);
2754 I915_WRITE(pll->pll_reg, dpll & ~DPLL_VCO_ENABLE);
2755
2756 POSTING_READ(pll->pll_reg);
2757 udelay(150);
2758 pll->on = false;
2759 return pll;
2760}
2761
Jesse Barnesd4270e52011-10-11 10:43:02 -07002762void intel_cpt_verify_modeset(struct drm_device *dev, int pipe)
2763{
2764 struct drm_i915_private *dev_priv = dev->dev_private;
2765 int dslreg = PIPEDSL(pipe), tc2reg = TRANS_CHICKEN2(pipe);
2766 u32 temp;
2767
2768 temp = I915_READ(dslreg);
2769 udelay(500);
2770 if (wait_for(I915_READ(dslreg) != temp, 5)) {
2771 /* Without this, mode sets may fail silently on FDI */
2772 I915_WRITE(tc2reg, TRANS_AUTOTRAIN_GEN_STALL_DIS);
2773 udelay(250);
2774 I915_WRITE(tc2reg, 0);
2775 if (wait_for(I915_READ(dslreg) != temp, 5))
2776 DRM_ERROR("mode set failed: pipe %d stuck\n", pipe);
2777 }
2778}
2779
Jesse Barnesf67a5592011-01-05 10:31:48 -08002780static void ironlake_crtc_enable(struct drm_crtc *crtc)
2781{
2782 struct drm_device *dev = crtc->dev;
2783 struct drm_i915_private *dev_priv = dev->dev_private;
2784 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
2785 int pipe = intel_crtc->pipe;
2786 int plane = intel_crtc->plane;
2787 u32 temp;
2788 bool is_pch_port;
2789
2790 if (intel_crtc->active)
2791 return;
2792
2793 intel_crtc->active = true;
2794 intel_update_watermarks(dev);
2795
2796 if (intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS)) {
2797 temp = I915_READ(PCH_LVDS);
2798 if ((temp & LVDS_PORT_EN) == 0)
2799 I915_WRITE(PCH_LVDS, temp | LVDS_PORT_EN);
2800 }
2801
2802 is_pch_port = intel_crtc_driving_pch(crtc);
2803
2804 if (is_pch_port)
Jesse Barnes357555c2011-04-28 15:09:55 -07002805 ironlake_fdi_pll_enable(crtc);
Jesse Barnesf67a5592011-01-05 10:31:48 -08002806 else
2807 ironlake_fdi_disable(crtc);
2808
2809 /* Enable panel fitting for LVDS */
2810 if (dev_priv->pch_pf_size &&
2811 (intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS) || HAS_eDP)) {
2812 /* Force use of hard-coded filter coefficients
2813 * as some pre-programmed values are broken,
2814 * e.g. x201.
2815 */
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08002816 I915_WRITE(PF_CTL(pipe), PF_ENABLE | PF_FILTER_MED_3x3);
2817 I915_WRITE(PF_WIN_POS(pipe), dev_priv->pch_pf_pos);
2818 I915_WRITE(PF_WIN_SZ(pipe), dev_priv->pch_pf_size);
Jesse Barnesf67a5592011-01-05 10:31:48 -08002819 }
2820
Jesse Barnes9c54c0d2011-06-15 23:32:33 +02002821 /*
2822 * On ILK+ LUT must be loaded before the pipe is running but with
2823 * clocks enabled
2824 */
2825 intel_crtc_load_lut(crtc);
2826
Jesse Barnesf67a5592011-01-05 10:31:48 -08002827 intel_enable_pipe(dev_priv, pipe, is_pch_port);
2828 intel_enable_plane(dev_priv, plane, pipe);
2829
2830 if (is_pch_port)
2831 ironlake_pch_enable(crtc);
Jesse Barnes6be4a602010-09-10 10:26:01 -07002832
Ben Widawskyd1ebd8162011-04-25 20:11:50 +01002833 mutex_lock(&dev->struct_mutex);
Chris Wilsonbed4a672010-09-11 10:47:47 +01002834 intel_update_fbc(dev);
Ben Widawskyd1ebd8162011-04-25 20:11:50 +01002835 mutex_unlock(&dev->struct_mutex);
2836
Chris Wilson6b383a72010-09-13 13:54:26 +01002837 intel_crtc_update_cursor(crtc, true);
Jesse Barnes6be4a602010-09-10 10:26:01 -07002838}
2839
2840static void ironlake_crtc_disable(struct drm_crtc *crtc)
2841{
2842 struct drm_device *dev = crtc->dev;
2843 struct drm_i915_private *dev_priv = dev->dev_private;
2844 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
2845 int pipe = intel_crtc->pipe;
2846 int plane = intel_crtc->plane;
Chris Wilson5eddb702010-09-11 13:48:45 +01002847 u32 reg, temp;
Jesse Barnes6be4a602010-09-10 10:26:01 -07002848
Chris Wilsonf7abfe82010-09-13 14:19:16 +01002849 if (!intel_crtc->active)
2850 return;
2851
Chris Wilsone6c3a2a2010-09-23 23:04:43 +01002852 intel_crtc_wait_for_pending_flips(crtc);
Jesse Barnes6be4a602010-09-10 10:26:01 -07002853 drm_vblank_off(dev, pipe);
Chris Wilson6b383a72010-09-13 13:54:26 +01002854 intel_crtc_update_cursor(crtc, false);
Chris Wilson5eddb702010-09-11 13:48:45 +01002855
Jesse Barnesb24e7172011-01-04 15:09:30 -08002856 intel_disable_plane(dev_priv, plane, pipe);
Jesse Barnes6be4a602010-09-10 10:26:01 -07002857
Chris Wilson973d04f2011-07-08 12:22:37 +01002858 if (dev_priv->cfb_plane == plane)
2859 intel_disable_fbc(dev);
Jesse Barnes6be4a602010-09-10 10:26:01 -07002860
Jesse Barnesb24e7172011-01-04 15:09:30 -08002861 intel_disable_pipe(dev_priv, pipe);
Jesse Barnes6be4a602010-09-10 10:26:01 -07002862
Jesse Barnes6be4a602010-09-10 10:26:01 -07002863 /* Disable PF */
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08002864 I915_WRITE(PF_CTL(pipe), 0);
2865 I915_WRITE(PF_WIN_SZ(pipe), 0);
Jesse Barnes6be4a602010-09-10 10:26:01 -07002866
Jesse Barnes0fc932b2011-01-04 15:09:37 -08002867 ironlake_fdi_disable(crtc);
Jesse Barnes6be4a602010-09-10 10:26:01 -07002868
Jesse Barnes47a05ec2011-02-07 13:46:40 -08002869 /* This is a horrible layering violation; we should be doing this in
2870 * the connector/encoder ->prepare instead, but we don't always have
2871 * enough information there about the config to know whether it will
2872 * actually be necessary or just cause undesired flicker.
2873 */
2874 intel_disable_pch_ports(dev_priv, pipe);
Jesse Barnes6be4a602010-09-10 10:26:01 -07002875
Jesse Barnes040484a2011-01-03 12:14:26 -08002876 intel_disable_transcoder(dev_priv, pipe);
Jesse Barnes6be4a602010-09-10 10:26:01 -07002877
Jesse Barnes6be4a602010-09-10 10:26:01 -07002878 if (HAS_PCH_CPT(dev)) {
2879 /* disable TRANS_DP_CTL */
Chris Wilson5eddb702010-09-11 13:48:45 +01002880 reg = TRANS_DP_CTL(pipe);
2881 temp = I915_READ(reg);
2882 temp &= ~(TRANS_DP_OUTPUT_ENABLE | TRANS_DP_PORT_SEL_MASK);
Eric Anholtcb3543c2011-02-02 12:08:07 -08002883 temp |= TRANS_DP_PORT_SEL_NONE;
Chris Wilson5eddb702010-09-11 13:48:45 +01002884 I915_WRITE(reg, temp);
Jesse Barnes6be4a602010-09-10 10:26:01 -07002885
2886 /* disable DPLL_SEL */
2887 temp = I915_READ(PCH_DPLL_SEL);
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08002888 switch (pipe) {
2889 case 0:
Jesse Barnesd64311a2011-10-12 15:01:33 -07002890 temp &= ~(TRANSA_DPLL_ENABLE | TRANSA_DPLLB_SEL);
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08002891 break;
2892 case 1:
Jesse Barnes6be4a602010-09-10 10:26:01 -07002893 temp &= ~(TRANSB_DPLL_ENABLE | TRANSB_DPLLB_SEL);
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08002894 break;
2895 case 2:
Jesse Barnes4b645f12011-10-12 09:51:31 -07002896 /* C shares PLL A or B */
Jesse Barnesd64311a2011-10-12 15:01:33 -07002897 temp &= ~(TRANSC_DPLL_ENABLE | TRANSC_DPLLB_SEL);
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08002898 break;
2899 default:
2900 BUG(); /* wtf */
2901 }
Jesse Barnes6be4a602010-09-10 10:26:01 -07002902 I915_WRITE(PCH_DPLL_SEL, temp);
Jesse Barnes6be4a602010-09-10 10:26:01 -07002903 }
2904
2905 /* disable PCH DPLL */
Jesse Barnesee7b9f92012-04-20 17:11:53 +01002906 intel_disable_pch_pll(intel_crtc);
Jesse Barnes6be4a602010-09-10 10:26:01 -07002907
2908 /* Switch from PCDclk to Rawclk */
Chris Wilson5eddb702010-09-11 13:48:45 +01002909 reg = FDI_RX_CTL(pipe);
2910 temp = I915_READ(reg);
2911 I915_WRITE(reg, temp & ~FDI_PCDCLK);
Jesse Barnes6be4a602010-09-10 10:26:01 -07002912
2913 /* Disable CPU FDI TX PLL */
Chris Wilson5eddb702010-09-11 13:48:45 +01002914 reg = FDI_TX_CTL(pipe);
2915 temp = I915_READ(reg);
2916 I915_WRITE(reg, temp & ~FDI_TX_PLL_ENABLE);
2917
2918 POSTING_READ(reg);
Jesse Barnes6be4a602010-09-10 10:26:01 -07002919 udelay(100);
2920
Chris Wilson5eddb702010-09-11 13:48:45 +01002921 reg = FDI_RX_CTL(pipe);
2922 temp = I915_READ(reg);
2923 I915_WRITE(reg, temp & ~FDI_RX_PLL_ENABLE);
Jesse Barnes6be4a602010-09-10 10:26:01 -07002924
2925 /* Wait for the clocks to turn off. */
Chris Wilson5eddb702010-09-11 13:48:45 +01002926 POSTING_READ(reg);
Jesse Barnes6be4a602010-09-10 10:26:01 -07002927 udelay(100);
Chris Wilson6b383a72010-09-13 13:54:26 +01002928
Chris Wilsonf7abfe82010-09-13 14:19:16 +01002929 intel_crtc->active = false;
Chris Wilson6b383a72010-09-13 13:54:26 +01002930 intel_update_watermarks(dev);
Ben Widawskyd1ebd8162011-04-25 20:11:50 +01002931
2932 mutex_lock(&dev->struct_mutex);
Chris Wilson6b383a72010-09-13 13:54:26 +01002933 intel_update_fbc(dev);
2934 intel_clear_scanline_wait(dev);
Ben Widawskyd1ebd8162011-04-25 20:11:50 +01002935 mutex_unlock(&dev->struct_mutex);
Jesse Barnes6be4a602010-09-10 10:26:01 -07002936}
2937
2938static void ironlake_crtc_dpms(struct drm_crtc *crtc, int mode)
2939{
2940 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
2941 int pipe = intel_crtc->pipe;
2942 int plane = intel_crtc->plane;
2943
Zhenyu Wang2c072452009-06-05 15:38:42 +08002944 /* XXX: When our outputs are all unaware of DPMS modes other than off
2945 * and on, we should map those modes to DRM_MODE_DPMS_OFF in the CRTC.
2946 */
2947 switch (mode) {
2948 case DRM_MODE_DPMS_ON:
2949 case DRM_MODE_DPMS_STANDBY:
2950 case DRM_MODE_DPMS_SUSPEND:
Chris Wilson868dc582010-08-07 11:01:31 +01002951 DRM_DEBUG_KMS("crtc %d/%d dpms on\n", pipe, plane);
Jesse Barnes6be4a602010-09-10 10:26:01 -07002952 ironlake_crtc_enable(crtc);
Chris Wilson868dc582010-08-07 11:01:31 +01002953 break;
Zhao Yakuib52eb4d2010-06-12 14:32:27 +08002954
Zhenyu Wang2c072452009-06-05 15:38:42 +08002955 case DRM_MODE_DPMS_OFF:
Chris Wilson868dc582010-08-07 11:01:31 +01002956 DRM_DEBUG_KMS("crtc %d/%d dpms off\n", pipe, plane);
Jesse Barnes6be4a602010-09-10 10:26:01 -07002957 ironlake_crtc_disable(crtc);
Zhenyu Wang2c072452009-06-05 15:38:42 +08002958 break;
2959 }
2960}
2961
Jesse Barnesee7b9f92012-04-20 17:11:53 +01002962static void ironlake_crtc_off(struct drm_crtc *crtc)
2963{
2964 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
2965 intel_put_pch_pll(intel_crtc);
2966}
2967
Daniel Vetter02e792f2009-09-15 22:57:34 +02002968static void intel_crtc_dpms_overlay(struct intel_crtc *intel_crtc, bool enable)
2969{
Daniel Vetter02e792f2009-09-15 22:57:34 +02002970 if (!enable && intel_crtc->overlay) {
Chris Wilson23f09ce2010-08-12 13:53:37 +01002971 struct drm_device *dev = intel_crtc->base.dev;
Chris Wilsonce453d82011-02-21 14:43:56 +00002972 struct drm_i915_private *dev_priv = dev->dev_private;
Daniel Vetter03f77ea2009-09-15 22:57:37 +02002973
Chris Wilson23f09ce2010-08-12 13:53:37 +01002974 mutex_lock(&dev->struct_mutex);
Chris Wilsonce453d82011-02-21 14:43:56 +00002975 dev_priv->mm.interruptible = false;
2976 (void) intel_overlay_switch_off(intel_crtc->overlay);
2977 dev_priv->mm.interruptible = true;
Chris Wilson23f09ce2010-08-12 13:53:37 +01002978 mutex_unlock(&dev->struct_mutex);
Daniel Vetter02e792f2009-09-15 22:57:34 +02002979 }
Daniel Vetter02e792f2009-09-15 22:57:34 +02002980
Chris Wilson5dcdbcb2010-08-12 13:50:28 +01002981 /* Let userspace switch the overlay on again. In most cases userspace
2982 * has to recompute where to put it anyway.
2983 */
Daniel Vetter02e792f2009-09-15 22:57:34 +02002984}
2985
Jesse Barnes0b8765c62010-09-10 10:31:34 -07002986static void i9xx_crtc_enable(struct drm_crtc *crtc)
Zhenyu Wang2c072452009-06-05 15:38:42 +08002987{
2988 struct drm_device *dev = crtc->dev;
Jesse Barnes79e53942008-11-07 14:24:08 -08002989 struct drm_i915_private *dev_priv = dev->dev_private;
2990 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
2991 int pipe = intel_crtc->pipe;
Jesse Barnes80824002009-09-10 15:28:06 -07002992 int plane = intel_crtc->plane;
Jesse Barnes79e53942008-11-07 14:24:08 -08002993
Chris Wilsonf7abfe82010-09-13 14:19:16 +01002994 if (intel_crtc->active)
2995 return;
2996
2997 intel_crtc->active = true;
Chris Wilson6b383a72010-09-13 13:54:26 +01002998 intel_update_watermarks(dev);
2999
Jesse Barnes63d7bbe2011-01-04 15:09:33 -08003000 intel_enable_pll(dev_priv, pipe);
Jesse Barnes040484a2011-01-03 12:14:26 -08003001 intel_enable_pipe(dev_priv, pipe, false);
Jesse Barnesb24e7172011-01-04 15:09:30 -08003002 intel_enable_plane(dev_priv, plane, pipe);
Jesse Barnes0b8765c62010-09-10 10:31:34 -07003003
3004 intel_crtc_load_lut(crtc);
Chris Wilsonbed4a672010-09-11 10:47:47 +01003005 intel_update_fbc(dev);
Jesse Barnes0b8765c62010-09-10 10:31:34 -07003006
3007 /* Give the overlay scaler a chance to enable if it's on this pipe */
3008 intel_crtc_dpms_overlay(intel_crtc, true);
Chris Wilson6b383a72010-09-13 13:54:26 +01003009 intel_crtc_update_cursor(crtc, true);
Jesse Barnes0b8765c62010-09-10 10:31:34 -07003010}
3011
3012static void i9xx_crtc_disable(struct drm_crtc *crtc)
3013{
3014 struct drm_device *dev = crtc->dev;
3015 struct drm_i915_private *dev_priv = dev->dev_private;
3016 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
3017 int pipe = intel_crtc->pipe;
3018 int plane = intel_crtc->plane;
Jesse Barnes0b8765c62010-09-10 10:31:34 -07003019
Chris Wilsonf7abfe82010-09-13 14:19:16 +01003020 if (!intel_crtc->active)
3021 return;
3022
Jesse Barnes0b8765c62010-09-10 10:31:34 -07003023 /* Give the overlay scaler a chance to disable if it's on this pipe */
Chris Wilsone6c3a2a2010-09-23 23:04:43 +01003024 intel_crtc_wait_for_pending_flips(crtc);
3025 drm_vblank_off(dev, pipe);
Jesse Barnes0b8765c62010-09-10 10:31:34 -07003026 intel_crtc_dpms_overlay(intel_crtc, false);
Chris Wilson6b383a72010-09-13 13:54:26 +01003027 intel_crtc_update_cursor(crtc, false);
Jesse Barnes0b8765c62010-09-10 10:31:34 -07003028
Chris Wilson973d04f2011-07-08 12:22:37 +01003029 if (dev_priv->cfb_plane == plane)
3030 intel_disable_fbc(dev);
Jesse Barnes0b8765c62010-09-10 10:31:34 -07003031
Jesse Barnesb24e7172011-01-04 15:09:30 -08003032 intel_disable_plane(dev_priv, plane, pipe);
Jesse Barnesb24e7172011-01-04 15:09:30 -08003033 intel_disable_pipe(dev_priv, pipe);
Jesse Barnes63d7bbe2011-01-04 15:09:33 -08003034 intel_disable_pll(dev_priv, pipe);
Jesse Barnes0b8765c62010-09-10 10:31:34 -07003035
Chris Wilsonf7abfe82010-09-13 14:19:16 +01003036 intel_crtc->active = false;
Chris Wilson6b383a72010-09-13 13:54:26 +01003037 intel_update_fbc(dev);
3038 intel_update_watermarks(dev);
3039 intel_clear_scanline_wait(dev);
Jesse Barnes0b8765c62010-09-10 10:31:34 -07003040}
3041
3042static void i9xx_crtc_dpms(struct drm_crtc *crtc, int mode)
3043{
Jesse Barnes79e53942008-11-07 14:24:08 -08003044 /* XXX: When our outputs are all unaware of DPMS modes other than off
3045 * and on, we should map those modes to DRM_MODE_DPMS_OFF in the CRTC.
3046 */
3047 switch (mode) {
3048 case DRM_MODE_DPMS_ON:
3049 case DRM_MODE_DPMS_STANDBY:
3050 case DRM_MODE_DPMS_SUSPEND:
Jesse Barnes0b8765c62010-09-10 10:31:34 -07003051 i9xx_crtc_enable(crtc);
3052 break;
Jesse Barnes79e53942008-11-07 14:24:08 -08003053 case DRM_MODE_DPMS_OFF:
Jesse Barnes0b8765c62010-09-10 10:31:34 -07003054 i9xx_crtc_disable(crtc);
Jesse Barnes79e53942008-11-07 14:24:08 -08003055 break;
3056 }
Zhenyu Wang2c072452009-06-05 15:38:42 +08003057}
3058
Jesse Barnesee7b9f92012-04-20 17:11:53 +01003059static void i9xx_crtc_off(struct drm_crtc *crtc)
3060{
3061}
3062
Zhenyu Wang2c072452009-06-05 15:38:42 +08003063/**
3064 * Sets the power management mode of the pipe and plane.
Zhenyu Wang2c072452009-06-05 15:38:42 +08003065 */
3066static void intel_crtc_dpms(struct drm_crtc *crtc, int mode)
3067{
3068 struct drm_device *dev = crtc->dev;
Jesse Barnese70236a2009-09-21 10:42:27 -07003069 struct drm_i915_private *dev_priv = dev->dev_private;
Zhenyu Wang2c072452009-06-05 15:38:42 +08003070 struct drm_i915_master_private *master_priv;
3071 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
3072 int pipe = intel_crtc->pipe;
3073 bool enabled;
3074
Chris Wilson032d2a02010-09-06 16:17:22 +01003075 if (intel_crtc->dpms_mode == mode)
3076 return;
3077
Chris Wilsondebcadd2010-08-07 11:01:33 +01003078 intel_crtc->dpms_mode = mode;
Chris Wilsondebcadd2010-08-07 11:01:33 +01003079
Jesse Barnese70236a2009-09-21 10:42:27 -07003080 dev_priv->display.dpms(crtc, mode);
Jesse Barnes79e53942008-11-07 14:24:08 -08003081
3082 if (!dev->primary->master)
3083 return;
3084
3085 master_priv = dev->primary->master->driver_priv;
3086 if (!master_priv->sarea_priv)
3087 return;
3088
3089 enabled = crtc->enabled && mode != DRM_MODE_DPMS_OFF;
3090
3091 switch (pipe) {
3092 case 0:
3093 master_priv->sarea_priv->pipeA_w = enabled ? crtc->mode.hdisplay : 0;
3094 master_priv->sarea_priv->pipeA_h = enabled ? crtc->mode.vdisplay : 0;
3095 break;
3096 case 1:
3097 master_priv->sarea_priv->pipeB_w = enabled ? crtc->mode.hdisplay : 0;
3098 master_priv->sarea_priv->pipeB_h = enabled ? crtc->mode.vdisplay : 0;
3099 break;
3100 default:
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08003101 DRM_ERROR("Can't update pipe %c in SAREA\n", pipe_name(pipe));
Jesse Barnes79e53942008-11-07 14:24:08 -08003102 break;
3103 }
Jesse Barnes79e53942008-11-07 14:24:08 -08003104}
3105
Chris Wilsoncdd59982010-09-08 16:30:16 +01003106static void intel_crtc_disable(struct drm_crtc *crtc)
3107{
3108 struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private;
3109 struct drm_device *dev = crtc->dev;
Jesse Barnesee7b9f92012-04-20 17:11:53 +01003110 struct drm_i915_private *dev_priv = dev->dev_private;
Chris Wilsoncdd59982010-09-08 16:30:16 +01003111
3112 crtc_funcs->dpms(crtc, DRM_MODE_DPMS_OFF);
Jesse Barnesee7b9f92012-04-20 17:11:53 +01003113 dev_priv->display.off(crtc);
3114
Chris Wilson931872f2012-01-16 23:01:13 +00003115 assert_plane_disabled(dev->dev_private, to_intel_crtc(crtc)->plane);
3116 assert_pipe_disabled(dev->dev_private, to_intel_crtc(crtc)->pipe);
Chris Wilsoncdd59982010-09-08 16:30:16 +01003117
3118 if (crtc->fb) {
3119 mutex_lock(&dev->struct_mutex);
Chris Wilson1690e1e2011-12-14 13:57:08 +01003120 intel_unpin_fb_obj(to_intel_framebuffer(crtc->fb)->obj);
Chris Wilsoncdd59982010-09-08 16:30:16 +01003121 mutex_unlock(&dev->struct_mutex);
3122 }
3123}
3124
Jesse Barnes7e7d76c2010-09-10 10:47:20 -07003125/* Prepare for a mode set.
3126 *
3127 * Note we could be a lot smarter here. We need to figure out which outputs
3128 * will be enabled, which disabled (in short, how the config will changes)
3129 * and perform the minimum necessary steps to accomplish that, e.g. updating
3130 * watermarks, FBC configuration, making sure PLLs are programmed correctly,
3131 * panel fitting is in the proper state, etc.
3132 */
3133static void i9xx_crtc_prepare(struct drm_crtc *crtc)
Jesse Barnes79e53942008-11-07 14:24:08 -08003134{
Jesse Barnes7e7d76c2010-09-10 10:47:20 -07003135 i9xx_crtc_disable(crtc);
Jesse Barnes79e53942008-11-07 14:24:08 -08003136}
3137
Jesse Barnes7e7d76c2010-09-10 10:47:20 -07003138static void i9xx_crtc_commit(struct drm_crtc *crtc)
Jesse Barnes79e53942008-11-07 14:24:08 -08003139{
Jesse Barnes7e7d76c2010-09-10 10:47:20 -07003140 i9xx_crtc_enable(crtc);
Jesse Barnes7e7d76c2010-09-10 10:47:20 -07003141}
3142
3143static void ironlake_crtc_prepare(struct drm_crtc *crtc)
3144{
Jesse Barnes7e7d76c2010-09-10 10:47:20 -07003145 ironlake_crtc_disable(crtc);
Jesse Barnes7e7d76c2010-09-10 10:47:20 -07003146}
3147
3148static void ironlake_crtc_commit(struct drm_crtc *crtc)
3149{
Jesse Barnes7e7d76c2010-09-10 10:47:20 -07003150 ironlake_crtc_enable(crtc);
Jesse Barnes79e53942008-11-07 14:24:08 -08003151}
3152
Akshay Joshi0206e352011-08-16 15:34:10 -04003153void intel_encoder_prepare(struct drm_encoder *encoder)
Jesse Barnes79e53942008-11-07 14:24:08 -08003154{
3155 struct drm_encoder_helper_funcs *encoder_funcs = encoder->helper_private;
3156 /* lvds has its own version of prepare see intel_lvds_prepare */
3157 encoder_funcs->dpms(encoder, DRM_MODE_DPMS_OFF);
3158}
3159
Akshay Joshi0206e352011-08-16 15:34:10 -04003160void intel_encoder_commit(struct drm_encoder *encoder)
Jesse Barnes79e53942008-11-07 14:24:08 -08003161{
3162 struct drm_encoder_helper_funcs *encoder_funcs = encoder->helper_private;
Jesse Barnesd4270e52011-10-11 10:43:02 -07003163 struct drm_device *dev = encoder->dev;
3164 struct intel_encoder *intel_encoder = to_intel_encoder(encoder);
3165 struct intel_crtc *intel_crtc = to_intel_crtc(intel_encoder->base.crtc);
3166
Jesse Barnes79e53942008-11-07 14:24:08 -08003167 /* lvds has its own version of commit see intel_lvds_commit */
3168 encoder_funcs->dpms(encoder, DRM_MODE_DPMS_ON);
Jesse Barnesd4270e52011-10-11 10:43:02 -07003169
3170 if (HAS_PCH_CPT(dev))
3171 intel_cpt_verify_modeset(dev, intel_crtc->pipe);
Jesse Barnes79e53942008-11-07 14:24:08 -08003172}
3173
Chris Wilsonea5b2132010-08-04 13:50:23 +01003174void intel_encoder_destroy(struct drm_encoder *encoder)
3175{
Chris Wilson4ef69c72010-09-09 15:14:28 +01003176 struct intel_encoder *intel_encoder = to_intel_encoder(encoder);
Chris Wilsonea5b2132010-08-04 13:50:23 +01003177
Chris Wilsonea5b2132010-08-04 13:50:23 +01003178 drm_encoder_cleanup(encoder);
3179 kfree(intel_encoder);
3180}
3181
Jesse Barnes79e53942008-11-07 14:24:08 -08003182static bool intel_crtc_mode_fixup(struct drm_crtc *crtc,
3183 struct drm_display_mode *mode,
3184 struct drm_display_mode *adjusted_mode)
3185{
Zhenyu Wang2c072452009-06-05 15:38:42 +08003186 struct drm_device *dev = crtc->dev;
Chris Wilson89749352010-09-12 18:25:19 +01003187
Eric Anholtbad720f2009-10-22 16:11:14 -07003188 if (HAS_PCH_SPLIT(dev)) {
Zhenyu Wang2c072452009-06-05 15:38:42 +08003189 /* FDI link clock is fixed at 2.7G */
Jesse Barnes2377b742010-07-07 14:06:43 -07003190 if (mode->clock * 3 > IRONLAKE_FDI_FREQ * 4)
3191 return false;
Zhenyu Wang2c072452009-06-05 15:38:42 +08003192 }
Chris Wilson89749352010-09-12 18:25:19 +01003193
Daniel Vetterca9bfa72012-01-28 14:49:20 +01003194 /* All interlaced capable intel hw wants timings in frames. */
3195 drm_mode_set_crtcinfo(adjusted_mode, 0);
Chris Wilson89749352010-09-12 18:25:19 +01003196
Jesse Barnes79e53942008-11-07 14:24:08 -08003197 return true;
3198}
3199
Jesse Barnes25eb05fc2012-03-28 13:39:23 -07003200static int valleyview_get_display_clock_speed(struct drm_device *dev)
3201{
3202 return 400000; /* FIXME */
3203}
3204
Jesse Barnese70236a2009-09-21 10:42:27 -07003205static int i945_get_display_clock_speed(struct drm_device *dev)
Jesse Barnes79e53942008-11-07 14:24:08 -08003206{
Jesse Barnese70236a2009-09-21 10:42:27 -07003207 return 400000;
3208}
Jesse Barnes79e53942008-11-07 14:24:08 -08003209
Jesse Barnese70236a2009-09-21 10:42:27 -07003210static int i915_get_display_clock_speed(struct drm_device *dev)
3211{
3212 return 333000;
3213}
Jesse Barnes79e53942008-11-07 14:24:08 -08003214
Jesse Barnese70236a2009-09-21 10:42:27 -07003215static int i9xx_misc_get_display_clock_speed(struct drm_device *dev)
3216{
3217 return 200000;
3218}
Jesse Barnes79e53942008-11-07 14:24:08 -08003219
Jesse Barnese70236a2009-09-21 10:42:27 -07003220static int i915gm_get_display_clock_speed(struct drm_device *dev)
3221{
3222 u16 gcfgc = 0;
3223
3224 pci_read_config_word(dev->pdev, GCFGC, &gcfgc);
3225
3226 if (gcfgc & GC_LOW_FREQUENCY_ENABLE)
Jesse Barnes79e53942008-11-07 14:24:08 -08003227 return 133000;
Jesse Barnese70236a2009-09-21 10:42:27 -07003228 else {
3229 switch (gcfgc & GC_DISPLAY_CLOCK_MASK) {
3230 case GC_DISPLAY_CLOCK_333_MHZ:
3231 return 333000;
3232 default:
3233 case GC_DISPLAY_CLOCK_190_200_MHZ:
3234 return 190000;
3235 }
3236 }
3237}
Jesse Barnes79e53942008-11-07 14:24:08 -08003238
Jesse Barnese70236a2009-09-21 10:42:27 -07003239static int i865_get_display_clock_speed(struct drm_device *dev)
3240{
3241 return 266000;
3242}
3243
3244static int i855_get_display_clock_speed(struct drm_device *dev)
3245{
3246 u16 hpllcc = 0;
3247 /* Assume that the hardware is in the high speed state. This
3248 * should be the default.
3249 */
3250 switch (hpllcc & GC_CLOCK_CONTROL_MASK) {
3251 case GC_CLOCK_133_200:
3252 case GC_CLOCK_100_200:
3253 return 200000;
3254 case GC_CLOCK_166_250:
3255 return 250000;
3256 case GC_CLOCK_100_133:
3257 return 133000;
3258 }
3259
3260 /* Shouldn't happen */
3261 return 0;
3262}
3263
3264static int i830_get_display_clock_speed(struct drm_device *dev)
3265{
3266 return 133000;
Jesse Barnes79e53942008-11-07 14:24:08 -08003267}
3268
Zhenyu Wang2c072452009-06-05 15:38:42 +08003269struct fdi_m_n {
3270 u32 tu;
3271 u32 gmch_m;
3272 u32 gmch_n;
3273 u32 link_m;
3274 u32 link_n;
3275};
3276
3277static void
3278fdi_reduce_ratio(u32 *num, u32 *den)
3279{
3280 while (*num > 0xffffff || *den > 0xffffff) {
3281 *num >>= 1;
3282 *den >>= 1;
3283 }
3284}
3285
Zhenyu Wang2c072452009-06-05 15:38:42 +08003286static void
Adam Jacksonf2b115e2009-12-03 17:14:42 -05003287ironlake_compute_m_n(int bits_per_pixel, int nlanes, int pixel_clock,
3288 int link_clock, struct fdi_m_n *m_n)
Zhenyu Wang2c072452009-06-05 15:38:42 +08003289{
Zhenyu Wang2c072452009-06-05 15:38:42 +08003290 m_n->tu = 64; /* default size */
3291
Chris Wilson22ed1112010-12-04 01:01:29 +00003292 /* BUG_ON(pixel_clock > INT_MAX / 36); */
3293 m_n->gmch_m = bits_per_pixel * pixel_clock;
3294 m_n->gmch_n = link_clock * nlanes * 8;
Zhenyu Wang2c072452009-06-05 15:38:42 +08003295 fdi_reduce_ratio(&m_n->gmch_m, &m_n->gmch_n);
3296
Chris Wilson22ed1112010-12-04 01:01:29 +00003297 m_n->link_m = pixel_clock;
3298 m_n->link_n = link_clock;
Zhenyu Wang2c072452009-06-05 15:38:42 +08003299 fdi_reduce_ratio(&m_n->link_m, &m_n->link_n);
3300}
3301
Chris Wilsona7615032011-01-12 17:04:08 +00003302static inline bool intel_panel_use_ssc(struct drm_i915_private *dev_priv)
3303{
Keith Packard72bbe582011-09-26 16:09:45 -07003304 if (i915_panel_use_ssc >= 0)
3305 return i915_panel_use_ssc != 0;
3306 return dev_priv->lvds_use_ssc
Keith Packard435793d2011-07-12 14:56:22 -07003307 && !(dev_priv->quirks & QUIRK_LVDS_SSC_DISABLE);
Chris Wilsona7615032011-01-12 17:04:08 +00003308}
3309
Jesse Barnes5a354202011-06-24 12:19:22 -07003310/**
3311 * intel_choose_pipe_bpp_dither - figure out what color depth the pipe should send
3312 * @crtc: CRTC structure
Adam Jackson3b5c78a2011-12-13 15:41:00 -08003313 * @mode: requested mode
Jesse Barnes5a354202011-06-24 12:19:22 -07003314 *
3315 * A pipe may be connected to one or more outputs. Based on the depth of the
3316 * attached framebuffer, choose a good color depth to use on the pipe.
3317 *
3318 * If possible, match the pipe depth to the fb depth. In some cases, this
3319 * isn't ideal, because the connected output supports a lesser or restricted
3320 * set of depths. Resolve that here:
3321 * LVDS typically supports only 6bpc, so clamp down in that case
3322 * HDMI supports only 8bpc or 12bpc, so clamp to 8bpc with dither for 10bpc
3323 * Displays may support a restricted set as well, check EDID and clamp as
3324 * appropriate.
Adam Jackson3b5c78a2011-12-13 15:41:00 -08003325 * DP may want to dither down to 6bpc to fit larger modes
Jesse Barnes5a354202011-06-24 12:19:22 -07003326 *
3327 * RETURNS:
3328 * Dithering requirement (i.e. false if display bpc and pipe bpc match,
3329 * true if they don't match).
3330 */
3331static bool intel_choose_pipe_bpp_dither(struct drm_crtc *crtc,
Adam Jackson3b5c78a2011-12-13 15:41:00 -08003332 unsigned int *pipe_bpp,
3333 struct drm_display_mode *mode)
Jesse Barnes5a354202011-06-24 12:19:22 -07003334{
3335 struct drm_device *dev = crtc->dev;
3336 struct drm_i915_private *dev_priv = dev->dev_private;
3337 struct drm_encoder *encoder;
3338 struct drm_connector *connector;
3339 unsigned int display_bpc = UINT_MAX, bpc;
3340
3341 /* Walk the encoders & connectors on this crtc, get min bpc */
3342 list_for_each_entry(encoder, &dev->mode_config.encoder_list, head) {
3343 struct intel_encoder *intel_encoder = to_intel_encoder(encoder);
3344
3345 if (encoder->crtc != crtc)
3346 continue;
3347
3348 if (intel_encoder->type == INTEL_OUTPUT_LVDS) {
3349 unsigned int lvds_bpc;
3350
3351 if ((I915_READ(PCH_LVDS) & LVDS_A3_POWER_MASK) ==
3352 LVDS_A3_POWER_UP)
3353 lvds_bpc = 8;
3354 else
3355 lvds_bpc = 6;
3356
3357 if (lvds_bpc < display_bpc) {
Adam Jackson82820492011-10-10 16:33:34 -04003358 DRM_DEBUG_KMS("clamping display bpc (was %d) to LVDS (%d)\n", display_bpc, lvds_bpc);
Jesse Barnes5a354202011-06-24 12:19:22 -07003359 display_bpc = lvds_bpc;
3360 }
3361 continue;
3362 }
3363
3364 if (intel_encoder->type == INTEL_OUTPUT_EDP) {
3365 /* Use VBT settings if we have an eDP panel */
3366 unsigned int edp_bpc = dev_priv->edp.bpp / 3;
3367
3368 if (edp_bpc < display_bpc) {
Adam Jackson82820492011-10-10 16:33:34 -04003369 DRM_DEBUG_KMS("clamping display bpc (was %d) to eDP (%d)\n", display_bpc, edp_bpc);
Jesse Barnes5a354202011-06-24 12:19:22 -07003370 display_bpc = edp_bpc;
3371 }
3372 continue;
3373 }
3374
3375 /* Not one of the known troublemakers, check the EDID */
3376 list_for_each_entry(connector, &dev->mode_config.connector_list,
3377 head) {
3378 if (connector->encoder != encoder)
3379 continue;
3380
Jesse Barnes62ac41a2011-07-28 12:55:14 -07003381 /* Don't use an invalid EDID bpc value */
3382 if (connector->display_info.bpc &&
3383 connector->display_info.bpc < display_bpc) {
Adam Jackson82820492011-10-10 16:33:34 -04003384 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 -07003385 display_bpc = connector->display_info.bpc;
3386 }
3387 }
3388
3389 /*
3390 * HDMI is either 12 or 8, so if the display lets 10bpc sneak
3391 * through, clamp it down. (Note: >12bpc will be caught below.)
3392 */
3393 if (intel_encoder->type == INTEL_OUTPUT_HDMI) {
3394 if (display_bpc > 8 && display_bpc < 12) {
Adam Jackson82820492011-10-10 16:33:34 -04003395 DRM_DEBUG_KMS("forcing bpc to 12 for HDMI\n");
Jesse Barnes5a354202011-06-24 12:19:22 -07003396 display_bpc = 12;
3397 } else {
Adam Jackson82820492011-10-10 16:33:34 -04003398 DRM_DEBUG_KMS("forcing bpc to 8 for HDMI\n");
Jesse Barnes5a354202011-06-24 12:19:22 -07003399 display_bpc = 8;
3400 }
3401 }
3402 }
3403
Adam Jackson3b5c78a2011-12-13 15:41:00 -08003404 if (mode->private_flags & INTEL_MODE_DP_FORCE_6BPC) {
3405 DRM_DEBUG_KMS("Dithering DP to 6bpc\n");
3406 display_bpc = 6;
3407 }
3408
Jesse Barnes5a354202011-06-24 12:19:22 -07003409 /*
3410 * We could just drive the pipe at the highest bpc all the time and
3411 * enable dithering as needed, but that costs bandwidth. So choose
3412 * the minimum value that expresses the full color range of the fb but
3413 * also stays within the max display bpc discovered above.
3414 */
3415
3416 switch (crtc->fb->depth) {
3417 case 8:
3418 bpc = 8; /* since we go through a colormap */
3419 break;
3420 case 15:
3421 case 16:
3422 bpc = 6; /* min is 18bpp */
3423 break;
3424 case 24:
Keith Packard578393c2011-09-05 11:53:21 -07003425 bpc = 8;
Jesse Barnes5a354202011-06-24 12:19:22 -07003426 break;
3427 case 30:
Keith Packard578393c2011-09-05 11:53:21 -07003428 bpc = 10;
Jesse Barnes5a354202011-06-24 12:19:22 -07003429 break;
3430 case 48:
Keith Packard578393c2011-09-05 11:53:21 -07003431 bpc = 12;
Jesse Barnes5a354202011-06-24 12:19:22 -07003432 break;
3433 default:
3434 DRM_DEBUG("unsupported depth, assuming 24 bits\n");
3435 bpc = min((unsigned int)8, display_bpc);
3436 break;
3437 }
3438
Keith Packard578393c2011-09-05 11:53:21 -07003439 display_bpc = min(display_bpc, bpc);
3440
Adam Jackson82820492011-10-10 16:33:34 -04003441 DRM_DEBUG_KMS("setting pipe bpc to %d (max display bpc %d)\n",
3442 bpc, display_bpc);
Jesse Barnes5a354202011-06-24 12:19:22 -07003443
Keith Packard578393c2011-09-05 11:53:21 -07003444 *pipe_bpp = display_bpc * 3;
Jesse Barnes5a354202011-06-24 12:19:22 -07003445
3446 return display_bpc != bpc;
3447}
3448
Jesse Barnesc65d77d2011-12-15 12:30:36 -08003449static int i9xx_get_refclk(struct drm_crtc *crtc, int num_connectors)
3450{
3451 struct drm_device *dev = crtc->dev;
3452 struct drm_i915_private *dev_priv = dev->dev_private;
3453 int refclk;
3454
3455 if (intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS) &&
3456 intel_panel_use_ssc(dev_priv) && num_connectors < 2) {
3457 refclk = dev_priv->lvds_ssc_freq * 1000;
3458 DRM_DEBUG_KMS("using SSC reference clock of %d MHz\n",
3459 refclk / 1000);
3460 } else if (!IS_GEN2(dev)) {
3461 refclk = 96000;
3462 } else {
3463 refclk = 48000;
3464 }
3465
3466 return refclk;
3467}
3468
3469static void i9xx_adjust_sdvo_tv_clock(struct drm_display_mode *adjusted_mode,
3470 intel_clock_t *clock)
3471{
3472 /* SDVO TV has fixed PLL values depend on its clock range,
3473 this mirrors vbios setting. */
3474 if (adjusted_mode->clock >= 100000
3475 && adjusted_mode->clock < 140500) {
3476 clock->p1 = 2;
3477 clock->p2 = 10;
3478 clock->n = 3;
3479 clock->m1 = 16;
3480 clock->m2 = 8;
3481 } else if (adjusted_mode->clock >= 140500
3482 && adjusted_mode->clock <= 200000) {
3483 clock->p1 = 1;
3484 clock->p2 = 10;
3485 clock->n = 6;
3486 clock->m1 = 12;
3487 clock->m2 = 8;
3488 }
3489}
3490
Jesse Barnesa7516a02011-12-15 12:30:37 -08003491static void i9xx_update_pll_dividers(struct drm_crtc *crtc,
3492 intel_clock_t *clock,
3493 intel_clock_t *reduced_clock)
3494{
3495 struct drm_device *dev = crtc->dev;
3496 struct drm_i915_private *dev_priv = dev->dev_private;
3497 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
3498 int pipe = intel_crtc->pipe;
3499 u32 fp, fp2 = 0;
3500
3501 if (IS_PINEVIEW(dev)) {
3502 fp = (1 << clock->n) << 16 | clock->m1 << 8 | clock->m2;
3503 if (reduced_clock)
3504 fp2 = (1 << reduced_clock->n) << 16 |
3505 reduced_clock->m1 << 8 | reduced_clock->m2;
3506 } else {
3507 fp = clock->n << 16 | clock->m1 << 8 | clock->m2;
3508 if (reduced_clock)
3509 fp2 = reduced_clock->n << 16 | reduced_clock->m1 << 8 |
3510 reduced_clock->m2;
3511 }
3512
3513 I915_WRITE(FP0(pipe), fp);
3514
3515 intel_crtc->lowfreq_avail = false;
3516 if (intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS) &&
3517 reduced_clock && i915_powersave) {
3518 I915_WRITE(FP1(pipe), fp2);
3519 intel_crtc->lowfreq_avail = true;
3520 } else {
3521 I915_WRITE(FP1(pipe), fp);
3522 }
3523}
3524
Daniel Vetter93e537a2012-03-28 23:11:26 +02003525static void intel_update_lvds(struct drm_crtc *crtc, intel_clock_t *clock,
3526 struct drm_display_mode *adjusted_mode)
3527{
3528 struct drm_device *dev = crtc->dev;
3529 struct drm_i915_private *dev_priv = dev->dev_private;
3530 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
3531 int pipe = intel_crtc->pipe;
Chris Wilson284d5df2012-04-14 17:41:59 +01003532 u32 temp;
Daniel Vetter93e537a2012-03-28 23:11:26 +02003533
3534 temp = I915_READ(LVDS);
3535 temp |= LVDS_PORT_EN | LVDS_A0A2_CLKA_POWER_UP;
3536 if (pipe == 1) {
3537 temp |= LVDS_PIPEB_SELECT;
3538 } else {
3539 temp &= ~LVDS_PIPEB_SELECT;
3540 }
3541 /* set the corresponsding LVDS_BORDER bit */
3542 temp |= dev_priv->lvds_border_bits;
3543 /* Set the B0-B3 data pairs corresponding to whether we're going to
3544 * set the DPLLs for dual-channel mode or not.
3545 */
3546 if (clock->p2 == 7)
3547 temp |= LVDS_B0B3_POWER_UP | LVDS_CLKB_POWER_UP;
3548 else
3549 temp &= ~(LVDS_B0B3_POWER_UP | LVDS_CLKB_POWER_UP);
3550
3551 /* It would be nice to set 24 vs 18-bit mode (LVDS_A3_POWER_UP)
3552 * appropriately here, but we need to look more thoroughly into how
3553 * panels behave in the two modes.
3554 */
3555 /* set the dithering flag on LVDS as needed */
3556 if (INTEL_INFO(dev)->gen >= 4) {
3557 if (dev_priv->lvds_dither)
3558 temp |= LVDS_ENABLE_DITHER;
3559 else
3560 temp &= ~LVDS_ENABLE_DITHER;
3561 }
Chris Wilson284d5df2012-04-14 17:41:59 +01003562 temp &= ~(LVDS_HSYNC_POLARITY | LVDS_VSYNC_POLARITY);
Daniel Vetter93e537a2012-03-28 23:11:26 +02003563 if (adjusted_mode->flags & DRM_MODE_FLAG_NHSYNC)
Chris Wilson284d5df2012-04-14 17:41:59 +01003564 temp |= LVDS_HSYNC_POLARITY;
Daniel Vetter93e537a2012-03-28 23:11:26 +02003565 if (adjusted_mode->flags & DRM_MODE_FLAG_NVSYNC)
Chris Wilson284d5df2012-04-14 17:41:59 +01003566 temp |= LVDS_VSYNC_POLARITY;
Daniel Vetter93e537a2012-03-28 23:11:26 +02003567 I915_WRITE(LVDS, temp);
3568}
3569
Daniel Vettereb1cbe42012-03-28 23:12:16 +02003570static void i9xx_update_pll(struct drm_crtc *crtc,
3571 struct drm_display_mode *mode,
3572 struct drm_display_mode *adjusted_mode,
3573 intel_clock_t *clock, intel_clock_t *reduced_clock,
3574 int num_connectors)
3575{
3576 struct drm_device *dev = crtc->dev;
3577 struct drm_i915_private *dev_priv = dev->dev_private;
3578 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
3579 int pipe = intel_crtc->pipe;
3580 u32 dpll;
3581 bool is_sdvo;
3582
3583 is_sdvo = intel_pipe_has_type(crtc, INTEL_OUTPUT_SDVO) ||
3584 intel_pipe_has_type(crtc, INTEL_OUTPUT_HDMI);
3585
3586 dpll = DPLL_VGA_MODE_DIS;
3587
3588 if (intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS))
3589 dpll |= DPLLB_MODE_LVDS;
3590 else
3591 dpll |= DPLLB_MODE_DAC_SERIAL;
3592 if (is_sdvo) {
3593 int pixel_multiplier = intel_mode_get_pixel_multiplier(adjusted_mode);
3594 if (pixel_multiplier > 1) {
3595 if (IS_I945G(dev) || IS_I945GM(dev) || IS_G33(dev))
3596 dpll |= (pixel_multiplier - 1) << SDVO_MULTIPLIER_SHIFT_HIRES;
3597 }
3598 dpll |= DPLL_DVO_HIGH_SPEED;
3599 }
3600 if (intel_pipe_has_type(crtc, INTEL_OUTPUT_DISPLAYPORT))
3601 dpll |= DPLL_DVO_HIGH_SPEED;
3602
3603 /* compute bitmask from p1 value */
3604 if (IS_PINEVIEW(dev))
3605 dpll |= (1 << (clock->p1 - 1)) << DPLL_FPA01_P1_POST_DIV_SHIFT_PINEVIEW;
3606 else {
3607 dpll |= (1 << (clock->p1 - 1)) << DPLL_FPA01_P1_POST_DIV_SHIFT;
3608 if (IS_G4X(dev) && reduced_clock)
3609 dpll |= (1 << (reduced_clock->p1 - 1)) << DPLL_FPA1_P1_POST_DIV_SHIFT;
3610 }
3611 switch (clock->p2) {
3612 case 5:
3613 dpll |= DPLL_DAC_SERIAL_P2_CLOCK_DIV_5;
3614 break;
3615 case 7:
3616 dpll |= DPLLB_LVDS_P2_CLOCK_DIV_7;
3617 break;
3618 case 10:
3619 dpll |= DPLL_DAC_SERIAL_P2_CLOCK_DIV_10;
3620 break;
3621 case 14:
3622 dpll |= DPLLB_LVDS_P2_CLOCK_DIV_14;
3623 break;
3624 }
3625 if (INTEL_INFO(dev)->gen >= 4)
3626 dpll |= (6 << PLL_LOAD_PULSE_PHASE_SHIFT);
3627
3628 if (is_sdvo && intel_pipe_has_type(crtc, INTEL_OUTPUT_TVOUT))
3629 dpll |= PLL_REF_INPUT_TVCLKINBC;
3630 else if (intel_pipe_has_type(crtc, INTEL_OUTPUT_TVOUT))
3631 /* XXX: just matching BIOS for now */
3632 /* dpll |= PLL_REF_INPUT_TVCLKINBC; */
3633 dpll |= 3;
3634 else if (intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS) &&
3635 intel_panel_use_ssc(dev_priv) && num_connectors < 2)
3636 dpll |= PLLB_REF_INPUT_SPREADSPECTRUMIN;
3637 else
3638 dpll |= PLL_REF_INPUT_DREFCLK;
3639
3640 dpll |= DPLL_VCO_ENABLE;
3641 I915_WRITE(DPLL(pipe), dpll & ~DPLL_VCO_ENABLE);
3642 POSTING_READ(DPLL(pipe));
3643 udelay(150);
3644
3645 /* The LVDS pin pair needs to be on before the DPLLs are enabled.
3646 * This is an exception to the general rule that mode_set doesn't turn
3647 * things on.
3648 */
3649 if (intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS))
3650 intel_update_lvds(crtc, clock, adjusted_mode);
3651
3652 if (intel_pipe_has_type(crtc, INTEL_OUTPUT_DISPLAYPORT))
3653 intel_dp_set_m_n(crtc, mode, adjusted_mode);
3654
3655 I915_WRITE(DPLL(pipe), dpll);
3656
3657 /* Wait for the clocks to stabilize. */
3658 POSTING_READ(DPLL(pipe));
3659 udelay(150);
3660
3661 if (INTEL_INFO(dev)->gen >= 4) {
3662 u32 temp = 0;
3663 if (is_sdvo) {
3664 temp = intel_mode_get_pixel_multiplier(adjusted_mode);
3665 if (temp > 1)
3666 temp = (temp - 1) << DPLL_MD_UDI_MULTIPLIER_SHIFT;
3667 else
3668 temp = 0;
3669 }
3670 I915_WRITE(DPLL_MD(pipe), temp);
3671 } else {
3672 /* The pixel multiplier can only be updated once the
3673 * DPLL is enabled and the clocks are stable.
3674 *
3675 * So write it again.
3676 */
3677 I915_WRITE(DPLL(pipe), dpll);
3678 }
3679}
3680
3681static void i8xx_update_pll(struct drm_crtc *crtc,
3682 struct drm_display_mode *adjusted_mode,
3683 intel_clock_t *clock,
3684 int num_connectors)
3685{
3686 struct drm_device *dev = crtc->dev;
3687 struct drm_i915_private *dev_priv = dev->dev_private;
3688 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
3689 int pipe = intel_crtc->pipe;
3690 u32 dpll;
3691
3692 dpll = DPLL_VGA_MODE_DIS;
3693
3694 if (intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS)) {
3695 dpll |= (1 << (clock->p1 - 1)) << DPLL_FPA01_P1_POST_DIV_SHIFT;
3696 } else {
3697 if (clock->p1 == 2)
3698 dpll |= PLL_P1_DIVIDE_BY_TWO;
3699 else
3700 dpll |= (clock->p1 - 2) << DPLL_FPA01_P1_POST_DIV_SHIFT;
3701 if (clock->p2 == 4)
3702 dpll |= PLL_P2_DIVIDE_BY_4;
3703 }
3704
3705 if (intel_pipe_has_type(crtc, INTEL_OUTPUT_TVOUT))
3706 /* XXX: just matching BIOS for now */
3707 /* dpll |= PLL_REF_INPUT_TVCLKINBC; */
3708 dpll |= 3;
3709 else if (intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS) &&
3710 intel_panel_use_ssc(dev_priv) && num_connectors < 2)
3711 dpll |= PLLB_REF_INPUT_SPREADSPECTRUMIN;
3712 else
3713 dpll |= PLL_REF_INPUT_DREFCLK;
3714
3715 dpll |= DPLL_VCO_ENABLE;
3716 I915_WRITE(DPLL(pipe), dpll & ~DPLL_VCO_ENABLE);
3717 POSTING_READ(DPLL(pipe));
3718 udelay(150);
3719
3720 I915_WRITE(DPLL(pipe), dpll);
3721
3722 /* Wait for the clocks to stabilize. */
3723 POSTING_READ(DPLL(pipe));
3724 udelay(150);
3725
3726 /* The LVDS pin pair needs to be on before the DPLLs are enabled.
3727 * This is an exception to the general rule that mode_set doesn't turn
3728 * things on.
3729 */
3730 if (intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS))
3731 intel_update_lvds(crtc, clock, adjusted_mode);
3732
3733 /* The pixel multiplier can only be updated once the
3734 * DPLL is enabled and the clocks are stable.
3735 *
3736 * So write it again.
3737 */
3738 I915_WRITE(DPLL(pipe), dpll);
3739}
3740
Eric Anholtf564048e2011-03-30 13:01:02 -07003741static int i9xx_crtc_mode_set(struct drm_crtc *crtc,
3742 struct drm_display_mode *mode,
3743 struct drm_display_mode *adjusted_mode,
3744 int x, int y,
3745 struct drm_framebuffer *old_fb)
Jesse Barnes79e53942008-11-07 14:24:08 -08003746{
3747 struct drm_device *dev = crtc->dev;
3748 struct drm_i915_private *dev_priv = dev->dev_private;
3749 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
3750 int pipe = intel_crtc->pipe;
Jesse Barnes80824002009-09-10 15:28:06 -07003751 int plane = intel_crtc->plane;
Eric Anholtc751ce42010-03-25 11:48:48 -07003752 int refclk, num_connectors = 0;
Jesse Barnes652c3932009-08-17 13:31:43 -07003753 intel_clock_t clock, reduced_clock;
Daniel Vettereb1cbe42012-03-28 23:12:16 +02003754 u32 dspcntr, pipeconf, vsyncshift;
3755 bool ok, has_reduced_clock = false, is_sdvo = false;
3756 bool is_lvds = false, is_tv = false, is_dp = false;
Jesse Barnes79e53942008-11-07 14:24:08 -08003757 struct drm_mode_config *mode_config = &dev->mode_config;
Chris Wilson5eddb702010-09-11 13:48:45 +01003758 struct intel_encoder *encoder;
Ma Lingd4906092009-03-18 20:13:27 +08003759 const intel_limit_t *limit;
Chris Wilson5c3b82e2009-02-11 13:25:09 +00003760 int ret;
Jesse Barnes79e53942008-11-07 14:24:08 -08003761
Chris Wilson5eddb702010-09-11 13:48:45 +01003762 list_for_each_entry(encoder, &mode_config->encoder_list, base.head) {
3763 if (encoder->base.crtc != crtc)
Jesse Barnes79e53942008-11-07 14:24:08 -08003764 continue;
3765
Chris Wilson5eddb702010-09-11 13:48:45 +01003766 switch (encoder->type) {
Jesse Barnes79e53942008-11-07 14:24:08 -08003767 case INTEL_OUTPUT_LVDS:
3768 is_lvds = true;
3769 break;
3770 case INTEL_OUTPUT_SDVO:
Eric Anholt7d573822009-01-02 13:33:00 -08003771 case INTEL_OUTPUT_HDMI:
Jesse Barnes79e53942008-11-07 14:24:08 -08003772 is_sdvo = true;
Chris Wilson5eddb702010-09-11 13:48:45 +01003773 if (encoder->needs_tv_clock)
Jesse Barnese2f0ba92009-02-02 15:11:52 -08003774 is_tv = true;
Jesse Barnes79e53942008-11-07 14:24:08 -08003775 break;
Jesse Barnes79e53942008-11-07 14:24:08 -08003776 case INTEL_OUTPUT_TVOUT:
3777 is_tv = true;
3778 break;
Keith Packarda4fc5ed2009-04-07 16:16:42 -07003779 case INTEL_OUTPUT_DISPLAYPORT:
3780 is_dp = true;
3781 break;
Jesse Barnes79e53942008-11-07 14:24:08 -08003782 }
Kristian Høgsberg43565a02009-02-13 20:56:52 -05003783
Eric Anholtc751ce42010-03-25 11:48:48 -07003784 num_connectors++;
Jesse Barnes79e53942008-11-07 14:24:08 -08003785 }
3786
Jesse Barnesc65d77d2011-12-15 12:30:36 -08003787 refclk = i9xx_get_refclk(crtc, num_connectors);
Jesse Barnes79e53942008-11-07 14:24:08 -08003788
Ma Lingd4906092009-03-18 20:13:27 +08003789 /*
3790 * Returns a set of divisors for the desired target clock with the given
3791 * refclk, or FALSE. The returned values represent the clock equation:
3792 * reflck * (5 * (m1 + 2) + (m2 + 2)) / (n + 2) / p1 / p2.
3793 */
Chris Wilson1b894b52010-12-14 20:04:54 +00003794 limit = intel_limit(crtc, refclk);
Sean Paulcec2f352012-01-10 15:09:36 -08003795 ok = limit->find_pll(limit, crtc, adjusted_mode->clock, refclk, NULL,
3796 &clock);
Jesse Barnes79e53942008-11-07 14:24:08 -08003797 if (!ok) {
3798 DRM_ERROR("Couldn't find PLL settings for mode!\n");
Eric Anholtf564048e2011-03-30 13:01:02 -07003799 return -EINVAL;
3800 }
3801
3802 /* Ensure that the cursor is valid for the new mode before changing... */
3803 intel_crtc_update_cursor(crtc, true);
3804
3805 if (is_lvds && dev_priv->lvds_downclock_avail) {
Sean Paulcec2f352012-01-10 15:09:36 -08003806 /*
3807 * Ensure we match the reduced clock's P to the target clock.
3808 * If the clocks don't match, we can't switch the display clock
3809 * by using the FP0/FP1. In such case we will disable the LVDS
3810 * downclock feature.
3811 */
Eric Anholtf564048e2011-03-30 13:01:02 -07003812 has_reduced_clock = limit->find_pll(limit, crtc,
3813 dev_priv->lvds_downclock,
3814 refclk,
Sean Paulcec2f352012-01-10 15:09:36 -08003815 &clock,
Eric Anholtf564048e2011-03-30 13:01:02 -07003816 &reduced_clock);
Eric Anholtf564048e2011-03-30 13:01:02 -07003817 }
3818
Jesse Barnesc65d77d2011-12-15 12:30:36 -08003819 if (is_sdvo && is_tv)
3820 i9xx_adjust_sdvo_tv_clock(adjusted_mode, &clock);
Eric Anholtf564048e2011-03-30 13:01:02 -07003821
Jesse Barnesa7516a02011-12-15 12:30:37 -08003822 i9xx_update_pll_dividers(crtc, &clock, has_reduced_clock ?
3823 &reduced_clock : NULL);
Eric Anholtf564048e2011-03-30 13:01:02 -07003824
Daniel Vettereb1cbe42012-03-28 23:12:16 +02003825 if (IS_GEN2(dev))
3826 i8xx_update_pll(crtc, adjusted_mode, &clock, num_connectors);
Eric Anholtf564048e2011-03-30 13:01:02 -07003827 else
Daniel Vettereb1cbe42012-03-28 23:12:16 +02003828 i9xx_update_pll(crtc, mode, adjusted_mode, &clock,
3829 has_reduced_clock ? &reduced_clock : NULL,
3830 num_connectors);
Eric Anholtf564048e2011-03-30 13:01:02 -07003831
3832 /* setup pipeconf */
3833 pipeconf = I915_READ(PIPECONF(pipe));
3834
3835 /* Set up the display plane register */
3836 dspcntr = DISPPLANE_GAMMA_ENABLE;
3837
Eric Anholt929c77f2011-03-30 13:01:04 -07003838 if (pipe == 0)
3839 dspcntr &= ~DISPPLANE_SEL_PIPE_MASK;
3840 else
3841 dspcntr |= DISPPLANE_SEL_PIPE_B;
Eric Anholtf564048e2011-03-30 13:01:02 -07003842
3843 if (pipe == 0 && INTEL_INFO(dev)->gen < 4) {
3844 /* Enable pixel doubling when the dot clock is > 90% of the (display)
3845 * core speed.
3846 *
3847 * XXX: No double-wide on 915GM pipe B. Is that the only reason for the
3848 * pipe == 0 check?
3849 */
3850 if (mode->clock >
3851 dev_priv->display.get_display_clock_speed(dev) * 9 / 10)
3852 pipeconf |= PIPECONF_DOUBLE_WIDE;
3853 else
3854 pipeconf &= ~PIPECONF_DOUBLE_WIDE;
3855 }
3856
Adam Jackson3b5c78a2011-12-13 15:41:00 -08003857 /* default to 8bpc */
3858 pipeconf &= ~(PIPECONF_BPP_MASK | PIPECONF_DITHER_EN);
3859 if (is_dp) {
3860 if (mode->private_flags & INTEL_MODE_DP_FORCE_6BPC) {
3861 pipeconf |= PIPECONF_BPP_6 |
3862 PIPECONF_DITHER_EN |
3863 PIPECONF_DITHER_TYPE_SP;
3864 }
3865 }
3866
Eric Anholtf564048e2011-03-30 13:01:02 -07003867 DRM_DEBUG_KMS("Mode for pipe %c:\n", pipe == 0 ? 'A' : 'B');
3868 drm_mode_debug_printmodeline(mode);
3869
Jesse Barnesa7516a02011-12-15 12:30:37 -08003870 if (HAS_PIPE_CXSR(dev)) {
3871 if (intel_crtc->lowfreq_avail) {
Eric Anholtf564048e2011-03-30 13:01:02 -07003872 DRM_DEBUG_KMS("enabling CxSR downclocking\n");
3873 pipeconf |= PIPECONF_CXSR_DOWNCLOCK;
Jesse Barnesa7516a02011-12-15 12:30:37 -08003874 } else {
Eric Anholtf564048e2011-03-30 13:01:02 -07003875 DRM_DEBUG_KMS("disabling CxSR downclocking\n");
3876 pipeconf &= ~PIPECONF_CXSR_DOWNCLOCK;
3877 }
3878 }
3879
Keith Packard617cf882012-02-08 13:53:38 -08003880 pipeconf &= ~PIPECONF_INTERLACE_MASK;
Daniel Vetterdbb02572012-01-28 14:49:23 +01003881 if (!IS_GEN2(dev) &&
3882 adjusted_mode->flags & DRM_MODE_FLAG_INTERLACE) {
Eric Anholtf564048e2011-03-30 13:01:02 -07003883 pipeconf |= PIPECONF_INTERLACE_W_FIELD_INDICATION;
3884 /* the chip adds 2 halflines automatically */
Eric Anholtf564048e2011-03-30 13:01:02 -07003885 adjusted_mode->crtc_vtotal -= 1;
Eric Anholtf564048e2011-03-30 13:01:02 -07003886 adjusted_mode->crtc_vblank_end -= 1;
Daniel Vetter0529a0d2012-01-28 14:49:24 +01003887 vsyncshift = adjusted_mode->crtc_hsync_start
3888 - adjusted_mode->crtc_htotal/2;
3889 } else {
Keith Packard617cf882012-02-08 13:53:38 -08003890 pipeconf |= PIPECONF_PROGRESSIVE;
Daniel Vetter0529a0d2012-01-28 14:49:24 +01003891 vsyncshift = 0;
3892 }
3893
3894 if (!IS_GEN3(dev))
3895 I915_WRITE(VSYNCSHIFT(pipe), vsyncshift);
Eric Anholtf564048e2011-03-30 13:01:02 -07003896
3897 I915_WRITE(HTOTAL(pipe),
3898 (adjusted_mode->crtc_hdisplay - 1) |
3899 ((adjusted_mode->crtc_htotal - 1) << 16));
3900 I915_WRITE(HBLANK(pipe),
3901 (adjusted_mode->crtc_hblank_start - 1) |
3902 ((adjusted_mode->crtc_hblank_end - 1) << 16));
3903 I915_WRITE(HSYNC(pipe),
3904 (adjusted_mode->crtc_hsync_start - 1) |
3905 ((adjusted_mode->crtc_hsync_end - 1) << 16));
3906
3907 I915_WRITE(VTOTAL(pipe),
3908 (adjusted_mode->crtc_vdisplay - 1) |
3909 ((adjusted_mode->crtc_vtotal - 1) << 16));
3910 I915_WRITE(VBLANK(pipe),
3911 (adjusted_mode->crtc_vblank_start - 1) |
3912 ((adjusted_mode->crtc_vblank_end - 1) << 16));
3913 I915_WRITE(VSYNC(pipe),
3914 (adjusted_mode->crtc_vsync_start - 1) |
3915 ((adjusted_mode->crtc_vsync_end - 1) << 16));
3916
3917 /* pipesrc and dspsize control the size that is scaled from,
3918 * which should always be the user's requested size.
3919 */
Eric Anholt929c77f2011-03-30 13:01:04 -07003920 I915_WRITE(DSPSIZE(plane),
3921 ((mode->vdisplay - 1) << 16) |
3922 (mode->hdisplay - 1));
3923 I915_WRITE(DSPPOS(plane), 0);
Eric Anholtf564048e2011-03-30 13:01:02 -07003924 I915_WRITE(PIPESRC(pipe),
3925 ((mode->hdisplay - 1) << 16) | (mode->vdisplay - 1));
3926
Eric Anholtf564048e2011-03-30 13:01:02 -07003927 I915_WRITE(PIPECONF(pipe), pipeconf);
3928 POSTING_READ(PIPECONF(pipe));
Eric Anholt929c77f2011-03-30 13:01:04 -07003929 intel_enable_pipe(dev_priv, pipe, false);
Eric Anholtf564048e2011-03-30 13:01:02 -07003930
3931 intel_wait_for_vblank(dev, pipe);
3932
Eric Anholtf564048e2011-03-30 13:01:02 -07003933 I915_WRITE(DSPCNTR(plane), dspcntr);
3934 POSTING_READ(DSPCNTR(plane));
3935
3936 ret = intel_pipe_set_base(crtc, x, y, old_fb);
3937
3938 intel_update_watermarks(dev);
3939
Eric Anholtf564048e2011-03-30 13:01:02 -07003940 return ret;
3941}
3942
Keith Packard9fb526d2011-09-26 22:24:57 -07003943/*
3944 * Initialize reference clocks when the driver loads
3945 */
3946void ironlake_init_pch_refclk(struct drm_device *dev)
Jesse Barnes13d83a62011-08-03 12:59:20 -07003947{
3948 struct drm_i915_private *dev_priv = dev->dev_private;
3949 struct drm_mode_config *mode_config = &dev->mode_config;
Jesse Barnes13d83a62011-08-03 12:59:20 -07003950 struct intel_encoder *encoder;
Jesse Barnes13d83a62011-08-03 12:59:20 -07003951 u32 temp;
3952 bool has_lvds = false;
Keith Packard199e5d72011-09-22 12:01:57 -07003953 bool has_cpu_edp = false;
3954 bool has_pch_edp = false;
3955 bool has_panel = false;
Keith Packard99eb6a02011-09-26 14:29:12 -07003956 bool has_ck505 = false;
3957 bool can_ssc = false;
Jesse Barnes13d83a62011-08-03 12:59:20 -07003958
3959 /* We need to take the global config into account */
Keith Packard199e5d72011-09-22 12:01:57 -07003960 list_for_each_entry(encoder, &mode_config->encoder_list,
3961 base.head) {
3962 switch (encoder->type) {
3963 case INTEL_OUTPUT_LVDS:
3964 has_panel = true;
3965 has_lvds = true;
3966 break;
3967 case INTEL_OUTPUT_EDP:
3968 has_panel = true;
3969 if (intel_encoder_is_pch_edp(&encoder->base))
3970 has_pch_edp = true;
3971 else
3972 has_cpu_edp = true;
3973 break;
Jesse Barnes13d83a62011-08-03 12:59:20 -07003974 }
3975 }
3976
Keith Packard99eb6a02011-09-26 14:29:12 -07003977 if (HAS_PCH_IBX(dev)) {
3978 has_ck505 = dev_priv->display_clock_mode;
3979 can_ssc = has_ck505;
3980 } else {
3981 has_ck505 = false;
3982 can_ssc = true;
3983 }
3984
3985 DRM_DEBUG_KMS("has_panel %d has_lvds %d has_pch_edp %d has_cpu_edp %d has_ck505 %d\n",
3986 has_panel, has_lvds, has_pch_edp, has_cpu_edp,
3987 has_ck505);
Jesse Barnes13d83a62011-08-03 12:59:20 -07003988
3989 /* Ironlake: try to setup display ref clock before DPLL
3990 * enabling. This is only under driver's control after
3991 * PCH B stepping, previous chipset stepping should be
3992 * ignoring this setting.
3993 */
3994 temp = I915_READ(PCH_DREF_CONTROL);
3995 /* Always enable nonspread source */
3996 temp &= ~DREF_NONSPREAD_SOURCE_MASK;
Jesse Barnes13d83a62011-08-03 12:59:20 -07003997
Keith Packard99eb6a02011-09-26 14:29:12 -07003998 if (has_ck505)
3999 temp |= DREF_NONSPREAD_CK505_ENABLE;
4000 else
4001 temp |= DREF_NONSPREAD_SOURCE_ENABLE;
Jesse Barnes13d83a62011-08-03 12:59:20 -07004002
Keith Packard199e5d72011-09-22 12:01:57 -07004003 if (has_panel) {
4004 temp &= ~DREF_SSC_SOURCE_MASK;
4005 temp |= DREF_SSC_SOURCE_ENABLE;
Jesse Barnes13d83a62011-08-03 12:59:20 -07004006
Keith Packard199e5d72011-09-22 12:01:57 -07004007 /* SSC must be turned on before enabling the CPU output */
Keith Packard99eb6a02011-09-26 14:29:12 -07004008 if (intel_panel_use_ssc(dev_priv) && can_ssc) {
Keith Packard199e5d72011-09-22 12:01:57 -07004009 DRM_DEBUG_KMS("Using SSC on panel\n");
Jesse Barnes13d83a62011-08-03 12:59:20 -07004010 temp |= DREF_SSC1_ENABLE;
Daniel Vettere77166b2012-03-30 22:14:05 +02004011 } else
4012 temp &= ~DREF_SSC1_ENABLE;
Keith Packard199e5d72011-09-22 12:01:57 -07004013
4014 /* Get SSC going before enabling the outputs */
4015 I915_WRITE(PCH_DREF_CONTROL, temp);
4016 POSTING_READ(PCH_DREF_CONTROL);
4017 udelay(200);
4018
Jesse Barnes13d83a62011-08-03 12:59:20 -07004019 temp &= ~DREF_CPU_SOURCE_OUTPUT_MASK;
4020
4021 /* Enable CPU source on CPU attached eDP */
Keith Packard199e5d72011-09-22 12:01:57 -07004022 if (has_cpu_edp) {
Keith Packard99eb6a02011-09-26 14:29:12 -07004023 if (intel_panel_use_ssc(dev_priv) && can_ssc) {
Keith Packard199e5d72011-09-22 12:01:57 -07004024 DRM_DEBUG_KMS("Using SSC on eDP\n");
Jesse Barnes13d83a62011-08-03 12:59:20 -07004025 temp |= DREF_CPU_SOURCE_OUTPUT_DOWNSPREAD;
Keith Packard199e5d72011-09-22 12:01:57 -07004026 }
Jesse Barnes13d83a62011-08-03 12:59:20 -07004027 else
4028 temp |= DREF_CPU_SOURCE_OUTPUT_NONSPREAD;
Keith Packard199e5d72011-09-22 12:01:57 -07004029 } else
4030 temp |= DREF_CPU_SOURCE_OUTPUT_DISABLE;
4031
4032 I915_WRITE(PCH_DREF_CONTROL, temp);
4033 POSTING_READ(PCH_DREF_CONTROL);
4034 udelay(200);
4035 } else {
4036 DRM_DEBUG_KMS("Disabling SSC entirely\n");
4037
4038 temp &= ~DREF_CPU_SOURCE_OUTPUT_MASK;
4039
4040 /* Turn off CPU output */
4041 temp |= DREF_CPU_SOURCE_OUTPUT_DISABLE;
4042
4043 I915_WRITE(PCH_DREF_CONTROL, temp);
4044 POSTING_READ(PCH_DREF_CONTROL);
4045 udelay(200);
4046
4047 /* Turn off the SSC source */
4048 temp &= ~DREF_SSC_SOURCE_MASK;
4049 temp |= DREF_SSC_SOURCE_DISABLE;
4050
4051 /* Turn off SSC1 */
4052 temp &= ~ DREF_SSC1_ENABLE;
4053
Jesse Barnes13d83a62011-08-03 12:59:20 -07004054 I915_WRITE(PCH_DREF_CONTROL, temp);
4055 POSTING_READ(PCH_DREF_CONTROL);
4056 udelay(200);
4057 }
4058}
4059
Jesse Barnesd9d444c2011-09-02 13:03:05 -07004060static int ironlake_get_refclk(struct drm_crtc *crtc)
4061{
4062 struct drm_device *dev = crtc->dev;
4063 struct drm_i915_private *dev_priv = dev->dev_private;
4064 struct intel_encoder *encoder;
4065 struct drm_mode_config *mode_config = &dev->mode_config;
4066 struct intel_encoder *edp_encoder = NULL;
4067 int num_connectors = 0;
4068 bool is_lvds = false;
4069
4070 list_for_each_entry(encoder, &mode_config->encoder_list, base.head) {
4071 if (encoder->base.crtc != crtc)
4072 continue;
4073
4074 switch (encoder->type) {
4075 case INTEL_OUTPUT_LVDS:
4076 is_lvds = true;
4077 break;
4078 case INTEL_OUTPUT_EDP:
4079 edp_encoder = encoder;
4080 break;
4081 }
4082 num_connectors++;
4083 }
4084
4085 if (is_lvds && intel_panel_use_ssc(dev_priv) && num_connectors < 2) {
4086 DRM_DEBUG_KMS("using SSC reference clock of %d MHz\n",
4087 dev_priv->lvds_ssc_freq);
4088 return dev_priv->lvds_ssc_freq * 1000;
4089 }
4090
4091 return 120000;
4092}
4093
Eric Anholtf564048e2011-03-30 13:01:02 -07004094static int ironlake_crtc_mode_set(struct drm_crtc *crtc,
4095 struct drm_display_mode *mode,
4096 struct drm_display_mode *adjusted_mode,
4097 int x, int y,
4098 struct drm_framebuffer *old_fb)
Jesse Barnes79e53942008-11-07 14:24:08 -08004099{
4100 struct drm_device *dev = crtc->dev;
4101 struct drm_i915_private *dev_priv = dev->dev_private;
4102 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
4103 int pipe = intel_crtc->pipe;
Chris Wilson5c3b82e2009-02-11 13:25:09 +00004104 int plane = intel_crtc->plane;
Jesse Barnes79e53942008-11-07 14:24:08 -08004105 int refclk, num_connectors = 0;
4106 intel_clock_t clock, reduced_clock;
4107 u32 dpll, fp = 0, fp2 = 0, dspcntr, pipeconf;
Eric Anholta07d6782011-03-30 13:01:08 -07004108 bool ok, has_reduced_clock = false, is_sdvo = false;
Jesse Barnes79e53942008-11-07 14:24:08 -08004109 bool is_crt = false, is_lvds = false, is_tv = false, is_dp = false;
Jesse Barnes79e53942008-11-07 14:24:08 -08004110 struct drm_mode_config *mode_config = &dev->mode_config;
Jesse Barnese3aef172012-04-10 11:58:03 -07004111 struct intel_encoder *encoder, *edp_encoder = NULL;
Jesse Barnes79e53942008-11-07 14:24:08 -08004112 const intel_limit_t *limit;
4113 int ret;
4114 struct fdi_m_n m_n = {0};
Eric Anholtfae14982011-03-30 13:01:09 -07004115 u32 temp;
Jesse Barnes5a354202011-06-24 12:19:22 -07004116 int target_clock, pixel_multiplier, lane, link_bw, factor;
4117 unsigned int pipe_bpp;
4118 bool dither;
Jesse Barnese3aef172012-04-10 11:58:03 -07004119 bool is_cpu_edp = false, is_pch_edp = false;
Jesse Barnes79e53942008-11-07 14:24:08 -08004120
Jesse Barnes79e53942008-11-07 14:24:08 -08004121 list_for_each_entry(encoder, &mode_config->encoder_list, base.head) {
4122 if (encoder->base.crtc != crtc)
4123 continue;
4124
4125 switch (encoder->type) {
4126 case INTEL_OUTPUT_LVDS:
4127 is_lvds = true;
4128 break;
4129 case INTEL_OUTPUT_SDVO:
4130 case INTEL_OUTPUT_HDMI:
4131 is_sdvo = true;
4132 if (encoder->needs_tv_clock)
4133 is_tv = true;
4134 break;
Jesse Barnes79e53942008-11-07 14:24:08 -08004135 case INTEL_OUTPUT_TVOUT:
4136 is_tv = true;
4137 break;
4138 case INTEL_OUTPUT_ANALOG:
4139 is_crt = true;
4140 break;
4141 case INTEL_OUTPUT_DISPLAYPORT:
4142 is_dp = true;
4143 break;
4144 case INTEL_OUTPUT_EDP:
Jesse Barnese3aef172012-04-10 11:58:03 -07004145 is_dp = true;
4146 if (intel_encoder_is_pch_edp(&encoder->base))
4147 is_pch_edp = true;
4148 else
4149 is_cpu_edp = true;
4150 edp_encoder = encoder;
Jesse Barnes79e53942008-11-07 14:24:08 -08004151 break;
4152 }
4153
Kristian Høgsberg43565a02009-02-13 20:56:52 -05004154 num_connectors++;
4155 }
4156
Jesse Barnesd9d444c2011-09-02 13:03:05 -07004157 refclk = ironlake_get_refclk(crtc);
Jesse Barnes79e53942008-11-07 14:24:08 -08004158
4159 /*
4160 * Returns a set of divisors for the desired target clock with the given
4161 * refclk, or FALSE. The returned values represent the clock equation:
4162 * reflck * (5 * (m1 + 2) + (m2 + 2)) / (n + 2) / p1 / p2.
4163 */
4164 limit = intel_limit(crtc, refclk);
Sean Paulcec2f352012-01-10 15:09:36 -08004165 ok = limit->find_pll(limit, crtc, adjusted_mode->clock, refclk, NULL,
4166 &clock);
Jesse Barnes79e53942008-11-07 14:24:08 -08004167 if (!ok) {
4168 DRM_ERROR("Couldn't find PLL settings for mode!\n");
4169 return -EINVAL;
4170 }
4171
Chris Wilsoncda4b7d2010-07-09 08:45:04 +01004172 /* Ensure that the cursor is valid for the new mode before changing... */
Chris Wilson6b383a72010-09-13 13:54:26 +01004173 intel_crtc_update_cursor(crtc, true);
Chris Wilsoncda4b7d2010-07-09 08:45:04 +01004174
Zhao Yakuiddc90032010-01-06 22:05:56 +08004175 if (is_lvds && dev_priv->lvds_downclock_avail) {
Sean Paulcec2f352012-01-10 15:09:36 -08004176 /*
4177 * Ensure we match the reduced clock's P to the target clock.
4178 * If the clocks don't match, we can't switch the display clock
4179 * by using the FP0/FP1. In such case we will disable the LVDS
4180 * downclock feature.
4181 */
Zhao Yakuiddc90032010-01-06 22:05:56 +08004182 has_reduced_clock = limit->find_pll(limit, crtc,
Chris Wilson5eddb702010-09-11 13:48:45 +01004183 dev_priv->lvds_downclock,
4184 refclk,
Sean Paulcec2f352012-01-10 15:09:36 -08004185 &clock,
Chris Wilson5eddb702010-09-11 13:48:45 +01004186 &reduced_clock);
Jesse Barnes652c3932009-08-17 13:31:43 -07004187 }
Zhenyu Wang7026d4a2009-03-24 14:02:43 +08004188 /* SDVO TV has fixed PLL values depend on its clock range,
4189 this mirrors vbios setting. */
4190 if (is_sdvo && is_tv) {
4191 if (adjusted_mode->clock >= 100000
Chris Wilson5eddb702010-09-11 13:48:45 +01004192 && adjusted_mode->clock < 140500) {
Zhenyu Wang7026d4a2009-03-24 14:02:43 +08004193 clock.p1 = 2;
4194 clock.p2 = 10;
4195 clock.n = 3;
4196 clock.m1 = 16;
4197 clock.m2 = 8;
4198 } else if (adjusted_mode->clock >= 140500
Chris Wilson5eddb702010-09-11 13:48:45 +01004199 && adjusted_mode->clock <= 200000) {
Zhenyu Wang7026d4a2009-03-24 14:02:43 +08004200 clock.p1 = 1;
4201 clock.p2 = 10;
4202 clock.n = 6;
4203 clock.m1 = 12;
4204 clock.m2 = 8;
4205 }
4206 }
4207
Zhenyu Wang2c072452009-06-05 15:38:42 +08004208 /* FDI link */
Eric Anholt8febb292011-03-30 13:01:07 -07004209 pixel_multiplier = intel_mode_get_pixel_multiplier(adjusted_mode);
4210 lane = 0;
4211 /* CPU eDP doesn't require FDI link, so just set DP M/N
4212 according to current link config */
Jesse Barnese3aef172012-04-10 11:58:03 -07004213 if (is_cpu_edp) {
Eric Anholt8febb292011-03-30 13:01:07 -07004214 target_clock = mode->clock;
Jesse Barnese3aef172012-04-10 11:58:03 -07004215 intel_edp_link_config(edp_encoder, &lane, &link_bw);
Eric Anholt8febb292011-03-30 13:01:07 -07004216 } else {
4217 /* [e]DP over FDI requires target mode clock
4218 instead of link clock */
Jesse Barnese3aef172012-04-10 11:58:03 -07004219 if (is_dp)
Zhenyu Wang5eb08b62009-07-24 01:00:31 +08004220 target_clock = mode->clock;
Eric Anholt8febb292011-03-30 13:01:07 -07004221 else
4222 target_clock = adjusted_mode->clock;
Chris Wilson021357a2010-09-07 20:54:59 +01004223
Eric Anholt8febb292011-03-30 13:01:07 -07004224 /* FDI is a binary signal running at ~2.7GHz, encoding
4225 * each output octet as 10 bits. The actual frequency
4226 * is stored as a divider into a 100MHz clock, and the
4227 * mode pixel clock is stored in units of 1KHz.
4228 * Hence the bw of each lane in terms of the mode signal
4229 * is:
4230 */
4231 link_bw = intel_fdi_link_freq(dev) * MHz(100)/KHz(1)/10;
Zhenyu Wang5eb08b62009-07-24 01:00:31 +08004232 }
Zhenyu Wang2c072452009-06-05 15:38:42 +08004233
Eric Anholt8febb292011-03-30 13:01:07 -07004234 /* determine panel color depth */
4235 temp = I915_READ(PIPECONF(pipe));
4236 temp &= ~PIPE_BPC_MASK;
Adam Jackson3b5c78a2011-12-13 15:41:00 -08004237 dither = intel_choose_pipe_bpp_dither(crtc, &pipe_bpp, mode);
Jesse Barnes5a354202011-06-24 12:19:22 -07004238 switch (pipe_bpp) {
4239 case 18:
4240 temp |= PIPE_6BPC;
4241 break;
4242 case 24:
Eric Anholt8febb292011-03-30 13:01:07 -07004243 temp |= PIPE_8BPC;
Eric Anholt8febb292011-03-30 13:01:07 -07004244 break;
Jesse Barnes5a354202011-06-24 12:19:22 -07004245 case 30:
4246 temp |= PIPE_10BPC;
Eric Anholt8febb292011-03-30 13:01:07 -07004247 break;
Jesse Barnes5a354202011-06-24 12:19:22 -07004248 case 36:
4249 temp |= PIPE_12BPC;
Eric Anholt8febb292011-03-30 13:01:07 -07004250 break;
4251 default:
Jesse Barnes62ac41a2011-07-28 12:55:14 -07004252 WARN(1, "intel_choose_pipe_bpp returned invalid value %d\n",
4253 pipe_bpp);
Jesse Barnes5a354202011-06-24 12:19:22 -07004254 temp |= PIPE_8BPC;
4255 pipe_bpp = 24;
4256 break;
Eric Anholt8febb292011-03-30 13:01:07 -07004257 }
4258
Jesse Barnes5a354202011-06-24 12:19:22 -07004259 intel_crtc->bpp = pipe_bpp;
4260 I915_WRITE(PIPECONF(pipe), temp);
4261
Eric Anholt8febb292011-03-30 13:01:07 -07004262 if (!lane) {
4263 /*
4264 * Account for spread spectrum to avoid
4265 * oversubscribing the link. Max center spread
4266 * is 2.5%; use 5% for safety's sake.
4267 */
Jesse Barnes5a354202011-06-24 12:19:22 -07004268 u32 bps = target_clock * intel_crtc->bpp * 21 / 20;
Eric Anholt8febb292011-03-30 13:01:07 -07004269 lane = bps / (link_bw * 8) + 1;
4270 }
4271
4272 intel_crtc->fdi_lanes = lane;
4273
4274 if (pixel_multiplier > 1)
4275 link_bw *= pixel_multiplier;
Jesse Barnes5a354202011-06-24 12:19:22 -07004276 ironlake_compute_m_n(intel_crtc->bpp, lane, target_clock, link_bw,
4277 &m_n);
Eric Anholt8febb292011-03-30 13:01:07 -07004278
Eric Anholta07d6782011-03-30 13:01:08 -07004279 fp = clock.n << 16 | clock.m1 << 8 | clock.m2;
4280 if (has_reduced_clock)
4281 fp2 = reduced_clock.n << 16 | reduced_clock.m1 << 8 |
4282 reduced_clock.m2;
Jesse Barnes79e53942008-11-07 14:24:08 -08004283
Chris Wilsonc1858122010-12-03 21:35:48 +00004284 /* Enable autotuning of the PLL clock (if permissible) */
Eric Anholt8febb292011-03-30 13:01:07 -07004285 factor = 21;
4286 if (is_lvds) {
4287 if ((intel_panel_use_ssc(dev_priv) &&
4288 dev_priv->lvds_ssc_freq == 100) ||
4289 (I915_READ(PCH_LVDS) & LVDS_CLKB_POWER_MASK) == LVDS_CLKB_POWER_UP)
4290 factor = 25;
4291 } else if (is_sdvo && is_tv)
4292 factor = 20;
Chris Wilsonc1858122010-12-03 21:35:48 +00004293
Jesse Barnescb0e0932011-07-28 14:50:30 -07004294 if (clock.m < factor * clock.n)
Eric Anholt8febb292011-03-30 13:01:07 -07004295 fp |= FP_CB_TUNE;
Chris Wilsonc1858122010-12-03 21:35:48 +00004296
Chris Wilson5eddb702010-09-11 13:48:45 +01004297 dpll = 0;
Zhenyu Wang2c072452009-06-05 15:38:42 +08004298
Eric Anholta07d6782011-03-30 13:01:08 -07004299 if (is_lvds)
4300 dpll |= DPLLB_MODE_LVDS;
4301 else
4302 dpll |= DPLLB_MODE_DAC_SERIAL;
4303 if (is_sdvo) {
4304 int pixel_multiplier = intel_mode_get_pixel_multiplier(adjusted_mode);
4305 if (pixel_multiplier > 1) {
4306 dpll |= (pixel_multiplier - 1) << PLL_REF_SDVO_HDMI_MULTIPLIER_SHIFT;
Jesse Barnes79e53942008-11-07 14:24:08 -08004307 }
Eric Anholta07d6782011-03-30 13:01:08 -07004308 dpll |= DPLL_DVO_HIGH_SPEED;
4309 }
Jesse Barnese3aef172012-04-10 11:58:03 -07004310 if (is_dp && !is_cpu_edp)
Eric Anholta07d6782011-03-30 13:01:08 -07004311 dpll |= DPLL_DVO_HIGH_SPEED;
Jesse Barnes79e53942008-11-07 14:24:08 -08004312
Eric Anholta07d6782011-03-30 13:01:08 -07004313 /* compute bitmask from p1 value */
4314 dpll |= (1 << (clock.p1 - 1)) << DPLL_FPA01_P1_POST_DIV_SHIFT;
4315 /* also FPA1 */
4316 dpll |= (1 << (clock.p1 - 1)) << DPLL_FPA1_P1_POST_DIV_SHIFT;
4317
4318 switch (clock.p2) {
4319 case 5:
4320 dpll |= DPLL_DAC_SERIAL_P2_CLOCK_DIV_5;
4321 break;
4322 case 7:
4323 dpll |= DPLLB_LVDS_P2_CLOCK_DIV_7;
4324 break;
4325 case 10:
4326 dpll |= DPLL_DAC_SERIAL_P2_CLOCK_DIV_10;
4327 break;
4328 case 14:
4329 dpll |= DPLLB_LVDS_P2_CLOCK_DIV_14;
4330 break;
Jesse Barnes79e53942008-11-07 14:24:08 -08004331 }
4332
4333 if (is_sdvo && is_tv)
4334 dpll |= PLL_REF_INPUT_TVCLKINBC;
4335 else if (is_tv)
4336 /* XXX: just matching BIOS for now */
4337 /* dpll |= PLL_REF_INPUT_TVCLKINBC; */
4338 dpll |= 3;
Chris Wilsona7615032011-01-12 17:04:08 +00004339 else if (is_lvds && intel_panel_use_ssc(dev_priv) && num_connectors < 2)
Jesse Barnes79e53942008-11-07 14:24:08 -08004340 dpll |= PLLB_REF_INPUT_SPREADSPECTRUMIN;
4341 else
4342 dpll |= PLL_REF_INPUT_DREFCLK;
4343
4344 /* setup pipeconf */
Chris Wilson5eddb702010-09-11 13:48:45 +01004345 pipeconf = I915_READ(PIPECONF(pipe));
Jesse Barnes79e53942008-11-07 14:24:08 -08004346
4347 /* Set up the display plane register */
4348 dspcntr = DISPPLANE_GAMMA_ENABLE;
4349
Jesse Barnesf7cb34d2011-10-12 10:49:14 -07004350 DRM_DEBUG_KMS("Mode for pipe %d:\n", pipe);
Jesse Barnes79e53942008-11-07 14:24:08 -08004351 drm_mode_debug_printmodeline(mode);
4352
Jesse Barnesee7b9f92012-04-20 17:11:53 +01004353 /* CPU eDP is the only output that doesn't need a PCH PLL of its own */
4354 if (!is_cpu_edp) {
4355 struct intel_pch_pll *pll;
Chris Wilson5eddb702010-09-11 13:48:45 +01004356
Jesse Barnesee7b9f92012-04-20 17:11:53 +01004357 pll = intel_get_pch_pll(intel_crtc, dpll, fp);
4358 if (pll == NULL) {
4359 DRM_DEBUG_DRIVER("failed to find PLL for pipe %d\n",
4360 pipe);
Jesse Barnes4b645f12011-10-12 09:51:31 -07004361 return -EINVAL;
4362 }
Jesse Barnesee7b9f92012-04-20 17:11:53 +01004363 } else
4364 intel_put_pch_pll(intel_crtc);
Jesse Barnes79e53942008-11-07 14:24:08 -08004365
4366 /* The LVDS pin pair needs to be on before the DPLLs are enabled.
4367 * This is an exception to the general rule that mode_set doesn't turn
4368 * things on.
4369 */
4370 if (is_lvds) {
Eric Anholtfae14982011-03-30 13:01:09 -07004371 temp = I915_READ(PCH_LVDS);
Chris Wilson5eddb702010-09-11 13:48:45 +01004372 temp |= LVDS_PORT_EN | LVDS_A0A2_CLKA_POWER_UP;
Jesse Barnes7885d202012-01-12 14:51:17 -08004373 if (HAS_PCH_CPT(dev)) {
4374 temp &= ~PORT_TRANS_SEL_MASK;
Jesse Barnes4b645f12011-10-12 09:51:31 -07004375 temp |= PORT_TRANS_SEL_CPT(pipe);
Jesse Barnes7885d202012-01-12 14:51:17 -08004376 } else {
4377 if (pipe == 1)
4378 temp |= LVDS_PIPEB_SELECT;
4379 else
4380 temp &= ~LVDS_PIPEB_SELECT;
4381 }
Jesse Barnes4b645f12011-10-12 09:51:31 -07004382
Zhao Yakuia3e17eb2009-10-10 10:42:37 +08004383 /* set the corresponsding LVDS_BORDER bit */
Chris Wilson5eddb702010-09-11 13:48:45 +01004384 temp |= dev_priv->lvds_border_bits;
Jesse Barnes79e53942008-11-07 14:24:08 -08004385 /* Set the B0-B3 data pairs corresponding to whether we're going to
4386 * set the DPLLs for dual-channel mode or not.
4387 */
4388 if (clock.p2 == 7)
Chris Wilson5eddb702010-09-11 13:48:45 +01004389 temp |= LVDS_B0B3_POWER_UP | LVDS_CLKB_POWER_UP;
Jesse Barnes79e53942008-11-07 14:24:08 -08004390 else
Chris Wilson5eddb702010-09-11 13:48:45 +01004391 temp &= ~(LVDS_B0B3_POWER_UP | LVDS_CLKB_POWER_UP);
Jesse Barnes79e53942008-11-07 14:24:08 -08004392
4393 /* It would be nice to set 24 vs 18-bit mode (LVDS_A3_POWER_UP)
4394 * appropriately here, but we need to look more thoroughly into how
4395 * panels behave in the two modes.
4396 */
Chris Wilson284d5df2012-04-14 17:41:59 +01004397 temp &= ~(LVDS_HSYNC_POLARITY | LVDS_VSYNC_POLARITY);
Bryan Freedaa9b5002011-01-12 13:43:19 -08004398 if (adjusted_mode->flags & DRM_MODE_FLAG_NHSYNC)
Chris Wilson284d5df2012-04-14 17:41:59 +01004399 temp |= LVDS_HSYNC_POLARITY;
Bryan Freedaa9b5002011-01-12 13:43:19 -08004400 if (adjusted_mode->flags & DRM_MODE_FLAG_NVSYNC)
Chris Wilson284d5df2012-04-14 17:41:59 +01004401 temp |= LVDS_VSYNC_POLARITY;
Eric Anholtfae14982011-03-30 13:01:09 -07004402 I915_WRITE(PCH_LVDS, temp);
Jesse Barnes79e53942008-11-07 14:24:08 -08004403 }
Jesse Barnes434ed092010-09-07 14:48:06 -07004404
Eric Anholt8febb292011-03-30 13:01:07 -07004405 pipeconf &= ~PIPECONF_DITHER_EN;
4406 pipeconf &= ~PIPECONF_DITHER_TYPE_MASK;
Jesse Barnes5a354202011-06-24 12:19:22 -07004407 if ((is_lvds && dev_priv->lvds_dither) || dither) {
Eric Anholt8febb292011-03-30 13:01:07 -07004408 pipeconf |= PIPECONF_DITHER_EN;
Daniel Vetterf74974c2011-10-11 17:27:51 +02004409 pipeconf |= PIPECONF_DITHER_TYPE_SP;
Jesse Barnes434ed092010-09-07 14:48:06 -07004410 }
Jesse Barnese3aef172012-04-10 11:58:03 -07004411 if (is_dp && !is_cpu_edp) {
Keith Packarda4fc5ed2009-04-07 16:16:42 -07004412 intel_dp_set_m_n(crtc, mode, adjusted_mode);
Eric Anholt8febb292011-03-30 13:01:07 -07004413 } else {
Zhenyu Wang8db9d772010-04-07 16:15:54 +08004414 /* For non-DP output, clear any trans DP clock recovery setting.*/
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08004415 I915_WRITE(TRANSDATA_M1(pipe), 0);
4416 I915_WRITE(TRANSDATA_N1(pipe), 0);
4417 I915_WRITE(TRANSDPLINK_M1(pipe), 0);
4418 I915_WRITE(TRANSDPLINK_N1(pipe), 0);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08004419 }
Jesse Barnes79e53942008-11-07 14:24:08 -08004420
Jesse Barnesee7b9f92012-04-20 17:11:53 +01004421 if (intel_crtc->pch_pll) {
4422 I915_WRITE(intel_crtc->pch_pll->pll_reg, dpll);
Chris Wilson5eddb702010-09-11 13:48:45 +01004423
Zhenyu Wang32f9d652009-07-24 01:00:32 +08004424 /* Wait for the clocks to stabilize. */
Jesse Barnesee7b9f92012-04-20 17:11:53 +01004425 POSTING_READ(intel_crtc->pch_pll->pll_reg);
Zhenyu Wang32f9d652009-07-24 01:00:32 +08004426 udelay(150);
4427
Eric Anholt8febb292011-03-30 13:01:07 -07004428 /* The pixel multiplier can only be updated once the
4429 * DPLL is enabled and the clocks are stable.
4430 *
4431 * So write it again.
4432 */
Jesse Barnesee7b9f92012-04-20 17:11:53 +01004433 I915_WRITE(intel_crtc->pch_pll->pll_reg, dpll);
Jesse Barnes79e53942008-11-07 14:24:08 -08004434 }
Jesse Barnes79e53942008-11-07 14:24:08 -08004435
Chris Wilson5eddb702010-09-11 13:48:45 +01004436 intel_crtc->lowfreq_avail = false;
Jesse Barnesee7b9f92012-04-20 17:11:53 +01004437 if (intel_crtc->pch_pll) {
Jesse Barnes4b645f12011-10-12 09:51:31 -07004438 if (is_lvds && has_reduced_clock && i915_powersave) {
Jesse Barnesee7b9f92012-04-20 17:11:53 +01004439 I915_WRITE(intel_crtc->pch_pll->fp1_reg, fp2);
Jesse Barnes4b645f12011-10-12 09:51:31 -07004440 intel_crtc->lowfreq_avail = true;
4441 if (HAS_PIPE_CXSR(dev)) {
4442 DRM_DEBUG_KMS("enabling CxSR downclocking\n");
4443 pipeconf |= PIPECONF_CXSR_DOWNCLOCK;
4444 }
4445 } else {
Jesse Barnesee7b9f92012-04-20 17:11:53 +01004446 I915_WRITE(intel_crtc->pch_pll->fp1_reg, fp);
Jesse Barnes4b645f12011-10-12 09:51:31 -07004447 if (HAS_PIPE_CXSR(dev)) {
4448 DRM_DEBUG_KMS("disabling CxSR downclocking\n");
4449 pipeconf &= ~PIPECONF_CXSR_DOWNCLOCK;
4450 }
Jesse Barnes652c3932009-08-17 13:31:43 -07004451 }
4452 }
4453
Keith Packard617cf882012-02-08 13:53:38 -08004454 pipeconf &= ~PIPECONF_INTERLACE_MASK;
Krzysztof Halasa734b4152010-05-25 18:41:46 +02004455 if (adjusted_mode->flags & DRM_MODE_FLAG_INTERLACE) {
Daniel Vetter5def4742012-01-28 14:49:22 +01004456 pipeconf |= PIPECONF_INTERLACED_ILK;
Krzysztof Halasa734b4152010-05-25 18:41:46 +02004457 /* the chip adds 2 halflines automatically */
Krzysztof Halasa734b4152010-05-25 18:41:46 +02004458 adjusted_mode->crtc_vtotal -= 1;
Krzysztof Halasa734b4152010-05-25 18:41:46 +02004459 adjusted_mode->crtc_vblank_end -= 1;
Daniel Vetter0529a0d2012-01-28 14:49:24 +01004460 I915_WRITE(VSYNCSHIFT(pipe),
4461 adjusted_mode->crtc_hsync_start
4462 - adjusted_mode->crtc_htotal/2);
4463 } else {
Keith Packard617cf882012-02-08 13:53:38 -08004464 pipeconf |= PIPECONF_PROGRESSIVE;
Daniel Vetter0529a0d2012-01-28 14:49:24 +01004465 I915_WRITE(VSYNCSHIFT(pipe), 0);
4466 }
Krzysztof Halasa734b4152010-05-25 18:41:46 +02004467
Chris Wilson5eddb702010-09-11 13:48:45 +01004468 I915_WRITE(HTOTAL(pipe),
4469 (adjusted_mode->crtc_hdisplay - 1) |
Jesse Barnes79e53942008-11-07 14:24:08 -08004470 ((adjusted_mode->crtc_htotal - 1) << 16));
Chris Wilson5eddb702010-09-11 13:48:45 +01004471 I915_WRITE(HBLANK(pipe),
4472 (adjusted_mode->crtc_hblank_start - 1) |
Jesse Barnes79e53942008-11-07 14:24:08 -08004473 ((adjusted_mode->crtc_hblank_end - 1) << 16));
Chris Wilson5eddb702010-09-11 13:48:45 +01004474 I915_WRITE(HSYNC(pipe),
4475 (adjusted_mode->crtc_hsync_start - 1) |
Jesse Barnes79e53942008-11-07 14:24:08 -08004476 ((adjusted_mode->crtc_hsync_end - 1) << 16));
Chris Wilson5eddb702010-09-11 13:48:45 +01004477
4478 I915_WRITE(VTOTAL(pipe),
4479 (adjusted_mode->crtc_vdisplay - 1) |
Jesse Barnes79e53942008-11-07 14:24:08 -08004480 ((adjusted_mode->crtc_vtotal - 1) << 16));
Chris Wilson5eddb702010-09-11 13:48:45 +01004481 I915_WRITE(VBLANK(pipe),
4482 (adjusted_mode->crtc_vblank_start - 1) |
Jesse Barnes79e53942008-11-07 14:24:08 -08004483 ((adjusted_mode->crtc_vblank_end - 1) << 16));
Chris Wilson5eddb702010-09-11 13:48:45 +01004484 I915_WRITE(VSYNC(pipe),
4485 (adjusted_mode->crtc_vsync_start - 1) |
Jesse Barnes79e53942008-11-07 14:24:08 -08004486 ((adjusted_mode->crtc_vsync_end - 1) << 16));
Chris Wilson5eddb702010-09-11 13:48:45 +01004487
Eric Anholt8febb292011-03-30 13:01:07 -07004488 /* pipesrc controls the size that is scaled from, which should
4489 * always be the user's requested size.
Jesse Barnes79e53942008-11-07 14:24:08 -08004490 */
Chris Wilson5eddb702010-09-11 13:48:45 +01004491 I915_WRITE(PIPESRC(pipe),
4492 ((mode->hdisplay - 1) << 16) | (mode->vdisplay - 1));
Zhenyu Wang2c072452009-06-05 15:38:42 +08004493
Eric Anholt8febb292011-03-30 13:01:07 -07004494 I915_WRITE(PIPE_DATA_M1(pipe), TU_SIZE(m_n.tu) | m_n.gmch_m);
4495 I915_WRITE(PIPE_DATA_N1(pipe), m_n.gmch_n);
4496 I915_WRITE(PIPE_LINK_M1(pipe), m_n.link_m);
4497 I915_WRITE(PIPE_LINK_N1(pipe), m_n.link_n);
Zhenyu Wang2c072452009-06-05 15:38:42 +08004498
Jesse Barnese3aef172012-04-10 11:58:03 -07004499 if (is_cpu_edp)
Eric Anholt8febb292011-03-30 13:01:07 -07004500 ironlake_set_pll_edp(crtc, adjusted_mode->clock);
Zhenyu Wang2c072452009-06-05 15:38:42 +08004501
Chris Wilson5eddb702010-09-11 13:48:45 +01004502 I915_WRITE(PIPECONF(pipe), pipeconf);
4503 POSTING_READ(PIPECONF(pipe));
Jesse Barnes79e53942008-11-07 14:24:08 -08004504
Jesse Barnes9d0498a2010-08-18 13:20:54 -07004505 intel_wait_for_vblank(dev, pipe);
Jesse Barnes79e53942008-11-07 14:24:08 -08004506
Chris Wilson5eddb702010-09-11 13:48:45 +01004507 I915_WRITE(DSPCNTR(plane), dspcntr);
Jesse Barnesb24e7172011-01-04 15:09:30 -08004508 POSTING_READ(DSPCNTR(plane));
Jesse Barnes79e53942008-11-07 14:24:08 -08004509
Chris Wilson5c3b82e2009-02-11 13:25:09 +00004510 ret = intel_pipe_set_base(crtc, x, y, old_fb);
Shaohua Li7662c8b2009-06-26 11:23:55 +08004511
4512 intel_update_watermarks(dev);
4513
Chris Wilson1f803ee2009-06-06 09:45:59 +01004514 return ret;
Jesse Barnes79e53942008-11-07 14:24:08 -08004515}
4516
Eric Anholtf564048e2011-03-30 13:01:02 -07004517static int intel_crtc_mode_set(struct drm_crtc *crtc,
4518 struct drm_display_mode *mode,
4519 struct drm_display_mode *adjusted_mode,
4520 int x, int y,
4521 struct drm_framebuffer *old_fb)
4522{
4523 struct drm_device *dev = crtc->dev;
4524 struct drm_i915_private *dev_priv = dev->dev_private;
Eric Anholt0b701d22011-03-30 13:01:03 -07004525 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
4526 int pipe = intel_crtc->pipe;
Eric Anholtf564048e2011-03-30 13:01:02 -07004527 int ret;
4528
Eric Anholt0b701d22011-03-30 13:01:03 -07004529 drm_vblank_pre_modeset(dev, pipe);
4530
Eric Anholtf564048e2011-03-30 13:01:02 -07004531 ret = dev_priv->display.crtc_mode_set(crtc, mode, adjusted_mode,
4532 x, y, old_fb);
Jesse Barnes79e53942008-11-07 14:24:08 -08004533 drm_vblank_post_modeset(dev, pipe);
4534
Jesse Barnesd8e70a22011-11-15 10:28:54 -08004535 if (ret)
4536 intel_crtc->dpms_mode = DRM_MODE_DPMS_OFF;
4537 else
4538 intel_crtc->dpms_mode = DRM_MODE_DPMS_ON;
Keith Packard120eced2011-07-27 01:21:40 -07004539
Jesse Barnes79e53942008-11-07 14:24:08 -08004540 return ret;
4541}
4542
Wu Fengguang3a9627f2011-12-09 20:42:19 +08004543static bool intel_eld_uptodate(struct drm_connector *connector,
4544 int reg_eldv, uint32_t bits_eldv,
4545 int reg_elda, uint32_t bits_elda,
4546 int reg_edid)
4547{
4548 struct drm_i915_private *dev_priv = connector->dev->dev_private;
4549 uint8_t *eld = connector->eld;
4550 uint32_t i;
4551
4552 i = I915_READ(reg_eldv);
4553 i &= bits_eldv;
4554
4555 if (!eld[0])
4556 return !i;
4557
4558 if (!i)
4559 return false;
4560
4561 i = I915_READ(reg_elda);
4562 i &= ~bits_elda;
4563 I915_WRITE(reg_elda, i);
4564
4565 for (i = 0; i < eld[2]; i++)
4566 if (I915_READ(reg_edid) != *((uint32_t *)eld + i))
4567 return false;
4568
4569 return true;
4570}
4571
Wu Fengguange0dac652011-09-05 14:25:34 +08004572static void g4x_write_eld(struct drm_connector *connector,
4573 struct drm_crtc *crtc)
4574{
4575 struct drm_i915_private *dev_priv = connector->dev->dev_private;
4576 uint8_t *eld = connector->eld;
4577 uint32_t eldv;
4578 uint32_t len;
4579 uint32_t i;
4580
4581 i = I915_READ(G4X_AUD_VID_DID);
4582
4583 if (i == INTEL_AUDIO_DEVBLC || i == INTEL_AUDIO_DEVCL)
4584 eldv = G4X_ELDV_DEVCL_DEVBLC;
4585 else
4586 eldv = G4X_ELDV_DEVCTG;
4587
Wu Fengguang3a9627f2011-12-09 20:42:19 +08004588 if (intel_eld_uptodate(connector,
4589 G4X_AUD_CNTL_ST, eldv,
4590 G4X_AUD_CNTL_ST, G4X_ELD_ADDR,
4591 G4X_HDMIW_HDMIEDID))
4592 return;
4593
Wu Fengguange0dac652011-09-05 14:25:34 +08004594 i = I915_READ(G4X_AUD_CNTL_ST);
4595 i &= ~(eldv | G4X_ELD_ADDR);
4596 len = (i >> 9) & 0x1f; /* ELD buffer size */
4597 I915_WRITE(G4X_AUD_CNTL_ST, i);
4598
4599 if (!eld[0])
4600 return;
4601
4602 len = min_t(uint8_t, eld[2], len);
4603 DRM_DEBUG_DRIVER("ELD size %d\n", len);
4604 for (i = 0; i < len; i++)
4605 I915_WRITE(G4X_HDMIW_HDMIEDID, *((uint32_t *)eld + i));
4606
4607 i = I915_READ(G4X_AUD_CNTL_ST);
4608 i |= eldv;
4609 I915_WRITE(G4X_AUD_CNTL_ST, i);
4610}
4611
4612static void ironlake_write_eld(struct drm_connector *connector,
4613 struct drm_crtc *crtc)
4614{
4615 struct drm_i915_private *dev_priv = connector->dev->dev_private;
4616 uint8_t *eld = connector->eld;
4617 uint32_t eldv;
4618 uint32_t i;
4619 int len;
4620 int hdmiw_hdmiedid;
Wu Fengguangb6daa022012-01-06 14:41:31 -06004621 int aud_config;
Wu Fengguange0dac652011-09-05 14:25:34 +08004622 int aud_cntl_st;
4623 int aud_cntrl_st2;
4624
Wu Fengguangb3f33cb2011-12-09 20:42:17 +08004625 if (HAS_PCH_IBX(connector->dev)) {
Wu Fengguang1202b4c62011-12-09 20:42:18 +08004626 hdmiw_hdmiedid = IBX_HDMIW_HDMIEDID_A;
Wu Fengguangb6daa022012-01-06 14:41:31 -06004627 aud_config = IBX_AUD_CONFIG_A;
Wu Fengguang1202b4c62011-12-09 20:42:18 +08004628 aud_cntl_st = IBX_AUD_CNTL_ST_A;
4629 aud_cntrl_st2 = IBX_AUD_CNTL_ST2;
Wu Fengguange0dac652011-09-05 14:25:34 +08004630 } else {
Wu Fengguang1202b4c62011-12-09 20:42:18 +08004631 hdmiw_hdmiedid = CPT_HDMIW_HDMIEDID_A;
Wu Fengguangb6daa022012-01-06 14:41:31 -06004632 aud_config = CPT_AUD_CONFIG_A;
Wu Fengguang1202b4c62011-12-09 20:42:18 +08004633 aud_cntl_st = CPT_AUD_CNTL_ST_A;
4634 aud_cntrl_st2 = CPT_AUD_CNTRL_ST2;
Wu Fengguange0dac652011-09-05 14:25:34 +08004635 }
4636
4637 i = to_intel_crtc(crtc)->pipe;
4638 hdmiw_hdmiedid += i * 0x100;
4639 aud_cntl_st += i * 0x100;
Wu Fengguangb6daa022012-01-06 14:41:31 -06004640 aud_config += i * 0x100;
Wu Fengguange0dac652011-09-05 14:25:34 +08004641
4642 DRM_DEBUG_DRIVER("ELD on pipe %c\n", pipe_name(i));
4643
4644 i = I915_READ(aud_cntl_st);
4645 i = (i >> 29) & 0x3; /* DIP_Port_Select, 0x1 = PortB */
4646 if (!i) {
4647 DRM_DEBUG_DRIVER("Audio directed to unknown port\n");
4648 /* operate blindly on all ports */
Wu Fengguang1202b4c62011-12-09 20:42:18 +08004649 eldv = IBX_ELD_VALIDB;
4650 eldv |= IBX_ELD_VALIDB << 4;
4651 eldv |= IBX_ELD_VALIDB << 8;
Wu Fengguange0dac652011-09-05 14:25:34 +08004652 } else {
4653 DRM_DEBUG_DRIVER("ELD on port %c\n", 'A' + i);
Wu Fengguang1202b4c62011-12-09 20:42:18 +08004654 eldv = IBX_ELD_VALIDB << ((i - 1) * 4);
Wu Fengguange0dac652011-09-05 14:25:34 +08004655 }
4656
Wu Fengguang3a9627f2011-12-09 20:42:19 +08004657 if (intel_pipe_has_type(crtc, INTEL_OUTPUT_DISPLAYPORT)) {
4658 DRM_DEBUG_DRIVER("ELD: DisplayPort detected\n");
4659 eld[5] |= (1 << 2); /* Conn_Type, 0x1 = DisplayPort */
Wu Fengguangb6daa022012-01-06 14:41:31 -06004660 I915_WRITE(aud_config, AUD_CONFIG_N_VALUE_INDEX); /* 0x1 = DP */
4661 } else
4662 I915_WRITE(aud_config, 0);
Wu Fengguang3a9627f2011-12-09 20:42:19 +08004663
4664 if (intel_eld_uptodate(connector,
4665 aud_cntrl_st2, eldv,
4666 aud_cntl_st, IBX_ELD_ADDRESS,
4667 hdmiw_hdmiedid))
4668 return;
4669
Wu Fengguange0dac652011-09-05 14:25:34 +08004670 i = I915_READ(aud_cntrl_st2);
4671 i &= ~eldv;
4672 I915_WRITE(aud_cntrl_st2, i);
4673
4674 if (!eld[0])
4675 return;
4676
Wu Fengguange0dac652011-09-05 14:25:34 +08004677 i = I915_READ(aud_cntl_st);
Wu Fengguang1202b4c62011-12-09 20:42:18 +08004678 i &= ~IBX_ELD_ADDRESS;
Wu Fengguange0dac652011-09-05 14:25:34 +08004679 I915_WRITE(aud_cntl_st, i);
4680
4681 len = min_t(uint8_t, eld[2], 21); /* 84 bytes of hw ELD buffer */
4682 DRM_DEBUG_DRIVER("ELD size %d\n", len);
4683 for (i = 0; i < len; i++)
4684 I915_WRITE(hdmiw_hdmiedid, *((uint32_t *)eld + i));
4685
4686 i = I915_READ(aud_cntrl_st2);
4687 i |= eldv;
4688 I915_WRITE(aud_cntrl_st2, i);
4689}
4690
4691void intel_write_eld(struct drm_encoder *encoder,
4692 struct drm_display_mode *mode)
4693{
4694 struct drm_crtc *crtc = encoder->crtc;
4695 struct drm_connector *connector;
4696 struct drm_device *dev = encoder->dev;
4697 struct drm_i915_private *dev_priv = dev->dev_private;
4698
4699 connector = drm_select_eld(encoder, mode);
4700 if (!connector)
4701 return;
4702
4703 DRM_DEBUG_DRIVER("ELD on [CONNECTOR:%d:%s], [ENCODER:%d:%s]\n",
4704 connector->base.id,
4705 drm_get_connector_name(connector),
4706 connector->encoder->base.id,
4707 drm_get_encoder_name(connector->encoder));
4708
4709 connector->eld[6] = drm_av_sync_delay(connector, mode) / 2;
4710
4711 if (dev_priv->display.write_eld)
4712 dev_priv->display.write_eld(connector, crtc);
4713}
4714
Jesse Barnes79e53942008-11-07 14:24:08 -08004715/** Loads the palette/gamma unit for the CRTC with the prepared values */
4716void intel_crtc_load_lut(struct drm_crtc *crtc)
4717{
4718 struct drm_device *dev = crtc->dev;
4719 struct drm_i915_private *dev_priv = dev->dev_private;
4720 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08004721 int palreg = PALETTE(intel_crtc->pipe);
Jesse Barnes79e53942008-11-07 14:24:08 -08004722 int i;
4723
4724 /* The clocks have to be on to load the palette. */
Alban Browaeysaed3f092012-02-24 17:12:45 +00004725 if (!crtc->enabled || !intel_crtc->active)
Jesse Barnes79e53942008-11-07 14:24:08 -08004726 return;
4727
Adam Jacksonf2b115e2009-12-03 17:14:42 -05004728 /* use legacy palette for Ironlake */
Eric Anholtbad720f2009-10-22 16:11:14 -07004729 if (HAS_PCH_SPLIT(dev))
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08004730 palreg = LGC_PALETTE(intel_crtc->pipe);
Zhenyu Wang2c072452009-06-05 15:38:42 +08004731
Jesse Barnes79e53942008-11-07 14:24:08 -08004732 for (i = 0; i < 256; i++) {
4733 I915_WRITE(palreg + 4 * i,
4734 (intel_crtc->lut_r[i] << 16) |
4735 (intel_crtc->lut_g[i] << 8) |
4736 intel_crtc->lut_b[i]);
4737 }
4738}
4739
Chris Wilson560b85b2010-08-07 11:01:38 +01004740static void i845_update_cursor(struct drm_crtc *crtc, u32 base)
4741{
4742 struct drm_device *dev = crtc->dev;
4743 struct drm_i915_private *dev_priv = dev->dev_private;
4744 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
4745 bool visible = base != 0;
4746 u32 cntl;
4747
4748 if (intel_crtc->cursor_visible == visible)
4749 return;
4750
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08004751 cntl = I915_READ(_CURACNTR);
Chris Wilson560b85b2010-08-07 11:01:38 +01004752 if (visible) {
4753 /* On these chipsets we can only modify the base whilst
4754 * the cursor is disabled.
4755 */
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08004756 I915_WRITE(_CURABASE, base);
Chris Wilson560b85b2010-08-07 11:01:38 +01004757
4758 cntl &= ~(CURSOR_FORMAT_MASK);
4759 /* XXX width must be 64, stride 256 => 0x00 << 28 */
4760 cntl |= CURSOR_ENABLE |
4761 CURSOR_GAMMA_ENABLE |
4762 CURSOR_FORMAT_ARGB;
4763 } else
4764 cntl &= ~(CURSOR_ENABLE | CURSOR_GAMMA_ENABLE);
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08004765 I915_WRITE(_CURACNTR, cntl);
Chris Wilson560b85b2010-08-07 11:01:38 +01004766
4767 intel_crtc->cursor_visible = visible;
4768}
4769
4770static void i9xx_update_cursor(struct drm_crtc *crtc, u32 base)
4771{
4772 struct drm_device *dev = crtc->dev;
4773 struct drm_i915_private *dev_priv = dev->dev_private;
4774 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
4775 int pipe = intel_crtc->pipe;
4776 bool visible = base != 0;
4777
4778 if (intel_crtc->cursor_visible != visible) {
Jesse Barnes548f2452011-02-17 10:40:53 -08004779 uint32_t cntl = I915_READ(CURCNTR(pipe));
Chris Wilson560b85b2010-08-07 11:01:38 +01004780 if (base) {
4781 cntl &= ~(CURSOR_MODE | MCURSOR_PIPE_SELECT);
4782 cntl |= CURSOR_MODE_64_ARGB_AX | MCURSOR_GAMMA_ENABLE;
4783 cntl |= pipe << 28; /* Connect to correct pipe */
4784 } else {
4785 cntl &= ~(CURSOR_MODE | MCURSOR_GAMMA_ENABLE);
4786 cntl |= CURSOR_MODE_DISABLE;
4787 }
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08004788 I915_WRITE(CURCNTR(pipe), cntl);
Chris Wilson560b85b2010-08-07 11:01:38 +01004789
4790 intel_crtc->cursor_visible = visible;
4791 }
4792 /* and commit changes on next vblank */
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08004793 I915_WRITE(CURBASE(pipe), base);
Chris Wilson560b85b2010-08-07 11:01:38 +01004794}
4795
Jesse Barnes65a21cd2011-10-12 11:10:21 -07004796static void ivb_update_cursor(struct drm_crtc *crtc, u32 base)
4797{
4798 struct drm_device *dev = crtc->dev;
4799 struct drm_i915_private *dev_priv = dev->dev_private;
4800 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
4801 int pipe = intel_crtc->pipe;
4802 bool visible = base != 0;
4803
4804 if (intel_crtc->cursor_visible != visible) {
4805 uint32_t cntl = I915_READ(CURCNTR_IVB(pipe));
4806 if (base) {
4807 cntl &= ~CURSOR_MODE;
4808 cntl |= CURSOR_MODE_64_ARGB_AX | MCURSOR_GAMMA_ENABLE;
4809 } else {
4810 cntl &= ~(CURSOR_MODE | MCURSOR_GAMMA_ENABLE);
4811 cntl |= CURSOR_MODE_DISABLE;
4812 }
4813 I915_WRITE(CURCNTR_IVB(pipe), cntl);
4814
4815 intel_crtc->cursor_visible = visible;
4816 }
4817 /* and commit changes on next vblank */
4818 I915_WRITE(CURBASE_IVB(pipe), base);
4819}
4820
Chris Wilsoncda4b7d2010-07-09 08:45:04 +01004821/* If no-part of the cursor is visible on the framebuffer, then the GPU may hang... */
Chris Wilson6b383a72010-09-13 13:54:26 +01004822static void intel_crtc_update_cursor(struct drm_crtc *crtc,
4823 bool on)
Chris Wilsoncda4b7d2010-07-09 08:45:04 +01004824{
4825 struct drm_device *dev = crtc->dev;
4826 struct drm_i915_private *dev_priv = dev->dev_private;
4827 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
4828 int pipe = intel_crtc->pipe;
4829 int x = intel_crtc->cursor_x;
4830 int y = intel_crtc->cursor_y;
Chris Wilson560b85b2010-08-07 11:01:38 +01004831 u32 base, pos;
Chris Wilsoncda4b7d2010-07-09 08:45:04 +01004832 bool visible;
4833
4834 pos = 0;
4835
Chris Wilson6b383a72010-09-13 13:54:26 +01004836 if (on && crtc->enabled && crtc->fb) {
Chris Wilsoncda4b7d2010-07-09 08:45:04 +01004837 base = intel_crtc->cursor_addr;
4838 if (x > (int) crtc->fb->width)
4839 base = 0;
4840
4841 if (y > (int) crtc->fb->height)
4842 base = 0;
4843 } else
4844 base = 0;
4845
4846 if (x < 0) {
4847 if (x + intel_crtc->cursor_width < 0)
4848 base = 0;
4849
4850 pos |= CURSOR_POS_SIGN << CURSOR_X_SHIFT;
4851 x = -x;
4852 }
4853 pos |= x << CURSOR_X_SHIFT;
4854
4855 if (y < 0) {
4856 if (y + intel_crtc->cursor_height < 0)
4857 base = 0;
4858
4859 pos |= CURSOR_POS_SIGN << CURSOR_Y_SHIFT;
4860 y = -y;
4861 }
4862 pos |= y << CURSOR_Y_SHIFT;
4863
4864 visible = base != 0;
Chris Wilson560b85b2010-08-07 11:01:38 +01004865 if (!visible && !intel_crtc->cursor_visible)
Chris Wilsoncda4b7d2010-07-09 08:45:04 +01004866 return;
4867
Eugeni Dodonov0cd83aa2012-04-13 17:08:48 -03004868 if (IS_IVYBRIDGE(dev) || IS_HASWELL(dev)) {
Jesse Barnes65a21cd2011-10-12 11:10:21 -07004869 I915_WRITE(CURPOS_IVB(pipe), pos);
4870 ivb_update_cursor(crtc, base);
4871 } else {
4872 I915_WRITE(CURPOS(pipe), pos);
4873 if (IS_845G(dev) || IS_I865G(dev))
4874 i845_update_cursor(crtc, base);
4875 else
4876 i9xx_update_cursor(crtc, base);
4877 }
Chris Wilsoncda4b7d2010-07-09 08:45:04 +01004878
4879 if (visible)
4880 intel_mark_busy(dev, to_intel_framebuffer(crtc->fb)->obj);
4881}
4882
Jesse Barnes79e53942008-11-07 14:24:08 -08004883static int intel_crtc_cursor_set(struct drm_crtc *crtc,
Chris Wilson05394f32010-11-08 19:18:58 +00004884 struct drm_file *file,
Jesse Barnes79e53942008-11-07 14:24:08 -08004885 uint32_t handle,
4886 uint32_t width, uint32_t height)
4887{
4888 struct drm_device *dev = crtc->dev;
4889 struct drm_i915_private *dev_priv = dev->dev_private;
4890 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
Chris Wilson05394f32010-11-08 19:18:58 +00004891 struct drm_i915_gem_object *obj;
Chris Wilsoncda4b7d2010-07-09 08:45:04 +01004892 uint32_t addr;
Kristian Høgsberg3f8bc372008-12-17 22:14:59 -05004893 int ret;
Jesse Barnes79e53942008-11-07 14:24:08 -08004894
Zhao Yakui28c97732009-10-09 11:39:41 +08004895 DRM_DEBUG_KMS("\n");
Jesse Barnes79e53942008-11-07 14:24:08 -08004896
4897 /* if we want to turn off the cursor ignore width and height */
4898 if (!handle) {
Zhao Yakui28c97732009-10-09 11:39:41 +08004899 DRM_DEBUG_KMS("cursor off\n");
Kristian Høgsberg3f8bc372008-12-17 22:14:59 -05004900 addr = 0;
Chris Wilson05394f32010-11-08 19:18:58 +00004901 obj = NULL;
Pierre Willenbrock50044172009-02-23 10:12:15 +10004902 mutex_lock(&dev->struct_mutex);
Kristian Høgsberg3f8bc372008-12-17 22:14:59 -05004903 goto finish;
Jesse Barnes79e53942008-11-07 14:24:08 -08004904 }
4905
4906 /* Currently we only support 64x64 cursors */
4907 if (width != 64 || height != 64) {
4908 DRM_ERROR("we currently only support 64x64 cursors\n");
4909 return -EINVAL;
4910 }
4911
Chris Wilson05394f32010-11-08 19:18:58 +00004912 obj = to_intel_bo(drm_gem_object_lookup(dev, file, handle));
Chris Wilsonc8725222011-02-19 11:31:06 +00004913 if (&obj->base == NULL)
Jesse Barnes79e53942008-11-07 14:24:08 -08004914 return -ENOENT;
4915
Chris Wilson05394f32010-11-08 19:18:58 +00004916 if (obj->base.size < width * height * 4) {
Jesse Barnes79e53942008-11-07 14:24:08 -08004917 DRM_ERROR("buffer is to small\n");
Dave Airlie34b8686e2009-01-15 14:03:07 +10004918 ret = -ENOMEM;
4919 goto fail;
Jesse Barnes79e53942008-11-07 14:24:08 -08004920 }
4921
Dave Airlie71acb5e2008-12-30 20:31:46 +10004922 /* we only need to pin inside GTT if cursor is non-phy */
Kristian Høgsberg7f9872e2009-02-13 20:56:49 -05004923 mutex_lock(&dev->struct_mutex);
Kristian Høgsbergb295d1b2009-12-16 15:16:17 -05004924 if (!dev_priv->info->cursor_needs_physical) {
Chris Wilsond9e86c02010-11-10 16:40:20 +00004925 if (obj->tiling_mode) {
4926 DRM_ERROR("cursor cannot be tiled\n");
4927 ret = -EINVAL;
4928 goto fail_locked;
4929 }
4930
Chris Wilson2da3b9b2011-04-14 09:41:17 +01004931 ret = i915_gem_object_pin_to_display_plane(obj, 0, NULL);
Chris Wilsone7b526b2010-06-02 08:30:48 +01004932 if (ret) {
4933 DRM_ERROR("failed to move cursor bo into the GTT\n");
Chris Wilson2da3b9b2011-04-14 09:41:17 +01004934 goto fail_locked;
Chris Wilsone7b526b2010-06-02 08:30:48 +01004935 }
4936
Chris Wilsond9e86c02010-11-10 16:40:20 +00004937 ret = i915_gem_object_put_fence(obj);
4938 if (ret) {
Chris Wilson2da3b9b2011-04-14 09:41:17 +01004939 DRM_ERROR("failed to release fence for cursor");
Chris Wilsond9e86c02010-11-10 16:40:20 +00004940 goto fail_unpin;
4941 }
4942
Chris Wilson05394f32010-11-08 19:18:58 +00004943 addr = obj->gtt_offset;
Dave Airlie71acb5e2008-12-30 20:31:46 +10004944 } else {
Chris Wilson6eeefaf2010-08-07 11:01:39 +01004945 int align = IS_I830(dev) ? 16 * 1024 : 256;
Chris Wilson05394f32010-11-08 19:18:58 +00004946 ret = i915_gem_attach_phys_object(dev, obj,
Chris Wilson6eeefaf2010-08-07 11:01:39 +01004947 (intel_crtc->pipe == 0) ? I915_GEM_PHYS_CURSOR_0 : I915_GEM_PHYS_CURSOR_1,
4948 align);
Dave Airlie71acb5e2008-12-30 20:31:46 +10004949 if (ret) {
4950 DRM_ERROR("failed to attach phys object\n");
Kristian Høgsberg7f9872e2009-02-13 20:56:49 -05004951 goto fail_locked;
Dave Airlie71acb5e2008-12-30 20:31:46 +10004952 }
Chris Wilson05394f32010-11-08 19:18:58 +00004953 addr = obj->phys_obj->handle->busaddr;
Kristian Høgsberg3f8bc372008-12-17 22:14:59 -05004954 }
4955
Chris Wilsona6c45cf2010-09-17 00:32:17 +01004956 if (IS_GEN2(dev))
Jesse Barnes14b60392009-05-20 16:47:08 -04004957 I915_WRITE(CURSIZE, (height << 12) | width);
4958
Kristian Høgsberg3f8bc372008-12-17 22:14:59 -05004959 finish:
Kristian Høgsberg3f8bc372008-12-17 22:14:59 -05004960 if (intel_crtc->cursor_bo) {
Kristian Høgsbergb295d1b2009-12-16 15:16:17 -05004961 if (dev_priv->info->cursor_needs_physical) {
Chris Wilson05394f32010-11-08 19:18:58 +00004962 if (intel_crtc->cursor_bo != obj)
Dave Airlie71acb5e2008-12-30 20:31:46 +10004963 i915_gem_detach_phys_object(dev, intel_crtc->cursor_bo);
4964 } else
4965 i915_gem_object_unpin(intel_crtc->cursor_bo);
Chris Wilson05394f32010-11-08 19:18:58 +00004966 drm_gem_object_unreference(&intel_crtc->cursor_bo->base);
Kristian Høgsberg3f8bc372008-12-17 22:14:59 -05004967 }
Jesse Barnes80824002009-09-10 15:28:06 -07004968
Kristian Høgsberg7f9872e2009-02-13 20:56:49 -05004969 mutex_unlock(&dev->struct_mutex);
Kristian Høgsberg3f8bc372008-12-17 22:14:59 -05004970
4971 intel_crtc->cursor_addr = addr;
Chris Wilson05394f32010-11-08 19:18:58 +00004972 intel_crtc->cursor_bo = obj;
Chris Wilsoncda4b7d2010-07-09 08:45:04 +01004973 intel_crtc->cursor_width = width;
4974 intel_crtc->cursor_height = height;
4975
Chris Wilson6b383a72010-09-13 13:54:26 +01004976 intel_crtc_update_cursor(crtc, true);
Kristian Høgsberg3f8bc372008-12-17 22:14:59 -05004977
Jesse Barnes79e53942008-11-07 14:24:08 -08004978 return 0;
Chris Wilsone7b526b2010-06-02 08:30:48 +01004979fail_unpin:
Chris Wilson05394f32010-11-08 19:18:58 +00004980 i915_gem_object_unpin(obj);
Kristian Høgsberg7f9872e2009-02-13 20:56:49 -05004981fail_locked:
Dave Airlie34b8686e2009-01-15 14:03:07 +10004982 mutex_unlock(&dev->struct_mutex);
Luca Barbieribc9025b2010-02-09 05:49:12 +00004983fail:
Chris Wilson05394f32010-11-08 19:18:58 +00004984 drm_gem_object_unreference_unlocked(&obj->base);
Dave Airlie34b8686e2009-01-15 14:03:07 +10004985 return ret;
Jesse Barnes79e53942008-11-07 14:24:08 -08004986}
4987
4988static int intel_crtc_cursor_move(struct drm_crtc *crtc, int x, int y)
4989{
Jesse Barnes79e53942008-11-07 14:24:08 -08004990 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
Jesse Barnes79e53942008-11-07 14:24:08 -08004991
Chris Wilsoncda4b7d2010-07-09 08:45:04 +01004992 intel_crtc->cursor_x = x;
4993 intel_crtc->cursor_y = y;
Jesse Barnes652c3932009-08-17 13:31:43 -07004994
Chris Wilson6b383a72010-09-13 13:54:26 +01004995 intel_crtc_update_cursor(crtc, true);
Jesse Barnes79e53942008-11-07 14:24:08 -08004996
4997 return 0;
4998}
4999
5000/** Sets the color ramps on behalf of RandR */
5001void intel_crtc_fb_gamma_set(struct drm_crtc *crtc, u16 red, u16 green,
5002 u16 blue, int regno)
5003{
5004 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
5005
5006 intel_crtc->lut_r[regno] = red >> 8;
5007 intel_crtc->lut_g[regno] = green >> 8;
5008 intel_crtc->lut_b[regno] = blue >> 8;
5009}
5010
Dave Airlieb8c00ac2009-10-06 13:54:01 +10005011void intel_crtc_fb_gamma_get(struct drm_crtc *crtc, u16 *red, u16 *green,
5012 u16 *blue, int regno)
5013{
5014 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
5015
5016 *red = intel_crtc->lut_r[regno] << 8;
5017 *green = intel_crtc->lut_g[regno] << 8;
5018 *blue = intel_crtc->lut_b[regno] << 8;
5019}
5020
Jesse Barnes79e53942008-11-07 14:24:08 -08005021static void intel_crtc_gamma_set(struct drm_crtc *crtc, u16 *red, u16 *green,
James Simmons72034252010-08-03 01:33:19 +01005022 u16 *blue, uint32_t start, uint32_t size)
Jesse Barnes79e53942008-11-07 14:24:08 -08005023{
James Simmons72034252010-08-03 01:33:19 +01005024 int end = (start + size > 256) ? 256 : start + size, i;
Jesse Barnes79e53942008-11-07 14:24:08 -08005025 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
Jesse Barnes79e53942008-11-07 14:24:08 -08005026
James Simmons72034252010-08-03 01:33:19 +01005027 for (i = start; i < end; i++) {
Jesse Barnes79e53942008-11-07 14:24:08 -08005028 intel_crtc->lut_r[i] = red[i] >> 8;
5029 intel_crtc->lut_g[i] = green[i] >> 8;
5030 intel_crtc->lut_b[i] = blue[i] >> 8;
5031 }
5032
5033 intel_crtc_load_lut(crtc);
5034}
5035
5036/**
5037 * Get a pipe with a simple mode set on it for doing load-based monitor
5038 * detection.
5039 *
5040 * It will be up to the load-detect code to adjust the pipe as appropriate for
Eric Anholtc751ce42010-03-25 11:48:48 -07005041 * its requirements. The pipe will be connected to no other encoders.
Jesse Barnes79e53942008-11-07 14:24:08 -08005042 *
Eric Anholtc751ce42010-03-25 11:48:48 -07005043 * Currently this code will only succeed if there is a pipe with no encoders
Jesse Barnes79e53942008-11-07 14:24:08 -08005044 * configured for it. In the future, it could choose to temporarily disable
5045 * some outputs to free up a pipe for its use.
5046 *
5047 * \return crtc, or NULL if no pipes are available.
5048 */
5049
5050/* VESA 640x480x72Hz mode to set on the pipe */
5051static struct drm_display_mode load_detect_mode = {
5052 DRM_MODE("640x480", DRM_MODE_TYPE_DEFAULT, 31500, 640, 664,
5053 704, 832, 0, 480, 489, 491, 520, 0, DRM_MODE_FLAG_NHSYNC | DRM_MODE_FLAG_NVSYNC),
5054};
5055
Chris Wilsond2dff872011-04-19 08:36:26 +01005056static struct drm_framebuffer *
5057intel_framebuffer_create(struct drm_device *dev,
Jesse Barnes308e5bc2011-11-14 14:51:28 -08005058 struct drm_mode_fb_cmd2 *mode_cmd,
Chris Wilsond2dff872011-04-19 08:36:26 +01005059 struct drm_i915_gem_object *obj)
5060{
5061 struct intel_framebuffer *intel_fb;
5062 int ret;
5063
5064 intel_fb = kzalloc(sizeof(*intel_fb), GFP_KERNEL);
5065 if (!intel_fb) {
5066 drm_gem_object_unreference_unlocked(&obj->base);
5067 return ERR_PTR(-ENOMEM);
5068 }
5069
5070 ret = intel_framebuffer_init(dev, intel_fb, mode_cmd, obj);
5071 if (ret) {
5072 drm_gem_object_unreference_unlocked(&obj->base);
5073 kfree(intel_fb);
5074 return ERR_PTR(ret);
5075 }
5076
5077 return &intel_fb->base;
5078}
5079
5080static u32
5081intel_framebuffer_pitch_for_width(int width, int bpp)
5082{
5083 u32 pitch = DIV_ROUND_UP(width * bpp, 8);
5084 return ALIGN(pitch, 64);
5085}
5086
5087static u32
5088intel_framebuffer_size_for_mode(struct drm_display_mode *mode, int bpp)
5089{
5090 u32 pitch = intel_framebuffer_pitch_for_width(mode->hdisplay, bpp);
5091 return ALIGN(pitch * mode->vdisplay, PAGE_SIZE);
5092}
5093
5094static struct drm_framebuffer *
5095intel_framebuffer_create_for_mode(struct drm_device *dev,
5096 struct drm_display_mode *mode,
5097 int depth, int bpp)
5098{
5099 struct drm_i915_gem_object *obj;
Jesse Barnes308e5bc2011-11-14 14:51:28 -08005100 struct drm_mode_fb_cmd2 mode_cmd;
Chris Wilsond2dff872011-04-19 08:36:26 +01005101
5102 obj = i915_gem_alloc_object(dev,
5103 intel_framebuffer_size_for_mode(mode, bpp));
5104 if (obj == NULL)
5105 return ERR_PTR(-ENOMEM);
5106
5107 mode_cmd.width = mode->hdisplay;
5108 mode_cmd.height = mode->vdisplay;
Jesse Barnes308e5bc2011-11-14 14:51:28 -08005109 mode_cmd.pitches[0] = intel_framebuffer_pitch_for_width(mode_cmd.width,
5110 bpp);
Dave Airlie5ca0c342012-02-23 15:33:40 +00005111 mode_cmd.pixel_format = drm_mode_legacy_fb_format(bpp, depth);
Chris Wilsond2dff872011-04-19 08:36:26 +01005112
5113 return intel_framebuffer_create(dev, &mode_cmd, obj);
5114}
5115
5116static struct drm_framebuffer *
5117mode_fits_in_fbdev(struct drm_device *dev,
5118 struct drm_display_mode *mode)
5119{
5120 struct drm_i915_private *dev_priv = dev->dev_private;
5121 struct drm_i915_gem_object *obj;
5122 struct drm_framebuffer *fb;
5123
5124 if (dev_priv->fbdev == NULL)
5125 return NULL;
5126
5127 obj = dev_priv->fbdev->ifb.obj;
5128 if (obj == NULL)
5129 return NULL;
5130
5131 fb = &dev_priv->fbdev->ifb.base;
Ville Syrjälä01f2c772011-12-20 00:06:49 +02005132 if (fb->pitches[0] < intel_framebuffer_pitch_for_width(mode->hdisplay,
5133 fb->bits_per_pixel))
Chris Wilsond2dff872011-04-19 08:36:26 +01005134 return NULL;
5135
Ville Syrjälä01f2c772011-12-20 00:06:49 +02005136 if (obj->base.size < mode->vdisplay * fb->pitches[0])
Chris Wilsond2dff872011-04-19 08:36:26 +01005137 return NULL;
5138
5139 return fb;
5140}
5141
Chris Wilson71731882011-04-19 23:10:58 +01005142bool intel_get_load_detect_pipe(struct intel_encoder *intel_encoder,
5143 struct drm_connector *connector,
5144 struct drm_display_mode *mode,
Chris Wilson8261b192011-04-19 23:18:09 +01005145 struct intel_load_detect_pipe *old)
Jesse Barnes79e53942008-11-07 14:24:08 -08005146{
5147 struct intel_crtc *intel_crtc;
5148 struct drm_crtc *possible_crtc;
Chris Wilson4ef69c72010-09-09 15:14:28 +01005149 struct drm_encoder *encoder = &intel_encoder->base;
Jesse Barnes79e53942008-11-07 14:24:08 -08005150 struct drm_crtc *crtc = NULL;
5151 struct drm_device *dev = encoder->dev;
Chris Wilsond2dff872011-04-19 08:36:26 +01005152 struct drm_framebuffer *old_fb;
Jesse Barnes79e53942008-11-07 14:24:08 -08005153 int i = -1;
5154
Chris Wilsond2dff872011-04-19 08:36:26 +01005155 DRM_DEBUG_KMS("[CONNECTOR:%d:%s], [ENCODER:%d:%s]\n",
5156 connector->base.id, drm_get_connector_name(connector),
5157 encoder->base.id, drm_get_encoder_name(encoder));
5158
Jesse Barnes79e53942008-11-07 14:24:08 -08005159 /*
5160 * Algorithm gets a little messy:
Chris Wilson7a5e4802011-04-19 23:21:12 +01005161 *
Jesse Barnes79e53942008-11-07 14:24:08 -08005162 * - if the connector already has an assigned crtc, use it (but make
5163 * sure it's on first)
Chris Wilson7a5e4802011-04-19 23:21:12 +01005164 *
Jesse Barnes79e53942008-11-07 14:24:08 -08005165 * - try to find the first unused crtc that can drive this connector,
5166 * and use that if we find one
Jesse Barnes79e53942008-11-07 14:24:08 -08005167 */
5168
5169 /* See if we already have a CRTC for this connector */
5170 if (encoder->crtc) {
5171 crtc = encoder->crtc;
Chris Wilson8261b192011-04-19 23:18:09 +01005172
Jesse Barnes79e53942008-11-07 14:24:08 -08005173 intel_crtc = to_intel_crtc(crtc);
Chris Wilson8261b192011-04-19 23:18:09 +01005174 old->dpms_mode = intel_crtc->dpms_mode;
5175 old->load_detect_temp = false;
5176
5177 /* Make sure the crtc and connector are running */
Jesse Barnes79e53942008-11-07 14:24:08 -08005178 if (intel_crtc->dpms_mode != DRM_MODE_DPMS_ON) {
Chris Wilson64927112011-04-20 07:25:26 +01005179 struct drm_encoder_helper_funcs *encoder_funcs;
5180 struct drm_crtc_helper_funcs *crtc_funcs;
5181
Jesse Barnes79e53942008-11-07 14:24:08 -08005182 crtc_funcs = crtc->helper_private;
5183 crtc_funcs->dpms(crtc, DRM_MODE_DPMS_ON);
Chris Wilson64927112011-04-20 07:25:26 +01005184
5185 encoder_funcs = encoder->helper_private;
Jesse Barnes79e53942008-11-07 14:24:08 -08005186 encoder_funcs->dpms(encoder, DRM_MODE_DPMS_ON);
5187 }
Chris Wilson8261b192011-04-19 23:18:09 +01005188
Chris Wilson71731882011-04-19 23:10:58 +01005189 return true;
Jesse Barnes79e53942008-11-07 14:24:08 -08005190 }
5191
5192 /* Find an unused one (if possible) */
5193 list_for_each_entry(possible_crtc, &dev->mode_config.crtc_list, head) {
5194 i++;
5195 if (!(encoder->possible_crtcs & (1 << i)))
5196 continue;
5197 if (!possible_crtc->enabled) {
5198 crtc = possible_crtc;
5199 break;
5200 }
Jesse Barnes79e53942008-11-07 14:24:08 -08005201 }
5202
5203 /*
5204 * If we didn't find an unused CRTC, don't use any.
5205 */
5206 if (!crtc) {
Chris Wilson71731882011-04-19 23:10:58 +01005207 DRM_DEBUG_KMS("no pipe available for load-detect\n");
5208 return false;
Jesse Barnes79e53942008-11-07 14:24:08 -08005209 }
5210
5211 encoder->crtc = crtc;
Zhenyu Wangc1c43972010-03-30 14:39:30 +08005212 connector->encoder = encoder;
Jesse Barnes79e53942008-11-07 14:24:08 -08005213
5214 intel_crtc = to_intel_crtc(crtc);
Chris Wilson8261b192011-04-19 23:18:09 +01005215 old->dpms_mode = intel_crtc->dpms_mode;
5216 old->load_detect_temp = true;
Chris Wilsond2dff872011-04-19 08:36:26 +01005217 old->release_fb = NULL;
Jesse Barnes79e53942008-11-07 14:24:08 -08005218
Chris Wilson64927112011-04-20 07:25:26 +01005219 if (!mode)
5220 mode = &load_detect_mode;
Jesse Barnes79e53942008-11-07 14:24:08 -08005221
Chris Wilsond2dff872011-04-19 08:36:26 +01005222 old_fb = crtc->fb;
5223
5224 /* We need a framebuffer large enough to accommodate all accesses
5225 * that the plane may generate whilst we perform load detection.
5226 * We can not rely on the fbcon either being present (we get called
5227 * during its initialisation to detect all boot displays, or it may
5228 * not even exist) or that it is large enough to satisfy the
5229 * requested mode.
5230 */
5231 crtc->fb = mode_fits_in_fbdev(dev, mode);
5232 if (crtc->fb == NULL) {
5233 DRM_DEBUG_KMS("creating tmp fb for load-detection\n");
5234 crtc->fb = intel_framebuffer_create_for_mode(dev, mode, 24, 32);
5235 old->release_fb = crtc->fb;
5236 } else
5237 DRM_DEBUG_KMS("reusing fbdev for load-detection framebuffer\n");
5238 if (IS_ERR(crtc->fb)) {
5239 DRM_DEBUG_KMS("failed to allocate framebuffer for load-detection\n");
5240 crtc->fb = old_fb;
5241 return false;
Jesse Barnes79e53942008-11-07 14:24:08 -08005242 }
Chris Wilsond2dff872011-04-19 08:36:26 +01005243
5244 if (!drm_crtc_helper_set_mode(crtc, mode, 0, 0, old_fb)) {
Chris Wilson64927112011-04-20 07:25:26 +01005245 DRM_DEBUG_KMS("failed to set mode on load-detect pipe\n");
Chris Wilsond2dff872011-04-19 08:36:26 +01005246 if (old->release_fb)
5247 old->release_fb->funcs->destroy(old->release_fb);
5248 crtc->fb = old_fb;
Chris Wilson64927112011-04-20 07:25:26 +01005249 return false;
Jesse Barnes79e53942008-11-07 14:24:08 -08005250 }
Chris Wilson71731882011-04-19 23:10:58 +01005251
Jesse Barnes79e53942008-11-07 14:24:08 -08005252 /* let the connector get through one full cycle before testing */
Jesse Barnes9d0498a2010-08-18 13:20:54 -07005253 intel_wait_for_vblank(dev, intel_crtc->pipe);
Jesse Barnes79e53942008-11-07 14:24:08 -08005254
Chris Wilson71731882011-04-19 23:10:58 +01005255 return true;
Jesse Barnes79e53942008-11-07 14:24:08 -08005256}
5257
Zhenyu Wangc1c43972010-03-30 14:39:30 +08005258void intel_release_load_detect_pipe(struct intel_encoder *intel_encoder,
Chris Wilson8261b192011-04-19 23:18:09 +01005259 struct drm_connector *connector,
5260 struct intel_load_detect_pipe *old)
Jesse Barnes79e53942008-11-07 14:24:08 -08005261{
Chris Wilson4ef69c72010-09-09 15:14:28 +01005262 struct drm_encoder *encoder = &intel_encoder->base;
Jesse Barnes79e53942008-11-07 14:24:08 -08005263 struct drm_device *dev = encoder->dev;
5264 struct drm_crtc *crtc = encoder->crtc;
5265 struct drm_encoder_helper_funcs *encoder_funcs = encoder->helper_private;
5266 struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private;
5267
Chris Wilsond2dff872011-04-19 08:36:26 +01005268 DRM_DEBUG_KMS("[CONNECTOR:%d:%s], [ENCODER:%d:%s]\n",
5269 connector->base.id, drm_get_connector_name(connector),
5270 encoder->base.id, drm_get_encoder_name(encoder));
5271
Chris Wilson8261b192011-04-19 23:18:09 +01005272 if (old->load_detect_temp) {
Zhenyu Wangc1c43972010-03-30 14:39:30 +08005273 connector->encoder = NULL;
Jesse Barnes79e53942008-11-07 14:24:08 -08005274 drm_helper_disable_unused_functions(dev);
Chris Wilsond2dff872011-04-19 08:36:26 +01005275
5276 if (old->release_fb)
5277 old->release_fb->funcs->destroy(old->release_fb);
5278
Chris Wilson0622a532011-04-21 09:32:11 +01005279 return;
Jesse Barnes79e53942008-11-07 14:24:08 -08005280 }
5281
Eric Anholtc751ce42010-03-25 11:48:48 -07005282 /* Switch crtc and encoder back off if necessary */
Chris Wilson0622a532011-04-21 09:32:11 +01005283 if (old->dpms_mode != DRM_MODE_DPMS_ON) {
5284 encoder_funcs->dpms(encoder, old->dpms_mode);
Chris Wilson8261b192011-04-19 23:18:09 +01005285 crtc_funcs->dpms(crtc, old->dpms_mode);
Jesse Barnes79e53942008-11-07 14:24:08 -08005286 }
5287}
5288
5289/* Returns the clock of the currently programmed mode of the given pipe. */
5290static int intel_crtc_clock_get(struct drm_device *dev, struct drm_crtc *crtc)
5291{
5292 struct drm_i915_private *dev_priv = dev->dev_private;
5293 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
5294 int pipe = intel_crtc->pipe;
Jesse Barnes548f2452011-02-17 10:40:53 -08005295 u32 dpll = I915_READ(DPLL(pipe));
Jesse Barnes79e53942008-11-07 14:24:08 -08005296 u32 fp;
5297 intel_clock_t clock;
5298
5299 if ((dpll & DISPLAY_RATE_SELECT_FPA1) == 0)
Chris Wilson39adb7a2011-04-22 22:17:21 +01005300 fp = I915_READ(FP0(pipe));
Jesse Barnes79e53942008-11-07 14:24:08 -08005301 else
Chris Wilson39adb7a2011-04-22 22:17:21 +01005302 fp = I915_READ(FP1(pipe));
Jesse Barnes79e53942008-11-07 14:24:08 -08005303
5304 clock.m1 = (fp & FP_M1_DIV_MASK) >> FP_M1_DIV_SHIFT;
Adam Jacksonf2b115e2009-12-03 17:14:42 -05005305 if (IS_PINEVIEW(dev)) {
5306 clock.n = ffs((fp & FP_N_PINEVIEW_DIV_MASK) >> FP_N_DIV_SHIFT) - 1;
5307 clock.m2 = (fp & FP_M2_PINEVIEW_DIV_MASK) >> FP_M2_DIV_SHIFT;
Shaohua Li21778322009-02-23 15:19:16 +08005308 } else {
5309 clock.n = (fp & FP_N_DIV_MASK) >> FP_N_DIV_SHIFT;
5310 clock.m2 = (fp & FP_M2_DIV_MASK) >> FP_M2_DIV_SHIFT;
5311 }
5312
Chris Wilsona6c45cf2010-09-17 00:32:17 +01005313 if (!IS_GEN2(dev)) {
Adam Jacksonf2b115e2009-12-03 17:14:42 -05005314 if (IS_PINEVIEW(dev))
5315 clock.p1 = ffs((dpll & DPLL_FPA01_P1_POST_DIV_MASK_PINEVIEW) >>
5316 DPLL_FPA01_P1_POST_DIV_SHIFT_PINEVIEW);
Shaohua Li21778322009-02-23 15:19:16 +08005317 else
5318 clock.p1 = ffs((dpll & DPLL_FPA01_P1_POST_DIV_MASK) >>
Jesse Barnes79e53942008-11-07 14:24:08 -08005319 DPLL_FPA01_P1_POST_DIV_SHIFT);
5320
5321 switch (dpll & DPLL_MODE_MASK) {
5322 case DPLLB_MODE_DAC_SERIAL:
5323 clock.p2 = dpll & DPLL_DAC_SERIAL_P2_CLOCK_DIV_5 ?
5324 5 : 10;
5325 break;
5326 case DPLLB_MODE_LVDS:
5327 clock.p2 = dpll & DPLLB_LVDS_P2_CLOCK_DIV_7 ?
5328 7 : 14;
5329 break;
5330 default:
Zhao Yakui28c97732009-10-09 11:39:41 +08005331 DRM_DEBUG_KMS("Unknown DPLL mode %08x in programmed "
Jesse Barnes79e53942008-11-07 14:24:08 -08005332 "mode\n", (int)(dpll & DPLL_MODE_MASK));
5333 return 0;
5334 }
5335
5336 /* XXX: Handle the 100Mhz refclk */
Shaohua Li21778322009-02-23 15:19:16 +08005337 intel_clock(dev, 96000, &clock);
Jesse Barnes79e53942008-11-07 14:24:08 -08005338 } else {
5339 bool is_lvds = (pipe == 1) && (I915_READ(LVDS) & LVDS_PORT_EN);
5340
5341 if (is_lvds) {
5342 clock.p1 = ffs((dpll & DPLL_FPA01_P1_POST_DIV_MASK_I830_LVDS) >>
5343 DPLL_FPA01_P1_POST_DIV_SHIFT);
5344 clock.p2 = 14;
5345
5346 if ((dpll & PLL_REF_INPUT_MASK) ==
5347 PLLB_REF_INPUT_SPREADSPECTRUMIN) {
5348 /* XXX: might not be 66MHz */
Shaohua Li21778322009-02-23 15:19:16 +08005349 intel_clock(dev, 66000, &clock);
Jesse Barnes79e53942008-11-07 14:24:08 -08005350 } else
Shaohua Li21778322009-02-23 15:19:16 +08005351 intel_clock(dev, 48000, &clock);
Jesse Barnes79e53942008-11-07 14:24:08 -08005352 } else {
5353 if (dpll & PLL_P1_DIVIDE_BY_TWO)
5354 clock.p1 = 2;
5355 else {
5356 clock.p1 = ((dpll & DPLL_FPA01_P1_POST_DIV_MASK_I830) >>
5357 DPLL_FPA01_P1_POST_DIV_SHIFT) + 2;
5358 }
5359 if (dpll & PLL_P2_DIVIDE_BY_4)
5360 clock.p2 = 4;
5361 else
5362 clock.p2 = 2;
5363
Shaohua Li21778322009-02-23 15:19:16 +08005364 intel_clock(dev, 48000, &clock);
Jesse Barnes79e53942008-11-07 14:24:08 -08005365 }
5366 }
5367
5368 /* XXX: It would be nice to validate the clocks, but we can't reuse
5369 * i830PllIsValid() because it relies on the xf86_config connector
5370 * configuration being accurate, which it isn't necessarily.
5371 */
5372
5373 return clock.dot;
5374}
5375
5376/** Returns the currently programmed mode of the given pipe. */
5377struct drm_display_mode *intel_crtc_mode_get(struct drm_device *dev,
5378 struct drm_crtc *crtc)
5379{
Jesse Barnes548f2452011-02-17 10:40:53 -08005380 struct drm_i915_private *dev_priv = dev->dev_private;
Jesse Barnes79e53942008-11-07 14:24:08 -08005381 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
5382 int pipe = intel_crtc->pipe;
5383 struct drm_display_mode *mode;
Jesse Barnes548f2452011-02-17 10:40:53 -08005384 int htot = I915_READ(HTOTAL(pipe));
5385 int hsync = I915_READ(HSYNC(pipe));
5386 int vtot = I915_READ(VTOTAL(pipe));
5387 int vsync = I915_READ(VSYNC(pipe));
Jesse Barnes79e53942008-11-07 14:24:08 -08005388
5389 mode = kzalloc(sizeof(*mode), GFP_KERNEL);
5390 if (!mode)
5391 return NULL;
5392
5393 mode->clock = intel_crtc_clock_get(dev, crtc);
5394 mode->hdisplay = (htot & 0xffff) + 1;
5395 mode->htotal = ((htot & 0xffff0000) >> 16) + 1;
5396 mode->hsync_start = (hsync & 0xffff) + 1;
5397 mode->hsync_end = ((hsync & 0xffff0000) >> 16) + 1;
5398 mode->vdisplay = (vtot & 0xffff) + 1;
5399 mode->vtotal = ((vtot & 0xffff0000) >> 16) + 1;
5400 mode->vsync_start = (vsync & 0xffff) + 1;
5401 mode->vsync_end = ((vsync & 0xffff0000) >> 16) + 1;
5402
5403 drm_mode_set_name(mode);
5404 drm_mode_set_crtcinfo(mode, 0);
5405
5406 return mode;
5407}
5408
Jesse Barnes652c3932009-08-17 13:31:43 -07005409#define GPU_IDLE_TIMEOUT 500 /* ms */
5410
5411/* When this timer fires, we've been idle for awhile */
5412static void intel_gpu_idle_timer(unsigned long arg)
5413{
5414 struct drm_device *dev = (struct drm_device *)arg;
5415 drm_i915_private_t *dev_priv = dev->dev_private;
5416
Chris Wilsonff7ea4c2010-12-08 09:43:41 +00005417 if (!list_empty(&dev_priv->mm.active_list)) {
5418 /* Still processing requests, so just re-arm the timer. */
5419 mod_timer(&dev_priv->idle_timer, jiffies +
5420 msecs_to_jiffies(GPU_IDLE_TIMEOUT));
5421 return;
5422 }
Jesse Barnes652c3932009-08-17 13:31:43 -07005423
Chris Wilsonff7ea4c2010-12-08 09:43:41 +00005424 dev_priv->busy = false;
Eric Anholt01dfba92009-09-06 15:18:53 -07005425 queue_work(dev_priv->wq, &dev_priv->idle_work);
Jesse Barnes652c3932009-08-17 13:31:43 -07005426}
5427
Jesse Barnes652c3932009-08-17 13:31:43 -07005428#define CRTC_IDLE_TIMEOUT 1000 /* ms */
5429
5430static void intel_crtc_idle_timer(unsigned long arg)
5431{
5432 struct intel_crtc *intel_crtc = (struct intel_crtc *)arg;
5433 struct drm_crtc *crtc = &intel_crtc->base;
5434 drm_i915_private_t *dev_priv = crtc->dev->dev_private;
Chris Wilsonff7ea4c2010-12-08 09:43:41 +00005435 struct intel_framebuffer *intel_fb;
5436
5437 intel_fb = to_intel_framebuffer(crtc->fb);
5438 if (intel_fb && intel_fb->obj->active) {
5439 /* The framebuffer is still being accessed by the GPU. */
5440 mod_timer(&intel_crtc->idle_timer, jiffies +
5441 msecs_to_jiffies(CRTC_IDLE_TIMEOUT));
5442 return;
5443 }
Jesse Barnes652c3932009-08-17 13:31:43 -07005444
Jesse Barnes652c3932009-08-17 13:31:43 -07005445 intel_crtc->busy = false;
Eric Anholt01dfba92009-09-06 15:18:53 -07005446 queue_work(dev_priv->wq, &dev_priv->idle_work);
Jesse Barnes652c3932009-08-17 13:31:43 -07005447}
5448
Daniel Vetter3dec0092010-08-20 21:40:52 +02005449static void intel_increase_pllclock(struct drm_crtc *crtc)
Jesse Barnes652c3932009-08-17 13:31:43 -07005450{
5451 struct drm_device *dev = crtc->dev;
5452 drm_i915_private_t *dev_priv = dev->dev_private;
5453 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
5454 int pipe = intel_crtc->pipe;
Jesse Barnesdbdc6472010-12-30 09:36:39 -08005455 int dpll_reg = DPLL(pipe);
5456 int dpll;
Jesse Barnes652c3932009-08-17 13:31:43 -07005457
Eric Anholtbad720f2009-10-22 16:11:14 -07005458 if (HAS_PCH_SPLIT(dev))
Jesse Barnes652c3932009-08-17 13:31:43 -07005459 return;
5460
5461 if (!dev_priv->lvds_downclock_avail)
5462 return;
5463
Jesse Barnesdbdc6472010-12-30 09:36:39 -08005464 dpll = I915_READ(dpll_reg);
Jesse Barnes652c3932009-08-17 13:31:43 -07005465 if (!HAS_PIPE_CXSR(dev) && (dpll & DISPLAY_RATE_SELECT_FPA1)) {
Zhao Yakui44d98a62009-10-09 11:39:40 +08005466 DRM_DEBUG_DRIVER("upclocking LVDS\n");
Jesse Barnes652c3932009-08-17 13:31:43 -07005467
Sean Paul8ac5a6d2012-02-13 13:14:51 -05005468 assert_panel_unlocked(dev_priv, pipe);
Jesse Barnes652c3932009-08-17 13:31:43 -07005469
5470 dpll &= ~DISPLAY_RATE_SELECT_FPA1;
5471 I915_WRITE(dpll_reg, dpll);
Jesse Barnes9d0498a2010-08-18 13:20:54 -07005472 intel_wait_for_vblank(dev, pipe);
Jesse Barnesdbdc6472010-12-30 09:36:39 -08005473
Jesse Barnes652c3932009-08-17 13:31:43 -07005474 dpll = I915_READ(dpll_reg);
5475 if (dpll & DISPLAY_RATE_SELECT_FPA1)
Zhao Yakui44d98a62009-10-09 11:39:40 +08005476 DRM_DEBUG_DRIVER("failed to upclock LVDS!\n");
Jesse Barnes652c3932009-08-17 13:31:43 -07005477 }
5478
5479 /* Schedule downclock */
Daniel Vetter3dec0092010-08-20 21:40:52 +02005480 mod_timer(&intel_crtc->idle_timer, jiffies +
5481 msecs_to_jiffies(CRTC_IDLE_TIMEOUT));
Jesse Barnes652c3932009-08-17 13:31:43 -07005482}
5483
5484static void intel_decrease_pllclock(struct drm_crtc *crtc)
5485{
5486 struct drm_device *dev = crtc->dev;
5487 drm_i915_private_t *dev_priv = dev->dev_private;
5488 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
5489 int pipe = intel_crtc->pipe;
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08005490 int dpll_reg = DPLL(pipe);
Jesse Barnes652c3932009-08-17 13:31:43 -07005491 int dpll = I915_READ(dpll_reg);
5492
Eric Anholtbad720f2009-10-22 16:11:14 -07005493 if (HAS_PCH_SPLIT(dev))
Jesse Barnes652c3932009-08-17 13:31:43 -07005494 return;
5495
5496 if (!dev_priv->lvds_downclock_avail)
5497 return;
5498
5499 /*
5500 * Since this is called by a timer, we should never get here in
5501 * the manual case.
5502 */
5503 if (!HAS_PIPE_CXSR(dev) && intel_crtc->lowfreq_avail) {
Zhao Yakui44d98a62009-10-09 11:39:40 +08005504 DRM_DEBUG_DRIVER("downclocking LVDS\n");
Jesse Barnes652c3932009-08-17 13:31:43 -07005505
Sean Paul8ac5a6d2012-02-13 13:14:51 -05005506 assert_panel_unlocked(dev_priv, pipe);
Jesse Barnes652c3932009-08-17 13:31:43 -07005507
5508 dpll |= DISPLAY_RATE_SELECT_FPA1;
5509 I915_WRITE(dpll_reg, dpll);
Jesse Barnes9d0498a2010-08-18 13:20:54 -07005510 intel_wait_for_vblank(dev, pipe);
Jesse Barnes652c3932009-08-17 13:31:43 -07005511 dpll = I915_READ(dpll_reg);
5512 if (!(dpll & DISPLAY_RATE_SELECT_FPA1))
Zhao Yakui44d98a62009-10-09 11:39:40 +08005513 DRM_DEBUG_DRIVER("failed to downclock LVDS!\n");
Jesse Barnes652c3932009-08-17 13:31:43 -07005514 }
5515
5516}
5517
5518/**
5519 * intel_idle_update - adjust clocks for idleness
5520 * @work: work struct
5521 *
5522 * Either the GPU or display (or both) went idle. Check the busy status
5523 * here and adjust the CRTC and GPU clocks as necessary.
5524 */
5525static void intel_idle_update(struct work_struct *work)
5526{
5527 drm_i915_private_t *dev_priv = container_of(work, drm_i915_private_t,
5528 idle_work);
5529 struct drm_device *dev = dev_priv->dev;
5530 struct drm_crtc *crtc;
5531 struct intel_crtc *intel_crtc;
5532
5533 if (!i915_powersave)
5534 return;
5535
5536 mutex_lock(&dev->struct_mutex);
5537
Jesse Barnes7648fa92010-05-20 14:28:11 -07005538 i915_update_gfx_val(dev_priv);
5539
Jesse Barnes652c3932009-08-17 13:31:43 -07005540 list_for_each_entry(crtc, &dev->mode_config.crtc_list, head) {
5541 /* Skip inactive CRTCs */
5542 if (!crtc->fb)
5543 continue;
5544
5545 intel_crtc = to_intel_crtc(crtc);
5546 if (!intel_crtc->busy)
5547 intel_decrease_pllclock(crtc);
5548 }
5549
Li Peng45ac22c2010-06-12 23:38:35 +08005550
Jesse Barnes652c3932009-08-17 13:31:43 -07005551 mutex_unlock(&dev->struct_mutex);
5552}
5553
5554/**
5555 * intel_mark_busy - mark the GPU and possibly the display busy
5556 * @dev: drm device
5557 * @obj: object we're operating on
5558 *
5559 * Callers can use this function to indicate that the GPU is busy processing
5560 * commands. If @obj matches one of the CRTC objects (i.e. it's a scanout
5561 * buffer), we'll also mark the display as busy, so we know to increase its
5562 * clock frequency.
5563 */
Chris Wilson05394f32010-11-08 19:18:58 +00005564void intel_mark_busy(struct drm_device *dev, struct drm_i915_gem_object *obj)
Jesse Barnes652c3932009-08-17 13:31:43 -07005565{
5566 drm_i915_private_t *dev_priv = dev->dev_private;
5567 struct drm_crtc *crtc = NULL;
5568 struct intel_framebuffer *intel_fb;
5569 struct intel_crtc *intel_crtc;
5570
Zhenyu Wang5e17ee72009-09-03 09:30:06 +08005571 if (!drm_core_check_feature(dev, DRIVER_MODESET))
5572 return;
5573
Alexander Lam18b21902011-01-03 13:28:56 -05005574 if (!dev_priv->busy)
Chris Wilson28cf7982009-11-30 01:08:56 +00005575 dev_priv->busy = true;
Alexander Lam18b21902011-01-03 13:28:56 -05005576 else
Chris Wilson28cf7982009-11-30 01:08:56 +00005577 mod_timer(&dev_priv->idle_timer, jiffies +
5578 msecs_to_jiffies(GPU_IDLE_TIMEOUT));
Jesse Barnes652c3932009-08-17 13:31:43 -07005579
5580 list_for_each_entry(crtc, &dev->mode_config.crtc_list, head) {
5581 if (!crtc->fb)
5582 continue;
5583
5584 intel_crtc = to_intel_crtc(crtc);
5585 intel_fb = to_intel_framebuffer(crtc->fb);
5586 if (intel_fb->obj == obj) {
5587 if (!intel_crtc->busy) {
5588 /* Non-busy -> busy, upclock */
Daniel Vetter3dec0092010-08-20 21:40:52 +02005589 intel_increase_pllclock(crtc);
Jesse Barnes652c3932009-08-17 13:31:43 -07005590 intel_crtc->busy = true;
5591 } else {
5592 /* Busy -> busy, put off timer */
5593 mod_timer(&intel_crtc->idle_timer, jiffies +
5594 msecs_to_jiffies(CRTC_IDLE_TIMEOUT));
5595 }
5596 }
5597 }
5598}
5599
Jesse Barnes79e53942008-11-07 14:24:08 -08005600static void intel_crtc_destroy(struct drm_crtc *crtc)
5601{
5602 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
Daniel Vetter67e77c52010-08-20 22:26:30 +02005603 struct drm_device *dev = crtc->dev;
5604 struct intel_unpin_work *work;
5605 unsigned long flags;
5606
5607 spin_lock_irqsave(&dev->event_lock, flags);
5608 work = intel_crtc->unpin_work;
5609 intel_crtc->unpin_work = NULL;
5610 spin_unlock_irqrestore(&dev->event_lock, flags);
5611
5612 if (work) {
5613 cancel_work_sync(&work->work);
5614 kfree(work);
5615 }
Jesse Barnes79e53942008-11-07 14:24:08 -08005616
5617 drm_crtc_cleanup(crtc);
Daniel Vetter67e77c52010-08-20 22:26:30 +02005618
Jesse Barnes79e53942008-11-07 14:24:08 -08005619 kfree(intel_crtc);
5620}
5621
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05005622static void intel_unpin_work_fn(struct work_struct *__work)
5623{
5624 struct intel_unpin_work *work =
5625 container_of(__work, struct intel_unpin_work, work);
5626
5627 mutex_lock(&work->dev->struct_mutex);
Chris Wilson1690e1e2011-12-14 13:57:08 +01005628 intel_unpin_fb_obj(work->old_fb_obj);
Chris Wilson05394f32010-11-08 19:18:58 +00005629 drm_gem_object_unreference(&work->pending_flip_obj->base);
5630 drm_gem_object_unreference(&work->old_fb_obj->base);
Chris Wilsond9e86c02010-11-10 16:40:20 +00005631
Chris Wilson7782de32011-07-08 12:22:41 +01005632 intel_update_fbc(work->dev);
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05005633 mutex_unlock(&work->dev->struct_mutex);
5634 kfree(work);
5635}
5636
Jesse Barnes1afe3e92010-03-26 10:35:20 -07005637static void do_intel_finish_page_flip(struct drm_device *dev,
Mario Kleiner49b14a52010-12-09 07:00:07 +01005638 struct drm_crtc *crtc)
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05005639{
5640 drm_i915_private_t *dev_priv = dev->dev_private;
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05005641 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
5642 struct intel_unpin_work *work;
Chris Wilson05394f32010-11-08 19:18:58 +00005643 struct drm_i915_gem_object *obj;
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05005644 struct drm_pending_vblank_event *e;
Mario Kleiner49b14a52010-12-09 07:00:07 +01005645 struct timeval tnow, tvbl;
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05005646 unsigned long flags;
5647
5648 /* Ignore early vblank irqs */
5649 if (intel_crtc == NULL)
5650 return;
5651
Mario Kleiner49b14a52010-12-09 07:00:07 +01005652 do_gettimeofday(&tnow);
5653
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05005654 spin_lock_irqsave(&dev->event_lock, flags);
5655 work = intel_crtc->unpin_work;
5656 if (work == NULL || !work->pending) {
5657 spin_unlock_irqrestore(&dev->event_lock, flags);
5658 return;
5659 }
5660
5661 intel_crtc->unpin_work = NULL;
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05005662
5663 if (work->event) {
5664 e = work->event;
Mario Kleiner49b14a52010-12-09 07:00:07 +01005665 e->event.sequence = drm_vblank_count_and_time(dev, intel_crtc->pipe, &tvbl);
Mario Kleiner0af7e4d2010-12-08 04:07:19 +01005666
5667 /* Called before vblank count and timestamps have
5668 * been updated for the vblank interval of flip
5669 * completion? Need to increment vblank count and
5670 * add one videorefresh duration to returned timestamp
Mario Kleiner49b14a52010-12-09 07:00:07 +01005671 * to account for this. We assume this happened if we
5672 * get called over 0.9 frame durations after the last
5673 * timestamped vblank.
5674 *
5675 * This calculation can not be used with vrefresh rates
5676 * below 5Hz (10Hz to be on the safe side) without
5677 * promoting to 64 integers.
Mario Kleiner0af7e4d2010-12-08 04:07:19 +01005678 */
Mario Kleiner49b14a52010-12-09 07:00:07 +01005679 if (10 * (timeval_to_ns(&tnow) - timeval_to_ns(&tvbl)) >
5680 9 * crtc->framedur_ns) {
Mario Kleiner0af7e4d2010-12-08 04:07:19 +01005681 e->event.sequence++;
Mario Kleiner49b14a52010-12-09 07:00:07 +01005682 tvbl = ns_to_timeval(timeval_to_ns(&tvbl) +
5683 crtc->framedur_ns);
Mario Kleiner0af7e4d2010-12-08 04:07:19 +01005684 }
5685
Mario Kleiner49b14a52010-12-09 07:00:07 +01005686 e->event.tv_sec = tvbl.tv_sec;
5687 e->event.tv_usec = tvbl.tv_usec;
Mario Kleiner0af7e4d2010-12-08 04:07:19 +01005688
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05005689 list_add_tail(&e->base.link,
5690 &e->base.file_priv->event_list);
5691 wake_up_interruptible(&e->base.file_priv->event_wait);
5692 }
5693
Mario Kleiner0af7e4d2010-12-08 04:07:19 +01005694 drm_vblank_put(dev, intel_crtc->pipe);
5695
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05005696 spin_unlock_irqrestore(&dev->event_lock, flags);
5697
Chris Wilson05394f32010-11-08 19:18:58 +00005698 obj = work->old_fb_obj;
Chris Wilsond9e86c02010-11-10 16:40:20 +00005699
Chris Wilsone59f2ba2010-10-07 17:28:15 +01005700 atomic_clear_mask(1 << intel_crtc->plane,
Chris Wilson05394f32010-11-08 19:18:58 +00005701 &obj->pending_flip.counter);
5702 if (atomic_read(&obj->pending_flip) == 0)
Chris Wilsonf787a5f2010-09-24 16:02:42 +01005703 wake_up(&dev_priv->pending_flip_queue);
Chris Wilsond9e86c02010-11-10 16:40:20 +00005704
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05005705 schedule_work(&work->work);
Jesse Barnese5510fa2010-07-01 16:48:37 -07005706
5707 trace_i915_flip_complete(intel_crtc->plane, work->pending_flip_obj);
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05005708}
5709
Jesse Barnes1afe3e92010-03-26 10:35:20 -07005710void intel_finish_page_flip(struct drm_device *dev, int pipe)
5711{
5712 drm_i915_private_t *dev_priv = dev->dev_private;
5713 struct drm_crtc *crtc = dev_priv->pipe_to_crtc_mapping[pipe];
5714
Mario Kleiner49b14a52010-12-09 07:00:07 +01005715 do_intel_finish_page_flip(dev, crtc);
Jesse Barnes1afe3e92010-03-26 10:35:20 -07005716}
5717
5718void intel_finish_page_flip_plane(struct drm_device *dev, int plane)
5719{
5720 drm_i915_private_t *dev_priv = dev->dev_private;
5721 struct drm_crtc *crtc = dev_priv->plane_to_crtc_mapping[plane];
5722
Mario Kleiner49b14a52010-12-09 07:00:07 +01005723 do_intel_finish_page_flip(dev, crtc);
Jesse Barnes1afe3e92010-03-26 10:35:20 -07005724}
5725
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05005726void intel_prepare_page_flip(struct drm_device *dev, int plane)
5727{
5728 drm_i915_private_t *dev_priv = dev->dev_private;
5729 struct intel_crtc *intel_crtc =
5730 to_intel_crtc(dev_priv->plane_to_crtc_mapping[plane]);
5731 unsigned long flags;
5732
5733 spin_lock_irqsave(&dev->event_lock, flags);
Jesse Barnesde3f4402010-01-14 13:18:02 -08005734 if (intel_crtc->unpin_work) {
Simon Farnsworth4e5359c2010-09-01 17:47:52 +01005735 if ((++intel_crtc->unpin_work->pending) > 1)
5736 DRM_ERROR("Prepared flip multiple times\n");
Jesse Barnesde3f4402010-01-14 13:18:02 -08005737 } else {
5738 DRM_DEBUG_DRIVER("preparing flip with no unpin work?\n");
5739 }
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05005740 spin_unlock_irqrestore(&dev->event_lock, flags);
5741}
5742
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005743static int intel_gen2_queue_flip(struct drm_device *dev,
5744 struct drm_crtc *crtc,
5745 struct drm_framebuffer *fb,
5746 struct drm_i915_gem_object *obj)
5747{
5748 struct drm_i915_private *dev_priv = dev->dev_private;
5749 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
5750 unsigned long offset;
5751 u32 flip_mask;
5752 int ret;
5753
5754 ret = intel_pin_and_fence_fb_obj(dev, obj, LP_RING(dev_priv));
5755 if (ret)
Chris Wilson83d40922012-04-17 19:35:53 +01005756 goto err;
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005757
5758 /* Offset into the new buffer for cases of shared fbs between CRTCs */
Ville Syrjälä01f2c772011-12-20 00:06:49 +02005759 offset = crtc->y * fb->pitches[0] + crtc->x * fb->bits_per_pixel/8;
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005760
5761 ret = BEGIN_LP_RING(6);
5762 if (ret)
Chris Wilson83d40922012-04-17 19:35:53 +01005763 goto err_unpin;
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005764
5765 /* Can't queue multiple flips, so wait for the previous
5766 * one to finish before executing the next.
5767 */
5768 if (intel_crtc->plane)
5769 flip_mask = MI_WAIT_FOR_PLANE_B_FLIP;
5770 else
5771 flip_mask = MI_WAIT_FOR_PLANE_A_FLIP;
5772 OUT_RING(MI_WAIT_FOR_EVENT | flip_mask);
5773 OUT_RING(MI_NOOP);
5774 OUT_RING(MI_DISPLAY_FLIP |
5775 MI_DISPLAY_FLIP_PLANE(intel_crtc->plane));
Ville Syrjälä01f2c772011-12-20 00:06:49 +02005776 OUT_RING(fb->pitches[0]);
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005777 OUT_RING(obj->gtt_offset + offset);
Daniel Vetterc6a32fc2012-01-20 10:43:44 +01005778 OUT_RING(0); /* aux display base address, unused */
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005779 ADVANCE_LP_RING();
Chris Wilson83d40922012-04-17 19:35:53 +01005780 return 0;
5781
5782err_unpin:
5783 intel_unpin_fb_obj(obj);
5784err:
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005785 return ret;
5786}
5787
5788static int intel_gen3_queue_flip(struct drm_device *dev,
5789 struct drm_crtc *crtc,
5790 struct drm_framebuffer *fb,
5791 struct drm_i915_gem_object *obj)
5792{
5793 struct drm_i915_private *dev_priv = dev->dev_private;
5794 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
5795 unsigned long offset;
5796 u32 flip_mask;
5797 int ret;
5798
5799 ret = intel_pin_and_fence_fb_obj(dev, obj, LP_RING(dev_priv));
5800 if (ret)
Chris Wilson83d40922012-04-17 19:35:53 +01005801 goto err;
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005802
5803 /* Offset into the new buffer for cases of shared fbs between CRTCs */
Ville Syrjälä01f2c772011-12-20 00:06:49 +02005804 offset = crtc->y * fb->pitches[0] + crtc->x * fb->bits_per_pixel/8;
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005805
5806 ret = BEGIN_LP_RING(6);
5807 if (ret)
Chris Wilson83d40922012-04-17 19:35:53 +01005808 goto err_unpin;
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005809
5810 if (intel_crtc->plane)
5811 flip_mask = MI_WAIT_FOR_PLANE_B_FLIP;
5812 else
5813 flip_mask = MI_WAIT_FOR_PLANE_A_FLIP;
5814 OUT_RING(MI_WAIT_FOR_EVENT | flip_mask);
5815 OUT_RING(MI_NOOP);
5816 OUT_RING(MI_DISPLAY_FLIP_I915 |
5817 MI_DISPLAY_FLIP_PLANE(intel_crtc->plane));
Ville Syrjälä01f2c772011-12-20 00:06:49 +02005818 OUT_RING(fb->pitches[0]);
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005819 OUT_RING(obj->gtt_offset + offset);
5820 OUT_RING(MI_NOOP);
5821
5822 ADVANCE_LP_RING();
Chris Wilson83d40922012-04-17 19:35:53 +01005823 return 0;
5824
5825err_unpin:
5826 intel_unpin_fb_obj(obj);
5827err:
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005828 return ret;
5829}
5830
5831static int intel_gen4_queue_flip(struct drm_device *dev,
5832 struct drm_crtc *crtc,
5833 struct drm_framebuffer *fb,
5834 struct drm_i915_gem_object *obj)
5835{
5836 struct drm_i915_private *dev_priv = dev->dev_private;
5837 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
5838 uint32_t pf, pipesrc;
5839 int ret;
5840
5841 ret = intel_pin_and_fence_fb_obj(dev, obj, LP_RING(dev_priv));
5842 if (ret)
Chris Wilson83d40922012-04-17 19:35:53 +01005843 goto err;
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005844
5845 ret = BEGIN_LP_RING(4);
5846 if (ret)
Chris Wilson83d40922012-04-17 19:35:53 +01005847 goto err_unpin;
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005848
5849 /* i965+ uses the linear or tiled offsets from the
5850 * Display Registers (which do not change across a page-flip)
5851 * so we need only reprogram the base address.
5852 */
5853 OUT_RING(MI_DISPLAY_FLIP |
5854 MI_DISPLAY_FLIP_PLANE(intel_crtc->plane));
Ville Syrjälä01f2c772011-12-20 00:06:49 +02005855 OUT_RING(fb->pitches[0]);
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005856 OUT_RING(obj->gtt_offset | obj->tiling_mode);
5857
5858 /* XXX Enabling the panel-fitter across page-flip is so far
5859 * untested on non-native modes, so ignore it for now.
5860 * pf = I915_READ(pipe == 0 ? PFA_CTL_1 : PFB_CTL_1) & PF_ENABLE;
5861 */
5862 pf = 0;
5863 pipesrc = I915_READ(PIPESRC(intel_crtc->pipe)) & 0x0fff0fff;
5864 OUT_RING(pf | pipesrc);
5865 ADVANCE_LP_RING();
Chris Wilson83d40922012-04-17 19:35:53 +01005866 return 0;
5867
5868err_unpin:
5869 intel_unpin_fb_obj(obj);
5870err:
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005871 return ret;
5872}
5873
5874static int intel_gen6_queue_flip(struct drm_device *dev,
5875 struct drm_crtc *crtc,
5876 struct drm_framebuffer *fb,
5877 struct drm_i915_gem_object *obj)
5878{
5879 struct drm_i915_private *dev_priv = dev->dev_private;
5880 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
5881 uint32_t pf, pipesrc;
5882 int ret;
5883
5884 ret = intel_pin_and_fence_fb_obj(dev, obj, LP_RING(dev_priv));
5885 if (ret)
Chris Wilson83d40922012-04-17 19:35:53 +01005886 goto err;
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005887
5888 ret = BEGIN_LP_RING(4);
5889 if (ret)
Chris Wilson83d40922012-04-17 19:35:53 +01005890 goto err_unpin;
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005891
5892 OUT_RING(MI_DISPLAY_FLIP |
5893 MI_DISPLAY_FLIP_PLANE(intel_crtc->plane));
Ville Syrjälä01f2c772011-12-20 00:06:49 +02005894 OUT_RING(fb->pitches[0] | obj->tiling_mode);
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005895 OUT_RING(obj->gtt_offset);
5896
5897 pf = I915_READ(PF_CTL(intel_crtc->pipe)) & PF_ENABLE;
5898 pipesrc = I915_READ(PIPESRC(intel_crtc->pipe)) & 0x0fff0fff;
5899 OUT_RING(pf | pipesrc);
5900 ADVANCE_LP_RING();
Chris Wilson83d40922012-04-17 19:35:53 +01005901 return 0;
5902
5903err_unpin:
5904 intel_unpin_fb_obj(obj);
5905err:
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005906 return ret;
5907}
5908
Jesse Barnes7c9017e2011-06-16 12:18:54 -07005909/*
5910 * On gen7 we currently use the blit ring because (in early silicon at least)
5911 * the render ring doesn't give us interrpts for page flip completion, which
5912 * means clients will hang after the first flip is queued. Fortunately the
5913 * blit ring generates interrupts properly, so use it instead.
5914 */
5915static int intel_gen7_queue_flip(struct drm_device *dev,
5916 struct drm_crtc *crtc,
5917 struct drm_framebuffer *fb,
5918 struct drm_i915_gem_object *obj)
5919{
5920 struct drm_i915_private *dev_priv = dev->dev_private;
5921 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
5922 struct intel_ring_buffer *ring = &dev_priv->ring[BCS];
5923 int ret;
5924
5925 ret = intel_pin_and_fence_fb_obj(dev, obj, ring);
5926 if (ret)
Chris Wilson83d40922012-04-17 19:35:53 +01005927 goto err;
Jesse Barnes7c9017e2011-06-16 12:18:54 -07005928
5929 ret = intel_ring_begin(ring, 4);
5930 if (ret)
Chris Wilson83d40922012-04-17 19:35:53 +01005931 goto err_unpin;
Jesse Barnes7c9017e2011-06-16 12:18:54 -07005932
5933 intel_ring_emit(ring, MI_DISPLAY_FLIP_I915 | (intel_crtc->plane << 19));
Ville Syrjälä01f2c772011-12-20 00:06:49 +02005934 intel_ring_emit(ring, (fb->pitches[0] | obj->tiling_mode));
Jesse Barnes7c9017e2011-06-16 12:18:54 -07005935 intel_ring_emit(ring, (obj->gtt_offset));
5936 intel_ring_emit(ring, (MI_NOOP));
5937 intel_ring_advance(ring);
Chris Wilson83d40922012-04-17 19:35:53 +01005938 return 0;
5939
5940err_unpin:
5941 intel_unpin_fb_obj(obj);
5942err:
Jesse Barnes7c9017e2011-06-16 12:18:54 -07005943 return ret;
5944}
5945
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005946static int intel_default_queue_flip(struct drm_device *dev,
5947 struct drm_crtc *crtc,
5948 struct drm_framebuffer *fb,
5949 struct drm_i915_gem_object *obj)
5950{
5951 return -ENODEV;
5952}
5953
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05005954static int intel_crtc_page_flip(struct drm_crtc *crtc,
5955 struct drm_framebuffer *fb,
5956 struct drm_pending_vblank_event *event)
5957{
5958 struct drm_device *dev = crtc->dev;
5959 struct drm_i915_private *dev_priv = dev->dev_private;
5960 struct intel_framebuffer *intel_fb;
Chris Wilson05394f32010-11-08 19:18:58 +00005961 struct drm_i915_gem_object *obj;
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05005962 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
5963 struct intel_unpin_work *work;
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005964 unsigned long flags;
Chris Wilson52e68632010-08-08 10:15:59 +01005965 int ret;
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05005966
5967 work = kzalloc(sizeof *work, GFP_KERNEL);
5968 if (work == NULL)
5969 return -ENOMEM;
5970
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05005971 work->event = event;
5972 work->dev = crtc->dev;
5973 intel_fb = to_intel_framebuffer(crtc->fb);
Jesse Barnesb1b87f62010-01-26 14:40:05 -08005974 work->old_fb_obj = intel_fb->obj;
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05005975 INIT_WORK(&work->work, intel_unpin_work_fn);
5976
Jesse Barnes7317c75e62011-08-29 09:45:28 -07005977 ret = drm_vblank_get(dev, intel_crtc->pipe);
5978 if (ret)
5979 goto free_work;
5980
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05005981 /* We borrow the event spin lock for protecting unpin_work */
5982 spin_lock_irqsave(&dev->event_lock, flags);
5983 if (intel_crtc->unpin_work) {
5984 spin_unlock_irqrestore(&dev->event_lock, flags);
5985 kfree(work);
Jesse Barnes7317c75e62011-08-29 09:45:28 -07005986 drm_vblank_put(dev, intel_crtc->pipe);
Chris Wilson468f0b42010-05-27 13:18:13 +01005987
5988 DRM_DEBUG_DRIVER("flip queue: crtc already busy\n");
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05005989 return -EBUSY;
5990 }
5991 intel_crtc->unpin_work = work;
5992 spin_unlock_irqrestore(&dev->event_lock, flags);
5993
5994 intel_fb = to_intel_framebuffer(fb);
5995 obj = intel_fb->obj;
5996
Chris Wilson468f0b42010-05-27 13:18:13 +01005997 mutex_lock(&dev->struct_mutex);
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05005998
Jesse Barnes75dfca82010-02-10 15:09:44 -08005999 /* Reference the objects for the scheduled work. */
Chris Wilson05394f32010-11-08 19:18:58 +00006000 drm_gem_object_reference(&work->old_fb_obj->base);
6001 drm_gem_object_reference(&obj->base);
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05006002
6003 crtc->fb = fb;
Chris Wilson96b099f2010-06-07 14:03:04 +01006004
Chris Wilsone1f99ce2010-10-27 12:45:26 +01006005 work->pending_flip_obj = obj;
Chris Wilsone1f99ce2010-10-27 12:45:26 +01006006
Simon Farnsworth4e5359c2010-09-01 17:47:52 +01006007 work->enable_stall_check = true;
6008
Chris Wilsone1f99ce2010-10-27 12:45:26 +01006009 /* Block clients from rendering to the new back buffer until
6010 * the flip occurs and the object is no longer visible.
6011 */
Chris Wilson05394f32010-11-08 19:18:58 +00006012 atomic_add(1 << intel_crtc->plane, &work->old_fb_obj->pending_flip);
Chris Wilsone1f99ce2010-10-27 12:45:26 +01006013
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07006014 ret = dev_priv->display.queue_flip(dev, crtc, fb, obj);
6015 if (ret)
6016 goto cleanup_pending;
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05006017
Chris Wilson7782de32011-07-08 12:22:41 +01006018 intel_disable_fbc(dev);
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05006019 mutex_unlock(&dev->struct_mutex);
6020
Jesse Barnese5510fa2010-07-01 16:48:37 -07006021 trace_i915_flip_request(intel_crtc->plane, obj);
6022
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05006023 return 0;
Chris Wilson96b099f2010-06-07 14:03:04 +01006024
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07006025cleanup_pending:
6026 atomic_sub(1 << intel_crtc->plane, &work->old_fb_obj->pending_flip);
Chris Wilson05394f32010-11-08 19:18:58 +00006027 drm_gem_object_unreference(&work->old_fb_obj->base);
6028 drm_gem_object_unreference(&obj->base);
Chris Wilson96b099f2010-06-07 14:03:04 +01006029 mutex_unlock(&dev->struct_mutex);
6030
6031 spin_lock_irqsave(&dev->event_lock, flags);
6032 intel_crtc->unpin_work = NULL;
6033 spin_unlock_irqrestore(&dev->event_lock, flags);
6034
Jesse Barnes7317c75e62011-08-29 09:45:28 -07006035 drm_vblank_put(dev, intel_crtc->pipe);
6036free_work:
Chris Wilson96b099f2010-06-07 14:03:04 +01006037 kfree(work);
6038
6039 return ret;
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05006040}
6041
Chris Wilson47f1c6c2010-12-03 15:37:31 +00006042static void intel_sanitize_modesetting(struct drm_device *dev,
6043 int pipe, int plane)
6044{
6045 struct drm_i915_private *dev_priv = dev->dev_private;
6046 u32 reg, val;
6047
Chris Wilsonf47166d2012-03-22 15:00:50 +00006048 /* Clear any frame start delays used for debugging left by the BIOS */
6049 for_each_pipe(pipe) {
6050 reg = PIPECONF(pipe);
6051 I915_WRITE(reg, I915_READ(reg) & ~PIPECONF_FRAME_START_DELAY_MASK);
6052 }
6053
Chris Wilson47f1c6c2010-12-03 15:37:31 +00006054 if (HAS_PCH_SPLIT(dev))
6055 return;
6056
6057 /* Who knows what state these registers were left in by the BIOS or
6058 * grub?
6059 *
6060 * If we leave the registers in a conflicting state (e.g. with the
6061 * display plane reading from the other pipe than the one we intend
6062 * to use) then when we attempt to teardown the active mode, we will
6063 * not disable the pipes and planes in the correct order -- leaving
6064 * a plane reading from a disabled pipe and possibly leading to
6065 * undefined behaviour.
6066 */
6067
6068 reg = DSPCNTR(plane);
6069 val = I915_READ(reg);
6070
6071 if ((val & DISPLAY_PLANE_ENABLE) == 0)
6072 return;
6073 if (!!(val & DISPPLANE_SEL_PIPE_MASK) == pipe)
6074 return;
6075
6076 /* This display plane is active and attached to the other CPU pipe. */
6077 pipe = !pipe;
6078
6079 /* Disable the plane and wait for it to stop reading from the pipe. */
Jesse Barnesb24e7172011-01-04 15:09:30 -08006080 intel_disable_plane(dev_priv, plane, pipe);
6081 intel_disable_pipe(dev_priv, pipe);
Chris Wilson47f1c6c2010-12-03 15:37:31 +00006082}
Jesse Barnes79e53942008-11-07 14:24:08 -08006083
Chris Wilsonf6e5b162011-04-12 18:06:51 +01006084static void intel_crtc_reset(struct drm_crtc *crtc)
6085{
6086 struct drm_device *dev = crtc->dev;
6087 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
6088
6089 /* Reset flags back to the 'unknown' status so that they
6090 * will be correctly set on the initial modeset.
6091 */
6092 intel_crtc->dpms_mode = -1;
6093
6094 /* We need to fix up any BIOS configuration that conflicts with
6095 * our expectations.
6096 */
6097 intel_sanitize_modesetting(dev, intel_crtc->pipe, intel_crtc->plane);
6098}
6099
6100static struct drm_crtc_helper_funcs intel_helper_funcs = {
6101 .dpms = intel_crtc_dpms,
6102 .mode_fixup = intel_crtc_mode_fixup,
6103 .mode_set = intel_crtc_mode_set,
6104 .mode_set_base = intel_pipe_set_base,
6105 .mode_set_base_atomic = intel_pipe_set_base_atomic,
6106 .load_lut = intel_crtc_load_lut,
6107 .disable = intel_crtc_disable,
6108};
6109
6110static const struct drm_crtc_funcs intel_crtc_funcs = {
6111 .reset = intel_crtc_reset,
6112 .cursor_set = intel_crtc_cursor_set,
6113 .cursor_move = intel_crtc_cursor_move,
6114 .gamma_set = intel_crtc_gamma_set,
6115 .set_config = drm_crtc_helper_set_config,
6116 .destroy = intel_crtc_destroy,
6117 .page_flip = intel_crtc_page_flip,
6118};
6119
Jesse Barnesee7b9f92012-04-20 17:11:53 +01006120static void intel_pch_pll_init(struct drm_device *dev)
6121{
6122 drm_i915_private_t *dev_priv = dev->dev_private;
6123 int i;
6124
6125 if (dev_priv->num_pch_pll == 0) {
6126 DRM_DEBUG_KMS("No PCH PLLs on this hardware, skipping initialisation\n");
6127 return;
6128 }
6129
6130 for (i = 0; i < dev_priv->num_pch_pll; i++) {
6131 dev_priv->pch_plls[i].pll_reg = _PCH_DPLL(i);
6132 dev_priv->pch_plls[i].fp0_reg = _PCH_FP0(i);
6133 dev_priv->pch_plls[i].fp1_reg = _PCH_FP1(i);
6134 }
6135}
6136
Hannes Ederb358d0a2008-12-18 21:18:47 +01006137static void intel_crtc_init(struct drm_device *dev, int pipe)
Jesse Barnes79e53942008-11-07 14:24:08 -08006138{
Jesse Barnes22fd0fa2009-12-02 13:42:53 -08006139 drm_i915_private_t *dev_priv = dev->dev_private;
Jesse Barnes79e53942008-11-07 14:24:08 -08006140 struct intel_crtc *intel_crtc;
6141 int i;
6142
6143 intel_crtc = kzalloc(sizeof(struct intel_crtc) + (INTELFB_CONN_LIMIT * sizeof(struct drm_connector *)), GFP_KERNEL);
6144 if (intel_crtc == NULL)
6145 return;
6146
6147 drm_crtc_init(dev, &intel_crtc->base, &intel_crtc_funcs);
6148
6149 drm_mode_crtc_set_gamma_size(&intel_crtc->base, 256);
Jesse Barnes79e53942008-11-07 14:24:08 -08006150 for (i = 0; i < 256; i++) {
6151 intel_crtc->lut_r[i] = i;
6152 intel_crtc->lut_g[i] = i;
6153 intel_crtc->lut_b[i] = i;
6154 }
6155
Jesse Barnes80824002009-09-10 15:28:06 -07006156 /* Swap pipes & planes for FBC on pre-965 */
6157 intel_crtc->pipe = pipe;
6158 intel_crtc->plane = pipe;
Chris Wilsone2e767a2010-09-13 16:53:12 +01006159 if (IS_MOBILE(dev) && IS_GEN3(dev)) {
Zhao Yakui28c97732009-10-09 11:39:41 +08006160 DRM_DEBUG_KMS("swapping pipes & planes for FBC\n");
Chris Wilsone2e767a2010-09-13 16:53:12 +01006161 intel_crtc->plane = !pipe;
Jesse Barnes80824002009-09-10 15:28:06 -07006162 }
6163
Jesse Barnes22fd0fa2009-12-02 13:42:53 -08006164 BUG_ON(pipe >= ARRAY_SIZE(dev_priv->plane_to_crtc_mapping) ||
6165 dev_priv->plane_to_crtc_mapping[intel_crtc->plane] != NULL);
6166 dev_priv->plane_to_crtc_mapping[intel_crtc->plane] = &intel_crtc->base;
6167 dev_priv->pipe_to_crtc_mapping[intel_crtc->pipe] = &intel_crtc->base;
6168
Chris Wilson5d1d0cc2011-01-24 15:02:15 +00006169 intel_crtc_reset(&intel_crtc->base);
Chris Wilson04dbff52011-02-10 17:38:35 +00006170 intel_crtc->active = true; /* force the pipe off on setup_init_config */
Jesse Barnes5a354202011-06-24 12:19:22 -07006171 intel_crtc->bpp = 24; /* default for pre-Ironlake */
Jesse Barnes7e7d76c2010-09-10 10:47:20 -07006172
6173 if (HAS_PCH_SPLIT(dev)) {
6174 intel_helper_funcs.prepare = ironlake_crtc_prepare;
6175 intel_helper_funcs.commit = ironlake_crtc_commit;
6176 } else {
6177 intel_helper_funcs.prepare = i9xx_crtc_prepare;
6178 intel_helper_funcs.commit = i9xx_crtc_commit;
6179 }
6180
Jesse Barnes79e53942008-11-07 14:24:08 -08006181 drm_crtc_helper_add(&intel_crtc->base, &intel_helper_funcs);
6182
Jesse Barnes652c3932009-08-17 13:31:43 -07006183 intel_crtc->busy = false;
6184
6185 setup_timer(&intel_crtc->idle_timer, intel_crtc_idle_timer,
6186 (unsigned long)intel_crtc);
Jesse Barnes79e53942008-11-07 14:24:08 -08006187}
6188
Carl Worth08d7b3d2009-04-29 14:43:54 -07006189int intel_get_pipe_from_crtc_id(struct drm_device *dev, void *data,
Chris Wilson05394f32010-11-08 19:18:58 +00006190 struct drm_file *file)
Carl Worth08d7b3d2009-04-29 14:43:54 -07006191{
Carl Worth08d7b3d2009-04-29 14:43:54 -07006192 struct drm_i915_get_pipe_from_crtc_id *pipe_from_crtc_id = data;
Daniel Vetterc05422d2009-08-11 16:05:30 +02006193 struct drm_mode_object *drmmode_obj;
6194 struct intel_crtc *crtc;
Carl Worth08d7b3d2009-04-29 14:43:54 -07006195
Daniel Vetter1cff8f62012-04-24 09:55:08 +02006196 if (!drm_core_check_feature(dev, DRIVER_MODESET))
6197 return -ENODEV;
Carl Worth08d7b3d2009-04-29 14:43:54 -07006198
Daniel Vetterc05422d2009-08-11 16:05:30 +02006199 drmmode_obj = drm_mode_object_find(dev, pipe_from_crtc_id->crtc_id,
6200 DRM_MODE_OBJECT_CRTC);
Carl Worth08d7b3d2009-04-29 14:43:54 -07006201
Daniel Vetterc05422d2009-08-11 16:05:30 +02006202 if (!drmmode_obj) {
Carl Worth08d7b3d2009-04-29 14:43:54 -07006203 DRM_ERROR("no such CRTC id\n");
6204 return -EINVAL;
6205 }
6206
Daniel Vetterc05422d2009-08-11 16:05:30 +02006207 crtc = to_intel_crtc(obj_to_crtc(drmmode_obj));
6208 pipe_from_crtc_id->pipe = crtc->pipe;
Carl Worth08d7b3d2009-04-29 14:43:54 -07006209
Daniel Vetterc05422d2009-08-11 16:05:30 +02006210 return 0;
Carl Worth08d7b3d2009-04-29 14:43:54 -07006211}
6212
Zhenyu Wangc5e4df32010-03-30 14:39:27 +08006213static int intel_encoder_clones(struct drm_device *dev, int type_mask)
Jesse Barnes79e53942008-11-07 14:24:08 -08006214{
Chris Wilson4ef69c72010-09-09 15:14:28 +01006215 struct intel_encoder *encoder;
Jesse Barnes79e53942008-11-07 14:24:08 -08006216 int index_mask = 0;
Jesse Barnes79e53942008-11-07 14:24:08 -08006217 int entry = 0;
6218
Chris Wilson4ef69c72010-09-09 15:14:28 +01006219 list_for_each_entry(encoder, &dev->mode_config.encoder_list, base.head) {
6220 if (type_mask & encoder->clone_mask)
Jesse Barnes79e53942008-11-07 14:24:08 -08006221 index_mask |= (1 << entry);
6222 entry++;
6223 }
Chris Wilson4ef69c72010-09-09 15:14:28 +01006224
Jesse Barnes79e53942008-11-07 14:24:08 -08006225 return index_mask;
6226}
6227
Chris Wilson4d302442010-12-14 19:21:29 +00006228static bool has_edp_a(struct drm_device *dev)
6229{
6230 struct drm_i915_private *dev_priv = dev->dev_private;
6231
6232 if (!IS_MOBILE(dev))
6233 return false;
6234
6235 if ((I915_READ(DP_A) & DP_DETECTED) == 0)
6236 return false;
6237
6238 if (IS_GEN5(dev) &&
6239 (I915_READ(ILK_DISPLAY_CHICKEN_FUSES) & ILK_eDP_A_DISABLE))
6240 return false;
6241
6242 return true;
6243}
6244
Jesse Barnes79e53942008-11-07 14:24:08 -08006245static void intel_setup_outputs(struct drm_device *dev)
6246{
Eric Anholt725e30a2009-01-22 13:01:02 -08006247 struct drm_i915_private *dev_priv = dev->dev_private;
Chris Wilson4ef69c72010-09-09 15:14:28 +01006248 struct intel_encoder *encoder;
Adam Jacksoncb0953d2010-07-16 14:46:29 -04006249 bool dpd_is_edp = false;
Chris Wilsonf3cfcba2012-02-09 09:35:53 +00006250 bool has_lvds;
Jesse Barnes79e53942008-11-07 14:24:08 -08006251
Chris Wilsonf3cfcba2012-02-09 09:35:53 +00006252 has_lvds = intel_lvds_init(dev);
Chris Wilsonc5d1b512010-11-29 18:00:23 +00006253 if (!has_lvds && !HAS_PCH_SPLIT(dev)) {
6254 /* disable the panel fitter on everything but LVDS */
6255 I915_WRITE(PFIT_CONTROL, 0);
6256 }
Jesse Barnes79e53942008-11-07 14:24:08 -08006257
Eric Anholtbad720f2009-10-22 16:11:14 -07006258 if (HAS_PCH_SPLIT(dev)) {
Adam Jacksoncb0953d2010-07-16 14:46:29 -04006259 dpd_is_edp = intel_dpd_is_edp(dev);
Zhenyu Wang30ad48b2009-06-05 15:38:43 +08006260
Chris Wilson4d302442010-12-14 19:21:29 +00006261 if (has_edp_a(dev))
Zhenyu Wang32f9d652009-07-24 01:00:32 +08006262 intel_dp_init(dev, DP_A);
6263
Adam Jacksoncb0953d2010-07-16 14:46:29 -04006264 if (dpd_is_edp && (I915_READ(PCH_DP_D) & DP_DETECTED))
6265 intel_dp_init(dev, PCH_DP_D);
6266 }
6267
6268 intel_crt_init(dev);
6269
6270 if (HAS_PCH_SPLIT(dev)) {
6271 int found;
6272
Zhenyu Wang30ad48b2009-06-05 15:38:43 +08006273 if (I915_READ(HDMIB) & PORT_DETECTED) {
Zhao Yakui461ed3c2010-03-30 15:11:33 +08006274 /* PCH SDVOB multiplex with HDMIB */
Daniel Vettereef4eac2012-03-23 23:43:35 +01006275 found = intel_sdvo_init(dev, PCH_SDVOB, true);
Zhenyu Wang30ad48b2009-06-05 15:38:43 +08006276 if (!found)
6277 intel_hdmi_init(dev, HDMIB);
Zhenyu Wang5eb08b62009-07-24 01:00:31 +08006278 if (!found && (I915_READ(PCH_DP_B) & DP_DETECTED))
6279 intel_dp_init(dev, PCH_DP_B);
Zhenyu Wang30ad48b2009-06-05 15:38:43 +08006280 }
6281
6282 if (I915_READ(HDMIC) & PORT_DETECTED)
6283 intel_hdmi_init(dev, HDMIC);
6284
6285 if (I915_READ(HDMID) & PORT_DETECTED)
6286 intel_hdmi_init(dev, HDMID);
6287
Zhenyu Wang5eb08b62009-07-24 01:00:31 +08006288 if (I915_READ(PCH_DP_C) & DP_DETECTED)
6289 intel_dp_init(dev, PCH_DP_C);
6290
Adam Jacksoncb0953d2010-07-16 14:46:29 -04006291 if (!dpd_is_edp && (I915_READ(PCH_DP_D) & DP_DETECTED))
Zhenyu Wang5eb08b62009-07-24 01:00:31 +08006292 intel_dp_init(dev, PCH_DP_D);
6293
Zhenyu Wang103a1962009-11-27 11:44:36 +08006294 } else if (SUPPORTS_DIGITAL_OUTPUTS(dev)) {
Ma Ling27185ae2009-08-24 13:50:23 +08006295 bool found = false;
Eric Anholt7d573822009-01-02 13:33:00 -08006296
Eric Anholt725e30a2009-01-22 13:01:02 -08006297 if (I915_READ(SDVOB) & SDVO_DETECTED) {
Jesse Barnesb01f2c32009-12-11 11:07:17 -08006298 DRM_DEBUG_KMS("probing SDVOB\n");
Daniel Vettereef4eac2012-03-23 23:43:35 +01006299 found = intel_sdvo_init(dev, SDVOB, true);
Jesse Barnesb01f2c32009-12-11 11:07:17 -08006300 if (!found && SUPPORTS_INTEGRATED_HDMI(dev)) {
6301 DRM_DEBUG_KMS("probing HDMI on SDVOB\n");
Eric Anholt725e30a2009-01-22 13:01:02 -08006302 intel_hdmi_init(dev, SDVOB);
Jesse Barnesb01f2c32009-12-11 11:07:17 -08006303 }
Ma Ling27185ae2009-08-24 13:50:23 +08006304
Jesse Barnesb01f2c32009-12-11 11:07:17 -08006305 if (!found && SUPPORTS_INTEGRATED_DP(dev)) {
6306 DRM_DEBUG_KMS("probing DP_B\n");
Keith Packarda4fc5ed2009-04-07 16:16:42 -07006307 intel_dp_init(dev, DP_B);
Jesse Barnesb01f2c32009-12-11 11:07:17 -08006308 }
Eric Anholt725e30a2009-01-22 13:01:02 -08006309 }
Kristian Høgsberg13520b02009-03-13 15:42:14 -04006310
6311 /* Before G4X SDVOC doesn't have its own detect register */
Kristian Høgsberg13520b02009-03-13 15:42:14 -04006312
Jesse Barnesb01f2c32009-12-11 11:07:17 -08006313 if (I915_READ(SDVOB) & SDVO_DETECTED) {
6314 DRM_DEBUG_KMS("probing SDVOC\n");
Daniel Vettereef4eac2012-03-23 23:43:35 +01006315 found = intel_sdvo_init(dev, SDVOC, false);
Jesse Barnesb01f2c32009-12-11 11:07:17 -08006316 }
Ma Ling27185ae2009-08-24 13:50:23 +08006317
6318 if (!found && (I915_READ(SDVOC) & SDVO_DETECTED)) {
6319
Jesse Barnesb01f2c32009-12-11 11:07:17 -08006320 if (SUPPORTS_INTEGRATED_HDMI(dev)) {
6321 DRM_DEBUG_KMS("probing HDMI on SDVOC\n");
Eric Anholt725e30a2009-01-22 13:01:02 -08006322 intel_hdmi_init(dev, SDVOC);
Jesse Barnesb01f2c32009-12-11 11:07:17 -08006323 }
6324 if (SUPPORTS_INTEGRATED_DP(dev)) {
6325 DRM_DEBUG_KMS("probing DP_C\n");
Keith Packarda4fc5ed2009-04-07 16:16:42 -07006326 intel_dp_init(dev, DP_C);
Jesse Barnesb01f2c32009-12-11 11:07:17 -08006327 }
Eric Anholt725e30a2009-01-22 13:01:02 -08006328 }
Ma Ling27185ae2009-08-24 13:50:23 +08006329
Jesse Barnesb01f2c32009-12-11 11:07:17 -08006330 if (SUPPORTS_INTEGRATED_DP(dev) &&
6331 (I915_READ(DP_D) & DP_DETECTED)) {
6332 DRM_DEBUG_KMS("probing DP_D\n");
Keith Packarda4fc5ed2009-04-07 16:16:42 -07006333 intel_dp_init(dev, DP_D);
Jesse Barnesb01f2c32009-12-11 11:07:17 -08006334 }
Eric Anholtbad720f2009-10-22 16:11:14 -07006335 } else if (IS_GEN2(dev))
Jesse Barnes79e53942008-11-07 14:24:08 -08006336 intel_dvo_init(dev);
6337
Zhenyu Wang103a1962009-11-27 11:44:36 +08006338 if (SUPPORTS_TV(dev))
Jesse Barnes79e53942008-11-07 14:24:08 -08006339 intel_tv_init(dev);
6340
Chris Wilson4ef69c72010-09-09 15:14:28 +01006341 list_for_each_entry(encoder, &dev->mode_config.encoder_list, base.head) {
6342 encoder->base.possible_crtcs = encoder->crtc_mask;
6343 encoder->base.possible_clones =
6344 intel_encoder_clones(dev, encoder->clone_mask);
Jesse Barnes79e53942008-11-07 14:24:08 -08006345 }
Chris Wilson47356eb2011-01-11 17:06:04 +00006346
Chris Wilson2c7111d2011-03-29 10:40:27 +01006347 /* disable all the possible outputs/crtcs before entering KMS mode */
6348 drm_helper_disable_unused_functions(dev);
Keith Packard9fb526d2011-09-26 22:24:57 -07006349
6350 if (HAS_PCH_SPLIT(dev))
6351 ironlake_init_pch_refclk(dev);
Jesse Barnes79e53942008-11-07 14:24:08 -08006352}
6353
6354static void intel_user_framebuffer_destroy(struct drm_framebuffer *fb)
6355{
6356 struct intel_framebuffer *intel_fb = to_intel_framebuffer(fb);
Jesse Barnes79e53942008-11-07 14:24:08 -08006357
6358 drm_framebuffer_cleanup(fb);
Chris Wilson05394f32010-11-08 19:18:58 +00006359 drm_gem_object_unreference_unlocked(&intel_fb->obj->base);
Jesse Barnes79e53942008-11-07 14:24:08 -08006360
6361 kfree(intel_fb);
6362}
6363
6364static int intel_user_framebuffer_create_handle(struct drm_framebuffer *fb,
Chris Wilson05394f32010-11-08 19:18:58 +00006365 struct drm_file *file,
Jesse Barnes79e53942008-11-07 14:24:08 -08006366 unsigned int *handle)
6367{
6368 struct intel_framebuffer *intel_fb = to_intel_framebuffer(fb);
Chris Wilson05394f32010-11-08 19:18:58 +00006369 struct drm_i915_gem_object *obj = intel_fb->obj;
Jesse Barnes79e53942008-11-07 14:24:08 -08006370
Chris Wilson05394f32010-11-08 19:18:58 +00006371 return drm_gem_handle_create(file, &obj->base, handle);
Jesse Barnes79e53942008-11-07 14:24:08 -08006372}
6373
6374static const struct drm_framebuffer_funcs intel_fb_funcs = {
6375 .destroy = intel_user_framebuffer_destroy,
6376 .create_handle = intel_user_framebuffer_create_handle,
6377};
6378
Dave Airlie38651672010-03-30 05:34:13 +00006379int intel_framebuffer_init(struct drm_device *dev,
6380 struct intel_framebuffer *intel_fb,
Jesse Barnes308e5bc2011-11-14 14:51:28 -08006381 struct drm_mode_fb_cmd2 *mode_cmd,
Chris Wilson05394f32010-11-08 19:18:58 +00006382 struct drm_i915_gem_object *obj)
Jesse Barnes79e53942008-11-07 14:24:08 -08006383{
Jesse Barnes79e53942008-11-07 14:24:08 -08006384 int ret;
6385
Chris Wilson05394f32010-11-08 19:18:58 +00006386 if (obj->tiling_mode == I915_TILING_Y)
Chris Wilson57cd6502010-08-08 12:34:44 +01006387 return -EINVAL;
6388
Jesse Barnes308e5bc2011-11-14 14:51:28 -08006389 if (mode_cmd->pitches[0] & 63)
Chris Wilson57cd6502010-08-08 12:34:44 +01006390 return -EINVAL;
6391
Jesse Barnes308e5bc2011-11-14 14:51:28 -08006392 switch (mode_cmd->pixel_format) {
Ville Syrjälä04b39242011-11-17 18:05:13 +02006393 case DRM_FORMAT_RGB332:
6394 case DRM_FORMAT_RGB565:
6395 case DRM_FORMAT_XRGB8888:
Jesse Barnesb250da72012-03-07 08:49:29 -08006396 case DRM_FORMAT_XBGR8888:
Ville Syrjälä04b39242011-11-17 18:05:13 +02006397 case DRM_FORMAT_ARGB8888:
6398 case DRM_FORMAT_XRGB2101010:
6399 case DRM_FORMAT_ARGB2101010:
Jesse Barnes308e5bc2011-11-14 14:51:28 -08006400 /* RGB formats are common across chipsets */
Jesse Barnesb5626742011-06-24 12:19:27 -07006401 break;
Ville Syrjälä04b39242011-11-17 18:05:13 +02006402 case DRM_FORMAT_YUYV:
6403 case DRM_FORMAT_UYVY:
6404 case DRM_FORMAT_YVYU:
6405 case DRM_FORMAT_VYUY:
Chris Wilson57cd6502010-08-08 12:34:44 +01006406 break;
6407 default:
Eugeni Dodonovaca25842012-01-17 15:25:45 -02006408 DRM_DEBUG_KMS("unsupported pixel format %u\n",
6409 mode_cmd->pixel_format);
Chris Wilson57cd6502010-08-08 12:34:44 +01006410 return -EINVAL;
6411 }
6412
Jesse Barnes79e53942008-11-07 14:24:08 -08006413 ret = drm_framebuffer_init(dev, &intel_fb->base, &intel_fb_funcs);
6414 if (ret) {
6415 DRM_ERROR("framebuffer init failed %d\n", ret);
6416 return ret;
6417 }
6418
6419 drm_helper_mode_fill_fb_struct(&intel_fb->base, mode_cmd);
Jesse Barnes79e53942008-11-07 14:24:08 -08006420 intel_fb->obj = obj;
Jesse Barnes79e53942008-11-07 14:24:08 -08006421 return 0;
6422}
6423
Jesse Barnes79e53942008-11-07 14:24:08 -08006424static struct drm_framebuffer *
6425intel_user_framebuffer_create(struct drm_device *dev,
6426 struct drm_file *filp,
Jesse Barnes308e5bc2011-11-14 14:51:28 -08006427 struct drm_mode_fb_cmd2 *mode_cmd)
Jesse Barnes79e53942008-11-07 14:24:08 -08006428{
Chris Wilson05394f32010-11-08 19:18:58 +00006429 struct drm_i915_gem_object *obj;
Jesse Barnes79e53942008-11-07 14:24:08 -08006430
Jesse Barnes308e5bc2011-11-14 14:51:28 -08006431 obj = to_intel_bo(drm_gem_object_lookup(dev, filp,
6432 mode_cmd->handles[0]));
Chris Wilsonc8725222011-02-19 11:31:06 +00006433 if (&obj->base == NULL)
Chris Wilsoncce13ff2010-08-08 13:36:38 +01006434 return ERR_PTR(-ENOENT);
Jesse Barnes79e53942008-11-07 14:24:08 -08006435
Chris Wilsond2dff872011-04-19 08:36:26 +01006436 return intel_framebuffer_create(dev, mode_cmd, obj);
Jesse Barnes79e53942008-11-07 14:24:08 -08006437}
6438
Jesse Barnes79e53942008-11-07 14:24:08 -08006439static const struct drm_mode_config_funcs intel_mode_funcs = {
Jesse Barnes79e53942008-11-07 14:24:08 -08006440 .fb_create = intel_user_framebuffer_create,
Dave Airlieeb1f8e42010-05-07 06:42:51 +00006441 .output_poll_changed = intel_fb_output_poll_changed,
Jesse Barnes79e53942008-11-07 14:24:08 -08006442};
6443
Jesse Barnese70236a2009-09-21 10:42:27 -07006444/* Set up chip specific display functions */
6445static void intel_init_display(struct drm_device *dev)
6446{
6447 struct drm_i915_private *dev_priv = dev->dev_private;
6448
6449 /* We always want a DPMS function */
Eric Anholtf564048e2011-03-30 13:01:02 -07006450 if (HAS_PCH_SPLIT(dev)) {
Adam Jacksonf2b115e2009-12-03 17:14:42 -05006451 dev_priv->display.dpms = ironlake_crtc_dpms;
Eric Anholtf564048e2011-03-30 13:01:02 -07006452 dev_priv->display.crtc_mode_set = ironlake_crtc_mode_set;
Jesse Barnesee7b9f92012-04-20 17:11:53 +01006453 dev_priv->display.off = ironlake_crtc_off;
Jesse Barnes17638cd2011-06-24 12:19:23 -07006454 dev_priv->display.update_plane = ironlake_update_plane;
Eric Anholtf564048e2011-03-30 13:01:02 -07006455 } else {
Jesse Barnese70236a2009-09-21 10:42:27 -07006456 dev_priv->display.dpms = i9xx_crtc_dpms;
Eric Anholtf564048e2011-03-30 13:01:02 -07006457 dev_priv->display.crtc_mode_set = i9xx_crtc_mode_set;
Jesse Barnesee7b9f92012-04-20 17:11:53 +01006458 dev_priv->display.off = i9xx_crtc_off;
Jesse Barnes17638cd2011-06-24 12:19:23 -07006459 dev_priv->display.update_plane = i9xx_update_plane;
Eric Anholtf564048e2011-03-30 13:01:02 -07006460 }
Jesse Barnese70236a2009-09-21 10:42:27 -07006461
Jesse Barnese70236a2009-09-21 10:42:27 -07006462 /* Returns the core display clock speed */
Jesse Barnes25eb05fc2012-03-28 13:39:23 -07006463 if (IS_VALLEYVIEW(dev))
6464 dev_priv->display.get_display_clock_speed =
6465 valleyview_get_display_clock_speed;
6466 else if (IS_I945G(dev) || (IS_G33(dev) && !IS_PINEVIEW_M(dev)))
Jesse Barnese70236a2009-09-21 10:42:27 -07006467 dev_priv->display.get_display_clock_speed =
6468 i945_get_display_clock_speed;
6469 else if (IS_I915G(dev))
6470 dev_priv->display.get_display_clock_speed =
6471 i915_get_display_clock_speed;
Adam Jacksonf2b115e2009-12-03 17:14:42 -05006472 else if (IS_I945GM(dev) || IS_845G(dev) || IS_PINEVIEW_M(dev))
Jesse Barnese70236a2009-09-21 10:42:27 -07006473 dev_priv->display.get_display_clock_speed =
6474 i9xx_misc_get_display_clock_speed;
6475 else if (IS_I915GM(dev))
6476 dev_priv->display.get_display_clock_speed =
6477 i915gm_get_display_clock_speed;
6478 else if (IS_I865G(dev))
6479 dev_priv->display.get_display_clock_speed =
6480 i865_get_display_clock_speed;
Daniel Vetterf0f8a9c2009-09-15 22:57:33 +02006481 else if (IS_I85X(dev))
Jesse Barnese70236a2009-09-21 10:42:27 -07006482 dev_priv->display.get_display_clock_speed =
6483 i855_get_display_clock_speed;
6484 else /* 852, 830 */
6485 dev_priv->display.get_display_clock_speed =
6486 i830_get_display_clock_speed;
6487
Zhenyu Wang7f8a8562010-04-01 13:07:53 +08006488 if (HAS_PCH_SPLIT(dev)) {
Chris Wilsonf00a3dd2010-10-21 14:57:17 +01006489 if (IS_GEN5(dev)) {
Jesse Barnes674cf962011-04-28 14:27:04 -07006490 dev_priv->display.fdi_link_train = ironlake_fdi_link_train;
Wu Fengguange0dac652011-09-05 14:25:34 +08006491 dev_priv->display.write_eld = ironlake_write_eld;
Yuanhan Liu13982612010-12-15 15:42:31 +08006492 } else if (IS_GEN6(dev)) {
Jesse Barnes674cf962011-04-28 14:27:04 -07006493 dev_priv->display.fdi_link_train = gen6_fdi_link_train;
Wu Fengguange0dac652011-09-05 14:25:34 +08006494 dev_priv->display.write_eld = ironlake_write_eld;
Jesse Barnes357555c2011-04-28 15:09:55 -07006495 } else if (IS_IVYBRIDGE(dev)) {
6496 /* FIXME: detect B0+ stepping and use auto training */
6497 dev_priv->display.fdi_link_train = ivb_manual_fdi_link_train;
Wu Fengguange0dac652011-09-05 14:25:34 +08006498 dev_priv->display.write_eld = ironlake_write_eld;
Zhenyu Wang7f8a8562010-04-01 13:07:53 +08006499 } else
6500 dev_priv->display.update_wm = NULL;
Jesse Barnesceb04242012-03-28 13:39:22 -07006501 } else if (IS_VALLEYVIEW(dev)) {
Jesse Barnes575155a2012-03-28 13:39:37 -07006502 dev_priv->display.force_wake_get = vlv_force_wake_get;
6503 dev_priv->display.force_wake_put = vlv_force_wake_put;
Jesse Barnes6067aae2011-04-28 15:04:31 -07006504 } else if (IS_G4X(dev)) {
Wu Fengguange0dac652011-09-05 14:25:34 +08006505 dev_priv->display.write_eld = g4x_write_eld;
Jesse Barnese70236a2009-09-21 10:42:27 -07006506 }
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07006507
6508 /* Default just returns -ENODEV to indicate unsupported */
6509 dev_priv->display.queue_flip = intel_default_queue_flip;
6510
6511 switch (INTEL_INFO(dev)->gen) {
6512 case 2:
6513 dev_priv->display.queue_flip = intel_gen2_queue_flip;
6514 break;
6515
6516 case 3:
6517 dev_priv->display.queue_flip = intel_gen3_queue_flip;
6518 break;
6519
6520 case 4:
6521 case 5:
6522 dev_priv->display.queue_flip = intel_gen4_queue_flip;
6523 break;
6524
6525 case 6:
6526 dev_priv->display.queue_flip = intel_gen6_queue_flip;
6527 break;
Jesse Barnes7c9017e2011-06-16 12:18:54 -07006528 case 7:
6529 dev_priv->display.queue_flip = intel_gen7_queue_flip;
6530 break;
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07006531 }
Jesse Barnese70236a2009-09-21 10:42:27 -07006532}
6533
Jesse Barnesb690e962010-07-19 13:53:12 -07006534/*
6535 * Some BIOSes insist on assuming the GPU's pipe A is enabled at suspend,
6536 * resume, or other times. This quirk makes sure that's the case for
6537 * affected systems.
6538 */
Akshay Joshi0206e352011-08-16 15:34:10 -04006539static void quirk_pipea_force(struct drm_device *dev)
Jesse Barnesb690e962010-07-19 13:53:12 -07006540{
6541 struct drm_i915_private *dev_priv = dev->dev_private;
6542
6543 dev_priv->quirks |= QUIRK_PIPEA_FORCE;
Daniel Vetterbc0daf42012-04-01 13:16:49 +02006544 DRM_INFO("applying pipe a force quirk\n");
Jesse Barnesb690e962010-07-19 13:53:12 -07006545}
6546
Keith Packard435793d2011-07-12 14:56:22 -07006547/*
6548 * Some machines (Lenovo U160) do not work with SSC on LVDS for some reason
6549 */
6550static void quirk_ssc_force_disable(struct drm_device *dev)
6551{
6552 struct drm_i915_private *dev_priv = dev->dev_private;
6553 dev_priv->quirks |= QUIRK_LVDS_SSC_DISABLE;
Daniel Vetterbc0daf42012-04-01 13:16:49 +02006554 DRM_INFO("applying lvds SSC disable quirk\n");
Keith Packard435793d2011-07-12 14:56:22 -07006555}
6556
Carsten Emde4dca20e2012-03-15 15:56:26 +01006557/*
Carsten Emde5a15ab52012-03-15 15:56:27 +01006558 * A machine (e.g. Acer Aspire 5734Z) may need to invert the panel backlight
6559 * brightness value
Carsten Emde4dca20e2012-03-15 15:56:26 +01006560 */
6561static void quirk_invert_brightness(struct drm_device *dev)
6562{
6563 struct drm_i915_private *dev_priv = dev->dev_private;
6564 dev_priv->quirks |= QUIRK_INVERT_BRIGHTNESS;
Daniel Vetterbc0daf42012-04-01 13:16:49 +02006565 DRM_INFO("applying inverted panel brightness quirk\n");
Jesse Barnesb690e962010-07-19 13:53:12 -07006566}
6567
6568struct intel_quirk {
6569 int device;
6570 int subsystem_vendor;
6571 int subsystem_device;
6572 void (*hook)(struct drm_device *dev);
6573};
6574
Ben Widawskyc43b5632012-04-16 14:07:40 -07006575static struct intel_quirk intel_quirks[] = {
Jesse Barnesb690e962010-07-19 13:53:12 -07006576 /* HP Mini needs pipe A force quirk (LP: #322104) */
Akshay Joshi0206e352011-08-16 15:34:10 -04006577 { 0x27ae, 0x103c, 0x361a, quirk_pipea_force },
Jesse Barnesb690e962010-07-19 13:53:12 -07006578
6579 /* Thinkpad R31 needs pipe A force quirk */
6580 { 0x3577, 0x1014, 0x0505, quirk_pipea_force },
6581 /* Toshiba Protege R-205, S-209 needs pipe A force quirk */
6582 { 0x2592, 0x1179, 0x0001, quirk_pipea_force },
6583
6584 /* ThinkPad X30 needs pipe A force quirk (LP: #304614) */
6585 { 0x3577, 0x1014, 0x0513, quirk_pipea_force },
6586 /* ThinkPad X40 needs pipe A force quirk */
6587
6588 /* ThinkPad T60 needs pipe A force quirk (bug #16494) */
6589 { 0x2782, 0x17aa, 0x201a, quirk_pipea_force },
6590
6591 /* 855 & before need to leave pipe A & dpll A up */
6592 { 0x3582, PCI_ANY_ID, PCI_ANY_ID, quirk_pipea_force },
6593 { 0x2562, PCI_ANY_ID, PCI_ANY_ID, quirk_pipea_force },
Keith Packard435793d2011-07-12 14:56:22 -07006594
6595 /* Lenovo U160 cannot use SSC on LVDS */
6596 { 0x0046, 0x17aa, 0x3920, quirk_ssc_force_disable },
Michel Alexandre Salim070d3292011-07-28 18:52:06 +02006597
6598 /* Sony Vaio Y cannot use SSC on LVDS */
6599 { 0x0046, 0x104d, 0x9076, quirk_ssc_force_disable },
Carsten Emde5a15ab52012-03-15 15:56:27 +01006600
6601 /* Acer Aspire 5734Z must invert backlight brightness */
6602 { 0x2a42, 0x1025, 0x0459, quirk_invert_brightness },
Jesse Barnesb690e962010-07-19 13:53:12 -07006603};
6604
6605static void intel_init_quirks(struct drm_device *dev)
6606{
6607 struct pci_dev *d = dev->pdev;
6608 int i;
6609
6610 for (i = 0; i < ARRAY_SIZE(intel_quirks); i++) {
6611 struct intel_quirk *q = &intel_quirks[i];
6612
6613 if (d->device == q->device &&
6614 (d->subsystem_vendor == q->subsystem_vendor ||
6615 q->subsystem_vendor == PCI_ANY_ID) &&
6616 (d->subsystem_device == q->subsystem_device ||
6617 q->subsystem_device == PCI_ANY_ID))
6618 q->hook(dev);
6619 }
6620}
6621
Jesse Barnes9cce37f2010-08-13 15:11:26 -07006622/* Disable the VGA plane that we never use */
6623static void i915_disable_vga(struct drm_device *dev)
6624{
6625 struct drm_i915_private *dev_priv = dev->dev_private;
6626 u8 sr1;
6627 u32 vga_reg;
6628
6629 if (HAS_PCH_SPLIT(dev))
6630 vga_reg = CPU_VGACNTRL;
6631 else
6632 vga_reg = VGACNTRL;
6633
6634 vga_get_uninterruptible(dev->pdev, VGA_RSRC_LEGACY_IO);
Jesse Barnes3fdcf432012-04-06 11:46:27 -07006635 outb(SR01, VGA_SR_INDEX);
Jesse Barnes9cce37f2010-08-13 15:11:26 -07006636 sr1 = inb(VGA_SR_DATA);
6637 outb(sr1 | 1<<5, VGA_SR_DATA);
6638 vga_put(dev->pdev, VGA_RSRC_LEGACY_IO);
6639 udelay(300);
6640
6641 I915_WRITE(vga_reg, VGA_DISP_DISABLE);
6642 POSTING_READ(vga_reg);
6643}
6644
Jesse Barnesf82cfb62012-04-11 09:23:35 -07006645static void ivb_pch_pwm_override(struct drm_device *dev)
6646{
6647 struct drm_i915_private *dev_priv = dev->dev_private;
6648
6649 /*
6650 * IVB has CPU eDP backlight regs too, set things up to let the
6651 * PCH regs control the backlight
6652 */
6653 I915_WRITE(BLC_PWM_CPU_CTL2, PWM_ENABLE);
6654 I915_WRITE(BLC_PWM_CPU_CTL, 0);
6655 I915_WRITE(BLC_PWM_PCH_CTL1, PWM_ENABLE | (1<<30));
6656}
6657
Daniel Vetterf8175862012-04-10 15:50:11 +02006658void intel_modeset_init_hw(struct drm_device *dev)
6659{
6660 struct drm_i915_private *dev_priv = dev->dev_private;
6661
6662 intel_init_clock_gating(dev);
6663
6664 if (IS_IRONLAKE_M(dev)) {
6665 ironlake_enable_drps(dev);
6666 intel_init_emon(dev);
6667 }
6668
Jesse Barnesb6834bd2012-04-11 09:23:33 -07006669 if ((IS_GEN6(dev) || IS_GEN7(dev)) && !IS_VALLEYVIEW(dev)) {
Daniel Vetterf8175862012-04-10 15:50:11 +02006670 gen6_enable_rps(dev_priv);
6671 gen6_update_ring_freq(dev_priv);
6672 }
Jesse Barnesf82cfb62012-04-11 09:23:35 -07006673
6674 if (IS_IVYBRIDGE(dev))
6675 ivb_pch_pwm_override(dev);
Daniel Vetterf8175862012-04-10 15:50:11 +02006676}
6677
Jesse Barnes79e53942008-11-07 14:24:08 -08006678void intel_modeset_init(struct drm_device *dev)
6679{
Jesse Barnes652c3932009-08-17 13:31:43 -07006680 struct drm_i915_private *dev_priv = dev->dev_private;
Jesse Barnesb840d907f2011-12-13 13:19:38 -08006681 int i, ret;
Jesse Barnes79e53942008-11-07 14:24:08 -08006682
6683 drm_mode_config_init(dev);
6684
6685 dev->mode_config.min_width = 0;
6686 dev->mode_config.min_height = 0;
6687
Dave Airlie019d96c2011-09-29 16:20:42 +01006688 dev->mode_config.preferred_depth = 24;
6689 dev->mode_config.prefer_shadow = 1;
6690
Jesse Barnes79e53942008-11-07 14:24:08 -08006691 dev->mode_config.funcs = (void *)&intel_mode_funcs;
6692
Jesse Barnesb690e962010-07-19 13:53:12 -07006693 intel_init_quirks(dev);
6694
Eugeni Dodonov1fa61102012-04-18 15:29:26 -03006695 intel_init_pm(dev);
6696
Jesse Barnese70236a2009-09-21 10:42:27 -07006697 intel_init_display(dev);
6698
Chris Wilsona6c45cf2010-09-17 00:32:17 +01006699 if (IS_GEN2(dev)) {
6700 dev->mode_config.max_width = 2048;
6701 dev->mode_config.max_height = 2048;
6702 } else if (IS_GEN3(dev)) {
Keith Packard5e4d6fa2009-07-12 23:53:17 -07006703 dev->mode_config.max_width = 4096;
6704 dev->mode_config.max_height = 4096;
Jesse Barnes79e53942008-11-07 14:24:08 -08006705 } else {
Chris Wilsona6c45cf2010-09-17 00:32:17 +01006706 dev->mode_config.max_width = 8192;
6707 dev->mode_config.max_height = 8192;
Jesse Barnes79e53942008-11-07 14:24:08 -08006708 }
Chris Wilson35c30472010-12-22 14:07:12 +00006709 dev->mode_config.fb_base = dev->agp->base;
Jesse Barnes79e53942008-11-07 14:24:08 -08006710
Zhao Yakui28c97732009-10-09 11:39:41 +08006711 DRM_DEBUG_KMS("%d display pipe%s available.\n",
Dave Airliea3524f12010-06-06 18:59:41 +10006712 dev_priv->num_pipe, dev_priv->num_pipe > 1 ? "s" : "");
Jesse Barnes79e53942008-11-07 14:24:08 -08006713
Dave Airliea3524f12010-06-06 18:59:41 +10006714 for (i = 0; i < dev_priv->num_pipe; i++) {
Jesse Barnes79e53942008-11-07 14:24:08 -08006715 intel_crtc_init(dev, i);
Jesse Barnes00c2064b2012-01-13 15:48:39 -08006716 ret = intel_plane_init(dev, i);
6717 if (ret)
6718 DRM_DEBUG_KMS("plane %d init failed: %d\n", i, ret);
Jesse Barnes79e53942008-11-07 14:24:08 -08006719 }
6720
Jesse Barnesee7b9f92012-04-20 17:11:53 +01006721 intel_pch_pll_init(dev);
6722
Jesse Barnes9cce37f2010-08-13 15:11:26 -07006723 /* Just disable it once at startup */
6724 i915_disable_vga(dev);
Jesse Barnes79e53942008-11-07 14:24:08 -08006725 intel_setup_outputs(dev);
Jesse Barnes652c3932009-08-17 13:31:43 -07006726
Daniel Vetterf8175862012-04-10 15:50:11 +02006727 intel_modeset_init_hw(dev);
Jesse Barnes3b8d8d92010-12-17 14:19:02 -08006728
Jesse Barnes652c3932009-08-17 13:31:43 -07006729 INIT_WORK(&dev_priv->idle_work, intel_idle_update);
6730 setup_timer(&dev_priv->idle_timer, intel_gpu_idle_timer,
6731 (unsigned long)dev);
Chris Wilson2c7111d2011-03-29 10:40:27 +01006732}
6733
6734void intel_modeset_gem_init(struct drm_device *dev)
6735{
6736 if (IS_IRONLAKE_M(dev))
6737 ironlake_enable_rc6(dev);
Daniel Vetter02e792f2009-09-15 22:57:34 +02006738
6739 intel_setup_overlay(dev);
Jesse Barnes79e53942008-11-07 14:24:08 -08006740}
6741
6742void intel_modeset_cleanup(struct drm_device *dev)
6743{
Jesse Barnes652c3932009-08-17 13:31:43 -07006744 struct drm_i915_private *dev_priv = dev->dev_private;
6745 struct drm_crtc *crtc;
6746 struct intel_crtc *intel_crtc;
6747
Keith Packardf87ea762010-10-03 19:36:26 -07006748 drm_kms_helper_poll_fini(dev);
Jesse Barnes652c3932009-08-17 13:31:43 -07006749 mutex_lock(&dev->struct_mutex);
6750
Jesse Barnes723bfd72010-10-07 16:01:13 -07006751 intel_unregister_dsm_handler();
6752
6753
Jesse Barnes652c3932009-08-17 13:31:43 -07006754 list_for_each_entry(crtc, &dev->mode_config.crtc_list, head) {
6755 /* Skip inactive CRTCs */
6756 if (!crtc->fb)
6757 continue;
6758
6759 intel_crtc = to_intel_crtc(crtc);
Daniel Vetter3dec0092010-08-20 21:40:52 +02006760 intel_increase_pllclock(crtc);
Jesse Barnes652c3932009-08-17 13:31:43 -07006761 }
6762
Chris Wilson973d04f2011-07-08 12:22:37 +01006763 intel_disable_fbc(dev);
Jesse Barnese70236a2009-09-21 10:42:27 -07006764
Jesse Barnesf97108d2010-01-29 11:27:07 -08006765 if (IS_IRONLAKE_M(dev))
6766 ironlake_disable_drps(dev);
Jesse Barnesb6834bd2012-04-11 09:23:33 -07006767 if ((IS_GEN6(dev) || IS_GEN7(dev)) && !IS_VALLEYVIEW(dev))
Jesse Barnes3b8d8d92010-12-17 14:19:02 -08006768 gen6_disable_rps(dev);
Jesse Barnesf97108d2010-01-29 11:27:07 -08006769
Jesse Barnesd5bb0812011-01-05 12:01:26 -08006770 if (IS_IRONLAKE_M(dev))
6771 ironlake_disable_rc6(dev);
Chris Wilson0cdab212010-12-05 17:27:06 +00006772
Jesse Barnes57f350b2012-03-28 13:39:25 -07006773 if (IS_VALLEYVIEW(dev))
6774 vlv_init_dpio(dev);
6775
Kristian Høgsberg69341a52009-11-11 12:19:17 -05006776 mutex_unlock(&dev->struct_mutex);
6777
Daniel Vetter6c0d93502010-08-20 18:26:46 +02006778 /* Disable the irq before mode object teardown, for the irq might
6779 * enqueue unpin/hotplug work. */
6780 drm_irq_uninstall(dev);
6781 cancel_work_sync(&dev_priv->hotplug_work);
Daniel Vetter6fdd4d92011-09-08 14:00:22 +02006782 cancel_work_sync(&dev_priv->rps_work);
Daniel Vetter6c0d93502010-08-20 18:26:46 +02006783
Chris Wilson1630fe72011-07-08 12:22:42 +01006784 /* flush any delayed tasks or pending work */
6785 flush_scheduled_work();
6786
Daniel Vetter3dec0092010-08-20 21:40:52 +02006787 /* Shut off idle work before the crtcs get freed. */
6788 list_for_each_entry(crtc, &dev->mode_config.crtc_list, head) {
6789 intel_crtc = to_intel_crtc(crtc);
6790 del_timer_sync(&intel_crtc->idle_timer);
6791 }
6792 del_timer_sync(&dev_priv->idle_timer);
6793 cancel_work_sync(&dev_priv->idle_work);
6794
Jesse Barnes79e53942008-11-07 14:24:08 -08006795 drm_mode_config_cleanup(dev);
6796}
6797
Dave Airlie28d52042009-09-21 14:33:58 +10006798/*
Zhenyu Wangf1c79df2010-03-30 14:39:29 +08006799 * Return which encoder is currently attached for connector.
6800 */
Chris Wilsondf0e9242010-09-09 16:20:55 +01006801struct drm_encoder *intel_best_encoder(struct drm_connector *connector)
Jesse Barnes79e53942008-11-07 14:24:08 -08006802{
Chris Wilsondf0e9242010-09-09 16:20:55 +01006803 return &intel_attached_encoder(connector)->base;
6804}
Jesse Barnes79e53942008-11-07 14:24:08 -08006805
Chris Wilsondf0e9242010-09-09 16:20:55 +01006806void intel_connector_attach_encoder(struct intel_connector *connector,
6807 struct intel_encoder *encoder)
6808{
6809 connector->encoder = encoder;
6810 drm_mode_connector_attach_encoder(&connector->base,
6811 &encoder->base);
Jesse Barnes79e53942008-11-07 14:24:08 -08006812}
Dave Airlie28d52042009-09-21 14:33:58 +10006813
6814/*
6815 * set vga decode state - true == enable VGA decode
6816 */
6817int intel_modeset_vga_set_state(struct drm_device *dev, bool state)
6818{
6819 struct drm_i915_private *dev_priv = dev->dev_private;
6820 u16 gmch_ctrl;
6821
6822 pci_read_config_word(dev_priv->bridge_dev, INTEL_GMCH_CTRL, &gmch_ctrl);
6823 if (state)
6824 gmch_ctrl &= ~INTEL_GMCH_VGA_DISABLE;
6825 else
6826 gmch_ctrl |= INTEL_GMCH_VGA_DISABLE;
6827 pci_write_config_word(dev_priv->bridge_dev, INTEL_GMCH_CTRL, gmch_ctrl);
6828 return 0;
6829}
Chris Wilsonc4a1d9e2010-11-21 13:12:35 +00006830
6831#ifdef CONFIG_DEBUG_FS
6832#include <linux/seq_file.h>
6833
6834struct intel_display_error_state {
6835 struct intel_cursor_error_state {
6836 u32 control;
6837 u32 position;
6838 u32 base;
6839 u32 size;
6840 } cursor[2];
6841
6842 struct intel_pipe_error_state {
6843 u32 conf;
6844 u32 source;
6845
6846 u32 htotal;
6847 u32 hblank;
6848 u32 hsync;
6849 u32 vtotal;
6850 u32 vblank;
6851 u32 vsync;
6852 } pipe[2];
6853
6854 struct intel_plane_error_state {
6855 u32 control;
6856 u32 stride;
6857 u32 size;
6858 u32 pos;
6859 u32 addr;
6860 u32 surface;
6861 u32 tile_offset;
6862 } plane[2];
6863};
6864
6865struct intel_display_error_state *
6866intel_display_capture_error_state(struct drm_device *dev)
6867{
Akshay Joshi0206e352011-08-16 15:34:10 -04006868 drm_i915_private_t *dev_priv = dev->dev_private;
Chris Wilsonc4a1d9e2010-11-21 13:12:35 +00006869 struct intel_display_error_state *error;
6870 int i;
6871
6872 error = kmalloc(sizeof(*error), GFP_ATOMIC);
6873 if (error == NULL)
6874 return NULL;
6875
6876 for (i = 0; i < 2; i++) {
6877 error->cursor[i].control = I915_READ(CURCNTR(i));
6878 error->cursor[i].position = I915_READ(CURPOS(i));
6879 error->cursor[i].base = I915_READ(CURBASE(i));
6880
6881 error->plane[i].control = I915_READ(DSPCNTR(i));
6882 error->plane[i].stride = I915_READ(DSPSTRIDE(i));
6883 error->plane[i].size = I915_READ(DSPSIZE(i));
Akshay Joshi0206e352011-08-16 15:34:10 -04006884 error->plane[i].pos = I915_READ(DSPPOS(i));
Chris Wilsonc4a1d9e2010-11-21 13:12:35 +00006885 error->plane[i].addr = I915_READ(DSPADDR(i));
6886 if (INTEL_INFO(dev)->gen >= 4) {
6887 error->plane[i].surface = I915_READ(DSPSURF(i));
6888 error->plane[i].tile_offset = I915_READ(DSPTILEOFF(i));
6889 }
6890
6891 error->pipe[i].conf = I915_READ(PIPECONF(i));
6892 error->pipe[i].source = I915_READ(PIPESRC(i));
6893 error->pipe[i].htotal = I915_READ(HTOTAL(i));
6894 error->pipe[i].hblank = I915_READ(HBLANK(i));
6895 error->pipe[i].hsync = I915_READ(HSYNC(i));
6896 error->pipe[i].vtotal = I915_READ(VTOTAL(i));
6897 error->pipe[i].vblank = I915_READ(VBLANK(i));
6898 error->pipe[i].vsync = I915_READ(VSYNC(i));
6899 }
6900
6901 return error;
6902}
6903
6904void
6905intel_display_print_error_state(struct seq_file *m,
6906 struct drm_device *dev,
6907 struct intel_display_error_state *error)
6908{
6909 int i;
6910
6911 for (i = 0; i < 2; i++) {
6912 seq_printf(m, "Pipe [%d]:\n", i);
6913 seq_printf(m, " CONF: %08x\n", error->pipe[i].conf);
6914 seq_printf(m, " SRC: %08x\n", error->pipe[i].source);
6915 seq_printf(m, " HTOTAL: %08x\n", error->pipe[i].htotal);
6916 seq_printf(m, " HBLANK: %08x\n", error->pipe[i].hblank);
6917 seq_printf(m, " HSYNC: %08x\n", error->pipe[i].hsync);
6918 seq_printf(m, " VTOTAL: %08x\n", error->pipe[i].vtotal);
6919 seq_printf(m, " VBLANK: %08x\n", error->pipe[i].vblank);
6920 seq_printf(m, " VSYNC: %08x\n", error->pipe[i].vsync);
6921
6922 seq_printf(m, "Plane [%d]:\n", i);
6923 seq_printf(m, " CNTR: %08x\n", error->plane[i].control);
6924 seq_printf(m, " STRIDE: %08x\n", error->plane[i].stride);
6925 seq_printf(m, " SIZE: %08x\n", error->plane[i].size);
6926 seq_printf(m, " POS: %08x\n", error->plane[i].pos);
6927 seq_printf(m, " ADDR: %08x\n", error->plane[i].addr);
6928 if (INTEL_INFO(dev)->gen >= 4) {
6929 seq_printf(m, " SURF: %08x\n", error->plane[i].surface);
6930 seq_printf(m, " TILEOFF: %08x\n", error->plane[i].tile_offset);
6931 }
6932
6933 seq_printf(m, "Cursor [%d]:\n", i);
6934 seq_printf(m, " CNTR: %08x\n", error->cursor[i].control);
6935 seq_printf(m, " POS: %08x\n", error->cursor[i].position);
6936 seq_printf(m, " BASE: %08x\n", error->cursor[i].base);
6937 }
6938}
6939#endif